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

:root{
    --font-family: 'Nunito Sans', sans-serif;
    --font-family-title: 'Forum', sans-serif;
    --white: #ffffff;
    --brown: #542E1E;
    --green: #A7AC59;
    --green2: #B6B991;
    --brown2: #764D3C;
    --orange: #D87515;
    --beige: #F4EDE6;
    --beige-light: #FBF8F3;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-h1-title: 66px;
    --fz-slider-body: 20px;
    --fz-text: 18px;
    --fz-btn: 13px;
    --fz-nav: 13px;
    --fz-header: 18px;
    --fz-footer: 18px;
    --fz-title-block: 42px;  
    --fz-title-sm: 28px;
    --len-container: 1170px;
    --img-w: 370px;
    --img-h: 370px;
    --bt-w: 270px;
    --bt-h: 60px;
    --bs-offcanvas-zindex: 10046;
    --slick-w: 570px;
    --slick_sm: 183px;
    --mb-block: 100px;
    --gap: 30px;
}

body {
    font-family: var(--font-family);
    background-color: var(--beige-light);
    color: var(--brown2);
}
main{
    min-height: 100vh;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1170px;
        padding: 0;
    }
}
@media (min-width: 768px) {
    header#header-mob {
        display: none !important;
    }
    header#header {
        display: block !important;
    }
}
@media (max-width: 767px) {
    header#header {
        display: none !important;
    }
    header#header-mob {
        display: flex !important;
    }
    
}
p{
    margin-bottom: 0;
}
#app{
    position: relative;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url('/sites/all/themes/vesta_theme/image/Heder Bg.svg');
    padding-top: 20px;
    height: 228px;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
}
header .logo{
    width: 140px;
    height: 105px;
    position: absolute;
    top: 72px;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
}
.logo a{
    width: 100%;
    height: 100%;
    display: flex;
}
.logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ui-dialog {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
}
img{
    max-width: 100%;
    height: auto;
}
/*HEADER STYLES*/
#footer .ajax-progress,
#header .ajax-progress {
    display: none;
}

.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%;
    padding: 12px 20px 0px 20px;
    color: var(--brown);
    position: fixed;
}

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

#header-mob a {
    color: var(--brown);
}

.offcanvas {
    --bs-offcanvas-bg: var(--beige-light);
}

.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;
}

.nav {
    --bs-nav-link-color: var(--brown);
    --bs-nav-link-hover-color: var(--orange);
    --bs-nav-link-disabled-color: var(--brown);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 6px var(--bs-nav-link-padding-x);
    font-size: var(--fz-nav);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--brown);
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    line-height: var(--fz-nav);
    text-transform: uppercase;
}

.dropdown-menu {
    --bs-dropdown-font-size: var(--fz-nav);
    --bs-dropdown-color: var(--brown);
    --bs-dropdown-bg: var(--beige);
    --bs-dropdown-border-color: var(--brown2);
    --bs-dropdown-divider-bg: var(--brown2);
    --bs-dropdown-link-color: var(--brown);
    --bs-dropdown-link-hover-color: var(--orange);
    --bs-dropdown-link-hover-bg: var(--beige);
    --bs-dropdown-link-active-color: var(--orange);
    --bs-dropdown-link-active-bg: var(--beige);
    --bs-dropdown-link-disabled-color: var(--brown);
    --bs-dropdown-padding-y: 12px;
    --bs-dropdown-item-padding-y: 10px;
    border: none;
}
.dropdown-item{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    line-height: var(--fz-nav);
    text-transform: uppercase;
}
.offcanvas .nav-link {
    padding: 9px var(--bs-nav-link-padding-x);
}
.header-top{
    margin-bottom: 30px;
}
.col-social .item{
    margin-right: 15px;
}
.col-social .item.vk{
   margin-right: 86px;
}
.col-social .tel{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: var(--fz-header);
    line-height: 25px;
    color: #D87515;
    text-decoration: none;
}
.col-social .tel:hover{
    color: var(--brown);
}

/* 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;
    bottom: -42px;
    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;
}
.tel.d-flex{
    align-items: center;
    img{
        margin-right: 10px;
    }
}
header#header .region.region-search .form-actions button {
    background-image: url(/sites/all/themes/vesta_theme/image/searchicon.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-color: var(--beige);
    font-size: 0px;
    box-shadow: none;
    border: none;
}
header#header .region.region-search .js-form-item input {
    width: 215px;
    height: 36px;
    background: #F4EDE6;
    box-shadow: inset 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 8px;
}
header#header .region.region-search .form-actions {
    display: flex;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto 0px auto auto;
}
header#header .region.region-search{
    margin-right: 11px;
}


.offcanvas .region.region-search .form-actions button {
    background-image: url(/sites/all/themes/vesta_theme/image/searchicon.svg);
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-color: var(--beige);
    font-size: 0px;
    box-shadow: none;
    border: none;
}
.offcanvas .region.region-search .js-form-item input {
    width: 215px;
    height: 36px;
    background: #F4EDE6;
    box-shadow: inset 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 8px;
}
.offcanvas .region.region-search .form-actions {
    display: flex;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto 0px auto auto;
}
.offcanvas .region.region-search{
    margin-right: 11px;
}


header#header .region.region-callback a{
    width: 215px;
    height: 36px;
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    font-size: var(--fz-btn);
    line-height: var(--fz-btn);
    text-transform: uppercase;
    background: linear-gradient(180deg, #D87515 0%, #C76D15 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
header#header .region.region-callback a:hover{
    background-color: var(--beige-light);
    background: none;
}
.btn-primary {
    --bs-btn-color: var(--beige-light);
    --bs-btn-bg: var(--orange);
    --bs-btn-border-color: var(--orange);
    --bs-btn-hover-color: var(--orange);
    --bs-btn-hover-bg: var(--beige-light);
    --bs-btn-hover-border-color: var(--orange);
    --bs-btn-active-color: var(--orange);
    --bs-btn-active-bg: var(--beige-light);
    --bs-btn-active-border-color: var(--orange);
    --bs-btn-disabled-color: var(--beige-light);
    --bs-btn-disabled-bg: var(--orange);
    --bs-btn-disabled-border-color: var(--orange);
}

button.slick-prev.slick-arrow {
    left: 0;

}

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

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

ul.slick-dots li button {
    background: var(--green2);
    border-radius: 50%;
    border: none;
    padding: 0;
    width: 7.92px;
    font-size: 0;
    height: 7.92px;
    display: block;
    opacity: 0.5;
    transform: rotate(180deg);

}

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

ul.slick-dots li.slick-active button {
    width: 11.09px;
    height: 11.09px;
    background: linear-gradient(180deg, #ACB075 60.1%, #A6AC58 100%);
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    transform: rotate(180deg);
}

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

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

button.slick-next.slick-arrow::before {
    background-image: url("/sites/all/themes/vesta_theme/image/arr.svg");
    transform: scaleX(-1);
}
button.slick-prev.slick-arrow:hover::before {
    background-image: url("/sites/all/themes/vesta_theme/image/BRight.svg");
    filter: drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.1)) drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.05));
    background-size: cover;
    transform: scaleX(-1);
}

button.slick-next.slick-arrow:hover::before {
    background-image: url("/sites/all/themes/vesta_theme/image/BRight.svg");
    filter: drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.1)) drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.05));
    background-size: cover;
    transform: none
}
.slick-list.draggable{
    margin-bottom: 48px;
}
#scrollToTop {
    width: 60px;
    height: 60px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    bottom: 120px;
    cursor: pointer;
    position: fixed;
    right: 75px;
    z-index: 10;
    transition: 0.2s;
    padding: 0;
}
.mapContainer {
    border-radius: 8px;
    overflow: hidden;
}
/* SLICK STYLES */

/* PRODUCT PAGE STYLES*/
.product-teaser {
    display: flex;
    gap: var(--gap);
    padding-bottom: 60px;
    padding-top: 20px;
    position: relative;
}

.product-teaser .product-teaser-image {
    max-width: var(--slick-w);
}

.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: var(--slick-w);
    min-width: var(--slick-w);
    max-height: var(--slick-w);
    min-height: var(--slick-w);
    object-fit: cover;
    border-radius: 8px;
}

.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: var(--slick_sm);
    min-width: var(--slick_sm);
    max-height: var(--slick_sm);
    min-height: var(--slick_sm);
    position: relative;
}
.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::after{
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(61, 48, 42, 0.7), rgba(61, 48, 42, 0.7));
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
}

.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.slick-current::after{
    content: '';
    position: absolute;
    background: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
}
.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: var(--slick_sm);
    min-width: var(--slick_sm);
    max-height: var(--slick_sm);
    min-height: var(--slick_sm);
    object-fit: cover;
    border-radius: 8px;
    box-shadow: inset 0px 1px 4px rgba(12, 12, 13, 0.05);
}

