@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
:root{
    --font-family: 'Open Sans';
    --white: #ffffff;
    --green: #767650;
    --gray: #E9E9E0;
    --black: #000000;
    --title-block-color: #667242;
    --background-color: #FFFFFF;
    --fz-slider-title: 52px;
    --fz-slider-body: 24px;
    --fz-text: 18px;
    --fz-btn: 16px;
    --fz-nav: 18px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title: 56px;
    --fz-title-block: 40px;    
    --len-container: 1170px;
    --slider-h: 810px;
    --img-w: 374px;
    --img-h: 420px;
}

body {
    font-family: var(--font-family);
    background-color: var(--white);
    color: var(--black);
}

div#app {
    min-height: 100vh;
    overflow: hidden;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .container{
        max-width: 1170px;
        padding: 0;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1170px;
        padding: 0;
    }
}
header a{
    color: var(--black);
    text-decoration: none;
}
a:hover{
    color: var(--green);
    text-decoration: none;
}
p{
    margin: 0;
}
.not-front p{
    font-size: var(--fz-text);
}
.header-top{
    padding: 0 !important;
}
.header-bottom ul.nav li a{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.header-bottom{
    padding-top: 0 !important;
}
@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;
    }
    
}

.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);
}
/*HEADER STYLES*/

.header-bottom {
    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: #E9E9E0;
    color: #000;
    padding: 5px 5px;
    z-index: 50;
}

#header-mob.toolbar-horizontal #header-mob {
    top: 0;
}

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

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

.offcanvas {
    --bs-offcanvas-bg: #E9E9E0;
    z-index: 10000;
}
.offcanvas .nav-link{
    color: var(--black);
}
.offcanvas .nav-link:hover,
.offcanvas .nav-link:focus,
.offcanvas .dropdown-item:hover,
.offcanvas .dropdown-item:focus {
    color: var(--white);
    background: var(--green);
}
.offcanvas .offcanvas-title {
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.offcanvas nav{
    margin-bottom: 20px;
}
.offcanvas .social{
    margin-bottom: 20px;
}
.region-navigation .nav > .nav-item:hover .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    background: #E9E9E0;
}
header .nav .dropdown-item{
    padding: 0.5rem 1rem;
}
.offcanvas a.mail,
.offcanvas a.tel{
    text-decoration: none;
}
.offcanvas a.mail:hover,
.offcanvas a.tel:hover{
    color: var(--green);
}

.dropdown-menu {
    --bs-dropdown-color: var(--black);
    -bs-dropdown-link-color: var(--green);
    --bs-dropdown-link-hover-color: var(--green);
    --bs-dropdown-link-hover-bg: #E9E9E0;
    --bs-dropdown-link-active-color: var(--green);
    --bs-dropdown-link-active-bg: #E9E9E0;
}
/*HEADER STYLES*/

/* SLICK STYLES */
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    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: 20px;
    height: 20px;
    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: 25px;
}

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

ul.slick-dots {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 7px;
    list-style: none;
    margin: 10px 0;
}

ul.slick-dots li button {
    background: #686868;
    border-radius: 50%;
    border: none;
    padding: 0;
    width: 10px;
    font-size: 0;
    height: 10px;
    display: block;
}

ul.slick-dots li button::before {
    display: none;
}

ul.slick-dots li.slick-active button {
    background: #272727;
}

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

button.slick-arrow::before {
    content: '';
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    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/arrow-top.svg");
    transform: rotate(-90deg);
}

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

#scrollToTop {
    width: 98px;
    height: 98px;
    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 (min-width: 768px) {
    .front header{
        position: absolute;
    }
    .not-front header{
        position: relative;
    }
}

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

.social{
    display: flex;
    gap: 19px;
    align-items: start;
}
.phone-right{
    display: flex;
    flex-direction: column;
}
.phone-right a{
    font-size: var(--fz-header);
    color: var(--black);
}
.phone-group{
    display: flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 18px;
}
a.mail img{
    margin-right: 9px;
}
a.mail{
    margin-bottom: 6px;
    font-size: var(--fz-header);
    color: var(--black);
}
.header-right{
    display: flex;
    gap:43px;
}

header .col-search .region.region-search .form-item.js-form-type-search.form-type-search,
header .col-search .region.region-search .form-actions.js-form-wrapper.form-wrapper{
    display: none;
}

header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search,
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper{
    display: block;
    position: absolute;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 74px;
    top: 39px;
    width: 175px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: 0px;
    top: 40px;
}
.search-form__submit.button.js-form-submit.form-submit.btn.btn-primary{
    background-color: var(--green);
    border: var(--red) solid 1px;
    color: #FFFFFF;
}
.search-form__submit.button.js-form-submit.form-submit.btn.btn-primary:hover{
    background-color:var(--white);
   border: var(--green) solid 1px;
    color: var(--green);
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search{
    font-family: var(--font-family);
}
.btn-search-header,
.btn-search-header-mob{
    width: 24px;
    height: 24px;
    background-image: url("/sites/all/themes/vesta_theme/image/iconamoon_search-thin.svg");
    border: none;
    background-size: cover;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}
.btn-search-header{
    margin-bottom: 8px;
}
.offcanvas  .region-search .form-item.js-form-type-search.form-type-search,
.offcanvas  .region-search .form-actions.js-form-wrapper.form-wrapper{
    display: none;
}

.offcanvas .region-search.active .form-item.js-form-type-search.form-type-search,
.offcanvas .region-search.active .form-actions.js-form-wrapper.form-wrapper{
    display: block;
    position: absolute;
}
.offcanvas .region-search .form-item.js-form-type-search.form-type-search{
    left: 0;
    top: 0;
}
.offcanvas .region-search .form-actions.js-form-wrapper.form-wrapper{
    left: 170px;
    top: 0;
}
/*.offcanvas .btn-search-header-mob.active{
    display: none;
}*/
.offcanvas .region-search form{
    position: relative;
}
.btn-form.btn.btn-primary{
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-btn);
    line-height: 22px;
    color: #FFFFFF;
    border: solid 3px var(--green);
    background-color: var(--green);
    border-radius: 5px;
    padding: 9px 52px;
}
.btn-form.btn.btn-primary:hover{
    color: var(--white);
    background-color: transparent;
}
footer .btn-form.btn.btn-primary:hover{
    color: var(--green);
}
.not-front .btn-form.btn.btn-primary:hover{
    color: var(--green);
}
header{
    top: 23px;
    background: transparent;
    font-size: var(--fz-header);
    z-index: 1;
    width: var(--len-container);
}
.field--name-field-izobrazhenie-preimushchest{
    border-radius: 5px;
    overflow: hidden;
    width: 372px;
    height: 420px;
}

