@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');
:root{
    --font-family: 'Exo 2', sans-serif;
    --white: #ffffff;
    --green: #539D12;
    --blue: #19B6FD;
    --black: #000000;
    --grey: #CECECE;
    --text-color: #1E1E1E;
    --background-color: #FFFFFF;
    --fz-slider-title: 48px;
    --fz-slider-body: 16px;
    --fz-text: 16px;
    --fz-btn: 16px;
    --fz-nav: 16px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title-block: 36px;    
    --len-container: 1170px;
    --img-w: 270px;
    --img-h: 228px;
    --gal-h: 306px;
    --gal-t-w: 370px;
    --gal-b-w: 570px;
    --bt-w: 276px;
    --bt-h: 40px;
    --logo-h: 46.12px;
    --bs-offcanvas-zindex: 10046;
}

body {
    font-family: var(--font-family);
    background-color: var(--white);
    color: var(--text-color);
}
.container{
        padding: 0;
}

div#app {
    min-height: 100vh;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .container{
        max-width: 1170px;
    }
}
.header-top a, .header-bottom .col-nav a{
    color: var(--text-color);
    text-decoration: none;
}
.header-top .col-contacts .col-tel a:hover, .header-top .col-contacts .col-mail a:hover, .header-bottom .col-nav a:hover{
    color: var(--blue);
    text-decoration: none;
}
p{
    margin: 0;
}
.not-front p{
    font-size: var(--fz-text);
}
.not-front ul li{
    font-size: var(--fz-text);
}
.header-top{
    padding: 10px 0 !important;
    border-bottom: solid 2px var(--grey);
}
.offcanvas {
    z-index: 10046 !important;
}
.header-bottom{
    padding: 10px 0 !important;
}
header{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    color: var(--text-color);
}
.field[data-blazy] {
    min-width: 10%;
}
@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;
    }
    
}
.btn-search-header,
.btn-search-header-mob{
    width: 22px;
    height: 22px;
    background-image: url("/sites/all/themes/vesta_theme/image/Vector-5.svg");
    border: none;
    background-size: cover;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}
/*
header .col-search .btn-search-header.active{
    display: none;
}*/
header .col-search{
    position: relative;
    width: 22px;
    height: 22px;
}
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;
    z-index: 5;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 74px;
    top: 50px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: 0;
    top: 50px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper button{
    border-radius: 19px 0px;
}
header .col-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary{
    background: var(--blue);
    border-radius: 40px;
    font-family: 'Jost';
    border:var(--blue) solid 1px;
    color: #FFFFFF;
}
header .col-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary:hover{
    background: var(--green);
    color: var(--white) ;
}

header .col-social{
    align-items: end;
}
input#edit-keys--2{
    width: 200px;
}

h3 a{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-footer-phone);
    text-decoration: none;
    color: var(--black);
}
h3 a:hover{
    color: var(--blue);
}
.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);
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--white);
    --bs-pagination-bg: var(--blue);
    --bs-pagination-border-color: var(--blue);
    --bs-pagination-hover-color: var(--white);
    --bs-pagination-hover-bg: var(--green);
    --bs-pagination-hover-border-color: var(--green);
    --bs-pagination-focus-color: var(--white);
    --bs-pagination-focus-bg: var(--green);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--green);
    --bs-pagination-active-border-color: var(--green);
    gap: 5px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 19px;
}
.page-link {
   border-radius: 19px 0px;
}
.pager{
    margin-top: 30px;
}
/*HEADER STYLES*/
#footer .ajax-progress,
#header .ajax-progress {
    display: none;
}

.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(--white);
    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: var(--white);
}

.offcanvas .offcanvas-title {
    color: var(--text-color);
    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: absolute;
    top: 0;
    bottom: calc(1vw + 12px);
    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: 56px;
    height: 56px;
    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) {
}


.header-top .col-contacts img{
    margin-right: 10px;
}
.header-top .col-contacts .d-flex{
    align-items: center;
    flex-direction: row;
}
.header-top .col-contacts .d-flex a, .header-top .col-contacts .d-flex .adress{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #1E1E1E;
}
.header-top .col-contacts .col-city{
    margin-right: 35px;
}
.header-top .col-contacts .col-tel{
    margin-right: 31px;
}
.header-top .col-social .tg{
    margin-right: 10px;
}
.header-top .col-social .wapp{
    margin-right: 20px;
}
.header-bottom .container.d-flex{
    position: relative;
    height: var(--logo-h);
}
.header-bottom .logo{
    position: absolute;
    left: 0;
}
.header-bottom .logo img{
    width: auto;
    height: var(--logo-h);
}
.header-bottom .col-nav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-bottom .col-nav ul{
    gap: 20px;
    justify-content: center;
}

.header-bottom .col-nav ul li a{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-nav);
    line-height: 19px;
    text-transform: uppercase;
    color: #1E1E1E;
    padding: 0;
}

.field--name-field-izobrazhenie-banner{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX( calc( 0.045 * var(--len-container)));
    filter: drop-shadow(0px 4px 16.1px rgba(0, 0, 0, 0.25));
}
.field--name-field-izobrazhenie-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.node--type-banner{
    padding-top: 109px;
    padding-bottom: 111px;
}

.field--name-field-izobrazhenie-banner::before{
    content: "";
    position: absolute; 
    width: 572px;      
    height: 572px;
    border-radius: 50%; 
    background: #539D12;
    filter: blur(166.7px);
    bottom: -190px;
    left: 76px;
}
.field--name-field-izobrazhenie-banner::after{
    content: "";
    position: absolute; 
    width: 406px;      
    height: 406px;
    border-radius: 50%; 
    background:#19B6FD;
    filter: blur(166.7px);
    top: 66px;
    left: 635px;
    z-index: -1;
}

.node--type-banner h1{
    width: 816px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-slider-title);
    line-height: 58px;
    text-transform: uppercase;
    color: var(--text-color);
    margin-bottom: 210px;
}
.node--type-banner h1 .name{
    color: var(--blue);
}
.node--type-banner h1 .green{
    color: var(--green);
}
.node--type-banner .field--name-body{
    width: 506px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-text);
    line-height: 19px;
    text-align: justify;
    color: #1E1E1E;
    margin-bottom: 30px;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku{
    width: var(--bt-w);
    height: var(--bt-h);
    background: var(--blue);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 19px 0px;
    cursor: pointer;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a{
    width: var(--bt-w);
    height: var(--bt-h);
    border-radius: 19px 0px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-btn);
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku:hover{
    background: var(--green);
    color: var(--white);
}
#banner-block{
    position: relative;
    overflow: hidden;
}


#banner-block .contextual-region {
    position: unset;
}

