@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root{
    --font-family: 'Nunito Sans', sans-serif;
    --font-family-title: 'Montserrat', sans-serif;
    --white: #ffffff;
    --blue: #008A9B;
    --green: #1F5257;
    --yellow: #FFF6BB;
    --black: #000000;
    --text-color: #242424;
    --fz-slider-title: 40px;
    --fz-slider-body: 18px;
    --fz-text: 18px;
    --fz-btn: 14px;
    --fz-nav: 14px;
    --fz-header: 17px;
    --fz-plashki-title: 24px;
    --fz-plashki-text: 15px;
    --fz-title-block: 30px;    
    --len-container: 1170px;
    --bt-w: 270px;
    --bt-h: 40px;
    --lh: 25px;
    --bs-offcanvas-zindex: 10046;
    --mb-block: 60px;
    --mb-title: 40px;
    --gap: 30px;
    
    --vpa-font-family: 'Nunito Sans';
    --vpa-title-color: #242424;
    --vpa-text-color: #242424;
    --vpa-link-color: #242424;
    --vpa-btn-color: #FFFFFF;
    --vpa-btn-color-hover: #008A9B;
    --vpa-btn-bg: #008A9B;
    --vpa-btn-bg-hover: #FFFFFF;
    --vpa-btn-brd-width: 1px;
    --vpa-btn-brd-color: #008A9B;
    --vpa-btn-brd-color-hover: #008A9B;
    --vpa-btn-radius: 20px;

}
#znms-widget-floating-1{
    display: none !important;
}
body {
    font-family: var(--font-family);
    background-color: var(--white);
    color: var(--text-color);
}
main{
    min-height: 100vh;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1170px;
        padding: 0;
    }
}
@media (min-width: 768px) {
    header#header-mob {
        display: none !important;
    }
    header#header {
        display: block !important;
    }
}
@media (max-width: 767px) {
    header#header {
        display: none !important;
    }
    header#header-mob {
        display: flex !important;
        border-bottom: solid 1px #FFFFFF;
    }
    
}
p{
    margin-bottom: 0;
}

.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
}
img{
    max-width: 100%;
    height: auto;
}
/*HEADER STYLES*/
#footer .ajax-progress,
#header .ajax-progress {
    display: none;
}

.header-bottom, .header-top {
    background:transparent;
}

.toolbar .toolbar-tab .toolbar-icon {
    padding: 0.75em 1.5em 0.75em 2.5em;
}

/* *** contextual-region *** */
.contextual-region .contextual {
    display: none;
    top: -8px;
    right: 8px;
}

.contextual-region .contextual-region .contextual {
    top: 8px;
}

.contextual-region:hover .contextual {
    display: block;
}

.contextual-region .contextual .trigger {
    width: 22px !important;
    height: 22px !important;
    background-size: 14px 14px;
}

.cart-block--summary .cart-block--summary__count {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    background: #ccc;
    color: #fff;
    top: -3px;
    right: -9px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
}

#header-mob {
    top: 0;
    width: 100%;
    background: var(--blue);
    color: #000;
    padding: 5px 5px;
    z-index: 50;
    height: 50px;
    .col-logo a{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 112%;
        text-decoration: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        }
}
.logo{
    width: 80px;
    height: 80px;
    display: flex;
    background: #008A9B;
    border-radius: 20px;
    margin-right: 55px;
}
#header-mob.toolbar-horizontal #header-mob {
    top: 0;
}

#header-mob > * {
    padding: 0 10px;
}

#header-mob a {
    color: #FFFFFF;
}

.offcanvas {
    --bs-offcanvas-bg: var(--blue);
    .logo{
        width: 60px;
        height: 60px;
        display: flex;
        background: #FFFFFF;
        border-radius: 20px;
        margin-right: 25px;
    }
    .tel img {
        margin-right: 10px;
    }
    .tel {
        align-items: center;
        .get-phone {
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 900;
            font-size: var(--fz-header);
            line-height: var(--lh);
            display: flex;
            align-items: center;
            text-transform: uppercase;
            text-decoration: none;
            color: #FFFFFF;
        }
    }
    a.callback {
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-btn);
        line-height: var(--lh);
        display: flex;
        align-items: center;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    a{
        color: var(--white);
        text-decoration: none;
    }
    a:hover{
        color: var(--yellow);
    }
    .region-navigation{
        margin-bottom: 20px;
    }
    .region-search .form-submit.btn{
        border: solid 1px var(--white);
        border-radius: 10px;
    }
    .region-search .form-submit.btn:hover{
        background: var(--white);
        color: var(--blue);
    }
}

.offcanvas .offcanvas-title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.region-navigation .nav > .nav-item:hover .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
}


/*HEADER STYLES*/

/* SLICK STYLES */
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    position: relative;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 10px);
    display: block;
    width: 12.8px;
    height: 21.4px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

button.slick-prev.slick-arrow {
    left: 52px;
}

button.slick-next.slick-arrow {
    right: 52px;
}

ul.slick-dots {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0px;
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 0;
}
ul.slick-dots::after{
    content: '';
    position: absolute;
    opacity: 0.5;
    border: 1px solid #FFFFFF;
    position: absolute;
    bottom: 20px;
    width: 100%;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

ul.slick-dots li button {
    width: 302px;
    height: 4px;
    opacity: 0;
    border-radius: 10px;
    display: block;
    background: #008A9B;
    border: none;
    position: absolute;
    top: -2px;
    z-index: 2;
    color: transparent;

}

ul.slick-dots li button::before {
   display: none; 
}
ul.slick-dots li{
    width: 302px;
    height: 4px;
}
ul.slick-dots li.slick-active button {
    width: 302px;
    height: 4px;
    background: #008A9B;
    border-radius: 10px;
    opacity: 1 !important;
}

button.slick-arrow {
    width: 12.8px;
    height: 21.4px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

button.slick-arrow::before {
    content: '';
    display: block;
    position: relative;
    width: 12.8px;
    height: 21.4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 0;
}

button.slick-prev.slick-arrow::before {
    background-image: url("/sites/all/themes/vesta_theme/image/Button Left 1.svg");
    /* transform: rotate(-90deg);*/
}

button.slick-next.slick-arrow::before {
    background-image: url("/sites/all/themes/vesta_theme/image/Button Right 1.svg");
    /* transform: rotate(90deg);*/
}

#scrollToTop {
    width: 48px;
    height: 48px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    bottom: 120px;
    cursor: pointer;
    position: fixed;
    right: 75px;
    z-index: 10;
    transition: 0.2s;
    padding: 0;
}

/* SLICK STYLES */

/* PRODUCT PAGE STYLES*/
.product-teaser {
    display: flex;
    gap: 50px;
}

.product-teaser .product-teaser-image {
    max-width: 500px;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider {
    margin: 0 0 10px;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 500px;
    min-width: 500px;
    max-height: 500px;
    min-height: 500px;
    object-fit: cover;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
    margin: 0 -5px;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    margin: 0 5px;
    max-width: 118px;
    min-width: 118px;
    max-height: 118px;
    min-height: 118px;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 118px;
    min-width: 118px;
    max-height: 118px;
    min-height: 118px;
    object-fit: cover;
}

.product-teaser .product-teaser-info {
    max-width: 500px;
}

.product-view-full button.slick-prev.slick-arrow {
    left: -25px;
}

.product-view-full button.slick-next.slick-arrow {
    right: -25px;
}


.node--view-mode-full .field--name-body img {
    margin: 0 10px;
}

/* PRODUCT PAGE STYLES*/


/* *** ADAPTIVE *** */
@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
    #offcanvasNav .nav .dropdown-menu {
        display: none;
        position: static;
        border: 0px solid;
        background: transparent;
        padding: 10px 0;
        border-bottom: 1px solid #BDBDBD;
    }

    #offcanvasNav li.nav-item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 576px) {
}
#app{
    position: relative;
}
#header{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 15px;
}
/*.not-front #header{
    position: relative;
    background-color: var(--blue);
    .logo{
        background-color: var(--white);
    }
}*/
#header .logo{
    width: 80px;
    height: 80px;
    display: flex;
    background: #008A9B;
    border-radius: 20px;
    margin-right: 55px;
}
#header .container{
    display: flex;
    .tel{
        align-items: center;
        img{
            margin-right: 20px;
        }
        .get-phone{
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 900;
            font-size: var(--fz-header);
            line-height: var(--lh);
            display: flex;
            align-items: center;
            text-transform: uppercase;
            text-decoration: none;
            color: #FFFFFF;
        }
        .get-phone:hover{
            color: var(--yellow);
        }
    }
        #block-vesta-theme-knopkaostavitzayavku--3 a.callback, #block-vesta-theme-knopkaostavitzayavku--2 a.callback, #block-vesta-theme-knopkaostavitzayavku a.callback{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-btn);
        line-height: var(--lh);
        display: flex;
        align-items: center;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    #block-vesta-theme-knopkaostavitzayavku--3 a.callback:hover,  #block-vesta-theme-knopkaostavitzayavku--2 a.callback:hover, #block-vesta-theme-knopkaostavitzayavku a.callback:hover{
        color: var(--yellow);
    }
    .col-callback, .col-search, .tel{
        margin-right: 19px;
    }

    .bron{
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: var(--bt-w);
        height: var(--bt-h);
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid #FFFFFF;
        box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
        border-radius: 20px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: var(--fz-btn);
        line-height: var(--lh);
        text-transform: uppercase;
        text-decoration: none;
        color: #FFFFFF;
    }
    .bron:hover{
        background-color: var(--yellow);
        border: 1px solid var(--yellow);
        color: var(--text-color);
    }
    #search-api-page-block-form-search--2, #search-api-page-block-form-search, #block-vesta-theme-searchapipagesearchblockform--2{
        position: relative;
        height: var(--bt-h);
    }
    #search-api-page-block-form-search--2 input, #search-api-page-block-form-search input, #block-vesta-theme-searchapipagesearchblockform--2 input{
        background: rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
        border-radius: 20px;
        color: var(--white);
        border: none;
        width: 370px;
        height: var(--bt-h);
        padding: 5px 40px;
    }
    #edit-submit--2, #edit-submit, #edit-submit--3{
        color: transparent;
        background-color: transparent;
        width: 16px;
        height: 16px;
        right: 15px;
        top: 13px;
        position: absolute;
        border: none;
    }
    #edit-submit--2::after, #edit-submit::after, #edit-submit--3::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('/sites/all/themes/vesta_theme/image/Icon Search.svg');
        z-index: 2;
    }
    #search-api-page-block-form-search--2 input:-internal-autofill-selected, #search-api-page-block-form-search--2 input:-internal-autofill-selected, #block-vesta-theme-searchapipagesearchblockform--2 input:-internal-autofill-selected{
        background: rgba(0, 0, 0, 0.5);
        box-shadow: inset 0px 16px 32px -4px rgba(12, 12, 13, 0.1);
        color: var(--white);
    }
 
    nav ul li a{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: var(--fz-nav);
        line-height: var(--lh);
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 0;
    }
    nav ul li a:hover{
        color: var(--yellow);
    }
    nav ul{
        gap: 85px;
        justify-content: space-between;
    }
    .header-top{
        margin-bottom: 20px;
    }
}
.node--type-slide{
    position: relative;
    width: 100%;
    height: 600px;
    padding: 220px 0 140px 0;
}
.node--type-slide .field--name-field-image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.node--type-slide .field--name-field-slide-title p, .node--type-slide h1 p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-slider-title);
    line-height: 112%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.node--type-slide .field--name-body p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-slider-body);
    line-height: 167%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.node--type-slide .Link-group{
    display: flex;
    justify-content: center;
    gap: 20px;
    width: calc( var(--bt-w) * 2 + 20px );
    margin: 0 auto;
    .field--name-field-knopka-sleva a{
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: var(--bt-w);
        height: var(--bt-h);
        background: #FFF6BB;
        box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
        border-radius: 20px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: var(--fz-btn);
        line-height: var(--lh);
        text-transform: uppercase;
        color: #242424;
        text-decoration: none;
    }
    .field--name-field-knopka-sleva a:hover{
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
    }
    .field--name-field-knopka-sprava a{
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: var(--bt-w);
        height: var(--bt-h);
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid #FFFFFF;
        box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
        border-radius: 20px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: var(--fz-btn);
        line-height: var(--lh);
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
    }
    .field--name-field-knopka-sprava a:hover{
        background: #FFF6BB;
        border: none;
        color: #242424;
    }
}
#slider-block, .wr_front_content{
    margin-bottom: var(--mb-block);
}