.product-teaser .product-teaser-info {
    max-width: var(--slick-w);
}

.product-view-full button.slick-prev.slick-arrow {
    left: 20px;
    top: 261px;
}

.product-view-full button.slick-next.slick-arrow {
    right: 20px;
    top: 261px;
}


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

/* PRODUCT PAGE STYLES*/


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

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

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

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

@media screen and (max-width: 576px) {
}
.field--name-field-izobrazhenie-baner{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
.node--type-baner.node--view-mode-full{
    position: relative;
    padding: 279.5px 0 84.5px 0;
    .container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .field--name-node-title h1{
        width: 807px;
        font-family: 'Forum';
        font-style: normal;
        font-weight: 400;
        font-size: var(--fz-h1-title);
        line-height: 60px;
        text-align: center;
        color: #FBF8F3;
        margin-bottom: 0;
    }
    .field--name-node-title{
        margin-bottom: 30px;
    }

    .field--name-body{
        width: 807px;
        text-align: center;
        position: relative;
        margin-bottom: 63px;
        p:first-child{
            font-family: 'Nunito Sans';
            font-weight: 600;
            font-size: var(--fz-slider-body);
            font-style: italic;
            line-height: calc( var(--fz-slider-body) + 6px );
            text-align: center;
            color: #FBF8F3; 
            margin-bottom: 25px;
        }
        p{
            font-family: 'Nunito Sans';
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: #FBF8F3; 
        }
    }
    .field--name-body::after{
        content: '';
        position: absolute;
        background-image: url("/sites/all/themes/vesta_theme/image/Line Hero.svg");
        width: 170px;
        height: 3px;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: -30px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .knopki{
        display: flex;
        gap: var(--gap);
        .field--name-dynamic-token-fieldnode-zakazat-knopka-baner a, .field--name-field-pereyti-knopka a{
            width: var(--bt-w);
            height: var(--bt-h);
            border: 1px solid #FBF8F3;
            filter: drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.1)) drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.05));
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 900;
            font-size: var(--fz-btn);
            text-transform: uppercase;
            color: #FBF8F3;
            text-decoration: none;
            box-sizing: border-box;
        }
        .field--name-dynamic-token-fieldnode-zakazat-knopka-baner a:hover, .field--name-field-pereyti-knopka a:hover{
            background: linear-gradient(180deg, #ACB075 60.1%, #A6AC58 100%);
            box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
            border: none;            
        }
    }
}

