/*HEADER STYLES*/
body {
  font-family: 'Raleway', sans-serif;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1164px;
    }
}
.header-bottom {
    background: #FFFFFF;
}
.container{
    padding: 0;
}
.toolbar .toolbar-tab .toolbar-icon {
    padding: 0.75em 1.5em 0.75em 2.5em;
}

/* *** contextual-region *** */
.contextual-region .contextual {
    display: none;
    top: -8px;
    right: 8px;
}

.contextual-region .contextual-region .contextual {
    top: 8px;
}

.contextual-region:hover .contextual {
    display: block;
}

.contextual-region .contextual .trigger {
    width: 22px !important;
    height: 22px !important;
    background-size: 14px 14px;
}

.cart-block--summary .cart-block--summary__count {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    background: #ccc;
    color: #fff;
    top: -3px;
    right: -9px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
}

#header-mob {
    top: 0;
    width: 100%;
    background: #FFFFFF;
    color: #000;
    padding: 5px 5px;
    z-index: 50;
}

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

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

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

.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*/

/* SLICK STYLES */
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #FFFFFF;
    align-items: end;
    padding-left: 24px;
}

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

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

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

ul.slick-dots {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 7px;
    list-style: none;
    margin: 10px 0;    
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

ul.slick-dots li button {
    color: #198FEDB3;
    background-color: #198FEDB3;
    border-color: #198FEDB3;
    padding: 0;
    width: 39px;
    height: 3px;
    font-size: 1px;
    display: block;
}

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

ul.slick-dots li.slick-active button {
    color: #198FED;
    background-color: #198FED;
    border-color: #198FED;
    padding: 0;
    width: 82px;
    height: 3px;
    font-size: 1px;
    display: block;
}

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: 38px;
    height: 38px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    bottom: 120px;
    cursor: pointer;
    position: fixed;
    right: 28px;
    z-index: 10;
    transition: 0.2s;
    padding: 0;
}

/* SLICK STYLES */

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

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

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

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

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

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

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

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

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

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


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

/* PRODUCT PAGE STYLES*/


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

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

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

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

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

@media (min-width: 767px) {
    div#app header#header.d-lg-block {
        display: block !important;
    }
}
@media (min-width: 767px) {
    div#app header#header-mob.d-lg-none {
        display: none  !important;
    }
}
*/
/*HEADER STYLES*/
div#app {
    min-height: 100vh;
    overflow: hidden; 
}


header .header-top .col-adress{
    display: flex;
    gap: 6px;
    align-items: start;
    margin-right: 63px;
}
header .header-top .logo{
    margin-right: 83px;
    width: 186px;
    height: 96px;
    display: flex;
}
header .header-top .logo a{
    width: 100%;
    height: 100%;
}
header .header-top .logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header .header-top .col-adress .adress{
    font-size: 14px;
    font-weight: 500;
    width: 194px;
}
header .header-top .col-grafik{
    font-size: 14px;
    font-weight: 500;
    width: 117px;
    margin-right: 53px;
}

header .header-top .phone-group{
    display: flex;
    gap: 8px;
    align-items: center;
}
header .header-top .phone-group a{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: 188px;
    color: #000000;
    text-decoration: none;
}

header .header-top .phone-group a:hover{
    color: #198FED;
    text-decoration: underline;
}
header .header-top .mail-group{
    display: flex;
    gap: 12px;
    align-items: center;
}
header .header-top .mail-group a{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 111px;
    color: #198FED;
    text-decoration: none;
}

header .header-top .mail-group a:hover{
    text-decoration: underline;
}

header .header-top .col-callback a.btn{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    background-color: #198FED;
    padding: 6.5px 12.5px;
    border-radius: 6px;
    border: none;
}
header .header-top .col-callback a.btn:hover{
    background-color: #000B9F;
    
}
header .header-top .col-callback{
    margin-right: 51px;
}
@media screen and (min-width: 991px) and (max-width: 1199px){
   header .header-top .logo{
    width: 137px;
    height: 70px;
    margin-right: 0;
}
header .header-top .col-adress{
    width: 180px;
    margin-right: 0;
}
header .header-top .col-adress img{
    width: 16px;
    height: 16px;
}
header .header-top .col-grafik{
   width: 96px;
   font-size: 12px;
   margin-right: 0;
}
header .header-top .col-callback{
    margin-right: 0;
}
header .header-top .mail-group a{
    font-size: 14px;
    width: 130px;
}
header .header-top .mail-group img{
    height: 16px;
    width: 16px;
}
header .header-top .phone-group a {
    font-size: 14px;
    width: 130px;
}
header .header-top .phone-group img {
    width: 14px;
    height: 14px;
}
header .header-top .col-callback a.btn {
    font-size: 14px;
    padding: 5.5px 9.5px;
}
header .header-top .col-adress .adress{
    font-size: 12px;
    width: 156px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){
   header .header-top .logo{
    width: 134px;
    height: 68px;
    margin-right: 0;
}
header .header-top .col-adress{
    width: 180px;
    margin-right: 0;
}
header .header-top .col-adress img{
    width: 16px;
    height: 16px;
}
header .header-top .col-grafik{
   display: none;
}
header .header-top .col-callback{
    margin-right: 0;
}
header .header-top .mail-group a{
    font-size: 14px;
    width: 130px;
}
header .header-top .mail-group img{
    height: 16px;
    width: 16px;
}
header .header-top .phone-group a {
   font-size: 14px;
    width: 140px;
}
header .header-top .phone-group img {
    width: 14px;
    height: 14px;
}
header .header-top .col-callback a.btn {
    font-size: 12px;
    padding: 4px 8px;
}
header .header-top .col-adress .adress{
    font-size: 12px;
    width: 156px;
}
.node--type-about.node--view-mode-full .group-content {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.node--type-about.node--view-mode-full .right-group .field--name-field-punkty-o-nas {
    column-gap: 22px;
    row-gap: 33px;
    justify-content: center;
}
.node--type-about.node--view-mode-full .left-group {
    width: 100% !important;
}
.node--type-about.node--view-mode-full .right-group {
    width: 100% !important;
}
.node--type-about.node--view-mode-full .left-group .about-1 {
   width: 100% !important;
}
.node--type-about.node--view-mode-full .left-group .about-2 {
    width: 100% !important;
}
}
@media screen and (min-width: 577px) and (max-width: 767px){
main {
    padding-top: 85px;
}
.node--type-about.node--view-mode-full .group-content {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.node--type-about.node--view-mode-full .right-group .field--name-field-punkty-o-nas {
    column-gap: 22px;
    row-gap: 33px;
    justify-content: center;
}
.node--type-about.node--view-mode-full .left-group .about-1 {
   width: 100% !important;
}
.node--type-about.node--view-mode-full .left-group .about-2 {
    width: 100% !important;
}
.node--type-about.node--view-mode-full .left-group {
    width: 100% !important;
}
.node--type-about.node--view-mode-full .right-group {
    width: 100% !important;
}
    header#header-mob .phone-group{
    display: flex;
    gap: 8px;
    align-items: center;
}
header#header-mob .phone-group a{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 135px;
    color: #000000;
    text-decoration: none;
}

header#header-mob .phone-group a:hover{
    color: #198FED;
    text-decoration: underline;
}
header#header-mob .mail-group{
    display: flex;
    gap: 12px;
    align-items: center;
}
header#header-mob .mail-group a{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 130px;
    color: #198FED;
    text-decoration: none;
}

header#header-mob .mail-group a:hover{
    text-decoration: underline;
}
   header#header-mob .col-logo{
    width: 137px;
    height: 70px;
    padding: 0;
}
header#header-mob .col-logo a{
    width: 100%;
    height: 100%;
}
header#header-mob .col-logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header#header-mob  .mail-group img{
    height: 16px;
    width: 16px;
}
header#header-mob  .phone-group img {
    width: 14px;
    height: 14px;
}

}

@media screen and (max-width: 576px){
main {
    padding-top: 65px;
}
header#header-mob .phone-group{
    display: flex;
    gap: 8px;
    align-items: center;
}
header#header-mob .phone-group a{
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    width: 125px;
    color: #000000;
    text-decoration: none;
}

header#header-mob .phone-group a:hover{
    color: #198FED;
    text-decoration: underline;
}
header#header-mob .mail-group{
    display: flex;
    gap: 12px;
    align-items: center;
}
header#header-mob .mail-group a{
    font: Poppins;
    font-size: 12px;
    font-weight: 600;
    width: 112px;
    color: #198FED;
    text-decoration: none;
}

