/* Шапка */
.region-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1420px;
    margin: 0 auto;
}

.header-block {
    margin: 30px 0;
    padding: 0;
}

.header-block .container {
    padding: 0;
}

/* контакты */
.contacts {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 130px;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 120%;
    color: #333333;
}

.contacts div {
    padding-left: 32px;
}

.contacts p {
    margin: 0;
}

.contacts .email,
.contacts .time {
    align-self: end;
}

.contacts a {
    color: #333333;
    text-decoration: none;
}

.contacts .adress::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../image/contacts/adress.svg) no-repeat;
    left: 0;
}

.contacts .phone::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../image/contacts/phone.svg) no-repeat;
    left: 392px;
}

.contacts .email::before {
    content: "";
    width: 32px;
    height: 24px;
    position: absolute;
    background: url(../image/contacts/email.svg) no-repeat;
    left: 0;
}

.contacts .time::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../image/contacts/time.svg) no-repeat;
    left: 392px;
}

/* кнопка Заказать звонок */
#block-vesta-theme-knopkaostavitzayavku .btn-default {
    min-width: 235px;
    min-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 110%;
    color: #ffffff;
    background-color: #025790;
    border-radius: 16px;
    border-color: #025790;
}

#block-vesta-theme-knopkaostavitzayavku .btn-default:focus {
    outline: 2px solid #025790;
    outline-offset: 2px;
}

#block-vesta-theme-knopkaostavitzayavku .btn-default:hover {
    outline: none;
    opacity: 0.8;
}

#block-vesta-theme-knopkaostavitzayavku .btn-default:active {
    opacity: 0.6;
}
/* форма заказа звонка*/
.ui-dialog.ui-corner-all .ui-dialog-titlebar {
    border: none;
    border-radius: 16px;
    padding: 15px;
    background-color: #c9dfff;
}

.ui-dialog.ui-corner-all .ui-button-icon-only .ui-icon {
    left: 0;
}

.ui-dialog.ui-corner-all {
    border: none;
    border-radius: 16px;
    background-color: #c9dfff;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #333333;
}

.ui-dialog.ui-corner-all #webform-submission-callback-form-ajax input {
    padding: 15px;
    height: 57px;
    font-size: 18px;
}

.ui-dialog.ui-corner-all .webform-submission-callback-form .webform-button--submit {
    background-color: #025790;
    border-radius: 16px;
    padding: 15px 0;
    font-size: 18px;
}

.ui-dialog.ui-corner-all .webform-submission-callback-form .webform-button--submit:focus {
    outline: 2px solid #025790;
    outline-offset: 2px;
}

.ui-dialog.ui-corner-all .webform-submission-callback-form .webform-button--submit:hover {
    outline: none;
    opacity: 0.8;
}

.ui-dialog.ui-corner-all .webform-submission-callback-form .webform-button--submit:active {
    opacity: 0.6;
}

/* Навигация */
#superfish-main {
    display: flex;
    column-gap: 40px;
}

#superfish-main .sf-depth-1 a {
    display: block;
    padding: 20px;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 110%;
}

#superfish-main .sf-depth-1.menuparent  a {
    padding-right: 30px;
}

#superfish-main .sf-depth-1 a:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

#superfish-main .sf-depth-1 a:hover {
    opacity: 0.8;
}

#superfish-main .sf-depth-1 a:active {
    opacity: 0.6;
}


#superfish-main .sf-menu.sf-main.sf-horizontal {
    position: relative;
    min-width: 200px;
}

.navigation {
    position: relative;
    background-color: #025790;
    z-index: 2;
}

.navigation .container {
    min-height: 82px;
    padding-top: 10px;

}

/* Всплывающее меню */
#superfish-main .sf-depth-1.menuparent ul {
    margin-top: 10px;
}

/* Поиск (в основной навигации и в подвале) */
.search-api-page-block-form-search form {
    display: flex;
}
/* поле для ввода */
.search-api-page-block-form-search .js-form-type-search.form-type-search {
    order: 2;
}

.search-api-page-block-form-search .form-search {
    max-width: 235px;
    min-height: 52px;
    background-color: #025790;
    color: #ffffff;
    border: none;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 110%;
}

.search-api-page-block-form-search .form-search::placeholder {
    color: #ffffff;
}

.search-api-page-block-form-search .form-search:focus {
    outline: 2px solid #f7f7f7;
    outline-offset: 2px;
    background-color: #025790;
    border: none;
}

/* кнопка */
.search-api-page-block-form-search .btn-primary {
    margin-right: 4px;
    width: 56px;
    height: 50px;
    font-size: 0;
    background-color: #025790;
    border: none;
    background-image: url('../image/search.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
}

.search-api-page-block-form-search#block-vesta-theme-searchapipagesearchblockform .search-form__submit.btn-primary:hover{
    opacity: 0.8;
}

.search-api-page-block-form-search#block-vesta-theme-searchapipagesearchblockform .search-form__submit.btn-primary:active {
    opacity: 0.6;
    background-color: #025790;
    background-image: url('../image/search.svg');
}

/* Поиск на странице /search */
.block-system-main-block form {
    display: flex;
}

.block-system-main-block .search-api-page-block-form-search .js-form-type-search.form-type-search {
    order: 2;
}

.block-system-main-block .search-api-page-block-form-search .form-search {
    padding: 15px;
    background-color: #ffffff;
    color: #333333;
    outline: 2px solid #025790;
}

.block-system-main-block .search-api-page-block-form-search .form-search::placeholder {
    color: #333333;
}

.block-system-main-block .search-api-page-block-form-search .form-search:focus {
    outline: 2px solid #025790;
    outline-offset: 2px;
    background-color: #ffffff;
    border: none;
    box-shadow: none
}

