

/* Start:/local/templates/volnica/libraries/slick/slick.css?17489602081776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/volnica/libraries/fancybox/fancybox.css?174896020815598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/volnica/css/style.css?175257865257496*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
body {
    font-family: "Manrope", sans-serif;
    background: rgba(30, 58, 52, 1);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 6%;
    color: rgba(255, 255, 255, 0.65);
}
a {
    color: rgba(255, 255, 255, 0.65);
}
a:hover {
    color: inherit;
}
h2 {
    margin-bottom: 25px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.9);
}
img {
    max-width: 100%;
    height: auto;
}
.btn {
    border: 1px solid rgba(226, 226, 226, 1);
    padding: 15px 30px;
    background: none;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    box-shadow: unset;
    outline: none;
    transition: all 0.2s ease;
}
.btn:hover {
    box-shadow: unset;
    outline: none;
    background: #fff;
    color: rgba(30, 58, 52, 1);
}
.btn-green {
    background: rgba(10, 77, 63, 1);
    color: #fff;
}
.btn-green:hover {
    background: rgba(76, 123, 118, 1);
    color: #fff;
}
#page-wrapper {
    width: 100%;
    overflow: hidden;
}
#comfort {
    width: 100%;
    background: url(/local/templates/volnica/css/../images/bg-3.png) center top no-repeat;
    background-size: contain;
    padding: 100px 0px 80px 0px;
}
#block-altay-komforttekst {
    margin-top: 40px;
}
.comfort-item a {
    display: block;
    text-decoration: none;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.comfort-item a:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38.68%, rgba(0, 0, 0, 0.85) 85.89%);
    transition: all 0.2s ease;
}
.comfort-item a .field--name-field-pic img {
    transition: all 0.2s ease;
}
.comfort-item a:hover .field--name-field-pic img {
    transform: scale(1.1);
}
.view-comfort {
    margin-top: 40px;
}
.view-comfort .views-row {
    width: 25%;
}
.comfort-label {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    color: #fff;
    transition: all 0.2s ease;
    z-index: 10;
}
#place {
    width: 100%;
}
#place .container {
    position: relative;
    height: 832px;
}
#place .container:after {
    display: block;
    content: '';
    background: url(/local/templates/volnica/css/../images/place-map.png) right top no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
#place .container:before {
    display: block;
    content: '';
    background: url(/local/templates/volnica/css/../images/bg-2.png) right top no-repeat;
    background-size: contain;
    position: absolute;
    left: -83px;
    bottom: -167px;
    width: 1843px;
    height: 1156px;
}
#block-altay-raspolozhenie {
    position: relative;
    max-width: 710px;
    z-index: 10;
}
#block-altay-raspolozheniespisok {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
}
#block-altay-raspolozheniespisok .field {
    display: flex;
    justify-content: center;
    gap: 24px;
}
#block-altay-raspolozheniespisok .field p {
    margin: 0px;
    border-left: 1px solid #fff;
    padding: 4px 0px 4px 16px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
}
#transfer {
    position: relative;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
}
#transfer:before {
    display: block;
    content: '';
    width: 100%;
    height: 1204px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(/local/templates/volnica/css/../images/bg-5.png) center bottom no-repeat;
}
#transfer .container {
    position: relative;
    z-index: 10;
}
#transfer .row {
    align-items: center;
    justify-content: space-between;
}
#block-altay-transferkartinka {
    width: 675px;
}
#block-altay-transfer {
    max-width: 650px;
    margin: 0px auto;
}
.transfer-pic {
    width: 100%;
    height: 665px;
    background: url(/local/templates/volnica/css/../images/transfer-1_1.jpg) center center no-repeat;
    background-size: cover;
}
#transfer .btn {
    margin-top: 40px;
}
.house-row {
    display: flex;
    margin: 0px -24px 60px -24px;
}
.house-row_item {
    padding: 0px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.house-row_item:last-child {
    border-right: 0px;
}
.house-row_item p:last-child {
    margin-bottom: 0px;
    font-size: 16px;
}
.house-row_item p:first-child {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 6%;
    color: #fff;
}
#block-altay-razmeschenie h2 {
    margin-bottom: 40px;
}
#houses-wrapper {
    position: relative;
    width: 100%;
    z-index: 10;
}
#houses-wrapper:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1966px;
    background: url(/local/templates/volnica/css/../images/bg-6.png) center top no-repeat;
    display: block;
    content: '';
}
.chalet-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.chalet-pics {
    position: relative;
    width: 50%;
    min-width: 50%;
    z-index: 10;
}
.chalet-pics:before {
    position: absolute;
    top: 30px;
    right: -30px;
    width: 100%;
    height: 100%;
    background: url(/local/templates/volnica/css/../images/placement-bg.png) center center no-repeat;
    background-size: cover;
    display: block;
    content: '';
    z-index: 2
}
.view-chalet .chalet-pics:before,
.view-chalet .chalet-pics:after,
.node--type-chalet .chalet-pics:before {
    display: none;
}
.chalet-meta {
    position: relative;
    padding: 50px;
    z-index: 50;
}
.chalet-title {
    font-size: 32px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}
.chalet-title a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
.field--name-field-anouncement {
    margin-bottom: 40px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.65);
}
.field--name-field-anouncement p {
    margin: 0px;
}
.field--type-image img, .field--name-field-user-picture img {
    margin: 0px !important;
}
.slick-arrow {
    position: absolute;
    bottom: 16px;
    right: 16px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}
.slick-arrow.slick-prev {
    right: 108px;
}
.slick-arrow:hover {
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(7.5px);
}
#block-altay-views-block-comfort-block-2 {
    padding-top: 70px;
}
#complex {
    position: relative;
    padding: 100px 0px;
}
#complex:before,
#complex:after {
    position: absolute;
    top: -1020px;
    left: 0px;
    width: 100%;
    height: 1458px;
    background: url(/local/templates/volnica/css/../images/bg-7.png) center top no-repeat;
    display: block;
    content: '';
}
#complex:after {
    background: url(/local/templates/volnica/css/../images/bg-8.png) center top no-repeat;
    top: -309px;
    height: 1313px;
}
#complex .container {
    position: relative;
    z-index: 10;
}
.block-slider_pics {
    width: 675px;
}
.block-slider_text {
    width: 650px;
    margin: 0 auto;
}
.block-gallery .row {
    align-items: center;
    justify-content: space-between;
}
.chalet-detail .slick-arrow,
.block-slider_pics .slick-arrow {
    left: 50%;
    margin-left: -85px;
}
.chalet-detail .slick-arrow.slick-next,
.block-slider_pics .slick-arrow.slick-next {
    left: auto;
    right: 50%;
    margin-right: -85px;
}
#block-altay-sezonnost,
#block-altay-razvlecheniya {
	display: flex;
	justify-content: space-between;
}
#block-altay-sezonnost h2,
#block-altay-razvlecheniya h2 {
    line-height: 1;
}
#block-altay-sezonnost .content,
#block-altay-razvlecheniya .content {
	width: 50%;
}
#block-altay-views-block-comfort-block-3 .comfort-label {
    position: relative;
    padding: 0px;
    border: 0px;
    background: none;
    margin-bottom: 15px;
}
#block-altay-views-block-comfort-block-3 .comfort-item a {
    border: 1px solid rgba(59, 84, 78, 1);
}
#block-altay-views-block-comfort-block-3 .comfort-meta {
    padding: 30px 20px;
}
#block-altay-views-block-comfort-block-3 .comfort-item a:after {
    display: none;
}
#block-altay-views-block-comfort-block-3 .comfort-item,
#block-altay-views-block-comfort-block-3 .comfort-item a {
    height: 100%;
}
.comfort-item .field--name-field-anouncement {
    margin: 0px;
    font-size: 16px;
}
#transport {
    position: relative;
    width: 100%;
    padding: 100px 0px;
}
#transport:before {
    display: block;
    content: '';
    width: 100%;
    height: 1417px;
    background: url(/local/templates/volnica/css/../images/bg-9.png) center top no-repeat;
    position: absolute;
    top: -270px;
    left: 0px;
}
#transport .row {
    align-items: center;
}
#footer {
    position: relative;
    width: 100%;
    background: rgba(15, 50, 45, 1);
    padding: 60px 0px 40px 0px;
    color: #fff;
    font-size: 14px;
    z-index: 50;
}
#footer .content a {
    color: #fff;
}
#footer .content a.phone {
    text-decoration: none;
}
#footer .container {
    display: flex;
    justify-content: space-between;
}
#footer .nav {
    flex-direction: column;
}
#footer .nav-link {
    padding: 0px;
    color: #fff;
    text-decoration: none;
}
#footer .nav-item {
    margin-bottom: 15px;
}
#footer .nav-link:hover,
#footer .active .nav-link {
    text-decoration: underline;
}
#block-altay-kopirayty {
    max-width: 481px;
    color: rgba(255, 255, 255, 0.5);
}
#block-altay-kopirayty .content a {
    color: rgba(255, 255, 255, 0.5);
}
#block-altay-kopirayty .content a:hover {
    text-decoration: none;
}
#block-altay-kopirayty p {
    margin-bottom: 15px;
}
#block-altay-kopirayty p:last-child {
    margin-bottom: 0px;
    font-size: 12px;
}
#block-altay-kontaktyvfutere p {
    margin-bottom: 15px;
}
#block-altay-kontaktyvfutere p:last-child {
    margin-bottom: 0px;
}
#block-altay-kontaktyvfutere p a {
    text-decoration: none;
}
#header {
    position: relative;
    width: 100%;
    padding-top: 42px;
    z-index: 100;
}
.path-frontpage #header {
    width: 100%;
    min-height: 1096px;
    height: 100vh;
    background: url(/local/templates/volnica/css/../images/header-bg.jpg) center bottom no-repeat;
    padding-top: 254px;
    background-size: cover;
}
.logo-fixed {
    display: none;
}
#menu-wrapper {
    position: absolute;
    width: 100%;
    top: 42px;
    left: 0px;
    transition: all 0.2s ease;
    z-index: 1000;
}
body:not(.path-frontpage) #header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
body:not(.path-frontpage) #page-wrapper {
    padding-top: 256px;
}
#header.fixed #menu-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #FFF;
    padding: 10px 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
#header.fixed .logo-fixed {
    display: block;
}
#header.fixed .navbar-brand,
#header.fixed #block-altay-logotipnaglavnoy {
    display: none;
}
body:not(.path-frontpage) #header.fixed .nav-link {
    color: rgba(10, 77, 63, 1);
}
body:not(.path-frontpage) #header.fixed .nav-link:hover, body:not(.path-frontpage) #header.fixed .nav-link.active {
    border-color: rgba(10, 77, 63, 1);
}
body:not(.path-frontpage) #header.fixed #block-altay-left .nav > .nav-item:nth-child(1) .nav-link {
    border-color: rgba(10, 77, 63, 1);
}
body:not(.path-frontpage) #header.fixed #block-altay-left .nav > .nav-item:nth-child(1) .nav-link:before {
    background: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0.5H12" stroke="%230A4D3F"/><path d="M0 4.5H12" stroke="%230A4D3F"/><path d="M0 8.5H12" stroke="%230A4D3F"/></svg>') center center no-repeat;
}
body:not(.path-frontpage) #header.fixed #block-altay-left .nav > .nav-item.menu-item--expanded:nth-child(1):hover .nav-link:before,
body:not(.path-frontpage) #header.fixed #block-altay-left .nav > .nav-item:nth-child(1) .nav-link:hover:before {
    background: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0.5H12" stroke="%23fff"/><path d="M0 4.5H12" stroke="%23fff"/><path d="M0 8.5H12" stroke="%23fff"/></svg>') center center no-repeat;
}

.navbar-brand {
    padding: 0px;
    margin: 0px;
}
.navbar-expand-lg {
    padding: 0px;
    justify-content: space-between;
}
#header .nav-link {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(10, 77, 63, 1);
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 60px;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}
#header .nav-link:hover,
#header .nav-link.active,
#header .nav-item.menu-item--expanded:hover > .nav-link {
    border-color: rgba(10, 77, 63, 1);
}
body:not(.path-frontpage) #header .nav-link {
    color: rgba(255, 255, 255, 0.8);
}
body:not(.path-frontpage) #header .nav-link:hover,
body:not(.path-frontpage) #header .nav-link.active,
body:not(.path-frontpage) #header .nav-item.menu-item--expanded:hover > .nav-link {
    border-color: rgba(255, 255, 255, 0.8);
}
body:not(.path-frontpage) #block-altay-left .nav > .nav-item:nth-child(1) .nav-link {
    border-color: rgba(255, 255, 255, 0.8);
}
body:not(.path-frontpage) #block-altay-left .nav > .nav-item:nth-child(1) .nav-link:before {
    background: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0.5H12" stroke="%23fff"/><path d="M0 4.5H12" stroke="%23fff"/><path d="M0 8.5H12" stroke="%23fff"/></svg>') center center no-repeat;
}
body:not(.path-frontpage) #header.fixed .nav-link:hover,
body:not(.path-frontpage) #header.fixed .nav-link.active,
body:not(.path-frontpage) #header.fixed .nav-item.menu-item--expanded:hover > .nav-link {
    border-color: rgba(10, 77, 63, 1);
}
body:not(.path-frontpage) #block-altay-left .nav > .nav-item:nth-child(1) .nav-link:hover {
    background: rgba(10, 77, 63, 1);
    color: #fff;
}
#header .nav {
    gap: 20px;
}
#header .nav:after {
    display: none;
}
#block-altay-left .nav > .nav-item:nth-child(1) .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    border-color: rgba(10, 77, 63, 1);
}
#block-altay-left .nav > .nav-item:nth-child(1) .nav-link:before {
    display: block;
    content: '';
    width: 12px;
    height: 9px;
    min-width: 12px;
    background: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0.5H12" stroke="%230A4D3F"/><path d="M0 4.5H12" stroke="%230A4D3F"/><path d="M0 8.5H12" stroke="%230A4D3F"/></svg>') center center no-repeat;
}
#block-altay-left .nav > .nav-item.menu-item--expanded:nth-child(1):hover > .nav-link,
#block-altay-left .nav > .nav-item:nth-child(1) .nav-link:hover {
    background: rgba(10, 77, 63, 1);
    color: #fff;
}
#block-altay-left .nav > .nav-item.menu-item--expanded:nth-child(1):hover > .nav-link:before,
#block-altay-left .nav > .nav-item:nth-child(1) .nav-link:hover:before {
    background: url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0.5H12" stroke="%23fff"/><path d="M0 4.5H12" stroke="%23fff"/><path d="M0 8.5H12" stroke="%23fff"/></svg>') center center no-repeat;
}
@media all and (min-width: 1024px) {
#header .menu-item--expanded {
    position: relative;
}
#header .menu-item--expanded ul,
#header .menu-item--expanded ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
#header .menu-item--expanded ul {
    position: absolute;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    width: 182px;
    left: 50%;
    margin-top: 10px;
    transform: translateX(-50%);
    display: none;
}
#header .menu-item--expanded ul:before {
    display: block;
    content: '';
    background: url('data:image/svg+xml,<svg width="14" height="7" viewBox="0 0 14 7" fill="none" xmlns="http://www.w3.org/2000/svg"><foreignObject x="-20" y="-19.5858" width="54" height="46.5858"><div xmlns="http://www.w3.org/1999/xhtml" style="clip-path:url(%23bgblur_0_142_1478_clip_path);height:100%;width:100%"></div></foreignObject><path data-figma-bg-blur-radius="20" d="M6.29289 0.707106L0 7H14L7.70711 0.707107C7.31658 0.316583 6.68342 0.316582 6.29289 0.707106Z" fill="white" fill-opacity="1"/><defs><clipPath id="bgblur_0_142_1478_clip_path" transform="translate(20 19.5858)"><path d="M6.29289 0.707106L0 7H14L7.70711 0.707107C7.31658 0.316583 6.68342 0.316582 6.29289 0.707106Z"/></clipPath></defs></svg>') center center no-repeat;
    width: 14px;
    height: 7px;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -7px;
}
#header .menu-item--expanded ul li:not(:last-child) {
    border-bottom: 1px solid rgba(243, 243, 243, 0.9)
}
#header .menu-item--expanded ul li a {
    padding: 12px 20px;
    border: 0px !important;
    border-radius: 0px !important;
    color: rgba(119, 123, 122, 1) !important;
    font-size: 14px;
    text-transform: unset !important;
    text-align: left;
    font-weight: normal !important;
    display: block !important;
    transition: all 0.2s ease;
}
#header .menu-item--expanded ul li:first-child a {
    border-radius: 10px 10px 0px 0px !important;
}
#header .menu-item--expanded ul li:last-child a {
    border-radius: 0px 0px 10px 10px !important;
}
#header .menu-item--expanded ul li a:before {
    display: none !important;
}
#header .menu-item--expanded ul li a:hover,
#header .menu-item--expanded ul li a.active {
    background: rgba(245, 245, 245, 1) !important;
    color: rgba(119, 123, 122, 1) !important;
    border-radius: 0px;
}
}
#block-altay-tekstnapervomekrane {
    margin-top: 25px;
    text-align: center;
}
#block-altay-tekstnapervomekrane p {
    font-size: 26px;
    letter-spacing: 6%;
    text-align: center;
    margin: 0px;
    color: rgba(10, 77, 63, 0.9);
}
#block-altay-tekstnapervomekrane p:first-child {
    font-family: 'Playfair Display';
    font-weight: normal;
    font-size: 94px;
    line-height: 1.2;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 24px;
}
#fs-form {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
.fs-form_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 15px 24px;
    background: rgba(255, 255, 255, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(32px);
    border-radius: 100px;
}
.form-control {
    height: 44px;
    min-width: 190px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0px 24px;
    font-size: 16px;
    color: #000;
}
.form-control:focus {
    box-shadow: unset;
    outline: none;
    border-color: #fff;
}
.form-control::placeholder {
    color: #000;
    opacity: 1;
}
.fs-form_wrapper .btn {
    border: 1px solid rgba(226, 226, 226, 1);
    padding: 10px 24px;
}
.fs-form_wrapper .form-control {
    width: 190px;
}
input[type="date"] {
    line-height: 41px;
}
.fs-form_item_people {
    position: relative;
}
.fs-form_item_people input {
    background: #fff url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3029 1.62293C12.9833 1.50999 12.6327 1.67747 12.5198 1.997C12.4069 2.31653 12.5743 2.66711 12.8939 2.78005L13.3029 1.62293ZM12.8939 8.30192C12.5743 8.41486 12.4069 8.76544 12.5198 9.08497C12.6327 9.4045 12.9833 9.57198 13.3029 9.45904L12.8939 8.30192ZM14.8454 17.459C14.8454 17.7979 15.1201 18.0727 15.459 18.0727C15.7979 18.0727 16.0727 17.7979 16.0727 17.459H14.8454ZM0.387559 17.1257C0.366418 17.4639 0.62348 17.7552 0.961722 17.7764C1.29996 17.7975 1.5913 17.5405 1.61244 17.2022L0.387559 17.1257ZM18.3864 17.459C18.3864 17.7979 18.6611 18.0726 19 18.0726C19.3389 18.0726 19.6136 17.7979 19.6136 17.459H18.3864ZM14.6142 9.98746C14.2812 9.9244 13.9602 10.1432 13.8971 10.4762C13.834 10.8092 14.0528 11.1302 14.3858 11.1933L14.6142 9.98746ZM12.8939 2.78005C14.0317 3.1822 14.8454 4.26736 14.8454 5.54098H16.0727C16.0727 3.73108 14.9157 2.19298 13.3029 1.62293L12.8939 2.78005ZM14.8454 5.54098C14.8454 6.81461 14.0317 7.89976 12.8939 8.30192L13.3029 9.45904C14.9157 8.88899 16.0727 7.35089 16.0727 5.54098H14.8454ZM11.3044 5.54098C11.3044 7.15771 9.99378 8.46833 8.37705 8.46833V9.6956C10.6716 9.6956 12.5317 7.83552 12.5317 5.54098H11.3044ZM8.37705 8.46833C6.76032 8.46833 5.4497 7.15771 5.4497 5.54098H4.22243C4.22243 7.83552 6.08251 9.6956 8.37705 9.6956V8.46833ZM5.4497 5.54098C5.4497 3.92425 6.76032 2.61364 8.37705 2.61364V1.38636C6.08251 1.38636 4.22243 3.24645 4.22243 5.54098H5.4497ZM8.37705 2.61364C9.99378 2.61364 11.3044 3.92425 11.3044 5.54098H12.5317C12.5317 3.24645 10.6716 1.38636 8.37705 1.38636V2.61364ZM6.02561 12.0563H10.4426V10.829H6.02561V12.0563ZM10.4426 12.0563C11.5787 12.0563 12.672 12.7257 13.5068 13.7905C14.3399 14.853 14.8454 16.2264 14.8454 17.459H16.0727C16.0727 15.9211 15.4552 14.2863 14.4726 13.0333C13.4919 11.7825 12.077 10.829 10.4426 10.829V12.0563ZM6.02561 10.829C4.45196 10.829 3.07883 11.7326 2.10388 12.9184C1.12654 14.107 0.479284 15.658 0.387559 17.1257L1.61244 17.2022C1.68658 16.016 2.22262 14.7064 3.05186 13.6978C3.8835 12.6864 4.94024 12.0563 6.02561 12.0563V10.829ZM18.3864 16.0226V17.459H19.6136V16.0226H18.3864ZM19.6136 16.0226C19.6136 13.071 17.5143 10.5367 14.6142 9.98746L14.3858 11.1933C16.7064 11.6328 18.3864 13.6607 18.3864 16.0226H19.6136Z" fill="%230A4D3F"/></svg>') left 24px center no-repeat;
    padding-left: 60px;
}
.fs-form_item_people input {
    min-width: 254px;
}
.form-control:disabled {
    background-color: #fff;
}
.input-btns {
    position: absolute;
    top: 50%;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 0px;
    transform: translateY(-50%);
}
.input-btns .minus,
.input-btns .plus {
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
}
.fs-form_item_people .input-btns input {
    width: 30px;
    min-width: 30px;
    background: none !important;
    border: 0px;
    padding: 0px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}  
.plus {
    background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="31" height="31" rx="15.5" stroke="%23CECECE"/><path d="M16 10L16 22" stroke="%231C594F" stroke-linecap="round"/><path d="M22 16L10 16" stroke="%231C594F" stroke-linecap="round"/></svg>') center center no-repeat;
    background-size: contain;
}
.minus {
    background: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="31" height="31" rx="15.5" stroke="%23CECECE"/><path d="M22 16L10 16" stroke="%231C594F" stroke-linecap="round"/></svg>') center center no-repeat;
    background-size: contain;
}
.input-btns_form {
    gap: 20px;
}
.input-btns_form > div:nth-child(2) {
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.custom-tooltip {
    --bs-tooltip-bg: #fff;
    --bs-tooltip-color: #000;
}  
#season {
    position: relative;
    padding: 100px 0px;
    width: 100%;
}
#season:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1130px;
    left: 0px;
    top: -47px;
    background: url(/local/templates/volnica/css/../images/bg-10.png) center top no-repeat;
}
#block-altay-sezonnost {
    margin-bottom: 60px;
}
.field--name-field-blockgallerytwo {
    margin: 0px -10px;
    padding-bottom: 120px;
}
.field--name-field-blockgallerytwo .field__item {
    padding: 0px 10px;
}
.field--name-field-blockgallerytwo .slick-arrow {
    left: 50%;
    margin-left: -85px;
    bottom: 0px;
}
.field--name-field-blockgallerytwo .slick-arrow.slick-next {
    left: auto;
    right: 50%;
    margin-right: -85px;
    bottom: 0px;
}
#reviews {
    position: relative;
    width: 100%;
}
#reviews:before {
    position: absolute;
    display: block;
    content: '';
    width: 600px;
    height: 854px;
    left: 0px;
    top: 288px;
    background: url(/local/templates/volnica/css/../images/bg-11.png) center top no-repeat;
}
.view-reviews .views-row {
    width: 50%;
    padding: 0px 10px 20px 10px;
}
.rev-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(237, 234, 227, 1);
    border-radius: 30px;
    padding: 30px;
    color: rgba(0, 0, 0, 1);
}
.rev-text {
    line-height: 1.4;
    margin-bottom: 20px;
}
.rev-text:before {
    display: block;
    content: '';
    background: url('data:image/svg+xml,<svg width="29" height="26" viewBox="0 0 29 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.704 18.68C0.704 15.48 1.536 12.216 3.2 8.888C4.928 5.56 7.168 2.64799 9.92 0.151997L10.784 1.016C6.816 5.112 4.832 8.856 4.832 12.248C5.088 13.656 5.376 14.584 5.696 15.032C6.016 15.416 6.848 16.056 8.192 16.952C10.176 18.168 11.168 19.64 11.168 21.368C11.168 22.584 10.72 23.608 9.824 24.44C8.928 25.272 7.744 25.688 6.272 25.688C4.608 25.688 3.264 25.08 2.24 23.864C1.216 22.584 0.704 20.856 0.704 18.68ZM17.792 18.68C17.792 15.48 18.624 12.216 20.288 8.888C22.016 5.56 24.256 2.64799 27.008 0.151997L27.872 1.016C23.904 5.112 21.92 8.856 21.92 12.248C22.176 13.656 22.464 14.584 22.784 15.032C23.104 15.416 23.936 16.056 25.28 16.952C27.264 18.168 28.256 19.64 28.256 21.368C28.256 22.584 27.808 23.608 26.912 24.44C26.016 25.272 24.832 25.688 23.36 25.688C21.696 25.688 20.352 25.08 19.328 23.864C18.304 22.584 17.792 20.856 17.792 18.68Z" fill="%23122839" fill-opacity="0.1"/></svg>') center center no-repeat;
    background-size: cover;
    width: 29px;
    height: 26px;
    margin-bottom: 20px;
}
.rev-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.rev-author {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 1);
    gap: 10px;
}
.rev-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    min-width: 40px;
}
.rev-date {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
}
.view-reviews .views-row:nth-child(2) .rev-item {
    color: rgba(237, 234, 227, 1);
    background: none;
    border: 1px solid rgba(237, 234, 227, 0.5);
}
.view-reviews .views-row:nth-child(2) .rev-author {
    color: rgba(237, 234, 227, 1);
}
.view-reviews .views-row:nth-child(2) .rev-date {
    color: rgba(255, 255, 255, 0.3);
}
.view-reviews .views-row:nth-child(2) .rev-text::before {
    background: url('data:image/svg+xml,<svg width="29" height="26" viewBox="0 0 29 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.704 18.68C0.704 15.48 1.536 12.216 3.2 8.888C4.928 5.56 7.168 2.64799 9.92 0.151997L10.784 1.016C6.816 5.112 4.832 8.856 4.832 12.248C5.088 13.656 5.376 14.584 5.696 15.032C6.016 15.416 6.848 16.056 8.192 16.952C10.176 18.168 11.168 19.64 11.168 21.368C11.168 22.584 10.72 23.608 9.824 24.44C8.928 25.272 7.744 25.688 6.272 25.688C4.608 25.688 3.264 25.08 2.24 23.864C1.216 22.584 0.704 20.856 0.704 18.68ZM17.792 18.68C17.792 15.48 18.624 12.216 20.288 8.888C22.016 5.56 24.256 2.64799 27.008 0.151997L27.872 1.016C23.904 5.112 21.92 8.856 21.92 12.248C22.176 13.656 22.464 14.584 22.784 15.032C23.104 15.416 23.936 16.056 25.28 16.952C27.264 18.168 28.256 19.64 28.256 21.368C28.256 22.584 27.808 23.608 26.912 24.44C26.016 25.272 24.832 25.688 23.36 25.688C21.696 25.688 20.352 25.08 19.328 23.864C18.304 22.584 17.792 20.856 17.792 18.68Z" fill="%23EDEAE3" fill-opacity="0.1"/></svg>') center center no-repeat;
    background-size: cover;
}
#block-altay-views-block-reviews-block-1 {
    width: 66.666%;
}
#block-altay-logotipvotzyvakh {
    width: 33.333%;
    padding-bottom: 20px;
}
#block-altay-logotipvotzyvakh .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(237, 234, 227, 1);
    border-radius: 30px;
    padding: 53px 42px;
}
.views-quote {
    background: url('data:image/svg+xml,<svg width="222" height="172" viewBox="0 0 222 172" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.5271 113.831C27.5271 95.1052 32.3959 76.0047 42.1333 56.5298C52.2453 37.0548 65.3535 20.0142 81.4578 5.40799L86.5138 10.464C63.2936 34.4332 51.6836 56.3425 51.6836 76.192C53.1816 84.4314 54.867 89.8619 56.7396 92.4836C58.6122 94.7307 63.4809 98.4758 71.3458 103.719C82.9559 110.835 88.7609 119.449 88.7609 129.561C88.7609 136.677 86.1393 142.669 80.896 147.538C75.6527 152.407 68.7242 154.841 60.1102 154.841C50.3727 154.841 42.5079 151.283 36.5156 144.167C30.5233 136.677 27.5271 126.565 27.5271 113.831ZM127.524 113.831C127.524 95.1052 132.392 76.0047 142.13 56.5298C152.242 37.0548 165.35 20.0142 181.454 5.40799L186.51 10.464C163.29 34.4332 151.68 56.3425 151.68 76.192C153.178 84.4314 154.863 89.8619 156.736 92.4836C158.609 94.7307 163.477 98.4758 171.342 103.719C182.952 110.835 188.757 119.449 188.757 129.561C188.757 136.677 186.136 142.669 180.892 147.538C175.649 152.407 168.721 154.841 160.107 154.841C150.369 154.841 142.504 151.283 136.512 144.167C130.52 136.677 127.524 126.565 127.524 113.831Z" fill="%23EDEAE3"/></svg>') center center no-repeat;
}
body:not(.path-frontpage) #main-wrapper {
    padding: 100px 0px;
}
.placement-1 {
    display: flex;
    justify-content: space-between;
}
.placement-1 > div {
    max-width: 945px;
    padding-top: 29px;
}
.placement-2 {
    position: relative;
    width: 100%;
    height: 500px;
    background: url(/local/templates/volnica/css/../images/placement-2_1.jpg) center center no-repeat;
    background-size: cover;
    margin: 50px 0px 80px 0px;
}
.placement-2:after {
    display: block;
    content: '';
    width: 56px;
    height: 75px;
    background: url(/local/templates/volnica/css/../images/placement-logo.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.placement-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 110px;
    z-index: 10;
}
.placement-pic {
    position: relative;
    width: 655px;
    height: 665px;
    background: url(/local/templates/volnica/css/../images/placement-3_1.jpg) center center no-repeat;
    background-size: cover;
}
.chalet-item_two .chalet-pics {
    position: relative;
}
.chalet-item_two .chalet-pics:before,
.placement-pic:before {
    position: absolute;
    top: 30px;
    right: -30px;
    width: 100%;
    height: 100%;
    background: url(/local/templates/volnica/css/../images/placement-bg.png) center center no-repeat;
    background-size: cover;
    display: block;
    content: '';
    z-index: -1;
}
.placement-text {
    width: 698px;
}
.placement-4 .placement-pic:before {
    right: auto;
    left: -30px;
}
.placement-4 .placement-pic {
    background: url(/local/templates/volnica/css/../images/placement-4_2.jpg) center center no-repeat;
    background-size: cover;
}
.chalet-item_two {
    border: 0px;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 90px;
}
.chalet-item_two .chalet-title {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
}
.chalet-item_two {
    justify-content: space-between;
}
.chalet-item_two .chalet-meta {
    max-width: 662px;
    padding: 0px;
}
.field--name-field-incprice {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 55px;
}
.field--name-field-incprice ul,
.field--name-field-incprice ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.field--name-field-incprice ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.field--name-field-incprice ul li {
    padding: 10px 20px;
    border: 1px solid rgba(67, 104, 96, 1);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 16px;
}
.field--name-field-incprice .field__label {
    margin-bottom: 15px;
}
.view-chalet .views-row:nth-child(1) .chalet-item_two {
    background: url(/local/templates/volnica/css/../images/light-2.svg) center top no-repeat;
    background-size: contain;
}
.view-chalet .views-row:nth-child(2) .chalet-item_two {
    background: url(/local/templates/volnica/css/../images/light-1.svg) center top no-repeat;
    background-size: contain;
}
.placement-1,
.placement-4,
.placement-3 {
   position: relative;
}
.placement-4:before {
    display: block;
    content: '';
    width: 1920px;
    height: 891px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/local/templates/volnica/css/../images/light-3.svg) center center no-repeat;
}
.placement-3:before {
    display: block;
    content: '';
    width: 1920px;
    height: 884px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/local/templates/volnica/css/../images/light-4.svg) center center no-repeat;
}
.placement-1:before {
    display: block;
    content: '';
    width: 1920px;
    height: 706px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/local/templates/volnica/css/../images/light-5.svg) center center no-repeat;
}
#header .container {
    position: relative;
}
#header #block-altay-breadcrumbs {
    position: absolute;
    bottom: 60px;
    left: 15px;
    color: rgba(237, 234, 227, 0.5);
    font-size: 14px;
}
#header #block-altay-breadcrumbs a {
    color: rgba(237, 234, 227, 0.8);
    text-decoration: none;
}
.navbar > .container {
    align-items: flex-start;
}
.chalet-detail {
    border: 0px;
    align-items: flex-start;
}
.chalet-detail .chalet-meta {
    padding-top: 0px;
    padding-bottom: 0px;
}
.chalet-detail h1 {
    font-family: "Playfair Display", serif;
}
.chalet-detail .field--name-field-anouncement {
    font-size: 18px;
}
.chalet-detail .field--name-field-incprice {
    margin-bottom: 24px;
}
.field--name-field-pricecomment  {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 40px;
}
.field--name-field-pricecomment p {
    margin-bottom: 10px;
}
.chalet-detail .btn {
    border: 1px solid rgba(216, 207, 158, 1);
    background: rgba(216, 207, 158, 1);
    color: rgba(30, 58, 52, 1);
}
.chalet-detail .btn:hover {
    background: rgba(76, 123, 118, 1);
    border-color: rgba(76, 123, 118, 1);
    color: #fff;
}
.field--name-field-price ul,
.field--name-field-price ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    list-style-image: none;
}
.field--name-field-price ul {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.field--name-field-price ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 20px;
}
.field--name-field-price ul li p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 10px;
}
.field--name-field-price ul li p:last-child {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-top: auto;
}
.node-content h1 {
    color: rgba(255, 255, 255, 0.90);
    font-family: "Playfair Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 16px;
}
.node-content p strong {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.32px;
}
.node-content ul {
    margin-bottom: 50px;
}
.node-content ul li {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
}
.node-content .btn {
    min-width: 250px;
}
.chalet-detail .chalet-meta.node-content {
    padding-left: 100px;
}
.relax-content p {
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: unset;
    margin-bottom: 16px;
}
.relax-content p strong {
    font-size: 22px;
    color: #fff;
}
.node-content a {
    color: #D8CF9E;
}
.node-content a:hover {
    text-decoration: none;
}
.field--name-field-nodeprice {
    margin-bottom: 40px;
}
.field--name-field-nodeprice p {
    margin: 0px;
}
.node-content .field--name-field-nodeprice p:first-child {
    margin-bottom: 8px;
}
.node-content .field--name-field-nodeprice p strong {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.32px;
}
.node--type-pagecols #page,
.node--type-relax #page {
    position: unset;
}
.node--type-relax #page:before {
    display: block;
    content: '';
    background: url(/local/templates/volnica/css/../images/light-9.svg) center center no-repeat;
    opacity: 0.5;
    width: 654px;
    height: 839px;
    position: absolute;
    top: 150px;
    right: 0px;
}
.node--type-pagecols #main-wrapper,
.node--type-gastro #main-wrapper,
.node--type-relax #main-wrapper {
    position: relative;
    background: url(/local/templates/volnica/css/../images/list-1.png) left top / 177px no-repeat, url(/local/templates/volnica/css/../images/list-2.png) right top / 169px no-repeat;
}
.node--type-gastro #main-wrapper:after,
.node--type-relax #main-wrapper:after {
    background: url(/local/templates/volnica/css/../images/relax-1.png) center center no-repeat;
    width: 362px;
    height: 448px;
    background-size: contain;
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    content: '';
    z-index: 2;
}
.page-node-8 #main-wrapper:after {
    background: url(/local/templates/volnica/css/../images/light-10.png) center center no-repeat;
    background-size: contain;
    width: 300px;
    height: 348px;
}
.page-node-21 #main-wrapper:after {
    background: url(/local/templates/volnica/css/../images/koza.png) center center no-repeat;
    background-size: contain;
    width: 282px;
    height: 328px;
    bottom: -30px;
}
.page-node-9 #main-wrapper:after {
    background: url(/local/templates/volnica/css/../images/fazan.png) center center no-repeat;
    background-size: contain;
    width: 240px;
    height: 496px;
}
.node--type-gastro #main-wrapper:before,
.node--type-relax #main-wrapper:before {
    background: url(/local/templates/volnica/css/../images/light-8.svg) center center no-repeat;
    width: 690px;
    height: 935px;
    background-size: contain;
    position: absolute;
    bottom: -200px;
    right: -100px;
    display: block;
    content: '';
    opacity: 0.5;
    z-index: 1;
}
#main {
    position: relative;
    z-index: 10;
}
.chalet-pics:after {
    display: block;
    content: '';
    background: url(/local/templates/volnica/css/../images/light-7.svg) center center no-repeat;
    width: 1431px;
    height: 1161px;
    background-size: contain;
    position: absolute;
    top: -300px;
    right: -450px;
    z-index: 1;
    opacity: 0.5;
}
.chalet-pics .field {
    position: relative;
    z-index: 10;
}
nav.tabs {
    position: relative;
    z-index: 50;
}
.comfort-popover {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    background: rgba(30, 58, 52, 0.80);
    backdrop-filter: blur(25px);
    padding: 30px 25px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.96px;
    transition: all 0.2s ease;
}
.comfort-popover > div:first-child {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
}
.comfort-popover p:last-child {
    margin-bottom: 0px;
}
.comfort-item a:hover .comfort-popover {
    top: 0px;
    opacity: 1;
}
.contact-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px;
}
.contact-row h1 {
    color: rgba(255, 255, 255, 0.90);
    font-family: "Playfair Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
}
.contact-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 25px;
}
.contact-item > div:first-child,
.contact-item > span {
    display: block;
    color: rgba(220, 217, 219, 0.65);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: pre;
    margin-top: 5px;
    margin-bottom: 10px;
}
.contact-item a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}
.contact-item_1 a {
    text-decoration: none;
}
#map {
    width: 100%;
    height: 743px;
    margin-top: 60px;
    border-radius: 32px;
    overflow: hidden;
}
.marker img {
    width: 81px;
    min-width: 81px;
    height: 143px;
}
.form-check {
	display: flex;
	align-items: center;
    gap: 10px;
}
.form-check-input[type="checkbox"] {
	background-color: #fff;
	border-color: #ccc;
	border-radius: 0px;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	border-radius: 2px;
    min-width: 22px;
    background: #F9F9F9;
    box-shadow: unset !important;
    outline: none !important;
}
.form-check-input:checked[type="checkbox"] {
	background-color: #F9F9F9;
	border-color: #F9F9F9;
	border-radius: 2px;
	background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.0234 5.23093C12.3297 5.53718 12.3297 6.03093 12.0234 6.33718L7.45156 10.9059C7.14531 11.2122 6.65156 11.2122 6.34531 10.9059L4.22969 8.78718C3.92344 8.48093 3.92344 7.98718 4.22969 7.68093C4.53594 7.37468 5.02969 7.37468 5.33594 7.68093L6.90156 9.24656L10.9203 5.22781C11.2234 4.92468 11.7172 4.92468 12.0234 5.23093Z" fill="%231E3A34"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
}
.form-check a {
    color: #9F9E9E !important;
}
.alert-heading {
	display: none;
}
body .ui-dialog {
	font-family: 'Manrope', sans-serif;
}
body .ui-widget-overlay {
	background: rgba(20, 20, 20, 0.70);
	opacity: 1;
	z-index: 10001 !important;
}
body .ui-widget.ui-widget-content {
	border-radius: 8px;
    background: #FFF;
    border: 0px;
	box-shadow: unset;
	padding: 0px;
    min-width: 450px;
	z-index: 20000 !important;
}
body .ui-widget.ui-widget-content p {
	margin: 0px;
}
body .ui-dialog .form-actions {
	text-align: center;
	margin: 0px !important;
	position: relative !important;
}
.ui-dialog .webform-flex .button {
	width: 100%;
	min-width: unset;
}
.ui-dialog .js-form-item {
    position: relative;
	margin: 0px 0px 20px 0px !important;
}
.ui-dialog-title {
	display: none;
}
body .ui-dialog .ui-dialog-titlebar {
    padding: 0px;
    position: relative;
    border: 0px;
    background: none;
}
body .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
	cursor: pointer;
	top: 30px;
	right: 30px;
	margin: 0px;
	border-radius: 0px;
	border: 0px;
	background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6.00089L6 18.0009" stroke="%23778188" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 6.00089L18 18.0009" stroke="%23778188" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat !important;
	width: 24px;
	height: 24px;
	z-index: 1000;
}
body .ui-dialog .ui-dialog-titlebar-close span {
	display: none !important;
}
body .ui-dialog .ui-dialog-content,
body #drupal-modal {
	padding: 30px 35px;
}
body .ui-widget input, body .ui-widget select, body .ui-widget textarea, body .ui-widget button {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
}
body .ui-widget input {
	font-size: 16px;
}
body .ui-widget .form-check-input[type="checkbox"] {
	margin-top: 0px;
}
body .ui-widget textarea.form-control {
	height: 100px;
}
form.views-exposed-form {
	padding-left: 250px;
}
form.views-exposed-form .form-actions {
	display: none;
}
.bef-checkboxes {
	display: flex;
}
.bef-checkboxes .form-check {
	margin-right: 20px;
}
.bef-checkboxes .form-check-input {
	margin-top: 0px;
}
.modal-title {
    color: #0A4D3F;
    font-family: "Playfair Display";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.05;
}
.modal-header {
    padding: 30px 30px 0px 30px;
    border: 0px;
}
.modal-body {
    padding: 30px;
}
body .ui-widget .form-control {
    border-radius: 4px;
    background: #F9F9F9;
    border: 1px solid #F9F9F9;
    height: 50px;
    padding: 0px 16px;
}
body .ui-widget .form-control::placeholder {
    color: #939090;
    opacity: 1;
}
.webform-flexbox--center {
    margin-bottom: 0px !important;
}
body .ui-widget .form-item-kolichestvo-gostey .form-control {
    background: #F9F9F9 url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3029 1.62381C12.9833 1.51087 12.6327 1.67835 12.5198 1.99788C12.4069 2.31741 12.5743 2.668 12.8939 2.78093L13.3029 1.62381ZM12.8939 8.3028C12.5743 8.41574 12.4069 8.76632 12.5198 9.08586C12.6327 9.40539 12.9833 9.57286 13.3029 9.45992L12.8939 8.3028ZM14.8454 17.4599C14.8454 17.7988 15.1201 18.0735 15.459 18.0735C15.7979 18.0735 16.0727 17.7988 16.0727 17.4599H14.8454ZM0.387559 17.1265C0.366418 17.4648 0.62348 17.7561 0.961722 17.7773C1.29996 17.7984 1.5913 17.5413 1.61244 17.2031L0.387559 17.1265ZM18.3864 17.4599C18.3864 17.7988 18.6611 18.0735 19 18.0735C19.3389 18.0735 19.6136 17.7988 19.6136 17.4599H18.3864ZM14.6142 9.98835C14.2812 9.92528 13.9602 10.1441 13.8971 10.4771C13.834 10.8101 14.0528 11.1311 14.3858 11.1942L14.6142 9.98835ZM12.8939 2.78093C14.0317 3.18309 14.8454 4.26824 14.8454 5.54187H16.0727C16.0727 3.73196 14.9157 2.19386 13.3029 1.62381L12.8939 2.78093ZM14.8454 5.54187C14.8454 6.8155 14.0317 7.90065 12.8939 8.3028L13.3029 9.45992C14.9157 8.88988 16.0727 7.35177 16.0727 5.54187H14.8454ZM11.3044 5.54187C11.3044 7.1586 9.99378 8.46922 8.37705 8.46922V9.69649C10.6716 9.69649 12.5317 7.8364 12.5317 5.54187H11.3044ZM8.37705 8.46922C6.76032 8.46922 5.4497 7.1586 5.4497 5.54187H4.22243C4.22243 7.8364 6.08251 9.69649 8.37705 9.69649V8.46922ZM5.4497 5.54187C5.4497 3.92514 6.76032 2.61452 8.37705 2.61452V1.38725C6.08251 1.38725 4.22243 3.24734 4.22243 5.54187H5.4497ZM8.37705 2.61452C9.99378 2.61452 11.3044 3.92514 11.3044 5.54187H12.5317C12.5317 3.24734 10.6716 1.38725 8.37705 1.38725V2.61452ZM6.02561 12.0571H10.4426V10.8299H6.02561V12.0571ZM10.4426 12.0571C11.5787 12.0571 12.672 12.7266 13.5068 13.7914C14.3399 14.8539 14.8454 16.2273 14.8454 17.4599H16.0727C16.0727 15.922 15.4552 14.2872 14.4726 13.0341C13.4919 11.7834 12.077 10.8299 10.4426 10.8299V12.0571ZM6.02561 10.8299C4.45196 10.8299 3.07883 11.7335 2.10388 12.9192C1.12654 14.1079 0.479284 15.6589 0.387559 17.1265L1.61244 17.2031C1.68658 16.0169 2.22262 14.7072 3.05186 13.6987C3.8835 12.6872 4.94024 12.0571 6.02561 12.0571V10.8299ZM18.3864 16.0235V17.4599H19.6136V16.0235H18.3864ZM19.6136 16.0235C19.6136 13.0719 17.5143 10.5376 14.6142 9.98835L14.3858 11.1942C16.7064 11.6337 18.3864 13.6616 18.3864 16.0235H19.6136Z" fill="%23939090"/></svg>') left 16px center no-repeat;
    padding-left: 52px;
}
.webform-element--title-inline > label {
    font-size: 12px;
    color: #9F9E9E;
}
body .ui-dialog .button {
    width: 100%;
    max-width: 90%;
    border-radius: 50px;
    background: #0A4D3F;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 20px 14px 20px;
    cursor: pointer;
    border: 0px;
    transition: all 0.2s ease;
}
body .ui-dialog .button:hover {
    opacity: 0.9;
}
.thanks-title {
    color: #0A4D3F;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 12px;
    margin-top: 30px;
}
.thanks-subtitle {
    color: #939090;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    margin-bottom: 30px;
}
.air-datepicker-cell.-current-,
.air-datepicker-body--day-name {
    color: #18574b;
}
.air-datepicker-cell:hover,
.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-:hover {
    background: #18574b;
    color: #fff;
}
input[name="data_zaezda"],
input[name="data_vyezda"] {
    background: #F9F9F9 url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6.53846V17C2 17.9428 2 18.4142 2.29289 18.7071C2.58579 19 3.05719 19 4 19H16C16.9428 19 17.4142 19 17.7071 18.7071C18 18.4142 18 17.9428 18 17V6.53846M2 6.53846V4.38462C2 3.44181 2 2.9704 2.29289 2.67751C2.58579 2.38462 3.05719 2.38462 4 2.38462H16C16.9428 2.38462 17.4142 2.38462 17.7071 2.67751C18 2.9704 18 3.44181 18 4.38462V6.53846M2 6.53846H18M14.6667 1V3.76923M5.33333 1V3.76923" stroke="%230A4D3F" stroke-width="1.5" stroke-linecap="round"/></svg>') right 20px center no-repeat !important;
}
.datepicker {
    background: #fff url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 6.53846V17C2 17.9428 2 18.4142 2.29289 18.7071C2.58579 19 3.05719 19 4 19H16C16.9428 19 17.4142 19 17.7071 18.7071C18 18.4142 18 17.9428 18 17V6.53846M2 6.53846V4.38462C2 3.44181 2 2.9704 2.29289 2.67751C2.58579 2.38462 3.05719 2.38462 4 2.38462H16C16.9428 2.38462 17.4142 2.38462 17.7071 2.67751C18 2.9704 18 3.44181 18 4.38462V6.53846M2 6.53846H18M14.6667 1V3.76923M5.33333 1V3.76923" stroke="%230A4D3F" stroke-width="1.5" stroke-linecap="round"/></svg>') right 20px center no-repeat !important;
}
.air-datepicker-global-container {
    z-index: 100000;
}
.fs-mob_logo {
    display: flex;
    justify-content: center;
}
.fs-mob_logo img {
    width: 81px;
    height: auto;
}
#block-altay-zabronirovatvmobversii {
    order: 3;
}
#block-altay-zabronirovatvmobversii p {
    margin: 0px;
}
.offcanvas-header .btn,
#block-altay-zabronirovatvmobversii a.btn {
    border: 1px solid rgba(10, 77, 63, 1);
    border-radius: 50px;
    width: 122px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: rgba(10, 77, 63, 1);
    font-size: 12px;
    font-weight: 500;
}
.navbar-toggler {
    padding: 0px;
    border: 0px;
    box-shadow: unset !important;
    outline: none !important;
    order: 1;
}
.navbar-toggler-icon {
    background: url('data:image/svg+xml,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.375 10.2083H30.625" stroke="%230A4D3F" stroke-width="1.5" stroke-linecap="round"/><path d="M4.375 17.5H30.625" stroke="%230A4D3F" stroke-width="1.5" stroke-linecap="round"/><path d="M4.375 24.7917H30.625" stroke="%230A4D3F" stroke-width="1.5" stroke-linecap="round"/></svg>') center center no-repeat !important;
    background-size: contain !important;
    width: 35px;
    height: 35px;
}
#block-altay-logofixed {
    order: 2;
}
.offcanvas-header {
    justify-content: space-between;
    border-bottom: 1px solid rgba(30, 85, 73, 0.06);
    padding: 10px 16px;
}
.offcanvas-header .btn-close {
    background: url('data:image/svg+xml,<svg width="35" height="35" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 26.5616L26.5616 8" stroke="%230A4D3F" stroke-width="1.5" stroke-linecap="round"/><path d="M8.21875 8.21922L26.7803 26.7808" stroke="%230A4D3F" stroke-width="1.5" stroke-linecap="round"/></svg>') center center no-repeat;
    width: 35px;
    height: 35px;
    padding: 0px;
    margin: 0px;
    opacity: 1;
}
.offcanvas-body {
    padding: 15px;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#header .offcanvas-body .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: rgba(10, 77, 63, 1);
    padding: 0px;
    text-transform: unset;
}
#header .offcanvas-body .nav-item {
    margin-bottom: 10px;
}
#header .offcanvas-body .nav {
    gap: 0px;
    flex-direction: column;
}
#block-altay-right {
    order: 3;
}
#block-altay-right-2 {
    margin-bottom: auto;
}
#block-altay-right-2 .nav-item:last-child {
    display: none;
}
#block-altay-right-2 ul li ul .nav-item:last-child {
    display: block;
}
#block-altay-kontaktyvmobmenyu p {
    margin-bottom: 8px;
}
#block-altay-kontaktyvmobmenyu p a {
    color: rgba(10, 77, 63, 1);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
#block-altay-kontaktyvmobmenyu p:last-child a {
    text-decoration: underline;
}
.air-datepicker-global-container {
    top: auto;
    bottom: 100px;
    height: 1px;
}
.page-node-22 #page-wrapper {
    background: url(/local/templates/volnica/css/../images/bg-page.svg) center top no-repeat;
    background-size: cover;
}
.view-chalet .btn {
    background: #D8CF9E;
    border-color: #D8CF9E;
    color: #1E3A34;
}
.view-chalet .btn:hover {
    background: rgba(76, 123, 118, 1);
    border-color: rgba(76, 123, 118, 1);
    color: #fff;
}
.tooltip {
    z-index: 1000000 !important;
}
.field--name-field-gallery img {
    width: 100%;
    height: 627px;
    object-fit: cover;
}
#cookie-modal {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 12px 0px;
    z-index: 1000000;
}
#cookie-modal .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#cookie-modal p {
    margin: 0px;
    color: #0A4D3F;
    font-size: 16px;
}
#cookie-modal p:first-child {
    padding-right: 50px;
}
#cookie-modal p a {
    color: #0A4D3F;
    text-decoration: underline;
}
#cookie-modal p a:hover {
    text-decoration: none;
}
#cookie-modal .btn {
    text-decoration: none;
    border-radius: 50px;
    background: #D8CF9E;
    border-color: #D8CF9E;
}
#cookie-modal .btn:hover {
    opacity: 0.8;
}
#error-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 40px;
}
#error-404 h1 {
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-size: 94px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px;
}
#error-404 p {
    margin: 0px;
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}
.page-404 #page-wrapper {
    background: url(/local/templates/volnica/css/../images/bg-404.png) right bottom no-repeat;
    background-size: containe;
}
#faq {
    padding-bottom: 100px;
}
#faq .accordion-item {
    background: none;
    border-radius: 0px !important;
    border: 0px;
    padding: 14px 0px;
    border-top: 1px solid rgba(59, 84, 78, 1);
}
#faq .accordion-item:last-child {
    border-bottom: 1px solid rgba(59, 84, 78, 1);
}
#faq .accordion-button {
    font-family: "Manrope", sans-serif;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0%;
    color: #fff;
    background: none;
    box-shadow: unset !important;
    outline: none !important;
}
#faq .accordion-body {
    padding: 8px 0px 0px 0px;
    color: #fff;
}
#faq .accordion-body p {
    margin: 0px;
}
#faq .accordion-button::after {
    background: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="56" height="56" rx="28" fill="%23D8CF9E"/><path d="M28.7 36.3999L28.6863 36.5407C28.6211 36.8599 28.3383 37.0999 28 37.0999C27.6616 37.0999 27.3788 36.8599 27.3136 36.5407L27.3 36.3999L27.3 19.5999C27.3 19.2133 27.6134 18.8999 28 18.8999C28.3866 18.8999 28.7 19.2133 28.7 19.5999L28.7 36.3999Z" fill="%230A4D3F"/><path d="M19.6 28.7002L19.4592 28.6865C19.14 28.6214 18.9 28.3386 18.9 28.0002C18.9 27.6618 19.14 27.379 19.4592 27.3139L19.6 27.3002L36.4 27.3002C36.7866 27.3002 37.1 27.6136 37.1 28.0002C37.1 28.3868 36.7866 28.7002 36.4 28.7002L19.6 28.7002Z" fill="%230A4D3F"/></svg>') center center no-repeat;
    background-size: contain;
    width: 56px;
    height: 56px;
    min-width: 56px;
    border: 0px;
    box-shadow: unset;
}
#faq .accordion-button:not(.collapsed)::after {
    background: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="56" height="56" rx="28" fill="%23D8CF9E"/><path d="M28.7 36.3999L28.6863 36.5407C28.6211 36.8599 28.3383 37.0999 28 37.0999C27.6616 37.0999 27.3788 36.8599 27.3136 36.5407L27.3 36.3999L27.3 19.5999C27.3 19.2133 27.6134 18.8999 28 18.8999C28.3866 18.8999 28.7 19.2133 28.7 19.5999L28.7 36.3999Z" fill="%230A4D3F"/><path d="M19.6 28.7002L19.4592 28.6865C19.14 28.6214 18.9 28.3386 18.9 28.0002C18.9 27.6618 19.14 27.379 19.4592 27.3139L19.6 27.3002L36.4 27.3002C36.7866 27.3002 37.1 27.6136 37.1 28.0002C37.1 28.3868 36.7866 28.7002 36.4 28.7002L19.6 28.7002Z" fill="%230A4D3F"/></svg>') center center no-repeat;
    transform: rotate(45deg);
    background-size: contain;
}
/* End */


