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

:root{
    --font-family: 'Roboto', sans-serif;
    --white: #ffffff;
    --red: #D52344;
    --yellow: #FFFC3D;
    --yellow-active: #FFFC64;
    --grey-light: #F6F6F6;
    --blue-light: #2F709B;
    --blue: #204C69;
    --grey: #E3E3E3;
    --blue-dark: #18384E;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-slider-title: 40px;
    --fz-slider-body: 24px;
    --fz-text: 18px;
    --fz-btn: 12px;
    --fz-nav: 12px;
    --fz-header: 16px;
    --fz-footer: 18px;
    --fz-plashki: 16px;
    --fz-plashki-title: 20px;
    --fz-title-block: 28px;    
    --len-container: 1170px;
    --img-w: 570px;
    --img-h: 435px;
    --bt-w: calc( ( var(--len-container) - 2 * var(--gap) ) / 3 );
    --btn-w: 270px;
    --btn-h: 48px;
    --bs-offcanvas-zindex: 10046;
    --pic-w: 423px;
    --pic-h: 282px; 
    --mb-block: 60px;
    --mt-block: 40px;
    --gap: 30px;
    --logo-h: 70px;
    --logo-h-f: 91.46px;
    --banner-w: 630px;
    --lh: 26px;
}

body {
    font-family: var(--font-family);
    background-color: var(--white);
}
main{
    min-height: 100vh;
    overflow: hidden;
    margin-top: 150px;
}
header{
    width: 100%;
    background-color: var(--white);
    z-index: 3;
}
@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;
    }
    
}
header{
    position: fixed;
}
p{
    margin-bottom: 0;
}
.dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 2px;
    background-image: url(/sites/all/themes/vesta_theme/image/Vector.svg);
    background-size: cover;
    width: 12px;
    height: 6px;
    border: none;
}
.offcanvas .dropdown-toggle::after {
    content: "";
    position: absolute;
    top: 19px;
    left: 71px;
    background-image: url(/sites/all/themes/vesta_theme/image/Vectorb.svg);
    background-size: cover;
    width: 12px;
    height: 6px;
    border: none;
}
.offcanvas .region-navigation{
    margin-bottom: 20px;
}
header .nav {
    --bs-nav-link-color: var(--black);
    --bs-nav-link-hover-color: var(--blue-light);
    --bs-nav-link-padding-y: 13px;
}
footer .nav, .offcanvas .nav {
    --bs-nav-link-color: var(--black);
    --bs-nav-link-hover-color: var(--blue-light);
}
header .nav-link.is-active, header .nav-link.active, header .nav-link:hover {
    color: var(--white);
    background-color: var(--blue-light);
}
footer .nav-link.is-active, footer .nav-link.active, footer .nav-link:hover,
.offcanvas .nav-link.is-active, .offcanvas .nav-link.active, .offcanvas .nav-link:hover {
    color: var(--black);
}
footer .navbar-nav .nav-link.is-active, footer .navbar-nav .nav-link.active, footer .navbar-nav .nav-link:hover,
.offcanvas .navbar-nav .nav-link.is-active, .offcanvas .navbar-nav .nav-link.active, .offcanvas .navbar-nav .nav-link:hover {
    color: var(--blue-light);
}
.offcanvas .dropdown-menu {
    --bs-dropdown-color: var(-white);
    --bs-dropdown-bg: var(--blue-light);
    --bs-dropdown-link-color: var(--white);
    --bs-dropdown-link-hover-color: var(--white);
    --bs-dropdown-link-hover-bg: var(--blue-light);
    --bs-dropdown-link-active-color: var(--white);
    --bs-dropdown-link-active-bg: var(--blue-light);
    font-size: var(--fz-nav);
    color: var(--white);
    background-color: var(--blue-light);
}
.dropdown-menu {
    --bs-dropdown-color: var(-white);
    --bs-dropdown-bg: var(--blue-light);
    --bs-dropdown-border-color: var(--blue-light);
    --bs-dropdown-link-color: var(--white);
    --bs-dropdown-link-hover-color: var(--white);
    --bs-dropdown-link-hover-bg: var(--blue-light);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: var(--blue-light);
    --bs-dropdown-link-disabled-color: var(--white);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    font-size: var(--fz-nav);
    color: var(--white);
    background-color: var(--blue-light);
    border: var(--bs-dropdown-border-width) solid var(--blue-light);
}
.dropdown-item {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;
}
.nav-link.dropdown-toggle{
    padding-right: 1.5rem;

}

.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-bottom {
    background: var(--blue-light);
    padding: 7px 0;
}

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

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

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

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

header .logo{
    height: var(--logo-h);
    width: calc( var(--logo-h) * 1.465 );
    a{
        display: flex;
        width: 100%;
        height: 100%;
    }
    a img{
        width: 100%;
        height: 100%;
    }

}
.adress, a.mail, a.tel{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-header);
    line-height: calc( var(--fz-header) + 10px );
    color: #292929;
    text-decoration: none;
}
a.mail:hover, a.tel:hover{
color: var(--blue-light);
}
.col-city, .col-mail, .col-tel{
    align-items: center;
}
.col-city img, .col-mail img, .col-tel img{
    margin-right: 10px;
} 
.col-tel a.tel{
    margin-right: 11px;
}
.col-social .item{
    margin-right: 10px;
}
.col-social .item.wapp{
    margin-right: 0px;
}
.header-top{
    margin: 15px 0;
}
header #block-vesta-theme-knopkaostavitzayavku .field--name-body a{
    width: 135px;
    height: 26px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: var(--fz-header);
    line-height: calc( var(--fz-header) + 10px );
    text-decoration-line: underline;
    color: var(--blue-light);
}
header #block-vesta-theme-knopkaostavitzayavku .field--name-body a:hover{
    text-decoration: none;
    color: #292929;
}
.header-bottom ul li a{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-nav);
    line-height: calc( var(--fz-nav) + 16px);
    text-transform: uppercase;
    color: #F6F6F6;
}
.header-bottom ul li a:hover{
    text-decoration: underline;
}
.header-bottom ul{
    gap: 65px;
}


header#header .header-bottom .region.region-search .form-actions {
    display: flex;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0px auto auto;
}
header#header .header-bottom .region.region-search .js-form-item input{
    width: 270px;
    height: 36px;
    background: var(--grey-light);
    border-radius: 70px;
}
header#header .header-bottom .region.region-search .form-actions button{
    background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: var(--grey-light) !important;
    font-size: 0px;
    box-shadow: none;
    border: none;
}
.search-form .form-actions {
    display: flex;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0px auto auto;
}
.search-form .js-form-item input{
    width: 270px;
    height: 36px;
    background: var(--grey-light);
    border-radius: 70px;
}
.search-form .form-actions button{
    background-image: url(/sites/all/themes/vesta_theme/image/search.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: var(--grey-light);
    font-size: 0px !important;
    box-shadow: none;
    border: none;
}
.search-form{
    position: relative;
    width: 270px;
}
.region-content .search-form{
    margin-bottom: 30px;
}
.pager{
    margin-top: 30px;
}
.region-content h3 a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-plashki-title);
    color: #292929;
    text-decoration: none;
}
.region-content h3 a:hover{
    color: var(--blue);
}
.search-form .btn-primary {
    --bs-btn-color: #292929;
    --bs-btn-bg: var(--grey-light);
    --bs-btn-border-color: var(--grey-light);
    --bs-btn-hover-color: #292929;
    --bs-btn-hover-bg:var(--grey-light);
    --bs-btn-hover-border-color:var(--grey-light);
    --bs-btn-active-color: #292929;
    --bs-btn-active-bg: var(--grey-light);
    --bs-btn-active-border-color: var(--grey-light);
    --bs-btn-disabled-color: #292929;
    --bs-btn-disabled-bg: var(--grey-light);
    --bs-btn-disabled-border-color:var(--grey-light);
}
.search-form .form-actions button:hover {
    color: var(--grey-light);
    background-color: var(--grey-light);
    border-color: var(--grey-light);
    --bs-btn-active-color: var(--grey-light);
    --bs-btn-active-bg: var(--grey-light);
    --bs-btn-active-border-color: var(--grey-light);
}
.offcanvas {
    --bs-offcanvas-bg: #E3E3E3;
}

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

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


/*HEADER STYLES*/

/* SLICK STYLES */
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    position: absolute;
    top: 0;
    bottom: calc(1vw + 12px);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

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

button.slick-prev.slick-arrow {
    right: 73px;
}

button.slick-next.slick-arrow {
    right: 0;
}

ul.slick-dots {
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 61px 0;
}

ul.slick-dots li button {
    background: var(--blue-light);
    border-radius: 50%;
    border: none;
    padding: 0;
    width: 5.62px;
    font-size: 0;
    height: 5.34px;
    display: block;
}

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

ul.slick-dots li.slick-active button {
    width: 7.87px;
    height: 7.48px;
    background: #2F709B;
    transform: rotate(180deg);
}

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

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

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