/* кнопка поиска */
.block-system-main-block #search-api-page-block-form-search .btn-primary {
    margin-right: 4px;
    width: 56px;
    height: 50px;
    font-size: 0;
    background-image: url('../image/search-black.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    background-color: transparent;
    border: none;
}

.block-system-main-block #search-api-page-block-form-search .btn-primary:hover {
    opacity: 0.8;
}

.block-system-main-block #search-api-page-block-form-search .btn-primary:active {
    background-color: #ffffff;
    outline: 2px solid #025790;
}

/* Баннер с преимуществами */
.features-block {
    position: relative;
    min-height: 498px;
}

#block-vesta-theme-fonovoeizobrazheniebannerapreimuschestv {
    width: 100%;
}

.features-block img {
    width: 100%;
    margin-bottom: 73px;
}

#features-block h1 {
    position: absolute;
    min-width: 1230px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#block-vesta-theme-chemzanimaetsyakompaniya {
    position: absolute;
    min-width: 1230px;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#features-block h1,
#block-vesta-theme-chemzanimaetsyakompaniya p {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    line-height: 120%;
    color: #333333;
    text-align: center;
}

#block-vesta-theme-chemzanimaetsyakompaniya::after {
    position: absolute;
    content: "";
    display: block;
    width: 29px;
    height: 16px;
    top: 215px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../image/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

#block-vesta-theme-slogankompanii {
    position: absolute;
    min-width: 1230px;
    top: 239px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#block-vesta-theme-slogankompanii p {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 130%;
    color: #333333;
    text-align: center;
}

/* Карточки преимуществ */
.features_cards-block {
    position: relative;
}

.features_cards-block .container {
    position: absolute;
    left: 50%;
    transform: translate(-42%, -100%);
}

.region.region-features-cards {
    display: flex;
    gap: 50px;
}

.region-features-cards .block-block-content121ca6a6-8531-4f3f-aaa5-4eb07699e1f7,
.region-features-cards .block-block-content47ff725a-eead-4d57-8014-5f8ece0f2ef7,
.region-features-cards .block-block-content235ec95e-1974-4b3a-af09-a20e25dac1a2 {
    min-width: 400px;
    height: 146px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    justify-content: center;
    background-color: #ffffff;
    color: #333333;
    text-align: center;
    border-radius: 16px;
    box-shadow:
    0px 1px 2px rgba(75, 75, 75, 0.1),
    0px 5px 5px rgba(75, 75, 75, 0.2);
}

.region-features-cards .field__item {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 110%;
}

.region-features-cards p {
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 110%;
}

/* Услуги */
div#page div#services-block {
    margin: 90px 0 0 30px;
}

.services-block .container {
    padding: 0;
}

.region-services .views-element-container .block-title {
    margin-bottom: 50px;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    color: #333333;
}

.not-front .view-uslugi .view-content,
.region-services .view-content {
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.not-front .node--view-mode-teaser.node--view-mode-teaser,
.region-services .view-content .node--type-usluga {
    height: 450px;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    background-image: url("../image/services-background.svg");
    border-radius: 8%;
    color: #333333;
}

.not-front .view-uslugi .image-style-uslugi-317h222,
.region-services .image-style-uslugi-317h222 {
    margin-bottom: 20px;
    width: 317px;
    height: 222px;
    border-radius: 30px;
    object-fit: cover;
    object-position: top;
}

.not-front .view-uslugi h2,
.region-services .node--type-usluga .field--name-node-title h2 {
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    color: #333333;
}

.not-front .view-uslugi .field--name-field-stoimost-uslugi,
.region-services .field--name-field-stoimost-uslugi {
    margin-top: 30px;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 130%;
}

.not-front .node--type-usluga .node__links,
.region-services .node--type-usluga .node__links {
    height: 0;
}

.not-front .node--type-usluga .node__links a,
.region-services .node__links a {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 0;
    background-color: #025790;
    border-radius: 50%;
    font-size: 0;
    z-index: 1;
}

.not-front .node--type-usluga .node__links a::before,
.region-services .node__links a::before {
    position: absolute;
    content: "";
    background: url("../image/service-arrow.svg") no-repeat;
    width: 22px;
    height: 23px;
    bottom: 15px;
    right: 17px;
    z-index: 2;
    transform: none;
}

.not-front .node--type-usluga .node__links a:focus,
.region-services .node__links a:focus {
    outline: 2px solid #025790;
    outline-offset: 2px;
}

.not-front .node--type-usluga .node__links a:hover,
.region-services .node__links a:hover {
    outline: none;
    opacity: 0.8;
}

.not-front .node--type-usluga .node__links a:hover::before {
    transform: rotate(45deg);
}

.not-front .node--type-usluga .node__links a:active,
.region-services .node__links a:active {
    opacity: 0.6;
}


/* О компании */
div#page div#about-block {
    margin: 0 0 100px;
}

.about-block .container {
    padding: 0;
}

.region-about {
    display: flex;
    column-gap: 74px;
}

.about-block img {
    display: block;
    height: 450px;
    width: 600px;
    object-fit: contain;
    border-radius: 44px;
    background: linear-gradient(to right bottom, #025790, #7CC5F0);
}

.region-about .block-views-blockabout-block-1 .block-title {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    color: #333333;
    text-align: left;
}

.about-block {
    padding: 80px 160px;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 130%;
    background-color: #c9dfff;
    border-radius: 60px;
    color: #333333;
}

/* Товары (Каталог) */
#goods-block {
    margin-bottom: 100px;
}

