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


:root{
    --font-family: 'Inter', sans-serif;
    --font-family-title: 'ZenKakuGothicNew', sans-serif;
    --white: #ffffff;
    --yellow: #FFBC40;
    --yellow-light: #FFCB6C;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-slider-title: 40px;
    --fz-slider-body: 28px;
    --fz-text: 20px;
    --fz-btn: 20px;
    --fz-nav: 20px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title: 39px;
    --fz-title-block: 40px;    
    --len-container: 1170px;
    --slider-h: 589px;
    --slider-w: 1920px;
    --img-w: 374px;
    --img-h: 420px;
    --bt-w: 370px;
    --bt-h: 50px;
    --bs-offcanvas-zindex: 10046;
    --header-h: 162px;
    --pic-w: 370px;
    --pic-h: 396px; 
    --vid_h: 432px;
}

body {
    font-family: var(--font-family);
    background-color: var(--white);
    color: var(--text-color);
}
main{
    margin-top: var(--header-h);
    min-height: 100vh;
    overflow: hidden;
}
.container{
        padding: 0;
}
@media (min-width: 1200px) {
    .container{
        max-width: 1170px;
        padding: 0;
    }
}
@media (min-width: 768px) {
    header#header-mob {
        display: none !important;
    }
    header#header {
        display: block !important;
    }
}
@media (max-width: 767px) {
    header#header {
        display: none !important;
    }
    header#header-mob {
        display: flex !important;
    }
    
}
p{
    margin-bottom: 0;
}

.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
}

/*HEADER STYLES*/
#footer .ajax-progress,
#header .ajax-progress {
    display: none;
}
header#header-mob {
        align-items: start !important;
        padding-top: 30px;
        padding-bottom: 30px;
}

@media (max-width: 767px) {
header .col-contacts2
 {
    width: 100% !important;
}
header  .col-contacts1{
    margin-bottom: 23px;
}
header .col-contacts2 .col-contacts2-top{
    align-items: center;
    margin-bottom: 20px;
}
}
header{
    background: #000000;
    color: #FFFFFF;
    height: var(--header-h);
    width: 100%;
    z-index: 20;
}

.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: #000000;
    color: #FFFFFF;
    padding: 5px 5px;
    z-index: 50;
}

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

#header-mob > * {
    padding: 0 0px;
}
#header-mob .col-nav{
    position: absolute;
    right: 30px;
}
#header-mob a {
    color: #FFFFFF;
    text-decoration: none;
}
#header-mob .col-logo a{
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 43px;
    color: #FFFFFF;
}
.offcanvas {
    --bs-offcanvas-bg: #000000;
}
.offcanvas.offcanvas-start {
    left: unset;
    right: 0;
    transform: translateX(100%);
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: translate(1px, 0);
}
.offcanvas .offcanvas-title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.btn-close {
    --bs-btn-close-bg: url("/sites/all/themes/vesta_theme/image/btn-close.svg");
}
.offcanvas .logo a{
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
    text-decoration: none;
}
.offcanvas-header {
    padding: 40px var(--bs-offcanvas-padding-x);
}
.offcanvas .region-navigation .nav {
    gap: 20px;
}
.offcanvas  .nav-item a{
    width: 90px;
    font-size: 18px;
}
.offcanvas .nav-item a.dropdown-item{
    white-space: unset;
    width: 100%;
}
.offcanvas .dropdown-toggle::after {
    right: 6px;
}
.offcanvas nav{
    margin-bottom: 40px;
}

.offcanvas .col-social .item{
    margin-right: 12px;
}
.offcanvas .col-social{
    margin-bottom: 16px;
}
.offcanvas .col-contacts1 a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #FFFFFF;
}
.offcanvas .col-contacts1{
    margin-bottom: 17px;
}
.offcanvas .col-contacts2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.offcanvas .col-contacts1, .offcanvas .col-contacts2{
    display: flex;
    align-items: center;
}
.offcanvas .col-contacts1 img, .offcanvas .col-contacts2 img{
    margin-right: 6px;
}
.offcanvas .col-contacts2{
    width: 208px;
}


.region-navigation .nav > .nav-item:hover .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    background-color: #000000;
}
.dropdown-menu {
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 7.5px;
    --bs-dropdown-link-color: var(--white);
    --bs-dropdown-link-hover-color: var(--yellow);
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-color: var(--yellow);
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-item-padding-x: 19px;
    --bs-dropdown-item-padding-y: 7.5px;
}
.nav {
    --bs-nav-link-color: var(--white);
    --bs-nav-link-hover-color: var(--yellow);
}
.region-navigation .nav{
    gap: 50px;
}
.nav-item a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-nav);
    line-height: 24px;
    color: #FFFFFF;
    padding: 0;
}
.nav-item a.is-active, .nav-item a.active{
   color: var(--yellow);
}
.nav-item a.dropdown-item{
    padding: 10px 20px;
}
.region-navigation .nav .nav-item a:hover{
    color: var(--yellow);
}
.region-navigation .nav .nav-item{
    padding: 0;
}
.nav-tabs li a{
    color: #686868;
}
/*HEADER STYLES*/

/* SLICK STYLES */
.slick-slide img {
    width: 100vw;
    height: 589px;
    object-position: center;
    object-fit: cover;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    position: absolute;
    top: 182px;
    bottom: none;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .field--name-field-image{
    height: var(--slider-h);
    width: 100vw;
    object-fit: cover;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title p{
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-slider-title);
    color: #FFFFFF;
    text-align: center;
    line-height: 58px;
    margin-bottom: 56px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body p{
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-slider-body);
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 48px);
    display: block;
    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: 50%;
    transform: translate(  calc( var(--len-container) * ( -0.5)  - 230px), 0);
}

button.slick-next.slick-arrow {
    right: 50%;
    transform: translate( calc( var(--len-container) * 0.5 + 230px), 0);
}

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: 98px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

button.slick-arrow::before {
    content: '';
    display: block;
    position: relative;
    width: 98px;
    height: 98px;
    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/iconoir_nav-arrow-left.svg");
}

button.slick-next.slick-arrow::before {
    background-image: url("/sites/all/themes/vesta_theme/image/iconoir_nav-arrow-right.svg");
}

#scrollToTop {
    width: 83px;
    height: 83px;
    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 .logo a{
    font-family: var(--font-family-title);
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-title);
    color: #FFFFFF;
    text-decoration: none;
}
header .logo a:hover, header .col-contacts2 .tel:hover{
    color: var(--yellow);
}
header .col-contacts2{
    width: 186px;
    align-items: center;
}
header .col-contacts2 .col-contacts2-top{
    margin-bottom: 11px;
}
header .col-contacts2 .col-contacts2-top .item{
    margin-right: 20px;
}

header .col-contacts2 .tel{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
header .col-contacts1{
    display: flex;
}
header .col-contacts1 .adress{
    width: 173px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
}
header .col-contacts1 img{
    margin-right: 5px;
}
header .header-top{
    padding: 18px 0 0 0;
    margin-bottom: 30px;
}
header .header-bottom{
    padding-bottom: 19px;
}
.not-front .block-page-title-block{
margin-bottom: 50px;
}
#slider-block{
    margin-bottom: 61px;
}
#about-block, #benefits-block, #uslugi-block, #news-block, #gallery-block, #fos-block, #map-block, #videogallery-block, #otzyv-block{
    margin-bottom: 120px;
}
.node--type-about.node--view-mode-teaser .title-group{
    display: flex;
    align-items: end;
    margin-bottom: 50px;
}
.node--type-about.node--view-mode-teaser .field--name-node-title h1{
    width: 603px;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 72px;
    color: #000000;
    margin: 0;
    margin-right: 80px;
}

.node--type-about.node--view-mode-full .field--name-field-podzagolovok {
    margin-bottom: 45px;
    position: absolute;
    right: 0;
    top: -132px;
    width: 613px;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-slider-body);
    line-height: 41px;
    letter-spacing: 0.05em;
    color: #000000;
}
.node--type-about.node--view-mode-teaser .field--name-field-podzagolovok {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-slider-body);
    line-height: 41px;
    letter-spacing: 0.05em;
    color: #000000;
}
.node--type-about.node--view-mode-full{
    position: relative;
}
.node--type-about.node--view-mode-teaser .field--name-field-podzagolovok{
    width: 486px;
}
.node--type-about.node--view-mode-full .field--name-field-podzagolovok {
    margin-bottom: 45px;
}
.node--type-about.node--view-mode-teaser .content-group{
    display: flex;
}
.node--type-about .field--name-field-izobrazhenie-o-nas img{
    width: 600px;
    height: 503px;
    object-fit: cover;
    margin-right: 83px;
} 

.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas img{
    float: left;
} 
.node--type-about .field--name-body p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-text);
    line-height: 24px;
    color: #000000;
}
.node--type-about.node--view-mode-teaser .field--name-body p{
    width: 486px;
}
.node--type-about .field--name-body{
    margin-bottom: 117px;
}
.node--type-about.node--view-mode-teaser .field--name-node-link{
    width: var(--pic-w);
    height: var(--bt-h);
    background: var(--yellow);
    cursor: pointer;
}