#banner-block::before{
    content: "";
    position: absolute; 
    width: 340px;      
    height: 340px;
    border-radius: 50%; 
    background: #19B6FD;
    filter: blur(161.35px);
    bottom: 71px;
    left: 50%;
    transform: translateX( calc( (-0.5) * var(--len-container) - 472px));
}

#banner-block::after{
    content: "";
    position: absolute; 
    height: 108px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.25);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    bottom: -108px;
}
#banner-block{
    margin-bottom: 70px;
}
.block-title{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-slider-title);
    line-height: 43px;
    text-transform: uppercase;
    color: #1E1E1E;
    text-align: center;
}
#about-block .block-title{
    margin-bottom: 20px;
}
.node--type-about.node--view-mode-teaser{
    width: 100%;
}
.node--type-about.node--view-mode-teaser .gr-left{
    width: 827px;
}
.node--type-about .field--name-body p{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-text);
    line-height: 19px;
    color: #1E1E1E;
    width: 100%;
    margin-bottom: 20px;
}
.node--type-about .field--name-body{
    margin-bottom: 30px;
}

.field--name-node-link{
    width: var(--bt-w);
    height: var(--bt-h);
    background: var(--green);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 19px 0px;
    cursor: pointer;
}
.field--name-node-link a{
    width: var(--bt-w);
    height: var(--bt-h);
    border-radius: 19px 0px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-btn);
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.field--name-node-link:hover{
    background: var(--blue);
    color: var(--white);
}
.field--name-field-izobrazhenie-o-nas{
    position: absolute;
    bottom: 0;
    right: 0;
}
.field--name-field-izobrazhenie-o-nas img{
    width: 305.08px;
    height: 305.92px;
    object-fit: cover;
}
.field--name-field-izobrazhenie-o-nas::before{
    content: "";
    position: absolute; 
    width: 166px;      
    height: 166px;
    border-radius: 50%; 
    background: #539D12;
    filter: blur(62.6px);
    top: 22px;
    right: -41px;
    z-index: -1;
}
.field--name-field-izobrazhenie-o-nas::after{
    content: "";
    position: absolute; 
    width: 217px;      
    height: 217px;
    border-radius: 50%; 
    background: #19B6FD;
    filter: blur(46px);
    bottom: 22px;
    left: -22px;
    z-index: -1;
}
#about-block{
    margin-bottom: 50px;
}
#block-vesta-theme-views-block-about-block-1{
    position: relative;
}
.node--type-preimushchestvo.node--view-mode-full{
    width: var(--img-w);
    height: var(--img-h);
    background: linear-gradient(135deg, #19B6FD 0%, rgba(255, 255, 255, 0) 50%, #539D12 99.99%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body{
    max-width: 253px;
    min-width: 128px;
}
.view-preimushchestva .view-content{
    display: flex;
    justify-content: space-between;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body p{
    text-align: center;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1E1E1E;
}
.field--name-field-izobrazhenie-preimushchest{
    margin-bottom: 10px;
}
#benefits-block, #uslugi-block, #fos-block, #gallery-block{
    margin-bottom: 80px;
}
#uslugi-block .block-title, .gallery-block .block-title{
    margin-bottom: 30px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 34px;
    height: 34px;
    background-image: url("/sites/all/themes/vesta_theme/image/Group187.svg");
    border: none;
    background-size: cover;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
    border-radius: 0px 10px;
    box-sizing: border-box;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a{
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    border: none;
    color: transparent;
}

.node--type-usluga.node--view-mode-teaser{
    position: relative;
    width: var(--img-w);
    height: var(--img-h);
    border-radius: 20px;
    overflow: hidden;
}
.node--type-photogallery.node--view-mode-teaser{
    position: relative;
    width: var(--gal-t-w);
    height: var(--gal-h);
    border-radius: 20px;
    overflow: hidden;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga{
    width: var(--img-w);
    height: var(--img-h);
}
.node--type-photogallery.node--view-mode-teaser .blazy--field-gallery img{
    width: var(--gal-t-w);
    height: var(--gal-h);
    object-fit: cover;
}

.node--type-photogallery.node--view-mode-teaser::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(41, 41, 41, 0.4);
    pointer-events: none;
    border-radius: 20px;
    overflow: hidden;
}

.node--type-photogallery.node--view-mode-teaser .field--name-node-title{
    z-index: 1;
}

.node--type-usluga.node--view-mode-teaser .field--name-node-title{
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 235px;
    height: 48px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.node--type-photogallery.node--view-mode-teaser .field--name-node-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.node--type-usluga.node--view-mode-teaser .field--name-node-title a,  .node--type-photogallery.node--view-mode-teaser .field--name-node-title a{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a:hover,  .node--type-photogallery.node--view-mode-teaser .field--name-node-title a:hover{
    color: var(--blue);
}
.view-nashi-uslugi .view-content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.node--type-usluga.node--view-mode-teaser::after{
    content: "";
    position: absolute; 
    background-image: url("/sites/all/themes/vesta_theme/image/G81.svg");
    border: none;
    background-size: cover;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    width: 46px;
    height: 65px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 40px;
    pointer-events: none;
}
.more-link a {
    width: var(--bt-w);
    height: var(--bt-h);
    border-radius: 19px 0px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-btn);
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.more-link{
    width: var(--bt-w);
    height: var(--bt-h);
    background: var(--green);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 19px 0px;
    cursor: pointer;
    margin: 0 auto;
}
.more-link:hover{
    background: var(--blue);
}
#fos-block{
    background: linear-gradient(94.18deg, #003E59 19.63%, #295700 64.6%, #003E59 100%);
    padding: 39px 0 48px 0;
}
.node--type-webform.node--view-mode-full .field--name-body p{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.node--type-webform.node--view-mode-full .field--name-body p{
    width: 629px;
    margin: 0 auto 30px auto;
}
.webform-button--submit{
    width: var(--bt-w);
    height: var(--bt-h);
    background: var(--white);
    border-radius: 19px 0px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-btn);
    line-height: 19px;
    color: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: none;
}
.webform-button--submit:hover{
    background-color: var(--blue) !important;
    color: var(--white) !important;
}
.node--type-webform.node--view-mode-full .form-type-textfield{
    width: calc( (var(--len-container) - 30px) * 0.5);
}
.node--type-webform.node--view-mode-full .form-type-textfield input{
    width: calc( (var(--len-container) - 30px) * 0.5);
    height: 60px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-text);
    line-height: 19px;
    color: #FFFFFF;
    background-color: transparent;
    padding: 20px;
}
.node--type-webform.node--view-mode-full .form-type-textfield input::placeholder{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-text);
    line-height: 19px;
    color: #FFFFFF;
}
.node--type-webform.node--view-mode-full .form-type-textarea{
    width: 100%;
}
.node--type-webform.node--view-mode-full .form-type-textarea textarea{
box-sizing: border-box;
width: 100%;
height: 83px;
border: 2px solid #FFFFFF;
border-radius: 20px;
resize: none;
font-family: 'Exo 2';
font-style: normal;
font-weight: 500;
font-size: var(--fz-text);
line-height: 19px;
color: #FFFFFF;
background: transparent;
padding: 20px;
}
.node--type-webform.node--view-mode-full .form-type-textarea textarea::placeholder{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-text);
    line-height: 19px;
    color: #FFFFFF;
}
.webform-submission-form{
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 30px;
}
.webform-element-description{
    width: 721px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #FFFFFF;
}
.webform-element-description a{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #FFFFFF;
    text-decoration: none;
}
.form-type-checkbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webform-element-description a:hover{
    color: var(--blue);
}
.form-type-checkbox input{
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #19B6FD;
    --bs-btn-border-color: #19B6FD;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--green);
    --bs-btn-hover-border-color: var(--green);

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #19B6FD;
    --bs-btn-active-border-color: #19B6FD;
}
.form-actions{
    margin: 0 auto;
}

