@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Circe";
  font-display: swap;
  src: url("/static/fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Circe";
  font-display: swap;
  src: url("/static/fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff");
}

:root {
  --body-bg: #f5f5f5;
  --body-font-size: 16px;
  --content-width: 1160px;
  --container-offset: 20px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --header-height: 154px;
  --scrollbar-thumb: #00000045;
  --scrollbar-track: #f5f5f5;
  --scrollbar-track-hover: #f5f5f5;
  --overlay-bg: rgba(0, 0, 0, 0.5);
  --font-family: "Circe" , sans-serif;
  --cl-a: 255, 255, 255;
  --cl-b: 0, 0, 0;
  --cl-c: 153, 153, 153;
  --cl-d: 46, 204, 113;
  --bg-a: 255, 255, 255;
  --bg-b: 0, 0, 0;
  --bg-c: 46, 204, 113;
  --bg-d: 77, 212, 134;
  --bg-e: 153, 153, 153;
  --bg-f: 238, 238, 238;
  --bg-g: 240, 79, 79;
  --br-a: #202020;
  --br-b: #999;
  --br-c: #fff;
  --br-d: #ff9d42;
  --br-e: #ffffff26;
}
@media (max-width: 767px) {
  :root {
    --container-offset: 16px;
  }
}
@media (max-width: 1024px) {
  :root {
    --header-height: 144px;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 130px;
  }
}

.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

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

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: -webkit-fill-available;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-family: var(--font-family);
  color: rgba(var(--cl-b), 1);
  counter-reset: step-counter;
  -webkit-text-size-adjust: 100%;
  background: var(--body-bg);
}

main {
  padding-top: var(--header-height);
  margin: 0 auto;
  min-width: 0 !important;
}
main.no-padding {
  padding: 0;
}

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

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

a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 120%;
  color: rgba(var(--cl-c), 1);
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
input::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.che-container {
  position: relative;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}

.panel,
[data-content] {
  z-index: 20;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

.dis-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none !important;
  overscroll-behavior: none !important;
  scroll-behavior: none !important;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  cursor: pointer;
}
@media (max-width: 767px) {
  *::-webkit-scrollbar {
    display: none;
  }
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.che-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.che-main-title {
  font-family: var(--font-family);
  color: rgba(var(--cl-b), 1);
  font-size: clamp(18px, 1.7241vw, 20px);
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
}

.che-breadcrumbs {
  padding: 0 10px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-gap: 8px;
  background: rgba(var(--bg-b), 1);
  height: 30px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.che-breadcrumbs::before {
  position: absolute;
  content: "";
  width: 100vw;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: solid 1px var(--br-a);
}
.che-breadcrumbs * {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.che-breadcrumbs__link {
  opacity: 0.3;
}
.che-breadcrumbs__link:hover {
  opacity: 1;
}

.che-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.che-contacts__btn {
  width: 100%;
  padding: 10px 10px 10px 20px;
  background: rgba(var(--bg-a), 0.08);
  border-radius: 10px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 15px;
  color: rgba(var(--cl-c), 1);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  min-height: 52px;
}
.che-contacts__btn:hover {
  color: rgba(var(--cl-a), 1);
  background: rgba(var(--bg-a), 0.15);
}
@media (max-width: 767px) {
  .che-contacts__btn {
    margin: 0;
  }
}

.che-main-subtitle {
  font-family: var(--font-family);
  color: rgba(var(--cl-c), 1);
  font-size: clamp(18px, 1.9531vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}

.che-main-link {
  color: rgba(var(--cl-c), 1);
  text-decoration: underline;
  font-family: var(--font-family);
  font-size: clamp(14px, 1.3793vw, 16px);
  line-height: 110%;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-underline-offset: 3px;
}
.che-main-link:hover {
  opacity: 0.8;
}

ul:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 14px;
  grid-gap: 15px;
}
ul:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  grid-gap: 5px;
  color: #333;
}
ul:not([class]) li::before {
  content: "";
  left: -12px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  width: 6px;
  height: 6px;
  background-color: rgba(var(--bg-e), 1);
}

.che-main-list,
.che-main-box ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 5px;
  counter-reset: li;
}
.che-main-list__item,
.che-main-box ol li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
  grid-gap: 10px;
  color: #333;
}
.che-main-list__item::before,
.che-main-box ol li::before{
  position: absolute;
  left: 0;
  top: -2px;
  content: counters(li, "") ".";
  counter-increment: li;
  font-size: clamp(16px, 1.5517vw, 18px);
  font-family: var(--font-family);
  font-weight: 700;
  color: #333;
}

