/*@font-face {
    font-family: "MuseoCyrl-700";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/bitrix/templates/palacefun_new/fonts/museocyrl-700.eot');
    src: url('/bitrix/templates/palacefun_new/fonts/museocyrl-700.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/palacefun_new/fonts/museocyrl-700.svg#MuseoCyrl-700') format('svg'), url('/bitrix/templates/palacefun_new/fonts/museocyrl-700.ttf') format('truetype'), url('/bitrix/templates/palacefun_new/fonts/museocyrl-700.woff') format('woff'), url('/bitrix/templates/palacefun_new/fonts/museocyrl-700.woff2') format('woff2');
}*/
@font-face {
    font-family: "MuseoSansCyrl-700";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/bitrix/templates/palacefun_new/fonts/museo_sans_cyrl_900.eot');
    src: url('/bitrix/templates/palacefun_new/fonts/museo_sans_cyrl_900_iefix.eot') format('embedded-opentype'), url('/bitrix/templates/palacefun_new/fonts/museo_sans_cyrl_900.ttf') format('truetype'), url('/bitrix/templates/palacefun_new/fonts/museo_sans_cyrl_900.woff') format('woff');
}

.ux__btn {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 50px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 100%), #FD29F6;
    color: #2B2639;
    font-family: "Gosha Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.ux__text-neon {
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: #FD29F6;
    color: #FFF;
}
.ux__text-neon--purple {
    background: linear-gradient(90deg, #EDBDEB 0%, #D688D4 97.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ux__container {
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 40px;
}
.ux__title {
    font-family: "Marcovaldo", sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 120%;
}

.notification__cookie {
    max-width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 22px;
    padding: 12px 25px;
    border-radius: 20px;
    border: 1px solid #FC35F4;
    background: rgba(255, 255, 255, 0.50);
    font-family: "Gosha Sans", sans-serif;
    z-index: 100;
}
.notification__cookie--hide {
    display: none;
}
.notification__cookie-wrap {
    display: flex;
    align-items: center;
}
.notification__cookie-text {
    color: #2B2639;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.notification__cookie-button {
    margin-left: 20px;
}

.ux__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
}
.ux__pagination-num {
    width: 36px;
    height: 36px;
    margin: 0 3px;
    border-radius: 100%;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    transition: all 0.3s;
}
a.ux__pagination-num:hover {
    color: #FC35F4;
}
.ux__pagination-num--active {
    background: radial-gradient(50% 50% at 50% 50%, #FD32F5 0%, #FA7CE7 100%);

}
.ux__pagination-arrow {
    margin: 0 22px;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 36px;
    transition: all 0.3s;
}
.ux__pagination-arrow:hover {
    color: #FC35F4;
}
/*.ux__pagination-arrow--disabled {
    color: #83868C !important;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}*/
.ux__pagination-prev {
    margin-left: -148px;
    padding-left: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.0215 3.77344L2.79297 12.002L11.0215 20.2306' stroke='%23FC35F4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.79297 12H21.6011' stroke='%23FC35F4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center left;
}
.ux__pagination-next {
    margin-right: -136px;
    padding-right: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.9785 3.77344L21.207 12.002L12.9785 20.2306' stroke='%23FC35F4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.207 12H2.39887' stroke='%23FC35F4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center right;
}

/*== Header ==*/

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 4px 0;
    background: linear-gradient(180deg, rgba(252, 53, 244, 0.10) 0%, rgba(252, 53, 244, 0.00) 109.63%), linear-gradient(180deg, rgba(4, 7, 31, 0.40) 0%, rgba(0, 0, 0, 0.00) 103.7%);
    font-family: "Gosha Sans", sans-serif;
    z-index: 1000;
    transition: all 0.3s;
}
.header--scroll {
    background: #080D19;
}
.header.header--main {
    background: linear-gradient(180deg, rgba(252, 53, 244, 0.10) 0%, rgba(252, 53, 244, 0.00) 109.63%), linear-gradient(180deg, rgba(4, 7, 31, 0.40) 0%, rgba(0, 0, 0, 0.00) 103.7%);
}
.header.header--open-menu {
    background: #080D19;
}
.header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 0 30px;
}
.header__col {
    display: flex;
    align-items: center;
}
.header__item {
    padding: 0 15px;
}

