@charset "UTF-8";
@import url(https://fonts.cdnfonts.com/css/darknet);
@import url("https://fonts.cdnfonts.com/css/days-one");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@font-face {
    font-family: Conthrax;
    src: url(../fonts/ConthraxSb-Regular.eot);
    src: url(../fonts/ConthraxSb-Regular.eot?#iefix) format("embedded-opentype"),
        url(../fonts/ConthraxSb-Regular.woff2) format("woff2"),
        url(../fonts/ConthraxSb-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*,
::after,
::before {
    font-family: Conthrax;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-decoration: none;
    text-decoration: none;
}
ul {
    list-style: none;
}
body,
html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    background: #020202;
}
[class*="__container"] {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}
[class*="--hidden"] {
    display: none !important;
}
.button {
    gap: 9px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: 0;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: max(16px, min(3vw, 18px));
    font-weight: 600;
    text-transform: uppercase;
    padding: 24px 15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    max-width: 100%;
}
.main__buttons .button--alternative {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.button--secondary::after {
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        #cf23f1 0%,
        #602eeb 30.43%,
        #2c6ff2 68.23%,
        #02f4fe 100%
    );
    border: 2px solid transparent;
    border-left: 2px solid #cf23f1;
    border-right: 2px solid #02f6fee9;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    backdrop-filter: blur(10px);
    inset: 0;
}
.button--secondary {
    background: 0 0;
    position: relative;
    background: transparent;
    backdrop-filter: blur(7.5px);
}
.button--secondary:hover {
    background: linear-gradient(
        90deg,
        #cf23f1 0%,
        #602eeb 30.43%,
        #2c6ff2 68.23%,
        #02f4fe 100%
    );
}
.button--primary {
    font-size: 17px;
    background: linear-gradient(
        93deg,
        #f724e5 5.94%,
        #d656ff 49.98%,
        #8307ff 92.06%
    );
}
.button--primary:disabled {
    opacity: 0.5;
}
.button--primary:disabled:active + .bonus__tooltip,
.button--primary:disabled:hover + .bonus__tooltip {
    opacity: 1;
}
.button--primary:disabled:hover {
    background: linear-gradient(
        93deg,
        #f724e5 5.94%,
        #d656ff 49.98%,
        #8307ff 92.06%
    );
}
.button--primary:hover {
    background: linear-gradient(
        93deg,
        #8307ff 5.94%,
        #d656ff 49.98%,
        #f724e5 92.06%
    );
}
.button--primary:hover:active {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-box-shadow: 0 0 0 0 rgba(142, 3, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(142, 3, 255, 0.3);
    }
    70% {
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-box-shadow: 0 0 0 13px rgba(163, 25, 227, 0);
        box-shadow: 0 0 0 13px rgba(163, 25, 227, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes pulse {
    0% {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        -webkit-box-shadow: 0 0 0 0 rgba(142, 3, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(142, 3, 255, 0.3);
    }
    70% {
        -webkit-filter: blur(0);
        filter: blur(0);
        -webkit-box-shadow: 0 0 0 13px rgba(163, 25, 227, 0);
        box-shadow: 0 0 0 13px rgba(163, 25, 227, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
    }
}
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 45px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 999;
    margin-right: 20px;
}
.profile-item,
.header__logo {
    position: relative;
    z-index: 9999;
}
.header__logo a {
    color: #fff;
    font-family: DarkNet;
    font-size: max(24px, min(4vw, 32px));
    font-style: normal;
    font-weight: 400;
    line-height: 83.039%;
    text-transform: uppercase;
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: max(10px, min(5vw, 35px));
}
.header__nav ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    text-transform: uppercase;
}
.header__burger {
    align-items: center;
    gap: 10px;
    display: none;
    position: relative;
    z-index: 9999;
    padding: 5px;
    margin: -5px 0;
}
.header__burger a {
    width: 27px;
    height: 27px;
}
body.scroll .header {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 20px 0;
}
@media (max-width: 768px) {
    .header {
        margin-right: 0;
    }
}
body.burger-opened {
    overflow: hidden;
}
body.burger-opened .profile-item--drop {
    display: none;
}
body.burger-opened .header__nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
body.burger-opened .header__burger--close {
    display: block;
}
body.burger-opened .header__burger--open {
    display: none;
}
.header__phone {
    color: #fff;
    font-family: Conthrax;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.header__phone--mob {
    display: none;
}
body.burger-opened .main__address,
body.burger-opened .main__info {
    opacity: 0;
}
.main {
    scroll-margin-top: var(--header-height);
}
.main__wrapper {
    background-image: url(../images/Главная.png);
}
.main__buttons {
    display: flex;
    gap: 20px;
    max-width: 100%;
}
.main__buttons .button--alternative::after {
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        #cf23f1 0%,
        #602eeb 30.43%,
        #2c6ff2 68.23%,
        #02f4fe 100%
    );
    border: 2px solid transparent;
    border-left: 2px solid #cf23f1;
    border-right: 2px solid #02f6fee9;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    backdrop-filter: blur(10px);
    inset: 0;
}
.main__buttons .button--alternative {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    background: transparent;
    backdrop-filter: blur(7.5px);
}
.main__buttons .button--alternative:hover {
    background: linear-gradient(
        90deg,
        #cf23f1 0%,
        #602eeb 30.43%,
        #2c6ff2 68.23%,
        #02f4fe 100%
    );
}
.main__wrapper {
    padding-top: 118px;
    padding-bottom: 80px;
    width: 100vw;
    height: 100vh;
    width: 100svw;
    height: 100svh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main__container {
    width: 100%;
    height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.main__info {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 700px;
    z-index: 1;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.main__info h2 {
    font-size: max(44px, min(6vw, 81px));
    font-weight: 600;
    line-height: 83.039%;
    text-transform: uppercase;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(1.39%, #f121f4),
        color-stop(24.51%, #8d29ec),
        color-stop(48.46%, #4a31eb),
        color-stop(64.52%, #0cf),
        color-stop(99.99%, #02f6fe)
    );
    background: linear-gradient(
        90deg,
        #f121f4 1.39%,
        #8d29ec 24.51%,
        #4a31eb 48.46%,
        #0cf 64.52%,
        #02f6fe 99.99%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}
.main__info h1 {
    color: #fff;
    font-size: max(18px, min(3.5vw, 35px));
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main__info p {
    color: #fff;
    font-family: Montserrat;
    font-size: max(15px, min(3vw, 20px));
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 40px;
    max-width: 540px;
}
.main__address {
    color: #fff;
    font-size: max(13px, min(2vw, 16px));
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    position: absolute;
    bottom: 6vh;
    bottom: 6svh;
    left: 0;
    padding: 0 15px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.section {
    scroll-margin-top: var(--header-height);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.section__container {
    position: relative;
    z-index: 5;
}
.section::before {
    pointer-events: none;
    user-select: none;
    top: 0px;
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(0, 0, 2, 0) 0%, #000002 100%);
    transform: rotate(180deg);
    z-index: 1;
}
.section::after {
    pointer-events: none;
    user-select: none;
    top: -200px;
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 0, 2, 0) 0%, #000002 100%);
    z-index: 1;
}
#club::after {
    top: -380px;
    height: 438px;
}
#club::before {
    top: 30px;
    height: 558px;
}
@media (max-width: 768px) {
    #club::before {
        height: 234px;
    }
}
.section__wrapper {
    padding: max(35px, min(4vw, 70px)) 0;
}
.section__title h2 {
    color: #fff;
    font-size: max(24px, min(3vw, 48px));
    font-weight: 600;
    line-height: 83.039%;
    text-transform: uppercase;
    margin-bottom: max(20px, min(3vw, 60px));
}
.section#club {
    background-image: url(../images/Клуб.png);
}
.section#club .section__container {
    position: relative;
}
.no-webp .section#tariffs {
    background-image: url(../images/Тарифы.png);
}
.section#tariffs .section__container {
    position: relative;
}
.section#contacts {
    background-image: url(../images/Контакты.png);
}
.no-webp .section#games {
    background-image: url(../images/Игры.png);
}
.no-webp .section#components {
    background-image: url("../images/Наше железо.png");
}
.section#games .section__container {
    position: relative;
}
.club__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    max-height: 711px;
}
.club__column {
    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;
    gap: 20px;
}
.club__column div {
    max-height: 50%;
}
.club__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.club__image img {
    width: 100%;
    max-height: 354px;
}
.club__movie video {
    width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #02f6fe;
}
.tariffs {
    width: 100%;
    padding: 50px 60px;
    background: #1d1d28;
    border-radius: 15px;
    position: relative;
}
.tariffs::after,
.tariffs::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 15px;
    width: 100%;
    height: 15%;
    background: linear-gradient(14deg, #02f4fe, rgba(0, 0, 0, 0));
    z-index: -1;
}
.tariffs::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -2px;
    right: -1px;
}
.tariffs::before {
    top: -2px;
    left: -1px;
}
.tariffs__button {
    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;
    margin-top: max(20px, min(3vw, 40px));
}
.tariffs__item h3 {
    color: #fff;
    font-size: max(20px, min(3vw, 24px));
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.tariffs__item span {
    font-family: Montserrat;
    color: #fff;
    font-size: max(15px, min(2.5vw, 20px));
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
}
.tariffs__item:not(:last-child) {
    margin-bottom: 50px;
}
.tariffs__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #242432;
    padding: 17px 60px;
    margin: 0 -60px;
    position: relative;
    z-index: 50;
}
.tariffs__info:not(:last-child) {
    margin-bottom: 10px;
}
.tariffs__info a {
    color: #fff;
    font-family: Montserrat;
    font-size: clamp(13px, 3vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    text-decoration-line: underline;
    text-transform: uppercase;
    text-underline-offset: 3px;
}
.tariffs__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tariffs__promo::after,
.tariffs__promo::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 15px;
    width: 25%;
    height: 25%;
    z-index: -1;
    width: 187px;
    height: 187px;
    bottom: 10%;
    z-index: 10;
}
.tariffs__promo::before {
    left: 5%;
    background: #3100bc;
    -webkit-filter: blur(125px);
    filter: blur(125px);
}
.tariffs__promo::after {
    background: #6900bc;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    right: 5%;
}
.tariffs__promo h3 {
    position: relative;
    z-index: 11;
    color: #02f4fe;
}
.tariffs__promo span {
    font-weight: 600;
    position: relative;
    z-index: 50;
}
.components__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.components__item {
    width: calc(50% - 16.5px);
    position: relative;
}
.components__item--animate {
    -webkit-animation: pulse 0.9s;
    animation: pulse 0.9s;
}
.components__item img {
    width: 100%;
    height: 100%;
}
.components__info {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
}
.components__info p {
    font-family: Montserrat;
    color: #fff;
    font-size: max(12px, min(2.5vw, 18px));
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
}
.components__items {
    width: calc(50% - 16.5px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}
.components__items .components__item {
    width: calc(50% - 13px);
}
.games__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.games .swiper-slide {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.games .swiper-slide .games__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 40px;
    height: 593px;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.games .swiper-slide .games__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
}
.games .swiper-slide .games__item h3 {
    color: transparent;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out, color 0.5s linear;
    transition: all 0.3s ease-in-out, color 0.5s linear;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
    text-align: center;
    font-size: max(20px, min(3vw, 36px));
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    border-radius: 40px;
    background-color: rgba(0, 0, 0, 0.65);
}
.games .swiper-slide .games__item--active {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.games .swiper-slide .games__item--active h3 {
    opacity: 1;
    color: #ffffff !important;
}
.games__controls {
    margin-top: max(30px, min(4vw, 80px));
    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;
}
.games__line {
    width: 30%;
    height: 2px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#1c0b36),
        color-stop(20.05%, #e721f3),
        color-stop(40.72%, #762ceb),
        color-stop(60%, #453aec),
        color-stop(79.1%, #169bbe),
        to(#141415)
    );
    background: linear-gradient(
        90deg,
        #1c0b36 0,
        #e721f3 20.05%,
        #762ceb 40.72%,
        #453aec 60%,
        #169bbe 79.1%,
        #141415 100%
    );
}
.games__line:last-child {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.games__arrow {
    cursor: pointer;
}
.games .swiper-pagination {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
.games .swiper-pagination {
    position: static;
    margin: 0 max(15px, min(3.5vw, 50px));
}
.games .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
}
.games .swiper-pagination-bullet {
    display: inline-block;
    border-radius: 43px;
    cursor: pointer;
    background: #1d1d28;
}
.games .swiper-pagination-bullet-active {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#e921f3),
        color-stop(34.39%, #6e2ceb),
        color-stop(69.28%, #443bec),
        to(#01e8fe)
    );
    background: linear-gradient(
        180deg,
        #e921f3 0,
        #6e2ceb 34.39%,
        #443bec 69.28%,
        #01e8fe 100%
    );
}
.games .swiper-button-next,
.games .swiper-button-prev {
    width: auto;
    width: initial;
    height: auto;
    height: initial;
    position: static;
    margin-top: 0;
    margin-top: initial;
}
.games .swiper-button-next::after,
.games .swiper-button-prev::after {
    display: none;
}
.contacts {
    padding-bottom: 240px;
}
.contacts__info {
    max-width: 700px;
}
.contacts__info ul {
    margin-bottom: max(30px, min(4.5vw, 72px));
}
.contacts__info ul li {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contacts__info ul li p {
    color: #fff;
    font-family: Montserrat;
    font-size: max(15px, min(3vw, 24px));
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}
.contacts__info ul li:not(:last-child) {
    margin-bottom: max(15px, min(3vw, 32px));
}
.contacts__info ul li p mark {
    background: var(
        --1,
        linear-gradient(
            90deg,
            #cf23f1 47.75%,
            #602eeb 63.29%,
            #2c6ff2 81.51%,
            #02f4fe 99.19%
        )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contacts__info ul li p {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1px 8px;
    color: #fff;
    font-family: Montserrat;
    font-size: max(15px, min(3vw, 24px));
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}
.section__contacts .button {
    margin-bottom: clamp(25px, 3vw, 40px);
}
.footer {
    background: #000000;
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.footer::after {
    pointer-events: none;
    user-select: none;
    top: -200px;
    position: absolute;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 0, 2, 0) 0%, #000002 100%);
}
#contacts + .footer::after {
    top: -400px;
    height: 450px;
    background: linear-gradient(180deg, rgba(0, 0, 2, 0.19) 0%, #000002 100%);
}
.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.footer__container:not(.footer__ellipce) {
    position: relative;
    z-index: 5;
}
.footer__info h2 {
    color: #fff;
    font-family: DarkNet;
    font-size: max(24px, min(3vw, 32px));
    font-style: normal;
    font-weight: 400;
    line-height: 83.039%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer__info a,
.footer__info p,
span {
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 768px) {
    .footer__info--mobile p {
        display: inline-block !important;
        margin: 2px 0px;
    }
}
.footer__info a {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: 0.3s;
}
.footer__info a:hover {
    color: #8f2cf2;
}
.footer__info--mobile {
    display: none;
}
.footer__actions {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer__social {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.footer__social a {
    cursor: pointer;
}
@media (max-width: 1040px) {
    .components__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .components__item,
    .components__items {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .header__nav ul {
        gap: 10px;
    }
}
.header__account--mob {
    display: none !important;
}
@media (max-width: 830px) {
    .button--primary {
        font-size: 15px;
    }

    .header .profile-item--drop,
    .header__phone--desk {
        display: none !important;
    }
    .header__account--mob {
        display: flex !important;
    }
    .header__phone--mob {
        display: inline-block;
        margin-top: 40px;
        padding-left: 15px;
        font-size: 18px;
    }
    .header__nav {
        background-image: url(../images/menu-bg.png);
    }
    .header__nav li a {
        font-size: 15px;
    }
    .header__nav:not(.header__nav--promo) {
        position: absolute;
        height: 100svh;
        height: 100vh;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100vw;
        -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        transform: translateX(-100vw);
        transform: translateX(-100svw);
        z-index: 50;
        -webkit-transition: opacity linear 0.35s, -webkit-transform linear 0.2s;
        transition: opacity linear 0.35s, -webkit-transform linear 0.2s;
        transition: transform linear 0.2s, opacity linear 0.35s;
        transition: transform linear 0.2s, opacity linear 0.18s,
            -webkit-transform linear 0.2s;
        opacity: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: var(--header-height);
    }
    .header__nav:not(.header__nav--promo) ul {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        padding: 0 15px;
        font-size: 18px;
    }
    .header__burger--open {
        display: flex;
    }
    body.burger-opened .header__logo {
        display: block;
    }
}
@media (max-width: 768px) {
    .main__button {
        width: 100%;
    }
    .main__button .button {
        backdrop-filter: blur(10px);
    }
    .main__info .button {
        width: calc(100%);
        padding: 21px 15px;
    }
    .button {
        padding: 21px 90px;
    }
    .header {
        padding: 25px 0;
    }
    .main__wrapper {
        background-image: url(../images/Главнаяmob.png);
    }
    .main__wrapper {
        padding-bottom: 25px;
    }
    .main__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .main__info {
        height: 100%;
    }
    .main__info .main__buttons {
        width: 100%;
        flex-wrap: wrap;
        margin-top: auto;
        margin-bottom: calc(6vh + 50px);
    }
    .main__info h1 {
        margin-bottom: 20px;
    }
    .section#club {
        background-image: url(../images/Клубmob.png);
    }
    .no-webp .section#tariffs {
        background-image: url(../images/Тарифыmob.png);
    }
    .section#contacts {
        background-image: url(../images/Контактыmob.png);
    }
    .no-webp .section#games {
        background-image: url(../images/Игрыmob.png);
    }
    .no-webp .section#components {
        background-image: url("../images/Наше железоmob.png");
    }
    .club__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: none;
    }
    .club__movie video {
        height: auto !important;
        height: initial !important;
    }
    .club__movie {
        max-width: 100%;
    }
    .club__movie video {
        max-width: 100vw;
        width: calc(100vw - 30px);
        width: calc(100svw - 30px);
    }
    .tariffs {
        padding: 30px 15px;
    }
    .tariffs__info {
        padding: 13px 15px;
        margin: 0 -15px;
    }
    .games .swiper-slide .games__item {
        height: 300px;
    }
    .games .swiper-slide .games__item h3,
    .games .swiper-slide .games__item img {
        border-radius: 20px;
    }
    .footer__info p {
        display: none;
    }
    .footer__info--mobile {
        display: block;
    }
    .footer__info--mobile p {
        display: inline;
        display: initial;
    }
}
@media (max-width: 450px) {
    .footer .button,
    .footer__links {
        width: 100%;
    }
    .footer__actions {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
    }
    .footer__actions .button {
        padding: 21px 0px;
        width: 100%;
    }
    .header {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        padding: 12px 0;
    }
}
@media (max-width: 450px) {
    .tariffs__button .button {
        width: 100%;
        padding: 21px 0;
    }
    .components__items .components__item p {
        opacity: 0;
    }
    .games .swiper-slide .games__item {
        height: 250px;
    }
    .games .swiper-slide .games__item h3,
    .games .swiper-slide .games__item img {
        border-radius: 10px;
    }
    .games .swiper-slide .games__item h3 {
        font-size: 12px;
        padding: 10px;
    }
    .games__arrow svg {
        width: 30px !important;
        height: 30px !important;
    }
    .contacts {
        padding-bottom: 150px;
    }
    .contacts .button {
        width: 100%;
        padding: 21px 0;
    }
}
@media (max-width: 375px) {
    .main__address {
        bottom: 20px;
    }
    .games__line {
        width: 20%;
    }
}
.webp .section#tariffs {
    background-image: url(../images/Тарифы.webp);
}
.webp .section#games {
    background-image: url(../images/Игры.webp);
}
.webp .section#components {
    background-image: url("../images/Наше железо.webp");
}

@media (max-width: 768px) {
    .webp .section#club {
        background-image: url(../images/Клубmob.webp);
    }
}
@media (max-width: 768px) {
    .webp .section#tariffs {
        background-image: url(../images/Тарифыmob.webp);
    }
}
@media (max-width: 768px) {
    .webp .section#contacts {
        background-image: url(../images/Контактыmob.webp);
    }
}
@media (max-width: 768px) {
    .webp .section#games {
        background-image: url(../images/Игрыmob.webp);
    }
}
@media (max-width: 768px) {
    .webp .section#components {
        background-image: url("../images/Наше\ железоmob.webp");
    }
}
.components__items .components__item p {
    font-size: clamp(13px, 3vw, 15px);
}
.news {
    padding-top: var(--header-height);
}
.news__container {
    padding: clamp(40px, 4vw, 60px) 15px clamp(40px, 7vw, 100px);
}
.news h1 {
    color: #fff;
    font-size: clamp(32px, 5vw, 55px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: clamp(20px, 3.5vw, 50px);
}
.news__items {
    display: flex;
    align-items: flex-start;
    gap: 50px 23px;
    flex-wrap: wrap;
}
.news__item {
    width: calc(25% - 18px);
}
.news__image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.news__image span {
    position: absolute;
    right: 0;
    bottom: 40px;
    color: #fff;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 30px 0px 0px 30px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    padding: 3px 13px;
}
.news__image img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.news__info h2 {
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.news__info p {
    color: #fff;
    max-height: 60px;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news__item--open .news__info p {
    max-height: initial;
    -webkit-line-clamp: initial;
}
.news__actions {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.news__more {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}
.news__item .news__link {
    border-radius: 90px;
    background: #f12386;
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: none;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}
.news__item--open .news__link {
    display: flex;
}
.news {
    background: url("../images/news-bg.svg");
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
}
@media (max-width: 1024px) {
    .news__item {
        width: calc(33.3333% - 18px);
    }
}
@media (max-width: 850px) {
    .news__item {
        width: calc(50% - 18px);
    }
}
@media (max-width: 550px) {
    .news__items {
        gap: 30px;
    }
    .news__item {
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px solid #707070;
    }
}
.promo-page .main__wrapper {
    padding-top: 180px;
    padding-bottom: 80px;
    width: 100vw;
    height: initial;
    background-image: url("../images/promo-bg.png") !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.promo-page .main__container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
}
.promo-page .main__title {
    color: #fff;
    font-family: "Days One", sans-serif;
    font-size: clamp(32px, 4.5vw, 55px);
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.promo-page .header__phone {
    font-size: clamp(16px, 3vw, 20px);
    margin-bottom: 2px;
}
.promo-page .main-promo__item {
    width: calc(33.333% - 15px);
    min-height: 593px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.promo-page .main-promo__info span {
    display: inline-flex;
    border-radius: 0 90px 90px 0;
    margin-left: -25px;
    padding: 9px 25px;
    margin-bottom: 15px;
    background: #f12386;
    color: #fff;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.promo-page .main-promo__info button {
    margin-top: 18px;
    border-radius: 100px;
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #fff;
    text-align: right;
    font-family: Montserrat;
    font-size: clamp(16px, 3vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.promo-page .main-promo__info button:hover {
    background-color: #fff;
    color: #1d1d28;
}
.promo-page .main-promo__info {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1 1 auto;
    padding: 0 25px 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45.7%, #000 93.25%);
    border-radius: 40px;
}
.promo-page .main-promo__info p {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.promo-page .main-promo__info h3 {
    margin-bottom: 5px;
    color: #fff;
    font-family: "Days One", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.promo-page .main-promo__button {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border: none;
    outline: none;
    border-radius: 0 0 40px 40px;
    height: 62px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: right;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: #000;
    border-top: 1px solid #2b2b2b;
}
.promo-page .main-promo__button--active {
    background: #f12386;
    cursor: pointer;
    border-top: none;
}
.promo-page .main-promo__items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    cursor: pointer;
    padding-bottom: 50px;
}
.promo-page .main__icon {
    position: absolute;
    z-index: 3;
}
.promo-page .main__icon--top {
    top: -20px;
    right: 0;
}
.promo-page .main__icon--bot {
    bottom: -70px;
    left: -50px;
}
.promo-page .main-promo .games__line {
    width: min(289px, 25%);
}
.promo-page .header__nav--promo ul {
    align-items: center;
}
@media (max-width: 720px) {
    .promo-page .main-promo__slider {
        display: none !important;
    }
    .promo-page .main-promo__items {
        display: flex;
        flex-direction: column;
    }
    .promo-page .header__phone {
        display: none;
    }
    .promo-page .header__phone--mob {
        display: block;
    }
    .promo-page .header__phone--mob a {
        color: #fff;
        font-family: Conthrax;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 135%;
        text-transform: uppercase;
    }
    .promo-page .header__nav--promo a {
        font-size: 13px !important;
    }
    .promo-page .main__icon img {
        width: 38px;
        height: 37px;
    }
    .promo-page .main__icon--top {
        right: 15px;
        top: -3px;
    }
    .promo-page .main__icon--bot {
        display: none;
    }
}
.promo-page .promo-item {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 30px 15px;
}
.promo-page .promo-item--visible {
    display: flex;
}
.promo-page .promo-item__anim {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(1.5px);
    display: none;
    align-items: center;
    gap: 3px;
    padding: 3px 9px;
    transform: translateX(-7px);
}
.promo-page .promo-item__animation {
    animation: move 1.5s ease-in-out infinite;
}
@keyframes move {
    from {
        transform: translateX(-7px);
    }
    to {
        transform: translateX(7px);
    }
}
.promo-page .promo-item__time {
    position: absolute;
    bottom: 74px;
    left: 0;
    border-radius: 0px 90px 90px 0px;
    background: #f12386;
    padding: 10px 24px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.promo-page .promo-item__content {
    display: flex;
    align-items: stretch;
    border-radius: 60px;
    background: #1d1d28;
    max-width: min(1160px, 100%);
}
.promo-page .promo-item__info {
    padding: clamp(24px, 4vw, 58px) clamp(15px, 3vw, 35px)
        clamp(24px, 4vw, 58px) clamp(30px, 5vw, 64px);
    background: #1d1d28;
    position: relative;
    z-index: 2;
    border-radius: 60px;
}
.promo-page .promo-item__separator {
    margin: 22px 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(
        90deg,
        #8f8f8f 2.99%,
        rgba(117, 117, 117, 0) 97.01%
    );
}
.promo-page .promo-item__image {
    display: flex;
    flex: 1 1;
    min-width: 40%;
    margin-bottom: -5px;
    position: relative;
    z-index: 1;
    border-radius: 60px;
}
.promo-page .promo-item__close {
    width: 50px;
    height: 50px;
    border-radius: 9999px;
    background: #1d1d28;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-page .promo-item__close svg {
    width: 25px;
    height: 25px;
}
.promo-page .promo-item__image img {
    width: 100%;
    height: 100%;
}
.promo-page .promo-item__info h1 {
    font-family: "Days One", sans-serif;
    font-size: clamp(24px, 4vw, 50px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    background: var(
        --1,
        linear-gradient(
            90deg,
            #cf23f1 47.75%,
            #602eeb 63.29%,
            #2c6ff2 81.51%,
            #02f4fe 99.19%
        )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.promo-page .promo-item__info h2 {
    font-family: "Days One", sans-serif;
    font-size: clamp(20px, 3vw, 40px);
    color: #02f4fe;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.promo-page .promo-item__info h3 {
    color: #fff;
    font-family: "Days One", sans-serif;
    font-size: clamp(20px, 3vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.promo-page .promo-item__info h4 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px clamp(20px, 4vw, 39px);
}
.promo-page .promo-item__info h4 span,
.promo-page .promo-item__info h4 {
    color: #fff;
    font-family: "Days One", sans-serif;
    font-size: clamp(20px, 3vw, 35px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.promo-page .promo-item__description p:first-child {
    margin-bottom: 10px;
}
.promo-page .promo-item__description p {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.promo-page .promo-item__close-wrap {
    padding: 10px;
    margin: -10px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.promo-page .promo-item__content .button {
    margin-top: 60px;
}
@media (max-width: 768px) {
    .promo-page .main__wrapper {
        padding: 80px 0;
    }
    .promo-page .promo-item__info {
        width: 50%;
    }
    .promo-page .promo-item__image {
        min-width: 50%;
    }
    .promo-page .promo-item__close {
        width: 25px;
        height: 25px;
        top: 20px;
        right: 20px;
    }
    .promo-page .promo-item__close svg {
        width: 15px;
        height: 15px;
    }
    .promo-page .promo-item__anim {
        display: inline-flex;
    }
}
@media (max-width: 650px) {
    .promo-page .promo-item__time {
        bottom: initial;
        top: 170px;
    }
    .promo-page .promo-item--visible {
        overflow: scroll;
    }
    .promo-page .promo-item__separator {
        margin: 10px 0;
    }
    .promo-page .promo-item__content {
        flex-direction: column-reverse;
        align-items: flex-start;
        border-radius: 20px;
    }
    .promo-page .promo-item__info {
        padding: 15px 10px;
        border-radius: 20px;
        margin-top: -200px;
    }
    .promo-page .promo-item__info,
    .promo-page .promo-item__image {
        width: 100%;
    }
    .promo-page .promo-item__image {
        height: 427px;
        flex: initial;
    }
    .promo-page .promo-item__image img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px;
    }
    .promo-page .promo-item__content .button {
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .promo-page .main-promo__item {
        width: calc(50% - 15px);
    }
}
@media (max-width: 720px) {
    .promo-page .main-promo__item {
        width: 100%;
    }
}

.promo-swiper.swiper-horizontal {
    overflow: hidden;
}

.promo-swiper-nav {
    display: flex;
    align-items: center;
    margin: 40px auto 0px;
}

.promo-swiper-button.swiper-button-prev,
.promo-swiper-button.swiper-button-next {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
}
.promo-swiper-button.swiper-button-prev svg,
.promo-swiper-button.swiper-button-next svg {
    width: initial;
    height: initial;
}

.swiper-button-next::before {
    transform: rotate(180deg);
}

.promo-swiper-button::before {
    transition: 0.3s ease-in-out;
    border-radius: 10px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        90deg,
        #cf23f1 0%,
        #602eeb 30.43%,
        #2c6ff2 68.23%,
        #02f4fe 100%
    );
    border: 2px solid transparent;
    border-left: 2px solid #cf23f1;
    border-right: 2px solid #02f6fee9;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    backdrop-filter: blur(10px);
    inset: 0;
}
.promo-swiper-button {
    background: 0 0;
    position: relative !important;
    background: transparent;
    backdrop-filter: blur(7.5px);
    user-select: none;
}

.promo-swiper-nav {
    padding-bottom: 150px;
}

@media (max-width: 600px) {
    .promo-swiper-button {
        font-size: 0px !important;
        padding: 8px 10px !important;
    }
}

.error {
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    background-image: url(../images/404.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(15px, 4vw, 35px);
    padding: 0px 15px;
    padding-top: 15vh;
}

.error--backend {
    background-image: url(../images/500.png);
    justify-content: center;
    padding-top: initial;
}

.error--tech {
    background-image: url(../images/profile-bg.png);
    justify-content: center;
    padding-top: initial;
}

.error h1 {
    color: #fff;
    text-align: center;
    font-family: Days One;
    font-size: clamp(35px, 4.5vw, 85px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.error h2 {
    color: #fff;
    text-align: right;
    font-family: Days One;
    font-size: clamp(24px, 4vw, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 450px) {
    .error .button {
        width: 100%;
        padding: 21px 5px;
    }

    .error--web {
        background-image: url(../images/404-mob.png);
    }

    .error-header.header__wrapper {
        justify-content: center;
        padding-top: 30px;
    }

    .error--backend {
    }
    .error--tech h1 {
        font-size: 22px;
    }
    .error--tech svg {
        width: 163px;
        height: 163px;
    }
}
.map img {
    width: 100%;
    height: 100%;
}

.news__pagination {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news__links {
    display: flex;
    align-items: center;
}

.news__links .news__link a {
    color: #fff;
    font-family: Montserrat;
    font-size: clamp(13px, 3.5vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news__links .news__link:not(:last-child) {
    margin-right: clamp(10px, 3vw, 20px);
}

.news__links .news__link--disabled {
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
}

.news__links .news__link--active a {
    background: var(
        --1,
        linear-gradient(
            90deg,
            #cf23f1 47.75%,
            #602eeb 63.29%,
            #2c6ff2 81.51%,
            #02f4fe 99.19%
        )
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news__links .news__link--next {
    margin-left: clamp(15px, 3vw, 30px);
    margin-right: 0px;
}
.news__links .news__link.news__link--prev {
    margin-right: clamp(15px, 3vw, 30px);
}
.login {
    min-height: calc(100vh - (var(--header-height) + 100px));
    padding-top: var(--header-height);
    background-image: url("../images/login.png");
    background-position: center;
    background-size: cover;
}
.login__content {
    width: 50%;
}
@media (max-width: 830px) {
    .login__content {
        width: 100%;
    }
}
.login__wrapper {
    padding: clamp(30px, 5vw, 60px) 0px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.login__form {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
    border-radius: 30px;
    background: linear-gradient(180deg, #161c50 0%, #4463a6 100%);
    padding: 50px 34px;
    min-width: 504px;
    max-width: 504px;
}
.login__form h2 {
    color: #fff;
    font-family: Conthrax;
    font-size: clamp(16px, 3vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.login__form p strong {
    color: #00d1ff;
}
.login__form p {
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
    text-align: center;
}
.login__form a {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Conthrax;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.login__form a:not(:last-child) {
    margin-bottom: 20px;
}
.login__field {
    position: relative;
    width: 100%;
}
.login__field label {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 27px */
    position: absolute;
    left: 20px;
    top: 20px;
    transition: 0.2s linear;
}
.login__field input {
    border-radius: 10px;
    border: 1px solid #fff;
    height: 89px;
    width: 100%;
    padding: 0px 20px;
    background: transparent;
    outline: none;
    color: #fff;
    transition: 0.2s linear;
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 27px */
    padding-top: 40px;
    padding-bottom: 16px;
}
.login__field input:focus {
    border: 1px solid #4970e9;
    background: rgba(0, 0, 0, 0.15);
}
.login__field input:focus + label {
    top: 17px;
    font-size: 16px;
}
.login__field:not(:last-child) {
    margin-bottom: 25px;
}
.login__field--error input {
    border: 1px solid #ff4343;
}
.login__field--error p {
    text-align: left;
    color: #ff4343;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 21.6px */
    margin: 10px 0px 0px;
}
.login__button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #5676b3;
    height: 89px;
    color: #fff;
    font-family: Conthrax;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    margin: 10px 0px 35px 0px;
    transition: 0.2s linear;
}
.login__button:hover {
    background: #6884bb;
}
.login__button:active {
    background: #4a6aa5;
}
.login__pincode {
    display: flex;
    gap: 20px;
}
.login__pincode input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px;
    width: 89px;
    height: 89px;
}
.login__pincode input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.login__timer p {
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.resend-code {
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    border: none;
    outline: none;
    margin: 20px 0px 30px;
    cursor: pointer;
}
.resend-code:hover {
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .login__content {
        width: 100%;
    }

    .login__form {
        max-width: initial;
        min-width: initial;
        width: 100%;
    }

    .login__pincode {
        justify-content: center;
    }
}

@media (max-width: 460px) {
    .login {
        background-image: url("../images//login-mob.png");
    }
    .login__form {
        padding: 30px 10px;
    }
    .login__pincode input {
        width: 59px;
        height: 59px;
        padding: 25px;
    }

    .login__pincode {
        gap: 6px;
    }

    .login__button {
        height: 60px;
        border-radius: 10px;
    }
}

.main__icon {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.header__account::after {
    content: "";
    display: block;
    background: linear-gradient(
        90deg,
        #fff 3.44%,
        rgba(255, 255, 255, 0) 86.26%
    );
    width: 100%;
    height: 1px;
}
.header__account {
    padding-bottom: 30px;
}

.profile-item {
    display: flex;
    align-items: center;
    gap: 7px;
    position: relative;
}

.profile-item__image {
    width: 41px;
    height: 41px;
    border-radius: 9999px;
    background: #7f2aeb;
}
.profile-item img {
    width: 100%;
    height: 100%;
}

.profile-item__text p {
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.profile-item__text h3 {
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}
.profile-item--drop {
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.56);
    backdrop-filter: blur(7.5px);
    padding: 7px;
    cursor: pointer;
}
.profile-item__arrow {
    padding: 0px 8px;
    margin-left: clamp(10px, 3vw, 25px);
}
.profile__drop {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    padding: 30px 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.86);
    backdrop-filter: blur(7.5px);
}
.profile__drop li a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 30px;
    transition: 0.2s linear;
    border-radius: 10px;
}
.profile__drop li a:hover {
    background: rgba(255, 255, 255, 0.2);
}
.profile__drop li:first-child {
    margin-top: -10px;
}
.profile__drop li:not(:last-child) {
    margin-bottom: 10px;
}
.review,
.deposit,
.profile {
    padding: clamp(40px, 4vw, 100px) 0px;
    background-image: url(../images/profile-bg.png);
    background-position: center;
    background-size: cover;
}
.layout,
.review__wrapper,
.deposit__wrapper,
.profile__wrapper {
    min-height: calc(100vh - (var(--header-height) + 100px));
    padding-top: var(--header-height);
}
.deposit__title,
.profile__title {
    color: #fff;
    font-family: "Days One";
    font-size: clamp(20px, 4vw, 55px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: clamp(30px, 4vw, 90px);
}
.profile__banner {
    background-image: url(../images/profile-banner-bg.png);
    background-position: center;
    background-size: cover;
    padding: 120px clamp(40px, 4vw, 80px);
    border-radius: 40px;
    position: relative;
}
.profile__banner h2 {
    width: 60%;
    color: #fff;
    font-family: Conthrax;
    font-size: clamp(16px, 4vw, 36px);
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 48.6px */
}
.profile__banner h2 strong {
    color: #ff00a8;
}
.profile__image {
    position: absolute;
    right: 0;
    bottom: -5px;
}
.profile-info {
    display: flex;
    align-content: stretch;
    gap: 20px;
}
.profile-info__items {
    max-width: 732px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.profile-info__item h3 {
    color: #fff;
    font-family: Conthrax;
    font-size: clamp(20px, 2.5vw, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.profile-info__item p {
    padding-right: 15px;
    color: #fff;
    font-family: Montserrat;
    font-size: clamp(15px, 3vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.profile-info__item svg {
    position: absolute;
    top: 15px;
    right: 15px;
}
.profile-info__item {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding: clamp(20px, 2.5vw, 35px) clamp(20px, 2.5vw, 40px);
    border-radius: 30px;
    background: #242432;
    backdrop-filter: blur(7.5px);
    position: relative;
}
.profile-info__progress p {
    font-family: Montserrat;
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
}
.profile-info__progress a {
    margin-top: 10px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: clamp(18px, 3vw, 20px);
    text-decoration: underline;
    background: linear-gradient(
        95deg,
        #cf23f1 0%,
        #602eeb 37.98%,
        #2c6ff2 69.55%,
        #02f4fe 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.profile-info__progress a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
        95deg,
        #cf23f1 0%,
        #602eeb 37.98%,
        #2c6ff2 69.55%,
        #02f4fe 100%
    );
    content: "";
    display: block;
}
.profile-info__progress p:not(:last-child) {
    margin-bottom: 10px;
}

.profile-info__progress {
    padding: clamp(20px, 2.5vw, 35px) clamp(18px, 2.5vw, 40px);
    border-radius: 30px;
    background: #242432;
    backdrop-filter: blur(7.5px);
    width: calc(100% - 732px);
    min-width: 223px;
}

.progress-bar-container {
    width: 100%;
    max-width: 279px;
    padding-bottom: min(100%, 279px);
    position: relative;
    margin: 0 auto 20px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    inset: 0;
    width: 100%;
    border-radius: 50%;
    background: radial-gradient(closest-side, #242432 85%, transparent 80% 100%),
        conic-gradient(#602eeb var(--progress), #646477 0);
}

.progress-bar span {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(50px, 6vw, 60px);
    font-weight: 600;
    line-height: 73px;
    letter-spacing: 0em;
    text-align: left;
}

.progress-bar p {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    color: #04ecfd;
}

.profile__content {
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    gap: 40px;
}
.deposit__wrapper {
    padding-bottom: 100px;
}
.deposit__content {
    border-radius: 60px;
    background: #1d1d28;
    padding: clamp(30px, 4vw, 60px) clamp(15px, 2.5vw, 60px) 10px;
}
.deposit__overflow {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 50px;
}
.deposit__content h3 {
    color: #fff;
    font-family: Conthrax;
    font-size: clamp(16px, 3vw, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: clamp(20px, 3vw, 40px);
}
.table__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(20px, 3vw, 40px);
    margin: 0 auto;
    margin-top: clamp(20px, 3vw, 40px);;
}

.table__empty p {
    font-family: Conthrax;
    font-size: clamp(15px, 2vw, 20px);
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
}
.deposit__table {
    width: 100%;
}
.deposit__overflow::-webkit-scrollbar {
    display: none;
}
.deposit__table table {
    width: 100%;
    border-collapse: collapse;
}
.deposit-table__row {
    display: flex;
    position: relative;
}
.deposit-table__head .deposit-table__item {
    color: #fff;
    font-family: Conthrax;
    font-size: clamp(11px, 2.5vw, 18px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0px clamp(20px, 2.5vw, 30px) 30px;
    text-align: left;
}
.deposit-table__body .deposit-table__item {
    color: #fff;
    font-family: Montserrat;
    font-size: clamp(13px, 1.5vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 17px clamp(20px, 2.5vw, 30px);
}
.deposit-table__body .deposit-table__item span svg {
    width: 21px;
    height: 21px;
}
.deposit-table__body .deposit-table__item span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 100px;
    background: #1d1d28;
    padding: 8px 20px;
    font-family: Montserrat;
    font-size: clamp(13px, 1.5vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.deposit-table__body .deposit-table__item span.deposit {
    color: #ba14f4;
}
.deposit-table__body
    .deposit-table__item
    span.composite:hover
    .deposit-tooltip {
    opacity: 1;
    user-select: initial;
    pointer-events: initial;
}
.deposit-table__body .deposit-table__item .tarif {
    position: relative;
}
.deposit-table__body .deposit-table__item .tarif .deposit-tooltip {
    min-width: 300px;
}
.deposit-table__body .deposit-table__item .tarif .deposit-tooltip p {
    display: flex;
    flex-direction: column;
}
.deposit-table__body
    .deposit-table__item
    .tarif
    .deposit-tooltip
    p
    span:last-child {
    color: #a0a0a0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.deposit-table__body .deposit-table__item .sum-composite:hover .deposit-tooltip,
.deposit-table__body .deposit-table__item .tarif:hover .deposit-tooltip {
    opacity: 1;
    user-select: initial;
    pointer-events: initial;
}
.deposit-table__body .deposit-table__item span.sum-composite {
    color: #2d6ef2;
    text-decoration: underline;
    position: relative;
    background: transparent;
    padding: 0px;
    cursor: pointer;
}
.deposit-table__body .deposit-table__item span.sum-composite .deposit-tooltip {
    right: -2px;
    min-width: 240px;
    transform: translateX(0px);
}
.deposit-table__body .deposit-table__item span.composite {
    color: #2d6ef2;
    position: relative;
}
.deposit-table__body .deposit-table__item span.card {
    color: #30a6e9;
}
.deposit-table__body .deposit-table__item a {
    color: #7635ff;
    font-family: Montserrat;
    font-size: clamp(13px, 1.5vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    display: inline-flex;
    min-width: 120px;
}
.deposit-table__item {
    display: flex;
    align-items: center;
}
.deposit-table__item:nth-child(1) {
    width: 20%;
    min-width: 200px;
    max-width: 200px;
}
.deposit-table__item:nth-child(2) {
    width: 20%;
    min-width: 150px;
}
.deposit-table__item:nth-child(3) {
    width: 25%;
    min-width: 160px;
}
.deposit-table__item:nth-child(4) {
    width: 25%;
    min-width: 180px;
}
.deposit-table__item:nth-child(5) {
    width: min(25%, 150px);
    min-width: 100px;
}
.deposit-table--promo .deposit-table__item {
    width: 33.3333%;
    min-width: initial;
    max-width: initial;
}
.deposit__overflow--promo {
    overflow-y: initial;
    overflow-x: initial;
}
.deposit-table__body
    .deposit-table__row:nth-child(2n + 1)
    .deposit-table__item {
    background: #242432;
    backdrop-filter: blur(7.5px);
}
.deposit-table__body
    .deposit-table__row:nth-child(2n + 1)
    .deposit-table__item:first-child {
    border-radius: 90px 0px 0px 90px;
}
.deposit-table__body
    .deposit-table__row:nth-child(2n + 1)
    .deposit-table__item:last-child {
    border-radius: 0px 90px 90px 0px;
}
.deposit-tooltip {
    position: absolute;
    right: -2px;
    top: calc(100% + 3px);
    border-radius: 15px;
    background: #000;
    z-index: 9999;
    width: calc(100% + clamp(20px, 2.5vw, 30px) * 2);
    opacity: 0;
    user-select: none;
    pointer-events: none;
}
.deposit-table__body .deposit-tooltip span {
    padding: 0px;
    background: transparent;
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
}
.deposit-tooltip__head span {
    font-weight: 600;
}
.deposit-tooltip__item span {
    font-weight: 400;
}
.deposit-tooltip__item {
    padding: 8px 18px;
}
.deposit-tooltip__item,
.deposit-tooltip__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.deposit-tooltip__head {
    padding: 11px 18px 8px;
    border-bottom: 1px solid #a0a0a0;
}
.main__wrapper {
    position: relative;
}
.main__review {
    border-radius: 0px 15px 15px 0px;
    background: #f12386;
    backdrop-filter: blur(7.5px);
    color: #fff;
    font-family: Montserrat;
    font-size: clamp(16px, 3vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: calc(var(--header-height) + 40px);
    left: 0;
    padding: 10px 24px;
    z-index: 49;
    transition: 0.2s linear;
}
@media (max-width: 768px) {
    .main__review {
        width: 100%;
        border-radius: 0;
        padding: 3px;
        justify-content: center;
        top: 45px;
    }
}
.review__wrapper {
    margin-bottom: 150px;
}
.review__title {
    color: #fff;
    font-family: "Days One";
    font-size: clamp(22px, 3vw, 55px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.review__container p {
    color: #fff;
    font-family: Montserrat;
    font-size: clamp(15px, 2vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.review__form {
    border-radius: 30px;
    background: #242432;
    backdrop-filter: blur(7.5px);
    padding: clamp(30px, 3vw, 60px) clamp(20px, 3vw, 49px);
}
.review__field textarea,
.review__field input {
    color: #939393;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    height: 25px;
    background: none;
    border: none;
    outline: none;
    width: 100%;
}
.review__field textarea {
    min-height: 265px;
    max-height: 265px;
    resize: none;
}
.review__field {
    border-radius: 20px;
    background: #313141;
    backdrop-filter: blur(7.5px);
    padding: clamp(11px, 1.5vw, 22px) clamp(20px, 3vw, 30px);
    margin-bottom: 15px;
}
.review__field svg:hover path {
    fill: #ffc700;
}

.review__field svg.active path {
    fill: #ffc700;
}
.review__policy,
.review__button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 46px;
}
.review__button {
    flex-direction: column;
    align-items: center;
}
.review__policy input {
    margin-top: 3px;
    width: 17px;
    height: 17px;
    appearance: none;
    background: #242432;
    border-radius: 3px;
    border: 1px solid #fff;
    position: relative;
    cursor: pointer;
}
.review__policy input::after {
    content: "";
    display: none;
    height: 17px;
    width: 17px;
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    left: -2px;
    background: url(../images/check.svg);
}
.review__policy input:checked::after {
    display: block;
}
.review__row {
    display: flex;
    gap: 19px;
    margin-bottom: clamp(15px, 2.5vw, 30px);
}
.review__image img,
.review__image {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.review__admin {
    width: 100%;
    max-width: 25%;
    height: 251px;
    position: relative;
    border-radius: 15px;
    transition: 0.2s linear;
    border-radius: 15px;
}
.review__admin:hover {
    border: 1px solid #822aeb;
}
.review__admin--active {
    border: 2px solid #822aeb;
}
.review__admin h4 {
    position: absolute;
    inset: 0;
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: clamp(15px, 2vw, 18px);
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.35%, #000 99.86%);
    display: flex;
    align-items: flex-end;
    padding: 16px 28px;
}
.review__admins p {
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: clamp(15px, 2.5vw, 30px);
}
.review__tabs {
    display: flex;
    margin-bottom: 15px;
    gap: 15px;
}
.review__tab input {
    display: none;
}
.review__tab input:not(:checked) + label:hover {
    background: #f121f4b0;
}
.review__tab:last-child input:not(:checked) + label:hover {
    background: #812aebc9;
}
.review__tab input:checked + label {
    background: #ef21f4;
    backdrop-filter: blur(7.5px);
}
.review__tab:last-child input:checked + label {
    background: #822aeb;
    backdrop-filter: blur(7.5px);
    cursor: pointer;
}
.review__errors {
    margin-bottom: 10px;
    margin-top: -10px;
}
.review__errors p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    color: #ff4343;
}
.review__field svg path {
    transition: 0.3s ease-in-out;
}
.review__tab label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(16px, 3vw, 26px) 0px;
    color: #fff;
    font-family: "Days One";
    font-size: clamp(14px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    text-transform: uppercase;
    background: #313141;
    border-radius: 10px;
    transition: 0.2s linear;
}
.review__tab {
    width: 50%;
}
@media (max-width: 768px) {
    .review__tabs {
        flex-direction: column;
    }
    .review__tab {
        width: 100%;
    }
    .review__row {
        flex-wrap: wrap;
    }
    .review__admin {
        max-width: calc(50% - 9.5px);
        width: 100%;
    }
}
@media (max-width: 500px) {
    .review__admin {
        max-width: 100%;
        width: 100%;
        height: 288px;
    }
}
.review__policy a {
    font-family: Montserrat;
    font-size: clamp(13px, 2vw, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-underline-offset: 2px;
    color: #fff;
}
.review__policy {
    margin-top: 30px;
    color: #fff;
    gap: 7px;
}
.review-modal__close {
    position: absolute;
    z-index: 55;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.review-modal__content h2 {
    margin-top: 8px;
    max-width: 433px;
    color: #fff;
    text-align: center;
    font-family: "Days One";
    font-size: clamp(15px, 3vw, 28px);
    font-style: normal;
    font-weight: 400;
    line-height: 128.571%; /* 36px */
    text-transform: uppercase;
}
.review-modal__content {
    border-radius: 40px;
    background: #242432;
    padding: 50px clamp(20px, 3vw, 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
}
.review-modal {
    width: 100vw;
    height: 100vh;
    padding: 15px;
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.54);
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0;
}

@media (max-width: 900px) {
    .deposit__overflow::-webkit-scrollbar {
        display: initial;
        border-radius: 5px;
        height: 7px;
        background: #242432;
        padding-bottom: 10px;
        display: block;
    }
    .deposit__overflow::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #3e3e53;
    }
}
@media (max-width: 768px) {
    .review__button button {
        width: 100%;
        padding: 21px 0px;
    }
    .deposit__content {
        margin: 0px -15px;
        border-radius: 30px;
        border-radius: 30px;
    }
    .profile__banner {
        padding: 20px;
        height: 332px;
        display: flex;
        align-items: flex-end;
    }
    .profile__banner h2 {
        width: 90%;
        position: relative;
        z-index: 5;
    }
    .profile__banner::after {
        content: "";
        display: block;
        width: 100%;
        height: 220px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        border-radius: 30px;
        background: linear-gradient(
            186deg,
            rgba(0, 0, 0, 0) 26.26%,
            rgba(0, 0, 0, 0.94) 56.83%
        );
        z-index: 2;
    }
    .profile__image {
        width: 196px;
        height: 252px;
        right: 50%;
        transform: translateX(50%);
        z-index: 1;
        bottom: 97px;
    }
    .profile__image img {
        width: 100%;
        height: 100%;
    }
    .profile-info__item svg {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 710px) {
    .profile-info {
        flex-direction: column-reverse;
    }

    .profile-info__progress {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .review-modal__content :not(.review-modal__close) svg {
        width: 129px;
        height: 129px;
    }
    .review__form {
        background: transparent;
        padding: 0px;
    }
    .review__field {
        background: #242432;
    }
    .review__field svg {
        width: 24px;
        height: 24px;
    }
    .profile__banner h2 {
        width: 100%;
    }
    .profile-info__item svg {
        width: 20px;
        height: 20px;
    }
    .profile-info__item {
        max-width: initial;
        width: 100%;
    }
    .profile__content {
        flex-direction: column-reverse;
    }
    .progress-bar-container {
        max-width: 223px;
        padding-bottom: min(100%, 223px);
    }
}
.bonus__triangle {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 38px;
    height: 38px;
    border: 20px solid transparent;
}
.bonus__triangle--purple {
    border-left: 20px solid #ef21f4;
    border-top: 20px solid #ef21f4;
}
.bonus__triangle--violet {
    border-left: 20px solid #822aeb;
    border-top: 20px solid #822aeb;
}
.bonus__triangle--blue {
    border-left: 20px solid #4a31eb;
    border-top: 20px solid #4a31eb;
}
.bonus__triangle--ocean {
    border-left: 20px solid #02f4fe;
    border-top: 20px solid #02f4fe;
}
.bonus-profile {
    backdrop-filter: blur(15px);
    background: linear-gradient(90deg, #242432 0.01%, #1f003e 100%);
    padding: 19px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0 30px 30px 30px;
}
.bonus-profile__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    padding: 14px 0px;
    padding-right: clamp(60px, 9vw, 140px);
    gap: 8px;
}
.bonus-profile__info h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: clamp(18px, 3vw, 24px);
    color: #fff;
}
.bonus-profile__info h2 mark {
    color: #04ecfd;
    background: none;
}
.bonus-profile__info p {
    font-size: clamp(18px, 3vw, 24px);
    margin: 0;
}
.bonus-profile__button {
    position: relative;
    padding: 14px 0px;
    padding-left: clamp(60px, 9vw, 140px);
}
.bonus__tooltip {
    position: absolute;
    top: -40px;
    right: 0;
    left: clamp(60px, 9vw, 140px);
    padding: 10px;
    border-radius: 10px;
    background: #1d1d28;
    font-size: clamp(14px, 3vw, 18px);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #f2f2f2;
    text-align: center;
    opacity: 0;
    transition: 0.25s linear;
}
@media (max-width: 768px) {
    .bonus__tooltip {
        left: 0;
    }
}
.bonus__title {
    font-weight: 400;
    font-size: clamp(16px, 6vw, 36px);
    color: #fff;
    font-family: "Days One", sans-serif;
    margin: 60px 0px 40px;
}
.bonus__items {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: clamp(15px, 2vw, 40px);
}
.bonus__item p {
    font-family: "Days One", sans-serif;
    font-weight: 400;
    font-size: clamp(15px, 2vw, 20px);
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.bonus__item p:not(:last-child) {
    margin-bottom: 5px;
}
.bonus__item span {
    font-family: Conthrax;
    font-weight: 600;
    font-size: clamp(32px, 5vw, 55px);
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}
.bonus__item {
    width: calc(20% - 32px);
    height: 200px;
    padding: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 0 30px 30px 30px;
    background-size: cover;
    background-position: center;
    background-image: url("data:image/svg+xml;base64,ICAgICAgICAgIDxzdmcgd2lkdGg9IjIwMCIgaGVpZ2h0PSIyMDAiIHZpZXdCb3g9IjAgMCAyMDAgMjAwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgICAgICAgICA8cmVjdCB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgcng9IjMwIiBmaWxsPSIjMjQyNDMyIiAvPgogICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDE1MkwwIDE2NFYwWiIgZmlsbD0iIzJGMkYzOSIgLz4KICAgICAgICAgIDwvc3ZnPg==");
}
.review__wrapper--bonus {
    min-height: initial;
    margin-bottom: 80px;
}
.bonus-roll {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.66);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: initial;
    visibility: visible;
    pointer-events: all;
    transition: 0.2s linear;
}
.bonus-roll--close {
    user-select: none;
    visibility: hidden;
    pointer-events: none;
}
.bonus-roll__wrapper {
    max-width: 1440px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: initial;
    height: 400px;
    display: flex;
}
.bonus-roll__items {
    display: flex;
    align-items: center;
    gap: 20px;
    will-change: transform;
}
.bonus-roll__items .bonus__item {
    width: 300px;
    min-width: 300px;
    height: 300px;
    transition: transform 0.25s ease-in-out, box-shadow 0.3s ease-in-out 0.1s;
    position: relative;
    z-index: 5;
    will-change: transform;
}
.bonus__item.--done {
    transform: scale(1.2);
    box-shadow: 0 4px 20px 1px #02f4fe;
    z-index: 15;
    border-radius: 0px 45px 45px 45px;
}
.bonus-roll__items .bonus__item span {
    font-size: 90px;
}
.bonus-roll__items .bonus__item p {
    font-size: 28px;
}
.js-roll-collect {
    width: 300px;
}
.bonus-roll__button {
    max-width: 1440px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1300px) {
    .bonus__item p {
        font-size: 15px;
    }
    .bonus__item {
        width: 20%;
    }
}
@media (max-width: 1024px) {
    .bonus-roll__items .bonus__item {
        width: 200px;
        min-width: 200px;
        height: 200px;
    }
    .bonus-roll__items .bonus__item span {
        font-size: 50px;
    }
    .bonus-roll__items .bonus__item p {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .bonus__item.--done {
        border-radius: 0px 30px 30px 30px;
    }
    .bonus-roll__items .bonus__item {
        width: 150px;
        min-width: 150px;
        height: 150px;
    }
    .bonus-roll__wrapper {
        height: 250px;
    }
    .bonus-roll__items .bonus__item span {
        font-size: 30px;
    }
    .bonus-roll__items .bonus__item p {
        font-size: 16px;
    }
    .bonus-roll__items .bonus-item {
        width: 170px;
        min-width: 170px;
        height: 170px;
    }
    .bonus-roll__items .bonus__triangle {
        border: 10px solid transparent;
        width: initial;
        height: initial;
    }
    .bonus-roll__items .bonus__triangle--purple {
        border-left: 10px solid #ef21f4;
        border-top: 10px solid #ef21f4;
    }
    .bonus-roll__items .bonus__triangle--violet {
        border-left: 10px solid #822aeb;
        border-top: 10px solid #822aeb;
    }
    .bonus-roll__items .bonus__triangle--blue {
        border-left: 10px solid #4a31eb;
        border-top: 10px solid #4a31eb;
    }
    .bonus-roll__items .bonus__triangle--ocean {
        border-left: 10px solid #02f4fe;
        border-top: 10px solid #02f4fe;
    }
    .review__wrapper {
        padding-top: 30px;
    }
    .bonus__item span {
        font-size: 32px;
    }
    .bonus__item {
        padding: 10px;
        min-width: 160px;
        max-width: 160px;
        height: 160px;
        border-radius: 0 15px 15px 15px;
    }
    .bonus__items {
        flex-wrap: nowrap;
        overflow: scroll;
        overflow-y: hidden;
        padding-bottom: 20px;
    }
    .bonus__items::-webkit-scrollbar {
        display: initial;
        border-radius: 5px;
        height: 7px;
        background: #242432;
        padding-bottom: 10px;
        display: block;
    }
    .bonus__items::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #3e3e53;
    }
    .bonus__title {
        font-size: 16px;
        margin: 40px 0px 20px;
    }
    .bonus-profile {
        flex-direction: column;
    }
    .bonus-profile__info {
        padding-right: 0;
        border: none;
    }
    .bonus-profile__button {
        padding-left: 0;
    }
    .bonus-profile__button .button {
        padding: 21px;
    }
}
@media (max-width: 450px) {
    .bonus-profile .bonus__triangle {
        display: none;
    }
    .bonus-roll__items {
        gap: 7px;
    }
}
.online-map {
    padding: 0px 15px;
    margin-bottom: 0;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}
.online-map svg {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    max-height: calc(100vh - 80px);
}
@media (max-width: 768px) {
    .online-map svg {
        aspect-ratio: initial;
    }
}
.ps,
.comp {
    transition: 0.3s ease-in-out;
    stroke-width: 3px;
    filter: drop-shadow(1px 1px 7px rgb(193, 47, 255));
    fill: #06e51c;
    stroke: #fff;
    filter: initial;
}
.ps.--offline,
.comp.--offline {
    fill: transparent;
    stroke: #ffffff;
}
.ps.--active,
.comp.--active {
    fill: #f32a5a;
    filter: initial;
}
.ps.--selected,
.comp.--selected {
    fill: #fff;
    filter: initial;
}
.ps path,
.comp path {
    transition: 0.2s linear;
}
.ps.--selected ~ path,
.comp.--selected + path {
    fill: #000;
}
.online-map__bg {
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}
.online-map__bg video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.map-info-fix {
    transform: translateY(-18px);
}
.map-info-fix-left {
    transform: translate(-6px, 5px);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.booking {
    display: flex;
    flex-direction: column;
    background: #1d1d28;
}
.booking__wrapper {
    min-height: calc(100vh - (var(--header-height) + 100px));
    padding-top: var(--header-height);
}
.booking__container {
    max-width: 650px;
}
.booking__wrapper {
    padding-bottom: 200px;
}
.booking__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.booking__head h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}
.js-booking-back {
    background: none;
    outline: none;
    border: none;
    height: 60px;
}
.booking__date {
    position: relative;
    height: 100%;
    margin: 0 auto;
    display: inline-flex;
    flex-direction: column;
}
.booking__date input {
    display: inline-flex;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #4a4a53;
    border-radius: 20px 20px 0px 0px;
    padding: 10px 20px;
    outline: none;
    background: #1d1d28;
    color: #ef21f4;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    width: 178px;
    position: relative;
}
.booking__place {
    width: 100%;
}
.booking__date .flatpickr-calendar {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    border-color: #4a4a53;
}
.booking__date input::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #1d1d28;
}
.booking__steps,
.booking__footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.booking__step {
    max-width: 100%;
}
.booking__step .booking-hidden {
    display: none;
}
.booking__step .booking-margin {
    transform: translateY(-80px);
}
.booking__footer {
    margin-top: 40px;
}
.booking__footer button:not(.js-booking-back) {
    width: 320px;
}
.date-selector {
    width: 200px;
    height: 300px;
}
.date-selector .highlight {
    background: #242432;
    color: #ff25ed;
    padding: 0px;
    z-index: 10;
    border: none;
}
#time_from .highlight {
    border-radius: 30px 0px 0px 30px;
}
#time_to .highlight {
    border-radius: 0px 30px 30px 0px;
}
.booking__time-selectors {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
    border-bottom: 1px solid #4a4a53;
}
.booking__time .select-wrap::after,
.booking__time .select-wrap:before {
    background: none;
}
.booking__time-selectors span {
    font-family: Conthrax;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-flex;
    background: #242432;
    height: 45px;
    align-items: center;
    justify-content: center;
}
.booking__time {
    padding: 30px 30px 50px;
    border-radius: 20px;
}
.booking__time-wrap {
    padding: 40px 30px;
    background: #1d1d28;
    border-radius: 20px;
    border: 1px solid #4a4a53;
}
.booking__time-footer {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.booking__time-footer h3 {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.29px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}
.booking__time-inputs {
    display: flex;
    align-items: center;
    gap: 0px 30px;
}
.booking__time-inputs input {
    display: flex;
    max-width: 100px;
    height: 45px;
    padding: 10px 11px;
    border-radius: 5px;
    border: 1px solid #4a4a53;
    font-family: Conthrax;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #ff25ed;
    background: #1d1d28;
    outline: none;
    overflow: visible;
}
.booking__time-inputs span {
    font-family: Conthrax;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.booking-show {
    display: none;
}

.booking__map .booking-show {
    display: block;
    transform: translate(-161px, -25px);
}
.booking__map .booking-hide {
    display: none;
}
.booking__map {
    width: 100%;
    height: 500px;
}
.booking__map svg {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.7777777778;
}
.booking__map svg path {
    pointer-events: none;
}
.booking__map .ps,
.booking__map .comp {
    cursor: pointer;
}
.booking__map .ps.--active,
.booking__map .comp.--active {
    user-select: none;
    pointer-events: none;
}
.booking__info {
    margin: 45px auto 0px;
    width: 320px;
    max-width: 100%;
}
.booking__info p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.booking__info p:not(:last-child) {
    margin-bottom: 10px;
}
.booking__info p span {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
}
.booking__info p span:last-child {
    font-weight: 600;
}
.booking__info textarea {
    resize: none;
    padding: 10px;
    width: 100%;
    height: 60px;
    background: #1d1d28;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    color: #fff;
    outline: none;
    transition: 0.3s ease-in-out;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
}
.booking__info textarea:focus {
    border-color: #fff;
}
.booking__phone-form {
    padding: 30px 60px 60px;
    border: 1px solid #242432;
    border-radius: 20px;
    background: #1d1d28;
}
.booking__phone-form h2 {
    font-family: Conthrax;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}
.booking__phone-field {
    display: flex;
    flex-direction: column;
}
.booking__phone-field:not(:last-child) {
    margin-bottom: 40px;
}
.booking__phone-field label {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
}
.booking__phone-field input {
    background: #242432;
    outline: none;
    border-radius: 10px;
    padding: 16px 20px;
    font-family: Conthrax;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    color: #fff;
    border: none;
}
.booking__phone-field input:focus {
    background: linear-gradient(#242432 0 0) padding-box,
        linear-gradient(92.6deg, #ff25ed 5.94%, #d656ff 49.98%, #8307ff 92.06%)
            border-box;
    border: 1px solid transparent;
}
.booking__phone-pincode {
    display: flex;
    align-items: center;
    gap: 25px;
}
.booking__phone-pincode input {
    appearance: none;
    padding: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    padding: 25px;
}
.booking .button.button--primary:disabled {
    opacity: 1;
    background: transparent;
    border: 1px solid #fff;
}
.booking__link {
    font-family: Montserrat;
    font-size: clamp(16px, 2.5vw, 18px);
    font-weight: 400;
    line-height: 21.94px;
    text-align: center;
    color: #fff;
}
.booking__link strong {
    font-weight: 600;
    color: #02f6fe;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.booking__phone-error {
    display: none;
    align-items: center;
    border-radius: 10px;
    padding: 10px 20px;
    gap: 10px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    color: #fff;
    margin-top: 20px;
    background: #ff434333;
}
.booking__phone-error.invalid,
.booking__time-wrap.invalid .booking__phone-error,
.booking__phone-field.invalid .booking__phone-error {
    display: flex;
}
.booking__place .booking__phone-error {
    max-width: 320px;
    margin: 10px auto 0px;
}
.booking__phone-field.invalid input {
    border: 1px solid #ff4343;
    color: #ff4343;
}
.anim {
    animation: show 0.3s ease-in-out;
}
.booking__warning {
    background: #ff434366;
    padding: 10px 30px 30px;
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 20px;
}
.booking__warning h3 {
    font-family: Conthrax;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.booking__warning p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #fff;
}
.booking__success {
    border: 1px solid #ffffff33;
    background: #1d1d28;
    padding: 30px 30px 60px;
    border-radius: 30px;
    max-width: 460px;
    width: 100%;
}
.booking__success h3 {
    font-family: Conthrax;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}
.booking__success h3 svg {
    margin-right: 20px;
}
.booking__success-info {
    margin-bottom: 40px;
}
.booking__success-info p span:first-child {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
}
.booking__success-btn .button {
    width: 100%;
}
.booking__success-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.booking__success-btn .button:last-child {
    background: transparent;
    border: 1px solid #fff;
}
.booking__success-info.booking__info p span {
    font-size: 16px;
}
.booking__success-info.booking__info {
    margin: 0 0 40px;
    width: 100%;
}
@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .booking__container {
        margin-top: 20px;
    }
    .booking__map {
        height: 350px;
    }
    .booking__time,
    .booking__phone-form {
        padding: 0px;
        border: none;
    }
    .booking__time-wrap {
        padding: 20px;
    }
    .booking__time-selectors {
        padding: 0px 0px 20px;
    }
    .booking__time-selectors .date-selector {
        width: 150px;
    }
    .booking__time-selectors * {
        font-size: 18px;
    }
    .js-booking-back,
    .js-booking-back svg {
        width: 50px;
        height: 50px;
    }
    .booking__footer .button {
        height: 50px;
        width: 280px !important;
    }
    .booking__warning,
    .booking__success {
        padding: 20px 15px;
    }
    .booking__success-btn .button {
        padding: 21px;
    }
}
.loader {
    width: 40px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #6b43dd) content-box;
    -webkit-mask: repeating-conic-gradient(
            #0000 0deg,
            #000 1deg 20deg,
            #0000 21deg 36deg
        ),
        radial-gradient(
            farthest-side,
            #0000 calc(100% - var(--b) - 1px),
            #000 calc(100% - var(--b))
        );
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
}
@keyframes l4 {
    to {
        transform: rotate(1turn);
    }
}
.rules {
    background: #1d1d28;
    color: #fff;
    font-family: Montserrat;
}
.rules__wrapper {
    padding: 30px 0px;
}
.rules h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36.57px;
    font-family: Montserrat;

    text-align: left;
}
.rules hr {
    margin-top: 10px;
    border-color: #ffffff33;
}
.rules h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    font-family: Montserrat;

    text-align: left;
}
.rules p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    text-align: left;
}
.layout + .footer::after {
    display: none;
}
.booking__rules {
    margin-top: clamp(20px, 2vw, 40px);
}
.booking__rules a {
    color: #8307ff;
    text-decoration: underline;
    text-underline-offset: 2px;
}
@media (max-width: 768px) {
    .rules h3 {
        font-size: 17px;
        line-height: 120%;
    }
    .rules p {
        font-size: 12px;
        line-height: 120%;
    }
    .rules h2 {
        line-height: 120%;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
    }
}