#scrollToTop {
    display: flex;
    align-items: center;
    bottom: 120px;
    cursor: pointer;
    position: fixed;
    right: 75px;
    z-index: 10;
    transition: 0.2s;
    padding: 0;
}
#scrollToTop_img {
    width: 48px;
    height: 48px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    padding: 0;
    object-fit: cover;
}
#scrollToTop .tel {
    width: 48px;
    height: 48px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    margin-right: 10px;
}
/* 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*/
.akcii-block  button.slick-next.slick-arrow::before {
    background-image: url(/sites/all/themes/vesta_theme/image/ButtonRightw.svg);
}
.akcii-block button.slick-prev.slick-arrow::before {
    background-image: url(/sites/all/themes/vesta_theme/image/ButtonLeftw.svg);
}
.gallery-block button.slick-next.slick-arrow::before {
    background-image: url(/sites/all/themes/vesta_theme/image/ButtonRightw.svg);
}
.gallery-block button.slick-prev.slick-arrow::before {
    background-image: url(/sites/all/themes/vesta_theme/image/ButtonLeftw.svg);
}

/* *** 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) {
}

.field--name-field-izobrazhenie-baner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
.node--type-baner{
    position: relative;
    padding: 77px 0;
}
.node--type-baner h1{
    width: var(--banner-w);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-slider-title);
    line-height: var(--fz-slider-title);
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.node--type-baner .field--name-body {
    width: var(--banner-w);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-plashki-title);
    line-height: calc( var(--fz-plashki-title) + 8px );    color: #FFFFFF;
    margin-bottom: 40px;
}
.field--name-field-ssylka{
    width: var(--btn-w);
    height: var(--btn-h);
    background: var(--red);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.field--name-field-ssylka a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-btn);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(248, 239, 223, 0.3);
    text-decoration: none;
    width: var(--btn-w);
    height: var(--btn-h);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.field--name-field-ssylka a:hover{
    text-decoration: underline;
}
.block-title, .field-label-above{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-title-block);
    line-height: calc( var(--fz-title-block) + 22px );
    text-align: center;
    letter-spacing: -0.03em;
    color: #292929;

}

.tovar-friend button.slick-prev.slick-arrow {
    right: 73px;
    left: unset;
}
.tovar-friend button.slick-next.slick-arrow {
    right: 0;
}
.about-block .block-title{
    margin-bottom: var(--mt-block);
}
.node--type-about .field--name-body p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #2F709B;
}
.node--type-about .field--name-body p .ExtraBold{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 29px;
    color: #2F709B;
}
.node--type-about .field--name-body{
    margin-bottom: 30px;
}
.dir-stand{
    display: flex;
    justify-content: space-between;
}
.slider-block{
    margin-bottom: var(--mt-block);
}
.iew-display-id-page_1{
    margin-bottom: var(--mb-block);
}
.dir-stand .field{
    width: calc( ( var(--len-container) - var(--gap) ) / 2 );
    height: 240px;
    padding: 30px;
    background: var(--grey-light);
    border: 1px solid var(--grey);
    border-radius: 20px;
}

.dir-stand .field .field__label{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-plashki-title);
    line-height: calc( var(--fz-plashki-title) + 8px );
    color: #292929;
    margin-bottom: 22px;
}
.dir-stand .field .field__item{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-plashki);
    line-height: var(--lh);
    color: #292929;
}
.dir-stand .field .field__item ul li::marker{
    color: rgba(41, 41, 41, 0.6);   
}
.about-block{
    margin-bottom: var(--mb-block);;
}
.benefits-block{
    background: #F6F6F6;
    padding: var(--mt-block) 0 var(--mb-block) 0;
    margin-bottom: var(--mt-block);
}
.block-views-blockkak-my-rabotaem-block-1 .block-title{
    margin-bottom: 30px;    
}
.view-kak-my-rabotaem .view-content{
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--mt-block);
}
.node--type-preimushchestvo{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 22px;
    width: var(--bt-w);;
    height: 290px;
    background: #FFFFFF;
    border: 1px solid rgba(41, 41, 41, 0.6);
    border-radius: 20px;
}
.node--type-preimushchestvo .field--name-node-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-plashki-title);
    line-height: calc( var(--fz-plashki-title) + 8px );
    text-align: center;
    color: #292929;
}
.node--type-preimushchestvo .field--name-body p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-plashki);
    line-height: var(--lh);
    text-align: center;
    color: #292929;
}
.field--name-field-izobrazhenie-preimushchest img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.view-kak-my-rabotaem .view-footer{
    display: flex;
    justify-content: center;
}
a.btn-vyezd, .more-link a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: var(--btn-w);
    height: var(--btn-h);
    background: #FFFC3D;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-btn);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #292929;
    text-shadow: 0px 0px 5px rgba(248, 239, 223, 0.3);
}
a.btn-vyezd:hover, .more-link a:hover{
    text-decoration: underline;
}
.node--type-usluga.node--view-mode-teaser{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--gap);
    gap: 22px;
    width: var(--bt-w);
    height: calc( 238 * var(--bt-w) / 370 );
    background: #F6F6F6;
    border: 1px solid #E3E3E3;
    border-radius: 20px;
    position: relative;
}
.not-front .view-nashi_uslugi.view-display-id-page_1 .node--type-usluga.node--view-mode-teaser {
     height: 270px;
}
.region-uslugi .views-row:nth-child(7) .node--type-usluga.node--view-mode-teaser{
    width: var(--len-container);
}

.node--type-usluga.node--view-mode-teaser .field--name-node-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-plashki-title);
    line-height: calc( var(--fz-plashki-title) + 8px );
    text-align: center;
    color: #292929;
}
.node--type-usluga.node--view-mode-teaser .field--name-field-tezis{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-plashki);
    line-height: var(--lh);
    text-align: center;
    color: #292929;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img,
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga .media--blazy,
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.field[data-blazy] {
     min-width: unset; 
}
.region-uslugi .view-nashi-uslugi .view-content{
    display: grid;
    grid-template-columns: repeat(3, var(--bt-w));
    grid-auto-rows: calc( 238 * var(--bt-w) / 370 );
    gap: var(--gap);
    margin-bottom: var(--mt-block);
}
.region-content .view-nashi-uslugi .view-content{
    display: flex;
    gap: var(--gap);
}
.region-uslugi .views-row:nth-child(1) {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
.region-uslugi .views-row:nth-child(2) {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
}
.region-uslugi .views-row:nth-child(3) {
    grid-column: 3 / 3;
    grid-row: 1 / 1;
}
.region-uslugi .views-row:nth-child(4) {
    grid-column: 1 / 1;
    grid-row: 2 / 2;
}
.region-uslugi .views-row:nth-child(5) {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
}
.region-uslugi .views-row:nth-child(6) {
    grid-column: 3 / 3;
    grid-row: 2 / 2;
}
.region-uslugi .views-row:nth-child(7) {
    grid-column: 1 / 3;
    grid-row: 3 / 3;
}
.view-nashi-uslugi .field--name-node-link{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.view-nashi-uslugi .field--name-node-link a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.region-uslugi .block-title{
    margin-bottom: 20px;
}
.more-link{
    display: flex;
    justify-content: center;
}
.region-uslugi .more-link{
    margin-bottom: 52px;
}

.taxonomy-term--view-mode-teaser .field--name-field-catalog-image{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img,
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image a,
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image{
    width: 310px;
    height: 230px;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image a{
    display: flex;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title a{
    height: 60px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #292929;
    text-decoration: none;
    margin-bottom: 20px;
    display: flex;
}
.taxonomy-term--view-mode-teaser .price,
.taxonomy-term--view-mode-teaser .field--name-field-diapazon-ceny{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-title-block);
    line-height: calc( var(--fz-title-block) + 22px );
    color: #2F709B;
    margin-bottom: 20px;
}
.taxonomy-term--view-mode-teaser .field--name-description,
.taxonomy-term--view-mode-teaser .field--name-field-opisanie{
 /*   width: 310px; */
    min-height: 52px;
    max-height: 52px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-plashki);
    line-height: var(--lh);
    color: #292929;
    margin-bottom: 20px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link{
    width: 136px;
    height: 36px;
    border: 1px solid #2F709B;
    border-radius: 20px;
    color: #2F709B;
}

.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link a{
    height: 36px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    color: #2F709B;
    text-decoration: none;
}

