@charset "UTF-8";

/* Slider */

@import url("../../../npm/select2-4.1.0-rc.0/dist/css/select2.min.css");


.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 100px;
    background: #1A1B1F;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 936px;  /* Set the fixed width here */
    height: 520px;
    border-radius: 40px;
}

.popup .inner-content{
    display: flex;
    flex-direction: column;
    align-content: stretch!important;
    height: 100%;
}

.popup .promo_title{
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: center;

}

.popup .promo_text{
    font-family: Montserrat;
    text-transform: uppercase;
    margin-top: 40px;
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: center;
}

.popup .promo_timer{
    margin-top: 45px;
}

.popup .promo_timer .timer{
    font-family: Montserrat;
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 0em;
    text-align: center;

}

.popup .promo_timer .d-flex{
    gap: 20px;
}
.popup .promo_timer .divider__description{
    width: 40px;
}

.popup .popup_dyno_img{
    position: absolute;
    bottom: 0;
    left: 0;
}

.close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 30px;
    /*top: -17px;*/
    /*right: -7px;*/
}
.popup-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.popup-content img.small-promo-banner{
    display: none;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */

.slick-loading .slick-list {
    background: #fff url("../files/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
    font-family: "slick";
    src: url("../files/slick/fonts/slick.eot");
    src: url("../files/slick/fonts/slick.eot#iefix") format("embedded-opentype"), url("../files/slick/fonts/slick.woff") format("woff"), url("../files/slick/fonts/slick.ttf") format("truetype"), url("../files/slick/fonts/slick.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

body {
    position: relative;
    background: #1A1B1F;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    overflow-x: hidden;
    margin: 0;
}

body.popup-open {
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Montserrat", sans-serif;
    font-size: inherit;
    font-weight: inherit;
}

input,
button,
textarea {
    border: none;
    font-family: inherit;
    font-size: inherit;
}

textarea:focus-visible {
    outline: none;
}

button,
input[type=submit] {
    cursor: pointer;
    background: none;
}

input:focus,
button:focus {
    outline: none;
}

select {
    font-family: "Montserrat", sans-serif;
    border: none;
}

select:focus {
    outline: none;
}

ul,
li {
    list-style: none;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

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

.title {
    font-size: 80px;
    line-height: 100%;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.select2-container--default .select2-selection--single {
    border: none;
    background-color: transparent;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background: #F4F8F8;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #929798;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent;
    color: #929798;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 10px;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-container--default .select2-dropdown--above .select2-results > .select2-results__options {
    margin-bottom: 4px;
}

.select2-container--default .select2-dropdown--below .select2-results > .select2-results__options {
    margin-top: 4px;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 140px;
    overflow-y: scroll;
    background: #FFFFFF;
    border: none;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 20px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    display: none;
}

.select2-container--default .select2-results__option {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #1A1B1F;
    padding: 0;
    margin-bottom: 10px;
}

.select2-container--default .select2-results__option:last-child {
    margin-bottom: 0;
}

.select2-container--default .select2-results__option.select2-results__option--disabled {
    color: #929798;
}

.select2-container--default .select2-dropdown {
    background-color: transparent;
    border: none;
}

.select2-container--default .select2-results__option--selected {
    background-color: transparent;
}

.home__page .select2-container--default .select2-results > .select2-results__options {
    background: #C1E23A;
}

.home__page .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: rgba(26, 27, 31, 0.7);
}

.header {
    z-index: 3;
}

.header .header__main {
    position: relative;
    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;
    padding: 24px 0;
}

.header .header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__links li {
    margin-right: 16px;
}

.header .header__links li:last-child {
    margin-right: 0;
}

.header .header__links li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.015em;
    font-variant: small-caps;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}

.header .header__links li a.active {
    color: #C1E23A;
}

.header .header__logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .header__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.015em;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-right: 25px;
}

.header .header__cart img {
    margin-right: 8px;
}

.header .header__tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 32px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 63px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.015em;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header .btn__menu {
    display: none;
    margin: 0 24px 0 auto;
}

.footer {
    position: relative;
    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;
    padding: 84px 0 28px;
}

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

.footer__main .logo {
    margin-right: 60px;
}

.footer__select {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.015em;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-44%);
    -ms-transform: translateX(-44%);
    transform: translateX(-44%);
}

.footer__links li {
    margin: 0 12px;
}

.footer__links li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.015em;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #FFFFFF;
}

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

.footer__contacts a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__contacts a:nth-child(2) {
    margin: 0 16px;
}

.footer__contacts .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 32px;
    height: 48px;
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer__bottom {
    position: relative;
    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;
    padding: 0 0 28px;
}

.footer__bottom span {
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 0.6;
}

.footer__bottom .links {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__bottom .links li {
    position: relative;
    margin: 0 14px;
}

.footer__bottom .links li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 4px;
    right: -14px;
    background: #A3A4A5;
}

.footer__bottom .links li:last-child::after {
    content: none;
}

.footer__bottom .links li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    text-align: right;
    text-decoration-line: underline;
    color: #FFFFFF;
    opacity: 0.6;
    cursor: pointer;
}

.header__right .language_changer {
    margin-right: 10px;
    line-height: 45px;
}

