/*HEADER STYLES*/
body {
  font-family: 'Mulish', sans-serif;
  background-image: url('/sites/all/themes/vesta_theme/image/background_all.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.5); 
  background-blend-mode:multiply;
}
div#app {
        min-height: 100vh;
        overflow: hidden;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1170px;
        padding: 0;
    }
}
@media (min-width: 768px) {
    header#header-mob {
        display: none !important;
    }
    header#header {
        display: block !important;
    }
}
@media (max-width: 767px) {
    header#header {
        display: none !important;
    }
    header#header-mob {
        display: flex !important;
    }
}
.header-bottom {
    background: transparent;
}

.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: #E66134;
    color: #fff;
    top: -3px;
    right: -9px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
}

#header-mob {
    top: 0;
    width: 100%;
    background: #d9d9d9;
    color: #000;
    padding: 5px 5px;
    z-index: 50;
}
body.user-administrator #header{
    padding-top: 75px;
}

body.user-administrator #header-mob{
    padding-top: 70px;
}
@media screen and (max-width: 642px) and (min-width: 577px) {
body.user-administrator #header-mob{
    padding-top: 100px;
}
}
@media screen and (max-width: 417px)  {
body.user-administrator #header-mob{
    padding-top: 100px;
}
}

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

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

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

.offcanvas {
    --bs-offcanvas-bg: #d9d9d9;
}

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

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


/*HEADER STYLES*/
.front header{
    position: absolute;
    z-index: 1;
    top: 36px;
    left: 50%;
    transform: translate(-50%, 0);
}
.not-front header{
    position: relative;
    padding-top: 36px;
    padding-bottom: 10px;
}
.front header .header-top,
.front header .header-bottom{
    background-color: transparent;
    display: flex;
    width: 1170px; 
    margin-bottom: 20px;
    padding: 0 !important;
}
.not-front header .header-top,
.not-front header .header-bottom{
    display: flex;
    margin-bottom: 20px;
    padding: 0 !important;
    color: #2B2A29
}
/* SLICK STYLES */
div#slider-block .view.view-slayder.view-id-slayder .view-content .field.field--name-field-image{
    position: absolute;
    width: 100vw;
    height: 1080px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .field.field--name-field-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}    
div#slider-block .view.view-slayder.view-id-slayder .view-content .field.field--name-field-image::after{
  content: ""; 
  position: absolute; 
  bottom: 0;
  width: 100%;
  height: 23px;
  background-color: #E66134;

}


div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    position: relative;
    flex-direction: column;
    justify-content: left;
    color: #fff;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 75px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 342px;
    margin-bottom: 20px;
    width: 1024px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    width: 740px;
}
/*
div#block-vesta-theme-views-block-slayder-block-1,
.view.view-slayder.view-id-slayder,
.slider-block,
.region.region-slider{
    position:static;
}

div#app, main{
    position: unset;
}*/
.vestaChatWrapper{
 z-index: 100 !important;
}
div#block-vesta-theme-vestaprivacyaccessblock{
    z-index: 200;
}
@media screen and (min-width: 1200px) {
    div#block-vesta-theme-vestaprivacyaccessblock{
        z-index: 50;
    }
}
.node.node--type-slide.node--view-mode-default{
    height: 1080px;
}
.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: 10px;
    list-style: none;
    margin: 10px 0;
    position: absolute;
    bottom: 265px;
    left: 50%;
    -webkit-transform: translate(-585px, 0);
    -ms-transform: translate(-585px, 0);
    transform: translate(-585px, 0);
}

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

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

ul.slick-dots li.slick-active button {
    background: transparent;
    border:#FFFFFF solid 1px;
}

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

button.slick-arrow::before {
    content: '';
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 0;
}

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

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

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

/* SLICK STYLES */

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

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

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

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

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

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

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

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

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

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


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

/* PRODUCT PAGE STYLES*/


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

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

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

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

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



header .logo{
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
text-decoration: none;
color: #FFFFFF;
}
.not-front header .logo a,
.not-front header .logo a:hover,
.not-front header .col-phone a,
.not-front header .col-mail a,
.not-front header nav ul li a.nav-link{
    color:#2B2A29 !important;
}
.not-front header nav ul li a.nav-link:hover{
    color:#E66134 !important;
}
header .logo a{
  color: #FFFFFF;
  text-decoration: none;
}
header .logo a:hover{
  color: #FFFFFF;
  text-decoration: underline;
}

header .col-phone,
header .col-mail{
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF !important;
    display: flex;
    gap: 10px;
    align-items: center;
}
.not-front header .col-phone img,
.not-front header .col-mail img,
.not-front header .cart--cart-block img{
    filter: brightness(0);
}
header .col-phone a,
header .col-mail a{
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF !important;
    text-decoration: none;
}
header .col-phone a:hover
header .col-mail a:hover{
    text-decoration: underline;
}

header .cart--cart-block img{
    width: 21.76px;
    height: 22.64px;
}

header .col-callback .use-ajax.btn-form.btn.btn-primary {
    max-width: 170px;
    padding: 10px 25px;
    text-align: center;
    background: #E66134;
    border-radius: 75px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    border:#E66134 solid 1px;
}
header .col-callback .use-ajax.btn-form.btn.btn-primary:hover{
   background-color: #FFFFFF;
   color: #E66134;
}
header .cart-callback{
    display: flex;
    gap: 16px;
    align-items: center;
}
header nav ul li{
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 25px;
color: #FFFFFF;
}
header nav ul li a.nav-link{
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 25px;
color: #FFFFFF;
padding: 0;
}
header nav ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
}

header nav ul li a.nav-link:hover,
header nav ul li a.nav-link:focus{
    color: #E66134;
}

.btn-search-header{
    width: 18px;
    height: 18px;
    background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
    border: none;
    background-size: cover;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}
.not-front .btn-search-header{
    width: 18px;
    height: 18px;
    background-image: url("/sites/all/themes/vesta_theme/image/searc_b.svg");
    border: none;
    background-size: cover;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}

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;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 105px;
    top: 50px;
}
header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: 26px;
    top: 50px;
}
header .col-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary{
    background-color: #E66134;
    font-family: 'Mulish';
    border:#E66134 solid 1px;
    color: #FFFFFF;
}
header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search{
    font-family: 'Mulish';
}

.about-block{
 background: #E66134;
}