.block-views-blockcatalog-block-front .views-row{
    width: var(--bt-w);
}
.taxonomy-term--view-mode-teaser{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    width: var(--bt-w);;
    height: 566px;
    background: #F6F6F6;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
}
.taxonomy-term--view-mode-teaser:hover{
    border: 2px solid #2F709B;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    .field--name-taxonomy-term-link a{
        text-decoration-line: underline;
    }
}
.block-views-blocktovary-block-1 .block-title{
    margin-bottom: 30px;
}
.block-views-blocktovary-block-1{
    margin-bottom: var(--mb-block);;
}
.uslugi-block{
    margin-top: var(--mt-block);
}
.akcii-block{
    background-color: var(--grey-light);
    padding: var(--mt-block) 0 var(--mb-block) 0;
    
    .block-title{
        margin-bottom: 30px;
    }
    .taxonomy-term--view-mode-teaser{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
        width: var(--bt-w);;
        height: 506px;
        background: #FFFFFF;
        border: 1px solid #E3E3E3;
        box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        overflow: hidden;
    }
    .views-row{
        width: var(--bt-w);;
    }
    .view-content{
        display: flex;
        justify-content: space-between;
        margin-bottom: var(--mt-block);
    }
    .taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link{
        width: 200px;
        height: 36px;
        background: #FFFC3D;
        border-radius: 20px;
        border: none;
    }
    
    .taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link a{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 800;
        font-size: 12px;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #292929;
        width: 200px;
        height: 36px;
        border-radius: 20px;
    }
    .taxonomy-term--view-mode-teaser:hover{
        border: 2px solid #2F709B;
    }

}
.taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii img,
.taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii a,
.taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii{
    width: 310px;
    height: 230px;
}
.not-front .view-display-id-page_1 .view-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: var(--gap);
}

.pagination {
    -bs-pagination-color: var(--blue-light);
    --bs-pagination-bg: #F6F6F6;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #E3E3E3;
    --bs-pagination-border-radius: 50%;
    --bs-pagination-hover-color: var(--blue-light);
    --bs-pagination-hover-bg: #F6F6F6;
    --bs-pagination-hover-border-color: #E3E3E3;
    --bs-pagination-focus-color: var(--blue-light);
    --bs-pagination-focus-bg: #F6F6F6;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: var(--blue-light);
    --bs-pagination-active-bg: #F6F6F6;
    --bs-pagination-active-border-color: #E3E3E3;
    
}
.page-link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: var(--blue-light);
    text-decoration: none;
    background-color: #F6F6F6;
    border: 1px solid #E3E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-link:hover{
    text-decoration: underline;
    border: 2px solid #2F709B;
}
.active>.page-link, .page-link.active {
    text-decoration: underline;
    border: 2px solid #2F709B;
}
.page-item:not(:first-child) .page-link {
    margin-left: 5px;
}
.view-nashi-raboty .view-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: var(--gap);
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto{
    width: var(--bt-w);
    height: var(--bt-w);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto a,
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto a img{
    width: var(--bt-w);
    height: var(--bt-w);
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto a{
    display: flex;
}

.gallery-block{
    background: #F6F6F6;
    padding: var(--mt-block) 0 var(--mb-block) 0;
    .block-title{
        margin-bottom: 20px;
    }
    .view-content{
        margin-bottom: var(--mt-block);
    }
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-node-title{
    width: 310px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-plashki-title);
    line-height: calc( var(--fz-plashki-title) + 8px );
    color: #FFFFFF;
    margin-bottom: 10px;
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-body{
    width: 310px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}
.node--type-foto-iz-galerei.node--view-mode-teaser{
    position: relative;
}
.node--type-foto-iz-galerei.node--view-mode-teaser .gr-content{
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: none;
    pointer-events: none;
}
.node--type-foto-iz-galerei.node--view-mode-teaser:hover{
    .gr-content{
        display: block;
    }
    .field--name-field-foto::after{
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        background: linear-gradient(0deg, rgba(41, 41, 41, 0.6), rgba(41, 41, 41, 0.6));
        border-radius: 20px;
        overflow: hidden;
        pointer-events: none;
    }
    .field--name-field-foto::before{
        content: '';
        top: 30px;
        left: 30px;
        width: 30px;
        height: 30px;
        position: absolute;
        background: url('/sites/all/themes/vesta_theme/image/Scale.svg');
        background-size: cover;
        z-index: 1;       
        pointer-events: none; 
    }
}
.field--name-field-fon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.field--name-field-fon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.node--type-webform.node--view-mode-full{
    position: relative;
    padding: var(--mt-block) 0;
    .left-group{
        width: 51.3%;
        .field--name-node-title{
            width: 470px;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 700;
            font-size: var(--fz-title-block);
            line-height: calc( var(--fz-title-block) + 22px );
            letter-spacing: -0.03em;
            color: #FFFFFF;
            margin-bottom: 30px;
        }
        .field--name-body{
            width: 470px;
            p{
                font-family: 'Roboto';
                font-style: normal;
                font-weight: 700;
                font-size: var(--fz-plashki-title);
                line-height: calc( var(--fz-plashki-title) + 8px );
                color: #FFFFFF;
            }
        }
    }
    .field--name-webform{
        width: 48.7%;
    }
    .container{
        display: flex;
    }
}

.fos-block  form{
    position: relative;
}
.fos-block .form-type-textfield{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;

    label{
        margin: 0;
        width: 82px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: calc( var(--fz-plashki-title) + 8px );
        color: #FFFFFF;
    }
    input{
        width: 450px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #FFFFFF;
        opacity: 0.8;
        background: transparent;
        border: none;
        border-radius: 0;
        position: relative;
    }
    input::placeholder{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #FFFFFF;
        opacity: 0.8;
        background: transparent;
        border: none;
    }
}
.fos-block .form-type-textarea textarea{
    width: 450px;
    margin-left: 121px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.8;
    background: transparent;
    border: none;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0;
    resize: none;
}


.fos-block .form-type-textarea textarea::placeholder{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #FFFFFF;
        opacity: 0.8;
        background: transparent;
        border: none;
    }
.form-control:focus{
    border-bottom: 1px solid #FFFFFF !important;
}
.form-control{
    border-bottom: 1px solid #FFFFFF !important;
}
.fos-block .form-type-checkbox{
    display: flex;
    width: 450px;
    align-items: center;
    margin-left: 121px;
    margin-bottom: 50px;
    position: relative;
    .webform-element-description,
    .webform-element-description a{
        width: 417px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #FFFFFF;
        opacity: 0.8;
        text-decoration: none;
    }
    input{
        width: 16px;
        height: 16px;
        margin-right: 17px;
    }
}
form button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 570px;
    height: 48px;
    background: #FFFC3D;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px !important;
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 800 !important;
    font-size: var(--fz-btn) !important;
    text-align: center;
    text-transform: uppercase;
    color: #292929;
    text-decoration: none;
}
.btn:hover {
    color: #292929;
    background-color: #FFFC3D;
    border-color: #FFFC3D;
    text-decoration: underline;
}
.btn-primary {
    --bs-btn-color: #292929;
    --bs-btn-bg: #FFFC3D;
    --bs-btn-border-color: #FFFC3D;
    --bs-btn-hover-color: #292929;
    --bs-btn-hover-bg: #FFFC3D;
    --bs-btn-hover-border-color: #FFFC3D;
    --bs-btn-active-color: #292929;
    --bs-btn-active-bg: #FFFC3D;
    --bs-btn-active-border-color: #FFFC3D;
    --bs-btn-disabled-color: #292929;
    --bs-btn-disabled-bg: #FFFC3D;
    --bs-btn-disabled-border-color: #FFFC3D;
}
.btn:active{
    background-color: #FFFC3D !important;
}
.form-item--error-message{
    position: absolute;
    top: -20px;
    color: #D52344;
}
.alert-danger{
    position: absolute;
    left: -300px;
}
.row-footer .container{
    display: flex;
    margin-bottom: 30px;
    padding-top: 33px;
}
.row-footer{
    border: none;
    border-bottom: 1px solid #292929;
    border-radius: 0px;
}
footer .col-logo{
    width: 225px;
    margin-right: 61px;
}
footer .logo{
    height: var(--logo-h-f);
    width: calc( var(--logo-h-f) * 1.465 );
    margin-bottom: 35px;
    a{
        display: flex;
        width: 100%;
        height: 100%;
    }
    a img{
        width: 100%;
        height: 100%;
    }
    
}
footer .col-social{
    margin-bottom: 35px;
}
footer .col-city, footer .col-mail{
    margin-bottom: 10px;
}
.region-navfooter{
    display: flex;
    justify-content: space-between;
}
footer #block-vesta-theme-osnovnayanavigaciya{
    width: 141px;
    margin-right: 62px;

    #block-vesta-theme-osnovnayanavigaciya-menu{
        width: 141px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: calc( var(--fz-plashki-title) + 8px );
        color: #292929;
        margin-bottom: 20px;
        border: none;
        border-bottom: 1px solid #292929;
        border-radius: 0px;
        padding-bottom: 20px;
    }
    ul{
        flex-direction: column;
        row-gap: 10px;
    }
    ul li a{
        width: 141px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: calc( var(--fz-header) - 1px );
        line-height: calc( var(--fz-header) + 4px );
        color: #292929;
        margin: 0;
        padding: 0;
    }
}
footer #block-vesta-theme-katalogprodukcii{
    width: 482px;
    height: 298px;
    margin-right: 62px;

    #block-vesta-theme-katalogprodukcii-menu{
        width: 482px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: calc( var(--fz-plashki-title) + 8px );
        color: #292929;
        margin-bottom: 20px;
        border: none;
        border-bottom: 1px solid #292929;
        border-radius: 0px;
        padding-bottom: 20px;
    }
    ul{
        flex-direction: column;
        flex-wrap: wrap;
        height: 240px;
        column-gap: 30px;
        row-gap: 10px;
    }
    ul li a{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: calc( var(--fz-header) - 1px );
        line-height: calc( var(--fz-header) + 4px );
        color: #292929;
        margin: 0;
        padding: 0;
    }
}