.language_changer .select2-container {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.footer .select2-container {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.language_changer .select2-container--default .select2-selection--single {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.015em;
    font-variant: small-caps;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.language_changer .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 0;
}

.language_changer .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: -6px;
    bottom: 0;
    margin: auto 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 8px;
    width: 12px;
    background-image: url("../img/icons/chevron-green.svg");
    background-repeat: no-repeat;
    background-position-x: 92%;
    background-position-y: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.language_changer .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.banner {
    position: relative;
    margin-bottom: 670px;
    z-index: -1;
}

.banner .banner__text {
    margin-top: 16px;
}

.banner .banner__text h3 {
    font-size: 114px;
    font-weight: 800;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.banner .banner__text h3 span {
    color: #C1E23A;
}

.banner .banner__image img {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
}

.banner .banner__image.banner__image__es {
    top: 60px;
}

.cookies {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 695px;
    height: 80px;
    background: rgba(255, 255, 255, 0.78);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 16px 16px 16px 28px;
    border-radius: 89px;
    z-index: 3;
}

.cookies .cookies__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cookies img {
    margin-right: 8px;
}

.cookies span {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    font-variant: small-caps;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}

.cookies span > a {
    text-decoration: underline;
    cursor: pointer;
}

.cookies .accept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px 52px;
    width: 163px;
    height: 48px;
    background: #C1E23A;
    border: 1px solid #C1E23A;
    border-radius: 1000px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    font-variant: small-caps;
    color: rgba(0, 0, 0, 0.8);
    margin-left: 28px;
}

.menu__mobile {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background: rgba(25, 25, 25, 0.4);
    z-index: 1034;
}

.menu__mobile .menu__content {
    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: 100%;
    width: 100%;
    height: 100%;
    padding: 24px 16px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    background-color: #1A1B1F;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    -webkit-transition: opacity 0.28s ease-out;
    -o-transition: opacity 0.28s ease-out;
    transition: opacity 0.28s ease-out;
}

.menu__mobile .menu__content::-webkit-scrollbar {
    display: none;
}

.menu__mobile .menu__header {
    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;
    width: 100%;
}

.menu__mobile .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__mobile .close__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu__mobile .menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 160px;
}

.menu__mobile .menu__links li {
    margin-bottom: 16px;
}

.menu__mobile .menu__links li:last-child {
    margin-bottom: 0;
}

.menu__mobile .menu__links li a {
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.menu__mobile .menu__links li a.active {
    color: #C1E23A;
}

.menu__mobile .buttons-block {
    margin: 52px auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.menu__mobile .btn__ticket {
    max-width: 187px;
    width: 100%;
    height: 52px;
    border: 2px solid #FFFFFF;
    border-radius: 1000px;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 25px;
    margin-right: 5px;
    margin-left: 5px;
}

@-webkit-keyframes slide-menu-in {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-menu-in {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-menu-out {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slide-menu-out {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.fixed-cart {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 16px;
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 1000px;
    background-image: url(../img/icons/fixed-cart.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
}

.fixed-cart .products {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #1A1B1F;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.015em;
    font-variant: small-caps;
    color: #C1E23A;
}

.modal__cart {
    position: fixed;
    left: 50%;
    top: 50%;
    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;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(26, 27, 31, 0.94);
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal__cart::-webkit-scrollbar {
    display: none;
}

.modal__cart.show {
    opacity: 1;
    pointer-events: all;
}

.modal__cart .modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 792px;
    height: 296px;
    padding: 40px 60px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0;
}

.modal__cart .modal__content::-webkit-scrollbar {
    display: none;
}

.modal__cart .btn__close_modal {
    position: absolute;
    top: -68px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal__cart .btn__close_modal svg {
    width: 48px;
    height: 48px;
}

.modal__cart .cart__content::-webkit-scrollbar {
    display: none;
}

.modal__cart .cart__header {
    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;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
}

.modal__cart .show__name {
    color: #1A1B1F;
}

.modal__cart .slots__available {
    color: rgba(26, 27, 31, 0.4);
}

.modal__cart .cart__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 32px 0 40px;
}

.modal__cart .cart__info .slots__available {
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(26, 27, 31, 0.4);
    margin: 16px 0 48px;
}

.modal__cart .text {
    max-width: 204px;
    width: 100%;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1A1B1F;
}

.modal__cart .cart__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__cart .cart__group .total__price {
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-align: right;
    text-transform: uppercase;
    color: #1A1B1F;
    margin-right: 40px;
}

.modal__cart .cart__group .slots__price {
    display: none;
}

.modal__cart .cart__group .items__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__cart .cart__group .item__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 24px;
    width: 61px;
    height: 48px;
    border-radius: 1000px;
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    background: #C1E23A;
}

.modal__cart .cart__group .item__control:disabled {
    background: transparent;
    border: 1px solid rgba(26, 27, 31, 0.4);
    color: rgba(26, 27, 31, 0.4);
    pointer-events: none;
}

.modal__cart .cart__group .item__current {
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1A1B1F;
    margin: 0 29px;
}

.modal__cart .actions {
    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;
    width: 100%;
    grid-column-gap: 16px;
}

.modal__cart .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    width: 50%;
    border-radius: 1000px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-variant: small-caps;
}

.modal__cart .continue__shopping {
    border: 2px solid #1A1B1F;
    color: rgba(0, 0, 0, 0.8);
}

.modal__cart .move__cart {
    background: #C1E23A;
    border: 1px solid #C1E23A;
}

.modal__payment {
    position: fixed;
    left: 50%;
    top: 50%;
    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;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(26, 27, 31, 0.94);
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal__payment::-webkit-scrollbar {
    display: none;
}

.modal__payment.show {
    opacity: 1;
    pointer-events: all;
}

.modal__payment .modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 792px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 52px 80px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0;
}

.modal__payment .modal__content::-webkit-scrollbar {
    display: none;
}

.modal__payment .btn__close_modal {
    position: absolute;
    top: -68px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal__payment .btn__close_modal svg {
    width: 48px;
    height: 48px;
}

.modal__payment .payment__content {
    width: 100%;
    overflow-y: auto;
}

.modal__payment .payment__content::-webkit-scrollbar {
    display: none;
}

.modal__payment .title {
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #1A1B1F;
    margin: 0 auto 40px;
}

.modal__payment .payment__form {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal__payment .form__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    width: 100%;
    margin-bottom: 24px;
}

.modal__payment .form__item .label__item {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-variant: small-caps;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
}

.modal__payment .form__item .input__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 24px;
    height: 56px;
    background: rgba(26, 27, 31, 0.08);
    border: 2px solid transparent;
    border-radius: 74px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal__payment .form__item .input__item::-webkit-input-placeholder {
    color: rgba(26, 27, 31, 0.4);
}

.modal__payment .form__item .input__item::-moz-placeholder {
    color: rgba(26, 27, 31, 0.4);
}

.modal__payment .form__item .input__item:-ms-input-placeholder {
    color: rgba(26, 27, 31, 0.4);
}

.modal__payment .form__item .input__item::-ms-input-placeholder {
    color: rgba(26, 27, 31, 0.4);
}

.modal__payment .form__item .input__item::placeholder {
    color: rgba(26, 27, 31, 0.4);
}

.modal__payment .form__item .input__item:focus {
    background: transparent;
    border: 2px solid rgba(26, 27, 31, 0.08);
}

.modal__payment .form__item.success .input__item {
    border: 2px solid #C1E23A;
}

.modal__payment .form__item.error .input__item {
    border: 2px solid #dc3545;
}

.modal__payment .form__item .validation {
    font-size: 12px;
    font-weight: 500;
    color: #dc3545;
}

.modal__payment .terms__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 12px;
    margin-bottom: 40px;
    width: 100%;
}

.modal__payment .terms {
    width: 50%;
}

.modal__payment .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal__payment .checkbox + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal__payment .checkbox + label::before {
    content: "";
    display: inline-block;
    width: 26px;
    min-width: 26px;
    height: 26px;
    -webkit-box-shadow: inset 0 0 1.5px #1A1B1F;
    box-shadow: inset 0 0 1.5px #1A1B1F;
    border-radius: 7px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.modal__payment .checkbox:checked + label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #C1E23A;
    background-image: url("../img/icons/checkmark.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.modal__payment .text {
    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;
}

.modal__payment label {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #1A1B1F;
}

.modal__payment .show__policy,
.modal__payment .self__responsibility {
    text-decoration: underline;
    cursor: pointer;
}

.modal__payment .pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 48px;
    height: 56px;
    background: #C1E23A;
    border-radius: 63px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-variant: small-caps;
    color: rgba(0, 0, 0, 0.8);
}

.modal__payment .pay:disabled {
    background: #E0E0E0;
    color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.modal__policy {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(26, 27, 31, 0.94);
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.modal__policy::-webkit-scrollbar {
    display: none;
}

.modal__policy.show {
    opacity: 1;
    overflow-y: auto;
    pointer-events: all;
}

.modal__policy .modal__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 1060px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: 80px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 128px auto;
}

.modal__policy .modal__content::-webkit-scrollbar {
    display: none;
}

.modal__policy .btn__close_modal {
    position: absolute;
    top: -68px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal__policy .btn__close_modal svg {
    width: 48px;
    height: 48px;
}

.modal__policy .policy__header {
    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;
    width: 100%;
    margin-bottom: 60px;
}

.modal__policy .policy__header .group {
    max-width: 394px;
    width: 100%;
}

.modal__policy .policy__header h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-variant: small-caps;
    color: rgba(0, 0, 0, 0.8);
}

.modal__policy .policy__header .policy__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1A1B1F;
    margin: 20px 0 40px;
}

.modal__policy .policy__header h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1B1F;
    margin-bottom: 40px;
}

.modal__policy p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1B1F;
    margin-bottom: 20px;
}

.modal__policy p:last-child {
    margin-bottom: 0;
}

.modal__policy .policy__item {
    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;
    width: 100%;
    margin-bottom: 60px;
}

.modal__policy .policy__item:last-child {
    margin-bottom: 0;
}

.modal__policy .item__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1A1B1F;
    margin-bottom: 32px;
}

.notification {
    position: fixed;
    bottom: 9px;
    right: 7px;
    z-index: 3;
}

.notification .ntf__content {
    position: relative;
}

.notification .ntf__message {
    position: relative;
    right: 78%;
    top: 30px;
    max-width: 247px;
    width: 100%;
    border-radius: 22px;
    padding: 25px 32px;
    background: rgba(255, 255, 255, 0.6);
    border: 3px solid #FFFFFF;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    font-family: "VT323", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    color: #1A1B1F;
}

.notification .ntf__message::before {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 38.5px;
    width: 34px;
    height: 3px;
    background: #FFFFFF;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.notification .close__ntf {
    position: absolute;
    top: -16px;
    right: -20px;
}

.popup__calendar {
    position: fixed;
    left: 50%;
    top: 50%;
    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;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(26, 27, 31, 0.94);
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.popup__calendar::-webkit-scrollbar {
    display: none;
}

.popup__calendar.show {
    opacity: 1;
    overflow-y: auto;
    pointer-events: all;
}

.popup__calendar .close__calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -68px;
    right: 0;
}

.popup__calendar .popup__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 792px;
    height: 491px;
    padding: 52px 80px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0;
}

.popup__calendar .popup__content::-webkit-scrollbar {
    display: none;
}

.popup__calendar .calendar__content {
    overflow-y: auto;
}

.popup__calendar .calendar__content::-webkit-scrollbar {
    display: none;
}

.popup__calendar .calendar__title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #1A1B1F;
    margin-bottom: 40px;
}

.popup__calendar .calendar {
    position: relative;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.popup__calendar .calendar__header {
    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;
    padding-bottom: 12px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(26, 27, 31, 0.1);
}

.popup__calendar .header__date {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    color: #1A1B1F;
}

.popup__calendar .calendar__week_day {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 7 ];
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 8px;
    width: 100%;
    margin-bottom: 20px;
}

.popup__calendar .calendar__week_day div {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    color: #1A1B1F;
    opacity: 0.5;
}

.popup__calendar .calendar__days {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 7 ];
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 8px;
    width: 100%;
}

.popup__calendar .calendar__days time {
    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;
    border-radius: 36px;
    height: 36px;
    width: 36px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    color: #1A1B1F;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.popup__calendar .calendar__days .date--selected {
    background: rgba(193, 226, 58, 0.9);
}

.popup__calendar .calendar__days .date--disabled {
    opacity: 0.5;
    pointer-events: none;
}

.popup__calendar .calendar__navigation {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.popup__calendar .year__change {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.most__slick {
    margin-top: 40px;
}

.most__slick .item {
    background: #C1E23A;
    border-radius: 1000px;
    padding: 28px 56px;
    font-size: 80px;
    line-height: 100%;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 10px;
}

.experience {
    margin-top: 40px;
}

.experience .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.experience .title h4 {
    font-size: 80px;
    line-height: 100%;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
}

.experience .title h5 {
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.experience .item {
    position: relative;
    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;
    background: #FFFFFF;
    -webkit-box-shadow: 0px -7px 103px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -7px 103px 9px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    height: 560px;
    width: 100%;
    padding: 80px 60px 80px 80px;
    margin-top: 40px;
}

.experience .item--first__es {
    margin-top: 120px;
}

.experience .item h6 {
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A1B1F;
}

.experience .item p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #1A1B1F;
    opacity: 0.6;
    margin-top: 28px;
}

.experience .item .item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}

.experience .item .item__img picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.experience .item .item__img img {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.experience .item--first .item__text {
    max-width: 690px;
}

.experience .item--first p {
    max-width: 461px;
}

.experience .item--first .item__img {
    bottom: 0;
    right: 0;
}

.experience .item--second .item__text {
    max-width: 568px;
    margin-left: auto;
}

.experience .item--second p {
    max-width: 553px;
}

.experience .item--second .item__img {
    left: -250px;
    z-index: 2;
}

.experience .item--third .item__text {
    max-width: 861px;
}

.experience .item--third p {
    max-width: 368px;
}

.experience .item--third .item__img {
    bottom: 0;
    right: 0;
    z-index: 3;
}

.experience .btn__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 36px;
    border: 1px solid #FFFFFF;
    border-radius: 1000px;
    width: 100%;
    margin-top: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.vr__show {
    margin: 100px 0 60px;
}

.vr__show .title {
    max-width: 667px;
    margin: 0 auto;
}

.vr__show .description {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
    max-width: 363px;
    margin: 28px auto 60px;
}

.vr__show .show__carousel .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
}

.vr__show .show__carousel .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 116px;
    opacity: 1;
}