.node--type-about.node--view-mode-teaser .field--name-node-link a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-btn);
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    width: var(--bt-w);
    height: var(--bt-h);
    display: flex;
    justify-content: center;
    align-items: center;
}
.node--type-about.node--view-mode-teaser .field--name-node-link:hover{
    background: var(--yellow-light);
    border-color: var(--yellow-light);
    box-shadow: -56px 51px 21px rgba(252, 190, 74, 0.01), -36px 32px 19px rgba(252, 190, 74, 0.06), -20px 18px 16px rgba(252, 190, 74, 0.21), -9px 8px 12px rgba(252, 190, 74, 0.36), -2px 2px 7px rgba(252, 190, 74, 0.41);
}
.node--type-preimushchestvo.node--view-mode-teaser{
    box-sizing: border-box;
    width: 441px;
    height: 120px;
    background: rgba(255, 255, 255, 0.55);
    border: 2px solid #FFFFFF;
    padding: 27px 36px;
    display: flex;
    align-items: center;
}
.field--name-field-izobrazhenie-preimushchest img, .blazy--field-izobrazhenie-preimushchest--teaser{
    width: 66px;
    height: 66px;
}
.blazy--field-izobrazhenie-preimushchest--teaser{
    margin-right: 42px;
}
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body p{
    width: 263px;
    height: 48px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
#benefits-block{
    background-color: #000000;
    padding-top: 56px;
    padding-bottom: 55px;
}
.block-title{
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-title-block);
    line-height: 58px;
    width: 400px;
}
#benefits-block .block-title{
    color: var(--white);
}
#benefits-block .view-header .block-header{
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-slider-body);
    line-height: 41px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    width: 620px;
    padding: 0;
}
.field[data-blazy] {
    min-width: unset;
}
.view-preimushchestva .view-content{
    display: flex;
    gap: 30px;
    justify-content: start;
    width: 912px;
    flex-wrap: wrap;
}
.view-preimushchestva .view-header, .view-uslugi .view-header, .view-news .view-header{
    margin-bottom: 50px;
}
.benefits-block .region-benefits::before{
    content: '';
    display: block;
    position: absolute;
    width: 559px;
    height: 447px;
    bottom: -55px;
    right: -252px;
    background: url(/sites/all/themes/vesta_theme/image/benefits.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.benefits-block .region-benefits{
    position: relative;
}

.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img{
    box-sizing: border-box;
    width: var(--pic-w);
    height: var(--pic-h);
    border: 1px solid #000000;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: relative;
    object-fit: cover;
}
.node--type-news.node--view-mode-teaser .blazy--field-image-news img{
    box-sizing: border-box;
    width: var(--pic-w);
    height: var(--pic-h);
    border: 1px solid #000000;
    position: relative;
    object-fit: cover;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga, #uslugi-block .views-row,
.node--type-news.node--view-mode-teaser .blazy--field-image-news, .view-news .views-row{
    box-sizing: border-box;
    width: var(--pic-w);
    height: var(--pic-h);
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga,
.node--type-news.node--view-mode-teaser .blazy--field-image-news{
    position: relative;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga::before,
.node--type-news.node--view-mode-teaser .blazy--field-image-news::before{
    content: '';
    display: block;
    position: absolute;
    width: var(--pic-w);
    height: var(--pic-h);
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(64, 55, 42, 0) -10.23%, rgba(64, 55, 42, 0.7) 78.46%);
    background-position: center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link:hover,
.node--type-news.node--view-mode-teaser .field--name-node-link:hover{
    box-shadow: -56px 51px 21px rgba(252, 190, 74, 0.01), -36px 32px 19px rgba(252, 190, 74, 0.06), -20px 18px 16px rgba(252, 190, 74, 0.21), -9px 8px 12px rgba(252, 190, 74, 0.36), -2px 2px 7px rgba(252, 190, 74, 0.41);
}
#uslugi-block .view-header .block-header,
.view-news .view-header .block-header{
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-slider-body);
    line-height: 41px;
    letter-spacing: 0.05em;
    width: 770px;
    padding: 0;
}
#uslugi-block .view-header .block-header{
    color: #000000;
}
.view-news .view-header .block-header, .view-news .block-title{
    color: #FFFFFF;
}
.view-uslugi .view-content,
.view-news .view-content,
.view-fotogalereya-new .view-content,
.view-videogalereya .view-content{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.node--type-usluga.node--view-mode-teaser,
.node--type-news.node--view-mode-teaser{
    position: relative;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title,
.node--type-news.node--view-mode-teaser .field--name-node-title{
    position: absolute;
    width: 310px;
    height: 48px;
    top: 243px;
    left: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    z-index: 2;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a,
.node--type-news.node--view-mode-teaser .field--name-node-title a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a:hover,
.node--type-news.node--view-mode-teaser .field--name-node-title a:hover{
    color: var(--yellow);
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link,
.node--type-news.node--view-mode-teaser .field--name-node-link{
    position: absolute;
    width: 310px;
    height: 50px;
    left: 30px;
    top: 316px;
    background: #FFBC40;
    z-index: 2;
    cursor: pointer;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a,
.node--type-news.node--view-mode-teaser .field--name-node-link a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    width: 310px;
    height: var(--bt-h);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.view-uslugi .view-footer{
    position: absolute;
    width: var(--pic-w);
    height: var(--pic-h);
    bottom: 80px;
    right: 0;
    background: #747474;
    padding-left: 30px;
    padding-top: 40px;
}
.view-uslugi .view-footer .string1{
    width: 310px;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-bottom: 20px;

}
.view-uslugi .view-footer .string2{
    width: 188px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.view-uslugi .view-footer::before{
    content: '';
    display: block;
    position: absolute;
    width: 216px;
    height: 297px;
    bottom: 0px;
    right: 0px;
    background: url(/sites/all/themes/vesta_theme/image/uslugi.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.block-views .more-link{
    width: var(--pic-w);
    height: var(--bt-h);
    background: var(--yellow);
    cursor: pointer;
}
.block-views .more-link a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-btn);
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    width: var(--pic-w);
    height: var(--bt-h);
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-views .more-link:hover{
    background: var(--yellow-light);
    box-shadow: -56px 51px 21px rgba(252, 190, 74, 0.01), -36px 32px 19px rgba(252, 190, 74, 0.06), -20px 18px 16px rgba(252, 190, 74, 0.21), -9px 8px 12px rgba(252, 190, 74, 0.36), -2px 2px 7px rgba(252, 190, 74, 0.41);
}
.node--type-usluga.node--view-mode-full .field--name-field-izobrazhenie-usluga{
    margin-right: 30px;
    float: left;
}
#news-block{
    background-color: #000000;
    padding: 55px 0;
}
.row-header{
    display: flex;
}
.field--name-field-izobrazhenie-galereya, .field--name-field-izobrazhenie-galereya img{
    width: var(--pic-w);
    height: var(--pic-w);
}
.field--name-field-izobrazhenie-galereya img{
    object-fit: cover;
}
#gallery-block .block-title{
    margin-bottom: 50px;
}
#fos-block, #block-vesta-theme-views-block-forma-obratnoy-svyazi-block-1-2{
    background-color: #000000;
    padding: 62px 0;
}
.view-forma-obratnoy-svyazi{
    background-color: var(--white);
    padding-bottom: 61px;
    position: relative;
}
.node--type-webform{
    display: flex;
}
.node--type-webform .field--name-node-title{
    width: 470px;
    height: 174px;
    margin-top: 35px;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-title-block);
    line-height: 58px;
    color: #000000;
    margin-right: 170px;
    margin-left: 30px;
}
.node--type-webform .right-group{
    width: 470px;
}
.node--type-webform .right-group .field--name-body p{
    width: 470px;
    margin-top: 61px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 26px;
}
form .js-form-item input{
    width: 470px;
    height: 49px;
    border: 1px solid #747474;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #747474;
    padding: 27px 20px;
    margin-bottom: 15px;
    border-radius: 0;
}
form button{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-btn);
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    width: var(--pic-w);
    height:var(--bt-h);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
}
form button:hover{
    background: var(--yellow-light);
    box-shadow: -56px 51px 21px rgba(252, 190, 74, 0.01), -36px 32px 19px rgba(252, 190, 74, 0.06), -20px 18px 16px rgba(252, 190, 74, 0.21), -9px 8px 12px rgba(252, 190, 74, 0.36), -2px 2px 7px rgba(252, 190, 74, 0.41);
}
.btn:hover {
    color: var(--black);
    background-color: var(--yellow-light);
    border-color: var(--yellow-light);
}
.btn{
    color: var(--black);
    background-color: var(--yellow);
    border-color: var(--yellow);
}
.js-form-item.js-form-type-checkbox{
    display: flex;
}
.js-form-item.js-form-type-checkbox input{
    width: 15px;
    height: 15px;
    border: 1.5px solid #000000;
    margin-right: 10px;
}
#edit-privacy--description, #edit-privacy--description a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #000000;
    width: 355px;
}
.description{
    width: 355px;
}
.view-forma-obratnoy-svyaz{
    position: relative;
}
.view-forma-obratnoy-svyazi::before {
    content: '';
    display: block;
    position: absolute;
    width: 512px;
    height: 254px;
    bottom: 0px;
    left: 0px;
    background: url(/sites/all/themes/vesta_theme/image/form.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#block-vesta-theme-kontakty{
    background: #000000;
}
.region-map .field--name-body{
    display: flex;
}
.region-map .col-contacts2-top a img{
    width: 22px !important;
    height: 22px !important;
}
.region-map .col-contacts2-top .item{
    margin-right: 15px;
}
.region-map .col-contacts2-top .item_tg{
    margin-right: 30px;
}
.region-map .col-contacts2, .region-map .col-contacts2-top, .region-map .col-contacts1{
    flex-direction: row;
    display: flex;
    align-items: center;
}
.region-map .col-contacts2 .tel, .region-map .col-contacts1 .adress{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}
.region-map .col-contacts2, .region-map .col-contacts1{
    margin-right: 114px;
}
#block-vesta-theme-kontakty{
    padding: 23px 34px;
}
.region-map .logo a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}
.region-map a:hover, .region-map .col-contacts2 .tel:hover{
    color: var(--yellow);
}
#block-vesta-theme-kontakty-2{
    background: #000000;
}
#block-vesta-theme-kontakty-2 .field--name-body{
    display: flex;
}
#block-vesta-theme-kontakty-2 .col-contacts2-top a img{
    width: 22px !important;
    height: 22px !important;
}
#block-vesta-theme-kontakty-2 .col-contacts2-top .item{
    margin-right: 15px;
}
#block-vesta-theme-kontakty-2 .col-contacts2-top .item_tg{
    margin-right: 30px;
}
#block-vesta-theme-kontakty-2 .col-contacts2, #block-vesta-theme-kontakty-2 .col-contacts2-top, #block-vesta-theme-kontakty-2 .col-contacts1{
    flex-direction: row;
    display: flex;
    align-items: center;
}
#block-vesta-theme-kontakty-2 .col-contacts2 .tel, #block-vesta-theme-kontakty-2 .col-contacts1 .adress{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}
#block-vesta-theme-kontakty-2 .col-contacts2, #block-vesta-theme-kontakty-2 .col-contacts1{
    margin-right: 114px;
}
#block-vesta-theme-kontakty-2{
    padding: 23px 34px;
}
#block-vesta-theme-kontakty-2 .logo a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
}
#block-vesta-theme-kontakty-2 a:hover, #block-vesta-theme-kontakty-2 .col-contacts2 .tel:hover{
    color: var(--yellow);
}
#footer{
    background: #000000;
    padding-top: 39px;
}
#footer .col-nav nav ul, #footer .col-nav-uslugi nav ul {
    flex-direction: column;
}
#footer .col-logo .item a, #footer .col-logo .item_tg a{
    line-height: 31px;
}
#footer .col-logo a{
    width: 266px;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
    text-decoration: none;
}
#footer .col-logo a:hover, #footer .col-logo .col-contacts1 a:hover, #footer .col-nav nav ul li a:hover, #footer .col-nav-uslugi nav ul li a:hover,
#footer .row-copiryght a:hover{
    color: var(--yellow);
}
#footer .col-social .item{
    margin-right: 19px;
}
#footer .col-social, #footer .col-logo .name{
    margin-bottom: 22px;
}