.not-front .view-id-catalog .view-content,
.goods-block .view-content {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.not-front .view-id-catalog .view-content .views-row,
.goods-block .view-content .views-row {
    max-width: 300px;
}

.region-goods .block-views-blockcatalog-block-front .block-title {
    margin-bottom: 50px;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    color: #333333;
    text-align: left;
}

.not-front .view-id-catalog .view-content .taxonomy-term--type-catalog, /* класс для отдельной страницы каталога */
.goods-block .taxonomy-term {
    position: relative;
    max-width: 377px;
    height: 340px;
    background-color: #f1f0f5;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 88px;
    row-gap: 16px;
}

.not-front .view-id-catalog .view-content .taxonomy-term--type-catalog .field--name-field-catalog-image img,
.goods-block .taxonomy-term .field--name-field-catalog-image img {
    margin-bottom: 26px;
    width: 150px;
    height: 150px;
}

.not-front .view-id-catalog .view-content .taxonomy-term--type-catalog .field--name-field-catalog-image::before,
.goods-block .taxonomy-term .field--name-field-catalog-image::before {
    position: absolute;
    content: "";
    background-image: url('../image/ellipse.png');
    background-repeat: no-repeat;
    width: 195px;
    height: 195px;
    top: 8%;
    left: 49%;
    transform: translateX(-50%);

}

.field--name-taxonomy-term-title h2 {
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
}

.field--name-taxonomy-term-title h2 a {
    color: #333333;
}

.not-front .view-id-catalog .view-content .taxonomy-term--type-catalog .field--name-taxonomy-term-link a, /* класс для отдельной страницы каталога */
.goods-block .taxonomy-term .field--name-taxonomy-term-link a {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    bottom: 20px;
    right: 20px;
    font-size: 0;
    z-index: 1;
}

.not-front .view-id-catalog .view-content .taxonomy-term--type-catalog .field--name-taxonomy-term-link a::before, /* класс для отдельной страницы каталога */
.goods-block .taxonomy-term .field--name-taxonomy-term-link a::before {
    position: absolute;
    content: "";
    background-image: url(../image/show-more-goods.svg);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}

.not-front .view-id-catalog .view-content .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:focus, /* класс для отдельной страницы каталога */
.goods-block .taxonomy-term .field--name-taxonomy-term-link a:focus {
    outline: 2px solid #025790;
    outline-offset: 2px;
}

.not-front .view-id-catalog .view-content .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:hover, /* класс для отдельной страницы каталога */
.goods-block .taxonomy-term .field--name-taxonomy-term-link a:hover {
    outline: none;
}

.not-front .view-id-catalog .view-content .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:hover::before,
.goods-block .taxonomy-term .field--name-taxonomy-term-link a:hover::before {
    transform: none;
}

.not-front .view-id-catalog .view-content .taxonomy-term--type-catalog .field--name-taxonomy-term-link a:active,
.goods-block .taxonomy-term .field--name-taxonomy-term-link a:active {
    opacity: 0.6;
}

/* Наши контакты и карты */
#contacts_maps-block {
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.region-contacts-maps {
    margin: 0 auto;
    max-width: 1600px;
    display: flex;
    column-gap: 30px;
}

.region-contacts-maps .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 {
    max-width: 540px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    background-color: #f1f0f5;
    border-radius: 24px;
}

.region-contacts-maps .field--name-field-zagolovok {
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    color: #333333;
}

.region-contacts-maps .field--name-field-opisanie {
    margin-bottom: 30px;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    line-height: 150%;
    color: #333333;
}

.block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    font-weight: 500;
    line-height: 110%;
}

.block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .phone::before {
    left: 0;
}

.block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .email {
    align-self: start;
}

.block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .messengers {
    margin-bottom: 70px;
}

.messengers {
    position: relative;
    display: flex;
    column-gap: 24px;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 110%;
}

.messengers .whatsapp {
    padding-left: 32px;
}

.messengers .whatsapp::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../image/contacts/whatsapp.svg) no-repeat;
    left: 0;
}

.messengers .viber {
    padding-left: 32px;
}

.messengers .viber::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../image/contacts/viber.svg) no-repeat;
    left: 162px;
}

.messengers a {
    color: #333333;
}

.show-more {
    position: relative;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 110%;
}

.show-more a {
    display: block;
    max-width: 158px;
    padding-right: 36px;
    color: #333333;
}

.show-more a::before {
    content: "";
    width: 29px;
    height: 29px;
    position: absolute;
    top: 3px;
    left: 130px;
    background: url(../image/contacts/arrow-show-more.svg) no-repeat;
}

.mapContainer {
    border: 3px solid #025790;
    border-radius: 24px;
}

.mapContainer iframe {
    border-radius: 24px;
}

/* Слайдер карт */
.view-slayder-s-kartami .view-content {
    position: relative;
    max-width: 1030px;
}

.view-slayder-s-kartami button.slick-prev.slick-arrow::before {
    width: 10px;
    height: 18px;
    position: absolute;
    bottom: -340px;
    left: 358px;
    background-image:url('../image/slider-prev.svg');
    transform: rotate(0);
}

.view-slayder-s-kartami button.slick-next.slick-arrow::before {
    width: 10px;
    height: 18px;
    position: absolute;
    bottom: -340px;
    right: 358px;
    background-image:url('../image/slider-next.svg');
    transform: rotate(0);
}

.view-slayder-s-kartami .slick-dots {
    bottom: -60px;
}

/* Форма контактных данных клиента */
#form-block {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    background-color: #c9dfff;
    border-radius: 60px 60px 0 0;
}

#form-block::before {
    position: absolute;
    content: '';
    width: 600px;
    height: 300px;
    bottom: -80px;
    left: 390px;
    background: url(../image/cloud-bottom.png) no-repeat;
    z-index: 1;
}

#form-block::after {
    position: absolute;
    content: '';
    width: 600px;
    height: 300px;
    top: 0;
    right: 0;
    background: url(../image/clouds-right.png) no-repeat;
    z-index: 1;
}

#form-block .container {
    padding: 0;
}

.region-form {
    display: flex;
    column-gap: 100px;
}

