@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/*HEADER STYLES*/

.header-bottom {
    background: #ccc;
}

.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: #fff;
    color: #000;
    padding: 5px 5px;
    z-index: 50;
    position: sticky !important;
    box-shadow: 0 0 3px 3px #d9d9d9;
    align-items: end !important;
}

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

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

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

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

.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: absolute;
    top: 0;
    bottom: calc(1vw + 12px);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* 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%;
    }
}

/***Базовые стили -- Beginn***/
#app {
    font-family: Ubuntu;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    overflow: clip;
}
.btn-web-form {
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 121px;
    border: solid 1px #fff;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    position: relative;
}
.btn-web-form:hover {
    color: #fff;
    border: solid 1px #fff;
    background-color: transparent;
}
.not-front main {
    margin-bottom: 30px;
}
#block-vesta-theme-page-title {
    margin: 20px 0;
}
.ui-widget.ui-widget-content {
    background-color: #f2f2f2;
}
.ui-dialog .ui-dialog-titlebar-close {
    border: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
    background: transparent;
}
.ui-dialog .ui-dialog-titlebar-close::before {
    content: 'X';
    position: relative;
    top: -4px;
    left: 0;
    font-weight: bold;
}
.webform-submission-free-consultation-add-form .form-text {
    margin-top: 10px;
}
.webform-submission-free-consultation-add-form .form-control:focus {
    box-shadow: 0 0 2px 2px #fc0;
}
.webform-submission-free-consultation-add-form .error.form-control {
    box-shadow: 0 0 3px 3px #f90b0b;
}
.webform-submission-free-consultation-add-form .alert-error {
    display: none;
}
.webform-submission-free-consultation-add-form .form-item-privacy {
  display: flex;
  align-items: flex-start;
}
.webform-submission-free-consultation-add-form .form-item-privacy label {
    display: flex;
    font-size: 0;
    opacity: 0.86;
    border: solid 1px #000;
    min-width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}
.webform-submission-free-consultation-add-form .form-item-privacy {
    margin: 20px 0;
}
.webform-submission-free-consultation-add-form .form-item-privacy input {
    display: none;
}
.webform-submission-free-consultation-add-form input:checked + label::before {
  content: '\2714';
  font-size: 15px;
  color: #000;
  position: absolute;
  left: 3px;
  bottom: -2px;
  opacity: 1;
}
.webform-submission-free-consultation-add-form input.error + label {
    box-shadow: 0 0 3px 3px #f90b0b;
}
.webform-submission-free-consultation-add-form .form-item-privacy .description, 
.webform-submission-free-consultation-add-form .form-item-privacy .description a {
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  color: #000;
}
.webform-submission-free-consultation-add-form .form-actions {
    text-align: center;
}
.webform-submission-free-consultation-add-form .btn-primary,
.webform-submission-free-consultation-add-form .btn-primary:active {
    background-color: #fff;
    color: #000;
    border-color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Ubuntu;
}
.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.8;
}
.ui-dialog {
    width: calc(50vw)!important;
    left: calc(25vw)!important;
}
#navigation-mobile-block {
    padding: 0 20px;
    margin-bottom: 15px;
}
#navigation-mobile-block .dropdown-menu {
    border-radius: 0;
}
#block-mobile-main-menu li a {
    color: #000;
}
.offcanvas-body .contact-item a {
    color: #000;
}
.offcanvas-body .contact-item {
    margin-bottom: 10px;
} 
.offcanvas-body .msngrs {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    align-items: center;
}
.not-front .field--name-body.field--type-text-with-summary {
    line-height: 2;
}
/***Базовые стили -- End***/

/***Шапка -- Beginn***/
.header-block {
    border-radius: 15px;
    background-color: #fff;
    top: 71px;
    left: 71px;
    right: 71px;
    transition: all 0.8s ease;
    border: 1px solid #C4C4C4;
}
.app-front .header-block {
    position: fixed;
    z-index: 4;
}
.not-front .header-block {
    margin: 23px 71px 0;
}
.user-administrator .header-block {
    top: 148px;
}
.region-header {
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}
#block-main-menu-header {
    margin-left: 120px;
}
#block-main-menu-header li a {
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    padding: 0;
}
#block-main-menu-header > ul > li:not(:last-child) {
    margin-right: 27px;
}
#block-main-menu-header ul.dropdown-menu {
    padding: 5px;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #fc0;
}
#block-search-api-page-search-block-form .form-actions {
    display: none;
}
#block-search-api-page-search-block-form .form-control {
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    background-image: url(../image/search-icon.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 2px 10px 2px 23.8px;
    border: none;
    width: 90px;
}
#block-search-api-page-search-block-form .form-control:focus {
    box-shadow: none;
}
#block-search-api-page-search-block-form .form-control::placeholder {
    text-transform: lowercase;
}
#block-contacts-header .field--name-body {
    display: flex;
    align-items: center;
}
.messengers-header {
    display: flex;
    column-gap: 20px;
    margin-right: 43px;
}
.messengers-header img {
    max-width: 24px;
    max-height: 24px;
}
.phone-header a {
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    text-decoration: none;
}
/***Шапка -- End***/