footer #block-vesta-theme-menyuuslugi{
    width: 137px;

    #block-vesta-theme-menyuuslugi-menu{
        width: 137px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: calc( var(--fz-plashki-title) + 8px );
        color: #292929;
        margin-bottom: 20px;
        border: none;
        border-bottom: 1px solid #292929;
        border-radius: 0px;
        padding-bottom: 20px;
    }
    ul{
        flex-direction: column;
        row-gap: 10px;
    }
    ul li a{
        width: 137px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: calc( var(--fz-header) - 1px );
        line-height: calc( var(--fz-header) + 4px );
        color: #292929;
        margin: 0;
        padding: 0;
    }
}
.row-copiryght{
    padding: 20px 0;
}
.row-copiryght .container{
    display: flex;
    justify-content: space-between;
}
.copyright{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: calc( var(--fz-header) - 1px );
    line-height: calc( var(--fz-header) + 4px );
    color: #292929;
}
.col-webvesta a, .col-politika a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: calc( var(--fz-header) - 1px );
    line-height: calc( var(--fz-header) + 4px );
    color: #292929;
    text-decoration: none;
}
.col-webvesta a:hover, .col-politika a:hover{
    text-decoration: underline;
}
#block-vesta-theme-bloknastranicekontakty .col-city, #block-vesta-theme-bloknastranicekontakty .col-mail {
    margin-bottom: 10px;
}
#block-vesta-theme-bloknastranicekontakty .col-tel {
    margin-bottom: 20px;
}

#webform-submission-callback-form-ajax .form-type-textfield{
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    flex-direction: column;

    label{
        margin: 0;
        width: 82px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: calc( var(--fz-plashki-title) + 8px );
        color: #000000;
    }
    input{
       font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #000000;
        opacity: 0.8;
        background: transparent;
        border: none;
        border-radius: 0;
        position: relative;
    }
    input::placeholder{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #000000;
        opacity: 0.8;
        background: transparent;
        border: none;
    }
}
#webform-submission-callback-form-ajax .form-type-textarea textarea{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    opacity: 0.8;
    background: transparent;
    border: none;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0;
    resize: none;
}


#webform-submission-callback-form-ajax .form-type-textarea textarea::placeholder{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #000000;
        opacity: 0.8;
        background: transparent;
        border: none;
    }

/*    
.form-control:focus{
    border-bottom: 1px solid #000000 !important;
}
.form-control{
    border-bottom: 1px solid #000000 !important;
}  */
#webform-submission-callback-form-ajax .form-type-checkbox{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    .webform-element-description,
    .webform-element-description a{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #000000;
        opacity: 0.8;
        text-decoration: none;
    }
    input{
        width: 16px;
        height: 16px;
        margin-right: 17px;
    }
}

.modal {
    --bs-modal-bg:#E3E3E3;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-footer-bg: #E3E3E3;
}
.modal-header{
    background-color: var(--blue-light);
    .modal-title{
        color: var(--white);
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-plashki-title);
        line-height: calc(var(--fz-plashki-title) + 8px);
    }
}
.modal-footer button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background: #FFFC3D;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px !important;
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 800 !important;
    font-size: var(--fz-btn) !important;
    text-align: center;
    text-transform: uppercase;
    color: #292929;
    text-decoration: none;
}
.btn-close {
    --bs-btn-close-color: #FFFFFF;
    --bs-btn-close-bg: url('/sites/all/themes/vesta_theme/image/btn-close.svg');
}

.vpa-content p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #292929;
}
.vpa-actions .btn{
    width: 141px;
    height: 48px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #292929;

}

div#vpa-short-wrapper {
    max-width: 892.5px;
}
.view-display-id-page_1 .view-content{
    margin-bottom: 20px;
}
.not-front h1{
    margin-bottom: 30px;
}
.not-front .region-content .view-nashi-uslugi .view-content {
    flex-wrap: wrap;
}
.commerce-product--view-mode-teaser{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    width: var(--bt-w);
    height: 566px;
    background: #F6F6F6;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-left: 1px;
}
.commerce-product--view-mode-teaser:hover{
    border: 2px solid #2F709B;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser img,
.commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser a,
.commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser{
    width: 310px;
    height: 230px;
}
.tovar-friend .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 300px;
    height: 230px;
}
.commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser a{
    display: flex;
}

.commerce-product--view-mode-teaser .field--name-title a{
    height: 60px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #292929;
    text-decoration: none;
    margin-bottom: 20px;
    display: flex;
}

.commerce-product--view-mode-teaser .field--name-body p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: var(--fz-plashki);
    line-height: var(--lh);
    color: #292929;
}
.commerce-product--view-mode-teaser .field--name-body{
    margin-bottom: 20px;
}
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-podrobnee a{
    height: 36px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    color: #2F709B;
    text-decoration: none;
}
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-podrobnee {
    width: 136px;
    height: 36px;
    border: 1px solid #2F709B;
    border-radius: 20px;
    color: #2F709B;
}
.commerce-product--view-mode-teaser:hover .field--name-dynamic-token-fieldcommerce-product-podrobnee a{
    text-decoration-line: underline;
}
.commerce-product--view-mode-teaser .field--name-field-diapazon-ceny{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: var(--fz-title-block);
    line-height: calc(var(--fz-title-block) + 22px);
    color: #2F709B;
    margin-bottom: 20px;
}
.view-display-id-page_2 .view-content, .view-display-id-page_3 .view-content{
    display: flex;
    gap: calc( var(--gap) - 3px );
    flex-wrap: wrap;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body{
    margin-bottom: 30px;
}
.region-navmob{
    margin-bottom: 20px;
}
.offcanvas .region-search{
    margin-bottom: 30px;
}
.offcanvas .col-city, .offcanvas .col-mail, .offcanvas .col-social, .offcanvas .col-tel{
    margin-bottom: 10px;
}
.region-navfooter ul li a:hover, .region-navfooter ul li a:active{
    text-decoration: underline !important;
}

.breadcrumb li a{
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #55738B;
    text-decoration: none;

}
.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 40px;
    --bs-breadcrumb-margin-bottom: 0;   
}
.breadcrumb li{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2E88C8;
}

#block-vesta-theme-page-title h1{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: calc( var(--fz-slider-title) - 2px );
    line-height: var(--fz-slider-title);
    letter-spacing: -0.03em;
    color: #2F709B;
    margin-bottom: var(--mt-block);
}
#views-exposed-form-tovary-page-1 ul li::marker{
    display: none;
}
#views-exposed-form-tovary-page-1 ul li a{
    padding: 9px 31px;
    background: #F6F6F6;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-nav);
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #2F709B;
    text-decoration: none;
}
#views-exposed-form-tovary-page-1 ul li a.bef-link--selected{
    background: #2F709B;
    color: #FFFFFF;
}
#views-exposed-form-tovary-page-1 ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 10px;
    margin-bottom: 40px;
    padding: 0;
}
.view-display-id-page_1{
    margin-bottom: 100px;
}