#fos-block::after{
    content: "";
    position: absolute; 
    background-image: url("/sites/all/themes/vesta_theme/image/Group181.svg");
    transform: rotate(-22.28deg);
    border: none;
    background-size: cover;
    overflow: hidden;
    width: 182.65px;
    height: 210.13px;
    left: 50%;
    transform: translate(calc( var(--len-container) * 0.5 + 30px ), 0);
    top: 37px;
    pointer-events: none;
}
#fos-block{
    position: relative;
}
#fos-block .container::after{
    content: "";
    position: absolute; 
    background-image: url("/sites/all/themes/vesta_theme/image/Group181.svg");
    transform: rotate(-22.28deg);
    border: none;
    background-size: cover;
    overflow: hidden;
    width: 182.65px;
    height: 210.13px;
    left: 50%;
    transform: translate(calc( var(--len-container) * (-0.5) - 341px ), 0);
    bottom: 50px;
    pointer-events: none;
}
#fos-block::before{
    content: "";
    position: absolute; 
    background-image: url("/sites/all/themes/vesta_theme/image/Group130.svg");
    transform: rotate(28.53deg);
    border: none;
    background-size: cover;
    overflow: hidden;
    width: 113.65px;
    height: 125.13px;
    left: 50%;
    transform: translate(calc( var(--len-container) * (-0.5) - 164px ), 0);
    top: 71px;
    pointer-events: none;
    z-index: 1;
}
#fos-block{
    position: relative;
}
#fos-block .container::before{
    content: "";
    position: absolute; 
    background-image: url("/sites/all/themes/vesta_theme/image/Group130.svg");
    transform: rotate(28.53deg);
    border: none;
    background-size: cover;
    overflow: hidden;
    width: 113.65px;
    height: 125.13px;
    left: 50%;
    transform: translate(calc( var(--len-container) * 0.5 + 186px ), 0);
    bottom: 54px;
    pointer-events: none;
    z-index: 1;
}
.view-fotogalereya-new .view-content, .view-gallery-page.view-display-id-block_1 .view-content{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: var(--gal-h);
    gap: 30px;
    margin-bottom: 30px;
}

.view-fotogalereya-new .view-content .views-row:nth-child(5n+1) {
  grid-column: 1 / span 2;
}
.view-fotogalereya-new .view-content .views-row:nth-child(5n+2) {
  grid-column: 3 / span 2;
}
.view-fotogalereya-new .view-content .views-row:nth-child(5n+3) {
  grid-column: 5 / span 2;
}
.view-fotogalereya-new .view-content .views-row:nth-child(5n+4) {
  grid-column: 1 / span 3;
}
 .view-fotogalereya-new .view-content .views-row:nth-child(5n) {
  grid-column: 4 / span 3;}
.view-fotogalereya-new .view-content .views-row{
    border-radius: 20px;
    overflow: hidden;
}
.view-fotogalereya-new .view-content .views-row:nth-child(5n+1) img, .view-fotogalereya-new .view-content .views-row:nth-child(5n+2) img, .view-fotogalereya-new .view-content .views-row:nth-child(5n+3) img{
    object-fit: cover;
    width: var(--gal-t-w);
    height: var(--gal-h);
}
.view-fotogalereya-new .view-content .views-row:nth-child(5n+4) img, .view-fotogalereya-new .view-content .views-row:nth-child(5n) img{
    object-fit: cover;
    width: var(--gal-b-w);
    height: var(--gal-h);
}

.view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+1) {
  grid-column: 1 / span 2;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+2) {
  grid-column: 3 / span 2;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+3) {
  grid-column: 5 / span 2;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+4) {
  grid-column: 1 / span 3;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n) {
  grid-column: 4 / span 3;}