.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser{
    position: relative;
    .field--name-field-catalog-image{
        width: var(--img-w);
        height: var(--img-h);
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: inset 0px 1px 4px rgba(12, 12, 13, 0.05);
        a{
            width: 100%;
            height: 100%;
            display: flex;
        }
        a img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .field--name-description{
        display: none;
        width: var(--img-w);
        height: var(--img-h);
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
        p{
            font-family: 'Nunito Sans';
            font-style: italic;
            font-weight: 600;
            font-size: 16px;
            line-height: 23px;
            color: #FBF8F3;

        }
    }
    .field--name-taxonomy-term-title{
        width: var(--img-w);
        font-family: 'Forum';
        font-style: normal;
        font-weight: 400;
        font-size: var(--fz-title-sm);
        line-height: calc( var(--fz-title-sm) - 2px);
        text-align: center;
        color: #542E1E;
        position: relative;
    }
    .field--name-taxonomy-term-title a{
        width: var(--img-w);
        font-family: 'Forum';
        font-style: normal;
        font-weight: 400;
        font-size: var(--fz-title-sm);
        line-height: calc( var(--fz-title-sm) - 2px);
        text-align: center;
        color: #542E1E;
        text-decoration: none;
    }
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:hover{
    .field--name-description{
        display: block;
    }
    .field--name-taxonomy-term-title::after{
        content: '';
        position: absolute;
        background-image: url("/sites/all/themes/vesta_theme/image/Line Catalog.svg");
        width: var(--bt-w);
        height: 4px; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .field--name-field-catalog-image::after{
        content: '';
        position: absolute;
        background: linear-gradient(0deg, rgba(61, 48, 42, 0.7), rgba(61, 48, 42, 0.7));
        border-radius: 8px;
        width: var(--img-w);
        height: var(--img-h);
        top: 0;
        left: 0;
        pointer-events: none;
    }
}
.view-catalog.view-display-id-block_front .view-content{
    display: flex;
    column-gap: 230px;
    row-gap: 52px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.block-views-blockcatalog-block-front .block-title{
    margin-bottom: 20px;
}
.block-title{
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-title-block);
    line-height: calc( var(--fz-title-block) + 4px );
    text-align: center;
    color: #542E1E;

}
#slider-block{
    margin-bottom: 60px;
}
.view-catalog.view-display-id-block_front .view-header{
    width: 970px;
    margin: 0 auto 50px auto;
    
}
.tesis-q{
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 600;
    font-size: var(--fz-slider-body);
    line-height: 150%;
    text-align: center;
    color: #764D3C;
    margin-bottom: 25px;
}
.tesis-a{
    font-family: 'Nunito Sans';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #764D3C;
}

.more-link a{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--bt-w);
    height: var(--bt-h);
    background: #FBF8F3;
    border: 1px solid #D87515;
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #D87515;
}
.more-link a:hover{
    background: linear-gradient(180deg, #D87515 0%, #C76D15 100%);
    color: var(--beige-light);
}
.more-link{
    display: flex;
    justify-content: center;
}
.block-views-blockcatalog-block-front{
    margin-bottom: 40px;
}
#block-vesta-theme-predoplata{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 19px;
    width: 100%;
    background: #B6B991;
    border-radius: 8px;
    margin-bottom: 20px;
    .field--name-body p{
        font-family: 'Nunito Sans';
        font-style: italic;
        font-weight: 600;
        font-size: var(--fz-slider-body);
        line-height: calc( var(--fz-slider-body) + 8px );
        text-align: center;
        color: #FFFFFF;
    }
}

.node--type-preimushchestvo.node--view-mode-teaser{
    padding: 20px 19px;
    width: 270px;
    height: 470px;
    background: #F4EDE6;
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 8px;

    .blazy--field-izobrazhenie-preimushchest--teaser{
        width: 230px;
        height: 230px;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 30px;
        .media--image{
            width: 100%;
            height: 100%;
        }
        .media--image img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .field--name-node-title{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-text);
        line-height: calc( var(--fz-text) + 8px );
        color: #542E1E;
        margin-bottom: 10px;
    }
    .field--name-body{
        width: 230px;
    }
    .field--name-body p{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #764D3C;
        text-align: start;
    }
}

.field--name-field-preimushchestva{
    display: flex;
    justify-content: space-between;
     margin-bottom: 160px;
}
.node--type-about.node--view-mode-full{
    position: relative;
}
.field--name-field-izobrazhenie-o-nas{
    position: absolute;
    top: 440px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.node--type-about.node--view-mode-teaser .field--name-field-izobrazhenie-o-nas{
    position: absolute;
    top: -100px;
    height: 570px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    z-index: -1;
    .media--blazy{
        width: 100%;
        height: 100%;
    }
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.not-front .view-about{position: relative;}
.node--type-about.node--view-mode-teaser .basa{
    padding-top: 50px;
}
.node--type-about.node--view-mode-teaser .basa::after {
    top: 285px;
}
.node--type-about .basa{
    padding-bottom: 240px;
    width: 1036px;
    margin: 0 auto;
    position: relative;
    p{
        font-family: 'Nunito Sans';
        font-style: italic;
        font-weight: 600;
        font-size: var(--fz-slider-body);
        line-height: calc( var(--fz-slider-body) + 8px );
        text-align: center;
        color: #F4EDE6;
    }
}
#about-block .block-title, #about-block{
    margin-bottom: 40px;
}
 #about-block{
    position: relative;
    padding-top: 50px;
 }
.node--type-about .basa::after{
    content: '';
    position: absolute;
    background-image: url("/sites/all/themes/vesta_theme/image/Icon.png");
    width: 30px;
    height: 27.42px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 190px;
    left: 50%;
    transform: translate(-50%, 0);   
}
.node--type-about .basa::before{
    content: '';
    position: absolute;
    background-image: url("/sites/all/themes/vesta_theme/image/sign.png");
    width: 29px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    top: -22px;
    left: -64px;
}
.field--name-field-fotootzyv{
    width: var(--img-w);
    height: var(--img-h);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0px 1px 4px rgba(12, 12, 13, 0.05);
    position: relative;
    a{
        width: 100%;
        height: 100%;
        display: flex;
    }
    a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }
}
.field--name-field-fotootzyv:hover::after{
    content: '';
    position: absolute;
    background: rgba(61, 48, 42, 0.7);
    top: 0;
    bottom: 0;
    left: 0; 
    right: 0;
    border-radius: 8px;   
    pointer-events: none;
}
.field--name-field-fotootzyv:hover::before{
    content: '';
    position: absolute;
    background-image: url("/sites/all/themes/vesta_theme/image/Group 10.svg");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);   
    pointer-events: none;
    z-index: 2;
}
.gallery-block .block-title{
    margin-bottom: 20px;
}
.gallery-block .view-header{
    margin-bottom: 40px;
}
.gallery-block .view-content{
    margin-bottom: 60px;
}
.takealook{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #764D3C;
}
.gallery-block{
    margin-bottom: 40px;
}
.commerce-product--view-mode-teaser{
    padding: 20px 20px 40px;
    width: var(--img-w);
    height: 570px;
    background: linear-gradient(180deg, #ACB075 60.1%, #A6AC58 100%);
    border-radius: 8px;
    .field--name-field-image-product-view{
        width: 332px;
        height: 230px;
        border-radius: 6px;
        margin-bottom: 30px;
        a{
            width: 100%;
            height: 100%;
            display: flex;
        }
        a img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .field--name-title{
        height: 52px;
        margin-bottom: 20px;
        a{
            height: 52px;
            font-family: 'Forum';
            font-style: normal;
            font-weight: 400;
            font-size: var(--fz-title-sm);
            line-height: calc( var(--fz-title-sm) - 2px);
            color: #FBF8F3;
            text-decoration: none;
        }
        a:hover{
            text-decoration: underline;
        }
    
    }
    .field--name-field-description p{
            height: 96px;
            font-family: 'Nunito Sans';
            font-style: italic;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #FBF8F3;
            margin-bottom: 46px;
    }
    .zakaz{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .field--type-commerce-price, .field--name-dynamic-token-fieldcommerce-product-variation-prefix-cena{
        font-family: 'Forum';
        font-style: normal;
        font-weight: 400;
        font-size: var(--fz-title-sm);
        line-height: calc( var(--fz-title-sm) - 2px);
        color: #FBF8F3;
        max-width: 50%;
    }
    .field--name-dynamic-token-fieldcommerce-product-variation-prefix-cena{
        white-space: pre-wrap;
            }
    .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 165px;
        height: 36px;
        background: #FBF8F3;
        box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
        border-radius: 8px;

        a{
            font-family: 'Nunito Sans';
            font-style: normal;
            font-weight: 900;
            font-size: var(--fz-btn);
            text-transform: uppercase;
            color: #A7AC59;
            text-decoration: none;
            width: 165px;
            height: 36px;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
.field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka:hover{
        background: transparent;
        border: 1px solid var(--white);
        border-radius: 8px;

        a{
            color: var(--white);
        }
    }

}
.block-views-blocktovary-block-2 .block-title{
    margin-bottom: 20px;
}
.block-views-blocktovary-block-2 .view-header{
    margin-bottom: 40px;
}
.sale-block{
    margin-bottom: 90px;
}
.node--type-webform.node--view-mode-full .block-title{
    width: 986px;
    margin: 0 auto 60px auto;
}
.node--type-webform.node--view-mode-full form{
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--gap);
    row-gap: calc( var(--gap) + 10px );
    position: relative;

    input{
        width: calc( var(--len-container) * 0.5  - 15px);
        height: 35px;
        border: none;
        border-radius: 0;
        background: transparent;
        border-bottom: solid 1px var(--brown2);
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #764D3C;

    }
    input::placeholder{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #764D3C;
    }
    textarea{
        width: calc( var(--len-container) * 0.5  - 15px);
        height: 35px;
        border: none;
        border-radius: 0;
        background: transparent;
        border-bottom: solid 1px var(--brown2);
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #764D3C;
        resize: none;
    }
    textarea::placeholder{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #764D3C;
    }
}
.col-search {
    .webform-button--submit:hover{
        border: none;
        background: transparent;
        color: transparent;
    }
    .webform-button--submit:disabled{
        border: none;
        background: transparent;
        color: transparent;
    }
    .form-control:focus::placeholder{
        border: none;
        background: var(--beige);
        border-bottom: none;
        box-shadow: none;
    }
    .form-select {
        --bs-form-select-bg-img: none;
    }
}

.form-control:focus::placeholder{
    border: none;
    border-radius: 0;
    background: var(--beige-light);
    border-bottom: solid 1px var(--brown2);
    box-shadow: none;
}
form .js-form-type-checkbox input, .node--type-webform.node--view-mode-full form .js-form-type-checkbox input{
    width: 16px;
    height: 16px;
    margin-right: 17px;
}
.js-form-type-checkbox{
    display: flex;
    align-items: center;
    width: calc( var(--len-container) * 0.5  - 15px);
}
.description{
    width: 445px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #764D3C;
    a{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #764D3C;
    }
}
.webform-button--submit{
    width: var(--bt-w);
    height: var(--bt-h);
    background: linear-gradient(180deg, #ACB075 60.1%, #A6AC58 100%);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: solid 1px var(--green);
}
.webform-button--submit:hover{
    border: solid 1px var(--green);
    background: transparent;
    color: var(--green);
}
.webform-button--submit:disabled{
    border: solid 1px var(--green);
    background: transparent;
    color: var(--green);
}
.node--type-webform.node--view-mode-full{
    margin-bottom: 60px;
}
.not-front main{
    padding-top: 228px;
    margin-bottom: 60px;
}
.form-item--error-message{
    position: absolute;
    top: -20px;
    color: var(--orange);
}
.js-form-item{
    position: relative;
}
.alert-error{
    position: absolute;
    top:-150px
}
footer .col-logo img{
    width: 276px;
    height: 208px;
    object-fit: cover;
}
.row-footer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
footer nav ul{
    flex-direction: column;
    gap: 12px;
    li a{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 900;
        font-size: 13px;
        line-height: 25px;
        text-transform: uppercase;
        color: #542E1E;

    }
}
footer .col-nav{
    width: 150px;
}
footer .col-nav-catalog{
    width: 170px;
}
.col-contacts{
    width: 230px;
    display: flex;
    flex-direction: column;
    .street, .tel{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-footer);
        line-height: calc( var(--fz-footer) + 8px);
        color: #542E1E;
        margin-bottom: 12px;
        text-decoration: none;
    }
    .adress{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-footer);
        line-height: calc( var(--fz-footer) + 8px);
        color: #542E1E;
        text-decoration: none;
    }
    .mail{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 700;
        font-size: var(--fz-footer);
        line-height: calc( var(--fz-footer) + 7px);
        color: #542E1E;
        margin-bottom: 19px;
        text-decoration: none;
    }
    .mail:hover, .tel:hover{
        color: var(--orange);
    }
}
footer nav ul li .nav-link{
        padding: 6px 0;
    }
footer{
    background: #F4EDE6;
    position: relative;
    padding-top: 40px;
}
footer::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    border-bottom: 1px solid #764D3C;

}
.row-copiryght{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.copyright, .col-webvesta a, .col-politika a{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #764D3C;
    text-decoration: none;
}
.col-webvesta a:hover, .col-politika a:hover{
    color: var(--orange);
}
.copyright{
    width: 296px;
}
.col-webvesta{
    width: 259px;
}
.col-politika{
    width: 220px;
}
#search-api-page-block-form-search--2{
    position: relative;
}

.modal-content form{
    display: flex;
    flex-direction: column;
    column-gap: var(--gap);
    row-gap: calc( var(--gap) + 10px );
    position: relative;
    padding-top: 20px;
    input{
        height: 35px;
        border: none;
        border-radius: 0;
        background: transparent;
        border-bottom: solid 1px var(--brown2);
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #764D3C !important;

    }
    input::placeholder{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #764D3C;
    }
    textarea{
        border: none;
        border-radius: 0;
        background: transparent;
        border-bottom: solid 1px var(--brown2);
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #764D3C;
    }
    textarea::placeholder{
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #764D3C;
    }
    .description{
        width: calc( 100% - 35px);
    }
    .js-form-type-checkbox {
        width: 100%;
    }
}
.modal-header, .modal-footer{
    background-color: #F4EDE6;
}
.modal-title{
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-title-block);
    line-height: calc(var(--fz-title-block) + 4px);
    text-align: center;
    color: #542E1E;
    margin: 0 auto;
    width: calc(100% - 32px);
}
.modal-footer button{
    margin: 0 auto;
}
footer .dropdown-toggle::after{
    display: none;
}
header .dropdown-toggle::after{
    background-image: url("/sites/all/themes/vesta_theme/image/galka.svg");
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    top: 9px;
    right: -5px;
    position: absolute;
}
.not-front .view-content{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}
.not-front .view-about .view-content{
    display: unset;
}
.not-front .view-content.slick-slider{
    display: unset;
}
.not-front #block-vesta-theme-page-title{
    margin-bottom: 30px;
    padding: 20px;
}

