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: var(--text-color);
  -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-8yfylj {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.kinbet-urzfvm {
  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-urzfvm: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-dt07sg {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.kinbet-jq0dgv {
  cursor: pointer;
}

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

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

.kinbet-34bq9h figure {
  margin: 0;
}

.kinbet-34bq9h.kinbet-81du6o {
  justify-content: flex-start;
  margin-right: 4px;
}

.kinbet-34bq9h.kinbet-vwnosb {
  justify-content: flex-end;
  margin-left: 4px;
}

.kinbet-34bq9h.kinbet-91jeyz {
  justify-content: center;
}

.kinbet-34bq9h.kinbet-ugr4nf {
  justify-content: normal;
}

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

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

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

.kinbet-rr48l8 {
  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-rr48l8 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.kinbet-i63j16 {
  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-i63j16 {
    flex-direction: column;
  }
}

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

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

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

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

.kinbet-eda7cs 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-eda7cs ul {
    margin-bottom: 15px;
  }
}

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

.kinbet-eda7cs 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-eda7cs ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

.kinbet-lyl32k {
  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-lyl32k {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.kinbet-9y63dk.kinbet-q4hl7n {
  background-color: #000;
}

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

.kinbet-g5l8f8 {
  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-g5l8f8 {
    padding: 80px 16px 0;
  }
}

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

.kinbet-v5iq1v {
  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-v5iq1v {
    flex-direction: column;
  }
}

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

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

.kinbet-hrx4hb .kinbet-zvdem1 {
  margin-bottom: 28px;
}

.kinbet-hrx4hb .kinbet-zvdem1 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.kinbet-25twi2 li svg {
  transition: 0.kinbet-mnbp7c ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.kinbet-39odqu {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.kinbet-8ir0h3 ease-in-out;
}

.kinbet-39odqu.kinbet-5ulwd9 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.kinbet-3cwncg h1,
.kinbet-3cwncg 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-3cwncg h1,
  .kinbet-3cwncg h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

.kinbet-hnt7ix 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-mnbp7c ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.kinbet-hnt7ix li a.kinbet-5ulwd9 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

.kinbet-2dcali {
  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-2dcali {
    height: 54px;
  }
}

.kinbet-1zelsv {
  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-1zelsv {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .kinbet-1zelsv .kinbet-zvdem1 img {
    max-width: 90px;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .kinbet-zdx1zo {
    display: block;
  }
  .kinbet-zdx1zo li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .kinbet-zdx1zo li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .kinbet-zdx1zo 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-zdx1zo li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.kinbet-hzlofl.kinbet-zpzp01 {
  margin-right: 0;
}

.kinbet-1tajy8 {
  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-1tajy8 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.kinbet-2niosq {
  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-2niosq:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.kinbet-vwa3jp {
  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-vwa3jp::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-8ir0h3 ease-in-out;
}

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

.kinbet-raukym ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.kinbet-mnbp7c 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-raukym ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.kinbet-raukym 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-mnbp7c ease-in-out;
  overflow: hidden;
}

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

.kinbet-raukym 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-raukym ul li a:hover {
    text-decoration: underline;
  }
}

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

.kinbet-9g4yq8 {
  display: none;
}

.kinbet-qxg4ve {
  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-qxg4ve {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .kinbet-9g4yq8:checked ~ .kinbet-40wdz9 {
    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-40wdz9 {
    display: none;
    transition: display 0.kinbet-mnbp7c ease-in-out;
  }
  .kinbet-9g4yq8:checked ~ .kinbet-40wdz9 {
    display: block;
  }
  .kinbet-9g4yq8:checked + .kinbet-qxg4ve span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .kinbet-9g4yq8:checked + .kinbet-qxg4ve span:nth-child(2) {
    display: none;
  }
  .kinbet-9g4yq8:checked + .kinbet-qxg4ve span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

.kinbet-k10lv7 {
  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-k10lv7 {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

.kinbet-zc3dme 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-zc3dme table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

.kinbet-ucecx7 {
  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-ucecx7 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-ucecx7 h1,
.kinbet-ucecx7 h2,
.kinbet-ucecx7 h3,
.kinbet-ucecx7 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-ucecx7 h1,
  .kinbet-ucecx7 h2,
  .kinbet-ucecx7 h3,
  .kinbet-ucecx7 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.kinbet-308xgw .kinbet-y5rlf7 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.kinbet-308xgw .kinbet-1rhhs6 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

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

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

.kinbet-ybrwry 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-ybrwry h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-ybrwry .kinbet-urzfvm {
  margin-top: 30px;
  margin-bottom: 30px;
}

.kinbet-jn4pq4 {
  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-jn4pq4 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.kinbet-95vny6 {
  position: relative;
  border: none;
}

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

.kinbet-yqyjt7 {
  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-yqyjt7 span {
  height: 32px;
}

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

.kinbet-yqyjt7.kinbet-l2kvnz span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.kinbet-m599kn.kinbet-r03pi9 {
  display: none;
}

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

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

.kinbet-pebi3k 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-pebi3k table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

.kinbet-uru5kk {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  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-uru5kk {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.kinbet-xip9e4 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-xip9e4 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

.kinbet-5azf9l p {
  color: var(--text-color);
}

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

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

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

.kinbet-7dk0v3 {
  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-7fk1z7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.kinbet-q2ejqm {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-q2ejqm {
    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-n2hqot {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.kinbet-4ctufz {
  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-4ctufz {
    padding: 0 16px;
  }
}

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

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

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

.kinbet-4ctufz li span {
  opacity: 0.5;
}

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

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

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

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

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

.kinbet-jvld8w 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-jvld8w 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-jvld8w 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-jvld8w tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.kinbet-jvld8w 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-jvld8w 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-jvld8w tbody tr td:last-of-type {
  margin-left: auto;
}

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

.kinbet-jvld8w tbody tr td .kinbet-so9gcu {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.kinbet-jvld8w tbody tr td .kinbet-yeaqsm {
  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-mnbp7c ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

.kinbet-jvld8w tbody tr td .kinbet-gnbsb7 {
  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-jvld8w tbody tr td .kinbet-gnbsb7:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.kinbet-dizd5c {
  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-dizd5c {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

.kinbet-7hcmht {
  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-7hcmht {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.kinbet-t85pfz::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-up3sl7 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

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

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

.kinbet-2ww1x7 {
  padding: 90px 0;
}

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

.kinbet-vssvmh {
  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-vssvmh {
    padding: 0 16px;
  }
}

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

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

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

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

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

.kinbet-dntysg {
  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-dntysg 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-dntysg {
    flex-basis: auto;
  }
}

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

.kinbet-7iczgx {
  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-mnbp7c ease-in-out;
}

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

.kinbet-hwlag8 {
  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-hwlag8:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.kinbet-dtvqj5 .kinbet-7iczgx {
  width: 50%;
  margin: 0;
}

.kinbet-49n0io {
  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-49n0io:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.kinbet-1grt14 {
  margin: 0 0 100px;
}

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

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

.kinbet-ao3nbr {
  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-ao3nbr {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

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

.kinbet-av9xdo {
  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-av9xdo {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.kinbet-av9xdo 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-mnbp7c ease-in-out;
}

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

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

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

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

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

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

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

.kinbet-zwahwv {
  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-zwahwv {
    padding: 0 16px;
  }
}

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

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

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

.kinbet-geje4j h1,
.kinbet-geje4j 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-geje4j h1,
  .kinbet-geje4j h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.kinbet-9ne25h 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-9ne25h h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.kinbet-9ne25h 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-9ne25h h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.kinbet-9ne25h 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-9ne25h 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-9ne25h table tr td {
    padding: 12px 4px;
  }
}

.kinbet-9ne25h 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-9ne25h table tr th {
    padding: 12px 4px;
  }
}

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

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

.kinbet-m6rtxb {
  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-m6rtxb {
    min-height: 190px;
  }
}

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

.kinbet-d52b70::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-96uf3u {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.kinbet-96uf3u.kinbet-rdbw9c {
  display: none;
}

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

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

.kinbet-d6ji83 iframe.kinbet-ine6tf {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.kinbet-d6ji83.kinbet-dsn7b0 {
  opacity: 1;
  pointer-events: all;
}

.kinbet-8ys6zo {
  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-mnbp7c ease-in-out;
}

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

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

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

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

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

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

.kinbet-zwahwv .kinbet-ybrwry {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.kinbet-zwahwv .kinbet-ybrwry h1,
.kinbet-zwahwv .kinbet-ybrwry 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-zwahwv .kinbet-ybrwry h1,
  .kinbet-zwahwv .kinbet-ybrwry h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

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

.kinbet-a6dmt4 {
  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-a6dmt4 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kinbet-pkn22c .kinbet-6j2u9w {
  position: relative;
}

.kinbet-pkn22c .kinbet-gyta0q {
  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-pkn22c .kinbet-gyta0q.kinbet-rdbw9c {
  display: none;
}

.kinbet-pkn22c .kinbet-qzck8a {
  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-pkn22c .kinbet-qzck8a {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .kinbet-pkn22c .kinbet-qzck8a {
    bottom: 90px;
  }
}

.kinbet-pkn22c .kinbet-qzck8a .kinbet-rn3r6b {
  max-width: 300px;
  width: 100%;
}

.kinbet-pkn22c .kinbet-qzck8a .kinbet-rn3r6b .kinbet-e844e9 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-pkn22c .kinbet-qzck8a .kinbet-rn3r6b .kinbet-e844e9 {
    font-size: 32px;
    text-align: center;
  }
}

.kinbet-pkn22c .kinbet-qzck8a .kinbet-rn3r6b .kinbet-034h3c {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-pkn22c .kinbet-qzck8a .kinbet-rn3r6b .kinbet-034h3c {
    text-align: center;
  }
}

.kinbet-pkn22c .kinbet-qzck8a .kinbet-zpzp01 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.kinbet-pkn22c .kinbet-qzck8a .kinbet-zpzp01 .kinbet-0bbg83 {
  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-mnbp7c ease-in-out;
}

.kinbet-pkn22c .kinbet-qzck8a .kinbet-zpzp01 .kinbet-0bbg83:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .kinbet-pkn22c .kinbet-qzck8a .kinbet-zpzp01 .kinbet-0bbg83 {
    width: 100%;
  }
}

.kinbet-pkn22c .kinbet-qzck8a .kinbet-zpzp01 .kinbet-x1r7ok {
  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-mnbp7c ease-in-out;
  overflow: hidden;
}

.kinbet-pkn22c .kinbet-qzck8a .kinbet-zpzp01 .kinbet-x1r7ok 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-pkn22c .kinbet-qzck8a .kinbet-zpzp01 .kinbet-x1r7ok: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-pkn22c .kinbet-qzck8a .kinbet-zpzp01 .kinbet-x1r7ok:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .kinbet-pkn22c .kinbet-qzck8a .kinbet-zpzp01 .kinbet-x1r7ok {
    width: 100%;
  }
}

.kinbet-pkn22c .kinbet-qzck8a.kinbet-rdbw9c {
  display: none;
}

.kinbet-pkn22c .kinbet-hnlcs3 {
  display: none;
}

.kinbet-pkn22c .kinbet-hnlcs3.kinbet-dsn7b0 {
  display: block;
}

.kinbet-pkn22c .kinbet-hnlcs3 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

.kinbet-pkn22c .kinbet-15ug3a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

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

.kinbet-pkn22c .kinbet-15ug3a .kinbet-e844e9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

.kinbet-pkn22c .kinbet-15ug3a 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-pkn22c .kinbet-15ug3a 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-pkn22c .kinbet-15ug3a table tr td {
    padding: 12px 4px;
  }
}

.kinbet-pkn22c .kinbet-15ug3a 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-pkn22c .kinbet-15ug3a table tr th {
    padding: 12px 4px;
  }
}

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

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

.kinbet-k15v52.kinbet-5ulwd9 {
  display: block;
}

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

.kinbet-k15v52 .kinbet-zlp3zm {
  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-k15v52 .kinbet-08oedh {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.kinbet-k15v52 .kinbet-x1r7ok {
  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-mnbp7c ease-in-out;
}

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

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

.kinbet-p18s8h.kinbet-5ulwd9 {
  display: block;
}

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

.kinbet-4a5ssw {
  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-hbi9ax {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.kinbet-xkbrvy.kinbet-rdbw9c {
  display: none;
}

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

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

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

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

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

.kinbet-wvdc1x 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-mnbp7c ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

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

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

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

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

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

.kinbet-5z7nps {
  margin-bottom: 36px;
}

.kinbet-5z7nps 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-5z7nps textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.kinbet-9c3hpn {
  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-mnbp7c ease-in-out;
}

.kinbet-9c3hpn:hover {
  background: var(--border-color);
}

.kinbet-23iaq0 {
  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-mnbp7c ease-in-out;
}

.kinbet-23iaq0:hover {
  background: #166ad9;
}

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

.kinbet-3i2v80.kinbet-rdbw9c {
  display: none;
}

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

.kinbet-3i2v80 .kinbet-9c3hpn {
  margin: 0 auto;
}

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

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

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

.kinbet-88lvqn {
  filter: grayscale(100%);
}

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

.kinbet-y0qdh1 > 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-dif686.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.kinbet-8fs21a 44.kinbet-26jhev.kinbet-16n4kt.kinbet-7eq54d.kinbet-xcmaxz.kinbet-3yyz51.kinbet-xftlhe.kinbet-8teuxl.kinbet-6ml256.kinbet-j1cnbc.kinbet-2f6xso.kinbet-qibkzq.kinbet-hbzuha 0l-12.kinbet-rr89ej 30.kinbet-tk9urh.kinbet-disd8t 2.kinbet-bcar75.kinbet-disd8t 3.kinbet-6u2g31 3.kinbet-yvb7uc.kinbet-cz8maq 3.kinbet-x3kot4.kinbet-tbnd5i.kinbet-i37rui.kinbet-8ofikp 7-3.kinbet-rr89ej 10.kinbet-a7lmxa.kinbet-8ofikp 23.kinbet-hbtu2u.kinbet-dvd35j 1.kinbet-km8v36 2.kinbet-rr89ej 3.kinbet-dvd35j 1.kinbet-cz8maq 5.kinbet-4ged92.kinbet-cz8maq 32.kinbet-odvd8g.kinbet-tbnd5i 5.kinbet-hbzuha 4.kinbet-8ofikp 9.kinbet-8ofikp 8.kinbet-cz8maq 6.kinbet-l0cp7o.kinbet-4kvomn.kinbet-ayjcp7.kinbet-6c9ubn.kinbet-olgn2d 4.kinbet-righfi.kinbet-olgn2d 6.kinbet-olgn2d 0l29.kinbet-hbzuha 17.kinbet-f96956.kinbet-7n1ay4 2.kinbet-sqo5bp 10.kinbet-2z87xb.kinbet-rr89ej 8.kinbet-ysqwt9.kinbet-i83kpt.kinbet-32w4dd.kinbet-77olim.kinbet-2rjp5h.kinbet-tbnd5i.kinbet-3yyz51.kinbet-rr89ej 1.kinbet-3ylhhg.kinbet-o5ls1y.kinbet-8btccw.kinbet-fcldjg.kinbet-ebb5he.kinbet-km8v36 1.kinbet-ir72v4.kinbet-9ky5js.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.kinbet-y0qdh1 > input:checked ~ label,
.kinbet-y0qdh1 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-dif686.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.kinbet-8fs21a 44.kinbet-26jhev.kinbet-16n4kt.kinbet-7eq54d.kinbet-xcmaxz.kinbet-3yyz51.kinbet-xftlhe.kinbet-8teuxl.kinbet-6ml256.kinbet-j1cnbc.kinbet-2f6xso.kinbet-qibkzq.kinbet-hbzuha 0l-12.kinbet-rr89ej 30.kinbet-tk9urh.kinbet-disd8t 2.kinbet-bcar75.kinbet-disd8t 3.kinbet-6u2g31 3.kinbet-yvb7uc.kinbet-cz8maq 3.kinbet-x3kot4.kinbet-tbnd5i.kinbet-i37rui.kinbet-8ofikp 7-3.kinbet-rr89ej 10.kinbet-a7lmxa.kinbet-8ofikp 23.kinbet-hbtu2u.kinbet-dvd35j 1.kinbet-km8v36 2.kinbet-rr89ej 3.kinbet-dvd35j 1.kinbet-cz8maq 5.kinbet-4ged92.kinbet-cz8maq 32.kinbet-odvd8g.kinbet-tbnd5i 5.kinbet-hbzuha 4.kinbet-8ofikp 9.kinbet-8ofikp 8.kinbet-cz8maq 6.kinbet-l0cp7o.kinbet-4kvomn.kinbet-ayjcp7.kinbet-6c9ubn.kinbet-olgn2d 4.kinbet-righfi.kinbet-olgn2d 6.kinbet-olgn2d 0l29.kinbet-hbzuha 17.kinbet-f96956.kinbet-7n1ay4 2.kinbet-sqo5bp 10.kinbet-2z87xb.kinbet-rr89ej 8.kinbet-ysqwt9.kinbet-i83kpt.kinbet-32w4dd.kinbet-77olim.kinbet-2rjp5h.kinbet-tbnd5i.kinbet-3yyz51.kinbet-rr89ej 1.kinbet-3ylhhg.kinbet-o5ls1y.kinbet-8btccw.kinbet-fcldjg.kinbet-ebb5he.kinbet-km8v36 1.kinbet-ir72v4.kinbet-9ky5js.5z'/%3e%3c/svg%3e");
}

.kinbet-y0qdh1 > input:not(:checked) ~ label:hover,
.kinbet-y0qdh1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-dif686.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.kinbet-8fs21a 44.kinbet-26jhev.kinbet-16n4kt.kinbet-7eq54d.kinbet-xcmaxz.kinbet-3yyz51.kinbet-xftlhe.kinbet-8teuxl.kinbet-6ml256.kinbet-j1cnbc.kinbet-2f6xso.kinbet-qibkzq.kinbet-hbzuha 0l-12.kinbet-rr89ej 30.kinbet-tk9urh.kinbet-disd8t 2.kinbet-bcar75.kinbet-disd8t 3.kinbet-6u2g31 3.kinbet-yvb7uc.kinbet-cz8maq 3.kinbet-x3kot4.kinbet-tbnd5i.kinbet-i37rui.kinbet-8ofikp 7-3.kinbet-rr89ej 10.kinbet-a7lmxa.kinbet-8ofikp 23.kinbet-hbtu2u.kinbet-dvd35j 1.kinbet-km8v36 2.kinbet-rr89ej 3.kinbet-dvd35j 1.kinbet-cz8maq 5.kinbet-4ged92.kinbet-cz8maq 32.kinbet-odvd8g.kinbet-tbnd5i 5.kinbet-hbzuha 4.kinbet-8ofikp 9.kinbet-8ofikp 8.kinbet-cz8maq 6.kinbet-l0cp7o.kinbet-4kvomn.kinbet-ayjcp7.kinbet-6c9ubn.kinbet-olgn2d 4.kinbet-righfi.kinbet-olgn2d 6.kinbet-olgn2d 0l29.kinbet-hbzuha 17.kinbet-f96956.kinbet-7n1ay4 2.kinbet-sqo5bp 10.kinbet-2z87xb.kinbet-rr89ej 8.kinbet-ysqwt9.kinbet-i83kpt.kinbet-32w4dd.kinbet-77olim.kinbet-2rjp5h.kinbet-tbnd5i.kinbet-3yyz51.kinbet-rr89ej 1.kinbet-3ylhhg.kinbet-o5ls1y.kinbet-8btccw.kinbet-fcldjg.kinbet-ebb5he.kinbet-km8v36 1.kinbet-ir72v4.kinbet-9ky5js.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.kinbet-2gfz7b.kinbet-rdbw9c {
  display: none;
}

.kinbet-oace31 {
  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-oace31 {
    height: 74px;
    overflow: visible;
  }
}

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

.kinbet-auvg50 {
  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-auvg50::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .kinbet-auvg50 {
    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-auvg50 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.kinbet-7kvhyv {
  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-7kvhyv::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-7kvhyv::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.kinbet-7kvhyv::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-7kvhyv::after {
    display: none;
  }
}

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

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

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

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

.kinbet-0bapmu {
  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-mnbp7c ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.kinbet-2gfz7b.kinbet-z46mgu .kinbet-oace31 {
  background: #2b3b67;
}

.kinbet-2gfz7b.kinbet-z46mgu .kinbet-auvg50 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.kinbet-2gfz7b.kinbet-z46mgu .kinbet-auvg50::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.kinbet-2gfz7b.kinbet-z46mgu .kinbet-auvg50::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.kinbet-2gfz7b.kinbet-z46mgu .kinbet-7kvhyv::before {
  background: #0e0f41;
}

.kinbet-2gfz7b.kinbet-z46mgu .kinbet-7kvhyv::after {
  background: #152557;
}

.kinbet-2gfz7b.kinbet-u1oqro .kinbet-oace31 {
  background: #1f35fa;
}

.kinbet-2gfz7b.kinbet-u1oqro .kinbet-auvg50 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.kinbet-2gfz7b.kinbet-u1oqro .kinbet-auvg50::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.kinbet-2gfz7b.kinbet-u1oqro .kinbet-auvg50::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.kinbet-2gfz7b.kinbet-u1oqro .kinbet-7kvhyv::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.kinbet-2gfz7b.kinbet-u1oqro .kinbet-7kvhyv::after {
  background: #192ac8;
}

.kinbet-2gfz7b.kinbet-mtstk6 .kinbet-oace31 {
  background: #fa771f;
}

.kinbet-2gfz7b.kinbet-mtstk6 .kinbet-auvg50 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.kinbet-2gfz7b.kinbet-mtstk6 .kinbet-auvg50::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.kinbet-2gfz7b.kinbet-mtstk6 .kinbet-auvg50::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.kinbet-2gfz7b.kinbet-mtstk6 .kinbet-7kvhyv::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.kinbet-2gfz7b.kinbet-mtstk6 .kinbet-7kvhyv::after {
  background: #fa8535;
}

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

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

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

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

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

.kinbet-0z5zg2 {
  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-0z5zg2 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.kinbet-gykxaf {
  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-gykxaf {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.kinbet-gx6igm {
  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-gx6igm:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.kinbet-qf880l .kinbet-jocatk {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.kinbet-kpjmcq {
  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-kpjmcq.kinbet-dsn7b0 {
  display: block;
}

.kinbet-kpjmcq.kinbet-rdbw9c {
  display: none;
}

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

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

.kinbet-cmoliu {
  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-147oea {
  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-5avpig small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.kinbet-4fr877 .kinbet-jocatk {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.kinbet-vifxn9 {
  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-vifxn9 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-cx3x3d {
  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-cx3x3d {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.kinbet-7jsxw1 {
  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-r4gf7e {
  flex: 1;
  min-width: 0;
}

.kinbet-96rw1k {
  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-96rw1k {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

.kinbet-41gtyj strong {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.kinbet-65hlvs {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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

.kinbet-qb5ssn .kinbet-zdx1zo {
  justify-content: center;
}

/* faq */

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

.kinbet-0dq1hj {
  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-npaqe6 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.kinbet-xrzhno.kinbet-5ulwd9 .kinbet-0dq1hj::after {
  transform: rotate(45deg);
}

.kinbet-moc3xe {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.kinbet-mnbp7c ease, padding 0.kinbet-mnbp7c ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.kinbet-xrzhno.kinbet-5ulwd9 .kinbet-moc3xe {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.kinbet-0iz01e {
  margin: 25px 0;
}

.kinbet-y0qdh1 > input:not(:checked) ~ label:hover,
.kinbet-y0qdh1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-u0qg3g.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.kinbet-kyt6wr 44.kinbet-qgtkd2.kinbet-ybipyt.kinbet-16n0dk.kinbet-c0wlbm.kinbet-hg0oti.kinbet-kvp3ix.kinbet-oo6qcd.kinbet-y4mtoq.kinbet-nj7hdt.kinbet-u650jk.kinbet-vesvnu.kinbet-981et2 0l-12.kinbet-6ihpi1 30.kinbet-i6fes6.kinbet-74jo4h 2.kinbet-582ptz.kinbet-74jo4h 3.kinbet-wxwigs 3.kinbet-i02srx.kinbet-v5gdlt 3.kinbet-xgrdkj.kinbet-ojiis6.kinbet-qswtu5.kinbet-0jmaoz 7-3.kinbet-6ihpi1 10.kinbet-p4ymtk.kinbet-0jmaoz 23.kinbet-u6x6mj.kinbet-a3y4p6 1.kinbet-e62j6c 2.kinbet-6ihpi1 3.kinbet-a3y4p6 1.kinbet-v5gdlt 5.kinbet-mt3l4i.kinbet-v5gdlt 32.kinbet-lafodt.kinbet-ojiis6 5.kinbet-981et2 4.kinbet-0jmaoz 9.kinbet-0jmaoz 8.kinbet-v5gdlt 6.kinbet-avjz8o.kinbet-0helet.kinbet-awanfk.kinbet-7doa1f.kinbet-blpqmb 4.kinbet-bxsjog.kinbet-blpqmb 6.kinbet-blpqmb 0l29.kinbet-981et2 17.kinbet-d5kfp6.kinbet-e07ep1 2.kinbet-f8ypwg 10.kinbet-vqrzte.kinbet-6ihpi1 8.kinbet-26tfwu.kinbet-u7qotr.kinbet-oqu7uv.kinbet-dnrcmy.kinbet-df7l1b.kinbet-ojiis6.kinbet-hg0oti.kinbet-6ihpi1 1.kinbet-vhbizd.kinbet-jmd0im.kinbet-ujikwk.kinbet-y786ug.kinbet-yg3xvl.kinbet-e62j6c 1.kinbet-pwk7wg.kinbet-8p2rpz.5z'/%3e%3c/svg%3e");
}

.kinbet-pjivm7 {
  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-pjivm7 {
    gap: 16px 0;
  }
}

.kinbet-pgvr19 {
  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-pgvr19.kinbet-lcbxly {
  display: block;
}

.kinbet-pgvr19.kinbet-2hisrt {
  display: none;
}

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

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

.kinbet-msmmk8 {
  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-qafcxp {
  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-n1a4ef small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.kinbet-xh6efh .kinbet-yvt0zm {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.kinbet-qphx67 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-qphx67 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-hki0of {
  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-hki0of.kinbet-spay4h {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.kinbet-g13w59, .kinbet-8d98jk, [class*="review-card"],
thead, thead th, table th, .kinbet-plei1d,
.kinbet-7qt8hr, [class*="collapsible-header"],
.kinbet-q4nm4j, [class*="updated-block"] {
  color: #ece7dc !important;
}