.view-gallery-page.view-display-id-block_1 .view-content .views-row{
    border-radius: 20px;
    overflow: hidden;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+1) img, .view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+2) img, .view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+3) img{
    object-fit: cover;
    width: var(--gal-t-w);
    height: var(--gal-h);
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+4) img, .view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n) img{
    object-fit: cover;
    width: var(--gal-b-w);
    height: var(--gal-h);
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+1) a, .view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+2) a, .view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+3) a{
    width: var(--gal-t-w);
    height: var(--gal-h);
    display: flex;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n+4) a, .view-gallery-page.view-display-id-block_1 .view-content .views-row:nth-child(5n) a{
    width: var(--gal-b-w);
    height: var(--gal-h);
    display: flex;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row{
    position: relative;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(41, 41, 41, 0.05);
    pointer-events: none;
    border-radius: 20px;
    overflow: hidden;
}


#block-vesta-theme-views-block-fotogalereya-new-block-1::after{
    content: "";
    position: absolute; 
    background-image: url("/sites/all/themes/vesta_theme/image/Group_t.svg");
    transform: rotate(-22.28deg);
    border: none;
    background-size: cover;
    overflow: hidden;
    width: 102.27px;
    left: 50%;
    transform: translate(calc( var(--len-container) * 0.5 + 135px ), 0);
    bottom:0;
    top: 0;
}
#block-vesta-theme-views-block-fotogalereya-new-block-1{
    position: relative;
}
.block-page-title-block{
    margin-bottom: 30px;
    margin-top: 30px;
}
.node--type-usluga.node--view-mode-full img{
    float: left;
    margin: 0 30px 30px 0;
}
#header #block-vesta-theme-osnovnayanavigaciya-4-menu{
    display: none;
}
#footer{
    background: linear-gradient(94.18deg, #003E59 19.63%, #295700 64.6%, #003E59 100%);
    padding-top: 30px;
    padding-bottom: 23px;
}
#footer .col-logo img{
    width: auto;
    height: var(--logo-h);
}
#footer .col-logo{
    width: fit-content;
    padding: 0;    
    margin-right: 130px;
}
#footer nav ul{
    flex-direction: column;
}
#footer #block-vesta-theme-menyuuslugi-menu, #footer #block-vesta-theme-osnovnayanavigaciya-4-menu{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-nav);
    line-height: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#footer nav ul li a{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-nav);
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2.5px 0;
}
#footer .col-nav{
    width: 101px;
    padding: 0;
    margin-right: 130px;
}
#footer .col-nav-uslugi{
    width: 285px;
    padding: 0;
    margin-right: 130px;
}
#footer .col-contacts{
    flex-direction: column;
    width: 173px;
    padding: 0;
    gap: 10px;
}
#footer .col-contacts img{
    margin-right: 10px;
}
#footer .col-contacts .col-city, #footer .col-contacts .col-tel, #footer .col-contacts .col-mail{
    align-items: center;

}
#footer .col-contacts .col-city .adress, #footer .col-contacts .col-tel a, #footer .col-contacts .col-mail a{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-nav);
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
}
#footer .col-contacts .col-tel a:hover, #footer .col-contacts .col-mail a:hover, #footer nav ul li a:hover{
    color: var(--blue);
}
#footer .row{
    margin-bottom: 22px;
}
#footer .row-copiryght{
    display: flex;
    padding: 0;
}
#footer .row-copiryght .copyright, #footer .col-pol a, #footer .col-webvesta a{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-nav);
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
}
 #footer .col-pol a:hover, #footer .col-webvesta a:hover{
    color: var(--blue);
}
#footer .row-copiryght .col-prava{
    width: 220px;
    margin-right: 248px;
}
#footer .col-pol{
    width: 242px;
    margin-right: 248px;
}
#footer .col-pol a{
    width: 242px;
}
#footer .col-webvesta, #footer .col-webvesta a{
    width: 212px;
}
.not-front #main{
    margin-bottom: 30px;
}

#block-vesta-theme-bloknastranicekontakty .col-contacts{
    flex-direction: column;
    width: 173px;
    padding: 0;
    gap: 10px;
}
#block-vesta-theme-bloknastranicekontakty .col-contacts img{
    margin-right: 10px;
}
#block-vesta-theme-bloknastranicekontakty .col-contacts .col-city,#block-vesta-theme-bloknastranicekontakty .col-contacts .col-tel, #block-vesta-theme-bloknastranicekontakty .col-contacts .col-mail{
    align-items: center;

}
#block-vesta-theme-bloknastranicekontakty .col-contacts .col-city .adress, #block-vesta-theme-bloknastranicekontakty .col-contacts .col-tel a, #block-vesta-theme-bloknastranicekontakty .col-contacts .col-mail a{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-text);
    line-height: 19px;
    color: var(--text-color);
    text-decoration: none;
}
#block-vesta-theme-bloknastranicekontakty .col-contacts .col-tel a:hover, #block-vesta-theme-bloknastranicekontakty .col-contacts .col-mail a:hover, #block-vesta-theme-bloknastranicekontakty nav ul li a:hover{
    color: var(--blue);
}
.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content p, #block-vesta-theme-vestaprivacyaccessblock .vpa-content p a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

#block-vesta-theme-vestaprivacyaccessblock .vpa-content a:hover{
    color: var(--blue);
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions button{
    width: 170px;
    height: 58px;
    background: #19B6FD;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-btn);
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper {
    max-width: 1170px;
    padding: 32px 34px;
    gap: 40px;
}
#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content{
    width: 892px;
}
.not-front #fos-block{
    margin-bottom: 0;
}
.form-actions button {
    border-radius: 19px 0px;
}

#drupal-modal{
    background: linear-gradient(94.18deg, #003E59 19.63%, #295700 64.6%, #003E59 100%);
}
#drupal-modal .webform-element-description {
    width: 300px;
}
.ui-dialog .ui-dialog-content {
    padding: 1.5em 1em;
}
.webform-ajax-form-wrapper .js-form-type-textfield input{
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-text);
    line-height: 19px;
    color: #FFFFFF;
    background-color: transparent;
}
.webform-ajax-form-wrapper .js-form-type-textfield input::placeholder{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-text);
    line-height: 19px;
    color: #FFFFFF;
}

.webform-ajax-form-wrapper  .form-type-textarea textarea{
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    resize: none;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-text);
    line-height: 19px;
    color: #FFFFFF;
    background: transparent;
    resize: none;
}
.webform-ajax-form-wrapper  .form-type-textarea textarea::placeholder{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: var(--fz-text);
    line-height: 19px;
    color: #FFFFFF;
}
.ui-dialog .ui-dialog-titlebar {
    background-color: #003E59;
}
.ui-dialog .ui-dialog-title{
    color: var(--white);
}
.form-item--error-message{
    color: #9c0707;
}
.js-form-type-checkbox .form-item--error-message{
    position: absolute;
    top: -22px;
}
.js-form-type-checkbox{
    position: relative;
}
button.ui-dialog-titlebar-close{
    width: 14px;
    height: 14px;
    background-image: url("/sites/all/themes/vesta_theme/image/krest.svg");
    border: none;
    background-size: cover;
    background-color: #003E59;

}
.ui-dialog .ui-dialog-titlebar-close {
    width: 14px !important;
    height: 14px !important;
    right: .5em !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
:root{
    --font-family: 'Exo 2', sans-serif;
    --white: #ffffff;
    --green: #539D12;
    --blue: #19B6FD;
    --black: #000000;
    --grey: #CECECE;
    --text-color: #1E1E1E;
    --background-color: #FFFFFF;
    --fz-slider-title: 36px;
    --fz-slider-body: 16px;
    --fz-text: 16px;
    --fz-btn: 14px;
    --fz-nav: 15px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title-block: 36px;    
    --len-container: 960px;
    --img-w: 225px;
    --img-h: 190px;
    --gal-h: 270px;
    --gal-t-w: 300px;
    --gal-b-w: 465px;
    --bt-w: 240px;
    --bt-h: 35px;
    --logo-h: 39.12px;
    --bs-offcanvas-zindex: 10046;
}

.node--type-banner {
    padding-top: 85px;
    padding-bottom: 90px;
}
.node--type-banner h1 {
    width: 644px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 102px;
}
.node--type-banner .field--name-body {
    width: 445px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 30px;
}
#scrollToTop {
    width: 46px;
    height: 46px;
}
.header-bottom .col-nav {
    justify-content: end;
    margin-right: 196px;
}
.header-bottom .col-nav ul {
    gap: 15px;
}
.node--type-about.node--view-mode-teaser .gr-left {
    width: 654px;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body p {
    font-size: 17px;
    line-height: 21px;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body {
    max-width: 219px;
    min-width: 128px;
}
.node--type-usluga.node--view-mode-teaser::after {
    width: 41px;
    height: 58px;
    top: 25px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a,.node--type-photogallery.node--view-mode-teaser .field--name-node-title a  {
    font-size: 17px;
    line-height: 21px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title {
    width: 195px;
    top: 85px;
}
.mapContainer {
    height: 400px !important;
}
#footer .col-logo, #footer .col-nav, #footer .col-nav-uslugi {
    margin-right: 60px;
}
#footer .row-copiryght .col-prava {
    margin-right: 143px;
}
#footer .col-pol {
    margin-right: 143px;
}
.field--name-field-izobrazhenie-o-nas img {
    width: 290px;
    height: 290px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link {
    width: 30px;
    height: 30px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a {
    width: 30px;
    height: 30px;
}
#fos-block::before {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 120px), 0);
}
#fos-block::after {
    left: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 0px), 0);
}
#fos-block .container::after {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 188px), 0);
}
#fos-block .container::before {
    left: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 70px), 0);
}
.view-id-fotogalereya.view-display-id-page_1 .view-content {
    gap: 12px !important;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title {
    width: 220px;
}

}