/* Start:/local/templates/volnica/css/responsive.css?175067668124537*/
@media all and (min-width: 1600px) {
    #place .container::before {
        left: 0px;
    }
}
@media all and (min-width: 1400px) {
    .container {
        max-width: 1600px;
    }
    .webform-flexbox--center {
        display: flex;
        justify-content: space-between;
    }
    .webform-flexbox--center .webform-flex {
        width: calc(50% - 7.5px);
    }
    .webform-flexbox--center input {
        min-width: unset;
    }
    #block-altay-logofixed {
        max-width: 150px;
    }
    
}
@media all and (max-width: 1400px) {
    body {
        font-size: 16px;
    }
    #block-altay-tekstnapervomekrane p:first-child {
        font-size: 80px;
    }
    #block-altay-tekstnapervomekrane p {
        font-size: 22px;
    }
    h2 {
        font-size: 48px;
    }
    #block-altay-komforttekst {
        margin-top: 18px;
    }
    .comfort-label {
        font-size: 20px;
    }
    .comfort-popover {
        padding: 15px;
        font-size: 12px;
    }
    .comfort-popover > div:first-child {
        font-size: 16px;
    }
    .comfort-popover p {
        margin-bottom: 5px;
    }
    #place .container::after {
        position: relative;
        width: 100%;
        height: 500px;
        margin-top: -200px;
    }
    .block-slider_text,
    #block-altay-transfer {
        max-width: 40%;
    }
    .block-slider_pics,
    #block-altay-transferkartinka {
        width: 50%;
    }
    .chalet-title {
        font-size: 24px;
    }
    .field--name-field-anouncement {
        font-size: 18px;
    }
    #block-altay-kopirayty {
        max-width: 400px;
    }
    .placement-1 > div {
        max-width: 800px;
    }
    .chalet-item_two .chalet-meta {
        max-width: 480px;
    }
    .chalet-item_two .chalet-title {
        font-size: 28px;
    }
    .placement-text {
        width: 500px;
    }
    .placement-pic {
        width: 500px;
        height: 500px;
    }
    .field--name-field-price ul li p:last-child {
        margin-bottom: 0px;
        font-size: 16px;
        white-space: pre;
    }
    .chalet-detail .field--name-field-anouncement {
        font-size: 16px;
    }
    .contact-row {
        flex-wrap: wrap;
    }
    .contact-row h1 {
        width: 100%;
    }
}
@media all and (max-width: 1200px) {
    #footer .container {
        flex-wrap: wrap;
    }
    .region-footer-fourth {
        width: 100%;
        padding-top: 30px;
    }
    #block-altay-kopirayty {
        max-width: unset;
    }
    #block-altay-kopirayty br {
        display: none;
    }
    #block-altay-tekstnapervomekrane p:first-child {
        font-size: 70px;
    }
    #place .container::after {
        margin-top: 0px;
    }
    #block-altay-raspolozheniespisok .field p {
        font-size: 18px;
    }
    .chalet-title {
        font-size: 20px;
    }
    .field--name-field-anouncement {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .slick-arrow {
        width: 60px;
        height: 60px;
    }
    .slick-arrow svg {
        max-width: 24px;
    }
    .chalet-meta {
        padding: 40px;
    }
    .field--name-field-incprice ul li {
        font-size: 14px;
    }
    .placement-1 > div {
        max-width: unset;
    }
    .chalet-item_two .chalet-meta {
        max-width: 400px;
    }
    .chalet-item_two .chalet-title {
        font-size: 24px;
    }
    .placement-text {
        width: calc(50% - 20px);
    }
    .placement-pic {
        width: calc(50% - 20px);
        height: 400px;
    }
    .placement-1 {
        flex-direction: column;
    }
    body:not(.path-frontpage) #main-wrapper {
        padding: 40px 0px;
    }
    .node-content h1 {
        font-size: 48px;
    }
}