.front-h1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 56px;
    width: 95%;
    text-align: center;
    color: #008A9B;
}
row>* {
    padding: 0;
}
h2, .block-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-title-block);
    line-height: 133%;
    color: #008A9B;
}
.block-title{
    margin-bottom: 20px;
}
#about-block{
    padding-top: 40px;
    margin-bottom: var(--mb-title);
    .field--name-node-title{
        margin-bottom: var(--mb-title);
    }
    .field--name-body p{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;
    }
   
}
 .field--name-field-izobrazhenie-o-nas{
        border-radius: 20px;
        overflow: hidden;
        max-height: 370px;
        min-height: 370px;
        a{
            display: flex;
            width: 100%;
            height: 100%;
        }
        a img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        
        }
    }
.text1 .izobrazhenie-page{
    border-radius: 20px;
    overflow: hidden;
    max-height: 370px;
    min-height: 370px;
    a{
        display: flex;
        width: 100%;
        height: 100%;
    }
    a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    
    }
}
.text1{
    margin-bottom: 20px;
}
.video-embed-field-provider-rutube{
    border-radius: 20px;
    overflow: hidden;
    max-height: 370px;
    min-height: 370px;
}
.field--name-field-video-na-glavnoy .video-embed-field-provider-rutube{
    max-width: unset;
}
.video-embed-field-provider-rutube{
    max-width: 500px;
}
.field--name-field-tekst-stranicy-2{
    margin-bottom: var(--mb-title);
}

nav.tabs ul li a{
    color: var(--text-color);
}
.gallery-header{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-text);
    line-height: 156%;
    color: #242424;
    margin-bottom: var(--mb-title);
}
.node--type-foto-iz-galerei.node--view-mode-teaser{
    width: calc( (var(--len-container) - 2 * var(--gap) ) / 3);
    height:  calc( (var(--len-container) - 2 * var(--gap) ) / 3);
    border-radius: 20px;
    overflow: hidden;
    position: relative !important;
    a{
        display: flex;
        width: 100%;
        height: 100%;
    }
    a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    
    }
}
.field--name-field-foto-stranicy-o-nas{
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--mb-title);
}
.field--name-field-foto-stranicy-o-nas .field__item{
    width: calc( (var(--len-container) - 2 * var(--gap) ) / 3);
    height:  calc( (var(--len-container) - 2 * var(--gap) ) / 3);
    border-radius: 20px;
    overflow: hidden;
    position: relative !important;
    a{
        display: flex;
        width: 100%;
        height: 100%;
    }
    a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    
    }
}

.field--name-field-foto-stranicy-o-nas .field__item:hover::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    border-radius: 20px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}
.field--name-field-foto-stranicy-o-nas .field__item:hover::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/sites/all/themes/vesta_theme/image/Icon Scale.svg');
    border-radius: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat ;
}
.izobrazh-active{
    width: calc( (var(--len-container) - 2 * var(--gap) ) / 3);
    height:  calc( (var(--len-container) - 2 * var(--gap) ) / 3);
    border-radius: 20px;
    overflow: hidden;
    position: relative !important;
    a{
        display: flex;
        width: 100%;
        height: 100%;
    }
    a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    
    }
}

.izobrazh-active:hover::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    border-radius: 20px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}
.izobrazh-active:hover::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/sites/all/themes/vesta_theme/image/Icon Scale.svg');
    border-radius: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat ;
}
.field--name-field-foto{
    width: 100%;
    height: 100%;
}
.node--type-foto-iz-galerei.node--view-mode-teaser:hover::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    border-radius: 20px;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}
.node--type-foto-iz-galerei.node--view-mode-teaser:hover::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/sites/all/themes/vesta_theme/image/Icon Scale.svg');
    border-radius: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat ;
}
#block-vesta-theme-views-block-galereya-block-1 .slick-slider{
    margin-bottom: 120px;
    ul.slick-dots {
        bottom: -79px;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .slick-prev, .slick-next{
        top: unset;
        bottom: -60px;
    }
    button.slick-next.slick-arrow {
        right: 0;
    }
    button.slick-prev.slick-arrow {
        left: 0;
    }
    button.slick-prev.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Leftb.svg');
    }
    button.slick-next.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Rightb.svg');
    }
    ul.slick-dots::after {
        border: 1px solid #242424;
    }
    ul.slick-dots li {
        width: calc( var(--len-container) / 5 );
    }
    ul.slick-dots li button {
        width: calc( var(--len-container) / 5 );
        }
}
#block-views-blockabout-block-1{
    margin-bottom: 20px;
}
.more-link{
    display: flex;
    justify-content: center;
}

.more-link a{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-btn);
    line-height: var(--lh);
    text-transform: uppercase;
    color: #242424;
    text-decoration: none;
}
#block-vesta-theme-views-block-galereya-block-1-2 .slick-slider{
    margin-bottom: 120px;
    ul.slick-dots {
        bottom: -79px;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .slick-prev, .slick-next{
        top: unset;
        bottom: -60px;
    }
    button.slick-next.slick-arrow {
        right: 0;
    }
    button.slick-prev.slick-arrow {
        left: 0;
    }
    button.slick-prev.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Leftb.svg');
    }
    button.slick-next.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Rightb.svg');
    }
    ul.slick-dots::after {
        border: 1px solid #242424;
    }
    ul.slick-dots li {
        width: calc( var(--len-container) / 5 );
    }
    ul.slick-dots li button {
        width: calc( var(--len-container) / 5 );
        }
}
#block-vesta-theme-views-block-galereya-block-6 .slick-slider{
    margin-bottom: 120px;
    ul.slick-dots {
        bottom: -79px;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .slick-prev, .slick-next{
        top: unset;
        bottom: -60px;
    }
    button.slick-next.slick-arrow {
        right: 0;
    }
    button.slick-prev.slick-arrow {
        left: 0;
    }
    button.slick-prev.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Leftb.svg');
    }
    button.slick-next.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Rightb.svg');
    }
    ul.slick-dots::after {
        border: 1px solid #242424;
    }
    ul.slick-dots li {
        width: calc( var(--len-container) / 5 );
    }
    ul.slick-dots li button {
        width: calc( var(--len-container) / 5 );
        }
}
#block-vesta-theme-views-block-galereya-block-7 .slick-slider{
    margin-bottom: 120px;
    ul.slick-dots {
        bottom: -79px;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .slick-prev, .slick-next{
        top: unset;
        bottom: -60px;
    }
    button.slick-next.slick-arrow {
        right: 0;
    }
    button.slick-prev.slick-arrow {
        left: 0;
    }
    button.slick-prev.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Leftb.svg');
    }
    button.slick-next.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Rightb.svg');
    }
    ul.slick-dots::after {
        border: 1px solid #242424;
    }
    ul.slick-dots li {
        width: calc( var(--len-container) / 5 );
    }
    ul.slick-dots li button {
        width: calc( var(--len-container) / 5 );
        }
}
.product-view-full .field--name-dynamic-token-fieldcommerce-product-knopka-zabronirovat a{
    width: 245px;
    height: var(--bt-h);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #008A9B;
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 20px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-btn);
    line-height: var(--lh);
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    box-sizing: border-box;
    
}

.product-view-full .field--name-dynamic-token-fieldcommerce-product-knopka-zabronirovat a:hover{
    color: #242424;
    border: 1px solid #242424;
    background: var(--white);
}