@media screen and (min-width: 768px) and (max-width: 991px) {
:root{
    --font-family: 'Exo 2', sans-serif;
    --white: #ffffff;
    --green: #539D12;
    --blue: #19B6FD;
    --black: #000000;
    --grey: #CECECE;
    --text-color: #1E1E1E;
    --background-color: #FFFFFF;
    --fz-slider-title: 27px;
    --fz-slider-body: 16px;
    --fz-text: 14px;
    --fz-btn: 13px;
    --fz-nav: 14px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title-block: 36px;    
    --len-container: 720px;
    --img-w: 170px;
    --img-h: 148px; 
    --gal-h: 200px;
    --gal-t-w: 226px;
    --gal-b-w: 350px;
    --bt-w: 200px;
    --bt-h: 32px;
    --logo-h: 32px;
    --bs-offcanvas-zindex: 10046;
}

.node--type-banner {
    padding-top: 60px;
    padding-bottom: 60px;
}
.node--type-banner h1 {
    width: 490px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 60px;
}
.node--type-banner .field--name-body {
    width: 362px;
    line-height: 17px;
    margin-bottom: 30px;
}
#scrollToTop {
    width: 46px;
    height: 46px;
}
.header-bottom .col-nav {
    justify-content: end;
    margin-right: 0;
}
.header-bottom .col-nav ul {
    gap: 15px;
}
.node--type-about.node--view-mode-teaser .gr-left {
    width: 484px;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body p {
    font-size: 13px;
    line-height: 17px;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body {
    max-width: 170px;
    min-width: 128px;
}
.field--name-field-izobrazhenie-preimushchest img {
    width: 40px;
    height: auto;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: 0;
    top: 45px;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 74px;
    top: 45px;
}
.node--type-usluga.node--view-mode-teaser::after {
    width: 26px;
    height: 36px;
    top: 25px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a,.node--type-photogallery.node--view-mode-teaser .field--name-node-title a  {
    font-size: 14px;
    line-height: 17px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title {
    width: 165px;
    top: 61px;
    font-size: 14px;
    line-height: 17px;
}
.mapContainer {
    height: 350px !important;
}
#footer .col-logo, #footer .col-nav, #footer .col-nav-uslugi {
    margin-right: 0px;
}
#footer .row-copiryght .col-prava {
    margin-right: 143px;
}
#footer .col-pol {
    margin-right: 143px;
}
.field--name-field-izobrazhenie-o-nas img {
    width: 250px;
    height: 250px;
}
.field--name-field-izobrazhenie-o-nas {
    position: absolute;
    top: 76px;
    right: 0;
    bottom: unset;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link {
    width: 25px;
    height: 25px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a {
    width: 25px;
    height: 25px;
}
#fos-block::before {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 120px), 0);
}
#fos-block::after {
    left: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 0px), 0);
}
#fos-block .container::after {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 188px), 0);
}
#fos-block .container::before {
    left: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 70px), 0);
}
.node--type-webform.node--view-mode-full .field--name-body p {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 35px;
}
.node--type-webform.node--view-mode-full .field--name-body p {
    width: 500px;
    margin: 0 auto 20px auto;
}
.node--type-webform.node--view-mode-full .form-type-textfield input {
    height: 48px;
}
.webform-element-description {
    width: 676px;
    font-size: 12px;
}
.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas {
    position: relative;
    top: 0;
    bottom: unset;
    right: 0;
    float: right;
}
#footer .col-nav {
    width: 91px;
}
#footer .col-nav-uslugi {
    width: 253px;
}
#footer .col-contacts {
    width: 157px;
}
#footer .row {
    justify-content: space-between;
}
.field--name-field-izobrazhenie-banner::before {
    width: 372px;
    height: 372px;
    bottom: -134px;
    left: 26px;
}
.field--name-field-izobrazhenie-banner::after {
    width: 206px;
    height: 206px;
    top: 20px;
    left: 327px;
}
#banner-block::before {
    width: 140px;
    height: 140px;
    filter: blur(86.35px);
    bottom: 0px;
    left: 50%;
    transform: translateX(calc((-0.5) * var(--len-container) - 209px));
}
#footer .col-webvesta, #footer .col-webvesta a {
    width: 214px;
    font-size: 12px;
}
#footer .col-pol {
    width: 244px;
    margin-right: 55px;
    font-size: 12px;
}
#footer .col-pol a, #footer .row-copiryght .col-prava a{
    font-size: 12px;
}
#footer .row-copiryght .col-prava {
    width: 244px;
    margin-right: 55px;
    font-size: 12px;
}
.view-fotogalereya-new .view-content, .field--name-field-izobrazhenie-page-usluga, .view-gallery-page.view-display-id-block_1 .view-content {
    gap: 20px !important;
}
.view-id-fotogalereya.view-display-id-page_1 .view-content {
    gap: 12px !important;
    justify-content: center ;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title {
    width: 170px;
}
}