.header__top {
    margin-bottom: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.header__adr {
    padding-left: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M9.82628 1.58594C6.26307 1.58594 3.33203 4.51697 3.33203 8.08019C3.33203 11.471 9.13663 19.402 9.36651 19.6894C9.48146 19.8618 9.65387 19.9193 9.82628 19.9193C9.9987 19.9193 10.1711 19.8618 10.2861 19.6894C10.5159 19.3446 16.3205 11.471 16.3205 8.08019C16.3205 4.51697 13.3895 1.58594 9.82628 1.58594ZM9.82628 11.2986C7.9872 11.2986 6.43548 9.74686 6.43548 7.90778C6.43548 6.01122 7.9872 4.51697 9.82628 4.51697C11.7228 4.51697 13.2171 6.0687 13.2171 7.90778C13.2171 9.74686 11.6654 11.2986 9.82628 11.2986Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 16px;
    line-height: 120%;
}
.header__email {
    padding-left: 25px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M17 3H3C2.0375 3 1.25875 3.7875 1.25875 4.75L1.25 15.25C1.25 16.2125 2.0375 17 3 17H17C17.9625 17 18.75 16.2125 18.75 15.25V4.75C18.75 3.7875 17.9625 3 17 3ZM16.65 6.71875L10.4637 10.5863C10.1838 10.7613 9.81625 10.7613 9.53625 10.5863L3.35 6.71875C3.13125 6.57875 3 6.3425 3 6.08875C3 5.5025 3.63875 5.1525 4.1375 5.45875L10 9.125L15.8625 5.45875C16.3613 5.1525 17 5.5025 17 6.08875C17 6.3425 16.8688 6.57875 16.65 6.71875Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 16px;
    line-height: 120%;
}
.header__soc {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.header__soc-item {
    padding: 0 5px;
}
.header__soc-item--email {
    display: none;
}
.header__soc-item img {
    width: 32px;
    max-width: 100%;
}
.lang__block {
    position: relative;
    font-family: "Gosha Sans", sans-serif;
}
.lang__block-btn {
    display: flex;
    align-items: center;
    padding: 6px 19px;
    border-radius: 40px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(252, 53, 244, 0.80) 0%, rgba(252, 53, 244, 0.00) 100%), rgba(69, 69, 69, 0.50);
    color: #ECECEC;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.lang__block-btn span {
    padding-bottom: 4px;
}
.lang__block-btn:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5.09109 10.0938L1.56836 2.09375L3.8695 2.09375L6.06836 7.57102L5.94904 7.49716H6.23313L6.11381 7.57102L8.31268 2.09375L10.6138 2.09375L7.09109 10.0938H5.09109Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.lang__block-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    padding: 18px 38px;
    border-radius: 20px;
    border: 1px solid #fc35f4;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 1;
}
.lang__block-dropdown--show {
    opacity: 1;
    visibility: visible;
}
.lang__block-dropdown__item {
    margin-bottom: 20px;
}
.lang__block-dropdown__item:last-child {
    margin-bottom: 0;
}
.lang__block-dropdown__link {
    display: inline-block;
    position: relative;
    color: #2B2639;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    transition: all 0.3s;
}
.lang__block-dropdown__link:hover {
    color: #FC35F4;
}
.lang__block-dropdown__link:after {
    content: '';
    display: inline-block;
    width: 162px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='162' height='50' viewBox='0 0 162 50' fill='none'%3E%3Crect width='162' height='50' fill='url(%23paint0_radial_3830_611)' fill-opacity='0.5'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_3830_611' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(81 25) rotate(90) scale(25 68.6441)'%3E%3Cstop stop-color='%23FC35F4'/%3E%3Cstop offset='1' stop-color='%23FC35F4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.lang__block-dropdown__link:hover:after {
    opacity: 1;
    visibility: visible;
}