#footer .col-logo .col-contacts1 a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    color: #FFFFFF;
}
#footer .col-logo .col-contacts1{
    margin-bottom: 17px;
}
#footer .col-logo .col-contacts2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
#footer .col-logo .col-contacts1, #footer .col-logo .col-contacts2{
    display: flex;
    align-items: center;
}
#footer .col-logo .col-contacts1 img, #footer .col-logo .col-contacts2 img{
    margin-right: 6px;
}
#footer .col-logo{
    width: 360px;
    padding: 0;
    margin-right: 257px;
}
#footer .col-nav nav ul li a{
    width: 91px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    margin: 7.5px 0;
}
#footer .col-nav{
    width: 92px;
    padding: 0;
    margin-right: 70px;
}
#footer .dropdown-toggle::after{
    display: none;
}

#footer .col-nav-uslugi nav ul li a{
    width: 391px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    margin: 5px 0;
}
#footer .col-nav-uslugi{
    width: 391px;
    padding: 0;
}
#footer .row{
    margin: 0 0 25px 0;
}
#footer .copyright, #footer .row-copiryght, #footer .row-copiryght a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #CECECE;
    text-decoration: none;
}
#footer .row-copiryght a{
    width: fit-content;
    padding: 0;
}
 #footer .row-copiryght{
    justify-content: space-between;
    display: flex;
    width: 100%;
}
#footer{
    padding-bottom: 40px;
}
.dropdown-toggle{
    position: relative;
}
.dropdown-toggle::after {
    position: absolute;
    height: 24px;
    width: 24px;
    top: -3px;
    right: -23px;
    color: transparent;
    background: url(/sites/all/themes/vesta_theme/image/iconoir_nav-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}


#block-vesta-theme-bloknastranicekontakty .logo a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}
#block-vesta-theme-bloknastranicekontakty .logo a:hover, #block-vesta-theme-bloknastranicekontakty .col-contacts1 a:hover{
    color: var(--yellow);
}
#block-vesta-theme-bloknastranicekontakty .logo{
    margin-bottom: 20px;
}
#block-vesta-theme-bloknastranicekontakty .col-contacts2-top{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
#block-vesta-theme-bloknastranicekontakty .col-contacts1 .tel, #block-vesta-theme-bloknastranicekontakty .col-contacts1 .adress {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}
#block-vesta-theme-bloknastranicekontakty .col-contacts1{
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 15px;
}

#block-vesta-theme-bloknastranicekontakty .col-contacts1.last-e{
    margin-bottom: 40px;
}
.field--name-field-video, .video-embed-field-lazy img, .video-embed-field-provider-rutube{
    width: var(--pic-w);
    height: var(--vid_h);
}
.video-embed-field-lazy img{
    object-fit: cover;
}
#videogallery-block .block-title {
    margin-bottom: 50px;
}
.field--name-field-video{
    position: relative;
    backdrop-filter: blur(2px);
}
.field--name-field-video::before {
    content: '';
    display: block;
    position: absolute;
    width: var(--pic-w);
    height: var(--vid_h);
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(64, 55, 42, 0) 0%, rgba(64, 55, 42, 0.7) 100%);
    background-position: center;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}
.video-embed-field-lazy-play{
    border: none;
}
.view-uslugi{
    position: relative;
}
#block-vesta-theme-views-block-preimushchestva-block-1{
    position: relative;
    z-index: 1;
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
:root{
    --font-family: 'Inter', sans-serif;
    --font-family-title: 'ZenKakuGothicNew', sans-serif;
    --white: #ffffff;
    --yellow: #FFBC40;
    --yellow-light: #FFCB6C;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-slider-title: 33px;
    --fz-slider-body: 22px;
    --fz-text: 18px;
    --fz-btn: 18px;
    --fz-nav: 18px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title: 34px;
    --fz-title-block: 34px;    
    --len-container: 960px;
    --slider-h: 368px;
    --slider-w: 1920px;
    --img-w: 374px;
    --img-h: 420px;
    --bt-w: 290px;
    --bt-h: 40px;
    --bs-offcanvas-zindex: 10046;
    --header-h: 132px;
    --pic-w: 290px;
    --pic-h: 310px; 
    --vid_h: 338px;
}
.node--type-usluga .field--name-field-tezis1 {
    width: 480px;
}
.node--type-usluga.node--view-mode-full .content-group .field--name-field-body-content {
    width: 436px;
    margin-right: 35px;
    margin-bottom: 10px;
}
.node--type-usluga .node--type-princip img {
    width: 55px;
    height: 55px;
}
.node--type-usluga .field--name-field-izobrazheniya-vnutri .field__item:first-child img {
    width: 220px;
    height: 244px;
}
.field--name-field-izobrazheniya-vnutri {
    width: 500px !important;
    height: 244px !important;
}
.node--type-usluga .field--name-field-izobrazheniya-vnutri .field__item img {
    width: 249px;
    height: 244px;
}
.node--type-usluga.node--view-mode-full, #block-vesta-theme-views-block-forma-obratnoy-svyazi-block-1-2, .not-front .wr_content {
    margin-bottom: 100px !important;
}
header .col-contacts2 .tel {
    font-size: 18px;
}
header .col-contacts1 .adress {
    font-size: 18px;
    width: 164px;
}
header .col-contacts2 .col-contacts2-top {
    margin-bottom: 7px;
}
header .col-contacts2 .col-contacts2-top .item {
    margin-right: 18px;
}
header .col-contacts2 .col-contacts2-top .item img, header .col-contacts2 .col-contacts2-top .item_tg img {
    width: 27px !important;
    height: 27px !important;
}
header .header-top {
    margin-bottom: 12px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    top: 103px;
}
.slick-slide img {
    width: 100vw;
    height: 368px;
    object-position: center;
    object-fit: cover;
}
header .header-bottom {
    padding-bottom: 12px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title p {
    margin-bottom: 18px;
}
button.slick-next.slick-arrow {
    right: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 90px), 0);
}
button.slick-prev.slick-arrow {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 90px), 0);
}
button.slick-arrow {
    width: 65px;
    height: 65px;
}
button.slick-arrow::before {
    width: 65px;
    height: 65px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .field--name-field-image{
    min-width: unset;
}
.slick-prev, .slick-next {
    top: calc(50% - 32px);
}
.node--type-about .field--name-field-izobrazhenie-o-nas img {
    width: 480px;
    height: 403px;
    margin-right: 45px;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    width: 415px;
}
.node--type-about .field--name-body p {
     line-height: 22px;
}
.node--type-about .field--name-body {
    margin-bottom: 45px;
}
.node--type-about.node--view-mode-teaser .field--name-node-title h1 {
    width: 480px;
    font-size: 39px;
    line-height: 53px;
    margin: 0;
    margin-right: 46px;
}
.node--type-about .field--name-field-podzagolovok {
    line-height: 36px !important;
}
.node--type-about.node--view-mode-full .field--name-field-podzagolovok {
    margin-bottom: 45px;
    width: 480px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link, .node--type-news.node--view-mode-teaser .field--name-node-link {
    width: 260px;
    height: 40px;
    left: 15px;
    top: 239px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a, .node--type-news.node--view-mode-teaser .field--name-node-link a {
    font-size: 17px;
    line-height: 22px;
    width: 260px;
    height: 40px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title, .node--type-news.node--view-mode-teaser .field--name-node-title {
    width: 260px;
    height: 48px;
    top: 174px;
    left: 15px;
    font-size: 17px;
    line-height: 22px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a, .node--type-news.node--view-mode-teaser .field--name-node-title a {
    font-size: 17px;
    line-height: 22px;
}
.view-uslugi .view-footer::before {
    width: 150px;
    height: 206px;
}
.view-uslugi .view-footer .string1 {
    width: 260px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
}
.view-uslugi .view-footer .string2 {
    width: 188px;
    font-size: 17px;
    line-height: 22px;
}
.view-uslugi .view-footer {
    padding-left: 15px;
    padding-top: 20px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    width: 360px;
    height: 100px;
    padding: 15px 15px;
}
.field--name-field-izobrazhenie-preimushchest img, .blazy--field-izobrazhenie-preimushchest--teaser {
    width: 50px;
    height: 50px;
}
.blazy--field-izobrazhenie-preimushchest--teaser {
    margin-right: 12px;
}
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
    width: 265px;
    height: 44px;
    font-size: 18px;
    line-height: 22px;
}
.benefits-block .region-benefits::before {
    width: 458px;
    height: 372px;
    bottom: -55px;
    right: -220px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body p {
    line-height: 34px;
}
.node--type-webform .field--name-node-title {
    width: 380px;
    height: 150px;
    margin-top: 35px;
    line-height: 44px;
    margin-right: 100px;
}
.node--type-webform .right-group .field--name-body p {
    width: 384px;
    font-size: 18px;
}
form .js-form-item input {
    width: 384px;
    height: 49px;
    font-size: 18px;
    line-height: 22px;
    padding: 23px 20px;
    margin-bottom: 15px;
}
#uslugi-block .view-header .block-header, .view-news .view-header .block-header {
    width: 609px;
}

.block-title {
    width: 321px;
}
.node--type-webform .right-group {
    width: 384px;
}
.view-forma-obratnoy-svyazi {
    padding-bottom: 40px;
}
.view-forma-obratnoy-svyazi::before {
    width: 438px;
    height: 217px;
}
.region-map .col-contacts2 .tel, .region-map .col-contacts1 .adress {
    font-size: 17px;
    line-height: 24px;
}
.region-map .field--name-body {
    justify-content: space-between;
}
.region-map .col-contacts2-top .item {
    margin-right: 10px;
}
.region-map .col-contacts2-top .item_tg {
    margin-right: 15px;
}
.region-map .logo a {
    font-size: 17px;
}
.region-map .field--name-body {
    justify-content: space-between;
}
#block-vesta-theme-kontakty {
    padding: 23px 20px;
}
.region-map .col-contacts2, .region-map .col-contacts1 {
    margin-right: 80px;
}
#block-vesta-theme-kontakty-2 .col-contacts2 .tel, #block-vesta-theme-kontakty-2 .col-contacts1 .adress {
    font-size: 17px;
    line-height: 24px;
}
#block-vesta-theme-kontakty-2 .field--name-body {
    justify-content: space-between;
}
#block-vesta-theme-kontakty-2 .col-contacts2-top .item {
    margin-right: 10px;
}
#block-vesta-theme-kontakty-2 .col-contacts2-top .item_tg {
    margin-right: 15px;
}
#block-vesta-theme-kontakty-2 .logo a {
    font-size: 17px;
}
#block-vesta-theme-kontakty-2 .field--name-body {
    justify-content: space-between;
}
#block-vesta-theme-kontakty {
    padding: 23px 20px;
}
#block-vesta-theme-kontakty-2 .col-contacts2, #block-vesta-theme-kontakty-2 .col-contacts1 {
    margin-right: 80px;
}
#footer .col-logo .col-contacts1 a, #footer .col-logo .col-contacts2 {
    font-size: 18px;
    line-height: 22px;
}
#footer .col-nav nav ul li a {
    width: 84px;
    font-size: 18px;
    line-height: 22px;
}
#footer .col-nav-uslugi nav ul li a {
    width: 380px;
    font-size: 18px;
    line-height: 22px;
}
#footer .col-logo {
    width: 334px;
    margin-right: 90px;
}
#footer .col-nav {
    width: 84px;
    margin-right: 45px;
}
#footer .col-nav-uslugi {
    width: 381px;
}
#fos-block {
    padding: 48px 0;
}
#about-block, #benefits-block, #uslugi-block, #news-block, #gallery-block, #fos-block, #map-block, #videogallery-block, #otzyv-block {
    margin-bottom: 100px;
}
#scrollToTop {
    width: 63px !important;
    height: 63px !important;
}
}


