@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {
    overflow-y: scroll;
    font-weight: 400;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
}

.page > * {
    margin-bottom: 0 !important;
}

:root {
    --white: #ffffff;
    --grey: rgba(47, 47, 48, 0.5);
    --black: #2F2F30;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px !important;
    }
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 576px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

body {
    font-size: 16px !important;
    font-family: "Montserrat", sans-serif !important;
}

@media (max-width: 520px) {
    body {
        font-size: 14px !important;
    }
}

a {
    text-decoration: none !important;
}

.page-title {
    font-family: "Montserrat", sans-serif !important;
}

.btn-callback {
    color: var(--black) !important;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
    white-space: nowrap;
}

.btn-callback:hover {
    opacity: 0.8;
}

.block-title {
    font-family: "Montserrat", sans-serif !important;
    text-align: center;
    font-size: 40px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 1000px) {
    .block-title {
        font-size: 24px !important;
    }
}

@media (max-width: 520px) {
    .block-title {
        font-size: 22px !important;
        line-height: 1.2;
    }
}

.block-btn {
    display: block;
    background: url("/sites/all/themes/vesta_theme/image/block-btn.svg");
    width: 200px;
    padding: 18px 40px;
    margin: 40px auto 0 auto;
    border: none;
    color: var(--white);
    text-align: center;
    transition: all .3s;
}

.block-btn:hover {
    opacity: 0.8;
    color: var(--white);
    text-decoration: none;
}

/*HEADER STYLES*/
.toolbar .toolbar-tab .toolbar-icon {
    padding: 0.75em 1.5em 0.75em 2.5em;
}

.header {
    background: var(--white);
}

.header-main {
    padding: 14px 0;
    display: flex;
    gap: 85px;
    align-items: center;
}

.header-contacts {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.header-city-mail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-phone-callback {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contacts-row a, .contacts-row p {
    color: var(--black) !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0 !important;
    transition: all .3s;
}

.contacts-row a:hover {
    opacity: 0.8;
}

.tel {
    white-space: nowrap;
    font-weight: 600 !important;
}

.header-search-cart {
    position: relative;
    display: flex;
    gap: 36px;
    justify-content: space-between;
    align-items: center;
}

.header-bottom {
    border-top: 1px solid var(--black);
}

#block-vesta-theme-osnovnayanavigaciya .nav {
    padding: 13px 10px;
    border-right: 2px solid var(--accent);
    background-color: var(--white);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#block-vesta-theme-osnovnayanavigaciya .nav .nav-link {
    font-size: 16px !important;
    color: var(--accent) !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 50px !important;
    vertical-align: 0 !important;
    content: url("/sites/all/themes/vesta_theme/image/menu-arrow.svg");
    border: none !important;
    width: 19px !important;
    height: 19px !important;
}

#block-vesta-theme-osnovnayanavigaciya .dropdown-item.active, .dropdown-item:active {
    background-color: var(--accent) !important;
}

/*Мобильное меню*/
#block-vesta-theme-osnovnayanavigaciya-4 .nav {
    margin: 14px 0;
    display: flex;
    justify-content: space-between !important;
}

#block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-link {
    font-size: 16px !important;
    color: var(--black) !important;
    font-weight: 600 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    transition: all .3s;
}

#block-vesta-theme-osnovnayanavigaciya-4 .nav .is-active {
    text-decoration: underline !important;
    text-underline-offset: 5px;
}

#block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-link:hover {
    text-decoration: underline !important;
    text-underline-offset: 5px;
    opacity: 0.8;
}

#block-vesta-theme-osnovnayanavigaciya-4 .nav .nav-item .dropdown-menu .nav-item a {
    color: var(--black) !important;
}

@media (max-width: 1000px) {
    .dropdown-toggle::after {
        margin-left: 10px !important;
        content: url("/sites/all/themes/vesta_theme/image/menu-arrow-white.svg");
    }
}

/*Мобильное меню в бургере*/
#block-vesta-theme-osnovnayanavigaciya-4--2 .nav {
    margin: 14px 0;
    display: flex;
    gap: 5px;
    justify-content: space-between !important;
}

#block-vesta-theme-osnovnayanavigaciya-4--2 .nav .nav-link {
    font-size: 14px !important;
    color: var(--black) !important;
    font-weight: 600 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
}

#block-vesta-theme-osnovnayanavigaciya-4--2 .nav .nav-link:hover {
    text-decoration: underline !important;
}

#block-vesta-theme-osnovnayanavigaciya-4--2 .nav .nav-item .dropdown-menu .nav-item a {
    color: var(--black) !important;
}

/* Поле ввода */
#search-api-page-block-form-search .form-item .form-control {
    position: relative;
    width: 100px;
    background: var(--white);
    border: none;
    height: 40px;
    padding: 15px 10px; /* Место для иконки справа */
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

#search-api-page-block-form-search .form-actions {
    display: none;
}

/* Иконка поиска через background */
#search-api-page-block-form-search .form-item .form-control {
    background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

#search-api-page-block-form-search .form-item .form-control::placeholder {
    font-size: 0;
}


.js-search-button {
    background: transparent;
    background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 30px;
    height: 30px;
}

.region-search {
    display: none;
    position: absolute;
    right: 120px;
}

@media (max-width: 1000px) {
    .region-search {
        bottom: 0;
        right: 0;
    }
}

.region-search.active {
    display: block;
    animation: search .5s ease-in-out;
}

@keyframes search {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Поле ввода */
#search-api-page-block-form-search--2 .form-item .form-control {
    position: relative;
    width: 300px;
    background: var(--white);
    border: 1px solid var(--black);
    height: 45px;
    padding: 15px 10px; /* Место для иконки справа */
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

#search-api-page-block-form-search--2 .form-actions {
    display: none;
}

/* Иконка поиска через background */
#search-api-page-block-form-search--2 .form-item .form-control {
    background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

#search-api-page-block-form-search--2 .form-item .form-control::placeholder {
    font-size: 0;
}

/* Поле ввода */
#search-api-page-block-form-search--3 .form-item .form-control {
    position: relative;
    width: 100px;
    background: var(--white);
    border: none;
    height: 40px;
    padding: 15px 10px; /* Место для иконки справа */
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