/***Страница результатов поиска -- Beginn***/
.search-api-page-block-form-search {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.search-api-page-block-form-search .btn-primary, .search-api-page-block-form-search .btn-primary:active {
    background-color: #fc0;
    border: none;
    color: #000;
}
.search-api-page-block-form-search .form-control:focus {
    border-color: #000;
    box-shadow: 0 0 3px 3px #fc0;
}
#block-vesta-theme-content h3 a {
    color: #000;
    text-decoration: none;
}
#block-vesta-theme-content h3 a:hover {
    text-decoration: underline;
}
/***Страница результатов поиска -- End***/

/***Баннер на главной -- Beginn***/
.banner-block {
    margin: 23px 23px 0;
    position: relative;
}
.banner-block .text-block {
    position: absolute;
    bottom: 160px;
    left: 0;
    right: 0;
    z-index: 2;
}
#block-banner-on-front .field--name-field-image-banner {
    position: relative;
}
#block-banner-on-front .field--name-field-image-banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
#block-banner-on-front .field--name-field-image-banner img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
#block-banner-on-front .field--name-field-header-banner-h1 h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}
#block-banner-on-front .field--name-body  {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    margin: 40px 0 30px;
}
#block-banner-on-front .field--name-body p:last-child {
    margin-bottom: 0;
}
.field--name-field-consultation-button a::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #fcfcfc;
    position: absolute;
    bottom: calc(100% - 2px);
    left: 0;
    right: 100%;
    transition: all 0.4s ease;
}
.field--name-field-consultation-button a::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #fcfcfc;
    position: absolute;
    top: calc(100% - 2px);
    left: 100%;
    right: 0%;
    transition: all 0.4s ease;
}
.field--name-field-consultation-button {
    display: flex;
    width: fit-content;
    position: relative;
}
.field--name-field-consultation-button::before {
    content: '';
    display: block;
    width: 2px;
    background-color: #fcfcfc;
    position: absolute;
    left: 1px;
    top: 100%;
    bottom: 0;
    transition: all 0.4s ease;
}
.field--name-field-consultation-button::after {
    content: '';
    display: block;
    width: 2px;
    background-color: #fcfcfc;
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 100%;
    transition: all 0.4s ease;
}
.field--name-field-consultation-button a:hover::before{
    right: 0;
    transition: all 0.6s ease;
}
.field--name-field-consultation-button a:hover::after {
    left: 0;
    transition: all 0.6s ease;
}
.field--name-field-consultation-button:hover::before {
    top: 0;
    transition: all 0.6s ease;
}
.field--name-field-consultation-button:hover::after {
    bottom: 0;
    transition: all 0.6s ease;
}
#block-consultation-on-main .field--name-field-linked-web-form a:hover {
    text-decoration: none;
}
/***Баннер на главной -- End***/

/***Блок "О компании -- Beginn"***/
.about-block {
    margin: 127px 0;
}
.block-views .block-title, #block-feedback-on-front .block-title {
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
}
.block-views .block-title::before, #block-feedback-on-front .block-title::before {
    content: url(../image/house-icon.svg);
    margin-right: 10px;
}
#block-about-on-front .upper-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#block-about-on-front .upper-block > div {
    width: 50%;
}
#block-about-on-front .field--name-field-header-block,
.view-header > div:nth-child(1) {
    font-size: 30px;
    font-weight: 500;
    color: #b3b3b3;
    text-transform: uppercase;
}
#block-about-on-front .field--name-field-header-block p,
.view-header .block-content--view-mode-token.ds-1col .field--name-body p {
    margin-bottom: 0;
}
#block-about-on-front .field--name-field-header-block p:nth-child(even),
.view-header .block-content--view-mode-token.ds-1col .field--name-body p:nth-child(even) {
    color: #b3b3b3;
}
#block-about-on-front .field--name-field-header-block p:nth-child(odd),
.view-header > div:nth-child(1) p:nth-child(odd) {
    color: #000;
}
#block-about-on-front .field--name-field-short-description {
    font-size: 15px;
    font-weight: 300;
    color: #5d5d5d;
    margin-bottom: 31px;
}
#block-about-on-front .field--name-field-short-description p {
    margin-bottom: 0;
}
#block-about-on-front .field--name-field-short-description p:not(:last-child) {
    margin-bottom: 10px;
}
.btn-more {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    color: #5d5d5d;
    padding: 18px 77px;
    border: solid 1px #5d5d5d;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    position: relative;
}