.taxonomy-term--view-mode-teaser:hover .field--name-field-catalog-image{
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0,138,155,0.5);
}
.node--type-usluga.node--view-mode-teaser:hover  .field--name-field-izobrazhenie-usluga, .node--type-banya.node--view-mode-teaser:hover .field--name-field-izobrazhenie-banya , .node--type-fr.node--view-mode-teaser:hover .field--name-field-izobrazhenie-akcii{
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0,138,155,0.5);
}
.node--type-usluga.node--view-mode-teaser  .field--name-field-izobrazhenie-usluga, .node--type-banya.node--view-mode-teaser .field--name-field-izobrazhenie-banya, .node--type-fr.node--view-mode-teaser .field--name-field-izobrazhenie-akcii{
    transition: all 0.5s ease;
    overflow: hidden;
}
.taxonomy-term--view-mode-teaser{
    padding: 0px ;
    width: calc( (var(--len-container) - var(--gap)) / 2 );
    background: #FFFFFF;
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    .field--name-field-catalog-image{
        width: 100%;
        height: 351px;
        transition: all 0.5s ease;
        overflow: hidden;
        a{
            display: flex;
            width: 100%;
            height: 100%;
       }
        a img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        
        }
    }

    .content-group{
        padding: 30px;
        .field--name-taxonomy-term-title{
            margin-bottom: 20px;
        }
        .field--name-taxonomy-term-title a{
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: var(--fz-plashki-title);
            line-height: 142%;
            color: rgb(0, 138, 155);
            max-height: 32px;
            text-decoration: none;
            width: 100%;
        }
        .field--name-description{
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 150%;
            color: #242424;
            margin-bottom: 20px;
            width: 100%;
            max-height: 48px;
            min-height: 48px;
        }
        .field--name-dynamic-token-fieldtaxonomy-term-knopka-zabronirovat a{
            width: 245px;
            height: var(--bt-h);
            display: flex;
            justify-content: center;
            align-items: center;
            background: #008A9B;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            text-decoration: none;
            color: #FFFFFF;
            box-sizing: border-box;
            
        }
        
        .field--name-dynamic-token-fieldtaxonomy-term-knopka-zabronirovat a:hover{
            color: #242424;
            border: 1px solid #242424;
            background: var(--white);
        }
        .field--name-taxonomy-term-link a{
            box-sizing: border-box;
            width: 245px;
            height: var(--bt-h);
            border: 1px solid #242424;
            filter: drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.1)) drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.05));
            border-radius: 20px;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            color: #242424;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
        }
        .field--name-taxonomy-term-link a:hover{
            color: #FFFFFF;
            background: #008A9B;
            border: none;
        }
        .btn-group{
            display: flex;
            justify-content: space-between;
        }
    }
}
.view-display-id-block_front .view-content{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    margin-bottom: var(--mb-title);
}
.front .wr_front_content{
    padding: 60px 0 40px 0;
    background: url('/sites/all/themes/vesta_theme/image/Catalog Bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    .block-title{
        color: var(--white);
        text-align: center;
    }
    .catalog-header{
        font-family: 'Nunito Sans';
        font-style: italic;
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: var(--mb-title);
    }
    .more-link a{
        color: var(--white);
    }
}
.node--type-usluga.node--view-mode-teaser{
    width: calc( (var(--len-container) - var(--gap) * 2 ) / 3 );
    background: #008A9B;
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 20px;
    overflow: hidden;
    .field--name-field-izobrazhenie-usluga{
        width: 100%;
        height: 370px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .content-group{
        padding: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 320px;
        max-height: 320px;
        .field--name-node-title{
            min-height: 68px;
            max-height: 68px;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: var(--fz-plashki-title);
            line-height: 142%;
            color: #FFFFFF;
        }
        .field--name-body {
            max-height: 120px;
            min-height: 120px;
            width: 100%;
        }
        .field--name-body p, .field--name-body{
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: 15px;
            line-height: 24px;
            display: flex;
            color: #FFFFFF;

        }
        .field--name-field-knopka-podrobnee{
            display: flex;
            justify-content: center;
            align-items: center;
            height: var(--bt-h);
            background: transparent;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            overflow: hidden;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            color: #FFFFFF;
            text-decoration: none;
            box-sizing: border-box;
            border: solid 1px var(--white);
            margin-bottom: 10px;
        }
        .field--name-node-link a, .field--name-field-podrobnee a{
            display: flex;
            justify-content: center;
            align-items: center;
            height: var(--bt-h);
            background: #FFFFFF;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            overflow: hidden;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            color: #008A9B;
            text-decoration: none;
            box-sizing: border-box;
            
        }
        .field--name-node-link a:hover, .field--name-field-podrobnee a:hover{
            border: solid 1px var(--white);
            color: var(--white);
            background: transparent;
        }
        .field--name-field-knopka-podrobnee:hover{
            border: solid 1px #FFFFFF;
            color: #008A9B;
            background: #FFFFFF;
        }
    }
}


.node--type-fr.node--view-mode-teaser{
    width: calc( (var(--len-container) - var(--gap) * 2 ) / 3 );
    background: #008A9B;
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 20px;
    overflow: hidden;
    .field--name-field-izobrazhenie-akcii{
        width: 100%;
        height: 370px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .content-group{
        padding: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 320px;
        max-height: 320px;
        .field--name-node-title{
            min-height: 68px;
            max-height: 68px;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: var(--fz-plashki-title);
            line-height: 142%;
            color: #FFFFFF;
        }
        .field--name-body {
            max-height: 120px;
            min-height: 120px;
            width: 100%;
        }
        .field--name-body p, .field--name-body{
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: 15px;
            line-height: 24px;
            display: flex;
            color: #FFFFFF;

        }
        .field--name-field-knopka-podrobnee{
            display: flex;
            justify-content: center;
            align-items: center;
            height: var(--bt-h);
            background: transparent;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            overflow: hidden;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            color: #FFFFFF;
            text-decoration: none;
            box-sizing: border-box;
            border: solid 1px var(--white);
            margin-bottom: 10px;
        }
        .field--name-node-link a, .field--name-field-podrobnee a{
            display: flex;
            justify-content: center;
            align-items: center;
            height: var(--bt-h);
            background: #FFFFFF;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            overflow: hidden;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            color: #008A9B;
            text-decoration: none;
            box-sizing: border-box;
            
        }
        .field--name-node-link a:hover, .field--name-field-podrobnee a:hover{
            border: solid 1px var(--white);
            color: var(--white);
            background: transparent;
        }
        .field--name-field-knopka-podrobnee:hover{
            border: solid 1px #FFFFFF;
            color: #008A9B;
            background: #FFFFFF;
        }
    }
}

.view-akcii-i-specialnye-predlozheniya .view-content{
    display: flex;
    gap: var(--gap);
    flex-wrap: wrap;
}

.field--name-field-bani{
    display: flex;
    justify-content: space-between;
    .field__item{
        width: calc((var(--len-container) - var(--gap) * 2) / 3);
    }
}
.node--type-banya.node--view-mode-teaser{
    width: calc( (var(--len-container) - var(--gap) * 2 ) / 3 );
    background: #008A9B;
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 20px;
    overflow: hidden;
    .field--name-field-izobrazhenie-banya{
        width: 100%;
        height: 370px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .content-group{
        padding: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 340px;
        max-height: 340px;
        .field--name-node-title{
            width: unset;
            min-height: 68px;
            max-height: 68px;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: var(--fz-plashki-title);
            line-height: 142%;
            color: #FFFFFF;
        }
        .field--name-body {
            max-height: 130px;
            min-height: 130px;
            width: 100%;
        }
        .field--name-body p, .field--name-body{
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: 15px;
            line-height: 24px;
            display: flex;
            color: #FFFFFF;

        }
        .field--name-node-link a{
            display: flex;
            justify-content: center;
            align-items: center;
            height: var(--bt-h);
            background: #FFFFFF;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            overflow: hidden;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            color: #008A9B;
            text-decoration: none;
            box-sizing: border-box;
            border: solid 1px var(--white);
            margin-bottom: 10px;
            width: 100%;
        }
        .field--name-dynamic-token-fieldnode-knopka-obratnaya-svyaz,  .field--name-node-link, .field--name-dynamic-token-fieldnode-knopka-zabronirovat{
            width: unset;
        }
        .field--name-dynamic-token-fieldnode-knopka-obratnaya-svyaz a, .field--name-dynamic-token-fieldnode-knopka-zabronirovat a{
            display: flex;
            justify-content: center;
            align-items: center;
            height: var(--bt-h);
            background:transparent;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            overflow: hidden;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            color: #FFFFFF;
            text-decoration: none;
            border: solid 1px var(--white);
            box-sizing: border-box;
            margin-bottom: 10px;
        }
        .field--name-dynamic-token-fieldnode-knopka-obratnaya-svyaz a:hover, .field--name-dynamic-token-fieldnode-knopka-zabronirovat a:hover{
            border: solid 1px #FFFFFF;
            color: #008A9B;
            background: #FFFFFF;
        }
        .field--name-node-link a:hover{
            border: solid 1px var(--white);
            color: var(--white);
            background: transparent;
        }
    }
}
.view-id-uslugi .view-content{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    margin-bottom: var(--mb-title);
}
.block-views-blockuslugi-block-1 .block-title{
    text-align: center;
}
.uslugi-header{
    width: 50%;
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #242424;
    text-align: center;
    margin: 0 auto var(--mb-title) auto;
}
#uslugi-block{
    margin-bottom: var(--mb-title);
}
#benefits-block{
    padding: 60px 0;
    background-color: var(--blue);
    margin-bottom: var(--mb-block);
    .block-title{
        color: var(--white);
        margin-bottom: var(--mb-title);
        text-align: center;
    }
    .view-content{
        display: flex;
        gap: var(--gap);
        flex-wrap: wrap;
    }
    .view-dostoprimechatelnosti{
        margin-bottom: 60px;
    }
}
.node--type-dostoprimechatelnost{
    width: calc( ( var(--len-container) - var(--gap) ) / 2 );
    border-radius: 20px;
    overflow: hidden;
    background: var(--white);
    display: flex;
    .group-content{
        padding: 30px;
        width: 100%;
        .field--name-node-title{
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: var(--fz-slider-body);
            line-height: 167%;
            color: #008A9B;
            margin-bottom: 10px;
        }
        .field--name-body p{
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-plashki-text);
            line-height: 160%;
            color: #008A9B;
        }
    }
}
.node--type-format{
    width: calc( ( var(--len-container) - var(--gap) ) / 2 );
    border-radius: 20px;
    overflow: hidden;
    background: var(--white);
    padding: 30px;
    .field--name-node-title{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-slider-body);
        line-height: 167%;
        color: #008A9B;
        margin-bottom: 10px;
    }
    .field--name-body p{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: var(--fz-plashki-text);
        line-height: 160%;
        color: #008A9B;
    }

}
.field--name-field-izobrazhenie-dostoprimecha{
    width: 170px;
    height: 172px;
    a{
        display: flex;
        width: 100%;
        height: 100%;
    }
    a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
#reviews-block{
    margin-bottom: var(--mb-block);
    .block-title{
        margin-bottom: 34px;
        text-align: center;
    }
    .field--name-body {
        display: flex;
        justify-content: center;
    }
    
}
#fos-block{
    padding: 110px 0;
    background-image: url("/sites/all/themes/vesta_theme/image/Form Bg.png");
    background-size: cover;
}

.node--type-webform{
    display: flex;
    .left-group{
        width: calc(( var(--len-container) - var(--gap) ) / 2) ;
        margin-right: var(--gap);
        .field--name-node-title h2{
            color: var(--white);
            margin-bottom: 40px;
        }
        .field--name-body p{
            font-family: 'Nunito Sans';
                font-style: normal;
                font-weight: 600;
                font-size: var(--fz-text);
                line-height: 156%;
                color: var(--white); 
        }
    }

    .field--name-webform{
        width: calc(( var(--len-container) - var(--gap) ) / 2) ;
    }
    .webform-submission-form{
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap);
    }
    .form-type-textfield input, .form-type-email input{
        width: var(--bt-w);
        height: var(--bt-h);
        background: #FFFFFF;
        box-shadow: inset 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
        border-radius: 40px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-plashki-text);
        line-height: 26px;
        letter-spacing: -0.01em;
        color: #242424;
        padding-left: 20px;
        margin: 0;
    }
    
    .js-form-type-textarea textarea{
        width: 100%;
        height: var(--bt-h);
        background: #FFFFFF;
        box-shadow: inset 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
        border-radius: 40px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-plashki-text);
        padding-top: 9px;
        letter-spacing: -0.01em;
        color: #242424;
        resize: none;
        padding-left: 20px;
    }
    .js-form-type-checkbox{
        display: flex;
        input{
            width: 16px;
            height: 16px;
            margin-right: 17px;
        }
        #edit-privacy--description,  #edit-privacy--description a{
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 700;
            font-size: var(--fz-btn);
            line-height: 20px;
            color: #FFFFFF;
            width: 510px;
        }
    }
    .form-textarea-wrapper, .js-form-type-textarea{
        width: 100%;
    }
    .form-actions{
        width: 100%;
        .webform-button--submit{
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: var(--bt-h);
            background: #008A9B;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            color: #FFFFFF;
            }
    }

}
#map-block{
    position: relative;
}
#footer_contacts-block{
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 1;
    width: 100%;
}
#block-vesta-theme-kontakty{
    width: calc(( var(--len-container) - var(--gap) ) / 2 );
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
    .block-title {
        margin-bottom: 30px;
    }
    .adress-label{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: var(--fz-plashki-text);
        line-height: 160%;
        color: #242424;
    }
    .adress, .tel{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 167%;
        color: #242424;
        text-decoration: none;
    }
    .tel:hover{
        color: var(--blue);
    }
    .contact1{
        margin-bottom: 30px;
    }
}
#footer{
    background: var(--blue);
}

#footer .logo{
    width: 80px;
    height: 80px;
    display: flex;
    background: var(--white);
    border-radius: 20px;
}
#footer {
    .footer-top{
        padding: 30px 0 36px 0;
        display: flex;
        justify-content: space-between;
    }
    .tel{
        align-items: center;
        img{
            margin-right: 20px;
        }
        .get-phone{
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 900;
            font-size: var(--fz-header);
            line-height: var(--lh);
            display: flex;
            align-items: center;
            text-transform: uppercase;
            text-decoration: none;
            color: #FFFFFF;
        }
        .get-phone:hover{
            color: var(--yellow);
        }
    }
    #block-vesta-theme-knopkaostavitzayavku--2 a.callback,  #block-vesta-theme-knopkaostavitzayavku--3 a.callback, #block-vesta-theme-knopkaostavitzayavku a.callback{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-btn);
        line-height: var(--lh);
        display: flex;
        align-items: center;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    #block-vesta-theme-knopkaostavitzayavku--2 a.callback:hover,  #block-vesta-theme-knopkaostavitzayavku--3 a.callback:hover, #block-vesta-theme-knopkaostavitzayavku a.callback:hover{
        color: var(--yellow);
    }
    .tel{
        margin-right: 19px;
    }
    .bron{
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: var(--bt-w);
        height: var(--bt-h);
        background: transparent;
        border: 1px solid #FFFFFF;
        box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
        border-radius: 20px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: var(--fz-btn);
        line-height: var(--lh);
        text-transform: uppercase;
        text-decoration: none;
        color: #FFFFFF;
        margin-bottom: 30px;
    }
    .bron:hover{
        background-color: var(--yellow);
        border: 1px solid var(--yellow);
        color: var(--text-color);
    }
     
    nav ul li a{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: var(--fz-nav);
        line-height: var(--lh);
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: #FFFFFF;
        padding: 0;
    }
    
    nav ul li a:hover{
        color: var(--yellow);
    }
    nav ul{
        flex-direction: column;
        flex-wrap: wrap;
        height: 95px;
        column-gap: 40px;
        row-gap: 10px;
    }
    .col-contacts{
        display: flex;
        align-items: end;
        flex-direction: column;
    }
    .row-copiryght{
        display: flex;
        padding: 20px 0;
        position: relative;
        justify-content: space-between;
    }
    .row-copiryght::before{
        content: '';
        position: absolute;
        width: 98vw;
        left: 50%;
        transform: translate(-50%, 0);
        top: 0;
        height: 0px;
        border: solid 1px var(--white);
    }
    .copyright, .col-webvesta a, .col-pol a{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-plashki-text);
        line-height: 200%;
        color: #FFFFFF;
        text-decoration: none;
    }
    .col-webvesta a:hover, .col-pol a:hover{
        color: var(--yellow);
    }
}