@media screen and (min-width: 577px) and (max-width: 767px)  {
:root{
    --fz-slider-title: 28px;
    --fz-slider-body: 24px;
    --fz-text: 18px;
    --fz-btn: 10px;
    --fz-nav: 10px;
    --fz-header: 16px;
    --fz-footer: 18px;
    --fz-plashki: 14px;
    --fz-plashki-title: 17px;
    --fz-title-block: 20px;    
    --len-container: 540px;
    --img-w: 570px;
    --img-h: 435px;
    --bt-w: calc( ( var(--len-container) - var(--gap) ) / 2 );
    --btn-w: 200px;
    --btn-h: 40px;
    --bs-offcanvas-zindex: 10046;
    --pic-w: 423px;
    --pic-h: 282px; 
    --mb-block: 40px;
    --mt-block: 30px;
    --gap: 10px;
    --logo-h: 70px;
    --logo-h-f: 91.46px;
    --banner-w: 75%;
}
.col-social .item img{
    width: 28px !important;
    height: 28px !important;
}
#block-vesta-theme-bloknastranicekontakty .col-social .item.wapp img{
    width: 80.5px !important;
    height: 28px !important;
}
.offcanvas-body .col-social .item.wapp img{
    width: 80.5px !important;
    height: 28px !important;
}
.container{
    padding: 0;
}
main {
    margin-top: 80px;
}
.node--type-baner h1 {
    margin-bottom: 25px;
}
.node--type-baner .field--name-body {
    margin-bottom: 25px;
}
.node--type-baner {
    padding: 50px 0;
}
.dir-stand .field {
    height: 310px;
    padding: 10px;
}
#scrollToTop {
    bottom: 75px;
    right: 50px;
}
#scrollToTop_img {
    width: 40px;
    height: 40px;
}
#scrollToTop .tel {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.node--type-preimushchestvo {
    padding: 6px;
    gap: 15px;
    width: 173px !important;
}
.taxonomy-term--view-mode-teaser{
    padding: 20px;
    width: 260px;
    height: 539px;
}
 .akcii-block .taxonomy-term--view-mode-teaser {
    padding: 20px;
    width: 260px;
    height: 450px;
    margin-left: 2px;
}
.taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii img, .taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii a, .taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii,
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img, .taxonomy-term--view-mode-teaser .field--name-field-catalog-image a, .taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
    width: 220px;
    height: 180px;
}
button.slick-arrow {
    width: 40px;
    height: 40px;
}
button.slick-arrow::before {
    width: 40px;
    height: 40px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title a {
    font-size: 20px;
    height: 50px;
}
.node--type-about .field--name-body p {
    font-size: 20px;
    line-height: 27px;
}
.node--type-about .field--name-body p .ExtraBold {
    font-size: 20px;
    line-height: 27px;
}
.taxonomy-term--view-mode-teaser .field--name-description {
    min-height: 80px;
    max-height: 80px;
}
.taxonomy-term--view-mode-teaser .field--name-field-opisanie {
    height: 80px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link a {
    font-size: 10px;
}
.akcii-block .taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link,
.akcii-block .taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link a {
        width: 160px;
        font-size: 10px;
}
.akcii-block .view-content, .gallery-block .view-content{
        display: block;
    }
ul.slick-dots {
    margin: 40px 0;
}
.slick-prev, .slick-next {
    bottom: -37px;
}
button.slick-prev.slick-arrow {
    right: 55px;
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto {
    width: 265px;
    height: 265px;
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto a, .node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto a img {
    width: 265px;
    height: 265px;
}
.node--type-foto-iz-galerei.node--view-mode-teaser{
    width: 265px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title {
    height: 50px;
}
.node--type-usluga.node--view-mode-teaser {
   gap: 10px;
   height: 200px;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img, .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga .media--blazy, .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga {
    width: 50px;
    height: 50px;
 }
.region-uslugi .view-nashi-uslugi .view-content {
    grid-auto-rows: 200px;
}
.not-front .node--type-usluga.node--view-mode-teaser {
        gap: 10px;
        height: 200px;
        width: 260px;
}
.node--type-webform.node--view-mode-full .left-group, .node--type-webform.node--view-mode-full .field--name-webform {
        width: 100%;
}
.node--type-webform.node--view-mode-full .left-group{
    margin-bottom: 20px;
}
.node--type-webform.node--view-mode-full .container {
        flex-direction: column;
    }
.fos-block .form-type-textarea textarea {
    margin-left: 90px;
}
.fos-block .form-type-checkbox {
    margin-left: 90px;
}
.fos-block .webform-button--submit.btn.btn-primary{
    width: var(--len-container);
}

footer .col-logo {
    width: 187px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row-footer .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
footer .col-tel a.tel {
     margin-right: 0px; 
}
.region-navfooter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
footer #block-vesta-theme-katalogprodukcii {
    order: 3;
    width: 100%;
    margin-right: 0;
}
footer #block-vesta-theme-osnovnayanavigaciya {
    width: 57%;
    margin-right: 0;
}
footer #block-vesta-theme-menyuuslugi {
    width: 42%;
}
.row-copiryght .container {
    flex-wrap: wrap;
}
.region-content .view-nashi-uslugi .view-content {
    justify-content: center;
}
.commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser img, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser a, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 223px !important;
    height: 160px !important;
}
.commerce-product--view-mode-teaser .field--name-title a {
    font-size: 20px;
    line-height: 24px;
}
.commerce-product--view-mode-teaser {
    height: 500px;
    padding: 20px;
}
.commerce-product--view-mode-teaser .field--name-body {
    min-height: 78px;
    max-height: 78px;
}
.region-uslugi .view-nashi-uslugi .view-content {
    grid-template-columns: repeat(2, var(--bt-w));
}
.region-uslugi .views-row:nth-child(1) {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
.region-uslugi .views-row:nth-child(2) {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
}
.region-uslugi .views-row:nth-child(3) {
    grid-column: 1 / 1;
    grid-row: 2 / 2;
}
.region-uslugi .views-row:nth-child(4) {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
}
.region-uslugi .views-row:nth-child(5) {
    grid-column: 1 / 1;
    grid-row: 3 / 3;
}
.region-uslugi .views-row:nth-child(6) {
    grid-column: 2 / 2;
    grid-row: 3 / 3;
}
.region-uslugi .views-row:nth-child(7) {
    grid-column: 1 / 3;
    grid-row: 4 / 4;
}
#views-exposed-form-tovary-page-1 ul {
    justify-content: center;
    flex-wrap: wrap;
}
.product-view-full .content-group {
    flex-direction: column;
}
.product-view-full .content-group .field--name-field-image-product-view {
        width: 100% !important;
        row-gap: 10px;
    }
.product-view-full .content-group .left-group {
        width: 100% !important;
        padding: 20px !important;
        min-height: unset !important;
        max-height: unset !important;
    }
    .product-view-full .content-group .field--name-field-image-product-view .field__item {
            width: 173px !important;
            height: 173px !important;
    }
    .product-view-full .content-group .field--name-field-image-product-view .field__item:first-child {
            height: 350px !important;
            width: 100% !important;
        }
.horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    padding: 1.6em 0.4em !important;
}
.commerce-product-variation--view-mode-default {
    .field--label-above:first-of-type {
        width: 15%;
    }
}
.commerce-product-variation--view-mode-default {
    .field--label-above:nth-of-type(2) {
        width: 30%;
    }
}
.commerce-product-variation--view-mode-default {
    .field--label-above:nth-of-type(3) {
        width: 35%;
    }
}
.field--name-field-presentation {
     max-height: unset !important;
     min-height: unset !important;
}
.card-body {
    padding: 20px 0 0 0;
}

.commerce-product-variation--view-mode-default{
    .field__label{
        text-align: center;
    }
    .field.field__item, .field--name-price .field__item{
        text-align: center;
    }
}
}



@media screen and (max-width: 576px) {
:root{
    --fz-slider-title: 22px;
    --fz-slider-body: 24px;
    --fz-text: 18px;
    --fz-btn: 10px;
    --fz-nav: 10px;
    --fz-header: 16px;
    --fz-footer: 18px;
    --fz-plashki: 14px;
    --fz-plashki-title: 17px;
    --fz-title-block: 22px;    
    --len-container: 100%;
    --img-w: 570px;
    --img-h: 435px;
    --bt-w: 300px;
    --btn-w: 170px;
    --btn-h: 35px;
    --bs-offcanvas-zindex: 10046;
    --pic-w: 423px;
    --pic-h: 282px; 
    --mb-block: 40px;
    --mt-block: 30px;
    --gap: 10px;
    --logo-h: 60px;
    --logo-h-f: 91.46px;
    --banner-w: 75%;
}
.card-body .field--name-variations .field__item:first-child .commerce-product-variation .field--label-above .field__label {
    min-height: 72px !important;
}
.commerce-product--view-mode-teaser {
    padding: 20px;
    height: unset !important;
}
#views-exposed-form-tovary-page-1 ul li a {
    padding: 7px 20px;
}
.col-social .item img{
    width: 28px !important;
    height: 28px !important;
}
#block-vesta-theme-bloknastranicekontakty .col-social .item.wapp img{
    width: 80.5px !important;
    height: 28px !important;
}
.offcanvas-body .col-social .item.wapp img{
    width: 80.5px !important;
    height: 28px !important;
}
#views-exposed-form-tovary-page-1 ul {
    justify-content: center;
    flex-wrap: wrap;
}
.product-view-full .content-group {
    display: flex;
    gap: var(--gap);
    margin-bottom: var(--mb-block);
    align-items: start;
    flex-direction: column;
}
    .product-view-full .content-group .field--name-field-image-product-view {
        width: 320px !important;
        margin: 0 auto;
    }
.product-view-full .content-group .left-group {
        width: 100% !important;
        padding: 20px !important;
        min-height: unset !important;
        max-height: unset !important;
    }
    .product-view-full .content-group .field--name-field-image-product-view .field__item {
            width: 320px !important;
            height: 350px !important;
    }
    .product-view-full .content-group .field--name-field-image-product-view .field__item:first-child {
            height: 350px !important;
            width: 320px !important;
        }
.horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    padding: 1.6em 0.4em !important;
}
.commerce-product-variation--view-mode-default {
    .field--label-above:first-of-type {
        width: 17%;
    }
}
.commerce-product-variation--view-mode-default {
    .field--label-above:nth-of-type(2) {
        width: 40%;
    }
}
.field--name-field-presentation {
     max-height: unset !important;
     min-height: unset !important;
}
#views-exposed-form-tovary-page-1 ul li a {
    padding: 6px 15px;
}
main {
    margin-top: calc( var(--logo-h) + 10px );
}
.node--type-baner h1 {
    margin-bottom: 25px;
}
.node--type-baner .field--name-body {
    margin-bottom: 25px;
}
.node--type-baner {
    padding: 50px 0;
}
.dir-stand .field {
    height: unset;
    width: 100%;
    max-width: 370px;
    padding: 20px;
}
.dir-stand {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.view-kak-my-rabotaem .view-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--mt-block);
    flex-direction: column;
    gap: 20px;
    align-items: center;
    .views-row{
        width: 100%;
        max-width: 370px;
    }
}
#scrollToTop {
    bottom: 75px;
    right: 50px;
}
#scrollToTop_img {
    width: 40px;
    height: 40px;
}
#scrollToTop .tel {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.node--type-preimushchestvo {
    padding: 6px;
    gap: 15px;
    width: 100%;
    max-width: 370px;
    height: unset;
}