.btn-more::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #5d5d5d;
    position: absolute;
    bottom: calc(100% - 2px);
    left: 0;
    right: 100%;
    transition: all 0.4s ease;
}
.btn-more::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #5d5d5d;
    position: absolute;
    top: calc(100% - 2px);
    left: 100%;
    right: 0%;
    transition: all 0.4s ease;
}
.btn-more:hover::before{
    right: 0;
    transition: all 0.6s ease;
}
.btn-more:hover::after {
    left: 0;
    transition: all 0.6s ease;
}
#block-about-on-front .field--name-node-link {
    display: flex;
    width: fit-content;
    position: relative;
}
#block-about-on-front .field--name-node-link::before {
    content: '';
    display: block;
    width: 2px;
    background-color: #5d5d5d;
    position: absolute;
    left: 1px;
    top: 100%;
    bottom: 0;
    transition: all 0.4s ease;
}
#block-about-on-front .field--name-node-link::after {
    content: '';
    display: block;
    width: 2px;
    background-color: #5d5d5d;
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 100%;
    transition: all 0.4s ease;
}
#block-about-on-front .field--name-node-link:hover::before {
    top: 0;
    transition: all 0.6s ease;
}
#block-about-on-front .field--name-node-link:hover::after {
    bottom: 0;
    transition: all 0.6s ease;
}
#block-about-on-front .field--name-field-benefits {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
#block-about-on-front .field--name-field-benefits > div {
    width: calc(100% / 4 - 30px);
}
.paragraph--type-benefit.paragraph--view-mode-announcement {
    padding: 30px 22px 15px 30px;
    border-radius: 20px;
    max-height: 182px;
    min-height: 182px;
}
#block-about-on-front .field--name-field-benefits > div:not(:nth-child(2)) .paragraph--type-benefit.paragraph--view-mode-announcement {
    background-color: #f2f2f2;
}
#block-about-on-front .field--name-field-benefits > div:nth-child(2) .paragraph--type-benefit.paragraph--view-mode-announcement {
    background-image: url(../image/benefit-second-back.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
#block-about-on-front .field--name-field-header-benefit p, 
#block-about-on-front .field--name-field-description-benefit p {
    margin-bottom: 0;
}
#block-about-on-front .field--name-field-header-benefit {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}
#block-about-on-front .field--name-field-description-benefit {
    font-size: 13px;
    font-weight: 300;
    color: #5d5d5d;
    max-width: 202px;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
    hyphens: auto;
    word-wrap: break-word;
}
/***Блок "О компании -- End"***/

/***Блок "Услуги" на главной -- Beginn***/
#block-services-on-front .view-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
#block-services-on-front .views-row:is(:nth-child(2), :nth-child(6)) {
    max-width: 370px;   
}
#block-services-on-front .views-row:nth-child(3) {
    max-width: 170px;
}
#block-services-on-front .views-row:is(:first-child, :nth-child(4), :nth-child(5)) {
    max-width: 270px;
}
#block-services-on-front .views-row:nth-child(7) {
    min-width: 471px;
}
#block-services-on-front .node--type-service.node--view-mode-teaser {
    border-radius: 20px;
    min-height: 170px;
    position: relative;
}
#block-services-on-front .text-block {
    position: relative;
    z-index: 1;
}
#block-services-on-front .views-row:is(:first-child, :nth-child(6)) .node--type-service.node--view-mode-teaser {
    border: solid 1px #c1c1c1;
}
#block-services-on-front .views-row:is(:nth-child(3), :nth-child(5)) .node--type-service.node--view-mode-teaser {
    background-color: #f2f2f2;
}
#block-services-on-front .views-row:not(:nth-child(2, 4, 7)) .field--name-field-img-service-card {
    display: none;
}
#block-services-on-front .views-row:is(:nth-child(2), :nth-child(4), :nth-child(7)) .field--name-field-img-service-card::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
#block-services-on-front .text-block {
    padding: 30px 17px 30px 30px;
}
#block-services-on-front .text-block p  {
    margin-bottom: 0;
}
#block-services-on-front .field--name-field-short-description-service {
    max-height: 38px;
    overflow: hidden;
}
#block-services-on-front .text-block {
    position: relative;
    z-index: 2;
    max-height: 170px;
}
#block-services-on-front .views-row:is(:nth-child(2), :nth-child(4), :nth-child(7)) .field--name-field-header-on-card {
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
}
#block-services-on-front .views-row .field--name-field-img-service-card img {
    width: 100%;
}
#block-services-on-front .views-row:is(:nth-child(2), :nth-child(4), :nth-child(7)) .field--name-field-img-service-card img {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
#block-services-on-front .views-row:not(:nth-child(2), :nth-child(4), :nth-child(7)) .field--name-field-img-service-card {
    display: none;
}
#block-services-on-front .views-row:is(:nth-child(2), :nth-child(4), :nth-child(7)) .field--name-field-short-description-service {
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    color: #fff;
}
#block-services-on-front .views-row:is(:nth-child(1), :nth-child(3), :nth-child(5), :nth-child(6)) .field--name-field-short-description-service {
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    color: #000;
}
#block-services-on-front .field--name-field-header-on-card {
    margin-bottom: 37px;
}
#block-services-on-front .views-row:is(:nth-child(1), :nth-child(3), :nth-child(5), :nth-child(6)) .field--name-field-header-on-card {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.node--type-service.node--view-mode-teaser .field--name-node-link a {
    font-size: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    position: absolute;
    border-radius: 20px;
}
.node--type-service.node--view-mode-teaser .field--name-node-link a:hover {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    transition: all 0.2s ease;
}
#block-services-on-front .view-header {
    display: flex;
    margin-bottom: 50px;
    align-items: end;
}
#block-services-on-front .view-header > div, #block-objects-on-front .view-header > div {
    width: 50%;
}
#block-services-on-front .view-header > div p,
#block-objects-on-front .view-header > div p {
    margin-bottom: 0!important;
}
#block-services-on-front .view-header > div:nth-child(2), #block-objects-on-front .view-header > div:nth-child(2) {
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    color: #5d5d5d;
    padding-top: 18px;
    margin-left: 30px;
}
/***Блок "Услуги" на главной -- End***/