#block-vesta-theme-bloknastranicekontakty .field--name-body .col-contacts{
    margin-right: 150px;
    .col-social .item.vk {
        margin-right: 0px; 
}
}
#block-vesta-theme-bloknastranicekontakty .field--name-body{
    display: flex;
}
.col-social .item img{
    width: 36px !important;
    height: 36px !important;
}

#block-vesta-theme-views-block-catalog-block-front{
    position: relative;
}
#block-vesta-theme-views-block-catalog-block-front::after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 502px;
    height: 896px;
    left: -375px;
    top: 206px;
    background-image: url("/sites/all/themes/vesta_theme/image/Catalog Bg.png");
    background-repeat: no-repeat;
    background-size: cover;

}
#block-vesta-theme-views-block-catalog-block-front::before{
    content: '';
    position: absolute;
    z-index: -1;
    width: 425px;
    height: 580px;
    right: -375px;
    bottom: -755px;
    background-image: url("/sites/all/themes/vesta_theme/image/Catalog Bg 2.png");
    background-repeat: no-repeat;
    background-size: cover;

 }   
 #block-vesta-theme-views-block-galereya-block-1{
    position: relative;
 }
 #block-vesta-theme-views-block-galereya-block-1::after{
    content: '';
    position: absolute;
    z-index: -2;
    width: 358px;
    height: 820px;
    left: -375px;
    top: -58px;
    background-image: url("/sites/all/themes/vesta_theme/image/Gallery Bg.png");
    background-repeat: no-repeat;
    background-size: cover;

}
.product-teaser .slick-list.draggable {
    margin-bottom: 12px;
}

.h1-product .field--name-title{
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-title-block);
    line-height: calc( var(--fz-title-block) + 4px );    
    color: #542E1E;
    margin-bottom: 20px;
}

.product-view-full .field--name-field-description p{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #764D3C;
}
.product-view-full .field--name-field-description p:first-child{
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #764D3C;
    margin-bottom: 20px;
}
.product-view-full .field--name-field-description{
    margin-bottom: 15px;
}

.product-view-full .field--name-price, .product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-prefix-cena{
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-title-block);
    line-height: calc( var(--fz-title-block) + 4px );   
    color: #542E1E;
    margin-bottom: 40px;
    }
.product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-prefix-cena{
   white-space: pre-wrap;  
}
.product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka a{
    width: var(--bt-w);
    height: var(--bt-h);
    background: linear-gradient(180deg, #ACB075 60.1%, #A6AC58 100%);
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 8px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: solid 1px var(--green);
    text-decoration: none;
}

.product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka a:hover{
    border: solid 1px var(--green);
    background: transparent;
    color: var(--green);
}
.product-view-full .product-teaser-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka{
    margin-right: 10px;
}
.knopka-gr{
    display: flex;
}
.we-gr img{
    margin-right: 10px;
}
.we-gr{
    align-items: center;
    .we-text{
        width: 240px;
        font-family: 'Nunito Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #A7AC59;
    }
}
.product-view-full .content-group{
    display: flex;
    justify-content: center;
    gap: var(--gap);
    padding-top: 40px;
    padding-bottom: 20px;
    .left-group, .right-group{
        width: calc( (var(--len-container) - var(--gap) ) * 0.5 );
    }
    
}


.product-view-full .content-group .field__label{
    margin-bottom: 20px;
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-title-sm);
    line-height: calc( var(--fz-title-sm) - 2px);
    color: #542E1E;
}
.product-view-full .content-group .field__item p{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #764D3C;
    margin-bottom: 1rem;
}
.product-view-full .content-group .field__item{
    margin-bottom: 40px;
}
.product-view-full .product-teaser::after{
    content: '';
    position: absolute;
    background-color: var(--beige);
    top: -100px;
    bottom: 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}
.not-front #block-vesta-theme-predoplata {
    margin-bottom: 70px;
}
.not-front #block-vesta-theme-views-block-tovary-block-2-2{
    margin-bottom: 90px;
}
.modal {
     --bs-modal-color: var(--brown);
    --bs-modal-bg: var(--beige-light);
}
.form-control {
    color: var(--brown);
    background-color: var(--beige-light);
}
.js-form-item-tovar{
    display: none;
}
div#vpa-short-wrapper {
    background: rgba(214, 185, 156, 1);;
}
.vpa-actions .btn-primary:hover {
    color: var(--white);
    background-color: transparent;
    border-color: var(-green);
    border: 1px solid var(--green);
    box-sizing: border-box;
}
.vpa-actions .btn-primary{
    border: 1px solid var(--green);
    box-sizing: border-box;
    border-radius: 8px;
}
.not-front .node--type-webform.node--view-mode-full {
    margin-bottom: 0px;
}
h3 a{
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-title-sm);
    line-height: calc(var(--fz-title-sm) - 2px);
    text-align: center;
    color: #542E1E;
    text-decoration: none;
}

#search-api-page-block-form-search--3{
    position: relative;
}


@media screen and (min-width: 1920px) {
    #block-vesta-theme-views-block-catalog-block-front::after {
        left: calc( ( var(--len-container) - 100vw ) * 0.5 );
    }
    #block-vesta-theme-views-block-catalog-block-front::before {
        right: calc( ( var(--len-container) - 100vw ) * 0.5 );
    }
    #block-vesta-theme-views-block-galereya-block-1::after {
        left: calc( ( var(--len-container) - 100vw ) * 0.5 );
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px){ 
:root{
    --font-family: 'Nunito Sans', sans-serif;
    --font-family-title: 'Forum', sans-serif;
    --white: #ffffff;
    --brown: #542E1E;
    --green: #A7AC59;
    --green2: #B6B991;
    --brown2: #764D3C;
    --orange: #D87515;
    --beige: #F4EDE6;
    --beige-light: #FBF8F3;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-h1-title: 62px;
    --fz-slider-body: 20px;
    --fz-text: 15px;
    --fz-btn: 12px;
    --fz-nav: 13px;
    --fz-header: 16px;
    --fz-footer: 18px;
    --fz-title-block: 42px;  
    --fz-title-sm: 26px;
    --len-container: 960px;
    --img-w: 300px;
    --img-h: 300px;
    --bt-w: 250px;
    --bt-h: 50px;
    --bs-offcanvas-zindex: 10046;
    --slick-w: 465px;
    --slick_sm: 149px;
    --mb-block: 100px;
    --gap: 30px;
}
 .container{
        padding: 0;
    } 
.view-id-catalog.view-display-id-page .view-content{
    width: 630px;
    margin: 0 auto;
    justify-content: center;
    row-gap: 45px;
}
.col-social .item img, .col-social .tel img {
    width: 28px !important;
    height: 28px !important;
}
.col-social .item {
    margin-right: 10px;
}
.col-social .item.vk {
    margin-right: 30px;
}
header#header .region.region-callback a
 {
    width: 160px;
    height: 28px;
 }
header#header .region.region-search .js-form-item input {
    width: 160px;
    height: 28px;
}
.header-top {
    margin-bottom: 20px;
}
header {
    height: 213px;
}
header .logo {
    top: 65px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    width: 225px;
    height: 435px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    .blazy--field-izobrazhenie-preimushchest--teaser {
        width: 185px;
        height: 185px;
        margin-bottom: 25px;
    }
}
.node--type-preimushchestvo.node--view-mode-teaser {
    .field--name-body {
        width: 185px;
    }
}
.node--type-about .basa {
    padding-bottom: 180px;
    width: 836px;
}
.view-id-pochemu_vybirayut_nas.view-display-id-block_1 .field--name-field-izobrazhenie-o-nas {
    top: 410px !important;
}
.field--name-field-izobrazhenie-o-nas {
    top: 405px;
}
.field--name-field-preimushchestva {
    margin-bottom: 150px;
}
.gallery-block .view-content {
    margin-bottom: 50px;
}
.commerce-product--view-mode-teaser .field--name-field-image-product-view {
        width: 260px;
        height: 180px;
        margin-bottom: 20px;
    }

.commerce-product--view-mode-teaser .field--name-field-description p {
        height: 150px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 26px;
    }
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka {
        width: 130px;
    }

.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka a {
            width: 130px;
        }
.commerce-product--view-mode-teaser {
   height: 545px;
}
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
        font-size: 15px;
    }