.taxonomy-term--view-mode-teaser, .akcii-block .taxonomy-term--view-mode-teaser {
    padding: 20px;
    width: 320px;
    height:unset;
}
.taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii img, .taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii a, .taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii,
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img, .taxonomy-term--view-mode-teaser .field--name-field-catalog-image a, .taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
    width: 280px;
    height: 205px;
}
button.slick-arrow {
    width: 40px;
    height: 40px;
}
button.slick-arrow::before {
    width: 40px;
    height: 40px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title a {
    font-size: 20px;
    max-height: 60px;
    min-height: 60px;
    margin-bottom: 30px;
}
.node--type-about .field--name-body p {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}
.node--type-about .field--name-body p .ExtraBold {
    font-size: 20px;
    line-height: 27px;
}
.taxonomy-term--view-mode-teaser .field--name-field-opisanie {
    height: 52px;
}
.block-views-blockcatalog-block-front{
    .taxonomy-term--view-mode-teaser .field--name-description {
    height: unset;
    max-height: 80px;
    min-height: 80px;
    margin-bottom: 20px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title a {
    font-size: 20px;
    max-height: 53px;
    min-height: 53px;
    margin-bottom: 20px;
}
}
.taxonomy-term--view-mode-teaser .field--name-description {
    height: unset;
    max-height: 80px;
    min-height: 80px;
    margin-bottom: 20px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link a {
    font-size: 10px;
}
.akcii-block .taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link,
.akcii-block .taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link a {
        width: 160px;
        font-size: 10px;
}
.akcii-block .view-content, .gallery-block .view-content{
        display: block;
    }
ul.slick-dots {
    margin: 40px 0;
}
.field--name-field-image-product-view .slick-prev, .field--name-field-image-product-view .slick-next {
    bottom:2px;
}
.field--name-field-image-product-view .slick-next {
    right: 0 !important;
}
 .slick-prev, .slick-next {
    bottom: -37px;
}
button.slick-prev.slick-arrow {
    right: 55px !important;
    left: unset !important;
}
.slick-slider {
    width: 320px;
    margin: 0 auto;
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto {
    width: 320px;
    height: 320px;
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto a, .node--type-foto-iz-galerei.node--view-mode-teaser .field--name-field-foto a img {
    width: 320px;
    height: 320px;
}
.node--type-foto-iz-galerei.node--view-mode-teaser{
    width: 320px;
}
.node--type-usluga.node--view-mode-teaser .field--name-node-title {
    height: 50px;
}
.node--type-usluga.node--view-mode-teaser {
   gap: 5px;
   padding: 7px;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img, .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga .media--blazy, .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga {
    width: 50px;
    height: 50px;
 }
.region-uslugi .view-nashi-uslugi .view-content {
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-auto-rows: 175px;
    gap: var(--gap);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.region-uslugi .views-row:nth-child(1), .view-nashi-uslugi .views-row:nth-child(1){
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
.region-uslugi .views-row:nth-child(2), .view-nashi-uslugi .views-row:nth-child(2) {
    grid-column: 2 / 2;
    grid-row: 1 / 1;
}
.region-uslugi .views-row:nth-child(3) , .view-nashi-uslugi .views-row:nth-child(3){
    grid-column: 1 / 1;
    grid-row: 2 / 2;
}
.region-uslugi .views-row:nth-child(4) , .view-nashi-uslugi .views-row:nth-child(4){
    grid-column: 2 / 2;
    grid-row: 2 / 2;
}
.region-uslugi .views-row:nth-child(5) , .view-nashi-uslugi .views-row:nth-child(5){
    grid-column: 1 / 1;
    grid-row: 3 / 3;
}
.region-uslugi .views-row:nth-child(6) , .view-nashi-uslugi .views-row:nth-child(6){
    grid-column: 2 / 2;
    grid-row: 3 / 3;
}
.region-uslugi .views-row:nth-child(7) , .view-nashi-uslugi .views-row:nth-child(7){
    grid-column: 1 / 3;
    grid-row: 4 / 4;
}
.node--type-usluga.node--view-mode-teaser{
    width: 100%;
    height: 175px !important;
}
.region-uslugi .views-row:nth-child(7) .node--type-usluga.node--view-mode-teaser,  .view-nashi-uslugi .views-row:nth-child(7) .node--type-usluga.node--view-mode-teaser{
    width: 100%;
}
.not-front .region-content .view-nashi-uslugi .view-content {
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-auto-rows: 175px;
    gap: var(--gap);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: grid;
}

.node--type-webform.node--view-mode-full .left-group, .node--type-webform.node--view-mode-full .field--name-webform {
        width: 100%;
}
.node--type-webform.node--view-mode-full .left-group{
    margin-bottom: 20px;
}
.node--type-webform.node--view-mode-full .container {
        flex-direction: column;
    }
.fos-block .form-type-textarea textarea {
    margin-left: 0;
    width: 100%;
}
.fos-block .form-type-checkbox {
    margin-left: 0;
    width: 100%;
}
.fos-block .webform-button--submit.btn.btn-primary{
    width: 100%;
}
.fos-block .form-type-checkbox .webform-element-description, .webform-element-description a {
        width: 240px;
        font-size: 12px;
        line-height: 18px;
    }

footer .col-logo {
    width: 187px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row-footer .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
footer .col-tel a.tel {
     margin-right: 0px; 
}
.region-navfooter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 28px;
    
}
footer #block-vesta-theme-katalogprodukcii {
    max-width: 320px;
    margin-right: 0;
    order: 3;
}
footer #block-vesta-theme-osnovnayanavigaciya {
    width: 146px;
    margin-right: 0;
}
footer #block-vesta-theme-menyuuslugi {
    width: 146px;
}
.row-copiryght .container {
    flex-wrap: wrap;
}
.node--type-webform.node--view-mode-full .left-group .field--name-node-title {
            width: 100%;
}
.node--type-webform.node--view-mode-full .left-group .field--name-body {
            width: 100%;
}
.fos-block .form-type-textfield {
    align-items: normal;
    flex-direction: column;
}
.fos-block .form-type-textfield input {
        width: 100%;
    }
.form-type-textfield input::placeholder{
        font-size: 12px;
        line-height: 18px;
}
.form-type-textarea textarea::placeholder{
        font-size: 12px;
        line-height: 18px;
    }
footer #block-vesta-theme-katalogprodukcii ul {
        flex-direction: column;
        flex-wrap: wrap; 
        height: 300px;
        column-gap: 30px;
        row-gap: 10px;
        width: 146px;
}
footer #block-vesta-theme-katalogprodukcii  #block-vesta-theme-katalogprodukcii-menu {
        width: unset;
    }
footer #block-vesta-theme-katalogprodukcii {
    height: 350px;
}
.view-nashi-raboty .view-content {
    align-items: center;
    flex-direction: column;
}
.not-front .view-catalog .view-content,
.not-front .view-display-id-page_1 .view-content {
    flex-direction: column;
    align-items: center;
}
.commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser img, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser a, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 260px;
    height: 200px;
}
.tovar-friend .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser img, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser a, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 260px;
    height: 200px;
}
.tovar-friend .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 260px;
    height: 200px;
}
.view-display-id-page_2 .view-content, .view-display-id-page_3 .view-content {
    flex-direction: column;
    align-items: center;
}
.horizontal-tabs .horizontal-tabs-list {
    justify-content:center !important;
    flex-wrap: wrap;
}
.horizontal-tabs .horizontal-tabs-list li {
    width: 33%;
}

.commerce-product-variation--view-mode-default{
    .field__label{
        text-align: center;
    }
    .field.field__item, .field--name-price .field__item{
        text-align: center;
    }
}


}
.btn-cost {
    width: 190px !important;
    height: 35px !important;
}
header#header .header-bottom .region.region-search .js-form-item input::placeholder{
    font-size: var(--fz-header);
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
:root{
    --fz-slider-title: 37px;
    --fz-slider-body: 24px;
    --fz-text: 18px;
    --fz-btn: 11px;
    --fz-nav: 11px;
    --fz-header: 15px;
    --fz-footer: 18px;
    --fz-plashki: 14px;
    --fz-plashki-title: 18px;
    --fz-title-block: 25px;    
    --len-container: 960px;
    --img-w: 570px;
    --img-h: 435px;
    --bt-w: calc( ( var(--len-container) - 2 * var(--gap) ) / 3 );
    --btn-w: 220px;
    --btn-h: 45px;
    --bs-offcanvas-zindex: 10046;
    --pic-w: 423px;
    --pic-h: 282px; 
    --mb-block: 60px;
    --mt-block: 40px;
    --gap: 30px;
    --logo-h: 65px;
    --logo-h-f: 91.46px;
    --banner-w: 530px;
}