@media screen and (min-width: 577px) and (max-width: 767px) {
:root{
    --font-family: 'Exo 2', sans-serif;
    --white: #ffffff;
    --green: #539D12;
    --blue: #19B6FD;
    --black: #000000;
    --grey: #CECECE;
    --text-color: #1E1E1E;
    --background-color: #FFFFFF;
    --fz-slider-title: 22px;
    --fz-slider-body: 16px;
    --fz-text: 12px;
    --fz-btn: 12px;
    --fz-nav: 12px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title-block: 36px;    
    --len-container: 540px;
    --img-w: 170px;
    --img-h: 148px; 
    --gal-h: 150px;
    --gal-t-w: 170px;
    --gal-b-w: 264px;
    --bt-w: 180px;
    --bt-h: 30px;
    --logo-h: 32px;
    --bs-offcanvas-zindex: 10046;
}
.node--type-about .field--name-body p {
    line-height: 16px;
    margin-bottom: 10px;
}
.node--type-banner {
    padding-top: 40px;
    padding-bottom: 40px;
}
.node--type-banner h1 {
    width: 372px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 35px;
}
.node--type-banner .field--name-body {
    width: 334px;
    line-height: 17px;
    margin-bottom: 30px;
}
.field--name-field-izobrazhenie-banner {
    left: 50%;
    transform: translateX(calc(0.045 * var(--len-container) + 56px));
}
#scrollToTop {
    width: 36px;
    height: 36px;
}
.header-bottom .col-nav {
    justify-content: end;
    margin-right: 0;
}
.header-bottom .col-nav ul {
    gap: 15px;
}
.node--type-about.node--view-mode-teaser .gr-left {
    width: 359px;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body p {
    font-size: 13px;
    line-height: 17px;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body {
    max-width: 170px;
    min-width: 128px;
}
.field--name-field-izobrazhenie-preimushchest img {
    width: 40px;
    height: auto;
}
.view-nashi-uslugi .view-content {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
}
.view-preimushchestva .view-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.node--type-usluga.node--view-mode-teaser::after {
    width: 26px;
    height: 36px;
    top: 25px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a,.node--type-photogallery.node--view-mode-teaser .field--name-node-title a  {
    font-size: 14px;
    line-height: 17px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title {
    width: 165px;
    top: 61px;
    font-size: 14px;
    line-height: 17px;
}
.mapContainer {
    height: 280px !important;
}
#footer .col-logo, #footer .col-nav, #footer .col-nav-uslugi {
    margin-right: 0px;
}
#footer .row-copiryght .col-prava {
    margin-right: 143px;
}
#footer .col-pol {
    margin-right: 143px;
}
.field--name-field-izobrazhenie-o-nas img {
    width: 190px;
    height: 190px;
}
.field--name-field-izobrazhenie-o-nas {
    position: absolute;
    top: 76px;
    right: 0;
    bottom: unset;
}
.field--name-field-izobrazhenie-o-nas::before {
     width: 106px;
    height: 106px;
    filter: blur(47.6px);
    top: -10px;
    right: -41px;
    z-index: -1;
}
.field--name-field-izobrazhenie-o-nas::after {
    width: 117px;
    height: 117px;
    filter: blur(46px);
    bottom: 11px;
    left: -22px;
    z-index: -1;
}
#banner-block {
    margin-bottom: 50px;
}
#benefits-block, #uslugi-block, #fos-block, #gallery-block {
    margin-bottom: 50px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link {
    width: 25px;
    height: 25px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a {
    width: 25px;
    height: 25px;
}
#fos-block::before {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 120px), 0);
}
#fos-block::after {
    left: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 0px), 0);
}
#fos-block .container::after {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 188px), 0);
}
#fos-block .container::before {
    left: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 70px), 0);
}
.node--type-webform.node--view-mode-full .field--name-body p {
    font-size: 23px;
    line-height: 28px;
}
.node--type-webform.node--view-mode-full .form-type-textfield input {
    width: calc((var(--len-container) - 10px) * 0.5);
}
.node--type-webform.node--view-mode-full .field--name-body p {
    width: 500px;
    margin: 0 auto 20px auto;
}
.node--type-webform.node--view-mode-full .form-type-textfield input {
    height: 44px;
}
.webform-element-description {
    width: 370px;
    font-size: 12px;
}
.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas {
    position: relative;
    top: 0;
    bottom: unset;
    right: 0;
    float: right;
}
.webform-submission-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
}
#fos-block {
    padding: 33px 0 33px 0;
}
#footer .col-nav {
    width: 91px;
}
#footer .col-nav-uslugi {
    width: 253px;
}
#footer .col-contacts {
    width: 157px;
}
#footer .row {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
#footer .row-copiryght {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
#scrollToTop {
    bottom: 70px;
    right: 40px;
}
    #footer .col-logo{
        width: 100%;
    }
.field--name-field-izobrazhenie-banner::before {
    width: 372px;
    height: 372px;
    bottom: -134px;
    left: 26px;
}
.field--name-field-izobrazhenie-banner::after {
    width: 206px;
    height: 206px;
    top: 20px;
    left: 327px;
}
#banner-block::before {
    width: 140px;
    height: 140px;
    filter: blur(86.35px);
    bottom: 0px;
    left: 50%;
    transform: translateX(calc((-0.5) * var(--len-container) - 209px));
}
#footer .col-webvesta, #footer .col-webvesta a {
    width: 214px;
    font-size: 12px;
}
#footer .col-pol {
    width: 244px;
    margin-right: 55px;
    font-size: 12px;
}
#footer .col-pol a, #footer .row-copiryght .col-prava a{
    font-size: 12px;
}
#footer .row-copiryght .col-prava {
    width: 244px;
    margin-right: 55px;
    font-size: 12px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content p, #block-vesta-theme-vestaprivacyaccessblock .vpa-content p a {
    font-size: 14px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions button {
    width: 140px;
    height: 40px;
}

.view-fotogalereya-new .view-content, .field--name-field-izobrazhenie-page-usluga, .view-gallery-page.view-display-id-block_1 .view-content {
    gap: 15px !important;
}
.view-id-fotogalereya.view-display-id-page_1 .view-content {
    gap: 15px !important;
    justify-content: center;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title {
    width: 170px;
}

}

#header-mob .col-logo img {
    width: auto;
    height: var(--logo-h);
}
#header-mob .item.tg{
    margin-right: 7px;
}
#header-mob .cont{
    width: 100%;
}

.offcanvas-header  .logo img {
    width: auto;
    height: var(--logo-h);
}
.offcanvas-body #block-vesta-theme-osnovnayanavigaciya-4-menu{
    display: none;
}
.offcanvas-body nav ul li a{
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1E1E1E;
    padding: 10px 5px;
}
.offcanvas-body nav ul li a:hover{
    color: var(--blue);
}
.offcanvas-body .col-contacts{
    flex-direction: column;
}
.offcanvas-body .col-contacts img{
    margin-right: 10px;
}
.offcanvas-body .col-contacts a, .offcanvas-body .col-contacts .col-city{
    color: var(--text-color);
    text-decoration: none;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
}
.offcanvas-body .col-contacts a:hover{
    color: var(--blue);
}
.offcanvas-body .col-city, .offcanvas-body .col-tel, .offcanvas-body .col-mail{
    align-items: center;
    margin-bottom: 5px;
}
.offcanvas-body .col-contacts, .offcanvas .region-navigation{
    margin-bottom: 25px;
}