header{
    ul.nav li a{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        color: #000000;
    }
    ul.nav{
        gap: 50px;
        margin-right: 43px;
    }
}

ul.nav li a:hover{
    color: var(--green);
}
.nav {
    --bs-nav-link-color: var(--green);
    --bs-nav-link-hover-color: var(--green);
}
.field--name-field-slide-title,
.node--type-slide h1{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-slider-title);
    line-height: 137%;
    color: #FFFFFF;
    margin-bottom: 56px;
    width: 100%;
    max-width: 1170px;
}
.node--type-slide .field--name-body{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-slider-body);
    line-height: 137%;
    color: #FFFFFF;
    width: 73%;
    margin-bottom: 58px;
}

.node--type-slide .field--name-field-image{
    width: 100%;
    height: var(--slider-h);
    position: relative;
    }
.node--type-slide .field--name-field-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

.node--type-slide .field--name-field-image::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: drop-shadow(0px 62px 25px rgba(0, 0, 0, 0.01)) drop-shadow(0px 35px 21px rgba(0, 0, 0, 0.05)) drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.09)) drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.1));
    background: linear-gradient(180deg, rgba(208, 211, 191, 0.74) 17.38%, rgba(31, 32, 25, 0.555) 79.02%);
    backdrop-filter: blur(2.4px);
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a.btn-form.btn.btn-primary {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-text);
    line-height: 25px;
    color: #FFFFFF;
    border: solid 3px var(--green);
    background-color: var(--green);
    border-radius: 5px;
    padding: 11px 112px;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a.btn-form.btn.btn-primary:hover{
    background-color: transparent;
    border: solid 3px var(--green);
}
header::after {
  content: '';
  position: absolute;
  left: calc( var(--len-container) * 0.1 - 10vw ); 
  right: calc( var(--len-container) * 0.1 - 10vw ); 
  bottom: 0; 
  height: 2px; 
  background-color: black; 
}

.block-title,
.block-page-title-block h1{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-title-block);
    line-height: 54px;
    color: var(--title-block-color);
    margin-bottom: 44px;
    letter-spacing: 0.1rem;
}

.slider-block{
    margin-bottom: 89px;
}
.view-about.view-display-id-block_1{
    background: #E9E9E0;
    box-shadow: 0px 66px 26px rgba(125, 125, 120, 0.01), 0px 37px 22px rgba(125, 125, 120, 0.05), 0px 16px 16px rgba(125, 125, 120, 0.09), 0px 4px 9px rgba(125, 125, 120, 0.1);
    border-radius: 5px;
    margin-bottom: 93px;
}
.node--type-about.node--view-mode-teaser{
    padding-top: 36px;
    padding-left: 30px;
    display: flex;
    gap: 40px;
    justify-content: center;
    
}
.field--name-field-izobrazhenie-o-nas{
    width: var(--img-w);
    height: calc( var(--img-h) + 23px );
    border-radius: 5px;
}
.field--name-field-izobrazhenie-o-nas a{
    width: var(--img-w);
    height: calc( var(--img-h) + 23px );
    display: flex;
}
.field--name-field-izobrazhenie-o-nas a img{
    width: var(--img-w);
    height: calc( var(--img-h) + 23px );
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    
}
.node--type-about{
    padding-bottom: 34px;
}
.node--type-about.node--view-mode-teaser .field--name-body p,
.node--type-about.node--view-mode-teaser .field--name-body h1{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-text);
    line-height: 25px;
    color: #000000;
    width: 656px;
    margin-bottom: 25px;

}
.node--type-about.node--view-mode-teaser .field--name-body{
    margin-bottom: 40px;
}
.node--type-about .field--name-node-link{
    border: 3px solid #767650;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--green);
    padding: 9px 77px;
    text-decoration: none;
    width: 325px;
    height: 50px;
}
.node--type-about .field--name-node-link a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--green);
    text-decoration: none;
}
.node--type-about .field--name-node-link:hover{
    color: var(--white);
    background-color: var(--green);
}
.node--type-about .field--name-node-link:hover a{
    color: var(--white);
}
.node--type-preimushchestvo{
    display: flex;
}
.benefits-block{
    background: linear-gradient(180deg, #414125 0%, #D7DBCB 100%);
    box-shadow: 0px 273px 76px rgba(209, 213, 196, 0.01), 0px 175px 70px rgba(209, 213, 196, 0.1), 0px 98px 59px rgba(209, 213, 196, 0.33), 0px 44px 44px rgba(209, 213, 196, 0.56), 0px 11px 24px rgba(209, 213, 196, 0.65);
}
.node--type-preimushchestvo .field--name-field-nomer{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #FFFFFF;
    margin-right: 19px;
    display: flex;
    align-items: center;
}
.node--type-preimushchestvo{
    width: 673px;
}

.node--type-preimushchestvo .left-group .field--name-body{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-text);
    line-height: 25px;
    color: #FFFFFF;
}
.node--type-preimushchestvo .left-group .field--name-node-title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 9px;
}
.node--type-pochemu-vybirayut-nas{
    display: flex;
    justify-content: space-between;
}
.blazy--field-izobrazhenie-preimushchest{
    width: var(--img-w);
    height: var(--img-h);
}
.blazy--field-izobrazhenie-preimushchest a{
    width: var(--img-w);
    height: var(--img-h);
}
.blazy--field-izobrazhenie-preimushchest a img{
    width: var(--img-w);
    height: var(--img-h);
    border-radius: 5px;
}
.blazy--field-izobrazhenie-preimushchest img{
    width: var(--img-w);
    height: var(--img-h);
    border-radius: 5px;
}
.field--name-field-preimushchestva{
    margin-right: 120px;
}
.region-benefits .block-title{
    padding-top: 71px;
    color: #FFFFFF;
    margin-bottom: 45px;
}
.node--type-usluga.node--view-mode-teaser{
    width: 370px;
    height: 651px;
    background: #E9E9E0;
    border-radius: 5px;
    padding: 30px;
}
.node--type-usluga.node--view-mode-teaser:hover{
    box-shadow: 0px 66px 26px rgba(125, 125, 120, 0.01), 0px 37px 22px rgba(125, 125, 120, 0.05), 0px 16px 16px rgba(125, 125, 120, 0.09), 0px 4px 9px rgba(125, 125, 120, 0.1);
}
.node--type-photogallery.node--view-mode-teaser{
    width: 370px;
    height: 400px;
    background: #E9E9E0;
    border-radius: 5px;
    padding: 30px;
}
.node--type-photogallery.node--view-mode-teaser:hover{
    box-shadow: 0px 66px 26px rgba(125, 125, 120, 0.01), 0px 37px 22px rgba(125, 125, 120, 0.05), 0px 16px 16px rgba(125, 125, 120, 0.09), 0px 4px 9px rgba(125, 125, 120, 0.1);
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title,
.node--type-photogallery.node--view-mode-teaser .field--name-node-title a{
        width: 310px;
        height: 45px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-text);
        line-height: 22px;
        color: #000000;
        margin-bottom: 22px;
    }
    .node--type-usluga.node--view-mode-teaser .field--name-node-title a{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-text);
        line-height: 22px;
        color: #000000;
        text-decoration: none;
    }
 