.region-about .field.field--name-node-title{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.not-front .view-about .field.field--name-node-title{
    display: none;
}
.not-front .view-about .view-content .views-row .left-group{
    width: 850px;
    padding-top: 0px;
    margin-bottom: 40px;
    position: relative;
}

.region-about .field.field--name-body{
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.view-about .view-content .views-row .left-group{
    width: 850px;
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.view-about .view-content .views-row .right-group{
    width: 300px;
    padding-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
    display: flex;
}
.view-about .view-content .views-row .node--type-about{
    display: flex;
    gap: 19px;
}

.region-about .field--name-field-podzagolovok{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
text-transform: uppercase;
color: #FFFFFF;
margin-bottom: 20px;
}
.region-about .field--name-field-preimushchestva .field--name-body{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    height: 50px;
    margin: 0;
}

.region-about .field--name-field-preimushchestva .field--name-field-nomer{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.region-about .field--name-field-preimushchestva .node--type-preimushchestvo{
    display: flex;
    gap: 15px;
    align-items: center;
}
.region-about .field--name-field-preimushchestva{
    display: flex;
    flex-wrap: wrap;
    column-gap: 75px;
    row-gap: 16px;
    flex-direction: column;
    height: 116px;
}
.region-about .field--name-field-preimushchestva .field__item:first-child,
.region-about .field--name-field-preimushchestva .field__item:nth-child(2){
    width: 393px;
}
.region-about .field--name-field-preimushchestva .field__item:last-child,
.region-about .field--name-field-preimushchestva .field__item:nth-child(3){
    width: 336px;
}
.region-about .more-link{
    position: absolute;
    right: 346px;
    top: 268px;
}
.region-about .more-link a{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.region-about .field--name-field-preimushchestva .field__item .field--name-field-nomer{
    width: 39px;
}
.region-about .right-group .field--name-field-izobrazhenie-obo-mne{
    border-radius: 30px;
}



.not-front div#block-vesta-theme-page-title h1{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #2B2A29;
    margin-bottom: 20px;
}

.not-front .node--type-about .field.field--name-body{
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #2B2A29;
  margin-bottom: 70px;
}

.not-front .node--type-about .left-group{
    width: 850px;
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.not-front .node--type-about .right-group{
    width: 300px;
    padding-top: 40px;
    margin-bottom: 40px;
}
.not-front .node--type-about{
    display: flex;
    gap: 19px;
}

.not-front .node--type-about .field--name-field-podzagolovok{
font-family: 'Mulish';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
text-transform: uppercase;
color: #2B2A29;
margin-bottom: 20px;
}
.not-front .node--type-about .field--name-field-preimushchestva .field--name-body{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #2B2A29;
    height: 50px;
    margin: 0;
}

.not-front .node--type-about .field--name-field-preimushchestva .field--name-field-nomer{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #2B2A29;
}
.not-front .node--type-about .field--name-field-preimushchestva .node--type-preimushchestvo{
    display: flex;
    gap: 15px;
    align-items: center;
}
.not-front .node--type-about .field--name-field-preimushchestva{
    display: flex;
    flex-wrap: wrap;
    column-gap: 75px;
    row-gap: 16px;
    flex-direction: column;
    height: 116px;
}
.not-front .node--type-about .field--name-field-preimushchestva .field__item:first-child,
.not-front .node--type-about .field--name-field-preimushchestva .field__item:nth-child(2){
    width: 393px;
}
.not-front .node--type-about .field--name-field-preimushchestva .field__item:last-child,
.not-front .node--type-about .field--name-field-preimushchestva .field__item:nth-child(3){
    width: 336px;
}
.not-front .node--type-about .left-group .field--name-node-link{
    position: absolute;
    right: 14px;
    top: 268px;
}
.not-front .node--type-about .left-group .field--name-node-link a{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.not-front .node--type-about .field--name-field-preimushchestva .field__item .field--name-field-nomer{
    width: 39px;
}
.not-front .node--type-about .right-group .field--name-field-izobrazhenie-obo-mne{
    border-radius: 30px;
}
.about-block,
.gallery-block,
.appl-block{
    margin-bottom: 100px;
}
.about-block{
    position: relative;
}
@media (min-width: 1790px) {
.about-block::before{
  content: ""; 
  position: absolute;
  background-image: url('/sites/all/themes/vesta_theme/image/Клинкер31.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 510px; 
  height: 453px; 
  border: none; 
  color: transparent;
  left: 0;
}
.about-block::after{
  content: ""; 
  position: absolute;
  background-image: url('/sites/all/themes/vesta_theme/image/Клинкер101.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 510px; 
  height: 449px; 
  border: none; 
  color: transparent;
  bottom: 0;
  right: -159px;
}
.appl-block::before{
  content: ""; 
  position: absolute;
  background-image: url('/sites/all/themes/vesta_theme/image/Клинкер61.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 523px; 
  height: 339px; 
  border: none; 
  color: transparent;
  left: 0;
}
.appl-block::after{
  content: ""; 
  position: absolute;
  background-image: url('/sites/all/themes/vesta_theme/image/Клинкер51.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 528px; 
  height: 339px; 
  border: none; 
  color: transparent;
  bottom: 0;
  right: -192px;
}
}
.gallery-block .view-header .title-block{ 
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #2B2A29;
    margin-bottom: 20px;
}
.gallery-block .view-header .title-block span{
    color: #E66134;
}

.gallery-block .view-content,
.view-fotogalereya-2 .view-content{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.view-content .views-row .field--name-field-izobrazhenie-galereya{
    width: 270px;
    height: 204px;
    border-radius: 20px;
}
.view-content .views-row .field--name-field-izobrazhenie-galereya a{
    width: 100%;
    height: 100%;
}
.view-content .views-row .field--name-field-izobrazhenie-galereya a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.gallery-block .more-link a {
    max-width: 316px;
    padding: 11px 112px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #E66134;
    border-radius: 75px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top:5px;
}
.gallery-block .more-link a:hover {
    color: #E66134;
    background-color: #FFFFFF;
    border: solid #E66134 2px;
    padding: 9px 110px;

}
.gallery-block{
    position: relative;
}
.not-front .wr_content{
    margin-bottom: 30px;
}
.appl-block .more-link a{
    max-width: 316px;
    padding: 11px 112px;
    text-align: center;
    text-decoration: none;
    color: #E66134;
    border-radius: 75px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top:50px;
}
.appl-block .more-link a:hover{
    color:#FFFFFF;
    background-color: #E66134;
    border: #FFFFFF solid 2px;
    padding: 9px 110px;
}

.appl-block{
    background: #E66134;
    position: relative;
}
.appl-block .block-title{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 50px;
    margin-bottom: 30px;
}

.node--type-oblast-primeneniya{
    display: flex;
    flex-direction: column;
    gap:10px;
    width: 270px;
    align-items: center;
}
.node--type-oblast-primeneniya .field--name-node-title{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    width: 247px;
}
.node--type-oblast-primeneniya .field--name-body{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
}
.appl-block .view-content{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
div#block-vesta-theme-views-block-oblast-primeneniya-block-1{
    padding-bottom: 40px;
}

.view-oblast-primeneniya .view-content{
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.not-front .view-oblast-primeneniya .node--type-oblast-primeneniya .field--name-body,
.not-front .view-oblast-primeneniya .field--name-node-title{
    color: #2B2A29;
}

div#block-vesta-theme-views-block-catalog-block-front .block-title-catalog{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #2B2A29;
    margin-bottom: 20px;
}
.front-h1{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #2B2A29;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.slider-block{
    margin-bottom: 50px;
}
div#block-vesta-theme-views-block-catalog-block-front .block-title-catalog span{
    color:#E66134;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content,
.not-front .view-id-tovary .view-content,
.view-catalog  .view-content{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-field-catalog-image,
.view-catalog .view-content .views-row .field--name-field-catalog-image
{
    width: 370px;
    height: 251px;
    border-radius: 30px;
    margin-bottom: 15px;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-field-catalog-image a,
.view-catalog .view-content .views-row .field--name-field-catalog-image a{
    width: 100%;
    height: 100%;
    display: flex;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-field-catalog-image a img,
.view-catalog .view-content .views-row .field--name-field-catalog-image a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .title-group,
.view-catalog  .view-content .views-row .title-group{
    display: flex;

}
.region-about,
.region-appl,
.region-gallery{
    position: relative;
}
.not-front .view-id-tovary .view-content .views-row .field--name-field-image-product-view{
    width: 370px;
    height: 251px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.not-front .view-id-tovary .view-content .views-row .field--name-field-image-product-view a{
    width: 100%;
    height: 100%;
}
.not-front .view-id-tovary .view-content .views-row .field--name-field-image-product-view a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-taxonomy-term-title, 
.not-front .view-id-tovary .view-content .views-row .content .field--name-title,
.view-catalog .view-content .views-row .field--name-taxonomy-term-title{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #2B2A29;
    text-align: start;
    width: 340px;
}

div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-taxonomy-term-title a,
.not-front .view-id-tovary .view-content .views-row .content .field--name-title a,
.view-catalog .view-content .views-row .field--name-taxonomy-term-title a{
    color: #2B2A29;
    text-decoration: none;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-taxonomy-term-title a:hover,
.not-front .view-id-tovary .view-content .views-row .content .field--name-title a:hover,
.view-catalog .view-content .views-row .field--name-taxonomy-term-title a:hover{
    text-decoration: underline;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-taxonomy-term-link,
.view-catalog .view-content .views-row .field--name-taxonomy-term-link{
    display: flex;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-taxonomy-term-link a,
.view-catalog .view-content .views-row .field--name-taxonomy-term-link a{
  background-image: url('/sites/all/themes/vesta_theme/image/Vector-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px; 
  height: 17px; 
  border: none; 
  color: transparent;
}

div#block-vesta-theme-views-block-catalog-block-front .view-footer .slogan{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #2B2A29;
    width: 318px;
    margin-bottom: 40px;
}

div#block-vesta-theme-views-block-catalog-block-front .more-link a {
    max-width: 316px;
    padding: 11px 78px;
    text-align: center;
    text-decoration: none;
    color: #E66134;
    border: solid #E66134 2px;
    border-radius: 75px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    background: #FFFFFF; 
}
div#block-vesta-theme-views-block-catalog-block-front .view-footer .btn-form.btn-default{
     max-width: 316px;
    padding: 11px 99px;
    text-align: center;
    text-decoration: none;
    color: #E66134;
    border: solid #E66134 2px;
    border-radius: 75px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    background: #FFFFFF; 
}
div#block-vesta-theme-views-block-catalog-block-front .more-link a:hover,
div#block-vesta-theme-views-block-catalog-block-front .view-footer .btn-form.btn-default:hover{
    background: #E66134;
    color: #FFFFFF;
}

div#block-vesta-theme-views-block-catalog-block-front .more-link{
    position: absolute;
    right: 27px;
    bottom: 63px;
    width: 318px;
    height: 40px;
}
div#block-vesta-theme-views-block-catalog-block-front{
    position: relative;
    margin-bottom: 100px;
}
div#block-vesta-theme-views-block-catalog-block-front .view-footer{
    width: 318px;
    position: absolute;
    right: 27px;
    bottom: 100px;
}


.view-catalog .view-content .views-row .field--name-field-catalog-image{
    width: 370px;
    height: 251px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.view-catalog .view-content .views-row .field--name-field-catalog-image a{
    width: 100%;
    height: 100%;
}
.view-catalog .view-content .views-row .field--name-field-catalog-image a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view-catalog .view-content .views-row .title-group{
    display: flex;

}
.view-catalog .view-content .views-row .field--name-taxonomy-term-link{
    display: flex;
}
.view-catalog .view-content .views-row .field--name-taxonomy-term-link a{
  background-image: url('/sites/all/themes/vesta_theme/image/Vector-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px; 
  height: 17px; 
  border: none; 
  color: transparent;
}

footer{
    background-color: #E66134;
    padding-top: 39px;
    padding-bottom: 33px;
}

footer .col-1{
    width: 376px;
    padding: 0;
    margin-right: 68px;
}
footer .col-1 .logo a{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    text-decoration: none;

}
footer .col-1 .logo{
    display: flex;
    margin-bottom: 41px;
}

footer .col-1 .copyright{
font-family: 'Mulish';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
margin-bottom: 10px;
}
footer .col-1 .politika a{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 25px;
}
footer .col-1 .politika a:hover{
    text-decoration: underline;
}
footer .col-1 .col-webvesta a{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}
footer .col-1 .col-webvesta a:hover{
    text-decoration: underline;
}

footer .col-1 .politika{
    margin-bottom: 25px;
}
footer .region-navigationfooter {
    width: 107px;
    margin-right: 68px;
    padding: 0;
}
footer .region-navigationfooter ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}
footer .region-navigationproduct {
    width: 204px;
    margin-right: 68px;
    padding: 0;
}
footer .region-navigationproduct ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
}
footer .col-3{
    width: 278px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
}
footer .region-navigationfooter ul li{
    width: 90px;
    height: 20px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    width: 107px;
}
footer .region-navigationproduct ul li{
    width: 119px;
    height: 20px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    width: 204px;
}
footer .region-navigationfooter ul li a,
footer .region-navigationproduct ul li a{
    padding: 0;
}
footer .region-navigationfooter ul li a:hover,
footer .region-navigationproduct ul li a:hover{
    text-decoration: underline;
}
footer div#block-vesta-theme-produkciya-menu,
footer div#block-vesta-theme-menyu-menu{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-transform: uppercase;
}
footer .col-3 a,
footer .col-3 p{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
footer .col-3 .col-mail,
footer .col-3 .col-phone,
footer .col-3 .col-adress{
    display: flex;
    gap: 10px;
}
.mapContainer{
    border-radius: 20px;
    overflow: hidden;
}
.region-map{
    display: grid;
    column-gap: 32px;
    row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
#block-vesta-theme-views-block-ostalis-voprosy-block-1{
    grid-column: 1 / span 1;
    grid-row: 1/ span 1;
    height: 210px;
}

.node--type-ostalis-voprosy .field--name-field-anons{
    color:#E66134 !important;
}
div#block-vesta-theme-vebforma{
    grid-column: 1 / span 1;
    grid-row: 2/ span 1;
    height: 320px;
}
div#block-vesta-theme-yandekskarta-2{
    grid-column: 2 / span 1;
    grid-row: 1/ span 2;
}
.map-block{
    margin-bottom: 100px;
}
.node--type-ostalis-voprosy .field--name-field-titul{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #2B2A29;
    margin-bottom: 18px;
}
.node--type-ostalis-voprosy .field--name-field-titul span{
    color:#E66134;
}
.node--type-ostalis-voprosy .field--name-body,
.node--type-ostalis-voprosy .field--name-field-anons{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #2B2A29;

}
.map-block form{
    display: flex;
    gap: 13px;
    flex-direction: column;
}
.map-block form input{
    width: 511px;
    height: 45px;
    border-radius: 28.5px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    background-color: #EEEEEE;
    padding-top: 5px;
    padding-left: 18px;
}

.map-block form textarea{
    width: 511px;
    height: 94px;
    border-radius: 28.5px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    background-color: #EEEEEE;
    padding-top: 13px;
    padding-left: 18px;
}
.map-block form input.form-checkbox{
    width: 12px;
    height: 12px;
    border: solid #2B2A29 1px;
    border-radius: 2px;
    opacity: 50%;
    padding-top: 0;
    padding-left: 0;
}
.map-block form .description{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 127.54%;
    color: #2B2A29;
    opacity: 0.5;
    text-decoration: none;
    width: 340px;
}

.map-block form .description a{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 127.54%;
    color: #2B2A29;
    text-decoration: none;
}
.map-block form .js-form-type-checkbox{
    display: flex;
    gap: 9px;
    align-items: center;
}

.map-block form button{
    max-width: 511px;
    padding: 10px 213px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #E66134;
    border-radius: 75px;
    border-color: #E66134;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}
.map-block form button:hover,
.map-block form button:active{
    background-color: #ffffff;
    color: #E66134;
    border: solid #E66134 2px;
}

div#commerce-product-add-to-cart-form--2 button.button--add-to-cart{
    max-width: 370px;
    padding: 11px 112px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #E66134;
    border: solid 2px #E66134;
    border-radius: 75px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    right: 0;
    top:5px;
}

div#commerce-product-add-to-cart-form--2 button.button--add-to-cart:hover {
    color: #E66134;
    background-color: #FFFFFF;
    border: solid #E66134 2px;

}

.field--name-variations .field__item form select{
    width: 370px;
    height: 45px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2B2A29;
    background-color: #EEEEEE;
    padding-top: 5px;
    padding-left: 18px;
    margin-bottom: 15px;
}
.field--name-variations .field__item form label{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2B2A29;
    margin-bottom: 5px;
}

.field--name-variations .field__item form .field--name-quantity{
    display: flex;
    flex-direction: row;
    gap: 7px;
    margin-bottom: 15px;
}
.field--name-variations .field__item form .field--name-quantity label{
    display: none;
}
.field--name-variations .field__item form .field--name-quantity input{
    width: 50px;
    text-align: center;
}

.field--name-variations .field__item form .js-form-wrapper button{
    max-width: 370px;
    padding: 11px 112px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #E66134;
    border-radius: 75px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    border: solid #E66134 2px;
}
.field--name-variations .field__item form .js-form-wrapper button:hover {
    color: #E66134;
    background-color: #FFFFFF;
    border: solid #E66134 2px;
    padding: 11px 112px;

}
.product-teaser .field--name-title{
    margin-bottom: 16px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;

    color: #2B2A29;
}
.product-teaser .field--name-price{
    margin-bottom: 15px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #2B2A29;

}
.product-teaser .field--name-sku{
    margin-bottom: 15px;
}
.product-teaser .field--name-attribute-color,
.product-teaser .field--name-attribute-size{
    display: none;
}
.field--name-variations .field__item form .field--name-quantity .btn-minus,
.field--name-variations .field__item form .field--name-quantity .btn-plus{
    cursor:pointer;    
    font-size: 20px;
    font-weight: 700;
}

.product-view-full .field-group-tabs-wrapper ul li a{
    color:#E66134;
}
.product-view-full .field-group-tabs-wrapper .edit-group-opisanie{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #2B2A29;
}
.product-teaser{
    margin-bottom: 15px;
}
.cart-form button.delete-order-item.js-form-submit.btn.btn-primary{
    max-width: 83px;
    padding: 11px 12px;
    color:#FFFFFF;
    background-color: #E66134;
    border: solid 2px #E66134;
    border-radius: 75px;
}
button.delete-order-item:hover{
    color:#E66134;
    background-color: #FFFFFF;
    border: solid 2px #E66134;
}
.cart-form button.js-form-submit.btn.btn-primary{
    max-width: 316px;
    padding: 11px 85px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #E66134;
    border: solid 2px #E66134;
    border-radius: 75px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    right: 0;
    top:5px;
}

.cart-form button.js-form-submit.btn.btn-primary:hover {
    color: #E66134;
    background-color: #FFFFFF;
    border: solid #E66134 2px;

}

.ui-dialog.ui-corner-all.ui-widget .ui-dialog-titlebar{
    background-color: #E66134;
}
.ui-dialog.ui-corner-all.ui-widget .ui-dialog-titlebar .ui-dialog-title{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}
.ui-front.ui-dialog-content.ui-widget-content{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #2B2A29;
}
.ui-dialog-buttonpane button.button--primary{
    max-width: 180px;
    padding: 11px 33px;
    color: #FFFFFF;
    background-color: #E66134;
    border: solid 2px #E66134;
    border-radius: 75px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}
.ui-dialog-buttonpane button.button--secondary{
    max-width: 180px;
    padding: 11px 20px;
    color:#FFFFFF;
    background-color: #E66134;
    border: solid 2px #E66134;
    border-radius: 75px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}
.ui-dialog-buttonpane button:hover{
    color: #E66134;
    background-color: #FFFFFF;
    border: solid #E66134 2px;
}
.ui-dialog-buttonset.form-actions{
    display: flex;
    gap:2px;
    justify-content: center;
}
.ui-dialog-titlebar-close,
.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close,
.ui-button-icon.ui-icon.ui-icon-closethick{
    border:none;
    background-color: transparent;
    color: #FFFFFF;
    filter: brightness(0) invert(1);
    background-image: url('/sites/all/themes/vesta_theme/image/Cross.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px !important;
    height: 15px !important;
}

.layout-region-checkout-footer button.js-form-submit.btn.btn-primary{
    max-width: 316px;
    padding: 11px 85px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #E66134;
    border: solid 2px #E66134;
    border-radius: 75px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    
}

.layout-region-checkout-footer button.js-form-submit.btn.btn-primary:hover {
    color: #E66134;
    background-color: #FFFFFF;
    border: solid #E66134 2px;

}
.layout-region-checkout-main{
    font-family: 'Mulish';
    color: #2B2A29;
    margin-bottom: 15px;

}

.block-vesta-privacy-access-d10{
    background: linear-gradient(90deg, #E66134 -34.06%, #2B2A29 18.87%, #2B2A29 80.78%, #E66134 137.55%) !important;

}
.block-vesta-privacy-access-d10 .cookie{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;

}
div#app .block.block-vesta-privacy-access-d10 .block-metrika-content p{
    width: 1132px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}
div#app .block.block-vesta-privacy-access-d10 .block-metrika-content p:first-of-type{
    display: none;
}
button#btn-metrika-yes{
    max-width: 170px;
    color: #2B2A29;
    text-align: center;
    text-decoration: none;
    border: none;  font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px; 
    background: #FFFFFF;
    border-radius: 5px;
}
button#btn-metrika-yes:hover{
    background: #E66134;
    color:#FFFFFF;
}
button#btn-metrika-no{
    max-width: 170px;
    color: #2B2A29;
    text-align: center;
    text-decoration: none;
    border: none;  font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px; 
    background: #FFFFFF;
    border-radius: 5px;
}
button#btn-metrika-no:hover{
    background: #E66134;
    color:#FFFFFF;
}
.block.block-vesta-privacy-access-d10 .block-metrika-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.block.block-vesta-privacy-access-d10 .block-metrika-wrapper{
    padding-top: 27px;
    padding-bottom:31px ;
}

.ui-front.ui-dialog-content.ui-widget-content form{
    display: flex;
    gap: 13px;
    flex-direction: column;
    align-items: center;
}
.ui-front.ui-dialog-content.ui-widget-content form input{
    width: 330px;
    height: 45px;
    border-radius: 28.5px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    background-color: #EEEEEE;
    padding-top: 5px;
    padding-left: 18px;
}

.ui-front.ui-dialog-content.ui-widget-content form textarea{
    width: 330px;
    height: 94px;
    border-radius: 28.5px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #848484;
    background-color: #EEEEEE;
    padding-top: 13px;
    padding-left: 18px;
}
.ui-front.ui-dialog-content.ui-widget-content form input.form-checkbox{
    width: 12px;
    height: 12px;
    border: solid #2B2A29 1px;
    border-radius: 2px;
    opacity: 50%;
    padding-top: 0;
    padding-left: 0;
}
.ui-front.ui-dialog-content.ui-widget-content form .description{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 127.54%;
    color: #2B2A29;
    opacity: 0.5;
    text-decoration: none;
    width: 283px;
}

.ui-front.ui-dialog-content.ui-widget-content form .description a{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 127.54%;
    color: #2B2A29;
    text-decoration: none;
}
.ui-front.ui-dialog-content.ui-widget-content form .js-form-type-checkbox{
    display: flex;
    gap: 9px;
    align-items: center;
}

.ui-front.ui-dialog-content.ui-widget-content form button.webform-button--submit{
    max-width: 330px;
    padding: 10px 113px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #E66134;
    border-radius: 75px;
    border-color: #E66134;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}
.ui-front.ui-dialog-content.ui-widget-content form button:hover,
.ui-front.ui-dialog-content.ui-widget-content form button:active{
    background-color: #ffffff;
    color: #E66134;
    border: solid #E66134 2px;
}
.contacts-page{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
    margin-bottom: 25px;
}
.contacts-page .col-mail, .contacts-page .col-phone, .contacts-page .col-adress {
    display: flex;
    gap: 10px;
}
.contacts-page a, .contacts-page p, .contacts-page .adress{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #2B2A29;
    text-decoration: none;
}
.contacts-page img{
    filter: brightness(0) invert(0.16);
}

.view-about .view-content .views-row .right-group .photoswipe-gallery.field--name-field-izobrazhenie-obo-mne {
    width: 300px;
    height: 396px;
}
.view-about .view-content .views-row .right-group .photoswipe-gallery.field--name-field-izobrazhenie-obo-mne a{
    width: 100%;
    height: 100%;
    display: flex;
}
.view-about .view-content .views-row .right-group .photoswipe-gallery.field--name-field-izobrazhenie-obo-mne a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.not-front .view-about .view-content .views-row .right-group {
    width: 300px;
    padding-top: 0;
    margin-bottom: 40px;
    justify-content: center;
    display: flex
;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .front header .header-top,
    .front header .header-bottom{
        width: 960px; 
    }
        header .logo {
            font-size: 22px;
        }
    header .col-phone a, header .col-mail a {
       font-size: 15px;
    }
    header .col-callback .use-ajax.btn-form.btn.btn-primary {
      padding: 8px 25px;
    }
    header .col-phone, header .col-mail {
        gap: 5px;
    }   
    header nav ul li a.nav-link {
        font-size: 18px;
    }
    header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
        right: 226px;
        top: 50px;
    }
    header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
        right: 148px;
        top: 50px;
    }

    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        font-size: 50px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body {
        font-size: 19px;
    }
    ul.slick-dots {
        transform: translate(-466px, 0);
    }
    .front-h1 {
        font-size: 35px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .block-title-catalog {
        font-size: 35px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer {
        right: 0px;
        bottom: 80px;
        width: 290px !important;
    }
    div#block-vesta-theme-views-block-catalog-block-front .more-link {
        right: 0px;
        bottom: 42px;
        width: 290px !important;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer .btn-form.btn-default {
        padding: 7px 77px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .more-link a {
        padding: 9px 56px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer .slogan {
        font-size: 17px;
        width: 270px;
    }
    .region-about .field.field--name-node-title {
        font-size: 35px;
    }
    .view-about .view-content .views-row .left-group {
        width: 599px;
    }
    .region-about .field.field--name-body {
        font-size: 16px;
    }
    .region-about .field--name-field-preimushchestva .field--name-body {
        font-size: 18px;
    }
    .region-about .field--name-field-preimushchestva .field--name-field-nomer {
        font-size: 30px;
    }
    .region-about .field--name-field-preimushchestva .node--type-preimushchestvo {
        gap: 10px;
    }
    .region-about .field--name-field-preimushchestva {
        column-gap: 32px;
    }
    .region-about .more-link {
         top: 322px;
    }
    .region-about .more-link {
         top: 305px;
    }
    .gallery-block .view-content, .view-fotogalereya-2 .view-content {
        column-gap: 18px;
    }
    .node--type-oblast-primeneniya {
        width: 211px;
    }
    .node--type-oblast-primeneniya .field--name-node-title {
        font-size: 18px;
        width: 216px;
        height: 73px;
    }
    .node--type-oblast-primeneniya .field--name-body {
        font-size: 13px;
    }
    .node--type-oblast-primeneniya .field--name-node-title {
         width: 195px;
    }

    .view-about .view-content .views-row .right-group .photoswipe-gallery.field--name-field-izobrazhenie-obo-mne {
        width: 250px;
        height: 330px;
    }

    .view-content .views-row .field--name-field-izobrazhenie-galereya {
        width: 220px;
        height: 166px;
        border-radius: 20px;
    }
    .appl-block .block-title {
        font-size: 35px;
    }
    .node--type-ostalis-voprosy .field--name-field-titul {
        font-size: 35px;
    }
    .node--type-ostalis-voprosy .field--name-body,
.node--type-ostalis-voprosy .field--name-field-anons {
        font-size: 22px;
    }
    .map-block form input {
        width: 440px;
    }
    .map-block form textarea {
        width: 440px;
    }
    .map-block form button {
        max-width: 440px;
        padding: 10px 177px;
    }
    .mapContainer{
        width: 490px !important;
    }
    footer .col-1 .logo a {
        font-size: 22px;
    }
    footer .col-1 {
    margin-right:0;
    }
    footer div#block-vesta-theme-produkciya-menu, footer div#block-vesta-theme-menyu-menu {
        font-size: 15px;
    }
    footer .region-navigationfooter ul li {
        font-size: 15px;
    }
    footer .region-navigationproduct ul li {
        font-size: 15px;
    }
    footer .region-navigationproduct {
        margin-right: 0px;
    }
    footer .region-navigationfooter {
        margin-right: 0;
    }
    footer .col-3 a, footer .col-3 p {
        font-size: 15px;
    }
    footer .col-1 {
        width: 264px;
    }
    footer .row{
        justify-content: space-between;
    }
    footer .col-3 {
        gap: 15px;
    }
    footer .col-1 .logo {
        margin-bottom: 28px;
    }
    .not-front .view-about .view-content .views-row .left-group {
        width: 599px;
    }
    .not-front .node--type-about .field.field--name-body {
        line-height: 25px;
    }
    .not-front .node--type-about .field.field--name-body {
        margin-bottom: 45px;
    }
    .not-front div#block-vesta-theme-page-title h1 {
        font-size: 35px;
    }
    .not-front .node--type-about .field__item .field.field--name-body {
         margin-bottom: 0px;
    }
    .ui-dialog-buttonpane button.button--primary {
        padding: 11px 32px;
    }
    .ui-dialog-buttonpane button.button--secondary {
        padding: 11px 19px;
    }   
    .gallery-block .view-header .title-block {
        font-size: 35px;
    }
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-field-catalog-image, .view-catalog .view-content .views-row .field--name-field-catalog-image {
    width: 290px;
    height: 204px;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-taxonomy-term-title, .not-front .view-id-tovary .view-content .views-row .content .field--name-title, .view-catalog .view-content .views-row .field--name-taxonomy-term-title {
   font-size: 17px;
    line-height: 17px;
    width: 273px;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-taxonomy-term-link a, .view-catalog .view-content .views-row .field--name-taxonomy-term-link a {
    width: 13px;
    height: 14px;
   }
.not-front .view-id-tovary .view-content .views-row .field--name-field-image-product-view {
   width: 290px;
    height: 204px;
}
.view-tovary .view-content .views-row .field--name-title {
    font-size: 17px !important;
    width: 290px !important;
}
.field--name-variations .field__item form .js-form-wrapper button {
    max-width: 262px;
    padding: 8px 94px;
}
.field--name-variations .field__item form .js-form-wrapper button:hover {
    max-width: 262px;
    padding: 8px 94px;
}
div#commerce-product-add-to-cart-form--2 button.button--add-to-cart {
    max-width: 262px;
    padding: 8px 94px;
}
div#commerce-product-add-to-cart-form--2 button.button--add-to-cart:hover {
    max-width: 262px;
    padding: 8px 94px;
}
}


@media screen  and (max-width: 1199px) {
div#app .block.block-vesta-privacy-access-d10 .block-metrika-content p {
    width: 100%;
}
div#app .block.block-vesta-privacy-access-d10 .block-metrika-content p {
    width: 100%;
}
.block.block-vesta-privacy-access-d10 .block-metrika-wrapper {
    width: 100%;
}
.not-front header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 242px !important;
    top: 85px !important;
}
.not-front header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
   right: 164px !important;
    top: 85px !important;
}

}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .d-flex.align-items-center.justify-content-between{
        flex-wrap: wrap;
    }
    .front header .header-top,
    .front header .header-bottom{
        width: 720px; 
    }
    header .logo {
        font-size: 24px;
        width: 100%;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    header .col-phone a, header .col-mail a {
       font-size: 15px;
    }
    header .col-callback .use-ajax.btn-form.btn.btn-primary {
      padding: 8px 25px;
    }
    header .col-phone, header .col-mail {
        gap: 5px;
    }   
    header nav ul li a.nav-link {
        font-size: 16px;
    }
    header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
        right: 317px;
        top: 150px;
    }
    header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
        right: 237px;
        top: 150px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        width: 100%;
        line-height: 56px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        font-size: 40px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body {
        font-size: 17px;
        width: 100%;
    }
    ul.slick-dots {
        transform: translate(-345px, 0);
        bottom: 172px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .field.field--name-field-image {
        height: 900px;
    }
    .node.node--type-slide.node--view-mode-default {
        height: 900px;
    }
    ul.slick-dots li button {
    width: 10px;
    height: 10px;
    }
    .slider-block {
        margin-bottom: 30px;
    }
    .front-h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-content, .not-front .view-id-tovary .view-content, .view-catalog .view-content {
        justify-content: space-between;
        margin-bottom: 50px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer .slogan {
        width: 100%;
        font-size: 18px;
        margin-bottom: 24px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    div#block-vesta-theme-views-block-catalog-block-front .more-link {
        margin: 0 auto ;
    }
    div#block-vesta-theme-views-block-catalog-block-front {
        margin-bottom: 50px;
    }
    .view-about .view-content .views-row .node--type-about {
    flex-direction: column;
    align-items: center;
    }
    
    div#block-vesta-theme-views-block-catalog-block-front .block-title-catalog {
        font-size: 35px;
        text-align: center;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer {
        right: 0px;
        bottom: 76px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer .btn-form.btn-default {
    max-width: 290px;
    padding: 9px 86px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .more-link {
        right: 0px;
        bottom: 38px;
        width: 290px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .more-link a {
    max-width: 290px;
    padding: 9px 65px;
    }
    .region-about .field.field--name-node-title {
        font-size: 35px;
    }
    .view-about .view-content .views-row .left-group {
        width: 599px;
    }
    .region-about .field.field--name-body {
        font-size: 16px;
    }
    .region-about .field--name-field-preimushchestva .field--name-body {
        font-size: 18px;
    }
    .region-about .field--name-field-preimushchestva .field--name-field-nomer {
        font-size: 30px;
    }
    .region-about .field--name-field-preimushchestva .node--type-preimushchestvo {
        gap: 10px;
    }
    .region-about .field--name-field-preimushchestva {
        column-gap: 32px;
        align-items: center;
        flex-wrap: nowrap;
        height: fit-content;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer {
        width: 290px;
    }
    .region-about .more-link {
         top: 322px;
    }
    .region-about .more-link {
        top: 682px;
        left: 50%;
        transform: translate(-50%, 0%);
        right: inherit;
    }
    .gallery-block .view-header .title-block {
        font-size: 35px;
        text-align: center;
    }
    .gallery-block .view-content, .view-fotogalereya-2 .view-content {
        column-gap: 18px;
        justify-content: center;
    }
    .node--type-oblast-primeneniya {
        width: 215px;
    }
    .node--type-oblast-primeneniya .field--name-node-title {
        font-size: 18px;
        width: 216px;
        height: 50px;
    }
    .node--type-oblast-primeneniya .field--name-body {
        font-size: 13px;
    }
    .node--type-oblast-primeneniya .field--name-node-title {
         width: 225px;
    }

    .view-about .view-content .views-row .right-group .photoswipe-gallery.field--name-field-izobrazhenie-obo-mne {
        width: 300px;
        height: 396px;
    }
    .region-about .field--name-field-podzagolovok {
        text-align: center;
    }
    .gallery-block .more-link a {
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: -64px;
        right: inherit;
        top: inherit;
    }
    .region-about .field--name-field-preimushchestva .field__item p{
        width: 336px !important;
    }
    .region-about .field--name-field-preimushchestva .field__item {
        width: 400px !important;
    }
    .region-about .field--name-field-preimushchestva .field__item:last-child, .region-about .field--name-field-preimushchestva .field__item:nth-child(3) {
        width: 336px;
    }
    .region-about .field--name-field-preimushchestva .field__item:first-child, .region-about .field--name-field-preimushchestva .field__item:nth-child(2) {
        width: 336px;
    }
    .view-content .views-row .field--name-field-izobrazhenie-galereya {
        width: 270px;
        height: 204px;
        border-radius: 20px;
    }
    .appl-block .block-title {
        font-size: 35px;
        text-align: center;
    }
    div#block-vesta-theme-views-block-oblast-primeneniya-block-1 {
        padding-bottom: 100px;
    }
    .appl-block .more-link a {
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: 45px;
        right: inherit;
        top: inherit;
    }
    footer .col-1 .politika {
        margin-bottom: 10px;
    }
    footer .region-navigationfooter ul {
        gap: 8px;
    }
    footer .region-navigationproduct ul {
        gap: 8px;
    }
     .appl-block {
        margin-bottom: 50px;
    }
    #block-vesta-theme-views-block-ostalis-voprosy-block-1 {
        grid-column: 1 / span 2;
        grid-row: 1 / span 1;
        height: 120px;
    }
    div#block-vesta-theme-vebforma {
        grid-column: 1 / span 2;
        grid-row: 2 / span 1;
        height: 320px;
    }
    div#block-vesta-theme-yandekskarta-2 {
        grid-column: 1 / span 2;
        grid-row: 3 / span 1;
    }
    .view-oblast-primeneniya .view-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .node--type-ostalis-voprosy .field--name-field-titul {
        font-size: 35px;
        text-align: center;
    }
    .node--type-ostalis-voprosy .field--name-body,
.node--type-ostalis-voprosy .field--name-field-anons {
        font-size: 22px;
        text-align: center;
    }
    .map-block form {
        align-items: center;
    }
    .map-block form input {
        width: 440px;
    }
    .map-block form textarea {
        width: 440px;
    }
    .map-block form button {
        max-width: 440px;
        padding: 10px 177px;
    }
    .mapContainer{
        width: 100% !important;
    }
    .region-map {
        row-gap: 40px;
    }
    footer .col-1 .logo a {
        font-size: 22px;
    }
    footer .col-1 {
    margin-right:0;
    }
    footer div#block-vesta-theme-produkciya-menu, footer div#block-vesta-theme-menyu-menu {
        font-size: 15px;
        text-align: center;
    }
    footer .region-navigationfooter ul li {
        font-size: 15px;
    }
    footer .region-navigationproduct ul li {
        font-size: 15px;
    }
    footer .region-navigationproduct {
        margin-right: 0px;
    }
    footer .region-navigationfooter {
        margin-right: 0;
    }
    footer .col-3 a, footer .col-3 p {
        font-size: 15px;
    }
    footer .col-1 {
        width: 264px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    footer .region-navigationfooter ul li a, footer .region-navigationproduct ul li a {
        padding: 0;
        text-align: center;
    }
    footer .row{
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    footer .col-3 {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    footer .col-1 .logo {
        margin-bottom: 28px;
    }
    .not-front .view-about .view-content .views-row .left-group {
        width: 599px;
    }
    .not-front .node--type-about .field.field--name-body {
        line-height: 25px;
    }
    .not-front .node--type-about .field.field--name-body {
        margin-bottom: 45px;
    }
    .not-front div#block-vesta-theme-page-title h1 {
        font-size: 35px;
        text-align: center;
    }
    .not-front .node--type-about .field--name-field-podzagolovok {
        text-align: center;
    }
    .not-front .node--type-about .field__item .field.field--name-body {
         margin-bottom: 0px;
    }
    .not-front .node--type-about .field--name-field-preimushchestva {
        flex-wrap: nowrap;
        row-gap: 16px;
        flex-direction: column;
        height: fit-content;
        align-items: center;
    }
    .not-front .node--type-about .field--name-field-preimushchestva .field__item:last-child, .not-front .node--type-about .field--name-field-preimushchestva .field__item:nth-child(3) {
        width: 336px;
    }
    .not-front .node--type-about .field--name-field-preimushchestva .field__item:first-child, .not-front .node--type-about .field--name-field-preimushchestva .field__item:nth-child(2) {
        width: 336px;
    }
    .not-front .node--type-about  .field--name-field-preimushchestva .field__item p{
        width: 336px !important;
    }
    .not-front .node--type-about  .field--name-field-preimushchestva .field__item {
        width: 400px !important;
    }
    .ui-dialog-buttonpane button.button--primary {
        padding: 11px 31px;
    }
    .not-front header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 135px !important;
    top: 141px !important;
}
.not-front header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: 60px !important;
    top: 141px !important;
}

div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-field-catalog-image, .view-catalog .view-content .views-row .field--name-field-catalog-image {
    width: 290px;
    height: 204px;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-taxonomy-term-title, .not-front .view-id-tovary .view-content .views-row .content .field--name-title, .view-catalog .view-content .views-row .field--name-taxonomy-term-title {
   font-size: 17px;
    line-height: 17px;
    width: 273px;
}
div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-taxonomy-term-link a, .view-catalog .view-content .views-row .field--name-taxonomy-term-link a {
    width: 13px;
    height: 14px;
   }
.not-front .view-id-tovary .view-content .views-row .field--name-field-image-product-view {
   width: 290px;
    height: 204px;
}
.view-tovary .view-content .views-row .field--name-title {
    font-size: 17px !important;
    width: 290px !important;
}
.field--name-variations .field__item form .js-form-wrapper button {
    max-width: 262px;
    padding: 8px 94px;
}
.field--name-variations .field__item form .js-form-wrapper button:hover {
    max-width: 262px;
    padding: 8px 94px;
}
div#commerce-product-add-to-cart-form--2 button.button--add-to-cart {
    max-width: 262px;
    padding: 8px 94px;
}
div#commerce-product-add-to-cart-form--2 button.button--add-to-cart:hover {
    max-width: 262px;
    padding: 8px 94px;
}


}