@media (max-width: 460px) {
    #search-api-page-block-form-search--3 .form-item .form-control {
        width: 35px;
        padding: 0 5px;
    }
}

#search-api-page-block-form-search--3 .form-actions {
    display: none;
}

/* Иконка поиска через background */
.search-api-page-block-form-search #search-api-page-block-form-search--3 .form-item .form-control {
    background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

#search-api-page-block-form-search--3 .form-item .form-control::placeholder {
    font-size: 0;
}


#block-vesta-theme-content #search-api-page-block-form-search .form-item .form-control {
    position: relative;
    width: 350px;
    background: #F0F0F0;
    border-radius: 14px;
    border: none;
    height: 100%;
    padding: 12px; /* Место для иконки справа */
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    margin-bottom: 30px;
}

#block-vesta-theme-content #search-api-page-block-form-search .form-item .form-control {
    background-image: url('/sites/all/themes/vesta_theme/image/search.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.mobile-header-column {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

@media (max-width: 400px) {
    .mobile-header-row {
        gap: 20px;
    }
}

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

#header-mob {
    top: 0;
    width: 100%;
    background: var(--white);
    color: #000;
    padding: 5px 5px;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 550px) {
    #header-mob {
        gap: 15px;
    }
}

.mobile-phone .contacts-row {
    justify-content: flex-end;
}

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

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

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

.offcanvas {
    --bs-offcanvas-bg: var(--white);
}

.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 */
.node--type-slide .field--name-field-image {
    position: absolute;
    width: 100%;
    z-index: -1;
}

.slick-slide img {
    height: revert-layer !important;
    object-fit: cover;
}

.product-teaser .slick-slide img {
    height: auto !important;
}

div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
    position: relative !important;
    top: 0;
    bottom: calc(1vw + 12px);
    left: 0;
    right: 0;
    display: flex;
    padding: 90px 0;
    flex-direction: column;
    color: var(--black);
}

@media (max-width: 520px) {
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content {
        padding: 90px 40px !important;
    }
}

div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .slide-content {
    width: 530px;
    background-color: rgba(220, 233, 251, 0.7);
    padding: 50px 40px;
    border-radius: 15px;
}

@media (max-width: 768px) {
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .slide-content {
        width: 100%;
    }
}

.node--type-slide .content .field--name-field-slide-title p {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}

.node--type-slide .content .field--name-body p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.node--type-slide .content .field--name-field-slide-link {
    margin-top: 50px;
}

.node--type-slide .content .field--name-field-slide-link a {
    display: block;
    background: url("/sites/all/themes/vesta_theme/image/block-btn.svg");
    width: 200px;
    padding: 17px 35px;
    border: none;
    color: var(--white);
    text-align: center;
    transition: all .3s;
}

.node--type-slide .content .field--name-field-slide-link a:hover {
    opacity: 0.8;
}

@media (max-width: 520px) {
    div#slider-block .view.view-slayder.view-id-slayder .view-content .node--type-slide .content .slide-content {
        padding: 13px 30px;
        text-align: center;
    }

    .node--type-slide .content .field--name-field-slide-link a {
        margin: 0 auto;
        padding: 14px 29px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .node--type-slide .content .field--name-field-slide-title p {
        font-size: 28px;
    }

    .node--type-slide .content .field--name-body p {
        font-size: 14px;
    }

    .node--type-slide .content .field--name-field-slide-link {
        margin-top: 45px;
    }
}

@media (max-width: 520px) {
    .node--type-slide .content .field--name-field-slide-link {
        margin-top: 12px;
    }
}

.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: 10px;
}

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

ul.slick-dots {
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 11px;
    list-style: none;
    transform: translateY(-38px);
}

ul.slick-dots li button {
    background: rgba(220, 233, 251, 0.5);
    border-radius: 50%;
    border: none;
    padding: 0;
    width: 12px;
    font-size: 0;
    height: 12px;
    display: block;
}

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

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

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-left.svg");
}

button.slick-next.slick-arrow::before {
    background-image: url("/sites/all/themes/vesta_theme/image/arrow-right.svg");
}

.absolute-buttons {
    width: 48px;
    height: 48px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    flex-direction: column;
    gap: 78px;
    bottom: 300px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    z-index: 10;
    transition: 0.2s;
    padding: 0;
}

.social-media {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#scrollToTop, .social-media a {
    width: 50px;
    height: 50px;
    background: none;
    text-indent: 0;
    font-size: 0;
    border: 0px;
    outline: 0px;
    display: flex;
    cursor: pointer;
}

/* SLICK STYLES */

.front-h1 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    padding: 0 50px;
}

@media (max-width: 1000px) {
    .front-h1 {
        font-size: 32px;
        padding: 0;
    }
}

@media (max-width: 520px) {
    .front-h1 {
        font-size: 29px;
    }
}

.region-content {
    padding-top: 26px;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .region-content {
        padding-bottom: 40px;
    }
}

#block-vesta-theme-views-block-catalog-block-1 .view-catalog .view-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#block-vesta-theme-views-block-catalog-block-2 .view-catalog .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px !important;
}

.view-catalog .view-content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media (max-width: 768px) {
    .view-catalog .view-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 600px) {
    .view-catalog .view-content {
        margin-top: 30px;
    }
}

.view-catalog .view-content .views-row {
    margin-top: 42px;
    border-radius: 10px;
    transition: all .3s;
}

.view-catalog .view-content .views-row:hover {
    scale: 1.03;
}

.catalog-last-block {
    background-color: #DCE9FB;
    margin-top: 42px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    height: 206px;
    padding: 20px 60px 30px 26px;
    transition: all .3s;
}

@media (max-width: 1000px) {
    #block-vesta-theme-views-block-catalog-block-1 .view-catalog .view-content {
        grid-template-columns: repeat(1, 1fr);
    }

    #block-vesta-theme-views-block-catalog-block-2 .view-catalog .view-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .view-catalog .view-content .views-row {
        margin-top: 0;
    }

    .catalog-last-block {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    #block-vesta-theme-views-block-catalog-block-2 .view-catalog .view-content {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 520px) {
    .catalog-last-block {
        margin-top: 0;
        gap: 2px;
        height: 118px;
        padding: 10px 20px 15px 15px;
    }
}