.node--type-usluga.node--view-mode-teaser .field--name-body{
        height: 150px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: var(--fz-text);
        line-height: 25px;
        color: #000000;
        margin-bottom: 25px;
    }
.node--type-usluga.node--view-mode-teaser .field--name-body strong{
        font-weight: 400 !important;
}

.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img,
.blazy--field-gallery.blazy--field-gallery--teaser img{
        width: 310px;
        height: 274px;
        object-fit: cover;
        border-radius: 5px;
    }
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga,
.blazy--field-gallery.blazy--field-gallery--teaser{
        width: 310px;
        height: 274px;
        margin-bottom: 25px;
    }
.node--type-usluga.node--view-mode-teaser .field--name-node-link{
width: 50px;
}
 .node--type-usluga.node--view-mode-teaser .field--name-node-link{
        border: 3px solid #767650;
        border-radius: 5px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        color: var(--green);
        padding: 9px 103px;
        text-decoration: none;
        width: 310px;
        height: 50px;
    }
.node--type-usluga.node--view-mode-teaser .field--name-node-link a{
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        color: var(--green);
        text-decoration: none;
}
 .node--type-usluga.node--view-mode-teaser .field--name-node-link:hover{
        color: var(--white);
        background-color: var(--green);
    }
.node--type-usluga.node--view-mode-teaser .field--name-node-link:hover a{
        color: var(--white);
    }


.view-uslugi .view-content,
.view-fotogalereya .view-content,
.photoswipe-gallery.view-gallery-page .view-content .views-photo-grid-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.node--view-mode-full .group-right p{
    font-size: var(--fz-text);
    font-family: 'Open Sans';
    font-style: normal;
    line-height: 25px;
    font-weight: 400;
    color: #000000;

}
.ds-2col > .group-left {
    display: flex;
    justify-content: center;
}
.not-front main{
    padding-bottom: 62px;
    margin-top: 60px;
    
}
.more-link{
    border: 3px solid #767650;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--green);
    padding: 9px 122px;
    text-decoration: none;
    width: 429px;
    height: 50px;
}
.more-link a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: var(--green);
    text-decoration: none;
}
.more-link:hover{
    color: var(--white);
    background-color: var(--green);
}
.more-link:hover a{
    color: var(--white);
}
.more-link{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.uslugi-block{
    margin-bottom: 110px;
}
.gallery-block .region-gallery .view-content{
    display: grid;
    grid-template-columns: repeat(2, 570px);
    grid-template-rows: 250px 70px 250px;
    gap: 30px;
    justify-content: center;
    margin-bottom: 30px;
}

.gallery-block .view-content .views-row:nth-child(1){
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    border-radius: 5px;
}
.gallery-block .view-content .views-row:nth-child(2){
    grid-column: 2 / 2;
    grid-row: 1 / span 2;
    border-radius: 5px;
}
.gallery-block .view-content .views-row:nth-child(3){
    grid-column: 1 / 1;
    grid-row: 2 / span 2;
    border-radius: 5px;
}
.gallery-block .view-content .views-row:nth-child(4){
    grid-column: 2 / 2;
    grid-row: 3 / 3;
    border-radius: 5px;
}

.gallery-block .more-link{
    padding: 9px 124px;
}
.field--name-field-izobrazhenieveb-forma{
    width: 539px;
    height: 424px;
    margin-right: 82px;
    margin-bottom: 34px;
    border-radius: 5px;
    overflow: hidden;
}
.field--name-field-izobrazhenieveb-forma img{
    width: 539px;
    height: 424px;
}
.form_img-block{
    background: #E9E9E0;
    box-shadow: 0px 66px 26px rgba(125, 125, 120, 0.01), 0px 37px 22px rgba(125, 125, 120, 0.05), 0px 16px 16px rgba(125, 125, 120, 0.09), 0px 4px 9px rgba(125, 125, 120, 0.1);
    border-radius: 5px;
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 50px;
}
.node--type-webform.node--view-mode-teaser .lft-group{
    width: 468px;
}
.node--type-webform.node--view-mode-teaser{
    display: flex;
    justify-content: space-between;
}
.node--type-webform.node--view-mode-teaser .lft-group .field--name-body{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 42px;
    color: #667242;
    margin-bottom: 30px;
}

form.webform-submission-form .js-form-item input.form-text,
form.webform-submission-form .js-form-item input.form-email{
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #767650;
    height: 50px;
    padding: 14px 26px;
}
form.webform-submission-form .js-form-item.form-type-textfield,
form.webform-submission-form .js-form-item.form-item.js-form-type-email{
    margin-bottom: 10px;
}
button.webform-button--submit{
    border: 3px solid #767650;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #767650;
    text-decoration: none;
    background: transparent;
    padding: 10px 112px;
    margin-top: 25px;
    margin-bottom: 23px;
}
button.webform-button--submit:hover{
    color: var(--white);
    background-color: var(--green);
    border: 3px solid #767650;
}
form.webform-submission-form .js-form-type-checkbox{
    display: flex;
    width: 377px;
}

.webform-element-description{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #000000;
}
.webform-element-description a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #000000;
    text-decoration: none;
}
.js-form-type-checkbox input{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border: 1.5px solid #000000;
}
.region-map .field--name-body{
    display: flex;
    gap: 50px;
}
.region-map .contacts-gr .phone-group{
    margin-bottom: 19px;
    margin-top: 19px;
}
.region-map .field--name-body .contacts-gr a.mail{
    margin-bottom: 19px;
}
.region-map .contacts-gr .city{
    margin-bottom: 22px;

    img{
        margin-right: 9px;
    }
}
.region-map .contacts-gr a{
    text-decoration: none;
}
footer .col-contacts a{
    text-decoration: none;
}
footer{
    background: #E9E9E0;
    padding-top: 28px;
}
.benefits-block{
    margin-bottom: 188px;
    position: relative;
}
.benefits-block::before{
    content: '';
    background-image: url('/sites/all/themes/vesta_theme/image/fon.png');
    position: absolute;
    top: 590px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 1920px;
    height: 1152px;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, 0);
}