header#header-mob .mail-group a:hover{
    text-decoration: underline;
}
   header#header-mob .col-logo{
    width: 108px;
    height: 55px;
    padding: 0;
}
header#header-mob .col-logo a{
    width: 100%;
    height: 100%;
}
header#header-mob .col-logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header#header-mob  .mail-group img{
    height: 16px;
    width: 16px;
}
header#header-mob  .phone-group img {
    width: 14px;
    height: 14px;
}

}

.node--type-slide .blazy--field-image{
    position: absolute;
    z-index: -2;
}
.slider-block .view.view-slayder .slick-track .views-row.slick-slide{
    position: initial !important;;
}
.slider-block .view.view-slayder .slick-track .views-row.slick-slide .contextual-region.node--type-slide{
    position: initial;
}
.block-views-blocksertifikat-block-1 .field--name-field-sertifikat1-izobrazhenie{
    width: 87px;
    height: 122px;
    display: flex;
}
.block-views-blocksertifikat-block-1 .field--name-field-sertifikat1-izobrazhenie a{
    width: 100%;
    height: 100%;
}

.block-views-blocksertifikat-block-1 .field--name-field-sertifikat1-izobrazhenie a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.node--type-slide .content .title-group::after{
  content: ""; 
  width: 703px;
  height: 462px; 
  background-color: #232323D4;  
  position: absolute;
  top: 68px; 
  left: 0; 
  z-index: -1;
}

div#slider-block .view.view-slayder.view-id-slayder .view-content .blazy--field-image {
    height: 614px;
    width: 100vw;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .blazy--field-image .media--blazy.media--image{
    height: 100%;
    width: 100vw;
}

div#slider-block .view.view-slayder.view-id-slayder .view-content .blazy--field-image .media--blazy.media--image::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.39);
}

div#slider-block .view.view-slayder.view-id-slayder .view-content .blazy--field-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .title-group{
   padding-bottom: 112px;
}
.node--type-slide .content .title-group .body-flex{
    display: flex;
    flex-wrap: wrap;
}
.node--type-slide .content .title-group .body-flex h4{
    text-align: start;
}
.node--type-slide .content .title-group h3{
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
    width: 537px;
    line-height: 117%;
}
.node--type-slide .content .title-group .field--name-field-akciya{
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    width: 537px;
    line-height: 117%;
    margin-top: 120px;
    margin-bottom: 30px;
}
div#slick-slide01 .field.field--name-dynamic-token-fieldnode-zakaz-button{
    position: absolute;
}
.node--type-slide .content .title-group h4{
    font-size: 37.43px;
    font-weight: 700;
    width: 537px;
    margin-bottom: 10px;
    line-height: 117%;
}
.node--type-slide .content .title-group .field--name-field-uslovie-akcii{
    font-size: 42px;
    font-weight: 700;
    width: 537px;
    margin-bottom: 100px;
    line-height: 117%;
}

.node--type-slide .content .title-group .field--name-field-produkciya-zagolovok{
    font-size: 47px;
    font-weight: 700;
    width: fit-content;
    margin-bottom: 30px;
    line-height: 117%;
    position: relative;
}
.node--type-slide .content .title-group .field--name-field-produkciya-zagolovok::after{
    content: "";
    height: 0px;
    width: 100%;
    border: solid;
    border-width: 3px;
    color: #198FED;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.node--type-slide .content .title-group ul{
 list-style-image: url("/sites/all/themes/vesta_theme/image/Vector-.png");
}
.node--type-slide .content .title-group ul li{
    font-size: 24.5px;
    font-weight: 500;
    width: 570px;
    margin-bottom: 15px;
    line-height: 130%;
}
.node--type-slide .content .title-group h2{
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
    width: 660px;
    margin-bottom: 18px;
    line-height: 110%;
}
.front h1{
    font-size: 47px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 54px;
    line-height: 110%;
    text-align: center;
    color: #000B9F;
}
.node--type-slide .content .title-group .field--name-field-anons-rabot{
    font-size: 20px;
    font-weight: 500;
    width: 570px;
    margin-bottom: 32px;
    line-height: 130%;
}
.node--type-slide .content{
    padding-top: 96px;
}
.node--type-slide .content .certificate .group-content{
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding-bottom: 99px;
}

.region.region-slider{
    position: relative
}
.node--type-slide .content .certificate .sertif-title{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 213px;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 115%;
    padding-top: 22px;
}
.node--type-slide .content .certificate .sertif-body{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    width: 213px;
    line-height: 115%;
}
.node--type-slide .content .certificate .group-content::after{
  content: ""; 
  width: 349px;
  height: 122px; 
  background-color: #232323D4;  
  position: absolute;
  z-index: -1;
}

.node--type-slide .content .field--name-dynamic-token-fieldnode-zakaz-button a{
    background-color: #198FED;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 16px;
    color: #FFFFFF;
}
.node--type-slide .content .field--name-dynamic-token-fieldnode-zakaz-button p{
    margin-bottom: 0;
}
.node--type-slide .content .field--name-dynamic-token-fieldnode-zakaz-button a:hover{
   background-color: #000B9F;
}


.services-block .view-content,
.products-block .view-content,
.block-system-main-block, .view-content{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 46px;
    position: relative;
}
.region .block-title,
.region.region-content .title-pg{
    color: #000B9F;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 62px;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
}

.region .block-title::after,
.title-pg::after{
  content: ""; 
  height: 0px;
  width: 100%;
  border: solid;
  border-width: 3px;
  color: #198FED;
  position: absolute;
  left: 0;
  bottom: -16px;
}

.services-block .block-title::after{
    width: 423px;
}
.products-block .block-title::after{
    width: 389px;
}

.services-block .view-content .views-row,
.products-block .view-content .views-row,
.block-system-main-block, .view-content .views-row{
    position: relative;
}
.services-block,
.products-block{
    margin-bottom: 50px;
}
.services-block .view-content .views-row .field.field--name-node-title,
.products-block .view-content .views-row .field.field--name-node-title,
.block-system-main-block .view-content .views-row .field.field--name-node-title {
    display: flex;
    justify-content: center;
}
.abs-group{
    flex-direction: column;
}
.services-block .view-content .views-row .field.field--name-field-description p,
.products-block .view-content .views-row .field.field--name-field-description-product p{
   margin: 0;
}
.products-block .view-content .views-row .field.field--name-node-link{
    display: flex;
    justify-content: center;
}
.products-block .view-content .views-row .field.field--name-node-link a{
    border: solid;
    border-color: #198FED;
    width: 35px;
    height: 36px;
    border-width: 3px;
    font-size: 12px;
    line-height: 250%;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
}
.products-block .view-content .views-row .field.field--name-node-link a:hover{
    background-color: #000B9F;
}


.products-block .view-content .views-row .field.field--name-field-description-product,
.products-block .view-content .views-row .field.field--name-node-title a{
    font-size: 20px;
    font-weight: 700;
    width: 257px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 115%;
    height: 46px;
    vertical-align:top;
    margin-bottom: 15px;
}
.products-block .view-content .views-row .abs-group{
    position:absolute;
    width: 257px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}
.services-block .view-content .views-row .field.field--name-node-title a,
.services-block .view-content .views-row .field.field--name-field-description,
.block-system-main-block .view-content .views-row .field.field--name-node-title a{
    position:absolute;
    font-size: 20px;
    font-weight: 700;
    width: 257px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 115%;
}