.block-block-contenta3a670db-92ad-47c4-9d4f-b6bca3e949f7 .field--name-field-zagolovok,
.block-block-content35cacff5-4e55-45c4-bdb5-ee4e7b58db72 .field--name-field-zagolovok  {
    display: none;
}

.webform-submission-form input {
    width: 100%;
    height: 70px;
    padding: 22px 0 22px 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #f7f7f7;
    border: none;
    border-radius: 16px;
}

.webform-submission-form {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    position: relative;
    z-index: 2;
    /* чтобы облака не накрывали форму в случае чего */
}

.webform-submission-form > div {
    margin: 0;
}

.webform-submission-form .form-control::placeholder {
    color: #838383;
}

.block-block-contenta3a670db-92ad-47c4-9d4f-b6bca3e949f7 p {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 34px;
    line-height: 130%;
    text-align: left;
    color: #333333;
}

.webform-submission-form {
    max-width: 550px;
    display: flex;
    flex-direction: column;
}

.webform-submission-form .form-actions .webform-button--submit {
    width: 100%;
    padding: 20px 0;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    background-color: #025790;
    border: none;
    border-radius: 16px;
    color: #ffffff;
}

.webform-submission-form .form-actions .webform-button--submit:focus {
    outline: 2px solid #025790;
    outline-offset: 2px;
}

.webform-submission-form .form-actions .webform-button--submit:hover {
    outline: none;
    opacity: 0.8;
}

.webform-submission-form .form-actions .webform-button--submit:active {
    opacity: 0.6;
}

.webform-submission-form .form-item-markup {
    order: 5;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    color: #333333;
}

/* Подвал */
.region-footer {
    position: relative;
}

.region-footer #superfish-main--2 {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 110%;
}

.region-footer #superfish-main--2 a {
    padding: 10px;
}

#block-vesta-theme-logo-3 {
    position: relative;
    top: -50px;
}

#block-vesta-theme-osnovnayanavigaciya-3 .block-title {
    margin-bottom: 20px;
    margin-left: 10px;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 110%;
    color: #ffffff;
}

.region.region-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}

.region-footer .contacts {
    row-gap: 20px;
    column-gap: 86px;
    grid-template-rows: 72px 24px;
}

.region-footer .contacts,
.region-footer .contacts a {
    font-weight: 500;
    color: #ffffff;
}

.region-footer .contacts .adress::before {
    background: url(../image/contacts-footer/location.svg) no-repeat;
}

.region-footer .contacts .phone::before {
    left: 350px;
    background: url(../image/contacts-footer/phone.svg) no-repeat;
}

.region-footer .contacts .email::before {
    background: url(../image/contacts-footer/email.svg) no-repeat;
}

.region-footer .messengers {
    padding: 0;
    align-self: end;
}

.region-footer .messengers .whatsapp::before {
    background: url(../image/contacts-footer/whatsapp.svg) no-repeat;
}

.region-footer .messengers .viber::before {
    padding-left: 32px;
    background: url(../image/contacts-footer/viber.svg) no-repeat;
}

.region-footer .email,
.region-footer .messengers {
    align-self: end;
}

#block-vesta-theme-searchapipagesearchblockform-2 {
    position: relative;
    top: -40px;
    left: -40px;
}

#block-vesta-theme-knopkaostavitzayavkufuter {
    position: absolute;
    top: 110px;
    right: 55px;
}

#block-vesta-theme-knopkaostavitzayavkufuter .btn-default {
    min-width: 235px;
    min-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 110%;
    color: #ffffff;
    background-color: transparent;
    border-radius: 16px;
    border-color: #ffffff;
}

#block-vesta-theme-knopkaostavitzayavkufuter .btn-default:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

#block-vesta-theme-knopkaostavitzayavkufuter .btn-default:hover {
    outline: none;
    opacity: 0.8;
}

#block-vesta-theme-knopkaostavitzayavkufuter .btn-default:active {
    opacity: 0.6;
}

#block-vesta-theme-kopirayt .clearfix.text-formatted {
    position: relative;
    top: -50px;
}

#block-vesta-theme-kopirayt .copyright p {
    flex-direction: column;
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 13px;
    line-height: 110%;
}

#copyrights-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.vesta_backlink {
    display: block;
    margin-top: 26px;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
}

.vesta_backlink a {
    color: #ffffff;
}

/* Тексты отдельных страниц */
body.not-front {
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    /*font-size: 24px;*/
    /*line-height: 130%;*/
    /*border-radius: 60px;*/
    color: #333333;
}

body.not-front .page-title {
    margin: 50px 0;
    font-family: "Dela Gothic One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    color: #333333;
}

/* Внутренняя страница услуг */
.not-front .node--type-usluga .field--name-field-fotografii-tovarov .field__items {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.not-front .node--type-usluga .field--name-field-fotografii-tovarov .field__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.not-front.body-node--812 .node--type-usluga .field--name-field-fotografii-tovarov .field__item img {
    width: 357px;
    height: 480px;
    object-fit: cover;
    object-position: top;
}

.not-front.page-node--814 .node--type-usluga .field--name-field-fotografii-tovarov .field__item img {
    width: 460px;
    height: 480px;
    object-fit: cover;
    object-position: top;
}

.not-front .node--type-usluga .field--name-field-stoimost-uslugi-otdelnaya {
    font-style: italic;
}

/* Внутренняя страница товаров */
.not-front .view-content {
    max-width: 1600px;
    height: auto;
    background-color: transparent;
}

.not-front .taxonomy-term--type-catalog .field--name-description {
    margin-bottom: 50px;
}

.not-front .taxonomy-term--type-catalog .photoswipe-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.not-front .taxonomy-term--type-catalog .photoswipe-gallery img {
    max-width: 100%;
    height: auto;
}
    /* Отдельная страница контактов */
.not-front #block-vesta-theme-bloksovsemikontaktami .show-more {
    display: none;
}

.not-front  .region-contacts-maps .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 {
    min-width: 540px;
}