.field--name-field-preimushchestva .field__item{
    margin-bottom: 28px;
}
.field--name-field-preimushchestva .field__item:last-child{
    margin-bottom: 0px;
}

.gallery-block{
    padding-top: 61px;
    background: linear-gradient(180deg, #414125 0%, #D7DBCB 100%);
    box-shadow: 0px 273px 76px rgba(209, 213, 196, 0.01), 0px 175px 70px rgba(209, 213, 196, 0.1), 0px 98px 59px rgba(209, 213, 196, 0.33), 0px 44px 44px rgba(209, 213, 196, 0.56), 0px 11px 24px rgba(209, 213, 196, 0.65);
    margin-bottom: 110px;
    padding-bottom: 60px;
    position: relative;

    .block-title{
        color: var(--white);
    }
}
.map-block{
    margin-bottom: 59px;
}
.form_img-block{
    margin-bottom: 183px;
}
.about-block{
    margin-bottom: 159px;
}
.gallery-block::before{
    content: '';
    background-image: url('/sites/all/themes/vesta_theme/image/fon.png');
    position: absolute;
    top: 350px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 1920px;
    height: 1152px;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, 0);
}
footer nav.menu--main{
    width: 96px;
    margin-right: 45px;
}
footer nav.menu--main ul{
    flex-direction: column;
}
footer nav.menu--uslugi ul{
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 30px;
}
footer nav.menu--main ul li a,
footer nav.menu--uslugi ul li a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-header);
    line-height: 22px;
    color: #000000;
    padding: 5px 0px;
}
footer nav.menu--main ul li a:hover,
footer nav.menu--uslugi ul li a:hover{
    color: var(--green);
}