footer .col-logo img {
    width: 250px;
    height: 188px;
}
.not-front main {
    padding-top: 218px;
}
#scrollToTop {
    width: 48px;
    height: 48px;
}
#block-vesta-theme-views-block-catalog-block-front::after {
    width: 409px;
    height: 730px;
    left: -300px;
}
#block-vesta-theme-views-block-catalog-block-front::before {
    width: 315px;
    height: 430px;
    right: -300px;
}
#block-vesta-theme-views-block-galereya-block-1::after {
    width: 271px;
    height: 620px;
    left: -300px;
}
.node--type-webform.node--view-mode-full form{
    input{
        font-size: 14px;
        line-height: 20px;
    }
    input::placeholder{
        font-size: 14px;
        line-height: 20px;
    }
    textarea{
        font-size: 14px;
        line-height: 20px;
    }
    textarea::placeholder{
        font-size: 14px;
        line-height: 20px;
    }
}
#block-vesta-theme-predoplata {
    padding: 30px 19px;
}
.node--type-webform.node--view-mode-full .block-title {
    margin: 0 auto 50px auto;
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field--name-description  p {
             font-size: 14px;
            line-height: 19px;       
}
}
@media screen and (min-width: 768px) and (max-width: 991px){ 
:root{
    --font-family: 'Nunito Sans', sans-serif;
    --font-family-title: 'Forum', sans-serif;
    --white: #ffffff;
    --brown: #542E1E;
    --green: #A7AC59;
    --green2: #B6B991;
    --brown2: #764D3C;
    --orange: #D87515;
    --beige: #F4EDE6;
    --beige-light: #FBF8F3;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-h1-title: 52px;
    --fz-slider-body: 14px;
    --fz-text: 15px;
    --fz-btn: 11px;
    --fz-nav: 13px;
    --fz-header: 13px;
    --fz-footer: 16px;
    --fz-title-block: 38px;  
    --fz-title-sm: 20px;
    --len-container: 720px;
    --img-w: 226px;
    --img-h: 226px;
    --bt-w: 240px;
    --bt-h: 42px;
    --bs-offcanvas-zindex: 10046;
    --slick-w: 350px;
    --slick_sm: 110px;
    --mb-block: 100px;
    --gap: 20px;
}
 .container{
        padding: 0;
    } 
  
header {
    padding-top: 10px;
}
.view-id-catalog.view-display-id-page .view-content{
    width: 480px;
    margin: 0 auto;
    justify-content: center;
    row-gap: 40px;
}

.col-social .item img, .col-social .tel img {
    width: 28px !important;
    height: 28px !important;
}
.col-social .item {
    margin-right: 6px;
}
.col-social .item.vk {
    margin-right: 10px;
}
.tel.d-flex img {
        margin-right: 6px;
}
header .dropdown-toggle::after {
    right: 0px;
}
ul.slick-dots li.slick-active button {
    width: 9.09px;
    height: 9.09px;
}
ul.slick-dots li button {
    width: 6.92px;
    height: 6.92px;
}
header#header .region.region-callback a
 {
    width: 125px;
    height: 28px;
 }
header#header .region.region-search .js-form-item input {
    width: 125px;
    height: 28px;
}
.header-top {
    margin-bottom: 12px;
}
header {
    height: 165px;
}
header .logo {
    top: 45px;
}
header .logo {
    width: 115px;
    height: 86px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    width: 170px;
    height: 400px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    padding: 10px 10px;
}
.node--type-preimushchestvo.node--view-mode-teaser .blazy--field-izobrazhenie-preimushchest--teaser {
        width: 150px;
        height: 150px;
        margin-bottom: 15px;
    }
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body {
        width: 150px;
    }
.node--type-preimushchestvo.node--view-mode-teaser .field--name-node-title {
        height: 46px;
    }
.view-id-pochemu_vybirayut_nas.view-display-id-block_1 .field--name-field-izobrazhenie-o-nas {
    top: 380px !important;
}
.node--type-about .basa {
    padding-bottom: 170px;
    width: 660px;
}
.field--name-field-izobrazhenie-o-nas {
    top: 370px;
}
.field--name-field-preimushchestva {
    margin-bottom: 100px;
}
.gallery-block .view-content {
    margin-bottom: 50px;
}
.commerce-product--view-mode-teaser .field--name-field-image-product-view {
        width: 206px;
        height: 180px;
        margin-bottom: 20px;
    }

.commerce-product--view-mode-teaser .field--name-field-description p {
        height: 150px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 26px;
    }
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka {
        width: 100px;
    }

.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka a {
            width: 100px;
        }
.commerce-product--view-mode-teaser {
   height: 514px;
}
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
        font-size: 14px;
    }
footer .col-logo img {
    width: 140px;
    height: 105px;
}
.not-front main {
    padding-top: 180px;
}
#scrollToTop {
    width: 48px;
    height: 48px;
}
.node--type-baner.node--view-mode-full .field--name-node-title h1 {
        width: 648px;
        line-height: 55px;
}

.node--type-baner.node--view-mode-full  .field--name-body {
        width: 590px;
 }
.node--type-baner.node--view-mode-full .field--name-body p {
            font-size: 14px;
            line-height: 20px;
}
.node--type-baner.node--view-mode-full {
    padding: 251.5px 0 47.5px 0;
}
.view-catalog.view-display-id-block_front .view-header {
    width: 100%;
}
.view-catalog.view-display-id-block_front .view-content {
    column-gap: 150px;
}
#about-block {
    padding-top: 20px;
}
.node--type-about .basa::before {
    width: 23px;
    height: 20px;
    top: -18px;
    left: -52px;
}
.node--type-about .basa::after {
    width: 26px;
    height: 24px;
}
button.slick-arrow::before {
    width: 43px;
    height: 42px;
}
button.slick-arrow {
    width: 44px;
    height: 42px;
}
.commerce-product--view-mode-teaser {
    padding: 10px 10px 20px;
}
.node--type-webform.node--view-mode-full .block-title {
    width: 100%;
    margin: 0 auto 40px auto;
    .block-title{
        font-size: 36px;
    }
}
.description {
    width: 313px;
    font-size: 13px;
    line-height: 15px;
}
.description a{
    font-size: 13px;
    line-height: 15px;
}
.col-contacts {
    width: 180px;
}
.row-footer {
    margin-bottom: 40px;
}
.row-copiryght {
    padding: 10px 0;
    flex-wrap: wrap;
    column-gap: 50px;
    align-items: center;
}
.copyright, .col-webvesta a, .col-politika a {
    font-size: 12px;
    line-height: 13px;
}
.not-front #block-vesta-theme-page-title {
    margin-bottom: 0;
    }
 .node--type-about.node--view-mode-teaser .basa::after {
    top: 250px;
}
.node--type-about.node--view-mode-teaser .basa {
    padding-top: 30px;
}
.node--type-about.node--view-mode-teaser .field--name-field-izobrazhenie-o-nas {
    height: 495px;
}

.product-view-full .field--name-field-description p:first-child {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.field--name-field-kontent p {
    font-size: 16px !important;
}
.field--name-field-kontent p:first-child {
    font-size: 16px !important;
}
.product-view-full .field--name-price, .product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-prefix-cena {
    margin-bottom: 20px;
}
.product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka a {
    width: 125px;
}
.product-view-full .content-group .field__item p {
    font-size: 14px;
    line-height: 20px;
}
.product-view-full .content-group .field__item ul li {
        font-size: 14px;
        line-height: 20px;
    }
.product-view-full button.slick-next.slick-arrow {
    right: 10px;
    top: 185px;
}
.product-view-full button.slick-prev.slick-arrow {
    left: 10px;
    top: 185px;
}
#block-vesta-theme-predoplata {
    padding: 25px 19px;
}    
#block-vesta-theme-views-block-catalog-block-front::after {
    width: 330px;
    height: 590px;
    left: -250px;
    top: 180px;
}
#block-vesta-theme-views-block-catalog-block-front::before {
    width: 256px;
    height: 350px;
    right: -250px;
    bottom: -364px;
}
#block-vesta-theme-views-block-galereya-block-1::after {
    width: 224px;
    height: 515px;
    left: -250px;
    top: -6px;
}
.node--type-webform.node--view-mode-full form{
    input{
        font-size: 13px;
        line-height: 18px;
    }
    input::placeholder{
        font-size: 13px;
        line-height: 18px;
    }
    textarea{
        font-size: 13px;
        line-height: 18px;
        padding-top: 0;
        padding-bottom: 0;
    }
    textarea::placeholder{
        font-size: 13px;
        line-height: 18px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.product-view-full .field--name-field-description p {
 
    font-size: 16px;
    line-height: 22px;
}
.field--name-field-kontent p {
    font-size: 16px;
}
.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field--name-description p {
            font-size: 12px;
            line-height: 15px;
        }
.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field--name-description {
        padding: 5px;
    }
    .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:hover{
        .field--name-taxonomy-term-title::after{
            background-size: contain;
        }
    }
}
@media screen and (min-width: 577px) and (max-width: 767px){ 
:root{
    --font-family: 'Nunito Sans', sans-serif;
    --font-family-title: 'Forum', sans-serif;
    --white: #ffffff;
    --brown: #542E1E;
    --green: #A7AC59;
    --green2: #B6B991;
    --brown2: #764D3C;
    --orange: #D87515;
    --beige: #F4EDE6;
    --beige-light: #FBF8F3;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-h1-title: 42px;
    --fz-slider-body: 14px;
    --fz-text: 14px;
    --fz-btn: 11px;
    --fz-nav: 13px;
    --fz-header: 13px;
    --fz-footer: 16px;
    --fz-title-block: 38px;  
    --fz-title-sm: 20px;
    --len-container: 540px;
    --img-w: 226px;
    --img-h: 226px;
    --bt-w: 200px;
    --bt-h: 42px;
    --bs-offcanvas-zindex: 10046;
    --slick-w: 440px;
    --slick_sm: 140px;
    --mb-block: 100px;
    --gap: 30px;
}
 .container{
        padding: 0;
    } 
  
header {
    padding-top: 10px;
}

.col-social .item img, .col-social .tel img {
    width: 28px !important;
    height: 28px !important;
}
.col-social .item {
    margin-right: 6px;
}
.col-social .item.vk {
    margin-right: 10px;
}
.tel.d-flex img {
        margin-right: 6px;
}
header .dropdown-toggle::after {
    right: 0px;
}
ul.slick-dots li.slick-active button {
    width: 9.09px;
    height: 9.09px;
}
ul.slick-dots li button {
    width: 6.92px;
    height: 6.92px;
}
header#header .region.region-callback a
 {
    width: 125px;
    height: 28px;
 }
header#header .region.region-search .js-form-item input {
    width: 125px;
    height: 28px;
}
.header-top {
    margin-bottom: 12px;
}
header {
    height: 137px;
}
header .logo {
    top: 15px;
}
header .logo, .offcanvas .logo {
    width: 115px;
    height: 86px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    width: 200px;
    height: 350px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    padding: 10px 10px;
}
.node--type-preimushchestvo.node--view-mode-teaser .blazy--field-izobrazhenie-preimushchest--teaser {
        width: 180px;
        height: 180px;
        margin-bottom: 15px;
    }
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body {
        width: 180px;
    }
.node--type-preimushchestvo.node--view-mode-teaser .field--name-node-title {
        height: 22px;
    }
.node--type-about .basa {
    padding-bottom: 150px;
    width: 80%;
}
.view-id-pochemu_vybirayut_nas.view-display-id-block_1 .field--name-field-izobrazhenie-o-nas {
    top: 330px !important;
}
.field--name-field-izobrazhenie-o-nas {
    top: 318px;
}
.field--name-field-preimushchestva {
    margin-bottom: 100px;
}
.gallery-block .view-content {
    margin-bottom: 50px;
}
.commerce-product--view-mode-teaser .field--name-field-image-product-view {
        width: 235px;
        height: 200px;
        margin-bottom: 20px;
    }

.commerce-product--view-mode-teaser .field--name-field-description p {
        height: 150px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 26px;
    }
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka {
        width: 100px;
    }

.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka a {
            width: 100px;
        }
.commerce-product--view-mode-teaser {
   height: 534px;
}
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
        font-size: 12px;
    }
