

/* Start:/local/templates/main/template_styles.css?177001622914260*/
.page_action_panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    background: rgba(255, 255, 255, 0.6);
    padding: 8px 16px;
    box-sizing: border-box;
    box-shadow: 0 0 5px darkgrey;
}
.page_action_panel .page_action_panel--item:not(:last-of-type) {
    margin-right: 8px;
}
.page_action_panel .page_action_panel--item a {
    color: black;
    white-space: nowrap;
}
.page_action_panel .page_action_panel--item a:hover {
    opacity: 0.5;
}


.booking--children-select .select--button {
    color: rgb(25, 24, 24);
}
.block_element .block--content {
    width: 100%;
}

.f-h3 {
    font-family: var(--font-family-title);
    text-align: center;
    margin-bottom: var(--margin-m);
}
.block--image {
    color: #fff
}


@media (max-width: 1024px) {
    .header--top{
    max-width: 100vw;
    overflow-x: auto;
    align-self: flex-start;
}
}
@media (max-width: 1024px) {
    .header--nav {
        display: none;
    }
}
@media (max-width: 1024px) {
    .booking {
        display: none;
    }
}
.content_tours .card--buttons {
    flex-wrap: nowrap;
    margin-top: auto;
}
.content_tours .card--text {
    margin-bottom: 16px
}
.content_tours .card--buttons .button {
    flex-grow: 1;
    flex-basis: calc(50% - 4px);
}
.header--actions .button-link-primary {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
}
.header_mobile .button,
.header_mobile--item {
    backdrop-filter: blur(30px);
    --button-color: #FCFBF7;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    transition: var(--transition);
    padding: 13px 15px;
    font-size: 12px;
    background-color: var(--button-bg-color, transparent);
    border: 1px solid var(--button-border-color, transparent);
    color: var(--button-color);
    --icon-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 2px;

    span {
        font-size: 12px;
        line-height: 20px;
    }
}
.header_mobile--item{
    flex-grow: 1;
    flex-shrink: 1;
}
.header_mobile .button-link-primary.button-accent {
    --button-bg-color: #FCFBF7;
    --button-border-color: transparent;
    --button-color: #191818;
}
@media(max-width: 1024px) {
    .header.header-transparent.is_scrolled, .header.is_scrolled {
        transform: translateY(0);
        transition: var(--transition);
    }
    .header.header-transparent.is_scrolled_down, .header.is_scrolled_down {
        transform: translateY(calc(-1 * var(--headerHeight)));
    }
    .block_list-slider .block--elements {
        padding: 2px 24px
    }
}



/*.content_activities_block {*/
/*    overflow: hidden;*/
/*    --c-width: calc((100vw - var(--container-padding) * 2 ) / 100 );*/
/*}*/
/*.content_activities_block .swiper-wrapper {*/
/*    align-items: center;*/
/*    transform-origin: center;*/
/*}*/
/*.content_activities_block .card {*/
/*    transition: width 0.3s ease-in-out;*/
/*    width: calc((100% - 128px) / 3);*/
/*    aspect-ratio: 266/324;*/
/*    height: auto;*/
/*    transform-origin: center;*/
/*}*/
/*.content_activities_block .card:not(.swiper-slide-active) .card--content {*/
/*    opacity: 0;*/
/*}*/
/*.content_activities_block .card {*/
/*    width: calc((100% - 128px) / 3);*/
/*}*/
/*.content_activities_block .card.swiper-slide-active {*/
/*    width: calc((100% - 128px) / 3);*/
/*}*/
.content_activities_block {
    @media(min-width: 1024px) {
        overflow: hidden;
        --c-width: calc(((100vw - var(--container-padding) * 2) - 32px * 4) / 6 );
        .swiper-wrapper {
            align-items: center;
            transform-origin: center;
        }
        .card {
            transition: all 0.5s ease;
            transform: scale(0.66);
            aspect-ratio: 266 / 324;
            height: auto;
            transform-origin: center;
            width: calc(var(--c-width) * 2 + 64px);
            .card--content {
                transition: opacity 0.4s linear;
                padding-left: 30px;
                padding-right: 30px;
            }
            &:not(.swiper-slide-active) {
                .card--content {
                    opacity: 0
                }
            }
            &.swiper-slide-active {
                transition: all 0.5s ease;
                transform: scale(1);
            }
        }
        &.block_list .block--wrapper {
            grid-template-columns: 50% 50%;
            grid-template-areas: "heading   showAll" "actions  actions" "selection selection" "elements  elements" "slider-controls slider-controls";
            place-items: start;
            align-items: center;
        }
        &.block_list .block--head {
            text-align: left;
        }
        .block--link {
            margin-top: 0;
            justify-self: end;
        }
        &.block_list .block--elements:not(:first-child) {
            margin-top: 0;
        }
        .block--head_caption,
        .block--head_subtitle {
            display: none;
        }
    }
}
.block_list.block_list-slider {
    .swiper-button-next,
    .swiper-button-prev {
        backdrop-filter: none;
        background: none;
    }
    .swiper-button-next {
        &:after {
            content: "\e921";
        }
    }
    .swiper-button-prev {
        &:after {
            content: "\e920";
        }
    }
}