@media screen and (min-width: 768px) and (max-width: 991px) {
:root{
    --font-family: 'Inter', sans-serif;
    --font-family-title: 'ZenKakuGothicNew', sans-serif;
    --white: #ffffff;
    --yellow: #FFBC40;
    --yellow-light: #FFCB6C;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-slider-title: 28px;
    --fz-slider-body: 20px;
    --fz-text: 16px;
    --fz-btn: 16px;
    --fz-nav: 16px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title: 26px;
    --fz-title-block: 26px;    
    --len-container: 720px;
    --slider-h: 368px;
    --slider-w: 1200px;
    --img-w: 374px;
    --img-h: 420px;
    --bt-w: 290px;
    --bt-h: 40px;
    --bs-offcanvas-zindex: 10046;
    --header-h: 118px;
    --pic-w: 290px;
    --pic-h: 310px; 
    --vid_h: 338px;
}
.node--type-usluga .field--name-field-tezis1 {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    top: unset;
    text-align: center;
}
.not-front h1 {
    width: 100% !important;
}
.not-front .block-page-title-block {
    margin-bottom: 30px;
}
.node--type-usluga.node--view-mode-full .content-group .field--name-field-body-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.node--type-usluga.node--view-mode-full .content-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.field--name-field-izobrazheniya-vnutri {
    display: flex;
    float: unset !important;
    margin-left: auto !important;
    margin-right: auto !important; 
    
}
.node--type-usluga.node--view-mode-full .head {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 50px !important;
    flex-direction: column;
}
.node--type-princip {
    width: 125px;
}
.node--type-usluga .node--type-princip img {
    width: 55px;
    height: 55px;
}
.node--type-usluga .field--name-field-izobrazheniya-vnutri .field__item:first-child img {
    width: 262px;
    height: 314px;
}
.node--type-usluga .field--name-field-izobrazheniya-vnutri .field__item img {
    width: 320px;
    height: 314px;
}
.node--type-usluga.node--view-mode-full, #block-vesta-theme-views-block-forma-obratnoy-svyazi-block-1-2, .not-front .wr_content {
    margin-bottom: 80px !important;
}
header .col-contacts2 .tel {
    font-size: 16px;
}
header .col-contacts1 .adress {
    font-size: 16px;
    width: 144px;
}
header .col-contacts2 .col-contacts2-top {
    margin-bottom: 7px;
}
header .col-contacts2 .col-contacts2-top .item {
    margin-right: 12px;
}
header .col-contacts2 .col-contacts2-top .item img, header .col-contacts2 .col-contacts2-top .item_tg img {
    width: 24px !important;
    height: 24px !important;
}
header .header-top {
    margin-bottom: 10px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    top: 103px;
}
.slick-slide img {
    width: 100vw;
    height: 368px;
    object-position: center;
    object-fit: cover;
}
header .header-bottom {
    padding-bottom: 12px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title p {
    margin-bottom: 18px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .field--name-field-image{
    min-width: unset;
}
button.slick-next.slick-arrow {
    right: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 90px), 0);
}
button.slick-prev.slick-arrow {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 90px), 0);
}
button.slick-arrow {
    width: 65px;
    height: 65px;
}
button.slick-arrow::before {
    width: 65px;
    height: 65px;
}
.slick-prev, .slick-next {
    top: calc(50% - 32px);
}
.node--type-about .field--name-field-izobrazhenie-o-nas img {
    width: 360px;
    height: 301px;
    margin-right: 35px;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    width: 345px;
}
.node--type-about .field--name-body p {
     line-height: 22px;
}
.node--type-about .field--name-body {
    margin-bottom: 45px;
}
.node--type-about.node--view-mode-teaser .field--name-node-title h1 {
    width: 360px;
    font-size: 29px;
    line-height: 43px;
    margin-right: 38px;
}
.node--type-about.node--view-mode-teaser .title-group {
    margin-bottom: 35px;
}
.node--type-about.node--view-mode-teaser .field--name-field-podzagolovok {
    width: 321px;
}
.node--type-about .field--name-field-podzagolovok {
    line-height: 30px !important;
}
.node--type-about.node--view-mode-full .field--name-field-podzagolovok {
    margin-bottom: 45px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    top: unset;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link, .node--type-news.node--view-mode-teaser .field--name-node-link {
    width: 260px;
    height: 40px;
    left: 15px;
    top: 239px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a, .node--type-news.node--view-mode-teaser .field--name-node-link a {
    font-size: 17px;
    line-height: 22px;
    width: 260px;
    height: 40px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title, .node--type-news.node--view-mode-teaser .field--name-node-title {
    width: 260px;
    height: 48px;
    top: 174px;
    left: 15px;
    font-size: 17px;
    line-height: 22px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a, .node--type-news.node--view-mode-teaser .field--name-node-title a {
    font-size: 17px;
    line-height: 22px;
}
.view-uslugi .view-footer::before {
    width: 150px;
    height: 206px;
}
.view-uslugi .view-footer .string1 {
    width: 260px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
}
.view-uslugi .view-footer .string2 {
    width: 188px;
    font-size: 17px;
    line-height: 22px;
}
.view-uslugi .view-footer {
    padding-left: 15px;
    padding-top: 20px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    width: 360px;
    height: 100px;
    padding: 15px 15px;
}
.field--name-field-izobrazhenie-preimushchest img, .blazy--field-izobrazhenie-preimushchest--teaser {
    width: 50px;
    height: 50px;
}
.blazy--field-izobrazhenie-preimushchest--teaser {
    margin-right: 12px;
}
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
    width: 265px;
    height: 44px;
    font-size: 18px;
    line-height: 22px;
}
.benefits-block .region-benefits::before {
    width: 458px;
    height: 372px;
    bottom: -45px;
    right: -140px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body p {
    line-height: 26px;
}
.node--type-webform .field--name-node-title {
    width: 440px;
    height: unset;
    margin-top: 35px;
    line-height: 44px;
    text-align: center;
    margin: 0;
}
.node--type-webform .right-group .field--name-body p {
    width: 384px;
    font-size: 18px;
    margin-top: 32px;
}
form .js-form-item input {
    width: 384px;
    height: 49px;
    font-size: 18px;
    line-height: 22px;
    padding: 23px 20px;
    margin-bottom: 15px;
}
.node--type-webform .right-group {
    width: 384px;
}
.view-forma-obratnoy-svyazi {
    padding-bottom: 135px;
}
.form-actions.webform-actions{
    display: flex;
    align-items: center;
}
.webform-button--submit{
    margin-left: auto;
    margin-right: auto;
}
.view-forma-obratnoy-svyazi::before {
    width: 330px;
    height: 156px;  
}
.region-map .col-contacts2{
    flex-direction: column;
}
.region-map .col-contacts2 .tel, .region-map .col-contacts1 .adress {
    font-size: 17px;
    line-height: 24px;
}
.region-map .field--name-body {
    justify-content: space-between;
}
.region-map .col-contacts2-top .item {
    margin-right: 10px;
}
.node--type-webform {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.region-map .col-contacts2-top .item_tg {
    margin-right: 15px;
}
.region-map .logo a {
    font-size: 19px;
}
.region-map .field--name-body {
    justify-content: space-between;
    align-items: center;
}
#block-vesta-theme-kontakty {
    padding: 23px 20px;
}
.region-map .col-contacts2, .region-map .col-contacts1 {
    margin-right: 75px;
}
.region-map .col-contacts2{
    flex-direction: column;
}
.region-map  .col-contacts2-top{
    margin-bottom: 6px;
}
.region-map .col-contacts1{
    width: 178px;
    align-items: start;
}
.region-map .col-contacts1 img{
    margin-right: 6px;
}
#block-vesta-theme-kontakty-2 .col-contacts2{
    flex-direction: column;
}
#block-vesta-theme-kontakty-2 .col-contacts2 .tel, #block-vesta-theme-kontakty-2 .col-contacts1 .adress {
    font-size: 17px;
    line-height: 24px;
}
#block-vesta-theme-kontakty-2 .field--name-body {
    justify-content: space-between;
}
#block-vesta-theme-kontakty-2 .col-contacts2-top .item {
    margin-right: 10px;
}