.commerce-product--view-mode-teaser{
    width: calc( ( var(--len-container) - var(--gap) ) / 2 );
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 20px;
    overflow: hidden;
    .content{
        padding: 30px;
    }
    .field--name-field-image-product-view{
        width: 100%;
        height: 351px;
        a{
            display: flex;
            width: 100%;
            height: 100%;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    .field--name-title{
        margin-bottom: 20px;
    }
    
    .field--name-title a, .commerce-product-variation, .commerce-product-variation .pre{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: 142%;
        color: #008A9B;
        max-height: 32px;
        text-decoration: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .field--name-field-kolichestvo-gostey {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #008A9B;
        position: relative;
        padding-left: 36px;
        margin-bottom: 20px;
    }
    .field--name-field-kolichestvo-gostey::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 17px;
        background-image: url("/sites/all/themes/vesta_theme/image/Icon 2.svg");
        background-size: cover;
    }
    .field--name-body, .field--name-body p, .field--name-body ul li{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 156%;
        color: #242424;

    }
    .field--name-body ul li{
        margin-bottom: 10px;
    }
    
    .field--name-body ul{
        list-style: none;
    }
    .field--name-body ul li{
        position: relative;
    }
    .field--name-body ul li::before{
        content: '';
        position: absolute;
        top: 8px;
        left: -36px;
        width: 16px;
        height: 12px;
        background-image: url("/sites/all/themes/vesta_theme/image/Icon 1.svg");
        background-size: cover;
    }
    .commerce-product-variation .post{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: var(--fz-nav);
        line-height: calc( var(--fz-plashki-title) * 1.43 );
        color: #008A9B;
    }
}
.field--name-field-format-raboty{
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap);
        margin-bottom: 60px;
    }
.node--type-format-raboty.node--view-mode-teaser{
    width: calc( ( var(--len-container) - var(--gap) ) / 2 );
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 20px;
    overflow: hidden;
    .content-group{
        padding: 30px;
    }
    .field--name-field-izobrazhenie-format{
        width: 100%;
        height: 351px;
         img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        a{
            display: flex;
            width: 100%;
            height: 100%;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
    .field--name-node-title{
        margin-bottom: 20px;
    }
    
    .field--name-node-title{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: 142%;
        color: #008A9B;
        max-height: 32px;
        text-decoration: none;
        width: 100%;
        margin-bottom: 20px;
    }
    .field--name-field-kolichestvo-gostey {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #008A9B;
        position: relative;
        padding-left: 36px;
        margin-bottom: 20px;
    }
    .field--name-field-kolichestvo-gostey::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 17px;
        background-image: url("/sites/all/themes/vesta_theme/image/Icon 2.svg");
        background-size: cover;
    }
    .field--name-body, .field--name-body p, .field--name-body ul li{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 156%;
        color: #242424;

    }
    .field--name-body ul li{
        margin-bottom: 10px;
    }
    
    .field--name-body ul{
        list-style: none;
    }
    .field--name-body ul li{
        position: relative;
    }
    .field--name-body ul li::before{
        content: '';
        position: absolute;
        top: 8px;
        left: -36px;
        width: 16px;
        height: 12px;
        background-image: url("/sites/all/themes/vesta_theme/image/Icon 1.svg");
        background-size: cover;
    }
    
}
.view-tovary.view-display-id-page_2 .view-content, .view-tovary.view-display-id-page_4 .view-content, .view-tovary.view-display-id-page_5 .view-content{
    display: flex;
    gap: var(--gap);
    flex-wrap: wrap;
}
.view-tovary.view-display-id-page_2, .view-id-kafe.view-display-id-page_1, .view-tovary.view-display-id-page_4, .view-tovary.view-display-id-page_5, .view-id-bannyy_kompleks.view-display-id-page_1{
    padding-top: 660px;
    padding-bottom: 1px;
}
.view-tovary.view-display-id-page_2 .view-slayder .view-content, .view-tovary.view-display-id-page_4 .view-slayder .view-content, .view-tovary.view-display-id-page_5 .view-slayder .view-content{
    display: block;
}
.view-id-tovary.view-display-id-page_5 .view-slayder .node--type-slide,.view-id-tovary.view-display-id-page_4 .view-slayder .node--type-slide, .view-id-tovary.view-display-id-page_2 .view-slayder .node--type-slide, .view-id-kafe.view-display-id-page_1 .node--type-slide, .node--type-bannyy-kompleks .node--type-slide{
    position: absolute !important;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    width: 100vw;
}
.wr_content{
    position: relative;    
}
.not-front .wr_content{
    margin-bottom: var(--mb-block);    
}
.view-tovary.view-display-id-page_2 .view-header .cont-group{
    width: 100%;
    margin-right: 0;
}
.view-tovary.view-display-id-page_4 .view-header .cont-group, .view-tovary.view-display-id-page_5 .view-header .cont-group {
    width: 100%;
    margin-right: var(--gap);
}
.view-id-kafe.view-display-id-page_1 .field--name-field-o-kafe{
    width: calc( (var(--len-container) - 2 * var(--gap) ) / 3 );
    margin-right: var(--gap);
}
.view-id-kafe.view-display-id-page_1 .field--name-field-o-kafe .field__label{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-title-block);
    line-height: 133%;
    color: #008A9B;
    margin-bottom: 40px;
}
.view-id-kafe.view-display-id-page_1  .header{
    display: flex;
    margin-bottom: var(--mb-block);
    img{
        border-radius: 20px;
        overflow: hidden;
        width: calc( (var(--len-container) - 2 * var(--gap) ) / 3 * 2 );
        height: 370px;
        object-fit: cover;
    }
    .field--name-field-o-kafe .field__item p{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;
    }
}
.view-tovary.view-display-id-page_2 .view-header .header{
    margin-bottom: var(--mb-block);
    img{
        border-radius: 20px;
        overflow: hidden;
        width: calc( (var(--len-container) - 2 * var(--gap) ) / 3 * 2 );
        height: 370px;
        object-fit: cover;
        float: right;
        margin-left: var(--gap);
        margin-bottom: var(--gap);
    }
    .block-title{
        margin-bottom: 40px;
    }
    .cont-group p{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;
    }
    
}
.dscrptn .field--name-node-title {
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: var(--fz-plashki-title);
            line-height: 142%;
            color: rgb(0, 138, 155);
            max-height: 32px;
            text-decoration: none;
            margin-bottom: 20px;
 }
.node--type-video .body-field p, .field--name-field-tekst-stranicy p, .field--name-field-tekst-stranicy-2 p, #block-vesta-theme-infrastruktura p, #block-vesta-theme-infrastruktura ul li, .dscrptn p{
    font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;

}
.view-tovary.view-display-id-page_4 .view-header .header{
    margin-bottom: 0;
    img{
        border-radius: 20px;
        overflow: hidden;
        width: calc( (var(--len-container) - 2 * var(--gap) ) / 3 * 2 );
        height: 370px;
        object-fit: cover;
        float: right;
        margin-left: var(--gap);
        margin-bottom: var(--gap);
    }
    .block-title{
        margin-bottom: 40px;
    }
    .cont-group p{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;
    }
    
}
.view-tovary.view-display-id-page_5 .view-header .header{
    margin-bottom: 0;
    img{
        border-radius: 20px;
        overflow: hidden;
        width: calc( (var(--len-container) - 2 * var(--gap) ) / 3 * 2 );
        height: 370px;
        object-fit: cover;
        float: right;
        margin-left: var(--gap);
        margin-bottom: var(--gap);
    }
    .block-title{
        margin-bottom: 40px;
    }
    .cont-group p{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;
    }
    
}
.block-title.center{
        text-align: center;
        margin-bottom: 40px;
    }
.commerce-product--view-mode-teaser{
    .field--name-dynamic-token-fieldcommerce-product-knopka-zabronirovat a {
            width: 245px;
            height: var(--bt-h);
            display: flex;
            justify-content: center;
            align-items: center;
            background: #008A9B;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            text-decoration: none;
            color: #FFFFFF;
            box-sizing: border-box;
        }
 .field--name-dynamic-token-fieldcommerce-product-knopka-zabronirovat a:hover{
            color: #242424;
            border: 1px solid #242424;
            background: var(--white);
        }
        .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar a{
            box-sizing: border-box;
            width: 245px;
            height: var(--bt-h);
            border: 1px solid #242424;
            filter: drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.1)) drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.05));
            border-radius: 20px;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            color: #242424;
            display: flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
        }
        .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar a:hover{
            color: #FFFFFF;
            background: #008A9B;
            border: none;
        }
        .btn-group{
            display: flex;
            justify-content: space-between;
        }
}
.commerce-product--view-mode-teaser .field--name-body{
    margin-bottom: 40px;
    position: relative;
    min-height: 142px;
    max-height: 142px;
}
.commerce-product--view-mode-teaser .field--name-body::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    bottom: -20px;
    z-index: 1;
}
.not-front h1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-slider-title);
    line-height: 133%;
    color: #008A9B;
    margin-bottom: 0;
    height: 90px;
    text-align: center;
}
.not-front .view-id-catalog .view-content{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}

.node--type-foto-iz-galerei.node--view-mode-default{
    .field--name-field-foto{
        width: 100%;
        height: 570px;
        border-radius: 20px;
        overflow: hidden;
        a{
            width: 100%;
            height: 100%;
            display: flex;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
    }
}
.nav-slide .element img{
    width: 108px;
    height: 108px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;

}
.node--type-kafe.node--view-mode-teaser .field--name-field-fotogalereya .current-slide{
    margin-bottom: 10px;
}

.node--type-kafe .nav-slide.slick-slider{
    margin-bottom: 120px;
    ul.slick-dots {
        bottom: -79px;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .slick-prev, .slick-next{
        top: unset;
        bottom: -60px;
    }
    button.slick-next.slick-arrow {
        right: 0;
    }
    button.slick-prev.slick-arrow {
        left: 0;
    }
    button.slick-prev.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Leftb.svg');
    }
    button.slick-next.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Rightb.svg');
    }
    ul.slick-dots::after {
        border: 1px solid #242424;
    }
    ul.slick-dots li {
        width: calc( var(--len-container) / 10 );
    }
    ul.slick-dots li button {
        width: calc( var(--len-container) / 10 );
        }
}
.node--type-kafe .current-slide.slick-slider{
    
    .slick-prev, .slick-next{
        top: unset;
        bottom: -178px;
    }
    button.slick-next.slick-arrow {
        right: 0;
    }
    button.slick-prev.slick-arrow {
        left: 0;
    }
    button.slick-prev.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Leftb.svg');
    }
    button.slick-next.slick-arrow::before {
        background-image: url('/sites/all/themes/vesta_theme/image/Button Rightb.svg');
    }
}
.user-administrator .contextual-region {
     position: unset; 
}

