@font-face {
    font-family: "ALS Schlange sans";
    font-display: swap;
    src: url("../fonts/ALSSchlangesans-Black.woff") format("woff"), url("../fonts/ALSSchlangesans-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "ALS Schlange sans";
    font-display: swap;
    src: url("../fonts/ALSSchlangesans-Bold.woff") format("woff"), url("../fonts/ALSSchlangesans-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

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

@font-face {
    font-family: "Gilroy";
    font-display: swap;
    src: url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

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

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "ALS Schlange sans";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "ALS Schlange sans";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    color: #000;
    font-size: 17px;
}

body._popup-open {
    overflow: hidden;
}

body._lock {
    overflow: hidden;
}

body._lock .header::after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._container {
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    padding: 0px 12px;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 0px;
}

.btn._fw {
    width: 100%;
}

.select {
    position: relative;
}

.select__item {
    position: relative;
}

.select__title {
    color: #000;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 30px;
    padding: 0px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.select__value span {
    height: 1em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select__value:before {
    content: "";
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 11px;
    height: 7px;
    background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%;
}

.select__options {
    color: #000;
    display: none;
    position: absolute;
    top: 29px;
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: 1px solid #d9d9d9;
    border-top: 0;
    font-size: 14px;
    padding: 10px 0px 5px 0px;
}

.select__option {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0px 0px 0px 0px;
}

.select._active {
    z-index: 5;
}

.select._active .select__value:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.select._active .select__options {
    display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: 0px 20px;
}

textarea.input {
    resize: none;
    padding: 0px 0px;
}

.checkbox {
    position: relative;
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
    background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
    cursor: pointer;
}

.checkbox__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.checkbox a {
    color: #fff;
    text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
    border: 1px solid #ee1212;
}

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

.options__item {
    position: relative;
    cursor: pointer;
}

.options__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
}

.options__input:checked + .options__text:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.options__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.3px;
    line-height: calc(20 / 16);
}

.options__text:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0px 14px 0px 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    left: 0;
    top: 0;
    border-radius: 50%;
    width: 20px;
    height: 18px;
    background: #fff;
    border: 1px solid #a7a9ac;
}

.options__text:after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #77243a;
    position: absolute;
    left: 5px;
    top: 4px;
}

.rating-block {
    display: table;
    font-size: 0;
}

.rating {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.rating.edit .star {
    cursor: pointer;
}

.rating .star {
    width: 17px;
    height: 14px;
    display: inline-block;
    position: relative;
    z-index: 3;
}

.rating__line {
    position: absolute;
    width: 85px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
    z-index: 1;
    background-size: 85px 100%;
}

.rating__activeline {
    position: absolute;
    width: 0px;
    height: 14px;
    top: 0;
    left: 0;
    background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
    z-index: 2;
    background-size: 85px 100%;
}

.rating__value {
    display: inline-block;
    color: #1b3139;
    font-size: 14px;
    line-height: 13px;
    vertical-align: middle;
}

.quantity {
    width: 100%;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quantity__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    position: relative;
    cursor: pointer;
    border: 2px solid #4A484B;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.quantity__button::before,
.quantity__button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #4A484B;
    width: 16px;
    height: 2px;
}

.quantity__button_plus::before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.quantity__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.quantity__input input {
    height: 100%;
    color: #E71873;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: 100%;
    text-align: center;
}

._btn {
    min-height: 52px;
    padding: 15px 40px;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: -o-linear-gradient(355deg, #8289f0 0, #6c3cde 100%);
    background: linear-gradient(95deg, #8289f0 0, #6c3cde 100%);
    border-radius: 30px;
    -webkit-box-shadow: 0 8px 22px 0 rgba(108, 60, 222, 0.35);
    box-shadow: 0 8px 22px 0 rgba(108, 60, 222, 0.35);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

ol.counter {
    list-style-type: none;
    counter-reset: item;
}

ol.counter li {
    position: relative;
    padding: 0px 0px 0px 45px;
}

ol.counter li:before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    color: #818181;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #4274bb;
}

.ellipsis {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.es {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.table {
    display: table;
    font-size: 0;
    width: 100%;
}

.trow {
    display: table-row;
}

.cell {
    display: table-cell;
}

.cell.full {
    width: 100%;
}

._ibg {
    position: relative;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

body.ie ._ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.ie ._ibg img {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.video {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.moretext {
    overflow: hidden;
}

.moretext__more {
    cursor: pointer;
}

.moretext__more span {
    font-style: normal;
}

.moretext__more span:first-child {
    display: block;
}

.moretext__more span:last-child {
    display: none;
}

.moretext__more.active span {
    font-style: normal;
}

.moretext__more.active span:first-child {
    display: none;
}

.moretext__more.active span:last-child {
    display: block;
}

#map {
    background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
    overflow: hidden;
}

._swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
    display: none !important;
}

.slick-slider {
    position: relative;
}

.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-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slick-slider .slick-track {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-slider .slick-slide {
    position: relative;
}

.tab__item {
    display: none;
}

.tab__item.active {
    display: block;
}

._tabs-block {
    display: none;
}

._tabs-block._active {
    display: block;
}

.mirror {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.nicescroll-rails {
    z-index: 1000 !important;
}

.gm-style-iw-t {
    opacity: 0;
}

.baloon {
    opacity: 1;
    right: -7px !important;
    bottom: 80px !important;
}

.baloon button {
    display: none !important;
}

.baloon:after {
    display: none !important;
}

.baloon-style {
    display: none;
}

.baloon-content.gm-style-iw {
    opacity: 1;
    border-radius: 0px !important;
    max-width: 300px !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
    overflow: hidden !important;
    max-width: none !important;
}

.baloon-content.gm-style-iw:after {
    display: none !important;
}

.baloon-close {
    top: 18px !important;
}

._custom-scroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    z-index: 1000;
}

._custom-scroll__line {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px 0 0 3px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.popup {
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    padding: 30px 12px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
}

.popup::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup._active {
    overflow: auto;
    visibility: visible;
}

.popup._active::before {
    opacity: 1;
}

.popup._active .popup__body {
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.popup__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: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.popup__body {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 22px;
    background: #FFF;
    padding-top: 50px;
    width: 100%;
    max-width: 540px;
    max-height: 645px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.popup__close {
    width: 42px;
    height: 42px;
    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;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 30;
    background: url("../img/icons/close-popup.svg") center/18px no-repeat, #EBEFF4;
}

.popup-vacancy__body {
    margin-top: 10px;
    color: #4A484B;
    font-family: "Gilroy";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0px 30px 0px 40px;
    margin-right: 10px;
    padding-bottom: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
}

.popup-vacancy__body::-webkit-scrollbar {
    width: 6px;
}

.popup-vacancy__body::-webkit-scrollbar-thumb {
    background: #D9D9D9;
}

.popup-vacancy__body > *:not(:last-child) {
    margin-bottom: 30px;
}

.popup-vacancy__body h4 {
    margin-bottom: 10px !important;
    font-weight: 700;
}

.popup-vacancy__body ul {
    padding-left: 30px;
}

.popup-vacancy__body ul li {
    list-style: disc;
}

.popup-vacancy__bottom {
    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-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #F7F7F7;
    padding: 12px 20px;
}

.popup-vacancy__btn {
    width: 100%;
    max-width: 280px;
}

.header {
    padding: 10px 0px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background: #FFF;
    z-index: 5;
}

.header::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(108, 59, 222, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
}

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

.header__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    min-height: 52px;
    padding: 15px 10px;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: -o-linear-gradient(355deg, #8289F0 0%, #6C3CDE 100%);
    background: linear-gradient(95deg, #8289F0 0%, #6C3CDE 100%);
    border-radius: 30px;
    -webkit-box-shadow: 0px 8px 22px 0px rgba(108, 60, 222, 0.35);
    box-shadow: 0px 8px 22px 0px rgba(108, 60, 222, 0.35);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    gap: 5px;
}

.menu__top {
    display: none;
    padding: 10px 0px;
}

.menu__close {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43px;
    flex: 0 0 43px;
    height: 43px;
    width: 43px;
}

.menu__close img,
.menu__close svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43px;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.menu__list > li:not(:nth-child(-n+8)) {
    display: none;
}

.menu__link {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #6C3CDE;
}

.menu__button {
    display: none;
}

.language {
    position: relative;
}

.language__head {
    display: none;
}

.language__value {
    color: #6C3CDE;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.language__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.language__arrow img,
.language__arrow svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}

.language__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.language__item {
    color: #ABABAB;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.language__item._active {
    color: #6C3CDE;
}

.icon-menu {
    display: none;
}

.reserved-ticket {
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 2;
}

.go-up {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
    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-box-shadow: 0px 8px 22px rgba(108, 60, 222, 0.35);
    box-shadow: 0px 8px 22px rgba(108, 60, 222, 0.35);
    background: -o-linear-gradient(355deg, #8289F0 0%, #6C3CDE 100%);
    background: linear-gradient(95deg, #8289F0 0%, #6C3CDE 100%);
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    position: fixed;
    bottom: 30px;
    right: 90px;
    height: 48px;
    width: 48px;
    z-index: 3;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.go-up:not(._active) {
    display: none;
}

.go-up img,
.go-up svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}

.footer {
    padding-bottom: 30px;
}

.footer__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;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.footer__dev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    color: #6C3CDE;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.banner {
    padding: 30px 0px 40px;
}

.banner__wrapper {
    position: relative;
}

.banner__slider {
    border-radius: 22px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.banner__item {
    border-radius: 22px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    display: block;
    padding-bottom: 52.5%;
}

.banner__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner__arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    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;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner__paggination {
    margin-top: 20px;
}

.paggination {
    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-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.paggination .swiper-pagination-bullet {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 7px;
    flex: 0 0 7px;
    height: 7px;
    width: 7px;
    border-radius: 5px;
    background: rgba(108, 60, 222, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.paggination .swiper-pagination-bullet-active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    background: #6C3CDE;
}

.video-section {
    padding: 40px 0px 0px;
}

.video-section__wrapper {
    padding: 40px;
    border-radius: 22px;
    background: #FFF;
}

.video-section__content {
    margin-top: 30px;
}

.video-section__video {
    border-radius: 22px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

._title {
    color: #6C3CDE;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.section {
    padding: 35px 0px;
}

.section__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 40px;
    border-radius: 22px;
    background: #FFF;
}

.section__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section__slider {
    border-radius: 22px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.section__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 74%;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 100%;
}

.section__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.section__paggination {
    margin-top: 20px;
}

.section__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 405px;
    flex: 0 0 405px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.section__description {
    font-family: Gilroy;
    color: #4A484B;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 20px;
}

.section__cards {
    margin-top: 50px;
}

.cards-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
}

.cards-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 166px;
    flex: 0 0 166px;
    min-height: 170px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    row-gap: 15px;
    text-align: center;
    border-radius: 11px;
    overflow: hidden;
}

.cards-section__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    height: 52px;
    width: 52px;
}

.cards-section__icon img,
.cards-section__icon svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
}

.cards-section__text {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.cards-section__text span span {
    display: inline-block;
}

.zona {
    padding: 40px 0px;
}

.zona__wrapper {
    padding: 40px;
    border-radius: 22px;
    background: #FFF;
    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;
    row-gap: 40px;
}

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

.zona__description {
    margin-top: 20px;
    color: #4A484B;
    text-align: center;
    font-family: "Gilroy";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    max-width: 560px;
}

.zona__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    width: 100%;
}

.zona__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
}

.zona__bottom {
    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;
    text-align: center;
    row-gap: 10px;
}

.zona__text {
    color: #4A484B;
    text-align: center;
    font-family: "Gilroy";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.zona__time {
    padding: 8px 20px;
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    border-radius: 4px;
    background: -o-linear-gradient(355deg, #8289F0 0%, #6C3CDE 100%);
    background: linear-gradient(95deg, #8289F0 0%, #6C3CDE 100%);
}

.zona__time img,
.zona__time svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}

.item-zona {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.item-zona__slider {
    border-radius: 22px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.item-zona__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    padding-bottom: 79.5%;
    border-radius: 22px;
    overflow: hidden;
}

.item-zona__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.item-zona__name {
    text-align: center;
    color: #6C3CDE;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tabel-section {
    padding: 40px 0px;
}

.tabel-section__wrapper {
    padding: 40px;
    border-radius: 22px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}

.tabel-section__item {
    width: 100%;
    max-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: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
}

.tabel-section__title {
    padding: 0px 12px;
}

.tabel-section__title._blue {
    color: #1F68AE;
}

.tabel-section__body {
    width: 100%;
    max-width: 720px;
}

.tabel {
    width: 100%;
    max-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;
    row-gap: 5px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    color: #4A484B;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tabel._special .tabel__column {
    background: rgba(108, 60, 222, 0.05);
}

.tabel._special .tabel__body .tabel__row {
    -ms-grid-columns: calc(100% - 55%) calc((100% - 5px) - 45%);
    grid-template-columns: calc(100% - 55%) calc((100% - 5px) - 45%);
}

.tabel._new-year .tabel__title {
    color: #1F68AE;
}

.tabel._new-year .tabel__column {
    background: #EEF6FC;
}

.tabel._new-year .tabel__body .tabel__row {
    -ms-grid-columns: 1fr 128px 128px 128px;
    grid-template-columns: 1fr 128px 128px 128px;
}

.tabel._new-year .tabel__body .tabel__row:first-child .tabel__item {
    color: #E71873;
    white-space: nowrap;
}

.tabel._new-year .tabel__body .tabel__column:nth-child(3) {
    background: #FFE6F1;
}

.tabel._included {
    font-size: 15px;
}

.tabel._included .tabel__title {
    color: #1F68AE;
}

.tabel._included .tabel__column {
    background: #F7F5FD;
}

.tabel._included .tabel__body .tabel__row {
    -ms-grid-columns: 1fr 110px;
    grid-template-columns: 1fr 110px;
}

.tabel._included .tabel__body .tabel__column:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
}

.tabel._included .tabel__body .tabel__column:nth-child(2) .tabel__item span {
    display: inline-block;
}

.tabel._included .tabel__body .tabel__item {
    font-size: 15px;
}

.tabel._included .tabel__body .tabel__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}

.tabel__head,
.tabel__body,
.tabel__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.tabel__head .tabel__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabel__row {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: 100%;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.tabel__title {
    color: #6C3CDE;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tabel__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    color: #E71873;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tabel__time img,
.tabel__time svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.tabel__item {
    color: #4A484B;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    min-height: 100%;
}

.tabel__item span {
    font-size: 15px;
}

.tabel__body .tabel__row {
    -ms-grid-columns: calc(100% - 55%) calc((100% - 5px) - 45%);
    grid-template-columns: calc(100% - 55%) calc((100% - 5px) - 45%);
}

.tabel__body .tabel__column:not(:first-child) .tabel__item {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tabel__column {
    padding: 5px 15px;
}

.tabel__mini-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #2B2B2B;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding: 5px 0px;
}

.events {
    padding: 40px 0px;
}

.events__wrapper {
    padding: 40px;
    border-radius: 22px;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}

.events__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px;
}

.events__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.events__image {
    position: relative;
    padding-bottom: 100%;
    border-radius: 22px;
    overflow: hidden;
    display: block;
}

.events__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.events__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.events__name {
    color: #6C3CDE;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.events__other {
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    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;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    border-radius: 8px;
    background: #E71873;
}

.events__more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
}

.events__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tickets {
    padding: 40px 0px;
}

/*.tickets._tickets-time .ticket {
  -webkit-clip-path: path("M0 0H89.9862C99.3246 8.22054 112.895 13.394 128 13.394C143.105 13.394 156.675 8.22054 166.014 0H257V364H166.014C156.675 355.779 143.105 350.606 128 350.606C112.895 350.606 99.3246 355.779 89.9861 364H0V0Z");
          clip-path: path("M0 0H89.9862C99.3246 8.22054 112.895 13.394 128 13.394C143.105 13.394 156.675 8.22054 166.014 0H257V364H166.014C156.675 355.779 143.105 350.606 128 350.606C112.895 350.606 99.3246 355.779 89.9861 364H0V0Z");
}*/

.tickets._tickets-time .tickets__content {
    display: block;
}

.tickets._tickets-time .benefits-ticket {
    row-gap: 10px;
}

.tickets._tickets-time .benefits-ticket__item {
    background: none;
    padding: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

._no-webp .tickets__wrapper {
    background: url(../img/bg-tickets.png) center top/cover no-repeat;
}

.tickets__wrapper {
    padding: 40px 30px;
    border-radius: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tickets__head {
    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;
    row-gap: 20px;
}

.tickets__title {
    color: #E71873;
}

.tickets__children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    color: #2B2B2B;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tickets__children img,
.tickets__children svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}

.tickets__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 20px;
}

.tickets__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
}

.tickets__footer {
    text-align: center;
    color: #4A484B;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}

.tickets__block {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 20px;
}

.tickets__block._active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ticket {
    border-radius: 11px;
    background: url(../img/ticket-bg.svg) top center/100% 100% no-repeat;
    background-size: cover;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.ticket__top {
    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;
    row-gap: 10px;
}

.ticket__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #4A484B;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ticket__price {
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #E71873;
}

.ticket__button {
    border-radius: 50px;
    border: 2px solid #E71873;
    color: #E71873;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ticket__time-price {
    margin-top: -5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 6px 10px;
    background: -o-linear-gradient(355deg, #8289F0 0%, #6C3CDE 100%);
    background: linear-gradient(95deg, #8289F0 0%, #6C3CDE 100%);
    border-radius: 4px;
}

.benefits-ticket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2px;
}

.benefits-ticket__item {
    background: #F7F5FD;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 5px 12px;
}

.benefits-ticket__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}

.benefits-ticket__icon img,
.benefits-ticket__icon svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.benefits-ticket__name {
    color: #4A484B;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nav-tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.nav-tickets__item {
    padding: 5px 10px;
    border-radius: 4px;
    background: #FFF;
    color: #4A484B;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    cursor: pointer;
}

.nav-tickets__item._active {
    background: -o-linear-gradient(355deg, #8289F0 0%, #6C3CDE 100%);
    background: linear-gradient(95deg, #8289F0 0%, #6C3CDE 100%);
    color: #fff;
}

.contacts {
    padding: 40px 0px 80px;
}

.contacts__wrapper {
    padding: 40px;
    border-radius: 22px;
    background: #FFF;
}

.contacts__content {
    position: relative;
    padding: 30px;
    min-height: 500px;
}

.contacts__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 22px;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
    overflow: hidden;
}

.contacts__map iframe {
    width: 100%;
    height: 100%;
}

.contacts__card {
    width: 100%;
    max-width: 370px;
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 11px;
    background: #FFF;
    -webkit-box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.1), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
    box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.1), 0px 6px 14px -6px rgba(24, 39, 75, 0.12);
}

.contacts__image {
    border-radius: 11px;
    position: relative;
    overflow: hidden;
    padding-bottom: 68%;
}

.contacts__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.contacts__info {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.contacts__title {
    color: #6C3CDE;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
}

.contacts__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
}

.contacts__icon img,
.contacts__icon svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.contacts__value {
    color: #4A484B;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contacts__value_address {
    color: #6C3CDE !important;
    text-decoration: underline;
}

.contacts__value a {
    color: inherit;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.place-card {
    display: none !important;
}

.select-tickets {
    padding: 30px 0px 40px;
}

._no-webp .select-tickets__wrapper {
    background: url(../img/bg-tickets.png) center top/cover no-repeat;
}

.select-tickets__wrapper {
    padding: 40px 30px;
    border-radius: 22px;
}

.select-tickets__head {
    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;
    row-gap: 30px;
}

.select-tickets__title {
    color: #E71873;
}

.select-tickets__children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    color: #2B2B2B;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.select-tickets__children img,
.select-tickets__children svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}

.select-tickets__body {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.select-tickets__item {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
    -ms-grid-columns: 160px 100px 1fr 140px;
    grid-template-columns: 160px 100px 1fr 140px;
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    min-height: 102px;
}

.select-tickets__item > * {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.select-tickets__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #4A484B;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.select-tickets__time img,
.select-tickets__time svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}

.select-tickets__price {
    color: #E71873;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.select-tickets__description {
    color: #4A484B;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.select-tickets__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.select-tickets__action._active .select-tickets__button {
    display: none;
}

.select-tickets__action._active .select-tickets__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.select-tickets__button {
    font-size: 0;
}

.select-tickets__plus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 2px solid #4A484B;
    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;
    position: relative;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.select-tickets__plus::before,
.select-tickets__plus::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #4A484B;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.select-tickets__plus::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.select-tickets__quantity {
    display: none;
}

.select-tickets__outside {
    margin-top: 40px;
}

.outside-select-tickets {
    padding: 20px 40px;
    border-radius: 22px;
    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;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    background: #E71873;
}

.outside-select-tickets__total {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.outside-select-tickets__total span {
    font-weight: 900;
}

.outside-select-tickets__button {
    border-radius: 50px;
    background: #FFF;
    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-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 10px 25px;
    border-radius: 50px;
    background: #FFF;
    min-height: 52px;
    color: #6C3CDE;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.outside-select-tickets__button img,
.outside-select-tickets__button svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.events-page {
    padding: 30px 0px;
}

.events-page._other .events-page__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.events-page__wrapper {
    padding: 40px;
    border-radius: 22px;
    background: #fff;
}

.events-page__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px 1fr 48px;
    grid-template-columns: 48px 1fr 48px;
}

.events-page__back {
    width: 48px;
    height: 48px;
    border-radius: 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;
    background: -o-linear-gradient(355deg, #8289F0 0%, #6C3CDE 100%);
    background: linear-gradient(95deg, #8289F0 0%, #6C3CDE 100%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.events-page__back img,
.events-page__back svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.events-page__body {
    margin-top: 40px;
}

.events-page__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.events-page__pc .events__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
}

.mobile-events-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
}

.mobile-events-page__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
}

.mobile-events-page__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.mobile-events-page__img {
    width: 100%;
    max-width: 100%;
    padding-bottom: 69%;
    position: relative;
    display: block;
}

.mobile-events-page__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.mobile-events-page__price {
    padding: 4px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: #E71873;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
}

.mobile-events-page__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 8px;
}

.mobile-events-page__name {
    color: #6C3CDE;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.mobile-events-page__text {
    color: #4A484B;
    font-family: "Gilroy";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.mobile-events-page__date {
    color: #4A484B;
    font-family: "Gilroy";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.card-event {
    padding: 30px 0px;
}

.card-event__wrapper {
    padding: 40px;
    border-radius: 22px;
    background: #fff;
}

.card-event__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px 1fr 48px;
    grid-template-columns: 48px 1fr 48px;
}

.card-event__back {
    width: 48px;
    height: 48px;
    border-radius: 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;
    background: -o-linear-gradient(355deg, #8289F0 0%, #6C3CDE 100%);
    background: linear-gradient(95deg, #8289F0 0%, #6C3CDE 100%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.card-event__back img,
.card-event__back svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.card-event__body {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.card-event__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}

.card-event__info {
    margin-top: 30px;
}

.card-event__description {
    color: #4A484B;
    font-family: "Gilroy";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
}

.card-event__footer {
    margin-top: 10px;
}

.card-event__more {
    color: #6C3CDE;
    font-family: "Gilroy";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.card-event__less {
    color: #6C3CDE;
    display: none;
    font-family: "Gilroy";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.card-event__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 295px;
    flex: 0 0 295px;
}

.gallery-card-event__main {
    border-radius: 22px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.gallery-card-event__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 49%;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.gallery-card-event__image:not(:last-child) {
    margin-right: 20px;
}

.gallery-card-event__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-card-event__thumbs {
    margin-top: 40px;
}

.gallery-card-event__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.gallery-card-event__item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-card-event__item:not(.swiper-slide-thumb-active)::after {
    opacity: 1;
}

.gallery-card-event__item:not(:last-child) {
    margin-right: 8px;
}

.gallery-card-event__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar-card-event {
    border-radius: 22px;
    background: -o-linear-gradient(355deg, rgba(130, 137, 240, 0.1) 0%, rgba(108, 60, 222, 0.1) 100%);
    background: linear-gradient(95deg, rgba(130, 137, 240, 0.1) 0%, rgba(108, 60, 222, 0.1) 100%);
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.sidebar-card-event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.sidebar-card-event__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.sidebar-card-event__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    height: 32px;
    width: 32px;
}

.sidebar-card-event__icon img,
.sidebar-card-event__icon svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
}

.sidebar-card-event__text {
    color: #6C3CDE;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.sidebar-card-event__text a {
    color: inherit;
}

.sidebar-card-event__button {
    width: 100%;
    max-width: 100%;
}

.fill-banner__slide {
    position: relative;
    min-height: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0px;
}

.fill-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fill-banner__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.fill-banner__container {
    position: relative;
    z-index: 1;
}

.fill-banner__info {
    padding: 0px 50px;
}

.fill-banner__title {
    color: #fff;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    max-width: 550px;
}

.vacancy {
    padding: 60px 0px 40px;
}

.vacancy__count {
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    color: #6C3CDE;
}

.vacancy__count span {
    color: #E71873;
}

.vacancy__content {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.vacancy__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
    flex: 0 0 calc((100% - 30px * 2) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 22px;
    overflow: hidden;
}

.vacancy__head {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.vacancy__image {
    width: 100%;
    position: relative;
    padding-bottom: 69%;
    display: block;
}

.vacancy__image img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.vacancy__body {
    background: #FFFFFF;
    padding: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.vacancy__name {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #6C3CDE;
    margin-bottom: 7px;
}

.vacancy__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #4A484B;
    font-family: "Gilroy";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.vacancy__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: 30px;
}

.vacancy__send {
    padding: 10px 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.vacancy__more {
    border-radius: 50px;
    border: 2px solid #8289F0;
    color: #6C3CDE;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-height: 52px;
    padding: 10px 30px;
    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-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.page {
    padding-top: 91px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.mob_slid {
    display: none;
}

.select-tickets__quantity.quantity._active {
    display: flex;
}

.error_info {
    display: none;
}

form.quiz__form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.order__title {
    color: #000000;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

div#error_info {
    color: #4A484B;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.form__elem {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.form__elem input {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #a1a1a1;
    font-size: 20px;
    line-height: 125%;
    color: #E71873;
}

label.agreement_lb {
    display: flex;
}

.form__elem input#agreement {
    width: 25px;
}

button.header__button._btn.order_submit {
    width: 100%;
}

button.header__button._btn.order_submit {
    display: block;
}

.off_button {
    display: none;
}

.phone_icon {
    flex: 0 0 50px;
    padding: 5px 10px;
    border-radius: 20px;
}

.header__content {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}
.header__content svg.w-6.h-6 {
    width: 30px;
    height: 30px;
}
.header__language.language._spollers {
    margin-right: 10px;
}
.reserved-ticket .phone_icon{
    margin-right: 15px;
}
.reserved-ticket .phone_icon svg.w-6.h-6 {
    width: 30px;
    height: 30px;
}

span.old-price {
    color: #4A484B;
    font-family: "ALS Schlange sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: line-through;
}
span.sale-price {
    color: var(--viole-2, #6C3CDE);
    font-family: "ALS Schlange sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
span.sale-info {
    border-radius: 4px;
    background: var(--ros, #E71873);
    padding: 2px 10px;
    color: #FFF;
    font-family: "ALS Schlange sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.ch_price {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
span.old-price_ch {
    color: #4A484B;
    font-family: "ALS Schlange sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: line-through;
}
span.sale-price_ch {
    color: var(--ros, #E71873);
    text-align: center;
    font-family: "ALS Schlange sans";
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
span.sale-info_ch{
    padding: 2px 7px;
    border-radius: 4px;
    background: var(--viole-grad, linear-gradient(95deg, #8289F0 0%, #6C3CDE 100%));
    color: #FFF;
    font-family: "ALS Schlange sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}