.body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: 'Inter', sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal;
    background: #120a29;
    max-width: 1435px;
    margin: 0 auto;
}

.app {
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-gradient-from: #51CDCB var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), #516FC3 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #512DBD var(--tw-gradient-to-position);
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.header {
    z-index: 50;
    position: relative;
}
.header-fixed {
    position: fixed;
    --tw-bg-opacity: 1;
    background-color: rgb(35 20 82/var(--tw-bg-opacity));
    width: 100%;
    top: 0;
    max-width: 1435px;
}
.header__content {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    line-height: 20px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 88px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 80rem;
}
.header__container {
    display: flex;
    align-items: center;
}
.header__burger {
    display: flex;
    margin-right: 16px;
    position: relative;
}
.header__menu {
    display: flex;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    border: none;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
}
.header__burger-open {
    width: 24px;
    height: 24px;
}
.header__burger-open.active {
    display: none;
}
.header__burger-close {
    display: none;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 8px;
}
.header__burger-close.active {
    display: block;
}

.burger {
    display: none;
}
.burger.active {
    display: block;
    position: absolute;
    width: 225px;
    z-index: 10;
    top: 40px;
}
.burger__item {
    padding-top: 8px;
    padding-bottom: 8px;
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
    border-radius: 8px;
    grid-template-columns: repeat(1,minmax(0,1fr));
    display: grid;
    align-items: center;
    justify-content: flex-start;
}
.burger__link {
    display: flex;
    height: 40px;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}
.burger__link:hover {
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    --tw-bg-opacity: .5
}
.burger__head {
    margin-left: 10px;
}
.burger__icon {
    display: inline-block;
    width: 14px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
}
.burger__icon_last {
    width: 21px;
}

.header__link {
    display: flex;
}
.header__logo {
    max-width: 144px;
    height: 30px;
    width: 156px;
}
.header__logo_mobile {
    display: none;
    width: 84px;
    height: 44px;
    color: inherit;
    vertical-align: middle;
}
.header__block {
    margin-right: 8px;
    flex-shrink: 0;
    width: 76px;
}
.header__language {
    position: relative;
}
.header__button {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding-right: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    border: 2px solid transparent;
    border-color: transparent;
    border-radius: 8px;
    border-width: 2px;
    align-items: center;
    display: flex;
    cursor: pointer;
    position: relative;
    background-color: transparent;
}
.header__button:hover {
    border: 2px solid #6d3dff;
}
.header__ru {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.header__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    align-items: center;
    display: flex;
}
.header__icon-open {
    width: 16px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
    display: inline-block;
}
.header__icon-open.active {
   transform: rotate(180deg);
}

.language {
    display: none;
}
.language.active {
    font-size: 14px;
    line-height: 20px;
    display: block;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    --tw-bg-opacity: 1;
    background-color: rgb(46 26 107/var(--tw-bg-opacity));
    border-radius: 0.375rem;
    margin-top: 8px;
    z-index: 10;
    position: absolute;
    width: 100%;
}
.language__list {
    max-height: 88px;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.language__item {
    padding-right: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    cursor: pointer;
    position: relative;
}
.language__item:last-child {
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    --tw-bg-opacity: .5;
}
.language__item:first-child:hover {
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    --tw-bg-opacity: .3;
}
.language__container {
    display: flex;
    align-items: center;
}
.language__head {
    color: #fff;
}
.language__check {
    align-items: center;
    display: flex;
    right: 16px;
    top: 0;
    bottom: 0;
    position: absolute;
}
.language__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
}
.language__icon-open {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
}
.header__buttons {
    display: flex;
}
.header__signup {
    margin-right: 24px;
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    padding: 0 32px;
    color: #fff;
    line-height: 36px;
    min-height: 40px;
    min-width: 40px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    text-decoration: none;
}
.header__signup:hover {
    --tw-shadow: 0px 1px 20px rgba(81, 45, 189, .64);
    --tw-shadow-colored: 0px 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.header__signin {
    border-width: 2px;
    border: 2px solid;
    --tw-border-opacity: 1;
    border-color: rgb(81 45 189/var(--tw-border-opacity));
    min-height: 40px;
    min-width: 40px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    text-decoration: none;
    box-sizing: border-box;
}
.header__signin:hover {
    --tw-shadow: 0px 1px 20px rgba(81, 45, 189, .64);
    --tw-shadow-colored: 0px 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.main-fixed {
    margin-top: 88px;
}

.slider {
    margin-top: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.slider::before {
    content: "";
    width: 398px;
    height: 398px;
    --tw-blur: blur(90px);
    opacity: .4;
    --tw-bg-opacity: 1;
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    display: block;
    top: 0;
    left: 50%;
    position: absolute;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.slider__box {
    overflow: hidden;
}
.slider__container {
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    padding: 0;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: border-box;
}
.slider__slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.slider__banner {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-bottom: 56px;
    max-width: 80rem;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}
.slider__content:first-child {
    padding-top: 83px;
    padding-bottom: 83px;
    width: 386px;
    margin-right: 24px;
    margin-left: 100px;
    margin-top: 0;
    flex-direction: column;
    display: flex;
}
.slider__content:last-child {
    width: 583px;
    height: 424px;
    align-items: center;
    display: flex;
}
.slider__img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}
.slider__title {
    font-size: 32px;
    line-height: 45px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-weight: 700;
    margin: 0;
}
.slider__yellow {
    --tw-text-opacity: 1;
    color: rgb(238 197 70/var(--tw-text-opacity));
}
.slider__description {
    margin-top: 24px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}
.slider__timer {
    margin-top: 24px;
    display: flex;
}
.slider__timer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin: 0 5px;
}
.slider__timer-container:first-child {
    margin-left: 0;
}
.slider__time {
    display: flex;
    flex-direction: column;
    font-size: 32px;
    color: #fff;    
    line-height: .95;
    position: relative;
    background: #402394;
    border-radius: 0.15em;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    font-weight: 900;
    justify-content: center;
    align-items: center;
    padding: 8px 11.5px;
    width: 2.1em;
    box-sizing: border-box;
}
.slider__number {
    z-index: 3;
}
.slider__timer-bootom {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #000;
    background: #2E1A6B;
    border-radius: 0 0 0.15em 0.15em;
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    width: 100%;
    height: 0.72em;
    display: block;
}
.slider__clock {
    font-size: 0.8rem;
    line-height: 1.5;
    display: block;
    color: #7B7297;
    font-weight: 400;
}
.slider__nav {
    bottom: 60px;
    z-index: 10;
    right: 0;
    left: 0;
    position: absolute;
    max-width: 80rem;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}
.slider__nav-container {
    margin-left: 100px;
    display: flex;
    align-items: center;
}
.slider__paginations {
    display: flex;
}
.slider__pagination {
    border-radius: 9999px;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-bg-opacity: .5;
}
.slider__pagination:last-child {
    margin: 0;
}
.slider__pagination.active {
    --tw-bg-opacity: 1;
    width: 32px;
    background-color: rgb(81 205 203/var(--tw-bg-opacity));
}
.slider__arrows {
    margin-left: 34px;
    display: flex;
}
.slider__arrow {
    padding: 4px;
    cursor: pointer;
}
.slider__arrow:first-child {
    margin-right: 8px;
}
.slider__arrow_left {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 16px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
}
.slider__arrow_right {
    width: 16px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
}
.slider__button {
    margin-top: 32px;
    width: fit-content;
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from: #51CDCB var(--tw-gradient-from-position);
    min-height: 40px;
    min-width: 40px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    text-decoration: none;
}
.slider__button:hover {
    --tw-shadow: 0px 1px 20px rgba(81, 45, 189, .64);
    --tw-shadow-colored: 0px 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.slider__images {
    display: flex;
    margin-top: 21px;
}
.slider__image {
    margin-right: 8px;
}
.slider__list {
    margin-top: 24px;
}
.slider__list p {
    margin: 0;
}
.slider__item {
    display: flex;
    align-items: center;
    color: #fff;
}
.slider__marker {
    width: 3px;
    height: 3px;
    margin-right: 16px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.games {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 50px;
    align-items: center;
    flex-direction: column;
    display: flex;
    margin-bottom: 2rem;
    z-index: 10;
    position: relative;
    max-width: 80rem;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}
.games__nav {
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    z-index: 10;
}
.games__list {
    padding-top: 32px;
    display: flex;
    margin-top: -32px;
}
.games__item {
    font-size: 12px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    --tw-bg-opacity: 1;
    background-color: rgb(35 20 82/var(--tw-bg-opacity));
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 78px;
    height: 78px;
    display: flex;
    margin-right: 24px;
    position: relative;
    box-sizing: border-box;
    transition: .3;
}
.games__item:hover {
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    --tw-bg-opacity: .5;
}
.games__nav-icon {
    width: 24px;
    height: 24px;
    color: inherit;
    vertical-align: middle;
    display: inline-block;
}
.games__head {
    margin-top: 8px;
    color: #fff;
}
.games__row {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}
.games__form {
    width: 180px;
    position: relative;
}
.games__input {
    font-size: 12px;
    line-height: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #120a2900;
    border: 2px solid rgb(81 45 189/var(--tw-border-opacity));
    --tw-border-opacity: 1;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}
.games__input:hover {
    --tw-border-opacity: 1;
    border-color: rgb(109 61 255/var(--tw-border-opacity));
}
.games__input:focus {
    outline: rgb(109 61 255/var(--tw-border-opacity));
    --tw-border-opacity: 1;
}
.games__search {
    align-items: center;
    display: flex;
    right: 16px;
    top: 0;
    bottom: 0;
    position: absolute;
}
.game__search-icon {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
}
.games__providers {
    width: 180px;
    margin-right: 24px;
    position: relative;
}
.games__button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    --tw-border-opacity: 1;
    border-radius: 8px;
    align-items: center;
    width: 100%;
    height: 46px;
    display: flex;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid rgb(81 45 189/var(--tw-border-opacity));
    justify-content: space-between;
    box-sizing: border-box;
    text-decoration: none;
}
.games__button:focus {
    border-color: #fff;
}
.games__button-head {
    --tw-text-opacity: 1;
    color: rgb(123 114 151/var(--tw-text-opacity));
    font-size: 12px;
    line-height: 18px;
}
.games__button-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
}
.games__container {
    width: 100%;
    height: 100%;
}
.games__cards {
    grid-template-columns: repeat(6,minmax(0,1fr));
    margin-bottom: 48px;
    gap: 24px;
    grid-auto-columns: minmax(0,1fr);
    display: grid;
}
.games__card {
    height: 196px;
    grid-row: span 1/span 1;
    grid-column: span 1/span 1;
    --tw-bg-opacity: 1;
    background-color: rgb(35 20 82/var(--tw-bg-opacity));
    border-radius: 0.5rem;
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h)/var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
}
.games__card:hover .games__card-play {
    display: flex;
}
.games__card_big {
    height: 416px;
    grid-row: span 2/span 2;
    grid-column: span 2/span 2;
}
.games__card-content {
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.games__card-img {
    display: block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: 140px;
}
.games__card-img_big {
    height: 360px;
}
.games__card-text {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
}
.games__card-title {
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.games__card-subtitle {
    --tw-text-opacity: 1;
    color: rgb(123 114 151/var(--tw-text-opacity));
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}
.games__card-play {
    display: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    --tw-backdrop-blur: blur(4px);
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    --tw-bg-opacity: .6;
    background-color: rgb(35 20 82/var(--tw-bg-opacity));
    border-radius: 0.5rem;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100% - 50px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.games__card-button {
    margin-bottom: 10px;
    width: 44px;
}
.games__card-icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    fill: none;
    fill: currentColor;
    stroke: none;
}
.games__card-link {
    text-decoration: none;
    margin-top: 10px;
    color: #51CDCB;
}
.games__buttons {
    position: relative;
    width: 100%;
}
.games__links {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
}
.games__link {
    --tw-bg-opacity: 1;
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    min-height: 40px;
    min-width: 40px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    text-decoration: none;
}
.games__link:hover {
    --tw-shadow: 0px 1px 20px rgba(81, 45, 189, .64);
    --tw-shadow-colored: 0px 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.games__arrow {
    width: 48px;
    height: 48px;
    right: 70px;
    --tw-shadow: 0px 1px 40px rgba(81, 45, 189, .8);
    --tw-shadow-colored: 0px 1px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    --tw-bg-opacity: 1;
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    border-radius: 8px;
    position: absolute;
    cursor: pointer;
    border: none;
}
.games__arrow-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
}

.provider {
    padding-top: 40px;
    padding-bottom: 40px;
}
.provider__container {
    max-width: 80rem;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}
.provider__switch {
    align-items: center;
    display: flex;
    position: relative;
}
.provider__arrow {
    display: flex;
    padding: 4px;
    --tw-border-opacity: 1;
    border-radius: 8px;
    border: 2px solid rgb(81 45 189/var(--tw-border-opacity));
    cursor: pointer;
}
.provider__icon {
    width: 16px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
}
.provider__icon_right {
    transform: rotate(180deg);
}
.provider__gradient {
    --tw-gradient-from: #120A29 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 10 41 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-y: -50%;
    width: 80px;
    height: 48px;
    z-index: 5;
    top: 50%;
    right: 0;
    position: absolute;
}
.provider__gradient_right {
    left: 0;
    --tw-translate-x: -100%;
    background-image: linear-gradient(to left,var(--tw-gradient-stops));
    width: 80px;
}
.provider__content {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.provider__slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.provider__slide {
    width: auto;
    margin-right: 45px;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.provider__image {
    opacity: .4;
    height: 32px;
    position: relative;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}
.provider__image:hover {
    opacity: 1;
}

.block {
    justify-content: space-between;
    display: flex;
    max-width: 80rem;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}
.block__container:first-child {
    width: 384px;
    margin-top: 60px;
    margin-left: 100px;
    padding-left: 0;
    padding-right: 0;
}
.block__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.block__title {
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff;
}
.block__head {
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #fff;
}
.block__description {
    font-size: 14px;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(123 114 151/var(--tw-text-opacity));
    margin-bottom: 120px;
}
.block__description_small {
    margin-bottom: 24px;
}
.block__description_white {
    color: #fff;
}
.block__container:last-child {
    width: 583px;
    height: 424px;
    flex-shrink: 0;
    margin: 0 auto;
    position: relative;
}
.block__container_support {
    width: 714px;
    flex-shrink: 0;
    margin: 0 auto;
    position: relative;
    height: 424px;
}
.block__column {
    display: flex;
    flex-direction: column;
}
.block__text {
    margin-bottom: 32px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 16px;
    line-height: 21px;
}
.block__back::before {
    content: '';
    top: 20px;
    width: 396px;
    height: 398px;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    --tw-blur: blur(90px);
    opacity: .4;
    --tw-bg-opacity: 1;
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    display: block;
    z-index: 10;
    left: 50%;
    position: absolute;
}
.block__img {
    z-index: 20;
    position: relative;
    max-width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
}
.block__img_payments {
    position: absolute;
    top: -40px;
    left: -50px;
}
.block__img_club {
    z-index: 20;
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
    position: absolute;
    top: -31px;
    left: -50px;
}
.block__img_mobile {
    display: none;
}
.block__form {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px;
}
.block__label {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}
.block__input {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
    background-color: transparent;
    color: #fff;
    --tw-border-opacity: 1;
    border-radius: 8px;
    border: 2px solid rgb(81 45 189/var(--tw-border-opacity));
}
.block__input:hover {
    --tw-border-opacity: 1;
    border-color: rgb(109 61 255/var(--tw-border-opacity));
}
.block__input:focus-visible {
    --tw-border-opacity: 1;
    border-color: rgb(109 61 255/var(--tw-border-opacity));
}
.block__input:focus-visible {
    --tw-border-opacity: 1;
    outline: 1px solid rgb(109 61 255/var(--tw-border-opacity));
}
.block__textarea {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
    background-color: transparent;
    color: #fff;
    --tw-border-opacity: 1;
    border-radius: 8px;
    border: 2px solid rgb(81 45 189/var(--tw-border-opacity));
    margin-top: 16px;
}
.block__textarea:hover {
    --tw-border-opacity: 1;
    border-color: rgb(109 61 255/var(--tw-border-opacity));
}
.block__textarea:focus-visible {
    --tw-border-opacity: 1;
    outline: 1px solid rgb(109 61 255/var(--tw-border-opacity));
}
.block__form-button {
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from: #51CDCB var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), #516FC3 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #512DBD var(--tw-gradient-to-position);
    min-height: 40px;
    min-width: 40px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    cursor: pointer;
    border: none;
    margin-top: 32px;
    width: 137px;
}
.block__form-button:hover {
    --tw-shadow: 0px 1px 20px rgba(81, 45, 189, .64);
    --tw-shadow-colored: 0px 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.block__box {
    padding-left: 100px;
}
.block__link {
    --tw-bg-opacity: 1;
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    min-height: 40px;
    min-width: 40px;
    padding-left: 32px;
    text-decoration: none;
    padding-right: 32px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.block__link:hover {
    --tw-shadow: 0px 1px 20px rgba(81, 45, 189, .64);
    --tw-shadow-colored: 0px 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.block__bonus {
    --tw-text-opacity: 1;
    color: rgb(238 197 70/var(--tw-text-opacity));
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
}
.block__button {
    margin-bottom: 24px;
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from: #51CDCB var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), #516FC3 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #512DBD var(--tw-gradient-to-position);
    min-height: 40px;
    min-width: 40px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    text-decoration: none;
    width: 121px;
    box-sizing: border-box;
}
.block__button:hover {
    --tw-shadow: 0px 1px 20px rgba(81, 45, 189, .64);
    --tw-shadow-colored: 0px 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.block__link_bonuses {
    --tw-text-opacity: 1;
    color: rgb(0 110 213/var(--tw-text-opacity));
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}
.block__button-pdf {
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from: #51CDCB var(--tw-gradient-from-position);
    min-height: 40px;
    min-width: 40px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    text-decoration: none;
    margin-top: 16px;
}
.block__button-pdf:hover {
    --tw-shadow: 0px 1px 20px rgba(81, 45, 189, .64);
    --tw-shadow-colored: 0px 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.block__bonuses-terms {
    --tw-text-opacity: 1;
    color: rgb(123 114 151/var(--tw-text-opacity));
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 43px;
}

.bonuses-terms {
    padding-left: 140px;
    padding-right: 140px;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding-bottom: 99px;
}
.bonuses-terms__title {
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 0;
}
.bonuses-terms__box {
    margin-bottom: 24px;
}
.bonuses-terms__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}
.bonuses-terms__text_bold {
    font-weight: 700;
}
.bonuses-terms ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.bonuses-terms li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.terms-text {
    padding-left: 140px;
    padding-right: 140px;
    padding-bottom: 99px;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}
.terms-text__title {
    text-align: justify;
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 13pt;
    font-family: Arial;
    font-style: normal;
    line-height: 1.15;
}
.terms-text__description {
    --tw-text-opacity: 1;
    color: rgb(123 114 151/var(--tw-text-opacity));
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.terms-text span {
    height: 11pt;
    display: flex;
}
.terms-text__subtitle {
    font-weight: 700;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: Arial;
    font-style: normal;
    margin: 0;
    line-height: 1.15;
}
.terms-text__text {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: Arial;
    font-style: normal;
    margin: 0;
    line-height: 1.15;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.15;
    orphans: 2;
    widows: 2;
    text-align: justify;
}
.terms-text__text_big {
    font-size: 16px;
}
.terms-text ul {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 11pt;
    font-family: Arial;
    font-style: normal;
    margin: 0;
    line-height: 1.15;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.15;
    orphans: 2;
    widows: 2;
    text-align: justify;
}
.terms-text__link {
    --tw-text-opacity: 1;
    color: rgb(0 110 213/var(--tw-text-opacity));
    text-decoration: none;
}
.bonuses {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 32px;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}
.bonuses__title {
    margin-top: -60px;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.bonuses__cards {
    row-gap: 46px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    display: grid;
    align-items: flex-start;
    column-gap: 24px;
    justify-content: center;
    margin-bottom: 48px;
}
.bonuses__card {
    height: 440px;
    width: 100%;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 32px;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
    flex-direction: column;
    display: flex;
    align-items: center;
    border-radius: 16px;
    --tw-bg-opacity: 1;
    background-color: rgb(35 20 82/var(--tw-bg-opacity));
}
.bonuses__container:first-child {
    margin-bottom: 16px;
    margin-top: -37px;
    position: relative;
}
.bonuses__back::before {
    content: '';
    top: 20px;
    width: 200px;
    height: 200px;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
    --tw-blur: blur(40px);
    opacity: .4;
    --tw-bg-opacity: 1;
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    display: block;
    left: 50%;
    position: absolute;
}
.bonuses__img {
    width: 178px;
    height: 223px;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
    position: relative;
}
.bonuses__container_last {
    margin-bottom: auto;
}
.bonuses__column {
    display: flex;
    flex-direction: column;
}
.bonuses__head {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 8px;
    color: #fff;
}
.bonuses__bonus {
    --tw-text-opacity: 1;
    color: rgb(238 197 70/var(--tw-text-opacity));
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}
.bonuses__content {
    margin-top: -14px;
}
.bonuses__subhead {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin-top: -55px;
}
.bonuses__promo {
    margin-top: 8px;
    --tw-text-opacity: 1;
    color: rgb(123 114 151/var(--tw-text-opacity));
    font-size: 14px;
    line-height: 20px;
}
.bonuses__button {
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from: #51CDCB var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), #516FC3 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #512DBD var(--tw-gradient-to-position);
    min-height: 40px;
    min-width: 40px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    border: none;
    text-decoration: none;
}

.accordion {
    padding-left: 200px;
    padding-right: 200px;
    margin-top: -96px;
    z-index: 20;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    position: relative;
}
.accordion__container {
    margin-bottom: 32px;
}
.accordion__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 24px;
    margin-top: 0;
}
.accordion__content {
    margin-bottom: 16px;
}
.accordion__button {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    padding-left: 28px;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    --tw-bg-opacity: 1;
    background-color: rgb(35 20 82/var(--tw-bg-opacity));
    border-radius: 8px;
    padding-right: 54px;
    cursor: pointer;
    width: 100%;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    border: none;
    outline: none;
    transition: 0.4s;
}
.accrodion__icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 28px;
    top: 16px;
}
.accrodion__icon.active {
    transform: rotate(180deg);
}
.accordion__button.active {
    background-color: rgb(46 26 107/var(--tw-bg-opacity));
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion__panel {
    --tw-bg-opacity: 1;
    padding-left: 28px;
    padding-right: 28px;
    background-color: rgb(46 26 107/var(--tw-bg-opacity));
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.accordion__text {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 16px;
}
.accordion__link {
    --tw-text-opacity: 1;
    color: rgb(0 110 213/var(--tw-text-opacity));
    text-decoration: none;
}

.payments {
    padding-left: 140px;
    padding-right: 140px;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}
.payments__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
}
.payments__table {
    margin-bottom: 48px;
    table-layout: auto;
    width: 100%;
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
    margin-top: 32px;
}
.payments__th {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    padding-right: 8px;
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 44px;
}
.payments__row:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(26 15 61/var(--tw-bg-opacity));
    border-radius: 8px;
}
.payments__td {
    font-size: 12px;
    line-height: 18px;
    padding-right: 8px;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 44px;
}
.payments__td:nth-of-type(5) {
    display: flex;
    flex-direction: column;
}
.payments__icon {
    max-width: 100%;
    height: auto;
}
.payments__button {
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    --tw-gradient-from: #51CDCB var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), #516FC3 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #512DBD var(--tw-gradient-to-position);
    min-height: 40px;
    min-width: 40px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    cursor: pointer;
    border: none;
    text-decoration: none;
}
.payments__button:hover {
    --tw-shadow: 0px 1px 20px rgba(81, 45, 189, .64);
    --tw-shadow-colored: 0px 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.payments__signup {
    margin-left: auto;
    margin-right: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    min-height: 40px;
    min-width: 40px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    cursor: pointer;
    border: none;
    text-decoration: none;
}
.payments__signup:hover {
    --tw-shadow: 0px 1px 20px rgba(81, 45, 189, .64);
    --tw-shadow-colored: 0px 1px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.payments__container {
    display: none;
    min-height: 178px;
    margin-bottom: 24px;
}
.payments__content:first-child {
    padding: 20px;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
.payments__picture {
    width: 45%;
    display: flex;
    height: 40px;
}
.payments__link {
    width: 55%;
}
.payments__line {
    --tw-bg-opacity: 1;
    background-color: rgb(46 26 107/var(--tw-bg-opacity));
    width: 100%;
    height: 2px;
}
.payments__content:last-child {
    padding: 20px;
}
.payments__head {
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(123 114 151/var(--tw-text-opacity));
    line-height: 20px;
    width: 45%;
    padding-right: 8px;
    box-sizing: border-box;
}
.payments__subhead {
    font-size: 14px;
    line-height: 20px;
    width: 55%;
    display: flex;
    flex-direction: column;
}

.footer {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    text-align: center;
    --tw-bg-opacity: 1;
    background-color: rgb(26 15 61/var(--tw-bg-opacity));
    padding: 40px 0;
}
.footer__content {
    max-width: 80rem;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.footer__container {
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.footer__column:first-child {
    width: 485px;
}
.footer__column {
    flex-direction: column;
    display: flex;
    margin-right: 54px;
    box-sizing: border-box;
}
.footer__row {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 40px;
}
.footer__logotip {
    display: flex;
}
.footer__logo {
    margin-right: 32px;
    margin-bottom: 0;
    width: 180px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
}
.footer__line {
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(81 45 189/var(--tw-bg-opacity));
    width: 1px;
    height: 32px;
    margin-right: 32px;
}
.footer__tg {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.footer__tg-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: inline-block;
    color: inherit;
    vertical-align: middle;
}
.footer__tg-name {
    --tw-text-opacity: 1;
    color: rgb(0 110 213/var(--tw-text-opacity));
    font-size: 14px;
    line-height: 20px;
}
.footer__text {
    font-size: 14px;
    line-height: 20px;
}
.footer__description {
    margin-bottom: 24px;
    margin-top: 0;
    text-align: start;
}
.footer__description:last-child {
    margin: 0;
}
.footer__column:last-child {
    padding-top: 10px;
    align-self: flex-end;
    flex-direction: row;
    display: flex;
    margin: 0;
    box-sizing: border-box;
}
.footer__box {
    text-align: left;
    max-width: 130px;
    min-width: 110px;
    margin-right: 40px;
    flex-direction: column;
    display: flex;
}
.footer__box:last-child {
    margin: 0;
}
.footer__title {
    --tw-text-opacity: 1;
    color: rgb(81 45 189/var(--tw-text-opacity));
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px;
}
.footer__list {
    font-size: 14px;
    line-height: 20px;
    flex-direction: column;
    display: flex;
    margin-bottom: 24px;
}
.footer__link {
    margin-bottom: 20px;
    text-decoration: none;
    color: #fff;
}
.footer__container:last-child {
    flex-direction: column;
    display: flex;
}
.footer__block {
    margin-bottom: 24px;
    display: flex;

}
.footer__button {
    margin-right: 24px;
    width: 60px;
    height: 60px;
}
.footer__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}
.footer__age {
    display: flex;
    align-items: center;
}
.footer__age-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: inherit;
    vertical-align: middle;
}
.footer__copyright {
    --tw-text-opacity: .3;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    display: block;
    margin: 0;
}
.footer__text_mobile {
    display: none;
}

.menu {
    display: none;
    --tw-bg-opacity: 1;
    background-color: rgb(35 20 82/var(--tw-bg-opacity));
    width: 100%;
    height: 66px;
    z-index: 1001;
    position: fixed;
    bottom: 0;
}
.menu__container {
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
}
.menu__item {
    width: 100%;
}
.menu__button {
    border-radius: 0.25rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-width: 57px;
    width: 100%;
    height: 48px;
    display: flex;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    text-decoration: none;
}
.menu__button.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.menu__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
    vertical-align: middle;
}
.menu__name {
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
    color: #fff;
}
.menu__name_bold {
    font-weight: 600;
    padding-top: 1rem;
    margin-top: 4px;
}
.menu__link {
    padding: 12px;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 100%;
    display: flex;
    position: absolute;
}
.menu__circle {
    --tw-shadow: 0px 10px 32px 0px rgba(109, 61, 255, .5);
    --tw-shadow-colored: 0px 10px 32px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
    border-radius: 32px;
    --tw-rotate: -180deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform-origin: top left;
    width: 2.5rem;
    height: 2.5rem;
    top: 30px;
    left: 52px;
    position: absolute;
}
.menu__plus {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.burger_mobile {
    z-index: 1000;
    height: calc(100dvh - 66px);
    --tw-bg-opacity: 1;
    background-color: rgb(26 15 61/var(--tw-bg-opacity));
    overflow-y: auto;
    top: 0;
    right: 0;
    position: fixed;
    left: 0;
    display: none;
}
.burger_mobile.active {
    display: block;
}
.burger__content {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.burger__container:first-child {
    display: flex;
    justify-content: center;
}
.burger__close {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 134px;
    height: 24px;
    border: none;
}
.burger__container:last-child {
    padding-bottom: 24px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.burger__form {
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    position: relative;
}
.burger__input {
    width: 100%;
    position: relative;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 12px;
    line-height: 18px;
    background-color: transparent;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
    --tw-border-opacity: 1;
    border: 2px solid rgb(81 45 189/var(--tw-border-opacity));
    border-radius: 8px;
    box-sizing: border-box;
}
.burger__input:hover {
    --tw-border-opacity: 1;
    outline: 1px solid rgb(109 61 255/var(--tw-border-opacity));
}
.menu__item_burger.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.burger__span {
    position: absolute;
    right: 48px;
    top: 8px;
}
.burger__icon_big {
    width: 24px;
    height: 24px;
}
.burger__language {
    padding-left: 24px;
    padding-right: 24px;
}
.burger__lang {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.burger__box {
    display: flex;
}
.burger__ru {
    font-size: 16px;
    line-height: 21px;
    padding-left: 1rem;
    color: #fff;
}

.text {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 80rem;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
}
.text h1 {
    margin: 0 0 24px;
}
.text__title {
    margin: 0 0 24px;
}
.text__description {
    margin: 0 0 24px;
}
.text ol {
    font-weight: 400;
    padding-left: 18px;
}
.text ul {
    padding-left: 13px;
}
.text li {
    margin-bottom: 16px;
}
.text li:last-child {
    margin: 0;
}
.text__bold {
    font-weight: 700;
}
.text__ref {
    text-decoration: none;
    --tw-text-opacity: 1;
    color: rgb(81 45 189/var(--tw-text-opacity));
}

.status__title {
    font-size: 32px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin: 0 0 24px;
}
.status__container {
    max-width: 80rem;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
}
.status__card {
    flex-shrink: 0;
    max-width: 160px;
    width: 100%;
    margin-right: 24px;
    position: relative;
}
.status__header {
    padding-bottom: 20px;
    padding-top: 16px;
    padding-left: 8px;
    padding-right: 8px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    align-items: center;
}
.status__head {
    margin-top: 70px;
    z-index: -10;
    inset: 0;
    position: absolute;
}
.status__box {
    --tw-bg-opacity: 1;
    background-color: rgb(46 26 107/var(--tw-bg-opacity));
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.status__box.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status__img {
    width: 108px;
    height: 108px;
    z-index: 20;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}
.status__top {
    display: none;
}
.status__name {
    position: relative;
}
.status__back {
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}
.status__subtitle {
    --tw-text-opacity: 1;
    color: rgb(18 10 41/var(--tw-text-opacity));
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: block;
    width: 100%;
    top: 16px;
    position: absolute;
}
.status__text {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.status__column {
    padding-bottom: 32px;
    padding-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 16px;
    overflow: hidden;
    min-height: 650px;
    margin-top: -24px;
    position: relative;
    box-sizing: border-box;
}
.status__block {
    z-index: 10;
    position: relative;
    margin-bottom: 30px;
}
.status__sum {
    --tw-text-opacity: 1;
    color: rgb(238 197 70/var(--tw-text-opacity));
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.status__description {
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}
.status__picture {
    z-index: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    top: -73px;
}
.status__icon {
    width: 24px;
    height: 24px;
}
.status__cards {
    padding-bottom: 24px;
    overflow-x: scroll;
    display: flex;
    margin-bottom: 40px;
}
.status__cards::-webkit-scrollbar {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
}
.status__cards::-webkit-scrollbar:horizontal {
    height: 7px;
    position: absolute;
}
.status__cards::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #7B7297;
    position: absolute;
}
.status__card_crystal {
    display: none;
}

.vip-text {
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 40px;
    box-sizing: border-box;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #fff;
}
.vip-text__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 0;
}
.vip-text__description {
    margin: 0;
}
.vip-text__list {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}
.vip-text__description_bottom {
    margin-bottom: 16px;
}
.vip-text__link {
    --tw-text-opacity: 1;
    color: rgb(0 110 213/var(--tw-text-opacity));
    text-decoration: none;
}

.status-content {
    display: none;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 32px;
}
.status-content__container {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.status__box_crystal.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status__box_zircon.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status__box_garnet.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status__box_onyx.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status__box_topaz.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status__box_sapphire.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status__box_pyrite.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status__box_citrine.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status__box_ruby.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status__box_alexandrite.active {
    --tw-bg-opacity: 1;
    background-color: rgb(64 35 148/var(--tw-bg-opacity));
}
.status-content__container_crystal {
    display: none;
}
.status-content__container_zircon {
    display: none;
}
.status-content__container_garnet {
    display: none;
}
.status-content__container_onyx {
    display: none;
}
.status-content__container_topaz {
    display: none;
}
.status-content__container_sapphire {
    display: none;
}
.status-content__container_pyrite {
    display: none;
}
.status-content__container_citrine {
    display: none;
}
.status-content__container_ruby {
    display: none;
}
.status-content__container_alexandrite {
    display: none;
}
.status-content__container_topaz.active {
    display: flex;
}
.status-content__container_crystal.active {
    display: flex;
}
.status-content__container_zircon.active {
    display: flex;
}
.status-content__container_garnet.active {
    display: flex;
}
.status-content__container_onyx.active {
    display: flex;
}
.status-content__container_sapphire.active {
    display: flex;
}
.status-content__container_pyrite.active {
    display: flex;
}
.status-content__container_citrine.active {
    display: flex;
}
.status-content__container_ruby.active {
    display: flex;
}
.status-content__container_alexandrite.active {
    display: flex;
}
.status-content__images {
    display: flex;
    margin-bottom: 16px;
    z-index: 20;
    position: relative;
}
.status-content__top {
    top: -16px;
    z-index: 10;
    height: 108px;
    width: 124px;
    position: absolute;
    max-width: 100%;
}
.status-content__img {
    max-width: 100%;
    width: 108px;
    height: 108px;
    z-index: 20;
}
.status-content__title {
    margin: 0 0 32px;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
}
.status-content__table {
    max-width: 462px;
    width: 100%;
}
.status-content__row:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgb(35 20 82/var(--tw-bg-opacity));
}
.status-content__row {
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 4px;
    height: 50px;
    display: flex;
}
.status-content__head {
    width: 55%;
    display: flex;
    align-items: center;
}
.status-content__subhead {
    width: 45%;
    align-items: center;
    display: flex;
    font-size: 20px;
    line-height: 24px;
    --tw-text-opacity: 1;
    color: rgb(238 197 70/var(--tw-text-opacity));
    font-weight: 700;
}
.status-content__small {
    font-size: 14px;
    line-height: 20px;
}
.status-content__check {
    --tw-border-opacity: 1;
    border-color: rgb(238 197 70/var(--tw-border-opacity));
    border-right-width: 4px;
    border-bottom-width: 4px;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 12px;
    height: 20px;
    top: 0;
    left: 6px;
    bottom: 0;
    position: absolute;
}
.about-us__container:first-child {
    width: 384px;
    margin-top: 60px;
    margin-left: 100px;
}
.about-us__column {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}
.about-us__title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 24px;
    font-weight: 700;
}
.about-us__logo {
    width: 234px;
    height: 40px;
}
.about-us__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    margin-top: 0;
    color: #fff;
}
.about-us__text:last-child {
    margin: 0;
}
.about-us__container:last-child {
    position: relative;
}
.about-us__img {
    z-index: 20;
    max-width: 100%;
    position: relative;
}
.about-us__content {
    width: 329px;
    min-width: 290px;
    margin-bottom: 100px;
}

.complaints {
    justify-content: space-between;
    max-width: 80rem;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #fff;
}
.complaints__container:first-child {
    margin-left: 100px;
    width: 384px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.complaints__container:last-child {
    width: 714px;
    height: 424px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.complaints__title {
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
    margin: 0 0 40px;
}
.complaints__column {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}
.complaints__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    margin-top: 0;
}
.complaints__text:last-child {
    margin: 0;
}
.complaints__img {
    z-index: 20;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
    position: relative;
}

.responsible-game {
    padding-left: 140px;
    padding-right: 140px;
    color: #fff;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 99px;
}
.responsible-game__title {
    padding-top: 100px;
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 45px;
}
.responsible-game__subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 16px;
}
.responsible-game__text {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 20px;
}
.responsible-game__links {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.responsible-game__link {
    --tw-text-opacity: 1;
    color: rgb(0 110 213/var(--tw-text-opacity));
    text-decoration: none;
    font-size: 14px;
}

.privacy-text {
    padding-left: 140px;
    padding-right: 140px;
    padding-bottom: 99px;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
}
.privacy-text__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 0;
}
.privacy-text__box {
    margin-bottom: 24px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}
.privacy-text__text {
    margin: 0;
}
.privacy-text__link {
    --tw-text-opacity: 1;
    color: rgb(0 110 213/var(--tw-text-opacity));
    text-decoration: none;
}

@media screen and (max-width: 1279px) {
    .footer__text {
        display: none;
    }
    .footer__text_mobile {
        display: block;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1169px) {
    .slider__content:first-child {
        margin-top: 0;
        margin-right: 10px;
        margin-left: 0;
        padding: 0;
        box-sizing: border-box;
        width: 65.5%;
    }
    .slider__banner {
        padding-left: 32px;
        padding-right: 32px;
    }
    .slider__nav {
        padding-left: 32px;
        padding-right: 32px;
        margin: 0;
    }
    .slider__nav-container {
        margin: 0;
    }
    .slider::before {
        width: 228px;
        height: 228px;
    }
    .slider__content:last-child {
        width: 374px;
        height: 272px;
    }
    .slider__nav {
        bottom: 0;
    }
    .games {
        padding-top: 40px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .games__nav {
        flex-direction: column;
    }
    .games__list {
        margin-bottom: 24px;
    }
    .games__row {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }
    .games__form {
        width: 50%;
        margin-right: 24px;
    }
    .games__providers {
        width: 50%;
        box-sizing: border-box;
        margin: 0;
    }
    .games__cards {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
    .provider__container {
        padding-left: 32px;
        padding-right: 32px;
    }
    .footer__content {
        padding-left: 32px;
        padding-right: 32px;
    }
    .footer__row {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__logo {
        margin: 0 0 24px 0;
    }
    .footer__line {
        display: none;
    }
    .block {
        padding-left: 32px;
        padding-right: 32px;
    }
    .block__container:first-child {
        padding-left: 0;
        padding-right: 0;
        width: 332px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .block__container:last-child {
        width: 374px;
        height: 272px;
        margin-left: auto;
        margin-right: auto;
    }
    .block__container_support {
        width: 374px;
        height: 272px;
    }
    .block__back::before {
        width: 396px;
        height: 398px;
        top: -100px;
    }
    .block__img_payments {
        top: 0;
        left: 0;
    }
    .block__img_support {
        width: 435px;
        max-width: 435px;
        position: absolute;
        left: -22px;
    }
    .block__box {
        padding: 0;
    }
    .block__img_faq {
        display: none;
    }
    .block__img_bonuses {
        display: none;
    }
    .block__img_terms {
        display: none;
    }
    .block__img_bonuses-terms {
        display: none;
    }
    .block__img_privacy {
        display: none;
    }
    .block__img_mobile {
        display: block;
    }
    .bonuses-terms {
        padding-left: 32px;
        padding-right: 32px;
    }
    .terms-text {
        padding-left: 32px;
        padding-right: 32px;
    }
    .bonuses {
        padding-left: 32px;
        padding-right: 32px;
    }
    .bonuses__title {
        margin-top: 0;
    }
    .bonuses__cards {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .accordion {
        margin-top: 32px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .privacy-text {
        padding-left: 32px;
        padding-right: 32px;
    }
    .payments {
        padding-left: 32px;
        padding-right: 32px;
    }
    .club {
        margin-bottom: 50px;
        padding-left: 32px;
        padding-right: 32px;
    }
    .club__container:first-child {
        margin: 10px auto;
        width: 332px;
    }
    .club__container:last-child {
        width: 374px;
        height: 272px;
    }
    .block__img_club {
        top: 0;
        left: 0;
    }
    .status__column {
        display: none;
    }
    .vip-text {
        padding-left: 32px;
        padding-right: 32px;
    }
    .status__container {
        padding-left: 32px;
        padding-right: 32px;
    }
    .status-content {
        display: block;
    }
    .status__card_crystal {
        display: block;
    }
    .status__card:first-child {
        display: none;
    }
    .about-us {
        padding: 0 32px;
    }
    .about-us__container:first-child {
        margin-top: 10px;
        width: 332px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-us__container:last-child {
        width: 374px;
        height: 272px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-us__logo {
        width: 180px;
        height: 40px;
    }
    .about-us__img {
        position: absolute;
        top: -21px;
        width: 445px;
        left: -15px;
        max-width: 445px;
        height: 100%;
    }
    .complaints {
        padding-left: 32px;
        padding-right: 32px;
    }
    .complaints__container:first-child {
        margin: 10px auto;
        width: 332px;
        box-sizing: border-box;
    }
    .complaints__container:last-child {
        width: 374px;
        height: 272px;
    }
    .complaints__img {
        width: 444px;
        max-width: 444px;
        position: absolute;
        left: -28px;
        top: 27px;
    }
    .responsible-game {
        padding-left: 32px;
        padding-right: 32px;
    }
    .responsible-game__title {
        padding-top: 32px;
    }
}

@media screen and (max-width: 767px) {
    .body {
        --tw-bg-opacity: 1;
        background-color: rgb(26 15 61/var(--tw-bg-opacity));
    }
    .header {
        position: fixed;
        top: 0;
        width: 100%;
    }
    .header__content {
        --tw-bg-opacity: 1;
        background-color: rgb(26 15 61/var(--tw-bg-opacity));
    }
    .header__menu {
        display: none;
    }
    .header__logo {
        display: none;
    }
    .header__logo_mobile {
        display: inline-block;
    }
    .header__burger {
        display: none;
    }
    .header__container:first-child {
        justify-content: start;
        display: flex;
        width: 100%;
        flex: 1 1 0%;
    }
    .header__block {
        display: none;
    }
    .header__buttons {
        flex-direction: row-reverse;
    }
    .header__signup {
        margin: 0;
    }
    .header__signin {
        --tw-text-opacity: 1;
        color: rgb(109 61 255/var(--tw-text-opacity));
        margin-right: 1rem;
        border: none;
        font-size: 16px;
        padding: 0;
    }
    .header__signin:hover {
        box-shadow: none;
    }
    .main {
        margin-top: 88px;
    }
    .main_top {
        margin-top: 128px;
    }
    .slider__banner {
        flex-direction: column-reverse;
        padding: 0 24px 56px;
    }
    .slider__content:first-child {
        width: 100%;
    }
    .slider__title {
        font-size: 20px;
        line-height: 24px;
    }
    .slider__nav {
        padding-left: 24px;
        padding-right: 24px;
    }
    .slider__nav-container {
        justify-content: space-between;
    }
    .games {
        padding: 50px 24px;
    }
    .games__row {
        flex-direction: column;
    }
    .games__form {
        width: 100%;
        margin: 0 0 24px;
    }
    .games__providers {
        width: 100%;
    }
    .games__card-img {
        height: 116px;
    }
    .games__card-img_big {
        height: 314px;
    }
    .games__cards {
        margin-bottom: 24px;
    }
    .games__card {
        height: 172px;
    }
    .games__card_big {
        height: 370px;
    }
    .games__arrow {
        width: 40px;
        height: 40px;
        right: 0;
    }
    .provider {
        padding-top: 32px;
        padding-bottom: 32px;
        --tw-bg-opacity: 1;
        background-color: rgb(18 10 41/var(--tw-bg-opacity));
    }
    .provider__container {
        padding-left: 24px;
        padding-right: 24px;
    }
    .provider__arrow {
        display: none;
    }
    .provider__slider {
        overflow-y: scroll;
    }
    .provider__slider::-webkit-scrollbar {
        display: none;
    }
    .footer {
        padding-top: 32px;
        padding-bottom: 98px;
    }
    .footer__content {
        padding-left: 24px;
        padding-right: 24px;
    }
    .footer__container:first-child {
        flex-direction: column;
        align-items: center;
    }
    .footer__column:first-child {
        margin-bottom: 64px;
        width: 100%;
        justify-content: center;
        margin-right: 0;
        align-items: center;
    }
    .footer__row {
        margin: 0;
    }
    .footer__column:last-child {
        flex-direction: column;
        align-self: center;
        padding: 0;
        width: 100%;
        align-items: center;
    }
    .footer__box {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .footer__block {
        margin-bottom: 16px;
    }
    .footer__button {
        margin-right: 16px;
    }
    .menu {
        display: flex;
    }
    .burger__icon {
        width: 16px;
        stroke: none;
    }
    .burger__icon_big {
        width: 24px;
        height: 24px;
    }
    .burger__head {
        margin-left: 16px;
    }
    .burger__link {
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: auto;
    }
    .burger__item {
        padding-left: 24px;
        padding-right: 24px;
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
    }
    .text {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 14px;
    }
    .text__description {
        margin: 0 0 16px;
    }
    .text__title {
        margin: 0 0 16px;
    }
    .text ul {
        margin-top: 0;
    }
    .text ol {
        margin-top: 0;
    }
    .block {
        padding: 0;
        flex-direction: column-reverse;
        overflow: hidden;
    }
    .block__container:first-child {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 32px;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }
    .block__back::before {
        top: -200px;
    }
    .block__head {
        font-size: 20px;
        line-height: 24px;
    }
    .block__title {
        font-size: 20px;
        line-height: 24px;
    }
    .block__button-pdf {
        margin-bottom: 57px;
    }
    .terms-text {
        padding-left: 24px;
        padding-right: 24px;
    }
    .bonuses-terms {
        padding-left: 24px;
        padding-right: 24px;
    }
    .bonuses-terms__title {
        font-size: 20px;
        line-height: 24px;
    }
    .bonuses {
        padding-left: 24px;
        padding-right: 24px
    }
    .bonuses__cards {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .privacy-text {
        padding-left: 24px;
        padding-right: 24px;
    }
    .payments {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .payments__table {
        display: none;
    }
    .payments__container {
        display: block;
    }
    .payments__row {
        display: flex;
        margin-top: 12px;
    }
    .payments__row:first-child {
        margin: 0;
    }
    .payments__row:last-child {
        display: flex;
    }
    .status__title {
        font-size: 20px;
        line-height: 24px;
        text-align: start;
        padding-left: 24px;
    }
    .status__container {
        padding: 0 24px;
    }
    .status__card {
        max-width: 180px;
    }
    .vip-text {
        padding: 0 24px;
    }
    .about-us {
        flex-direction: column-reverse;
        padding: 0;
        overflow: hidden;
    }
    .about-us__container:first-child {
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 24px;
        padding-right: 24px;
        width: 100%;
        box-sizing: border-box;
    }
    .about-us__title {
        font-size: 20px;
        line-height: 24px;
    }
    .about-us__content {
        width: 100%;
    }
    .complaints {
        padding: 0;
        overflow: hidden;
        flex-direction: column-reverse;
    }
    .complaints__img {
        width: 483px;
        max-width: 583px;
        top: 12px;
    }
    .complaints__container:first-child {
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
        box-sizing: border-box;
    }
    .complaints__container:last-child {
        margin: 0 auto;
    }
    .complaints__title {
        font-size: 20px;
        line-height: 24px;
    }
    .responsible-game {
        padding-left: 24px;
        padding-right: 24px;
    }
    .responsible-game__title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media screen and (max-width: 664px) {
    .games__list {
        overflow-x: scroll;
    }
    .games__list::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    .games__list::-webkit-scrollbar:horizontal {
        height: 7px;
    }
    
    .games__list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #7B7297;

    }
    .games__item {
        flex-shrink: 0;
    }
}

@media screen and (max-width: 639px) {
    .games__cards {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .games__card {
        height: 165px;
    }
    .games__card_big {
        height: 345px;
    }
    .games__card-img {
        height: 108px;
    }
    .games__card-img_big {
        height: 298px;
    }
}