footer nav.menu--uslugi ul{
    width: 245px;
    height: 150px;
}
.region-nav-footer{
    display: flex;
}
.foot-row, .foot-row a{   
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #747474;
}
.foot-row a{
    text-decoration: none;
}
.foot-second-row{
    position: relative;
}
.foot-second-row .col-webvesta{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas{
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}
.node--type-usluga.node--view-mode-full .field--name-field-izobrazhenie-usluga{
    width: 400px;
    height: 353px;
    float: left;
    margin-right: 50px;
    margin-bottom: 30px;
}
.field--name-field-izobrazhenie-usluga a{
    width: 100%;
    height: 100%;
    display: flex;
}
.field--name-field-izobrazhenie-usluga a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.node--view-mode-full ul li{
    font-size: var(--fz-text);
}
.ui-dialog .description{
    width: 245px;
}
.ui-dialog{
    form.webform-submission-form{
        justify-content: center;
    }
    form.webform-submission-form .js-form-type-checkbox {
        width: 277px;
        margin: 0 auto;
    }
    .ui-dialog-titlebar{
        padding: 0;
        background-color: var(--green);
        color: var(--white);
    }
}
footer .logo{
    margin-bottom: 18px;
}

.contacts-gr .phone-group{
    margin-bottom: 19px;
    margin-top: 19px;
}
.contacts-gr a.mail{
    margin-bottom: 19px;
}
.contacts-gr .city{
    margin-bottom: 22px;

    img{
        margin-right: 9px;
    }
}
.contacts-gr a{
    text-decoration: none;
}
.not-front .contacts-gr{
    margin-bottom: 22px;
}
form#search-api-page-block-form-search--2{
    position: relative;
}
.node--type-slide.node--view-mode-default{
    position: relative;
}
.vpa-container.vpa-full .vpa-wrapper.vpa-visible {
    background: var(--green);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
:root{
    --fz-slider-title: 44px;
    --fz-slider-body: 20px;
    --fz-text: 16px;
    --fz-btn: 16px;
    --fz-nav: 18px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title: 56px;
    --fz-title-block: 40px;    
    --len-container: 960px;
    --slider-h: 810px;
    --img-w: 343px;
    --img-h: 425px;
}

.field--name-dynamic-token-fieldnode-ostavit-zayavku a.btn-form.btn.btn-primary {
    padding: 9px 106px;
}
.btn-form.btn.btn-primary {
    padding: 7px 52px;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 70px;
    top: 41px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: -5px;
    top: 42px;
}
header ul.nav {
        gap: 10px;
        margin-right: 16px;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    width: 489px;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    margin-bottom: 15px;
}
.node--type-about.node--view-mode-teaser .field--name-body {
    margin-bottom: 35px;
}
.field--name-field-preimushchestva {
    margin-right: 30px;
}
.node--type-preimushchestvo .left-group .field--name-body {
    line-height: 20px;
}
.node--type-preimushchestvo {
    width: 603px;
}
.field--name-field-izobrazhenie-preimushchest{
    width: 300px;
    height: 340px;
}
.field--name-field-izobrazhenie-preimushchest a{
    width: 100%;
    height: 100%;
    display: flex;
}
.field--name-field-izobrazhenie-preimushchest a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.gallery-block .more-link {
    padding: 9px 112px;
}
.node--type-preimushchestvo .left-group .field--name-node-title {
    line-height: 20px;
    margin-bottom: 4px;
}
.field--name-field-preimushchestva .field__item {
    margin-bottom: 20px;
}
.gallery-block .region-gallery .view-content {
    grid-template-columns: repeat(2, 453px);
    grid-template-rows: 210px 38px 210px;
    gap: 30px;
    justify-content: center;
    margin-bottom: 39px;
}
.gallery-block .view-content .views-row:nth-child(1){
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    border-radius: 5px;
}
.gallery-block .view-content .views-row:nth-child(2){
    grid-column: 2 / 2;
    grid-row: 1 / span 2;
    border-radius: 5px;
}
.gallery-block .view-content .views-row:nth-child(3){
    grid-column: 1 / 1;
    grid-row: 2 / span 2;
    border-radius: 5px;
}
.gallery-block .view-content .views-row:nth-child(4){
    grid-column: 2 / 2;
    grid-row: 3 / 3;
    border-radius: 5px;
}

.field--name-field-izobrazhenieveb-forma img {
    width: 417px;
    height: 328px;
}
.node--type-webform.node--view-mode-teaser .lft-group .field--name-body {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 21px;
}

form.webform-submission-form .js-form-item input.form-text, form.webform-submission-form .js-form-item input.form-email {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
}
button.webform-button--submit {
    font-size: 16px;
    line-height: 22px;
    color: #767650;
    padding: 8px 112px;
    margin-top: 17px;
    margin-bottom: 17px;
}
.field--name-field-izobrazhenieveb-forma {
    width: 417px;
    height: 328px;
    margin-right: 64px;
    margin-bottom: 34px;
}
.form_img-block {
    margin-bottom: 140px;
}
.gallery-block {
    margin-bottom: 80px;
}
.benefits-block {
    margin-bottom: 130px;
}

}