.more-link a {
    max-width: 159px;
    padding: 12px 26px;
    border: none;
    border-radius: 6px;
    background-color: #198FED;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: auto;
    text-align: center;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
.more-link a:hover{
    background-color: #000B9F;
}
.more-link{
    display: flex;
    justify-content: center;
}
.node--type-punkt-o-nas{
    display: flex;
    width: 305.88px;
    height: 126.22px;
    background-color: #198FED;
    align-items: center;
    justify-content: space-around;
}
.field.field--name-field-izobrazhenie-punkt-o-nas{
    width: 110px;
    display: flex;
    justify-content: center;
}
.node--type-punkt-o-nas .field.field--name-body{
    width: 195px;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
}
.node--type-punkt-o-nas .field.field--name-body p{
    margin: 0;
    line-height: 120%;
    text-transform: uppercase;
}

.about-block .block-title::after {
    width: 278px;
}
.about-block .group-content{
    display: flex;
    justify-content: space-between;
}
.about-block .left-group{
    width: 532px;
}
.about-block .left-group .about-1{
    font-size: 18px;
    font-weight: 600;
    width: 474px;
    margin-bottom: 15px;
    line-height: 120%;
}
.about-block .left-group .about-2{
    font-size: 16px;
    font-weight: 500;
    width: 447px;
    margin-bottom: 0;
    line-height: 120%;
}
.about-block .left-group .about-3 {
    font-size: 18px;
    font-weight: 600;
    width: 447px;
    margin-bottom: 0px;
    line-height: 120%;
}
.about-block .left-group .about-4 {
    font-size: 16px;
    font-weight: 500;
    width: 447px;
    margin-bottom: 30px;
    line-height: 120%;
}
.about-block .left-group .field.field--name-body{
    margin-bottom: 15px;
}
.about-block .left-group .field--name-field-punkty-opisanie{
    margin-bottom: 50px;
}
.about-block .right-group{
    width: 635px;
}
.about-block .right-group .field--name-field-punkty-o-nas{
    display:flex;
    flex-wrap: wrap;
    column-gap: 21px;
    row-gap: 33px;
}
.about-block  .view-about.view-id-about.view-display-id-block_1  .views-row{
    width: 100%;
}
.about-block {
    height: 712px;
    margin-bottom: 32px;
}
.about-block .field.field--name-field-izobrazhenie-o-nas.field--type-image{
    position: absolute;
    bottom: -180px;
    height: 274px;
    width: 100%;
    z-index: -2;
}
.about-block .field.field--name-field-izobrazhenie-o-nas.field--type-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-block .field--name-node-link{
    margin-bottom: 61px;
}
.about-block .region-about .block-title{
    margin-bottom: 40px;
    margin-left: 0;
}
.about-block .field--name-node-link a {
    max-width: 159px;
    padding: 10px 14px;
    border: none;
    border-radius: 6px;
    background-color: #198FED;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: auto;
    text-align: center;
    text-decoration: none;
}

.about-block .field--name-node-link a:hover {
    background-color: #000B9F;
}

.feedback-block {
    background-image: url("/sites/all/themes/vesta_theme/image/fonfos.png");
}
.feedback-block .region.region-feedback{
    display: flex;
    padding-top: 80px;
    justify-content: space-between;
    padding-bottom: 88px;

}
.feedback-block .region.region-feedback .block-title{
    width: 402px;
    margin-bottom: 75px;
}
.feedback-block .region.region-feedback .block-title::after{
    width: 197px;
}
.feedback-block .region.region-feedback .body-zayavka{
    width: 408px;
    font-size: 16px;
    font-weight: 500;
    color:#000000;
}

.feedback-block .region.region-feedback div#block-vesta-theme-vebforma{
    width: 597px;
    height: 510px;
    background-color: #FFFFFF;
    box-shadow: 2px 8px 14.7px rgba(0, 0, 0, 0.17);
    padding-top: 36px;
    padding-left: 73px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma form{
    display: flex;
    flex-direction: column;
}

.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-item input{
    width: 472px;
    height: 39px;
    border-radius: 6px;
    margin-bottom: 31px;
    color: #000000;
    border-color: #000000;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-item input label{
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-item input::placeholder{
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.38);
    border-color: #000000;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma button.webform-button--submit{
    padding: 8px 39px;
    border: none;
    border-radius: 6px;
    background-color: #198FED;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: auto;
    text-align: center;
    text-decoration: none;
    margin-bottom: 37px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma button.webform-button--submit:hover{
    background-color: #000B9F;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-type-checkbox{
    display:flex;
    gap: 18px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-type-checkbox .form-checkbox{
    width: 24px;
    height: 24px;
    background-color: #313131;
    color:#FFFFFF;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .description{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    width: 352px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .description a{
    color: #198FED;
}

.gallary-block .block-title::after{
    width: 481px;
}
.gallary-block{
    margin-bottom: 50px;
}
.gallary-block .region.region-gallary .view-content{
    margin-bottom: 64px;
}

.node--type-about.node--view-mode-full .block-title::after {
    width: 278px;
}
.node--type-about.node--view-mode-full .group-content{
    display: flex;
    justify-content: space-between;
}
.node--type-about.node--view-mode-full .left-group{
    width: 532px;
}
.node--type-about.node--view-mode-full .left-group .about-1{
    font-size: 18px;
    font-weight: 600;
    width: 95%;
    margin-bottom: 15px;
}
.node--type-about.node--view-mode-full .left-group .about-2{
    font-size: 16px;
    font-weight: 500;
    width: 95%;
    margin-bottom: 0;
    text-align: justify;
}
.node--type-about.node--view-mode-full .left-group .about-3 {
    font-size: 18px;
    font-weight: 600;
    width: 95%;
    margin-bottom: 0px;
    line-height: 120%;
}
.node--type-about.node--view-mode-full .left-group .about-4 {
    font-size: 16px;
    font-weight: 500;
    width: 95%;
    margin-bottom: 30px;
    line-height: 120%;
}
.node--type-about.node--view-mode-full .left-group .field.field--name-body{
    margin-bottom: 15px;
}
.node--type-about.node--view-mode-full .right-group{
    width: 635px;
}
.node--type-about.node--view-mode-full .right-group .field--name-field-punkty-o-nas{
    display:flex;
    flex-wrap: wrap;
    column-gap: 22px;
    row-gap: 33px;
}
.node--type-about.node--view-mode-full  .view-about.view-id-about.view-display-id-block_1  .views-row{
    width: 100%;
}

.node--type-about.node--view-mode-full .field.field--name-field-izobrazhenie-o-nas.field--type-image{
    position: absolute;
    bottom: -180px;
    height: 274px;
    width: 100%;
}
.node--type-about.node--view-mode-full .field.field--name-field-izobrazhenie-o-nas.field--type-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.node--type-about.node--view-mode-full .region-about .block-title{
    margin-bottom: 40px;
}



.view-servisnye-uslugi .view-content,
.view-nasha-produkciya .view-content{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 46px;
    position: relative;
}
.view-servisnye-uslugi .title-pg::after{
    width: 423px;
}
.view-nasha-produkciya .title-pg::after{
    width: 389px;
}

.view-servisnye-uslugi .view-content .views-row,
.view-nasha-produkciya .view-content .views-row{
    position: relative;
}
.view-servisnye-uslugi,
.view-nasha-produkciya{
    margin-bottom: 50px;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-node-title,
.view-nasha-produkciya .view-content .views-row .field.field--name-node-title{
    display: flex;
    justify-content: center;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-description p,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-description-product p{
   margin: 0;
}
.view-nasha-produkciya .view-content .views-row .field.field--name-node-link{
    display: flex;
    justify-content: center;
}
.view-nasha-produkciya .view-content .views-row .field.field--name-node-link a{
    border: solid;
    border-color: #198FED;
    width: 35px;
    height: 36px;
    border-width: 3px;
    font-size: 12px;
    line-height: 250%;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
}
.view-nasha-produkciya .view-content .views-row .field.field--name-node-link a:hover{
    background-color: #000B9F;
}


.view-nasha-produkciya .view-content .views-row .field.field--name-field-description-product,
.view-nasha-produkciya .view-content .views-row .field.field--name-node-title a{
    font-size: 20px;
    font-weight: 700;
    width: 257px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 115%;
    height: 57px;
    vertical-align:top;
    margin-bottom: 15px;
}
.view-nasha-produkciya .view-content .views-row .abs-group{
    position:absolute;
    width: 257px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-node-title a,
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-description{
    position:absolute;
    font-size: 20px;
    font-weight: 700;
    width: 257px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 115%;
}

footer{
    background-color: #232323;
    padding-top: 51px;
}
footer .row{
    flex-direction: row;
    margin-bottom: 51px;
    position: relative;
    justify-content: space-between;
}
footer .row::after{
  content: ""; 
  height: 0px;
  width: 1164px;
  border: solid;
  border-width: 1px;
  color:rgba(255, 255, 255, 0.37);
  position: absolute; 
  bottom:-51px;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .tesis-body{
    font-size: 14px;
    font-weight: 600;
    width: 436px;
    color: #FFFFFF;
}
footer .col-logo{
    display: flex;
    gap: 33px;
    flex-direction: column;
    width: 436px;
    margin-right: 230px;
}
footer .footer-left{
    display: flex;
    flex-direction: column;
    width: 310px;
    position: relative;
    margin-right: 188px;
}
footer .col-nav{
    width: 310px; 
    display: flex;
}

footer nav#block-vesta-theme-osnovnayapodval-2{
    color: #FFFFFF;
    width: 310px; 
}
footer .nav.navbar-nav{
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 19px;
    height: 108px;

}
footer nav#block-vesta-theme-osnovnayapodval-2 ul li a{
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  padding: 0;
}
footer nav#block-vesta-theme-osnovnayapodval-2 ul li{
    width: 100px;
}

footer nav#block-vesta-theme-osnovnayapodval-2 ul li a:hover{
    color: #198FED;
}

footer .second-row{
    color:#FFFFFF;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 53px;
    margin-bottom: 25px;
}

footer .second-row .col-1{
    width: 211px;
    margin-right: 146px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
footer .second-row .col-2{
    width: 135px;
    margin-right: 189px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
footer .second-row .col-3{
    width: 218px;
    margin-right: 110px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}
footer .second-row .col-1 .phone-group {
    display: flex;
    gap: 8px;
    align-items: center;
}
footer .second-row .col-1 .phone-group a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: 188px;
    color: #FFFFFF;
    text-decoration: none;
}

footer .second-row .col-2 .mail-group {
    display: flex;
    gap: 12px;
    align-items: center;
}

footer .second-row .col-2 .mail-group a {
    font-size: 16px;
    font-weight: 600;
    width: 111px;
    color: #FFFFFF;
    text-decoration: none;
}
footer .second-row .col-3 .col-adress {
    display: flex;
    gap: 6px;
    align-items: start;
    margin-right: 63px;
    width: 100%;
}
footer .second-row .col-1 img,
footer .second-row .col-2 img,
footer .second-row .col-3 img{
    filter: brightness(0) invert(1);
}
 footer .second-row .col-3 .col-adress .adress {
    font-size: 14px;
    font-weight: 500;
    width: 194px;
}
footer .col-callback a.btn{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    padding: 6.5px 12.5px;
    border-radius: 6px;
    border: solid;
    border-color: #FFFFFF;
    border-width: 1px;
}
.col-callback a.btn:hover{
    background-color: #000B9F;
    
}

.btn-search-footer{
    width: 17.5px;
    height: 17.5px;
    background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
    border: none;
    background-size: center;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
    margin-left: 167px;
}
.btn-search-header{
    width: 17.5px;
    height: 17.5px;
    background-image: url("/sites/all/themes/vesta_theme/image/search.svg");
    border: none;
    background-size: center;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
    padding: 0;
}
.dropdown-toggle::after,
.dropdown-toggle:hover::after {
    display: inline-block;
    content: "";
    background-image: url(/sites/all/themes/vesta_theme/image/strvniz.svg);
    border: none;
    background-size: auto;
    color: #FFFFFF;
    background-color: transparent;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-left: 32px;
    vertical-align: middle;
}

.btn-search-footer.active{
    display: none;
}
.header-bottom .container{
    position: relative;
}
.header-bottom {
    background-color: #198FED;
    height: 50px;
    padding: 0 !important;
}
ul.dropdown-menu{
     background-color: #198FED;
}
ul.dropdown-menu a:hover{
     background-color: #198FED;
}
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul {
    gap:61px;
}
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul li a{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    height: 50px;
    line-height: 34px;
}
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul.dropdown-menu li a{
    height: 50px;
}
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul.dropdown-menu li a:hover{
    background-color: #000B9F;
}
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul li a.is-active{
    background-color: #000B9F;
}
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul li a:hover::before{
  content: ""; 
  height: 0px;
  width: 100%;
  border: solid;
  border-width: 1.5px;
  color: #000B9F;
  position: absolute;
  left: 0;
  bottom: 8px;
}

footer .region.region-search button.search-form__submit{
    padding: 7px 26px;
    background-color: #198FED;
    border: none;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 44px;
}
footer .region.region-search button.search-form__submit:hover,
header .region.region-search button.search-form__submit:hover {
    background-color: #000B9F;
}
header .region.region-search button.search-form__submit{
    padding: 6px 26px;
    background-color: #198FED;
    border: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.offcanvas .region.region-search .js-form-item.js-form-type-search .form-control{
    color: #000000;
    border-radius: 6px;
    width: 200px;
    height: 37px;
    position: absolute;
    left: 30px;
    top: -5px;
    
}
.offcanvas .region.region-search button.search-form__submit{
    padding: 8px 26px;
    background-color: #198FED;
    border: none;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 235px;
    top: -5px;
}

.col-search{
   display: flex;
   align-items: center;
   gap: 8px;
}
.wr-search-mob{
    display: flex;
    position: relative;
}
.col-search .js-form-item.js-form-type-search,
.col-search .form-actions.js-form-wrapper.form-wrapper{
    display: none;
}
.wr-search-mob .js-form-item.js-form-type-search,
.wr-search-mob .form-actions.js-form-wrapper.form-wrapper .js-form-submit{
    display: none;
}

.region.region-search.active .js-form-item.js-form-type-search,
.region.region-search.active .form-actions.js-form-wrapper.form-wrapper{
    display: inherit;
    color: #000000;
}
.wr-search-mob .region.region-search.active .js-form-item.js-form-type-search,
.wr-search-mob .region.region-search.active .form-actions.js-form-wrapper.form-wrapper .js-form-submit{
    display: inherit;
}

.region.region-search.active .js-form-item.js-form-type-search .form-control::placeholder{
    background-color: #FFFFFF;
}
footer .region.region-search .js-form-item.js-form-type-search .form-control{
    color: #000000;
    border-radius: 6px;
    width: 200px;
    height: 37px;
    position: absolute;
    right: 104px;
    bottom: 44px;
}
header .region.region-search .js-form-item.js-form-type-search .form-control{
    color: #000000;
    border-radius: 6px;
    width: 200px;
    height: 37px;
    position: absolute;
    right: 107px;
    bottom: 5px;
}

.contacts-page{
    color:#000000;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    flex-direction:column;
    gap: 20px;
    width: 100%;
}

.contacts-page .col-1{
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}
.contacts-page .col-2{
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}
.contacts-page .col-3{
   display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}
.contacts-page .col-1 .phone-group {
    display: flex;
    gap: 8px;
    align-items: center;
}
.contacts-page .col-1 .phone-group a {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

.contacts-page .col-2 .mail-group {
    display: flex;
    gap: 12px;
    align-items: center;
}

.contacts-page .col-2 .mail-group a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
.contacts-page .col-3 .col-adress {
    display: flex;
    gap: 6px;
    align-items: start;
    margin-right: 63px;
    width: 100%;
}

.contacts-page .col-3 .col-adress .adress {
    font-size: 14px;
    font-weight: 500;
    
}

.wr_content div#block-vesta-theme-yandekskarta{
    margin-bottom: 30px;
}

.row-copiryght{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}
.row-copiryght a{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.row-copiryght a:hover{
    text-decoration: underline;
}

.wr_content .block.block-system.block-system-main-block .node--view-mode-full {
    display: flex;
    gap:30px;
}
.wr_content .block.block-system.block-system-main-block .node--type-about.node--view-mode-full {
    display: flex;
    gap:30px;
    flex-direction: column;
}

.wr_content .block.block-system.block-system-main-block .node--view-mode-full .left-group .photoswipe-gallery.field{
    width: 320px;
    height:320px;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .left-group .photoswipe-gallery.field a{
    width: 100%;
    height: 100%;
    display: flex;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .left-group .photoswipe-gallery.field a img{
    width: 100%;
    height: 100%;
    object-fit: cover;  
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--name-dynamic-token-fieldnode-zakaz-button a{
    background-color: #198FED;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 16px;
    color: #FFFFFF;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--type-text-with-summary{
    margin-bottom: 50px;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--type-text-with-summary p{
    font-size: 20px;
    font-weight: 500;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--name-field-punkty-o-nas .field--type-text-with-summary p{
    font-size: 15px;
    font-weight: 700;
}
.wr_content .block.block-system.block-system-main-block .node--type-about.node--view-mode-full .right-group .field--type-text-with-summary{
    margin-bottom: 0;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--name-dynamic-token-fieldnode-zakaz-button p{
    margin-bottom: 0;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--name-dynamic-token-fieldnode-zakaz-button a:hover{
   background-color: #000B9F;
}
.wr_content .region .block-title, .region.region-content .title-pg {
    color: #000B9F;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
}
div#block-vesta-theme-diskleymer .alert_metrika{
    background-color: #000000;

}
.alert_metrika  p strong{
    font-size: 16px;
    font-weight: 800;
}

.alert_metrika p{
    font-size: 11px;
    font-weight: 500;
    margin: 0;
}

.alert_metrika button.btn.btn-primary {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    padding: 12.5px 34px;
    border-radius: 6px;
    border: solid;
    border-width: 1px;
    border-color: #FFFFFF;
}
.alert_metrika button.btn.btn-primary:hover {
    background-color: #198FED;
    border-color: #198FED ;
}
.alert_metrika .metrika-text{
    margin-bottom: 28px;
}
.alert_metrika img{
    margin-right: 8px;
    margin-bottom: 8px;
}

.not-front .header-bottom {
    background-color: #198FED;
    height: 50px;
    margin-bottom: 30px;
}

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

header nav#block-vesta-theme-osnovnayanavigaciya-4 ul li a {
    font-size: 16px;
    line-height: 34px;
}
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul {
    gap: 38px;
}
header .region.region-search button.search-form__submit {
    padding: 4px 26px;
}
header .region.region-search .js-form-item.js-form-type-search .form-control {
    height: 35px;
}
div#slick-slide01 .field.field--name-dynamic-token-fieldnode-zakaz-button {
    bottom: 115px;
}
.node--type-slide .content .title-group h2 {
    font-size: 40px;
}
.front h1{
    font-size: 40px;
}
.node--type-slide .content .title-group h3 {
    font-size: 40px;
}
.node--type-slide .content .title-group h4 {
    font-size: 32px;
}.node--type-slide .content .title-group .field--name-field-anons-rabot {
    font-size: 17px;
}
.node--type-slide .content .title-group::after {
    width: 615px;
    height: 424px;
}
.node--type-slide .content .certificate .sertif-title {
    font-size: 17px;
}
.node--type-slide .content .certificate .sertif-body {
    font-size: 13px;
    width: 196px;
}
.node--type-slide .content .certificate .group-content::after {
    height: 108px;
    width: 305px;
}
.node--type-slide .content .certificate .group-content {
    gap: 15px;
    padding-bottom: 81px;
}
.node--type-slide .content .certificate .group-content .photoswipe-gallery.field.field--name-field-sertifikat1-izobrazhenie{
    width: 75px;
}
.region .block-title, .region.region-content .title-pg {
    font-size: 38px;
}
.field.field--name-field-izobrazhenie-punkt-o-nas {
   width: 64px;
}
.field.field--name-field-izobrazhenie-punkt-o-nas img{
    width: 40px;
    height: 40px;
}
.node--type-punkt-o-nas .field.field--name-body {
    width: 145px;
    font-size: 12px;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--name-field-punkty-o-nas .field--type-text-with-summary p {
    width: 145px;
    font-size: 12px;
}
.node--type-punkt-o-nas {
        width: 231px;
        height: 95px;
    }

.about-block .right-group .field--name-field-punkty-o-nas {
    column-gap: 16px;
    row-gap: 22px;
}
.about-block .left-group .about-1 {
    font-size: 18px;
}
.about-block .left-group .about-2 {
    font-size: 14px;
}
.about-block .field.field--name-field-izobrazhenie-o-nas.field--type-image {
    position: absolute;
    bottom: -107px;
    height: 218px;
}
.about-block {
    height: 579px;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-izobrazhenie-usluga,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-izobrazhenie-produkciya{
    width: 225px;
    height: 226px;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-izobrazhenie-usluga a,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-izobrazhenie-produkciya a{
    width: 100%;
    height: 100%;
    display: flex;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-izobrazhenie-usluga a img,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-izobrazhenie-produkciya a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-description ,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-description-product, .view-nasha-produkciya .view-content .views-row .field.field--name-node-title a {
    font-size: 17px;
    width: 221px;
}

.view-nasha-produkciya .view-content .views-row .abs-group {
    width: 221px;
}
.view-nasha-produkciya .view-content .views-row .field.field--name-field-description-product, .view-nasha-produkciya .view-content .views-row .field.field--name-node-title a {
    margin-bottom: 3px;
}
.block-system-main-block, .view-content .views-row .field.field--name-field-izobrazhenie-galereya{
    width: 225px;
    height: 164px;
}
.block-system-main-block, .view-content .views-row .field.field--name-field-izobrazhenie-galereya a{
    width: 100%;
    height: 100%;
    display: flex;
}
.view-content .views-row .field.field--name-field-izobrazhenie-galereya a img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma {
    width: 480px;
    height: 455px;
    padding-top: 28px;
    padding-left: 53px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-item input {
    width: 391px;
    margin-bottom: 21px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma button.webform-button--submit {
    margin-bottom: 35px;
}
.feedback-block .region.region-feedback .block-title {
    width: 386px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-type-checkbox .form-checkbox {
    width: 22px;
    height: 22px;
}
.feedback-block .region.region-feedback {
    padding-top: 73px;
    padding-bottom: 78px;
}
footer .col-logo {
    margin-right: 100px;
}
footer .footer-left {
    margin-right: 100px;
}
footer .second-row {
    justify-content: space-between;
}
footer .second-row .col-1,
footer .second-row .col-2,
footer .second-row .col-3 {
     margin-right: 0;
}
footer .second-row .col-4{
    width: 160px;
}
.view-servisnye-uslugi .view-content, .view-nasha-produkciya .view-content {
     gap: 20px;
}
.view-nasha-produkciya .view-content .views-row .abs-group {
    width: 221px;
}
.node--type-about.node--view-mode-full .left-group {
    width: 495px;
}

.node--type-about.node--view-mode-full .right-group .field--name-field-punkty-o-nas {
    column-gap: 16px;
    row-gap: 22px;
}
 .view-content {
    gap: 20px;
 }

 footer .region.region-search .js-form-item.js-form-type-search .form-control {
   height: 35px;
 }
footer .region.region-search button.search-form__submit {
    padding: 6px 26px;
}
.node--type-slide .content .title-group .field--name-field-produkciya-zagolovok {
    font-size: 47px;
}
.node--type-slide .content .title-group ul li {
    font-size: 20px;
}
.node--type-slide .content .title-group .field--name-field-produkciya-zagolovok::after {
   bottom: -10px;
}

}

.front .block-system-main-block {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul {
     gap: 0;
}
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul li a {
    font-size: 14px;
    line-height: 21px;
}
.header-bottom {
    height: 38px;
}
.node--type-slide .content .title-group .field--name-field-produkciya-zagolovok {
    font-size: 47px;
}
.node--type-slide .content .title-group ul li {
    font-size: 20px;
}
.node--type-slide .content .title-group h2 {
    font-size: 40px;
}
.front h1{
    font-size: 40px;
}
.node--type-slide .content .title-group h3 {
    font-size: 40px;
}
div#slick-slide01 .field.field--name-dynamic-token-fieldnode-zakaz-button {
    bottom: 78px;
}

.node--type-slide .content .title-group h4 {
    font-size: 32px;
}.node--type-slide .content .title-group .field--name-field-anons-rabot {
    font-size: 17px;
}
.node--type-slide .content .title-group::after {
    width: 615px;
    height: 424px;
}
.node--type-slide .content .certificate .sertif-title {
    font-size: 17px;
}
.node--type-slide .content .certificate .sertif-body {
    font-size: 13px;
    width: 196px;
}
.node--type-slide .content .certificate .group-content::after {
    height: 108px;
    width: 305px;
}
.node--type-slide .content .certificate .group-content {
    gap: 15px;
}
.node--type-slide .content .certificate .group-content .photoswipe-gallery.field.field--name-field-sertifikat1-izobrazhenie{
    width: 75px;
}
.region .block-title, .region.region-content .title-pg {
    font-size: 36px;
    margin-left: auto !important;
    margin-right: auto;
}

div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
     flex-direction: column;
     align-items: start;
}

div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .title-group {
    padding-bottom: 75px;
}

div#slider-block .view.view-slayder.view-id-slayder .view-content .blazy--field-image {
    height: 719px;
}
.about-block .group-content {
    flex-direction: column;
    align-items: center;
}

.field.field--name-field-izobrazhenie-punkt-o-nas {
   width: 64px;
}
.field.field--name-field-izobrazhenie-punkt-o-nas img{
    width: 40px;
    height: 40px;
}
.node--type-punkt-o-nas .field.field--name-body {
    width: 145px;
    font-size: 12px;
}
.node--type-punkt-o-nas {
        width: 231px;
        height: 95px;
    }
.about-block .left-group {
    width: 477px;
}
.about-block .right-group .field--name-field-punkty-o-nas {
    column-gap: 16px;
    row-gap: 22px;
}
.about-block .left-group .about-1 {
    font-size: 18px;
}
.about-block .right-group {
    width: 480px;
}
.about-block .left-group .about-2 {
    font-size: 14px;
}
.about-block .field.field--name-field-izobrazhenie-o-nas.field--type-image {
    position: absolute;
    top: 350px;
    height: 218px;
}
.about-block {
    height: 835px;
}
.about-block .field--name-node-link {
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
}
.about-block .field--name-node-link a {
    max-width: 161px;
}
.view-servisnye-uslugi .view-content, .view-nasha-produkciya .view-content {
    justify-content: center;
}
.services-block .view-content, .products-block .view-content, .gallary-block .view-content, .view-gallery-new .view-content{
   justify-content: center;
}
.feedback-block .region.region-feedback {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma {
    width: 480px;
    height: 455px;
    padding-top: 28px;
    padding-left: 53px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-item input {
    width: 391px;
    margin-bottom: 21px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma button.webform-button--submit {
    margin-bottom: 35px;
}
.feedback-block .region.region-feedback .block-title {
    width: 386px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-type-checkbox .form-checkbox {
    width: 22px;
    height: 22px;
}
.feedback-block .region.region-feedback {
    padding-top: 73px;
    padding-bottom: 78px;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--type-text-with-summary p {
    font-size: 18px;
    font-weight: 500;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--name-field-punkty-o-nas .field--type-text-with-summary p {
    font-size: 12px;
    font-weight: 700;
}
footer .second-row .col-1,
footer .second-row .col-2,
footer .second-row .col-3 {
     margin-right: 0;
}
footer .second-row .col-4{
    width: 160px;
}footer .row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
footer .col-logo {
    flex-direction: column;
    margin-right: 0;
    align-items: center;
}
footer .footer-left {
   margin-right: 0;
}
footer .region.region-search .js-form-item.js-form-type-search .form-control {
    right: 245px;
     bottom: -16px;
}
footer .region.region-search button.search-form__submit {
        right: 139px;
        bottom: -16px;
}
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul li a{
     height: 38px;
}
header nav#block-vesta-theme-osnovnayanavigaciya-4 ul.dropdown-menu li a{
    height: 38px;
}
footer .second-row {
     justify-content: space-between;
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 25px;
    align-items: center;
    gap: 25px;
}
.row-copiryght .col-sm-6 {
        width: 100%;
        text-align: center !important;
    }
footer .row {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.ci_phone, .ci_mail, .ci_adress{
    text-align: center;
}
.btn-search-footer.active {
    display: block;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .left-group .photoswipe-gallery.field {
    width: 268px;
    height: 272px;
}

 .block-system-main-block{
    justify-content: center;
 }
 .wr_content .block.block-system.block-system-main-block .node--view-mode-full {
    justify-content: center;
}
.contacts-page .col-2 .mail-group {
    justify-content: center;
    gap:0;
}
.contacts-page .col-1 .phone-group {
   justify-content: center;
   gap:0;
}
.contacts-page .col-3 .col-adress {
    margin-right:0;
    justify-content: center;
    gap: 0;
}

footer .col-logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer .col-logo a {
    width: 167px;
    height: 85px;
}
footer .second-row .col-3 {
    width: 178px;
}


}



@media screen and (min-width: 577px) and (max-width: 767px) {
.certificate{
    display: none;
}
.region .block-title, .region.region-content .title-pg {
        font-size: 26px !important;
        margin-left: auto !important;
        margin-right: auto;
}

footer .col-logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer .col-logo a {
    width: 167px;
    height: 85px;
}
.node--type-slide .content .title-group .field--name-field-produkciya-zagolovok {
    font-size: 35px;
    margin-bottom: 15px;
}
.node--type-slide .content .title-group .field--name-field-produkciya-zagolovok::after {
    bottom: -10px;
}
.node--type-slide .content .title-group ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
div#slick-slide01 .field.field--name-dynamic-token-fieldnode-zakaz-button {
    bottom: 102px;
}

.node--type-slide .content .title-group h2 {
    font-size: 26px;
}
.front h1{
    font-size: 26px;
}
.node--type-slide .content .title-group h3 {
    font-size: 26px;
}
.node--type-slide .content .title-group h4 {
    font-size: 24px;
}.node--type-slide .content .title-group .field--name-field-anons-rabot {
    font-size: 14px;
}
.node--type-slide .content .title-group h2 {
    width: 400px;
}
.node--type-slide .content .title-group .field--name-field-anons-rabot {
    width: 432px;
}
.node--type-slide .content .title-group::after {
    width: 442px;
    height: 335px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .title-group {
    padding-bottom: 90px;
}
.about-block .group-content {
    flex-direction: column;
    align-items: center;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--type-text-with-summary p{
    font-size: 16px;
    font-weight: 500;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--name-field-punkty-o-nas .field--type-text-with-summary p {
    font-size: 12px;
    font-weight: 700;
}
.field.field--name-field-izobrazhenie-punkt-o-nas {
   width: 64px;
}
.field.field--name-field-izobrazhenie-punkt-o-nas img{
    width: 40px;
    height: 40px;
}
.node--type-punkt-o-nas .field.field--name-body {
    width: 145px;
    font-size: 12px;
}
.node--type-punkt-o-nas {
        width: 231px;
        height: 95px;
    }
.about-block .left-group {
    width: 477px;
}
.about-block .right-group .field--name-field-punkty-o-nas {
    column-gap: 16px;
    row-gap: 22px;
}
.about-block .left-group .about-1 {
    font-size: 18px;
}
.about-block .right-group {
    width: 480px;
}
.about-block .left-group .about-2 {
    font-size: 14px;
}
.about-block .field.field--name-field-izobrazhenie-o-nas.field--type-image {
    position: absolute;
    top: 280px;
    height: 218px;
}
.about-block {
    height: 755px;
}
.about-block .field--name-node-link {
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
}
.about-block .field--name-node-link a {
    max-width: 161px;
}
.view-servisnye-uslugi .view-content, .view-nasha-produkciya .view-content {
    justify-content: center;
}
.services-block .view-content, .products-block .view-content, .gallary-block .view-content, .view-gallery-new .view-content{
   justify-content: center;
}
.feedback-block .region.region-feedback {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma {
    width: 480px;
    height: 455px;
    padding-top: 28px;
    padding-left: 53px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-item input {
    width: 391px;
    margin-bottom: 21px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma button.webform-button--submit {
    margin-bottom: 35px;
}
.feedback-block .region.region-feedback .block-title {
    width: 386px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-type-checkbox .form-checkbox {
    width: 22px;
    height: 22px;
}
.feedback-block .region.region-feedback {
    padding-top: 73px;
    padding-bottom: 78px;
}

footer .second-row .col-1,
footer .second-row .col-2,
footer .second-row .col-3 {
     margin-right: 0;
}
footer .second-row .col-4{
    width: 160px;
}footer .row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
footer .col-logo {
    flex-direction: column;
    margin-right: 0;
    align-items: center;
}
footer .footer-left {
   margin-right: 0;
}
footer .region.region-search .js-form-item.js-form-type-search .form-control {
    right: 245px;
     bottom: -16px;
}
footer .region.region-search button.search-form__submit {
        right: 139px;
        bottom: -16px;
}

footer .second-row {
     justify-content: space-between;
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 25px;
    align-items: center;
    gap: 25px;
}
.row-copiryght .col-sm-6 {
        width: 100%;
        text-align: center !important;
    }
footer .row {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.ci_phone, .ci_mail, .ci_adress{
    text-align: center;
}
.btn-search-footer.active {
    display: block;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .left-group .photoswipe-gallery.field {
    width: 268px;
    height: 272px;
}

 .block-system-main-block{
    justify-content: center;
 }
 .wr_content .block.block-system.block-system-main-block .node--view-mode-full {
    justify-content: center;
}
.contacts-page .col-2 .mail-group {
    justify-content: center;
    gap:0;
}
.contacts-page .col-1 .phone-group {
   justify-content: center;
   gap:0;
}
.contacts-page .col-3 .col-adress {
    margin-right:0;
    justify-content: center;
    gap: 0;
}

.view-servisnye-uslugi .view-content .views-row .field.field--name-field-izobrazhenie-usluga,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-izobrazhenie-produkciya{
    width: 225px;
    height: 226px;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-izobrazhenie-usluga a,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-izobrazhenie-produkciya a{
    width: 100%;
    height: 100%;
    display: flex;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-izobrazhenie-usluga a img,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-izobrazhenie-produkciya a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-description ,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-description-product, .view-nasha-produkciya .view-content .views-row .field.field--name-node-title a {
    font-size: 17px;
    width: 221px;
}

.view-nasha-produkciya .view-content .views-row .abs-group {
    width: 221px;
}
.view-nasha-produkciya .view-content .views-row .field.field--name-field-description-product, .view-nasha-produkciya .view-content .views-row .field.field--name-node-title a {
    margin-bottom: 3px;
}
.block-system-main-block, .view-content .views-row .field.field--name-field-izobrazhenie-galereya{
    width: 225px;
    height: 164px;
}
.block-system-main-block, .view-content .views-row .field.field--name-field-izobrazhenie-galereya a{
    width: 100%;
    height: 100%;
    display: flex;
}
.view-content .views-row .field.field--name-field-izobrazhenie-galereya a img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.not-front .wr_content {
    padding-top: 30px;
}
.btn-search-footer {
    margin-left: 213px;
}
footer .region.region-search button.search-form__submit {
        right: 84px;
        bottom: -16px;
    }
footer .region.region-search .js-form-item.js-form-type-search .form-control {
        right: 190px;
        bottom: -16px;
    }
ul.slick-dots li button {
     width: 20px;
}
ul.slick-dots li.slick-active button {
    width: 41px;
}
ul.slick-dots {
    bottom: 49px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .blazy--field-image {
        height: 706px;
    }

footer .second-row .col-1 .phone-group a {
    font-size: 16px;
    
}

.node--type-slide .content .title-group .field--name-field-akciya {
    font-size: 44px;
    margin-top: 84px;
    margin-bottom: 12px;
    width:400px;
}
.node--type-slide .content .title-group .field--name-field-uslovie-akcii {
    font-size: 30px;
    width:400px;
}
footer .second-row .col-1{
    width: 184px;
}
footer .second-row .col-3 {
    width: 182px;
}


}




@media screen  and (max-width: 576px) {
.certificate{
    display: none;
}

.alert_metrika button.btn.btn-primary {
    font-size: 12px;
    padding: 10.5px 25px;
}
.alert_metrika p strong {
    font-size: 14px;
}
.alert_metrika p {
    font-size: 10px;
    font-weight: 500;
    margin: 0;
}

.region .block-title, .region.region-content .title-pg {
        font-size: 20px !important;
        margin-left: auto !important;
        margin-right: auto;
        margin-bottom: 32px;
}
.node--type-slide .content {
    padding-top: 44px;
}
.node--type-slide .content .title-group::after {
    top: 23px;
}
footer .col-logo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer .col-logo a {
    width: 167px;
    height: 85px;
}
.more-link a {
    max-width: 159px;
    padding: 7px 25px;
    font-size: 10px;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--type-text-with-summary p {
    font-size: 16px;
    font-weight: 500;
}
.node--type-slide .content .title-group .field--name-field-akciya {
    font-size: 30px;
    margin-top: 62px;
    margin-bottom: 12px;
    width: 285px;
}
div#slick-slide01 .field.field--name-dynamic-token-fieldnode-zakaz-button {
    bottom: 70px;
}

.node--type-slide .content .title-group .field--name-field-produkciya-zagolovok {
    font-size: 26px;
    margin-bottom: 15px;
}
.node--type-slide .content .title-group .field--name-field-produkciya-zagolovok::after {
    bottom: -10px;
    border-width: 2px;
}
.node--type-slide .content .title-group ul li {
    font-size: 14px;
    margin-bottom: 7px;
}
.node--type-slide .content .title-group .field--name-field-uslovie-akcii {
    font-size: 20px;
    width: 285px;
}
.services-block, .products-block {
    margin-bottom: 30px;
}

.node--type-slide .content .title-group h2 {
    font-size: 20px;
}
.front h1{
    font-size: 20px;
}
.node--type-slide .content .title-group h3 {
    font-size: 20px;
}
.node--type-slide .content .title-group h4 {
    font-size: 16px;
}.node--type-slide .content .title-group .field--name-field-anons-rabot {
    font-size: 10px;
}
.node--type-slide .content .title-group h2 {
    width: 339px;
}
.node--type-slide .content .title-group .field--name-field-anons-rabot {
    width: 339px;
}
.node--type-slide .content .title-group::after {
    width: 321px;
    height: 270px;
}
.node--type-slide .content .field--name-dynamic-token-fieldnode-zakaz-button a {
    background-color: #198FED;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 15px;
    color: #FFFFFF;
}
ul.slick-dots li button {
     width: 20px;
}
ul.slick-dots li.slick-active button {
    width: 41px;
}
ul.slick-dots {
    bottom: 6px;
}
div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .title-group {
    padding-bottom: 67px;
}
.about-block .group-content {
    flex-direction: column;
    align-items: center;
}
.about-block .block-title::after {
    width: 140px;
}
.region .block-title::after, .title-pg::after {
    border-width: 2px;
    bottom: -7px;
    width: 100% !important;
}

.field.field--name-field-izobrazhenie-punkt-o-nas {
   width: 64px;
}
.field.field--name-field-izobrazhenie-punkt-o-nas img{
    width: 25px;
    height: 25px;
}
.node--type-punkt-o-nas .field.field--name-body {
    width: 127px;
    font-size: 8px;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--name-field-punkty-o-nas .field--type-text-with-summary p {
    font-size: 8px;
}
.node--type-punkt-o-nas {
        width: 173px;
        height: 58px;
    }
.about-block .left-group {
    width: 90%;
}
.about-block .right-group .field--name-field-punkty-o-nas {
    column-gap: 16px;
    row-gap: 15px;
    justify-content: center;
}
.about-block .left-group .about-1 {
    font-size: 18px;
    width: 100%;
}
.about-block .right-group {
    width: 100%;
}
.about-block .left-group .about-2 {
   font-size: 12px;
   width: 100%;
}
.about-block .region-about .block-title {
    margin-bottom: 30px;
}
.about-block .field.field--name-field-izobrazhenie-o-nas.field--type-image {
    display: none;
}
.about-block {
    height: 100%;
}
.about-block .field--name-node-link {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.about-block .field--name-node-link a {
    max-width: 161px;
    padding: 7px 14px;
    font-size: 10px;
    
}
.about-block .left-group .field.field--name-body {
    margin-bottom: 32px;

}
.view-servisnye-uslugi .view-content, .view-nasha-produkciya .view-content {
    justify-content: center;
}
.services-block .view-content, .products-block .view-content, .gallary-block .view-content, .view-gallery-new .view-content{
   justify-content: center;
}
.feedback-block .region.region-feedback {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma {
    width: 350px;
        height: 395px;
        padding-top: 20px;
        padding-left: 18px;
}
footer .tesis-body {
    font-size: 12px;
}
footer nav#block-vesta-theme-osnovnayapodval-2 ul li a {
    font-size: 12px;
}

.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-item input {
    width: 313px;
    margin-bottom: 18px;
    height: 36px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma button.webform-button--submit {
    margin-bottom: 28px;
    padding: 8px 39px;
    font-size: 10px;
}
.feedback-block .region.region-feedback .block-title {
    width: 66%;
}
.feedback-block .region.region-feedback .block-title {
     margin-bottom: 42px;
}
.feedback-block .region.region-feedback div#block-vesta-theme-vebforma .js-form-type-checkbox .form-checkbox {
    width: 22px;
    height: 22px;
}
.feedback-block .region.region-feedback {
    padding-top: 40px;
    padding-bottom: 60px;
}
.feedback-block .region.region-feedback .body-zayavka {
    width: 90%;
    font-size: 12px;
    padding-left: 5%;
}
footer .second-row .col-1 .phone-group a {
   font-size: 16px;
}
footer .second-row .col-1,
footer .second-row .col-2,
footer .second-row .col-3 {
     margin-right: 0;
}
footer .second-row .col-4{
    width: 160px;
}footer .row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
footer .col-logo {
    flex-direction: column;
    margin-right: 0;
    align-items: center;
}
footer .footer-left {
   margin-right: 0;
}
footer .region.region-search .js-form-item.js-form-type-search .form-control {
    right: 245px;
     bottom: -16px;
}
footer .region.region-search button.search-form__submit {
        right: 139px;
        bottom: -16px;
}

footer .second-row {
     justify-content: space-between;
    flex-direction: column;
    padding-top: 30px;
    margin-bottom: 25px;
    align-items: center;
    gap: 25px;
}
.row-copiryght .col-sm-6 {
        width: 100%;
        text-align: center !important;
    }
footer .row {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.ci_phone, .ci_mail, .ci_adress{
    text-align: center;
}
footer .second-row .col-1{
    width: 184px;
}
footer .second-row .col-3 {
    width: 182px;
}
.btn-search-footer.active {
    display: block;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .left-group .photoswipe-gallery.field {
    width: 268px;
    height: 272px;
}

 .block-system-main-block{
    justify-content: center;
 }
 .wr_content .block.block-system.block-system-main-block .node--view-mode-full {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.wr_content .block.block-system.block-system-main-block .node--type-about.node--view-mode-full {
    gap: 10px;
}
.wr_content .block.block-system.block-system-main-block .node--type-about.node--view-mode-full .left-group {
         order: 1; 
    
}
.wr_content .block.block-system.block-system-main-block .node--type-about.node--view-mode-full .right-group {
         order: 2;    
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    order: 1;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .left-group {
    order: 2;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--type-text-with-summary {
    margin-bottom: 20px;
}
.contacts-page .col-2 .mail-group {
    justify-content: center;
    gap:0;
}
.contacts-page .col-1 .phone-group {
   justify-content: center;
   gap:0;
}
.contacts-page .col-3 .col-adress {
    margin-right:0;
    justify-content: center;
    gap: 0;
}
.wr_content .block.block-system.block-system-main-block .node--view-mode-full .right-group .field--name-dynamic-token-fieldnode-zakaz-button a {
    font-size: 13px;
    
}

.view-servisnye-uslugi .view-content .views-row .field.field--name-field-izobrazhenie-usluga,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-izobrazhenie-produkciya{
    width: 225px;
    height: 226px;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-izobrazhenie-usluga a,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-izobrazhenie-produkciya a{
    width: 100%;
    height: 100%;
    display: flex;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-izobrazhenie-usluga a img,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-izobrazhenie-produkciya a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-description ,
.view-nasha-produkciya .view-content .views-row .field.field--name-field-description-product, .view-nasha-produkciya .view-content .views-row .field.field--name-node-title a {
    font-size: 17px;
    width: 221px;
}

.view-nasha-produkciya .view-content .views-row .abs-group {
    width: 221px;
}
.view-nasha-produkciya .view-content .views-row .field.field--name-field-description-product, .view-nasha-produkciya .view-content .views-row .field.field--name-node-title a {
    margin-bottom: 3px;
}
.block-system-main-block, .view-content .views-row .field.field--name-field-izobrazhenie-galereya{
    width: 225px;
    height: 164px;
}
.block-system-main-block, .view-content .views-row .field.field--name-field-izobrazhenie-galereya a{
    width: 100%;
    height: 100%;
    display: flex;
}
.view-content .views-row .field.field--name-field-izobrazhenie-galereya a img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.not-front .wr_content {
    padding-top: 30px;
}
.btn-search-footer {
    margin-left: 213px;
}
footer .region.region-search button.search-form__submit {
        right: 79px;
        bottom: -16px;
    }
    footer .region.region-search button.search-form__submit {
    padding: 5px 12px;
    font-size: 14px;
    }
footer .region.region-search .js-form-item.js-form-type-search .form-control {
       
        right: 150px;
        bottom: -16px;
    }
    footer .region.region-search .js-form-item.js-form-type-search .form-control {
    width: 162px;
    height: 31px;
    }
.row-copiryght .text-start {
    text-align: center !important;
}
.node--type-about.node--view-mode-full .group-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.node--type-about.node--view-mode-full .group-content {
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.node--type-about.node--view-mode-full .right-group .field--name-field-punkty-o-nas {
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}
.node--type-about.node--view-mode-full .left-group .about-1 {
   width: 100% !important;
}
.node--type-about.node--view-mode-full .left-group .about-2 {
    width: 100% !important;
}
.node--type-about.node--view-mode-full .left-group {
    width: 95% !important;
}
.node--type-about.node--view-mode-full .right-group {
    width: 100% !important;
}
footer .region-tesis{
    width: 80%;
}
.alert_metrika .metrika-text {
    margin-bottom: 28px;
    width: 95%;
    padding-left: 3%;
}
.alert_metrika .block-btns {
    margin-top: 15px;
    padding-left: 3%;
}
footer .second-row .col-3 .col-adress .adress {
    width: 150px;
}

}



.offcanvas{
    background-color: #FFFFFF;
}

.offcanvas .logo a{
  width: 137px;
  height: 70px;
  display: flex;
}

.offcanvas .logo a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offcanvas nav ul li a{
    font-size: 16px;
    font-weight: 600;
    color: #198FED;
}
.offcanvas .dropdown-toggle::after{
    background-image: url(/sites/all/themes/vesta_theme/image/strvniz_s.svg);
    color: #198FED;
}
.offcanvas .dropdown-toggle:hover::after {
    color: #FFFFFF;
    background-image: url(/sites/all/themes/vesta_theme/image/strvniz.svg);
}

.offcanvas nav ul li a:hover{
    color: #FFFFFF;
    background-color:#000B9F ;

}
.offcanvas .region-navigation{
    margin-bottom: 20px;
}
.offcanvas .phone-group a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}
 .offcanvas .mail-group a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 111px;
    color: #000000;
    text-decoration: none;
}

.block-system-main-block form.search-api-page-block-form-search,
.block-system-main-block h2,
.block-system-main-block h3,
.block-system-main-block p{
    width: 100%;

}
.block-system-main-block form.search-api-page-block-form-search button{
    background-color: #198FED;
}
.block-system-main-block form.search-api-page-block-form-search button:hover{
    background-color: #000B9F;
}
footer .row.row-copiryght{
    margin-bottom: 0;
}

.ui-dialog.ui-widget .ui-dialog-titlebar{
background-color: #198FED;
height: 50px;
display: flex;
align-items: center;
border: none;
}

.ui-dialog.ui-widget{
    padding: 0;
}

.ui-dialog.ui-widget .ui-dialog-titlebar .ui-button-icon.ui-icon.ui-icon-closethick{
    background-color: #198FED;
    border: none;
}
.ui-dialog-titlebar.ui-corner-all.ui-widget-header button {
    border: none;
    background: transparent;
}
.ui-dialog-titlebar .ui-dialog-title{
    color: #FFFFFF;
}

div#webform-submission-callback-form-ajax form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
div#webform-submission-callback-form-ajax .js-form-item input {
    width: 310px;
    height: 39px;
    border-radius: 6px;
    margin-bottom: 0px;
    color: #000000;
    border-color: #000000;
}
div#webform-submission-callback-form-ajax button.webform-button--submit {
    padding: 8px 39px;
    border: none;
    border-radius: 6px;
    background-color: #198FED;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: auto;
    text-align: center;
    text-decoration: none;
    margin-bottom: 15px;
}

div#webform-submission-callback-form-ajax .js-form-type-checkbox .form-checkbox {
        width: 22px;
        height: 22px;
    }

div#webform-submission-callback-form-ajax .description {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    width: 265px;
}
div#webform-submission-callback-form-ajax .description a {
    color: #198FED;
}
div#webform-submission-callback-form-ajax .js-form-item.form-item.js-form-type-checkbox.form-type-checkbox{
    margin-bottom: 18px;
    display: flex;
    gap: 8px;
}
div#webform-submission-callback-form-ajax .js-form-item input::placeholder{
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.38);
    border-color: #000000;
}
    .view-servisnye-uslugi .view-content .views-row .field.field--name-node-link {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-field-izobrazhenie-usluga::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.46);
}
.view-servisnye-uslugi .view-content .views-row .field.field--name-node-link a {
    width: 100%;
    height: 100%;
    color: transparent;
}
.view-nasha-produkciya .view-content .views-row .field--name-field-izobrazhenie-produkciya::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.46);
}