.catalog-last-block:hover {
    scale: 1.03;
}

.catalog-last-block-title {
    font-size: 28px;
    font-weight: 600;
}

.catalog-last-block-row {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.catalog-last-block-row p {
    width: 45%;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0 !important;
}

.catalog-last-block-row a {
    display: block;
    background: url('/sites/all/themes/vesta_theme/image/block-btn.svg');
    background-repeat: no-repeat;
    width: 200px;
    padding-top: 17px;
    padding-bottom: 23px;
    border: none;
    color: var(--white);
    text-align: center;
    transition: all .3s;
}

.catalog-last-block-row a:hover {
    opacity: 0.8;
    color: var(--white) !important;
}

@media (max-width: 520px) {
    .catalog-last-block-title {
        font-size: 16px;
    }

    .catalog-last-block-row {
        gap: 8px;
    }

    .catalog-last-block-row a {
        width: auto;
        background: url('/sites/all/themes/vesta_theme/image/block-btn-mobile.svg');
        background-repeat: no-repeat;
        padding: 13px 48px;
        font-size: 13px;
    }

    .catalog-last-block-row p {
        width: 45%;
        font-size: 10px;
    }
}

.view-catalog .view-content .views-row:nth-child(1) {
    background-color: #E5EBFF;
}

.view-catalog .view-content .views-row:nth-child(2) {
    background-color: #D5E0D8;
}

.view-catalog .view-content .views-row:nth-child(3) {
    background-color: #FFDCD1;
}

.view-catalog .view-content .views-row:nth-child(4) {
    background-color: #DBDBDB;
}

.view-catalog .view-content .views-row:nth-child(5) {
    background-color: #D5E0D8;
}

.view-catalog .view-content .views-row:nth-child(6) {
    background-color: #E5EBFF;
}

.view-catalog .view-content .views-row .taxonomy-term {
    display: flex;
    height: 206px;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 520px) {
    .view-catalog .view-content .views-row .taxonomy-term {
        height: 90px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.view-catalog .view-content .views-row .taxonomy-term::after {
    display: none;
}

.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
    transform: translateY(-30px);
}

.view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image img {
    width: 100%;
    height: auto;
}

@media (max-width: 520px) {
    .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image {
        transform: translateY(-10px);
    }

    .view-catalog .view-content .views-row .taxonomy-term .field--name-field-catalog-image img {
        height: 100px;
    }
}

.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

@media (max-width: 1000px) {
    .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title h2 {
        font-size: 20px;
    }
}

@media (max-width: 520px) {
    .view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title h2 {
        font-size: 16px;
    }
}

.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title h2 a {
    color: var(--black);
    transition: all .3s;
}

.view-catalog .view-content .views-row .taxonomy-term .field--name-taxonomy-term-title h2 a:hover {
    opacity: 0.7;
}

#block-vesta-theme-views-block-tovary-block-2 {
    margin-top: 80px;
}

#block-vesta-theme-views-block-tovary-block-3 {
    margin-top: 80px;
}

@media (max-width: 768px) {
    #block-vesta-theme-views-block-tovary-block-2 {
        margin-top: 40px;
    }

    #block-vesta-theme-views-block-tovary-block-3 {
        margin-top: 40px;
    }
}

.tovary-slider-wrapper .swiper {
    overflow: initial !important;
}

.tovary-finished-slider-wrapper .swiper {
    overflow: initial !important;
}

.swiper-slide {
    opacity: 0;
    transition: all .4s ease;
}

.swiper-slide-active,
.swiper-slide-active + .swiper-slide,
.swiper-slide-active + .swiper-slide + .swiper-slide,
.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1000px) {
    .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide{
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 768px) {
    .swiper-slide-active + .swiper-slide + .swiper-slide{
        opacity: 0;
        visibility: hidden;
    }
}

.tovary-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 40px 0 80px 0;
}

.tovary-finished-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 40px 0 80px 0;
}

@media (max-width: 768px) {
    .tovary-slider-wrapper {
        margin: 40px 0 60px 0;
    }

    .tovary-finished-slider-wrapper {
        margin: 40px 0 60px 0;
    }
}