@media screen and (min-width: 768px) and (max-width: 991px) {
:root{
    --fz-slider-title: 34px;
    --fz-slider-body: 18px;
    --fz-text: 16px;
    --fz-btn: 14px;
    --fz-nav: 18px;
    --fz-header: 14px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title: 56px;
    --fz-title-block: 36px;    
    --len-container: 720px;
    --slider-h: 670px;
    --img-w: 343px;
    --img-h: 425px;
}
.logo{
    width: 412px;
    height: 69px;
}
.logo a{
    width: 100%;
    height:100%;
    display: flex;
}
.node--type-pochemu-vybirayut-nas.node--view-mode-teaser{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.logo a img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a.btn-form.btn.btn-primary {
    padding: 9px 80px;
}
.btn-form.btn.btn-primary {
    padding: 6px 33px;
}

header ul.nav li a {
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px !important;
}
.btn-search-header {
     margin-bottom: 0px; 
}
header .social{
    display: none;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 70px;
    top: 40px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: -5px;
    top: 40px;
}
header ul.nav {
        gap: 20px;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    width: 612px;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    margin-bottom: 15px;
}
.node--type-slide .field--name-body {
    margin-bottom: 36px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link {
    padding: 9px 92px;
}
.view-about .group-right{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.node--type-about.node--view-mode-teaser .field--name-body {
    margin-bottom: 35px;
}
.field--name-field-preimushchestva {
    margin-right: 0px;
}
.node--type-preimushchestvo .left-group .field--name-body {
    line-height: 20px;
}
.node--type-preimushchestvo {
    width: 622px;
}
.field--name-field-izobrazhenie-preimushchest{
    width: 300px;
    height: 340px;
}
.gallery-block .more-link {
     padding: 9px 122px; 
}
.field--name-field-izobrazhenie-preimushchest a{
    width: 100%;
    height: 100%;
    display: flex;
}
.field--name-field-izobrazhenie-preimushchest a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.node--type-preimushchestvo .left-group .field--name-node-title {
    line-height: 20px;
    margin-bottom: 4px;
}
.field--name-field-preimushchestva .field__item {
    margin-bottom: 20px;
}
.node--type-usluga.node--view-mode-teaser {
    width: 330px;
    height: 620px;
    padding: 20px;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga, .blazy--field-gallery.blazy--field-gallery--teaser {
    width: 290px;
    height: 254px;
    margin-bottom: 25px;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img, .blazy--field-gallery.blazy--field-gallery--teaser img {
    width: 290px;
    height: 254px;
}
.node--type-usluga.node--view-mode-teaser .field--name-body {
    margin-bottom: 0px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link {
    width: 290px;
    height: 50px;
}
/*
.node--type-usluga.node--view-mode-teaser .field--name-node-link a {
    padding: 9px 93px;
} */
.node--type-webform.node--view-mode-teaser {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.phone-group {
    margin-bottom: 10px;
}
.gallery-block .region-gallery .view-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
    margin-bottom: 39px;
}
.gallery-block .view-content .views-row:nth-child(1){
    grid-column: 1 / 1;
    grid-row: 1 / 1;
    border-radius: 5px;
}
.gallery-block .view-content .views-row:nth-child(2){
    grid-column: 2 / 2;
    grid-row: 1 / 1;
    border-radius: 5px;
}
.gallery-block .view-content .views-row:nth-child(3){
    grid-column: 1 / 1;
    grid-row: 2 / 2;
    border-radius: 5px;
}
.gallery-block .view-content .views-row:nth-child(4){
    grid-column: 2 / 2;
    grid-row: 2 / 2;
    border-radius: 5px;
}


.field--name-field-izobrazhenieveb-forma img {
    width: 417px;
    height: 328px;
}
.node--type-webform.node--view-mode-teaser .lft-group .field--name-body {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 38px;
    text-align: center;
}
form.webform-submission-form .js-form-item input.form-text, form.webform-submission-form .js-form-item input.form-email {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
}
button.webform-button--submit {
    font-size: 16px;
    line-height: 22px;
    color: #767650;
    padding: 8px 112px;
    margin-top: 0;
    margin-bottom: 0;
}
footer .social{
    display: none;
}
footer .logo {
    margin-bottom: 72px;
}
.foot-second-row .col-webvesta {
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    width: fit-content;
}
#scrollToTop {
    width: 68px;
    height: 68px;
    right: 45px;
}
.field--name-field-izobrazhenieveb-forma {
    width: 417px;
    height: 328px;
    margin-right: 0;
    margin-bottom: 0;
}
.form_img-block {
    margin-bottom: 140px;
}
.gallery-block {
    margin-bottom: 80px;
}
.benefits-block {
    margin-bottom: 130px;
}

.node--type-about.node--view-mode-teaser {
    flex-direction: column;
    align-items: center;
}
.node--type-about.node--view-mode-teaser {
    padding-left: 30px;
}
.node--type-usluga.node--view-mode-teaser .field--name-body {
    height: 160px;
    margin-bottom: 20px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title, .node--type-photogallery.node--view-mode-teaser .field--name-node-title a {
    height: 50px;
}

.form_img-block form.webform-submission-form{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form_img-block form.webform-submission-form .form-actions{
    margin-bottom: 10px;
}




}

@media screen and (min-width: 577px) and (max-width: 767px) {
:root{
    --fz-slider-title: 25px;
    --fz-slider-body: 17px;
    --fz-text: 16px;
    --fz-btn: 14px;
    --fz-nav: 18px;
    --fz-header: 14px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title: 56px;
    --fz-title-block: 32px;    
    --len-container: 540px;
    --slider-h: 520px;
    --img-w: 310px;
    --img-h: 360px;
}
.col-logo{
    width: 412px;
    height: 69px;
}
.col-logo a{
    width: 100%;
    height:100%;
    display: flex;
}
.logo{
    width: 412px;
    height: 69px;
}
.logo a{
    width: 100%;
    height:100%;
    display: flex;
}
.logo a img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.social {
    gap: 10px;
}
.social .item img{
    width: 27px !important;
    height: 27px !important;
}
header::after {
    display: none;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    top: 12%;
}
.slider-block {
    margin-bottom: 45px;
}
.node--type-pochemu-vybirayut-nas.node--view-mode-teaser{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.col-logo a img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a.btn-form.btn.btn-primary {
    padding: 7px 60px;
}
.btn-form.btn.btn-primary {
    padding: 6px 33px;
}

header ul.nav li a {
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px !important;
}
.btn-search-header {
     margin-bottom: 0px; 
}
.node--type-slide .field--name-body {
    margin-bottom: 48px;
}
.node--type-about .field--name-node-link a {
    font-size: 16px;

}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 70px;
    top: 40px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: -5px;
    top: 40px;
}
header ul.nav {
        gap: 40px;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    width: 430px;
}
.node--type-about.node--view-mode-teaser .field--name-node-link{
    display: flex;
    justify-content: center;
    padding: 4px 50px;
    text-decoration: none;
    width: 285px;
    height: 40px;
    margin: 0 auto;
}
.more-link {
    padding: 4px 65px;
    text-decoration: none;
    width: 335px;
    height: 40px;
}
.gallery-block .more-link {
    padding: 4px 79px;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    margin-bottom: 15px;
}
.about-block {
    margin-bottom: 110px;
}
.view-about .group-right{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.node--type-about.node--view-mode-teaser .field--name-body {
    margin-bottom: 35px;
}
.field--name-field-preimushchestva {
    margin-right: 0px;
}
.node--type-preimushchestvo .left-group .field--name-body {
    line-height: 20px;
}
.node--type-preimushchestvo {
    width: 520px;
}
.field--name-field-izobrazhenie-preimushchest{
    width: 300px;
    height: 340px;
}
.field--name-field-izobrazhenie-preimushchest a{
    width: 100%;
    height: 100%;
    display: flex;
}
.field--name-field-izobrazhenie-preimushchest a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.node--type-preimushchestvo .left-group .field--name-node-title {
    line-height: 20px;
    margin-bottom: 4px;
}
.field--name-field-preimushchestva .field__item {
    margin-bottom: 20px;
}
.node--type-usluga.node--view-mode-teaser {
    width: 330px;
    height: 611px;
    padding: 20px;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga, .blazy--field-gallery.blazy--field-gallery--teaser {
    width: 290px;
    height: 254px;
    margin-bottom: 25px;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img, .blazy--field-gallery.blazy--field-gallery--teaser img {
    width: 290px;
    height: 254px;
}
.node--type-usluga.node--view-mode-teaser .field--name-body {
    margin-bottom: 15px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a {
    font-size: 16px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link {
    padding: 4px 98px;
    text-decoration: none;
    width: 290px;
    height: 40px;
}
.node--type-webform.node--view-mode-teaser {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
/*
.gallery-block .more-link a{
    padding: 8px 88px;
}
.more-link a {
    padding: 8px 83px;
}*/
.phone-group {
    margin-bottom: 10px;
}
.gallery-block .region-gallery .view-content {
    display: flex !important; 
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    margin-bottom: 39px;
}
.gallery-block .view-content .views-row{
    width: 100%;
    height: 340px;
}


.field--name-field-izobrazhenieveb-forma img {
    width: 417px;
    height: 328px;
}
.node--type-webform.node--view-mode-teaser .lft-group .field--name-body {
    font-size: 33px;
    line-height: 39px;
    margin-bottom: 38px;
    text-align: center;
}
form.webform-submission-form .js-form-item input.form-text, form.webform-submission-form .js-form-item input.form-email {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
}
button.webform-button--submit {
    font-size: 16px;
    line-height: 22px;
    color: #767650;
    padding: 8px 112px;
    margin-top: 0;
    margin-bottom: 0;
}
.ui-front button.webform-button--submit {
    
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .social{
    display: none;
}
footer .logo {
    margin-bottom: 20px;
}
.foot-second-row .col-webvesta {
    position: relative;
    width: fit-content;
    margin-top: 5px;
}
#scrollToTop {
    width: 68px;
    height: 68px;
    right: 45px;
}
.field--name-field-izobrazhenieveb-forma {
    width: 417px;
    height: 328px;
    margin-right: 0;
    margin-bottom: 0;
}
.form_img-block {
    margin-bottom: 140px;
}
.gallery-block {
    margin-bottom: 80px;
}
.benefits-block {
    margin-bottom: 85px;
}

.node--type-about.node--view-mode-teaser {
    flex-direction: column;
    align-items: center;
}
.node--type-about.node--view-mode-teaser {
    padding-left: 0px;
}
.node--type-usluga.node--view-mode-teaser .field--name-body {
    height: 164px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title, .node--type-photogallery.node--view-mode-teaser .field--name-node-title a {
    height: 50px;
}
.node--type-usluga.node--view-mode-full .field--name-field-izobrazhenie-usluga {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.form_img-block form.webform-submission-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.form_img-block form.webform-submission-form .form-actions{
    margin-bottom: 10px;
}
.region-map .field--name-body {
     gap: 30px;
    flex-direction: column;
}
.mapContainer {
    width: 100% !important;
}

footer .header-top .d-flex.align-items-start.justify-content-between{
    flex-direction: column;
    align-items: center !important;
}

.region-nav-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
footer nav.menu--main {
   margin-right: 0;
   margin-bottom: 20px;
}
footer nav.menu--uslugi{
    margin-bottom: 20px;
}
footer nav.menu--uslugi ul {
  width: fit-content; 
  height: auto;
}
.foot-row, .foot-row a {
    text-align: center;
    margin-bottom: 5px;
}
footer .header-right {
    margin-bottom: 20px;
}
.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas {
    float: none;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
.block-title,  .block-page-title-block h1{
   text-align: center;
}
div#app {
    margin-top: 79px !important;
    }
.not-front main {
   margin-top: 30px;
}
}

@media screen and (max-width: 576px) {
:root{
    --fz-slider-title: 19px;
    --fz-slider-body: 13px;
    --fz-text: 14px;
    --fz-btn: 14px;
    --fz-nav: 18px;
    --fz-header: 14px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title: 56px;
    --fz-title-block: 28px;    
    --len-container: 540px;
    --slider-h: 360px;
    --img-w: 252px;
    --img-h: 288px;
}
.col-logo{
    width: 287px;
    height: 47px;
}
    div#app {
        margin-top: 57px !important;
    }
.col-logo a{
    width: 100%;
    height:100%;
    display: flex;
}
.logo{
    width: 267px;
    height: 47px;
}
.logo a{
    width: 100%;
    height:100%;
    display: flex;
}
.logo a img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.social {
    gap: 10px;
}
.social .item img{
    width: 25px !important;
    height: 25px !important;
}
header::after {
    display: none;
}
.field--name-field-slide-title,
.node--type-slide h1 {
    margin-bottom: 28px;
}
.node--type-slide .field--name-body {
    margin-bottom: 23px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    top: 12%;
}
.slider-block {
    margin-bottom: 30px;
}
.node--type-pochemu-vybirayut-nas.node--view-mode-teaser{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.col-logo a img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a.btn-form.btn.btn-primary {
    padding: 6px 48px;
}
.btn-form.btn.btn-primary {
    padding: 6px 33px;
}

header ul.nav li a {
        font-size: 16px;
        line-height: 20px;
        padding-top: 10px !important;
}
.btn-search-header {
     margin-bottom: 0px; 
}
.node--type-about .field--name-node-link a {
    font-size: 14px;
}
.node--type-about .field--name-node-link {
    padding: 4px 50px;
    text-decoration: none;
    width: 255px;
    height: 40px;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 70px;
    top: 40px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: -5px;
    top: 40px;
}
header ul.nav {
        gap: 40px;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    width: 100%;
}
.node--type-about.node--view-mode-teaser .field--name-node-link{
    display: flex;
    justify-content: center;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    margin-bottom: 15px;
}
.about-block {
    margin-bottom: 110px;
}
.view-about .group-right{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.node--type-about.node--view-mode-teaser .field--name-body {
    margin-bottom: 35px;
}
.field--name-field-preimushchestva {
    margin-right: 0px;
}
.node--type-preimushchestvo .left-group .field--name-body {
    line-height: 20px;
}
.node--type-preimushchestvo {
    width: 90%;
}
.field--name-field-izobrazhenie-preimushchest{
    width: 300px;
    height: 340px;
}
.field--name-field-izobrazhenie-preimushchest a{
    width: 100%;
    height: 100%;
    display: flex;
}
.field--name-field-izobrazhenie-preimushchest a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.node--type-preimushchestvo .left-group .field--name-node-title {
    line-height: 20px;
    margin-bottom: 4px;
    font-size: 16px;
}
.field--name-field-preimushchestva .field__item {
    margin-bottom: 20px;
    font-size: 28px;
}
.node--type-usluga.node--view-mode-teaser {
    width: 330px;
    height: 592px;
    padding: 20px;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga, .blazy--field-gallery.blazy--field-gallery--teaser {
    width: 290px;
    height: 254px;
    margin-bottom: 25px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link{
    display: flex;
    justify-content: center;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img, .blazy--field-gallery.blazy--field-gallery--teaser img {
    width: 290px;
    height: 254px;
}
.node--type-usluga.node--view-mode-teaser .field--name-body {
    margin-bottom: 0px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a {
    padding: 0px 33px;
    font-size: 14px;
    
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link {
    padding: 4px 98px;
    text-decoration: none;
    width: 290px;
    height: 40px;
}
.node--type-webform.node--view-mode-teaser {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.uslugi-block {
    margin-bottom: 70px;
}
.gallery-block .more-link a{
    font-size: 14px;
}
.more-link a {
    font-size: 14px;
}
.more-link {
    padding: 4px 82px;
    text-decoration: none;
    width: 332px;
    height: 40px;
}
.phone-group {
    margin-bottom: 10px;
}
.gallery-block .region-gallery .view-content {
    display: flex !important; 
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    margin-bottom: 39px;
}
.gallery-block .view-content .views-row{
    width: 100%;
    height: 220px;
}
.node--type-webform.node--view-mode-teaser .lft-group {
    width: 100%;
}
.field--name-field-izobrazhenieveb-forma img {
    width: 100%;
    height: auto;
}
.node--type-webform.node--view-mode-teaser .lft-group .field--name-body {
    font-size: 27px;
    line-height: 39px;
    margin-bottom: 16px;
    text-align: center;
}
form.webform-submission-form .js-form-item input.form-text, form.webform-submission-form .js-form-item input.form-email {
    font-size: 16px;
    line-height: 22px;
    height: 44px;
}
button.webform-button--submit {
    font-size: 16px;
    line-height: 22px;
    color: #767650;
    padding: 7px 112px;
    margin-top: 0;
    margin-bottom: 0;
}
.ui-front button.webform-button--submit {
    
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .social{
    display: none;
}
footer .logo {
    margin-bottom: 20px;
}
.foot-second-row .col-webvesta {
    position: relative;
    width: fit-content;
    margin-top: 3px;
}
.not-front main {
   margin-top: 30px;
}
#scrollToTop {
    width: 68px;
    height: 68px;
    right: 45px;
}
.field--name-field-izobrazhenieveb-forma {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
}
.form_img-block {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
}
.region-map .contacts-gr .city {
    font-size: 14px;
}
.gallery-block {
    margin-bottom: 80px;
}
.benefits-block {
    margin-bottom: 85px;
}

.node--type-about.node--view-mode-teaser {
    flex-direction: column;
    align-items: center;
}
.node--type-about.node--view-mode-teaser {
    padding-left: 0px;
}
.node--type-usluga.node--view-mode-teaser .field--name-body {
    height: 145px;
    margin-bottom: 15px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title, .node--type-photogallery.node--view-mode-teaser .field--name-node-title a {
    height: 50px;
}
.node--type-usluga.node--view-mode-full .field--name-field-izobrazhenie-usluga {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    height: 240px;
}
.form_img-block form.webform-submission-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.form_img-block form.webform-submission-form .form-actions{
    margin-bottom: 10px;
}
.region-map .field--name-body {
     gap: 30px;
    flex-direction: column;
}
.mapContainer {
    width: 100% !important;
}
.gallery-block .more-link {
    padding: 4px 96px;
}
footer .header-top .d-flex.align-items-start.justify-content-between{
    flex-direction: column;
    align-items: center !important;
}

.region-nav-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
footer nav.menu--main {
   margin-right: 0;
   margin-bottom: 20px;
}
footer nav.menu--uslugi{
    margin-bottom: 20px;
}
footer nav.menu--uslugi ul {
  width: fit-content; 
  height: auto;
}
.foot-row, .foot-row a {
    text-align: center;
    margin-bottom: 3px;
    font-size: 10px;
}
footer .header-right {
    margin-bottom: 20px;
}
.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas {
    float: none;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
.block-title,  .block-page-title-block h1{
   text-align: center;
   margin-bottom: 20px;
}
.view-about .right-group{
    width: 90%;
}

}

.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas img{
    width: 100%;
    height: 100%;

}
.node--type-foto-iz-galerei.node--view-mode-teaser{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto-iz-galerei{
    width: 100%;
    height: 100%;
}

.node--type-foto-iz-galerei.node--view-mode-teaser a{
    width: 100%;
    height: 100%;
    display: flex;
}
.node--type-foto-iz-galerei.node--view-mode-teaser a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.not-front .contacts-gr .social{
    margin-top: 22px;
}
.ui-widget-content a {
    color: #000000;
}


.not-front .region-content .search-api-page-block-form-search{
    margin-bottom: 50px;
}
.not-front .region-content h3 a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 4px;
    text-decoration: none;

}
.not-front .region-content h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-top: 15px;

}
footer .dropdown-toggle::after {
    display: none;
}

.views-photo-grid-container .views-photo-grid-item {
    position: initial !important;
    width: 300px;
    height: 340px;
}
.views-photo-grid-container .views-photo-grid-item a {
    display: flex;
    width: 100%;
    height: 100%;
}
.views-photo-grid-container .views-photo-grid-item a img{
    object-fit: cover;
    border-radius: 5px;
    width: 100% !important;
    height: 100% !important;
}
.views-photo-grid-container {
    height: unset !important;
}
.node--type-usluga.node--view-mode-full .field--name-body{
    margin-bottom: 50px;
}
.dropdown-toggle::after {
    background: url(/sites/all/themes/vesta_theme/image/mdi-light_chevron-down.svg);
    width: 24px;
    height: 15px;
    border: none;
    vertical-align: 0;
    background-size: cover;
}

.mapContainer {
    border-radius: 5px;
    overflow: hidden;
}
.footer-bottom{
    margin-bottom: 31px;
}
footer .row-copiryght{
    padding-bottom: 24px;
}
.vpa-content p a{
    color: #FFFFFF;
    text-decoration: none;
}
.vpa-content p{
    margin-bottom: 15px;
}
.vpa-content p a:hover{
    color: #000000;
}