footer .col-logo img {
    width: 140px;
    height: 105px;
}
.not-front main {
    padding-top: 125px;
}
#scrollToTop {
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 50px;
}
.node--type-baner.node--view-mode-full .field--name-node-title h1 {
        width: 100%;
        line-height: 45px;
}

.node--type-baner.node--view-mode-full  .field--name-body {
        width: 100%;
 }
.node--type-baner.node--view-mode-full .field--name-body p {
            font-size: 12px;
            line-height: 18px;
}
.node--type-baner.node--view-mode-full {
    padding: 179.5px 0 47.5px 0;
}
.view-catalog.view-display-id-block_front .view-header {
    width: 100%;
}
.view-catalog.view-display-id-block_front .view-content {
    column-gap: 30px;
}
#about-block {
    padding-top: 20px;
}
.node--type-about .basa::before {
    width: 23px;
    height: 20px;
    top: -18px;
    left: -52px;
}
.node--type-about .basa::after {
    width: 28px;
    height: 25px;
    top: 165px;
}
button.slick-arrow::before {
    width: 35px;
    height: 33px;
}
button.slick-arrow {
    width: 35px;
    height: 33px;
}
.commerce-product--view-mode-teaser {
    padding: 10px 10px 20px;
    width: 255px;
}
.node--type-webform.node--view-mode-full .block-title {
    width: 100%;
    margin: 0 auto 40px auto;
    .block-title{
        font-size: 36px;
    }
}
.description {
    width: 313px;
    font-size: 13px;
    line-height: 15px;
}
.description a{
    font-size: 13px;
    line-height: 15px;
}
footer .col-contacts {
    width: 180px;
    order: 2;
}
.wr_content .col-contacts{
    width: 100%;
    margin-right: 0;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.row-footer {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    column-gap: 30px;
}
.row-copiryght {
    padding: 10px 0;
    flex-wrap: wrap;
    column-gap: 50px;
    align-items: center;
}
.copyright, .col-webvesta a, .col-politika a {
    font-size: 12px;
    line-height: 13px;
}
.not-front #block-vesta-theme-page-title {
    margin-bottom: 0;
    }
 .node--type-about.node--view-mode-teaser .basa::after {
    top: 250px;
}
.node--type-about.node--view-mode-teaser .basa {
    padding-top: 30px;
}
.node--type-about.node--view-mode-teaser .field--name-field-izobrazhenie-o-nas {
    height: 495px;
}
footer .col-logo{
    margin-right: 20px;
}
footer .col-nav {
    width: 150px;
    order: 3;
}
footer .col-nav-catalog {
    width: 170px;
    order: 4;
}
.product-view-full .field--name-field-description p:first-child {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.field--name-field-kontent p {
    font-size: 16px !important;
}
.field--name-field-kontent p:first-child {
    font-size: 16px !important;
}
.product-view-full .field--name-price, .product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-prefix-cena {
    margin-bottom: 20px;
}
.product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka a {
    width: 125px;
}
.product-view-full .content-group .field__item p {
    font-size: 14px;
    line-height: 20px;
}
.product-view-full .content-group .field__item ul li {
        font-size: 14px;
        line-height: 20px;
    }
.product-view-full button.slick-next.slick-arrow {
    right: 10px;
    top: 225px;
}
.product-view-full button.slick-prev.slick-arrow {
    left: 10px;
    top: 225px;
}
#block-vesta-theme-predoplata {
    padding: 25px 19px;
}    
#block-vesta-theme-views-block-catalog-block-front::after {
    width: 330px;
    height: 590px;
    left: -250px;
    top: 180px;
}
#block-vesta-theme-views-block-catalog-block-front::before {
    width: 256px;
    height: 350px;
    right: -250px;
    bottom: -364px;
}
#block-vesta-theme-views-block-galereya-block-1::after {
    width: 224px;
    height: 515px;
    left: -250px;
    top: -6px;
}
.node--type-webform.node--view-mode-full form{
    input{
        font-size: 13px;
        line-height: 18px;
    }
    input::placeholder{
        font-size: 13px;
        line-height: 18px;
    }
    textarea{
        font-size: 13px;
        line-height: 18px;
        padding-top: 0;
        padding-bottom: 0;
    }
    textarea::placeholder{
        font-size: 13px;
        line-height: 18px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
    .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:hover{
        .field--name-taxonomy-term-title::after{
            background-size: contain;
        }
    }

.product-view-full .field--name-field-description p {
 
    font-size: 16px;
    line-height: 22px;
}
.mob-top{
    display: flex;
}
header .col-social{
    flex-direction: column;
    align-items: center;
}
header .col-nav{
    padding-top: 12px;
}


.offcanvas .region-navfooter, .offcanvas .region-search{
    margin-bottom: 20px;
}
.offcanvas #search-api-page-block-form-search--2 {
    width: 215px;
}
.node--type-baner.node--view-mode-full .field--name-body p:first-child {
            margin-bottom: 15px;
        }
.node--type-baner.node--view-mode-full .field--name-node-title {
        margin-bottom: 20px;
    }
#slider-block {
    margin-bottom: 30px;
}
.tesis-a {
    font-size: 14px;
    line-height: 22px;
}
.tesis-q {
    margin-bottom: 15px;
}
.view-catalog.view-display-id-block_front .view-header {
    margin: 0 auto 30px auto;
}

.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field--name-description p {
            font-size: 12px;
            line-height: 15px;
        }
.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field--name-description {
        padding: 5px;
    }
.more-link a {
    font-size: 12px;
}
#about-block .block-title, #about-block {
    margin-bottom: 30px;
}
.field--name-field-preimushchestva {
    justify-content: center;
    margin-bottom: 65px;
    flex-wrap: wrap;
    gap: 30px;
}
.field--name-field-fotootzyv {
    width: 167px;
    height: 167px; 
}

.field--name-field-fotootzyv:hover::before{
    width: 18px;
    height: 18px;
    
}
.product-view-full .product-teaser {
    display: flex;
    gap: var(--gap);
    padding-bottom: 60px;
    padding-top: 20px;
    position: relative;
    flex-direction: column;
}
.mapContainer {
    width: 100% !important;
}
.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-height: 440px;
    min-height: 440px;
}
.not-front .view-content {
    justify-content: center;
}
.dropdown-toggle::after{
    display: none;
}
.not-front .field--name-field-fotootzyv {
        width: var(--img-w);
        height: var(--img-h);
    }