.vr__show .show__carousel .swiper-pagination .swiper-pagination-bullet-active {
    background: #C1E23A;
    width: 36px;
}

.vr__show .show__carousel .show__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #C1E23A;
    border-radius: 1000px;
    height: 709px;
    padding: 50px 75px 115px;
    margin-top: auto;
}

.vr__show .show__carousel.carousel__reviews .show__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #232428;
    border-radius: 1000px;
    height: 709px;
    padding: 50px 35px 80px;
    margin-top: auto;
    margin-bottom: 23px;
}


.no-webp .vr__show .show__carousel .show__item::after {
    background-image: url("../img/ellipse.png");
}

.vr__show .show__carousel .show__item::after {
    content: "";
    position: absolute;
    top: 446px;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 226px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vr__show .show__carousel .show__item img {
    max-width: 100%;
}

.vr__show .show__carousel .name {
    font-size: 32px;
    line-height: 110%;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 20px;
    margin-top: auto;
}

.game .title {
    margin-bottom: 60px;
}

.game .subtitle {
    font-size: 80px;
    line-height: 100%;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #C1E23A;
    margin-bottom: 60px;
}

.game .items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
}

.game .items .name {
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 40px;
    padding: 0 30px;
}

.game .items .item img {
    max-width: 100%;
}

.game .try__now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 48px;
    width: 100%;
    height: 60px;
    border-radius: 63px;
    background: #C1E23A;
    border-radius: 63px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    font-variant: small-caps;
    color: rgba(0, 0, 0, 0.8);
    margin: 60px 0 100px;
}

.game .try__now img {
    margin-left: 9px;
}

.video .title {
    max-width: 838px;
    margin: 0 auto;
}

.video .video__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 60px;
}

.video .video__content video {
    width: 100%;
    height: 620px;
    border-radius: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.video .video__content .video__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 620px;
    border-radius: 40px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.video .video__content .video__back img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.video .video__content .video__back.hide {
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}

.video .video__content .play {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video .items {
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.video .items .item {
    background: #232428;
    border-radius: 40px;
    padding: 60px;
}

.video .items .item h6 {
    font-size: 80px;
    line-height: 100%;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.video .items .item p {
    font-size: 32px;
    line-height: 110%;
    font-weight: 800;
    font-variant: small-caps;
    color: #C1E23A;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.video .items .item span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.6;
}

.white__block {
    padding: 40px 0 0;
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    margin-top: 60px;
}

.white__block .title {
    color: #1A1B1F;
}

.white__block .buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 48px;
    width: 340px;
    height: 96px;
    background: #C1E23A;
    border-radius: 63px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-variant: small-caps;
    text-transform: uppercase;
    margin: 60px auto;
    color: rgba(0, 0, 0, 0.8);
}

.white__block .buy img {
    margin-left: 9px;
}

.white__block .newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #1A1B1F;
    border-radius: 40px;
    min-height: 200px;
    width: 100%;
    padding: 0 60px 0 38px;
}

.white__block .newsletter__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

.white__block .newsletter__text p {
    font-weight: 800;
    font-size: 32px;
    line-height: 35px;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #C1E23A;
}

.white__block .newsletter__text img {
    margin-right: 20px;
}

.white__block .newsletter__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 564px;
}

.white__block .newsletter__form form.success input {
    border: 2px solid #C1E23A;
}

.white__block .newsletter__form form.error input {
    border: 2px solid #dc3545;
}

.white__block .newsletter__form form .validation {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #dc3545;
    margin-top: 4px;
}

.white__block .newsletter__form input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 32px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    border-radius: 63px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-variant: small-caps;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.white__block .newsletter__form .subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 32px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 63px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #1A1B1F;
    margin-top: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.white__block .newsletter__form .subscribe:disabled {
    pointer-events: none;
    opacity: 0.8;
}

.white__block .footer {
    padding: 64px 0 28px;
}

.white__block .footer__main .logo svg path {
    fill: #1A1B1F;
}

.white__block .footer__select {
    color: #1A1B1F;
}

.white__block .footer__links li a {
    color: #1A1B1F;
}

.white__block .footer__contacts svg path {
    fill: #1A1B1F;
}

.white__block .footer__contacts svg rect {
    stroke: #1A1B1F;
}

.white__block .footer__contacts .phone {
    border: 2px solid #1A1B1F;
    color: #1A1B1F;
}

.white__block .footer__bottom span {
    color: #1A1B1F;
}

.white__block .footer__bottom .links li a {
    color: #1A1B1F;
}

.white__block .footer .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1A1B1F;
}

.about .about__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px;
}

.about .about__post:last-child {
    margin-bottom: 0;
}

.about .post__image {
    border-radius: 20px;
    margin-right: 40px;
    width: 500px;
}

.about .post__image_mob {
    display: none;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
}

.about .post__text h2 {
    font-weight: 800;
    font-size: 114px;
    line-height: 100px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about .post__text h3 {
    font-weight: 800;
    font-size: 114px;
    line-height: 100px;
    text-transform: uppercase;
    color: #C1E23A;
}

.about .post__text p {
    font-size: 32px;
    line-height: 35px;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 48px;
    max-width: 484px;
}

.about .post__text .span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.6;
}

.about .post__text .since {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0;
}

.contacts {
    margin-top: 60px;
}

.contacts .contact {
    display: block;
    font-size: 80px;
    font-weight: 800;
    line-height: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.contacts .contact__phone {
    color: #C1E23A;
}

.contacts .contact__map {
    width: 100%;
    border-radius: 20px;
}

.events .events__content {
    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;
    width: 100%;
}

.events .title {
    font-weight: 800;
    font-size: 114px;
    line-height: 104px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.events .title span {
    color: #C1E23A;
}

.events .events__slick .item {
    margin: 0 16px;
    border-radius: 20px;
}

.events .events__slick .item img {
    border-radius: 20px;
    max-height: 450px;

}

.events .arrows {
    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: 40px 0 60px;
}

.events .arrows .arr {
    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;
    padding: 12px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1000px;
    margin: 0 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.events .arrows .arr svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.events .arrows .arr:hover {
    background: #FFFFFF;
    border: 1px solid rgb(255, 255, 255);
}

.events .arrows .arr:hover svg path {
    fill: #1A1B1F;
    fill-opacity: 1;
}

.events .suggestion__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

 .suggestion__title {
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

 .suggestion__text {
    max-width: 544px;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 24px 0 60px;
}

 .suggestion__form {
    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;
    width: 100%;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 60px;
}

 .suggestion__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 60px;
}

.suggestion__item {
    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: 570px;
    width: 100%;
    margin-bottom: 40px;
}

 .suggestion__item:last-child {
    margin-bottom: 0;
}

 .suggestion__item label {
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1A1B1F;
    margin-bottom: 16px;
}

 .suggestion__item input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 32px 16px;
    height: 64px;
    background: rgba(26, 27, 31, 0.08);
    border-radius: 74px;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #1A1B1F;
}

 .suggestion__item input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(26, 27, 31, 0.4);
}

 .suggestion__item input::-moz-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(26, 27, 31, 0.4);
}

 .suggestion__item input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(26, 27, 31, 0.4);
}

 .suggestion__item input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(26, 27, 31, 0.4);
}

 .suggestion__item input::placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(26, 27, 31, 0.4);
}

 .suggestion__item textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px 32px;
    width: 100%;
    height: 224px;
    background: rgba(26, 27, 31, 0.08);
    border-radius: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #1A1B1F;
}

 .suggestion__item textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(26, 27, 31, 0.4);
}

 .suggestion__item textarea::-moz-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(26, 27, 31, 0.4);
}

 .suggestion__item textarea:-ms-input-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(26, 27, 31, 0.4);
}

 .suggestion__item textarea::-ms-input-placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(26, 27, 31, 0.4);
}

 .suggestion__item textarea::placeholder {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: rgba(26, 27, 31, 0.4);
}

 .suggestion__group {
    margin-right: 60px;
}

 .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    width: 100%;
    background: #C1E23A;
    border-radius: 63px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-variant: small-caps;
    color: rgba(0, 0, 0, 0.8);
}

.tickets .tickets__content {
    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;
    width: 100%;
}

.tickets .title {
    max-width: 776px;
    width: 100%;
    font-weight: 800;
    font-size: 114px;
    line-height: 104px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 60px;
}

.tickets .tickets__schedule {
    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;
    width: 100%;
}

.tickets .tickets__header {
    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;
    width: 100%;
    margin-bottom: 32px;
}