@media all and (max-width: 960px) {
    #block-altay-left,
    #block-altay-logotipnaglavnoy,
    #block-altay-right {
        display: none;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .slick-arrow svg {
        max-width: 16px;
    }
    #header .mob-menu .nav {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    #header .offcanvas-body .nav-link {
        border: 0px !important;
    }
    #header .mob-menu .nav-link {
        padding: 0px;
        border: 0px !important;
        font-size: 12px;
        color: #0A4D3F;
        font-weight: 500;
        text-transform: unset;
    }
    .navbar-brand {
        display: none;
    }
    body:not(.path-frontpage) #header .nav-link {
        color: #0A4D3F;
    }
    body:not(.path-frontpage) #header-mob .btn {
        border: 1px solid #FFF;
        color: #fff;
    }
    body:not(.path-frontpage) .mob-branding svg path {
        fill: #fff;
    }
    body:not(.path-frontpage) #page-wrapper {
        padding-top: 50px;
    }
    .node__content {
        font-size: inherit;
        margin-top: 0px;
    }
    body:not(.path-frontpage) #main-wrapper {
        padding-top: 30px;
    }
    #header .mob-menu ul li {
        margin-right: 10px;
    }
    #menu-wrapper {
        top: 0px;
        background: #FFF;
        padding: 8px 0px;
    }
    .phone-mob p {
        margin: 0px;
    }
    .phone-mob p a {
        color: #0A4D3F;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.72px;
        text-decoration: none;
    }
    #menu-wrapper .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #block-altay-logofixed {
        max-width: 100px;
    }
    #header-mob {
        position: absolute;
        top: 60px;
        width: 100%;
        left: 0px;
    }
    #header-mob .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #header-mob .btn {
        color: #0A4D3F;
        border: 1px solid #0A4D3F;
        text-transform: uppercase;
        font-size: 12px;
    }
    #block-altay-tekstnapervomekrane p:first-child {
        font-size: 60px;
    }
    .fs-form_wrapper {
        padding: 0px;
        background: none;
        border: 0px;
        backdrop-filter: unset;
        border-radius: 0px;
        flex-wrap: wrap;
    }
    .view-comfort .view-content {
        overflow: auto;
        flex-wrap: nowrap;
    }
    .view-comfort .views-row {
        width: 284px;
        min-width: 284px;
    }
    #place .container::before {
        display: none;
    }
    .house-row_item p:last-child {
        font-size: 14px;
    }
    .house-row_item p:first-child {
        font-size: 16px;
    }
    .chalet-item {
        flex-direction: column;
    }
    .chalet-pics {
        position: relative;
        width: 100%;
        min-width: unset;
    }
    .slick-arrow.slick-prev {
        right: 77px;
    }
    .block-gallery .row {
        flex-direction: column;
    }
    .block-slider_pics {
        width: 100%;
    }
    .block-slider_text {
        max-width: unset;
    }
    .block-slider_text {
        width: 100%;
        padding-top: 30px;
    }
    #block-altay-logotipvotzyvakh {
        display: none;
    }
    #block-altay-views-block-reviews-block-1 {
        width: 100%;
    }
    .field--name-field-blockgallerytwo .slick-arrow {
        margin-left: -45px;
    }
    .field--name-field-blockgallerytwo .slick-arrow.slick-next {
        margin-right: -45px;
    }
    .field--name-field-blockgallerytwo {
        padding-bottom: 80px;
    }
    .placement-1, .placement-4, .placement-3 {
        flex-direction: column;
        gap: 20px;
    }
    .placement-pic {
        width: 100%;
        height: 450px;
    }
    .placement-text {
        width: 100%;
    }
    .chalet-item_two .chalet-meta {
        max-width: unset;
        padding-top: 30px;
    }
    .chalet-item_two {
        padding-bottom: 40px;
    }
    .node-content h1 {
        font-size: 38px;
    }
    .node-content ul {
        margin-bottom: 25px;
    }
    .field--name-field-nodeprice {
        margin-bottom: 32px;
    }
    .node-content .field--name-field-nodeprice p strong {
        font-size: 22px;
    }
    .chalet-item {
        margin-bottom: 10px;
    }
    .chalet-detail .chalet-meta {
        padding: 54px 0px 0px 0px;
    }
    .node--type-chalet .chalet-detail .chalet-meta {
        padding-top: 24px;
    }
    .node--type-chalet .chalet-detail .chalet-meta h1 {
        font-size: 32px;
    }
    .chalet-detail .slick-arrow, .block-slider_pics .slick-arrow {
        margin-left: -50px;
    }
    .chalet-detail .slick-arrow.slick-next, .block-slider_pics .slick-arrow.slick-next {
        margin-right: -50px;
    }
    .chalet-detail .chalet-meta.node-content {
        padding-left: 0px;
    }
    .node-content ul li,
    .relax-content p strong,
    .relax-content p {
        font-size: 16px;
    }
    body:not(.path-frontpage) #header.fixed .nav-link:hover, body:not(.path-frontpage) #header.fixed .nav-link.active, body:not(.path-frontpage) #header.fixed .nav-item.menu-item--expanded:hover > .nav-link {
        border-color: transparent;
        text-decoration: underline;
    }
    #header .menu-item--expanded ul {
        display: block !important;
        padding-left: 10px;
        padding-top: 10px;
        list-style: none;
    }
    #header .offcanvas-body .menu-item--expanded ul .nav-item {
        margin-bottom: 5px;
    }
    #header .offcanvas-body .menu-item--expanded ul .nav-item .nav-link {
        font-size: 14px;
    }
    #header .logo-fixed {
        display: block;
    }
    .navbar-toggler {
        min-width: 122px;
        text-align: left;
    }
    .chalet-detail .btn {
        min-width: 200px;
    }
    .contact-row h1 {
        font-size: 38px;
        margin-bottom: 8px;
    }
    .contact-item {
        font-size: 16px;
    }
    #map {
        height: 500px;
    }
    .view-chalet .views-row:last-child .chalet-item {
        margin-bottom: 0px;
    }
    #block-altay-views-block-comfort-block-2 {
        padding-top: 70px;
    }
    .contact-row {
        flex-direction: column;
    }
    .contact-item {
        margin-top: 32px;
    }
    .contact-item_1 {
        margin-top: 25px;
    }
    #block-altay-kontaktyvfutere {
        width: 100%;
        padding-top: 15px;
    }
    #block-altay-kontaktyvfutere br {
        display: none;
    }
    #block-altay-kopirayty .field {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    #block-altay-kopirayty .field p {
        margin: 0px;
        font-size: 10px;
        color: rgba(213, 213, 213, 1);
    }
    #block-altay-kopirayty .field p:first-child {
        order: 3;
    }
    #block-altay-kopirayty .field:after {
        display: none;
    }
    #block-altay-kopirayty,
    #block-altay-kopirayty .field p a {
        color: rgba(213, 213, 213, 1);
    }
    #footer {
        padding: 24px 0px 28px 0px;
    }
    .node-content p strong {
        font-size: 18px;
    }
    .field--name-field-anouncement {
        margin-bottom: 24px;
    }
    .field--name-field-price ul {
        display: flex;
        gap: 0px;
        margin-bottom: 10px;
        flex-direction: column;
    }
    .field--name-field-price ul li {
        border: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-left: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .field--name-field-price ul li br {
        display: none;
    }
    .field--name-field-price ul li p {
        font-size: 14px;
    }
    .field--name-field-incprice ul li {
        padding: 10px;
    }
    .field--name-field-pricecomment {
        margin-bottom: 25px;
    }
    .placement-1 > div {
        padding-top: 0px;
    }
    h2 {
        font-size: 38px;
    }
    .placement-1, .placement-4, .placement-3 {
        gap: 0px;
    }
    .placement-2 {
        margin: 20px 0px 60px 0px;
    }
    .placement-4,
    .placement-3 {
        flex-direction: row;
        margin-bottom: 60px;
    }
    .placement-3 .placement-pic {
        min-width: 313px;
        width: 313px;
        margin-right: 43px;
    }
    .placement-4 .placement-pic {
        min-width: 313px;
        width: 313px;
        margin-left: 43px;
    }
    .placement-3::before {
        display: none;
    }
    .placement-pic::before {
        top: 15px;
        right: -15px;
    }
    .placement-4 .placement-pic::before {
        right: auto;
        left: -15px;
        top: 15px;
    }
    .chalet-item {
        border: 0px;
    }
    .chalet-item_two .chalet-pics::before {
        top: 15px;
        right: -15px;
    }
    .field--name-field-incprice {
        margin-bottom: 25px;
    }
    .chalet-item_two .chalet-title {
        font-size: 32px;
    }
    .path-frontpage #header {
        height: 1024px;
        min-height: unset;
        padding-top: 14px;
    }
    .fs-mob_logo img {
        width: 125px;
    }
    #block-altay-tekstnapervomekrane {
        margin-top: 72px;
    }
    #block-altay-tekstnapervomekrane p:first-child {
        font-size: 56px;
    }
    #block-altay-tekstnapervomekrane p {
        font-size: 20px;
    }
    #header:not(.fixed) #menu-wrapper {
        background: none;
    }
    #header:not(.fixed) #block-altay-logofixed {
        opacity: 0;
    }
    body:not(.path-frontpage) #header:not(.fixed) #menu-wrapper {
        background: #fff;
    }
    body:not(.path-frontpage) #header:not(.fixed) #block-altay-logofixed {
        opacity: 1;
    }
    .fs-form_wrapper {
        gap: 0px;
    }
    .fs-form_btn,
    .fs-form_item  {
        width: 50%;
        padding: 0px 10px;
        margin: 10px 0px;
    }
    .fs-form_wrapper .form-control {
        width: 100%;
        min-width: unset;
        padding: 0px 16px;
    }
    .fs-form_wrapper .fs-form_item_people .form-control {
        width: 100%;
        min-width: 174px;
        padding: 0px 50px 0px 60px;
    }
    .fs-form_wrapper .fs-form_item_people .input-btns {
        right: 25px;
    }
    .fs-form_wrapper .btn {
        width: 100%;
        padding: 10px 15px;
    }
    #comfort {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #comfort h2 br {
        display: none;
    }
    .view-comfort .views-row {
        width: 344px;
        min-width: 344px;
    }
    .view-comfort .view-content {
        margin-right: -50px;
    }
    .view-comfort {
        margin-top: 20px;
    }
    #block-altay-raspolozheniespisok .field {
        justify-content: space-between;
    }
    #transfer {
        padding-top: 60px;
        padding-bottom: 65px;
    }
    .block-slider_pics, #block-altay-transferkartinka {
        width: 100%;
        margin-bottom: 24px;
    }
    .block-slider_text, #block-altay-transfer {
        max-width: unset;
        width: 100%;
    }
    #transfer .btn {
        margin-top: 20px;
    }
    #houses-wrapper::before {
        display: none;
    }
    .house-row {
        display: flex;
        margin: 0px;
        flex-direction: column;
    }
    .house-row_item {
        padding: 0px;
        border-right: 0px;
        padding-bottom: 16px;
    }
    #block-altay-razmeschenie h2 {
        margin-bottom: 24px;
    }
    #block-altay-views-block-chalet-block-1 {
        padding-top: 50px;
    }
    #block-altay-views-block-chalet-block-1 .chalet-meta {
        padding: 16px 0px 32px 0px;
    }
    #block-altay-views-block-comfort-block-2 {
        padding-top: 70px;
    }
    #block-altay-views-block-chalet-block-1 .views-row:last-child .chalet-meta {
        padding-bottom: 0px;
    }
    .block-slider_text {
        padding-top: 0px;
    }
    #block-altay-sezonnost, #block-altay-razvlecheniya {
        flex-direction: column;
    }
    #block-altay-sezonnost .content, #block-altay-razvlecheniya .content {
        width: 100%;
    }
    #complex {
        padding-bottom: 50px;
    }
    #transport {
        padding-bottom: 0px;
    }
    #season {
        padding: 60px 0px;
    }
    #block-altay-sezonnost {
        margin-bottom: 30px;
    }
    #transport::before,
    #season::before,
    #complex::before, #complex::after,
    #transfer::before {
        display: none;
    }
    #error-404 h1 {
        font-size: 70px;
    }
    #faq .accordion-button {
        font-size: 18px;
    }
    #faq .accordion-button::after {
        width: 48px;
        height: 48px;
    }
}