/***Страница услуг -- Beginn***/
.view-display-id-all_services .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.view-display-id-all_services .views-row {
    width: calc(100% / 2 - 10px);
}
.node--type-service.node--view-mode-token {
    padding: 30px 54px 30px 30px;
    border-radius: 20px;
    background-color: #f2f2f2;
    position: relative;
    min-height: 132px;
}
.node--type-service.node--view-mode-token .field--name-field-header-on-card {
    font-family: Ubuntu;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 32px;
}
.node--type-service.node--view-mode-token .field--name-field-header-on-card p,
.node--type-service.node--view-mode-token .field--name-field-short-description-service p {
    margin-bottom: 0;
}
.node--type-service.node--view-mode-token .field--name-field-short-description-service {
    max-height: 38px;
    overflow: hidden;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}
.node--type-service.node--view-mode-token .field--name-node-link a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    font-size: 0;
}
.node--type-service.node--view-mode-token .field--name-node-link a:hover {
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    transition: all 0.2s ease;
}
.pager {
    margin-top: 20px;
}
.pager .active > .page-link, .pager .page-link.active, .pager .page-link {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #000;
}
.pager .page-link:focus {
    box-shadow: none;
}
/***Страница услуг -- End***/


/***Блок "Обратная связь" на главной -- Beginn***/
.feedback-block {
    margin: 120px 23px;
    border-radius: 20px;
    padding: 87px 0 120px;
    background-image: url(../image/web-form-back-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    position: relative;
}
.feedback-block::before {
    content: '';
    display: block;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.region-feedback {
    position: relative;
}
#block-feedback-on-front .block-title {
    color: #fff;
}
#block-feedback-on-front .edit-upper-block .fieldset-wrapper {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
#block-feedback-on-front .edit-upper-block .fieldset-wrapper > div {
    width: 50%;
}
#block-feedback-on-front .edit-upper-block legend, #block-feedback-on-front .edit-bottom-block legend {
    display: none;
}
#block-feedback-on-front .company_motto {
    font-size: 30px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
}
#block-feedback-on-front .company_motto p, #block-feedback-on-front .text_above_form p {
    margin-bottom: 0;
}
#block-feedback-on-front .text_above_form {
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    min-width: 670px;
}
#block-feedback-on-front .edit-bottom-block {
    display: flex;
    justify-content: end;
}
#block-feedback-on-front .edit-bottom-block .fieldset-wrapper {
    max-width: 670px;
}
#block-feedback-on-front .form-control {
    margin-top: 0;
    padding: 14px 30px;
    border-radius: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: solid 1px #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #9c9c9c;
}
#block-feedback-on-front .form-control::placeholder {
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #9c9c9c;
}
#block-feedback-on-front .form-type-email {
    margin: 15px 0;
}
#block-feedback-on-front .form-control:focus {
    box-shadow: 0 0 3px 3px #fff;
}
#block-feedback-on-front .error.form-control {
    box-shadow: 0 0 3px 3px #f90b0b;
}
#block-feedback-on-front .form-item-privacy {
    display: flex;
    align-items: center;
}
#block-feedback-on-front .form-item-privacy label {
    display: flex;
    font-size: 0;
    opacity: 0.86;
    border: solid 1px #e6e6e6;
    min-width: 32px;
    height: 32px;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}
#block-feedback-on-front .form-item-privacy input {
    display: none;
}
#block-feedback-on-front .form-item-privacy input:checked + label {
    opacity: 1;
}
#block-feedback-on-front .form-item-privacy input:checked + label::before {
    content: '\2714';
    font-size: 25px;
    color: #fff;
    position: absolute;
    left: 6px;
    bottom: 0;
    opacity: 1;
}
#block-feedback-on-front .form-item-privacy .description, #block-feedback-on-front .form-item-privacy .description a {
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    color: #fff;
}
#block-feedback-on-front .form-item-privacy .description a:hover {
    color: #fc0;
    text-decoration: none;
}
#block-feedback-on-front .form-actions {
    margin: 15px 0 20px;
}
#block-feedback-on-front .form-actions .btn {
    width: 100%;
    padding: 14px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: solid 1px #fff;
    background-color: #fff;
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #000;
    transition: all 0.2s ease;
}
#block-feedback-on-front .form-actions .btn:hover {
    box-shadow: 0 0 3px 3px #fff;
    border-color: #000;
}
/***Блок "Обратная связь" на главной -- End***/