.tickets .tickets__header p {
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.tickets .tickets__switch {
    position: relative;
    display: block;
    width: 150px;
    height: 48px;
    margin: 0 0 0 auto;
    cursor: default;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.tickets .tickets__switch .switch__base {
    height: 48px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
}

.tickets .tickets__switch .switch__base::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 1000px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.tickets .tickets__switch .switch__text {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.tickets .tickets__switch .checkbox {
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    display: block;
    float: left;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
}

.tickets .tickets__switch input[type=checkbox] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.tickets .tickets__switch input[type=checkbox]:checked + .switch__base .checkbox.time {
    color: #1A1B1F;
}

.tickets .tickets__switch input[type=checkbox]:checked + .switch__base::before {
    -webkit-transform: translateX(130px);
    -ms-transform: translateX(130px);
    transform: translateX(130px);
}

.tickets .tickets__switch input[type=checkbox]:checked + .switch__base .select__data {
    color: #FFFFFF;
    pointer-events: none;
}

.tickets .tickets__switch .select__data {
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    font-variant: small-caps;
    text-transform: uppercase;
    color: #1A1B1F;
    width: 100%;
}

.tickets .tickets__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;
    width: 100%;
    background: #232428;
    border-radius: 20px;
    padding: 40px 60px;
    margin-bottom: 60px;
}

.tickets .tickets__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.tickets .tab {
    position: relative;
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.6;
    margin-right: 53px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tickets .tab:last-child {
    margin-right: 0;
}

.tickets .tab.active {
    opacity: 1;
}

.tickets .tab.active::before {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 12px;
    left: 0;
    height: 8px;
    background: #C1E23A;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tickets .tab.disabled {
    color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.tickets .tabs__content {
    width: 100%;
}

.tickets .tab__item {
    display: none;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    padding-top: 40px;
}

.tickets .tab__item.active {
    display: block;
}

.tickets .item__content {
    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;
    width: 100%;
}

.tickets .time__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tickets .item__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tickets .time__group {
    margin-right: 20px;
}

.tickets .time__group.disabled .radio-time {
    color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.tickets .time__group:last-child {
    margin-right: 0;
}

.tickets .radio-time {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 28px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: #323439;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    cursor: pointer;
}

.tickets input[type=radio] {
    display: none;
}

.tickets input[type=radio]:checked + .radio-time {
    background: #FFFFFF;
    color: #1A1B1F;
    font-weight: 700;
}

.tickets input[type=radio]:disabled + .radio-time {
    color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.tickets .available__spots {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 84px;
}

.tickets .add__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 52px;
    height: 48px;
    background: #C1E23A;
    border-radius: 1000px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-variant: small-caps;
    color: rgba(0, 0, 0, 0.8);
}

.tickets .add__cart span {
    display: block;
    margin-top: 2px;
}

.tickets .free__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 35px 60px 40px;
    background: #232428;
    border-radius: 20px;
    margin-bottom: 60px;
}

.tickets .free__time .item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tickets .free__time .item__text {
    max-width: 181px;
    width: 100%;
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #C1E23A;
    margin: 0 48px;
}

.tickets .free__time .item__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;
    width: 100%;
}

.tickets .free__time .item__info p {
    max-width: 241px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

.tickets .free__time .item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    width: 100%;
}

.tickets .free__time .item__bottom .add__cart {
    margin-left: auto;
}

.tickets .free__time .validity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-variant: small-caps;
    color: #FFFFFF;
}

.tickets .free__time .validity img {
    margin-right: 12px;
}

.tickets .deals {
    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;
    width: 100%;
    margin-bottom: 32px;
}

.tickets .deals .deals__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.tickets .carousel__container {
    overflow: hidden;
    margin-bottom: 60px;
}

.tickets .carousel__container .swiper {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.tickets .deals__carousel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px;
    background: #232428;
    border-radius: 20px;
    width: auto;
}

.tickets .deals__carousel .ticket__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;
    width: 100%;
}

.tickets .deals__carousel .ticket__title {
    font-size: 32px;
    line-height: 110%;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
}

.tickets .deals__carousel .ticket__subtitle {
    font-size: 32px;
    line-height: 110%;
    font-weight: 800;
    text-transform: uppercase;
    color: #C1E23A;
}

.tickets .deals__carousel .ticket__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 8px 0 24px;
}

.tickets .deals__carousel .ticket__img {
    max-width: 102px;
    width: 100%;
    border-radius: 100px;
    margin-right: 20px;
}

.tickets .deals__carousel .ticket__img img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tickets .deals__carousel .actions {
    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;
    width: 100%;
}

.tickets .deals__carousel .actions p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #C1E23A;
    margin-right: 20px;
}

.tickets .arrows {
    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;
}

.tickets .arrows .arr {
    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;
    padding: 12px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1000px;
    margin: 0 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.tickets .arrows .arr svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.tickets .arrows .arr:hover {
    background: #FFFFFF;
    border: 1px solid rgb(255, 255, 255);
}

.tickets .arrows .arr:hover svg path {
    fill: #1A1B1F;
    fill-opacity: 1;
}

.tickets .swiper .swiper-pagination {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
}

.tickets .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 116px;
    opacity: 1;
}

.tickets .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #C1E23A;
    width: 36px;
}

.tickets .attractions .swiper-wrapper {
    height: 294px;
}

.tickets .attractions .attractions__head {
    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;
    width: 100%;
    margin-bottom: 32px;
}

.tickets .attractions .attractions__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.tickets .attractions .attractions__item {
    position: relative;
    max-width: 422px;
    width: 100%;
    height: 262px;
    border-radius: 12px;
    padding: 28px;
}

.tickets .attractions .attractions__link {
    position: absolute;
    right: 4px;
    top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("../img/icons/button_link.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
}

.cart {
    margin-top: 40px;
}

.cart__content {
    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;
    width: 100%;
}

.cart .title {
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.cart .cart__items {
    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;
    width: 100%;
}

.cart .cart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #232428;
    border-radius: 20px;
    width: 100%;
    padding: 28px 40px 44px 48px;
    margin-bottom: 20px;
}

.cart .item {
    text-align: center;
}

.cart .item.name {
    width: 100%;
    max-width: 410px;
    text-align: left;
}

.cart .item.name p {
    margin-top: 8px;
}

.cart .item.time {
    margin: 0 80px;
}

.cart .item.price {
    text-align: end;
}

.cart .item.price .label__name {
    color: #C1E23A;
}

.cart .item label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6);
}

.cart .item .label__name {
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 40px;
}

.cart .item .span {
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #C1E23A;
}

.cart .item__group {
    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;
    max-width: 525px;
    width: 100%;
    margin: 0 120px 0 129px;
}

.cart .delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    margin: auto 0;
}

.cart .btn__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 32px;
    height: 48px;
    width: 100%;
    background: #C1E23A;
    border: 1px solid #C1E23A;
    border-radius: 1000px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-variant: small-caps;
    color: rgba(0, 0, 0, 0.8);
    margin: 20px 0 28px;
}

.cart .total__sum {
    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;
    margin-left: auto;
}

.cart .total__sum .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 20px;
}

.cart .total__sum .total__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.cart .total__sum .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 12px;
    margin-bottom: 8px;
}

.cart .total__sum .price {
    font-weight: 800;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    color: #C1E23A;
}

.cart .total__sum .price.old__price {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}

.cart .total__sum .price.old__price::before {
    content: " ";
    display: block;
    width: 110%;
    border-top: 2px solid #A3A4A5;
    position: absolute;
    height: 0px;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(164.86deg);
    -ms-transform: rotate(164.86deg);
    transform: rotate(164.86deg);
}

.cart .total__sum .saved {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #C1E23A;
}

.cart .deals {
    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;
    width: 100%;
    margin: 40px 0;
}

.cart .deals__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cart .carousel__container {
    overflow: hidden;
    margin-bottom: 60px;
}

.cart .carousel__container .swiper {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.cart .deals__carousel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px;
    background: #232428;
    border-radius: 20px;
    width: auto;
}

.cart .deals__carousel .ticket__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;
    width: 100%;
}

.cart .deals__carousel .ticket__title {
    font-size: 32px;
    line-height: 110%;
    font-weight: 800;
    text-transform: uppercase;
    color: #FFFFFF;
}

.cart .deals__carousel .ticket__subtitle {
    font-size: 32px;
    line-height: 110%;
    font-weight: 800;
    text-transform: uppercase;
    color: #C1E23A;
}

.cart .deals__carousel .ticket__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.5;
    margin: 8px 0 24px;
}

.cart .deals__carousel .ticket__img {
    max-width: 102px;
    width: 100%;
    border-radius: 100px;
    margin-right: 20px;
}

.cart .deals__carousel .ticket__img img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cart .deals__carousel .actions {
    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;
    width: 100%;
}

.cart .deals__carousel .actions p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #C1E23A;
    margin-right: 20px;
}

.cart .arrows {
    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;
}

.cart .arrows .arr {
    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;
    padding: 12px;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1000px;
    margin: 0 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.cart .arrows .arr svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart .arrows .arr:hover {
    background: #FFFFFF;
    border: 1px solid rgb(255, 255, 255);
}

.cart .arrows .arr:hover svg path {
    fill: #1A1B1F;
    fill-opacity: 1;
}

.cart .swiper .swiper-pagination {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
}

.cart .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 116px;
    opacity: 1;
}

.cart .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #C1E23A;
    width: 36px;
}

.cart .add__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 52px;
    height: 48px;
    background: #C1E23A;
    border-radius: 1000px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-variant: small-caps;
    color: rgba(0, 0, 0, 0.8);
}

.cart .add__cart span {
    display: block;
    margin-top: 2px;
}

.attractions .attractions__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px;
}

.attractions .attractions__post:last-child {
    margin-bottom: 0;
}

.attractions .post__image {
    border-radius: 20px;
    margin-right: 40px;
    width: 500px;
}

.attractions .post__image_mob {
    display: none;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
}

.attractions .post__text h2 {
    font-weight: 800;
    font-size: 114px;
    line-height: 100px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.attractions .post__text h3 {
    font-weight: 800;
    font-size: 114px;
    line-height: 100px;
    text-transform: uppercase;
    color: #C1E23A;
    margin: 48px 0 72px;
}

.attractions .post__text .text__space {
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 48px;
    max-width: 484px;
}

.attractions .post__text p {
    font-weight: 800;
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 48px;
}

.attractions .post__text .span,
.attractions .post__text .span__text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.6;
}