.tovary-slider {
    padding-bottom: 35px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.tovary-finished-slider {
    padding-bottom: 35px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.swiper-pagination {
    bottom: -36px !important;
}

.swiper-pagination-bullet-active {
    background: var(--black) !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: var(--black) !important;
}

.swiper-pagination-finished-products {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -36px !important;
}

.slider-nav ul.slick-dots li.slick-active button {
    background: var(--black) !important;
}

.slider-nav ul.slick-dots li button {
    width: 9px !important;
    height: 9px !important;
    background: rgba(47, 47, 48, 0.5) !important;
}

.slider-nav ul.slick-dots {
    transform: translateY(15px) !important;
}

.product--rendered-attribute label.option:hover {
    cursor: pointer;
}

.product--rendered-attribute label.option {
    position: relative;
}

.product--rendered-attribute label.option:hover .field--name-name {
    display: block !important;
    position: absolute;
    white-space: nowrap;
    top: -25px;
}

#block-vesta-theme-content .view-tovary .view-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media (max-width: 1200px) {
    #block-vesta-theme-content .view-tovary .view-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    #block-vesta-theme-content .view-tovary .view-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

.view-tovary .product-teaser {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    background-color: var(--white);
    border-radius: 16px;
    padding: 8px 8px 20px 8px;
    box-shadow: 1px 14px 28px 0 rgba(47, 47, 48, 0.24);
}

.view-tovary .swiper-slide {
    height: auto !important;
}

.view-tovary .product-teaser .field--name-field-image-product-view img {
    width: 100%;
    border-radius: 13px;
}

.view-tovary .product-teaser .field--name-field-image-product-view .field__item {
    display: none;
}

.view-tovary .product-teaser .field--name-field-image-product-view .field__item:first-child {
    display: block;
}

.slider-for {
    max-width: 570px;
    margin-bottom: 20px;
}

.slider-for .slick-slide img {
    width: 100%;
    border-radius: 16px;
    height: auto;
}

.slider-nav {
    max-width: 570px;
}

.slider-nav .slick-slide img {
    width: 100%;
    height: auto;
    opacity: 0.5;
    border-radius: 13px;
    cursor: pointer;
}

.slider-nav .slick-track .slick-slide {
    display: block;
}

.slider-nav .slick-slide {
    display: none;
}

.slider-nav .slick-slide {
    padding: 0 8px;
}

.slider-nav .slick-list {
    padding: 0 !important;
}

.slider-nav .slick-slide.slick-current img,
.slider-nav .slick-slide:hover img {
    opacity: 1;
}

.view-tovary .product-teaser .product-teaser-info {
    padding: 0 8px;
}

.view-tovary .product-teaser .field--name-title {
    margin-top: 18px;
}

.view-tovary .product-teaser .field--name-title a {
    color: var(--black);
    font-weight: 600;
}

@media (max-width: 500px) {
    .view-tovary .product-teaser .field--name-title a {
        font-size: 12px;
    }
}

.view-tovary .product-teaser .commerce-order-item-add-to-cart-form .product--rendered-attribute {
    display: none;
}

.product-teaser-info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.view-tovary .product-teaser .field--name-list-price {
    font-size: 16px;
    font-weight: 500;
    color: rgba(47, 47, 48, 0.5);
    text-decoration: line-through #FF0404;
}

.view-tovary .product-teaser .field--name-price {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 520px) {
    .view-tovary .product-teaser .field--name-list-price {
        font-size: 10px;
    }

    .view-tovary .product-teaser .field--name-price {
        font-size: 14px;
    }
}

.view-tovary .product-teaser-info .field--name-variations .field__item .commerce-order-item-add-to-cart-form .field--name-quantity {
    display: none;
}

.view-tovary .product-teaser .commerce-order-item-add-to-cart-form .field--name-quantity {
    display: none;
}

.view-tovary .product-teaser .commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart {
    display: block;
    background: url('/sites/all/themes/vesta_theme/image/product-teaser-cart.png');
    background-repeat: no-repeat;
    padding: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    font-size: 0 !important;
    text-align: center;
    transition: all .3s;
}


/* PRODUCT PAGE STYLES*/
.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;
}

@media (max-width: 1000px) {
    .commerce-product--view-mode-teaser .field--name-title {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .commerce-product--view-mode-teaser .field--name-title {
        font-size: 18px;
    }
}

.commerce-product--view-mode-teaser .field--name-title a {
    color: var(--black);
    transition: all .3s;
}

.commerce-product--view-mode-teaser .field--name-title a:hover {
    color: rgba(0, 0, 0, 0.7);
}

.commerce-product--view-mode-teaser .variation-row .field--name-price {
    position: absolute;
    top: 0;
    font-size: 28px;
    font-weight: 600;
    color: var(--accent);
}

@media (max-width: 1000px) {
    .commerce-product--view-mode-teaser .variation-row .field--name-price {
        font-size: 22px;
    }
}

.commerce-order-item-add-to-cart-form .field--name-quantity .form-item label {
    display: none;
}

.commerce-order-item-add-to-cart-form .product--rendered-attribute .form-radios {
    display: flex;
    gap: 8px;
    align-items: center;
}

.commerce-order-item-add-to-cart-form .product--rendered-attribute .form-radios .option .field--name-name {
    display: none;
    background-color: var(--black);
    color: var(--white);
    font-size: 12px;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 4px;
}

.commerce-order-item-add-to-cart-form .product--rendered-attribute .form-radios .option .field--name-field-vid-granita-izobrazhenie:hover {
    display: block;
}

.product--rendered-attribute__selected ~ label.option {
    border: none !important;
}

.product--rendered-attribute legend {
    display: none;
}

.commerce-order-item-add-to-cart-form .field--name-quantity {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
}

.commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus {
    display: flex;
    background: url("/sites/all/themes/vesta_theme/image/minus.svg") !important;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--black);
    cursor: pointer;
    font-size: 0;
    transition: all .3s;
}

.commerce-order-item-add-to-cart-form .field--name-quantity .btn-minus:hover {
    background-color: rgba(255, 58, 58, 0.7);
    cursor: pointer;
    scale: 1.05;
}

.commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus {
    display: flex;
    background: url("/sites/all/themes/vesta_theme/image/plus.svg") !important;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--black);
    cursor: pointer;
    font-size: 0;
    transition: all .3s;
}

.commerce-order-item-add-to-cart-form .field--name-quantity .btn-plus:hover {
    background-color: rgba(255, 58, 58, 0.7);
    cursor: pointer;
    scale: 1.05;
}

.commerce-order-item-add-to-cart-form .field--name-quantity .form-item .form-number {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 500;
    width: 30px;
    text-align: center;
}

.commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart {
    display: block;
    background: url("/sites/all/themes/vesta_theme/image/block-btn.svg");
    background-repeat: no-repeat;
    width: 200px;
    padding: 17px 0 23px 0;
    margin-top: 24px;
    border: none;
    color: var(--white);
    text-align: center;
    transition: all .3s;
}

.commerce-order-item-add-to-cart-form .form-actions .button--add-to-cart:hover {
    background-color: transparent !important;
    opacity: 0.8;
}

/*Страница товара*/
.product-teaser {
    display: flex;
    gap: 50px;
}