.offcanvas{
    background-color: #ffffff;
    color: #2B2A29;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.offcanvas nav ul li a{
    color:#2B2A29;
}
.offcanvas nav ul li a:hover,
.offcanvas nav ul li a:focus{
    color: #E66134;
}
#header-mob {
    background: #FFFFFF;
    color:#2B2A29;
}

#header-mob .col-logo a{
    text-decoration: none;
    font-size: 25px;
}
#header-mob .col-logo a:hover{
    text-decoration: underline;
}
#header-mob .cart--cart-block img {
    filter: brightness(0);
}
.offcanvas .region-navigation{
    margin-bottom: 30px;
}
.offcanvas a,
.offcanvas  p{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #2B2A29;
    text-decoration: none;
}
.offcanvas .col-logo a{
    font-size: 24px;
}
.offcanvas .col-logo {
   margin-bottom: 30px;
}
.offcanvas a:hover{
    text-decoration: underline;
}
.offcanvas .col-mail,
.offcanvas .col-phone,
.offcanvas .col-adress{
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.offcanvas .col-mail img,
.offcanvas .col-phone img,
.offcanvas .col-adress img{
    filter: brightness(0);
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    div#app {
        padding-top: 30px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        padding-top: 100px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        width: 100%;
        line-height: 42px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        font-size: 30px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body {
        font-size: 17px;
        width: 100%;
    }
    ul.slick-dots {
        transform: translate(-258px, 0);
        bottom: 90px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .field.field--name-field-image {
        height:100%;
    }
    .node.node--type-slide.node--view-mode-default {
        height: 555px;
    }
    ul.slick-dots li button {
    width: 8px;
    height: 8px;
    }
    .slider-block {
        margin-bottom: 30px;
    }
    .front-h1 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 40px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-content, .not-front .view-id-tovary .view-content, .view-catalog .view-content {
        justify-content: center;
        margin-bottom: 50px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer .slogan {
        width: 90%;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer {
        position: initial;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    div#block-vesta-theme-views-block-catalog-block-front .more-link {
        position: initial;
        margin: 0 auto ;
    }
    div#block-vesta-theme-views-block-catalog-block-front {
        margin-bottom: 50px;
    }
    .view-about .view-content .views-row .node--type-about {
    flex-direction: column;
    align-items: center;
    }
    
    div#block-vesta-theme-views-block-catalog-block-front .block-title-catalog {
        font-size: 30px;
        text-align: center;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer {
        right: 194px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .more-link {
        right: 194px;
    }
    .region-about .field.field--name-node-title {
        font-size: 30px;
        text-align: center;
    }
    .view-about .view-content .views-row .left-group {
        width: 100%;
    }
    .region-about .field.field--name-body {
        font-size: 16px;
    }
    .region-about .field--name-field-preimushchestva .field--name-body {
        font-size: 18px;
    }
    .region-about .field--name-field-preimushchestva .field--name-field-nomer {
        font-size: 30px;
    }
    .region-about .field--name-field-preimushchestva .node--type-preimushchestvo {
        gap: 10px;
    }
    .region-about .field--name-field-preimushchestva {
        column-gap: 32px;
        align-items: center;
        flex-wrap: nowrap;
        height: fit-content;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer {
        width: 100%;
    }
    .region-about .more-link {
         top: 322px;
    }
    .region-about .more-link {
        top: 700px;
        left: 50%;
        transform: translate(-50%, 0%);
        right: inherit;
    }
    .gallery-block .more-link a {
       padding: 11px 83px;
    }
    .gallery-block .view-header .title-block {
        font-size: 35px;
        text-align: center;
    }
    .gallery-block .view-content, .view-fotogalereya-2 .view-content {
        column-gap: 18px;
        justify-content: center;
    }
    .node--type-oblast-primeneniya {
        width: 215px;
    }
    .node--type-oblast-primeneniya .field--name-node-title {
        font-size: 18px;
        width: 216px;
        height: 50px;
    }
    .node--type-oblast-primeneniya .field--name-body {
        font-size: 13px;
    }
    .node--type-oblast-primeneniya .field--name-node-title {
         width: 225px;
    }

    .view-about .view-content .views-row .right-group .photoswipe-gallery.field--name-field-izobrazhenie-obo-mne {
        width: 300px;
        height: 396px;
    }
    .region-about .field--name-field-podzagolovok {
        text-align: center;
        font-size: 28px;
    }
    .gallery-block .more-link a {
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: -70px;
        right: inherit;
        top: inherit;
    }
    .appl-block .more-link a {
        padding: 11px 83px;
    }
    .appl-block .more-link a:hover{
        padding: 9px 80px;
}

    .region-about .field--name-field-preimushchestva .field__item p{
        width: 336px !important;
    }
    .region-about .field--name-field-preimushchestva .field__item {
        width: 400px !important;
    }
    .region-about .field--name-field-preimushchestva .field__item:last-child, .region-about .field--name-field-preimushchestva .field__item:nth-child(3) {
        width: 336px;
    }
    .region-about .field--name-field-preimushchestva .field__item:first-child, .region-about .field--name-field-preimushchestva .field__item:nth-child(2) {
        width: 336px;
    }
    .view-content .views-row .field--name-field-izobrazhenie-galereya {
        width: 270px;
        height: 204px;
        border-radius: 20px;
    }
    .appl-block .block-title {
        font-size: 35px;
        text-align: center;
    }
    div#block-vesta-theme-views-block-oblast-primeneniya-block-1 {
        padding-bottom: 100px;
    }
    .appl-block .more-link a {
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: 48px;
        right: inherit;
        top: inherit;
    }
    footer .col-1 .politika {
        margin-bottom: 10px;
    }
    footer .region-navigationfooter ul {
        gap: 8px;
    }
    footer .region-navigationproduct ul {
        gap: 8px;
    }
     .appl-block {
        margin-bottom: 50px;
    }
    #block-vesta-theme-views-block-ostalis-voprosy-block-1 {
        grid-column: 1 / span 2;
        grid-row: 1 / span 1;
        height: 180px;
    }
    div#block-vesta-theme-vebforma {
        grid-column: 1 / span 2;
        grid-row: 2 / span 1;
        height: 320px;
    }
    div#block-vesta-theme-yandekskarta-2 {
        grid-column: 1 / span 2;
        grid-row: 3 / span 1;
    }
    .view-oblast-primeneniya .view-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .node--type-ostalis-voprosy .field--name-field-titul {
        font-size: 35px;
        text-align: center;
    }
    .node--type-ostalis-voprosy .field--name-body,
.node--type-ostalis-voprosy .field--name-field-anons {
        font-size: 22px;
        text-align: center;
    }
    .map-block form {
        align-items: center;
    }
    .map-block form input {
        width: 440px;
    }
    .map-block form textarea {
        width: 440px;
    }
    .map-block form button {
        max-width: 440px;
        padding: 10px 177px;
    }
    .mapContainer{
        width: 100% !important;
        height: 400px !important;
    }
    .region-map {
        row-gap: 40px;
    }
    footer .col-1 .logo a {
        font-size: 22px;
    }
    footer .col-1 {
    margin-right:0;
    }
    footer div#block-vesta-theme-produkciya-menu, footer div#block-vesta-theme-menyu-menu {
        font-size: 15px;
        text-align: center;
    }
    footer .region-navigationfooter ul li {
        font-size: 15px;
    }
    footer .region-navigationproduct ul li {
        font-size: 15px;
    }
    footer .region-navigationproduct {
        margin-right: 0px;
    }
    footer .region-navigationfooter {
        margin-right: 0;
    }
    footer .col-3 a, footer .col-3 p {
        font-size: 15px;
    }
    footer .col-1 {
        width: 264px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    footer .region-navigationfooter ul li a, footer .region-navigationproduct ul li a {
        padding: 0;
        text-align: center;
    }
    footer .row{
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    footer .col-3 {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    footer .col-1 .logo {
        margin-bottom: 28px;
    }
    .not-front .view-about .view-content .views-row .left-group {
        width: 100%;
    }
    .not-front .node--type-about .field.field--name-body {
        line-height: 25px;
    }
    .not-front .node--type-about .field.field--name-body {
        margin-bottom: 45px;
    }
    .not-front div#block-vesta-theme-page-title h1 {
        font-size: 30px;
        text-align: center;
    }
    .not-front .node--type-about .field--name-field-podzagolovok {
        text-align: center;
    }
    .not-front .node--type-about .field__item .field.field--name-body {
         margin-bottom: 0px;
    }
    .not-front .node--type-about .field--name-field-preimushchestva {
        flex-wrap: nowrap;
        row-gap: 16px;
        flex-direction: column;
        height: fit-content;
        align-items: center;
    }
    .not-front .node--type-about .field--name-field-preimushchestva .field__item:last-child, .not-front .node--type-about .field--name-field-preimushchestva .field__item:nth-child(3) {
        width: 336px;
    }
    .not-front .node--type-about .field--name-field-preimushchestva .field__item:first-child, .not-front .node--type-about .field--name-field-preimushchestva .field__item:nth-child(2) {
        width: 336px;
    }
    .not-front .node--type-about  .field--name-field-preimushchestva .field__item p{
        width: 336px !important;
    }
    .not-front .node--type-about  .field--name-field-preimushchestva .field__item {
        width: 400px !important;
    }
    .ui-dialog-buttonpane button.button--primary {
        padding: 11px 31px;
    }
    form.commerce-order-item-add-to-cart-form .form-actions.js-form-wrapper.form-wrapper{
        display: flex;
        justify-content: center;
    }
    .contacts-page {
        align-items: center;
    }
}
.not-front #main{
    padding-top: 47px;
}
@media screen and (max-width: 386px) {
    
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        padding-top: 50px !important;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
       line-height: 28px !important;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 576px) {
    div#app {
        padding-top: 30px;
    }
    #header-mob .col-logo a {
       font-size: 20px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        padding-top: 100px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        width: 100%;
        line-height: 32px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-field-slide-title {
        font-size: 20px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .field--name-body {
        font-size: 13px;
        line-height: 18px;
        width: 100%;
    }
    ul.slick-dots {
        transform: translate(-50%, 0);
        bottom: 61px;
    }
    div#slider-block .view.view-slayder.view-id-slayder .view-content .field.field--name-field-image {
        height:100%;
    }
    .node.node--type-slide.node--view-mode-default {
        height: 420px;
    }
    ul.slick-dots li button {
    width: 8px;
    height: 8px;
    }
    .slider-block {
        margin-bottom: 30px;
    }
    .front-h1 {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 32px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-content, .not-front .view-id-tovary .view-content, .view-catalog .view-content {
        justify-content: center;
        margin-bottom: 50px;
    }
    .not-front .view-id-tovary .view-content .views-row .commerce-product--view-mode-teaser{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer .slogan {
        width: 90%;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer {
        position: initial;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    div#block-vesta-theme-views-block-catalog-block-front .more-link {
        position: initial;
        margin: 0 auto ;
    }
    div#block-vesta-theme-views-block-catalog-block-front {
        margin-bottom: 50px;
    }
    .view-about .view-content .views-row .node--type-about {
    flex-direction: column;
    align-items: center;
    }
    
    div#block-vesta-theme-views-block-catalog-block-front .block-title-catalog {
        font-size: 25px;
        text-align: center;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .title-group, .view-catalog .view-content .views-row .title-group {
        justify-content: center;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-taxonomy-term-title, .not-front .view-id-tovary .view-content .views-row .content .field--name-title, .view-catalog .view-content .views-row .field--name-taxonomy-term-title {
        font-size: 18px;
        line-height: 25px;
        width: 280px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-content .views-row .field--name-field-catalog-image, .view-catalog .view-content .views-row .field--name-field-catalog-image {
        width: 270px;
        height: 183px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer {
        right: 194px;
    }
    div#block-vesta-theme-views-block-catalog-block-front .more-link {
        right: 194px;
    }
    .region-about .field.field--name-node-title {
        font-size: 25px;
        text-align: center;
        line-height: 30px;
    }
    .view-about .view-content .views-row .left-group {
        width: 100%;
    }
    .region-about .field.field--name-body {
        font-size: 14px;
    }
    .region-about .field--name-field-preimushchestva .field--name-body {
        font-size: 14px;
        line-height: 20px;
    }
    .region-about .field--name-field-preimushchestva .field--name-field-nomer {
        font-size: 25px;
    }
    .region-about .field--name-field-preimushchestva .node--type-preimushchestvo {
        gap: 10px;
    }
    .region-about .field--name-field-preimushchestva {
        column-gap: 32px;
        align-items: center;
        flex-wrap: nowrap;
        height: fit-content;
    }
    div#block-vesta-theme-views-block-catalog-block-front .view-footer {
        width: 100%;
    }
    .region-about .more-link {
         top: 322px;
    }
    .region-about .more-link {
        top: 742px;
        left: 50%;
        transform: translate(-50%, 0%);
        right: inherit;
    }
    .gallery-block .more-link a {
       padding: 10px 46px;
       font-size: 12px;
    }
    .gallery-block .view-header .title-block {
        font-size: 30px;
        text-align: center;
    }
    .gallery-block .view-content, .view-fotogalereya-2 .view-content {
        column-gap: 18px;
        justify-content: center;
    }
    .node--type-oblast-primeneniya {
        width: 215px;
    }
    .node--type-oblast-primeneniya .field--name-node-title {
        font-size: 18px;
        width: 216px;
        height: 50px;
    }
    .node--type-oblast-primeneniya .field--name-body {
        font-size: 13px;
    }
    .node--type-oblast-primeneniya .field--name-node-title {
         width: 225px;
    }
    .view-about .view-content .views-row .right-group .photoswipe-gallery.field--name-field-izobrazhenie-obo-mne {
        width: 300px;
        height: 396px;

    }
    .region-about .field--name-field-podzagolovok {
        text-align: center;
        font-size: 22px;
    }
    .gallery-block .more-link a {
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: -70px;
        right: inherit;
        top: inherit;
    }
    .appl-block .more-link a {
        padding: 10px 46px;
        font-size: 12px;
    }
    .appl-block .more-link a:hover{
        padding: 9px 46px;
}

    .region-about .field--name-field-preimushchestva .field__item p{
        width: 250px !important;
    }
    .region-about .field--name-field-preimushchestva .field__item {
        width: 300px !important;
    }
    .region-about .field--name-field-preimushchestva .field__item:last-child, .region-about .field--name-field-preimushchestva .field__item:nth-child(3) {
        width: 250px;
    }
    .region-about .field--name-field-preimushchestva .field__item:first-child, .region-about .field--name-field-preimushchestva .field__item:nth-child(2) {
        width: 250px;
    }
    .view-content .views-row .field--name-field-izobrazhenie-galereya {
        width: 270px;
        height: 204px;
        border-radius: 20px;
    }
    .appl-block .block-title {
        font-size: 30px;
        text-align: center;
    }
    div#block-vesta-theme-views-block-oblast-primeneniya-block-1 {
        padding-bottom: 100px;
    }
    .appl-block .more-link a {
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: 50px;
        right: inherit;
        top: inherit;
    }
    footer .col-1 .politika {
        margin-bottom: 10px;
    }
    footer .region-navigationfooter ul {
        gap: 8px;
    }
    footer .region-navigationproduct ul {
        gap: 8px;
    }
     .appl-block {
        margin-bottom: 50px;
    }
    #block-vesta-theme-views-block-ostalis-voprosy-block-1{
        grid-column: 1 / span 2;
        grid-row: 1 / span 1;
        height: 100%;
    }
    div#block-vesta-theme-vebforma {
        grid-column: 1 / span 2;
        grid-row: 2 / span 1;
        height: 320px;
    }
    div#block-vesta-theme-yandekskarta-2 {
        grid-column: 1 / span 2;
        grid-row: 3 / span 1;
    }
    .view-oblast-primeneniya .view-content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .node--type-ostalis-voprosy .field--name-field-titul {
        font-size: 30px;
        text-align: center;
        line-height: 30px;
    }
    .node--type-ostalis-voprosy .field--name-body,