.product-view-full{
    .product-teaser{
        margin-bottom: 30px;
    }
    .field--name-field-kolichestvo-gostey {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #008A9B;
        position: relative;
        padding-left: 36px;
        margin-bottom: 20px;
    }
    .field--name-field-kolichestvo-gostey::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 17px;
        background-image: url('/sites/all/themes/vesta_theme/image/Icon 2.svg');
        background-size: cover;
    }
    .field--name-body {
        margin-bottom: 40px;
        position: relative;
    }
    .field--name-body, .field--name-body p, .field--name-body ul li {
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 156%;
        color: #242424;
    }
    .field--name-body ul {
        list-style: none;
    }
    .field--name-body ul li {
        position: relative;
        margin-bottom: 10px;
    }
    .field--name-body ul li::before {
        content: '';
        position: absolute;
        top: 8px;
        left: -36px;
        width: 16px;
        height: 12px;
        background-image: url('/sites/all/themes/vesta_theme/image/Icon 1.svg');
        background-size: cover;
    }
    .field--name-field-select-catalog .field__item{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: 142%;
        color: #008A9B;
        margin-bottom: 10px;
    }
    .price-field{
        display: flex;
        gap: 10px;
    }
    
    .price-field .field--name-price, .price-field .pre {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: 142%;
        color: #008A9B;
        max-height: 32px;
        text-decoration: none;
        margin-bottom: 40px;
    }
    .price-field .post {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: var(--fz-nav);
        line-height: calc(var(--fz-plashki-title) * 1.43);
        color: #008A9B;
    }

    .field--name-field-polnoe-opisanie p, .field--name-field-polnoe-opisanie{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 156%;
        color: #242424;

    }

}
.product-view-full .current-slide button.slick-next.slick-arrow {
    right: 25px;
}
.product-view-full .current-slide button.slick-prev.slick-arrow {
    left: 25px;
}
.wr_content .view-galereya .view-content{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}
.taxonomy-term--type-galereya.taxonomy-term--view-mode-teaser{
    .field--name-taxonomy-term-title{
        padding: 30px;
    }
    .field--name-taxonomy-term-title a{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: 142%;
        color: #008A9B;
        text-decoration: none;

    }
    .field--name-field-izobrazhenie-papki{
        width: 100%;
        height: 351px;
        a {
            display: flex;
            width: 100%;
            height: 100%;
        }
        a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
.view-display-id-page_3 .view-content{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}



.modal-dialog{
    .form-type-textfield input, .form-type-email input{
        width: 100%;
        height: var(--bt-h);
        background: #FFFFFF;
        box-shadow: inset 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
        border-radius: 40px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-plashki-text);
        line-height: 26px;
        letter-spacing: -0.01em;
        color: #242424;
        padding-left: 20px;
        margin: 15px 0;
    }
    
    .js-form-type-textarea textarea{
        width: 100%;
        background: #FFFFFF;
        box-shadow: inset 0px 4px 4px -1px rgba(12, 12, 13, 0.05);
        border-radius: 20px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-plashki-text);
        line-height: 26px;
        letter-spacing: -0.01em;
        color: #242424;
        resize: none;
        padding-left: 20px;
        margin-bottom: 15px;
    }
    .js-form-type-checkbox{
        display: flex;
        input{
            width: 16px;
            height: 16px;
            margin-right: 17px;
        }
        .webform-element-description, .webform-element-description a{
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 700;
            font-size: var(--fz-btn);
            line-height: 20px;
            color: #FFFFFF;
            text-decoration: none;
        }
        .webform-element-description a:hover{
            color: var(--blue);
        }
    }
    .form-textarea-wrapper, .js-form-type-textarea{
        width: 100%;
    }
    .webform-button--submit{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: var(--bt-h);
        background: #008A9B;
        box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
        border-radius: 20px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: var(--fz-btn);
        line-height: var(--lh);
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .webform-button--submit:hover{
        background-color: var(--white);
        border-color: var(--white);
        color: var(--text-color);
    }
    .modal-header{
        background-color: var(--blue);
        color: var(--white);
    }
    .modal-body, .modal-footer{
        background-color: #999999;
    }
    
}
.btn-close {
        --bs-btn-close-bg: url('/sites/all/themes/vesta_theme/image/stich.svg');
        --bs-btn-close-color: #FFFFFF;
    }
div#vpa-short-wrapper .vpa-content p, div#vpa-short-wrapper .vpa-content a{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-plashki-text);
    line-height: 160%;
    color: #242424;
    text-decoration: none;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #008A9B;
    --bs-btn-border-color: #008A9B;
    --bs-btn-hover-color: #008A9B;
    --bs-btn-hover-bg: #FFFFFF;
    --bs-btn-hover-border-color: #008A9B;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #008A9B;
    --bs-btn-active-border-color: #008A9B;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #008A9B;
    --bs-btn-disabled-border-color: #008A9B;
}
.btn {
    --bs-btn-border-radius:20px;
    font-family: 'Nunito Sans';
    font-size: var(--fz-btn);
    font-weight: 800;
    line-height: var(--lh);
    color: var(--bs-btn-color);
    border-radius: 20px;
}
.vpa-actions #vpa-btn-ok{
    width: 207px;
    height: 40px;
}
div#vpa-short-wrapper {
    max-width: 970px;
    padding: 30px;
}
div#vpa-short-wrapper .vpa-content {
    max-width: 717px;
}

#block-vesta-theme-bloknastranicekontakty{
.adress-label{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 160%;
        color: #242424;
    }
    .adress, .tel{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 167%;
        color: #242424;
        text-decoration: none;
        text-align: center;
    }
    .tel:hover{
        color: var(--blue);
    }
    .contact1{
        margin-bottom: 30px;
    }
}
.node--type-about.node--view-mode-teaser{
    margin-bottom: 20px;
}
.col-col{
    display: flex;
}

.node--type-slide{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.field--name-field-slide-title{
    min-height: 90px;
}
.node--type-video.node--view-mode-full .video-embed-field-provider-rutube {
    max-width: unset;
}
.video-dom.video-embed-field-provider-rutube {
    max-width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px){

    :root{
        --fz-slider-title: 40px;
        --fz-slider-body: 18px;
        --fz-text: 17px;
        --fz-btn: 13px;
        --fz-nav: 13px;
        --fz-header: 16px;
        --fz-plashki-title: 23px;
        --fz-plashki-text: 15px;
        --fz-title-block: 30px;    
        --len-container: 960px;
        --bt-w: 217px;
        --bt-h: 38px;
        --lh: 25px;
        --mb-block: 60px;
        --mb-title: 40px;
        --gap: 30px;
    }
    .container{
        padding: 0;
    }

    #header .container {
        #search-api-page-block-form-search--2 input, #search-api-page-block-form-search input, #block-vesta-theme-searchapipagesearchblockform--2 input {
            width: 230px;
        }
    }
    #header .container nav ul {
            gap: 55px;
    }
    .front-h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 43px;
    }
    .field--name-field-izobrazhenie-o-nas, .text1 .izobrazhenie-page, .video-embed-field-provider-rutube {
        max-height: 340px;
        min-height: 340px;
        height: 340px;
    }
    .taxonomy-term--view-mode-teaser .content-group .field--name-dynamic-token-fieldtaxonomy-term-knopka-zabronirovat a {
        width: 190px;
    }
    .taxonomy-term--view-mode-teaser .content-group .field--name-taxonomy-term-link a {
        width: 190px;
    }
.taxonomy-term--view-mode-teaser .content-group .field--name-description {
            max-height: 72px;
            min-height: 72px;
        }
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
        height: 272px;
    }
.node--type-usluga.node--view-mode-teaser .field--name-field-izobrazhenie-usluga {
        height: 272px;
    }
.node--type-fr.node--view-mode-teaser .field--name-field-izobrazhenie-akcii{
     height: 272px;
}
.node--type-banya.node--view-mode-teaser .field--name-field-izobrazhenie-banya {
        height: 272px;
}
.node--type-banya.node--view-mode-teaser .content-group .field--name-body {
            max-height: 150px;
            min-height: 150px;
        }
.node--type-usluga.node--view-mode-teaser .content-group .field--name-body, .node--type-fr.node--view-mode-teaser .content-group .field--name-body{
            max-height: 160px;
            min-height: 160px;
        }
.node--type-usluga.node--view-mode-teaser .content-group, .node--type-fr.node--view-mode-teaser .content-group {
        min-height: 340px;
        max-height: 340px;
}
 .node--type-dostoprimechatelnost {
    .group-content {
        width: 315px;
    }
}
.field--name-field-izobrazhenie-dostoprimecha {
    width: 150px;
    height: 196px;
}
.node--type-format {
    .field--name-body{
        min-height: 65px;
    }
}

.node--type-webform .js-form-type-checkbox #edit-privacy--description, #edit-privacy--description a {
            width: 432px;
}

.node--type-webform .js-form-type-textarea textarea {
        line-height: 22px;
    }
.node--type-slide {
    position: relative;
    width: 100%;
    height: 580px;
    padding: 200px 0 140px 0;
}
.view-tovary.view-display-id-page_2, .view-id-kafe.view-display-id-page_1, .view-tovary.view-display-id-page_4, .view-tovary.view-display-id-page_5, .view-id-bannyy_kompleks.view-display-id-page_1 {
    padding-top: 640px;
}
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-knopka-zabronirovat a {
    width: 190px;
}
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar a {
    box-sizing: border-box;
    width: 190px;
}
.node--type-format-raboty.node--view-mode-teaser .field--name-node-title {
        min-height: 74px;
        max-height: 74px;
    }
.nav-slide .element img {
    width: 90px;
    height: 90px;
}
.node--type-kafe .nav-slide.slick-slider {
    margin-bottom: 100px;
}
.node--type-video.node--view-mode-full .video-embed-field-provider-rutube {
    max-width: unset;
}
.view-tovary.view-display-id-page_4 .view-header .header, .view-tovary.view-display-id-page_5 .view-header .header {
    margin-bottom: 0;
}
.node--type-foto-iz-galerei.node--view-mode-default .field--name-field-foto {
        height: 370px;
    }
}


@media (min-width: 768px) and (max-width: 991px){

    :root{
        --fz-slider-title: 36px;
        --fz-slider-body: 16px;
        --fz-text: 16px;
        --fz-btn: 11px;
        --fz-nav: 11px;
        --fz-header: 13px;
        --fz-plashki-title: 18px;
        --fz-plashki-text: 15px;
        --fz-title-block: 26px;    
        --len-container: 720px;
        --bt-w: 165px;
        --bt-h: 32px;
        --lh: 23px;
        --mb-block: 60px;
        --mb-title: 40px;
        --gap: 20px;
    }
    .container{
        padding: 0;
    }
#block-vesta-theme-bloknastranicekontakty .field--name-body .row {
   row-gap: 30px;
}
.node--type-format .field--name-node-title{
        max-height: 47px;
        min-height: 47px;
    }


.video-dom.video-embed-field-provider-rutube {
    max-width: unset;
}
.view-tovary.view-display-id-page_4 .view-header .header, .view-tovary.view-display-id-page_5 .view-header .header {
    margin-bottom: 0;
}
.node--type-foto-iz-galerei.node--view-mode-default .field--name-field-foto {
        height: 370px;
    }
    #header .container {
        #search-api-page-block-form-search--2 input, #search-api-page-block-form-search input, #block-vesta-theme-searchapipagesearchblockform--2 input {
            width: 230px;
        }
    }
    #header .container nav ul {
            gap: 28px;
    }
    .front-h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;
    }
    .field--name-field-izobrazhenie-o-nas , .text1 .izobrazhenie-page, .video-embed-field-provider-rutube{
        max-height: 340px;
        min-height: 340px;
        height: 340px;
    }
    .taxonomy-term--view-mode-teaser .content-group .field--name-dynamic-token-fieldtaxonomy-term-knopka-zabronirovat a {
        width: 137px;
    }
    .taxonomy-term--view-mode-teaser .content-group .field--name-taxonomy-term-link a {
        width: 137px;
    }
.video-embed-field-provider-rutube {
    max-width: 400px;
}
.taxonomy-term--view-mode-teaser .content-group .field--name-description {
            max-height: 90px;
            min-height: 90px;
        }
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
        height: 216px;
    }
.node--type-banya.node--view-mode-teaser .field--name-field-izobrazhenie-banya {
       height: 216px;

}
.node--type-usluga.node--view-mode-teaser .field--name-field-izobrazhenie-usluga, .node--type-fr.node--view-mode-teaser .field--name-field-izobrazhenie-akcii {
        height: 216px;
    }
.node--type-banya.node--view-mode-teaser .content-group .field--name-node-title {
        min-height: 62px;
        max-height: 62px;
    }
.node--type-banya.node--view-mode-teaser .content-group {
    padding: 20px;
    min-height: 360px;
    max-height: 360px;

}
.node--type-banya.node--view-mode-teaser .content-group .field--name-body {
    max-height: 180px;
    min-height: 180px;
}

.node--type-usluga.node--view-mode-teaser .content-group .field--name-body{
            max-height: 170px;
            min-height: 170px;
            br{
                display: none;
            }
        }
.node--type-fr.node--view-mode-teaser .content-group .field--name-body{
        max-height: 200px;
        min-height: 200px;
        br{
            display: none;
        }
    }
 .node--type-dostoprimechatelnost {
    .group-content {
        width: 233px;
        padding: 20px;
    }
}
.node--type-usluga.node--view-mode-teaser .content-group{
        min-height: 340px;
        max-height: 340px;
}
.node--type-fr.node--view-mode-teaser .content-group {
        min-height: 270px;
        max-height: 270px;
}
.node--type-usluga.node--view-mode-teaser .content-group .field--name-node-title, .node--type-fr.node--view-mode-teaser .content-group .field--name-node-title{
            min-height: 62px;
            max-height: 62px;
        }
.field--name-field-izobrazhenie-dostoprimecha {
    width: 132px;
    height: 224px;
}
.node--type-format {
    .field--name-body{
        min-height: 65px;
    }
}

.node--type-webform .js-form-type-checkbox #edit-privacy--description, #edit-privacy--description a {
            width: 311px;
            font-size: 13px;
}

.node--type-webform .js-form-type-textarea textarea {
        line-height: 20px;
    }
.node--type-slide {
    position: relative;
    width: 100%;
    height: 498px;
    padding: 180px 0 120px 0;
}
.node--type-slide .field--name-body p {
    margin-bottom: 40px;
}
.view-tovary.view-display-id-page_2, .view-id-kafe.view-display-id-page_1, .view-tovary.view-display-id-page_4, .view-tovary.view-display-id-page_5, .view-id-bannyy_kompleks.view-display-id-page_1 {
    padding-top: 560px;
}
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-knopka-zabronirovat a {
    width: 137px;
}
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar a {
    box-sizing: border-box;
    width: 137px;
}
.node--type-format-raboty.node--view-mode-teaser .field--name-node-title {
        min-height: 74px;
        max-height: 74px;
    }