.offcanvas-body .region-search{
    position: relative;
}
.offcanvas-body .region-search .form-item.js-form-type-search.form-type-search,
.offcanvas-body .region-search .form-actions.js-form-wrapper.form-wrapper{
    display: none;
}

.offcanvas-body .region-search.active .form-item.js-form-type-search.form-type-search,
.offcanvas-body .region-search.active .form-actions.js-form-wrapper.form-wrapper{
    display: block;
    position: absolute;
}
.offcanvas-body .region-search.active .form-actions.js-form-wrapper.form-wrapper {
    left: 202px;
}

@media screen and (max-width: 576px) {
:root{
    --font-family: 'Exo 2', sans-serif;
    --white: #ffffff;
    --green: #539D12;
    --blue: #19B6FD;
    --black: #000000;
    --grey: #CECECE;
    --text-color: #1E1E1E;
    --background-color: #FFFFFF;
    --fz-slider-title: 22px;
    --fz-slider-body: 16px;
    --fz-text: 14px;
    --fz-btn: 12px;
    --fz-nav: 12px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title-block: 36px;    
    --len-container: 540px;
    --img-w: 215px;
    --img-h: 190px; 
    --gal-h: 190px;
    --gal-t-w: 215px;
    --gal-b-w: 261px;
    --bt-w: 180px;
    --bt-h: 30px;
    --logo-h: 32px;
    --bs-offcanvas-zindex: 10046;
}
.container {
    padding: 0 15px;
}
.node--type-about .field--name-body p {
    line-height: 16px;
    margin-bottom: 10px;
}
.node--type-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.node--type-banner h1 {
    width: 90%;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 16px;
}
.field--name-field-izobrazhenie-banner {
    position: absolute;
    top: 35%;
    bottom: 0;
}
.node--type-banner .field--name-body {
    width: 60%;
    line-height: 17px;
    margin-bottom: 20px;
}
.field--name-field-izobrazhenie-banner {
    left: 50%;
    transform: translateX(calc(0.045 * var(--len-container) + 30px));
}
#scrollToTop {
    width: 36px;
    height: 36px;
}
.header-bottom .col-nav {
    justify-content: end;
    margin-right: 0;
}
.header-bottom .col-nav ul {
    gap: 15px;
}
.node--type-about.node--view-mode-teaser .gr-left {
    width: 60%;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body p {
    font-size: 13px;
    line-height: 17px;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body {
    max-width: 170px;
    min-width: 128px;
}
.field--name-field-izobrazhenie-preimushchest img {
    width: 40px;
    height: auto;
}
.view-nashi-uslugi .view-content {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0;
}
.view-preimushchestva .view-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}
.node--type-usluga.node--view-mode-teaser::after {
    width: 26px;
    height: 36px;
    top: 52px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a ,.node--type-photogallery.node--view-mode-teaser .field--name-node-title a {
    font-size: 14px;
    line-height: 17px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title {
    width: 160px;
    top: 96px;
    font-size: 14px;
    line-height: 17px;
}
.mapContainer {
    height: 280px !important;
}
#footer .col-logo, #footer .col-nav, #footer .col-nav-uslugi {
    margin-right: 0px;
}
#footer .row-copiryght .col-prava {
    margin-right: 143px;
}
#footer .col-pol {
    margin-right: 143px;
}
.field--name-field-izobrazhenie-o-nas img {
    width: 190px;
    height: 190px;
}
.field--name-field-izobrazhenie-o-nas {
    position: absolute;
    top: 76px;
    right: 0;
    bottom: unset;
}
.field--name-field-izobrazhenie-o-nas::before {
     width: 106px;
    height: 106px;
    filter: blur(47.6px);
    top: -10px;
    right: -41px;
    z-index: -1;
}
.field--name-field-izobrazhenie-o-nas::after {
    width: 117px;
    height: 117px;
    filter: blur(46px);
    bottom: 11px;
    left: -22px;
    z-index: -1;
}
#banner-block {
    margin-bottom: 50px;
}
#benefits-block, #uslugi-block, #fos-block, #gallery-block {
    margin-bottom: 50px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link {
    width: 25px;
    height: 25px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a {
    width: 25px;
    height: 25px;
}
#fos-block::before {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 120px), 0);
}
#fos-block::after {
    left: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 0px), 0);
}
#fos-block .container::after {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 188px), 0);
}
#fos-block .container::before {
    left: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 70px), 0);
}
.node--type-webform.node--view-mode-full .field--name-body p {
    font-size: 23px;
    line-height: 28px;
}
.node--type-webform.node--view-mode-full .form-type-textfield input {
    width: 100%;
}
.node--type-webform.node--view-mode-full .field--name-body p {
    width: 90%;
    margin: 0 auto 20px auto;
}
.node--type-webform.node--view-mode-full .form-type-textfield input {
    height: 44px;
}
.webform-element-description {
    width: 95%;
    font-size: 12px;
}
.view-fotogalereya-new .view-content, .view-gallery-page.view-display-id-block_1 .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.view-fotogalereya-new .view-content .views-row img, .view-fotogalereya-new .view-content .views-row img {
    object-fit: cover;
    width: var(--gal-t-w) !important;
    height: var(--gal-h) !important;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row img, .view-gallery-page.view-display-id-block_1 .view-content .views-row img {
    object-fit: cover;
    width: var(--gal-t-w) !important;
    height: var(--gal-h) !important;
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row a, .view-gallery-page.view-display-id-block_1 .view-content .views-row a {
    width: var(--gal-t-w) !important;
    height: var(--gal-h) !important;
}
.field--name-field-izobrazhenie-page-usluga {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.field--name-field-izobrazhenie-page-usluga .field__item img, .field--name-field-izobrazhenie-page-usluga .field__item img {
    object-fit: cover;
    width: var(--gal-t-w) !important;
    height: var(--gal-h) !important;
}
.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas {
    position: relative;
    top: 0;
    bottom: unset;
    right: 0;
    float: right;
}
.node--type-webform.node--view-mode-full .form-type-textfield {
    width: 100%;
}
.webform-submission-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
    padding: 0 10px;
}
#fos-block {
    padding: 33px 0 33px 0;
}
#footer .col-nav {
    width: 91px;
}
#footer .col-nav-uslugi {
    width: 219px;
}
#footer .col-contacts {
    width: 157px;
}
#footer .row {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
    flex-direction: column;
    align-items: center;
}
#footer .row-copiryght {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
#scrollToTop {
    bottom: 70px;
    right: 40px;
}
#footer .col-logo{
    width: unset;
}
#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper .vpa-content {
    width: unset;
}
.node--type-about .field--name-body {
    margin-bottom: 30px;
}
.not-front h1{
    text-align: center;
}
#block-vesta-theme-vestaprivacyaccessblock div#vpa-short-wrapper {
    max-width: 570px;
    padding: 32px 34px;
    gap: 20px;
    flex-direction: column;
}
.field--name-field-izobrazhenie-banner::before {
    width: 272px;
    height: 272px;
    bottom: -134px;
    left: 82px;
    filter: blur(106.7px);
}
.field--name-field-izobrazhenie-banner::after {
    width: 206px;
    height: 206px;
    top: 20px;
    left: 327px;
}
#banner-block::before {
    width: 140px;
    height: 140px;
    filter: blur(86.35px);
    bottom: 0px;
    left: -36px;
    transform: none;
}
#footer .col-webvesta, #footer .col-webvesta a {
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.node--type-usluga.node--view-mode-full img {
    float: none;
    margin: 0 auto;
}
.node--type-usluga.node--view-mode-full{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 015px;
}
#footer .col-pol {
    width: 100%;
    text-align: center;
    margin-right: 0;
    font-size: 12px;
}
#footer .col-pol a, #footer .row-copiryght .col-prava a{
    font-size: 12px;
}
#footer .row-copiryght .col-prava {
    width: 100%;
    text-align: center;
    margin-right: 0;
    font-size: 12px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content p, #block-vesta-theme-vestaprivacyaccessblock .vpa-content p a {
    font-size: 14px;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions button {
    width: 140px;
    height: 40px;
}
.view-id-fotogalereya.view-display-id-page_1 .view-content {
    gap: 15px !important;
    justify-content: center;
}
.node--type-photogallery.node--view-mode-teaser .field--name-node-title {
    width: 170px;
}

}