/***Блок "Объекты" на главной -- Beginn***/
.objects-block {
    margin-bottom: 120px;
}
#block-objects-on-front .view-header {
    display: flex; 
    margin-bottom: 40px;
    align-items: end;
}
.node--type-object.node--view-mode-teaser {
    border-radius: 20px;
    background-color: #f2f2f2;
    display: flex;
}
.node--type-object.node--view-mode-teaser .left-block {
    max-width: 470px;
}
.node--type-object.node--view-mode-teaser .field--name-field-images-objects img {
    border-radius: 20px;
    transition: all 0.5s ease;
}
.node--type-object.node--view-mode-teaser .field--name-field-images-objects a {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}
.node--type-object.node--view-mode-teaser .field--name-field-images-objects a:hover img {
    scale: 1.2;
}
.node--type-object.node--view-mode-teaser .right-block {
    padding: 40px 20px 38px 70px;
}
.node--type-object.node--view-mode-teaser .field--name-node-title a, 
.node--type-object.node--view-mode-teaser .field--name-field-city  {
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
.node--type-object.node--view-mode-teaser .technical-specifications {
    display: flex;
    margin: 30px 0 34px;
}
.node--type-object.node--view-mode-teaser .technical-specifications > div {
    border-radius: 5px;
    border: solid 1px #a8a8a8;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #000;
}
.node--type-object.node--view-mode-teaser .technical-specifications > div:nth-child(1) {
    padding: 12px 20px 12px 57px;
    margin-right: 20px;
    background-image: url(../image/area-icon.svg);
    background-position-y: center;
    background-position-x: 25.6px;
    background-repeat: no-repeat;

}
.node--type-object.node--view-mode-teaser .technical-specifications > div:nth-child(1)::after {
    content: '2';
    vertical-align: super;
    font-size: 10px;
}
.node--type-object.node--view-mode-teaser .technical-specifications > div:nth-child(2) {
    padding: 12px 25px 12px 58px;
    background-image: url(../image/stages-icon.svg);
    background-position-y: center;
    background-position-x: 25.6px;
    background-repeat: no-repeat;
}
.node--type-object.node--view-mode-teaser .field--name-field-completed-work {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    column-gap: 56px;
    row-gap: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    color: #5d5d5d;
}
.node--type-object.node--view-mode-teaser .field--name-field-completed-work .field__item {
    position: relative;
    padding-left: 15px;
}
.node--type-object.node--view-mode-teaser .field--name-field-completed-work .field__item::before {
    content: '';
    display: block;
    border-radius: 100%;
    width: 7px;
    height: 7px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: calc(50% - 3.5px);
}
#block-objects-on-front .more-link, #block-services-on-front .more-link  {
    margin-top: 30px;
    position: relative;
}
#block-objects-on-front .more-link a, #block-services-on-front .more-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    border: solid 1px #5d5d5d;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    color: #5d5d5d;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;

}
#block-objects-on-front .more-link::before, #block-services-on-front .more-link::before {
    content: '';
    display: block;
    width: 2px;
    background-color: #5d5d5d;
    position: absolute;
    left: 1px;
    top: 100%;
    bottom: 0;
    transition: all 0.4s ease;
}
#block-objects-on-front .more-link:hover::before, #block-services-on-front .more-link:hover::before {
    top: 0;
    transition: all 0.4s ease;
}
#block-objects-on-front .more-link::after, #block-services-on-front .more-link::after {
    content: '';
    display: block;
    width: 2px;
    background-color: #5d5d5d;
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 100%;
    transition: all 0.4s ease;
}
#block-objects-on-front .more-link:hover::after, #block-services-on-front .more-link:hover::after {
    bottom: 0;
    transition: all 0.4s ease;
}
#block-objects-on-front .more-link a::before, #block-services-on-front .more-link a::before {
    content: '';
    display: block;
    height: 2px;
    background-color: #5d5d5d;
    position: absolute;
    bottom: calc(100% - 2px);
    left: 0;
    right: 100%;
    transition: all 0.4s ease;
}
#block-objects-on-front .more-link a::after, #block-services-on-front .more-link a::after {
    content: '';
    display: block;
    height: 2px;
    background-color: #5d5d5d;
    position: absolute;
    top: calc(100% - 2px);
    left: 100%;
    right: 0%;
    transition: all 0.4s ease;
}
#block-objects-on-front .more-link a:hover::before, #block-services-on-front .more-link a:hover::before {
    right: 0;
    transition: all 0.4s ease;
}
#block-objects-on-front .more-link a:hover::after, #block-services-on-front .more-link a:hover::after {
    left: 0;
    transition: all 0.4s ease;
}
/***Блок "Объекты" на главной -- End***/

/***Страница объектов -- Beginn***/
.view-display-id-all_objects .view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.view-display-id-all_objects .views-row {
    width: 100%;
}
/***Страница объектов -- End***/

/***Внутренняя страница объекта -- Beginn***/ 
.node--type-object.node--view-mode-full .upper-block {
    display: flex;
    margin-bottom: 60px;
}
.node--type-object.node--view-mode-full .upper-block > div {
    width: 50%;
}
.node--type-object.node--view-mode-full .upper-left-block {
    padding: 0 50px;
    margin-right: 50px;
    min-width: 700px;
}
.node--type-object.node--view-mode-full .field--name-field-images-objects  img {
    max-height: 450px;
}
.node--type-object.node--view-mode-full button.slick-next.slick-arrow {
    right: -40px;
}
.node--type-object.node--view-mode-full button.slick-prev.slick-arrow {
    left: -40px;
}
.node--type-object.node--view-mode-full .upper-right-block > div:not(:last-child) {
    margin-bottom: 20px;
} 
.node--type-object.node--view-mode-full .upper-right-block .field__label,
.node--type-object.node--view-mode-full .field--name-body .field__label {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.node--type-object.node--view-mode-full .field--name-field-city, 
.node--type-object.node--view-mode-full .field--name-field-number-storeys-object, 
.node--type-object.node--view-mode-full .field--name-field-object-area {
    display: flex;
    column-gap: 5px;
    align-items: baseline;
}
.node--type-object.node--view-mode-full .field--name-field-city .field__label::after, 
.node--type-object.node--view-mode-full .field--name-field-number-storeys-object .field__label::after, 
.node--type-object.node--view-mode-full .field--name-field-object-area .field__label::after {
    content: ':';
}
.node--type-object.node--view-mode-full .upper-right-block .field__item,
.node--type-object.node--view-mode-full .field--name-body .field__item {
    font-size: 18px;
    font-weight: 300;
    color: #5d5d5d;
}
.node--type-object.node--view-mode-full .field--name-field-object-area .field__item::after {
    content: '2';
    vertical-align: super;
    font-size: 10px;
}
.node--type-object.node--view-mode-full .field--name-field-completed-work .field__item {
    display: list-item;
}
.node--type-object.node--view-mode-full .field--name-field-completed-work .field__item:not(:last-child) {
    margin-bottom: 10px;
}
/***Внутренняя страница объекта -- End***/

/***Подвал -- Beginn***/
#footer {
    background-image: url(../image/back-footer-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
    margin: 0 23px 23px;
    border-radius: 20px;
    position: relative;
    padding: 186px 0 45px;
}
#footer::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
}
#footer .container {
    position: relative;
}
.region-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 98px;
}
#block-main-menu-footer ul.nav {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
#block-main-menu-footer ul.nav > li > a {
    font-family: Ubuntu;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}