.header__logo img {
    width: 100px;
}
.header__tel {
    position: relative;
    margin-right: 20px;
}
.header__tel-btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    cursor: pointer;
}
.header__tel-time {
    margin-left: 12px;
    font-size: 14px;
    line-height: 120%;
}
.header__tel-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    padding: 18px 38px;
    border-radius: 20px;
    border: 1px solid #fc35f4;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 1;
}
.header__tel-dropdown--show {
    opacity: 1;
    visibility: visible;
}
.header__tel-dropdown__item {
    margin-bottom: 16px;
    text-align: center;
}
.header__tel-dropdown__item:last-child {
    margin-bottom: 0;
}
.header__tel-dropdown__link {
    display: inline-block;
    position: relative;
    color: #2B2639;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    transition: all 0.3s;
}
.header__tel-dropdown__link:hover {
    color: #FC35F4;
}
.header__tel-dropdown__link:after {
    content: '';
    display: inline-block;
    width: 162px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='162' height='50' viewBox='0 0 162 50' fill='none'%3E%3Crect width='162' height='50' fill='url(%23paint0_radial_3830_611)' fill-opacity='0.5'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_3830_611' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(81 25) rotate(90) scale(25 68.6441)'%3E%3Cstop stop-color='%23FC35F4'/%3E%3Cstop offset='1' stop-color='%23FC35F4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.header__tel-dropdown__link:hover:after {
    opacity: 1;
    visibility: visible;
}
.header__top .header__item--tel {
    display: none;
}
.header__restore .ux__btn {
    padding: 16px 19px;
}
.header__item--burger {
    display: none;
}
.header__burger-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='12' fill='%23454545' fill-opacity='0.5'/%3E%3Crect width='40' height='40' rx='12' fill='url(%23paint0_radial_51_1074)' fill-opacity='0.8'/%3E%3Cpath d='M9 20H31' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 12H31' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 28H31' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_51_1074' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(20 20) rotate(90) scale(20)'%3E%3Cstop stop-color='%23FC35F4'/%3E%3Cstop offset='1' stop-color='%23FC35F4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.header__burger-btn--active {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='12' fill='%23454545' fill-opacity='0.5'/%3E%3Crect width='40' height='40' rx='12' fill='url(%23paint0_radial_51_1153)' fill-opacity='0.8'/%3E%3Cpath d='M27.5 11.5L12.5 26.5' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 13.5L27.5 28.5' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_51_1153' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(20 20) rotate(90) scale(20)'%3E%3Cstop stop-color='%23FC35F4'/%3E%3Cstop offset='1' stop-color='%23FC35F4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.header__menu {
    display: flex;
    align-items: center;
    margin: 0 -20px;
    padding-left: 20px;
}
.header__menu-item {
    position: relative;
    padding: 0 20px;
}
.header__menu-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    transition: all 0.3s;
}
.header__menu-item:hover .header__menu-link {
    color: #FC35F4;
}
.header__menu-item--parent > .header__menu-link:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5.09109 10.0938L1.56836 2.09375L3.8695 2.09375L6.06836 7.57102L5.94904 7.49716H6.23313L6.11381 7.57102L8.31268 2.09375L10.6138 2.09375L7.09109 10.0938H5.09109Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.header__menu-item--parent:hover > .header__menu-link:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M5.09109 10.0938L1.56836 2.09375L3.8695 2.09375L6.06836 7.57102L5.94904 7.49716H6.23313L6.11381 7.57102L8.31268 2.09375L10.6138 2.09375L7.09109 10.0938H5.09109Z' fill='%23FC35F4'/%3E%3C/svg%3E");
}
.header__menu-item--akcii .ux__btn {
    width: 105px;
}
.header__menu-submenu {
    min-width: 162px;
    position: absolute;
    top: 100%;
    left: 20px;
    margin-top: 10px;
    padding: 18px 38px;
    border-radius: 20px;
    border: 1px solid #fc35f4;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.header__menu-submenu:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.header__menu-item:hover > .header__menu-submenu {
    opacity: 1;
    visibility: visible;
}
.header__submenu-item {
    margin-bottom: 20px;
}
.header__submenu-item:last-child {
    margin-bottom: 0;
}
.header__submenu-link {
    display: block;
    position: relative;
    color: #2B2639;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    transition: all 0.3s;
}
.header__submenu-link span {
    display: inline-block;
    position: relative;
}
.header__submenu-link span:before {
    content: '';
    display: inline-block;
    width: 162px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='162' height='50' viewBox='0 0 162 50' fill='none'%3E%3Crect width='162' height='50' fill='url(%23paint0_radial_3830_611)' fill-opacity='0.5'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_3830_611' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(81 25) rotate(90) scale(25 68.6441)'%3E%3Cstop stop-color='%23FC35F4'/%3E%3Cstop offset='1' stop-color='%23FC35F4' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.header__submenu-link:hover span:before {
    opacity: 1;
    visibility: visible;
}
.header__submenu-item:hover > .header__submenu-link {
    color: #FC35F4;
}
.header__submenu-item--parent > .header__submenu-link:after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: -18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%232B2639' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.header__submenu-item--parent:hover > .header__submenu-link:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23FC35F4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.header__menu-submenu .header__menu-submenu .header__submenu-link:hover span:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='162' height='50' viewBox='0 0 162 50' fill='none'%3E%3Crect width='162' height='50' fill='url(%23paint0_radial_3830_609)' fill-opacity='0.5'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_3830_609' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(81 25) rotate(90) scale(25 68.6441)'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
}
.header__menu-submenu .header__menu-submenu {
    min-width: 286px;
    min-height: 100%;
    top: 0;
    left: 100%;
    margin-top: 0;
    background: rgba(252, 53, 244, 0.9);
}
.header__menu-submenu .header__menu-submenu:before {
    content: '';
    position: absolute;
    top: 0;
    left: -38px;
    width: 38px;
    height: 100%;
}
.header__submenu-item--parent:hover > .header__menu-submenu {
    opacity: 1;
    visibility: visible;
}
.header__menu-submenu .header__menu-submenu .header__submenu-item:hover > .header__submenu-link {
    color: #FFF;
}

.mobile__menu {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 100%;
    left: 0;
    padding-top: 113px;
    background: #080D19;
    /*background: linear-gradient(180deg, rgba(252, 53, 244, 0.10) 0%, rgba(252, 53, 244, 0.00) 109.63%), #080D19;*/
    font-family: "Gosha Sans", sans-serif;
    transition: all 0.3s;
    z-index: 999;
}
/*.mobile__menu.mobile__menu--scroll {
    background: #080D19;
}*/
/*.mobile__menu.mobile__menu--main {
    background: linear-gradient(180deg, rgba(252, 53, 244, 0.10) 0%, rgba(252, 53, 244, 0.00) 109.63%), #080D19;
}*/
.mobile__menu--show {
    top: 0;
}
.mobile__menu-row {
    max-height: 100%;
    overflow: auto;
}
.mobile__menu-menu {
    position: relative;
    margin: 0 0 -7px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
}
.mobile__menu-item {

}
.mobile__menu-link {
    display: block;
    position: relative;
    padding: 7px 30px;
    transition: all 0.3s;
}
.mobile__menu-link:hover, .mobile__menu-item--open > .mobile__menu-link {
    background-color: rgba(252, 53, 244, 0.10);
    color: #FC35F4;
}
.mobile__menu-link__arrow {
    display: inline-block;
    width: 54px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.mobile__menu-link__arrow:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L7 7L13 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
}
.mobile__menu-item--open > .mobile__menu-link .mobile__menu-link__arrow:before {
    transform: rotate(180deg);
}
.mobile__menu-link:hover .mobile__menu-link__arrow:before, .mobile__menu-item--open > .mobile__menu-link .mobile__menu-link__arrow:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L7 7L13 1' stroke='%23FC35F4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.mobile__menu-submenu {
    overflow: hidden;
    max-height: 0;
    transition: 0.3s ease-out;
    z-index: 1;
}
.mobile__menu-item--open > .mobile__menu-submenu {
    max-height: 100vh;
    transition: 0.3s ease-in;
}
.mobile__menu-submenu .mobile__menu-item .mobile__menu-link {
    padding-left: 40px;
}
.mobile__menu-submenu .mobile__menu-submenu .mobile__menu-item .mobile__menu-link {
    padding-left: 50px;
}
.mobile__menu-block {
    margin: 24px 30px;
}