table:not([class]) {
  width: 100%;
  border-collapse: collapse;
}
table:not([class]) tbody tr:nth-child(even) td {
  background-color: rgba(var(--bg-e), 0.2);
}
table:not([class]) th {
  padding: 15px 5px;
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.3793vw, 16px);
  font-weight: 700;
  background-color: rgba(var(--bg-c), 1);
  border: solid 1px var(--br-b);
}
table:not([class]) td {
  text-align: center;
  padding: 10px;
  color: rgba(var(--cl-b), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.3793vw, 16px);
  font-weight: 400;
  border: solid 1px var(--br-b);
}

.che-icon-logo {
  width: 168px;
  height: 30px;
  display: block;
  background-image: url(/static/images/icons/logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .che-icon-logo {
    width: 30px;
    background-image: url(/static/images/icons/logoMob.svg);
  }
}
.che-icon-fire {
  width: clamp(30px, 3.1034vw, 36px);
  height: clamp(30px, 3.1034vw, 36px);
  display: block;
  background-image: url(/static/images/icons/fire.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-home {
  width: 14px;
  height: 13px;
  display: block;
  background-image: url(/static/images/icons/home.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-shares {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/star.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-reward {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/reward.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-cup {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/cup.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-faq {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/faq.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-news {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/news.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-casino {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/casino.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-cube {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/cube.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-lemon {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/lemon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-plane {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/plane.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-card {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/card.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-poker {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/poker.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-ball {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/ball.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-scratch {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/static/images/icons/scratch.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-ms {
  width: 59px;
  height: 39px;
  display: block;
  background-image: url(/static/images/icons/icon1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-visa {
  width: 53px;
  height: 34px;
  display: block;
  background-image: url(/static/images/icons/visa.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-monetix {
  width: 96px;
  height: 14px;
  display: block;
  background-image: url(/static/images/icons/icon2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-mir {
  width: 59px;
  height: 16px;
  display: block;
  background-image: url(/static/images/icons/icon3.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-cbp {
  width: 53px;
  height: 32px;
  display: block;
  background-image: url(/static/images/icons/icon4.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-btc {
  width: 75px;
  height: 22px;
  display: block;
  background-image: url(/static/images/icons/icon5.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-vtb {
  width: 111px;
  height: 20px;
  display: block;
  background-image: url(/static/images/icons/icon6.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .che-icon-vtb {
    width: 90px;
  }
}
.che-icon-spino {
  width: 91px;
  height: 16px;
  display: block;
  background-image: url(/static/images/icons/icon8.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-playson {
  width: 91px;
  height: 16px;
  display: block;
  background-image: url(/static/images/icons/icon9.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-bgaming {
  width: 96px;
  height: 17px;
  display: block;
  background-image: url(/static/images/icons/icon10.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .che-icon-bgaming {
    width: 90px;
  }
}
.che-icon-relax {
  width: 66px;
  height: 20px;
  display: block;
  background-image: url(/static/images/icons/icon11.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-support {
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(/static/images/icons/support.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.che-icon-support::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: rgba(var(--bg-a), 0.15);
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transform: translate(-17%, -16%);
  -ms-transform: translate(-17%, -16%);
  transform: translate(-17%, -16%);
}
.che-icon-partner {
  top: -1px;
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(/static/images/icons/partner.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.che-icon-partner::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: rgba(var(--bg-a), 0.15);
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transform: translate(-17%, -12%);
  -ms-transform: translate(-17%, -12%);
  transform: translate(-17%, -12%);
}
.che-icon-star {
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(/static/images/icons/star2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.che-icon-star::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: rgba(var(--bg-a), 0.15);
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transform: translate(-23%, -22%);
  -ms-transform: translate(-23%, -22%);
  transform: translate(-23%, -22%);
}
.che-icon-tg {
  width: 20px;
  height: 17px;
  display: block;
  background-image: url(/static/images/icons/tg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-endorph {
  width: 60px;
  height: 27px;
  display: block;
  background-image: url(/static/images/icons/icon13.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-nolimit {
  width: 68px;
  height: 19px;
  display: block;
  background-image: url(/static/images/icons/icon14.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-quick {
  width: 64px;
  height: 14px;
  display: block;
  background-image: url(/static/images/icons/icon15.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-oaks {
  width: 84px;
  height: 14px;
  display: block;
  background-image: url(/static/images/icons/icon16.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-amatic {
  width: 66px;
  height: 15px;
  display: block;
  background-image: url(/static/images/icons/icon17.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-only {
  width: 68px;
  height: 15px;
  display: block;
  background-image: url(/static/images/icons/icon18.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.che-icon-age {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(/static/images/icons/18.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.che-green-button {
  font-family: var(--font-family);
  color: rgba(var(--cl-a), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(14px, 1.3793vw, 16px);
  line-height: 1.4;
  min-width: 160px;
  min-height: 50px;
  background-color: rgba(var(--bg-c), 1);
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 100px;
  padding: 11px 25px 9px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.che-green-button:hover {
  background-color: rgba(var(--bg-d), 1);
}

.che-red-button {
  font-family: var(--font-family);
  color: rgba(var(--cl-a), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(14px, 1.3793vw, 16px);
  line-height: 1.4;
  min-width: 160px;
  min-height: 50px;
  background-color: rgba(var(--bg-g), 1);
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 100px;
  padding: 11px 25px 9px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.che-red-button:hover {
  background-color: rgba(var(--bg-g), 0.9);
}

.che-transparent-button {
  font-family: var(--font-family);
  color: rgba(var(--cl-c), 1);
  border: solid 1px var(--br-b);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(14px, 1.3793vw, 16px);
  line-height: 1.4;
  min-width: 160px;
  min-height: 50px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 100px;
  padding: 11px 25px 9px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.che-transparent-button:hover {
  background-color: rgba(var(--bg-e), 0.15);
}

.che-info-button {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(var(--bg-a), 0.15);
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.che-info-button:hover {
  background: rgba(var(--bg-a), 0.3);
}

.che-main-slider {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .che-main-slider {
    width: calc(100% + var(--container-offset) * 2);
    margin-left: calc(var(--container-offset) * -1);
  }
}
@media (max-width: 767px) {
  .che-main-slider__wrapp {
    padding: 0 var(--container-offset);
  }
}
@media (max-width: 767px) {
  .che-main-slider__slide {
    padding: 0 var(--container-offset);
  }
}
.che-main-slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(15px, 2.1552vw, 2.1552vw);
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.che-main-slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(15px, 2.1552vw, 2.1552vw);
  padding: 40px 0 0 40px;
  width: 100%;
  max-width: min(36.2069vw, 420px);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 5;
}
@media (max-width: 1024px) {
  .che-main-slider__inner {
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 576px) {
  .che-main-slider__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    max-width: 240px;
    left: 50%;
    bottom: 0;
    top: initial;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-bottom: 30px;
  }
}
.che-main-slider__title {
  font-size: clamp(16px, 2.5862vw, 30px);
  font-family: serif;
  text-align: start;
  color: rgba(var(--cl-a), 1);
  font-weight: 700;
  font-family: var(--font-family);
  line-height: 1.4;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 576px) {
  .che-main-slider__title {
    text-align: center;
  }
}
.che-main-slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: clamp(15px, 2.1552vw, 25px);
}
@media (max-width: 576px) {
  .che-main-slider__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.che-main-slider__button {
  font-size: clamp(14px, 1.3793vw, 16px);
  line-height: 1.4;
  color: rgba(var(--cl-d), 1);
  font-weight: 400;
  font-family: var(--font-family);
}
.che-main-slider .che-green-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.che-main-slider__image {
  width: 100%;
  height: 320px;
}
.che-main-slider__image img,
.che-main-slider__image picture {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .che-main-slider__image {
    height: 360px;
  }
}
.che-main-slider .splide__pagination {
  right: 40px;
  bottom: 25px;
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.che-main-slider .splide__pagination__page {
  background: rgba(var(--bg-a), 0.5);
  height: clamp(10px, 1.1207vw, 13px);
  width: clamp(10px, 1.1207vw, 13px);
  opacity: 1;
}
.che-main-slider .splide__pagination__page.is-active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: rgba(var(--bg-a), 1);
}

.che-cards-slider {
  width: calc(100% - 124px);
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .che-cards-slider {
    width: calc(100% + var(--container-offset) * 2);
    border-radius: 6px;
    overflow: hidden;
  }
}
.che-cards-slider__box {
  width: 100%;
  height: 100%;
  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;
}
.che-cards-slider__wrapp {
  padding-right: 2px !important;
}
@media (max-width: 767px) {
  .che-cards-slider__wrapp {
    padding: 0 var(--container-offset) !important;
  }
}
@media (max-width: 767px) {
  .che-cards-slider__slide:first-child {
    border-radius: 6px 0 0 6px;
    overflow: hidden;
  }
  .che-cards-slider__slide:last-child {
    overflow: hidden;
    border-radius: 0 6px 6px 0;
  }
}
.che-cards-slider__btn {
  width: 100%;
  height: 100%;
  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;
  background-color: rgba(var(--bg-a), 0.08);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.che-cards-slider__btn:hover {
  background-color: rgba(var(--bg-a), 0.15);
}
.che-cards-slider .splide__arrows {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: calc(100% + 122px);
}
.che-cards-slider .splide__arrow {
  width: 61px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(var(--bg-a), 0.08);
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
}
.che-cards-slider .splide__arrow:hover {
  background-color: rgba(var(--bg-a), 0.15);
}
.che-cards-slider .splide__arrow--prev {
  left: -2px;
  border-radius: 15px 0 0 15px;
}
.che-cards-slider .splide__arrow--next {
  border-radius: 0 15px 15px 0;
  right: 0px;
}
.che-cards-slider .splide__arrow svg {
  fill: rgba(var(--cl-a), 1);
}
.che-cards-slider .splide__arrow:disabled svg {
  fill: rgba(var(--cl-b), 1);
}

.che-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 16px;
}
.che-main-box p {
  color: #333;
  font-size: clamp(14px, 1.3793vw, 16px);
  line-height: 130%;
  font-family: var(--font-family);
  font-weight: 400;
  margin-bottom: 15px;
}

.che-main-box h1,
.che-main-box h2,
.che-main-box h3,
.che-main-box h4,
.che-main-box h5 {
    color: #000;
    margin-bottom: 10px;
}

.che-main-box table {
    margin-bottom: 15px;
}

.che-main-box p b {
  font-weight: 700;
}
.che-main-box__image {
  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;
}
.che-main-box__image--mode {
  padding: clamp(5px, 1.3793vw, 16px) 0 clamp(16px, 2.7586vw, 32px);
}
.che-main-box--mode {
  grid-gap: 0;
}
.che-main-box--mode .che-main-subtitle {
  padding-top: 8px;
  padding-bottom: 8px;
}

.che-game-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.che-game-card:hover .che-game-card__image img, .che-game-card:hover .che-game-card__image picture {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.che-game-card:hover .che-game-card__wrapp {
  opacity: 1;
  visibility: visible;
}
.che-game-card__btn {
  inset: 0;
  position: absolute;
  z-index: 20;
}
.che-game-card__wrapp {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  position: absolute;
  inset: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 12px;
  background-color: rgba(var(--bg-b), 0.7);
}
.che-game-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.che-game-card__image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.che-game-card__link {
  font-family: var(--font-family);
  text-align: center;
  color: rgba(var(--cl-c), 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.che-game-card__title {
  font-family: var(--font-family);
  color: rgba(var(--cl-a), 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.che-play-card {
  width: 90vw;
  max-width: 400px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(10px, 2.4194vw, 30px);
  padding: 15px 20px;
  border: 3px solid var(--br-d);
  border-radius: 12px;
}
.che-play-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(10px, 1.6129vw, 20px);
  width: 225px;
}
@media (max-width: 576px) {
  .che-play-card__btns {
    width: 100%;
  }
}
.che-play-card__title {
  color: rgba(var(--cl-c), 1);
  font-family: var(--font-family);
  font-weight: 800;
  font-size: clamp(20px, 2.2414vw, 26px);
  font-style: normal;
  line-height: 130%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, right top, left top, from(#ffd75e), to(#ff9d42));
  background: linear-gradient(to left, #ffd75e, #ff9d42);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.che-play-card__image {
  border-radius: 8px;
  overflow: hidden;
}
.che-play-card__image img {
  border-radius: 8px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.che-play-card__image img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.che-play-card p {
  color: rgba(var(--cl-c), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.3793vw, 16px);
  line-height: 120%;
  width: 100%;
  text-align: center;
}

.che-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.che-accordion__button {
  width: 100%;
  padding: 10px 15px;
  background: rgba(var(--bg-c), 1);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.che-accordion__button.active {
  background: rgba(var(--bg-d), 1);
  border-radius: 6px 6px 0 0;
}
.che-accordion__button.active .che-accordion__icon {
  rotate: 135deg;
}
.che-accordion__button:hover {
  background: rgba(var(--bg-d), 1);
}
.che-accordion__icon {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--br-c);
  border-left: 2px solid var(--br-c);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  rotate: -45deg;
}
.che-accordion__content {
  width: 100%;
  background-color: rgba(var(--bg-f), 1);
}
.che-accordion__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  padding: 15px;
  border: solid 1px var(--br-b);
  border-radius: 0 0 6px 6px;
  border-top: none;
  margin-bottom: 1px;
}
.che-accordion__title {
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  text-align: start;
}
.che-accordion p {
  font-size: clamp(14px, 1.3793vw, 16px);
  font-weight: 400;
  font-family: var(--font-family);
  color: rgba(var(--cl-c), 1);
}

.che-nav-acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.che-nav-acc__button {
  width: 100%;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.che-nav-acc__button.active .che-nav-acc__icon {
  rotate: -45deg;
}
.che-nav-acc__icon {
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--br-b);
  border-left: 2px solid var(--br-b);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(4px, -2px);
  -ms-transform: translate(4px, -2px);
  transform: translate(4px, -2px);
  rotate: -135deg;
}
.che-nav-acc__content {
  width: 100%;
}
.che-nav-acc__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  padding: 0 10px 10px 0;
  margin-bottom: 1px;
}
.che-nav-acc__title {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(var(--cl-a), 1);
  font-weight: 400;
  font-family: var(--font-family);
}
@media (min-width: 768px) {
  .che-nav-acc .che-nav-acc__content {
    max-height: 100% !important;
  }
  .che-nav-acc .che-nav-acc__icon {
    display: none;
  }
  .che-nav-acc .che-nav-acc__box {
    padding: 0;
    border: none;
  }
  .che-nav-acc .che-nav-acc__button {
    margin-bottom: 5px;
  }
}

.che-header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-gap: 15px;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .che-header-nav {
    width: calc(100% + var(--container-offset) * 2);
    margin-left: calc(var(--container-offset) * -1);
    padding: 0 var(--container-offset);
  }
}
.che-header-nav__item {
  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;
}
.che-header-nav__link {
  font-family: var(--font-family);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(var(--cl-c), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.4;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.che-header-nav__link:hover {
  color: rgba(var(--cl-b), 1);
}

.che-games-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: clamp(10px, 1.3793vw, 16px);
}
@media (max-width: 576px) {
  .che-games-list {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

.che-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  position: relative;
  padding-bottom: clamp(10px, 1.7241vw, 20px);
  margin-bottom: 5px;
}
.che-menu-list__link {
  font-family: var(--font-family);
  color: rgba(var(--cl-b), 1);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 17px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.che-menu-list__link:hover {
  color: rgba(var(--cl-d), 1);
}
.che-menu-list__link.active {
  color: rgba(var(--cl-d), 1);
}
.che-menu-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(var(--bg-f), 1);
}

.che-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 80;
}
.che-header.sticky .che-breadcrumbs {
  height: 0;
  pointer-events: none;
}
.che-header.sticky .che-breadcrumbs * {
  opacity: 0;
  visibility: hidden;
}
.che-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.che-header__inner {
  background-color: rgba(var(--bg-b), 1);
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: clamp(20px, 2.1552vw, 25px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: clamp(10px, 1.2931vw, 15px) var(--container-offset);
}
.che-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-gap: clamp(15px, 2.1552vw, 25px);
}
.che-header__btns button {
  min-height: 40px;
}
@media (max-width: 767px) {
  .che-header__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .che-header__btns .che-green-button, .che-header__btns .che-transparent-button {
    display: none;
  }
}
.che-header__btn {
  display: none;
}
@media (max-width: 767px) {
  .che-header__btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.che-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 10px;
  padding: 15px 0;
  background-color: rgba(var(--bg-a), 1);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
}

.che-first-section {
  position: relative;
  padding: clamp(25px, 3.4483vw, 40px) 0 25px;
}
.che-first-section__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
}

footer {
  background-color: rgba(var(--bg-b), 1);
  padding: clamp(30px, 4.3103vw, 50px) 0;
  overflow: hidden;
}

.che-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(25px, 3.4483vw, 40px);
  position: relative;
}
.che-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 50px 0 0;
  min-width: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .che-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.che-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.che-footer__title {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(var(--cl-a), 1);
  font-weight: 400;
  font-family: var(--font-family);
}
@media (max-width: 767px) {
  .che-footer__title {
    margin-top: 15px;
  }
}
.che-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}
.che-footer__nav .che-menu-list {
  padding: 0;
  grid-gap: 10px;
}
.che-footer__nav .che-menu-list::before {
  display: none;
}
.che-footer__nav .che-menu-list__link {
  color: rgba(var(--cl-c), 1);
  text-transform: capitalize;
}
.che-footer__nav .che-menu-list__link:hover {
  color: rgba(var(--cl-a), 1);
}
@media (max-width: 767px) {
  .che-footer__nav .che-menu-list__link {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .che-footer__nav {
    width: 100%;
  }
  .che-footer__nav:not(:last-child) {
    position: relative;
  }
  .che-footer__nav:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 100vw;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: solid 1px var(--br-e);
  }
}

.che-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transform: translateX(230%);
  -ms-transform: translateX(230%);
  transform: translateX(230%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 100%;
  max-width: 320px;
  height: 100%;
  overflow-y: auto;
  padding: 65px 30px 15px 30px;
  background-color: rgba(var(--bg-a), 1);
}
@media (min-width: 1024px) {
  .che-mobile-menu {
    padding: 35px 30px 15px 30px;
  }
  .che-mobile-menu .che-logo {
    display: none;
  }
}
@media (max-width: 576px) {
  .che-mobile-menu {
    max-width: 440px;
  }
}
.che-mobile-menu .che-logo {
  position: absolute;
  left: 30px;
  top: 11px;
}
.che-mobile-menu__box {
  grid-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.che-mobile-menu .che-burger {
  position: absolute;
  right: 20px;
  top: 15px;
}
.che-mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 576px) {
  .che-mobile-menu .che-menu-list::before {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .che-mobile-menu .che-menu-list__item {
    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;
  }
}

.che-games-section {
  padding-bottom: 25px;
}
.che-games-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 20px;
}

.che-about-section {
  padding-bottom: clamp(20px, 2.4194vw, 30px);
  overflow: hidden;
}
.che-about-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: clamp(12px, 1.295vw, 18px);
}
.che-about-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: clamp(12px, 1.295vw, 18px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.che-about-section__inner--mode {
  grid-gap: 16px;
}
.che-about-section__inner--mode .che-main-box {
  grid-gap: 12px;
}
.che-about-section__image {
  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;
}

.che-play-section {
  padding: clamp(30px, 3.4483vw, 40px) 0 clamp(30px, 3.4483vw, 40px);
}
.che-play-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */


.che-burger {
  --burger-width: 28px;
  --burger-height: 22px;
  --burger-line-height: 2px;
  --border-radius: 3px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: rgba(var(--cl-c), 1);
  background-color: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 20;
}
.che-burger::before, .che-burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: var(--border-radius);
}
.che-burger::before {
  top: 0;
}
.che-burger::after {
  top: calc(100% - var(--burger-line-height));
}
.che-burger__line {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  border-radius: var(--border-radius);
}
.che-burger.active::before {
  top: 45%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.che-burger.active::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.che-burger.active .che-burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .che-burger {
    margin-left: 2px;
  }
  
  .mce-toc a {
      width: 100%;
  }
}

.che-overlay {
  position: fixed;
  height: 100%;
  right: 440px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  overflow-y: scroll;
  background: rgba(var(--bg-b), 0.32);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  pointer-events: none;
}
@media (min-width: 576px) {
  .che-overlay {
    right: 320px;
  }
}
.che-overlay::-webkit-scrollbar {
  display: none;
}
.che-overlay.active {
  z-index: 90;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.mce-toc ul {
    flex-direction: row !important;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

.mce-toc a {
    display: block;
    padding: 10px 14px;
    margin: 4px 6px;
    background: rgba(var(--bg-e), 0.2);
    border-radius: 4px;
    text-decoration: none !important;
}

.mce-toc ul ul {
    display: none !important;
}

.mce-toc li:before {
    content: none !important;
}

.che-login {
    cursor: pointer;
}

.table-responsive {
    overflow-x:auto;
}