.accordion--button_text_small {
    font-weight: lighter;
    font-size: 0.8rem;
    opacity: .7;
}

.accordion--button-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.offer-banner-wrapper {
    position: fixed !important;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1000 !important;
    animation: 1s ease-in-out swipe forwards;
    animation-delay: 10s;
    transform: translateX(-7000px);
    display: flex;
    justify-content: flex-end;
    padding: 30px;
    box-sizing: border-box;
}

.offer-banner-img {
    width: 400px;
    height: auto;
    max-width: 90%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0, .3);
} @media (max-width: 768px) {
    .offer-banner-img {
        width: 200px
    }
}

.offer-banner-close-button {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 100%;
    background-color: #f1f1f1;
    border: 2px solid #252525;
    cursor: pointer;
}

.offer-banner-close-button::after,
.offer-banner-close-button::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #252525;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -1px;
}

.offer-banner-close-button::after {
    transform: rotate(45deg);
}

.offer-banner-close-button::before {
    transform: rotate(-45deg);
}

@keyframes swipe {
    from {
        transform: translateX(-7000px);
    }

    to {
        transform: translateX(0);
    }
}

#popupBanner.hidden {
    display: none !important;
}

.mask-bat .block--image img {
    -webkit-clip-path: url(#mask-bat);
    clip-path: url(#mask-bat);
}

.mask-pumpkin .block--image img {
    -webkit-clip-path: url(#mask-pumpkin);
    clip-path: url(#mask-pumpkin);
}

.content_road {
    padding-bottom: 100px;
}

.content_road:before {
    background: linear-gradient(to top, #dfeff6, transparent);
}

.block--afisha .block-afisha-content {
    height: auto;
    width: 80%;
} @media (max-width: 768px) {
    .block--afisha .block-afisha-content {
        width: 100%;
    }
}

.content_feedback .block--content .block--actions {
    grid-template-columns: 1fr;
}

.block_banner.block_banner-hero .block--head {
    padding-top: 8%;
}

.block_image_text .block--wrapper .block--content {
    font-weight: 300;
}
@media (min-width: 475px) {
    .header--logo svg, .header--logo img {
        width: 150px;
    }
}
@media (max-width: 475px) {
    .header--logo svg, .header--logo img {
        height: auto;
    }
}

.content_shows .card--title h3 {
    margin-bottom: 0;
}

.content_shows .card--title {
    margin-bottom: var(--fs-24);
}

.card--title {
    flex-direction: column;
}

.block--img {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    object-fit: cover;
} @media (max-width: 768px) {
    .block--img {
        aspect-ratio: 1 / 1 !important;
        height: auto;
    }
}

.block--img-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    margin-bottom: 2rem;
}

.block_image_text.block_image_text-list .block--list li:nth-child(1n):before {
    background-color: var(--color-green);
}

.block_image_text.block_image_text-list .block--list li:nth-child(2n):before {
    background-color: var(--color-pink);
}

.block_image_text.block_image_text-list .block--list li:nth-child(3n):before {
    background-color: var(--color-yellow);
}

.block_image_text.block_image_text-list .block--list li:nth-child(4n):before {
    background-color: var(--color-blue);
}

.content_attractions .card--title .icons, .content_activity .card--title .icons {
    flex-wrap: wrap;
}

.is_cascade .img-box img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 1rem;
    overflow: hidden;
}

.img-box {
    display: grid;
    width: 100%;
    grid-gap: 1rem;
}

.img-box_column_2 {
    grid-template-columns: 1fr 1fr;
}

.filters-block .height .input-group:after {
    left: 9px;
    width: 93%;
}

.filters-item__small-text {
    font-size: 0.7rem;
}

.hidden {
    display: none !important;
}

.content_personage .card--image {
    aspect-ratio: 3/4;
}

.accordion.is_open {
    border-color: #f1f1f1;
}

.accordion {
    border: 2px solid var(--c-text-dark);
}

.block--afisha .block-afisha-content {
    overflow: hidden;
    border: 2px solid #f1f1f1;
}

.page--holidays .breadcrumbs {
    display: none;
}

.is_cascade img {
    width: auto;
    max-width: 100%;
}

.form .form--checkboxs{
    height: auto;
}
@media (max-width: 768px){

}
.form--checkboxs label .custom-checkbox{
    min-width: 16px;
}

.form--checkboxs label{
    white-space: normal;
    text-align: left;
}
.mask-heart img,
.mask-bird img,
.mask-lips img,
.mask-fire img,
.mask-flower img,
.mask-flower-2 img{
    width: 90%;
}
.header--burger{
    z-index: 0;
}
.header_menu .button.button-link{
    font-size: 18px
}
/*.content_attractions .block--elements .card{*/
/*	order: -1;*/
/*}*/


/*FILTERS*/
.filters-item{
    align-items: center;
}
.filters-block .height .input-group:after {
    width: 95%;
}
@media(min-width: 768px) {
    .filters-delete {
        grid-column: 2;
    }
}
@media(max-width: 1140px){
    .filters-block .filters-item {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        gap: 15px;
    }}

/* banner hero slider*/
.block_banner.block_banner-hero.block_banner-group .block--content
{
    -webkit-clip-path: none;
    clip-path: none;
}

.block_banner-group .block--wrapper
{
    -webkit-clip-path: url(#my-clip-path-2);
    clip-path: url(#my-clip-path-2);
}
@media (max-width: 768px)
{
    .block_banner-group .block--wrapper
    {
        -webkit-clip-path: url(#my-clip-path-2-mob);
        clip-path: url(#my-clip-path-2-mob);
    }
}
.block_banner-group .slider_controls{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    display: flex;
    justify-content: space-between;
    translate: -50% -50%;
    pointer-events: none;
}
.block_banner-group .swiper-button-prev,
.block_banner-group .swiper-button-next{
    color: #fff;
    background-color: transparent;
}
.block_banner-group .swiper-button-prev:after,
.block_banner-group .swiper-button-next:after{
    background-color: transparent;
}
@media (max-width: 1640px)
{
    .block_banner-group .slider_controls{
        top: 63%;}
}


/*NY*/
.page--NY .block_banner-hero:before {
    background-image: url("https://web.archive.org/web/20250514010350im_/https://new.dreamwoodpark.com/upload/medialibrary/d9a/k27qbd9nktptyuf6x05y4rvr9g0vgqqp.png");
}

.mask-tree img {
    clip-path: url(#mask-tree);
}
.mask-tree .block--image:before {
    content: '';
    background-repeat: no-repeat;
    background-image: url("/web/20250514010350im_/https://www.dreamwoodpark.com/local/templates/.default/assets/img/NY/5.svg");
    background-size: contain;
    aspect-ratio: 1/1;
    width: 10%;
    min-width: 30px;
    position: absolute;
    top: -40px;
    right: 36%;
}
@media (max-width: 475px) {
    .mask-tree .block--image:before {
        top: -20px;
    }
}
.mask-tree {
    position: relative;
}
.mask-tree:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/web/20250514010350im_/https://www.dreamwoodpark.com/local/templates/.default/assets/img/svg/bck-mask-item.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
}
@media (max-width: 992px) {
    .mask-tree:after {
        background-position: bottom;
    }
}
.mask-tree img {
    clip-path: url(#mask-tree);
}
.mask-tree .block--image:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='89' viewBox='0 0 88 89' fill='none'%3E%3Cg clip-path='url(%23clip0_502_18)'%3E%3Cpath d='M39.04 36.8622C39.04 36.8622 50.9712 9.16014 54.3532 12.3548C57.7247 15.5677 61.44 39.4902 61.44 39.4902C61.44 39.4902 77.0589 41.4995 78.3257 44.2789C79.6109 47.0689 65.2872 51.4894 65.2872 51.4894C65.2872 51.4894 67.4056 64.9547 64.2208 71.9222L45.1994 61.2678C45.1994 61.2678 24.7744 74.6076 24.4065 70.9077C24.0386 67.2079 33.8373 46.6901 33.8373 46.6901C33.8373 46.6901 13 36.037 13.3954 33.948C13.7909 31.8591 39.0216 36.8516 39.0216 36.8516L39.04 36.8622Z' fill='%23FDC504'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_502_18'%3E%3Crect width='63' height='66' fill='white' transform='translate(32.9763) rotate(29.9763)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    aspect-ratio: 1/1;
    width: 10%;
    min-width: 30px;
    position: absolute;
    top: -40px;
    right: 36%;
}
@media (max-width: 475px) {
    .mask-tree .block--image:before {
        top: -20px;
    }
}
.mask-ball .block--image {
    display: flex;
    justify-content: center;
}
.mask-ball img {
    clip-path: url(#mask-ball);
    width: 80%;
}
.mask-ball .block--image:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182' height='149' viewBox='0 0 182 149' fill='none'%3E%3Cpath d='M128.716 83.133C128.123 81.9064 127.428 80.6685 126.328 79.8479C124.96 78.8537 123.18 78.7075 121.508 78.6041C112.066 78.1211 102.614 78.6642 93.2958 80.1363C83.9139 81.1596 74.6339 83.1188 65.6653 86.0679C64.0591 86.5778 62.3785 87.2028 61.3089 88.5222C60.451 89.598 60.1544 90.9826 59.8825 92.3289C57.4288 104.876 57.6658 117.969 60.5387 130.429C61.5099 134.646 63.0807 139.196 66.8448 141.36C71.7764 144.198 78.3994 141.39 81.6933 136.753C84.9805 132.084 85.2809 129.18 86.3351 124.561C87.2288 131.337 90.116 136.794 92.9539 138.793C95.4019 140.513 99.2731 140.871 101.389 140.582C103.536 140.286 107.143 138.951 109.059 136.657C111.261 134.005 112.605 127.97 111.711 121.194C113.96 125.367 115.012 128.114 119.417 131.726C123.79 135.344 130.96 136.314 134.946 132.288C137.984 129.226 138.301 124.402 138.132 120.079C137.627 107.275 134.385 94.6301 128.716 83.133Z' fill='%23FDC304'/%3E%3Cpath d='M154.574 14.4802C139.021 11.825 126.428 22.8632 117.534 34.2175C108.78 45.3939 100.353 57.0414 92.9607 69.2518C83.7991 61.0923 73.9903 53.5905 64.0913 46.3277C52.2294 37.6231 38.4331 28.7072 23.1039 32.8775C8.62819 36.8157 1.60612 50.797 6.44379 64.9329C11.2735 79.0342 25.2197 85.9146 39.0871 87.8647C47.6333 89.0703 56.411 88.913 65.0165 88.7952C74.6767 88.6902 84.361 88.2158 93.9819 87.4648C94.3847 87.4816 94.8485 87.448 95.3044 87.3798C95.3733 87.364 95.4422 87.3482 95.5112 87.3324C95.5456 87.3245 95.6145 87.3087 95.649 87.3008C95.7179 87.285 95.7524 87.2771 95.7868 87.2692C95.8902 87.2455 95.9936 87.2218 96.097 87.1981C96.476 87.1112 96.8285 87.0667 97.1652 86.9531C113.27 83.4781 129.567 79.4134 144.929 73.489C158.356 68.2995 170.728 59.4587 173.916 44.5739C176.915 30.6056 168.939 16.8619 154.55 14.3765L154.574 14.4802ZM52.1723 74.8581C42.0989 74.5848 29.2271 73.971 22.39 65.3511C17.1868 58.7943 17.1033 49.0987 26.2723 46.3774C37.3817 43.102 48.0933 51.8521 56.4268 57.9821C63.6689 63.3072 71.0117 68.7548 77.9965 74.5392C69.4121 74.9069 60.8146 75.0592 52.1988 74.8156L52.1723 74.8581ZM160.304 41.8376C158.33 52.3689 147.715 57.6412 138.662 61.0272C128.944 64.6749 118.905 67.5591 108.787 70.0977C112.671 64.2586 116.802 58.545 120.921 52.943C127.338 44.2308 134.749 31.4702 146.004 28.6709C155.199 26.3802 162.051 32.377 160.269 41.8455L160.304 41.8376Z' fill='%23CF381A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1/1;
    width: 30%;
    min-width: 30px;
    position: absolute;
    top: -17%;
    left: 25%;
}
@media (max-width: 475px) {
    .mask-ball .block--image:after {
        top: -2%;
    }
}
@media (max-width: 992px) {
    .mask-ball .block--image {
        margin-top: clamp(50px, calc(50px + (70 - 50) * ((100vw - 320px) / (768 - 320))), 70px);
    }
}

@media (min-width: 769px) {
    .page--NY .block_banner-hero:after {
        content: '';
        position: absolute;
        aspect-ratio: 1/1;
        bottom: 5%;
        left: 5%;
        width: clamp(30px, calc(30px + (65 - 30) * ((100vw - 375px) / (1440 - 375))), 65px);
        background-image: url("/web/20250514010350im_/https://www.dreamwoodpark.com/local/templates/.default/assets/img/NY/4.svg");
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 10;
    }
}
.page--NY .content_program .block--head:after {
    background-image: url("/web/20250514010350im_/https://www.dreamwoodpark.com/local/templates/.default/assets/img/NY/1.svg");
    aspect-ratio: 1/1;
    width: clamp(70px, calc(70px + (130 - 70) * ((100vw - 768px) / (1440 - 375))), 130px);
    height: auto;
    right: 20%;
}
.page--NY .content_program .block-accordion {
    position: relative;
}
.page--NY .content_program .block-accordion .accordion {
    z-index: 1;
}
@media (min-width: 769px) {
    .page--NY .content_program .block-accordion:after {
        content: '';
        z-index: 0;
        position: absolute;
        aspect-ratio: 1/1;
        top: -20%;
        right: 10%;
        width: clamp(90px, calc(90px + (155 - 90) * ((100vw - 375px) / (1440 - 375))), 155px);
        background-image: url("/web/20250514010350im_/https://www.dreamwoodpark.com/local/templates/.default/assets/img/NY/2.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media (min-width: 769px) {
    .page--NY #buyTicket .block--head {
        content: '';
        z-index: 0;
        position: absolute;
        aspect-ratio: 1/1;
        top: -20%;
        right: 10%;
        width: clamp(90px, calc(90px + (155 - 90) * ((100vw - 375px) / (1440 - 375))), 155px);
        background-image: url("/web/20250514010350im_/https://www.dreamwoodpark.com/local/templates/.default/assets/img/NY/7.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }
}

.page--NY .content_image-text-action-2 .block--wrapper {
    position: relative;
}
.page--NY .content_image-text-action-2 .block--wrapper:before {
    content: '';
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53' height='54' viewBox='0 0 53 54' fill='none'%3E%3Cg clip-path='url(%23clip0_23_645)'%3E%3Cpath d='M22.4663 15.7799C22.4663 15.7799 35.7101 -4.45335 39.3679 1.29283C43.0258 7.039 39.2648 20.3098 39.2648 20.3098C39.2648 20.3098 55.7073 30.4056 51.9106 33.6957C48.1139 36.9858 36.2944 34.925 36.2944 34.925C36.2944 34.925 38.2624 47.0189 26.6554 53.4035L17.8188 39.238C17.8188 39.238 -0.0706645 43.9203 0.0934441 39.8897C0.272646 35.8592 11.6601 28.4993 11.6601 28.4993C11.6601 28.4993 0.540004 12.7964 4.31117 4.53109C4.31117 4.53109 11.9305 5.0105 22.4663 15.7799Z' fill='%23FDC304'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_23_645'%3E%3Crect width='52.3309' height='53.2179' fill='white' transform='translate(0.373108) rotate(0.401703)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    aspect-ratio: 1/1;
    width: 7%;
    min-width: 30px;
    position: absolute;
    top: -40px;
    left: -5%;
}
.page--NY .content_image-text-action-2 .block--image:before {
    bottom: 0;
    right: 0;
    left: auto;
    background-image: url("/web/20250514010350im_/https://www.dreamwoodpark.com/local/templates/.default/assets/img/svg/icon-bird-red.svg");
}
@media (max-width: 992px) {
    .page--NY .content_image-text-action-2 .block--image:before {
        bottom: 5%;
        left: auto;
        right: 5%;
    }
}
.page--NY .content_image-text-action-2 .block--head:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='109' height='113' viewBox='0 0 109 113' fill='none'%3E%3Cg clip-path='url(%23clip0_18_616)'%3E%3Cpath d='M97.0979 47.8535C97.1288 47.2614 96.6364 46.6452 96.071 46.5156C70.8654 40.4638 45.6569 34.4231 20.4514 28.3713C20.1662 28.294 19.912 28.3194 19.6899 28.4005C19.665 28.4055 19.6261 28.4185 19.6012 28.4236C19.2157 28.5428 18.8873 28.8424 18.7616 29.3499C13.6825 48.5316 9.47179 67.8543 6.64412 87.5047C6.53481 88.2993 6.84487 88.9366 7.62778 89.2194C31.6692 97.6991 56.5025 103.473 81.8137 106.528C82.4408 106.604 82.9731 106.03 83.1516 105.501C89.6886 86.7614 96.0749 67.8397 97.1308 47.8624L97.0979 47.8535Z' fill='%23FDC504'/%3E%3Cpath d='M50.9501 34.1381L33.5324 98.4276L51.6203 103.328L66.3398 37.1772C66.7087 35.5111 65.6106 33.8713 63.9207 33.5901L54.3284 31.9685C52.8199 31.7129 51.3543 32.6463 50.9531 34.1271L50.9501 34.1381Z' fill='%23CF381A'/%3E%3Cpath d='M10.6271 50.1176L7.38194 62.0957L92.0786 83.1114L95.413 70.8041L10.6271 50.1176Z' fill='%23CF381A'/%3E%3Cpath d='M87.0657 17.4779C82.4275 14.8673 76.994 15.2791 72.2681 17.425C69.57 18.6485 67.1538 20.3959 64.9134 22.3203C63.3488 23.6626 61.911 25.1451 60.4842 26.6307C60.0762 27.05 59.4278 27.9222 58.7602 28.648C57.8478 25.4101 55.9755 22.1948 54.3472 20.0346C50.3144 14.668 44.4352 10.2494 37.7637 8.84221C32.4403 7.71785 26.299 9.22126 24.1892 14.7487C21.3301 22.216 29.1363 26.2148 34.6321 29.0931C38.398 31.0553 42.335 32.7342 46.3581 34.095C49.5404 35.1691 53.5091 36.7742 57.0104 36.6277C65.0737 37.6349 73.9464 38.6965 81.9832 38.2364C87.1857 37.9387 92.0202 35.1746 93.2611 29.8121C94.4298 24.7597 91.3597 19.9247 87.0487 17.4969L87.0657 17.4779ZM45.701 26.8289C41.6228 25.3237 37.1045 23.4873 33.5429 20.9446C31.9662 19.811 29.0051 18.1375 30.9293 16.0331C32.5211 14.2862 35.4206 14.8833 37.371 15.3764C40.526 16.1606 43.5449 17.838 46.1397 19.7773C48.96 21.8836 51.4395 24.6394 53.3781 27.5666C53.8627 28.2983 54.2907 29.109 54.6937 29.9246C51.6349 29.4374 47.573 27.5245 45.701 26.8289ZM84.0925 33.015C79.9442 34.246 74.5588 33.046 70.3462 32.7759C68.204 32.643 66.0568 32.4851 63.9116 32.3631C66.6594 29.3045 69.3771 26.0965 72.8699 23.8519C76.2372 21.6794 80.4601 20.3038 84.2827 22.1872C89.0471 24.5494 90.0929 31.2497 84.0925 33.015Z' fill='%23CF381A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_18_616'%3E%3Crect width='87.2451' height='92.5637' fill='white' transform='translate(24.2053) rotate(15.159)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    top: -14%;
}
@media (max-width: 525px) {
    .page--NY .content_image-text-action-2 .block--head:after {
        display: none;
    }
}
.page--NY .content_gallery {
    overflow: initial;
    overflow-x: clip;
}
.page--NY .content_gallery .js-gallerySwiper:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114' height='106' viewBox='0 0 114 106' fill='none'%3E%3Cg clip-path='url(%23clip0_503_20)'%3E%3Cpath d='M58.582 93.8036C80.1388 90.0272 94.6064 69.5803 90.8965 48.1343C87.1865 26.6882 66.7038 12.3641 45.1471 16.1405C23.5903 19.9169 9.12266 40.3637 12.8326 61.8098C16.5426 83.2559 37.0253 97.58 58.582 93.8036Z' fill='%239F5693'/%3E%3Cpath d='M21.3535 60.436C19.2901 50.8513 18.8317 41.6789 19.3954 32.5227C19.3594 32.5722 19.3133 32.6434 19.2614 32.6989C6.84806 50.6689 11.3619 75.2135 29.3706 87.5178C29.7057 87.7357 30.0409 87.9536 30.3701 88.1556C26.5958 79.19 23.4011 70.0266 21.3535 60.436Z' fill='%23D0A0CA'/%3E%3Cpath d='M85.8342 75.094C96.5025 57.3589 91.6645 34.2337 74.3497 22.4286C72.9578 21.4679 71.5156 20.6161 70.0393 19.8673C69.3716 38.5857 76.7955 57.7898 85.8183 75.0999L85.8342 75.094Z' fill='%23D0A0CA'/%3E%3Cpath d='M53.192 15.5537C48.3165 15.4214 43.4591 16.1662 38.8607 17.7524C36.5108 30.7843 35.4934 43.302 38.4332 56.799C41.2834 69.8604 46.5066 82.3267 52.3281 94.3537C59.6309 94.2315 66.8188 92.0957 73.0599 88.1482C60.9373 65.5353 51.342 40.6465 53.1702 15.5438L53.192 15.5537Z' fill='%23D0A0CA'/%3E%3Cpath d='M76.8769 9.76228L86.6256 16.4186C89.8705 18.6342 90.7004 23.0638 88.4526 26.3168L84.4105 32.1666L62.8851 17.4692L66.9271 11.6195C69.1652 8.38044 73.618 7.53715 76.8769 9.76228Z' fill='%23F8B000' stroke='%23F8B000' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M79.1712 12.282C79.2196 12.1196 79.2622 11.9415 79.3106 11.7792C79.3247 11.7198 79.4617 11.308 79.3832 11.5357C79.5101 11.1457 79.653 10.7498 79.8177 10.3638C79.9523 10.0431 80.1087 9.73236 80.287 9.43149C80.1488 9.64526 80.3849 9.30482 80.4369 9.24941C80.4829 9.17815 80.5508 9.1168 80.5968 9.04554C80.6287 9.03368 80.8406 8.7744 80.7208 8.89117C80.6069 9.02377 80.7886 8.82982 80.8046 8.82388C80.8725 8.76253 80.9462 8.71702 81.0141 8.65567C81.082 8.59432 81.1616 8.56465 81.2295 8.5033C81.2974 8.44195 81.4367 8.42616 81.2454 8.49737C81.0005 8.57054 81.4048 8.43803 81.4685 8.41429C81.5323 8.39056 81.596 8.36682 81.6597 8.34309C81.5163 8.39649 81.403 8.38458 81.6119 8.36089C81.789 8.34907 81.9601 8.32141 82.1371 8.30959C82.2068 8.3017 82.2982 8.30371 82.3738 8.31165C82.3419 8.32352 82.0935 8.28978 82.3041 8.31955C82.66 8.34936 83.0058 8.40095 83.3415 8.47432C83.4985 8.50605 83.6614 8.55361 83.8242 8.60118C83.5581 8.51992 83.9275 8.63487 84.0148 8.6745C84.3364 8.80725 84.6421 8.94594 84.9436 9.12224C84.7235 8.96972 85.1738 9.25298 84.9436 9.12224C84.9991 9.17373 85.0646 9.20345 85.1201 9.25494C85.241 9.33615 85.3301 9.42923 85.457 9.52628C85.6889 9.71047 85.3148 9.29064 85.552 9.6352C85.6133 9.70253 85.6647 9.79164 85.7101 9.8649C85.8741 10.1104 85.6334 9.65898 85.7337 9.92826C85.7632 10.0075 85.7927 10.0867 85.8222 10.1659C85.8104 10.1342 85.7815 9.91046 85.8045 10.1183C85.8316 10.2886 85.8428 10.4648 85.8481 10.6252C85.8492 10.8232 85.854 10.641 85.8422 10.6093C85.8398 10.7004 85.8215 10.7974 85.8132 10.8726C85.7825 11.0825 85.7358 11.2983 85.6892 11.514C85.5333 12.1673 85.2836 12.9096 84.9424 13.6499C84.7317 14.1072 84.6655 14.222 84.4554 14.5347C84.2034 14.8811 83.9236 15.2017 83.622 15.5125C83.5902 15.5243 83.3824 15.746 83.5542 15.5738C83.4603 15.6629 83.3606 15.7361 83.2827 15.8192C83.1151 15.9538 82.9474 16.0883 82.7798 16.2229C82.4068 16.4881 82.012 16.7433 81.6054 16.9669C80.7762 17.42 80.6592 18.7622 81.2032 19.4434C81.8599 20.2811 82.8182 20.321 83.6893 19.8343C85.543 18.8193 87.1365 17.2519 88.0851 15.3655C88.5644 14.4114 88.9051 13.3286 89.172 12.2913C89.5126 11.2085 89.5653 10.0345 89.212 8.93955C88.5484 6.91404 86.5587 5.76115 84.6202 5.18439C82.801 4.63538 80.7031 4.60498 79.0778 5.69726C77.0517 7.02896 76.2777 9.48162 75.646 11.6829C75.4015 12.5856 76.2045 13.6213 77.1009 13.7384C78.1483 13.8714 78.8967 13.25 79.1712 12.282Z' fill='%23F8B000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_503_20'%3E%3Crect width='78.8177' height='90.6944' fill='white' transform='translate(85.9617 0.21167) rotate(69.5744)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    top: -17%;
    right: 15%;
}
.page--NY .content_gallery .js-gallerySwiper:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='304' height='203' viewBox='0 0 304 203' fill='none'%3E%3Cg clip-path='url(%23clip0_36_13)'%3E%3Cpath d='M193.984 55.8093C196.611 51.4617 201.845 46.1388 212.141 43.1504L219.12 55.9381C219.12 55.9381 210.741 64.075 198.43 63.8453C194.332 63.7801 191.862 59.3175 194.001 55.8096L193.984 55.8093Z' fill='%239F5693'/%3E%3Cpath d='M219.103 55.9378L212.124 43.1501L217.438 40.252C220.975 38.3254 225.392 39.6328 227.318 43.1546C229.244 46.6933 227.937 51.1127 224.417 53.0396L219.103 55.9378Z' fill='%2315466B'/%3E%3Cpath d='M209.952 47.6745C207.466 51.6853 203.907 54.9673 199.101 55.7382C200.678 51.4078 205.195 47.4802 209.952 47.6745Z' fill='%23FFFCF7'/%3E%3Cpath d='M1.88304 86.5119C2.87009 104.322 9.0991 121.64 19.7463 135.943C29.9127 149.595 46.0988 163.902 64.4101 161.753C77.7659 160.186 90.5063 145.136 84.5228 131.551C83.0351 128.172 80.2255 124.839 76.4604 124.067C72.6953 123.296 68.6828 125.299 66.1992 128.09C61.1629 133.755 63.3146 141.178 67.1872 146.9C69.2394 149.933 71.4798 151.782 74.9863 152.837C79.9255 154.34 84.8118 155.977 89.7329 157.546C99.0022 160.507 108.546 163.269 118.331 163.628C136.902 164.313 153.712 154.327 166.933 142.047C195.869 115.138 207.715 76.4831 227.316 43.2732C236.421 27.8434 248.864 12.3143 267.629 9.30814C275.611 8.0285 284.719 9.44445 290.932 14.9834C296.226 19.7112 299.518 26.8137 299.201 33.9604C299.044 37.4321 297.909 40.651 295.916 43.4833C294.287 45.7962 298.045 48.0422 299.657 45.746C307.803 34.165 302.425 17.6067 291.504 9.87441C278.02 0.321906 258.949 4.49256 246.505 13.6834C232.107 24.3006 223.241 40.734 215.218 56.2996C206.251 73.7144 198.376 91.7227 188.133 108.456C179.455 122.622 168.875 136.045 155.437 145.983C148.546 151.076 140.733 155.595 132.398 157.784C123.451 160.133 114.197 159.427 105.268 157.387C96.3402 155.346 86.9258 151.926 77.7898 149.103C76.2391 148.621 74.5492 148.373 73.2786 147.319C72.008 146.265 71.0148 144.809 70.1738 143.372C68.8052 141.029 67.2304 137.8 67.5125 134.975C67.8527 131.692 71.4306 128.258 74.7675 128.26C78.3077 128.266 80.5945 132.522 81.2922 135.516C82.7509 141.776 79.3433 148.348 74.8057 152.479C61.5365 164.571 42.1508 153.332 31.711 143.031C19.5869 131.06 11.2643 115.438 7.85423 98.7412C7.03724 94.7287 6.52589 90.6701 6.30324 86.5653C6.1445 83.7665 1.77564 83.68 1.93411 86.4958L1.8833 86.495L1.88304 86.5119Z' fill='%2315466B'/%3E%3Cpath d='M9.46063 175.572C10.3197 170.552 13.2405 163.701 21.7463 157.159L32.8956 166.522C32.8956 166.522 28.0513 177.156 16.5157 181.429C12.6647 182.86 8.75269 179.611 9.46063 175.572Z' fill='%23CF381A'/%3E%3Cpath d='M32.8959 166.505L21.7466 157.142L25.6316 152.51C28.2213 149.433 32.8012 149.031 35.877 151.605C38.9526 154.196 39.354 158.778 36.7811 161.856L32.8961 166.488L32.8959 166.505Z' fill='%2315466B'/%3E%3Cpath d='M21.362 162.153C20.5089 166.8 18.3899 171.155 14.2005 173.631C14.1045 169.02 16.8651 163.725 21.362 162.153Z' fill='%23FFFCF7'/%3E%3Cpath d='M167.968 182.399C163.466 180.022 157.853 175.103 154.287 164.996L166.64 157.295C166.64 157.295 175.237 165.194 175.719 177.505C175.874 181.609 171.579 184.32 167.968 182.399Z' fill='%23CF381A'/%3E%3Cpath d='M166.64 157.295L154.287 164.996L151.083 159.861C148.952 156.455 150.006 151.963 153.41 149.831C156.815 147.699 161.304 148.754 163.435 152.16L166.64 157.295Z' fill='%2315466B'/%3E%3Cpath d='M158.932 166.917C163.08 169.17 166.567 172.53 167.609 177.292C163.209 175.968 159.008 171.681 158.932 166.917Z' fill='%23FFFCF7'/%3E%3Cpath d='M113.13 195.626C111.189 190.918 110.001 183.561 113.702 173.485L128.12 175.443C128.12 175.443 129.697 187.026 122.224 196.805C119.733 200.07 114.695 199.413 113.13 195.626Z' fill='%239F5693'/%3E%3Cpath d='M128.136 175.46L113.719 173.502L114.543 167.499C115.08 163.508 118.75 160.719 122.738 161.274C126.727 161.812 129.515 165.483 128.96 169.474L128.136 175.477L128.136 175.46Z' fill='%2315466B'/%3E%3Cpath d='M116.054 177.929C117.813 182.312 118.346 187.134 116.109 191.454C113.562 187.617 113.064 181.644 116.054 177.929Z' fill='%23FFFCF7'/%3E%3Cpath d='M62.8922 196.471C60.2339 192.141 57.8906 185.054 59.9552 174.528L74.5112 174.184C74.5112 174.184 77.9073 185.372 72.0603 196.21C70.1226 199.823 65.0385 199.979 62.8919 196.488L62.8922 196.471Z' fill='%23FDC504'/%3E%3Cpath d='M74.4943 174.183L59.9383 174.528L59.7974 168.475C59.7089 164.458 62.8788 161.119 66.8947 161.03C70.9106 160.941 74.2479 164.113 74.3365 168.131L74.4773 174.183L74.4943 174.183Z' fill='%2315466B'/%3E%3Cpath d='M62.9745 178.525C65.4 182.58 66.6978 187.244 65.1676 191.864C62.0539 188.475 60.6048 182.673 62.9745 178.525Z' fill='%23FFFCF7'/%3E%3Cpath d='M159.62 97.0716C164.35 98.9263 170.499 103.142 175.207 112.792L163.815 121.864C163.815 121.864 154.354 115.003 152.464 102.838C151.834 98.778 155.798 95.5872 159.602 97.0882L159.62 97.0716Z' fill='%23FDC504'/%3E%3Cpath d='M163.833 121.848L175.224 112.776L178.994 117.513C181.502 120.655 180.972 125.239 177.832 127.748C174.692 130.257 170.11 129.727 167.602 126.585L163.833 121.848Z' fill='%2315466B'/%3E%3Cpath d='M170.385 111.411C166.009 109.646 162.16 106.704 160.573 102.103C165.099 102.921 169.748 106.689 170.385 111.411Z' fill='%23FFFCF7'/%3E%3Cpath d='M113.541 112.269C111.94 117.09 108.027 123.451 98.6451 128.657L89.0111 117.742C89.0111 117.742 95.3835 107.947 107.433 105.427C111.444 104.592 114.84 108.375 113.541 112.269Z' fill='%232882BF'/%3E%3Cpath d='M89.0111 117.742L98.6451 128.657L94.1094 132.669C91.1027 135.333 86.5 135.04 83.8376 132.031C81.1752 129.023 81.4687 124.418 84.4754 121.755L89.0111 117.742Z' fill='%2315466B'/%3E%3Cpath d='M99.7732 123.76C101.318 119.294 104.058 115.304 108.575 113.495C107.995 118.061 104.479 122.903 99.7732 123.76Z' fill='%23FFFCF7'/%3E%3Cpath d='M225.483 119.134C220.428 118.528 213.439 115.977 206.454 107.816L215.21 96.1765C215.21 96.1765 226.085 100.451 230.953 111.764C232.57 115.535 229.541 119.605 225.466 119.117L225.483 119.134Z' fill='%232882BF'/%3E%3Cpath d='M215.21 96.1935L206.454 107.833L201.617 104.18C198.403 101.756 197.764 97.187 200.186 93.9886C202.609 90.7732 207.176 90.1341 210.373 92.5576L215.21 96.2104L215.21 96.1935Z' fill='%2315466B'/%3E%3Cpath d='M211.466 107.946C216.148 108.563 220.607 110.447 223.286 114.506C218.69 114.857 213.259 112.364 211.466 107.946Z' fill='%23FFFCF7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_36_13'%3E%3Crect width='300.78' height='197.801' fill='white' transform='translate(3.25702 0.15332) rotate(0.911512)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    right: 15%;
}
.page--NY .content_road:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='105' viewBox='0 0 110 105' fill='none'%3E%3Cg clip-path='url(%23clip0_503_21)'%3E%3Cpath d='M26.8946 35.4326C19.5375 45.8772 17.2838 59.8895 21.6033 71.9002C25.9225 83.9097 36.9199 93.4303 49.5529 95.3914C54.1429 96.1045 58.8359 95.8709 63.4387 95.2433C78.2174 93.229 97.5612 86.056 100.593 69.4852C101.984 61.8805 102.567 54.0111 100.985 46.4462C97.3147 28.8955 76.9889 12.106 58.4026 16.132C46.1539 18.7854 34.21 25.0478 26.8949 35.4339L26.8946 35.4326Z' fill='%23FDC304'/%3E%3Cpath d='M48.0591 18.7537C47.0121 16.4258 46.3643 14.0605 45.5298 11.6792C45.1964 11.6675 44.8357 11.6536 44.5017 11.7021C44.0393 11.769 42.6631 11.9227 42.4266 12.4265C42.3066 12.6825 42.3633 12.9873 42.4596 13.2533C42.5437 13.4846 42.6412 13.712 42.7406 13.9363C43.2717 15.1256 43.4735 16.3292 43.9322 17.5216C44.4712 18.9142 45.7845 20.658 45.6108 22.1797C45.0477 22.1044 44.429 21.6346 43.8695 21.1847C44.0792 20.7132 44.1005 20.23 43.8797 19.7422C43.8789 19.7385 43.876 19.7366 43.8752 19.7329C43.8591 19.6977 43.8415 19.6616 43.8215 19.626C43.8153 19.6144 43.8091 19.6029 43.8029 19.5913C43.7851 19.5604 43.7672 19.5294 43.7482 19.4987C43.7425 19.4896 43.7368 19.4805 43.7311 19.4715C43.7064 19.4317 43.6794 19.3936 43.6507 19.3533C43.645 19.3442 43.6383 19.3366 43.6314 19.3278C43.6084 19.2966 43.5839 19.2644 43.5582 19.2325C43.5481 19.2205 43.5394 19.2094 43.5293 19.1974C43.5006 19.1635 43.4719 19.1297 43.4408 19.0963C43.4356 19.0897 43.4306 19.0843 43.4244 19.0791C43.3884 19.0404 43.3496 19.0008 43.3108 18.9613C43.2996 18.9508 43.2885 18.9402 43.2774 18.9297C43.2455 18.899 43.2136 18.8684 43.1805 18.838C43.1679 18.8264 43.1556 18.8161 43.143 18.8046C43.099 18.7649 43.0525 18.7256 43.0046 18.6854C43.0017 18.6835 42.9984 18.6803 42.9955 18.6783C42.9495 18.6415 42.9021 18.6038 42.8534 18.5663C42.8384 18.5553 42.8231 18.543 42.808 18.532C42.767 18.5006 42.725 18.4707 42.6815 18.4398C42.668 18.4298 42.6544 18.4197 42.6396 18.4099C42.5828 18.3702 42.5247 18.3308 42.4642 18.2918C42.4524 18.284 42.4393 18.2764 42.4274 18.2686C42.3773 18.2365 42.3259 18.2047 42.2731 18.1718C42.2541 18.1603 42.2351 18.1488 42.2146 18.1363C42.159 18.1028 42.1037 18.0705 42.0457 18.0374C42.0341 18.0308 42.0225 18.0242 42.0094 18.0166C41.9398 17.977 41.8677 17.9378 41.7944 17.8989C41.7756 17.8886 41.7556 17.8786 41.7369 17.8683C41.6793 17.8378 41.6206 17.8074 41.5606 17.7773C41.5379 17.7666 41.5162 17.7543 41.4935 17.7436C41.4137 17.7047 41.3338 17.6646 41.2501 17.6252C35.3293 14.8288 28.4225 14.7804 22.0432 15.5557C14.6768 16.4481 7.42189 18.4151 0 18.5723C8.78927 25.6753 20.7018 28.7774 31.853 26.8677C34.2099 26.4639 39.9571 24.7861 42.6285 22.6438C43.163 22.9515 43.6381 23.3583 44.0979 23.7721C45.2224 24.7872 46.3991 26.8506 47.9551 26.6976C48.2331 26.6707 50.7605 25.4692 50.8138 25.662C50.1454 23.265 49.0775 21.0169 48.0593 18.7549L48.0591 18.7537Z' fill='%2358A332'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_503_21'%3E%3Crect width='93.43' height='87.9071' fill='white' transform='translate(0 18.5723) rotate(-11.4658)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    top: 16px;
    left: 16px;
    width: 5%;
    min-width: 45px;
    background-size: contain;
}
@media (max-width: 1650px) {
    .page--NY .content_road:after {
        left: auto;
        right: 16px;
    }
}
.page--NY .block--head .button{
    position: static;
    margin-top: 16px;
}
.content_tarifs .accordion--content .button{
    margin-top: 16px;
}
@media (max-width: 475px){
    .content_scheme:not(.block_list-slider) .block--image{
        margin-right: 0;
        margin-left: 0;
        overflow: initial;
    }
    .content_scheme{
        overflow: hidden;
    }
}
[data-popup='popup_for_scheme'] .popup__content-text ul{
    padding-left: 20px;
}


.marquee {

    overflow: hidden;
    padding: 6px 0;
    background: #f1f1f1;
}
.marquee--content{

    flex-shrink: 0;
    gap: 20px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
    display: flex;
    padding: 4px;

}

.marquee ~ .header:not(.scrolled){
    padding: 80px var(--g-40) 40px;
}
.marquee-item{
    white-space: nowrap;
    animation: scrollDesk 35s linear infinite;
}
.header{
    transition: background, padding .18s ease-in-out;
}
@media (max-width: 768px){
    .marquee ~ .header:not(.scrolled){
        padding: 38px var(--g-40) 8px;
    }
    .marquee-item{
        font-size: 12px;
        animation: scrollMob 35s linear infinite;
    }

}

@keyframes scrollDesk {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(-200%);
    }
}
@keyframes scrollMob{
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media (max-width: 768px){
    .header--contacts_item .button  .icon-weather{
        display: none;
    }
    .header--contacts_item .icon-weather ~ span{
        display: block;
    }
}
.is_cascade h1{
    font-size: var(--fs-48);
}
.is_cascade h3{
    font-size: var(--fs-36);
}
.content_galleries .block--elements{
    overflow: hidden;
}
.content_galleries .block--elements figure{
    margin:0;
}
.content_tarifs .accordion--button .price{
    display: flex;
    gap: 16px;
}
.content_tarifs .accordion--button .price .price--item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.content_tarifs .accordion--button .price p{
    opacity: 0.7;
}
.content_tarifs .accordion--button{
    grid-template-columns: 0.5fr 1fr auto;
}
.content_tarifs .accordion--button .icon{
    margin-left: 0;
}
@media (max-width: 475px){
    .content_tarifs .accordion--button .price{
        flex-direction: column;
    }
}
.mask-star .block--image img {
    -webkit-clip-path: url(#mask-star);
    clip-path: url(#mask-star);
}
.mask-rabbit .block--image img {
    -webkit-clip-path: url(#mask-rabbit);
    clip-path: url(#mask-rabbit);
}
.mask-rabbit2 .block--image img {
    -webkit-clip-path: url(#mask-rabbit2);
    clip-path: url(#mask-rabbit2);
}
.mask-bird2 .block--image img {
    -webkit-clip-path: url(#mask-bird2);
    clip-path: url(#mask-bird2);
}
.mask-circle .block--image img {
    -webkit-clip-path: url(#mask-circle);
    clip-path: url(#mask-circle);
}
.content_advantages .block--content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.content_advantages .block--content .advantages-item{
    flex: 0 0 30%;
}
@media (max-width: 475px){
    .content_advantages .block--content .advantages-item{
        flex: 0 0 45%;
    }
}
.block_banner.block_banner-hero .block--head_title{
    max-width: 1000px;
}

/*NEW DRIMMI*/
.page--day .block_banner-hero .drimmi
{
    position: absolute;
    z-index: 10;
    right: calc( var(--g-80) + 10.46vw);
    bottom: 5%;

    width: clamp(139px, calc(139px + (277  - 139) * ((100vw - 375px) / (1440 - 375))), 277px);
    height: clamp(218px, calc(218px + (438  - 218) * ((100vw - 375px) / (1440 - 375))), 438px);

}
@media (max-width: 500px)
{
    .page--day .block_banner-hero .drimmi
    {
        right: calc( var(--g-80) + 6vw);
    }
    .block_banner.block_banner-hero .banner{
        padding-top:55%;
    }

}
.page--day .block_banner-hero:before{
    content: none;
}

.btn-play-video{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M176 480C148.6 480 128 457.6 128 432v-352c0-25.38 20.4-47.98 48.01-47.98c8.686 0 17.35 2.352 25.02 7.031l288 176C503.3 223.8 512 239.3 512 256s-8.703 32.23-22.97 40.95l-288 176C193.4 477.6 184.7 480 176 480z'/%3E%3C/svg%3E");
    width: 3rem;
    height: 3rem;
    background-color: var(--color-yellow);
    position: fixed;
    bottom: 8rem;
    right: 55px;
    border-radius: 100px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.is_cascade{
    --accent-hover: var(--color-pink, #d0468b);
}
.page--events .block_list:not(.block_list-slider) .card:nth-child(n+4){
    display: flex;
}

.page-with-purple-title .block:not(.block_banner) .block--head_title h2{
    color:#703A8A;}

.block_banner-hero ~ .block .is_cascade{
    margin-top:24px;
}
.breadcrumbs ol{
    list-style-type: none;
}
@media (max-width: 550px) {
    .content_road:not(.block_list-slider) .block--sections {
        align-items: flex-start;
        padding: 20px;
        margin: 0 -20px;
    }
    .content_road:not(.block_list-slider) .block--sections > p{
        position: sticky;
        left: 0;
    }
    .tags-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    /* РЎС‚РёР»Рё РґР»СЏ РєР°Р¶РґРѕРіРѕ С‚РµРіР° */
    .tag {
        display: inline-block;
        padding: 8px 16px;
        background-color: #9986b4;
        color: white;
        font-size: 14px;
        font-weight: 600;
        border-radius: 20px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .tag:hover {
        background-color: #fdc502;
    }


    @media (max-width: 768px) {
        .tags-container {
            justify-content: center;
            gap: 10px;
        }

        .tag {
            font-size: 13px;
            padding: 7px 14px;
            margin: 5px 0;
        }
    }
}
.popup-cookies{
    background-color: transparent;
    place-items: end;
    justify-content: start;
    pointer-events: none;
}
@media (max-width: 768px) {
    .popup-cookies{
        padding: 8px;
    }
}
.popup-cookies .popup__content{
    padding: 14px;
    min-width: 275px;
    max-width: 426px;
    font-size: 12px;
    position: static;
    translate: 0 0;
    display: flex;
}
.popup-cookies .popup__content .button{
    padding: 0;
    background: transparent;
    text-decoration: underline;
    border: none;
    font-size: 14px;
}
.popup-cookies.active .popup__content{
    pointer-events: all;
}