/*== Покупка билетов ==*/

.cart__main-stage {
    display: flex;
    align-items: center;
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "MuseoSansCyrl-700", 'MuseoCyrl-900', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}
.cart__main-stage__number {
    display: inline-block;
    width: 30px;
    height: 30px;
    flex: none;
    margin-right: 15px;
    border-radius: 30px;
    background: radial-gradient(50% 50% at 50% 50%, #FD32F5 0%, #FA7CE7 100%);
    color: #2B2639;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.cart-main-list .cart__main-stage {
    width: 400px;
    margin-bottom: 20px;
}
.cart-main__item {
    margin-bottom: 15px;
}
.ticket-cart-popup-main:last-child {
    margin-bottom: 0;
}
.basket__popup_all_tickets_block {
    font-family: "MuseoSansCyrl-700", 'MuseoCyrl-900', sans-serif;
}
.basket__popup_all_tickets_block:not(:last-child) {
    margin-bottom: 5px;
}
.basket__popup_next_btn {
    margin: 15px auto;
    position: fixed;
    bottom: -80px;
    z-index: 0;
    left: 0;
    right: 0;
    transition: .3s ease;
}
.basket__popup_next_btn_active {
    bottom: 20px;
}
.cart_text {
    right: 51.5%;
}
.cart_text_content {
    border-radius: 30px;
    padding: 25px 40px;
    background: rgba(27, 31, 40, 0.50);
    font-family: "MuseoSansCyrl-700", 'MuseoCyrl-900', sans-serif;
    line-height: normal;
}
.cart_text .cart_text_content p:not(:last-child) {
    margin-bottom: 14px;
}
.cart_text_content_title {
    font-size: 18px;
}
.cart_text_content_number {
    color: #FC35F4;
}
.cart_text .cart_text_content ul li {
    gap: normal;
}
.cart_text .cart_text_content ul li::before {
    flex: none;
    width: 6px;
    height: 6px;
    margin-top: 9px;
    margin-right: 9px;
    background-image: url("data:image/svg+xml,%3Csvg height='7' width='7' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle r='2.75' cx='3.5' cy='3.5' fill='%23FFF' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.abstand__back {
    width: 90%;
    margin: 0 auto 10px;
}
.abstand__back-link {
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 1.0rem;
    line-height: 1.125rem;
}
.abstand__back-link:hover {
    text-decoration: underline;
}
.abstand__back-link:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.0215 3.77344L2.79297 12.002L11.0215 20.2306' stroke='%23FC35F4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.79297 12H21.6011' stroke='%23FC35F4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.abstand__info-personal .cart__main-stage {
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.abstand__info-personal .cart__main-stage__number {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.abstand-rule-list__item {
    border-bottom: none;
}
.abstand-info-field__label {
    text-align: left;
}

@media screen and (min-width: 769px) {
    .cart__popup_basket {
        width: 48%;
    }
}

/*== Main page ==*/

.top__block .main_video {
    height: 100%;
    object-fit: cover;
}

.main__location, .main__faq_block  {
    padding-top: 60px;
}
.lslide2 .price {
    margin-top: 30px;
}

.buy__btn.buy__btn_main {
    color: #FFF;
    cursor: pointer;
}

.fancybox-link {
    outline: none !important;
}

.main__reviews-btn {
    width: 100%;
    /*margin-top: 150px;*/
    text-align: center;

    position: absolute;
    bottom: -55px;
}
.main__reviews-btn--mobile {
    display: none;
    position: static;
    margin-top: 15px;
}
.main__reviews-btn .ux__btn {
    padding: 16px 19px;
    white-space: nowrap;
}

/*= О нас =*/

.h1-hidden {
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.main__about-block {
    width: 100%;
    position: relative;
}
.main__about-wrap {
    display: flex;
    margin-top: 45px;
}

.main__about-info {
    width: 790px;
    flex: none;
    margin-left: -60px;
    padding-left: 140px;
    padding-bottom: 140px;
    background-image: url("data:image/svg+xml,%3Csvg width='549' height='591' viewBox='0 0 549 591' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='79.5' y1='390' x2='79.5' y2='591' stroke='white'/%3E%3Cline x1='79.5' y1='-2.18557e-08' x2='79.5' y2='350' stroke='white'/%3E%3Cline x1='159' y1='490.5' y2='490.5' stroke='white'/%3E%3Cline x1='549' y1='490.5' x2='199' y2='490.5' stroke='white'/%3E%3Crect x='71' y='480' width='16' height='20' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: bottom 30px left 30px;
    font-family: "Gosha Sans", sans-serif;
}
.main__about-info__title {
    margin: 0 0 18px;
}
.main__about-info__text {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}
.main__about-info__link {
    color: #FD2AF6;
    transition: all 0.3s;
}
.main__about-img {
    flex: 1;
    margin-top: 15px;
    margin-left: 6%;
}
.main__about-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 70vh;
    object-fit: cover;
    border-radius: 30px;
}

/*= Контакты =*/

.main__contact-block {
    width: 70%;
}
.main__location_title_contacts {
    text-align: left;
}
.main__contact-wrap {
    display: flex;
    margin-top: 45px;
}
.main__contact-info {
    width: 350px;
    flex: none;
    margin-top: -9px;
    font-family: "Gosha Sans", sans-serif;
    transition: 0.4s ease;
    transform: translate(-200%, 0px);
}
.main__contact-info--active {
    transform: translate(0%, 0px);
}
.main__contact-info__item {
    position: relative;
    margin-bottom: 16px;
    padding-left: 36px;
}
.main__contact-info__item:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.main__contact-info__item--tel {
    padding-left: 0;
}
.main__contact-info__item--tel:before {
    content: normal;
}
.main__contact-tel {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
}
.main__contact-time {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.main__contact-info__item--adr:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M14.7414 1.25C9.39655 1.25 5 5.64655 5 10.9914C5 16.0776 13.7069 27.9741 14.0517 28.4052C14.2241 28.6638 14.4828 28.75 14.7414 28.75C15 28.75 15.2586 28.6638 15.431 28.4052C15.7759 27.8879 24.4828 16.0776 24.4828 10.9914C24.4828 5.64655 20.0862 1.25 14.7414 1.25ZM14.7414 15.819C11.9828 15.819 9.65517 13.4914 9.65517 10.7328C9.65517 7.88793 11.9828 5.64655 14.7414 5.64655C17.5862 5.64655 19.8276 7.97414 19.8276 10.7328C19.8276 13.4914 17.5 15.819 14.7414 15.819Z' fill='white'/%3E%3C/svg%3E");
}
.main__contact-adr {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}
.main__contact-info__item--mail:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M24.5726 5.15625H5.16085C3.82629 5.15625 2.74651 6.24816 2.74651 7.58272L2.73438 22.1415C2.73438 23.4761 3.82629 24.568 5.16085 24.568H24.5726C25.9072 24.568 26.9991 23.4761 26.9991 22.1415V7.58272C26.9991 6.24816 25.9072 5.15625 24.5726 5.15625ZM24.0873 10.3125L15.5097 15.675C15.1215 15.9176 14.6119 15.9176 14.2237 15.675L5.64614 10.3125C5.34283 10.1184 5.16085 9.79081 5.16085 9.43897C5.16085 8.6261 6.04651 8.14081 6.73805 8.56544L14.8667 13.6489L22.9954 8.56544C23.6869 8.14081 24.5726 8.6261 24.5726 9.43897C24.5726 9.79081 24.3906 10.1184 24.0873 10.3125Z' fill='white'/%3E%3C/svg%3E");
}
.main__contact-mail {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}
.main__contact-soc {
    display: flex;
    align-items: center;
    margin: 30px -8px 15px;
}
.main__contact-soc__item {
    padding: 0 8px;
}
.main__contact-soc__link img {
    max-width: 100%;
}
.main__contact-soc__item--lang {
    flex: none;
}
.main__contact-soc__item--lang .lang__block-btn {
    padding: 10px 19px;
    font-size: 20px;
    line-height: 20px;
}
.main__contact-soc__item--lang .lang__block-btn:after {
    width: 17px;
    height: 17px;
    margin-left: 13px;
    background-size: 17px;
}
.main__contact-organization {
    margin-top: 30px;
}
.main__contact-organization__name {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.main__contact-organization-req {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
.main__contact-organization__link {
    margin-bottom: 8px;
}
.main__contact-organization__link a {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.main__contact-organization__link a:hover {
    text-decoration: none;
}
.main__contact-map {
    flex: 1;
    opacity: 0;
    transition: 0.4s ease;
}
.main__contact-map--active {
    opacity: 1;
}
.main__contact-map iframe {
    width: 100%;
    height: 425px;
    border-radius: 30px;
}

/*== Страницы Отзывы и Акции ==*/

.inner-page {
    padding-top: 140px;
}
.bx-breadcrumb {
    margin-bottom: 16px;
}
.bx-breadcrumb .bx-breadcrumb-item {
    margin-bottom: 0;
    margin-right: 4px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    color: #83868C;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    line-height: 120%;
}
.bx-breadcrumb .bx-breadcrumb-item a {
    color: #83868C;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
    text-decoration: underline;
}
.inner-page h1 {
    font-family: "MuseoSansCyrl-700", 'MuseoCyrl-900', sans-serif;
}

.inner-page .content section.blog__section {
    margin: 0;
}
.blog__items {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
	justify-content: center;
}
.blog__item {
    width: 25%;
    padding: 15px;
}
.blog__pagination {
    margin-top: 40px;
}

.review__item-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 68px 2px;
    border-radius: 32px;
    background: #FFF;
}
.review__item img {
    max-width: 100%;
}

.akcii__item {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
}
.akcii__item-body {
    height: 100%;
    border-radius: 32px;
    background: #1B1F28;
    overflow: hidden;
}
.akcii__item-img {
    height: 240px;
    position: relative;
    background: #333;
}
.akcii__item-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.akcii__item-circle {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -25px;
    right: 25px;
    border-radius: 50px;
    background: radial-gradient(50% 50% at 50% 50%, #FD32F5 0%, #FA7CE7 100%);
    color: #2B2639;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
}
.akcii__item-circle--img:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_51_628)'%3E%3Cpath d='M5.0403 4.51758L6.77467 5.4668C6.99733 5.5879 7.07936 5.86524 6.95827 6.0879C6.9153 6.16602 6.8528 6.22852 6.77467 6.27149L5.0403 7.2168C4.96217 7.25977 4.89967 7.32227 4.8567 7.4004L3.90749 9.13477C3.78639 9.35743 3.50905 9.43946 3.28639 9.31837C3.20827 9.2754 3.14577 9.2129 3.1028 9.13477L2.15749 7.4004C2.11452 7.32227 2.05202 7.25977 1.97389 7.2168L0.239517 6.27149C0.0168612 6.1504 -0.06517 5.87305 0.0559237 5.6504C0.0988924 5.57227 0.161392 5.50977 0.239517 5.4668L1.97389 4.51758C2.05202 4.47461 2.11452 4.41211 2.15749 4.33399L3.1067 2.60352C3.2278 2.38086 3.50905 2.29883 3.7317 2.42383C3.80592 2.4668 3.86842 2.5293 3.91139 2.60352L4.86061 4.33399C4.89967 4.41211 4.96217 4.47461 5.0403 4.51758ZM17.9505 13.7754L19.6848 14.7246C19.9075 14.8457 19.9895 15.1231 19.8684 15.3457C19.8255 15.4238 19.763 15.4863 19.6848 15.5293L17.9505 16.4785C17.8723 16.5215 17.8098 16.584 17.7669 16.6621L16.8176 18.3965C16.6965 18.6191 16.4153 18.7012 16.1926 18.5801C16.1145 18.5371 16.052 18.4746 16.009 18.3965L15.0676 16.6582C15.0247 16.5801 14.9622 16.5176 14.884 16.4746L13.1497 15.5254C12.927 15.4043 12.845 15.1231 12.9661 14.9004C13.009 14.8223 13.0715 14.7598 13.1497 14.7168L14.884 13.7676C14.9622 13.7246 15.0247 13.6621 15.0676 13.584L16.0169 11.8535C16.138 11.6309 16.4192 11.5488 16.6419 11.6699C16.72 11.7129 16.7825 11.7754 16.8255 11.8535L17.7747 13.5879C17.8098 13.6699 17.8723 13.7324 17.9505 13.7754ZM10.4426 2.53321L11.5794 3.1543C11.7239 3.23633 11.7786 3.41993 11.7005 3.56446C11.6731 3.61524 11.6301 3.6543 11.5794 3.68555L10.4426 4.30665C10.3919 4.33399 10.3489 4.37696 10.3215 4.42774L9.70045 5.56446C9.61842 5.70899 9.43483 5.76368 9.2903 5.68555C9.23952 5.65821 9.20045 5.61524 9.1692 5.56446L8.54811 4.42774C8.52077 4.37696 8.4778 4.33399 8.42702 4.30665L7.2903 3.68555C7.14577 3.60743 7.09108 3.42383 7.1692 3.2754C7.19655 3.22461 7.23952 3.18165 7.2903 3.1543L8.42702 2.53321C8.4778 2.50586 8.52077 2.4629 8.54811 2.41211L9.1692 1.2754C9.25124 1.13086 9.43483 1.07618 9.57936 1.1543C9.63014 1.18165 9.6692 1.22461 9.70045 1.2754L10.3215 2.41211C10.3489 2.4629 10.3919 2.50586 10.4426 2.53321ZM19.5559 3.05274L17.9505 1.44727C17.3567 0.85352 16.3919 0.849614 15.7942 1.44336L15.7903 1.44727L1.4778 15.7637C0.884049 16.3574 0.880142 17.3223 1.4778 17.9199L3.08327 19.5254C3.67702 20.1191 4.64186 20.1231 5.23952 19.5254L19.5559 5.20899C20.1497 4.61524 20.1497 3.6504 19.5559 3.05274ZM13.9739 8.4668L12.5364 7.0293L16.7747 2.78711L18.2122 4.22461L13.9739 8.4668Z' fill='%232B2639'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_51_628'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}
.akcii__item-info {
    padding: 30px 24px;
}
.akcii__item-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 130%;
}
.akcii__item-text {
    font-size: 13px;
    line-height: 130%;
}

/*== Правила посещения ==*/

.visit__section {

}
.visit__blocks {
    margin: -12px 0;
}
.visit__block {
    margin: 12px 0;
    padding: 40px 50px;
    border-radius: 30px;
    background: #1B1F28;
    color: #E2E2E2;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 120%;
}
.visit__block p {
    max-width: 1340px;
}
.visit__title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "MuseoSansCyrl-700", 'MuseoCyrl-900', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}
.visit__title-number {
    display: inline-block;
    width: 30px;
    height: 30px;
    flex: none;
    margin-right: 15px;
    border-radius: 30px;
    background: radial-gradient(50% 50% at 50% 50%, #FD32F5 0%, #FA7CE7 100%);
    color: #2B2639;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
.visit__text-number {
    display: inline-block;
    width: 30px;
    color: #FC35F4;
}
.visit__block a {
    color: #FC35F4;
    font-weight: 500;
    text-decoration: underline;
}
.visit__block a:hover {
    text-decoration: none;
}

/*== Страница Контакты ==*/

.contact__page {

}
.contact__page .main__contact-block {
    width: auto;
}
.contact__page .main__contact-wrap {
    margin-top: 0;
}
.contact__page .main__contact-info {
    transform: none;
}
.contact__page .main__contact-map {
    margin-right: 0;
    opacity: 1;
}

/*=== Adaptive ===*/

/*== Desktop ==*/

@media (max-width: 1549px) {
    .header__menu-item {
        padding: 0 10px;
    }
}

@media (max-height: 740px) {
    .main__about-info__text {
        font-size: 20px;
    }
    .main__questions_and_answer {
        margin: 5px auto;
    }
}

@media (max-width: 1420px) {
    .header__top .header__item--tel {
        display: block;
    }
    .header__bottom .header__item--tel {
        display: none;
    }

    .main__about-info {
        width: 670px;
    }
    .main__about-info__text {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .header__row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .header__item {
        padding: 0 10px;
    }
    .header__menu {
        margin: 0 -10px;
        padding-left: 0;
    }

    .blog__item {
        width: 33.33%;
    }
}

/*== Tablet ==*/

/*@media (max-width: 1119px) {
    .main__reviews-btn {
        margin-top: 100px;
    }
}*/

@media (max-width: 1099px) {
    .header__menu-link {
        font-size: 14px;
    }
    .header__menu-item--parent > .header__menu-link:after {
        width: 10px;
        height: 10px;
        margin-left: 4px;
        background-size: 10px;
    }
}

@media (max-width: 1024px) {
    .header__adr, .header__email {
        padding-left: 20px;
        font-size: 14px;
    }
    .header__tel-btn {
        font-size: 20px;
    }
    .header__tel-time {
        margin-left: 9px;
        font-size: 12px;
    }
    .header__tel-dropdown__item {
        margin-bottom: 7px;
    }
    .header__tel-dropdown__link {
        font-size: 14px;
    }
    .header__top .header__item--email {
        display: none;
    }
    .header__soc-item--email {
        display: block;
    }
    .lang__block-btn {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 14px;
    }
    .lang__block-btn:after {
        width: 10px;
        height: 10px;
        margin-left: 4px;
        background-size: 10px;
    }
    .lang__block-dropdown__item {
        margin-bottom: 7px;
    }
    .lang__block-dropdown__link {
        font-size: 14px;
    }
    .header__logo img {
        width: 80px;
    }
    .header__restore .ux__btn {
        padding: 12px 10px;
        font-size: 14px;
    }
    .header__question-btn img {
        width: 32px;
    }
    .header__menu-item--akcii .ux__btn {
        width: auto;
        padding: 8px 7px;
        font-size: 14px;
    }

    .main__about-wrap {
        display: block;
    }
    .main__about-info {
        width: auto;
        margin-left: -110px;
    }
    .main__about-img {
        display: none;
    }

    .main__contact-block {
        width: 85%;
    }
    .main__contact-wrap {
        display: block;
        margin-top: 30px;
    }
    .main__contact-info {
        display: flex;
        width: auto;
        margin: 0 -5px;
    }
    .main__contact-info__col {
        flex: 1;
        padding: 0 5px;
    }
    .main__contact-soc {
        margin: 0 -8px 15px;
    }
    .main__contact-organization {
        margin-top: 15px;
    }
    .main__contact-map {
        margin-top: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .main__contact-map iframe {
        height: 350px;
    }

    .blog__item {
        width: 50%;
    }
    .review__item-body {
        padding: 46px 2px;
    }

    .visit__block {
        padding: 20px 25px;
    }
}

@media (max-width: 899px) {
    .header__col--adr {
        display: none;
    }
    .header__top .header__col {
        width: auto;
        white-space: nowrap;
        justify-content: space-between;
    }
	.header__tel { 
		margin-right: 0;
	}
    .header__item--menu {
        display: none;
    }
    .header__item--burger {
        display: block;
    }
    .mobile__menu {
        display: block;
    }
    .header__adr, .header__email {
        padding-left: 25px;
        font-size: 16px;
    }
}

@media (min-width: 620px) {
    .main__description {
        align-items: flex-start;
        padding-top: 110px !important;
    }
    .main__location, .main__faq_block  {
        padding-top: 60px;
    }
    .main__location_title_reviews {
    	font-size: 26px;
    	line-height: 32px;
    	width: 90%;
    	margin: 0;
    	text-align: left;
    	transition: 0.3s ease;
    	transform: translate(30px, 60px) rotate(-25deg);
    	opacity: 0;
    }
}

/*== Mobile ==*/

@media (max-width: 768px) {
    /*.main__reviews-btn {
        margin-top: 80px;
    }*/
    .main__location_title, .main__reviews_title_block {
        margin-top: 70px;
    }
    .main__location_title_reviews {
        margin-top: 0;
    }

    .notification__cookie {
        max-width: 420px;
        left: 15px;
        right: 15px;
        margin: 22px auto;
        padding: 12px 15px;
    }
    .notification__cookie-text {
        font-size: 14px;
    }
    .notification__cookie-button {
        margin-left: 5px;
    }

    .main__contact-info__item {
        margin-bottom: 20px;
    }
    .main__contact-tel {
        font-size: 24px;
    }
    .main__contact-time {
        font-size: 16px;
    }
    .main__contact-adr {
        font-size: 18px;
    }
    .main__contact-mail {
        font-size: 18px;
    }
    .main__contact-organization__name {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .main__contact-organization-req {
        margin-bottom: 4px;
    }
    .main__contact-organization__link {
        margin-bottom: 4px;
    }
    .main__contact-organization__link a {
        font-size: 14px;
    }
}

@media (max-width: 619px) {
    .notification__cookie {
        bottom: 70px;
    }

    .header {
        padding: 0;
    }
    .header__row {
        margin-left: -4px;
        margin-right: -4px;
        padding: 0 15px;
    }
    .header__item {
        padding: 0 4px;
    }
    .header__top {
        margin-bottom: 7px;
    }
    .header__item--soc {
        display: none;
    }
    .header__logo img {
        width: 70px;
    }
    .mobile__menu {
        padding-top: 133px;
    }

    .cart_text_content {
        padding: 15px;
    }
    .abstand__info-personal .cart__main-stage {
        font-size: 1.2rem;
    }

    .main__about-block {
        display: none;
    }

    /*.main__reviews-btn {
        margin-top: 30px;
    }*/
    .lslide2 .main__reviews-btn {
        display: none;
    }
    .main__reviews-btn--mobile {
        display: block;
    }

    .main__contact-info {
        display: block;
    }
    .main__contact-map iframe {
        height: 230px;
    }

    .blog__item {
        width: 100%;
    }
    .ux__pagination-arrow {
        height: 36px;
        margin: 0 10px;
    }
    .ux__pagination-arrow span {
        display: none;
    }
    .review__item-body {
        min-height: auto;
        padding: 30px 2px;
    }
}

.promo__btn_popup_basket {
    position: absolute;
    bottom: 0;
    left: 1.875rem;
    width: 40vw;
    text-transform: none;
    font-size: 12px;
    line-height: 14px;
    height: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: 2px solid white;
}
@media screen and (min-width: 769px) {
    .promo__btn_popup_basket {
        width: 40%;
    }
}




.another-faq .main__faq {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    transition: 0.7s ease;
    position: relative;
    background-image: url(/bitrix/templates/palacefun_new/img/optimized/faq_bg_optimized.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .another-faq .main__faq_block {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }

  .another-faq .main__faq_block_active {
    transform: scale(1);
  }

  .another-faq .main__location_title_faq {
    margin-bottom: 10px;
  }

  .another-faq .main__questions_and_answer {
    width: 86%;
    margin: 10px auto;
    padding: 15px;
    background: #393f4966;
    border: 1px solid #f7fafc33;
    border-radius: 20px;
    font-family: "Gosha Sans";
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #f7fafc;
  }

  .another-faq .main__question_plus {
    width: 14px;
    margin-right: 10px;
  }

  .another-faq .main__answer {
    opacity: 0.8;
    font-size: 0px;
    line-height: 0px;
    transition: 0.3s ease;
  }

  .another-faq .main__answer_active {
    font-size: 13px;
    line-height: 14px;
  }

  .another-faq .main__location_title_faq {
    text-align: center;
    width: 100%;
  }

  .another-reviews .main__reviews_title_block {
  position: relative;
  width: 90%;
  margin-top: 0px;
  padding: 6px;
}
.another-reviews .main__location_title_reviews {
  font-size: 36px;
  line-height: 38px;
  width: 90%;
  margin: 0;
  text-align: left;
  transition: 0.3s ease;
  transform: translate(30px, 60px) rotate(-25deg);
  opacity: 0;
}
.another-reviews .main__location_subtitle_reviews {
  position: absolute;
  right: 48px;
  top: 17px;
  font-size: 12px;
  width: auto;
  transition: 0.3s ease;
  transform: translate(-30px, 60px) rotate(25deg);
  opacity: 0;
}
.another-reviews .main__location_subtitle_reviews_active {
  transform: translate(0px, 0px) rotate(0deg);
  opacity: 1;
}
.another-reviews .main__reviews_img {
  position: absolute;
  right: 0;
  top: 25px;
  transition: 0.4s ease;
  opacity: 0;
}
.another-reviews .main__reviews_img_active {
  opacity: 1;
}

.another-reviews .main__reviews-btn.main__reviews-btn--mobile.anower-margin {
  display: block;
  margin-top: 24px;
}

.main__location_title {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    width: 100%;
    margin-top: 15%;
    margin-bottom: 2px;
    font-family: "Marcovaldo";
  }

  @media screen and (min-width: 620px) {

    .another-faq .main__blocks .main__faq_block {
      padding-top: 20px;
    }

    .another-reviews .main__location_title_reviews {
      margin-top: 0px;
    }

    .another-reviews .main__reviews_title_block {
      width: 620px;
      margin: 12px auto 40px;
    }

    .another-reviews .main__location_subtitle_reviews {
      right: 143px;
      top: 5px;
      font-size: 22px;
    }

    .another-reviews .main__reviews_img {
      position: absolute;
      right: 80px;
      top: 32px;
      width: 60px;
    }


    .another-faq .main__questions_and_answer {
      width: 66%;
      font-size: 18px;
      line-height: 20px;
    }

    .another-faq .main__answer {
      padding-top: 0px;
    }

    .another-faq .main__answer_active {
      font-size: 15px;
      line-height: 16px;
      padding-top: 5px;
    }

    .another-reviews .main__location_rewi {
      padding-top: 0px;
    }

    .main__location_title {
        font-size: 72px;
        line-height: 62px;
        margin-top: 80px;
    }
  }


    .main__location_title_reviews {
    	font-size: 42px;
    	line-height: 32px;
    	width: 90%;
    	    margin-top: 40px;
    	text-align: left;
    	transition: 0.3s ease;
    	transform: translate(30px, 60px) rotate(-25deg);
    	opacity: 0;
    }

.main__location_subtitle_reviews_active {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
}
@media (max-width: 768px) {
    .main__location_title_reviews {
        margin-top: 0;
	font-size: 32px;
    }
}