@media (max-width: 1000px) {
    .product-teaser {
        flex-direction: column;
        gap: 30px;
    }

    .product-teaser .field--name-field-image-product-view {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .product-teaser .field--name-field-image-product-view {
        width: 100%;
    }
}

.group-left .field--name-field-image-product-view a img {
    width: 100%;
    height: auto;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-info .field--type-string {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.product-info .field--type-string .field__label {
    font-weight: 600;
}

.product-info .field--type-string .field__label::after {
    content: ':';
}

.product-teaser-info .field--name-list-price {
    margin-top: 32px;
    font-size: 24px;
    font-weight: 500;
    color: rgba(47, 47, 48, 0.5);
    text-decoration: line-through #FF0404;
}

.product-quantity {
    margin-top: 16px;
}

.product-quantity p {
    font-weight: 600;
}

.horizontal-tabs {
    margin-top: 20px;
    border: none !important;
}

.horizontal-tabs .horizontal-tab-button {
    background: transparent !important;
    border-right: none !important;
    padding-top: 0;
    margin: 0;
    min-width: 5em;
    float: left;
    transition: all .3s;
}

.horizontal-tabs .horizontal-tab-button:hover {
    background-color: #DCE9FB !important;
}


.horizontal-tabs-panes .horizontal-tabs-pane {
    padding: 0 !important;
    border-bottom: none !important;
}

.horizontal-tabs .horizontal-tabs-list {
    background-color: transparent !important;
    border-bottom: 1px solid #C4C4C4 !important;
}

.horizontal-tabs .horizontal-tab-button {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.horizontal-tab-button.selected {
    background-color: #DCE9FB !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-bottom: -1px;
}

.horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
    transition: all .3s;
    color: var(--black) !important;
    font-size: 20px;
}

@media (max-width: 600px) {
    .horizontal-tabs ul.horizontal-tabs-list li a, .horizontal-tabs ul.horizontal-tabs-list li.selected a {
        font-size: 14px;
    }
}

.horizontal-tabs .horizontal-tab-button a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: var(--accent);
}

.horizontal-tabs .horizontal-tab-button a:hover {
    background-color: var(--accent);
    color: var(--white);
}


.js-form-wrapper .card-body {
    padding: 35px 0 0 0 !important;
}

.product-teaser-info .field--name-price {
    font-size: 36px;
    font-weight: 600;
    color: var(--black);
}

@media (max-width: 520px) {
    .product-teaser-info .field--name-list-price {
        margin-top: 20px;
        font-size: 18px;
    }

    .product-teaser-info .field--name-price {
        font-size: 24px;
    }
}

.product-teaser-info .field--name-variations .field__item .commerce-order-item-add-to-cart-form .field--name-quantity {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
}

/* PRODUCT PAGE STYLES*/


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

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

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

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

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

/* Услуга благоустройство */
.service_improvement-block {
    margin-top: 80px;
}

@media (max-width: 768px) {
    .service_improvement-block {
        margin-top: 40px;
    }
}

.region-service-improvement {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

@media (max-width: 1200px) {
    #block-vesta-theme-uslugablagoustroystvo {
        width: 40%;
    }

    #block-vesta-theme-uslugablagoustroystvo .field--name-field-izobrazhenie img {
        width: 100%;
        height: auto;
    }

    #block-vesta-theme-predostavlyaemvseuslugivsfereblagoustroystvazakhoron {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .region-service-improvement {
        margin-top: 15px;
        flex-direction: column;
        gap: 15px;
    }

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

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

#block-vesta-theme-predostavlyaemvseuslugivsfereblagoustroystvazakhoron {
    background-color: #E5EBFF;
    padding: 30px 68px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 1000px) {
    #block-vesta-theme-predostavlyaemvseuslugivsfereblagoustroystvazakhoron {
        padding: 30px;
    }
}

#block-vesta-theme-predostavlyaemvseuslugivsfereblagoustroystvazakhoron .block-title {
    font-size: 24px !important;
}

@media (max-width: 520px) {
    #block-vesta-theme-predostavlyaemvseuslugivsfereblagoustroystvazakhoron .block-title {
        font-size: 16px !important;
    }

}

#block-vesta-theme-predostavlyaemvseuslugivsfereblagoustroystvazakhoron .field--name-field-ssylka a {
    display: block;
    background: url("/sites/all/themes/vesta_theme/image/block-btn.svg");
    width: 200px;
    padding: 17px 35px;
    border: none;
    color: var(--white);
    text-align: center;
    transition: all .3s;
}

@media (max-width: 768px) {
    #block-vesta-theme-predostavlyaemvseuslugivsfereblagoustroystvazakhoron .field--name-field-ssylka a {
        width: 200px;
        margin: 0 auto;
    }
}

#block-vesta-theme-predostavlyaemvseuslugivsfereblagoustroystvazakhoron .field--name-body p {
    margin-bottom: 0 !important;
    font-weight: 500;
    line-height: 1.2;
}

/* Выполненные работы */
.works-block {
    margin-top: 80px;
}

@media (max-width: 768px) {
    .works-block {
        margin-top: 40px;
    }
}

.photogallery-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 50px auto;
}

.works-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.works-slider .swiper-slide .views-field-title {
    text-align: center;
    font-weight: 500;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: all .3s;
}

@media (max-width: 550px) {
    .works-slider .swiper-slide img {
        height: 500px;
    }
}

.swiper-slide img:hover {
    scale: 1.03;
}

/* Скрываем стандартные стрелки Swiper */
.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.custom-swiper-button-prev {
    left: -40px
}

.custom-swiper-button-next {
    right: -40px
}

@media (max-width: 920px) {
    .custom-swiper-button-prev img,
    .custom-swiper-button-next img {
        width: 30px;
        height: auto;
    }
}

@media (max-width: 640px) {
    .custom-swiper-button-prev {
        left: -20px;
    }

    .custom-swiper-button-next {
        right: -20px;
    }
}

.custom-swiper-button-prev, .custom-swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: none !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-swiper-button-prev:hover, .custom-swiper-button-next:hover {
    background: none !important;
}

.swiper-pagination-works {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: -60px !important;
}

.block-btn-works {
    display: block;
    background: url("/sites/all/themes/vesta_theme/image/block-btn.svg");
    width: 200px;
    padding: 17px 40px;
    margin: 90px auto 0 auto;
    border: none;
    color: var(--white);
    text-align: center;
    transition: all .3s;
}

.block-btn-works:hover {
    color: var(--white);
    opacity: 0.8;
}

/*Страница "Выполненные работы"*/
#block-vesta-theme-content .view-vypolnennye-raboty .view-content {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

#block-vesta-theme-content .view-vypolnennye-raboty .view-content .views-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#block-vesta-theme-content .view-vypolnennye-raboty .view-content .views-row .views-field-title {
    text-align: center;
    font-weight: 500;
}

#block-vesta-theme-content .view-vypolnennye-raboty .view-content .views-row .views-field-field-foto img {
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    #block-vesta-theme-content .view-vypolnennye-raboty .view-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    #block-vesta-theme-content .view-vypolnennye-raboty .view-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

@media (max-width: 768px) {
    .benefits-block {
        margin-top: 40px;
    }
}