#block-vesta-theme-kontakty-2 .col-contacts2-top .item_tg {
    margin-right: 15px;
}
#block-vesta-theme-kontakty-2 .logo a {
    font-size: 19px;
}
#block-vesta-theme-kontakty-2 .field--name-body {
    justify-content: space-between;
    align-items: center;
}
#block-vesta-theme-kontakty-2{
    padding: 23px 20px;
}
#block-vesta-theme-kontakty-2 .col-contacts2, #block-vesta-theme-kontakty-2 .col-contacts1 {
    margin-right: 75px;
}
#block-vesta-theme-kontakty-2 .col-contacts2{
    flex-direction: column;
}
#block-vesta-theme-kontakty-2 .col-contacts2-top{
    margin-bottom: 6px;
}
#block-vesta-theme-kontakty-2 .col-contacts1{
    width: 178px;
    align-items: start;
}
#block-vesta-theme-kontakty-2 .col-contacts1 img{
    margin-right: 6px;
}
#footer .col-logo .col-contacts1 a, #footer .col-logo .col-contacts2 {
    font-size: 18px;
    line-height: 22px;
}
#footer .col-nav nav ul li a {
    width: 84px;
    font-size: 18px;
    line-height: 22px;
}
#footer .col-nav-uslugi nav ul li a {
    width: 380px;
    font-size: 18px;
    line-height: 22px;
}
#footer .col-logo {
   width: 720px;
    margin-right: 0;
    margin-bottom: 50px;
}
#footer .col-nav {
    width: 84px;
    margin-right: 100px;
}
#footer .col-nav-uslugi {
    width: 381px;
}
#fos-block {
    padding: 48px 0;
}
#about-block, #benefits-block, #uslugi-block, #news-block, #gallery-block, #fos-block, #map-block, #videogallery-block, #otzyv-block {
    margin-bottom: 80px;
}
#benefits-block .view-header .block-header {
    line-height: 31px;
    width: 420px;
}
.view-preimushchestva .view-content {
    width: 364px;
}
.view-preimushchestva .view-header, .view-uslugi .view-header, .view-news .view-header {
    margin-bottom: 40px;
}
#benefits-block {
    padding-top: 45px;
    padding-bottom: 45px;
}
#uslugi-block .view-header .block-header br{
    display: none;
}
.view-uslugi .view-content, .view-news .view-content, .view-fotogalereya-new .view-content, .view-videogalereya .view-content {
    width: 610px;
    margin-right: auto;
    margin-left: auto;
}
.view-uslugi .view-footer {
    bottom: 70px;
    right: 55px;
}
.block-views .more-link {
    margin-left: 55px;
}
#uslugi-block .view-header .block-header, .view-news .view-header .block-header {
    width: 420px;
}
.block-title {
    width: 300px;
}
#gallery-block .block-views .more-link,
 #videogallery-block .block-views .more-link,
 #news-block .block-views .more-link{
    position: absolute;
    bottom: 30px;
    right: 55px;
}
.view-fotogalereya-new, .view-news, .view-videogalereya {
    position: relative;
}
#block-vesta-theme-bloknastranicekontakty .item img{
    width: 28px !important;
    height: 28px !important;
}
#scrollToTop {
    width: 53px !important;
    height: 53px !important;
}
}