.product-teaser .product-teaser-image {
    margin: 0 auto;
}
.product-teaser .product-teaser-info {
    max-width: 100%;
}
}


@media screen and (max-width: 576px){ 
:root{
    --font-family: 'Nunito Sans', sans-serif;
    --font-family-title: 'Forum', sans-serif;
    --white: #ffffff;
    --brown: #542E1E;
    --green: #A7AC59;
    --green2: #B6B991;
    --brown2: #764D3C;
    --orange: #D87515;
    --beige: #F4EDE6;
    --beige-light: #FBF8F3;
    --black: #000000;
    --background-color: #FFFFFF;
    --fz-h1-title: 38px;
    --fz-slider-body: 14px;
    --fz-text: 14px;
    --fz-btn: 11px;
    --fz-nav: 13px;
    --fz-header: 13px;
    --fz-footer: 16px;
    --fz-title-block: 38px;  
    --fz-title-sm: 28px;
    --len-container: 100vw;
    --img-w: 226px;
    --img-h: 226px;
    --bt-w: 150px;
    --bt-h: 42px;
    --bs-offcanvas-zindex: 10046;
    --slick-w: 320px;
    --slick_sm: 100px;
    --mb-block: 100px;
    --gap: 20px;
}
   
header {
    padding-top: 10px;
}

.col-social .item img, .col-social .tel img {
    width: 28px !important;
    height: 28px !important;
}
.col-social .item {
    margin-right: 6px;
}
.col-social .item.vk {
    margin-right: 10px;
}
.tel.d-flex img {
        margin-right: 6px;
}
header .dropdown-toggle::after {
    right: 0px;
}
ul.slick-dots li.slick-active button {
    width: 9.09px;
    height: 9.09px;
}
ul.slick-dots li button {
    width: 6.92px;
    height: 6.92px;
}
header#header .region.region-callback a
 {
    width: 125px;
    height: 28px;
 }
header#header .region.region-search .js-form-item input {
    width: 125px;
    height: 28px;
}
.header-top {
    margin-bottom: 12px;
}
header {
    height: 108px;
}
header .logo {
    top: 15px;
}
header .logo, .offcanvas .logo {
    width: 90px;
    height: 65px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    width: 200px;
    height: 350px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    padding: 10px 10px;
}
.node--type-preimushchestvo.node--view-mode-teaser .blazy--field-izobrazhenie-preimushchest--teaser {
        width: 180px;
        height: 180px;
        margin-bottom: 15px;
    }
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body {
        width: 180px;
    }
.node--type-preimushchestvo.node--view-mode-teaser .field--name-node-title {
        height: 22px;
    }
.node--type-about .basa {
    padding-bottom: 150px;
    width: 80%;
}
/*
.field--name-field-izobrazhenie-o-nas {
    top: 1460px;
}
.view-id-pochemu_vybirayut_nas.view-display-id-block_1 .field--name-field-izobrazhenie-o-nas {
    top: 1460px !important;
} */
.field--name-field-preimushchestva {
    margin-bottom: 100px;
}
.gallery-block .view-content {
    margin-bottom: 50px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.commerce-product--view-mode-teaser .field--name-field-image-product-view {
        width: 280px;
        height: 245px;
        margin-bottom: 20px;
    }
.view-content.slick-initialized.slick-slider.slick-dotted {
    width: 300px;    
    margin: 0 auto;
    max-width: 300px;
    min-width: 300px;
}

.commerce-product--view-mode-teaser .field--name-field-description p {
        height: 150px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 26px;
    }
.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka {
        width: 130px;
    }

.commerce-product--view-mode-teaser .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka a {
            width: 130px;
        }
.commerce-product--view-mode-teaser {
   height: 570px;
}
.node--type-webform.node--view-mode-full form input,
.node--type-webform.node--view-mode-full form textarea,
.js-form-type-checkbox { 
        width: 100%;
    }
.node--type-webform.node--view-mode-full form {
        justify-content: center;
    }


.node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
        font-size: 12px;
    }
footer .col-logo img {
    width: 140px;
    height: 105px;
}
.not-front main {
    padding-top: 125px;
}
#scrollToTop {
    width: 40px;
    height: 40px;
    right: 25px;
    bottom: 50px;
}
.node--type-baner.node--view-mode-full .field--name-node-title h1 {
        width: 100%;
        line-height: 37px;
}

.node--type-baner.node--view-mode-full  .field--name-body {
        width: 100%;
 }
.node--type-baner.node--view-mode-full .field--name-body p {
            font-size: 12px;
            line-height: 18px;
}
.node--type-baner.node--view-mode-full {
    padding: 123.5px 0 28.5px 0;
}
.view-catalog.view-display-id-block_front .view-header {
    width: 100%;
}
.view-catalog.view-display-id-block_front .view-content {
    column-gap: 30px;
}
#about-block {
    padding-top: 20px;
}
.node--type-about .basa::before {
    width: 23px;
    height: 20px;
    top: -18px;
    left: -30px;
}
.node--type-about .basa::after {
    width: 28px;
    height: 25px;
    top: unset;
    bottom: 74px;
}
button.slick-arrow::before {
    width: 35px;
    height: 33px;
}
button.slick-arrow {
    width: 35px;
    height: 33px;
}
.commerce-product--view-mode-teaser {
    padding: 10px 10px 20px;
    width: 300px;
}
.node--type-webform.node--view-mode-full .block-title {
    width: 100%;
    margin: 0 auto 40px auto;
    .block-title{
        font-size: 36px;
    }
}
.description {
    width: 313px;
    font-size: 13px;
    line-height: 15px;
}
.description a{
    font-size: 13px;
    line-height: 15px;
}
footer .col-contacts {
    width: 180px;

}
.wr_content .col-contacts{
    width: 100%;
    margin-right: 0;
}
#block-vesta-theme-bloknastranicekontakty .field--name-body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.row-footer {
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 40px;
    column-gap: 30px;
    flex-direction: column;
    align-items: center;
}
.row-copiryght {
    padding: 10px 0;
    flex-wrap: wrap;
    column-gap: 50px;
    align-items: center;
    justify-content: center;
}
.copyright, .col-webvesta a, .col-politika a, .col-webvesta, .col-politika {
    font-size: 12px;
    line-height: 20px;
}
.not-front #block-vesta-theme-page-title {
    margin-bottom: 0;
    }
 .node--type-about.node--view-mode-teaser .basa::after {
    top: 250px;
}
.node--type-about.node--view-mode-teaser .basa {
    padding-top: 30px;
}
.node--type-about.node--view-mode-teaser .field--name-field-izobrazhenie-o-nas {
    height: 495px;
}
footer .col-logo{
    margin-right: 0px;
}
footer .col-nav {
    width: 150px;
    
}
footer .col-nav-catalog {
    width: 170px;

}
.product-view-full .field--name-field-description p:first-child {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.field--name-field-kontent p {
    font-size: 16px !important;
}
.field--name-field-kontent p:first-child {
    font-size: 16px !important;
}
.product-view-full .field--name-price, .product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-prefix-cena {
    margin-bottom: 20px;
}
.product-view-full .field--name-dynamic-token-fieldcommerce-product-variation-zakazat-knopka a {
    width: 125px;
}
.product-view-full .content-group .field__item p {
    font-size: 14px;
    line-height: 20px;
}
.product-view-full .content-group .field__item ul li {
        font-size: 14px;
        line-height: 20px;
    }
.product-view-full button.slick-next.slick-arrow {
    right: 10px;
    top: 164px;
}
.product-view-full button.slick-prev.slick-arrow {
    left: 10px;
    top: 164px;
}
#block-vesta-theme-predoplata {
    padding: 25px 19px;
}    
#block-vesta-theme-views-block-catalog-block-front::after {
    width: 330px;
    height: 590px;
    left: -250px;
    top: 180px;
}
#block-vesta-theme-views-block-catalog-block-front::before {
    width: 256px;
    height: 350px;
    right: -250px;
    bottom: -364px;
}
#block-vesta-theme-views-block-galereya-block-1::after {
    width: 224px;
    height: 515px;
    left: -250px;
    top: -6px;
}
.node--type-webform.node--view-mode-full form{
    input{
        font-size: 13px;
        line-height: 18px;
    }
    input::placeholder{
        font-size: 13px;
        line-height: 18px;
    }
    textarea{
        font-size: 13px;
        line-height: 18px;
        padding-top: 0;
        padding-bottom: 0;
    }
    textarea::placeholder{
        font-size: 13px;
        line-height: 18px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.product-view-full .field--name-field-description p {
 
    font-size: 16px;
    line-height: 22px;
}
.mob-top{
    display: flex;
}
header .col-social{
    flex-direction: column;
    align-items: center;
    display: none !important;
}
header .col-nav{
    padding-top: 6px;
}


.offcanvas .region-navfooter, .offcanvas .region-search{
    margin-bottom: 20px;
}
.offcanvas #search-api-page-block-form-search--2 {
    width: 215px;
}
.node--type-baner.node--view-mode-full .field--name-body p:first-child {
            margin-bottom: 15px;
        }
.node--type-baner.node--view-mode-full .field--name-node-title {
        margin-bottom: 20px;
    }
#slider-block {
    margin-bottom: 30px;
}
.tesis-a {
    font-size: 14px;
    line-height: 22px;
}
.tesis-q {
    margin-bottom: 15px;
}
.view-catalog.view-display-id-block_front .view-header {
    margin: 0 auto 30px auto;
}