.nav-slide .element img {
    width: 69px;
    height: 69px;
}
.node--type-kafe .nav-slide.slick-slider {
    margin-bottom: 100px;
}
#header .container .tel img {
            margin-right: 10px;
}
.col-col{
    flex-direction: column;
    align-items: end;
}

.field--name-field-slide-title {
    min-height: 75px;
}
.taxonomy-term--view-mode-teaser .content-group .field--name-taxonomy-term-title {
            min-height: 50px;
            max-height: 50px;
        }

.node--type-usluga.node--view-mode-teaser .content-group .field--name-body p, .node--type-fr.node--view-mode-teaser .content-group .field--name-body p{
            font-size: 14px;
            line-height: 22px;
}
.node--type-usluga.node--view-mode-teaser .content-group, .node--type-fr.node--view-mode-teaser .content-group {
        padding: 20px;
    }
    #footer {
    .copyright, .col-webvesta a, .col-pol a {
        line-height: 120%;
    }}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 400px;
    min-width: 400px;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 93px;
    min-width: 93px;
    max-height: 93px;
    min-height: 93px;
    object-fit: cover;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    margin: 0 5px;
    max-width: 93px;
    min-width: 93px;
    max-height: 93px;
    min-height: 93px;
}
.product-teaser .product-teaser-image {
    max-width: 400px;
}
.not-front h1 {
    margin-bottom: 20px;
    height: unset;
 
}
.node--type-format-raboty.node--view-mode-teaser .field--name-body{
    max-height: 430px;
    min-height: 430px;
}
.node--type-kafe .current-slide.slick-slider {
    .slick-prev, .slick-next {
        top: unset;
        bottom: -140px;
    }
}

}


@media (min-width: 577px) and (max-width: 767px){

    :root{
        --fz-slider-title: 30px;
        --fz-slider-body: 14px;
        --fz-text: 16px;
        --fz-btn: 11px;
        --fz-nav: 11px;
        --fz-header: 13px;
        --fz-plashki-title: 18px;
        --fz-plashki-text: 15px;
        --fz-title-block: 24px;    
        --len-container: 540px;
        --bt-w: 165px;
        --bt-h: 32px;
        --lh: 20px;
        --mb-block: 40px;
        --mb-title: 20px;
        --gap: 20px;
    }
    .container{
        padding: 0;
    }
    .field--name-field-tekst-stranicy {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    #block-vesta-theme-bloknastranicekontakty .field--name-body .row {
   row-gap: 30px;
}
.video-dom.video-embed-field-provider-rutube {
    max-width: unset;
}
.node--type-format .field--name-node-title{
        max-height: 47px;
        min-height: 47px;
    }
.node--type-foto-iz-galerei.node--view-mode-teaser {
    width: calc((var(--len-container) -  var(--gap)) / 2);
    height: calc((var(--len-container) -  var(--gap)) / 2);
}
    #header .container {
        #search-api-page-block-form-search--2 input, #search-api-page-block-form-search input,#block-vesta-theme-searchapipagesearchblockform--2 input {
            width: 230px;
        }
    }
    #header .container nav ul {
            gap: 28px;
    }
    .front-h1 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
    }
    .field--name-field-izobrazhenie-o-nas , .text1 .izobrazhenie-page, .video-embed-field-provider-rutube{
        max-height: 340px;
        min-height: 340px;
        height: 340px;
    }
    .taxonomy-term--view-mode-teaser .content-group .field--name-dynamic-token-fieldtaxonomy-term-knopka-zabronirovat a {
        width: 100%;
    }
    .taxonomy-term--view-mode-teaser .content-group .field--name-taxonomy-term-link a {
        width: 100%;
    }
.taxonomy-term--view-mode-teaser .content-group .field--name-description {
            max-height: 150px;
            min-height: 150px;
        }
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
        height: 216px;
    }
.node--type-usluga.node--view-mode-teaser .field--name-field-izobrazhenie-usluga{
        height: 216px;
    }
.node--type-usluga.node--view-mode-teaser .content-group .field--name-body, .node--type-fr.node--view-mode-teaser .content-group  .field--name-body{
            max-height: 160px;
            min-height: 160px;
            br{
                display: none;
            }
        }
 .node--type-dostoprimechatelnost {
    flex-direction: column;
    .group-content {
        width: 100%;
        padding: 20px;
        max-height: 195px;
        min-height: 195px;
    }
}
.video-embed-field-provider-rutube {
     max-width: unset; 
}
.node--type-video.node--view-mode-full .row{
    row-gap: 30px;
}
.field--name-field-izobrazhenie-dostoprimecha {
    width: 100%;
    height: 165px;
}
.node--type-format {
    .field--name-body{
        min-height: 65px;
        max-height: 65px;
    }
}

.node--type-webform .js-form-type-checkbox #edit-privacy--description, #edit-privacy--description a {
            width: 220px;
            font-size: 13px;
}

.node--type-webform .js-form-type-textarea textarea {
        line-height: 20px;
    }
.node--type-slide {
    height: 360px;
    padding: 80px 0 80px 0;
}
.node--type-slide .field--name-body p {
    margin-bottom: 40px;
}
.view-tovary.view-display-id-page_2, .view-id-kafe.view-display-id-page_1, .view-tovary.view-display-id-page_4 , .view-tovary.view-display-id-page_5, .view-id-bannyy_kompleks.view-display-id-page_1{
    padding-top: 410px;
}
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-knopka-zabronirovat a {
    width: 190px;
}
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar a {
    box-sizing: border-box;
    width: 190px;
}
.node--type-format-raboty.node--view-mode-teaser .field--name-node-title {
        min-height: 36px;
        max-height: 36px;
    }
.nav-slide .element img {
    width: 69px;
    height: 69px;
}
.node--type-kafe .nav-slide.slick-slider {
    margin-bottom: 100px;
}
#header .container .tel img {
            margin-right: 10px;
}
.col-col{
    flex-direction: column;
    align-items: end;
}

.field--name-field-slide-title {
    min-height: 75px;
}
.taxonomy-term--view-mode-teaser .content-group .field--name-taxonomy-term-title {
            min-height: 50px;
            max-height: 50px;
        }

.node--type-usluga.node--view-mode-teaser .content-group .field--name-body p,  .node--type-fr.node--view-mode-teaser .content-group .field--name-body p {
            font-size: 14px;
            line-height: 22px;
}
.node--type-usluga.node--view-mode-teaser .content-group, .node--type-fr.node--view-mode-teaser .content-group  {
        padding: 20px;
    }
    #footer {
    .copyright, .col-webvesta a, .col-pol a {
        line-height: 120%;
    }}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 400px;
    min-width: 400px;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 93px;
    min-width: 93px;
    max-height: 93px;
    min-height: 93px;
    object-fit: cover;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    margin: 0 5px;
    max-width: 93px;
    min-width: 93px;
    max-height: 93px;
    min-height: 93px;
}
.product-teaser .product-teaser-image {
    max-width: 400px;
}
.not-front h1 {
    margin-bottom: 20px;
    height: unset;
 
}
.node--type-format-raboty.node--view-mode-teaser .field--name-body{
    max-height: 430px;
    min-height: 430px;
}
.node--type-kafe .current-slide.slick-slider {
    .slick-prev, .slick-next {
        top: unset;
        bottom: -140px;
    }
}

button.slick-next.slick-arrow {
    right: 25px;
}
button.slick-prev.slick-arrow {
    left: 25px;
}

ul.slick-dots li button {
    width: 100px;
}
ul.slick-dots li {
    width: 100px;
}
h2, .block-title {
    text-align: center;
}
.about-block .field--name-body{
        margin-bottom: 15px;
    }
#about-block {
    padding-top: 20px;
}
.taxonomy-term--view-mode-teaser .content-group .btn-group {
    flex-direction: column;
    gap: 10px;

}
.uslugi-header {
    width: 80%;
}
.node--type-usluga.node--view-mode-teaser, .node--type-fr.node--view-mode-teaser  {
    width: calc((var(--len-container) - var(--gap) ) / 2);
}
.node--type-webform .form-type-textfield input, .node--type-webform .form-type-email input {
        width: 100%;
    }
#footer nav ul {
        height: 120px;
    }
#footer .logo{
    margin-right: 20px;
}
#footer .col-contacts .d-flex.align-items-center.justify-content-between{
    flex-wrap: wrap;
}
#footer .tel{
    margin-bottom: 10px;
}
#footer .tel img {
            margin-right: 10px;
        }
#footer {
    .col-contacts {
        width: 175px;
    }
}

#footer {
    .row-copiryght {
        align-items: center;
        flex-direction: column;
        gap: 5px;
    }
}

#fos-block {
    padding: 60px 0;
}
#footer {
    .tel {
        margin-right: auto;
        margin-left: auto;
    }
}
#footer .col-callback{
    margin: 0 auto;
}

#scrollToTop {
    bottom: 60px;
    right: 25px;
}


ul.slick-dots li.slick-active button
 {
    width: 100px;
 }
.node--type-about .field--name-body{
    margin-bottom: 20px;
}
.taxonomy-term--type-galereya.taxonomy-term--view-mode-teaser {
    .field--name-field-izobrazhenie-papki {
        height: 200px;
    }
}
.taxonomy-term--type-galereya.taxonomy-term--view-mode-teaser {
    .field--name-taxonomy-term-title {
        padding: 20px;
        max-height: 90px;
        min-height: 90px;
    }
}
.view-id-kafe.view-display-id-page_1 .header {
    flex-direction: column;
    gap: 20px;
}
.view-id-kafe.view-display-id-page_1 .field--name-field-o-kafe {
    width: 100%;
    margin-right: 0;
}
.view-id-kafe.view-display-id-page_1 .header  .field--name-field-o-kafe .field__item p {
    br{
        display: none;
    }
}
.view-id-kafe.view-display-id-page_1 .header {
    img {
        width: 100%;
    }
}
.node--type-format-raboty.node--view-mode-teaser {
    width: 100%;
}
.node--type-format-raboty.node--view-mode-teaser {
    .field--name-field-izobrazhenie-format {
        width: 100%;
        height: 280px;
    }
}
.view-id-kafe.view-display-id-page_1 .field--name-field-o-kafe .field__label {
    text-align: center;
}
.node--type-format-raboty.node--view-mode-teaser {
    .field--name-body, .field--name-body p, .field--name-body ul li {
        font-size: 16px;
        line-height: 146%;
    }
}
.node--type-format-raboty.node--view-mode-teaser .field--name-body {
        max-height: 230px;
        min-height: 230px;
    }
.node--type-foto-iz-galerei.node--view-mode-default .field--name-field-foto {
        width: 100%;
        height: 380px;
    }
.nav-slide .element img {
        width: 50px;
        height: 50px;
    }
.nav-slide .element img {
    border-radius: 14px;
}
.view-tovary.view-display-id-page_2 .view-header .header,  .view-tovary.view-display-id-page_4 .view-header .header,  .view-tovary.view-display-id-page_5 .view-header .header{
    flex-direction: column;
    gap: 20px;
}
.view-tovary.view-display-id-page_2 .view-header .cont-group, .view-tovary.view-display-id-page_4 .view-header .cont-group, .view-tovary.view-display-id-page_5 .view-header .cont-group  {
    width: 100%;
    margin-right: 0;
}
.view-tovary.view-display-id-page_2 .view-header .header img, .view-tovary.view-display-id-page_5 .view-header .header img , .view-tovary.view-display-id-page_4 .view-header .header img{
        width: 100%;
        height: 350px;
    }
.view-tovary.view-display-id-page_4 .view-header .header img, .view-tovary.view-display-id-page_5 .view-header .header img {
    margin-bottom: 30px;
}
    .commerce-product--view-mode-teaser{
    width: 100%;
 }
 .commerce-product--view-mode-teaser {
    .field--name-field-image-product-view {
        width: 100%;
        height: 330px;
    }
}
.product-view-full {
    .product-teaser {
        flex-direction: column;
        align-items: center;
    }
}
.product-view-full {
    .field--name-body, .field--name-body p, .field--name-body ul li {
        font-size: 16px;
    }
}
.view-tovary.view-display-id-page_2 .view-content, .view-tovary.view-display-id-page_4 .view-content, .view-tovary.view-display-id-page_5 .view-content  {
    align-items: center;
    justify-content: center;
}