.not-front .slick-dots {
    left: -280px;
}

.not-front .view-slayder-s-kartami button.slick-next.slick-arrow::before {
    left: -900px;
}

.not-front .region-contacts-maps {
    padding-top: 60px;
}

ul.sf-menu .sf-sub-indicator:after {
    font-size: 12px;
    top: calc(50% - 6px);
}


/* Адаптивные стили */

/* Планшеты */
@media (max-width: 1599px) {
    /* Шапка */

    .header-block {
        margin: 10px 30px;
    }

    .region-header {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    #block-vesta-theme-logo img,
    #block-vesta-theme-logo-3 img {
        width: 230px;
        height: 99px;
    }

    .region-header #block-vesta-theme-knopkaostavitzayavku {
        grid-row: 1 / 2;
        grid-column: 2 / 3; 
    }

    .region-header #block-vesta-theme-kontakty {
        grid-row: 2 / 3;
        grid-column: 1 / 3;
    }

    .region-header .contacts {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 15px;
        column-gap: 20px;
    }

    .contacts .email,
    .contacts .time {
        align-self: start;
    }

    .region-header .contacts .adress,
    .region-header .contacts .email,
    .region-header .contacts .time {
        min-width: 200px;
        padding-left: 0;
    }

    .region-header .contacts .phone {
        min-width: 170px;
        padding-left: 0;
    }

    .contacts .email::before,
    .contacts .time::before,
    .contacts .phone::before,
    .contacts .adress::before {
        display: none;
    }

    #block-vesta-theme-knopkaostavitzayavku {
        width: 235px;
        justify-self: end;
    }

    #block-vesta-theme-knopkaostavitzayavku .btn-default {
        font-size: 15px;
        max-width: 235px;
    }

    /* Навигация */
    .navigation .container {
        min-height: 62px;
        padding-top: 4px;
    }

    #superfish-main .sf-depth-1 a {
        padding: 10px;
        font-size: 15px;
    }

    .search-api-page-block-form-search .btn-primary {
        width: 35px;
        background-position: right;
        background-size: 22px 22px;
    }

    .search-api-page-block-form-search .form-search {
        margin-top: 3px;
        min-height: 45px;
        padding-left: 10px;
        font-size: 15px;
    }

    /* Блок с преимуществами */
    .features-block {
        min-height: 450px;
    }

    .features-block img {
        height: 370px;
        margin-bottom: 60px;
    }

    #features-block h1 {
        top: 40px;
        min-width: 900px;
    }

    #block-vesta-theme-chemzanimaetsyakompaniya {
        top: 80px;
    }

    #features-block h1,
    #block-vesta-theme-chemzanimaetsyakompaniya p {
        font-size: 36px;
    }

    #block-vesta-theme-slogankompanii p {
        font-size: 18px;
    }

    #block-vesta-theme-chemzanimaetsyakompaniya::after {
        top: 190px;
        width: 23px;
        height: 12px;
    }

    #block-vesta-theme-slogankompanii {
        top: 180px;
    }

    .features_cards-block .container {
        left: 50%;
        transform: translate(-52%, -110%);
    }

    .region-features-cards .block-block-content121ca6a6-8531-4f3f-aaa5-4eb07699e1f7,
    .region-features-cards .block-block-content47ff725a-eead-4d57-8014-5f8ece0f2ef7,
    .region-features-cards .block-block-content235ec95e-1974-4b3a-af09-a20e25dac1a2 {
        min-width: 300px;
        height: 120px;
        padding: 18px;
    }

    .region-features-cards .field__item {
        font-size: 30px;
    }

    .region-features-cards p {
        font-size: 18px;
    }

    div#page div#services-block {
        margin: 20px 0 30px;
    }

    /* Услуги */
    .region-services .views-element-container .block-title {
        text-align: center;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .not-front .view-uslugi .view-content,
    .region-services .view-content {
        margin-bottom: 75px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .region-services .view-content .services.views-row:nth-child(odd) {
        justify-self: end;
    }

    .not-front .node--view-mode-teaser.node--view-mode-teaser,
    .region-services .view-content .node--type-usluga {
        width: 400px;
        height: 350px;
        background-image: none;
        background-color: #F1F0F5;
    }

    .not-front .node--view-mode-teaser.node--view-mode-teaser,
    .region-services .view-content .node--type-usluga {
        align-items: center;
    }


    .region-services .node--type-usluga .field--name-node-title {
        max-width: 300px;
    }

    .not-front .view-uslugi h2,
    .region-services .node--type-usluga .field--name-node-title h2 {
        font-size: 15px;
    }

    .not-front .view-uslugi .field--name-field-stoimost-uslugi,
    .region-services .field--name-field-stoimost-uslugi {
        margin: 0;
        position: absolute;
        bottom: 8px;
        font-size: 22px;
    }

    /* О компании */
    .about-block {
        padding: 40px;
    }

    .region-about {
        column-gap: 54px;
    }
    .about-block img {
        height: 360px;
        width: 340px;
    }

    .region-about .block-views-blockabout-block-1 .block-title {
        font-size: 30px;
    }

    .about-block {
        font-size: 18px;
    }

    /* Товары (каталог) */
    #goods-block {
        margin-bottom: 50px;
    }


    .region-goods .block-views-blockcatalog-block-front .block-title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .not-front .view-id-catalog .view-content,
    .goods-block .view-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .not-front .view-id-catalog .view-content .taxonomy-term--type-catalog,
    .goods-block .taxonomy-term {
        max-width: 326px;
        height: 350px;
    }

    .not-front .view-id-catalog .view-content .views-row:nth-child(odd),
    .goods-block .view-content .views-row:nth-child(odd) {
        justify-self: end;
    }

    /* Свяжитесь с нами */
    #contacts_maps-block {
        margin: 0 auto;
    }

    .region-contacts-maps {
        flex-direction: column;
        row-gap: 20px;
    }

    .region-contacts-maps .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 {
        max-width: 1020px;
        row-gap: 15px;
    }

    .region-contacts-maps .field--name-field-zagolovok {
        font-size: 30px;
    }

    .region-contacts-maps .field--name-field-opisanie {
        font-size: 22px;
        line-height: 40%;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts {
        margin-bottom: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

    .contacts,
    .messengers,
    .show-more {
        font-size: 15px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .phone::before {
        left: 393px;
        top: -4px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .email::before {
        left: 758px;;
        top: -4px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .messengers {
        margin-bottom: 30px;
        column-gap: 280px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .messengers .viber::before {
        left: 393px;
        top: -4px;
    }

    .show-more a::before {
        top: 0;
        left: 96px;
    }

    /* Форма контактных данных клиента */
    .block-block-contenta3a670db-92ad-47c4-9d4f-b6bca3e949f7 p {
        font-size: 26px;
    }

    .webform-submission-form input {
        height: 52px;
        font-size: 15px;
    }

    /* Футер */
    .region-footer #block-vesta-theme-logo-3 img {
        margin-top: 90px;
    }

    .region-footer .contacts .adress::before,
    .region-footer .contacts .phone::before,
    .region-footer .contacts .email::before,
    .region-footer .messengers .whatsapp::before,
    .region-footer .messengers .viber::before {
        display: none;
    }

    .region.region-footer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 60px 60px;
    }

    .region.region-footer #block-vesta-theme-searchapipagesearchblockform-2 {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
        left: 0;
        top: 0px;
    }

    .region.region-footer  #block-vesta-theme-knopkaostavitzayavkufuter {
        grid-row: 1 / 2;
        grid-column: 3 / 4;
        top: 0;
        right: 0;
    }

    .region.region-footer #block-vesta-theme-osnovnayanavigaciya-3 .block-title {
        display: none;
    }

    .region-footer #superfish-main--2 {
        display: none;
    }

    .region.region-footer #block-vesta-theme-kontaktyfuter {
        grid-row: 2 / 3;
        grid-column: 1 / 4;
    }

    .region.region-footer #block-vesta-theme-kontaktyfuter .contacts {
        display: flex;
        column-gap: 20px;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .region.region-footer .contacts .adress,
    .region.region-footer .contacts .email,
    .region.region-footer .contacts .time {
        min-width: 200px;
        padding-left: 0;
    }

    .region.region-footer .contacts .phone {
        min-width: 170px;
        padding-left: 0;
    }

    .region.region-footer .contacts .messengers {
        align-self: start;
    }

    .region.region-footer .contacts .whatsapp,
    .region.region-footer .contacts .viber {
        padding-left: 0;
    }

    #block-vesta-theme-kopirayt .clearfix.text-formatted {
        top: 0;
    }


    /* Отдельная страница контактов */
    .not-front #block-vesta-theme-bloksovsemikontaktami {
        margin: 0 auto;
        width: 1030px;
    }

    .not-front #block-vesta-theme-views-block-slayder-s-kartami-block-1 {
        margin: 0 auto;
        max-width: 1030px;
    }

    .not-front .view-slayder-s-kartami button.slick-next.slick-arrow::before {
        left: -300px;
    }

    .not-front .slick-dots {
      left: 20px;
    }

    /* Страницs услуг */
    .not-front.body-node--812 .node--type-usluga .field--name-field-fotografii-tovarov .field__item img {
        width: 270px;
        height: 380px;
    }

    .not-front.page-node--814 .node--type-usluga .field--name-field-fotografii-tovarov .field__item img {
        width: 270px;
        height: 300px;
    }

    /* Общие стили внутренних страниц */
    body.not-front .page-title {
        margin: 30px 0;
        font-size: 30px;
    }

    .block-system.block-system-main-block {
        font-size: 18px;
    }

    .not-front .node--type-usluga .field--name-field-fotografii-tovarov .field__items {
        margin-top: 30px;
    }
}