@media screen and (min-width: 577px) and (max-width: 767px) {
:root{
    --font-family: 'Inter', sans-serif;
    --font-family-title: 'ZenKakuGothicNew', sans-serif;
    --white: #ffffff;
    --yellow: #FFBC40;
    --yellow-light: #FFCB6C;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-slider-title: 22px;
    --fz-slider-body: 18px;
    --fz-text: 16px;
    --fz-btn: 16px;
    --fz-nav: 16px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title: 26px;
    --fz-title-block: 26px;    
    --len-container: 540px;
    --slider-h: 320px;
    --slider-w: 1043px;
    --img-w: 374px;
    --img-h: 420px;
    --bt-w: 290px;
    --bt-h: 40px;
    --bs-offcanvas-zindex: 10046;
    --header-h: 199px;
    --pic-w: 290px;
    --pic-h: 310px; 
    --vid_h: 338px;
}
#header-mob .col-logo a {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 49px;
    color: #FFFFFF;
}
.node--type-usluga .field--name-field-tezis1 {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    top: unset;
    line-height: 30px;
}
.not-front h1 {
    width: 100% !important;
}
.field--name-field-tezis1 p {
    line-height: 31px !important;
    text-align: start !important;
}
.not-front .block-page-title-block {
    margin-bottom: 30px;
}
.node--type-usluga.node--view-mode-full .content-group .field--name-field-body-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.node--type-usluga.node--view-mode-full .content-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.field--name-field-izobrazheniya-vnutri {
    display: flex;
    float: unset !important;
    margin-left: auto !important;
    margin-right: auto !important; 
    width: unset !important;
    
}
.node--type-usluga.node--view-mode-full .head {
    display: flex;
    align-items: start !important;
    justify-content: start !important;
    margin-bottom: 0px !important;
    flex-direction: column;
}
.node--type-princip {
    width: 125px;
}
.node--type-usluga .node--type-princip img {
    width: 55px;
    height: 55px;
}
.node--type-usluga .field--name-field-izobrazheniya-vnutri .field__item:first-child img {
    width: 220px;
    height: 244px;
}
.node--type-usluga .field--name-field-izobrazheniya-vnutri .field__item img {
    width: 249px;
    height: 244px;
}
.node--type-usluga.node--view-mode-full, #block-vesta-theme-views-block-forma-obratnoy-svyazi-block-1-2, .not-front .wr_content {
    margin-bottom: 80px !important;
}
header .col-contacts2 .tel {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    width: unset;
}
header .col-contacts1 .adress {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    width: unset;
}
header .col-contacts2 .col-contacts2-top .item_tg{
    margin-right: 16px;
}
header .col-contacts2 .col-contacts2-top .item {
    margin-right: 12px;
}
header .col-contacts2 .col-contacts2-top .item img, header .col-contacts2 .col-contacts2-top .item_tg img {
    width: 24px !important;
    height: 24px !important;
}
header .header-top {
    margin-bottom: 10px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    top: 88px;
}
.slick-slide img {
    width: 100vw;
    height: 320px;
    object-position: center;
    object-fit: cover;
}
header .header-bottom {
    padding-bottom: 12px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title p {
    margin-bottom: 12px;
    line-height: 35px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .field--name-field-image{
    min-width: unset;
}
button.slick-next.slick-arrow {
    right: 50%;
    transform: translate(calc(var(--len-container) * 0.5 + 90px), 0);
}
button.slick-prev.slick-arrow {
    left: 50%;
    transform: translate(calc(var(--len-container) * (-0.5) - 90px), 0);
}
button.slick-arrow {
    width: 50px;
    height: 50px;
}
button.slick-arrow::before {
    width: 50px;
    height: 50px;
}
.slick-prev, .slick-next {
    top: calc(50% - 25px);
}
.node--type-about.node--view-mode-teaser .title-group {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.node--type-about .field--name-field-izobrazhenie-o-nas img {
    width: 360px;
    height: 301px;
    margin-right: 0;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    width: 100%;
    text-align: justify;
}
.node--type-about .field--name-body p {
     line-height: 22px;
     text-align: justify;
}
.node--type-about .field--name-body {
    margin-bottom: 45px;
}
.node--type-usluga.node--view-mode-full{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.node--type-usluga.node--view-mode-full .field--name-field-izobrazhenie-usluga {
    margin-right: 0px;
    float: unset;
}
.node--type-about.node--view-mode-teaser .field--name-node-title h1 {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    margin-right: 0;
    text-align: center;
}
.node--type-about.node--view-mode-teaser .title-group {
    margin-bottom: 35px;
}
.node--type-about.node--view-mode-teaser .field--name-field-podzagolovok {
    width: 100%;
    text-align: center;
}
.node--type-about.node--view-mode-teaser .content-group {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.node--type-about.node--view-mode-teaser .field--name-node-link {
    margin: 0 auto;
}
.node--type-about .field--name-field-podzagolovok {
    line-height: 30px;
}
.node--type-about.node--view-mode-full .field--name-field-podzagolovok {
    margin-bottom: 45px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    top: unset;
    line-height: 30px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link, .node--type-news.node--view-mode-teaser .field--name-node-link {
    width: 260px;
    height: 40px;
    left: 15px;
    top: 239px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link a, .node--type-news.node--view-mode-teaser .field--name-node-link a {
    font-size: 17px;
    line-height: 22px;
    width: 260px;
    height: 40px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title, .node--type-news.node--view-mode-teaser .field--name-node-title {
    width: 260px;
    height: 48px;
    top: 174px;
    left: 15px;
    font-size: 17px;
    line-height: 22px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title a, .node--type-news.node--view-mode-teaser .field--name-node-title a {
    font-size: 17px;
    line-height: 22px;
}
.view-uslugi .view-footer::before {
    width: 150px;
    height: 206px;
}
.view-uslugi .view-footer .string1 {
    width: 260px;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
}
.view-uslugi .view-footer .string2 {
    width: 188px;
    font-size: 17px;
    line-height: 22px;
}
.view-uslugi .view-footer {
    padding-left: 15px;
    padding-top: 20px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    width: 360px;
    height: 100px;
    padding: 15px 15px;
}
.field--name-field-izobrazhenie-preimushchest img, .blazy--field-izobrazhenie-preimushchest--teaser {
    width: 50px;
    height: 50px;
}
.blazy--field-izobrazhenie-preimushchest--teaser {
    margin-right: 12px;
}
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
    width: 265px;
    height: 44px;
    font-size: 18px;
    line-height: 22px;
}
.benefits-block .region-benefits::before {
    width: 458px;
    height: 372px;
    bottom: -45px;
    right: -249px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body p {
    line-height: 26px;
}
.node--type-webform .field--name-node-title {
    width: 440px;
    height: unset;
    margin-top: 35px;
    line-height: 44px;
    text-align: center;
    margin: 0;
}
.node--type-webform .right-group .field--name-body p {
    width: 384px;
    font-size: 18px;
    margin-top: 32px;
}
form .js-form-item input {
    width: 384px;
    height: 49px;
    font-size: 18px;
    line-height: 22px;
    padding: 23px 20px;
    margin-bottom: 15px;
}
.node--type-webform .right-group {
    width: 384px;
}
.view-forma-obratnoy-svyazi {
    padding-bottom: 163px;
}
.form-actions.webform-actions{
    display: flex;
    align-items: center;
}
.webform-button--submit{
    margin-left: auto;
    margin-right: auto;
}
.view-forma-obratnoy-svyazi::before {
    width: 330px;
    height: 156px;  
}
.region-map .col-contacts2{
    flex-direction: column;
}
.region-map .col-contacts2 .tel, .region-map .col-contacts1 .adress {
    font-size: 17px;
    line-height: 24px;
}
.region-map .field--name-body {
    justify-content: space-between;
}
.region-map .col-contacts2-top .item {
    margin-right: 10px;
}
.node--type-webform {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.region-map .col-contacts2-top .item_tg {
    margin-right: 15px;
}
.region-map .logo a {
    font-size: 19px;
}
.region-map .field--name-body {
    justify-content: unset;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 6px;
}
#block-vesta-theme-kontakty {
    padding: 23px 20px;
}
.region-map .col-contacts2, .region-map .col-contacts1 {
    margin-right: 150px;
}
.region-map .col-contacts2{
    flex-direction: column;
    order: 1;
    align-items: start;
}
.region-map  .col-contacts2-top{
    margin-bottom: 10px;
    align-items: start;
}
.region-map .col-contacts1{
    align-items: start;
    order: 3;
    width: unset;
}
.region-map .logo{
    order: 2;
}
.region-map .col-contacts1 img{
    margin-right: 6px;
}
#block-vesta-theme-kontakty-2 .col-contacts2{
    flex-direction: column;
}
#block-vesta-theme-kontakty-2 .col-contacts2 .tel, #block-vesta-theme-kontakty-2 .col-contacts1 .adress {
    font-size: 17px;
    line-height: 24px;
}
#block-vesta-theme-kontakty-2 .field--name-body {
    justify-content: space-between;
}
#block-vesta-theme-kontakty-2 .col-contacts2-top .item {
    margin-right: 10px;
}

#block-vesta-theme-kontakty-2.col-contacts2-top .item_tg {
    margin-right: 15px;
}
#block-vesta-theme-kontakty-2 .logo a {
    font-size: 19px;
}
#block-vesta-theme-kontakty-2 .field--name-body {
    justify-content: unset;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 6px;
}
#block-vesta-theme-kontakty-2 {
    padding: 23px 20px;
}
#block-vesta-theme-kontakty-2 .col-contacts2, #block-vesta-theme-kontakty-2 .col-contacts1 {
    margin-right: 150px;
}
#block-vesta-theme-kontakty-2 .col-contacts2{
    flex-direction: column;
    order: 1;
    align-items: start;
}
#block-vesta-theme-kontakty-2  .col-contacts2-top{
    margin-bottom: 10px;
    align-items: start;
}
#block-vesta-theme-kontakty-2 .col-contacts1{
    align-items: start;
    order: 3;
    width: unset;
}
#block-vesta-theme-kontakty-2 .logo{
    order: 2;
}
#block-vesta-theme-kontakty-2 .col-contacts1 img{
    margin-right: 6px;
}
#footer .col-logo .col-contacts1 a, #footer .col-logo .col-contacts2 {
    font-size: 18px;
    line-height: 22px;
}
#footer .col-nav nav ul li a {
    width: 84px;
    font-size: 18px;
    line-height: 22px;
}
#footer .col-nav-uslugi nav ul li a {
    width: 340px;
    font-size: 18px;
    line-height: 22px;
}
#footer .col-logo {
   width: 720px;
    margin-right: 0;
    margin-bottom: 40px;
}
#footer .col-nav {
    width: 84px;
    margin-right: 100px;
}
#footer .col-nav-uslugi {
    width: 340px;
}
#fos-block {
    padding: 48px 0;
}
#about-block, #benefits-block, #uslugi-block, #news-block, #gallery-block, #fos-block, #map-block, #videogallery-block, #otzyv-block {
    margin-bottom: 80px;
}
#benefits-block .view-header .block-header {
    line-height: 31px;
    width: 100%;
}
.view-preimushchestva .view-content {
    width: 364px;
}
.view-preimushchestva .view-header, .view-uslugi .view-header, .view-news .view-header {
    margin-bottom: 40px;
}
.view-header .row-header {
    flex-direction: column;
    gap: 20px;
}
#benefits-block {
    padding-top: 45px;
    padding-bottom: 45px;
}
#uslugi-block .view-header .block-header br{
    display: none;
}
.view-uslugi .view-content, .view-news .view-content, .view-fotogalereya-new .view-content, .view-videogalereya .view-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.view-uslugi .view-footer {
    position: relative;
    bottom: unset;
    top: unset;
    right: unset;
    left: unset;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.block-views .more-link {
    margin-left: auto;
    margin-right: auto;
}
#uslugi-block .view-header .block-header, .view-news .view-header .block-header {
    width: 100%;
}
.block-title {
    width: 300px;
}
#gallery-block .block-views .more-link,
 #videogallery-block .block-views .more-link,
 #news-block .block-views .more-link{
    position: relative;
    bottom: unset;
    right: unset;
    margin: 0 auto;
}
.view-fotogalereya-new, .view-news, .view-videogalereya {
    position: relative;
}
#footer .col-logo a {
    font-size: 23px;
    line-height: 28px;
}
#footer .col-social, #footer .col-logo .name {
    margin-bottom: 17px;
}
#footer .col-logo .col-contacts1 {
    margin-bottom: 14px;
}
.offcanvas .logo a {
    font-size: 22px;
    line-height: 25px;
}
#scrollToTop {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 25px;
}
#block-vesta-theme-bloknastranicekontakty .item img{
    width: 28px !important;
    height: 28px !important;
}
.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
}

.btn-close {
    --bs-btn-close-color: #FFFFFF;
}


@media screen and (max-width: 576px) {
:root{
    --font-family: 'Inter', sans-serif;
    --font-family-title: 'ZenKakuGothicNew', sans-serif;
    --white: #ffffff;
    --yellow: #FFBC40;
    --yellow-light: #FFCB6C;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-slider-title: 25px;
    --fz-slider-body: 20px;
    --fz-text: 16px;
    --fz-btn: 16px;
    --fz-nav: 16px;
    --fz-header: 16px;
    --fz-footer: 16px;
    --fz-footer-phone: 20px;
    --fz-title: 26px;
    --fz-title-block: 25px;    
    --len-container: 540px;
    --slider-h: 366px;
    --slider-w: 1043px;
    --img-w: 374px;
    --img-h: 420px;
    --bt-w: 300px;
    --bt-h: 40px;
    --bs-offcanvas-zindex: 10046;
    --header-h: 199px;
    --pic-w: 300px;
    --pic-h: 327px; 
    --vid_h: 338px;
}
.container {
    width: 300px;
}
#header-mob .col-logo a {
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 49px;
    color: #FFFFFF;
}
#scrollToTop {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 25px;
}
.offcanvas .logo a {
    font-size: 22px;
    line-height: 25px;
}