#block-main-menu-footer ul.nav > li > a.dropdown-toggle::after {
    content: none;
}
#block-contacts-footer .field--name-body > div {
    display: flex;
    flex-direction: column;
}
#block-contacts-footer .field--name-body > div:not(:last-child) {
    margin-bottom: 20px;
}
#block-contacts-footer .field--name-body > div a {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
#block-contacts-footer .field--name-body label {
    font-size: 15px;
    font-weight: 300;
    color: #b0b0b0;
    margin-bottom: 5px;
}
.copiryghts {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.copiryghts > div, .copiryghts > div a {
    font-size: 15px;
    font-weight: 300;
    color: #b0b0b0;
    text-decoration: none;
}
#block-main-menu-footer ul.nav > li > a:hover, .copiryghts > div a:hover, #block-contacts-footer .field--name-body > div a:hover {
    color: #fc0;
}
#block-vesta-theme-chatbot {
    position: absolute;
}
/***Подвал -- End***/

/***Адаптив -- Beginn***/
@media screen and (min-width: 1200px) {
    /***Базовые стили -- Beginn***/
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }
    /***Базовые стили -- End***/
}

@media screen and (max-width: 1500px) {
    /***Шапка -- Beginn***/
    #block-main-menu-header {
        margin-left: 0;
    }
    /***Шапка -- End***/
}

@media screen and (max-width: 1300px) {
    /***Баннер на главной -- Beginn***/
    .banner-block .text-block {
        bottom: 250px;
    }
    #block-banner-on-front .container {
        max-width: 991px;
    }
    /***Баннер на главной -- End***/
}

@media screen and (max-width: 1200px) {
    /***Шапка -- Beginn***/
    .region-header {
        padding: 10px 0 10px;
    }
    .header-block {
        left: 30px;
        right: 30px;
    }
    .messengers-header {
        column-gap: 10px;
        margin-right: 15px;
    }
    /***Шапка -- End***/

    /***Баннер на главной -- Beginn***/
    #block-banner-on-front .text-block.container {
        padding: 0px 40px;
    }
    #block-banner-on-front .text-block {
        bottom: 40px;
    }
    #block-banner-on-front {
        position: relative;
    }
    /***Баннер на главной -- End***/

    /***Блок "О компании -- Beginn"***/
    .about-block {
        margin: 50px 0;
    }
    #block-about-on-front .field--name-field-benefits {
        margin-top: 20px;
    }
    .paragraph--type-benefit.paragraph--view-mode-announcement {
        padding: 15px;
    }
    #block-about-on-front .field--name-field-benefits > div:nth-child(2) .paragraph--type-benefit.paragraph--view-mode-announcement {
        background-position: center;
        background-image: none;
        background-color: #f2f2f2;
    }
    #block-about-on-front .field--name-field-header-benefit {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #block-about-on-front .field--name-field-benefits {
        gap: 15px;
    }
    #block-about-on-front .field--name-field-benefits > div {
        width: calc(100% / 4 - 15px);
    }
    #block-about-on-front .field--name-field-company_motto, .view-header > div:nth-child(1) {
        font-size: 28px;
    }
    .btn-more {
        padding: 10px 40px;
    }
    #block-about-on-front .field--name-field-short-description {
        margin-bottom: 15px;
    }
    /***Блок "О компании -- End"***/

    /***Блок "Услуги" на главной -- Beginn***/
    #block-services-on-front .views-row {
        max-width: unset!important;
        width: calc(100% / 3 - 30px);
        flex-grow: 1;
    }
    #block-services-on-front .field--name-field-img-service-card img {
        width: 100%;
        object-fit: cover;
    }
    #block-services-on-front .view-header {
        margin-bottom: 25px;
    }
    .block-views .block-title, #block-feedback-on-front .block-title {

    }
    /***Блок "Услуги" на главной -- End***/

    /***Блок "Обратная связь" на главной -- Beginn***/
    .feedback-block {
        margin: 50px 23px;
        padding: 50px 0;
    }
    #block-feedback-on-front #edit-upper-block .fieldset-wrapper {
        margin-bottom: 20px;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    #block-feedback-on-front #edit-upper-block .fieldset-wrapper > div {
        width: 100%;
    }
    #block-feedback-on-front #edit-bottom-block {
        justify-content: flex-start;
    }
    #block-feedback-on-front #edit-bottom-block .fieldset-wrapper {
        max-width: 100%;
    }
    /***Блок "Обратная связь" на главной -- End***/

    /***Блок "Объекты" на главной -- Beginn***/
    .objects-block {
        margin-bottom: 60px;
    }
    .node--type-object.node--view-mode-teaser .right-block {
        padding: 20px;
    }
    .node--type-object.node--view-mode-teaser .technical-specifications {
        margin: 15px 0;
    }
    .node--type-object.node--view-mode-teaser .field--name-field-completed-work {
        column-gap: 20px;
        row-gap: 5px;
        font-size: 14px;  
    }
    #block-objects-on-front .more-link, #block-services-on-front .more-link {
       margin-top: 20px; 
    }
    #block-objects-on-front .view-header > div:nth-child(2) {
        padding-top: 0;
        margin-left: 10px;
    }
    /***Блок "Объекты" на главной -- End***/

    /***Подвал -- Beginn***/
    #footer {
        padding: 40px 0 20px;
    }
    #block-logo-footer img {
        max-width: 350px;
    }
    #scrollToTop {
        bottom: 70px;
        right: 30px;
    }
    /***Подвал -- End***/

    /***Внутренняя страница объекта -- Beginn***/ 
    .node--type-object.node--view-mode-full .upper-block {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .node--type-object.node--view-mode-full .upper-block > div {
        width: 100%;
    }
    .node--type-object.node--view-mode-full .upper-left-block {
        margin-right: 0;
        min-width: auto;
        margin-bottom: 15px;
    }
    /***Внутренняя страница объекта -- End***/
}