.node--type-ostalis-voprosy .field--name-field-anons {
        font-size: 19px;
        text-align: center;
    }
    .map-block form {
        align-items: center;
    }
    .map-block form input {
        width: 350px;
    }
    .map-block form textarea {
        width: 350px;
    }
    .map-block form button {
        max-width: 350px;
        padding: 5px 127px;
        font-size: 12px;
    }
    .map-block form .description {
        font-size: 12px;
        width: 320px;
    }
    .mapContainer{
        width: 100% !important;
        height: 325px !important;
    }
    .map-block {
        margin-bottom: 50px;
    }
    .region-map {
        row-gap: 40px;
    }
    footer .col-1 .logo a {
        font-size: 22px;
    }
    footer .col-1 {
    margin-right:0;
    }
    footer div#block-vesta-theme-produkciya-menu, footer div#block-vesta-theme-menyu-menu {
        font-size: 15px;
        text-align: center;
    }
    footer .region-navigationfooter ul li {
        font-size: 15px;
    }
    footer .region-navigationproduct ul li {
        font-size: 15px;
    }
    footer .region-navigationproduct {
        margin-right: 0px;
    }
    footer .region-navigationfooter {
        margin-right: 0;
    }
    footer .col-3 a, footer .col-3 p {
        font-size: 15px;
    }
    footer .col-1 {
        width: 264px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    footer .region-navigationfooter ul li a, footer .region-navigationproduct ul li a {
        padding: 0;
        text-align: center;
    }
    footer .row{
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    footer .col-3 {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }
    footer .col-1 .logo {
        margin-bottom: 28px;
    }
    .not-front .view-about .view-content .views-row .left-group {
        width: 100%;
    }
    .not-front .node--type-about .field.field--name-body {
        line-height: 25px;
        font-size: 14px;
    }
    .not-front .node--type-about .field.field--name-body {
        margin-bottom: 45px;
    }
    .not-front div#block-vesta-theme-page-title h1 {
        font-size: 22px;
        text-align: center;
        line-height: 32px;
    }
    .not-front .node--type-about .field--name-field-podzagolovok {
        text-align: center;
        font-size: 22px;
    }
    .field--name-variations .field__item form .field--name-quantity {
        justify-content: center;
    }
    .not-front .node--type-about .field__item .field.field--name-body {
         margin-bottom: 0px;
    }
    .not-front .node--type-about .field--name-field-preimushchestva {
        flex-wrap: nowrap;
        row-gap: 16px;
        flex-direction: column;
        height: fit-content;
        align-items: center;
    }
    .not-front .node--type-about .field--name-field-preimushchestva .field__item:last-child, .not-front .node--type-about .field--name-field-preimushchestva .field__item:nth-child(3) {
        width: 250px;
    }
    .not-front .node--type-about .field--name-field-preimushchestva .field__item:first-child, .not-front .node--type-about .field--name-field-preimushchestva .field__item:nth-child(2) {
        width: 250px;
    }
    .not-front .node--type-about  .field--name-field-preimushchestva .field__item p{
        width: 250px !important;
    }
    .not-front .node--type-about  .field--name-field-preimushchestva .field__item {
        width: 300px !important;
    }
    .ui-dialog-buttonpane button.button--primary {
        padding: 11px 31px;
    }
    form.commerce-order-item-add-to-cart-form .form-actions.js-form-wrapper.form-wrapper{
        display: flex;
        justify-content: center;
    }
    .contacts-page {
        align-items: center;
    }
.not-front .view-id-tovary .view-content .views-row .field--name-field-image-product-view {
        width: 290px;
        height: 204px;
    }

}