@media screen and (max-width: 450px){
    .field--name-field-izobrazhenie-banner {
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        order: 2;
        width: 100%;
        height: auto;
        transform: none;
        margin-bottom: 15px;
    }
    .field--name-field-izobrazhenie-banner::before {
        width: 172px;
        height: 172px;
        bottom: -134px;
        left: 327px;
    }
 .node--type-banner.node--view-mode-full::before {
    content: "";
    position: absolute;
    width: 202px;
    height: 202px;
    border-radius: 50%;
    background: #539D12;
    filter: blur(141.7px);
    bottom: -189px;
    right: -109px;
}
    .node--type-banner {
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: anchor-center;
    }
.node--type-banner h1{
    text-align: center;
    order: 1;
}
.node--type-banner .field--name-body {
    order: 3;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku{
    order: 4;
}
    .node--type-banner .field--name-body {
        width: 100%;
    }
    .field--name-field-izobrazhenie-o-nas{
        display: none;
    }
        .node--type-about.node--view-mode-teaser .gr-left {
        width: 100%;
    }
}



.field--name-field-izobrazhenie-page-usluga{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: var(--gal-h);
    gap: 30px;
    margin-bottom: 30px;
}

.field--name-field-izobrazhenie-page-usluga .field__item:nth-child(5n+1) {
  grid-column: 1 / span 2;
}
.field--name-field-izobrazhenie-page-usluga .field__item:nth-child(5n+2) {
  grid-column: 3 / span 2;
}
.field--name-field-izobrazhenie-page-usluga .field__item:nth-child(5n+3) {
  grid-column: 5 / span 2;
}
.field--name-field-izobrazhenie-page-usluga .field__item:nth-child(5n+4) {
  grid-column: 1 / span 3;
}
 .field--name-field-izobrazhenie-page-usluga .field__item:nth-child(5n) {
  grid-column: 4 / span 3;}
.field--name-field-izobrazhenie-page-usluga .field__item{
    border-radius: 20px;
    overflow: hidden;
}
.field--name-field-izobrazhenie-page-usluga .field__item:nth-child(5n+1) img, .field--name-field-izobrazhenie-page-usluga .field__item:nth-child(5n+2) img, .field--name-field-izobrazhenie-page-usluga .field__item:nth-child(5n+3) img{
    object-fit: cover;
    width: var(--gal-t-w);
    height: var(--gal-h);
}
.field--name-field-izobrazhenie-page-usluga .field__item:nth-child(5n+4) img, .field--name-field-izobrazhenie-page-usluga .field__item:nth-child(5n) img{
    object-fit: cover;
    width: var(--gal-b-w);
    height: var(--gal-h);
}

.node--type-usluga.node--view-mode-full .field--name-body{
    margin-bottom: 40px;
}

.view-id-fotogalereya.view-display-id-page_1 .view-content{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.view-id-fotogalereya.view-display-id-page_1{
    margin-bottom: 60px;
}


@media screen and (max-width: 490px) {
:root{
    --fz-text: 14px;
    --img-w: 90vw;
    --img-h: 80vw; 
    --gal-h: 80vw;
    --gal-t-w: 90vw;
    --gal-b-w: 261px;
    --bt-w: 180px;
    --bt-h: 30px;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body p {
        font-size: 15px;
        line-height: 19px;
}
.node--type-preimushchestvo.node--view-mode-full .field--name-body {
    max-width: 200px;
    min-width: 128px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a, .node--type-photogallery.node--view-mode-teaser .field--name-node-title a {
    font-size: 20px;
    line-height: 22px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title {
    width: 70%;
    top: 50%;
    font-size: 20px;
    line-height: 22px;
}
    .node--type-usluga.node--view-mode-teaser::after {
    width: 35px;
    height: 50px;
    top: 50%;
    transform: translate(-17px, -64px);
}
    .node--type-usluga.node--view-mode-teaser .field--name-node-link {
    width: 30px;
    height: 30px;
   bottom: 50%;
        transform: translate(-15px, 100px);
}
.view-gallery-page.view-display-id-block_1 .view-content .views-row img, .view-gallery-page.view-display-id-block_1 .view-content .views-row img {
    object-fit: cover;
    width: 90vw !important;
    height: 90vw !important;
}
    .view-gallery-page.view-display-id-block_1 .view-content .views-row a, .view-gallery-page.view-display-id-block_1 .view-content .views-row a {
    width: 90vw !important;
    height: 90vw !important;
}
.field--name-field-izobrazhenie-page-usluga .field__item img, .field--name-field-izobrazhenie-page-usluga .field__item img {
        width: 90vw !important;
        height: 90vw !important;
    }
    .node--type-photogallery.node--view-mode-teaser .field--name-node-title {
        width: 70%;
    }
.node--type-preimushchestvo.node--view-mode-full {
    width: 250px;
    height: 220px;
}
    .field--name-field-izobrazhenie-preimushchest img {
        width: 50px;
    
    }
    .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga a {
        display: flex;
        width: 100%;
        height: 100%;

    }
    .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}