@media screen and (max-width: 991px) {
    /***Базовые стили -- Beginn***/
    .ui-dialog {
        width: calc(70vw) !important;
        left: calc(15vw) !important;
    }
    /***Базовые стили -- End***/
    /***Шапка -- Beginn***/
    #header {
        display: none;
    }
    /***Шапка -- End***/

    /***Баннер на главной -- Beginn***/
    #block-banner-on-front .field--name-field-header-banner-h1 h1 {
        font-size: 32px;
    }
    #block-banner-on-front .field--name-body {
        margin: 20px 0 20px;
    }
    .btn-web-form {
        font-size: 14px;
        padding: 15px 60px;
    }
    /***Баннер на главной -- End***/

    /***Блок "О компании -- Beginn"***/
    #block-about-on-front .upper-block > div {
        width: 100%;
    }
    #block-about-on-front .upper-block {
        row-gap: 20px;
    }
    .block-views .block-title, #block-feedback-on-front .block-title {
        margin-bottom: 15px;
    }
    #block-about-on-front .field--name-field-benefits > div {
        width: calc(100% / 2 - 15px);
    }
    #block-about-on-front .field--name-field-benefits {
        flex-wrap: wrap;
    }
    #block-about-on-front .field--name-field-benefits > div:nth-child(2) .paragraph--type-benefit.paragraph--view-mode-announcement {
        background-image: none;
        background-color: #f2f2f2;
    }
    /***Блок "О компании -- End"***/

    /***Блок "Услуги" на главной -- Beginn***/
    #block-services-on-front .view-header {
        flex-wrap: wrap;
        row-gap: 15px;
    }
    #block-services-on-front .view-header > div, #block-objects-on-front .view-header > div {
        width: 100%;
    }
    #block-services-on-front .view-header > div:nth-child(2), #block-objects-on-front .view-header > div:nth-child(2) {
        padding-top: 0;
        margin-left: 0;
    }
    #block-services-on-front .view-content {
        gap: 15px;
    }
    #block-services-on-front .views-row {
        width: calc(100% / 3 - 15px);
    }
    #block-services-on-front .field--name-field-header-on-card {
        margin-bottom: 20px;
    }
    /***Блок "Услуги" на главной -- End***/

    /***Страница услуг -- Beginn***/
    .view-display-id-all_services .views-row {
        width: 100%;
    }
    /***Страница услуг -- End***/

    /***Блок "Объекты" на главной -- Beginn***/
    #block-objects-on-front .view-header {
        margin-bottom: 20px;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .node--type-object.node--view-mode-teaser {
        flex-wrap: wrap;
    }
    .node--type-object.node--view-mode-teaser .left-block {
        max-width: 100%;
    }
    .node--type-object.node--view-mode-teaser > div {
        width: 100%;
    }
    .node--type-object.node--view-mode-teaser .field--name-field-images-objects img {
        width: 100%;
        height: auto;
    }
    /***Блок "Объекты" на главной -- End***/

    /***Внутренняя страница объекта -- Beginn***/
    .node--type-object.node--view-mode-full .upper-right-block > div:not(:last-child) {
        margin-bottom: 10px;
    }
    .node--type-object.node--view-mode-full .field--name-field-completed-work .field__items {
        padding-left: 20px;
    }
    .node--type-object.node--view-mode-full .field--name-field-images-objects img {
        height: 270px;
        object-fit: cover;
    }
    /***Внутренняя страница объекта -- End***/
}