.view-benefits .view-content {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 60px;
}

@media (max-width: 1000px) {
    .view-benefits .view-content {
        margin-top: 40px;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .view-benefits .view-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

.view-benefits .view-content .views-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.view-benefits .view-content .views-row .views-field-field-ikonka img {
    box-shadow: 1px 14px 28px 0 rgba(47, 47, 48, 0.24);
    border-radius: 16px;
}

.view-benefits .view-content .views-row .views-field-title {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.view-benefits .view-content .views-row .views-field-body p {
    margin-bottom: 0 !important;
    margin-top: 20px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 520px) {
    .view-benefits .view-content .views-row .views-field-title {
        margin-top: 20px;
        font-size: 12px;
    }

    .view-benefits .view-content .views-row .views-field-body p {
        margin-top: 10px;
        font-size: 10px;
    }
}

/* О нас */
.about-block {
    margin-top: 80px;
}

@media (max-width: 768px) {
    .about-block {
        margin-top: 40px;
    }
}

.region-about {
    margin-top: 66px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#block-vesta-theme-sobstvennoeproizvodstvooteskizadoustanovki {
    width: 35%;
}

@media (max-width: 1200px) {
    #block-vesta-theme-sobstvennoeproizvodstvooteskizadoustanovki {
        width: 45%;
    }
}

@media (max-width: 1000px) {
    #block-vesta-theme-sobstvennoeproizvodstvooteskizadoustanovki {
        width: 70%;
    }
}

#block-vesta-theme-sobstvennoeproizvodstvooteskizadoustanovki .block-title {
    font-size: 24px !important;
    line-height: 1.2;
}

@media (max-width: 520px) {
    #block-vesta-theme-sobstvennoeproizvodstvooteskizadoustanovki .block-title {
        font-size: 18px !important;
    }
}

#block-vesta-theme-izobrazhenieokompanii {
    width: 65%;
}

@media (max-width: 768px) {
    .region-about {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
    }

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

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


#block-vesta-theme-izobrazhenieokompanii .field--name-field-izobrazhenie img {
    width: 100%;
    height: auto;
}

#block-vesta-theme-sobstvennoeproizvodstvooteskizadoustanovki .field--name-body {
    margin-top: 27px;
}

#block-vesta-theme-sobstvennoeproizvodstvooteskizadoustanovki .field--name-body p {
    margin-bottom: 0 !important;
    font-weight: 500;
}

#block-vesta-theme-sobstvennoeproizvodstvooteskizadoustanovki .field--name-body ul {
    margin-top: 27px;
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: 500;
}

#block-vesta-theme-sobstvennoeproizvodstvooteskizadoustanovki .field--name-field-ssylka a {
    margin-top: 67px;
    display: block;
    background: url("/sites/all/themes/vesta_theme/image/block-btn.svg");
    width: 200px;
    padding: 17px 35px;
    border: none;
    color: var(--white);
    text-align: center;
    transition: all .3s;
}

@media (max-width: 768px) {
    #block-vesta-theme-sobstvennoeproizvodstvooteskizadoustanovki .field--name-field-ssylka a {
        margin: 30px auto;
    }
}

/* Часто задаваемые вопросы */
.faq-block {
    margin-top: 80px;
}

@media (max-width: 768px) {
    .faq-block {
        margin-top: 40px;
    }
}

.body-node--826 .faq-block {
    margin-top: 0;
}

.region-faq {
    margin-top: 30px;
    display: flex;
    gap: 64px;
    align-items: center;
}

@media (max-width: 1000px) {
    #block-vesta-theme-chastozadavaemyevoprosyizobrazhenie .field--name-field-izobrazhenie img {
        width: 100%;
        height: auto;
    }

    .region-faq {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    #block-vesta-theme-chastozadavaemyevoprosyizobrazhenie {
        display: none;
    }
}

.card {
    border: none !important;
    border-bottom: 1px solid var(--black) !important;
}

.card-header {
    background-color: #fff !important;
    padding: 0 !important;
}

.btn-link {
    font-family: "Montserrat", sans-serif !important;
    color: var(--black) !important;
    background-color: var(--white) !important;
    text-decoration: none;
    width: 100%;
    text-align: left !important;
    font-size: 20px !important;
    padding: 18px 50px 18px 0 !important;
    position: relative;
    overflow: hidden;
    box-shadow: none !important;
    transition: all .3s;
}

@media (max-width: 520px) {
    .btn-link {
        font-size: 14px !important;
    }
}

.btn-link:hover {
    opacity: 0.8 !important;
    text-decoration: none !important;
}

.btn-link::after {
    content: url("/sites/all/themes/vesta_theme/image/faq.svg");
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); /* Центрируем вертикально */
    transition: transform 0.3s ease;
}

.btn-link[aria-expanded="true"]::after {
    transform: translateY(-50%) rotate(90deg);
}

.btn-link[aria-expanded="false"]::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-title {
    color: var(--black);
    font-weight: 600;
}

.card-body {
    background-color: var(--white);
    padding: 15px 0 !important;
    font-size: 16px;
    color: var(--black);
}


/* Форма */
.form-block {
    margin-top: 80px;
}

.body-node--800 .form-block {
    margin-top: 0;
}

.form-title .block-title {
    text-align: left !important;
    line-height: 1.3;
}

.form-title p {
    margin-bottom: 0 !important;
    margin-top: 30px;
}

#block-vesta-theme-vebforma {
    display: flex;
    gap: 40px;
    padding: 38px 60px 63px 60px;
    border-radius: 16px;
    background-color: #DCE9FB;
}

#block-vesta-theme-vebforma .webform-submission-form {
    width: 542px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    #block-vesta-theme-vebforma .webform-submission-form {
        width: 400px;
    }
}

@media (max-width: 1000px) {
    #block-vesta-theme-vebforma {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 30px;
    }

    #block-vesta-theme-vebforma .webform-submission-form {
        width: 100%;
    }
}

@media (max-width: 520px) {
    #block-vesta-theme-vebforma .webform-submission-form {
        margin-top: 0;
    }
}

#block-vesta-theme-vebforma .webform-submission-form .form-item .form-required {
    display: none;
}