.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field--name-description p {
            font-size: 12px;
            line-height: 15px;
        }
.taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field--name-description {
        padding: 5px;
    }
.more-link a {
    font-size: 12px;
}
#about-block .block-title, #about-block {
    margin-bottom: 30px;
}
.field--name-field-preimushchestva {
    justify-content: center;
    margin-bottom: 65px;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
    align-items: center;
}
.field--name-field-fotootzyv {
    width: 300px;
    height: 300px; 
}

.field--name-field-fotootzyv:hover::before{
    width: 18px;
    height: 18px;
    
}
.product-view-full .product-teaser {
    display: flex;
    gap: var(--gap);
    padding-bottom: 60px;
    padding-top: 20px;
    position: relative;
    flex-direction: column;
    align-items: center;
}
.mapContainer {
    width: 100% !important;
}
.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-height: 320px;
    min-height: 320px;
}

footer::after {
    bottom: 80px;
}
.not-front .view-content {
    justify-content: center;
    align-items: center;
}
.product-teaser .product-teaser-info {
    max-width: 100%;
}
.product-view-full .content-group {
    flex-direction: column;
    gap: 0;
}
.product-view-full .content-group {
    .left-group, .right-group {
        width: 100%;
    }
}
.slick-prev, .slick-next {
    bottom: -27px;
}
.not-front h1{
   text-align: center;
}
.not-front .view-content.slick-slider {
    display: block;
}
.dropdown-toggle::after{
    display: none;
}
    .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:hover{
        .field--name-taxonomy-term-title::after{
            background-size: contain;
        }
    }

}


@media screen and (min-width: 525px) and (max-width: 576px) {
    .not-front .view-content {
        justify-content: center;
        flex-direction: column; 
        align-items: center;
        row-gap: 30px;
    }
     .node--type-about.node--view-mode-teaser .basa::after {
    top: 250px;
}
.node--type-about.node--view-mode-teaser .basa {
    padding-top: 30px;
}
.node--type-about.node--view-mode-teaser .field--name-field-izobrazhenie-o-nas {
    height: 495px;
}
#about-block {
    padding-top: 20px;
}
.node--type-about .basa::before {
    width: 23px;
    height: 20px;
    top: -18px;
    left: -52px;
}
.node--type-about .basa::after {
    width: 28px;
    height: 25px;
    top: 165px;
}
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
        font-size: 12px;
    }
.node--type-preimushchestvo.node--view-mode-teaser {
    width: 200px;
    height: 350px;
}
.node--type-preimushchestvo.node--view-mode-teaser {
    padding: 10px 10px;
}
.node--type-preimushchestvo.node--view-mode-teaser .blazy--field-izobrazhenie-preimushchest--teaser {
        width: 180px;
        height: 180px;
        margin-bottom: 15px;
    }
.node--type-preimushchestvo.node--view-mode-teaser .field--name-body {
        width: 180px;
    }
.node--type-preimushchestvo.node--view-mode-teaser .field--name-node-title {
        height: 22px;
    }
.node--type-about .basa {
    padding-bottom: 150px;
    width: 80%;
}
.field--name-field-izobrazhenie-o-nas {
    top: 318px;
}
.field--name-field-preimushchestva {
    margin-bottom: 100px;
}
.field--name-field-preimushchestva {
        flex-direction: unset; 
    }
    .not-front .view-catalog .view-content {
        justify-content: center;
        flex-direction: unset;
        align-items: center;
        row-gap: 30px;
    }
}


.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--white);
    --bs-pagination-bg: var(--green2);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color:  var(--green2);
    --bs-pagination-border-radius: 50%;
    --bs-pagination-hover-color: var(--white);
    --bs-pagination-hover-bg: var(--green);
    --bs-pagination-hover-border-color: var(--green);
    --bs-pagination-focus-color: var(--white);
    --bs-pagination-focus-bg: var(--green);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--green);
    --bs-pagination-active-border-color: var(--green);
    --bs-pagination-disabled-color: var(--white);
    --bs-pagination-disabled-bg: var(--green);
    --bs-pagination-disabled-border-color: var(--green);
    gap: 10px;
}

.page-link {
    border-radius: 50%;
}

.page-item{
    width: 49.44px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.page-item .page-link {
    width: 49.44px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.1)) drop-shadow(0px 1px 4px rgba(12, 12, 13, 0.05));
}
.page-item .page-link:hover, .page-item .page-link:active {
    filter: none;
    width: 44px;
    height: 44px;
}
nav.pager{
    margin: 20px 0;
}
.page-item .page-link span{
    font-size: 27px;
    line-height: 27px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .page-item{
        width: 44px;
        height: 44px;
    }
    .page-item .page-link {
        width: 44px;
        height: 44px;
    }
    .page-item .page-link:hover, .page-item .page-link:active {
        width: 39px;
        height: 39px;
    }
}
@media screen and (max-width: 767px) {
   .page-item{
        width: 35px;
        height: 35px;
    }
    .page-item .page-link {
        width: 35px;
        height: 35px;
    }
    .page-item .page-link:hover, .page-item .page-link:active {
        width: 32px;
        height: 32px;
    }

}


@media screen and (min-width: 1200px) {
    .view-id-catalog.view-display-id-page{

        .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
            width: 270px;
            height: 270px;
        }
        .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser:hover {
            .field--name-field-catalog-image::after {
                width: 270px;
                height: 270px;
            }
        }
        .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser {
            .field--name-taxonomy-term-title {
                width: 270px;
                a{font-size: 23px;}
            }
        }
        .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser {
            .field--name-description {
                width: 270px;
                height: 270px;
                padding: 12px;
            }
        }
        .taxonomy-term--type-catalog.taxonomy-term--view-mode-teaser .field--name-description p {
            font-size: 13px;
            line-height: 18px;
        }
    }
}

.not-front h1 {
        font-family: 'Forum';
        font-style: normal;
        font-weight: 400;
        font-size: var(--fz-title-block);
    }

    .node--type-page.node--view-mode-full p, .field--name-field-kontent p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #764D3C;
}
.field--name-field-kontent p:first-child {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #764D3C;
    margin-bottom: 20px;
}
.node--type-page.node--view-mode-full h2,  .node--type-about.node--view-mode-teaser h2 {
    margin-bottom: 20px;
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fz-title-sm);
    line-height: calc(var(--fz-title-sm) - 2px);
    color: #542E1E;
}

.view-id-pochemu_vybirayut_nas.view-display-id-block_1 .field--name-field-izobrazhenie-o-nas {
    position: absolute;
    top: 440px;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    transform: translate(-50%, 0);
}
.block-views-blockpochemu-vybirayut-nas-block-1 .block-title{
    margin-bottom: 40px;
}
.block-views-blockpochemu-vybirayut-nas-block-1 .field--name-field-preimushchestva {
    width: var(--len-container);
}
.view-id-about.view-display-id-page_1{
    margin-bottom: 40px;
}


@media screen and (max-width: 524px) {
    .node--type-preimushchestvo.node--view-mode-teaser {
        width: 90%;
        height: unset;
        margin: 0 auto;
    }
    .node--type-preimushchestvo.node--view-mode-teaser {
        padding: 20px 20px;
    }
    .node--type-preimushchestvo.node--view-mode-teaser .blazy--field-izobrazhenie-preimushchest--teaser {
            width: 100%;
            height: unset;
            margin-bottom: 15px;
        }
    .node--type-preimushchestvo.node--view-mode-teaser .field--name-body {
            width: 100%;
        }
    .node--type-preimushchestvo.node--view-mode-teaser .field--name-node-title {
            height: 22px;
            text-align: center;
        }
    .node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
        font-size: var(--fz-text);
        text-align: justify;
    }
    .block-views-blockpochemu-vybirayut-nas-block-1 .field--name-field-preimushchestva {
        width: 100%;
    }
    .field--name-field-izobrazhenie-o-nas {
    top: 1460px;
}
.view-id-pochemu_vybirayut_nas.view-display-id-block_1 .field--name-field-izobrazhenie-o-nas {
    top: 1460px !important;
}
}