@media screen and (max-width: 768px) {
    /***Базовые стили -- Beginn***/
    .ui-dialog {
        width: calc(90vw) !important;
        left: calc(5vw) !important;
    }
    .not-front .field--name-body.field--type-text-with-summary {
        line-height: 2;
    }
    /***Базовые стили -- End***/

    /***Баннер на главной -- Beginn***/
    #block-banner-on-front .field--name-field-header-banner-h1 h1 {
        font-size: 28px;
    }
    #block-banner-on-front .field--name-field-image-banner img {
        min-height: 350px;
    }
    .banner-block {
        margin: 10px 15px 0;
    }
    /***Баннер на главной -- End***/

    /***Блок "О компании -- Beginn"***/
    #block-about-on-front .field--name-field-company_motto, .view-header > div:nth-child(1) {
        font-size: 26px;
    }
    /***Блок "О компании -- End"***/

    /***Блок "Услуги" на главной -- Beginn***/
    #block-services-on-front .views-row {
        width: calc(100% / 2 - 15px);
    }
    #block-services-on-front .text-block {
        padding: 15px;
    }
    #block-services-on-front .views-row:nth-child(7) {
        min-width: auto;
    }
    /***Блок "Услуги" на главной -- End***/

    /***Блок "Обратная связь" на главной -- Beginn***/
    .feedback-block {
        margin: 30px 15px;
        padding: 30px 0;
    }
    #block-feedback-on-front .form-item-privacy label {
        min-width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    #block-feedback-on-front .form-item-privacy .description, #block-feedback-on-front .form-item-privacy .description a {
        font-size: 12px;
    }
    #block-feedback-on-front .form-item-privacy input:checked + label::before {
        font-size: 14px;
        bottom: 3px;
    }
    #block-feedback-on-front .company_motto {
        font-size: 24px;
    }
    #block-feedback-on-front .text_above_form {
        min-width: auto;
    }
    /***Блок "Обратная связь" на главной -- End***/

    /***Блок "Объекты" на главной -- Beginn***/
    #block-objects-on-front .more-link a, #block-services-on-front .more-link a {
       padding: 10px; 
    }
    /***Блок "Объекты" на главной -- End***/

    /***Подвал -- Beginn***/
    .region-footer {
        margin-bottom: 50px;
    }
    #block-logo-footer img {
        max-width: 250px;
    }
    .copiryghts {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    /***Подвал -- End***/
}

@media screen and (max-width: 576px) {
    /***Баннер на главной -- Beginn***/
    #block-banner-on-front .field--name-field-header-banner-h1 h1 {
        font-size: 22px;
    }
    #block-banner-on-front .field--name-field-header-banner-h1 h1 br,
    #block-banner-on-front .field--name-body br {
        display: none;
    }
    #block-banner-on-front .field--name-body {
        font-size: 14px;
    }
    .btn-web-form {
        padding: 15px 30px;
    }
    /***Баннер на главной -- End***/

    /***Блок "О компании -- Beginn"***/
    #block-about-on-front .field--name-field-benefits > div {
        width: calc(100% / 2 - 5px);
    } 
    #block-about-on-front .field--name-field-benefits {
        gap: 5px;
    }
    #block-about-on-front .field--name-field-description-benefit {
        font-size: 14px;
        max-height: 135px;
        min-height: 135px;
    }
    #block-about-on-front .field--name-field-header-benefit {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .paragraph--type-benefit.paragraph--view-mode-announcement {
        border-radius: 10px;
        max-height: unset;
        min-height: 210px;
    }

    /***Блок "О компании -- End"***/

    /***Блок "Объекты" на главной -- Beginn***/
    .node--type-object.node--view-mode-teaser .field--name-field-completed-work {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(8, 1fr);
    }
    .objects-block {
        margin-bottom: 30px;
    }
    #block-objects-on-front .more-link a, #block-services-on-front .more-link a {
        font-size: 14px;
    }
    .node--type-object.node--view-mode-teaser .technical-specifications > div {
        font-size: 14px;
    }
    /***Блок "Объекты" на главной -- End***/

    /***Подвал -- Beginn***/
    #footer {
        margin: 0 15px 15px;
    }
    .region-footer {
        display: grid;
        grid-template-areas: 'footer-logo'
                             'footer-menu'
                             'footer-contacts';
        grid-row-gap: 20px;
        align-items: baseline;
        justify-content: center;
    }
    #block-main-menu-footer {
        grid-area: footer-menu;
        width: fit-content;
        margin: 0 auto 0 75px;
    }
    #block-contacts-footer {
        grid-area: footer-contacts;
        width: fit-content;
        margin: 0 auto;
    }
    #block-logo-footer {
        grid-area: footer-logo;
    } 
    #block-logo-footer img {
        max-width: 100%;
    }
    /***Подвал -- End***/

    /***Блок "Объекты" на главной -- Beginn***/
    .node--type-object.node--view-mode-full .upper-right-block .field__label, 
    .node--type-object.node--view-mode-full .field--name-body .field__label {
        font-size: 16px;
    }
    .node--type-object.node--view-mode-full .upper-right-block .field__item, 
    .node--type-object.node--view-mode-full .field--name-body .field__item {
        font-size: 14px;
    }
    /***Блок "Объекты" на главной -- End***/
}
/***Адаптив -- End***/