.field--name-field-bani {
    flex-direction: column;
    gap: var(--gap);
}
.field--name-field-bani .field__item {
        width: 100%;
    }
.node--type-banya.node--view-mode-teaser, .node--type-fr.node--view-mode-teaser {
    width: 100%;
    display: flex;
}
.node--type-banya.node--view-mode-teaser {
    .field--name-field-izobrazhenie-banya {
        width: 34%;
        height: 290px;
    }
}
.node--type-fr.node--view-mode-teaser{
     .field--name-field-izobrazhenie-akcii {
        width: 44%;
        height: 290px;
    }
}
.dscrptn {
    padding: 0px 0 !important;
}
.node--type-banya.node--view-mode-teaser .content-group .field--name-node-title, .node--type-fr.node--view-mode-teaser .content-group .field--name-node-title {
            min-height: unset;
            max-height: unset;
            margin-bottom: 20px;
        }
.node--type-banya.node--view-mode-teaser .content-group {
        width: 66%;
    }
    .node--type-fr.node--view-mode-teaser .content-group {
        width: 56%;
    }
.node--type-banya.node--view-mode-teaser .content-group , .node--type-fr.node--view-mode-teaser .content-group{
        padding: 20px;
        min-height: 290px;
        max-height: 290px;
}
.node--type-usluga.node--view-mode-full .field--name-field-izobrazhenie-usluga, .node--type-fr.node--view-mode-full .field--name-field-izobrazhenie-akcii {
    width: calc((var(--len-container) - var(--gap) * 2) / 2);
}
#block-vesta-theme-kontakty{
    left:-250px !important;
    
}
#block-vesta-theme-kontakty.visible{
    left:0 !important;
    
}
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-zindex: 10450;
}
@media (max-width: 576px){

    :root{
        --fz-slider-title: 24px;
        --fz-slider-body: 14px;
        --fz-text: 16px;
        --fz-btn: 11px;
        --fz-nav: 11px;
        --fz-header: 13px;
        --fz-plashki-title: 18px;
        --fz-plashki-text: 15px;
        --fz-title-block: 24px;    
        --len-container: 100%;
        --bt-w: 145px;
        --bt-h: 32px;
        --lh: 20px;
        --mb-block: 30px;
        --mb-title: 20px;
        --gap: 20px;
    }
    .container{
        padding: 5px;
    }
    .dscrptn {
    padding: 10px 0;
}
.field--name-field-tekst-stranicy {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    #header .container {
        #search-api-page-block-form-search--2 input, #search-api-page-block-form-search input, #block-vesta-theme-searchapipagesearchblockform--2 input {
            width: 230px;
        }
    }
    .field--name-field-foto-stranicy-o-nas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

}
.video-dom.video-embed-field-provider-rutube {
    max-width: unset;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body .row {
   row-gap: 30px;
}
#header .container nav ul {
        gap: 28px;
}
.front-h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.field--name-field-izobrazhenie-o-nas, .text1 .izobrazhenie-page , .video-embed-field-provider-rutube{
    max-height: 340px;
    min-height: 340px;
    height: 340px;
}


.taxonomy-term--view-mode-teaser .content-group .field--name-dynamic-token-fieldtaxonomy-term-knopka-zabronirovat a {
    width: 100%;
}
.taxonomy-term--view-mode-teaser .content-group .field--name-taxonomy-term-link a {
    width: 100%;
}
.taxonomy-term--view-mode-teaser .content-group .field--name-description {
            max-height: unset;
            min-height: unset;
        }
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
        height: 216px;
    }
.node--type-usluga.node--view-mode-teaser .field--name-field-izobrazhenie-usluga, .node--type-fr.node--view-mode-teaser .field--name-field-izobrazhenie-akcii  {
        height: 216px;
    }
.node--type-usluga.node--view-mode-teaser .content-group .field--name-body, .node--type-fr.node--view-mode-teaser .content-group .field--name-body {
            max-height: unset;
            min-height: unset;
            margin-bottom: 20px;
            br{
                display: none;
            }
        }
 .node--type-dostoprimechatelnost {
    
    .group-content {
        width: 100%;
        padding: 20px;
        max-height: 265px;
        min-height: 265px;
    }
}
.field--name-field-izobrazhenie-dostoprimecha {
    width: 100%;
    height: 265px;
}
.node--type-format {
    .field--name-body{
        min-height: 65px;
        max-height: 65px;
    }
}

.node--type-webform .js-form-type-checkbox #edit-privacy--description, #edit-privacy--description a {
            width: 100%;
            font-size: 13px;
}

.node--type-webform .js-form-type-textarea textarea {
        line-height: 20px;
    }
.node--type-slide {
    height: 350px;
    padding: 70px 0 80px 0;
}
.node--type-slide .field--name-body p {
    margin-bottom: 20px;
}
.view-tovary.view-display-id-page_2, .view-id-kafe.view-display-id-page_1, .view-tovary.view-display-id-page_4, .view-tovary.view-display-id-page_5, .view-id-bannyy_kompleks.view-display-id-page_1 {
    padding-top: 380px;
}
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-knopka-zabronirovat a {
    width: 190px;
}
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-knopka-podrobnee-tovar a {
    box-sizing: border-box;
    width: 190px;
}
.node--type-format-raboty.node--view-mode-teaser .field--name-node-title {
        min-height: 36px;
        max-height: 36px;
    }
.nav-slide .element img {
    width: 69px;
    height: 69px;
}
.node--type-kafe .nav-slide.slick-slider {
    margin-bottom: 100px;
}
#header .container .tel img {
            margin-right: 10px;
}
.col-col{
    flex-direction: column;
    align-items: end;
}

.field--name-field-slide-title {
    min-height: 75px;
    max-width: 90%;
    margin: 0 auto;
}
.taxonomy-term--view-mode-teaser .content-group .field--name-taxonomy-term-title {
            min-height: unset;
            max-height: unset;
        }

.node--type-usluga.node--view-mode-teaser .content-group .field--name-body p, .node--type-fr.node--view-mode-teaser  .content-group .field--name-body p{
            font-size: 14px;
            line-height: 22px;
}
.node--type-usluga.node--view-mode-teaser .content-group, .node--type-fr.node--view-mode-teaser  .content-group {
        padding: 20px;
    }
    #footer {
    .copyright, .col-webvesta a, .col-pol a {
        line-height: 120%;
        text-align: center;
    }}
.video-embed-field-provider-rutube {
     max-width: unset; 
}
.node--type-video.node--view-mode-full .row{
    row-gap: 30px;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 350px;
    min-width: 350px;
    max-height: 350px;
    min-height: 350px;
    object-fit: cover;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 93px;
    min-width: 93px;
    max-height: 93px;
    min-height: 93px;
    object-fit: cover;
}
.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    margin: 0 5px;
    max-width: 93px;
    min-width: 93px;
    max-height: 93px;
    min-height: 93px;
}
.product-teaser .product-teaser-image {
    max-width: 350px;
}
.not-front h1 {
    margin-bottom: 20px;
    height: unset;
 
}
.node--type-format-raboty.node--view-mode-teaser .field--name-body{
    max-height: 430px;
    min-height: 430px;
}
.node--type-kafe .current-slide.slick-slider {
    .slick-prev, .slick-next {
        top: unset;
        bottom: 140px;
    }
}

button.slick-next.slick-arrow {
    right: 10px;
}
button.slick-prev.slick-arrow {
    left: 10px;
}

ul.slick-dots li button {
    width: 100px;
}
ul.slick-dots li {
    width: 100px;
}
h2, .block-title {
    text-align: center;
}
.about-block .field--name-body{
        margin-bottom: 15px;
    }
#about-block {
    padding-top: 20px;
}
.taxonomy-term--view-mode-teaser .content-group .btn-group {
    flex-direction: column;
    gap: 10px;

}
.uslugi-header {
    width: 80%;
}
.node--type-usluga.node--view-mode-teaser, .node--type-fr.node--view-mode-teaser {
    width: 100%;
    max-width: 420px;
}
.view-akcii-i-specialnye-predlozheniya .view-content {
    justify-content: center;
}
.node--type-webform .form-type-textfield input, .node--type-webform .form-type-email input {
        width: 100%;
    }
#footer nav ul {
        height: 120px;
    }
#footer .logo{
    margin-right: 20px;
}
#footer .col-contacts .d-flex.align-items-center.justify-content-between{
    flex-wrap: wrap;
}
#footer .tel{
    margin-bottom: 10px;
}
#footer .tel img {
            margin-right: 10px;
        }
#footer {
    .col-contacts {
        width: 175px;
    }
}

#footer {
    .row-copiryght {
        align-items: center;
        flex-direction: column;
        gap: 5px;
    }
}

#fos-block {
    padding: 60px 0;
}
#footer {
    .tel {
        margin-right: auto;
        margin-left: auto;
    }
}
#footer .col-callback{
    margin: 0 auto;
}

#scrollToTop {
    bottom: 60px;
    right: 25px;
}


ul.slick-dots li.slick-active button
 {
    width: 100px;
 }
.node--type-about .field--name-body{
    margin-bottom: 20px;
}
.taxonomy-term--type-galereya.taxonomy-term--view-mode-teaser {
    .field--name-field-izobrazhenie-papki {
        height: 200px;
    }
}
.taxonomy-term--type-galereya.taxonomy-term--view-mode-teaser {
    .field--name-taxonomy-term-title {
        padding: 20px;
        max-height: 90px;
        min-height: 90px;
    }
}
.view-id-kafe.view-display-id-page_1 .header {
    flex-direction: column;
    gap: 20px;
}
.view-id-kafe.view-display-id-page_1 .field--name-field-o-kafe {
    width: 100%;
    margin-right: 0;
}
.view-id-kafe.view-display-id-page_1 .header  .field--name-field-o-kafe .field__item p {
    br{
        display: none;
    }
}
.view-id-kafe.view-display-id-page_1 .header {
    img {
        width: 100%;
    }
}
.node--type-format-raboty.node--view-mode-teaser {
    width: 100%;
}
.node--type-format-raboty.node--view-mode-teaser {
    .field--name-field-izobrazhenie-format {
        width: 100%;
        height: 280px;
    }
}
.view-id-kafe.view-display-id-page_1 .field--name-field-o-kafe .field__label {
    text-align: center;
}
.node--type-format-raboty.node--view-mode-teaser {
    .field--name-body, .field--name-body p, .field--name-body ul li {
        font-size: 16px;
        line-height: 146%;
    }
}
.node--type-format-raboty.node--view-mode-teaser .field--name-body {
        max-height: unset;
        min-height: unset;
    }
.node--type-foto-iz-galerei.node--view-mode-default .field--name-field-foto {
        width: 100%;
        height: 300px;
    }
.nav-slide .element img {
        width: 50px;
        height: 50px;
    }
.nav-slide .element img {
    border-radius: 14px;
}
.view-tovary.view-display-id-page_2 .view-header .header, .view-tovary.view-display-id-page_4 .view-header .header,  .view-tovary.view-display-id-page_5 .view-header .header {
    flex-direction: column;
    gap: 20px;
}
.view-tovary.view-display-id-page_2 .view-header .cont-group, .view-tovary.view-display-id-page_4 .view-header .cont-group, .view-tovary.view-display-id-page_5 .view-header .cont-group{
    width: 100%;
    margin-right: 0;
}
.view-tovary.view-display-id-page_2 .view-header .header img, .view-tovary.view-display-id-page_4 .view-header .header img, .view-tovary.view-display-id-page_5 .view-header .header img  {
        width: 100%;
        height: 265px;
    }
.view-tovary.view-display-id-page_4 .view-header .header img, .view-tovary.view-display-id-page_5 .view-header .header img  {
        margin-bottom: 30px;
   }
    .commerce-product--view-mode-teaser{
    width: 100%;
 }
 .commerce-product--view-mode-teaser {
    .field--name-field-image-product-view {
        width: 100%;
        height: 265px;
    }
}
.product-view-full {
    .product-teaser {
        flex-direction: column;
        align-items: center;
    }
}
.product-view-full {
    .field--name-body, .field--name-body p, .field--name-body ul li {
        font-size: 16px;
    }
}
.view-tovary.view-display-id-page_2 .view-content, .view-tovary.view-display-id-page_4 .view-content, .view-tovary.view-display-id-page_5 .view-content {
    align-items: center;
    justify-content: center;
}
#header-mob {
    .col-logo a {
        font-size: 16px;
    }
}
div#vpa-short-wrapper {
    flex-direction: column;
}