header .col-contacts2 .tel {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    width: unset;
}
header .col-contacts1 .adress {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    width: unset;
}
header .col-contacts2 .col-contacts2-top .item_tg{
    margin-right: 16px;
}
header .col-contacts2 .col-contacts2-top .item {
    margin-right: 12px;
}
header .col-contacts2 .col-contacts2-top .item img{
    width: 24px !important;
    height: 24px !important;
}
header .col-contacts2 .col-contacts2-top .item_tg img {
    width: 24px !important;
    height: 24px !important;
}
header .header-top {
    margin-bottom: 10px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    top: 83px;
    align-items: center;
}
.slick-slide img {
    width: 100vw;
    min-width: 480px;
    height: 366px;
    object-position: center;
    object-fit: cover;
}
header .header-bottom {
    padding-bottom: 12px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title p {
    width: 336px;
    margin: 0 auto 41px auto;
    line-height: 36px;
    text-align: center;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .field--name-field-image{
    min-width: unset;
}
button.slick-next.slick-arrow {
    right: 50%;
    transform: translate(calc( 50vw - 9px), 0) !important;
}
button.slick-prev.slick-arrow {
    left: 50%;
    transform: translate(calc( -50vw + 9px), 0) !important;
}
button.slick-arrow {
    width: 60px;
    height: 60px;
}
button.slick-arrow::before {
    width: 60px;
    height: 60px;
}
.slick-prev, .slick-next {
    top: calc(50% - 25px);
}
.node--type-about.node--view-mode-teaser .title-group {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.node--type-about .field--name-field-izobrazhenie-o-nas img {
    width: 300px;
    height: 252px;
    margin-right: 0;
}
.node--type-about.node--view-mode-teaser .field--name-body p {
    width: 300px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
#block-vesta-theme-otzyvyonas .yandex-link img{
    height: 24px !important;  
    width: 120px !important;
}
.node--type-about .field--name-body {
    margin-bottom: 30px;
}
.node--type-about.node--view-mode-teaser .field--name-node-title h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: start;
}
.node--type-about.node--view-mode-teaser .title-group {
    margin-bottom: 30px;
    gap: 10px;
}
.node--type-about.node--view-mode-teaser .field--name-field-podzagolovok {
    text-align: start;
    width: 300px;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #000000;
}
#slider-block {
    margin-bottom: 40px;
}
.node--type-about.node--view-mode-teaser .content-group {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    display: flex;
}

.field--name-field-izobrazheniya-vnutri {
    display: flex;
    float: unset !important;
    margin-left: auto !important;
    margin-right: auto !important; 
    width: unset !important;
    flex-direction: column;
    gap: 30px !important;
    margin-bottom: 30px !important;
}
.node--type-usluga.node--view-mode-full .head {
    display: flex;
    align-items: center !important;
    justify-content: start !important;
    margin-bottom: 0px !important;
    flex-direction: column;
}
.node--type-about.node--view-mode-teaser .field--name-node-link {
    margin: 0;
}
.node--type-about.node--view-mode-full .field--name-field-izobrazhenie-o-nas{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.node--type-about .field--name-field-podzagolovok {
    line-height: 24px;
    text-align: center;
}
.node--type-about.node--view-mode-full .field--name-field-podzagolovok {
    margin-bottom: 45px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    top: unset;
    line-height: 30px;
}
.node--type-usluga.node--view-mode-full{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.node--type-usluga.node--view-mode-full .field--name-field-izobrazhenie-usluga {
    margin-right: 0px;
    float: unset;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-link, .node--type-news.node--view-mode-teaser .field--name-node-link {
    width: 260px;
    height: 40px;
    left: 15px;
    top: 272px;
}

.node--type-usluga.node--view-mode-teaser .field--name-node-link a, .node--type-news.node--view-mode-teaser .field--name-node-link a {
    font-size: 16px;
    line-height: 19px;
    width: 270px;
    height: 40px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title, .node--type-news.node--view-mode-teaser .field--name-node-title {
    width: 270px;
    height: 38px;
    font-size: 16px;
    line-height: 19px;
    top: 209px;
    left: calc(50% - 270px / 2);
}

.node--type-usluga.node--view-mode-teaser .field--name-node-title a, .node--type-news.node--view-mode-teaser .field--name-node-title a {
    font-size: 16px;
    line-height: 19px;
}
.view-uslugi .view-footer::before {
    width: 183px;
    height: 247px;
}
.view-uslugi .view-footer .string1 {
    width: 269px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
}
.view-uslugi .view-footer .string2 {
    width: 161px;
    font-size: 16px;
    line-height: 22px;
}
.view-uslugi .view-footer {
    padding-left: 15px;
    padding-top: 40px;
}
#news-block {
    padding: 40px 0;
}
#videogallery-block .block-title {
    margin-bottom: 30px;
}
#gallery-block .block-title {
    margin-bottom: 30px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    width: 299px;
    height: 106px;
    padding: 15px 28px;
}
.field--name-field-izobrazhenie-preimushchest img, .blazy--field-izobrazhenie-preimushchest--teaser {
    width: 50px;
    height: 50px;
}
.blazy--field-izobrazhenie-preimushchest--teaser {
    margin-right: 25px;
}
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
    width: 167px;
    height: 57px;
    font-size: 16px;
    line-height: 19px;
}
.views-row:nth-child(3) .node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
    width: 157px;
}
.views-row:nth-child(4) .node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
    width: 125px;
}
.benefits-block .region-benefits::before {
        width: 325px;
        height: 264px;
        bottom: -45px;
        right: -249px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body p {
    line-height: 29px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body{
    width: 314px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body p br{
    display: none;
}
.node--type-webform .field--name-node-title {
    width: 100%;
    height: unset;
    margin-top: 35px;
    text-align: start;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
.node--type-webform .right-group .field--name-body p {
    width: 100%;
    font-size: 16px;
    text-align: start;
    line-height: 19px;
    margin: 0 0 20px 0;
}
form .js-form-item input {
    width: 300px;
    max-width: 380px;
    height: 40px;
    font-size: 15px;
    line-height: 22px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
}

.js-form-item.js-form-type-checkbox {
    display: flex;
    justify-content: center;
}
.js-form-item.js-form-type-checkbox input {
    margin-right: 10px;
    margin-left: unset;
}
form .description {
    width: 345px;
}
#edit-privacy--description {
    width: 270px;
    font-size: 10px;
}
.node--type-webform .right-group {
    width: 100%;
}
.view-forma-obratnoy-svyazi {
    padding-bottom: 227px;
}
.form-actions.webform-actions{
    display: flex;
    align-items: center;
}
.webform-button--submit{
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}
.view-forma-obratnoy-svyazi::before {
    width: 444px;
    height: 220px;
    object-fit: cover;  
}
.map-block .container {
        width: 100%;
}
.region-map .col-contacts2{
    flex-direction: column;
}
.region-map .col-contacts2 .tel, .region-map .col-contacts1 .adress {
    font-size: 16px;
    line-height: 19px;
}
.region-map .field--name-body {
    justify-content: space-between;
}
.region-map .col-contacts2-top .item {
    margin-right: 10px;
}
.node--type-webform {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.region-map .col-contacts2-top .item_tg {
    margin-right: 20px;
}
.region-map .logo a {
    font-size: 16px;
    line-height: 19px;
    text-align: start;
}
.region-map .field--name-body {
    justify-content: center;
    align-items: start;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}
.region-map #block-vesta-theme-yandekskarta-2 .field--name-body{
    width: 100%;
}

#block-vesta-theme-kontakty {
    padding: 23px 20px;
}
.region-map .col-contacts2, .region-map .col-contacts1 {
    margin-right: 150px;
}
.region-map .col-contacts2{
    flex-direction:row;
    align-items: center;
    order: 1;
    width: 100%;
    margin: 0 0 15px 0;
}
.region-map  .col-contacts2-top{
    margin-bottom: 0px;
    align-items: start;
}
.region-map .col-contacts1{
    align-items: center;
    justify-content: left;
    order: 2;
    width: 100%;
    margin: 0 0 20px 0;
}
.region-map .col-contacts2-top a img {
    width: 24px !important;
    height: 24px !important;
}
.region-map .logo{
    order: 3;
    width: 100%;
    text-align: start;
}
.region-map .col-contacts1 img{
    margin-right: 5px;
}
#block-vesta-theme-kontakty-2 .col-contacts2{
    flex-direction: column;
}
#block-vesta-theme-kontakty-2 .col-contacts2 .tel, #block-vesta-theme-kontakty-2 .col-contacts1 .adress {
    font-size: 17px;
    line-height: 24px;
}
#block-vesta-theme-kontakty-2 .field--name-body {
    justify-content: space-between;
}
#block-vesta-theme-kontakty-2 .col-contacts2-top .item {
    margin-right: 10px;
}