.not-front header .col-search .region.region-search.active .form-item.js-form-type-search.form-type-search {
    right: 476px;
    top: 91px;
}
.not-front header .col-search .region.region-search.active .form-actions.js-form-wrapper.form-wrapper {
    right: 398px;
    top: 91px;
}

.search-form__submit.button.js-form-submit.form-submit.btn.btn-primary{
    background-color: #E66134;
    font-family: 'Mulish';
    border: #E66134 solid 1px;
    color: #FFFFFF;
}
header .col-search .search-form__submit.button.js-form-submit.form-submit.btn.btn-primary:hover {
    color: #E66134;
    border: #E66134 solid 1px;
    background-color: #FFFFFF;
}
.search-form__submit.button.js-form-submit.form-submit.btn.btn-primary:hover {
    color: #E66134;
    border: #E66134 solid 1px;
    background-color: #FFFFFF;
}
.not-front .wr_content {
       min-height: 50vh;
}

.offcanvas .wr-search-mob .btn-search-header-mob {
    width: 18px;
    height: 18px;
    background-image: url(/sites/all/themes/vesta_theme/image/searc_b.svg);
    border: none;
    background-size: cover;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}
.offcanvas .wr-search-mob .region-search .form-item.js-form-type-search.form-type-search,
.offcanvas .wr-search-mob .region-search .form-actions.js-form-wrapper.form-wrapper{
    display: none;
}