#block-vesta-theme-vebforma .webform-submission-form .form-item .form-control {
    padding: 9px 2px !important;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid var(--black) !important;
    height: 35px !important;
    color: var(--black) !important;
}

#block-vesta-theme-vebforma .webform-submission-form .form-item .form-control::placeholder {
    color: var(--black) !important;
    opacity: 0.5;
}

#block-vesta-theme-vebforma .webform-submission-form .form-item .error {
    border: 1px solid red !important;
    border-radius: 5px !important;
    padding: 10px !important;
}

#block-vesta-theme-vebforma .webform-submission-form .form-item .form-item--error-message {
    display: none !important;
}

#block-vesta-theme-vebforma .webform-submission-form .js-form-type-checkbox {
    display: flex;
    gap: 15px;
    align-items: center;
}

#block-vesta-theme-vebforma .webform-submission-form .js-form-type-checkbox .webform-element-description {
    font-size: 14px;
    color: var(--black);
    font-weight: 500;
}

#block-vesta-theme-vebforma .webform-submission-form .js-form-type-checkbox .webform-element-description a {
    color: var(--black);
    text-decoration: underline !important;
    transition: all .3s;
}

#block-vesta-theme-vebforma .webform-submission-form .js-form-type-checkbox .webform-element-description a:hover {
    opacity: 0.8;
}


#block-vesta-theme-vebforma .webform-submission-form .form-actions .webform-button--submit {
    display: block;
    background: url("/sites/all/themes/vesta_theme/image/block-btn.svg");
    width: 200px;
    margin-top: 0;
    padding: 17px 35px !important;
    border: none;
    color: var(--white);
    text-align: center;
    transition: all .3s;
}

#block-vesta-theme-vebforma .webform-submission-form .form-actions .webform-button--submit:hover {
    background-color: transparent !important;
    opacity: 0.8;
}

@media (max-width: 992px) {
    #block-vesta-theme-vebforma .webform-submission-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.float-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.form-privacy {
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    text-align: center;
    margin-right: 30px;
    margin-top: 10px;
}

.form-privacy a {
    color: var(--white);
    font-weight: 500;
    text-decoration: underline !important;
}

@media (max-width: 1000px) {
    .float-right {
        align-items: center;
    }

    .form-privacy {
        margin: 10px auto;
    }
}

/* Карта */
.map-block {
    margin-top: 78px;
}

@media (max-width: 520px) {
    .map-block {
        margin-top: 25px;
    }
}

.mapContainer {
    margin-top: 25px;
}

.mapContainer iframe {
    border-radius: 16px !important;
}

/* Подвал */
.footer {
    margin-top: 80px;
    padding: 38px 0 !important;
    background-color: var(--black) !important;
}

@media (max-width: 520px) {
    .footer {
        margin-top: 25px;
    }
}

.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

@media (max-width: 1440px) {
    .footer-row {
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .footer-row {
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media (max-width: 520px) {
    .footer-row {
        gap: 60px;
    }

    .col-logo img {
        width: 150px;
    }
}

@media (max-width: 400px) {
    .col-logo img {
        width: 120px;
    }
}

.footer-title {
    font-size: 18px;
    color: #DCE9FB;
    font-weight: 600;
}

.region-footer-catalog .view-catalog .view-content {
    margin-top: 12px !important;
    display: flex;
    flex-direction: column !important;
    gap: 12px !important;
}

.region-footer-catalog .view-catalog .view-content .views-row {
    margin-top: 0 !important;
    border-radius: 0 !important;
    transition: all .3s;
    background-color: transparent !important;
}

.region-footer-catalog .view-catalog .view-content .views-row:hover {
    scale: none !important;
}

.region-footer-catalog .view-catalog .view-content .views-row .views-field-name a {
    color: var(--white) !important;
    font-size: 14px !important;
    font-weight: 500;
    transition: all .3s;
}

.region-footer-catalog .view-catalog .view-content .views-row .views-field-name a:hover {
    opacity: 0.8;
}

#block-vesta-theme-osnovnayanavigaciya-4--3 .nav {
    display: flex;
    flex-direction: column !important;
    gap: 12px !important;
}

#block-vesta-theme-osnovnayanavigaciya-4--3 .nav .nav-item .nav-link {
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 500;
    color: var(--white) !important;
    transition: all .3s;
}

#block-vesta-theme-osnovnayanavigaciya-4--3 .nav .nav-item .nav-link:hover {
    opacity: 0.8;
}

.region-footer-services .view-services .view-content {
    margin-top: 0;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px;
}