#block-vesta-theme-kontakty-2 .col-contacts2-top .item_tg {
    margin-right: 15px;
}
#block-vesta-theme-kontakty-2 .logo a {
    font-size: 19px;
}
#block-vesta-theme-kontakty-2 .field--name-body {
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 13px;
}
#block-vesta-theme-kontakty-2 {
    padding: 23px 20px;
}
#block-vesta-theme-kontakty-2 .col-contacts2, #block-vesta-theme-kontakty-2 .col-contacts1 {
    margin-right: 150px;
}
#block-vesta-theme-kontakty-2 .col-contacts2{
    flex-direction: column;
    order: 2;
    width: 100%;
    margin: 0;
}
#block-vesta-theme-kontakty-2  .col-contacts2-top{
    margin-bottom: 20px;
    align-items: start;
}
#block-vesta-theme-kontakty-2 .col-contacts1{
    align-items: start;
    justify-content: center;
    order: 3;
    width: 100%;
    margin: 0;
}
#block-vesta-theme-kontakty-2 .logo{
    order: 1;
    width: 100%;
    text-align: center;
}
#block-vesta-theme-kontakty-2 .col-contacts1 img{
    margin-right: 6px;
}
#footer .col-logo .col-contacts1 a, #footer .col-logo .col-contacts2 {
    font-size: 16px;
    line-height: 22px;
}
#footer .col-nav nav ul li a {
    width: 75px;
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
}
#footer .col-nav-uslugi nav ul li a {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}
#footer .col-logo {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}
#footer .col-nav {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
#footer .col-nav-uslugi {
    width: 100%;
}
#footer .col-nav-uslugi nav ul {
    gap: 15px;
}
#fos-block {
    padding: 40px 18px;
}
#fos-block .container {
        width: 100%;
}
#fos-block .view-content{
    width: 300px;
    margin: 0 auto;
}
#about-block, #benefits-block, #uslugi-block, #news-block, #gallery-block, #fos-block, #map-block, #videogallery-block, #otzyv-block {
    margin-bottom: 80px;
}
#benefits-block .view-header .block-header {
    line-height: 29px;
    width: 100%;
    text-align: start;
}
.view-preimushchestva .view-content {
    width: 100%;
    justify-content: start;
}
.view-preimushchestva .view-header, .view-uslugi .view-header, .view-news .view-header {
    margin-bottom: 30px;
}
.view-header .row-header {
    flex-direction: column;
    gap: 10px;
}
#benefits-block {
    padding-top: 45px;
    padding-bottom: 45px;
}
#uslugi-block .view-header .block-header br{
    display: none;
}
.view-uslugi .view-content, .view-news .view-content, .view-fotogalereya-new .view-content, .view-videogalereya .view-content {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.view-uslugi .view-footer {
    position: relative;
    bottom: unset;
    top: unset;
    right: unset;
    left: unset;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.block-views .more-link {
    margin-left: auto;
    margin-right: auto;
}
#uslugi-block .view-header .block-header, .view-news .view-header .block-header {
    width: 100%;
    text-align: start;
    line-height: 150%;
}
.block-title {
    width: 100%;
    text-align:start;
    line-height: 36px;
}
#gallery-block .block-views .more-link,
 #videogallery-block .block-views .more-link,
 #news-block .block-views .more-link{
    position: relative;
    bottom: unset;
    right: unset;
    margin: 0 auto;
}
.view-fotogalereya-new, .view-news, .view-videogalereya {
    position: relative;
}
#footer .col-logo a {
    font-size: 30px;
    line-height: 43px;
    font-style: normal;
    font-weight: 700;
}
#footer .col-logo .col-contacts2 {
    order: 2;
    margin-bottom: 10px;
}
#footer .col-logo .name{
    order: 1;
}
#footer .col-logo .item a, #footer .col-logo .item_tg a {
    line-height: 24px;
}
#footer .col-social{
    order:3;
    margin-right: 16px;
}
#footer .col-logo .col-contacts1 img{
    display: none;
}
#footer .col-logo .col-contacts1 {
    order: 4;
 }
 #footer .col-social .item {
    margin-right: 15px;
}
#footer .col-social{
    margin-bottom: 0;
    text-align: start;
}
#footer .col-logo .name{
    margin-bottom: 30px;
    text-align: start;
}
#footer .col-nav nav ul{
    flex-direction: row;
    gap: 15px;
}
#footer .row-copiryght a:first-child{
    margin-bottom: 16px;
}
#footer .row-copiryght a{
    font-size: 10px;
}
#footer .col-logo .col-contacts1 {
    margin-bottom: 0;
    line-height: 24px;
}
#footer .row {
    flex-direction: column;
    align-items: start;
}
#footer .col-logo .item img, #footer .col-logo .item_tg img{
    width: 24px !important;
    height: 24px !important;
}
#footer .col-logo a {
     width: unset;
}
#footer .row-copiryght {
    justify-content: space-between;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
}
.field--name-field-principy1 {
    flex-direction: column;
    gap: 15px;
}
.node--type-usluga .field--name-field-tezis1 {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    top: unset;
    line-height: 30px;
}
.field--name-field-tezis1 p {
    line-height: 30px;
}
.field--name-field-izobrazheniya-vnutri .field__item:first-child {
    margin-right: 0 !important;
}
.field--name-field-izobrazheniya-vnutri .field__item img{
    width: 100% !important;
    height: auto;
}
#block-vesta-theme-bloknastranicekontakty .col-contacts1 .tel, #block-vesta-theme-bloknastranicekontakty .col-contacts1 .adress {
    font-size: 16px !important;
}
.front .view-videogalereya .views-row:nth-child(2){
    display: none;
}
.front .view-videogalereya .views-row:nth-child(3){
    display: none;
}
.front .view-uslugi .views-row:nth-child(4){
    display: none;
}
.front .view-uslugi .views-row:nth-child(5){
    display: none;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img {
    border: none;
}
#footer .copyright {
    text-align: start;
    font-size: 10px;
}
.not-front main h1{
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: start;
}
.node--type-about.node--view-mode-full .field--name-field-podzagolovok {
    margin-bottom: 45px;
    text-align: start;
    width: 300px;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #000000;
}
#block-vesta-theme-bloknastranicekontakty .item img{
    width: 28px !important;
    height: 28px !important;
}
.node--type-news.node--view-mode-full .field--name-field-image-news img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}
}

.not-front .wr_content{
    margin-top: 40px;
    margin-bottom: 120px;
}

.vpa-container.vpa-full .vpa-wrapper.vpa-visible {
    background: #000000;
}
.vpa-content p, .vpa-content {
    margin-bottom: 15px;
}
.vpa-content p:first-of-type{
    margin-bottom: 20px;
    font-size: 19px;
}
.vpa-actions .btn:hover{
    background: var(--yellow-light);
    box-shadow: -56px 51px 21px rgba(252, 190, 74, 0.01), -36px 32px 19px rgba(252, 190, 74, 0.06), -20px 18px 16px rgba(252, 190, 74, 0.21), -9px 8px 12px rgba(252, 190, 74, 0.36), -2px 2px 7px rgba(252, 190, 74, 0.41);
}

@media screen and (min-width: 768px) and (max-width: 1570px) {
button.slick-next.slick-arrow {
    right: 50%;
    transform: translate(calc(50vw + 15px), 0);
}
button.slick-prev.slick-arrow {
    left: 50%;
    transform: translate(calc( -50vw -  15px), 0);
}
}
@media screen and (max-width: 767px) {
button.slick-next.slick-arrow {
    right: 50%;
    transform: translate(calc(50vw + 10px), 0);
}
button.slick-prev.slick-arrow {
    left: 50%;
    transform: translate(calc( -50vw -  10px), 0);
}
.node--type-princip img {
    width: 56px;
    height: 56px;
}
.node--type-princip {
     gap: 10px;
}
.node--type-news.node--view-mode-full .field--name-field-image-news {
    float: unset;
    margin-bottom: 30px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.node--type-news.node--view-mode-full{
    display: flex;
    flex-direction: column;
    align-items: start;
}

}
.not-front .head h1{
    width: 355px;
}
.not-front h1{
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-title-block);
    line-height: 58px;
    color: #000000;
}
.field--name-field-tezis1{
    width: 613px;
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-slider-body);
    line-height: 41px;
    letter-spacing: 0.05em;
    color: #000000;
}
.field--name-field-tezis1 p{
    font-family: 'Zen Kaku Gothic New';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-slider-body);
    line-height: 41px;
    letter-spacing: 0.05em;
    color: #000000;
}
.node--type-usluga.node--view-mode-full{
    position: relative;
    margin-bottom: 120px;
    .head{
        display: flex;
        align-items: end;
        justify-content: space-between;
        margin-bottom: 50px;
    }
}

#block-vesta-theme-views-block-forma-obratnoy-svyazi-block-1-2{
   margin-bottom: 120px;
}
/*
.node--type-usluga.node--view-mode-full .content-group{
    display: flex;
} */
.node--type-usluga.node--view-mode-full .field--name-field-body-content p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-text);
    line-height: 24px;
    color: #000000;
}
.node--type-usluga.node--view-mode-full .field--name-field-body-content{
    width: 467px;
    margin-right: 90px;
    margin-bottom: 38px;
}
.node--type-usluga.node--view-mode-full .field--name-body ol li, .node--type-usluga.node--view-mode-full .field--name-body ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-text);
    line-height: 24px;
    color: #000000;
}
.node--type-usluga.node--view-mode-full .field--name-field-body-content ul{
    width: 436px;
}
.field--name-field-izobrazheniya-vnutri{
    display: flex;
    float: right;
    width: 612px;
    margin-left: 90px;
    margin-bottom: 60px;
}
.field--name-field-izobrazheniya-vnutri .field__item:first-child{
    margin-right: 30px;
}
.field--name-field-izobrazheniya-vnutri .field__item:first-child img{
    width: 262px;
    height: 314px;
    object-fit: cover;
}
.field--name-field-izobrazheniya-vnutri .field__item img{
    width: 320px;
    height: 314px;
    object-fit: cover;
}
.node--type-usluga.node--view-mode-full .field--name-body p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-text);
    line-height: 24px;
    color: #000000;
}
.node--type-usluga.node--view-mode-full .field--name-body{
    margin-bottom: 60px;
}
.node--type-usluga.node--view-mode-full .node--type-princip .field--name-body{
    margin-bottom: 0px;
}
.field--name-field-principy1{
    background-color: #000000;
    display: flex;
    padding: 30px 40px;
    justify-content: space-between;
    width: 100%;
}
.node--type-princip{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.node--type-princip img{
    width: 66px;
    height: 66px;
}
.node--type-usluga.node--view-mode-full .node--type-princip .field--name-body p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-text);
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}
.btn-primary {
    --bs-btn-color: #000000;
    --bs-btn-bg: var(--yellow);
    --bs-btn-border-color:var(--yellow);
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: var(--yellow-light);
    --bs-btn-hover-border-color: var(--yellow-light);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg:var(--yellow);
    --bs-btn-active-border-color:var(--yellow);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
#block-vesta-theme-otzyvyonas{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 380px) {
#header-mob .col-nav {
    right: 10px;
}
}

.node--type-news.node--view-mode-full .field--name-field-date,
.node--type-news.node--view-mode-full .field--name-body p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-text);
    line-height: 24px;
    color: #000000;
}
.node--type-news.node--view-mode-full .field--name-body ul li{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-text);
    line-height: 24px;
    color: #000000;
}
.node--type-news.node--view-mode-full .field--name-field-date{
    margin-bottom: 20px;
}
.node--type-news.node--view-mode-full .field--name-field-image-news{
    float: left;
    margin-bottom: 40px;
    margin-right: 40px;
}
.node--type-news.node--view-mode-full .field--name-field-image-news img{
    width: 370px;
    height: 393px;
    object-fit: cover;
}