.node--type-foto-iz-galerei.node--view-mode-teaser, .field--name-field-foto-stranicy-o-nas .field__item{
    width: 100%;
    max-width: 350px;
    height: 350px;
    margin: 0 auto;
}

.taxonomy-term--view-mode-teaser {
    width: 100%;
    max-width: 420px;
}

.view-display-id-block_front .view-content {
    justify-content: center;
}
.view-id-uslugi .view-content {
    justify-content: center;
}
.node--type-dostoprimechatelnost {
    width: 100%;
    max-width: 420px;
}
.node--type-format {
    width: 100%;
    max-width: 420px;
}
.node--type-webform {
    flex-direction: column;
    align-items: center;
}
.node--type-webform {
    .left-group {
        width: 90%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
}
.node--type-webform {
    .field--name-webform {
        width: 80%;
    }
}
#block-vesta-theme-kontakty {
    width: 75%;
}
#footer {
    .footer-top {
        padding: 30px 0 36px 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
}
.commerce-product--view-mode-teaser {
    .btn-group {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}
.commerce-product--view-mode-teaser .field--name-body {
    min-height: unset;
    max-height: unset;
}
.nav-slide{
    display: none;
}
.node--type-usluga.node--view-mode-teaser .content-group  .field--name-node-title, .node--type-fr.node--view-mode-teaser  .content-group  .field--name-node-title{
            min-height: unset;
            max-height: unset;
            margin-bottom: 20px;
        }
.node--type-usluga.node--view-mode-teaser .content-group .field--name-field-knopka-podrobnee a, .node--type-fr.node--view-mode-teaser .content-group .field--name-field-knopka-podrobnee a{
             position:relative;
             margin-top: 15px;
             bottom: unset;
            left: unset;
            right: unset;
        }
.commerce-product--view-mode-teaser {
    .field--name-body, .field--name-body p, .field--name-body ul li {
        font-size: 16px;
        line-height: 145%;
    }
}
.node--type-dostoprimechatelnost .group-content .field--name-node-title {
            font-size: 17px;
        }
    .node--type-format .field--name-node-title {
        font-size: 17px;
    }
    #footer .bron {
        width: 167px;
    }
    .node--type-webform .left-group  .field--name-body p br{
            display: none;
        }

.view-id-catalog .views-row, .view-id-tovary  .views-row{
    width: 100%;
    max-width: 420px;
}
.view-display-id-page_3 .view-content {
    justify-content: center;
}
.not-front .view-id-catalog .view-content {
    justify-content: center;
}
#benefits-block {
    .view-content {
        justify-content: center;
    }
}

.view-id-nash_format .views-row{    
    width: 100%;
    max-width: 420px;
    margin: 0 auto;

}

.node--type-usluga.node--view-mode-full .field--name-field-izobrazhenie-usluga, .node--type-fr.node--view-mode-full .field--name-field-izobrazhenie-akcii {
    width: 100% !important;
    max-width: 420px;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.node--type-usluga.node--view-mode-teaser .content-group, .node--type-fr.node--view-mode-teaser  .content-group{
        min-height: unset;
        max-height: unset;
    }
.field--name-field-bani {
    flex-direction: column;
    gap: var(--gap);
    align-items: center;
}
.field--name-field-bani {
    .field__item {
        width: 100%;
        max-width: 420px;
    }
}
.node--type-banya.node--view-mode-teaser {
    width: 100%;
    max-width: 420px;
}
.node--type-banya.node--view-mode-teaser .content-group .field--name-node-title {
            width: unset;
            min-height: unset;
            max-height: unset;
            margin-bottom: 20px;
        }
.node--type-banya.node--view-mode-teaser .content-group .field--name-body {
            max-height: unset;
            min-height: unset;
            margin-bottom: 20px;
        }
.node--type-banya.node--view-mode-teaser .content-group {
        min-height: unset;
        max-height: unset;

}
.node--type-banya.node--view-mode-teaser .field--name-field-izobrazhenie-banya {
        width: 100%;
        height: 216px;
    }
#block-vesta-theme-kontakty{
    left:-200px !important;
    
}
#block-vesta-theme-kontakty.visible{
    left:0 !important;
    
}
#block-vesta-theme-kontakty {
    padding: 15px;
}
#footer_contacts-block {
    top: 65px;
}
.block-title.center {
    margin-bottom: 20px;
}
.izobrazh-active {
        width: 100%;
        max-width: 350px;
        height: 350px;
        margin: 0 auto;
    }
.dscrptn .field--name-node-title {
    text-align: center;
}
.view-id-kafe.view-display-id-page_1 .field--name-field-o-kafe .field__label {
    margin-bottom: 20px;
}
}

.product-teaser-info h1{
    height: unset;
    margin-bottom: 30px;
}
.view-display-id-page_4 h6 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: 142%;
        color: #008A9B;
        max-height: 32px;
        text-decoration: none;
        margin-bottom: 20px;
        margin-top: 30px;
    }


    .node--type-usluga.node--view-mode-full .field--name-field-izobrazhenie-usluga{
        width: calc((var(--len-container) - var(--gap) * 2) / 3);
        height: calc((var(--len-container) - var(--gap) * 2) / 3);
        float: right;
        margin-bottom: var(--gap);
        margin-left: calc(var(--gap) * 2 );
        border-radius: 20px;
        overflow: hidden;
        a{
            display: flex;
            width: 100%;
            height: 100%;
            img{
                width: 100%;
                height: 100%;
            }
            
        }

    }
       .node--type-fr.node--view-mode-full .field--name-field-izobrazhenie-akcii{
        width: calc((var(--len-container) - var(--gap) * 2) / 3);
        height: calc((var(--len-container) - var(--gap) * 2) / 3);
        float: right;
        margin-bottom: var(--gap);
        margin-left: calc(var(--gap) * 2 );
        border-radius: 20px;
        overflow: hidden;
        a{
            display: flex;
            width: 100%;
            height: 100%;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            
        }

    }
    .node--type-fr.node--view-mode-full .field--name-body{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-text);
    line-height: 156%;
    color: #242424;
    margin-bottom: 30px;
    p{
    font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;
    }
    ul li{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;
    }
}
.node--type-usluga.node--view-mode-full .field--name-body{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-text);
    line-height: 156%;
    color: #242424;
    margin-bottom: 20px;
    p{
    font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;
    }
    ul li{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;
    }
}

.not-front #main .search-api-page-block-form-search{
    margin-bottom: 30px;
}
.not-front #main h3{
 a{
    font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: 142%;
        color: #008A9B;
        max-height: 32px;
        text-decoration: none;
        width: 100%;
}
}

.pagination {
    --bs-pagination-color: var(--text-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--white);
    --bs-pagination-hover-bg: var(--blue);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-bg: var(--blue);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--blue);
    --bs-pagination-active-border-color: var(--blue);
}
#block-vesta-theme-kontakty{
    position: relative;
    left:-300px;
    opacity: 0;
    transition: left 0.7s ease, opacity 0.7s ease;
}
#block-vesta-theme-kontakty.visible {
    left: 0;           
    opacity: 1;
  }
#block-vesta-theme-bloknastranicekontakty{
    h5, h4{
        margin-bottom: 10px;
        font-family: 'Nunito Sans';
        font-style: normal;
        color: #242424;
        text-align: center;
        }
    h4{
        font-weight: 700;
        font-size: 24px;
    }
    h5,h4{
        margin-bottom: 30px;
    }
    .col-con h4{
        margin-bottom: 15px;
    }
    .cursiv{
        font-family: 'Nunito Sans';
        font-style: italic;
        font-weight: 600;
        font-size: var(--fz-text);
        line-height: 156%;
        color: #242424;
    }
    .soc-img{
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .phone-group{
        display: flex;
        flex-direction: column;
    }
    a.callback{
            width: 245px;
            height: var(--bt-h);
            display: flex;
            justify-content: center;
            align-items: center;
            background: #008A9B;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            text-decoration: none;
            color: #FFFFFF;
            box-sizing: border-box;
            margin: 25px auto;
        }
        a.callback:hover{
            color: #242424;
            border: 1px solid #242424;
            background: var(--white);
        }
        
    }
    .node--type-usluga.node--view-mode-full .field--name-field-kontakty{
        display: flex;
        gap: 8px;
        align-items: center;
        margin-bottom: 30px;
     .field__label{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        color: var(--blue);
        line-height: 150%;
    }
    .field__item a{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 600;
        font-size: calc( var(--fz-plashki-title) - 6px );
        color: var(--text-color);
        text-decoration: none;
        line-height: calc( var(--fz-plashki-title) * 1.5 );
    }
    .field__item a:hover{
        color: var(--blue);
    }
}
#block-vesta-theme-bloknastranicekontakty .tel.colored{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
    animation: colorPulse 1s infinite alternate;;
}
@keyframes colorPulse {
  0% {
    color: var(--text-color);
  }
  100% {
    color: var(--blue);
  }
}
#block-vesta-theme-infrastruktura{
    margin-bottom: var(--mb-block);
}
.view-aktivnyy-otdyh .views-row{
    margin-bottom: 30px;
}
.view-aktivnyy-otdyh .views-row:nth-child(odd) .node--type-aktivnost .row{
    flex-direction: row-reverse;
}
.dscrptn{
    padding: 30px 0;
}

#block-vesta-theme-bloknastranicekontakty .field--name-body .row .col-con{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body .row{
    margin-bottom: 25px;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body .row .social-bloc{
    display: flex;
}
.photoswipe-gallery.photoswipe-gallery--fallback-wrapper{
    width: 100%;
    height: 100%;
}


.node--type-usluga.node--view-mode-full a.callback.field--name-field-knopka-podrobnee{
            width: 245px;
            height: var(--bt-h);
            display: flex;
            justify-content: center;
            align-items: center;
            background: #008A9B;
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border-radius: 20px;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 800;
            font-size: var(--fz-btn);
            line-height: var(--lh);
            text-transform: uppercase;
            text-decoration: none;
            color: #FFFFFF;
            box-sizing: border-box;
            margin: 25px auto;
        }
.node--type-usluga.node--view-mode-full a.callback.field--name-field-knopka-podrobnee:hover{
        color: #242424;
        border: 1px solid #242424;
        background: var(--white);
    }


.node--type-banya.node--view-mode-full p{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-text);
    line-height: 156%;
    color: #242424;
    margin-bottom: 30px;
}
 .node--type-banya.node--view-mode-full{
    margin-bottom: 30px;
 }
.full-description .field--name-field-polnoe-opisanie{
    margin-bottom: var(--gap);
}

.node--type-usluga.node--view-mode-full a.get-phone, .node--type-banya.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-zabronirovat a, .node--type-fr.node--view-mode-full a.callback, .node--type-fr.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-zabronirovat a{
    width: 245px;
    height: var(--bt-h);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #008A9B;
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 20px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-btn);
    line-height: var(--lh);
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.node--type-usluga.node--view-mode-full a.get-phone:hover, .node--type-banya.node--view-mode-full a.callback:hover, .node--type-fr.node--view-mode-full a.callback:hover, .node--type-fr.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-zabronirovat a:hover, .node--type-banya.node--view-mode-full .field--name-dynamic-token-fieldnode-knopka-zabronirovat a:hover{
    color: #242424;
    border: 1px solid #242424;
    background: var(--white);
}
.node--type-usluga.node--view-mode-full{
    margin-bottom: 40px;
}
.marshrut{
    color: var(--blue);
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}
.marshrut:hover{
    color: var(--text-color);
}
.invisible-block{
    display: none !important;
}
.product-view-full .product-teaser-image .slick-slide{
    border-radius: 20px;
    overflow: hidden;
}
.view-tovary.view-display-id-page_5 .product-view-full .field--name-field-select-catalog, .view-tovary.view-display-id-page_5 .product-view-full .title{
    display: none;
}
.view-akcii-i-specialnye-predlozheniya.view-display-id-page_1{
    margin-bottom: var(--mb-block);
}
.block-views-blockgalereya-block-7 .block-title{
    margin-bottom: var(--mb-title);
    text-align: center;
}