body {
    font-family: 'Libre Franklin';
    background-color: #FFFBF6;
    color: #000000;
}
.vestaChatWrapper .vestaChatBody .vestaChatTextareaWrap .vestaChatSendBtn, .vestaChatWrapper {
    background-color: #F7C811 !important;
}
.vestaChatWrapper {
    padding: 10px 10px 0 !important;
}
.vestaChatWrapper .vestaChatBody .vestaChatTextareaWrap .vestaChatSendBtn {
    top: 34% !important; 
    width: 28px !important;
    height: 28px !important;
}
div#app {
    min-height: 100vh;
    overflow: hidden;
}
@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;
        border-bottom: 1.5px solid #FFE994;
    }
   
    .user-administrator div#app {
    margin-top: 50px !important;
    }
}

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

.header-top,
footer {
    background: #FFFFFF;
}
footer{
    padding: 50px 0;
}
.header-bottom {
    background: #4B4B4B;
}
.not-front header{
    margin-bottom: 50px;
}
.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: #FFFFFF;
    color: #000;
    padding: 5px 5px;
    z-index: 50;
}

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

#header-mob > * {
    padding: 0 10px;
}
#header-mob .col-logo{
    width: 86px;
    height: 70px;
}
#header-mob .col-logo a{
    width: 100%;
    height: 100%;
    display: flex;
}
#header-mob .col-logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.offcanvas {
    --bs-offcanvas-bg: #4B4B4B;
    color: #fff;
}

.offcanvas .offcanvas-title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.offcanvas-header .btn-close {
    --bs-btn-close-color: #FFFFFF;
    filter: invert(100%) brightness(200%);
}
.region-navigation .nav > .nav-item:hover .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
}
.offcanvas-body .region-navigation ul li a {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
    }
.offcanvas-body .region-navigation ul li a:hover{
    background: #FFFFFF;
}
.offcanvas-body .nav {
    margin-bottom: 35px;
}
.offcanvas-body .region-navigation ul.nav {
        gap: 12px;
    }
.offcanvas-body .emg_phone{
    color: #fff;
    margin-left: 5px;
    text-decoration: none;
}
.offcanvas-body .emg_phone:hover{
    color: #FC9301;
}
.offcanvas{
    z-index: 1500 !important;
}
/*HEADER STYLES*/

/* SLICK STYLES */
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    color: #fff;
}

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

button.slick-prev.slick-arrow {
    left: -25px;
}

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

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

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

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

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

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

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

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

#scrollToTop {
    width: 82px;
    height: 82px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    bottom: 50px;
    cursor: pointer;
    position: fixed;
    right: 75px;
    z-index: 10;
    transition: 0.2s;
    padding: 0;
}

/* SLICK STYLES */

/* PRODUCT PAGE STYLES*/
.product-teaser {
    display: flex;
    gap: 50px;
}