.region-footer-services .view-services .view-content .views-row {
    background-color: transparent !important;
    display: block !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.region-footer-services .view-services .view-content .views-row .views-field-title a {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: var(--white) !important;
    transition: all .3s;
}

.region-footer-services .view-services .view-content .views-row:hover {
    scale: none !important;
}

.footer-contacts {
    background-color: var(--white);
    padding: 32px 52px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    align-items: center;
}

@media (max-width: 1000px) {
    .footer-contacts {
        padding: 20px;
        gap: 20px;
    }
}

@media (max-width: 520px) {
    .footer-contacts {
        width: 100%;
        gap: 36px;
    }
}

.footer-contacts-list {
    width: 190px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-contacts-list .tel {
    font-weight: 600;
    font-size: 16px;
}

.row-copyright {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1000px) {
    .row-copyright {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

.copyright {
    color: var(--white);
    font-weight: 500;
}

.row-copyright a {
    color: var(--white);
    font-weight: 500;
}

.row-copyright a:hover {
    text-decoration: underline !important;
}

.ui-dialog {
    overflow: hidden !important;
    border-radius: 20px;
    border: none !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    border: none !important;
    background: var(--white) !important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.ui-dialog .ui-dialog-content {
    padding: 30px !important;
}

@media (max-width: 550px) {
    .ui-dialog {
        width: 340px !important;
    }

    .ui-dialog .ui-dialog-content {
        padding: 20px !important;
    }
}

.ui-dialog .ui-dialog-buttonpane {
    border: none !important;
    display: flex !important;
    justify-content: center !important;
    background: var(--white) !important;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

.ui-widget-overlay {
    background: #000000 !important;
    opacity: .8 !important;
}

.ui-widget {
    font-family: "Montserrat", sans-serif !important;
}

.ui-widget input {
    font-family: "Montserrat", sans-serif !important;
    background-color: #ECECEC;
    height: 44px !important;
    border-radius: 12px !important;
    border: none !important;
}

.form-required:after {
    display: none !important;
}

.webform-button--submit {
    display: block;
    font-family: "Montserrat", sans-serif !important;
    background: url("/sites/all/themes/vesta_theme/image/block-btn.svg");
    width: 200px;
    padding: 18px 40px !important;
    margin: 20px auto 0 auto;
    border: none;
    color: var(--white);
    text-align: center;
    transition: all .3s !important;
}

.webform-button--submit:hover {
    opacity: 0.8;
}

.ui-dialog .ui-dialog-title {
    width: 100% !important;
}

#webform-submission-callback-form-ajax .webform-submission-form .form-item {
    margin-bottom: 10px;
}

#webform-submission-callback-form-ajax .webform-submission-form .js-form-type-checkbox {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

#webform-submission-callback-form-ajax .webform-submission-form .form-actions {
    display: flex;
    justify-content: center;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 30px;
    background: none;
    border: none;
}

.ui-dialog-titlebar-close::before,
.ui-dialog-titlebar-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 20px;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}

.ui-dialog-titlebar-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ui-dialog-titlebar-close:hover::before,
.ui-dialog-titlebar-close:hover::after {
    background-color: #ff0000;
}

#block-vesta-theme-content {
    margin-bottom: 30px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

ul.sf-menu:after {
    display: none !important;
}

.form-submit {
    background-color: var(--accent) !important;
    border: none !important;
    transition: all .3s;
}

.delete-order-item {
    background-color: transparent !important;
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
    transition: all .3s;
}

.delete-order-item:hover {
    color: var(--white) !important;
    background-color: var(--black) !important;
}

.view-commerce-cart-form .form-submit {
    background-color: transparent !important;
    color: var(--black) !important;
    border: 1px solid var(--black) !important;
    transition: all .3s;
}

.view-commerce-cart-form .form-submit:hover {
    color: var(--white) !important;
    background-color: var(--black) !important;
}

.view-commerce-cart-form form table {
    text-align: center;
}

.view-commerce-cart-form form .quantity-edit-input {
    text-align: center;
}

.view-commerce-cart-form form .views-field-title a {
    color: var(--accent);
}

.field--type-address legend {
    display: none;
}

#edit-order-fieldscheckout {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#edit-order-fieldscheckout-field-address-0-address {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkout-pane-review {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    border: 1px solid var(--black);
    background-color: transparent;
    color: var(--black);
    border-radius: 20px;
    padding: 10px;
    transition: all .3s;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background-color: var(--black);
    color: var(--white);
}

/*Страница услуг*/
.body-view--services h1 {
    text-align: center;
    font-weight: 600;
}

.view-services .view-content {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 1000px) {
    .view-services .view-content {
        margin-top: 80px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .view-services .view-content {
        margin-top: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.view-services .view-content .views-row {
    display: flex;
    flex-direction: column;
    padding-bottom: 26px;
    border-radius: 16px;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    transition: all .3s;
}

.view-services .view-content .views-row .views-field-title a {
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
    transition: all .3s;
}

@media (max-width: 600px) {
    .view-services .view-content .views-row .views-field-title a {
        font-size: 18px;
    }
}

.view-services .view-content .views-row .views-field-title a:hover {
    opacity: 0.8;
}

.view-services .view-content .views-row .views-field-field-service-icon img {
    width: 100%;
    height: auto;
    transform: translateY(-30px);
}

.view-services .view-content .views-row:nth-child(1) {
    background-color: #FFDCD1;
}

.view-services .view-content .views-row:nth-child(2) {
    background-color: #E5EBFF;
}

.view-services .view-content .views-row:nth-child(3) {
    background-color: #D5E0D8;
}

.view-services .view-content .views-row:hover {
    scale: 1.03;
}

/* Хлебные крошки */
.breadcrumb {
    padding: 0 !important;
    margin-bottom: 42px !important;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.breadcrumb-item {
    color: rgba(47, 47, 48, 0.67);
}

.breadcrumb-item a {
    color: var(--black);
    font-weight: 500;
    transition: all .3s;
}

.breadcrumb-item a:hover {
    color: var(--black) !important;
    opacity: 0.8;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--black) !important;
    content: ">" !important;
}

#block-vesta-theme-bloknastranicekontakty .field--name-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*Страница вопрос-ответ*/
.body-node--826 .faq-block .block-title {
    display: none;
}

.body-node--826 .region-faq {
    margin-top: 0;
}

.layout-region-checkout-footer {
    margin-top: 20px;
}

.layout-region-checkout-footer .form-submit {
    background-color: transparent !important;
    border: 1px solid var(--black) !important;
    color: var(--black) !important;
}

.layout-region-checkout-footer .form-submit:hover {
    background-color: var(--black) !important;
    color: var(--white) !important;
}

.layout-region-checkout-footer .link--previous {
    color: var(--black) !important;
}

.layout-region-checkout-footer .form-actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.fieldset-legend a {
    color: var(--black);
    transition: all .3s;
}

.fieldset-legend a:hover {
    color: var(--black);
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    #block-vesta-theme-page-title h1 {
        font-size: 2rem;
    }
}

@media (max-width: 600px) {
    .block.block-vesta-privacy-access-d10 .block-metrika-content p strong {
        font-size: 12px;
    }

    .block.block-vesta-privacy-access-d10 .block-metrika-content p {
        font-size: 10px;
        line-height: 1.2;
        margin-bottom: 10px !important;
    }

    .block.block-vesta-privacy-access-d10 .block-metrika-content p a {
        font-size: 10px;
        line-height: 1.2;
    }

    .block.block-vesta-privacy-access-d10 .block-metrika-btns button {
        font-size: 10px;
        padding: 7px 10px;
        height: 30px;
    }

    .block.block-vesta-privacy-access-d10 .block-metrika-wrapper {
        padding: 10px 0;
    }

    .block.block-vesta-privacy-access-d10 .block-metrika-wrapper {
        gap: 0;
    }
}

#app{
    overflow: hidden;
}