

/* Start:/local/templates/template7/styles.css?178100781823046*/
.collapse-content {
	max-height: 0;
	overflow: hidden; 
	transition: max-height 0.5s ease-out;
}

.collapse-content.open {
	max-height: 1000px;
}

.btn-more {
	margin-bottom: 40px;
	padding: 8px 16px;
	cursor: pointer;
	background: #866f51;
	border: 1px solid #866f51;
	color: #fff;
}

.services-list {
    padding: 0 0 0 15px;
    position: relative;
    list-style-type:disc;
    margin: 20px 0;
}






.nav__wrapper .menu  li:nth-child(4) .menu__sub {
	width: 170px;
}
.max img {
	width: 22px;
}
.footer .max img {
	filter: brightness(100);
}
.property.socials {
  list-style: none;
  gap: 15px;
  align-items: center !important;
}

.slick-slide img {
    width: 100%;
}

.rooms-page{

    .section.-type-heading .section__content {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: calc(100% - 60px);
    }


    .heading.-type-section{
        margin-bottom: 30px;
    }

    .section.-type-heading{
        height: calc(100vh - 100px);
    }

    .header__description{
        display: flex;
        padding: 15px 20px 20px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: rgba(134, 111, 81, 0.80);
        backdrop-filter: blur(7.5px);
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        margin: 0 0 45px 0;
    }

    .search-form__wrapper .sf-state-horizontal .sf-wrapper{
        flex-direction: column;
    }

    .features{
        padding: 15px 0 30px;
    }

    .features__wrapper{
        padding: 0 20px;
        border-bottom: 1px solid #4E4B4A;
        display: flex;
        flex-wrap: wrap;
    }

    .features__wrapper h2 {
        width: 100%;
    }

    .features__cards{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .features__card{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
        padding-bottom: 45px;
        cursor: pointer;
        transition: color .2s ease, opacity .2s ease, transform .2s ease;
        width: 33%;
    }

    .features__card img{
        width: 56px;
        height: 56px;
        transition: filter .2s ease, transform .2s ease;
    }

    .features__card-title{
        text-transform: lowercase;
        transition: color .2s ease;
        text-align: center;
    }

    .features__card:hover,
    .features__card.is-active{
        color: #9B7A5C;
    }

    .features__card:hover img,
    .features__card.is-active img{
        filter: brightness(0) saturate(100%) invert(47%) sepia(19%) saturate(917%) hue-rotate(349deg) brightness(94%) contrast(86%);
        transform: translateY(-3px);
    }

    .features__card.is-active .features__card-title{
        font-weight: 700;
    }

    .room{
        padding: 15px 0;
    }

    .room__title{
        margin-bottom: 15px;
        color: #4E4B4A;
        width: fit-content;
    }

    .room__link {
        text-decoration: none;
    }

    .room__card-wrapper{
        padding-bottom: 45px;
        border-bottom: 1px solid #4E4B4A;
        margin-bottom: 45px;
    }

    .room__card{
        display: flex;
        padding: 25px 25px 30px 25px;
        flex-direction: column;
        gap: 15px;
        background: #E7E0D6;
    }

    .room__card-content{
        display: flex;
        align-items: stretch;
        border-bottom: 1px solid rgba(78, 75, 74, 0.20);
        gap: 30px;
        padding-bottom: 25px;
    }

    .room__content{
        display: flex;
        padding: 10px 0;
        flex-direction: column;
        justify-content: space-between;
        flex: 1 0 0;
    }

    .rooms-general__slider-wrapper {
        min-width: 0;
        width: 100%;
        max-width: 557px;
    }

    /*.room__content p{*/
    /*    max-height: 132px;*/

    /*}*/

    .room__price-top{
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 20px;
    }

    .room__price{
        display: flex;
        align-items: center;
        gap: 5px;
        color: #393939;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;

    }

    .room__price span{
        color: #C87D38;
    }

    .room__price-subtitle{
        color: #434242;
        font-size: 12px;
        line-height: 18px;
        border-bottom: 0.5px solid rgba(78, 75, 74, 0.20);
        width: max-content;
    }

    .room__price-info{
        display: flex;
        align-items: stretch;
        gap: 8px;
        margin-bottom: 20px;
    }

    .room__price-info-item{
        flex: 1;
        background: #FBF5E9;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.08) inset;
        padding: 9px 4px 5px 12px;
    }

    .room__price-info-label{
        color: #B87333;
        font-family: Verdana;
        font-size: 10px;
        font-weight: 700;
        line-height: 18px;
        text-transform: uppercase;
    }

    .room__price-info-value{
        color: #343434;
        font-family: Arial;
        font-weight: 700;
        line-height: normal;
    }

    .room__price-actions{
        display: flex;
        align-items: stretch;
        gap: 8px;
    }

    .room__price-actions button{
        flex: 1;
    }

    .room__btn-more{
        border: 1px solid #B87333;
        background: transparent;
        color: #B87333;

        &:hover{
            color: #FFF;
        }
    }

    .room__info{
        display: flex;
        gap: 40px;
        justify-content: space-between;
    }

    .room__info-card{
        display: flex;
        padding: 0 30px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        flex: 1;
    }

    .room__info-card img{
        width: 40px;
        height: 40px;
    }

    .room__info-card-title{
        text-transform: lowercase;
        text-align: center;
    }

    .rooms-general__slider-control .slider-arrow {
        top: 50%;
        position: absolute;
        background: rgba(255, 255, 255, 0.32);
        opacity: 0.6;
        backdrop-filter: blur(4px);
        border: none;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .rooms-general__slider-control .slider__control-container{
        position: unset;
    }

    .rooms-general__slider-control {
        position: unset;
        padding: 0;
        margin: 0;
        height: 0;
    }

    .slider-arrow.slider-arrow--prev{
        left: 20px;
    }

    .slider-arrow.slider-arrow--next{
        right: 20px;
    }

    .text-section{
        padding: 15px 0;
    }

    .text-section h2{
        margin-bottom: 15px;
    }

    .text-section__subtitle{
        color: #4E4B4A;
        font-size: 21px;
        line-height: 31.5px;
        margin-bottom: 15px;
    }

    .text-section p{
        margin-bottom: 15px;
    }

    .text-section p span{
        font-weight: 700;
    }

    .text-section ul{
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-left: 14px;
        list-style-type: disc;
    }

    .text-section ul li{
        &::marker{
            color: #B87333;
        }
    }

    .faq__section{
        padding: 40px 0 45px;
    }

    .faq__title{
        margin-bottom: 28px;
    }

    .benefit{
        padding: 15px 0 50px;
    }

    .benefit__wrapper{
        padding: 20px 32px 30px 32px;
        background: #F6F2EC;
    }

    .benefit__wrapper h2{
        text-align: center;
        color: #4E4B4A;
        font-size: 30px;
        font-weight: 400;
        line-height: 37.5px;
        margin-bottom: 14px;
    }

    .benefit__cards{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-bottom: 35px;
    }

    .benefit__card{
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .benefit__card img{
        width: 40px;
        height: 40px;
    }

    .benefit__card-content{
        display: flex;
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
    }

    .benefit__card h3{
        color: #4E4B4A;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
        margin-bottom: 0;
    }

    .benefit__card p{
        text-align: center;
    }

    .benefit__actions{
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 8px;
    }

    @media (max-width: 992px) {
        .section.-type-heading {
            height: 100%;
        }

        .container{
            padding: 0 15px;
        }

        .breadcrumbs {
            padding-left: 0;
            padding-right: 0;
        }

        .features__wrapper{
            padding: 0;
        }

    }

    @media (max-width: 767px) {

        .room-detail-mobile-gallery .rooms-main-room__slider-wrapper,
        .rooms-main-room__slider-item{
            height: 240px;
        }

        .rooms-main-room__slider-control .slider-arrow{
            width: 40px!important;
            height: 40px!important;
        }

        .rooms-main-room__slider-control .slider__pagination{
            display: none!important;
        }

        .main-room__conveniences-card.border-line,
        .main-room__conveniences-card{
            width: 100%;
            min-width: 100%;
            border: none!important;
            padding: 0;
            justify-content: flex-start!important;
        }

        .main-room__conveniences-title{
            font-size: 10px!important;
        }

        .heading.-type-section {
            margin-bottom: 0;
        }

        .header__description{
            margin: 0 20px 30px 20px;
            font-size: 12px;
            line-height: 15px;
        }

        .features{
            padding: 0 0 22.5px;
        }

        .features__wrapper{
            padding-bottom: 40px;
        }


        .features__cards{
            row-gap: 20px;
            padding-bottom: 40px;
        }

        .features__card{
            padding: 0;
            gap: 5px;
        }

        .features__card-title {
            text-transform: lowercase;
            font-size: 10px;
        }

        .features__card img {
            width: 40px;
            height: 40px;
        }

        .room{
            padding: 22.5px 0;
        }

        .room__title{
            text-align: center;
            width: 100%;
        }

        .room__card {
            padding: 12px 12px 20px 12px;
            gap: 15px;
        }

        .room__content{
            justify-content: normal;
            gap: 15px;
        }

        .room__card-content{
            flex-direction: column;
            gap: 15px;
        }

        .room__content p{
            font-size: 12px;
            margin-bottom: 0;
            max-height: 100%;
        }

        .room__price-top {
            margin-bottom: 25px;
        }

        .room__price-actions{
            flex-direction: column;
        }

        .rooms-general__slider-wrapper {
            max-width: 100%;
        }

        .rooms-general__image {
            width: 100%;
            aspect-ratio: 4 / 3;
            object-fit: cover;
        }

        .slider-arrow.slider-arrow--prev {
            left: 15px;
        }

        .slider-arrow.slider-arrow--next {
            right: 15px;
        }
        .room__info-card {
            padding: 0;
            gap: 5px;
        }

        .room__info-card-title {
            font-size: 10px;
        }

        .room__info {
            gap: 10px;
        }

        .room__card-wrapper{
            margin-bottom: 0;
        }

        .text-section{
            padding: 22.5px 0;
        }

        .text-section__subtitle {
            font-size: 18px;
            line-height: 26px;
        }

        .faq__section{
            padding: 22.5px 15px;
        }

        .benefit {
            padding: 22.5px 0 80px;
        }

        .benefit__wrapper {
            padding: 20px 15px 25px 15px;
        }

        .benefit__wrapper h2 {
            font-size: 18px;
            line-height: 26px;
        }

        .benefit__cards{
            display: flex;
            flex-direction: column;
            gap: 20px;
            align-items: flex-start;
        }

        .benefit__card{
            flex-direction: row;
            align-items: flex-start;
            gap: 15px;
        }

        .benefit__card-content {
            gap: 0;
            align-items: flex-start;
        }

        .benefit__card h3,
        .benefit__card p {
            text-align: start;
            font-size: 12px;
            line-height: 18px;
        }

        .benefit__card img {
            width: 32px;
            height: 32px;
        }

        .benefit__actions {
            flex-direction: column;
            align-items: center;
        }

        .benefit__actions button{
            width: 191px;
        }
    }

    /* детальная страница номера */

    .main-room__content-wrapper{
        display: flex;
        gap: 30px;
        margin-top: 35px;
    }

    .main-room__conveniences{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-height: 345px;
        overflow: hidden;
        position: relative;

        &:after{
            content: '';
            position: absolute;
            width: 100%;
            height: 95px;
            bottom: 0;
            background: linear-gradient(180deg, rgba(237, 230, 220, 0.00) 0%, rgba(237, 230, 220, 0.80) 49.5%, #EDE6DC 100%);
        }
    }

    .main-room__conveniences-card{
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        min-width: 145px;
        max-width: 145px;
        min-height: 105px;
        max-height: 105px;
    }

    .main-room__conveniences-card.border-line {
        border: 1px solid #4E4B4A33;
        justify-content: center;
    }

    .main-room__conveniences-card img{
        width: 30px;
        height: 30px;
    }

    .main-room__conveniences-title{
        font-size: 12px;
        line-height: 15px;
        text-transform: lowercase;
        text-align: center;
    }

    .main-room__conveniences-wrapper{
        position: relative;
        display: flex;
        justify-content: center;
    }

    .main-room__all-conveniences{
        position: absolute;
        right: auto;
        left: auto;
        bottom: 10px;
        padding: 0;
        border: 0;
        border-bottom: 1px solid #B87333;
        background: transparent;
        color: #000;
        cursor: pointer;
    }

    .main-room__wrapper{
        display: flex;
        flex-direction: column;
        gap: 30px
    }

    .rooms-main-room__slider-wrapper .slick-list{
        height: 640px;
    }

    .rooms-main-room__image {
        aspect-ratio: 123 / 80;
        width: 100%;
        object-fit: cover;
    }

    .rooms-main-room__slider-control .slider-arrow{
        top: 50%;
        position: absolute;
        background: rgba(255, 255, 255, 0.32);
        opacity: 0.6;
        backdrop-filter: blur(4px);
        border: none;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .rooms-main-room__slider-control {
        position: unset;
        padding: 0;
        margin: 0;
        height: 0;
    }

    .rooms-main-room__slider-control .slider__control-container {
        position: unset;
        margin-top: 13px;
    }

    .events{
        margin: 45px 0 80px;
    }

    .events__wrapper{
        padding-top: 45px;
        border-top: 1px solid #4E4B4A;
    }

    .events__item{
        padding: 0 10px;
        display: flex;
        flex-direction: column;
    }

    .events__item h3{
        color: #4E4B4A;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        display: flex;
        min-height: 120px;
        padding-bottom: 15px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
    }

    .events__item img{
        flex: 1 0 0;
        align-self: stretch;
        margin-bottom: 20px;
    }

    .events__slider-control .slider-arrow{
        border: none;
        background: transparent;
        position: absolute;
        cursor: pointer;
        top: 10%;
    }

    .events__slider-control .slider-arrow--prev{
        left: 0;
    }

    .events__slider-control .slider-arrow--next{
        right: 0;
    }

    /* modal */

    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000;
    }

    .modal.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.30);
        backdrop-filter: blur(4px);
    }

    .modal__content {
        position: relative;
        background: #EDE6DC;
        max-width: 984px;
        width: 90%;
        padding: 30px 20px 40px 20px;
        z-index: 1;
    }

    .modal__close {
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .modal__title{
        color: #4E4B4A;
        font-family: Montserrat;
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px; /* 100% */
        margin-bottom: 30px;
    }

    .comfort-grid {
        max-height: 360px;
        overflow-y: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .comfort-column{
        padding: 20px;
        background: #F6F2EC;
        display: flex;
        flex-direction: column;

    }

    .comfort-column h3{
        color: #4E4B4A;
        font-family: Montserrat;
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 31.5px; /* 150% */
        margin-bottom: 10px;
    }

    .comfort-column ul{
        overflow-y: auto;
        max-height: 278px;
        scrollbar-color: #866F51 transparent;
        display: flex;
        flex-direction: column;
        gap: 10px;
        list-style-type: disc;
        padding-left: 15px;
    }

    .comfort-column ul li::marker{
        color: #4E4B4A;
    }

    .comfort-column__header svg{
        display: none;
    }

    @media (max-width: 992px) {
        .rooms-main-room__image {
            object-fit: cover;
            height: 100%;
        }
    }

    @media (max-width: 767px) {
        .rooms-main-room__image {
            object-fit: cover;
            height: 100%;
        }

        .main-room__content-wrapper{
            flex-direction: column;
            gap: 35px;
        }

        .main-room h2{
            margin-bottom: 30px;
        }

        .main-room__conveniences{
            gap: 15px;
            max-height: 355px;
            &:after {
                content: none;
            }
        }

        .main-room__conveniences-wrapper{
            flex-direction: column;
            gap: 25px;
            align-items: center;
            padding-bottom: 45px;
            border-bottom: 1px solid #4E4B4A;
        }

        .main-room__all-conveniences{
            position: static;
        }

        .events__item h3 {
            color: #4E4B4A;
            font-family: Montserrat;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 26px;
            min-height: 100%;
            padding-bottom: 15px;
            flex: none;
            margin-bottom: 0;
        }

        .modal__content{
            height: 100vh;
            width: 100%;
            padding: 20px;
            display: flex;
            flex-direction: column;
        }

        .modal__title {
            font-size: 24px;
            line-height: 33px;
            margin-bottom: 20px;
        }

        .comfort-grid{
            display: flex;
            flex-direction: column;
            max-height: 100%;
            padding-right: 15px;
            scrollbar-color: #866F51 transparent;
        }

        .comfort-column ul{
            max-height: 100%;
        }

        .comfort-column__header{
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .comfort-column__header h3{
            flex: 1;
            margin-bottom: 0;
        }

        .comfort-column__header svg{
            display: block;
            transition: transform 0.3s ease;
        }

        .comfort-column.active .comfort-column__header{
            margin-bottom: 10px;
        }

        .comfort-column.active .comfort-column__icon {
            transform: rotate(-180deg);
        }

        .comfort-column__content {
            max-height: 0;
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .comfort-column.active .comfort-column__content {
            max-height: 600px;
        }

    }
}
/* Disable hover animation for room features; keep selected filter highlighting. */
.rooms-page .features__card,
.rooms-page .features__card img,
.rooms-page .features__card-title {
    transition: none;
}

.rooms-page .features__card:hover {
    color: inherit;
}

.rooms-page .features__card:hover img {
    filter: none;
    transform: none;
}

.rooms-page .features__card.is-active {
    color: #9B7A5C;
}

.rooms-page .features__card.is-active img {
    filter: brightness(0) saturate(100%) invert(47%) sepia(19%) saturate(917%) hue-rotate(349deg) brightness(94%) contrast(86%);
    transform: none;
}

.room__price-preloader {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
    max-width: 260px;
}

.room__price-preloader-line {
    display: block;
    width: 190px;
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(200, 125, 56, 0.14) 25%, rgba(200, 125, 56, 0.3) 50%, rgba(200, 125, 56, 0.14) 75%);
    background-size: 200% 100%;
    animation: room-price-preloader 1.2s ease-in-out infinite;
}

.room__price-preloader-line.-wide {
    width: 240px;
    height: 20px;
}

@keyframes room-price-preloader {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* End */
/* /local/templates/template7/styles.css?178100781823046 */