/* Планшеты поменьше */
@media (max-width: 1020px) {
    /* Шапка */
    #block-vesta-theme-logo img,
    #block-vesta-theme-logo-3 img {
        width: 170px;
        height: 75px;
    }

    #block-vesta-theme-knopkaostavitzayavku .btn-default {
        min-width: 170px;
        min-height: 40px;
        font-size: 12px;
    }

    /* Навигация */
    #superfish-main .sf-depth-1 a {
        padding: 5px;
        font-size: 12px;
    }

    .search-api-page-block-form-search .btn-primary {
        width: 25px;
        background-position: right;
        background-size: 15px 15px;
    }

    .search-api-page-block-form-search .form-search {
        font-size: 12px;
    }

    /* Блок преимуществ */
    .features-block {
        min-height: 200px;
    }

    .features-block img {
        height: 260px;
    }

    #features-block h1 {
        top: 25px;
        min-width: 600px;
    }

    #block-vesta-theme-chemzanimaetsyakompaniya {
        top: 55px;
        min-width: 600px;
    }

    #features-block h1,
    #block-vesta-theme-chemzanimaetsyakompaniya p {
        font-size: 26px;
    }

    #block-vesta-theme-slogankompanii {
        top: 120px;
    }

    #block-vesta-theme-slogankompanii p {
        font-size: 15px;
    }

    .features_cards-block .container {
        transform: translate(-46%, -120%);
    }

    .region-features-cards .block-block-content121ca6a6-8531-4f3f-aaa5-4eb07699e1f7,
    .region-features-cards .block-block-content47ff725a-eead-4d57-8014-5f8ece0f2ef7,
    .region-features-cards .block-block-content235ec95e-1974-4b3a-af09-a20e25dac1a2 {
        min-width: 190px;
        height: 90px;
    }

    #block-vesta-theme-chemzanimaetsyakompaniya::after {
        top: 130px;
    }

    .region-features-cards .field__item {
        font-size: 18px;
    }

    .region-features-cards p {
        font-size: 15px;
    }

    /* форма заказа звонка*/
    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front {
        max-width: 250px;
    }

    .ui-dialog.ui-corner-all {
        font-size: 14px;
        line-height: 100%;
    }

    .ui-dialog.ui-corner-all #webform-submission-callback-form-ajax input {
        padding: 10px;
        height: 44px;
        font-size: 14px;
    }

    .ui-dialog.ui-corner-all .webform-submission-callback-form .webform-button--submit {
        padding: 10px 0 10px 15px;
        font-size: 14px;
    }

    /* Услуги */
    div#page div#services-block {
        margin: 0;
    }

    .region-services .views-element-container .block-title {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .not-front .node--view-mode-teaser.node--view-mode-teaser,
    .region-services .view-content .node--type-usluga {
        width: 300px;
    }

    .not-front .view-uslugi .image-style-uslugi-317h222,
    .region-services .image-style-uslugi-317h222 {
        width: 250px;
        height: 180px;
    }

    .not-front .view-uslugi .field--name-field-stoimost-uslugi,
    .region-services .field--name-field-stoimost-uslugi {
        bottom: 15px;
    }

    .not-front .node--type-usluga .node__links a,
    .region-services .node__links a {
        width: 40px;
        height: 40px;
    }

    .not-front .node--type-usluga .node__links a::before,
    .region-services .node__links a::before {
        background-size: 15px;
        bottom: 5px;
        right: 5px;
    }

    /* Блок о компании */
    div#page div#about-block {
        margin: 0 0 50px;
    }

    .region-about {
        column-gap: 20px;
    }

    .about-block img {
        height: 210px;
        width: 190px;
    }

    .region-about .block-views-blockabout-block-1 .block-title {
        font-size: 24px;
    }

    .about-block {
        font-size: 15px;
    }

    .front .mm-page #about-block {
        margin-bottom: 50px;
    }

    /* Товары */
    .region-goods .block-views-blockcatalog-block-front .block-title {
        margin-bottom: 10px;
        font-size: 24px;
        text-align: center;
    }

    .not-front .view-id-catalog .view-content .taxonomy-term--type-catalog,
    .goods-block .taxonomy-term {
        max-width: 300px;
    }

    .field--name-taxonomy-term-title h2 {
        font-size: 18px;
    }

    .field--name-field-spisok-tovarov a::before {
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .views-element-container.block-views.block-views-blockslayder-s-kartami-block-1 {
        display: none;
    }

    .goods-block .field--name-field-catalog-image.field--type-image.field__item img {
        width: 150px;
        height: 150px;
    }

    /* Свяжитесь с нами */
    .region-contacts-maps .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 {
        min-width: 770px;
    }

    .region-contacts-maps .field--name-field-zagolovok {
        font-size: 24px;
    }

    .region-contacts-maps .field--name-field-opisanie {
        font-size: 18px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .adress {
        min-width: 190px;

    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .phone {
        min-width: 170px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .email {
        position: relative;
        left: -112px;
    }

    .messengers .viber {
        position: absolute;
        left: 320px;
    }

    .contacts .adress::before {
        top: -4px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .phone::before {
        left: 323px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .email::before {
        left: 4px;
    }

    .messengers .whatsapp::before {
        top: -4px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .messengers .viber::before {
        left: 2px;
    }

    /* Оставьте контактные данные */
    .block-block-contenta3a670db-92ad-47c4-9d4f-b6bca3e949f7 p {
    font-size: 22px;
    }

    .region-form {
        column-gap: 10px;
    }

    .block-block-contenta3a670db-92ad-47c4-9d4f-b6bca3e949f7 .text-formatted {
        margin-left: 15px;
    }

    .webform-submission-form .form-actions .webform-button--submit {
        padding: 10px 0;
        font-size: 15px;
    }

    .webform-submission-form .form-item-markup {
        font-size: 12px;
    }

    #form-block::after,
    #form-block::before {
        left: 20px;
        display: none;
    }

    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.webform-confirmation-modal {
        height: 100px;
    }

    #form-block {
        padding: 60px 30px;
    }

    /* Футер */
    .region-footer #superfish-main--2 {
        font-size: 12px;
    }

    #block-vesta-theme-osnovnayanavigaciya-3 .block-title {
        font-size: 14px;
    }

    div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content {
        font-size: 12px;
    }

    #block-vesta-theme-knopkaostavitzayavkufuter .btn-default {
        min-width: 170px;
        min-height: 40px;
        font-size: 12px;
    }

    .vesta_backlink {
        font-size: 12px;
    }

    /* Общие стили внутренних страниц */
    body.not-front .page-title {
        margin: 20px 0;
        font-size: 24px;
    }

    .block-system.block-system-main-block {
        font-size: 15px;
    }

    .not-front .node--type-usluga .field--name-field-fotografii-tovarov .field__items {
        margin-top: 20px;
    }

    /* Отдельные страницы услуг */
    .not-front.body-node--812 .node--type-usluga .field--name-field-fotografii-tovarov .field__item img {
        width: 170px;
        height: 230px;
    }

    .not-front.page-node--814 .node--type-usluga .field--name-field-fotografii-tovarov .field__item img {
        width: 200px;
        height: 220px;
    }

    /* Отдельная страница контактов */
    .not-front .region-contacts-maps {
        padding-top: 0;
    }

    .not-front #block-vesta-theme-bloksovsemikontaktami {
        max-width: 767px;
    }
    .not-front .taxonomy-term--type-catalog .photoswipe-gallery img {
        max-height: 275px;
        width: auto;
        margin: 0 auto;
        display: block;
    }
}

