html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: #FFFDE7;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.kinbet-kd4tfi {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-kd4tfi {
    padding: 54px 0 0;
  }
}

.kinbet-u3djko {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .kinbet-u3djko:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.kinbet-61qpim {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .kinbet-61qpim {
    margin: 20px auto 100px;
  }
}

.kinbet-61qpim h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-61qpim h1 {
    font-size: 120px;
  }
}

.kinbet-61qpim p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.kinbet-9x90wa {
  cursor: pointer;
}

.kinbet-t0rw3s {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.kinbet-quat3z {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kinbet-quat3z figure {
  margin: 0;
}

.kinbet-quat3z.kinbet-jnrjyg {
  justify-content: flex-start;
  margin-right: 4px;
}

.kinbet-quat3z.kinbet-gf0z67 {
  justify-content: flex-end;
  margin-left: 4px;
}

.kinbet-quat3z.kinbet-371v5n {
  justify-content: center;
}

.kinbet-quat3z.kinbet-1wcw7h {
  justify-content: normal;
}

.kinbet-b9xxfp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .kinbet-b9xxfp {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-b9xxfp {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.kinbet-i67jg5 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .kinbet-i67jg5 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.kinbet-z53uvi {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .kinbet-z53uvi {
    flex-direction: column;
  }
}

.kinbet-rtk2r3 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.kinbet-rtk2r3 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .kinbet-rtk2r3 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.kinbet-wih8hr {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.kinbet-wih8hr ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .kinbet-wih8hr ul {
    margin-bottom: 15px;
  }
}

.kinbet-wih8hr ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.kinbet-wih8hr ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.kinbet-wih8hr ul li span svg {
  fill: var(--title-color);
}

.kinbet-wih8hr ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .kinbet-wih8hr ul li small {
    font-size: 12px;
  }
}

.kinbet-wih8hr ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.kinbet-wih8hr ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-wih8hr {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.kinbet-8atymq {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .kinbet-8atymq {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.kinbet-xirk03 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.kinbet-1bel9k {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.kinbet-j8strv ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-1bel9k {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .kinbet-1bel9k:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.kinbet-1bel9k.kinbet-w1rhys {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .kinbet-1bel9k.kinbet-w1rhys:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.kinbet-0g09dz {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .kinbet-0g09dz {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-0g09dz {
    padding: 50px 16px 68px;
  }
}

.kinbet-drqbkd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .kinbet-drqbkd {
    flex-direction: column;
  }
}

.kinbet-umb9jf {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .kinbet-umb9jf {
    margin-bottom: 40px;
  }
}

.kinbet-ux6a1b .kinbet-78jdry {
  margin-bottom: 28px;
}

.kinbet-ux6a1b .kinbet-78jdry img {
  max-height: 100px;
  width: auto;
}

.kinbet-3ykiu9 {
  display: flex;
  align-items: center;
}

.kinbet-3ykiu9 a + a {
  margin-left: 24px;
}

.kinbet-3ykiu9 img {
  max-height: 56px;
  width: auto;
}

.kinbet-3ykiu9 img + img {
  margin-left: 24px;
}

.kinbet-o259i5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .kinbet-o259i5 {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.kinbet-4pp4tc {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-4pp4tc {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.kinbet-y3kxg3 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-y3kxg3 {
    flex-wrap: wrap;
  }
}

.kinbet-y3kxg3 li {
  display: flex;
  margin: 0 7px;
}

.kinbet-y3kxg3 li svg {
  transition: 0.kinbet-j8strv ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .kinbet-y3kxg3 li:hover svg {
    transform: scale(1.2);
  }
}

.kinbet-txjibj {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.kinbet-rsb469 + .kinbet-rsb469 {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .kinbet-rsb469 + .kinbet-rsb469 {
    margin: 36px 0 0;
  }
}

.kinbet-f67clp {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.kinbet-9mkox8 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kinbet-9mkox8 li {
  font-size: 16px;
}

.kinbet-9mkox8 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-9mkox8 li a:hover {
    text-decoration: underline;
  }
}

.kinbet-9mkox8 li + li {
  margin-top: 16px;
}

.kinbet-rz8lry {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.kinbet-8p4o1w ease-in-out;
}

.kinbet-rz8lry.kinbet-ohqjh2 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.kinbet-wzq5j8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.kinbet-wzq5j8 h1,
.kinbet-wzq5j8 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .kinbet-wzq5j8 h1,
  .kinbet-wzq5j8 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .kinbet-wzq5j8 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-wzq5j8 {
    margin-bottom: 60px;
  }
}

.kinbet-uc90ob {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .kinbet-uc90ob {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.kinbet-uc90ob li {
  width: 100%;
}

.kinbet-uc90ob li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.kinbet-j8strv ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.kinbet-uc90ob li a svg {
  fill: var(--button-text-color);
}

.kinbet-uc90ob li a.kinbet-ohqjh2 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .kinbet-uc90ob li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-uc90ob li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .kinbet-uc90ob li a img {
    max-width: 16px;
  }
}

.kinbet-19qb4e {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .kinbet-19qb4e {
    margin: 0 -5px;
  }
}

.kinbet-oolew2 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.kinbet-oolew2 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.kinbet-oolew2 small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .kinbet-oolew2 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .kinbet-oolew2 span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.kinbet-0swdrq {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.kinbet-0swdrq img {
  width: 100%;
  transition: 0.kinbet-j8strv ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .kinbet-0swdrq:hover img {
    transform: scale(1.1);
  }
}

.kinbet-7axhij {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .kinbet-7axhij {
    height: 54px;
  }
}

.kinbet-p855o6 {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .kinbet-p855o6 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-p855o6 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-p855o6 .kinbet-78jdry img {
    max-width: 90px;
  }
}

.kinbet-78jdry img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .kinbet-78jdry {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-dm8psm {
    display: none;
  }
  .kinbet-dm8psm::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.kinbet-qaoosl {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kinbet-qaoosl li {
  font-size: 16px;
  margin: 0 20px;
}

.kinbet-qaoosl li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-qaoosl li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-qaoosl {
    display: block;
  }
  .kinbet-qaoosl li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .kinbet-qaoosl li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .kinbet-qaoosl li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .kinbet-qaoosl li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.kinbet-uudzac {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .kinbet-uudzac {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-uudzac {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-uudzac {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.kinbet-uudzac.kinbet-bj3u0d {
  margin-right: 0;
}

.kinbet-ev5ff7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .kinbet-ev5ff7 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .kinbet-ev5ff7:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.kinbet-8rcfcq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .kinbet-8rcfcq:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-8rcfcq {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.kinbet-6c3j68 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .kinbet-6c3j68 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.kinbet-6c3j68:hover > ul {
  display: flex;
}

.kinbet-6c3j68:focus > ul {
  display: flex;
}

.kinbet-6c3j68:focus-within > ul {
  display: flex;
}

.kinbet-zrmlkd {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.kinbet-zrmlkd::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.kinbet-8p4o1w ease-in-out;
}

@media only screen and (max-width: 767px) {
  .kinbet-zrmlkd {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .kinbet-zrmlkd img {
    max-width: 20px;
  }
}

.kinbet-6c3j68 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.kinbet-j8strv ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-6c3j68 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.kinbet-6c3j68 ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.kinbet-j8strv ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .kinbet-6c3j68 ul li {
    padding: 5px;
  }
}

.kinbet-6c3j68 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-6c3j68 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-6c3j68 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .kinbet-6c3j68 ul li a img {
    max-width: 20px;
  }
}

.kinbet-qpyudu {
  display: none;
}

.kinbet-5d7rd1 {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .kinbet-5d7rd1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.kinbet-5d7rd1 span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .kinbet-qpyudu:checked ~ .kinbet-dm8psm {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .kinbet-dm8psm {
    display: none;
    transition: display 0.kinbet-j8strv ease-in-out;
  }
  .kinbet-qpyudu:checked ~ .kinbet-dm8psm {
    display: block;
  }
  .kinbet-qpyudu:checked + .kinbet-5d7rd1 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .kinbet-qpyudu:checked + .kinbet-5d7rd1 span:nth-child(2) {
    display: none;
  }
  .kinbet-qpyudu:checked + .kinbet-5d7rd1 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.kinbet-8h51h2 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-8h51h2 {
    padding: 0 16px;
  }
}

.kinbet-8h51h2 img {
  margin-bottom: 20px;
}

.kinbet-8h51h2 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-8h51h2 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-8h51h2 {
    margin-bottom: 60px;
  }
}

.kinbet-3i18zk {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-3i18zk {
    font-size: 32px;
  }
}

.kinbet-m34hyb {
  color: var(--text-color);
}

.kinbet-dxog9p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .kinbet-dxog9p {
    font-size: 16px;
    line-height: 140%;
  }
}

.kinbet-dxog9p p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.kinbet-dxog9p p img {
  display: block;
  margin: 0 auto;
}

.kinbet-dxog9p p:first-of-type {
  margin-top: 0;
}

.kinbet-dxog9p p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-dxog9p p {
    font-size: 18px;
    line-height: 140%;
  }
}

.kinbet-dxog9p ul {
  padding: 0 0 0 20px;
}

.kinbet-dxog9p table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.kinbet-dxog9p table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-dxog9p table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.kinbet-dxog9p table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFFDE7;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-dxog9p table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.kinbet-dxog9p table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.kinbet-dxog9p iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-dxog9p iframe {
    height: 200px;
  }
}

.kinbet-3fgv04 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-3fgv04 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-3fgv04 {
    margin-bottom: 60px;
  }
}

.kinbet-1uxfql {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-1uxfql {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-1uxfql h1,
.kinbet-1uxfql h2,
.kinbet-1uxfql h3,
.kinbet-1uxfql h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-1uxfql h1,
  .kinbet-1uxfql h2,
  .kinbet-1uxfql h3,
  .kinbet-1uxfql h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-gh7qme {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-gh7qme {
    flex-direction: column-reverse;
  }
}

.kinbet-gh7qme .kinbet-6glu9q {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-gh7qme .kinbet-6glu9q {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.kinbet-gh7qme .kinbet-frlx4d {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-gh7qme .kinbet-frlx4d {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .kinbet-gh7qme .kinbet-frlx4d img {
    width: 100%;
  }
}

.kinbet-frlx4d {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-frlx4d {
    margin-bottom: 18px;
  }
}

.kinbet-6glu9q {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-6glu9q {
    margin-bottom: 18px;
  }
}

.kinbet-3fgv04 h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-3fgv04 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-3fgv04 .kinbet-u3djko {
  margin-top: 30px;
  margin-bottom: 30px;
}

.kinbet-16sbt5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .kinbet-16sbt5 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-16sbt5 {
    margin-bottom: 60px;
  }
}

.kinbet-0sseza {
  position: relative;
  border: none;
}

.kinbet-0sseza::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.kinbet-vtajal {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.kinbet-vtajal span {
  height: 32px;
}

.kinbet-vtajal span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.kinbet-vtajal.kinbet-adyukq span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .kinbet-vtajal {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.kinbet-egz2a6 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kinbet-egz2a6 li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-egz2a6 li {
    font-size: 16px;
  }
}

.kinbet-egz2a6 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.kinbet-j8strv ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .kinbet-egz2a6 li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-egz2a6 li a {
    padding: 12px 14px;
  }
}

.kinbet-egz2a6.kinbet-az3m7e {
  display: none;
}

.kinbet-jkj1ut {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.kinbet-jkj1ut table {
  width: 100%;
  border-collapse: collapse;
}

.kinbet-jkj1ut table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .kinbet-jkj1ut table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .kinbet-jkj1ut table td {
    min-width: 75px;
  }
}

.kinbet-jkj1ut table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #FFFDE7;
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-jkj1ut table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.kinbet-jkj1ut table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.kinbet-jkj1ut p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .kinbet-jkj1ut p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .kinbet-jkj1ut {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-jkj1ut {
    margin-bottom: 60px;
  }
}

.kinbet-q63yz7 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: #FFFDE7;
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-q63yz7 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.kinbet-xj48jx {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .kinbet-xj48jx {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.kinbet-xj48jx tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .kinbet-xj48jx tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.kinbet-xj48jx tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.kinbet-0j0nvo table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.kinbet-0j0nvo table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.kinbet-0j0nvo p {
  color: var(--text-color);
}

.kinbet-tj7cuj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-tj7cuj {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-tj7cuj {
    margin-bottom: 60px;
  }
}

.kinbet-dfmdic {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.kinbet-59xctx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-59xctx {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-59xctx {
    margin-bottom: 60px;
  }
}

.kinbet-huexup {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.kinbet-huexup h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-huexup h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.kinbet-huexup p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.kinbet-huexup p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .kinbet-huexup p {
    font-size: 16px;
  }
}

.kinbet-7eu54p {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-7eu54p {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.kinbet-ypnilm {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.kinbet-ypnilm li {
  margin: 0 20px;
}

.kinbet-ypnilm li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.kinbet-ypnilm li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .kinbet-ypnilm li a:hover {
    color: #2ab765;
  }
}

.kinbet-mxgzah {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .kinbet-mxgzah {
    padding: 0 16px;
  }
}

.kinbet-mxgzah li {
  font-size: 16px;
  position: relative;
}

.kinbet-mxgzah li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-mxgzah li a:hover {
    text-decoration: underline;
  }
}

.kinbet-mxgzah li span {
  opacity: 0.5;
}

.kinbet-mxgzah li + li {
  margin-left: 30px;
}

.kinbet-mxgzah li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.kinbet-1uxfql {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.kinbet-1uxfql {
    margin-bottom: 18px;
  }
}

.kinbet-eetkte {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.kinbet-eetkte tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.kinbet-eetkte tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.kinbet-eetkte tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.kinbet-eetkte tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.kinbet-eetkte tbody tr:last-of-type {
  margin-bottom: 0;
}

.kinbet-eetkte tbody tr td:first-of-type {
  flex-shrink: 0;
}

.kinbet-eetkte tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.kinbet-eetkte tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.kinbet-eetkte tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .kinbet-eetkte tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.kinbet-eetkte tbody tr td .kinbet-4jeu1j {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .kinbet-eetkte tbody tr td .kinbet-4jeu1j {
    width: 100%;
  }
}

.kinbet-eetkte tbody tr td .kinbet-e6pjy2 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.kinbet-j8strv ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-eetkte tbody tr td .kinbet-e6pjy2:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-eetkte tbody tr td .kinbet-e6pjy2 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .kinbet-eetkte tbody tr td .kinbet-e6pjy2 {
    width: 100%;
  }
}

.kinbet-eetkte tbody tr td .kinbet-x5sq58 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .kinbet-eetkte tbody tr td .kinbet-x5sq58:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-eetkte tbody tr {
    flex-direction: column;
  }
}

.kinbet-eetkte tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.kinbet-i84da6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-i84da6 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-i84da6 {
    margin: 0 auto 60px;
  }
}

.kinbet-lhnmgq {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-lhnmgq {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.kinbet-utert3 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .kinbet-utert3 {
    margin: 0 -5px;
  }
}

.kinbet-fnhbw3 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.kinbet-fnhbw3 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.kinbet-j8strv ease-in-out;
}

.kinbet-fnhbw3 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .kinbet-fnhbw3:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .kinbet-fnhbw3 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-fnhbw3 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .kinbet-fnhbw3 p {
    font-size: 16px;
  }
}

.kinbet-k1mr2q {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .kinbet-k1mr2q {
    height: 190px;
    margin: 20px auto;
  }
}

.kinbet-k1mr2q img {
  width: 100%;
  height: 100%;
}

.kinbet-k1mr2q iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .kinbet-k1mr2q iframe {
    height: 190px;
  }
}

.kinbet-qbpc5n {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.kinbet-qbpc5n::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.kinbet-u2ypdh {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.kinbet-u2ypdh svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.kinbet-j8strv ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .kinbet-u2ypdh:hover svg {
    transform: scale(1.1);
  }
}

.kinbet-bgle5e {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-bgle5e {
    padding: 40px 0;
  }
}

.kinbet-0u2ius {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .kinbet-0u2ius {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .kinbet-0u2ius {
    flex-direction: column-reverse;
  }
}

.kinbet-c27hp1 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.kinbet-c27hp1 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .kinbet-c27hp1 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-c27hp1 {
    margin: 10px 0 0;
  }
}

.kinbet-8f5gly {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.kinbet-8f5gly h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .kinbet-8f5gly {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-8f5gly {
    padding: 24px 10px;
  }
}

.kinbet-7z3ex7 {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.kinbet-j8strv ease-in-out;
}

.kinbet-7z3ex7:hover {
  border: 1px solid #8c8ca2;
}

.kinbet-x5od7o {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.kinbet-x5od7o:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.kinbet-qdva4r {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.kinbet-qdva4r a {
  text-decoration: underline;
  color: #8babff;
}

.kinbet-lj5imc {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.kinbet-lj5imc .kinbet-7z3ex7 {
  width: 50%;
  margin: 0;
}

.kinbet-wha9qb {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.kinbet-wha9qb:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.kinbet-y6qy4o {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-y6qy4o {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-y6qy4o {
    margin: 0 0 60px;
  }
}

.kinbet-i0h57o {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-i0h57o {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.kinbet-6yklpx {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .kinbet-6yklpx {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.kinbet-momypr {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .kinbet-momypr {
    flex-basis: auto;
    max-width: 100%;
  }
}

.kinbet-w3x0iz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-w3x0iz {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.kinbet-w3x0iz a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.kinbet-j8strv ease-in-out;
}

@media only screen and (max-width: 767px) {
  .kinbet-w3x0iz a {
    margin: 1px 0 4px;
  }
}

.kinbet-w3x0iz a svg {
  fill: #fff;
}

.kinbet-w3x0iz a:hover {
  background: #3d68e7;
}

.kinbet-m8l10a {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.kinbet-eltou3 {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .kinbet-eltou3 {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.kinbet-ann9xc {
  font-size: 16px;
  color: var(--text-color);
}

.kinbet-e4cvqk {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-e4cvqk {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-e4cvqk {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .kinbet-e4cvqk {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.kinbet-6l9qtr {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.kinbet-6l9qtr h1,
.kinbet-6l9qtr h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-6l9qtr h1,
  .kinbet-6l9qtr h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .kinbet-6l9qtr {
    margin: 0;
    padding-right: 20px;
  }
}

.kinbet-nd54wn {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.kinbet-nd54wn h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-nd54wn h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.kinbet-nd54wn h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .kinbet-nd54wn h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.kinbet-nd54wn table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.kinbet-nd54wn table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-nd54wn table tr td {
    padding: 12px 4px;
  }
}

.kinbet-nd54wn table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-nd54wn table tr th {
    padding: 12px 4px;
  }
}

.kinbet-nd54wn table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .kinbet-nd54wn {
    margin: 0;
  }
}

.kinbet-j0ypn6 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .kinbet-j0ypn6 {
    min-height: 190px;
  }
}

.kinbet-93r9yw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.kinbet-93r9yw::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.kinbet-q50zfa {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.kinbet-q50zfa.kinbet-4mhabh {
  display: none;
}

.kinbet-4hcorb {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.kinbet-4hcorb iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kinbet-4hcorb iframe.kinbet-n5b0dz {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.kinbet-4hcorb.kinbet-dcon7j {
  opacity: 1;
  pointer-events: all;
}

.kinbet-kocwj5 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.kinbet-j8strv ease-in-out;
}

.kinbet-kocwj5 svg {
  margin-right: 10px;
}

.kinbet-kocwj5 + .kinbet-kocwj5 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .kinbet-kocwj5:hover {
    background: #a8a6b3;
  }
}

.kinbet-sd2oc4 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .kinbet-sd2oc4:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-kocwj5 {
    height: 42px;
    max-width: 220px;
  }
}

.kinbet-e4cvqk .kinbet-3fgv04 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.kinbet-e4cvqk .kinbet-3fgv04 h1,
.kinbet-e4cvqk .kinbet-3fgv04 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-e4cvqk .kinbet-3fgv04 h1,
  .kinbet-e4cvqk .kinbet-3fgv04 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .kinbet-e4cvqk .kinbet-3fgv04 {
    margin: 28px 0 0;
  }
}

.kinbet-2tbirh {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .kinbet-2tbirh {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .kinbet-2tbirh {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-2tbirh {
    margin: 20px auto 60px;
  }
}

.kinbet-3uuzj5 {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .kinbet-3uuzj5 {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-3uuzj5 {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.kinbet-bzx9mj {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.kinbet-bzx9mj iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kinbet-1yeodb {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.kinbet-1yeodb h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .kinbet-1yeodb h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-1yeodb h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .kinbet-1yeodb {
    max-width: 100%;
    margin: 0;
  }
}

.kinbet-brqneg {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .kinbet-brqneg {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.kinbet-hcilpa {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .kinbet-hcilpa {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.kinbet-bdx635 {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kinbet-bdx635 span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .kinbet-bdx635 {
    margin: 0;
  }
  .kinbet-bdx635:last-of-type {
    margin-top: 4px;
  }
}

.kinbet-azkx40 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .kinbet-azkx40 {
    padding: 10px;
  }
}

.kinbet-azkx40 .kinbet-u3djko {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .kinbet-azkx40 .kinbet-u3djko {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .kinbet-azkx40 {
    flex-wrap: wrap;
  }
}

.kinbet-x0115z {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.kinbet-x0115z img {
  width: 100%;
}

.kinbet-k2ysta {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .kinbet-k2ysta {
    max-width: 200px;
    margin: 0;
  }
}

.kinbet-uiy99r {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.kinbet-zh4v8o {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.kinbet-352eb9 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .kinbet-352eb9 {
    margin: 0 0 60px;
  }
}

.kinbet-352eb9 .kinbet-19oryl {
  position: relative;
}

.kinbet-352eb9 .kinbet-hc3hql {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.kinbet-352eb9 .kinbet-hc3hql.kinbet-4mhabh {
  display: none;
}

.kinbet-352eb9 .kinbet-697ev3 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .kinbet-352eb9 .kinbet-697ev3 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .kinbet-352eb9 .kinbet-697ev3 {
    bottom: 90px;
  }
}

.kinbet-352eb9 .kinbet-697ev3 .kinbet-u3whve {
  max-width: 300px;
  width: 100%;
}

.kinbet-352eb9 .kinbet-697ev3 .kinbet-u3whve .kinbet-h41jl9 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-352eb9 .kinbet-697ev3 .kinbet-u3whve .kinbet-h41jl9 {
    font-size: 32px;
    text-align: center;
  }
}

.kinbet-352eb9 .kinbet-697ev3 .kinbet-u3whve .kinbet-7tetnz {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-352eb9 .kinbet-697ev3 .kinbet-u3whve .kinbet-7tetnz {
    text-align: center;
  }
}

.kinbet-352eb9 .kinbet-697ev3 .kinbet-bj3u0d {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .kinbet-352eb9 .kinbet-697ev3 .kinbet-bj3u0d {
    flex-direction: column-reverse;
  }
}

.kinbet-352eb9 .kinbet-697ev3 .kinbet-bj3u0d .kinbet-tvvpd6 {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.kinbet-j8strv ease-in-out;
}

.kinbet-352eb9 .kinbet-697ev3 .kinbet-bj3u0d .kinbet-tvvpd6:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .kinbet-352eb9 .kinbet-697ev3 .kinbet-bj3u0d .kinbet-tvvpd6 {
    width: 100%;
  }
}

.kinbet-352eb9 .kinbet-697ev3 .kinbet-bj3u0d .kinbet-25636n {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.kinbet-j8strv ease-in-out;
  overflow: hidden;
}

.kinbet-352eb9 .kinbet-697ev3 .kinbet-bj3u0d .kinbet-25636n span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.kinbet-352eb9 .kinbet-697ev3 .kinbet-bj3u0d .kinbet-25636n:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.kinbet-352eb9 .kinbet-697ev3 .kinbet-bj3u0d .kinbet-25636n:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .kinbet-352eb9 .kinbet-697ev3 .kinbet-bj3u0d .kinbet-25636n {
    width: 100%;
  }
}

.kinbet-352eb9 .kinbet-697ev3.kinbet-4mhabh {
  display: none;
}

.kinbet-352eb9 .kinbet-eweiex {
  display: none;
}

.kinbet-352eb9 .kinbet-eweiex.kinbet-dcon7j {
  display: block;
}

.kinbet-352eb9 .kinbet-eweiex iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .kinbet-352eb9 .kinbet-eweiex iframe {
    height: calc(100vh - 54px);
  }
}

.kinbet-352eb9 .kinbet-l505yx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .kinbet-352eb9 .kinbet-l505yx {
    padding: 24px 16px 0;
  }
}

.kinbet-352eb9 .kinbet-l505yx .kinbet-h41jl9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .kinbet-352eb9 .kinbet-l505yx .kinbet-h41jl9 {
    margin-bottom: 24px;
  }
}

.kinbet-352eb9 .kinbet-l505yx table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.kinbet-352eb9 .kinbet-l505yx table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-352eb9 .kinbet-l505yx table tr td {
    padding: 12px 4px;
  }
}

.kinbet-352eb9 .kinbet-l505yx table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-352eb9 .kinbet-l505yx table tr th {
    padding: 12px 4px;
  }
}

.kinbet-352eb9 .kinbet-l505yx table tr:last-of-type td {
  border-bottom: none;
}

.kinbet-enf29e {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.kinbet-enf29e.kinbet-ohqjh2 {
  display: block;
}

.kinbet-enf29e iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.kinbet-enf29e .kinbet-e8hd14 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.kinbet-enf29e .kinbet-7bakpi {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.kinbet-enf29e .kinbet-25636n {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.kinbet-j8strv ease-in-out;
}

.kinbet-enf29e .kinbet-25636n:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.kinbet-etgv8a {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.kinbet-etgv8a.kinbet-ohqjh2 {
  display: block;
}

.kinbet-qwttxv {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.kinbet-ghuy6t {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.kinbet-e697zq {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .kinbet-ghuy6t {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.kinbet-nh9bvr {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.kinbet-nh9bvr svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.kinbet-ul77vl {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kinbet-zn7y7z.kinbet-4mhabh {
  display: none;
}

.kinbet-6ynrew {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .kinbet-6ynrew {
    margin-bottom: 20px;
  }
}

.kinbet-h9tma0 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.kinbet-h9tma0 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.kinbet-h9tma0 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.kinbet-h9tma0 input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.kinbet-j8strv ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.kinbet-h9tma0 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.kinbet-h9tma0 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.kinbet-h9tma0 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.kinbet-h9tma0 input:active {
  border-color: #c2c0ce;
}

.kinbet-h9tma0 input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .kinbet-h9tma0 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.kinbet-mkyoik {
  margin-bottom: 36px;
}

.kinbet-mkyoik textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.kinbet-mkyoik textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.kinbet-mkyoik textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .kinbet-mkyoik {
    margin-bottom: 24px;
  }
}

.kinbet-gkc9tp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.kinbet-5b9ck2 {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.kinbet-j8strv ease-in-out;
}

.kinbet-5b9ck2:hover {
  background: var(--border-color);
}

.kinbet-5lne1t {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.kinbet-j8strv ease-in-out;
}

.kinbet-5lne1t:hover {
  background: #166ad9;
}

.kinbet-20stmh {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.kinbet-20stmh.kinbet-4mhabh {
  display: none;
}

.kinbet-rspnjy {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.kinbet-20stmh .kinbet-5b9ck2 {
  margin: 0 auto;
}

.kinbet-bx7cax {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .kinbet-bx7cax {
    margin-bottom: 16px;
  }
}

.kinbet-ew20k8 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.kinbet-67du52 {
  filter: grayscale(100%);
}

.kinbet-ew20k8 > input {
  display: none;
}

.kinbet-ew20k8 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-qaz9xv.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.kinbet-93bwo8 44.kinbet-ifcz1f.kinbet-xczlk0.kinbet-0ulwmf.kinbet-42jbl9.kinbet-5dg8tj.kinbet-c2vgcq.kinbet-wi9bim.kinbet-e2vn34.kinbet-o5gjcf.kinbet-za19hk.kinbet-0cu6mq.kinbet-1kbmpw 0l-12.kinbet-4lo3hs 30.kinbet-lrqx53.kinbet-2hgtif 2.kinbet-4k2acs.kinbet-2hgtif 3.kinbet-hsnxmq 3.kinbet-m8tuy1.kinbet-bzjkwu 3.kinbet-pdb7og.kinbet-mc1sn6.kinbet-8yd4tq.kinbet-87olbg 7-3.kinbet-4lo3hs 10.kinbet-sc4ou2.kinbet-87olbg 23.kinbet-pf3d9q.kinbet-axkclc 1.kinbet-khl86m 2.kinbet-4lo3hs 3.kinbet-axkclc 1.kinbet-bzjkwu 5.kinbet-zifrmp.kinbet-bzjkwu 32.kinbet-dwaibo.kinbet-mc1sn6 5.kinbet-1kbmpw 4.kinbet-87olbg 9.kinbet-87olbg 8.kinbet-bzjkwu 6.kinbet-bcgd0e.kinbet-zxbond.kinbet-8zgoxf.kinbet-3v77g0.kinbet-zruont 4.kinbet-19baf6.kinbet-zruont 6.kinbet-zruont 0l29.kinbet-1kbmpw 17.kinbet-s07fsa.kinbet-l4dw7i 2.kinbet-7dbwac 10.kinbet-e6oxeu.kinbet-4lo3hs 8.kinbet-r8cai8.kinbet-rexkpi.kinbet-2rpgra.kinbet-gdd4mb.kinbet-3adqqa.kinbet-mc1sn6.kinbet-5dg8tj.kinbet-4lo3hs 1.kinbet-kl8e2i.kinbet-ht7io4.kinbet-5yzqm6.kinbet-uyptpy.kinbet-y4n7cj.kinbet-khl86m 1.kinbet-gw6n9n.kinbet-cwoxm8.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.kinbet-ew20k8 > input:checked ~ label,
.kinbet-ew20k8 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-qaz9xv.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.kinbet-93bwo8 44.kinbet-ifcz1f.kinbet-xczlk0.kinbet-0ulwmf.kinbet-42jbl9.kinbet-5dg8tj.kinbet-c2vgcq.kinbet-wi9bim.kinbet-e2vn34.kinbet-o5gjcf.kinbet-za19hk.kinbet-0cu6mq.kinbet-1kbmpw 0l-12.kinbet-4lo3hs 30.kinbet-lrqx53.kinbet-2hgtif 2.kinbet-4k2acs.kinbet-2hgtif 3.kinbet-hsnxmq 3.kinbet-m8tuy1.kinbet-bzjkwu 3.kinbet-pdb7og.kinbet-mc1sn6.kinbet-8yd4tq.kinbet-87olbg 7-3.kinbet-4lo3hs 10.kinbet-sc4ou2.kinbet-87olbg 23.kinbet-pf3d9q.kinbet-axkclc 1.kinbet-khl86m 2.kinbet-4lo3hs 3.kinbet-axkclc 1.kinbet-bzjkwu 5.kinbet-zifrmp.kinbet-bzjkwu 32.kinbet-dwaibo.kinbet-mc1sn6 5.kinbet-1kbmpw 4.kinbet-87olbg 9.kinbet-87olbg 8.kinbet-bzjkwu 6.kinbet-bcgd0e.kinbet-zxbond.kinbet-8zgoxf.kinbet-3v77g0.kinbet-zruont 4.kinbet-19baf6.kinbet-zruont 6.kinbet-zruont 0l29.kinbet-1kbmpw 17.kinbet-s07fsa.kinbet-l4dw7i 2.kinbet-7dbwac 10.kinbet-e6oxeu.kinbet-4lo3hs 8.kinbet-r8cai8.kinbet-rexkpi.kinbet-2rpgra.kinbet-gdd4mb.kinbet-3adqqa.kinbet-mc1sn6.kinbet-5dg8tj.kinbet-4lo3hs 1.kinbet-kl8e2i.kinbet-ht7io4.kinbet-5yzqm6.kinbet-uyptpy.kinbet-y4n7cj.kinbet-khl86m 1.kinbet-gw6n9n.kinbet-cwoxm8.5z'/%3e%3c/svg%3e");
}

.kinbet-ew20k8 > input:not(:checked) ~ label:hover,
.kinbet-ew20k8 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-qaz9xv.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.kinbet-93bwo8 44.kinbet-ifcz1f.kinbet-xczlk0.kinbet-0ulwmf.kinbet-42jbl9.kinbet-5dg8tj.kinbet-c2vgcq.kinbet-wi9bim.kinbet-e2vn34.kinbet-o5gjcf.kinbet-za19hk.kinbet-0cu6mq.kinbet-1kbmpw 0l-12.kinbet-4lo3hs 30.kinbet-lrqx53.kinbet-2hgtif 2.kinbet-4k2acs.kinbet-2hgtif 3.kinbet-hsnxmq 3.kinbet-m8tuy1.kinbet-bzjkwu 3.kinbet-pdb7og.kinbet-mc1sn6.kinbet-8yd4tq.kinbet-87olbg 7-3.kinbet-4lo3hs 10.kinbet-sc4ou2.kinbet-87olbg 23.kinbet-pf3d9q.kinbet-axkclc 1.kinbet-khl86m 2.kinbet-4lo3hs 3.kinbet-axkclc 1.kinbet-bzjkwu 5.kinbet-zifrmp.kinbet-bzjkwu 32.kinbet-dwaibo.kinbet-mc1sn6 5.kinbet-1kbmpw 4.kinbet-87olbg 9.kinbet-87olbg 8.kinbet-bzjkwu 6.kinbet-bcgd0e.kinbet-zxbond.kinbet-8zgoxf.kinbet-3v77g0.kinbet-zruont 4.kinbet-19baf6.kinbet-zruont 6.kinbet-zruont 0l29.kinbet-1kbmpw 17.kinbet-s07fsa.kinbet-l4dw7i 2.kinbet-7dbwac 10.kinbet-e6oxeu.kinbet-4lo3hs 8.kinbet-r8cai8.kinbet-rexkpi.kinbet-2rpgra.kinbet-gdd4mb.kinbet-3adqqa.kinbet-mc1sn6.kinbet-5dg8tj.kinbet-4lo3hs 1.kinbet-kl8e2i.kinbet-ht7io4.kinbet-5yzqm6.kinbet-uyptpy.kinbet-y4n7cj.kinbet-khl86m 1.kinbet-gw6n9n.kinbet-cwoxm8.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .kinbet-rhm7xd > .kinbet-lc4bzt {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .kinbet-rhm7xd > .kinbet-lc4bzt {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .kinbet-rhm7xd > .kinbet-lc4bzt {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .kinbet-rhm7xd > .kinbet-lc4bzt {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .kinbet-rhm7xd > .kinbet-lc4bzt {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.kinbet-kr3n0i {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.kinbet-kr3n0i.kinbet-4mhabh {
  display: none;
}

.kinbet-kasoqq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .kinbet-kasoqq {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-kasoqq {
    border-radius: 20px 20px 0 0;
  }
}

.kinbet-zrauvs {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.kinbet-zrauvs::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.kinbet-zrauvs::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.kinbet-zrauvs img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .kinbet-zrauvs {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .kinbet-zrauvs img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-zrauvs {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .kinbet-zrauvs img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.kinbet-1nd3ni {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .kinbet-1nd3ni {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-1nd3ni {
    font-size: 14px;
  }
}

.kinbet-1eaday {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.kinbet-1eaday::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .kinbet-1eaday::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.kinbet-1eaday::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .kinbet-1eaday::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-1eaday {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-1eaday {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.kinbet-juygdv {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .kinbet-juygdv {
    top: -20px;
  }
}

.kinbet-lnkcc2 {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.kinbet-j8strv ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .kinbet-lnkcc2:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-lnkcc2 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-lnkcc2 {
    width: 90px;
    height: 40px;
  }
}

.kinbet-kr3n0i.kinbet-vm6laz .kinbet-kasoqq {
  background: #2b3b67;
}

.kinbet-kr3n0i.kinbet-vm6laz .kinbet-zrauvs {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.kinbet-kr3n0i.kinbet-vm6laz .kinbet-zrauvs::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.kinbet-kr3n0i.kinbet-vm6laz .kinbet-zrauvs::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.kinbet-kr3n0i.kinbet-vm6laz .kinbet-1eaday::before {
  background: #0e0f41;
}

.kinbet-kr3n0i.kinbet-vm6laz .kinbet-1eaday::after {
  background: #152557;
}

.kinbet-kr3n0i.kinbet-1ieptk .kinbet-kasoqq {
  background: #1f35fa;
}

.kinbet-kr3n0i.kinbet-1ieptk .kinbet-zrauvs {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.kinbet-kr3n0i.kinbet-1ieptk .kinbet-zrauvs::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.kinbet-kr3n0i.kinbet-1ieptk .kinbet-zrauvs::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.kinbet-kr3n0i.kinbet-1ieptk .kinbet-1eaday::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.kinbet-kr3n0i.kinbet-1ieptk .kinbet-1eaday::after {
  background: #192ac8;
}

.kinbet-kr3n0i.kinbet-fkd5lt .kinbet-kasoqq {
  background: #fa771f;
}

.kinbet-kr3n0i.kinbet-fkd5lt .kinbet-zrauvs {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.kinbet-kr3n0i.kinbet-fkd5lt .kinbet-zrauvs::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.kinbet-kr3n0i.kinbet-fkd5lt .kinbet-zrauvs::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.kinbet-kr3n0i.kinbet-fkd5lt .kinbet-1eaday::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.kinbet-kr3n0i.kinbet-fkd5lt .kinbet-1eaday::after {
  background: #fa8535;
}

.kinbet-i71f9o {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-i71f9o {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-i71f9o {
    margin: 24px 0 60px;
  }
}

.kinbet-i71f9o h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .kinbet-i71f9o h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.kinbet-56wbyb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-56wbyb {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.kinbet-8quqco {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .kinbet-8quqco {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.kinbet-rfekor {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-rfekor:hover {
    background: var(--button-bg-hover);
  }
}

.kinbet-w3m2t9 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kinbet-w3m2t9 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.kinbet-w3m2t9 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-w3m2t9 {
    margin-bottom: 16px;
  }
}

.kinbet-yncqge {
  width: 120px;
  height: 22px;
}

.kinbet-yncqge .kinbet-ss851z {
  fill: #c2c0ce;
}

.kinbet-yncqge [rating="1"] .kinbet-ss851z:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.kinbet-yncqge [rating="2"] .kinbet-ss851z:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.kinbet-yncqge [rating="3"] .kinbet-ss851z:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.kinbet-yncqge [rating="4"] .kinbet-ss851z:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.kinbet-yncqge [rating="5"] .kinbet-ss851z:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.kinbet-jf6vkc {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-jf6vkc {
    gap: 16px 0;
  }
}

.kinbet-0usm2b {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.kinbet-0usm2b.kinbet-dcon7j {
  display: block;
}

.kinbet-0usm2b.kinbet-4mhabh {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-0usm2b {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.kinbet-vzgf03 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.kinbet-hvs7k2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.kinbet-q3z1m5 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.kinbet-hi46lr small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.kinbet-hi46lr span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.kinbet-pslw28 {
  font-size: 16px;
  line-height: 140%;
}

.kinbet-td5oar {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.kinbet-td5oar .kinbet-ss851z {
  fill: #c2c0ce;
}

.kinbet-td5oar [rating="1"] .kinbet-ss851z:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.kinbet-td5oar [rating="2"] .kinbet-ss851z:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.kinbet-td5oar [rating="3"] .kinbet-ss851z:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.kinbet-td5oar [rating="4"] .kinbet-ss851z:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.kinbet-td5oar [rating="5"] .kinbet-ss851z:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.kinbet-nzjc7t {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-nzjc7t {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.kinbet-qf9cfn {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .kinbet-qf9cfn {
    padding: 0 16px;
  }
}

.kinbet-3588wy {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-3588wy {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-b5ptz9 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-b5ptz9 {
    padding: 12px;
    gap: 12px;
  }
}

.kinbet-pqokqs {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.kinbet-pqokqs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kinbet-9e6m2t {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.kinbet-uh0pkw {
  flex: 1;
  min-width: 0;
}

.kinbet-25pnie {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .kinbet-25pnie {
    font-size: 14px;
    gap: 6px;
  }
}

.kinbet-sjzv2n {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.kinbet-sjzv2n svg,
.kinbet-sjzv2n img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kinbet-sjzv2n svg path {
  fill: var(--button-bg-color);
}

.kinbet-sjzv2n svg circle {
  fill: var(--button-text-color);
}

.kinbet-2atvu9 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .kinbet-2atvu9 {
    font-size: 12px;
  }
}

.kinbet-2atvu9 strong {
  font-weight: 600;
}

.kinbet-zxye1f {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.kinbet-zxye1f p {
  margin: 0 0 16px;
}

.kinbet-zxye1f p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-zxye1f {
    font-size: 14px;
    line-height: 150%;
  }
}

.kinbet-pcuytp {
  max-width: 300px;
  width: 100%;
}

.kinbet-pcuytp a {
  width: 100%;
}

@media (max-width: 575px) {
  .kinbet-pcuytp {
    max-width: 200px;
  }
}

.kinbet-jqf879 {
  justify-content: center;
}

.kinbet-1n0ipb {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kinbet-7thjsn {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .kinbet-et3h3x {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.kinbet-8bc3ml {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.kinbet-8bc3ml .kinbet-qaoosl {
  justify-content: center;
}

/* faq */

.kinbet-im6efv {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.kinbet-okovd1 {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.kinbet-z9jz2q ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kinbet-okovd1::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.kinbet-z9jz2q ease;
}

.kinbet-im6efv.kinbet-ohqjh2 .kinbet-okovd1::after {
  transform: rotate(45deg);
}

.kinbet-yp11ig {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.kinbet-j8strv ease, padding 0.kinbet-j8strv ease;
  padding: 0 20px;
  background: #969696;
}

.kinbet-im6efv.kinbet-ohqjh2 .kinbet-yp11ig {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.kinbet-8z35x2 {
  margin: 25px 0;
}

.kinbet-ew20k8 > input:not(:checked) ~ label:hover,
.kinbet-ew20k8 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-4xhhev.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.kinbet-i0iam2 44.kinbet-f61qj4.kinbet-6r782c.kinbet-3g3i6o.kinbet-xdt0n9.kinbet-dfdf3c.kinbet-kjcjju.kinbet-rrqzd9.kinbet-6u4bn3.kinbet-uvamnb.kinbet-gmg135.kinbet-if9zyv.kinbet-7yd5jr 0l-12.kinbet-hmeavd 30.kinbet-tguzlt.kinbet-3bknbw 2.kinbet-bv988w.kinbet-3bknbw 3.kinbet-dofaf2 3.kinbet-09lua7.kinbet-a4cwto 3.kinbet-o8e0dn.kinbet-14iflf.kinbet-pxlrwc.kinbet-4283h4 7-3.kinbet-hmeavd 10.kinbet-p7o66r.kinbet-4283h4 23.kinbet-ami23a.kinbet-8kdpx7 1.kinbet-hl1kcg 2.kinbet-hmeavd 3.kinbet-8kdpx7 1.kinbet-a4cwto 5.kinbet-i1kpur.kinbet-a4cwto 32.kinbet-ypsl2g.kinbet-14iflf 5.kinbet-7yd5jr 4.kinbet-4283h4 9.kinbet-4283h4 8.kinbet-a4cwto 6.kinbet-o4fi6k.kinbet-8q5f2w.kinbet-wotpao.kinbet-d09cry.kinbet-w8jdnl 4.kinbet-jvjmdf.kinbet-w8jdnl 6.kinbet-w8jdnl 0l29.kinbet-7yd5jr 17.kinbet-alb700.kinbet-zkf59u 2.kinbet-ru9nqe 10.kinbet-tpzelw.kinbet-hmeavd 8.kinbet-uiu1k5.kinbet-e15koj.kinbet-nte5w3.kinbet-599qul.kinbet-rw7hqk.kinbet-14iflf.kinbet-dfdf3c.kinbet-hmeavd 1.kinbet-jnhwg8.kinbet-wsudln.kinbet-1g4vw1.kinbet-tk14k9.kinbet-2xxclf.kinbet-hl1kcg 1.kinbet-epyfl6.kinbet-7j9crk.5z'/%3e%3c/svg%3e");
}

.kinbet-gzh3db {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .kinbet-gzh3db {
    gap: 16px 0;
  }
}

.kinbet-fajldo {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.kinbet-fajldo.kinbet-zhfg8h {
  display: block;
}

.kinbet-fajldo.kinbet-fr2qjo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-fajldo {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.kinbet-67y13e {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.kinbet-3sg3en {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.kinbet-oqa0bs {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.kinbet-xgunc4 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.kinbet-xgunc4 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.kinbet-gj9uvm {
  font-size: 16px;
  line-height: 140%;
}

.kinbet-o83yuy {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.kinbet-o83yuy .kinbet-ed9s53 {
  fill: #c2c0ce;
}

.kinbet-o83yuy [rating="1"] .kinbet-ed9s53:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.kinbet-o83yuy [rating="2"] .kinbet-ed9s53:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.kinbet-o83yuy [rating="3"] .kinbet-ed9s53:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.kinbet-o83yuy [rating="4"] .kinbet-ed9s53:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.kinbet-o83yuy [rating="5"] .kinbet-ed9s53:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.kinbet-6doedi {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.kinbet-6doedi textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.kinbet-6doedi button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.kinbet-f4p8mc {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.kinbet-f4p8mc.kinbet-3siv6q {
  opacity: 1;
  pointer-events: auto;
}