.attractions .post__text .span__text {
    max-width: 611px;
    width: 100%;
}

.attractions .buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 48px;
    width: 100%;
    height: 60px;
    background: #C1E23A;
    border-radius: 63px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-variant: small-caps;
    text-transform: uppercase;
    margin: 80px auto 56px;
    color: rgba(0, 0, 0, 0.8);
}

.attractions .buy img {
    margin-left: 8px;
}

@media (max-width: 1360px) {
    .popup .promo_title{
        font-size: 65px;
    }
    /*.popup .promo_timer .divider__description{*/
    /*    width: 5px;*/
    /*}*/
    .popup .promo_text{
        font-size: 26px;
    }
    .popup-content {
        width: 800px;  /* Set the fixed width here */
    }
    .fixed-cart {
        display: block;
    }
    .header .header__links li a{
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .popup .popup_dyno_img{
        display: none;
    }
}

@media (max-width: 1200px) {
    .header .header__links li{
        margin-right: 14px;
    }
    .header .header__links li a{
        font-size: 14px;
    }
    .header .header__tickets{
        padding-left: 14px;
        padding-right: 14px;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .header .header__links {
        display: none;
    }

    .header .header__cart {
        display: none;
    }

    .header .header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .header .header__logo img {
        width: 118px;
    }

    .header .header__tickets {
        font-size: 13px;
        line-height: 20px;
        padding: 12px 0;
        width: 129px;
        height: 44px;
    }

    .header .btn__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: inherit;

    }
}

@media (max-width: 850px){
    .popup .promo_title{
        font-size: 45px;
        line-height: 50px;
    }
    .popup-content {
        width: 660px;  /* Set the fixed width here */
    }
}

@media (max-width: 767px) {
    .popup .promo_title{
        font-size: 42px;
    }
    .popup .promo_timer .timer{
        font-size: 50px;
        line-height: 50px;
    }
    .popup .promo_timer {
        margin-top: 40px;
    }
    .popup-content img.small-promo-banner{
        display: block;
    }
    .popup-content img.big-promo-banner{
        display: none;
    }
    .popup-content {
        width: 520px;  /* Set the fixed width here */
    }
    .container {
        padding: 0 16px;
    }

    .title {
        font-size: 28px;
        line-height: 40px;
    }

    .select2-container--default .select2-results__option {
        font-size: 12px;
        line-height: 20px;
    }

    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 0 28px;
    }

    .language_changer .select2 {
        margin: 28px 0;
    }

    .footer .select2 {
        margin: 28px 0;
    }

    .footer__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__main .logo {
        margin: 0;
    }

    .footer__select {
        margin: 28px 0;
        font-size: 13px;
        line-height: 20px;
    }

    .footer__links {
        position: relative;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-bottom: 32px;
    }

    .footer__links li a {
        font-size: 13px;
        line-height: 20px;
    }

    .footer__contacts {
        width: 100%;
    }

    .footer__contacts a:nth-child(2) {
        margin: 0 8px;
    }

    .footer__contacts .phone {
        margin-left: auto;
    }

    .footer__bottom {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__bottom .links {
        position: relative;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 28px;
    }

    .footer__bottom .links li {
        margin-bottom: 8px;
    }

    .footer__bottom .links li::after {
        content: none;
    }

    .footer__bottom .links li:last-child {
        margin-bottom: 0;
    }

    .footer__bottom span {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer__bottom .rights {
        text-align: right;
    }

    .banner {
        margin-bottom: 0;
    }

    .banner .banner__text h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .banner .banner__image img {
        position: relative;
        top: 0;
        margin: -60px -16px 0;
        width: -webkit-fill-available;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        width: -moz-available;
    }

    .cookies {
        -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;
        left: 0;
        bottom: 40px;
        margin: 0 16px;
        width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 156px;
        padding: 16px;
        border-radius: 28px;
    }

    .cookies .cookies__text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .cookies span {
        font-size: 13px;
        line-height: 20px;
    }

    .cookies .accept {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .modal__cart {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 16px 0;
    }

    .modal__cart .modal__content {
        max-height: 87vh;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 40px 32px;
        margin: 0 16px;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .modal__cart .btn__close_modal {
        top: -48px;
    }

    .modal__cart .btn__close_modal svg {
        width: 36px;
        height: 36px;
    }

    .modal__cart .cart__content {
        overflow-y: auto;
    }

    .modal__cart .cart__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .modal__cart .cart__group .total__price {
        margin: 0;
    }

    .modal__cart .show__name {
        text-align: center;
    }

    .modal__cart .slots__available {
        display: none;
    }

    .modal__cart .cart__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 36px 0 48px;
    }

    .modal__cart .cart__info .slots__available {
        display: block;
    }

    .modal__cart .text {
        text-align: center;
    }

    .modal__cart .cart__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
    }

    .modal__cart .cart__group .price {
        margin-right: 0;
    }

    .modal__cart .cart__group .items__counter {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 48px;
    }

    .modal__cart .cart__group .item__control {
        width: 68px;
    }

    .modal__cart .actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
    }

    .modal__cart .btn {
        width: 100%;
    }

    .modal__cart .continue__shopping {
        margin-right: 0;
        margin-top: 8px;
    }

    .modal__payment {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 16px 0;
    }

    .modal__payment .modal__content {
        max-height: 87vh;
        padding: 40px 24px;
        margin: 0 16px;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .modal__payment .btn__close_modal {
        top: -48px;
    }

    .modal__payment .btn__close_modal svg {
        width: 36px;
        height: 36px;
    }

    .modal__payment .form__items {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 16px;
        margin-bottom: 40px;
    }

    .modal__payment .form__item .input__item {
        height: 48px;
    }

    .modal__payment .terms__items {
        -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;
    }

    .modal__payment .terms {
        width: 100%;
        margin-bottom: 16px;
    }

    .modal__payment .terms:last-child {
        margin-bottom: 0;
    }

    .modal__payment .checkbox + label::before {
        width: 24px;
        min-width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .modal__payment label {
        font-size: 14px;
        line-height: 24px;
    }

    .modal__payment .pay {
        height: 48px;
    }

    .modal__policy .modal__content {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 40px 24px;
        margin: 70px 16px 35px;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .modal__policy .btn__close_modal {
        top: -48px;
    }

    .modal__policy .btn__close_modal svg {
        width: 36px;
        height: 36px;
    }

    .notification {
        display: none;
    }

    .popup__calendar {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding: 16px 0;
    }

    .popup__calendar .popup__content {
        position: relative;
        max-height: 87vh;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 40px 24px;
        margin: 0 16px;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .popup__calendar .close__calendar {
        top: -48px;
    }

    .popup__calendar .close__calendar svg {
        width: 36px;
        height: 36px;
    }

    .popup__calendar .calendar__days time {
        width: 35px;
        height: 35px;
    }

    .most__slick {
        margin-top: 10px;
    }

    .most__slick .item {
        padding: 8px 28px;
        font-size: 28px;
        line-height: 40px;
        margin: 0 4px;
    }

    .experience {
        margin-top: 10px;
    }

    .experience .title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .experience .title h4 {
        font-size: 28px;
        line-height: 40px;
    }

    .experience .title h5 {
        display: none;
    }

    .experience .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 32px 28px;
        height: 508px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
        margin-top: 16px;
    }

    .no-webp .experience .item.item--first {
        background-image: url("../img/group_1_m.png");
    }

    .experience .item.item--first {
        margin-top: 48px;
    }

    .no-webp .experience .item.item--second {
        background-image: url("../img/group_2_m.png");
    }

    .experience .item.item--second {
        background-position: 0 65px;
    }

    .no-webp .experience .item.item--third {
        background-image: url("../img/group_3_m.png");
    }

    .experience .item .item__img {
        display: none;
    }

    .experience .item h6 {
        font-size: 32px;
        line-height: 100%;
    }

    .experience .item p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 12px;
    }

    .experience .btn__download {
        margin-top: 24px;
        padding: 10px 24px;
        height: 40px;
        font-size: 12px;
        line-height: 20px;
    }

    .vr__show {
        margin: 80px 0;
    }

    .vr__show .title {
        font-size: 40px;
        line-height: 40px;
    }

    .vr__show .description {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 48px;
        max-width: 230px;
    }

    .vr__show .show__carousel {
        padding: 0 24px;
    }

    .vr__show .show__carousel img {
        max-height: 300px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .vr__show .carousel__features .swiper-wrapper {
        height: 477px;
    }

    .vr__show .carousel__reviews .swiper-wrapper {
        height: auto;
    }

    .vr__show .show__carousel .show__item {
        height: 453px;
        padding: 36px 24px 68px;
        margin-top: 0;
    }

    .game .subtitle {
        font-size: 40px;
        line-height: 40px;
    }

    .game .items {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 48px;
    }

    .game .items .item img {
        max-width: 100%;
        width: 100%;
        height: 295px;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .game .items .name {
        font-size: 32px;
        line-height: 100%;
        margin-top: 24px;
        padding: 0;
    }

    .game .try__now {
        margin: 60px 0 80px;
        padding: 10px 24px;
        height: 40px;
        font-size: 12px;
        line-height: 20px;
    }

    .game .try__now img {
        width: 8px;
        height: 8px;
        margin-right: 8px;
    }

    .video .items {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
    }

    .video .title {
        font-size: 40px;
    }

    .video .video__content {
        margin-top: 24px;
    }

    .video .video__content .video__back {
        height: 600px;
        border-radius: 28px;
    }

    .video .video__content .play {
        width: 45px;
        height: 42px;
    }

    .video .video__content video {
        height: 600px;
        border-radius: 28px;
    }

    .video .items {
        margin-top: 16px;
        grid-gap: 16px;
    }

    .video .items .item {
        height: auto;
        padding: 32px 28px;
        border-radius: 28px;
    }

    .video .items .item h6 {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .video .items .item p {
        margin-bottom: 20px;
    }

    .video .items .item span {
        font-size: 14px;
        line-height: 20px;
    }

    .white__block {
        margin-top: 80px;
        border-radius: 28px 28px 0 0;
        padding: 32px 0 0;
    }

    .white__block .title {
        font-size: 32px;
        line-height: 32px;
    }

    .white__block .buy {
        padding: 10px 24px;
        margin: 32px 0;
        height: 52px;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
    }

    .white__block .newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 28px 48px;
    }

    .white__block .newsletter__text {
        margin: 0;
    }

    .white__block .newsletter__text img {
        display: none;
    }

    .white__block .newsletter__text p {
        line-height: 100%;
        margin-bottom: 28px;
    }

    .white__block .newsletter__form {
        width: 100%;
    }

    .white__block .newsletter__form form {
        width: 100%;
    }

    .white__block .newsletter__form input {
        padding: 10px 24px;
        height: 40px;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .white__block .newsletter__form .subscribe {
        padding: 10px 24px;
        height: 40px;
        font-size: 13px;
        line-height: 20px;
    }

    .white__block .footer {
        padding: 40px 0 10px;
    }

    .about .post__image {
        display: none;
        margin-right: 0;
        height: 224px;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .about .post__image.mob {
        display: block;
    }

    .about .about__post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .about .post__image_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 492px;
        margin-bottom: 40px;
    }

    .about .post__text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .about .post__text h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .about .post__text p {
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 24px;
    }

    .about .post__text .span {
        max-width: 287px;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .about .post__text .since {
        margin: 24px 0;
    }

    .contacts {
        margin-top: 0px;
    }

    .contacts .contact {
        font-size: 23px;
        margin-bottom: 24px;
    }

    .contacts .contact.contact__address {
        margin-bottom: 52px;
    }

    .banner .banner__image.banner__image__es img {
        top: 0px !important;
    }

    .contacts .contact__map {
        height: 290px;
    }

    .events .title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 40px;
    }

    .events .slick__container {
        margin: 0 16px;
    }

    .events .arrows {
        margin: 24px 0 60px;
    }

    .events .slick-list {
        border-radius: 20px;
        height: 205px;
    }
    .events.home-page .slick-list {
        border-radius: 20px;
        height: 460px;
    }
    .suggestion__title {
        font-size: 40px;
        line-height: 40px;
    }

     .suggestion__text {
        font-size: 14px;
        line-height: 20px;
        margin: 24px 0 40px;
    }

    .form {
        background: #FFFFFF;
        border-radius: 28px 28px 0 0;
        padding-bottom: 28px;
    }

     .form footer .container {
        padding: 0;
    }

     .form .footer__main .logo svg path {
        fill: #1A1B1F;
    }

     .form .footer__select {
        color: #1A1B1F;
    }

     .form .footer__links li a {
        color: #1A1B1F;
    }

     .form .footer__contacts svg path {
        fill: #1A1B1F;
    }

     .form .footer__contacts svg rect {
        stroke: #1A1B1F;
    }

     .form .footer__contacts .phone {
        border: 2px solid #1A1B1F;
        color: #1A1B1F;
    }

     .form .footer__bottom span {
        color: #1A1B1F;
    }

     .form .footer__bottom .links li a {
        color: #1A1B1F;
    }

    .suggestion__form {
        padding: 32px 16px 0;
        margin: 0 -16px;
        width: -webkit-fill-available;
        width: -moz-available;
        background: transparent;
        border-radius: 0;
    }


     .suggestion__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

     .suggestion__group {
        margin-right: 0;
    }

  .suggestion__item {
        margin-bottom: 33px;
    }

  .suggestion__item:last-child {
        margin-bottom: 33px;
    }

  .suggestion__item input {
        height: 48px;
        font-size: 14px;
        line-height: 20px;
        padding: 12px 32px;
    }

  .suggestion__item input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

  .suggestion__item input::-moz-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

  .suggestion__item input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

  .suggestion__item input::-ms-input-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

  .suggestion__item input::placeholder {
        font-size: 14px;
        line-height: 20px;
    }

  .suggestion__item label {
        text-align: center;
        line-height: 100%;
    }

  .suggestion__item textarea {
        height: 160px;
        font-size: 14px;
        line-height: 20px;
    }

  .suggestion__item textarea::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

  .suggestion__item textarea::-moz-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

  .suggestion__item textarea:-ms-input-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

  .suggestion__item textarea::-ms-input-placeholder {
        font-size: 14px;
        line-height: 20px;
    }

  .suggestion__item textarea::placeholder {
        font-size: 14px;
        line-height: 20px;
    }

    .events .btn {
        font-size: 13px;
    }

    .tickets .title {
        font-size: 40px;
        line-height: 40px;
        margin-top: 24px;
        margin-bottom: 48px;
        text-align: center;
    }

    .tickets .tickets__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 28px;
    }

    .tickets .tickets__header p {
        margin-bottom: 12px;
    }

    .tickets .tickets__switch {
        margin: 0;
    }

    .tickets .tickets__switch .checkbox {
        font-size: 12px;
    }

    .tickets .tickets__switch .select2-container--default .select2-selection--single {
        padding: 0px 30px;
    }

    .tickets .tickets__switch .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
        line-height: 20px;
    }

    .tickets .tickets__info {
        padding: 28px 24px 32px;
    }

    .tickets .deals {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 28px;
    }

    .tickets .arrows {
        display: none;
    }

    .tickets .tickets__tabs {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 14px;
        grid-row-gap: 12px;
    }

    .tickets .tab {
        margin-right: 0;
        opacity: 1;
    }

    .tickets .tab.active {
        color: #C1E23A;
    }

    .tickets .tab.active::before {
        content: none;
    }

    .tickets .tab__item {
        padding-top: 28px;
        margin-top: 28px;
    }

    .tickets .item__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tickets .item__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tickets .time__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 8px;
        width: 100%;
    }

    .tickets .time__group {
        margin-right: 0;
    }

    .tickets .radio-time {
        padding: 0 24px;
    }

    .tickets .available__spots {
        margin: 36px 0;
    }

    .tickets .add__cart {
        width: 100%;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
    }

    .tickets .free__time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 24px 24px 32px;
    }

    .tickets .free__time .item__text {
        text-align: center;
        margin: 8px 0 12px;
    }

    .tickets .free__time .item__info p {
        text-align: center;
        margin: auto;
    }

    .tickets .free__time .item__bottom {
        -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;
        margin-top: 0;
    }

    .tickets .free__time .validity {
        max-width: 176px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 32px auto;
        text-align: center;
    }

    .tickets .free__time .validity img {
        margin-right: 0;
        margin-bottom: 4px;
    }

    .tickets .carousel__container {
        margin: 0 16px 60px;
    }

    .tickets .deals__carousel .swiper-wrapper {
        height: 324px;
    }

    .tickets .deals__carousel .item {
        height: 292px;
    }

    .tickets .deals__carousel .actions {
        position: absolute;
        left: 0;
        bottom: 24px;
        padding: 0 24px;
    }

    .tickets .deals__carousel .actions p {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

    .tickets .attractions .swiper-wrapper {
        height: 244px;
    }

    .tickets .attractions .attractions__head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 28px;
    }

    .tickets .attractions .attractions__title {
        color: #FFFFFF;
        text-align: center;
    }

    .tickets .attractions .attractions__item {
        height: 212px;
    }

    .tickets .attractions .attractions__link {
        width: 48px;
        height: 48px;
    }

    .tickets .swiper .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cart .title {
        margin: 0 auto 28px;
    }

    .cart .cart__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 28px 24px 40px;
        margin-bottom: 16px;
    }

    .cart .cart__item:nth-child(2) {
        margin-bottom: 0;
    }

    .cart .item__group {
        -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;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 100%;
        margin: 0 0 40px;
    }

    .cart .item {
        text-align: left;
        margin-bottom: 24px;
    }

    .cart .item.time {
        margin: 0 0 24px;
    }

    .cart .item.price {
        text-align: left;
    }

    .cart .item .label__name {
        margin-top: 8px;
    }

    .cart .delete {
        margin: 0 auto;
    }

    .cart .btn__pay {
        margin: 28px 0;
    }

    .cart .total__sum {
        margin-left: 0;
        width: 100%;
    }

    .cart .total__sum .prices {
        margin-bottom: 0;
    }

    .cart .total__group {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 16px;
    }

    .cart .deals {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 60px auto 28px;
    }

    .cart .arrows {
        display: none;
    }

    .cart .carousel__container {
        margin: 0 16px;
    }

    .cart .deals__carousel .swiper-wrapper {
        height: 324px;
    }

    .cart .deals__carousel .item {
        height: 292px;
    }

    .cart .deals__carousel .actions {
        position: absolute;
        left: 0;
        bottom: 24px;
        padding: 0 24px;
    }

    .cart .deals__carousel .actions p {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }

    .cart .swiper .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cart .add__cart {
        width: 100%;
        font-weight: 700;
        font-size: 12px;
        line-height: 20px;
        padding: 0 24px;
    }

    .attractions .post__image {
        display: none;
        margin-right: 0;
        height: 224px;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .attractions .post__image.mob {
        display: block;
    }

    .attractions .attractions__post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .attractions .post__image_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 492px;
        margin-bottom: 40px;
    }

    .attractions .post__text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .attractions .post__text h3 {
        font-size: 40px;
        line-height: 40px;
        margin: 24px 0;
    }

    .attractions .post__text p {
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 24px;
    }

    .attractions .post__text .text__space {
        margin-bottom: 24px;
    }

    .attractions .post__text .span,
    .attractions .post__text .span__text {
        max-width: 287px;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .attractions .buy {
        margin: 60px 0 0;
    }
}
@media (max-width: 560px) {
    /* Define the chat button style */
    .cart-button {
        position: fixed;
        bottom: 20px; /* Adjust the distance from the bottom as needed */
        right: 20px; /* Adjust the distance from the right as needed */
        width: 60px;
        height: 60px;
        background-color: #fff; /* Customize the button background color */
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        cursor: pointer;
        z-index: 999; /* Ensure it appears above other content */
    }

    .cart-button img {
        width: 30px; /* Adjust the image size as needed */
        height: 30px; /* Adjust the image size as needed */
        display: block;
        margin: 13px auto; /* Center the image in the button */
    }

    /* Add some hover effect for user interaction */
    .cart-button:hover {
        background-color: #0056b3; /* Customize the hover background color */
        transition: background-color 0.3s;
    }

    .popup .promo_title{
        font-size: 25px;
        line-height: 38px;
    }
    .popup .promo_text {
        font-size: 15px;
    }
    .popup .promo_timer .divider__description{
        width: 0px;
    }
    .popup .promo_timer .d-flex {
        gap: 20px;
        font-size: 15px;
    }
    .popup .promo_timer .timer{
        font-size: 45px;
    }
    .popup-content {
        width: 390px; /* Set the fixed width here */
    }
}

@media (max-width: 420px) {
    .popup-content {
        width: 310px; /* Set the fixed width here */
        padding: 50px 52px;
    }
    .popup .promo_timer .d-flex{
        gap: 10px;
        font-size: 10px;
    }
    .popup .promo_timer .timer{
        font-size: 35px;
    }
}

@media (max-width: 360px) {

    .popup__calendar .calendar__title {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .popup__calendar .calendar__week_day {
        grid-column-gap: 3px;
    }

    .popup__calendar .calendar__days {
        grid-column-gap: 3px;
    }

    .popup__calendar .calendar__days time {
        font-size: 14px;
    }

    .popup__calendar .calendar__days time {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 320px) {
    .header .header__tickets {
        font-size: 10px;
        line-height: 14px;
        padding: 12px 0;
        width: 105px;
        height: 40px;
    }

    .header .btn__menu {
        margin: 0 12px 0 auto;
    }

    .footer__bottom span {
        font-size: 11px;
    }

    .banner .banner__text h3 {
        font-size: 32px;
        line-height: 32px;
    }

    .cookies {
        margin: 0 10px;
        padding: 16px;
        width: 300px;
    }

    .cookies img {
        width: 36px;
        height: 36px;
    }

    .cookies span {
        font-size: 10px;
        line-height: 16px;
    }

    .tickets .tab {
        font-size: 26px;
        line-height: 100%;
    }

    .tickets .time__list {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    .tickets .deals__carousel .actions p {
        font-size: 14px;
        margin-right: 25px;
    }

    .tickets .add__cart {
        padding: 0 24px;
    }

    .tickets .attractions .swiper-wrapper {
        height: 212px;
    }

    .tickets .attractions .attractions__item {
        height: 180px;
    }
}

@media (min-width: 1024px) and (max-width: 1360px) {
    .container {
        padding: 0 24px;
    }

    .footer .select2 {
        margin: 10px 0;
    }

    .footer .footer__contacts .phone {
        padding: 12px 22px;
    }

    .footer .footer__links li {
        margin: 0 10px;
    }

    .footer__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__main .logo {
        margin-right: 0;
    }

    .banner {
        margin-bottom: 0;
    }

    .banner .banner__text h3 {
        font-size: 100px;
        line-height: 90px;
    }

    .banner .banner__image img {
        position: relative;
        top: 0;
        margin: -210px -16px 0;
        width: -webkit-fill-available;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .modal__policy .modal__content {
        margin: 100px auto;
        max-width: 976px;
    }

    .white__block .newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 60px 40px 38px;
    }

    .white__block .newsletter__text {
        margin: 0;
    }

    .vr__show .show__carousel .name {
        font-size: 30px;
    }

    .vr__show .show__carousel .show__item {
        height: 610px;
        padding: 50px 40px 78px;
    }

    .vr__show .show__carousel .show__item::after {
        top: 386px;
    }

    .experience .item h6 {
        font-size: 74px;
    }

    .experience .item--first .item__text {
        max-width: 500px;
    }

    .experience .item--first .item__img img {
        width: 72%;
        margin-left: auto;
    }

    .experience .item--second .item__text {
        max-width: 460px;
    }

    .experience .item--second .item__img img {
        width: 75%;
        margin-right: auto;
    }

    .experience .item--third .item__text {
        max-width: 700px;
    }

    .about .about__post {
        margin-bottom: 60px;
    }

    .about .post__text h2 {
        font-size: 78px;
        line-height: 80px;
    }

    .about .post__text .since {
        margin: 30px 0;
    }

    .about .post__text p {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .contacts .contact {
        font-size: 78px;
        margin-bottom: 40px;
    }

    .events .title {
        font-size: 78px;
        line-height: 90px;
    }

  .suggestion__item label {
        font-size: 30px;
    }

    .suggestion__title {
        font-size: 78px;
    }

    .tickets {
        overflow: hidden;
    }

    .tickets .title {
        font-size: 78px;
        margin-bottom: 40px;
    }

    .tickets .tickets__info {
        padding: 40px;
    }

    .tickets .tickets__tabs {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 9 ];
        grid-template-columns: repeat(9, 1fr);
        grid-column-gap: 20px;
    }

    .tickets .item__content {
        -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;
    }

    .tickets .item__group {
        margin-top: 40px;
    }

    .tickets .available__spots {
        margin: 0 20px 0 0;
    }

    .tickets .tab {
        font-size: 28px;
        margin-right: 0;
    }

    .tickets .free__time {
        padding: 40px;
    }

    .tickets .free__time .item__text {
        margin: 0 30px;
    }

    .tickets .deals__carousel .ticket__subtitle {
        font-size: 26px;
    }

    .tickets .deals__carousel .ticket__title {
        font-size: 30px;
    }

    .tickets .carousel__container {
        overflow: visible;
        padding: 0 16px;
        margin: 0 0 60px;
    }

    .tickets .attractions .swiper {
        overflow: visible;
    }

    .cart {
        overflow: hidden;
    }

    .cart .cart__item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 30px 30px 30px;
    }

    .cart .item.name {
        max-width: 310px;
    }

    .cart .item.time {
        margin: 0 40px;
    }

    .cart .item .label__name {
        font-size: 28px;
        line-height: 28px;
    }

    .cart .item__group {
        max-width: 438px;
        margin: 0 60px;
    }

    .cart .deals__carousel .ticket__subtitle {
        font-size: 26px;
    }

    .cart .deals__carousel .ticket__title {
        font-size: 30px;
    }

    .cart .carousel__container {
        overflow: visible;
        margin: 0;
        padding: 0 24px;
    }

    .attractions .post__text h2 {
        font-size: 78px;
        line-height: 80px;
    }

    .attractions .post__text h3 {
        font-size: 78px;
        line-height: 80px;
        margin: 24px 0;
    }

    .attractions .post__text p {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .attractions .post__text .text__space {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .attractions .attractions__post {
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        padding: 0 16px;
    }

    .title {
        font-size: 54px;
    }

    .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer .select2 {
        margin: 28px 0;
    }

    .footer__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__main .logo {
        margin: 0;
    }

    .footer__links {
        position: relative;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-bottom: 32px;
    }

    .footer__select {
        margin: 28px 0;
        font-size: 13px;
        line-height: 20px;
    }

    .footer__contacts .phone {
        margin-left: auto;
    }

    .footer__bottom {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__bottom span {
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer__bottom .links {
        position: relative;
        left: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 28px;
    }

    .footer__bottom .links li {
        margin-bottom: 8px;
    }

    .footer__bottom .links li::after {
        content: none;
    }

    .footer__bottom .rights {
        text-align: right;
    }

    .banner {
        margin-bottom: 0;
    }

    .banner .banner__text h3 {
        font-size: 86px;
        line-height: 90px;
    }

    .banner .banner__image img {
        position: relative;
        top: 0;
        margin: -150px -16px 0;
        width: -webkit-fill-available;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .modal__payment .modal__content {
        padding: 50px;
    }

    .modal__policy .modal__content {
        margin: 80px 16px;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .most__slick .item {
        font-size: 54px;
    }

    .experience .title h5 {
        font-size: 56px;
    }

    .experience .title h4 {
        font-size: 56px;
    }

    .experience .item {
        height: 840px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 50px;
    }

    .experience .item h6 {
        font-size: 62px;
    }

    .experience .item.item--first .item__img img {
        width: 80%;
        margin-left: auto;
    }

    .experience .item.item--second .item__text {
        margin-left: 0;
    }

    .experience .item.item--third .item__img img {
        width: 85%;
        margin-left: auto;
    }

    .vr__show .show__carousel .show__item {
        height: 610px;
        padding: 50px 45px 80px;
    }

    .vr__show .show__carousel .show__item::after {
        top: 385px;
    }

    .game .items {
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 48px;
    }

    .game .items .item {
        text-align: center;
    }

    .game .subtitle {
        font-size: 54px;
    }

    .video .items .item {
        height: auto;
        padding: 45px;
    }

    .white__block .newsletter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 38px;
    }

    .white__block .newsletter__text {
        margin: 0;
    }

    .about .about__post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .about .post__text {
        margin-bottom: 40px;
    }

    .about .post__text h2,
    .about .post__text h3 {
        font-size: 70px;
        line-height: 80px;
    }

    .about .post__text p {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .about .post__text .since {
        margin: 30px 0;
    }

    .contacts {
        margin-top: 30px;
    }

    .contacts .contact {
        font-size: 60px;
        margin-bottom: 36px;
    }

    .events .title {
        font-size: 60px;
        line-height: 80px;
        margin-bottom: 30px;
    }

    .events .arrows {
        margin: 20px 0 30px;
    }

    .suggestion__title {
        font-size: 60px;
        line-height: 80px;
    }

    .suggestion__item {
        align-items: flex-start;
    }

  .suggestion__item label {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .tickets {
        overflow: hidden;
    }

    .tickets .title {
        font-size: 60px;
        margin-bottom: 30px;
    }

    .tickets .tickets__info {
        padding: 24px;
    }

    .tickets .tickets__tabs {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 30px;
        grid-column-gap: 30px;
    }

    .tickets .tab {
        margin-right: 0;
    }

    .tickets .item__content {
        -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;
    }

    .tickets .available__spots {
        margin: 0 24px 0 0;
    }

    .tickets .item__group {
        margin-top: 40px;
    }

    .tickets .time__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 6 ];
        grid-template-columns: repeat(6, 1fr);
        width: 100%;
    }

    .tickets .deals__carousel .ticket__subtitle {
        font-size: 26px;
    }

    .tickets .deals__carousel .ticket__title {
        font-size: 30px;
    }

    .tickets .carousel__container {
        overflow: visible;
        padding: 0 16px;
        margin: 0 0 60px;
    }

    .tickets .free__time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 40px;
    }

    .tickets .free__time .item__text {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        margin: 35px 0;
    }

    .tickets .free__time .item__info p {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        margin: 0 auto;
    }

    .tickets .free__time .item__bottom {
        margin: 35px auto 0;
    }

    .tickets .attractions .swiper {
        overflow: visible;
    }

    .cart {
        overflow: hidden;
    }

    .cart .cart__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart .item.name {
        max-width: 100%;
    }

    .cart .item__group {
        max-width: 100%;
        margin: 40px 0;
    }

    .cart .delete {
        margin: 0 auto;
    }

    .cart .deals__carousel .ticket__subtitle {
        font-size: 26px;
    }

    .cart .deals__carousel .ticket__title {
        font-size: 30px;
    }

    .cart .deals__carousel .item {
        height: 213px;
    }

    .cart .swiper-wrapper {
        height: 245px;
    }

    .cart .carousel__container {
        overflow: visible;
        margin: 0;
        padding: 0 24px;
    }

    .attractions .attractions__post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .attractions .post__text {
        margin-bottom: 40px;
    }

    .attractions .post__text h2,
    .attractions .post__text h3 {
        font-size: 70px;
        line-height: 80px;
    }

    .attractions .post__text h3 {
        margin: 30px 0;
    }

    .attractions .post__text .text__space,
    .attractions .post__text p {
        max-width: 100%;
        margin-bottom: 24px;
    }

    .attractions .post__text .span__text {
        max-width: 100%;
    }

    .attractions .post__image {
        margin-right: 0;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .banner .banner__text h3 {
        font-size: 38px;
        line-height: 38px;
    }
}

@media (min-width: 768px) and (max-width: 824px) {
    .modal__cart .modal__content {
        margin: auto 16px;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .modal__payment .modal__content {
        margin: auto 16px;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .popup__calendar .popup__content {
        margin: auto 16px;
        width: -webkit-fill-available;
        width: -moz-available;
    }
}

.webp .vr__show .show__carousel .show__item::after {
    background-image: url(../img/ellipse.webp);
}

@media (max-width: 767px) {

    .webp .experience .item.item--first {
        background-image: url(../img/group_1_m.webp);
    }

    .webp .experience .item.item--second {
        background-image: url(../img/group_2_m.webp);
    }

    .company__contact span {
        display: block;
        width: 100%;
        /*text-align: center;*/
    }

    .webp .experience .item.item--third {
        background-image: url(../img/group_3_m.webp);
    }
}

.show__policy {
    cursor: pointer;
}

.company__contact {
    display: block;
    width: 100%;
    color: white;
}

.buttons-block-es{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.btn__ticket-es{
    max-width: initial!important;
    margin-bottom: 21px;
}

/*.vr__show .show__carousel.carousel__reviews .show__item {*/

/*}*/

.d-flex{
    display: flex;
}

.justify-content-center{
    justify-content: center;
}

.justify-content-between{
    justify-content: space-between;
}

.align-items-center{
    align-items: center;
}

.text-align-center{
    text-align: center;
}

.theme__color{
    color: #C1E23A!important;
}

.flex-direction-collumn{
    flex-direction: column;
}

.carousel__reviews{
    color: #fff;
}

.carousel__reviews .review__rating{
    max-width: 50%;
    margin-top: 15px;
    width: 50%;
}

.carousel__reviews .review__rating img{
    max-width: 20px!important;
}


.carousel__reviews .review__when {
    color: rgb(94, 94, 94);
    font-weight: initial;
    margin-top: 15px;
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace
}

.carousel__reviews .review__text {
    font-size: 27px;
    flex-grow: 1;
    height: 46%;
    max-height: 46%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 25px;
}

.carousel__reviews--item{
    height: 100%;
}

.carousel__reviews .review__name {
    margin-top: auto;
    font-size: 32px;
    line-height: 35.2px;
}

.parties .parties__post {
    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: center;
    width: 100%;
    justify-content:center;
}

.parties .parties__post .content {
    color: #fff;
    max-width: 600px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    padding: 60px 0 60px ;
}

.parties .title {
    font-size: 114px;
    font-weight: 800;
    line-height: 104px;
    text-align: center;
    }

.parties .title span {
    color: #C1E23A;
}

.parties .parties__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    position: relative;
    background-color: #232428;
    max-height: 660px;
    padding: 80px;
    border-radius: 40px;
}

.parties .parties__card:nth-child(3) {
    margin: 50px 0 50px;
    overflow: hidden;
}

.parties__card .title {
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    text-align: left;
}

.parties .form {
    margin: 100px 0 14px;
}

.parties__card .price {
font-size: 32px;
font-weight: 800;
line-height: 35px;
text-align: left;
color: #C1E23A;
display: flex;
padding: 32px 0 32px;
}

.parties__card ul {
    margin-left: 30px;
}

.parties__card ul li {
    color: #FFF;
    list-style-type: disc;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.parties__card ul li span {
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
}

.parties__card .item__image {
    position: absolute;
    right: -131px;
    top: -55px;
}

 .item__image img {
     max-height: 540px;
 }

 .mirror-image {
     transform: scaleX(-1);
 }

.second .item__image {
    right: -390px;
    top: 60px;
}

 .third .item__image {
     right: 60px;
     top: 20px;
 }

 .language_changer .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
}

@media (min-width: 1200px) {
    .second .item__image img{
        max-height: 700px;
    }
    .third .item__image img{
        max-height: 460px;
    }
}

@media (max-width: 1200px) {
    .parties .parties__card {
        flex-direction: column;
        max-height: none;
    }

    .parties__card .item__image {
        display: flex;
        justify-content: center;
    }

    .parties__card .item__image {
        position: initial;
    }
    .item__image img {
        max-height: 350px;
    }


}

@media (min-width: 992px) and (max-width: 1200px) {
    .parties .parties__card {
        padding: 50px;
    }
    .parties .parties__card:nth-child(3) {
        margin: 25px 0 25px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .parties .parties__card .title {
        font-size: 62px;
    }
    .parties .parties__card:nth-child(3) {
        margin: 25px 0 25px;
    }
}

@media (min-width: 768px) {
    .parties__card .item__image {
        padding-top: 25px;
    }
    .language_changer .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
    }
    .parties .footer__contacts a > img {
        filter: brightness(0) invert(1);
    }
}

@media (max-width: 767px) {
    #select2--container .language_changer .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow {
        color: #ffffff;
    }
    .suggestion__item {
        align-items: flex-start;
    }

    .parties .parties__card:nth-child(3) {
        margin: 25px 0 25px;
    }
    .parties .parties__post .content {
        font-size: 16px;
        line-height: 24px;
    }

    .parties .parties__post .title {
        font-size: 40px;
        line-height: 40px;
    }
    .parties .parties__card {
        padding: 32px 28px;
    }

    .parties__card ul {
        margin-left: 20px;
    }
    .parties .form {
        margin: 50px 0 14px;
    }

    .item__content .title {
        font-size: 32px;
        line-height: 100%;
    }
    .item__content .price {
        font-size: 28px;
        line-height: 100%;
        padding: 24px 0 24px;
    }

    .item__content .content ul li {
        font-size: 12px;
        line-height: 28px;
    }
    .parties__card ul li span {
        font-size: 10px;
        line-height: 20px;
    }
}

@media (max-width: 576px) {
    .item__image img {
        max-height: 350px;
    }
    .second  .item__image img {
        max-height: 200px;
    }

    .footer__links {
        display: block;
        text-align: center;
    }
    .footer__contacts {
        display: flex;
        width: auto;
    }

}

@media (max-width: 420px) {
    .item__image img {
        max-height: 250px;
    }
    .menu__links  {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .item__image img {
        display: none;
    }
}