/* Мобильные */
@media (max-width: 767px) {

    /* Шапка */
    div#page header#header .header-mobile-block .region.region-header-mobile {
        background-color: #ffffff;
    } 

    #block-vesta-theme-logo-2 img {
        width: 200px;
        height: 80px;
    }

    #block-vesta-theme-korzina-2 {
        display: none;
    }

    #open-mobile-menu svg {
        fill: #025790;
    }

    .not-front .main {
        margin-top: 70px;
    }

    /* Преимущества */
    .features-block {
        margin-top: 50px;
    }

    .features-block img {
        height: 200px;
        margin-bottom: 100px;
    }

    #features-block h1 {
        top: 20px;
    }

    #features-block h1,
    #block-vesta-theme-chemzanimaetsyakompaniya {
        min-width: 300px;
    }

    #features-block h1,
    #block-vesta-theme-chemzanimaetsyakompaniya p {
        font-size: 18px;
        line-height: 100%;
    }

    #block-vesta-theme-slogankompanii {
        top: 100px;
    }

    #block-vesta-theme-chemzanimaetsyakompaniya::after {
        display: none;
    }

    .region.region-features-cards {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .features_cards-block .container {
        transform: translate(-50%, -53%);
    }

    .region-features-cards .block-block-content121ca6a6-8531-4f3f-aaa5-4eb07699e1f7,
    .region-features-cards .block-block-content47ff725a-eead-4d57-8014-5f8ece0f2ef7,
    .region-features-cards .block-block-content235ec95e-1974-4b3a-af09-a20e25dac1a2 {
        max-width: 140px;
        height: 80px;
    }

    .region-features-cards .field__item {
        font-size: 16px;
    }

    .region-features-cards p {
        font-size: 14px;
    }

    .region-features-cards .block-block-content121ca6a6-8531-4f3f-aaa5-4eb07699e1f7,
    .region-features-cards .block-block-content47ff725a-eead-4d57-8014-5f8ece0f2ef7,
    .region-features-cards .block-block-content235ec95e-1974-4b3a-af09-a20e25dac1a2 {
        left: 50%;
        transform: translateX(-50%);
    }

    /* Услуги */
    div#page div#services-block {
        margin-top: 120px;
        margin-bottom: 20px;
    }

    .not-front .view-uslugi .view-content, .region-services .view-content {
        margin-bottom: 0;
    }

    .not-front .view-uslugi .view-content, .region-services .view-content {
        grid-template-columns: 1fr;
    }

    .region-services .view-content .services.views-row,
    .region-services .view-content .services.views-row:nth-child(odd) {
        justify-self: center;
    }

    /* О компании */
    .about-block img {
        display: none;
    }

    div#page div#about-block {
        margin: 0 0 20px;
    }

    /* Товары */
    .not-front .view-id-catalog .view-content,
    .goods-block .view-content {
        grid-template-columns: 1fr;
    }

    .not-front .view-id-catalog .view-content .taxonomy-term--type-catalog{
        height: 300px;
    }

    .not-front .view-id-catalog .view-content .views-row:nth-child(odd),
    .goods-block .view-content .views-row:nth-child(odd),
    .not-front .view-id-catalog .view-content .views-row,
    .goods-block .view-content .views-row {
        justify-self: center;
    }

    #goods-block {
        margin-bottom: 20px;
    }

    /* Свяжитесь с нами */
    .region-contacts-maps .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 {
        max-width: 700px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts {
        display: flex;
        flex-direction: column;
        row-gap: 18px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .email,
    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .email::before {
        left: 0;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .contacts .phone::before {
        left: 0;
        top: 62px;
    }

    .block-block-contente1d26323-efda-4ad4-b7c2-636bd7c21ca3 .messengers {
        margin-bottom: 18px;
    }

    .messengers .viber {
        position: absolute;
        left: 130px;
    }

    .region-contacts-maps .field--name-field-opisanie {
        line-height: 110%;
        max-width: 300px;
    }

    /* Форма связи */
    #block-vesta-theme-formakontaktnykhdannykh {
        display: none;
    }

    #block-vesta-theme-vebforma {
        margin: 10px;
    }

    #form-block::before {
        left: -70px;
    }

    /* Футер */
    #block-vesta-theme-osnovnayanavigaciya-3,
    #block-vesta-theme-knopkaostavitzayavkufuter {
        display: none;
    }

    #footer {
        padding-top: 60px;
    }

    .region.region-footer {
        display: block;
    }

    div#page div#copyrights-block .region.region-copyrights div#block-vesta-theme-kopirayt .copyright p.privacy-content {
        gap: 8px;
    }

    
    .region-footer #block-vesta-theme-searchapipagesearchblockform-2,
    .region-footer #block-vesta-theme-knopkaostavitzayavkufuter {
        display: none;
    }

    .region.region-footer #block-vesta-theme-kontaktyfuter .contacts {
        flex-direction: column;
    }

    /* Отдельные страницы услуг */
    .not-front.body-node--813 .node--type-usluga .field--name-field-fotografii-tovarov .field__item img {
        width: 330px;
        height: 200px;
    }

    .not-front.page-node--814 .node--type-usluga .field--name-field-fotografii-tovarov .field__item img {
        width: 150px;
        height: 180px;
    }

    .not-front .node--type-usluga .field--name-field-fotografii-tovarov .field__items {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Отедельные страницы товаров */
    .not-front .taxonomy-term--type-catalog .photoswipe-gallery {
        grid-template-columns: 1fr;
    }

    .not-front .js-view-dom-id-2ee4b99c27cebe8dbebc79d0220d8e44eb31267d9b784d143e81de0ebfb9c3ec img {

    }

    /* Мобильная навигация */
    .region-navigation-mobile {
        font-family: "Montserrat", system-ui;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        line-height: 120%;
        color: #ffffff;
    }

    .region-navigation-mobile .mm-title {
        color: #333333;
    }
}