.popup-video {
    padding: 16px;
    .popup--content {
        max-width: 100%;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-start;
    }
    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .popup--close {
        position: absolute;
        right: 10px;
        background: rgba(0,0,0,0.3);
        backdrop-filter: blur(30px);
        top: 10px;
        color: #fff;
        border-radius: 8px;
    }
}

.video_link {
    position: absolute;
    z-index: 13;
    cursor: pointer;
    right: var(--container-padding);
    bottom: 44px;
    width: 56px;
    height: 56px;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='57' viewBox='0 0 56 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H12L4 12V4Z' fill='white' fill-opacity='0.3'/%3E%3Cg filter='url(%23filter0_dd_2082_20573)'%3E%3Cpath d='M39 28L23 37V19L39 28Z' fill='%23FCFBF7'/%3E%3C/g%3E%3Cpath d='M52 4H44L52 12V4Z' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M4 52H12L4 44V52Z' fill='white' fill-opacity='0.3'/%3E%3Cpath d='M52 52H44L52 44V52Z' fill='white' fill-opacity='0.3'/%3E%3Cdefs%3E%3Cfilter id='filter0_dd_2082_20573' x='7' y='7' width='48' height='50' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='8'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2082_20573'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='8'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_2082_20573' result='effect2_dropShadow_2082_20573'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_2082_20573' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
@media(max-width: 1380px) {
    .video_link {
        bottom: 104px;
    }
}
@media(max-width: 1024px) {
    .video_link {
        bottom: 84px;
    }
}
.content_advantages_extended  .card:not(.swiper-slide-active) {
    pointer-events: none;
    z-index: -1;
    opacity: 0;
}
.tabs {
    margin: var(--g-content-b) auto;
    --sections-block-border-color: #1918181F;
    --sections-text-color: #191818;
    --sections-border-color: transparent;
    --sections-bg-color: transparent;
    --sections-text-color-active: #FCFBF7;
    --sections-border-color-active: transparent;
    --sections-bg-color-active: #191818;
    --sections-text-color-hover: #191818;
    --sections-border-color-hover: transparent;
    --sections-bg-color-hover: #1918180D;
}


/* Карта курорта */
.content_scheme {
    padding-bottom: 0;
    .block--head_title {
        text-align: center;
    }
}
.scheme {
    overflow-x: auto;
    touch-action: pan-x;
    overflow-y: clip;
    height: fit-content;
    @media(min-width: 1024px) {
        display: flex;
    }
    &[data-tab-content="resort"] {
        svg {
            aspect-ratio: 1920 / 642;
            width: 100%;
            @media(max-width: 1024px) {
                width: auto;
                height: 80vh;
            }
        }
    }
    &[data-tab-content="village"] {
        svg {
            aspect-ratio: 1920 / 1117;
            width: 100%;
            @media(max-width: 1024px) {
                width: auto;
                height: 80vh;
            }
        }
    }
    .placemark {
        cursor: pointer;
        transition: 0.16s ease-in-out;
        transform-origin: 50% 50%;
        transform-box: fill-box;
        &[data-popup_cascade].placemark-image:hover {
            transform: scale(1.15);
        }
        &[data-popup_cascade].placemark-icon:hover {
            transform: scale(1.15);
        }
        &.placemark-image image {
            clip-path: circle(50% at 50% 50%);
        }
        &.placemark-text {
            filter:url(#shadow);
        }
        &.placemark-logo {
            filter:url(#shadow);
        }
        &[data-popup_cascade].placemark-logo[data-anchor="left"]:hover,
        &[data-popup_cascade].placemark-text[data-anchor="left"]:hover {
            transform: translateX(-12px);
        }
        &[data-popup_cascade].placemark-logo[data-anchor="right"]:hover,
        &[data-popup_cascade].placemark-text[data-anchor="right"]:hover {
            transform: translateX(12px);
        }
        &[data-popup_cascade].placemark-logo[data-anchor="top"]:hover,
        &[data-popup_cascade].placemark-text[data-anchor="top"]:hover {
            transform: translateY(12px);
        }
        &[data-popup_cascade].placemark-logo[data-anchor="bottom"]:hover,
        &[data-popup_cascade].placemark-text[data-anchor="bottom"]:hover {
            transform: translateY(-12px);
        }
        &[data-tours] {
            --bg-color: #431D23;
        }
        &[data-gifts] {
            --bg-color: #895648;
        }
        &[data-shops] {
            --bg-color: #47093E;
        }
        &[data-restaurants] {
            --bg-color: #933A24;
        }
        &[data-surroundings] {
            --bg-color: #4A5349;
        }
        &[data-parking] {
            --bg-color: #51658D;
        }
        &[data-info] {
            --bg-color: #FCFBF7;
        }
        text {
            fill: #303030;
            font-weight: 500;
            font-size: 16px;
            text-anchor: middle;
        }
    }
}


/* Карта курорта  END */
.selected_text {
    padding: var(--g-vertical-xl) 0 var(--g-vertical);
    .block--wrapper {
        max-width: 886px;
        margin: 0 auto;
    }
    .f-h2 {
        font-size: clamp(36px, 36px + 8 * (100vw - 768px) / 1152, 44px);
    }
    .block--link {
        justify-content: center;
    }
    .block--head {
        text-align: center;
    }
    .block--head_subtitle {
        font-family: var(--font-family-title);
    }
    .block--head_title {
        --text-primary: #C1C1C1;
        display: flex;
        gap: 24px;
        justify-content: center;
        align-items: center;
    }
    .block--head_caption {
        --text-primary: #302F2F99;
        color: var(--text-primary);
        font-size: clamp(18px, calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024))), 24px);
        p {
            hyphens: none
        }
    }

    [data-animated="eko"] {
        --text-animated: #38503E;
        animation: animated_text 6s infinite ease-in-out;
        animation-delay: 2s;
    }
    [data-animated="eno"] {
        --text-animated: #481827;
        animation: animated_text 6s infinite ease-in-out;
        animation-delay: 4s;
    }
    [data-animated="etno"] {
        --text-animated: #814736;
        animation: animated_text 6s infinite ease-in-out;
        animation-delay: 6s;
    }
    .block--head_subtitle:not(:last-child:empty),
    .block--head_title:not(:last-child) {
        margin-bottom: 32px
    }
    .block--link {
        margin-top: 32px;
        margin-bottom: 0;
    }
}