.product-teaser .product-teaser-image {
    max-width: 500px;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider {
    margin: 0 0 10px;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .current-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 500px;
    min-width: 500px;
    max-height: 500px;
    min-height: 500px;
    object-fit: cover;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable {
    margin: 0 -5px;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide {
    margin: 0 5px;
    max-width: 118px;
    min-width: 118px;
    max-height: 118px;
    min-height: 118px;
}

.product-teaser .product-teaser-image .field.field--name-field-variation-image.field--type-image .elements .nav-slide.slick-initialized.slick-slider .slick-list.draggable .slick-track .element.slick-slide img {
    max-width: 118px;
    min-width: 118px;
    max-height: 118px;
    min-height: 118px;
    object-fit: cover;
}

.product-teaser .product-teaser-info {
    max-width: 500px;
}

.product-view-full button.slick-prev.slick-arrow {
    left: -25px;
}

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


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

/* PRODUCT PAGE STYLES*/
header .col-adress-callback .mail{
    margin-left: 2px;
}

/* *** ADAPTIVE *** */
@media screen and (min-width: 1200px) {

header .left-gr .mail img {
    margin-right: 11px;
}

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

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

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

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

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


header .right-gr, header .left-gr{
    width: 50%;
    display: flex;
}
header .left-gr{
    justify-content: space-between;
}
header .right-gr{
    justify-content: start;
}
.logo{
    width: 160px;
    height: 168px;
    margin-right: 41px;
}
header .logo{
    margin-right: 41px;
}
footer .logo{
    margin-right: 127px;
    width: 160px;
    height: 145px;
}
.logo a{
    width: 100%;
    height: 100%;
    display: flex;
}
.logo img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div#block-vesta-theme-slogan p{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 155.06%;
    color: #4B4B4B;
}
header .slogan a{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #4B4B4B;
    text-decoration: none;
}
header .slogan a:hover{
    color: #FC9301;
}
header .slogan{
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
header .emg_phone{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
header .emg_phone.tel{
    margin-bottom: 20px;
}
header .left-gr img{
    margin-right: 10px;
}
header .left-gr .emrg-group{
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 38px;
}
header .left-gr .emrg-group p{
    margin: 0;
}

header .col-adress-callback{
    width: 244px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
header .col-adress-callback .adress,
header .col-adress-callback .mail{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center;
}
header .col-adress-callback .mail a{
    text-decoration: none;
}
header .col-adress-callback .mail a:hover{
    color: #FC9301;
}
header .left-gr a{
    text-decoration: none;
}
header .left-gr p{
    margin: 0;
}
header .left-gr .phones p.shift{
    padding-left: 37px;
    margin-bottom: 20px;
}
.contacts-footer p.shift{
    padding-left: 37px;
    margin-bottom: 20px; 
}
header .left-gr a:hover{
    color: #FC9301;
}
header .region-callback a.use-ajax.btn-form{
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    padding: 9px 49px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: solid 1px #F7C811;
    border-radius: 0;
}
header .region-slogan{
    width: 211px;
}
header .region-callback a.use-ajax.btn-form:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
}

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

.offcanvas .region-search.active .form-item.js-form-type-search.form-type-search,
.offcanvas  .region-search.active .form-actions.js-form-wrapper.form-wrapper{
    display: block;
    position: absolute;
}
.offcanvas .region-search .form-item.js-form-type-search.form-type-search{
    left:0px;
}
.offcanvas  .region-search .form-actions.js-form-wrapper.form-wrapper{
    left: 210px;
}
.offcanvas .btn-search-header-mob.active{
    display: none;
}
.offcanvas .search-api-page-block-form-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary {
    padding: 5px 12px;
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%); border-radius: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    border: 1px solid #F7C811;
    text-decoration: none;
    border-radius: 0;
}
.offcanvas .search-api-page-block-form-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
}
.region-search{
    position: relative;
}
.contacts-footer p{
    margin: 0;
}


main .search-api-page-block-form-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary {
    padding: 5px 18px;
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    border-radius: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    border: 1px solid #F7C811;
    text-decoration: none;
    border-radius: 0;
}
main .search-api-page-block-form-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
    border: none;
}
.block.block-vesta-privacy-access-d10 {
    color: #ffffff;
    background: #4B4B4B;
}
.block.block-vesta-privacy-access-d10 .block-metrika-content p,
.block.block-vesta-privacy-access-d10 .block-metrika-content p strong,
.block.block-vesta-privacy-access-d10 .block-metrika-content p a{
    color: #FFFFFF;
}
main .search-api-page-block-form-search{
    margin-bottom: 30px;
}
.block.block-vesta-privacy-access-d10 .block-metrika-btns button{
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    color: #FFFFFF;
    border: none;
    text-decoration: none;
    border-radius: 0;
}
.block.block-vesta-privacy-access-d10 .block-metrika-btns button:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
    border: none;
}
.btn-search-header-mob{
    width: 24px;
    height: 25px;
    background-image: url("/sites/all/themes/vesta_theme/image/ri_search-line.svg");
    border: none;
    background-size: cover;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}
.btn-search-header::before{
    content:'';
    left: 0;
    top: 12px;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url("/sites/all/themes/vesta_theme/image/ri_search-line.svg");
    border: none;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}
.btn-search-header{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: transparent;
    border: none;
    background: transparent;
    position: relative;
    padding: 16px 6px;
}

header .col-search .btn-search-header.active{
  /*display: none;*/
  color: transparent;
}
.btn-search-header.active::before{
     display: none;
}
header .col-search .region.region-search .form-item.js-form-type-search.form-type-search,
header .col-search .region.region-search .form-actions.js-form-wrapper.form-wrapper{
    display: none;
}

header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search,
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper{
    display: block;
    position: absolute;
    z-index: 2;
}

.region-search form .js-form-item input {
    width: 208px;
    height: 38px;
    background-color: #FFFFFF !important;
    border: solid #F7C811 1px;
    border-radius: 0px;
}
.search-api-page-block-form-search .js-form-item input {
    background-color: #FFFFFF !important;
}
form.search-api-page-block-form-search .js-form-item.form-item.js-form-type-search.form-type-search input {
    border-radius: 0;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right:0px;
    top: 5px;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search{
    top: 5px;
    left: -280px;
}
header .col-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary{
    padding: 5px 18px;
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    border-radius: 10px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    border: 1px solid #F7C811;
    text-decoration: none;
    border-radius: 0;
}
header .col-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
}

.slick-slide img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

.slick-slide .content{
    padding-top: 182px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 169%;
    color: #FFFFFF;
    min-height: 713px;
}
.field--name-field-slide-title, .slick-slide .field--name-body{
    width: 60%;
}
.field--name-field-slide-title p, .slick-slide .field--name-body p{
    margin: 0;
}
.slick-slide .field--name-body{
    margin-bottom: 54px;
}
.slick-slide .field--name-field-image{
    position: absolute;
    width: 100%;
    height: 100%;
}
.slick-slide .field--name-field-image::before{
    content:'';
    position: absolute;
    background: linear-gradient(270deg, rgba(35, 29, 25, 0.66) 31.9%, rgba(78, 50, 30, 0) 86.98%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background-size: cover;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a{
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    padding: 14px 117px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
}
h1.front-h1{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    line-height: 63px;
    color: #000000;
    margin-bottom: 60px;
}
.region-about, .front .node--type-about.node--view-mode-full{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 44px;
}

.node--type-rekvizity.node--view-mode-teaser .field__item,
.node--type-rekvizity.node--view-mode-teaser .field__item a{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    color: #000000;
}
.node--type-dom.node--view-mode-full .field--name-field-izobrazhenie-dom,
.node--type-foto-iz-galerei.node--view-mode-full .field--name-field-izobrazhenie-galereya{
    margin-bottom: 30px;
    width: 370px;
    height: 389px;
}
.node--type-dom.node--view-mode-full .field--name-field-izobrazhenie-dom img,
.node--type-foto-iz-galerei.node--view-mode-full .field--name-field-izobrazhenie-galereya img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.region-about p, .front .node--type-about.node--view-mode-full p{
    margin: 0;
}
.node--type-about.node--view-mode-teaser{
    display: flex;
    justify-content: space-between;
    gap: 85px;
}
.field--name-node-link a{
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    padding: 14px 60px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    text-decoration: none;
}
.field--name-node-link a:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%) !important;
}
.region-about .left-gr .field--name-body{
    margin-bottom: 63px;
    width: 640px;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty{
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.block-views-blockabout-block-1{
    margin-bottom: 57px;
}
.block-views-blockpreimushchestva-block-1 .view-content{
    display: flex;
    gap:30px;
    justify-content: space-between;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row{
    width: 270px;
    height: 231px;
    background: #FFFFFF;
    border: 1.5px solid #FFE994;
    display: flex;
    justify-content: center;
    padding: 37px 31px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row:hover{
    box-shadow: 0px 85px 34px rgba(243, 178, 20, 0.01), 0px 48px 29px rgba(243, 178, 20, 0.05), 0px 21px 21px rgba(243, 178, 20, 0.09), 0px 5px 12px rgba(243, 178, 20, 0.1);
}

.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser{
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 207px;
    align-items: center;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-node-title{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    width: 207px;
    height: 72px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-body{
    width: 207px;
    height: 57px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-body p{
    margin: 0;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.region-houses,
.region-news,
.slider-block,
.block-views-blockcatalog-block-front,
.region-gallery,
.region-webform,
.region-map{
    margin-bottom: 120px;
}
.region-houses .block-title,
.region-news .block-title,
.block-views-blockcatalog-block-front .block-title,
.region-gallery .block-title,
.region-map .right-g h4{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 40px;
}
.field--name-field-izobrazhenie-licenziya .field__item, .field--name-field-izobrazhenie-nagrada .field__item {
        width: 260px;
        height: 370px;
    }
.region-houses .view-content,
.view-doma-v-upravlenii .view-content,
.region-news .view-content,
.view-news .view-content,
.region-gallery .view-content{
    display: flex;
    gap:30px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.view-fotogalereya-new .view-content,
.view-tovary .view-content,.view-licenziya .view-content .photoswipe-gallery,
.view-nagradnye-dokumenty .view-content .photoswipe-gallery{
    display: flex;
    gap:30px;
    flex-wrap: wrap;
    justify-content: center;
}
.view-tovary .view-dokumenty .view-content{
    flex-direction: column;
    gap: 13px;
}

.doc_label{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}
.node--type-prays.node--view-mode-full .right-group,
.node--type-prays.node--view-mode-default .right-group{ 
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.node--type-prays.node--view-mode-full .right-group p,
.node--type-prays.node--view-mode-default .right-group p{ 
    margin: 0;
}
.view-tovary .view-header .view-content .views-row {
    padding-bottom: 0px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #FC9301;
    text-decoration: none;
    background-color: #686868;
}
.region-houses .view-content .views-row .node--type-dom,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom,
.region-news .view-content .views-row .node--type-news,
.view-news .view-content .views-row .node--type-news,
.view-tovary .view-content .views-row .commerce-product--view-mode-teaser,
.node--type-stranica-galerei.node--view-mode-teaser{
    display: flex;
    flex-direction: column;
    width: 370px;
    background: #FFFFFF;
    border: 1.5px solid #FFE994;
    margin-bottom: 59px;
}
.region-houses .view-content .views-row .node--type-dom:hover:hover,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom:hover,
.region-news .view-content .views-row .node--type-news:hover:hover,
.view-news .view-content .views-row .node--type-news:hover,
.view-tovary .view-content .views-row .commerce-product--view-mode-teaser:hover,
.node--type-stranica-galerei.node--view-mode-teaser:hover{
    box-shadow: 0px 85px 34px rgba(243, 178, 20, 0.01), 0px 48px 29px rgba(243, 178, 20, 0.05), 0px 21px 21px rgba(243, 178, 20, 0.09), 0px 5px 12px rgba(243, 178, 20, 0.1);
}

.blazy--field-izobrazhenie-dom,
.field--name-field-image-news,
.field--name-field-image-product-view,
.node--type-stranica-galerei.node--view-mode-teaser .field--name-field-izobrazhenie-anons {
    width: 368px;
    height: 318px;
    margin-bottom: 39px;
}
.blazy--field-izobrazhenie-dom a,
.field--name-field-image-news a,
.field--name-field-image-product-view a,
.node--type-stranica-galerei.node--view-mode-teaser .field--name-field-izobrazhenie-anons a{
    width: 100%;
    height: 100%;
    display: flex;
}
.blazy--field-izobrazhenie-dom a .media--image,
.field--name-field-image-news a .media--image,
.field--name-field-image-product-view a .media--image,
.node--type-stranica-galerei.node--view-mode-teaser .field--name-field-izobrazhenie-anons a .media--image{
    width: 100%;
    height: 100%;
}
.blazy--field-izobrazhenie-dom a img,
.field--name-field-image-news a img,
.field--name-field-image-product-view a img,
.node--type-stranica-galerei.node--view-mode-teaser .field--name-field-izobrazhenie-anons a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.region-houses .view-content .views-row .node--type-dom .field--name-node-title,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-title,
.region-news .view-content .views-row .node--type-news .field--name-node-title,
.view-news .view-content .views-row .node--type-news .field--name-node-title,
.view-id-tovary .view-content .views-row .field--name-title,
.node--type-rekvizity.node--view-mode-teaser .field__label,
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-title{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 15px;  
    padding: 0 29px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-field-data{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;  
    padding: 0 29px;
}
.view-id-tovary .view-content .views-row .field--name-title a{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 15px;
    text-decoration: none;
}
.region-houses .view-content .views-row .node--type-dom .field--name-field-adres, 
.region-houses .view-content .views-row .node--type-dom .field--name-body,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-field-adres, 
.view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-body,
.region-news .view-content .views-row .node--type-news .field--name-field-adres, 
.region-news .view-content .views-row .node--type-news .field--name-body,
.view-news .view-content .views-row .node--type-news .field--name-field-adres, 
.view-news .view-content .views-row .node--type-news .field--name-body,
.view-tovary .view-content .views-row .field--name-field-prays-skan,
.node--type-stranica-galerei.node--view-mode-teaser  .field--name-body{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    padding: 0 29px;
}
.view-tovary .view-content .views-row .field--name-field-prays-skan a{ 
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
    text-decoration: none;
   
}
.view-tovary .view-content .views-row {
    padding-bottom: 30px;
}
.view-tovary .view-content .views-row .field--name-field-prays-skan a:hover{
    color: #FC9301;
} 
.region-houses .view-content .views-row .node--type-dom .field--name-field-adres,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-field-adres,
.region-news .view-content .views-row .node--type-news .field--name-field-adres,
.view-news .view-content .views-row .node--type-news .field--name-field-adres{
    margin: 0 0 20px 0;
}
.region-houses .view-content .views-row .node--type-dom .field--name-body,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-body,
.region-news .view-content .views-row .node--type-news .field--name-body,
.view-news .view-content .views-row .node--type-news .field--name-body,
.node--type-stranica-galerei.node--view-mode-teaser .field--name-body{
    margin: 0 0 47px 0;

}
.region-houses .view-content .views-row .node--type-dom .field--name-node-link a,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-link a, 
.region-news .view-content .views-row .node--type-news .field--name-node-link a,
.view-news .view-content .views-row .node--type-news .field--name-node-link a,
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-link a,
.field--name-dynamic-token-fieldcommerce-product-podrobnee a{
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    padding: 11px 92px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    text-decoration: none;
    
}
.region-houses .view-content .views-row .node--type-dom .field--name-field-adres p, 
.region-houses .view-content .views-row .node--type-dom .field--name-body p,
.node--type-stranica-galerei.node--view-mode-teaser .field--name-body p,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-field-adres p,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-body p,
.region-news .view-content .views-row .node--type-news .field--name-field-adres p, 
.region-news .view-content .views-row .node--type-news .field--name-body p,
.view-news .view-content .views-row .node--type-news .field--name-field-adres p,
.view-news .view-content .views-row .node--type-news .field--name-body p{
    margin: 0;
}
.region-houses .view-content .views-row .node--type-dom .field--name-node-link,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-link,
.region-news .view-content .views-row .node--type-news .field--name-node-link,
.view-news .view-content .views-row .node--type-news .field--name-node-link,
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-link,
.field--name-dynamic-token-fieldcommerce-product-podrobnee{
    display: flex;
    justify-content: center;
    margin-bottom: 37px;
}

.region-houses .more-link a,
.region-gallery .more-link a{
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    padding: 14px 117px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    text-decoration: none;   
}
.region-houses .more-link,
.region-news .more-link,
.block-views-blockcatalog-block-front .more-link,
.region-gallery .more-link{
    display: flex;
    justify-content: center;
}
.region-news .more-link a{
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    padding: 14px 132px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    text-decoration: none;   
}
.more-link a:hover,
.field--name-dynamic-token-fieldcommerce-product-podrobnee a:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%) !important;
}
.view-tovary .view-content .views-row .field--name-field-prays-skan {
    margin-bottom: 15px;
}
.field--name-dynamic-token-fieldcommerce-product-podrobnee{
    margin-top: 20px;
}

.not-front div#block-vesta-theme-page-title{
    margin-bottom: 50px;
}
.not-front main{
    margin-bottom: 120px;
}

.block-views-blockcatalog-block-front .view-content,
.view-catalog .view-content{
    display: flex;
    gap:30px;
    justify-content: space-between;
    margin-bottom: 37px;
}
.block-views-blockcatalog-block-front .view-content .views-row,
.view-catalog .view-content .views-row{
    width: 570px;
    height: 254px;
    background: #FFFFFF;
    border: 1.5px solid #FFE994;
    padding: 56px 40px;
}
.block-views-blockcatalog-block-front .view-content .views-row:hover,
.view-catalog .view-content .views-row:hover{
    box-shadow: 0px 85px 34px rgba(243, 178, 20, 0.01), 0px 48px 29px rgba(243, 178, 20, 0.05), 0px 21px 21px rgba(243, 178, 20, 0.09), 0px 5px 12px rgba(243, 178, 20, 0.1);
}
.taxonomy-term--view-mode-teaser{
    display: flex;
    justify-content: space-between;
    width: 483px;
    gap: 50px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title{
    width: 252px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title a{
    width: 252px;
    height: 58px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-decoration: none;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title{
    margin-bottom: 52px;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image{
    width: 176px;
    height: 142px;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img{
    width: 176px;
    height: 142px;
}

.taxonomy-term--view-mode-teaser .field--name-field-catalog-image a{
    width: 100%;
    height: 100%;
    display: flex;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.field--name-taxonomy-term-link a{
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    padding: 14px 35px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    text-decoration: none;
}
.field--name-taxonomy-term-link a:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
}
.block-views-blockcatalog-block-front .more-link a{
    background: #F7C811;
    padding: 14px 94px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
    text-decoration: none;   
}
.field--name-field-izobrazhenie-veb-forma{
    width: 413px;
    height: 415px;
    margin-right: 56px;
}
.field--name-field-izobrazhenie-veb-forma a{
    width: 100%;
    height: 100%;
    display: flex;
}
.field--name-field-izobrazhenie-veb-forma a img{
    width: 100%;
    height: 100%; 
    object-fit: cover;
}
.node--type-webform.node--view-mode-teaser{
    display: flex;
  /*  gap: 56px; */
    justify-content: space-between;
}
.node--type-webform.node--view-mode-teaser .right-group{
    background: #4B4B4B;
    padding-top: 37px;
    padding-left: 54px;
    width: 699px;
  /*  width: 100%;*/
}
.node--type-webform.node--view-mode-teaser .right-group .field--name-body p{
    margin: 0;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.node--type-webform.node--view-mode-teaser .right-group .field--name-body{
    margin-bottom: 56px;
}
.webform-submission-obratnyy-zvonok-form input{
    width: 590px;
    height: 44px;
    background: #FFFFFF;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #747474;
    border-radius: 0;
}
.webform-submission-obratnyy-zvonok-form .js-form-item-vashe-fio{
    margin-bottom: 15px;
    border-radius: 0;
}
.webform-submission-obratnyy-zvonok-form .js-form-item-vash-telefon{
    margin-bottom: 30px;
    border-radius: 0;
}
.webform-submission-obratnyy-zvonok-form button.webform-button--submit{
    padding: 10px 95px;
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}
.webform-submission-obratnyy-zvonok-form button.webform-button--submit:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
}
.webform-submission-obratnyy-zvonok-form .form-type-checkbox input{
    width: 20.03px;
    height: 20.03px;
    background: #4B4B4B;
}
.webform-submission-obratnyy-zvonok-form .form-type-checkbox{
    display: flex;
    gap: 10px;
}
.webform-submission-obratnyy-zvonok-form .description{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    width: 346px;
}
.webform-submission-obratnyy-zvonok-form .description a{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    text-decoration: none;
}
div#block-vesta-theme-kartakontakty .field--name-body{
    display: flex;
    justify-content: space-between;
}
.region-map .right-g .adress,
.region-map .right-g .col-phone,
.region-map .right-g .emrg-group,
.region-map .right-g .col-phone a,
.region-map .right-g .emrg-group a{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
}
.region-map .right-g .col-phone a:hover,
.region-map .right-g .emrg-group a:hover{
    color: #FC9301;
 }
.region-map .right-g .adress{
    margin-bottom: 20px;
}
.region-map .right-g img{
    margin-right: 5px;
}
.region-map .right-g .emrg-group,
.region-map .right-g .shift{
    padding-left: 33px;
}
.region-map .right-g .adress p,
.region-map .right-g .col-phone p,
.region-map .right-g .emrg-group p{
    margin: 5px 0;
}
.region-map .right-g .col-phone{
    margin-bottom: 20px;
}
.region-map .right-g{
    padding-left: 50px;
    padding-top: 30px;
}
footer .row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
footer .region-navfooter .nav{
    flex-direction: column;
    flex-wrap: wrap;
    height: 120px;
    column-gap: 65px;
}
.region-navfooter{
    width: 375px;
    margin-right: 212px;
    padding: 0;
}
footer .region-navfooter .nav .nav-item a{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.contacts-footer{
    width: 305px;
    padding: 0;
}
footer .emg_phone{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
footer .emg_phone.tel{
    margin-bottom: 20px;
}
footer .contacts-footer img{
    margin-right: 12px;
}
footer .contacts-footer .mail img{
    margin-left: 3px;
    margin-right: 12px;
}
footer .contacts-footer p img{
    margin-left: 1px;
    margin-right: 7px;
}
footer .contacts-footer .emrg-group{
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 38px;
    margin-bottom: 20px;
}
footer .contacts-footer .emrg-group p{
    margin: 0;
}

footer .adress,
footer .mail {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
footer .contacts-footer a{
    text-decoration: none;
}
footer .contacts-footer a:hover{
    color: #FC9301;
}
footer .region-callback a.use-ajax.btn-form{
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    padding: 9px 77px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: solid 1px #F7C811;
    border-radius: 0;
}
footer .region-callback a.use-ajax.btn-form:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
}
footer .row.row-copiryght{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #747474;
    margin-bottom: 45px;
    align-items: center;
}
.row-copiryght a{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #747474;
    text-decoration: none;
}
.row-copiryght a:hover{
    color: #FC9301;
}

.row-copiryght .col-copyright a:hover, .row-copiryght .col-webvesta a:hover{
    color: #FC9301;
}
.col-copyright{
    padding: 0;
    width: calc(50% - 100px);
}
.col-webvesta{
    padding: 0;
    width: calc(50% + 100px);
}

.node--type-vopros-otvet.node--view-mode-teaser,
.node--type-vakansiya.node--view-mode-teaser{
    background: #FFFFFF;
    border: 1.5px solid #FFE994;
    padding: 37px 31px;
}
.node--type-vopros-otvet.node--view-mode-teaser:hover,
.node--type-vakansiya.node--view-mode-teaser:hover{
    box-shadow: 0px 85px 34px rgba(243, 178, 20, 0.01), 0px 48px 29px rgba(243, 178, 20, 0.05), 0px 21px 21px rgba(243, 178, 20, 0.09), 0px 5px 12px rgba(243, 178, 20, 0.1);
}
.view-vopros-otvet .view-content,
.view-vakansii .view-content{
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.node--type-vopros-otvet.node--view-mode-teaser .field__label,
.product-view-full .field__label{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}
.node--type-vopros-otvet.node--view-mode-teaser .field__item,
.product-view-full .field--name-body{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px ; 
    line-height: 24px ;
    color: #000000;
}
.blazy--field-izobrazhenie-galereya,.field--name-field-gallery .photoswipe-gallery .field__item{
    width: 370px;
    height: 389px;
}
.field--name-field-izobrazhenie-licenziya .field__item a, .field--name-field-izobrazhenie-nagrada .field__item a,.field--name-field-gallery .photoswipe-gallery .field__item a {
    width: 100%;
    height: 100%;
}
.blazy--field-izobrazhenie-galereya a, .field--name-field-izobrazhenie-licenziya a, .field--name-field-izobrazhenie-nagrada a{
    width: 100%;
    height: 100%;
    display: flex;
}
.blazy--field-izobrazhenie-galereya a img, .field--name-field-izobrazhenie-licenziya a img, .field--name-field-izobrazhenie-nagrada a img,.field--name-field-gallery .photoswipe-gallery .field__item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.node--type-page h2{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
/*
.node--type-page p, .not-front .field--name-body p,
.view-id-tovary .view-header p{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}*/
.view-id-tovary .view-header p{
    margin-bottom: 30px;
}
.node--type-vazhnaya-informaciya.node--view-mode-full .field--name-body,
.node--type-about.node--view-mode-full .field--name-body, .view-id-tovary .view-header{
    margin-bottom: 30px;
}

.region-navigation ul li a{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 13px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
}

.region-navigation ul li a:hover{
    color: #FC9301;
}
.region-navigation ul.nav{
    gap: 38px;
    --bs-nav-link-color: #FC9301;
    --bs-nav-link-hover-color:  #FC9301;
}
ul.dropdown-menu{
    background: #4B4B4B;
    --bs-dropdown-link-active-bg: #FFFFFF;
    border-top: none;
}
ul.dropdown-menu li a{
    background: #4B4B4B;
}
div#block-vesta-theme-bloknastranicekontakty .field--name-body .adress,
div#block-vesta-theme-bloknastranicekontakty .field--name-body .col-phone,
div#block-vesta-theme-bloknastranicekontakty .field--name-body .emrg-group,
div#block-vesta-theme-bloknastranicekontakty .field--name-body .col-phone a,
div#block-vesta-theme-bloknastranicekontakty .field--name-body .emrg-group a{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
}
div#block-vesta-theme-bloknastranicekontakty .field--name-body .col-phone a:hover,
div#block-vesta-theme-bloknastranicekontakty .field--name-body .emrg-group a:hover{
    color: #FC9301;
 }
div#block-vesta-theme-bloknastranicekontakty .field--name-body .adress{
    margin-bottom: 20px;
}
div#block-vesta-theme-bloknastranicekontakty .field--name-body .adress p,
div#block-vesta-theme-bloknastranicekontakty .field--name-body .col-phone p,
div#block-vesta-theme-bloknastranicekontakty .field--name-body .emrg-group p{
    margin: 5px 0;
}
div#block-vesta-theme-bloknastranicekontakty .field--name-body .col-phone{
    margin-bottom: 20px;
}
div#block-vesta-theme-bloknastranicekontakty .field--name-body .adress img,
div#block-vesta-theme-bloknastranicekontakty .field--name-body .col-phone img{
    margin-right: 10px;
}
div#block-vesta-theme-bloknastranicekontakty .field--name-body .emrg-group{
    padding-left: 38px;
    margin-bottom: 30px;
}
.ui-dialog .ui-dialog-titlebar{
    background: #4B4B4B;
    color: #FFFFFF;
    border: none;
}
.ui-dialog .webform-submission-obratnyy-zvonok-form input,
.ui-dialog .webform-submission-callback-form input {
    width: 320px;
    height: 44px;
    background: #FFFFFF;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #747474;
    border-radius: 0;
}
.ui-dialog .webform-submission-obratnyy-zvonok-form button.webform-button--submit,
.ui-dialog .webform-submission-callback-form button.webform-button--submit{
    padding: 10px 106px;
    background: linear-gradient(90deg, #F7C811 17.43%, #F7C811 116.06%);
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
    border: none;
    border-radius: 0;
}
.ui-front.ui-dialog-content.ui-widget-content{
    background: #747474;
}
.ui-dialog .webform-submission-obratnyy-zvonok-form .form-type-checkbox input,
.ui-dialog .webform-submission-callback-form .form-type-checkbox input {
    width: 20.03px;
    height: 20.03px;
}
.ui-dialog .webform-submission-obratnyy-zvonok-form .form-type-checkbox{
    margin-bottom: 10px;
}
.webform-submission-callback-form .description {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    width: 346px;
}
.webform-submission-callback-form .description a {
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    text-decoration: none;
}
.webform-submission-callback-form .form-type-checkbox {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.webform-submission-callback-form .js-form-item-name,
.webform-submission-callback-form .js-form-item-telefon  {
    margin-bottom: 15px;
}
.webform-submission-callback-form .js-form-type-textarea {
    margin-bottom: 30px;
}
.webform-submission-obratnyy-zvonok-form button.webform-button--submit:hover,
.webform-submission-callback-form button.webform-button--submit:hover{
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
}

.block-views-blockcatalog-block-front,
.region-gallery,
main{
    position: relative;
}
.block-views-blockcatalog-block-front::before{
    content:  '';
    position: absolute;
    width: 623px;
    height: 712px;
    background-size: cover;
    left: -351px;
    bottom: -78px;
    background: url(/sites/all/themes/vesta_theme/image/1.png);
    filter: blur(2px);
    z-index: -1;
}
.block-views-blockcatalog-block-front::after{
    content: '';
    position: absolute;
    background-size: cover;
    width: 406px;
    height: 712px;
    right: -365px;
    bottom: -78px;
    background: url(/sites/all/themes/vesta_theme/image/2.png);
    filter: blur(2px);
    z-index: -1;
}
.region-gallery::before{
    content: '';
    position: absolute;
    background-size: cover;
    width: 378px;
    height: 712px;
    left: -370px;
    bottom: 161px;
    background: url(/sites/all/themes/vesta_theme/image/3.png);
    filter: blur(2px);
    z-index: -1;
}
.region-gallery::after{
    content: '';
    position: absolute;
    background-size: cover;
    width: 607px;
    height: 712px;
    right: -375px;
    bottom: 161px;
    background: url(/sites/all/themes/vesta_theme/image/4.png);
    filter: blur(2px);
    z-index: -1;
}
.front main::after{
    content: '';
    position: absolute;
    background-size: cover;
    width: 1920px;
    height: 712px;
    left: 50%; 
    transform: translate(-50%, 0); 
    bottom: -120px;
    background: url(/sites/all/themes/vesta_theme/image/5.png);
    filter: blur(2px);
    z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1240px){
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    padding-left: 20px;
}
button.slick-prev.slick-arrow {
    left: -33px;
}

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

}
@media (min-width: 992px) and (max-width: 1032px){
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    padding-left: 20px;
}
button.slick-prev.slick-arrow {
    left: -25px;
}

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

}
@media (min-width:768px) and (max-width: 788px){
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    padding-left: 20px;
}

}
@media (min-width: 577px) and (max-width: 597px){
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    padding-left: 20px;
}
button.slick-prev.slick-arrow {
    left: -14px;
}

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

}



@media (min-width: 1200px) {
.container{
    padding: 0;
    max-width: 1170px;
}
.region-navigation ul.nav {
    gap: 50px;
}
.block-views-blockpreimushchestva-block-1 .view-content {
    gap: 12px;
}
.taxonomy-term--view-mode-teaser {
    width: 464px;
}
.region-houses .view-content, .view-doma-v-upravlenii .view-content, .region-news .view-content, .view-news .view-content, .region-gallery .view-content {
    gap: 30px;
}

.blazy--field-izobrazhenie-galereya,.field--name-field-gallery .photoswipe-gallery .field__item{
    width: 360px;
    height: 380px;
}
.region-navfooter {
    margin-right: 200px;
}
footer .logo {
    margin-right: 120px;
}
.region-houses .view-content .views-row .node--type-dom,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom,
.region-news .view-content .views-row .node--type-news,
.view-news .view-content .views-row .node--type-news,
.view-tovary .view-content .views-row .commerce-product--view-mode-teaser,
.node--type-stranica-galerei.node--view-mode-teaser {
     width: 360px;
}
.blazy--field-izobrazhenie-dom, .field--name-field-image-news, .field--name-field-image-product-view, .node--type-stranica-galerei.node--view-mode-teaser .field--name-field-izobrazhenie-anons {
    width: 359px;
}

}



@media (min-width: 992px) and (max-width: 1199px){
.container{
    padding: 0;
}
.logo {
    width: 127px;
    height: 131px;
}
header .slogan a {
    font-size: 17px;
}
div#block-vesta-theme-slogan p {
    font-size: 13px;
}
header .logo {
    margin-right: 22px;
}
header .col-adress-callback .adress {
    font-size: 14px;
    line-height: 21px;
}
header .emg_phone {
    font-size: 14px;
    line-height: 17px;
}
header .left-gr {
    font-size: 14px;
    line-height: 17px;
}
header .left-gr .phones p.shift {
    padding-left: 32px;
    margin-bottom: 20px;
}
.contacts-footer p.shift{
    padding-left: 37px;
    margin-bottom: 20px; 
}

header .region-callback a.use-ajax.btn-form {
    padding: 8px 45px;
    font-size: 14px;
    line-height: 17px;
}
header .left-gr img {
    margin-right: 5px;
}
header .col-adress-callback {
    width: 225px;
}
header .left-gr .emrg-group {
    padding-left: 32px;
}
header .right-gr{
    width: 46%;
}
header .left-gr {
    width: 54%;
}
.dropdown-toggle::after {
    top: 15px !important;
    right: -16px !important;
}
.region-navigation ul li a {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.region-navigation ul.nav {
    gap: 48px;
}
.slick-slide .content {
    padding-top: 150px;
    font-size: 42px;
    line-height: 160%;
    min-height: 610px;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a {
    padding: 12px 105px;
    font-size: 18px;
    line-height: 24px;
}
h1.front-h1 {
    font-size: 42px;
    text-align: center;
}
.region-about, .front .node--type-about.node--view-mode-full {
    font-size: 18px;
    line-height: 23px;
}
.region-about .left-gr .field--name-body {
    width: 575px;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty {
    gap: 30px;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item{
    width: 338px;
    height: auto;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item a{
    width: 100%;
    height: 100%;
    display: flex;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
    width: 127px;
    height: 112px;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img{
    width: 127px;
    height: 112px;
}

.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title a {
    font-size: 22px;
    line-height: 22px;
}
.field--name-taxonomy-term-link a {
    background: #F7C811;
    padding: 11px 23px;
    font-size: 16px;
    line-height: 20px;
}
.block-views-blockcatalog-block-front .view-content .views-row, .view-catalog .view-content .views-row {
    height: 220px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    margin-bottom: 30px;
}

.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-node-title {
    font-size: 18px;
    line-height: 22px;
    width: 186px;
    height: 67px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
    font-size: 15px;
    line-height: 17px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row {
    width: 230px;
    height: 203px;
    padding: 22px 20px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-body {
    width: 179px;
    height: 57px;
}
.node--type-about.node--view-mode-teaser {
     gap: 40px;
}
.block-views-blockpreimushchestva-block-1 .view-content {
    gap: 12px;
}
.taxonomy-term--view-mode-teaser {
    width: 370px;
}
.field--name-node-link a {
    padding: 12px 71px;
    font-size: 18px;
    line-height: 22px;
}
.block-views-blockcatalog-block-front .more-link a {
    padding: 12px 81px;
    font-size: 18px;
    line-height: 22px;
}
.region-houses .more-link a, .region-gallery .more-link a {
    padding: 12px 102px;
    font-size: 18px;
    line-height: 22px;
}
.region-houses .view-content, .view-doma-v-upravlenii .view-content, .region-news .view-content, .view-news .view-content, .region-gallery .view-content {
    gap: 20px;
}

.blazy--field-izobrazhenie-galereya,.field--name-field-gallery .photoswipe-gallery .field__item{
    width: 306px;
    height: 306px;
}
.region-navfooter {
    margin-right: 0px;
}
footer .logo {
    margin-right: 0px;
}
.region-houses .view-content .views-row .node--type-dom,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom,
.region-news .view-content .views-row .node--type-news,
.view-news .view-content .views-row .node--type-news,
.view-tovary .view-content .views-row .commerce-product--view-mode-teaser,
.node--type-stranica-galerei.node--view-mode-teaser {
     width: 305px;
}
.blazy--field-izobrazhenie-dom, .field--name-field-image-news, .field--name-field-image-product-view, .node--type-stranica-galerei.node--view-mode-teaser .field--name-field-izobrazhenie-anons {
    width: 304px;
    height: 285px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-body , .region-houses .view-content .views-row .node--type-dom .field--name-field-adres, .region-houses .view-content .views-row .node--type-dom .field--name-body, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-field-adres, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-body, .region-news .view-content .views-row .node--type-news .field--name-field-adres, .region-news .view-content .views-row .node--type-news .field--name-body, .view-news .view-content .views-row .node--type-news .field--name-field-adres, .view-news .view-content .views-row .node--type-news .field--name-body, .view-tovary .view-content .views-row .field--name-field-prays-skan {
    font-size: 18px;
    line-height: 25px;
    padding: 0 28px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-link a, .region-houses .view-content .views-row .node--type-dom .field--name-node-link a, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-link a, .region-news .view-content .views-row .node--type-news .field--name-node-link a, .view-news .view-content .views-row .node--type-news .field--name-node-link a, .field--name-dynamic-token-fieldcommerce-product-podrobnee a {
    padding: 10px 79px;
    font-size: 18px;
    line-height: 22px;
}
.node--type-photogallery.node--view-mode-default .field--name-field-gallery {
    gap: 20px !important;
}
.region-news .more-link a {
    padding: 12px 114px;
    font-size: 18px;
    line-height: 22px;
}
.field--name-field-izobrazhenie-veb-forma {
    width: 413px;
    height: 415px;
    margin-right: 30px;
}
.node--type-webform.node--view-mode-teaser .right-group {
    padding-top: 37px;
    padding-left: 46px;
}
.webform-submission-obratnyy-zvonok-form input {
    width: 435px;
    height: 44px;
    font-size: 16px;
    line-height: 19px;
}
.region-map .mapContainer{
    width: 521px !important;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-title, .field__label,.region-houses .view-content .views-row .node--type-dom .field--name-node-title, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-title, .region-news .view-content .views-row .node--type-news .field--name-node-title, .view-news .view-content .views-row .node--type-news .field--name-node-title, .view-id-tovary .view-content .views-row .field--name-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 20px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-field-data {
    padding: 0px 20px;
}


.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-title, .region-news .view-content .views-row .node--type-news .field--name-node-title, .view-news .view-content .views-row .node--type-news .field--name-node-title {
    height: 145px;
}
.view-fotogalereya-new .view-content, .view-tovary .view-content, .view-licenziya .view-content .photoswipe-gallery,
.view-nagradnye-dokumenty .view-content .photoswipe-gallery{
    gap: 20px;
}
.view-id-tovary .view-content .views-row .field--name-title a {
    font-size: 22px;
    line-height: 32px;
}
button.slick-arrow::before {
    width: 82px;
    height: 82px;
}
button.slick-arrow {
    width: 82px;
    height: 82px;
}
.region-houses, .region-news, .slider-block, .block-views-blockcatalog-block-front, .region-gallery, .region-webform, .region-map {
    margin-bottom: 90px;
}

}



@media (min-width: 768px) and (max-width: 991px){
.container{
    padding: 0;
}
.logo {
    width: 89px;
    height: 96px;
}
.header-top .d-flex.align-items-center.justify-content-between{
    flex-direction: column;
    gap: 30px;
}
header .slogan a {
    font-size: 22px;
}
div#block-vesta-theme-slogan p {
    font-size: 17px;
}
header .logo {
    margin-right: 45px;
}
header .col-adress-callback .adress,  header .col-adress-callback .mail {
    font-size: 14px;
    line-height: 21px;
}
header .emg_phone {
    font-size: 14px;
    line-height: 17px;
}
header .left-gr {
    font-size: 14px;
    line-height: 17px;
}
header .region-slogan {
    width: unset;
}
header .left-gr .phones p.shift {
    padding-left: 32px;
    margin-bottom: 17px;
}
.contacts-footer p.shift{
    padding-left: 37px;
    margin-bottom: 17px; 
}
.field--name-field-slide-title, .slick-slide .field--name-body {
    width: 62%;
}
header .region-callback a.use-ajax.btn-form {
    padding: 8px 45px;
    font-size: 14px;
    line-height: 17px;
}
header .left-gr img {
    margin-right: 5px;
}
header .left-gr .mail img {
        margin-right: 8px;
    }
header .col-adress-callback {
    width: 225px;
}
header .slogan {
    gap: 13px;
}
header .left-gr .emrg-group {
    padding-left: 32px;
}
header .right-gr{
    width: 100%;
    justify-content: center;
}
header .left-gr {
    width: 100%;
    justify-content: space-around;
}
.dropdown-toggle::after {
    top: 9px !important;
    right: -11px !important;
    width: 9px !important;
    height: 5px !important;
}
.region-navigation ul li a {
    font-size: 12px;
    line-height: 13px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.btn-search-header {
    padding: 8px 6px;
}
.btn-search-header::before {
    width: 16px;
    height: 16px;
    top: 9px;
}
header .col-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary {
    padding: 3px 15px;
}
.region-search form .js-form-item input {
    width: 208px;
    height: 34px;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    top: -1px;
    left: -272px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: 0px;
    top: -1px;
}
.region-navigation ul.nav {
    gap: 36px;
}
.slick-slide .content {
    padding-top: 121px;
    font-size: 32px;
    line-height: 160%;
    min-height: 492px;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a {
    padding: 10px 73px;
    font-size: 16px;
    line-height: 24px;
}
h1.front-h1 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;

}
.region-about, .front .node--type-about.node--view-mode-full{
    font-size: 18px;
    line-height: 23px;
}
.region-about .left-gr .field--name-body {
    width: 575px;
    margin-bottom: 40px;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty {
    gap: 30px;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item{
    width: 270px;
    height: auto;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item a{
    width: 100%;
    height: 100%;
    display: flex;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
    width: 110px;
    height: 100px;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img{
    width: 110px;
    height: 100px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title a {
    font-size: 22px;
    line-height: 25px;
}
.field--name-taxonomy-term-link a {
    background: #F7C811;
    padding: 10px 23px;
    font-size: 15px;
    line-height: 18px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    margin-bottom: 20px;
}
.node--type-photogallery.node--view-mode-default .field--name-field-gallery {
         gap: 15px !important; 
 }
 .node--type-stranica-galerei.node--view-mode-full h1 {
    text-align: center;
}

.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-node-title {
    font-size: 18px;
    line-height: 22px;
    width: 186px;
    height: 67px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
    font-size: 15px;
    line-height: 17px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row {
    width: 230px;
    height: 203px;
    padding: 22px 20px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-body {
    width: 179px;
    height: 57px;
}
.node--type-about.node--view-mode-teaser {
    gap: 55px;
    flex-direction: column;
    align-items: center;
}
.block-views-blockpreimushchestva-block-1 .view-content {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.block-views-blockcatalog-block-front .view-content, .view-catalog .view-content {
    flex-direction: column;
    align-items: center;
}
.region-houses .block-title, .region-news .block-title, .block-views-blockcatalog-block-front .block-title, .region-gallery .block-title, .region-map .right-g h4 {
    text-align: center;
}
.taxonomy-term--view-mode-teaser {
    width: 370px;
}
.field--name-node-link{
    display: flex;
    justify-content: center;
}
.field--name-node-link a {
    padding: 10px 64px;
    font-size: 16px;
    line-height: 20px;
}
.block-views-blockcatalog-block-front .more-link a {
    padding: 10px 64px;
    font-size: 16px;
    line-height: 20px;
}
.region-houses .more-link a, .region-gallery .more-link a {
    padding: 9px 82px;
    font-size: 16px;
    line-height: 22px;
}
.node--type-photogallery.node--view-mode-default .field--name-field-gallery {
    gap: 15px;
}
.region-houses .view-content, .view-doma-v-upravlenii .view-content, .region-news .view-content, .view-news .view-content, .region-gallery .view-content {
    gap: 12px;
}

.blazy--field-izobrazhenie-galereya,.field--name-field-gallery .photoswipe-gallery .field__item{
    width: 230px;
    height: 240px;
}
.region-navfooter {
    margin-right: 0px;
}
footer .logo {
    margin-right: 0px;
}
.region-houses .view-content .views-row .node--type-dom,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom,
.region-news .view-content .views-row .node--type-news,
.view-news .view-content .views-row .node--type-news,
.view-tovary .view-content .views-row .commerce-product--view-mode-teaser,
.node--type-stranica-galerei.node--view-mode-teaser {
     width: 231px;
}
.blazy--field-izobrazhenie-dom, .field--name-field-image-news, .field--name-field-image-product-view, .node--type-stranica-galerei.node--view-mode-teaser .field--name-field-izobrazhenie-anons {
    width: 230px;
    height: 191px;
    margin-bottom: 22px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-body ,.region-houses .view-content .views-row .node--type-dom .field--name-field-adres, .region-houses .view-content .views-row .node--type-dom .field--name-body, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-field-adres, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-body, .region-news .view-content .views-row .node--type-news .field--name-field-adres, .region-news .view-content .views-row .node--type-news .field--name-body, .view-news .view-content .views-row .node--type-news .field--name-field-adres, .view-news .view-content .views-row .node--type-news .field--name-body, .view-tovary .view-content .views-row .field--name-field-prays-skan {
    font-size: 15px;
    line-height: 23px;
    padding: 0px 12px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-link a, .region-houses .view-content .views-row .node--type-dom .field--name-node-link a, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-link a, .region-news .view-content .views-row .node--type-news .field--name-node-link a, .view-news .view-content .views-row .node--type-news .field--name-node-link a, .field--name-dynamic-token-fieldcommerce-product-podrobnee a {
    padding: 8px 60px;
    font-size: 16px;
    line-height: 21px;
}
.region-news .more-link a {
    padding: 9px 93px;
    font-size: 16px;
    line-height: 22px;
}
.field--name-field-izobrazhenie-veb-forma {
    width: 413px;
    height: 415px;
    margin-right: 30px;
    display: none;
}
.node--type-webform.node--view-mode-teaser .right-group {
    padding-top: 37px;
    padding-left: 46px;
}
.webform-submission-obratnyy-zvonok-form input {
    width: 627px;
    height: 44px;
    font-size: 16px;
    line-height: 19px;
}
div#block-vesta-theme-kartakontakty .field--name-body {
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
}
.view-tovary .view-content .views-row .field--name-field-prays-skan a {
     font-size: 16px;
}
.region-map .mapContainer{
    width: 100% !important;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-title, .field__item a .field__label, .region-houses .view-content .views-row .node--type-dom .field--name-node-title, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-title,  .view-id-tovary .view-content .views-row .field--name-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 12px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-title,  .region-news .view-content .views-row .node--type-news .field--name-node-title, .view-news .view-content .views-row .node--type-news .field--name-node-title{
    font-size: 18px;
    line-height: 23px;
    padding: 0px 12px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-field-data {
    font-size: 14px;
    line-height: 18px;
    padding: 0 12px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-title, .region-news .view-content .views-row .node--type-news .field--name-node-title, .view-news .view-content .views-row .node--type-news .field--name-node-title {
    height: 145px;
}
.view-id-tovary .view-content .views-row .field--name-title{
    height: 65px;
}
.view-tovary .view-content{
    gap: 12px;
}
.region-map .right-g {
    padding-left: 0;
    padding-top: 0;
}
footer .row {
    justify-content: space-between;
    margin-bottom: 16px;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}
.view-fotogalereya-new .view-content, .view-tovary .view-content .view-licenziya .view-content .photoswipe-gallery,
.view-nagradnye-dokumenty .view-content .photoswipe-gallery{
    gap: 13px;
}
.not-front main {
    margin-bottom: 60px;
}
footer .row.row-copiryght{
    gap:0px;
}
.col-webvesta {
    width:fit-content;
    text-align: center;
}
.col-copyright {
    padding: 0;
    width:fit-content;
    text-align: center;
}
.node--type-webform.node--view-mode-teaser {
    gap: 30px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.webform-submission-obratnyy-zvonok-form .description {
    margin-bottom: 15px;
}
.view-id-tovary .view-content .views-row .field--name-title a {
    font-size: 18px;
    line-height: 32px;
}
button.slick-arrow::before {
    width: 50px;
    height: 50px;
}
button.slick-arrow {
    width: 50px;
    height: 50px;
}
button.slick-next.slick-arrow {
    right: -13px;
}
button.slick-prev.slick-arrow {
    left: -13px;
}
.region-houses, .region-news, .slider-block, .block-views-blockcatalog-block-front, .region-gallery, .region-webform, .region-map {
    margin-bottom: 90px;
}
.block-views-blockcatalog-block-front .view-content .views-row, .view-catalog .view-content .views-row {
    width: 453px;
    height: 182px;
    background: #FFFFFF;
    border: 1.5px solid #FFE994;
    padding: 37px 52px;
}
.region-map .map-block{
    width: 100%;
}
footer .logo {
        width: 111px;
        height: 96px;
    }

.webform-submission-obratnyy-zvonok-form button.webform-button--submit {
    padding: 8px 95px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    }
#scrollToTop {
    bottom: 50px;
    right: 15px;
    width: 60px;
    height: 60px;
}
.node--type-rekvizity.node--view-mode-teaser .right-group {
    width: 100% !important;
    margin-bottom: 30px;
}
.node--type-rekvizity.node--view-mode-teaser .left-group {
    width: 100% !important;
}
.node--type-rekvizity.node--view-mode-teaser {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}


@media (min-width: 577px) and (max-width:767px){
.container{
    padding: 0;
}
.logo {
    width: 127px;
    height: 131px;
}
.offcanvas-header .logo {
    width: 89px;
    height: 70px;
}
.header-top .d-flex.align-items-center.justify-content-between{
    flex-direction: column;
    gap: 30px;
}
header .slogan a {
    font-size: 17px;
}
div#block-vesta-theme-slogan p {
    font-size: 13px;
}
header .logo {
    margin-right: 22px;
}
header .col-adress-callback .adress {
    font-size: 14px;
    line-height: 17px;
}
header .emg_phone {
    font-size: 14px;
    line-height: 17px;
}
header .left-gr {
    font-size: 14px;
    line-height: 17px;
}
.node--type-stranica-galerei.node--view-mode-full h1 {
    text-align: center;
}
header .region-callback a.use-ajax.btn-form {
    padding: 8px 45px;
    font-size: 14px;
    line-height: 17px;
}
header .left-gr img {
    margin-right: 5px;
}
header .col-adress-callback {
    width: 225px;
}
header .left-gr .emrg-group {
    padding-left: 32px;
}
header .right-gr{
    width: 100%;
    justify-content: space-around;
}
header .left-gr {
    width: 100%;
    justify-content: space-around;
}
.region-navigation ul li a {
    font-size: 12px;
    line-height: 13px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.btn-search-header {
    padding: 8px 6px;
}
.btn-search-header::before {
    width: 16px;
    height: 16px;
}
.node--type-vazhnaya-informaciya.node--view-mode-full .field--name-body,
.node--type-about.node--view-mode-full .field--name-body, .view-id-tovary .view-header{
    margin-bottom: 30px;
    margin-left: 3%;
    margin-right: 3%;
}
header .col-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary {
    padding: 3px 15px;
}
.region-search form .js-form-item input {
    width: 208px;
    height: 34px;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    top: -1px;
    left: -272px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: 0px;
    top: -1px;
}
.region-navigation ul.nav {
    gap: 2px;
}
.slick-slide .content {
    padding-top: 105px;
    font-size: 22px;
    line-height: 160%;
    min-height: 370px;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a {
    padding: 8px 24px;
    font-size: 14px;
    line-height: 18px;
}
 main{
        margin-top: 80px;
    }
h1.front-h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;

}
.not-front h1{
    text-align: center;
}
.region-about, .front .node--type-about.node--view-mode-full{
    font-size: 16px;
    line-height: 20px;
}
.region-about .left-gr .field--name-body {
    width: 100%;
    margin-bottom: 40px;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty {
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item{
    width: 270px;
    height: auto;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item a{
    width: 100%;
    height: 100%;
    display: flex;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
    width: 127px;
    height: 111px;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img {
    width: 127px;
    height: 111px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title a {
    font-size: 22px;
    line-height: 25px;
}
.field--name-taxonomy-term-link a {
    background: #F7C811;
    padding: 11px 22px;
    font-size: 15px;
    line-height: 22px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    margin-bottom: 26px;
}

.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-node-title {
    font-size: 18px;
    line-height: 22px;
    width: 186px;
    height: 67px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
    font-size: 15px;
    line-height: 17px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row {
    width: 230px;
    height: 203px;
    padding: 22px 20px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-body {
    width: 179px;
    height: 57px;
}
.node--type-about.node--view-mode-teaser {
    gap: 55px;
    flex-direction: column;
    align-items: center;
}
.block-views-blockpreimushchestva-block-1 .view-content {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.block-views-blockcatalog-block-front .view-content, .view-catalog .view-content {
    flex-direction: column;
    align-items: center;
}
.region-houses .block-title, .region-news .block-title, .block-views-blockcatalog-block-front .block-title, .region-gallery .block-title, .region-map .right-g h4 {
    text-align: center;
}
.taxonomy-term--view-mode-teaser {
    width: 370px;
}
.field--name-node-link{
    display: flex;
    justify-content: center;
}
.field--name-node-link a {
    padding: 8px 46px;
    font-size: 14px;
    line-height: 20px;
}
.block-views-blockcatalog-block-front .more-link a {
    padding: 10px 64px;
    font-size: 16px;
    line-height: 20px;
}
.region-houses .more-link a, .region-gallery .more-link a {
    padding: 9px 82px;
    font-size: 16px;
    line-height: 22px;
}
.region-houses .view-content, .view-doma-v-upravlenii .view-content, .region-news .view-content, .view-news .view-content, .region-gallery .view-content {
    gap: 20px;
    flex-direction: column;
    align-items: center;
}
.block-views-blockabout-block-1 {
    margin-bottom: 10px;
}
.blazy--field-izobrazhenie-galereya,.field--name-field-gallery .photoswipe-gallery .field__item {
    width: 262px;
    height: 275px;
}
.region-navfooter {
    margin-right: 0px;
}
footer .logo {
    margin-right: 0px;
}
.region-houses .view-content .views-row .node--type-dom,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom,
.region-news .view-content .views-row .node--type-news,
.view-news .view-content .views-row .node--type-news,
.view-tovary .view-content .views-row .commerce-product--view-mode-teaser,
.node--type-stranica-galerei.node--view-mode-teaser,
.node--type-stranica-galerei.node--view-mode-teaser  {
     width: 271px;
}
.blazy--field-izobrazhenie-dom, .field--name-field-image-news, .field--name-field-image-product-view, .node--type-stranica-galerei.node--view-mode-teaser .field--name-field-izobrazhenie-anons  {
   width: 270px;
    height: 232px;
    margin-bottom: 22px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-body, .region-houses .view-content .views-row .node--type-dom .field--name-field-adres, .region-houses .view-content .views-row .node--type-dom .field--name-body, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-field-adres, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-body, .region-news .view-content .views-row .node--type-news .field--name-field-adres, .region-news .view-content .views-row .node--type-news .field--name-body, .view-news .view-content .views-row .node--type-news .field--name-field-adres, .view-news .view-content .views-row .node--type-news .field--name-body, .view-tovary .view-content .views-row .field--name-field-prays-skan {
    font-size: 15px;
    line-height: 23px;
    padding: 0px 24px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-link a, .region-houses .view-content .views-row .node--type-dom .field--name-node-link a, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-link a, .region-news .view-content .views-row .node--type-news .field--name-node-link a, .view-news .view-content .views-row .node--type-news .field--name-node-link a, .field--name-dynamic-token-fieldcommerce-product-podrobnee a {
    padding: 8px 60px;
    font-size: 16px;
    line-height: 21px;
}
.region-news .more-link a {
    padding: 9px 93px;
    font-size: 16px;
    line-height: 22px;
}
.field--name-field-izobrazhenie-veb-forma {
    width: 413px;
    height: 415px;
    margin-right: 30px;
    display: none;
}
.node--type-webform.node--view-mode-teaser .right-group {
    padding-top: 37px;
    padding-left: 46px;
    width: 90%;
}
.view-tovary .view-content {
    justify-content: center !important;
    gap: 20px;
}

.webform-submission-obratnyy-zvonok-form input {
    width: 90%;
    height: 44px;
    font-size: 16px;
    line-height: 19px;
}
div#block-vesta-theme-kartakontakty .field--name-body {
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
}
.view-tovary .view-content .views-row .field--name-field-prays-skan a {
     font-size: 16px;
}
.region-map .mapContainer{
    width: 100% !important;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-title,  .field__item a .field__label,.region-houses .view-content .views-row .node--type-dom .field--name-node-title, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-title, .region-news .view-content .views-row .node--type-news .field--name-node-title, .view-news .view-content .views-row .node--type-news .field--name-node-title, .view-id-tovary .view-content .views-row .field--name-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 24px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-field-data {
    padding: 0 24px;
}
.region-map .right-g {
    padding-left: 0;
    padding-top: 0;
}
footer .row {
    justify-content: space-between;
    margin-bottom: 16px;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}
.node--type-webform.node--view-mode-teaser .right-group {
    width: 100%;
}
.view-fotogalereya-new .view-content, .view-tovary .view-content .view-licenziya .view-content .photoswipe-gallery,
.view-nagradnye-dokumenty .view-content .photoswipe-gallery{
    gap: 13px;
    justify-content: center;
}
.not-front main {
    margin-bottom: 60px;
    padding-top: 50px;
}
footer .row.row-copiryght{
    gap:0px;
}
.col-webvesta {
    width:fit-content;
    text-align: center;
}
.col-copyright {
    padding: 0;
    width:fit-content;
    text-align: center;
}
.node--type-webform.node--view-mode-teaser {
    gap: 30px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.webform-submission-obratnyy-zvonok-form .description {
    margin-bottom: 15px;
}
.view-id-tovary .view-content .views-row .field--name-title a {
    font-size: 18px;
    line-height: 32px;
}
button.slick-arrow::before {
    width: 50px;
    height: 50px;
}
button.slick-arrow {
    width: 50px;
    height: 50px;
}
.region-houses, .region-news, .slider-block, .block-views-blockcatalog-block-front, .region-gallery, .region-webform, .region-map {
    margin-bottom: 50px;
}
.block-views-blockcatalog-block-front .view-content .views-row, .view-catalog .view-content .views-row {
    width: 474px;
    height: 197px;
    background: #FFFFFF;
    border: 1.5px solid #FFE994;
    padding: 37px 52px;
}
.region-map .map-block{
    width: 100%;
}
footer .logo {
        width: 89px;
        height: 70px;
    }

.webform-submission-obratnyy-zvonok-form button.webform-button--submit {
    padding: 8px 95px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    }
button.slick-next.slick-arrow {
    right: -15px;
}
button.slick-prev.slick-arrow {
    left: -15px;
}
#scrollToTop {
    bottom: 50px;
    right: 15px;
    width: 60px;
    height: 60px;
}
.node--type-rekvizity.node--view-mode-teaser {
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 30px;
}
.node--type-rekvizity.node--view-mode-teaser .right-group {
    width: 94% !important;
}
.node--type-rekvizity.node--view-mode-teaser .left-group {
    width: 94% !important;
}
.field--name-field-rekvizity {
    width: 100% !important;
}
.view-licenziya .view-content .photoswipe-gallery, .view-nagradnye-dokumenty .view-content .photoswipe-gallery {
   justify-content: center;
}
.node--type-photogallery.node--view-mode-default .field--name-field-gallery {
    justify-content: center;
}
.field--name-field-licenzii .field__item .photoswipe-gallery{
    justify-content: center;
}
.node--type-photogallery.node--view-mode-default .field--name-field-gallery {
    gap: 15px;
}
}

@media (max-width:576px){
.container{
    padding: 0;
}
.logo {
    width: 127px;
    height: 131px;
}
#header-mob .col-logo {
    width: 67px;
    height: 50px;
}

.offcanvas-header .logo {
    width: 67px;
    height: 50px;
}
.header-top .d-flex.align-items-center.justify-content-between{
    flex-direction: column;
    gap: 30px;
}
.node--type-stranica-galerei.node--view-mode-full h1 {
    text-align: center;
}

header .slogan a {
    font-size: 17px;
}
div#block-vesta-theme-slogan p {
    font-size: 13px;
}
 main{
        margin-top: 60px;
    }
header .logo {
    margin-right: 22px;
}
header .col-adress-callback .adress {
    font-size: 14px;
    line-height: 17px;
}
header .emg_phone {
    font-size: 14px;
    line-height: 17px;
}
header .left-gr {
    font-size: 14px;
    line-height: 17px;
}
header .region-callback a.use-ajax.btn-form {
    padding: 8px 45px;
    font-size: 14px;
    line-height: 17px;
}
header .left-gr img {
    margin-right: 5px;
}
header .col-adress-callback {
    width: 225px;
}
header .left-gr .emrg-group {
    padding-left: 32px;
}
header .right-gr{
    width: 100%;
    justify-content: space-around;
}
header .left-gr {
    width: 100%;
    justify-content: space-around;
}
.region-navigation ul li a {
    font-size: 12px;
    line-height: 13px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.btn-search-header {
    padding: 8px 6px;
}
.btn-search-header::before {
    width: 16px;
    height: 16px;
}
header .col-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary {
    padding: 3px 15px;
}
.region-search form .js-form-item input {
    width: 208px;
    height: 34px;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    top: -1px;
    left: -272px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: 0px;
    top: -1px;
}
.region-navigation ul.nav {
    gap: 2px;
}
.slick-slide .content {
   padding-top: 75px;
    font-size: 18px;
    line-height: 160%;
    min-height: 300px;
    padding-left: 30px;
}
.field--name-dynamic-token-fieldnode-ostavit-zayavku a {
    padding: 6px 15px;
        font-size: 13px;
        line-height: 16px;
}
h1.front-h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 40px;

}
.region-about, .front .node--type-about.node--view-mode-full{
    font-size: 16px;
    line-height: 20px;
    padding: 0 3%;
}
.node--type-rekvizity.node--view-mode-teaser {
    padding: 0 3%;
}

.region-about .left-gr .field--name-body {
    width: 100%;
    margin-bottom: 40px;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty {
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item{
    width: 200px;
    height: auto;
}
.not-front div#block-vesta-theme-page-title {
    margin-bottom: 50px;
    text-align: center;
}
.product-view-full .field__label {
    text-align: center;
}
.node--type-vopros-otvet.node--view-mode-teaser {
    padding: 10% 10%;
    width: 90%;
}
.view-vopros-otvet .view-content {
    align-items: center;
}
.view-vopros-otvet .view-content .views-row{
    width: 90%;
}


.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item a{
    width: 100%;
    height: 100%;
    display: flex;
}
.photoswipe-gallery.field--name-field-izobrazhenie-gramoty .field__item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image {
    width: 89px;
    height: 70px;
}
.taxonomy-term--view-mode-teaser .field--name-field-catalog-image img{
    width: 89px;
    height: 70px;
}
.taxonomy-term--view-mode-teaser {
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    align-items: center;
    gap: 20px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title a {
    font-size: 22px;
    line-height: 25px;
}
.field--name-taxonomy-term-link a {
    padding: 10px 23px;
    font-size: 15px;
    line-height: 22px;
}
.taxonomy-term--view-mode-teaser .field--name-taxonomy-term-title {
    margin-bottom: 24px;
    text-align: center;
}
.b-group .field--name-taxonomy-term-link{
    display: flex;
    justify-content: center;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-node-title {
    font-size: 18px;
    line-height: 22px;
    width: 186px;
    height: 67px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-body p {
    font-size: 15px;
    line-height: 17px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row {
    width: 230px;
    height: 203px;
    padding: 22px 20px;
}
.block-views-blockpreimushchestva-block-1 .view-content .views-row .node--type-preimushchestvo.node--view-mode-teaser .field--name-body {
    width: 179px;
    height: 57px;
}
.node--type-about.node--view-mode-teaser {
    gap: 55px;
    flex-direction: column;
    align-items: center;
}
.block-views-blockpreimushchestva-block-1 .view-content {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.block-views-blockcatalog-block-front .view-content, .view-catalog .view-content {
    flex-direction: column;
    align-items: center;
}
.region-houses .block-title, .region-news .block-title, .block-views-blockcatalog-block-front .block-title, .region-gallery .block-title, .region-map .right-g h4 {
    text-align: center;
}
.taxonomy-term--view-mode-teaser {
    width: 230px;
}
.field--name-node-link{
    display: flex;
    justify-content: center;
}
.field--name-node-link a {
    padding: 8px 46px;
    font-size: 14px;
    line-height: 20px;
}
.block-views-blockcatalog-block-front .more-link a {
    padding: 10px 64px;
    font-size: 16px;
    line-height: 20px;
}
.region-houses .more-link a, .region-gallery .more-link a {
    padding: 9px 82px;
    font-size: 16px;
    line-height: 22px;
}
.region-houses .view-content, .view-doma-v-upravlenii .view-content, .region-news .view-content, .view-news .view-content, .region-gallery .view-content {
    gap: 20px;
    flex-direction: column;
    align-items: center;
}
.block-views-blockabout-block-1 {
    margin-bottom: 10px;
}
.blazy--field-izobrazhenie-galereya ,.field--name-field-gallery .photoswipe-gallery .field__item{
    width: 270px;
    height: 284px;
}
.node--type-photogallery.node--view-mode-default .field--name-field-gallery {
    justify-content: center;
}
.region-navfooter {
    margin-right: 0px;
}
footer .logo {
    margin-right: 0px;
}
.region-houses .view-content .views-row .node--type-dom,
.view-doma-v-upravlenii .view-content .views-row .node--type-dom,
.region-news .view-content .views-row .node--type-news,
.view-news .view-content .views-row .node--type-news,
.view-tovary .view-content .views-row .commerce-product--view-mode-teaser,
.node--type-stranica-galerei.node--view-mode-teaser {
     width: 271px;
}
.node--type-vazhnaya-informaciya.node--view-mode-full .field--name-body,
.node--type-about.node--view-mode-full .field--name-body, .view-id-tovary .view-header{
    margin-bottom: 30px;
    margin-left: 3%;
    margin-right: 3%;
}
.blazy--field-izobrazhenie-dom, .field--name-field-image-news, .field--name-field-image-product-view, .node--type-stranica-galerei.node--view-mode-teaser .field--name-field-izobrazhenie-anons {
   width: 270px;
    height: 232px;
    margin-bottom: 22px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-body, .region-houses .view-content .views-row .node--type-dom .field--name-field-adres, .region-houses .view-content .views-row .node--type-dom .field--name-body, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-field-adres, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-body, .region-news .view-content .views-row .node--type-news .field--name-field-adres, .region-news .view-content .views-row .node--type-news .field--name-body, .view-news .view-content .views-row .node--type-news .field--name-field-adres, .view-news .view-content .views-row .node--type-news .field--name-body, .view-tovary .view-content .views-row .field--name-field-prays-skan {
    font-size: 15px;
    line-height: 23px;
    padding: 0px 24px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-link a ,.region-houses .view-content .views-row .node--type-dom .field--name-node-link a, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-link a, .region-news .view-content .views-row .node--type-news .field--name-node-link a, .view-news .view-content .views-row .node--type-news .field--name-node-link a, .field--name-dynamic-token-fieldcommerce-product-podrobnee a {
    padding: 8px 60px;
    font-size: 16px;
    line-height: 21px;
}
.region-news .more-link a {
    padding: 9px 93px;
    font-size: 16px;
    line-height: 22px;
}
.field--name-field-izobrazhenie-veb-forma {
    width: 413px;
    height: 415px;
    margin-right: 30px;
    display: none;
}
.node--type-webform.node--view-mode-teaser .right-group {
    padding-top: 37px;
    padding-left: 5%;
}
.view-licenziya .view-content .photoswipe-gallery, .view-nagradnye-dokumenty .view-content .photoswipe-gallery {
   
    justify-content: center;
}
.node--type-webform.node--view-mode-teaser .right-group {
    width: 100%;
}
footer .region-navfooter .nav {
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    column-gap: 65px;
    align-items: center;
}
.webform-submission-obratnyy-zvonok-form input {
    width: 90%;
    height: 44px;
    font-size: 16px;
    line-height: 19px;
}
div#block-vesta-theme-kartakontakty .field--name-body {
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
}
.view-tovary .view-content .views-row .field--name-field-prays-skan a {
     font-size: 16px;
}
.region-map .mapContainer{
    width: 100% !important;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-title, .node--type-rekvizity.node--view-mode-teaser .field__label, .region-houses .view-content .views-row .node--type-dom .field--name-node-title, .view-doma-v-upravlenii .view-content .views-row .node--type-dom .field--name-node-title, .region-news .view-content .views-row .node--type-news .field--name-node-title, .view-news .view-content .views-row .node--type-news .field--name-node-title, .view-id-tovary .view-content .views-row .field--name-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 24px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-field-data {
    padding: 0 24px;
}
.region-map .right-g {
    padding-left: 0;
    padding-top: 0;  
}
.node--type-rekvizity.node--view-mode-teaser .right-group {
    width: 94% !important;
}
.node--type-rekvizity.node--view-mode-teaser .left-group {
    width: 94% !important;
}
footer .row {
    justify-content: space-between;
    margin-bottom: 16px;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    margin: 0 0 16px 0;
}
.view-fotogalereya-new .view-content, .view-tovary .view-content, .view-licenziya .view-content .photoswipe-gallery,
.view-nagradnye-dokumenty .view-content .photoswipe-gallery{
    gap: 13px;
    justify-content: center;
}
.not-front main {
    margin-bottom: 60px;
    padding-top: 50px;
}
footer .row.row-copiryght{
    gap:0px;
}
.col-webvesta {
    width:fit-content;
    text-align: center;
}
.col-copyright {
    padding: 0;
    width:fit-content;
    text-align: center;
}
.node--type-webform.node--view-mode-teaser {
    gap: 30px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
}
.webform-submission-obratnyy-zvonok-form .description {
    margin-bottom: 15px;
}
.view-id-tovary .view-content .views-row .field--name-title a {
    font-size: 18px;
    line-height: 32px;
}
button.slick-arrow::before {
    width: 30px;
    height: 30px;
}
button.slick-arrow {
    width: 30px;
    height: 30px;
}
.region-houses, .region-news, .slider-block, .block-views-blockcatalog-block-front, .region-gallery, .region-webform, .region-map {
    margin-bottom: 50px;
}
.block-views-blockcatalog-block-front .view-content .views-row, .view-catalog .view-content .views-row {
        width: 270px;
        height: auto;
        background: #FFFFFF;
        border: 1.5px solid #FFE994;
        padding: 23px 23px;
}
.region-map .map-block{
    width: 100%;
}
.field--name-field-rekvizity {
    width: 100% !important;
}
footer .logo {
        width: 89px;
        height: 70px;
    }
footer .region-navfooter .nav .nav-item a {
    font-size: 18px;
    line-height: 22px;
}
.webform-submission-obratnyy-zvonok-form button.webform-button--submit {
    padding: 8px 95px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    }
button.slick-next.slick-arrow {
    right: 0px;
}
button.slick-prev.slick-arrow {
    left: 0px;
}
.region-houses .block-title, .region-news .block-title, .block-views-blockcatalog-block-front .block-title, .region-gallery .block-title, .region-map .right-g h4 {
    font-size: 30px;
    line-height: 32px;
}
.node--type-stranica-galerei.node--view-mode-teaser ,.node--type-stranica-galerei.node--view-mode-teaser, .region-houses .view-content .views-row .node--type-dom, .view-doma-v-upravlenii .view-content .views-row .node--type-dom, .region-news .view-content .views-row .node--type-news, .view-news .view-content .views-row .node--type-news, .view-tovary .view-content .views-row .commerce-product--view-mode-teaser {
    margin-bottom: 40px;
}
#scrollToTop {
    bottom: 70px;
    right: 15px;
    width: 60px;
    height: 60px;
}
.node--type-news.node--view-mode-full,
.node--type-about.node--view-mode-full,
.node--type-dom.node--view-mode-full,
.product-view-full,
.node--type-rekvizity.node--view-mode-teaser {
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 0 6%;
    gap: 30px
}
.node--type-stranica-galerei.node--view-mode-full {
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 0 6%;
    gap: 10px
}
.slick-slide .field--name-body {
    margin-bottom: 35px;
}
.field--name-field-licenzii .field__item .photoswipe-gallery{
    justify-content: center;
}
.view-tovary .view-content {
    justify-content: center;
    gap: 20px;
}
}


.node--type-rekvizity.node--view-mode-teaser{
    display: flex;
}
.node--type-rekvizity.node--view-mode-teaser .field__label{
    margin-bottom: 15px;
    margin-top: 30px;
    padding: 0;
}
.node--type-rekvizity.node--view-mode-teaser .field__item p{
    margin-bottom: 5px;
}
.node--type-rekvizity.node--view-mode-teaser .field__item .adress{
    margin-bottom: 5px;
    display: flex;
}
.node--type-rekvizity.node--view-mode-teaser .col-phone p,
.node--type-rekvizity.node--view-mode-teaser .emrg-group p{
    margin-bottom: 5px;
}
.node--type-rekvizity.node--view-mode-teaser .field__item p.shift,
.node--type-rekvizity.node--view-mode-teaser .field__item  .emrg-group{
    margin-left: 30px;
}
.field--name-field-rekvizity{
    width: 50%;
}
.node--type-rekvizity.node--view-mode-teaser .gr-content{
    display: flex;
}
.node--type-rekvizity.node--view-mode-teaser .right-group{
    width: 50%;
}
.node--type-rekvizity.node--view-mode-teaser .left-group{
    margin-right: 30px;
    width: 50%;
}
.node--type-rekvizity.node--view-mode-teaser .right-group img{
    margin-right: 5px;
}

.node--type-rekvizity.node--view-mode-teaser .field__item a:hover{
    color: #FC9301;
}
.node--type-rekvizity.node--view-mode-teaser .field__item a{
    text-decoration: none;
}
.node--type-photogallery.node--view-mode-default .field--name-field-gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.field--name-field-galereya .field__item .field--name-body{
    margin-bottom: 20px;
}
.field--name-field-galereya .field--name-field-gallery {
    margin-bottom: 30px;
}
.node--type-prays.node--view-mode-full .right-group a{
    color: #000000;
    text-decoration: none;
}
.node--type-prays.node--view-mode-full .right-group a:hover{
    color: #FC9301;
    text-decoration: none;
}
.view-dokumenty .view-content .views-row{
    background: #FFFFFF;
    border: 1.5px solid #FFE994;
    padding: 25px 31px !important;
}
 .field--name-field-prays-skan.field--type-entity-reference .field__item{
    background: #FFFFFF;
    border: 1.5px solid #FFE994;
    padding: 25px 30px;
}
.view-dokumenty .view-content .views-row:hover,
.field--name-field-prays-skan.field--type-entity-reference .field__item:hover{
    box-shadow: 0px 85px 34px rgba(243, 178, 20, 0.01), 0px 48px 29px rgba(243, 178, 20, 0.05), 0px 21px 21px rgba(243, 178, 20, 0.09), 0px 5px 12px rgba(243, 178, 20, 0.1);
}
.field--name-field-prays-skan.field--type-entity-reference .field__item .right-group .field__item{
    border: none;
    padding: 0;
}
.field--name-field-prays-skan.field--type-entity-reference .field__item .right-group .field__item:hover{
    box-shadow: none;
}
.field--name-dynamic-token-fieldnode-skachat-prays-list a{
    padding: 5px 18px;
    background: linear-gradient(90deg, #FFFFFF 17.43%, #FFFFFF 116.06%);
    border-radius: 10px;
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    border: 1.5px solid #F7C811;
    text-decoration: none;
    border-radius: 0;
}

.field--name-dynamic-token-fieldnode-skachat-prays-list a:hover {
    background: linear-gradient(90deg, #F7C811 17.43%, #FC9301 116.06%);
    color: #FFFFFF !important;
}
.field--name-field-licenzii .field__item .photoswipe-gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.field--name-field-licenzii .field__item{
    margin-bottom: 30px;
}
.field--name-field-licenzii .field__item .field--name-field-izobrazhenie-licenziya .field__item{
    display:block;
}
.field--name-field-licenzii .field__label{
    font-family: 'Libre Franklin';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}
.field--name-field-izobrazhenie-o-nas{
    width: 346px;
    height: 490px;
}
.field--name-field-izobrazhenie-o-nas a{
    width: 100%;
    height: 100%;
    display: flex;
}
.field--name-field-izobrazhenie-o-nas a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.node--type-page .field--name-body a{
    color: #000000;
    text-decoration: none;
}
.node--type-page .field--name-body a:hover{
    color: #FC9301;
}
.view-id-tovary .view-content .views-row .field--name-title{
    text-align: center;
}
.webform-submission-obratnyy-zvonok-form .description a:hover {
    color: #FC9301;
}
.view-tovary .view-content{
    justify-content: space-between;
}
.region-news .block-views-blocknews-block-1 .view-header h4{
    display: none;
}
.region-news .block-views-blocknews-block-1 .view-header h4.title-header0 {
  display: block !important;
}
.node--type-dom.node--view-mode-full h1{
    font-size: 1.5rem !important; 
    margin-bottom: 20px !important;
}
.not-front h1{
    margin-bottom: 50px;
}
.dropdown-toggle{
    position: relative;
}
.dropdown-toggle::after {
    content: "";
    position:absolute;
    top: 22px;
    right: -20px;
    background-image: url('/sites/all/themes/vesta_theme/image/Vector.svg');
    background-size: cover;
    width: 13px;
    height: 8px;
    border: none;
}
.dropdown-toggle:hover::after {
    background-image: url('/sites/all/themes/vesta_theme/image/Vector_y.svg');
}
.view-rekvizity-i-kontakty .col-phone img{
    margin-left: 2px;
    margin-right: 1px;
}
.view-rekvizity-i-kontakty .adress img{
    margin-right: 5px;
}
ul.dropdown-menu li a.dropdown-item{
    padding-left: 1rem;
    padding-right: 1rem;
}
.offcanvas-body .dropdown-toggle::after{
    position: unset;
}
.region-news .view-content .views-row .node--type-news .field--name-node-title, .view-news .view-content .views-row .node--type-news .field--name-node-title{
    height: 190px;
}
.node--type-stranica-galerei.node--view-mode-teaser .field--name-node-title{
    height: 100px;
}
footer .region-navfooter .nav .nav-item a:hover{
    color: #FC9301;
}
.webform-submission-form strong.error.form-item--error-message {
    position: absolute;
    top: -20px;
}
.webform-submission-form strong#soglasie-error {
    position: absolute;
    top:-18px;
}
.webform-submission-obratnyy-zvonok-form .js-form-item{
    position: relative;
}
.webform-submission-obratnyy-zvonok-form strong {
    font-weight: bolder;
    color: #ef2606;
    font-size: 18px;
}
#drupal-modal .webform-submission-form strong#soglasie-error {
    position: absolute;
    top:-19px;
}
#drupal-modal .webform-submission-obratnyy-zvonok-form strong {
    font-size: 18px;
}
#drupal-modal .webform-submission-form strong.error.form-item--error-message {
    top: -20px;
}
.webform-submission-obratnyy-zvonok-form input.error{
    border: solid #ef2606 3px;
}

.webform-submission-obratnyy-zvonok-form .form-type-checkbox input.error{
    border: solid #ef2606 3px;
}
.vestaChatWrapper .vestaChatHeader .vestaChatHeaderTitle {
    line-height: 48px !important;
}
.node--type-news.node--view-mode-full .media--image img,
.node--type-stranica-galerei.node--view-mode-full .field--name-field-izobrazhenie-anons img{
    width: auto;
    height: 60vh;
    margin-right: auto;
    margin-left: auto;
} 
.node--type-stranica-galerei.node--view-mode-full .field--name-field-izobrazhenie-anons{
    width: 100%;
    margin-bottom: 30px;
}
.node--type-stranica-galerei.node--view-mode-full .field--name-field-izobrazhenie-anons a{
    width: 100%;
    display: flex;
    justify-content: center;
}
.node--type-stranica-galerei.node--view-mode-full .field--name-field-data{
    margin-bottom: 20px;
}
.node--type-stranica-galerei.node--view-mode-full .field--name-body{
    margin-bottom: 30px;
}
.node--type-stranica-galerei.node--view-mode-full h1{
    margin-bottom: 30px;
}