.offcanvas .wr-search-mob .region-search.active .form-item.js-form-type-search.form-type-search,
.offcanvas .wr-search-mob .region-search.active .form-actions.js-form-wrapper.form-wrapper{
    display: block;
    position: absolute;
}
.offcanvas .wr-search-mob .region-search .form-item.js-form-type-search.form-type-search{
    left:15px;
}
.offcanvas .wr-search-mob .region-search .form-actions.js-form-wrapper.form-wrapper{
    left: 190px;
}
.offcanvas .btn-search-header-mob.active{
    display: none;
}


.view-tovary .view-content .views-row .field--name-title {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #2B2A29;
    text-align: start;
    width: 340px;
    margin-bottom: 15px;
}
.view-tovary .view-content .views-row .field--name-title a {
    color: #2B2A29;
    text-decoration: none;
}
.view-tovary .view-content .views-row .field--name-title a:hover {
    text-decoration: underline;
}
.view-tovary .view-content .views-row .field--name-field-image-product-view {
    width: 370px;
    height: 251px;
    border-radius: 30px;
    margin-bottom: 15px;
}
 .view-tovary .view-content .views-row .field--name-field-image-product-view a {
    display: flex;
    width: 100%;
    height: 100%;
}
.view-tovary .view-content .views-row .field--name-field-image-product-view a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view-tovary .view-content .views-row .field--name-field-harakteristiki .field__item, 
.view-tovary .view-content .views-row .field--name-dynamic-token-fieldcommerce-product-cena .field__item{
    display: inline-block;
}
@media screen and (max-width: 992px) {
    .view-tovary .view-content .views-row .field--name-field-harakteristiki .field__item {
        font-family: 'Mulish';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        height: 25px;
        text-align: center;
        color: #2B2A29;
        text-align: start;
        margin-bottom: 15px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}
.view-tovary .view-content .views-row .field--name-field-harakteristiki .field__label, 
.view-tovary .view-content .views-row .field--name-dynamic-token-fieldcommerce-product-cena .field__label{
    display: inline-block;
}
.view-tovary .view-content .views-row .field--name-dynamic-token-fieldcommerce-product-cena{
    margin-bottom: 17px;
}

@media screen and (max-width: 992px) {
.view-tovary .view-content .views-row .price {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2B2A29;
    text-align: start;
    margin-bottom: 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width: 576px) {
    .view-tovary .view-content .views-row .field--name-title{
         font-size: 18px;
        line-height: 25px;
        text-align: center;
        width: 100%;
    }
}

.product-view-full{
    display: flex;
    gap: 30px;
}
.product-view-full .right-group .field--name-field-image-product-view{
    width: 370px;
    height: 251px;
    border-radius: 30px;
    margin-bottom: 15px;
    display: flex;
}
.product-view-full .right-group .field--name-field-image-product-view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-view-full .left-group .price {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2B2A29;
    text-align: start;
    margin-bottom: 15px;
}
.product-view-full .left-group .field--name-body p{
    margin-bottom: 15px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.product-view-full .left-group .field--name-body p:last-child,
.product-view-full .left-group .field--name-body p:nth-last-child(2){
    margin-bottom: 15px;
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    
}
form.user-login-form button{
    background-color: #E66134;
}
@media screen and (max-width: 768px) {
    .product-view-full{
        justify-content: center;
        flex-direction: column;
        margin-bottom: 50px;
        align-items: center;
    }
     .product-view-full .left-group{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .product-view-full .right-group .field--name-field-image-product-view {
        width: 100%;
        height: 100%;
    }
    .product-view-full .right-group {
        width: 85%;
        height: 85%;
        max-width: 370px;
    }
    .product-view-full .left-group .field--name-body p:last-child,
    .product-view-full .left-group .field--name-body p:nth-last-child(2){
        text-align: center;
    }
    .product-view-full .field--name-variations .field__item form .field--name-quantity {
    display: flex;
    flex-direction: row;
    gap: 7px;
    margin-bottom: 15px;
    justify-content: center;
  }
  

}