.col-social .item img{
    width: 30px !important;
    height: 30px !important;
}
#block-vesta-theme-bloknastranicekontakty .col-social .item.wapp img{
    height: 30px !important;
    width: 86.25px !important;
}
.col-city img, .col-mail img, .col-tel img{
    width: 32px !important;
    height: 32px !important;
}
header#header .header-bottom .region.region-search .js-form-item input {
    width: 220px;
}
header.search-form {
    width: 220px;
}
.header-bottom ul {
    gap: 40px;
}
.header-top {
    margin: 10px 0;
}
.col-city img, .col-mail img, .col-tel img {
    margin-right: 5px;
}
.node--type-about .field--name-body p {
    font-size: 20px;
}
.node--type-preimushchestvo {
    padding: 20px 15px;
    height: 270px;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img, .taxonomy-term--view-mode-teaser .field--name-field-catalog-image a, .taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
    width: 240px;
    height: 179px;
}
.taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii img, .taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii a, .taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii {
    width: 240px;
    height: 179px;
}
.commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser img, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser a, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 240px;
    height: 179px;
}
.tovar-friend .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser img, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser a, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 220px;
    height: 179px;
}
.tovar-friend .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 220px;
    height: 179px;
}
button.slick-arrow {
    width: 40px;
    height: 40px;
}
button.slick-arrow::before {
    width: 40px;
    height: 40px;
}
button.slick-prev.slick-arrow {
    right: 55px;
}
.taxonomy-term--view-mode-teaser {
    height: 516px;
}
.taxonomy-term--view-mode-teaser .field--name-description, .taxonomy-term--view-mode-teaser .field--name-field-opisanie {
    min-height: 80px;
    max-height: 80px;
}
.akcii-block .taxonomy-term--view-mode-teaser {
        height: 478px;
    }
.not-front .node--type-usluga.node--view-mode-teaser {
    gap: 10px;
    height: unset;
}
.node--type-usluga.node--view-mode-teaser {
    gap: 10px;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img, .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga .media--blazy, .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga{
    width: 60px;
    height: 60px;
}
.fos-block .form-type-textfield input {
        width: 360px;
    }
.fos-block .form-type-textarea textarea {
    width: 360px;
    margin-left: 97px;
}
.fos-block .form-type-checkbox {
    width: 360px;
    margin-left: 97px;
}
fos-block .form-type-checkbox .webform-element-description, .webform-element-description a {
        width: 331px;
        font-size: 13px;
    }
form button {
    width: 454px;
}
footer .col-logo {
    width: 187px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row-footer .container {
    flex-direction: row;
    align-items: start;
    gap: 130px;
}
footer .col-tel a.tel {
     margin-right: 0px; 
}
.region-navfooter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
footer #block-vesta-theme-katalogprodukcii {
    order: 3;
    width: 100%;
    margin-right: 0;
}
footer #block-vesta-theme-osnovnayanavigaciya {
    width: 57%;
    margin-right: 0;
}
footer #block-vesta-theme-menyuuslugi {
    width: 42%;
}
.row-copiryght .container {
    flex-wrap: wrap;
}
.region-content .view-nashi-uslugi .view-content {
    justify-content: center;
}
.fos-block .form-type-checkbox .webform-element-description, .webform-element-description a {
        width: 330px;
    }

.commerce-product--view-mode-teaser .field--name-body {
    min-height: 80px;
    max-height: 80px;
}
#views-exposed-form-tovary-page-1 ul li a {
    padding: 9px 16px;
}
.product-view-full .content-group .left-group .field--name-field-presentation p {
            line-height: 22px !important;
        }
.field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    padding: 1.6em 3.7em !important;
}

.product-view-full .content-group .field--name-field-image-product-view  .field__item {
            width: 140px !important;
            height: 140px !important;
        }
.product-view-full .content-group .field--name-field-image-product-view .field__item:first-child {
    width: 100% !important;
    height: 443px !important;
}
.slick-prev, .slick-next {
    bottom: -36px;
}
.field--name-field-image-product-view button.slick-next.slick-arrow {
    right: 0;
    bottom: 107px;
}
.field--name-field-image-product-view button.slick-prev.slick-arrow {
        right: 55px;
        left: unset;
        bottom: 107px;
    }
header .search-form {
    position: relative;
    width: 220px;
}
.commerce-product--view-mode-teaser {
    height: 545px;
    margin-left: 3px;
}
.product-view-full .content-group {
    .left-group {
        min-height: 443px !important;
    }
}
.field--name-field-presentation {
    max-height: 280px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
:root{
    --fz-slider-title: 32px;
    --fz-slider-body: 24px;
    --fz-text: 18px;
    --fz-btn: 10px;
    --fz-nav: 10px;
    --fz-header: 14px;
    --fz-footer: 18px;
    --fz-plashki: 12px;
    --fz-plashki-title: 16px;
    --fz-title-block: 20px;    
    --len-container: 720px;
    --img-w: 570px;
    --img-h: 435px;
    --bt-w: calc( ( var(--len-container) - 2 * var(--gap) ) / 3 );
    --btn-w: 180px;
    --btn-h: 35px;
    --bs-offcanvas-zindex: 10046;
    --pic-w: 423px;
    --pic-h: 282px; 
    --mb-block: 50px;
    --mt-block: 40px;
    --gap: 20px;
    --logo-h: 65px;
    --logo-h-f: 91.46px;
    --banner-w: 465px;
}
main {
    margin-top: 127px;
}
.container{
    padding: 0;
}
ul.slick-dots {
    margin: 41px 0;
}
.dropdown-toggle::after {
    top: 9px;
    right: 5px;
    width: 8px;
    height: 4px;
}
.col-social .item {
    margin-right: 7px;
}
.col-social .item img{
    width: 24px !important;
    height: 24px !important;
}
#block-vesta-theme-bloknastranicekontakty .col-social .item.wapp img{
    width: 69px !important;
    height: 24px !important;
}
.col-city img, .col-mail img, .col-tel img{
    width: 26px !important;
    height: 26px !important;
}
header#header .header-bottom .region.region-search .js-form-item input {
    width: 125px;
    height: 28px;
}
.node--type-baner h1, .node--type-baner .field--name-body {
    margin-bottom: 30px;
}
 .col-tel {
    position: relative;
}
header#header  .col-tel .region-callback{
    position: absolute;
    top: 22px;
    left: 30px;
}
header .search-form {
    width: 125px;
}
.header-bottom ul {
    gap: 17px;
}
.nav-link.dropdown-toggle {
    padding-right: 1rem;
}
.header-top {
    margin: 10px 0;
}
.col-city img, .col-mail img, .col-tel img {
    margin-right: 5px;
}
.node--type-about .field--name-body p {
    font-size: 20px;
}
.node--type-baner {
    padding: 50px 0;
}
.dir-stand .field {
    height: 278px;
    padding: 20px;
}
.field--name-field-izobrazhenie-preimushchest img {
    width: 60px;
    height: 60px;
}
.node--type-preimushchestvo {
    padding: 20px 15px;
    height: 270px;
}
.taxonomy-term--view-mode-teaser {
    padding: 10px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title a, .commerce-product--view-mode-teaser .field--name-title a {
    font-size: 19px;
    line-height: 24px;
    height: 50px;
}
.taxonomy-term--view-mode-teaser .field--name-description, .taxonomy-term--view-mode-teaser .field--name-field-opisanie, .commerce-product--view-mode-teaser .field--name-body p {
    font-size: var(--fz-plashki);
    line-height: 20px;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img, .taxonomy-term--view-mode-teaser .field--name-field-catalog-image a, .taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
    width: 200px;
    height: 143px;
}
.taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii img, .taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii a, .taxonomy-term--view-mode-teaser .field--name-field-izobrazhenie-akcii {
    width: 200px;
    height: 143px;
}
.commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser img, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser a, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 200px;
    height: 143px;
}
.tovar-friend .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser img, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser a, .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 190px;
    height: 143px;
}
.tovar-friend .commerce-product--view-mode-teaser .blazy--field-image-product-view--teaser {
    width: 190px;
    height: 143px;
}
button.slick-arrow {
    width: 40px;
    height: 40px;
}
button.slick-arrow::before {
    width: 40px;
    height: 40px;
}
button.slick-prev.slick-arrow {
    right: 55px;
}
.taxonomy-term--view-mode-teaser {
    height: 452px;
}
.taxonomy-term--view-mode-teaser .field--name-description, .taxonomy-term--view-mode-teaser .field--name-field-opisanie {
    min-height: 60px;
    max-height: 60px;
}
.akcii-block .taxonomy-term--view-mode-teaser {
        height: 380px;
        padding: 10px;
    }
