@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.hexabet-8tukiw {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hexabet-19cjwk {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.hexabet-xnd5w4,
ul.hexabet-xnd5w4 {
  padding-left: 20px;
}

ul.hexabet-xnd5w4 {
  list-style: disc;
}

ol.hexabet-xnd5w4 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.hexabet-zx0je0 > .hexabet-u8hr4a,
.hexabet-zx0je0 > .hexabet-06rn4y,
.hexabet-zx0je0 > blockquote,
.hexabet-zx0je0 > h1,
.hexabet-zx0je0 > h2,
.hexabet-zx0je0 > h3,
.hexabet-zx0je0 > h4,
.hexabet-zx0je0 > h5,
.hexabet-zx0je0 > h6,
.hexabet-zx0je0 > ol,
.hexabet-zx0je0 > p,
.hexabet-zx0je0 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hexabet-zx0je0 > ol,
.hexabet-zx0je0 > ul {
  padding-left: 50px;
}

.hexabet-zx0je0 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.hexabet-zx0je0:not(:last-child) {
  margin-bottom: 2rem;
}

.hexabet-zx0je0 > :not(:first-child) {
  margin-top: 2rem;
}

.hexabet-zx0je0 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hexabet-zx0je0:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .hexabet-zx0je0:first-child {
    margin-top: 20px;
  }
}

.hexabet-zx0je0 > p:last-of-type {
  margin-bottom: 32px;
}

.hexabet-zx0je0 > .hexabet-gj5u23:not(:first-child) {
  margin: 64px auto 16px auto;
}

.hexabet-zhr2hu > .hexabet-gj5u23 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.hexabet-06rn4y {
  overflow: auto;
}

.hexabet-06rn4y::-webkit-scrollbar {
  height: 5px;
}

.hexabet-06rn4y table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.hexabet-06rn4y table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.hexabet-06rn4y table thead,
table thead {
  border-bottom: none;
}

.hexabet-06rn4y table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.hexabet-06rn4y table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.hexabet-06rn4y table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.hexabet-06rn4y .hexabet-g1ibw1 {
  table-layout: auto;
}

.hexabet-06rn4y .hexabet-g1ibw1 th {
  word-break: normal;
}

.hexabet-06rn4y .hexabet-g1ibw1 td {
  word-break: normal;
}

.hexabet-8tukiw .hexabet-8tukiw {
  padding-right: 0;
  padding-left: 0;
}

.hexabet-ag806g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.hexabet-n8s82n {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hexabet-wqotxh {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.hexabet-u8hr4a {
  margin-top: 24px;
}

.hexabet-u8hr4a.hexabet-alisab {
  text-align: left;
}

.hexabet-u8hr4a.hexabet-2qnpjt {
  text-align: right;
}

.hexabet-u8hr4a.hexabet-z7izwd {
  text-align: center;
}

.hexabet-3m70re {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.hexabet-rlm4yf ease-in-out;
  cursor: pointer;
}

.hexabet-3m70re:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.hexabet-3m70re {
  min-width: 328px;
}

@media (max-width: 768px) {
  .hexabet-3m70re {
    min-width: unset;
  }
}

.hexabet-hexqv5 {
  background-color: var(--fh-bg-color);
}

.hexabet-f25v9p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.hexabet-pv3l58 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.hexabet-pv3l58 img {
  max-height: 44px;
  object-fit: contain;
}

.hexabet-7xlzh9 {
  flex: 1 1;
}

.hexabet-ad4c0n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.hexabet-ui4env {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.hexabet-ui4env span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.hexabet-ui4env.hexabet-j5ulku span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.hexabet-ui4env.hexabet-j5ulku span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.hexabet-ui4env.hexabet-j5ulku span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.hexabet-7xlzh9 + .hexabet-ad4c0n {
  margin-left: 20px;
}

.hexabet-q2axmz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.hexabet-q2axmz > svg {
  max-width: 24px;
  max-height: 24px;
}

.hexabet-q2axmz + .hexabet-q2axmz {
  margin-left: 5px;
}

.hexabet-1k1g41 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.hexabet-1k1g41:hover {
  background-color: var(--button-bg-hover);
}

.hexabet-r2jfcl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.hexabet-rlm4yf ease-in-out;
  border: 1px solid var(--border-color);
}

.hexabet-r2jfcl:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.hexabet-r47o85 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .hexabet-7xlzh9 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .hexabet-r47o85 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .hexabet-7xlzh9 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .hexabet-q2axmz {
    min-width: unset;
    flex: 1 1;
  }
}

.hexabet-ozw0yv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.hexabet-ozw0yv:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.hexabet-ozw0yv:hover .hexabet-zugnms {
  opacity: 1;
  pointer-events: auto;
}

.hexabet-571neb {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.hexabet-tz8md1 ease-in-out;
  gap: 4px;
}

.hexabet-571neb > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hexabet-571neb .hexabet-ag806g img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hexabet-gz202v,
.hexabet-571neb:hover {
  color: var(--button-bg-hover);
}

.hexabet-h9ufz8 {
  position: relative;
}

.hexabet-h9ufz8 .hexabet-571neb {
  margin-right: 0;
  padding-right: 4px;
}

.hexabet-h0boa5 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.hexabet-h9ufz8.hexabet-j5ulku .hexabet-h0boa5 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.hexabet-h9ufz8.hexabet-j5ulku .hexabet-zugnms {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.hexabet-h9ufz8.hexabet-j5ulku .hexabet-zugnms::before {
  display: none;
}

.hexabet-h0boa5 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.hexabet-zugnms {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.hexabet-7qczeq 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.hexabet-zugnms::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.hexabet-zugnms:hover {
  color: var(--fh-bg-color);
}

.hexabet-j1j9lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.hexabet-7qczeq 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.hexabet-tz8md1 ease-in-out;
  -o-transition: 0.hexabet-tz8md1 ease-in-out;
  transition: 0.hexabet-tz8md1 ease-in-out;
}

.hexabet-j1j9lb .hexabet-ag806g img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.hexabet-dq5hjx,
.hexabet-j1j9lb:hover {
  color: var(--button-bg-hover);
}

.hexabet-ptuexx {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.hexabet-ptuexx.hexabet-la36gq {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.hexabet-ptuexx.hexabet-la36gq:after,
.hexabet-ptuexx.hexabet-la36gq:before {
  content: "";
  position: absolute;
  margin: auto;
}

.hexabet-ptuexx.hexabet-la36gq:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.hexabet-ptuexx.hexabet-la36gq:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.hexabet-ptuexx.hexabet-la36gq > * {
  z-index: 1;
}

.hexabet-ptuexx b,
.hexabet-ptuexx strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.hexabet-ptuexx .hexabet-e6e7vl {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.hexabet-ptuexx .hexabet-m3dxs1 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.hexabet-ptuexx .hexabet-ag806g {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.hexabet-ptuexx .hexabet-t5pqbe {
  margin-top: 12px;
}

.hexabet-t5pqbe {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.hexabet-6juqnk {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.hexabet-t5pqbe .hexabet-9z6mcy {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.hexabet-rlm4yf ease-in-out;
}

.hexabet-t5pqbe .hexabet-9z6mcy:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hexabet-h29gsa {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.hexabet-ptuexx.hexabet-f5ydu9 {
  gap: 12px;
  padding: 16px;
}

.hexabet-ptuexx.hexabet-f5ydu9 .hexabet-h29gsa {
  min-width: 240px;
}

.hexabet-ptuexx.hexabet-f5ydu9 .hexabet-h29gsa.hexabet-u4yrqr {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .hexabet-ptuexx .hexabet-e6e7vl {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .hexabet-ptuexx .hexabet-m3dxs1 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .hexabet-ptuexx .hexabet-ag806g {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .hexabet-ptuexx.hexabet-f5ydu9 .hexabet-ag806g {
    max-width: 126px;
  }
  .hexabet-ptuexx .hexabet-t5pqbe {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .hexabet-ptuexx .hexabet-6juqnk {
    max-width: unset;
  }
  .hexabet-h29gsa {
    min-width: unset;
    width: 100%;
  }
  .hexabet-ptuexx .hexabet-h29gsa {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .hexabet-ptuexx.hexabet-f5ydu9 {
    grid-template-rows: auto 1fr auto;
  }
  .hexabet-ptuexx.hexabet-f5ydu9 .hexabet-h29gsa {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .hexabet-ptuexx {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .hexabet-ptuexx .hexabet-e6e7vl {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .hexabet-ptuexx .hexabet-ag806g {
    max-width: 78px;
  }
  .hexabet-ptuexx .hexabet-t5pqbe {
    margin-top: -12px;
  }
  .hexabet-ptuexx.hexabet-f5ydu9 {
    gap: 8px;
  }
  .hexabet-ptuexx.hexabet-f5ydu9 .hexabet-e6e7vl {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .hexabet-ptuexx.hexabet-f5ydu9 .hexabet-m3dxs1 {
    grid-column: 1/3;
  }
  .hexabet-ptuexx.hexabet-f5ydu9 .hexabet-ag806g {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .hexabet-ptuexx.hexabet-f5ydu9 .hexabet-ag806g img {
    max-width: 114px;
  }
}

.hexabet-h29gsa.hexabet-w146i5,
.hexabet-h29gsa.hexabet-pwfuuh,
.hexabet-h29gsa.hexabet-j45v4b {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.hexabet-rlm4yf ease-in-out;
}

.hexabet-h29gsa.hexabet-w146i5,
.hexabet-h29gsa.hexabet-j45v4b {
  padding: 10px;
}

.hexabet-h29gsa.hexabet-w146i5:hover,
.hexabet-h29gsa.hexabet-pwfuuh:hover,
.hexabet-h29gsa.hexabet-j45v4b:hover {
  background: var(--button-bg-hover);
}

.hexabet-h29gsa.hexabet-w146i5:hover svg path,
.hexabet-h29gsa.hexabet-j45v4b:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.hexabet-h29gsa.hexabet-u4yrqr {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.hexabet-rlm4yf ease-in-out;
  background: var(--button-bg-color);
}

.hexabet-h29gsa.hexabet-u4yrqr:hover {
  background-color: var(--button-bg-hover);
}

.hexabet-h29gsa.hexabet-pwfuuh:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.hexabet-h29gsa.hexabet-pwfuuh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hexabet-h29gsa.hexabet-u4yrqr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.hexabet-ydl8xl {
  max-width: 650px;
}

.hexabet-7k7j5f {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.hexabet-rctsjw {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hexabet-uag7kf {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.hexabet-tz8md1 ease-in-out;
  cursor: pointer;
}

.hexabet-uag7kf:hover {
  opacity: 0.5;
}

.hexabet-uag7kf:focus {
  outline: 0;
}

.hexabet-uag7kf:focus .hexabet-f2kedt,
.hexabet-uag7kf:hover .hexabet-f2kedt {
  fill: red;
  fill-opacity: 1;
}

.hexabet-uag7kf:hover {
  cursor: pointer;
}

.hexabet-d4pscw {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.hexabet-ydl8xl.hexabet-z7izwd {
  margin: 0 auto;
}

.hexabet-ydl8xl.hexabet-2qnpjt {
  margin-left: auto;
}

.hexabet-g5eqah {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.hexabet-4shqr4 {
  padding-bottom: 50px;
}

.hexabet-1d3n36 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.hexabet-4mpecp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.hexabet-74pr06 {
  margin-top: 24px;
}

.hexabet-ooi8c0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hexabet-h401kx {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.hexabet-zpds5h {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.hexabet-a7q5xr {
  width: 468px;
}

.hexabet-zpds5h .hexabet-zugnms {
  margin: 0.hexabet-q3fijf 0;
}

.hexabet-v9cfky {
  display: flex;
  min-width: 224px;
}

.hexabet-3wlqd9 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.hexabet-tz8md1 ease-in-out;
}

.hexabet-vjzv7n,
.hexabet-3wlqd9:hover {
  color: var(--text-color);
}

.hexabet-qlras6 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.hexabet-8k8ud0 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .hexabet-g5eqah {
    padding: 16px;
  }
  .hexabet-qlras6 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .hexabet-8k8ud0 {
    align-items: center;
  }
  .hexabet-a7q5xr {
    width: unset;
  }
  .hexabet-v9cfky {
    min-width: unset;
  }
  .hexabet-zpds5h {
    max-height: unset;
  }
  .hexabet-1d3n36 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hexabet-g5eqah {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.hexabet-9iq8f3 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.hexabet-9iq8f3:not(:last-child) {
  margin-bottom: 16px;
}

.hexabet-6soxvu {
  outline: 0;
}

.hexabet-6soxvu .hexabet-8rm1o4 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.hexabet-nrhrgx {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .hexabet-nrhrgx {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.hexabet-nrhrgx::-webkit-details-marker {
  display: none;
}

.hexabet-nrhrgx:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.hexabet-nrhrgx:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .hexabet-nrhrgx:after {
  transform: unset;
}

.hexabet-8rm1o4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.hexabet-8rm1o4 svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.hexabet-tz8md1 ease-in-out;
  -o-transition: 0.hexabet-tz8md1 ease-in-out;
  transition: 0.hexabet-tz8md1 ease-in-out;
}

.hexabet-lgv0q3 {
  padding: 16px 0 0 0;
}

.hexabet-lgv0q3 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .hexabet-lgv0q3 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hexabet-nrhrgx {
    flex-wrap: wrap;
    gap: 12px;
  }
  .hexabet-nrhrgx::after {
    margin-left: auto;
  }
  .hexabet-8rm1o4 {
    order: 3;
    flex: 1 1 100%;
  }
  .hexabet-nrhrgx {
    font-size: 14px;
    line-height: 130%;
  }
  .hexabet-8rm1o4 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.hexabet-j8w0z9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.hexabet-3tlrmp {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.hexabet-j8w0z9.hexabet-j5ulku .hexabet-3tlrmp {
  margin-bottom: 12px;
}

.hexabet-3tlrmp::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.hexabet-j8w0z9.hexabet-j5ulku .hexabet-3tlrmp::after {
  transform: unset;
}

.hexabet-4787d5 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.hexabet-kd1otz {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.hexabet-tz8md1 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.hexabet-kd1otz:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.hexabet-j8w0z9.hexabet-j5ulku .hexabet-4787d5 {
  max-height: 100%;
}

.hexabet-6hpky5 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.hexabet-98pnj9 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.hexabet-95jyr7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hexabet-9uwpfn {
  margin-right: 4px;
}

.hexabet-8euuqp {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.hexabet-tz8md1 ease-in-out;
}

.hexabet-8euuqp svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.hexabet-3uzcu1,
.hexabet-8euuqp:hover {
  color: var(--text-color);
}

.hexabet-0r0s4l {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.hexabet-0r0s4l img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.hexabet-0r0s4l .hexabet-kq3u7w {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.hexabet-0r0s4l .hexabet-rn959u {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.hexabet-lumhe3 {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.hexabet-slvvbt {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hexabet-3os7ju .hexabet-8tukiw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hexabet-3os7ju {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.hexabet-r1zv4q {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.hexabet-meqpah {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.hexabet-49jwi4 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.hexabet-0y6l9t 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.hexabet-49jwi4:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.hexabet-tdzy0e {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.hexabet-wzlild {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.hexabet-tz8md1 ease-in-out;
  transition: transform 0.hexabet-tz8md1 ease-in-out;
  -o-transition: transform 0.hexabet-tz8md1 ease-in-out;
  transition:
    transform 0.hexabet-tz8md1 ease-in-out,
    -webkit-transform 0.hexabet-tz8md1 ease-in-out;
  cursor: pointer;
}

.hexabet-wzlild svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.hexabet-wzlild:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.hexabet-88l1r3 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .hexabet-88l1r3 {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.hexabet-ufgj1i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hexabet-6hx2a9 {
  position: relative;
  width: 100%;
}

.hexabet-ufgj1i.hexabet-qsfk70 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hexabet-ufgj1i.hexabet-z7izwd {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hexabet-ufgj1i.hexabet-2qnpjt {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hexabet-ucqhxt {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.hexabet-3hr9wu {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.hexabet-tz8md1 ease-in-out;
  cursor: pointer;
}

.hexabet-3hr9wu:hover {
  opacity: 0.5;
}

.hexabet-ufgj1i.hexabet-n95vdz .hexabet-3hr9wu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hexabet-ufgj1i.hexabet-n95vdz .hexabet-ucqhxt {
  cursor: pointer;
}

.hexabet-9vr1ep {
  fill: #0009;
}

.hexabet-8b8rs5 {
  fill: #fff;
}

.hexabet-3hr9wu:hover .hexabet-9vr1ep {
  fill: red;
}

.hexabet-3hr9wu svg path {
  -webkit-transition: 0.hexabet-tz8md1 ease-in-out;
  -o-transition: 0.hexabet-tz8md1 ease-in-out;
  transition: 0.hexabet-tz8md1 ease-in-out;
}

.hexabet-bwwnz8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.hexabet-bwwnz8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.hexabet-bwwnz8.hexabet-31dvl5 > :not(.get-image) {
  grid-column: 1/3;
}

.hexabet-3nby16:not(._h1-block) .hexabet-bwwnz8 > .hexabet-gj5u23 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.hexabet-bwwnz8.hexabet-31dvl5 .hexabet-9o07p0 {
  grid-column: 2/3;
}

.hexabet-bwwnz8.hexabet-31dvl5 > .hexabet-ag806g {
  grid-column: 1/2;
}

.hexabet-bwwnz8.hexabet-31dvl5 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.hexabet-bwwnz8 > p:first-of-type {
  margin-top: 0;
}

.hexabet-bwwnz8 .hexabet-ag806g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.hexabet-3nby16:not(._h1-block) .hexabet-gj5u23 ~ .hexabet-ag806g {
  grid-row: 2/10;
}

.hexabet-3nby16.hexabet-d26ea6 .hexabet-gj5u23 ~ .hexabet-ag806g {
  grid-row: 1/10;
}

.hexabet-3nby16.hexabet-d26ea6 > .hexabet-gj5u23 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.hexabet-3nby16.hexabet-d26ea6 .hexabet-ag806g {
  grid-row: 1/10;
}

.hexabet-bwwnz8.hexabet-kmc4ei .hexabet-ag806g {
  align-items: flex-start;
}

.hexabet-bwwnz8.hexabet-z7izwd .hexabet-9o07p0 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.hexabet-bwwnz8.hexabet-z7izwd .hexabet-ag806g {
  align-items: center;
}

.hexabet-bwwnz8.hexabet-g238cv .hexabet-ag806g {
  align-items: flex-end;
}

.hexabet-9o07p0 > :first-child {
  margin-top: 0;
}

.hexabet-9o07p0 > :last-child {
  margin-bottom: 0;
}

* + .hexabet-bpvalk,
.hexabet-3nby16 + .hexabet-3nby16 {
  margin-top: 2rem;
}

.hexabet-ys59gq td::before,
.hexabet-ys59gq th::after {
  display: none !important;
}

.hexabet-ys59gq #link-selector {
  color: #000;
}

.hexabet-ys59gq .hexabet-gcrdkj {
  color: #135e96;
}

.hexabet-ys59gq .hexabet-xo499t *,
.hexabet-ys59gq .hexabet-rrc8u5 p,
.hexabet-ys59gq .hexabet-pped7d * {
  color: #000;
}

.hexabet-ys59gq .hexabet-c9gxc6 {
  background: 0 0 !important;
}

.hexabet-ys59gq .hexabet-uw3r1f {
  color: #000;
}

.hexabet-ys59gq .hexabet-r3lwc0.hexabet-gawyzr {
  color: #fff;
}

.hexabet-ys59gq .hexabet-guuiee {
  color: #000;
}

.hexabet-ys59gq
  .hexabet-wwj41q
  .hexabet-va40pw.hexabet-gawyzr.hexabet-9evimv {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.hexabet-limxww,
body .hexabet-7422o3 {
  color: #000;
  background: var(--color-body) !important;
}

.hexabet-limxww .hexabet-nkf6rs .hexabet-qaxu7d,
body .hexabet-7422o3 .hexabet-nkf6rs .hexabet-qaxu7d {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hexabet-kd1otz:focus,
  .hexabet-kd1otz:hover {
    color: #f9cb16;
  }
  .hexabet-6ofq3d:focus,
  .hexabet-6ofq3d:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .hexabet-5diu0m:focus img,
  .hexabet-5diu0m:focus svg,
  .hexabet-5diu0m:hover img,
  .hexabet-5diu0m:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .hexabet-0r0s4l {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hexabet-h9ufz8:hover .hexabet-h0boa5 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .hexabet-h0boa5 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .hexabet-mrpgx6 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .hexabet-8qsw3n {
    grid-template-columns: repeat(4, 1fr);
  }
  .hexabet-tfrxrk {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .hexabet-jttc2w .hexabet-csryqi {
    grid-template-columns: 1fr;
  }
  .hexabet-jttc2w .hexabet-uqtlhe {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .hexabet-jttc2w .hexabet-jol96a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hexabet-jttc2w .hexabet-wfcevu {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .hexabet-jttc2w .hexabet-jm9oyc {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .hexabet-jttc2w .hexabet-jol96a:not(:first-child) {
    border: none;
  }
  .hexabet-jttc2w .hexabet-jol96a:first-child .hexabet-wfcevu {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .hexabet-jttc2w .hexabet-jol96a:last-child .hexabet-wfcevu {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .hexabet-f25v9p {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .hexabet-pv3l58 {
    max-width: 100px;
  }
  .hexabet-7xlzh9 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .hexabet-ad4c0n {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hexabet-ad4c0n svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .hexabet-ui4env {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .hexabet-7xlzh9 + .hexabet-ad4c0n {
    margin-left: auto;
  }
  .hexabet-ohd5kt {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .hexabet-ohd5kt.hexabet-j5ulku {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .hexabet-r47o85 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .hexabet-ozw0yv {
    width: 100%;
  }
  .hexabet-ozw0yv:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .hexabet-571neb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .hexabet-571neb svg {
    margin-right: 4px;
  }
  .hexabet-h9ufz8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hexabet-h0boa5 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .hexabet-h0boa5 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .hexabet-zugnms {
    display: none;
    width: 100%;
  }
  .hexabet-h9ufz8.hexabet-j5ulku .hexabet-zugnms {
    padding: 0 0 0 48px;
  }
  .hexabet-j1j9lb {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .hexabet-4mpecp .hexabet-ag806g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .hexabet-wde8ip {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hexabet-wde8ip + .hexabet-wde8ip {
    margin-right: 0;
  }
  .hexabet-wde8ip + .hexabet-ag806g {
    margin: 0;
  }
  .hexabet-mrpgx6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .hexabet-8qsw3n {
    grid-template-columns: repeat(3, 1fr);
  }
  .hexabet-0fd558,
  .hexabet-hwopcl {
    grid-template-columns: repeat(2, 1fr);
  }
  .hexabet-bwwnz8 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hexabet-bwwnz8.hexabet-31dvl5 .hexabet-9o07p0 {
    grid-column: auto;
    grid-row: auto;
  }
  .hexabet-bwwnz8 > .hexabet-gj5u23 {
    grid-column: 1/2;
  }
  .hexabet-bwwnz8.hexabet-31dvl5 > :not(.get-image) {
    grid-column: 1/2;
  }
  .hexabet-bwwnz8 .hexabet-ag806g,
  .hexabet-bwwnz8.hexabet-31dvl5 > .hexabet-ag806g {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hexabet-bwwnz8.hexabet-31dvl5 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .hexabet-3nby16.hexabet-d26ea6 .hexabet-bwwnz8 > .hexabet-ag806g {
    grid-row: 1/2;
  }
  .hexabet-bwwnz8 .hexabet-gj5u23 ~ .hexabet-ag806g,
  .hexabet-bwwnz8.hexabet-31dvl5 .hexabet-gj5u23 ~ .hexabet-ag806g {
    grid-row: 2/3;
  }
  .hexabet-3nby16.hexabet-d26ea6 .hexabet-gj5u23 ~ .hexabet-ag806g {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .hexabet-zx0je0:first-child .hexabet-l2fe74 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hexabet-zx0je0:first-child .hexabet-l2fe74 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .hexabet-zx0je0 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .hexabet-zx0je0 {
    padding: 0;
  }
  .hexabet-u8hr4a {
    margin-top: 1rem;
  }
  .hexabet-6soxvu {
    border-radius: 5px;
  }
  .hexabet-pkg7bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hexabet-3tlrmp::after {
    display: inline-block;
  }
  .hexabet-3tlrmp {
    margin: 0;
    width: 100%;
  }
  .hexabet-4787d5 {
    width: 100%;
  }
  .hexabet-4787d5.hexabet-q9i1dx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .hexabet-4787d5.hexabet-q9i1dx .hexabet-4ulu9g {
    width: 100%;
  }
  .hexabet-4787d5.hexabet-q9i1dx .hexabet-4ulu9g:not(:last-child) {
    margin-right: 0;
  }
  .hexabet-kd1otz {
    width: 100%;
    text-align: center;
  }
  .hexabet-j8w0z9.hexabet-j5ulku .hexabet-4787d5 {
    margin-top: 1rem;
  }
  .hexabet-mrpgx6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .hexabet-tfrxrk,
  .hexabet-8qsw3n {
    grid-template-columns: repeat(2, 1fr);
  }
  .hexabet-0fd558,
  .hexabet-hwopcl,
  .hexabet-jksk8c {
    grid-template-columns: 1fr;
  }
  .hexabet-xkn0cw {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .hexabet-i6tuym {
    min-width: 300px;
    max-width: 325px;
  }
  .hexabet-wfcevu {
    cursor: auto;
  }
  .hexabet-zjz5hq .hexabet-wfcevu {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .hexabet-88l1r3 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .hexabet-zugnms {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .hexabet-88l1r3 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.hexabet-wde8ip p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .hexabet-ad4c0n {
    margin: 0 -0.2rem;
  }
  .hexabet-wde8ip {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hexabet-4py6hp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hexabet-nvlqlo {
    max-width: 100%;
  }
  .hexabet-mrpgx6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hexabet-tfrxrk,
  .hexabet-8qsw3n {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .hexabet-f25v9p {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hexabet-ad4c0n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .hexabet-hexqv5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hexabet-q2axmz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .hexabet-t2brly,
  .hexabet-8bwlnh {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .hexabet-3m70re {
    width: 100%;
  }
  .hexabet-mrpgx6 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .hexabet-88l1r3 {
    top: 127px !important;
  }
}

.hexabet-1zut0r {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .hexabet-1zut0r {
  }
}

@media (max-width: 767px) {
  .hexabet-1zut0r {
    margin-bottom: 12px;
  }
}

.hexabet-1zut0r img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.hexabet-btr5td {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.hexabet-btr5td > .hexabet-pamd18 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .hexabet-btr5td {
    flex-direction: column;
    gap: 12px;
  }
}

.hexabet-xfhvor {
  display: flex;
}

.hexabet-xfhvor .hexabet-n0e87h {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.hexabet-xfhvor .hexabet-ab7q7y {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.hexabet-xfhvor .hexabet-yaggv0 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.hexabet-xfhvor .hexabet-4zj154 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.hexabet-xfhvor .hexabet-4zj154:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.hexabet-xfhvor .hexabet-gbmpoo {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.hexabet-h0l01l {
  border: unset;
  background-color: unset;
}

.hexabet-h0l01l tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hexabet-h0l01l .hexabet-051ijv,
.hexabet-h0l01l .hexabet-emdsnh {
  flex: 0 1 330px;
}

.hexabet-h0l01l .hexabet-266hcy {
  flex: 1 1;
}

.hexabet-h0l01l tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.hexabet-h0l01l tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.hexabet-h0l01l tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.hexabet-h0l01l tr td p {
  color: #fff;
  margin: 0;
}

.hexabet-h0l01l tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.hexabet-h0l01l tr.hexabet-051ijv td p {
  padding: 16px 0;
}

.hexabet-h0l01l tr.hexabet-051ijv td p:not(:last-child),
.hexabet-h0l01l tr.hexabet-emdsnh td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.hexabet-h0l01l tr.hexabet-051ijv td p:first-child,
.hexabet-h0l01l tr.hexabet-emdsnh td p:first-child {
  padding-top: 0;
}

.hexabet-h0l01l tr.hexabet-emdsnh td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hexabet-h0l01l tr.hexabet-emdsnh td p:last-child {
  padding-bottom: 0;
}

.hexabet-h0l01l .hexabet-emdsnh img {
  max-width: 32px;
}

.hexabet-h0l01l .hexabet-266hcy {
  min-width: 718px;
}

.hexabet-h0l01l .hexabet-266hcy td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.hexabet-h0l01l .hexabet-266hcy td {
  display: flex;
}

.hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-q6cwe2,
.hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-8jtsnu,
.hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-smhltl {
  flex: 1 1 50%;
}

.hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-0m1pau {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-g4m4n5,
.hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-5uqlct {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-q6cwe2,
.hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-8jtsnu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-q6cwe2 span,
.hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-8jtsnu span {
  font-weight: 800;
}

.hexabet-h0l01l .hexabet-266hcy img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .hexabet-h0l01l .hexabet-266hcy td .hexabet-smhltl:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .hexabet-h0l01l tr.hexabet-051ijv td p:last-child {
    padding-bottom: 0;
  }
  .hexabet-h0l01l .hexabet-emdsnh > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .hexabet-h0l01l .hexabet-emdsnh > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .hexabet-h0l01l tr.hexabet-051ijv td p:not(:last-child),
  .hexabet-h0l01l tr.hexabet-emdsnh td p:not(:last-child) {
    border-bottom: unset;
  }
  .hexabet-h0l01l tr.hexabet-emdsnh td p:last-child {
    padding-bottom: 12px;
  }
  .hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-q6cwe2,
  .hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-8jtsnu,
  .hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-smhltl {
    flex: 1 1 50%;
    padding: 0;
  }
  .hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-q6cwe2,
  .hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-8jtsnu {
    margin-top: 16px;
  }
  .hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-smhltl {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-q6cwe2 {
    border-right: 1px solid var(--border-color);
  }
  .hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-smhltl:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .hexabet-h0l01l .hexabet-266hcy td:last-child .hexabet-smhltl:last-child {
    padding-bottom: 0;
  }
}

.hexabet-smhltl {
  display: flex;
  flex-direction: column;
}

.hexabet-h0l01l .hexabet-266hcy td .hexabet-smhltl {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.hexabet-h0l01l .hexabet-266hcy td .hexabet-smhltl:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.hexabet-h0l01l .hexabet-266hcy td .hexabet-smhltl:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .hexabet-h0l01l .hexabet-266hcy td .hexabet-smhltl:not(:first-child) {
    padding-left: 0;
  }
  .hexabet-h0l01l .hexabet-266hcy td .hexabet-smhltl:not(:last-of-type) {
    border-right: unset;
  }
}

.hexabet-h0l01l .hexabet-xz68u9 {
  flex: 0 1 485px;
}

.hexabet-h0l01l .hexabet-o6zt17 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.hexabet-h0l01l .hexabet-o6zt17 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hexabet-h0l01l .hexabet-o6zt17 li.hexabet-6nsn7e {
  padding: 6px 12px;
}

.hexabet-h0l01l .hexabet-o6zt17 li a,
.hexabet-h0l01l .hexabet-o6zt17 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.hexabet-h0l01l .hexabet-e6jan9,
.hexabet-h0l01l .hexabet-n0abll {
  flex: 1 1;
}

.hexabet-h0l01l .hexabet-mabsr3,
.hexabet-h0l01l .hexabet-1plu39 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hexabet-h0l01l .hexabet-mabsr3 li,
.hexabet-h0l01l .hexabet-1plu39 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.hexabet-h0l01l .hexabet-n0abll img {
  max-width: 32px;
}

.hexabet-h0l01l .hexabet-e6jan9 img {
  max-width: 32px;
}

.hexabet-h0l01l .hexabet-rhg4ch {
  min-width: 280px;
}

.hexabet-h0l01l .hexabet-rhg4ch img {
  max-width: 146px;
}

.hexabet-h0l01l .hexabet-rhg4ch td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .hexabet-h0l01l .hexabet-051ijv,
  .hexabet-h0l01l .hexabet-emdsnh {
    flex: 0 1 auto;
  }
  .hexabet-h0l01l .hexabet-266hcy {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .hexabet-h0l01l .hexabet-051ijv,
  .hexabet-h0l01l .hexabet-xz68u9,
  .hexabet-h0l01l .hexabet-emdsnh,
  .hexabet-h0l01l .hexabet-266hcy {
    flex: 1 1 calc(50% - 20px);
  }
  .hexabet-h0l01l .hexabet-e6jan9,
  .hexabet-h0l01l .hexabet-rhg4ch,
  .hexabet-h0l01l .hexabet-n0abll {
    flex: 1 1 30%;
  }
  .hexabet-h0l01l .hexabet-rhg4ch {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .hexabet-h0l01l .hexabet-051ijv,
  .hexabet-h0l01l .hexabet-xz68u9,
  .hexabet-h0l01l .hexabet-e6jan9,
  .hexabet-h0l01l .hexabet-emdsnh,
  .hexabet-h0l01l .hexabet-266hcy,
  .hexabet-h0l01l .hexabet-rhg4ch,
  .hexabet-h0l01l .hexabet-n0abll {
    flex: 1 1 100%;
  }
}

.hexabet-zg8tiy .hexabet-23obnm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hexabet-zg8tiy .hexabet-9w6vlg {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.hexabet-zg8tiy .hexabet-ohvqg9 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.hexabet-zg8tiy .hexabet-zmcso6 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.hexabet-zg8tiy .hexabet-zmcso6 > :nth-child(3) {
  margin-top: 0;
}

.hexabet-zg8tiy .hexabet-ag806g {
  grid-column: 2/3;
  grid-row: 1/10;
}

.hexabet-zg8tiy .hexabet-rdc7et {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.hexabet-zg8tiy .hexabet-u8hr4a {
  grid-column: 1/2;
}

.hexabet-zg8tiy > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.hexabet-zg8tiy .hexabet-9w6vlg:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.hexabet-zg8tiy .hexabet-9w6vlg:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.hexabet-zg8tiy .hexabet-3m70re {
  min-width: 240px;
}

@media (max-width: 768px) {
  .hexabet-zg8tiy .hexabet-9w6vlg:not(:last-child):before {
    bottom: 8px;
  }
  .hexabet-zg8tiy .hexabet-9w6vlg:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .hexabet-zg8tiy .hexabet-zmcso6 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .hexabet-zg8tiy .hexabet-ag806g {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .hexabet-zg8tiy .hexabet-ag806g img {
    width: 100%;
    height: auto;
  }
  .hexabet-zg8tiy .hexabet-3m70re {
    width: 100%;
    min-width: unset;
  }
}

.hexabet-4uqyuw .hexabet-rzn6qd {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.hexabet-4uqyuw .hexabet-4b68f0 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.hexabet-4uqyuw .hexabet-ag806g {
  height: 100%;
}

.hexabet-4uqyuw .hexabet-ag806g img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.hexabet-4uqyuw .hexabet-7uyulw {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.hexabet-4uqyuw .hexabet-srekgk {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.hexabet-4uqyuw .hexabet-n0oyzs {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .hexabet-4uqyuw .hexabet-4b68f0 {
    flex: 1 1 100%;
  }
  .hexabet-4uqyuw .hexabet-h29gsa {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .hexabet-4uqyuw .hexabet-4b68f0 {
    flex-direction: column;
  }
  .hexabet-4uqyuw .hexabet-ag806g {
    width: 100%;
    height: auto;
  }
  .hexabet-4uqyuw .hexabet-ag806g img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .hexabet-4uqyuw .hexabet-7uyulw {
    padding: 0 16px 16px 16px;
  }
  .hexabet-4uqyuw .hexabet-h29gsa {
    min-width: unset;
    width: 100%;
  }
}

.hexabet-uehldz .hexabet-w4ndty {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.hexabet-uehldz .hexabet-nd1u3w {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.hexabet-uehldz img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.hexabet-uehldz .hexabet-vrzs4w {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.hexabet-uehldz .hexabet-nd1u3w:hover .hexabet-vrzs4w {
  display: flex;
}

.hexabet-uehldz .hexabet-6ska6f {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hexabet-uehldz .hexabet-x78cco {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.hexabet-vvs5le {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.hexabet-vvs5le.hexabet-fi2l0w {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.hexabet-rlm4yf ease-in-out;
}

.hexabet-vvs5le.hexabet-fi2l0w:hover {
  color: #f9cb16;
  background-color: transparent;
}

.hexabet-uehldz .hexabet-pp9bit {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.hexabet-rlm4yf ease-in-out;
}

.hexabet-uehldz .hexabet-pp9bit:hover {
  color: #196948;
  background-color: #f9cb16;
}

.hexabet-uehldz .hexabet-pp9bit:after,
.hexabet-vvs5le.hexabet-fi2l0w:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.hexabet-vvs5le.hexabet-fi2l0w:after {
  background-image: url(../images/Cash.svg);
}

.hexabet-uehldz .hexabet-pp9bit:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .hexabet-uehldz .hexabet-w4ndty {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .hexabet-uehldz .hexabet-w4ndty {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hexabet-uehldz .hexabet-w4ndty {
    grid-template-columns: 1fr;
  }
  .hexabet-uehldz .hexabet-nd1u3w {
    height: auto;
  }
  .hexabet-uehldz .hexabet-nd1u3w .hexabet-vrzs4w {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .hexabet-uehldz .hexabet-6ska6f,
  .hexabet-uehldz .hexabet-x78cco {
    text-align: left;
  }
  .hexabet-uehldz .hexabet-x78cco {
    margin-bottom: 8px;
  }
  .hexabet-uehldz img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.hexabet-ut91fd {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.hexabet-ut91fd.hexabet-n95vdz {
  display: block;
}

.hexabet-ut91fd .hexabet-8ioo5j {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.hexabet-ut91fd .hexabet-1clvfq {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.hexabet-ut91fd .hexabet-exq2oi {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.hexabet-ut91fd .hexabet-coa5ls {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.hexabet-ut91fd .hexabet-vvs5le {
  min-width: 296px;
  margin-bottom: 0;
}

.hexabet-ut91fd .hexabet-52xt0t {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.hexabet-ut91fd .hexabet-7hximh {
  position: relative;
  flex: 1 1;
}

.hexabet-ut91fd .hexabet-7hximh iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .hexabet-ut91fd .hexabet-1clvfq {
    flex-wrap: wrap;
    gap: 8px;
  }
  .hexabet-ut91fd .hexabet-exq2oi {
    order: 1;
  }
  .hexabet-ut91fd .hexabet-coa5ls {
    order: 3;
    flex: 1 1 100%;
  }
  .hexabet-ut91fd .hexabet-vvs5le {
    width: 100%;
    min-width: unset;
  }
  .hexabet-ut91fd .hexabet-52xt0t {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .hexabet-bwwnz8 > .hexabet-gj5u23 {
    margin-bottom: 0;
  }
  .hexabet-bwwnz8 > .hexabet-u8hr4a,
  .hexabet-bwwnz8 > p {
    margin-top: 0;
  }
}

.hexabet-ijm5vh img,
.hexabet-wde8ip img {
  width: auto;
  object-fit: contain;
}

.hexabet-ijm5vh {
  align-items: center;
}

.hexabet-ijm5vh img {
  max-height: 76px;
}

.hexabet-wde8ip img {
  max-height: 64px;
}

.hexabet-928ij6 {
  overflow: auto;
}

.hexabet-jnta12 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.hexabet-sxmrdz:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.hexabet-101oxw {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.hexabet-hj5xxn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hexabet-101oxw .hexabet-ag806g {
  margin-right: 20px;
  flex-shrink: 0;
}

.hexabet-101oxw img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.hexabet-0o5azv {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.hexabet-0o5azv > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hexabet-101oxw {
    padding: 15px 10px;
  }
  .hexabet-0o5azv {
    padding: 15px 10px;
  }
  .hexabet-101oxw .hexabet-ag806g {
    margin-right: 10px;
  }
}

.hexabet-7udxfo {
  overflow-x: auto;
}

.hexabet-z0jy5a {
  border-collapse: collapse;
  width: 100%;
}

.hexabet-7udxfo th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.hexabet-7udxfo td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.hexabet-7udxfo td.hexabet-bz5l5h {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.hexabet-7udxfo td.hexabet-5ae2lt {
  border-right: none;
}

.hexabet-7udxfo td.hexabet-5ae2lt .hexabet-ag806g {
  justify-content: flex-start;
}

.hexabet-7udxfo td.hexabet-5ae2lt .hexabet-ag806g img {
  height: auto;
  width: 90px;
}

.hexabet-7udxfo td.hexabet-81pe4l,
.hexabet-7udxfo td.hexabet-29nws3 {
  font-weight: 600;
  text-align: right;
}

.hexabet-7udxfo td.hexabet-md64vs,
.hexabet-7udxfo td.hexabet-81pe4l {
  padding-bottom: 10px;
  border-bottom: none;
}

.hexabet-7udxfo td.hexabet-81pe4l,
.hexabet-7udxfo td.hexabet-29nws3 {
  border-left: none;
}

.hexabet-7udxfo td.hexabet-md64vs,
.hexabet-7udxfo td.hexabet-750i8e {
  border-right: none;
}

.hexabet-7udxfo td.hexabet-750i8e,
.hexabet-7udxfo td.hexabet-29nws3 {
  border-top: none;
  padding-top: 10px;
}

.hexabet-pv3bmh {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.hexabet-pv3bmh .hexabet-h29gsa {
  min-width: unset;
  width: 100%;
}

.hexabet-pv3bmh .hexabet-h29gsa.hexabet-w146i5 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.hexabet-pv3bmh .hexabet-h29gsa.hexabet-j45v4b {
  grid-column: 2/3;
  grid-row: 1/2;
}

.hexabet-pv3bmh .hexabet-br5pid {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .hexabet-pv3bmh {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .hexabet-pv3bmh .hexabet-h29gsa.hexabet-w146i5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hexabet-pv3bmh .hexabet-h29gsa.hexabet-j45v4b {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .hexabet-pv3bmh .hexabet-br5pid {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.hexabet-kfma5x {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.hexabet-vdp56g {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.hexabet-zhr2hu p a img {
  margin: 0 auto;
  display: block;
}

.hexabet-zhr2hu table {
  margin-bottom: 17px;
}

/* contanct form */
.hexabet-s8fxj7 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.hexabet-s8fxj7 label {
  font-size: 14px;
}

.hexabet-s8fxj7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.hexabet-s8fxj7 input,
.hexabet-s8fxj7 textarea,
.hexabet-s8fxj7 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.hexabet-s8fxj7 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.hexabet-rlm4yf ease;
}
.hexabet-s8fxj7 button:hover {
  background-color: #691204;
}
.hexabet-g2dac8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.hexabet-rvkokv ease-in;
}

.hexabet-g2dac8 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}