:root {
    --black: #252526;
    --gray: #8B8B8C;
    --light-gray: #d2d2d2;
    --gray-black: #626263;
    --green: #C3E368;
    --red: #D64739;
    --purple: #C283B1;
    --blue: #7ac1ce;
    --orange: #ecab55;
    --green-light: #beff34;

    --text-default-color: #F1F1F1;
    --transition: 0.3s ease;
}

body {
    background-color: var(--black);
    overflow: hidden;
}

body,
html {
    overflow-x: hidden;
}

main {
    margin-top: 165px;
    position: relative;
    z-index: 1;
}

.manrope {
    font-family: "Manrope" !important;
}

.unbounded {
    font-family: "Unbounded" !important;
}

button {
    white-space: nowrap;
}

.btn {
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 13px;
    font-family: 'Unbounded';
    font-weight: 500;
    /* line-height: 12.4px; */
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-7 {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.bordered-btn {
    border: 1px solid var(--gray);
    background-color: transparent;
    color: var(--text-default-color);
}

.bordered-btn:hover {
    background-color: var(--green);
    color: var(--black) !important;
    white-space: nowrap;
}

.fill-btn:hover,
.fill-btn {
    background-color: var(--green);
    color: var(--black);
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.fill-btn:hover {
    background-color: var(--green-light);
}

.red-btn:active,
.red-btn:focus,
.red-btn:hover,
.red-btn {
    background-color: var(--red) !important;
    color: white !important;
    padding: 23px 60px;
}

.white-btn:active,
.white-btn:focus,
.white-btn:hover,
.white-btn {
    background-color: white !important;
    color: var(--black) !important;
    padding: 23px 33px;
    width: fit-content;
}

.green-btn:active,
.green-btn:focus,
.green-btn:hover,
.green-btn {
    background-color: var(--green) !important;
    color: var(--black) !important;
    padding: 23px 60px;
    width: fit-content;
}

.gray-text {
    color: var(--gray-black);
}

.black-text {
    color: var(--black);
}

.green-text {
    color: var(--green) !important;
}

.red-text {
    color: var(--red);
}

.light-gray-text {
    color: var(--light-gray) !important;

}

.text-sm {
    font-size: 0.9em;
}

.bg-red {
    background-color: var(--red) !important;
}

.bg-green {
    background-color: var(--green);
}

.v-line {
    width: 100%;
    height: 1px;
}

.container {
    max-width: 1460px;
}

nav {
    background-color: var(--black);
    z-index: 100;
    max-height: fit-content;
    top: 0;
    left: 0;
    width: 100%;
}

ul {
    list-style: none;
    padding: 0;
}

.logo {
    max-width: 100px;
}

.logo img {
    max-width: 100%;
}

.city-select p {
    color: var(--text-default-color);
    font-family: "Manrope";
    line-height: 16.39px;
    text-align: left;
    max-width: 600px;
}

.city-select span {
    cursor: pointer;
}

.cities {
    padding-top: 15px;
    position: absolute;
    left: 50%;
}

.cities-list::after {
    position: absolute;
    top: -7px;
    content: '';
    width: 15px;
    height: 7px;
    border-bottom: solid 7px white;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    left: 50%;
    transform: translateX(-50%);
}

.city-select:hover .cities-list {
    display: block;
    margin-top: 0;
}

.selected-city::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-top: 1px dashed white;
}

.cities-list .dropdown-item {
    color: var(--black);
    font-weight: 400;
    font-family: 'Manrope';
    background-color: transparent;
}

.cities-list .dropdown-item:hover,
.cities-list .dropdown-item:focus {
    opacity: 0.5;
}

.cities-list .dropdown-item.active {
    font-weight: 600;
}

.street-value {
    font-size: 12px;
    color: white;
    white-space: nowrap;
    font-family: "Manrope";
    font-weight: 400;
}

.nav-bottom {
    padding: 6px 0;
    border-top: 1px solid #4E4E4F;
    border-bottom: 1px solid #4E4E4F;
    background-color: var(--black);
}

.nav-bottom__separator,
.nav-bottom__item {
    font-family: "Unbounded";
    font-weight: 400;
    line-height: 13px;
    text-align: center;
}

.nav-bottom__item {
    cursor: pointer;
    color: white;
    transition: color var(--transition);
}

.nav-bottom__item:hover,
.nav-bottom__item.active {
    color: var(--green);
}

.bg-triangle {
    position: absolute;
    z-index: 0;
    width: 70%;
    height: auto;
    top: 50px;
    right: 0;
    max-width: 100%;
}

.triangle {
    top: 0;
    right: 0;
}

.bg-triangle img {
    position: absolute;
    opacity: 0;
    transition: opacity var(--transition);
    z-index: 0;
}

.monster-1 {
    top: 116px;
    right: -30px;
}

.eye-1 {
    top: 126px;
    right: 200px;
}

.star-1 {
    top: 180px;
    right: 120px;
}

.star-2 {
    top: 210px;
    right: 160px;
    max-width: 20px;
}

.bu {
    top: 230px;
    right: 8px;
}

.star-3 {
    top: 350px;
    right: 440px;
    max-width: 30px;
}

.monster-2 {
    top: 230px;
    right: 280px;
}

.eye-2 {
    top: 360px;
    right: 6px;
    max-width: 54px;
}

.smile {
    top: 460px;
    right: 240px;
    max-width: 54px;
}

.rotating {
    animation: sway 6s infinite linear;
}

.scaling {
    animation: scale 6s infinite linear;
}

.delay {
    animation-delay: 1s;
}

@keyframes sway {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-20deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(20deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
        animation-delay: 2s;
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.banner__content h2,
.banner__content h1 {
    font-family: "Unbounded";
    line-height: 42px;
    max-width: 90%;
}

.banner__content h2 span,
.banner__content h1 span {
    padding: 0px 10px;
    border-radius: 50px;
    background-color: var(--red);
    white-space: nowrap;
    width: fit-content;
}

.call-us {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: var(--green);
    padding: 12px;
    position: fixed;
    right: 32px;
    bottom: 32px;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.call-us:not(.active) {
    animation: pulse 2s infinite ease-in-out;
    animation-delay: 1s;
}

.call-us:focus,
.call-us:hover {
    animation: none;
}

.call-us a,
.call-us span {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.call-us .default {
    content: url(../img/icons/whatsapp.svg);
    z-index: 5;
    width: 50px;
    height: 50px;
    padding: 12.5px;
}

.call-us .close {
    content: url(../img/icons/cross-black.svg);
    padding: 15px;
    z-index: 6;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.call-us.active .close {
    visibility: visible;
    opacity: 1;
}

.call-us .vk,
.call-us .tg,
.call-us .phone,
.call-us .whatsapp {
    z-index: 4;
    transition: all var(--transition);
    opacity: 0;
    width: 40px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.call-us.active .vk,
.call-us.active .tg,
.call-us.active .phone,
.call-us.active .whatsapp {
    opacity: 1;
}

.call-us .vk::before,
.call-us .tg::before,
.call-us .phone::before,
.call-us .whatsapp::before {
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 44px;
}

.call-us .vk::before {
    background-image: url('../img/icons/vk.svg');
}

.call-us .tg::before {
    background-image: url('../img/icons/tg.svg');
}

.call-us .phone::before {
    background-image: url('../img/icons/phone.svg');
}

.call-us .whatsapp::before {
    background-image: url('../img/icons/whatsapp-green.svg');
}

.ui-datepicker-calendar tbody td {
    color: #dbdbdb;
}

/* 
.call-us.active .vk {
    transform: translate(-50%, -75px);
}

.call-us.active .tg {
    transform: translate(-50%, -125px);
}

.call-us.active .phone {
    transform: translate(-50%, -175px);
}

.call-us.active .whatsapp {
    transform: translate(-50%, -225px);
} */

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.07);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

.game-block.two .content,
.game-block.one .content {
    border-radius: 35px;
    border: 8px solid white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.game-block.one {
    bottom: -40px;
    right: 30%;
    transform: rotate(-15deg);
}

.game-block.one .content {
    width: 260px;
    height: 310px;
    background-image: url(../img/images/game-1.jpg);
    position: relative;
}

.game-block.two .content {
    width: 300px;
    height: 380px;
    background-image: url(../img/images/game-2.jpg);
    z-index: 2;
    position: relative;
}

.game-block.two {
    transform: rotate(15deg);
    bottom: 40px;
    right: 40px;
}

.bage {
    position: absolute;
    color: white;
    font-family: "Manrope";
    padding: 3px 14px;
    border-radius: 30px;
    font-size: 24px;
}

.game-block.one span {
    background-color: var(--red);
    z-index: 1;
    left: -60px;
    bottom: 60px;
    transform: rotate(20deg);
}

.game-block.two span:first-of-type {
    background-color: var(--purple);
    transform: rotate(-20deg);
    z-index: 1;
    bottom: 80px;
    left: -50px;
}

.game-block.two span:last-of-type {
    background-color: var(--red);
    z-index: 1;
    right: 15px;
    top: -20px;
    transform: rotate(15deg);
}

.game-block.two .lightning {
    left: -150px;
    top: 80px;
}

.game-block.two .explosion {
    right: -25%;
    bottom: -60px;
    z-index: 1;
}

.game-block.one .explosion {
    left: -25%;
    top: -70px;
    z-index: -1;
}

.game-block.one .explosion img {
    transform: rotate(180deg);
    max-width: 220px;
}

.mobile-city-select {
    background-color: #1B1B1D;
    padding: 8px 12px;
    border-radius: 100px;
}

.mobile-city-select .cities {
    left: 30%;
}

.burger {
    content: url(../img/icons/menu.svg);
    cursor: pointer;
}

.footer-msg {
    position: absolute;
    left: 0;
    top: -70px;
    zoom: 1.2;
}

.action {
    margin: 225px auto 0 auto;
}

.action .container {
    position: relative;
    z-index: 1;
}

.action .container {
    z-index: 1;
}

.snake-block {
    position: absolute;
    z-index: -1;
    left: 0;
    top: -120px;
    width: 100%;
    height: 500px;
}

.snake {
    position: absolute;
    top: 0;
    left: -60px;
    width: calc(100% + 150px);
    height: 100%;
    object-fit: cover;
    min-height: 650px;
}

.snake-overly {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--black);
    z-index: 1;
    min-height: 650px;
}

.action__item {
    border-radius: 20px;
    border: 1px solid var(--green);
    background-color: transparent;
    min-height: 320px;
    position: relative;
    padding: 15px;
}

.action__items>div:nth-of-type(1) {
    transform: rotate(-10deg);
}

.action__items>div:nth-of-type(2) {
    transform: rotate(5deg);
}

.action__items>div:nth-of-type(3) {
    transform: rotate(-5deg);
}

.action__items>div:nth-of-type(4) {
    transform: rotate(10deg);
}

.action__item img {
    position: absolute;
    left: 20px;
    top: 20px;
    zoom: 1.3;
}

.action__item.fill {
    background-color: var(--green);
}

.action__item.fill p {
    color: var(--black) !important;
}

.emotion {
    margin-top: 120px;
}

.emotion-video {
    border-radius: 20px;
    height: 860px;
}

.emotion-video__content {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 860px;
}

.emotion-video__content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emotion__btn {
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    justify-content: center;
}

.emotion__btn:hover {
    background-color: var(--green-light);
}

.emotion__sound-control {
    left: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    padding: 13px;
    background-color: #797A7C;
    border-radius: 100px;
    cursor: pointer;
    transition: var(--transition);
    content: url(../img/icons/sound.svg);
}

.emotion__sound-control:hover {
    background-color: white;
}

.emotion__sound-control.active {
    content: url(../img/icons/mute.svg);
}

.emotion__video-msg {
    content: url(../img/icons/video-message.svg);
    right: 0;
    top: -110px;
    max-width: 197px;
}

.emotion__fascinating {
    background-color: var(--red);
    right: 117px;
    top: 50px;
    transform: rotate(-15deg);
}

.emotion__exciting {
    background-color: #7AC1CE;
    right: 15px;
    top: 140px;
    transform: rotate(10deg);
    color: var(--black);
}

.emotion__in-dark {
    background-color: var(--purple);
    right: 62px;
    top: 230px;
    transform: rotate(-15deg);
}

.select-citiy-mobile {
    background-color: #1b1b1d;
    border-radius: 20px;
    margin-top: 100px;
}

.select-citiy-mobile__item {
    padding: 15px;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: "Unbounded";
    font-size: 14px;
    font-weight: 500;
    transition: all var(--transition);
    text-decoration: none;
}

.select-citiy-mobile__item:nth-child(1),
.select-citiy-mobile__item:nth-child(4) {
    color: white;
}

.select-citiy-mobile__item:nth-child(1) {
    background-color: var(--purple);
}

.select-citiy-mobile__item:nth-child(2) {
    background-color: var(--green);
}

.select-citiy-mobile__item:nth-child(3) {
    background-color: var(--blue);
}

.select-citiy-mobile__item:nth-child(4) {
    background-color: var(--red);
}

.select-citiy-mobile__item:nth-child(5) {
    background-color: var(--orange);
}

.select-citiy-mobile__item:nth-child(2),
.select-citiy-mobile__item:nth-child(3),
.select-citiy-mobile__item:nth-child(5) {
    color: var(--black);
}

.select-citiy-mobile__item:hover {
    background-color: var(--green-light);
    color: var(--black);
}

.programs {
    margin-top: 120px;
}

.programs__item,
.addons__item {
    cursor: pointer;
}

.programs__item-head,
.addons__item-head {
    height: 272px;
    border-radius: 15px;
    background-image: url(../img/images/program-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.addons__item.addon {
    height: 200px;
}

.programs__age-limit {
    background-color: white;
    top: 10px;
    left: 10px;
    padding: 3px 7px;
    border-radius: 30px;
}

.programs__capacity-limit {
    top: 34px;
}

.programs__age-limit span {
    font-size: 10px;
    font-weight: 500;
    color: var(--black);
    font-family: 'manrope';
}

.programs__control-item {
    padding: 16px 22px;
    border-radius: 30px;
    border: 1px solid white;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "unbounded";
    color: white;
    cursor: pointer;
    transition: all var(--transition);
}

.programs__control-item.active,
.programs__control-item:hover {
    background-color: var(--green-light);
    color: var(--black);
    border: 1px solid var(--green-light);
}

.programs__title {
    font-family: "Unbounded";
    font-size: 3rem;
    font-weight: 500;
    line-height: 3.5rem;
    color: white;
    max-width: 80%;
    position: relative;
}

.programs__title::after {
    content: '';
    left: 0;
    top: 0.1rem;
    position: absolute;
    z-index: -1;
    background-color: var(--red);
    border-radius: 30px;
    width: 85%;
    height: 3.5rem;
}

.programs-filter__item span {
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: white;
}

.programs__price h2,
.programs__price span {
    font-size: 16px;
    font-family: "Unbounded";
    font-weight: 500;
    color: white;
}

.manager-block {
    background-color: var(--green);
    border-radius: 20px;
    overflow: hidden;
    padding: 80px 40px;
    margin-top: 100px;
}

.manager-block__info {
    width: 220px;
    height: 280px;
    border-radius: 20px;
    transform: rotate(-5deg);
    background-image: url(../img/images/manager.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 5px solid white;
    position: relative;
    margin-left: 40px;
}

.manager-block__gradient {
    left: 0;
    top: 0;
}

.manager-block__msg {
    right: -160px;
    bottom: -80px;
    transform: rotate(20deg);
}

.manager-block__light {
    right: -81px;
    width: 50px;
    transform: rotate(15deg);
}

.manager-block__position {
    background-color: var(--orange);
    color: var(--black);
    font-family: "Manrope";
    font-weight: 500;
    line-height: 20.8px;
    right: -200px;
    bottom: 80px;
    transform: rotate(15deg);
}

.manager-block__name {
    background-color: var(--red);
    font-family: "Manrope";
    font-weight: 500;
    line-height: 20.8px;
    right: -150px;
    bottom: 45px;
    transform: rotate(30deg);
}

.manager-block__monster-1 {
    top: 30%;
    left: 290px;
}

.manager-block__monster-2 {
    top: 10px;
    left: 100px;
}

.manager-block__star-1 {
    top: 36px;
    left: 217px;
}

.manager-block__star-2 {
    top: 60px;
    left: 186px;
}

.manager-block__star-2 {
    top: 40%;
    left: 180px;
}

.manager-block__eye {
    top: 70%;
    left: 368px;
}

.manager-block__bu {
    left: 5px;
    top: 35%;
    transform: rotate(-15deg);
    font-family: "Unbounded";
    font-size: 40px;
    font-weight: 900;
    line-height: 49.6px;
    color: var(--green);
}

.contact-input-block {
    width: 100%;
    border-radius: 40px;
    background-color: white;
    border: 1px solid white;
    padding: 0 20px;
    height: 65px;
    margin-bottom: 8px;
    display: flex;
}

.contact-input-block input {
    outline: none;
    border: none;
    background-color: transparent;
    color: #5e5e5e80;
    font-family: "Manrope";
    font-size: 22px;
    height: 100%;
    width: 100%;
    color: #1b1b1b !important;
}

.iti__selected-dial-code,
.contact-input-block input {
    font-family: "Manrope";
    font-size: 22px;
    font-weight: 400;
}

.contact-input-block input::placeholder {
    color: rgb(159, 159, 159);
}

.iti__arrow {
    border-top: 7px solid #9a9a9a;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: transparent;
}

.contact-input-block .iti {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti__flag-container:hover,
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

.how-to-connect-with-you__date-icon {
    content: url(../img/icons/date.svg);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 0;
    zoom: 1.5;
}

.how-to-connect-with-you__date input::-webkit-calendar-picker-indicator {
    display: none;
}

.how-to-connect-with-you__date input::-moz-placeholder {
    visibility: hidden;
}

.how-to-connect-with-you__btn {
    background-color: var(--black);
    color: white;
    text-transform: uppercase;
    font-family: "Unbounded";
    font-weight: 500;
    text-align: center;
    height: 65px;
    width: fit-content;
    border-radius: 50px;
    padding: 1rem 4.5rem;
}

.how-to-connect-with-you__btn:hover {
    background-color: black;
    color: white;
}

.policy-checkbox .checkmark {
    border: 2px solid var(--black) !important;
}

.policy-checkbox input[type="checkbox"]:checked+.checkmark {
    background-image: url('data:image/svg+xml;utf8,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.75 8.1275L1.62249 5L0.557495 6.0575L4.75 10.25L13.75 1.25L12.6925 0.192505L4.75 8.1275Z" fill="black"/></svg>') !important;
}

/*--------------DATAPICKER------------------*/
.ui-datepicker {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: absolute !important;
    top: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--black);
}

.ui-datepicker-calendar tbody td {
    width: 36px;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: white;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: var(--black);
    color: white;
    border-radius: 50px;
    width: 36px;
    height: 36px;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 36px;
    height: 36px;
    margin: 0.5rem;
    border-radius: 50px;
    transition: var(--transition);
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: var(--black);
    font-weight: 400;
    font-size: 0.75rem;
}

/*--------------DATAPICKER------------------*/

/*--------------CUSTOM RADIOBUTTON------------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-family: "Manrope";
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    color: var(--black);
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid var(--black);
    border-radius: 100%;
    background: transparent;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--black);
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*--------------CUSTOM RADIOBUTTON------------------*/

/*--------------CUSTOM CHECKBOX------------------*/
.custom-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.custom-checkbox input[type="checkbox"] {
    visibility: hidden;
    width: 18px;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #C1C1C1;
    background-image: url('data:image/svg+xml;utf8,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.75 8.1275L1.62249 5L0.557495 6.0575L4.75 10.25L13.75 1.25L12.6925 0.192505L4.75 8.1275Z" fill="none"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark {
    background-image: url('data:image/svg+xml;utf8,<svg width="14" height="11" viewBox="0 0 14 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.75 8.1275L1.62249 5L0.557495 6.0575L4.75 10.25L13.75 1.25L12.6925 0.192505L4.75 8.1275Z" fill="white"/></svg>');
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
}

/*--------------CUSTOM CHECKBOX------------------*/

/* mobile-menu */
.mobile-menu__bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background-color: var(--black);
    transition: opacity var(--transition);
    opacity: 0;
    visibility: hidden;
    max-width: 100%;
}

.mobile-menu__bg.active {
    visibility: visible;
    opacity: 0.7;
}

.mobile-menu {
    position: fixed;
    z-index: 2001;
    padding: 48px 40px 38px 40px;
    background-color: var(--black);
    right: -100%;
    top: 0;
    transition: right var(--transition);
    max-width: 360px;
    height: 100%;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu__close {
    position: absolute;
    content: url(../img/icons/cross-white.svg);
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.mobile-menu__logo {
    width: 160px;
}

.mobile-menu__list-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}

.mobile-menu__link-item {
    transition: color var(--transition);
    font-size: 18px;
    font-family: "Unbounded";
    color: white;
}

.mobile-menu__link-item:hover {
    color: var(--green-light);
}

.mobile-menu__link-item {
    text-decoration: none;
}

.map {
    height: 600px;
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    opacity: 0.8;
}

.read-more__btn,
.read-more__text {
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 400;
    color: #3b3b3b;
}

.read-more__btn {
    border-bottom: 1px dashed #3b3b3b;
    cursor: pointer;
}

.read-more__text {
    opacity: 0.8;
    color: white;
    text-align: center;
}

.read-more__text a {
    color: #ff8562;
}

.contacts {
    margin-top: 120px;
    width: 100%;
    ;
}

.contacts__item {
    border-radius: 20px;
    border: 1px solid var(--green);
    padding: 20px;
    height: 330px;
}

.contacts__icon {
    width: 60px;
    height: 60px;
    background-color: var(--green);
    border-radius: 100px;
    position: relative;
    zoom: 1.1;
}

.contacts__icon::after {
    position: absolute;
    left: 50%;
    top: calc(50% + 3px);
    transform: translate(-50%, -50%);
}

.contacts__wp::after {
    content: url(../img/icons/whatsapp.svg);
}

.contacts__vk::after {
    content: url(../img/icons/vk-black.svg);
}

.contacts__yt::after {
    content: url(../img/icons/youtube.svg);
}

.contacts__tik::after {
    content: url(../img/icons/tik-tok.svg);
}

.contacts__wp2::after {
    content: url(../img/icons/star.svg);
}

.contacts__inst::after {
    content: url(../img/icons/instagram.svg);
}

.contacts__ok::after {
    content: url(../img/icons/ok.png);
}

.contacts__dzen::after {
    content: url(../img/icons/dzen.png);
}

/* mobile-menu */

/* modal */
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(37, 37, 38, 0.7);
    z-index: 1000;
    display: flex;
    align-items: normal;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.active {
    visibility: visible;
    opacity: 1;
}

.modal-content {
    background: #fff;
    border-radius: 8px;
    padding: 20px 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    transform: translateY(100px);
    height: fit-content;
    margin: 65px auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.modal.active .modal-content {
    transform: translateY(0);
}

.close-modal {
    content: url(../img/icons/cross-white.svg);
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    background-color: rgba(1, 1, 1, .3);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding: 10px;
    transition: opacity var(--transition);
    z-index: 100;
}

.close-modal:hover {
    opacity: 0.6;
}

/* modal */

.move-revew .modal-content,
.back-call .modal-content {
    background-color: var(--text-default-color);
    max-width: 540px;
}

.back-call__btn {
    height: 54px;
    justify-content: center;
    font-size: 16px;
}

.mobile-menu-city-select .cities-list {
    bottom: 30px;
}

.mobile-menu-city-select .cities-list::after {
    top: auto;
    bottom: -7px;
    transform: translateX(-50%) rotate(180deg);
}

.faq {
    margin-top: 130px;
}

.faq__title {
    max-width: 60%;
}

.faq__btn button {
    width: fit-content;
}

.faq__btn {
    left: 0;
    bottom: 0;
}

.accordion-item {
    background-color: #39393a;
    padding: 45px 30px;
    border-radius: 50px !important;
    border: none;
    margin-top: 20px;
}

.accordion-button {
    padding-right: 40px !important;
    white-space: wrap;
}

.accordion-button:not(.collapsed),
.accordion-button {
    background-color: #39393a;
    color: white;
    padding: 0;
    border: none;
    box-shadow: none;
    font-size: 24px;
    font-family: "Unbounded";
}

.accordion-body {
    color: white;
    font-size: 22px;
    font-family: "Manrope";
    padding-left: 0;
    padding-right: 0;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-image: url(../img/icons/cross-white.svg);
    right: 10px;
}

.accordion-button::after,
.accordion-button::before {
    position: absolute;
    top: 50%;
}

.accordion-button::after {
    transform: translateY(-50%) rotate(45deg);
}

.accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(0deg);
}

.accordion-button::before {
    transform: translateY(-50%);
    right: -12px;
    content: '';
    width: 65px;
    height: 65px;
    border-radius: 100px;
    background-color: var(--red);
    opacity: 0;
    transition: opacity var(--transition);
}

.accordion-item:hover .accordion-button::before {
    opacity: 1;
}

.filter.active {
    opacity: 0.6;
}

.programs-filter__block-items {
    display: flex;
}

.reviews-avatar {
    width: 60px;
    height: 60px;
    background-color: var(--red);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
    font-family: "Unbounded";
    color: white;
}

.reviews-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews {
    margin-top: 150px;
    max-width: 100%;
}

.swiper-controls {
    position: absolute;
    right: 0;
    top: 40px;
}

.review-btn-prev,
.review-btn-next {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: var(--green);
    transition: all var(--transition);
    opacity: 0.7;
    position: relative;
    left: 0 !important;
    top: 0 !important;
}

.review-btn-prev::after,
.review-btn-next::after {
    content: url(../img/icons/arrow-black.svg);
    position: absolute;
    left: calc(50% + 2px);
    top: calc(50% - 8px);
    transform: translate(-50%, -50%);
}

.review-btn-prev:hover,
.review-btn-next:hover {
    background-color: var(--green-light);
    opacity: 1;
}

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

.original-emotions {
    margin-top: 150px;
}

.original-emotions__block {
    position: absolute;
    border: 5px solid var(--text-default-color);
    border-radius: 20px;
    overflow: hidden;
    transition: all var(--transition);
}

.original-emotions__block-light {
    content: url(../img/icons/Lightning-green.svg);
    left: -100px;
    top: -50px;
    z-index: 2;
}

.original-emotions__block-light-2 {
    content: url(../img/icons/lightning-blue.svg);
    right: 30px;
    top: 105px;
    z-index: 2;
}

.original-emotions-section {
    margin-top: 200px;
    height: 850px;
}

.original-emotions__block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: var(--green);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play::after {
    position: absolute;
    content: url(../img/icons/play.svg);
    top: calc(50% + 2px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.original-emotions__block.one {
    width: 280px;
    height: 330px;
    transform: rotate(-15deg);
    left: -100px;
    z-index: 1;
    position: relative;
}

.original-emotions__block.two {
    width: 205px;
    height: 205px;
    transform: rotate(20deg);
    left: 150px;
    top: -90px;
    z-index: 2;
}

.original-emotions__block.three {
    width: 195px;
    height: 220px;
    transform: rotate(-8deg);
    left: 400px;
    top: -150px;
    z-index: 4;
}

.original-emotions__block.four {
    width: 193px;
    height: 153px;
    transform: rotate(-8deg);
    left: 280px;
    top: 60px;
    z-index: 3;
}

.original-emotions__block.five {
    width: 200px;
    height: 270px;
    transform: rotate(15deg);
    left: 140px;
    top: 180px;
    z-index: 5;
}

.original-emotions__group-block {
    padding: 70px 20px;
    border: 1px dashed white;
    border-radius: 20px;
    transform: rotate(5deg);
    top: -160px;
    right: -370px;
    position: relative;
    max-width: 240px;
    z-index: 0;
}

.original-emotions__title {
    max-width: 100%;
    position: relative;
    z-index: 10;
    font-size: 42px;
    line-height: 50px;
    line-height: 54px;
}

.original-emotions__title span {
    padding: 0px 14px 0 4px;
    background-color: var(--red);
    border-radius: 50px;
}

.original-emotions__group-light {
    content: url(../img/icons/lightning-blue.svg);
    right: 20px;
    top: -60px;
}

.original-emotions__group-heart {
    content: url(../img/icons/Heart-purple.svg);
    left: -25px;
    bottom: -20px;
    position: absolute;
}

.original-emotions__explosion {
    content: url(../img/icons/Explosion-black.svg);
    left: -190px;
    top: 35%;
    z-index: 0;
}

.original-emotions__heart-black {
    content: url(../img/icons/Heart-black.svg);
    left: 40%;
    top: -25%;
    z-index: 0;
}

.video-modal .modal-content {
    height: 540px;
    max-width: 960px;
    padding: 0;
    border-radius: 0;
    background-color: black;
    margin-top: 200px;
}

.ytp-fit-cover-video .html5-main-video {
    object-fit: cover;
}

.original-emotions__btn {
    left: 0;
    top: 50%;
}

.original-emotions__btn p {
    color: var(--text-default-color);
    font-size: 22px;
    line-height: 30px;
}

.product-modal .modal-content {
    max-width: calc(100% - 40px);
    background-color: var(--text-default-color);
}

.product-modal_left img {
    max-width: 100%;
    border-radius: 20px;
    cursor: zoom-in;
}

.product-bron__btn {
    width: fit-content;
}

.bron-product__close {
    content: url(../img/icons/circle-cross.svg);
    transition: opacity var(--transition);
    opacity: 0.4;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.bron-product__close:hover {
    opacity: 1;
}

.bron-program .modal-content {
    max-width: 560px;
    background-color: rgba(241, 241, 241, 1);
}

.bron-program__item {
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.bron-program__item-img {
    min-width: 70px;
    width: 70px;
    height: 70px;
    border-radius: 7px;
    overflow: hidden;
}


.bron-program__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-img-modal {
    background-color: black;
    overflow: hidden;
}

.product-img-modal .modal-content {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    padding: 0;
}

.product-img-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img-slide img {
    max-width: 100%;
    transition: transform var(--transition);
}

.product-img-next,
.product-img-prev {
    background-color: rgba(1, 1, 1, .3);
    width: 36px;
    height: 36px;
    border-radius: 100px;
}

.product-img-next::after,
.product-img-prev::after {
    color: white;
    font-size: 14px;
}

.product-img-prev::after {
    transform: rotate(180deg);
}

.product-img__zoom-in {
    content: url(../img/icons/zoom-in.svg);
}

.product-img__zoom-out {
    content: url(../img/icons/zoom-out.svg);
}

.product-img__zoom-in,
.product-img__zoom-out {
    width: 40px;
    height: 40px;
    background-color: rgba(1, 1, 1, .3);
    border-radius: 100px;
    position: absolute;
    top: 30px;
    right: 80px;
    padding: 10px;
    cursor: pointer;
    transition: opacity var(--transition);
    cursor: pointer;
    z-index: 100;
}

.product-img__zoom-in:hover,
.product-img__zoom-out:hover {
    opacity: 0.6;
}

.scalable {
    transition: transform var(--transition);
    transform: scale(1);
}

.street-value,
.cities-list .dropdown-item,
.city-select p {
    font-size: 16px;
    line-height: 1.4rem;
    font-weight: 300;
    max-width: 400px;
    margin-left: 20px;
}

.nav-right button {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    height: 60px;
}

.nav-bottom__separator,
.nav-bottom__item {
    font-size: 1rem;
    line-height: 1rem;
}

.banner__content h2,
.banner__content h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    max-width: 85%;
}

.banner__content p {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

.banner__content>p {
    max-width: 47%;
}

.banner__prices>div {
    width: 30%;
}

.banner__btns button {
    font-size: 1.2rem;
    padding: 2rem 4rem;
    border-radius: 5rem;
}

.original-emotions__peoples {
    zoom: 1.3;
    margin-top: 40px;
    position: relative;
    right: 5%;
}


.success-modal .modal-content {
    max-width: 360px;
    margin-top: 250px;
}


.success-modal .modal-content .close-modal {
    content: url(../img/icons/cross-black.svg);
    background-color: transparent;
    top: 10px;
    right: 10px;
}

.success-phone-modal .modal-content {
    max-width: 670px;
    margin-top: 250px;
}

.success-phone-modal .modal-content p {
    background-color: var(--green);
}

/* Анимация отправки формы */
.loading-overlay {
    position: fixed;
    /* Меняем position на fixed */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    /* Скрыто по умолчанию */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Поверх всего */
    overflow: hidden;
    /* Убираем возможность прокрутки */
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.modal-content input,
.modal-content .iti__selected-dial-code,
.manager-block .iti__selected-dial-code {
    font-size: 18px;
}

.modal-content .how-to-connect-with-you__list p label {
    font-size: 18px;
}

.manager-block .how-to-connect-with-you p {
    font-size: 1.2em !important;
}

.manager-block .how-to-connect-with-you__list p {
    margin-bottom: 4px !important;
}

.page-content {
    margin-bottom: 100px;
}

.page-content {
    background-color: #FFF;
    padding: 12px 40px;
}

.reviews-slide .fill-btn {
    text-transform: none !important;
}

.partner-modal h2 {
    color: #FFF;
}
.adv-small {
    color: #FFF;
    font-size: 0.8em;
    text-align: center;
}
.hidden {
    display: none;
}

.cookie-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 600px;
  margin: auto;
  background: #2c2c2c;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: none;
  z-index: 9999;
  font-size: 14px;
}

.cookie-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  white-space: nowrap;
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  flex-shrink: 0;
}

.cookie-btn:hover {
  background-color: #45a049;
}

.yandex-review-sm-frame {
    position: fixed;
    bottom: 25px;
    left: 40px;
    z-index: 999;
}

.grecaptcha-badge {
    display: none;
}

.age-switch-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    font-family: 'Unbounded', sans-serif;
    font-weight: 600;
    box-shadow: none;
}

.age-switch-btn.active,
.age-switch-btn:hover,
.age-switch-btn:focus {
    background: #fff;
    color: #1B1B1B;
    border-color: #fff;
    outline: none;
}

#capacity-range {
    width: 100%;
    background: transparent;
    --range-thumb: var(--green, #7FFF7F);
    --range-track: #fff;
    height: 2.2rem;
}
#capacity-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--green, #7FFF7F);
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: background 0.2s;
    margin-top: -6px;
}
#capacity-range::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--green, #7FFF7F) 0%, var(--green, #7FFF7F) 100%);
}
#capacity-range:focus {
    outline: none;
}
#capacity-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--green, #7FFF7F);
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: background 0.2s;
}
#capacity-range::-moz-range-track {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--green, #7FFF7F) 0%, var(--green, #7FFF7F) 100%);
}
#capacity-range::-ms-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--green, #7FFF7F);
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: background 0.2s;
}
#capacity-range::-ms-fill-lower, #capacity-range::-ms-fill-upper {
    background: var(--green, #7FFF7F);
    border-radius: 4px;
}
#capacity-range:focus::-webkit-slider-thumb {
    background: #4fd34f;
}
#capacity-range:focus::-moz-range-thumb {
    background: #4fd34f;
}
#capacity-range:focus::-ms-thumb {
    background: #4fd34f;
}

@media (max-width: 1400px) {

    .street-value,
    .cities-list .dropdown-item,
    .city-select p {
        font-size: 1rem;
        line-height: 1.1rem;
    }

    .street-value {
        line-height: 1.4rem;
    }

    .city-select {
        max-width: 64%;
    }

    .nav-right button {
        font-size: 10px;
        line-height: 12px;
        padding: 12px 24px;
        height: 42px;
    }

    .nav-bottom__separator,
    .nav-bottom__item {
        font-size: 0.75rem;
        line-height: 0.75rem;
    }

    .logo {
        max-width: 70px;
    }

    .banner__btns button {
        padding: 1.4rem 1.8rem;
        border-radius: 3rem;
    }

    .accordion-body,
    .faq__btn-content p,
    .original-emotions__btn p,
    .contact-policy span,
    .how-to-connect-with-you p,
    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label,
    .contact-input-block input,
    .programs__control-item,
    .emotion__btn,
    .action__item p,
    .bage,
    .banner__btns button,
    .banner__content p {
        font-size: 1rem !important;
        line-height: 1.2rem !important;
    }

    .accordion-button::before {
        width: 45px;
        height: 45px;
        right: -3px;
    }

    .accordion-button {
        font-size: 18px;
    }

    .accordion-item {
        padding: 25px 30px;
    }

    .faq__btn-content button,
    .original-emotions__btn a,
    .how-to-connect-with-you__btn {
        padding: 1rem 3rem;
        height: 50px;
        font-size: 14px !important;
    }

    [type="radio"]:checked+label:before,
    [type="radio"]:not(:checked)+label:before {
        width: 12px;
        height: 12px;
        top: 4px;
    }

    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        padding-left: 20px;
    }

    [type="radio"]:checked+label:after,
    [type="radio"]:not(:checked)+label:after {
        width: 6px;
        height: 6px;
        left: 3px;
        top: 7px;
    }

    .contact-input-block {
        height: 60px;
    }

    .programs__control-item {
        padding: 12px 18px;
    }

    .programs__item-head {
        height: 180px;
    }

    .banner__content h2,
    .banner__content h1 {
        font-size: 2.5rem;
        line-height: 3rem;
        max-width: 85%;
    }

    .original-emotions__title {
        font-size: 34px;
        line-height: 44px;
    }

    .game-block.two .content,
    .game-block.one .content {
        border-radius: 20px;
        border: 5px solid white;
    }

    .footer-msg,
    .how-to-connect-with-you__date-icon,
    .action__item img,
    .original-emotions__peoples {
        zoom: 1;
    }

    .programs__title,
    .fs-1 {
        font-size: 34px !important;
    }

    .programs__title::after {
        height: 3rem;
        top: 0.3rem;
    }

    .game-block.two .content {
        width: 240px;
        height: 300px;
    }

    .game-block.one .content {
        width: 200px;
        height: 260px;
    }

    .action {
        margin: 150px auto 0 auto;
    }

    .action__item {
        min-width: fit-content;
    }

    .emotion-video,
    .emotion-video__content {
        height: 560px;
    }

    .emotion__exciting {
        top: 100px;
    }

    .emotion__in-dark {
        top: 160px;
    }

    .manager-block__info {
        width: 180px;
        height: 240px;
    }

    .manager-block__name {
        right: -100px;
        bottom: 60px;
    }

    .original-emotions-section {
        margin-top: 90px;
    }

    .contacts__icon {
        width: 40px;
        height: 40px;
        z-index: 1;
    }

    .contacts__item {
        height: 200px;
    }

    .reviews {
        margin-top: 0;
    }
}

@media (max-width: 1100px) {
    .game-block.one {
        right: 280px;
    }

    .original-emotions__peoples {
        right: 10%;
    }
}

@media (max-width: 992px) {
    .original-emotions__title {
        font-size: 38px;
        line-height: 48px;
        max-width: 85%;
    }

    .product-modal .modal-content {
        max-width: 100%;
    }

    main {
        margin-top: 90px;
    }

    .logo {
        max-width: 90px;
    }

    .phone-desktop {
        background-color: var(--green);
        color: var(--black);
    }

    .original-emotions__peoples {
        right: 0;
    }

    .filter img {
        max-width: 12px;
    }

    .programs-filter__block {
        border-top: 1px solid rgba(241, 241, 241, 0.3);
        position: relative;
    }

    .programs-filter__title {
        position: relative;
    }

    .programs-filter__title::after {
        border-right-color: var(--text-default-color);
        border-bottom-color: var(--text-default-color);
        transform: rotate(-45deg);
        right: 3px;
        content: ' ';
        width: 5px;
        height: 5px;
        border-style: solid;
        border-width: 1px;
        border-color: transparent white white transparent;
        position: absolute;
        top: -2px;
        bottom: 0;
        margin: auto;
        pointer-events: none;
        transition: transform var(--transition);
    }

    .programs-filter__title.active::after {
        transform: rotate(45deg);
    }

    .programs-filter__title {
        cursor: pointer;
    }

    .game-block {
        position: static !important;
    }

    .banner__content p,
    .banner__content h2 {
        max-width: 100%;
    }

    .banner__btns button {
        width: 50%;
        justify-content: center;
    }

    .banner__content {
        order: 1;
    }

    .game-blocks {
        display: flex;
        justify-content: space-between;
        order: 2;
        margin-top: 60px;
        padding: 0 40px;
    }

    .game-block.two .lightning {
        left: -70px;
    }

    .game-block.two {
        width: 50%;
    }

    .game-block.two .content {
        width: 100%;
        height: 360px;
    }


    .game-block.one {
        width: 40%;
    }

    .game-block.one .content {
        width: 100%;
        height: 300px;
    }

    .banner__prices {
        order: 3;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 40px;
    }

    .banner__prices>div p {
        max-width: 200px;
    }

    .bg-triangle {
        top: 100px;
        width: 100%;
    }

    .action {
        margin: 140px auto 0 auto;
    }

    .manager-block__info {
        width: 260px;
        height: 330px;
    }

    .original-emotions__block.one {
        left: 50px;
        width: calc(35% - 40px);
        height: 45vh;
    }

    .original-emotions__block.two {
        left: 30%;
        top: -100px;
        width: calc(30% - 40px);
        height: 30vh;
    }

    .original-emotions__block.three {
        right: 40px;
        left: auto;
        width: calc(30% - 40px);
        height: 40vh;
    }

    .original-emotions__block.four {
        left: 50%;
        width: 25%;
        height: 30vh;
        transform: rotate(-20deg);
    }

    .original-emotions__block.five {
        left: 30%;
        width: 20%;
        height: 40vh;
        min-width: 200px;
    }

    .original-emotions__block {
        min-width: 180px;
    }

    .original-emotions__group-block {
        left: calc(100% - 260px);
        top: -100px;
    }

    .original-emotions__block-light {
        left: 60px;
    }

    .original-emotions__explosion {
        left: 25px;
        top: 40%;
        width: 250px;
    }

    .original-emotions__heart-black {
        left: 55%;
        top: -30%;
    }

    .original-emotions__heart-black {
        top: 0;
        left: 0;
        width: 90px;
    }

    .original-emotions__btn {
        position: static !important;
        width: 100%;
    }

    .original-emotions__peoples {
        height: 710px;
        margin-top: 50px;
    }

    .original-emotions__group-heart {
        left: -30px;
        bottom: -30px;
    }

    .original-emotions-section {
        margin-top: 120px;
    }

    .faq__btn {
        position: static !important;
    }

    .faq__btn button {
        width: 100%;
        height: 60px;
        justify-content: center;
    }

    .reviews {
        margin-top: 250px;
    }
}

@media (max-width: 768px) {

    .reviews {
        gap: 20px !important;
    }

    .swiper-controls {
        position: relative;
        top: 0;
        height: 60px;
    }
}

@media (max-width: 576px) {

    .agreement-form input {
        display: block;
        padding-left: 0px;
        margin-bottom: 4px;
    }
    .footer-msg {
        position: relative;
        right: 0;
        left: auto;
        top: 0;
    }

    .original-emotions__btn {
        margin-top: -4em !important;
    }

    .accordion-button:not(.collapsed),
    .accordion-button {
        font-size: 14px;
    }

    .accordion-item {
        padding: 20px;
    }

    .game-block.one {
        margin-top: 30px;
    }

    .game-block.two {
        margin-top: -30px;
    }

    .game-block.one .content {
        height: 160px;
    }

    .game-block.two .content {
        height: 188px;
    }

    .game-block.one .explosion {
        top: auto;
        bottom: -70px;
        left: -70px;
    }

    .game-block.one .explosion img {
        transform: rotate(80deg) scale(0.65);
    }

    .game-block.one span {
        left: -30px;
        bottom: auto;
        transform: rotate(-15deg);
        top: -22px;
    }

    .game-block.two .lightning {
        max-width: 45px;
        top: -20px;
        left: -75px;
    }

    .game-block.two span:last-of-type {
        top: auto;
        bottom: -5px;
        right: -50px;
        transform: rotate(-30deg);
    }

    .game-block.two span:first-of-type {
        transform: rotate(15deg);
    }

    .programs__title,
    .fs-1,
    .banner__content h2,
    .banner__content h1 {
        font-size: 20px !important;
        line-height: 26px;
    }

    .banner__prices {
        padding: 0 10px;
    }

    .banner__prices>div>div h1,
    .banner__prices>div>div p {
        color: var(--green) !important;
    }

    .bg-triangle img {
        opacity: 0.3;
    }

    .monster-1 {
        right: 10px;
    }

    .emotion-video,
    .emotion-video__content {
        height: 250px;
    }

    .emotion-video {
        margin-top: 20px;
    }

    .programs__title {
        font-size: 19px;
        line-height: 24px;
    }

    .programs__title::after {
        width: 90%;
        height: 26px;
        top: 0;
    }

    .emotion__video-msg {
        width: 175px;
        top: -60px;
    }

    .emotion__fascinating {
        top: 210px;
    }

    .emotion__exciting {
        top: 250px;
    }

    .emotion__in-dark {
        top: 315px;
    }

    .emotion__btn {
        bottom: -170px;
        width: calc(100% - 20px);
        left: 10px;
        height: 48px;
        font-size: 12px;
    }

    .programs {
        margin-top: 270px;
    }

    .manager-block__msg {
        max-width: 180px;
        right: -135px;
        bottom: -70px;
    }

    .read-more {
        width: 100% !important;
        padding-top: 10px;
        border-top: 1px solid #ffffff40;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 20px !important;
    }

    .banner__content h2,
    .banner__content h1 {
        order: 1;
    }

    .banner__content .game-blocks {
        order: 2;
    }

    .banner__content .banner__btns {
        order: 3;
    }

    .banner__content p {
        order: 4;
    }

    .banner__content .banner__prices {
        order: 5;
        margin-top: 0 !important;
        display: none !important;
    }

    .manager-block__info {
        width: 175px;
        height: 205px;
        margin-left: 10px;
    }

    .reviews-slide p,
    .reviews-slide a {
        font-size: 14px !important;
    }

    .reviews-slide p {
        min-height: 300px;
    }

    .reviews-slide a {
        padding: 8px 20px;
        text-align: center;
        justify-content: center;
    }

    .reviews-slide span {
        font-size: 12px !important;
    }

    .manager-block {
        padding: 40px 20px;
    }

    .original-emotions-section {
        height: 1720px;
    }

    .original-emotions__block.one {
        width: 83%;
        height: 45vh;
        left: 25px;
        top: 47vh;
    }

    .original-emotions__block.two {
        width: 65%;
        height: 25vh;
        left: 20px;
        top: 7vh;
    }

    .original-emotions__block.three {
        width: 65%;
        height: 30vh;
        z-index: 2;
    }

    .original-emotions__block.four {
        width: 40%;
        height: 20vh;
        top: 28vh;
    }

    .original-emotions__block.five {
        width: 50%;
        height: 30vh;
        top: 82vh;
        left: auto;
        right: 30px;
        min-width: auto;
    }

    .original-emotions__group-block {
        top: 65vh;
        width: 180px;
        padding: 40px 20px;
        transform: rotate(-15deg);
        left: 35px;
    }

    .original-emotions__group-heart {
        bottom: 0;
        top: -40px;
        left: 20px;
        transform: rotate(25deg);
    }

    .original-emotions__btn p {
        width: 100% !important;
    }

    .original-emotions__btn a {
        justify-content: center;
        height: 55px;
    }

    .reviews h3 {
        font-size: 19px !important;
        width: 100% !important;
    }

    .reviews {
        margin-top: 0;
    }

    .original-emotions__explosion {
        top: auto;
        bottom: 110px;
        left: 70px;
        width: 80%;
        z-index: -1;
    }

    .faq {
        margin-top: 48px;
    }

    .original-emotions__block-light {
        top: 29%;
        left: 10px;
    }

    .iti__flag {
        width: 16px !important;
    }

    .modal-content {
        padding: 20px;
    }

    .action__item {
        margin-top: 30px;
    }

    .accordion-item:hover .accordion-button::before {
        opacity: 0;
    }

    .accordion-item {
        border-radius: 30px !important;
        margin-top: 10px;
    }

    .faq__btn-content button,
    .original-emotions__btn a,
    .how-to-connect-with-you__btn {
        padding: 1rem 2rem;
        height: 48px;
    }

    .reviews h1,
    .programs__title,
    .emotion h1,
    .banner__prices,
    .banner__btns button {
        width: 100% !important;
    }

    .banner__btns button {
        padding: 1rem;
    }

    .banner__prices>div {
        width: fit-content;
    }

    .action {
        margin: 60px auto 0 auto;
        ;
    }

    .action__item {
        min-height: 270px;
    }

    .action__items>div:nth-of-type(2),
    .action__items>div:nth-of-type(4) {
        position: relative;
        right: -15%;
    }

    .snake-block {
        width: 120%;
        top: 100px;
    }

    .snake {
        left: -20px;
    }

    .manager-block__position {
        right: -140px;
        bottom: 95px;
        transform: rotate(0);
    }

    .manager-block__light {
        right: -75px;
        width: 40px;
    }

    .original-emotions-section {
        height: 1600px;
    }

    .original-emotions,
    .original-emotions__peoples {
        height: 1260px;
    }

    .original-emotions__group-block p {
        font-size: 16px !important;
        line-height: 24px;
    }

    .map {
        height: 340px;
    }

    .product-modal {
        top: 0;
        left: 0;
    }

    .product-modal .modal-content {
        margin-top: 50px;
        margin-bottom: 0;
        border-radius: 0;
        visibility: visible;
        opacity: 1;
        transform: translateX(200%);
    }

    .product-modal.active {
        right: 0;
    }

    .product-modal.active .modal-content {
        transform: translateX(0);
    }

    .product-modal__mobile-heder {
        width: 100%;
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        background-color: var(--black);
        z-index: 100;
    }

    .product-modal__mobile-close {
        content: url(../img/icons/arrow-line.svg);
    }

    .bron-program .modal-content {
        margin: 0;
        border-radius: 0;
    }

    .bron-program .close-modal {
        top: 10px;
        right: 10px;
        content: url(../img/icons/cross-black.svg);
        background-color: transparent;
        border-radius: 0;
    }

    .original-emotions__title {
        font-size: 24px;
        line-height: 34px;
    }
}

/* @media (max-width: 576px) {
    .swiper {
        overflow: hidden;
        padding-bottom: 30px;
    }

    .swiper-wrapper {
        display: flex;
    }

    .swiper-slide {
        flex: 0 0 auto;
        width: 80%; 
        margin-right: 10px;
    }

    .swiper-pagination {
        bottom: 0 !important;
    }
} */