.node--type-usluga.node--view-mode-teaser {
    gap: 7px;
    padding: 10px;
}
.not-front .node--type-usluga.node--view-mode-teaser {
    gap: 7px;
    padding: 10px;
    height: unset;
    justify-content: space-between;
}
.node--type-foto-iz-galerei.node--view-mode-teaser:hover {
    .field--name-field-foto::before {
        width: 20px;
        height: 20px;
        left: 20px;
        top: 20px;
    }
}
.dir-stand .field .field__label {
    margin-bottom: 16px;
}
.fos-block .form-type-checkbox .webform-element-description, .webform-element-description a {
        font-size: 12px;
        line-height: 18px;
    }
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-node-title {
    margin-bottom: 5px;
}
.node--type-foto-iz-galerei.node--view-mode-teaser .field--name-body {
    font-size: 14px;
    line-height: 18px;
}
.node--type-foto-iz-galerei.node--view-mode-teaser .gr-content {
    left: 20px;
    bottom: 20px;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img, .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga .media--blazy, .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga{
    width: 60px;
    height: 60px;
}
.commerce-product--view-mode-teaser {
    padding: 10px;
    height: 455px;
    margin-left: 2px;
}
.card-body {
    padding: 20px 0 0 0;
}
 .taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link{
        width: 120px;
        height: 28px;
    }
    
    .taxonomy-term--view-mode-teaser .field--name-taxonomy-term-link a{
        width: 120px;
        height: 28px;
    }
.fos-block .form-type-textfield input {
        width: 265px;
    }
.fos-block .form-type-textarea textarea {
    width: 265px;
    margin-left: 76px;
}
.fos-block .form-type-checkbox {
    width: 265px;
    margin-left: 76px;
}
fos-block .form-type-checkbox .webform-element-description, .webform-element-description a {
        width: 270px !important;
    }
form button {
    width: 338px;
    height: 37px;
}
footer .col-logo {
    width: 187px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row-footer .container {
    flex-direction: row;
    align-items: start;
    gap: 100px;
}
.node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga img, .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga .media--blazy, .node--type-usluga.node--view-mode-teaser .blazy--field-izobrazhenie-usluga {
    width: 60px;
    height: 60px;
}
footer .col-tel a.tel {
     margin-right: 0px; 
}
.region-navfooter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
footer #block-vesta-theme-katalogprodukcii {
    order: 3;
    width: 100%;
    margin-right: 0;
}
footer #block-vesta-theme-osnovnayanavigaciya {
    width: 57%;
    margin-right: 0;
}
footer #block-vesta-theme-menyuuslugi {
    width: 42%;
}
.row-copiryght .container {
    flex-wrap: wrap;
    align-items: center;
}
.region-content .view-nashi-uslugi .view-content {
    justify-content: center;
}
.fos-block .form-type-checkbox .webform-element-description, .webform-element-description a {
        width: 330px;
    }

.commerce-product--view-mode-teaser .field--name-body {
    min-height: 70px;
    max-height: 70px;
}
.product-view-full .content-group .left-group .field--label-inline {
            width: 100%;
            display: flex;
            padding: 7px 0;
        }
.product-view-full .content-group {
    .left-group {
        min-height: 225px !important;
        max-height: 569px !important;
        width: 50% !important;
    }
}
.product-view-full .content-group .field--name-field-image-product-view {
        width: 50%;
    }
.product-view-full .content-group .left-group .field--name-field-presentation p {
            line-height: 20px !important;
}
.product-view-full .content-group .field--name-field-image-product-view  .field__item {
            width: 103px !important;
            height: 103px !important;
        }
.product-view-full .content-group .field--name-field-image-product-view .field__item:first-child {
    width: 100% !important;
    height: 336px !important;
}
.field-group-tabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    padding: 1.6em 2.0em !important;
}
#views-exposed-form-tovary-page-1 ul {
    justify-content: center;
    flex-wrap: wrap;
}
.field--name-field-image-product-view button.slick-next.slick-arrow {
    right: 0;
    bottom: 107px;
}
.field--name-field-image-product-view button.slick-prev.slick-arrow {
        right: 55px;
        left: unset;
        bottom: 107px;
    }
.field--name-field-presentation {
    max-height: 260px;
    min-height: 260px;
}
}


.product-view-full .content-group{
    display: flex;
    gap: var(--gap);
    margin-bottom: var(--mb-block);
    align-items: start;
    .field--name-field-image-product-view{
        width: 51.3%;
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 10px;
        .field__item:first-child{
            width: 100%;
            height: 400px;
            border-radius: 20px;
            overflow: hidden;
        }
        .field__item:first-child::after{
            display: none;
        }
        .field__item{
            width: 194px; 
            height: 194px;
            border-radius: 20px;
            overflow: hidden;
            position: relative;
            a{
                display: flex;
                width: 100%;
                height: 100%;
            }
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }
        .field__item::after{
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
            border-radius: 20px;
            pointer-events: none;
            z-index: 1;
        }
       
    }
    .left-group{
        width: 46.2%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: flex-start;
        padding: var(--gap);
        background: #F6F6F6;
        border: 1px solid #E3E3E3;
        border-radius: 20px;
        min-height: 400px;
        max-height: 613px;
        .field--name-field-presentation p{
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 400;
            font-size: var(--fz-plashki);
            line-height: 24px;
            color: #292929;
        }
        .field--label-inline{
            width: 100%;
            display: flex;
            padding: 10px 0;
            border-bottom: solid 1px var(--grey);
        }
        .field--name-field-cvet{
            border-bottom: none;
        }
        
        .field--label-inline .field__label{
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 600;
            font-size: var(--fz-plashki);
            line-height: var(--lh);
            color: #2F709B;
            width: 39.25%;

        }
        .field--label-inline .field__item{
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 300;
            font-size: var(--fz-plashki);
            line-height: var(--lh);
            color: #292929;
            width: 60.75%;
        }

    }
}
.btn-cost{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc( var(--btn-w) - 15px );
    height: calc( var(--btn-h) - 2px );
    background: #FFFC3D;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-btn);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #292929;
    text-shadow: 0px 0px 5px rgba(248, 239, 223, 0.3);
}
.btn-cost:hover{
    text-decoration: underline;
}
.not-front #block-vesta-theme-content, #block-vesta-theme-bloknastranicekontakty{
    margin-bottom: var(--mb-block);
}
.product-view-full{
    margin-top: 10px;
}
.field--name-field-presentation{
    margin-bottom: 20px;
    max-height: 216px;
    min-height: 216px;
}
.field--name-dynamic-token-fieldcommerce-product-rasschitat-stoimost{
    margin-top: 22px;
}

.horizontal-tabs .horizontal-tabs-list {
    display: flex;
 /*   justify-content: space-between; */
    margin: 0;
    border: 0;
    border-bottom: 1px solid var(--grey);
    padding: 0;
    list-style: none;
    background-color: transparent;
    width: 100%;
    height: auto;
    clear: both;
}
.horizontal-tabs {
    border: none;
}
.horizontal-tabs .horizontal-tabs-list li a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-nav);
    line-height: calc( var(--fz-nav) + 4px );
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #979797;
    padding: 0;

}
.horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    padding: 1.6em 5.4em !important;
}
.horizontal-tabs .horizontal-tabs-list li{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    border: none;
}
.horizontal-tab-button.selected {
    border-bottom: 3px solid var(--blue-light) !important;
}
.horizontal-tab-button.selected a,  .horizontal-tab-button a:hover{
    color: var(--blue-light) !important;       
}
.horizontal-tabs .horizontal-tab-button {
    background: transparent;
    border-right: none;
}

.commerce-product-variation--view-mode-default{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px var(--grey);
    .field__label{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 600;
        font-size: var(--fz-plashki);
        line-height: var(--lh);
        color: #2F709B;
        padding: 10px 0;
    }
    
    
    .field--label-above{
        width: 25%;
    }
    .field.field__item, .field--name-price .field__item{
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 300;
        font-size: var(--fz-plashki);
        line-height: var(--lh);
        color: #292929;
        padding: 10px 0;
    }
}
.card-body .field--name-variations .field__item:first-child .commerce-product-variation .field--label-above .field__label{
        display: block;
    }
.card-body .field--name-variations .commerce-product-variation .field--label-above .field__label{
        display: none;
    }
.card-body .field--name-variations .field__item:last-child .commerce-product-variation{
    border-bottom: none;
}
.horizontal-tabs-panes .horizontal-tabs-pane {
    padding: 0;
}
.card-body {
    padding: 28px 0 0 0 ;
    margin-bottom: var(--mb-block);
}
.field-label-above {
    margin-bottom: 30px;
}
.tovar-friend .commerce-product--view-mode-teaser{
   margin-right: calc(var(--gap) - 2px);
    margin-left: 2px;
}
.tovar-friend .commerce-product--view-mode-teaser {
    width: var(--bt-w);
    margin-left: 1px;
}
.position-fixed{
    position: fixed;
}
.not-front .block-views.block-views-blockkak-my-rabotaem-block-1{
    margin-bottom: var(--mb-block);
}