@media all and (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .navbar-toggler {
        min-width: unset;
    }
    .btn {
        padding: 10px 20px;
    }
    #header .mob-menu ul li {
        margin-right: 0px;
    }
    #header .nav {
        gap: 10px;
    }
    #header.fixed .logo-fixed {
        width: 84px;
    }
    .path-frontpage #header {
        padding-top: 65px;
        height: 820px;
        min-height: unset;
    }
    .fs-mob_logo img {
        width: 80px;
    }
    #block-altay-tekstnapervomekrane {
        margin-top: 40px;
    }
    #block-altay-tekstnapervomekrane p:first-child {
        font-size: 44px;
    }
    #block-altay-tekstnapervomekrane p {
        font-size: 16px;
    }
    body .ui-widget.ui-widget-content {
        min-width: unset;
        width: 100% !important;
    }
    .modal-title {
        font-size: 22px;
    }
    #comfort {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    h2 {
        font-size: 32px;
    }
    #place {
        padding-top: 40px;
    }
    .view-comfort {
        margin-top: 20px;
    }
    #block-altay-raspolozheniespisok .field {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #block-altay-raspolozheniespisok .field p {
        font-size: 14px;
    }
    #transfer {
        padding: 70px 0px 35px 0px;
    }
    #transfer .row {
        flex-direction: column;
    }
    #block-altay-transferkartinka {
        width: 100%;
    }
    #block-altay-transfer {
        max-width: unset;
    }
    .transfer-pic {
        height: 234px;
    }
    #transfer .btn {
        margin-top: 10px;
    }
    .house-row {
        display: flex;
        margin: 0px;
        flex-direction: column;
    }
    .house-row_item {
        padding: 0px 0px 15px 0px;
        border-right: 0px;
    }
    .chalet-meta {
        padding: 20px 0px 0px 0px;
    }
    .chalet-item {
        border: 0px;
    }
    .chalet-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .field--name-field-anouncement {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #block-altay-views-block-comfort-block-2 {
        margin-top: 0px;
    }
    #complex {
        padding: 70px 0px 30px 0px;
    }
    .chalet-detail .slick-arrow, .block-slider_pics .slick-arrow {
        margin-left: -50px;
    }
    .chalet-detail .slick-arrow.slick-next, .block-slider_pics .slick-arrow.slick-next {
        margin-right: -50px;
    }
    #block-altay-sezonnost, #block-altay-razvlecheniya {
        flex-direction: column;
    }
    #block-altay-sezonnost .content, #block-altay-razvlecheniya .content {
        width: 100%;
    }
    .comfort-item .field--name-field-anouncement {
        font-size: 14px;
    }
    #transport {
        padding: 50px 0px 30px 0px;
    }
    .view-reviews .views-row {
        width: 100%;
    }
    .views-quote {
        display: none !important;
    }
    #season {
        padding: 30px 0px 40px 0px;
    }
    #block-altay-sezonnost {
        margin-bottom: 20px;
    }
    #block-altay-logovnizu .field {
        width: 42px;
    }
    #block-altay-kopirayty .field {
        display: flex;
        flex-direction: column;
        color: #D5D5D5;
        font-size: 10px;
    }
    #block-altay-kopirayty .field p:first-child {
        order: 4;
    }
    #block-altay-kopirayty .field a {
        color: #D5D5D5;
    }
    .region-footer-third {
        padding-top: 0px;
    }
    .placement-1 > div {
        padding-top: 0px;
    }
    .placement-1 {
        gap: 0px;
    }
    .placement-2 {
        height: 350px;
        margin: 40px 0px;
    }
    .node__content {
        font-size: 16px;
    }
    .placement-pic {
        height: 300px;
    }
    .chalet-item_two .chalet-pics::before, .placement-pic::before {
        top: 15px;
        right: -15px;
    }
    .placement-row {
        margin-bottom: 40px;
    }
    .field--name-field-incprice {
        margin-bottom: 30px;
    }
    .field--name-field-incprice ul li {
        font-size: 12px !important;
        padding: 10px 15px;
        border-radius: 20px;
    }
    .chalet-detail .field--name-field-anouncement {
        font-size: 14px;
    }
    
    .chalet-item.chalet-detail {
        margin-bottom: 0px;
    }
    .field--name-field-pricecomment {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .chalet-pics::before {
        top: 15px;
        right: -15px;
    }
    .node-content h1 {
        font-size: 38px;
    }
    .contact-row h1 {
        font-size: 32px;
        margin: 0px;
    }
    body:not(.path-frontpage) #main-wrapper {
        padding-top: 30px;
    }
    .contact-item {
        margin-top: 20px;
        font-size: 14px;
    }
    .contact-item br {
        display: none;
    }
    .chalet-detail h1 {
        font-size: 32px;
    }
    #block-altay-logofixed {
        max-width: 111px;
    }
    #map {
        margin-top: 40px;
    }
    #footer .nav-item {
        margin-bottom: 10px;
    }
    body .ui-dialog .ui-dialog-content, body #drupal-modal {
        padding: 30px 20px;
    }
    .chalet-pics::after,
    .node--type-relax #page::before {
        display: none;
    }
    .node-content ul li, .relax-content p strong, .relax-content p {
        font-size: 14px;
    }
    .node--type-gastro #main-wrapper::after, .node--type-relax #main-wrapper::after { 
        height: 300px;
        background-position: right bottom !important;
    }
    .node-content .field--name-field-nodeprice p strong {
        font-size: 18px;
    }
    .chalet-detail .chalet-meta {
        padding-top: 40px;
    }
    .node-content p strong {
        font-size: 16px;
    }
    .node--type-chalet .chalet-detail .chalet-meta h1 {
        margin-bottom: 16px;
    }
    .chalet-item_two .chalet-title {
        font-size: 24px;
    }
    .chalet-item {
        padding-top: 0px;
    }
    .placement-4::before,
    .placement-1::before {
        display: none;
    }
    .node--type-page .node__content {
        font-size: 14px;
    }
    .placement-2 {
        margin-top: 20px;
    }
    .placement-3,
    .placement-4 {
        flex-direction: column;
    }
    .placement-3 .placement-pic,
    .placement-4 .placement-pic {
        min-width: unset;
        width: 100%;
        margin: 0px 0px 40px 0px;
    }
    .placement-4 .placement-pic {
        margin-top: 25px;
    }
    #block-altay-komforttekst {
        margin-top: 0px;
    }
    .view-comfort .views-row {
        width: 254px;
        min-width: 254px;
    }
    #place .container::after {
        height: 500px;
        background-size: 500px;
        width: calc(100% + 30px);
        left: -15px;
        margin-top: -50px;
    }
    #place .container {
        height: 850px;
    }
    #block-altay-views-block-chalet-block-1,
    #transfer {
        padding-top: 40px;
    }
    .fs-form_item_people {
        width: 100%;
    }
    .fs-form_item_people input.form-control {
        padding-left: 60px;
    }
    .fs-form_btn {
        width: 100%;
    }
    .input-btns {
        right: 30px;
    }
    body .ui-widget.ui-widget-content {
        min-width: unset;
        width: 100% !important;
        top: 0px !important;
        height: 100vh !important;
        overflow: auto;
        border-radius: 0px;
    }
    body .ui-dialog .ui-dialog-content, body #drupal-modal {
        max-height: unset !important;
    }
    .field--name-field-gallery img {
        height: 350px;
    }
    #place .container::after {
        background: url(/local/templates/volnica/css/../images/map-mob.png) center center no-repeat;
        background-size: contain;
    }
    #cookie-modal .container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    #cookie-modal p:first-child {
        padding-right: 0px;
        font-size: 12px;
    }
    #footer .nav {
        padding: 0px 15px;
    }
    #block-altay-logovnizu img {
        max-width: 60px;
    }
    #error-404 {
        gap: 30px;
    }
    #error-404 h1 {
        font-size: 50px;
    }
    #error-404 p {
        font-size: 18px;
    }
    #faq .accordion-button {
        font-size: 16px;
    }
    #faq .accordion-button::after {
        width: 32px;
        height: 32px;
    }
}
/* End */
/* /local/templates/volnica/libraries/slick/slick.css?17489602081776 */
/* /local/templates/volnica/libraries/fancybox/fancybox.css?174896020815598 */
/* /local/templates/volnica/css/style.css?175257865257496 */
/* /local/templates/volnica/css/responsive.css?175067668124537 */