@keyframes animated_text {
    0%, 30% {
        color: var(--text-primary);
    }
    30%, 50% {
        color: var(--text-animated);
    }
    50%, 100% {
        color: var(--text-primary);
    }
}

@media(max-width: 1360px) {
    .header--nav .nav > .nav--item > a {
        padding: 3px 8px;
    }
}
.popup-cascade--wrapper .is_cascade{
    margin-top: 32px
}

.block_list .block--selection {
    max-width: 100vw;
    overflow-x: auto;
    padding: 0 var(--container-padding);
}
.block--head_title {
    max-width: 100%;
    /*overflow-x: hidden;*/
}
@media(min-width: 1024px) {
    .menu .tabs {
        margin: 0;
        margin-right: var(--g-content-l);
        justify-self: center;
        align-self: center;
    }
    .nav--item.is_hidden {
        display: none;
    }
    .header--nav .nav {
        max-width: 100%;
    }
    .header--nav {
        max-width: 100%;
        overflow-x: clip;
        overflow-y: visible;
        min-width: 100%;
    }
}
.header--nav_more {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 3px 8px;
    flex-shrink: 0;
    flex-grow: 0;
    &.is_hidden {
        display: none;
    }
}
.block_list.content_advantages {
    overflow: visible;
}
/* End */
/* /local/templates/main/template_styles.css?177001622914260 */
