body {
    font-family: "Geologica", sans-serif;
    background: #fff; 
    color: var(--bs-primary);
}

body.feedback-modal-open,
body.site-lightbox-open,
body.site-action-popup-open {
    overflow: hidden;
}

.big-banner .container,
.big-banner .row,
.big-banner .col-12 {
    height: 100%;
}

.big-banner .col-12 {
    position: relative;
}

.big-banner .banner-text {
    position: absolute;
    bottom: 60px;
    left: 12px;
    padding-top: 0;
}

.advantages-block,
.manufacture-block {
    padding-top: 0;
    margin-top: 120px;
}

.lead-form-block-wrap {
    margin-top: 120px;
}

.advantages-head h2 {
    margin-bottom: 0;
}

.catalog-block .catalog-sort-block {
    justify-content: flex-start;
}

.catalog-card .pic {
    background: #fff;
    border-radius: 12px;
}

.catalog-card .pic img {
    object-fit: contain;
}

.catalog-card-photo {
    display: block;
    cursor: zoom-in;
}

.catalog-card .artikul {
    display: none;
}

.catalog-card .price .current-price {
    font-weight: 700;
}

.catalog-card .cart,
.catalog-card .cart .buy {
    display: block;
    width: 100%;
}

.catalog-card .cart .to-cart {
    display: block;
    width: 100%;
    min-width: 0;
    white-space: nowrap;
    color: #fff;
}

.catalog-detail-wrap .consult-block a {
    cursor: pointer;
}

.catalog-detail-wrap .detail-feedback-button {
    border: none;
    background: var(--bs-secondary);
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
    margin-top: 8px;
}

.catalog-detail-wrap .detail-feedback-button:hover {
    background: rgba(var(--bs-secondary-rgb), .92);
    color: #fff;
}

.catalog-detail-wrap .times-block p {
    min-height: 28px;
    background-size: 24px 24px;
}

.catalog-detail-wrap .times-block p:last-child {
    background-position: left center;
    background-size: 24px 24px;
}

.photo-slider .swiper-slide,
.photo-thumbs-slider a {
    cursor: zoom-in;
}

.feedback-modal {
    position: fixed;
    inset: 0;
    z-index: 20000;
    visibility: hidden;
    pointer-events: none;
}

.feedback-modal.is-open {
    visibility: visible;
    pointer-events: auto;
}

.feedback-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.feedback-modal.is-open .feedback-modal__overlay {
    opacity: 1;
}

.feedback-modal__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(450px, 100%);
    height: 100%;
    background: #fff;
    padding: 42px 32px 32px;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
}

.feedback-modal.is-open .feedback-modal__panel {
    transform: translateX(0);
}

.feedback-modal__close,
.site-lightbox__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    padding: 0;
}

.feedback-modal__close:before,
.feedback-modal__close:after,
.site-lightbox__close:before,
.site-lightbox__close:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 8px;
    width: 20px;
    height: 2px;
    background: #161616;
}

.feedback-modal__close:before,
.site-lightbox__close:before {
    transform: rotate(45deg);
}

.feedback-modal__close:after,
.site-lightbox__close:after {
    transform: rotate(-45deg);
}

.feedback-form h2 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 28px;
}

.feedback-form label {
    display: block;
    margin-bottom: 18px;
}

.feedback-form label > span:first-child {
    display: block;
    color: rgba(54, 52, 50, 0.7);
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 8px;
}

.feedback-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.feedback-form input[type="text"],
.feedback-form input[type="tel"],
.feedback-form input[type="email"],
.feedback-form select,
.feedback-form textarea {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1px solid #D1D1D1;
    background: #fff;
    padding: 0 14px;
    color: #161616;
    font-size: 16px;
    line-height: 120%;
    outline: none;
}

.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus {
    border-color: #000;
}

.feedback-form textarea {
    height: 124px;
    padding-top: 14px;
    resize: vertical;
    border: none;
    background: #F5F5F5;
}

.feedback-form__agree {
    display: grid !important;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: start;
    color: rgba(54, 52, 50, 0.78);
    font-size: 12px;
    line-height: 130%;
}

.feedback-form__agree input {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #161616;
    border-radius: 3px;
    background: #fff;
    margin: 0;
}

.feedback-form__agree input:checked {
    background: #161616;
    position: relative;
}

.feedback-form__agree input:checked:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.feedback-form__agree span {
    margin: 0 !important;
    color: inherit !important;
}

.feedback-form__agree a {
    color: #33523E;
}

.feedback-form__submit {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 12px;
    background: #161616;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
}

.feedback-form__submit:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.feedback-form__error {
    min-height: 20px;
    margin-top: 12px;
    color: #b00020;
    font-size: 14px;
    line-height: 130%;
}

.feedback-form__success {
    display: none;
    min-height: calc(100vh - 84px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.feedback-form.is-success .feedback-form__content {
    display: none;
}

.feedback-form.is-success .feedback-form__success {
    display: flex;
}

.feedback-form__success-icon {
    width: 72px;
    height: 72px;
    border: 2px solid #161616;
    border-radius: 50%;
    position: relative;
    margin-bottom: 24px;
}

.feedback-form__success-icon:after {
    content: '';
    position: absolute;
    left: 25px;
    top: 15px;
    width: 18px;
    height: 34px;
    border: solid #161616;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

.feedback-form__success p {
    color: #161616;
    font-size: 22px;
    line-height: 130%;
    font-weight: 500;
    max-width: 330px;
}

.feedback-form__success h3 {
    color: #161616;
    font-size: 28px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 14px;
}

.feedback-form__success-close {
    min-width: 180px;
    height: 54px;
    margin-top: 28px;
    border: none;
    border-radius: 12px;
    background: #161616;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
}

.site-lightbox {
    position: fixed;
    inset: 0;
    z-index: 21000;
    background: rgba(0, 0, 0, 0.82);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.site-lightbox.is-open {
    display: flex;
}

.site-lightbox img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.site-lightbox__close:before,
.site-lightbox__close:after {
    background: #fff;
}

@media only screen and (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .big-banner .banner-text {
        left: 20px;
        right: 20px;
        width: auto;
    }

    .advantages-block,
    .manufacture-block,
    .lead-form-block-wrap {
        margin-top: 60px;
    }

    .advantages-head {
        align-items: flex-start !important;
        gap: 18px;
    }

    .advantages-head .btn {
        display: block;
        width: auto;
        min-width: 180px;
    }

    .feedback-modal {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .feedback-modal__panel {
        position: relative;
        width: 100%;
        height: auto;
        max-height: calc(100vh - 40px);
        border-radius: 12px;
        padding: 42px 20px 24px;
        transform: scale(0.96);
        opacity: 0;
    }

    .feedback-modal.is-open .feedback-modal__panel {
        transform: scale(1);
        opacity: 1;
    }

    .feedback-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .feedback-form h2 {
        font-size: 26px;
    }

    .site-lightbox {
        padding: 20px;
    }
}
a {
    text-decoration: none;
}

h1 {
    font-family: "Commissioner", sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
}
h2 {
    font-family: "Commissioner", sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
}

.footer-company-mobile, .footer-faq-mobile {
    display: none;
}
.get-smeta-1 {
    display: none;
}
.top-menu {
    height: 45px;
    background: #33523E;
    font-size: 14px;
    line-height: 100%;
    font-weight: 200;
}
.top-menu .nav {
    padding-top: 6px;
}
.top-menu a {
    color: #fff;
}
.top-menu .nav-link:first-child {
    padding-left: 0;
}
.top-menu .nav-link i {
    margin-right: 6px;
}
.top-menu .nav-text {
    color: rgba(255, 255, 255, 0.5);
    padding: 8px 30px 0 0;
}
.icon {
    display: inline-block;
}
.tg-icon {
    width: 16px;
    height: 16px;
    background: url('/img/tg-ico.svg') no-repeat center center;
}
.wa-icon {
    width: 16px;
    height: 16px;
    background: url('/img/wa-ico.svg') no-repeat center center;
}
.phone-icon {
    width: 14px;
    height: 14px;
    background: url('/img/phone-ico.svg') no-repeat center center;
}
header {
    height: 75px;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 75px;
}
.logo {
    margin-top: 7px;
    margin-right: 20px;
}
.btn-catalog {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    letter-spacing: -2%;
    width: 120px;
    height: 45px;
    background: var(--bs-secondary);
    box-shadow: none;
    border: none;
    padding: 0;
}
.btn-catalog-banner {
    display: none;
}
.catalog-icon {
    width: 15px;
    height: 15px;
    background: url('/img/catalog-ico.svg') no-repeat center center;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.top-search-wrap {
    width: 100%;
    margin: 0 40px;
}
.top-search-form input {
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: none;
    border: none;
}
.btn-favorites {
    text-decoration: none;
    color: #000;
    width: 65px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1%;
    display: none;
}
.fav-icon {
    width: 24px;
    height: 24px;
    background: url('/img/favorittes-ico.svg') no-repeat center center;
}
.btn-cart {
    text-decoration: none;
    color: #000;
    width: 50px;
    margin-left: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -1%;
}
.cart-icon {
    width: 24px;
    height: 24px;
    background: url('/img/cart-ico.svg') no-repeat center center;
}

.big-banner {
    font-family: "Commissioner", sans-serif;
    height: 600px;
    background-size: cover !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.big-banner-shadow {
    background: rgba(54, 52, 50, 0.7);
    height: 600px;
}
.big-banner .path {
    padding-top: 80px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.big-banner .banner-text {
    padding-top: 136px;
    color: #fff;
    width: 740px;
}
.big-banner h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.big-banner p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: 0;
    width: 560px;
}
.big-banner button {
    color: #fff;
    font-weight: 600;
    padding: 18px 30px;
}

.advantages-block {
    padding-top: 80px;
}
.advantages-block p {
    color: rgba(54, 52, 50, 0.7);
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    margin: 0;
}
.advantages-block button {
    width: 304px;
    padding: 18px 30px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
}
.partners-block h2 {
    margin-bottom: 30px;
}
.advantages-cards {
    padding-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}
.advantages-card {
    border-radius: 10px;
    border: 1px solid #C2E4E1;
    padding: 40px 30px;
    color: var(--bs-primary);
}
.advantages-block.with-us-block .advantages-card {
    border: none;
}
/*.advantages-card:first-child {
    padding-left: 0;
}
.advantages-card:last-child {
    padding-right: 0;
}*/
.advantages-card .advantages-icon {
    margin-bottom: 10px;
}
.advantages-block.with-us-block .advantages-card .advantages-title {
    margin-left: 16px;
}
.advantages-card .advantages-title {
    margin-bottom: 10px;
    /*margin-left: 16px;*/
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
}
.advantages-card .advantages-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
    color: rgba(54, 52, 50, 0.7)
}

.manufacture-block {
    padding-top: 80px;
}
.manufacture-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    padding-top: 30px;
}
.manufacture-cards .manufacture-card {
    height: 320px;
    border-radius: 10px;
    position: relative;
    background-size: cover !important;
}
.manufacture-cards .manufacture-card:after {
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(180deg, rgba(54, 52, 50, 0) 0%, #363432 100%);
}
.manufacture-cards .manufacture-card .advantages-icon {
    padding: 20px 0 0 20px;
}
.manufacture-cards .manufacture-card .advantages-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    z-index: 1000;
}

.our-news-block {
    width: calc(100% - 24px);
    height: 360px;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    margin: 80px 12px 0 12px;
    background: rgba(51, 82, 62, 0.1);
    /*background: #33523E url('/img/spline.svg') no-repeat center center;*/
    display: flex;
    background-size: cover;
}
.our-news_text {
    padding-left: 60px;
    padding-top: 60px;
}
.our-news-block h2 {
    color: #363432;
    font-size: 40px;
    line-height: 100%;
    font-weight: 500;
    width: 446px;
    /*margin-bottom: 12px;*/
}
.our-news-block .text-block {
    color: #363432;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    width: 436px;
    padding-top: 50px;
}

.our-news_phones {
    display: flex;
}
.our-news-block .subscribe_tg {
    display: block;
    background: url('/img/subscribe_tg.png') no-repeat center center;
    width: 284px;
    height: 335px;
    margin-right: 52px;
    position: relative;
    top: 24px;
}
.our-news-block .subscribe_wa {
    display: block;
    background: url('/img/subscribe_wa.png') no-repeat center center;
    width: 284px;
    height: 335px;
    position: relative;
    top: 24px;
}

.our-news-block .our-news_pic {
    background: url('/img/phones.png') no-repeat center center;
    width: 512px;
    height: 360px;
    background-size: cover !important;
}

.furniture-cards {
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;*/
    margin-top: 30px;
}
.furniture-cards .furniture-card {
    width: 230px;
    height: 280px;
    border-radius: 10px;
    background-size: cover !important;
    display: inline-block;
    margin-right: 5px;
}
.furniture-cards .furniture-card-wide {
    width: 406px;
    background-size: cover !important;
}


.advantages-text-block {
    margin-top: 80px;
}
.advantages-text-block .advantages-icon {

}
.advantages-text-block .advantages-text {
    margin-left: 16px;
}
.advantages-text-block .advantages-text h3 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
}
.advantages-text-block p {
    font-size: 16px;
    line-height: 130%;
    font-weight: 200;
}

.lead-form-block-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
}
.lead-form-block {
    background: #33523E;
    border-radius: 20px;
    padding: 62px 50px;
}
.lead-form-block .head {
    font-family: "Commissioner", sans-serif;
    color: #fff;
    font-size: 48px;
    line-height: 100%;
    font-weight: 500;
}
.lead-form-block .text {
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    width: 460px;
}

.lead-form-block .form-control {
    background: #2B4233;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 120%;
    margin-bottom: 20px;
    height: 56px;
    width: 100%;
}
.lead-form-block .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.lead-form-block .form-checkbox-wrap {
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 200;
    line-height: 120%;
    margin-bottom: 20px;
}
.lead-form-block .form-submit {
    background: #fff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: var(--bs-primary);
    width: 190px;
    height: 54px;
    border: none;
}

.breadcrumb-wrap {
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #000;
    margin-top: 40px;
    margin-bottom: 40px;
}
.breadcrumb-wrap a {
    color: #000;
}

.static-page {
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    color: #363432;
}
.static-page h1 {
    font-family: "Commissioner", sans-serif;
    color: #363432;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 40px;
}


.static-page.about {
    margin-top: 80px;
}
.static-page.about .text-wrap {
    border-radius: 10px;
    background: #F7F7F8 url('/img/spline_about.svg') no-repeat right bottom;
    min-height: 440px;
}
.static-page.about .text-wrap h2 {
    padding-bottom: 12px;
    margin-bottom: 0;
    font-family: "Commissioner", sans-serif;
    color: #363432;
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
}
.static-page.about .text-wrap {
    color: rgba(54, 52, 50, 0.7);
    font-size: 20px;
    line-height: 130%;
    font-weight: 300;
}

.principals {
    margin-top: 80px;
}
.principals .text-wrap {
    min-height: 360px;
}
.solutions.principals h2 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.principals .principals-head {
    margin-bottom: 40px;
}

.five-steps-block {
    margin-top: 80px;
    color: #fff;
}
.five-steps-block h2 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 30px;
}
.five-steps-block .five-steps-wrap {
    background: #33523E;
    border-radius: 12px;
    padding: 44px 30px 44px 48px;
}
.five-steps-block .five-steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.five-steps-wrap .step-card {
    position: relative;
    padding-right: 26px;
}
.five-steps-wrap .step-card:before {
    content: '';
    width: 100%;
    position: absolute;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    top: 20px;
}
.five-steps-wrap .step-card:last-child:before {
    display: none;
}

.five-steps-wrap .step-card .step-nmber {
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    color: #363432;
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    padding-top: 8px;
}
.five-steps-wrap .step-card .step-name {
    font-size: 20px;
    line-height: 130%;
    font-weight: 400;
    padding-top: 12px;
}
.five-steps-wrap .step-card .step-text {
    font-size: 14px;
    line-height: 130%;
    font-weight: 200;
    padding-top: 6px;
}

.advantages-block .team-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
    row-gap: 30px;
    margin-top: 30px;
}
.advantages-block .teams-head {
    align-content: center;
}
.advantages-block .teams-head h2 {
    margin-bottom: 0;
}
.advantages-block .teams-text {
    width: 284px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 300;
    color: rgba(54, 52, 50, 0.7);
}
.team-cards .team-card {
    /*width: 422px;*/
    height: 450px;
    align-content: end;
    padding: 30px;
}
.team-card .name {
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    padding-bottom: 12px;
    color: #fff;
}
.team-card .text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.7);
}
.team-card.team-card-recrut .name {
    font-size: 32px;
    line-height: 120%;
    font-weight: 400;
    padding-bottom: 12px;
    color: #fff;
}
.team-card.team-card-recrut .text {
    padding-bottom: 12px;
}
.team-card.team-card-recrut button {
    font-family: "Commissioner", sans-serif;
    border: none;
    background: #fff;
    color: #363432;
    border-radius: 12px;
    text-align: center;
    width: 190px;
    height: 54px;
    padding: 0;
}


.our-office {
    margin-top: 80px;
    margin-bottom: 0px !important;
}
.our-office .text-wrap {
    min-height: 440px;
}

.your-office {
    margin-top: 80px;
}
.solutions.your-office .pics-wrap, .solutions.your-office .text-wrap {
    margin-bottom: 0px;
}
.solutions.your-office .text-wrap {
    min-height: 440px;
    margin-bottom: 0;
}
.solutions.your-office .text-wrap h2 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 12px;
}
.solutions.your-office .text-wrap p {
    font-size: 20px;
    line-height: 130%;
    font-weight: 300;
}
.solutions.your-office .text-wrap-text {
    height: 304px !important;
}
.solutions.your-office .text-wrap-btns {
    height: 55px;
    display: flex;
    justify-content: space-between;
}
.your-office .design-consult {
    width: 242px;
    height: 55px;
    background: #5DA5A1;
    border: none;
    color: #fff;
    border-radius: 10px;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
}
.your-office .watch-solutions {
    width: 200px;
    height: 55px;
    background: transparent;
    border: 1px solid #363432;
    color: #363432;
    border-radius: 10px;
    font-family: "Commissioner", sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
}

.facts-card {
    margin-top: 40px;
}
.facts-card .facts-card-nmber {
    font-size: 40px;
    line-height: 120%;
    font-weight: 400;
    color: #363432;
    padding-bottom: 12px;
}
.facts-card .facts-card-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
    color: rgba(54, 52, 50, 0.7);
}

.partners-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 12px;
    row-gap: 30px;
}
.partners-cards .partners-card {
    /*width: 250px;*/
    height: 100px;
    border-radius: 10px;
}



.catalog h1 {
    font-family: "Commissioner", sans-serif;
    font-size: 48px;
    line-height: 120%;
    font-weight: 500;
    padding-bottom: 40px;
}
.catalog .prefilter-wrap {
    padding-bottom: 28px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: rgba(54, 52, 50, 0.7);
}
.catalog .prefilter-wrap a {
    color: rgba(54, 52, 50, 0.7);
    text-decoration: none;
    display: inline-block;
    border: 1px solid rgba(54, 52, 50, 0.7);
    border-radius: 8px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 7px 10px;
    text-align: center;
}
.catalog .prefilter-wrap a.active {
    background: #33523E;
    color: #fff;
}
.catalog .prefilter-wrap a:last-child {
    margin-right: 0px;
}

.catalog-wrap {
    gap: 26px;
    justify-content: space-between;
}
.catalog-wrap .sidebar {
    width: 274px;
}
.catalog-wrap .sidebar h2 {
    color: #363432;
    font-size: 32px;
    line-height: 120%;
    font-weight: 600;
    padding-bottom: 26px;
}
.catalog-wrap .filter-wrap {
    width: 274px;
    margin-bottom: 26px;
}
.catalog-wrap .filter-wrap .price-from {
    display: inline-block;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid #B8B8B8;
    background: #fff;
    width: 136px;
    height: 40px;
    color: #363432;
    font-size: 16px;
    line-height: 110%;
    font-weight: 400;
    padding: 0 12px;
}
.catalog-wrap .filter-wrap .price-to {
    display: inline-block;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #B8B8B8;
    border-left: none;
    background: #fff;
    width: 136px;
    height: 40px;
    color: #363432;
    font-size: 16px;
    line-height: 110%;
    font-weight: 400;
    padding: 0 12px;
}
.catalog-wrap .filter-wrap .price-from::placeholder, .catalog-wrap .filter-wrap .price-to::placeholder {
    color: #B8B8B8;
}
.catalog-wrap .filter-label {
    color: #363432;
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 16px;
}
.catalog-wrap .filter-content {
    font-family: "Manrope", sans-serif;
    color: #363432;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
}
.catalog-wrap .filter-content ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.catalog-wrap .filter-content ul li {
    margin-bottom: 16px;
}
.catalog-wrap .filter-content .show-all {
    display: inline-block;
    background: url('/img/filter-show-all.svg') no-repeat calc(100% - 16px) center;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #B8B8B8;
    padding: 6px 32px 6px 16px;
    color: #363432;
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
}
.catalog-wrap .filter-content label {
    padding-left: 6px;
}
.catalog-wrap .show-more-filters {
    display: inline-block;
    text-decoration: none;
    border-radius: 8px;
    padding: 6px 16px;
    background: rgba(98, 174, 171, 0.1);
    color: #2c2c2c;
    font-size: 12px;
    line-height: 120%;
    font-weight: 500;
}
.catalog-wrap .filter-buttons {
    justify-content: space-between;
}
.catalog-wrap .filter-buttons .filter-apply {
    border-radius: 6px;
    background: #363432;
    color: #fff;
    width: 176px;
    height: 42px;
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
}
.catalog-wrap .filter-buttons .filter-reset {
    display: inline-block;
    color: #363432;
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    padding-top: 13px;
    text-decoration: underline;
}



.catalog-wrap .catalog-block {
    width: 100%;
}
.catalog-block-more {
    margin-top: 80px;
}
.catalog-block-more h2 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 32px;
}

.catalog-block .catalog-sort-block {
    justify-content: space-between;
    margin-bottom: 22px;
}
.catalog-sort-block .sort-default {
    display: block;
    padding-left: 20px;
    background: url('/img/sort-icon.svg') no-repeat left 4px;
    color: #363432;
    font-size: 18px;
    line-height: 130%;
    font-weight: 200;
}
.catalog-sort-block .view-buttons {

}
.catalog-sort-block .view-buttons .view-list {
    background: url('/img/view-list.svg') no-repeat center center;
    border: 1px solid #363432;
    border-right: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 38px;
    height: 30px;
}
.catalog-sort-block .view-buttons .view-cards {
    background: #363432 url('/img/view-cards-active.svg') no-repeat center center;
    border: 1px solid #363432;
    border-radius: 6px;
    width: 38px;
    height: 30px;
}

.catalog-card {
    margin-bottom: 24px;
    display: block;
}
.catalog-card .pic {
    height: 240px;
    position: relative;
    margin-bottom: 28px;
}
.catalog-card .pic img {
    width: 100%;
    height: 240px;
    border-radius: 12px;
}
.catalog-card .pic .likes-icon {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 14px;
    right: 14px;
    background: url('/img/likes-icon.svg') no-repeat center center;
}
.catalog-card .pic .likes-icon.active {
    background: url('/img/likes-icon-active.svg') no-repeat center center;
}

.catalog-card .artikul {
    display: inline-block;
    border-radius: 4px;
    background: #F7F7F8;
    padding: 0 10px;
    color: #363432;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 8px;
}
.catalog-card .name {
    height: 44px;
    overflow: hidden;
    margin-bottom: 16px;
    color: #363432;
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
}
.catalog-card .name a {
    text-decoration: none;
    color: #363432;
}
.catalog-card .chars {
    color: rgba(54, 52, 50, 0.7);
    font-size: 14px;
    line-height: 130%;
    font-weight: 200;
    margin-bottom: 8px;
}
.catalog-card .chars p {
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
}
.catalog-card .price {
    margin-bottom: 8px;
}
.catalog-card .price .current-price {
    display: inline-block;
    color: #363432;
    font-size: 18px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 8px;
}
.catalog-card .price .old-price {
    display: inline-block;
    color: rgba(54, 52, 50, 0.5);
    font-size: 12px;
    line-height: 130%;
    font-weight: 500;
    margin-left: 8px;
    text-decoration: line-through;
    margin-bottom: 8px;
}
.catalog-card .cart {
    display: flex;
    justify-content: space-between;
}
.catalog-card .cart .to-cart {
    border: none;
    background: #2c2c2c;
    width: 128px;
    min-width: max-content;
    height: 44px;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
}
.catalog-card .cart .to-cart-link {
    border: none;
    background: #2c2c2c;
    width: 128px;
    height: 44px;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
}
.catalog-card .cart a, .catalog-card .cart span {
    color: #363432;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 16px;
}


.catalog-detail-wrap {
    box-shadow: 0px 0px 40px 0px rgba(22, 22, 22, 0.1);
    border-radius: 12px;
    background: #fff;
    padding: 26px 20px;
    color: #161616;
}
.catalog-detail-wrap .artikul {
    display: inline-block;
    color: #363432;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 12px;
}
.catalog-detail-wrap h1 {
    color: #161616;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 12px;
}
.catalog-detail-wrap .chars {
    color: rgba(22, 22, 22, 0.7);
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    margin-bottom: 12px;
}
.catalog-detail-wrap .props {
    color: #161616;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
}
.catalog-detail-wrap .props a {
    display: inline-block;
    margin-right: 8px;
}
.catalog-detail-wrap .props a.active {
    border: 1px solid #808080;
}
.catalog-detail-wrap .props a span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 2px;
}

.catalog-detail-wrap .detail-text {
    font-size: 16px;
    line-height: 130%;
    font-weight: 200;
    margin-bottom: 24px;
}
.catalog-detail-wrap .detail-text h2 {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
}

.catalog-detail-wrap .consult-block {
    background: #F7F7F8;
    border-radius: 12px;
    padding: 24px 0 8px 24px;
    color: #363432;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 24px;
}
.catalog-detail-wrap .consult-block p {
    color: rgba(54, 52, 50, 0.7);
    font-weight: 200;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.catalog-detail-wrap .consult-block strong, .catalog-detail-wrap .consult-block a {
    font-weight: 400;
    color: #363432;
}

.catalog-detail-wrap .times-block {
    color: #161616;
    font-size: 16px;
    line-height: 130%;
    font-weight: 200;
    margin-bottom: 24px;
}
.catalog-detail-wrap .times-block p {
    background: url('/img/delivery-icon.svg') no-repeat left center;
    padding-left: 30px;
}
.catalog-detail-wrap .times-block p:last-child {
    background: url('/img/delivery-icon.jpg') no-repeat -6px center;
    background-size: 32px;
}

.catalog-detail-wrap .price {
    margin-bottom: 8px;
}
.catalog-detail-wrap .price .current-price {
    display: inline-block;
    color: #363432;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
}
.catalog-detail-wrap .price .old-price {
    display: inline-block;
    color: rgba(54, 52, 50, 0.5);
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    margin-left: 8px;
    text-decoration: line-through;
}
.catalog-detail-wrap .cart {
    display: flex;
    justify-content: start;
}
.catalog-detail-wrap .cart .to-cart {
    border: none;
    background: #2c2c2c;
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
}
.catalog-detail-wrap .cart .to-cart:hover {
    background: #000;
}
.catalog-detail-wrap .cart a {
    color: #363432;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    text-decoration: underline;
    padding: 12px 16px;
}

.photo-thumbs-slider {
    margin-top: 12px;
}
.photo-thumbs-slider a {
    display: inline-block;
    width: 66px;
    height: 60px;
    margin-right: 12px;
}
.photo-thumbs-slider a img {
    width: 100%;
    border-radius: 4px;
}

.chars-block h2 {
    color: #161616;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 16px;
}
.chars-block {
    background: #F7F7F8;
    border-radius: 12px;
    padding: 32px;
    color: #161616;
    font-size: 14px;
    line-height: 120%;
    font-weight: 200;
    margin-top: 40px;
}
.chars-block .chars-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.chars-block .chars-line {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.chars-block .chars-line:after {
    content: '';
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 8px;
}
.chars-block .chars-line .chars-line-left {
    padding-right: 12px;
    background: #F7F7F8;
    position: relative;
    z-index: 100;
}
.chars-block .chars-line .chars-line-right {
    padding-left: 12px;
    background: #F7F7F8;
    position: relative;
    z-index: 100;
}


.catalog-detail-wrap h2 {
    color: #161616;
    font-size: 32px;
    line-height: 120%;
    font-weight: 500;
}



.faq-item {
    background: #F7F7F8;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 10px;
}
.faq-item .faq-item-title {
    color: #363432;
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    padding-right: 30px;
    width: 100%;
    display: block;
    position: relative;
}
.faq-item .faq-item-title:after {
    content: '';
    width: 18px;
    height: 18px;
    background: url('/img/plus.svg') no-repeat right center;
    transition: background 0.3s ease-in-out;
    position: absolute;
    right: 0;
}
.faq-item .faq-item-title.active:after {
    transform: rotate(45deg);
}

.faq-item .ask-block {
    color: #363432;
    font-size: 18px;
    line-height: 100%;
    font-weight: 200;
    display: none;
    padding-top: 10px;
}


.contacts-text-wrap .contacts-text {
    padding: 40px;
    background: #F7F7F8;
    border-radius: 12px;
}
.contacts-text-wrap .contacts-text h2 {
    font-family: "Geologica", sans-serif;
    font-size: 28px;
    margin-bottom: 16px;
}
.contacts-text-wrap .contact-us-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: rgba(54, 52, 50, 0.7);
    font-size: 14px;
    font-weight: 200;
    line-height: 100%;
    gap: 20px;
}
.contacts-text-wrap .contact-us-wrap a {
    color: #363432;
}
.contacts-text-wrap .contact-us-wrap p {
    color: #363432;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    margin-top: 8px;

}
.contacts-soc-wrap {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    margin-top: 20px;
}
.contacts-soc-wrap a {
    color: #363432;
    margin-right: 24px;
    display: inline-block;
}
.contacts-req-wrap {
    color: rgba(54, 52, 50, 0.7);
    font-size: 14px;
    font-weight: 250;
    line-height: 100%;
    width: 400px;
    margin-top: 42px;
}
.contacts-req-wrap a, .contacts-req-wrap span {
    color: rgba(54, 52, 50, 0.7);
    margin-right: 24px;
    margin-bottom: 12px;
    display: inline-block;
}


.contacts-form-wrap h2 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 400;
    color: #363432;
    padding-bottom: 10px;
}
.contacts-form-wrap .contacts-form {
    padding: 40px;
    background: #161616;
    border-radius: 12px;
}
.contacts-form-wrap .contacts-form h2 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 400;
    color: #fff;
}
.contacts-form-wrap .contacts-form p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    line-height: 130%;
    font-weight: 250;
}
.contacts-form-wrap .form-control {
    background: rgba(48, 48, 48, 1);
    color: rgba(255, 255, 255, 0.7);
}
.contacts-maps {
    margin-top: 40px;
}
.contacts-maps iframe {
    border-radius: 12px;
}


.solutions {
    margin-bottom: 70px;
}
.solutions .text-wrap {
    background: #F7F7F8;
    /*padding: 60px 40px;*/
    padding: 40px;
    border-radius: 10px;
    color: rgba(54, 52, 50, 0.7);
    font-size: 16px;
    line-height: 130%;
    font-weight: 250;
    height: 404px;
}
.solutions .text-wrap h2 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 400;
    padding-bottom: 24px;
    color: #363432;
}
.solutions .text-wrap p {
    font-size: 20px;
    line-height: 130%;
    font-weight: 300;
}
.solutions .text-wrap .get-more {
    color: #363432;
    font-size: 16px;
    line-height: 130%;
    font-weight: 250;
    padding-right: 32px;
    display: inline-block;
    background: url('/img/get-more.svg') no-repeat right center;
}
.solutions .text-wrap .about-addr {
    margin-top: 20px;
    color: #363432;
    font-size: 16px;
    font-weight: 400;
    padding-left: 34px;
    width: 340px;
    background: url('/img/geo_mark.svg') no-repeat left top;
}
.solutions .text-wrap .about-btn-addr {
    border-radius: 10px;
    border: none;
    background: #5DA5A1;
    text-align: center;
    width: 170px;
    height: 56px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 72px;
}

.solutions .text-wrap .text-wrap-text {
    height: 220px;
}
.solutions .text-wrap p {
    margin-bottom: 0;
}
/*
.solutions .pics-wrap img {
    width: 100%;
}*/
.solutions.our-office .pics-wrap, .solutions.our-office .text-wrap {
    margin-bottom: 0px !important;
}
.solutions .pics-wrap, .solutions .text-wrap {
    margin-bottom: 40px;
}
.solutions .pics-wrap img:first-child {
    margin-right: 4px;
}
.solutions h2 {
    font-size: 48px;
    line-height: 120%;
    font-weight: 400;
    padding-bottom: 40px;
}
.solutions-ready-card .pics-wrap {
    padding-bottom: 20px;
}
.solutions-ready-card .text-ready-wrap {
    height: 200px;
    overflow: hidden;
}
.solutions-ready-card .name {
    font-size: 18px;
    line-height: 120%;
    font-weight: 500;
    padding-bottom: 10px;
    color: #363432;
}
.solutions-ready-card .text {
    padding-bottom: 38px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 200;
    color: rgba(54, 52, 50, 0.7);
}
.solutions-ready-card .price {
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 130%;
    font-weight: 600;
    color: #363432;
}
.solutions-ready-card .buttons {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}
.solutions-ready-card .buttons button {
    border-radius: 10px;
    background: #2c2c2c;
    color: #fff;
    text-align: center;
}
.solutions-ready-card .buttons a {
    color: #363432;
    padding-top: 10px;
}

.cart-page {
    margin-top: 20px;
}
.cart-page .delete-all {
    display: inline-block;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: #161616;
    margin-bottom: 40px;
    background: url('/img/x.svg') no-repeat left center;
    padding-left: 18px;
}
.cart-page .cart-items {
    margin-bottom: 20px;
}
.cart-page .cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 24px;
    border: 1px solid #E0E0E0;
    border-radius: 12px;
}
.cart-page .cart-item .pic {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}
.cart-page .cart-item .pic img {
    width: 100%;
    height: 100px;
    object-position: center center;
    object-fit: cover;
}
.cart-page .cart-item .name {
    font-size: 18px;
    line-height: 130%;
    font-weight: 600;
    color: #161616;
}
.cart-page .cart-item .name a {
    color: #161616;
}
.cart-item-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;

}
.cart-item-info {
    padding-left: 20px;
    padding-right: 36px;
    font-size: 14px;
    margin-right: auto;
}
.cart-page .cart-item .quantity {
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    color: #161616;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-page .cart-item .quantity .cart-quant {
    padding: 0 6px;
}
.cart-page .cart-item .quantity .cart-plus {
    width: 14px;
    height: 14px;
    background: url('/img/plus-icon.svg') no-repeat center center;
    display: block;
}
.cart-page .cart-item .quantity .cart-minus {
    width: 14px;
    height: 14px;
    background: url('/img/minus-icon.svg') no-repeat center center;
    display: block;
}
.cart-page .cart-item .price {
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
    color: #161616;
    min-width: 180px;
    text-align: right;
}

.order-itogo {
    padding: 20px;
    background: #F7F7F8;
    border-radius: 12px;
    margin-top: 62px;
    margin-bottom: 20px;
}
.order-itogo .itogo-quant {
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    color: rgba(22, 22, 22, 0.7);
    padding-bottom: 14px;
}
.order-itogo .order-sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.order-itogo .order-sum .order-sum_text {
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
    color: #161616;
}
.order-itogo .order-sum .order-sum_price {
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    color: #161616;
}
.order-itogo .order-info {
    font-size: 14px;
    line-height: 120%;
    font-weight: 200;
    color: rgba(22, 22, 22, 0.7);
}
.order-show-form {
    width: 100%;
}
.order-form-wrap {
    padding: 25px;
    background: #141715;
    border-radius: 12px;
}
.order-form-wrap h2 {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.order-form-wrap h3 {
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
    margin: 0;
    margin-top: 16px;
}
.order-form-wrap .form-input {
    margin-top: 16px;
}
.order-form-wrap .form-input input {
    background: #1F2120;
    border-radius: 8px;
    font-size: 16px;
    line-height: 120%;
    font-weight: 200;
    color: #fff;
    border: none;
    width: 100%;
    height: 56px;
    padding-left: 24px;
}
.order-form-wrap .delivery_choose.selected {
    background: #fff;
    color: #363432;
}
.order-form-wrap .delivery_choose {
    background: #141715;
    color: #fff;
    border: 1px solid #fff !important;
    border-radius: 6px;
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    text-align: center;
    margin-right: 8px;
    width: auto !important;
    height: 30px !important;
    padding-left: 14px !important;
    padding-right: 14px;
}
.order-form-wrap .order_agree {
    width: 16px !important;
    height: 16px !important;
    border-radius: 4px;
    border: 1px solid #fff !important;
    background: #141715 !important;
    padding-left: 0px !important;
    margin-right: 6px;
}
.order-form-wrap .form-input label {
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    color: #fff;
}
.order-form-wrap .form-input .order_go {
    width: 190px;
    height: 54px;
    text-align: center;
    border-radius: 12px;
    border: none;
    background: #fff;
    color: #363432;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    text-align: center;
    padding-left: 0px !important;
}
.order-form-wrap .form-input-checkbox {
    display: flex;
    justify-content: start;
    align-items: start;
}


footer {
    background: #000;
    min-height: 475px;
    padding-top: 40px;
}
.footer-logo-wrap {
    margin-bottom: 40px;
}
.footer-menu {
    color: #fff;
    row-gap: 25px;
}
.footer-menu .head {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 10px;
}
.footer-menu a {
    color: #ccc;
    font-size: 14px;
    font-weight: 200;
    line-height: 100%;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}
.footer-contacts {
    display: grid;
    grid-template-columns: 48% 48%;
}
.footer-contacts .tg-icon {
    width: 18px;
    height: 18px;
    background: url('/img/tg-gr-ico.svg') no-repeat center center;
    position: relative;
    top: 4px;
}
.footer-contacts .wa-icon {
    width: 18px;
    height: 18px;
    background: url('/img/wa-gr-ico.svg') no-repeat center center;
    position: relative;
    top: 4px;
}
.footer-contacts .phone-icon {
    width: 18px;
    height: 18px;
    background: url('/img/phone-gr-ico.svg') no-repeat center center;
    position: relative;
    top: 4px;
}

.footer-contacts a {
    color: #fff;
}
.footer-contacts .icon {
    margin-right: 5px;
}
.footer-contacts p {
    padding-bottom: 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.footer-contacts p small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 200;
    line-height: 120%;
}
.btn-up {
    background: #363432;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    padding: 6px 8px;
    border: none;
    box-shadow: none;
}
.footer-copyright {
    border-top: 1px solid rgba(131, 123, 115, 0.1);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 100%;
}
.footer-copyright a {
    color: #fff;
}
.bx-filter-button-box {
    padding-left: 0;
    padding-right: 0;
}
.bx-filter-button-box .bx-filter-parameters-box-container {
    display: flex;
}
.bx-filter-button-box #set_filter {
    background: #363432;
    color: #fff;
    text-align: center;
    width: 178px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    border-radius: 6px;
    padding-left: 0;
    padding-right: 0;
}
.bx-filter-button-box #del_filter {
    text-decoration: underline;
    background: #fff;
    color: #363432;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    padding-left: 16px;
    padding-right: 0;
}

.swiper-button-next, .swiper-button-prev {
    width: 92px;
    height: 81px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.swiper-button-next {
    background: url('/img/arrow_right.png') no-repeat center center;
}
.swiper-button-prev {
    background: url('/img/arrow_left.png') no-repeat center center;
    transform: rotate(180deg);
}

.pic-no {
    width: 100%; height: 100%; background: rgba(0, 0, 0, 0.05);
}

.btn-black {
    border: none;
    background: #2c2c2c;
    padding: 0 1em;
    height: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 120%;
    font-weight: 500;
    border-radius: 8px;
    text-align: center;
}


@media only screen and (min-width: 1440px) {
    .prefilter-wrap .swiper-wrapper {
        display: block;
    }
    .catalog .prefilter-wrap a {
        width: auto;
    }
}

@media only screen and (max-width: 1439px) {

    h2 {
        font-size: 36px;
        letter-spacing: -2px;
    }

    .advantages-card .advantages-text-wrap {
        margin-bottom: 20px;
    }
    .advantages-card .advantages-title {
        font-size: 16px;
    }
    .advantages-card .advantages-text {
        font-size: 14px;
        line-height: 130%;
        font-weight: 250;
    }
    .advantages-card .advantages-icon {
        margin-bottom: 32px;
    }

    .advantages-block p {
        font-size: 14px;
        letter-spacing: -0.3px;
        padding-left: 80px;
    }
    .advantages-block button {
        font-family: "Commissioner", sans-serif;
        width: 256px;
        padding: 14px 0px;
        font-size: 14px;
        line-height: 120%;
        font-weight: 500;
        text-align: center;
    }
    .manufacture-cards {
        gap: 16px;
    }
    .manufacture-cards .manufacture-card {
        height: 190px;
        border-radius: 12px;
    }
    .manufacture-cards .manufacture-card .advantages-title {
        font-size: 16px;
    }
    .our-news-block {
        height: 300px;
    }
    .our-news-block h2 {
        font-size: 36px;
        width: 400px;
    }
    .our-news-block .text-block {
        font-size: 14px;
        line-height: 130%;
        width: 370px;
        padding-top: 0px;
    }
    .our-news-block .our-news_pic {
        background: url('/img/phones_1024.png') no-repeat center center;
        width: 370px;
        height: 300px;
        background-size: cover !important;
        margin-left: 40px;
    }

    .advantages-text-block .advantages-text h3 {
        font-size: 18px;
        letter-spacing: -1px;
    }
    .advantages-text-block .advantages-icon img {
        width: 36px;
    }
    .advantages-text-block .advantages-text p {
        font-size: 14px;
        line-height: 130%;
        font-weight: 200;
    }

    .static-page.about .text-wrap {
        min-height: 313px;
        padding: 40px;
        font-size: 14px;
    }
    .static-page.about .text-wrap h2 {
        font-size: 36px;
    }

    .solutions .text-wrap {
        padding: 40px 36px;
        font-weight: 200;
        min-height: 320px;
    }
    .solutions .pics-wrap img {
        height: 320px;
    }

    .with-us-block .advantages-cards {
        grid-template-columns: 1fr 1fr;
    }
    .with-us-block .advantages-card {
        padding: 0 30px 30px 0;
        border: none;
    }
    .with-us-block .advantages-card .advantages-icon {
        display: inline-block;
        margin-bottom: 10px;
    }
    .with-us-block .advantages-card .advantages-title {
        display: inline-block;
        font-size: 18px;
        margin-bottom: 0;
        margin-left: 14px;
        position: relative;
        top: 8px;
    }
    .five-steps-block .five-steps {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .five-steps-wrap .step-card:nth-child(3):before {
        display: none;
    }

    .team-cards .team-card {
        height: 360px;
    }

    .solutions .text-wrap h2 {
        padding-bottom: 18px;
    }

    .partners-cards {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .facts-card .facts-card-text {
        font-size: 14px;
    }

    .lead-form-block {
        padding: 42px 40px;
    }
    .lead-form-block .head {
        font-size: 36px;
        margin-top: 20px;
    }
    .lead-form-block .text {
        width: 400px;
        margin-top: 20px;
        font-size: 14px;
    }
    .lead-form-block .form-control {
        margin-bottom: 16px;
        border-radius: 8px;
    }
    .lead-form-block .form-checkbox-wrap {
        font-size: 12px;
        font-weight: 250;
        line-height: 120%;
        margin-bottom: 20px;
    }
    .lead-form-block .form-submit {
        width: 160px;
        height: 46px;
        font-size: 14px;
    }

    .contacts-maps {
        display: none;
    }
    .contacts-req-wrap {
        width: 100%;
    }


    .catalog-wrap .sidebar {
        display: none;
    }

    .catalog h1 {
        font-size: 36px;
    }
    .catalog .prefilter-wrap a {
        margin-right: 9px;
        padding: 7px 8px;
    }

    .breadcrumb-wrap {
        margin-bottom: 20px;
    }

    .catalog-detail-wrap .price .current-price {
        font-size: 20px;
    }

    .catalog-detail-wrap .consult-block {
        font-size: 14px;
    }


    .footer-menu a {
        padding-bottom: 10px;
    }
    .footer-copyright {
        font-size: 14px;
        font-weight: 200;
    }




}

@media only screen and (max-width: 1023px) {

    .get-smeta-1 {
        display: block;
    }
    .big-banner h1 {
        font-size: 52px;
        line-height: 52px;
    }
    .big-banner p {
        line-height: 120%;
    }
    .big-banner button {
        padding: 18px 54px;
    }
    .advantages-card .advantages-icon {
        /*margin-bottom: 32px;*/
        margin-bottom: 20px;
    }
    .advantages-card .advantages-icon img {
        width: 36px;
    }
    .advantages-card {
        padding: 24px 20px;
    }
    .advantages-card .advantages-text {
        font-size: 12px;
    }

    .manufacture-cards .manufacture-card .advantages-icon img {
        width: 24px;
    }
    .manufacture-cards .manufacture-card {
        height: 144px;
    }
    .manufacture-cards .manufacture-card .advantages-title {
        font-size: 14px;
    }

    .static-page.about .text-wrap {
        min-height: 321px;
    }

    .advantages-block .team-cards {
        grid-template-columns: 1fr 1fr;
    }
    .team-cards .team-card {
        height: 420px;
    }

    .our-office .pics-wrap img {
        height: 280px;
    }
    .our-office .text-wrap h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .our-office .text-wrap {
        font-size: 12px;
        padding: 20px 30px;
        min-height: 280px;
    }

    .our-news-block {
        height: 270px;
    }
    .our-news-block .our-news_pic {
        background: url(/img/phones_768.png) no-repeat center center;
        width: 268px;
        height: 270px;
        background-size: cover !important;
        margin-left: 0px;
    }
    .our-news_text {
        padding-left: 24px;
        padding-top: 36px;
    }

    .get-smeta-2 {
        display: none;
    }
    .advantages-block button {
        width: 200px;
        height: 46px;
    }
    .advantages-text-block .advantages-text h3 {
        font-size: 16px;
    }
    .advantages-text-block .advantages-text p {
        font-size: 12px;
    }
    .advantages-block p {
        padding-left: 0px;
        font-weight: 300;
        width: 380px;
    }

    .lead-form-block {
        padding: 42px 20px;
    }
    .lead-form-block .head {
        font-size: 32px;
        margin-top: 12px;
    }
    .lead-form-block .text {
        width: 300px;
        line-height: 130%;
        font-weight: 300;
    }

    .breadcrumb-wrap {
        font-size: 14px;
    }
    .static-page {
        font-size: 14px;
    }
    .static-page h1 {
        font-size: 36px;
    }

    .faq-item .ask-block {
        font-size: 14px;
    }

    .catalog-detail-wrap {
        margin-top: 30px;
    }

    .chars-block .chars-cols {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .catalog-block h2, .foto-interier h2 {
        font-size: 32px;
    }

    .our-news-block .subscribe_tg, .our-news-block .subscribe_wa {
        display: none;
    }

}



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

    .footer-company-mobile, .footer-faq-mobile {
        display: block;
    }
    .footer-company-desktop {
        display: none !important;
    }

    .get-smeta-1 {
        display: none;
    }
    h2 {
        font-size: 32px;
    }
    .top-menu {
        display: none;
    }
    .top-search-wrap {
        display: none;
    }
    .btn-catalog {
        display: none;
    }
    .btn-catalog-banner {
        display: block;
        margin-top: 20px;
    }
    .big-banner .banner-text {
        width: 100%;
    }
    .big-banner button {
        width: 100%;
        padding: 14px 0;
    }
    .big-banner h1 {
        font-size: 32px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .big-banner p {
        width: auto;
    }

    .solutions h2 {
        font-size: 32px;
        font-weight: 500;
    }

    .advantages-cards {
        grid-template-columns: 1fr;
        /*grid-template-columns: 1fr 1fr;*/
    }
    .advantages-card .advantages-title {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .advantages-card .advantages-text {
        font-size: 10px;
    }

    .furniture-cards .furniture-card-wide {
        width: 100%;
    }
    .furniture-cards .furniture-card {
        width: 100%;
    }

    .principals .principals-head button {
        display: none;
    }
    .solutions .pics-wrap img {
        height: auto;
    }

    .with-us-block .col-12 button {
        display: none;
    }
    .with-us-block .advantages-card {
        padding: 0 30px 0px 0;
    }

    .five-steps-block .five-steps {
        grid-template-columns: 1fr;
    }

    .five-steps-wrap .step-card {
        padding-right: 0px;
        padding-bottom: 26px;
    }
    .five-steps-wrap .step-card:before {
        display: none;
    }

    .advantages-block .team-cards {
        grid-template-columns: 1fr;
    }
    .advantages-block .teams-head .teams-text {
        display: none;
    }

    .solutions {
        margin-bottom: 30px;
    }
    .principals {
        margin-top: 30px;
    }

    .partners-cards {
        grid-template-columns: 1fr;
    }


    .with-us-block .advantages-cards {
        grid-template-columns: 1fr;
    }

    .manufacture-cards {
        grid-template-columns: 1fr 1fr;
    }
    .manufacture-block h2 {
        font-size: 32px;
    }


    .photo-slider .swiper-slide img {
        width: 100%;
    }

    .our-news-block {
        flex-direction: column;
        height: 341px;
    }
    .our-news-block h2 {
        font-size: 24px;
        width: auto;
    }
    .our-news_text {
        padding-left: 18px;
        padding-top: 18px;
    }
    .our-news-block .text-block {
        font-size: 12px;
        width: auto;
        margin-bottom: 16px;
    }
    .our-news-block .our-news_pic {
        background: url(/img/phones_360.png) no-repeat center center;
        width: 265px;
        height: 175px;
        margin: 0 auto;
    }

    .advantages-block p {
        font-size: 12px;
    }

    .lead-form-block {
        padding: 22px 18px;
    }
    .lead-form-block .head {
        font-size: 24px;
        margin-top: 0px;
    }
    .lead-form-block .text {
        width: auto;
        margin-top: 12px;
        margin-bottom: 16px;
        font-size: 12px;
    }

    .lead-form-block .form-submit {
        width: 100%;
    }

    .breadcrumb-wrap {
        font-size: 12px;
    }
    .static-page {
        font-size: 12px;
    }
    .static-page h1 {
        font-size: 32px;
    }
    .faq-item .faq-item-title {
        font-size: 14px;
    }
    .faq-item .ask-block {
        font-size: 12px;
    }

    .contacts-text-wrap .contact-us-wrap {
        font-size: 12px;
    }
    .contacts-text-wrap .contact-us-wrap p {
        font-size: 14px;
    }
    .contacts-soc-wrap {
        font-size: 14px;
    }
    .contacts-req-wrap {
        font-size: 14px;
    }


    .catalog h1 {
        font-size: 32px;
    }

    .cart-page h1 {
        font-size: 32px;
    }
    .cart-page .cart-item {
        padding: 16px 20px;
    }
    .cart-page .cart-item .name {
        font-size: 12px;
    }
    .cart-item-info {
        padding: 0;
    }
    .cart-page .cart-item .price {
        font-size: 14px;
        min-width: 112px;
    }
    .cart-page .cart-item .quantity {
        font-size: 14px;
    }
    .cart-item-info {
        font-size: 11px;
        margin-bottom: 8px;
    }
    .cart-page .cart-item .name {
        margin-bottom: 8px;
    }
    .cart-item-body {
        flex-wrap: wrap;
    }
    .cart-page .cart-item .pic {
        margin-right: 16px;
    }
    .cart-page .cart-item .pic img {
        width: 100%;
        height: 86px;
    }
    .order-form-wrap h2 {
        font-size: 20px;
    }
    .catalog-wrap {
        gap: 0;
    }


    .btn-cart {
        width: auto;
    }
    .btn-favorites {
        width: auto;
    }
    .btn-cart span {
        display: none;
    }
    .btn-favorites span {
        display: none;
    }


    .footer-logo-wrap {
        margin-bottom: 16px;
    }
    .footer-menu .head {
        font-size: 14px;
        padding-top: 24px;
        padding-bottom: 4px;
    }
    .footer-menu a {
        font-size: 12px;
        padding-bottom: 4px;
    }
    .footer-contacts p {
        font-size: 12px;
        line-height: 100%;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .footer-copyright {
        font-size: 10px;
        line-height: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .footer-copyright .col-xs-6 {
        padding-bottom: 16px;
    }


    .btn-up {
        font-size: 12px;
    }

}

/* Final local overrides for the May 2026 edits. */
body .big-banner .banner-text {
    position: absolute;
    bottom: 60px;
    left: 12px;
    padding-top: 0;
}

body .advantages-block,
body .manufacture-block {
    padding-top: 0;
    margin-top: 120px;
}

body .lead-form-block-wrap {
    margin-top: 120px;
}

body .catalog-block .catalog-sort-block {
    justify-content: flex-start;
}

body .catalog-card .pic img {
    object-fit: contain;
}

body .catalog-card .artikul {
    display: none;
}

body .catalog-card .price .current-price {
    font-weight: 700;
}

body .catalog-card .cart,
body .catalog-card .cart .buy {
    display: block;
    width: 100%;
}

body .catalog-card .cart .to-cart {
    display: block;
    width: 100%;
    min-width: 0;
    white-space: nowrap;
    color: #fff;
}

body .catalog-detail-wrap .times-block p {
    min-height: 28px;
    background-size: 24px 24px;
}

body .catalog-detail-wrap .times-block p:last-child {
    background-position: left center;
    background-size: 24px 24px;
}

body .top-menu {
    position: sticky;
    top: 0;
    z-index: 9000;
}

body header {
    position: sticky;
    top: 45px;
    z-index: 8999;
    background: #fff;
    box-shadow: 0 8px 24px rgba(22, 22, 22, 0.06);
}

body .header-wrap {
    display: grid;
    grid-template-columns: calc((100% - 30px) / 4) 120px minmax(260px, 1fr) minmax(160px, 190px);
    gap: 10px;
    align-items: center;
    height: 75px;
}

body .logo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    margin: 0;
}

body .logo img {
    display: block;
    width: auto;
    height: 45px;
}

body .btn-catalog,
body .btn-cart {
    display: flex;
    align-items: center;
    min-width: 0;
    width: 100%;
    height: 45px;
    margin: 0;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    text-decoration: none;
}

body .btn-catalog {
    justify-content: center;
    background: var(--bs-secondary);
    color: var(--bs-white);
}

body .top-search-wrap {
    width: 100%;
    margin: 0;
}

body .top-search-form input {
    height: 45px;
    border-radius: 8px;
}

body .fav-cart-btn {
    display: block;
    width: 100%;
}

body .btn-cart {
    justify-content: space-between;
    gap: 10px;
    padding: 0 14px;
    background: var(--bs-secondary);
    color: var(--bs-white);
}

body .btn-cart:hover {
    background: rgba(var(--bs-secondary-rgb), .92);
    color: var(--bs-white);
}

body .btn-cart__label {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 7px;
}

body .btn-cart .cart-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: var(--bs-white);
    mask: url('/img/cart-ico.svg') center / contain no-repeat;
    -webkit-mask: url('/img/cart-ico.svg') center / contain no-repeat;
}

body .btn-cart__count {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 28px;
    height: 24px;
    padding: 0 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .18);
    color: var(--bs-white);
    font-size: 13px;
    line-height: 100%;
    font-weight: 600;
}

body .site-action-popup {
    position: fixed;
    inset: 0;
    z-index: 30000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

body .site-action-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body .site-action-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(var(--bs-primary-rgb), .44);
}

body .site-action-popup__dialog {
    position: relative;
    width: min(100%, 430px);
    padding: 30px;
    border-radius: 8px;
    background: var(--bs-white);
    box-shadow: 0 24px 70px rgba(var(--bs-primary-rgb), .18);
}

body .site-action-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 8px;
    background: var(--bs-gray-100);
    cursor: pointer;
}

body .site-action-popup__close::before,
body .site-action-popup__close::after {
    content: '';
    position: absolute;
    left: 10px;
    top: 16px;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--bs-primary);
}

body .site-action-popup__close::before {
    transform: rotate(45deg);
}

body .site-action-popup__close::after {
    transform: rotate(-45deg);
}

body .site-action-popup__title {
    padding-right: 30px;
    color: var(--bs-primary);
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
}

body .site-action-popup__message {
    margin-top: 12px;
    color: rgba(var(--bs-primary-rgb), .72);
    font-size: 16px;
    line-height: 140%;
}

body .site-action-popup__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
}

body .site-action-popup__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

body .site-action-popup__button--primary {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

body .site-action-popup__button--secondary {
    background: var(--bs-gray-100);
    color: var(--bs-primary);
}

body .site-action-popup__button--primary:hover {
    background: rgba(var(--bs-secondary-rgb), .92);
    color: var(--bs-white);
}

body .site-action-popup__button--secondary:hover {
    background: var(--bs-gray-100);
    color: var(--bs-primary);
}

@media only screen and (max-width: 767px) {
    body .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    body .big-banner .banner-text {
        left: 20px;
        right: 20px;
        width: auto;
        bottom: 60px;
        padding-top: 0;
    }

    body .advantages-block,
    body .manufacture-block,
    body .lead-form-block-wrap {
        margin-top: 60px;
    }

    body .advantages-head {
        align-items: flex-start !important;
        gap: 18px;
    }

    body .advantages-head .btn {
        display: block;
        width: auto;
        min-width: 180px;
    }

    body header {
        top: 0;
    }

    body .header-wrap {
        grid-template-columns: 1fr 45px 45px;
        gap: 8px;
    }

    body .btn-catalog {
        display: flex;
        width: 45px;
        font-size: 0;
    }

    body .top-search-wrap {
        display: none;
    }

    body .btn-cart {
        justify-content: center;
        width: 45px;
        padding: 0;
    }

    body .btn-cart__label span,
    body .btn-cart__count {
        display: none;
    }

    body .site-action-popup__dialog {
        padding: 26px 20px 20px;
    }

    body .site-action-popup__actions {
        grid-template-columns: 1fr;
    }
}

/* Catalog polish */
body .catalog {
    margin-top: 32px;
}

body .catalog h1 {
    padding-bottom: 28px;
    margin-bottom: 0;
    color: var(--bs-primary);
}

body .catalog .prefilter-wrap {
    padding-bottom: 38px;
}

body .catalog .prefilter-wrap .swiper-wrapper {
    gap: 10px;
    flex-wrap: wrap;
}

body .catalog .prefilter-wrap a {
    width: auto !important;
    flex: 0 0 auto;
    border: none;
    background: var(--bs-gray-100);
    color: rgba(var(--bs-primary-rgb), .72);
    border-radius: 8px;
    margin: 0;
    padding: 12px 16px;
    font-size: 15px;
    line-height: 120%;
    font-weight: 500;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

body .catalog .prefilter-wrap a:hover,
body .catalog .prefilter-wrap a.active {
    background: var(--bs-success);
    color: var(--bs-white);
    transform: translateY(-1px);
}

body .catalog-wrap {
    align-items: flex-start;
    gap: 44px;
}

body .catalog-wrap .sidebar {
    display: block;
    width: 250px;
    flex: 0 0 250px;
    position: sticky;
    top: 144px;
    background: var(--bs-gray-100);
    border-radius: 8px;
    padding: 24px;
}

body .catalog-wrap .sidebar h2 {
    color: var(--bs-primary);
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    padding-bottom: 18px;
    margin-bottom: 0;
}

body .catalog-wrap .catalog-block {
    width: calc(100% - 294px);
    row-gap: 34px;
}

body .catalog-block .catalog-sort-block {
    width: 100%;
    margin-bottom: 6px;
    padding-left: 12px;
}

body .catalog-sort-block .sort-default {
    color: rgba(var(--bs-primary-rgb), .62);
    font-size: 15px;
    line-height: 120%;
    font-weight: 400;
}

body .catalog-card {
    height: 100%;
    margin-bottom: 0;
    padding: 12px;
    border-radius: 8px;
    background: var(--bs-white);
    color: var(--bs-primary);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease;
}

body .catalog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(var(--bs-primary-rgb), .10);
}

body .catalog-card .pic {
    height: auto;
    aspect-ratio: 1.18;
    margin-bottom: 18px;
    overflow: hidden;
    background: var(--bs-gray-100);
    border-radius: 8px;
}

body .catalog-card .pic img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: contain;
    transition: transform .25s ease;
}

body .catalog-card:hover .pic img {
    transform: scale(1.025);
}

body .catalog-card .name {
    height: auto;
    min-height: 48px;
    margin-bottom: 10px;
    color: var(--bs-primary);
    font-size: 18px;
    line-height: 125%;
    font-weight: 600;
}

body .catalog-card .chars {
    min-height: 42px;
    margin-bottom: 12px;
    color: rgba(var(--bs-primary-rgb), .62);
    font-size: 14px;
    line-height: 130%;
    font-weight: 300;
}

body .catalog-card .chars p {
    padding-bottom: 4px;
}

body .catalog-card .price {
    margin-bottom: 16px;
    min-height: 22px;
}

body .catalog-card .price .current-price {
    color: var(--bs-primary);
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

body .catalog-card .cart .to-cart {
    height: 46px;
    border: none;
    border-radius: 8px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 15px;
    line-height: 120%;
    font-weight: 600;
    padding: 14px 16px;
    transition: background-color .2s ease, transform .2s ease;
}

body [data-entity="item"] {
    display: flex;
}

body [data-entity="item"] > .catalog-card,
body .catalog-card .cart {
    margin-top: auto;
}

body .catalog-card:hover .cart .to-cart {
    background: var(--bs-success);
}

body .bx-filter .row {
    margin-left: 0;
    margin-right: 0;
}

body .bx-filter .row > * {
    padding-left: 0;
    padding-right: 0;
}

body .catalog-sidebar-sort {
    margin-bottom: 24px;
}

body .catalog-sidebar-sort__title {
    margin-bottom: 10px;
    color: var(--bs-primary);
    font-size: 17px;
    line-height: 120%;
    font-weight: 600;
}

body .catalog-sidebar-sort__select {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 8px;
    background: var(--bs-white);
    color: var(--bs-primary);
    padding: 0 12px;
    font: inherit;
    font-size: 15px;
    line-height: 120%;
    cursor: pointer;
}

body .catalog-sidebar-sort__select:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(var(--bs-primary-rgb), .16);
}

body .catalog-filter-categories__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-top: 2px;
}

body .catalog-filter-categories__link {
    position: relative;
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    gap: 10px;
    min-height: 24px;
    padding: 0;
    background: transparent;
    color: rgba(var(--bs-primary-rgb), .76);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
}

body .catalog-filter-categories__box {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: var(--bs-white);
    box-shadow: inset 0 0 0 1px rgba(var(--bs-primary-rgb), .28);
}

body .catalog-filter-categories__box::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 5px;
    width: 7px;
    height: 12px;
    border-right: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
    opacity: 0;
    transform: rotate(45deg);
}

body .catalog-filter-categories__link:hover,
body .catalog-filter-categories__link.is-active {
    color: var(--bs-primary);
}

body .catalog-filter-categories__link.is-active {
    font-weight: 600;
}

body .catalog-filter-categories__link.is-active .catalog-filter-categories__box {
    background: var(--bs-primary);
    box-shadow: none;
}

body .catalog-filter-categories__link.is-active .catalog-filter-categories__box::after {
    opacity: 1;
}

body .bx-filter .bx-filter-parameters-box {
    margin-bottom: 18px;
}

body .bx-filter .bx-filter-popup-result,
body .bx-filter .bx-filter-container-modef {
    display: none !important;
    visibility: hidden !important;
}

body .bx-filter .bx-filter-parameters-box-title {
    cursor: pointer;
}

body .bx-filter .bx-filter-parameters-box-title span,
body .bx-filter .bx-filter-parameters-box-hint {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--bs-primary);
    border-bottom: none;
    font-size: 17px;
    line-height: 120%;
    font-weight: 600;
}

body .bx-filter [data-role="prop_angle"] {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-left: auto;
    font-size: 0;
}

body .bx-filter [data-role="prop_angle"]::before {
    content: '' !important;
    position: absolute;
    left: 5px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(var(--bs-primary-rgb), .62);
    border-bottom: 2px solid rgba(var(--bs-primary-rgb), .62);
    transform: rotate(45deg);
}

body .bx-filter [data-role="prop_angle"].fa-angle-up::before {
    top: 7px;
    transform: rotate(225deg);
}

body .bx-filter .bx-filter-parameters-box-container {
    padding-bottom: 6px;
}

body .bx-filter .bx-filter-input-container input {
    border: none;
    border-radius: 8px !important;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 15px;
    height: 42px;
    padding: 0 12px;
}

body .bx-filter .bx-left {
    padding-right: 5px !important;
}

body .bx-filter .bx-right {
    padding-left: 5px !important;
}

body .bx-filter .bx-filter-param-label {
    display: block;
    color: rgba(var(--bs-primary-rgb), .78);
    font-size: 15px;
    line-height: 120%;
    font-weight: 400 !important;
    margin-bottom: 0;
    cursor: pointer;
}

body .bx-filter .checkbox,
body .bx-filter .radio {
    margin: 0 0 12px;
}

body .bx-filter .bx-filter-input-checkbox {
    position: relative;
    display: block;
    min-height: 24px;
}

body .bx-filter .bx-filter-input-checkbox input[type=checkbox],
body .bx-filter .bx-filter-input-checkbox input[type=radio] {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    opacity: 0 !important;
}

body .bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    position: relative;
    display: block;
    min-height: 24px;
    margin-left: 34px;
    color: rgba(var(--bs-primary-rgb), .76);
    font-size: 16px;
    line-height: 24px;
}

body .bx-filter .bx-filter-input-checkbox .bx-filter-param-text::before {
    content: '';
    position: absolute;
    left: -34px;
    top: 0;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 6px;
    background: var(--bs-white);
    box-shadow: inset 0 0 0 1px rgba(var(--bs-primary-rgb), .28);
}

body .bx-filter .bx-filter-input-checkbox .bx-filter-param-text::after {
    content: '';
    position: absolute;
    left: -26px;
    top: 5px;
    width: 7px;
    height: 12px;
    border-right: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
    background: transparent;
    border-radius: 0;
    opacity: 0;
    transform: rotate(45deg);
}

body .bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text::before,
body .bx-filter .bx-filter-input-checkbox input[type=radio]:checked + .bx-filter-param-text::before {
    background: var(--bs-primary);
    box-shadow: none;
}

body .bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text::after,
body .bx-filter .bx-filter-input-checkbox input[type=radio]:checked + .bx-filter-param-text::after {
    opacity: 1;
}

body .bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text,
body .bx-filter .bx-filter-input-checkbox input[type=radio]:checked + .bx-filter-param-text {
    color: var(--bs-primary);
    font-weight: 600;
}

body .bx-filter .bx-filter-button-box {
    margin-top: 8px;
    width: 100%;
}

body .bx-filter .bx-filter-button-box .bx-filter-block {
    width: 100%;
}

body .bx-filter .bx-filter-button-box .bx-filter-parameters-box-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
}

body .bx-filter .btn,
body .catalog-wrap .filter-buttons .filter-apply {
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    border: none;
    border-radius: 8px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

body .bx-filter .btn:hover,
body .catalog-wrap .filter-buttons .filter-apply:hover {
    background: var(--bs-success);
    color: var(--bs-white);
}

body .bx-filter a,
body .catalog-wrap .filter-buttons .filter-reset {
    color: rgba(var(--bs-primary-rgb), .72);
}

body .bx-filter .btn-link {
    min-height: 44px;
    background: var(--bs-white);
    color: rgba(var(--bs-primary-rgb), .72);
    padding: 12px 16px;
    text-align: center;
    text-decoration: none;
    box-shadow: none;
}

body .bx-filter .btn-link:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
    text-decoration: none;
}

body .bx-filter-button-box #set_filter,
body .bx-filter-button-box #del_filter {
    display: block;
    width: 100%;
    height: auto;
    min-height: 44px;
    box-sizing: border-box;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}

body .bx-filter-button-box #set_filter {
    background: var(--bs-primary);
    color: var(--bs-white);
}

body .bx-filter-button-box #del_filter {
    background: var(--bs-white);
    color: rgba(var(--bs-primary-rgb), .72);
}

body .bx-filter-button-box #set_filter:hover {
    background: var(--bs-success);
    color: var(--bs-white);
}

body .bx-filter-button-box #del_filter:hover {
    background: var(--bs-white);
    color: var(--bs-primary);
    text-decoration: none;
}

@media only screen and (max-width: 1439px) {
    body .catalog-wrap {
        gap: 28px;
    }

    body .catalog-wrap .sidebar {
        width: 230px;
        flex-basis: 230px;
        padding: 20px;
    }

    body .catalog-wrap .catalog-block {
        width: calc(100% - 258px);
    }
}

@media only screen and (max-width: 1023px) {
    body .catalog-wrap {
        display: block !important;
    }

    body .catalog-wrap .sidebar {
        position: static;
        display: block;
        width: 100%;
        margin-bottom: 34px;
    }

    body .catalog-wrap .catalog-block {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body .catalog {
        margin-top: 24px;
    }

    body .catalog h1 {
        font-size: 34px;
        padding-bottom: 22px;
    }

    body .catalog .prefilter-wrap {
        padding-bottom: 28px;
    }

    body .catalog .prefilter-wrap .swiper-wrapper {
        flex-wrap: nowrap;
        gap: 8px;
    }

    body .catalog .prefilter-wrap a {
        padding: 10px 14px;
        font-size: 14px;
    }

    body .catalog-wrap .sidebar {
        padding: 18px;
    }

    body .catalog-wrap .sidebar h2 {
        font-size: 22px;
    }

    body .catalog-card {
        padding: 10px;
    }

    body .catalog-card .pic {
        aspect-ratio: 1.25;
    }
}

/* Catalog rebuild: horizontal controls, clean product grid */
body .catalog {
    margin-top: 40px;
}

body .catalog h1 {
    padding-bottom: 26px;
    margin: 0;
    font-size: 48px;
    line-height: 110%;
}

body .catalog .prefilter-wrap {
    padding-bottom: 28px;
}

body .catalog .prefilter-wrap .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body .catalog .prefilter-wrap a {
    width: auto !important;
    flex: 0 0 auto;
    margin: 0;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    background: var(--bs-gray-100);
    color: rgba(var(--bs-primary-rgb), .78);
    font-size: 15px;
    line-height: 120%;
    font-weight: 500;
}

body .catalog .prefilter-wrap a.active,
body .catalog .prefilter-wrap a:hover {
    background: var(--bs-success);
    color: var(--bs-white);
}

body .catalog-toolbar-wrap {
    margin-bottom: 36px;
}

body .catalog-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

body .catalog-toolbar__sort,
body .catalog-filter-dropdown__button {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border: none;
    border-radius: 8px;
    background: var(--bs-gray-100);
    color: var(--bs-primary);
    font-size: 15px;
    line-height: 120%;
    font-weight: 500;
    text-decoration: none;
}

body .catalog-toolbar__sort {
    padding-left: 40px;
    background: var(--bs-gray-100) url('/img/sort-icon.svg') no-repeat 16px center;
}

body .catalog-filter-dropdown {
    position: relative;
    z-index: 20;
}

body .catalog-filter-dropdown__button {
    list-style: none;
    cursor: pointer;
    background: var(--bs-primary);
    color: var(--bs-white);
}

body .catalog-filter-dropdown__button::-webkit-details-marker {
    display: none;
}

body .catalog-filter-dropdown__content {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 330px;
    max-height: calc(100vh - 190px);
    overflow: auto;
    padding: 24px;
    border-radius: 8px;
    background: var(--bs-white);
    box-shadow: 0 20px 48px rgba(var(--bs-primary-rgb), .14);
}

body .catalog-filter-dropdown:not([open]) .catalog-filter-dropdown__content {
    display: none;
}

body .catalog-filter-dropdown .bx-filter .bx-filter-section,
body .catalog-filter-dropdown .bx-filter .bx-filter-section > .row {
    padding: 0;
}

body .catalog-filter-dropdown .bx-filter .bx-filter-parameters-box {
    margin-bottom: 22px;
}

body .catalog-filter-dropdown .bx-filter .bx-filter-parameters-box-title span,
body .catalog-filter-dropdown .bx-filter .bx-filter-parameters-box-hint {
    color: var(--bs-primary);
    border: none;
    font-size: 17px;
    line-height: 120%;
    font-weight: 600;
}

body .catalog-filter-dropdown .bx-filter .bx-filter-input-container input {
    border: none;
    border-radius: 8px !important;
    background: var(--bs-gray-100);
    color: var(--bs-primary);
    height: 44px;
    padding: 0 12px;
    font-size: 15px;
}

body .catalog-filter-dropdown .bx-left {
    padding-right: 6px !important;
}

body .catalog-filter-dropdown .bx-right {
    padding-left: 6px !important;
}

body .catalog-filter-dropdown .bx-filter .bx-filter-param-label {
    margin-bottom: 12px;
    color: rgba(var(--bs-primary-rgb), .78);
    font-size: 15px;
    line-height: 120%;
}

body .catalog-filter-dropdown .bx-filter .bx-filter-input-checkbox {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: center;
}

body .catalog-filter-dropdown .bx-filter .bx-filter-input-checkbox input[type=checkbox],
body .catalog-filter-dropdown .bx-filter .bx-filter-input-checkbox input[type=radio] {
    appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    border: none;
    border-radius: 6px;
    background: var(--bs-gray-100);
    box-shadow: inset 0 0 0 1px rgba(var(--bs-primary-rgb), .22);
}

body .catalog-filter-dropdown .bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked,
body .catalog-filter-dropdown .bx-filter .bx-filter-input-checkbox input[type=radio]:checked {
    background: var(--bs-primary);
    box-shadow: none;
}

body .catalog-filter-dropdown .bx-filter-button-box .bx-filter-parameters-box-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 0;
}

body .catalog-filter-dropdown .bx-filter .btn {
    width: 100%;
    min-height: 44px;
    border: none;
    border-radius: 8px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-weight: 600;
}

body .catalog-filter-dropdown .bx-filter .btn-link {
    min-height: 0;
    padding: 0;
    background: transparent;
    color: rgba(var(--bs-primary-rgb), .72);
    text-align: left;
}

body .catalog-wrap--plain {
    display: block;
}

body .catalog-wrap--plain .catalog-block {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    row-gap: 0;
}

body .catalog-wrap--plain [data-entity="item"] {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 58px;
}

body .catalog-wrap--plain .catalog-card {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--bs-primary);
    text-decoration: none;
    transform: none;
}

body .catalog-wrap--plain .catalog-card:hover {
    box-shadow: none;
    transform: none;
}

body .catalog-wrap--plain .catalog-card .pic {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--bs-gray-100);
}

body .catalog-wrap--plain .catalog-card .pic img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: contain;
    transition: transform .22s ease;
}

body .catalog-wrap--plain .catalog-card:hover .pic img {
    transform: scale(1.025);
}

body .catalog-wrap--plain .catalog-card .price {
    min-height: 0;
    margin-bottom: 10px;
}

body .catalog-wrap--plain .catalog-card .price .current-price {
    color: var(--bs-primary);
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

body .catalog-wrap--plain .catalog-card .name {
    min-height: 0;
    height: auto;
    margin-bottom: 8px;
    overflow: visible;
    color: var(--bs-primary);
    font-size: 17px;
    line-height: 125%;
    font-weight: 500;
}

body .catalog-wrap--plain .catalog-card .chars {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    min-height: 0;
    margin: 0;
    color: rgba(var(--bs-primary-rgb), .62);
    font-size: 13px;
    line-height: 130%;
    font-weight: 300;
}

body .catalog-wrap--plain .catalog-card .cart,
body .catalog-wrap--plain .catalog-card .to-cart {
    display: none;
}

@media only screen and (max-width: 1439px) {
    body .catalog-wrap--plain [data-entity="item"] {
        flex-basis: 33.333333%;
        max-width: 33.333333%;
    }
}

@media only screen and (max-width: 1023px) {
    body .catalog-wrap--plain [data-entity="item"] {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    body .catalog h1 {
        font-size: 34px;
        padding-bottom: 22px;
    }

    body .catalog-toolbar {
        gap: 8px;
    }

    body .catalog-filter-dropdown {
        position: static;
    }

    body .catalog-filter-dropdown__content {
        position: static;
        width: 100%;
        max-height: none;
        margin-top: 12px;
        box-shadow: none;
        background: var(--bs-gray-100);
    }

    body .catalog-filter-dropdown .bx-filter .bx-filter-input-container input,
    body .catalog-filter-dropdown .bx-filter .bx-filter-input-checkbox input[type=checkbox],
    body .catalog-filter-dropdown .bx-filter .bx-filter-input-checkbox input[type=radio] {
        background: var(--bs-white);
    }

    body .catalog-wrap--plain .catalog-block {
        margin-left: 0;
        margin-right: 0;
    }

    body .catalog-wrap--plain [data-entity="item"] {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 42px;
    }
}

/* Catalog: left filters restored, product cards stay clean */
body .catalog-wrap--with-sidebar {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: flex-start;
    gap: 32px 10px;
}

body .catalog-wrap--with-sidebar .sidebar {
    display: block;
    width: 100%;
    min-width: 0;
    grid-column: 1;
    position: sticky;
    top: 144px;
    background: var(--bs-gray-100);
    border-radius: 8px;
    padding: 24px;
}

body .catalog-wrap--with-sidebar .catalog-block {
    display: grid;
    grid-column: 2 / 5;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 64px 10px;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
}

body .catalog-wrap--with-sidebar .catalog-sort-block {
    grid-column: 1 / -1;
    width: 100%;
    margin-bottom: 28px;
    padding-left: 12px;
}

body .catalog-wrap--with-sidebar [data-entity="item"] {
    display: flex;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

body .catalog-wrap--with-sidebar .catalog-pagination,
body .catalog-wrap--with-sidebar .catalogDisc {
    grid-column: 1 / -1;
}

body .catalog-wrap--with-sidebar .catalog-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--bs-primary);
    text-decoration: none;
    transform: none;
}

body .catalog-wrap--with-sidebar .catalog-card__main {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

body .catalog-wrap--with-sidebar .catalog-card:hover {
    box-shadow: none;
    transform: none;
}

body .catalog-wrap--with-sidebar .catalog-card .pic {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 450 / 384;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--bs-gray-100);
    line-height: 0;
}

body .catalog-wrap--with-sidebar .catalog-card .pic img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    object-fit: contain;
    transition: none;
}

body .catalog-wrap--with-sidebar .catalog-card .pic .catalog-card-gallery__image {
    display: none;
}

body .catalog-wrap--with-sidebar .catalog-card .pic .catalog-card-gallery__image.is-active {
    display: block;
}

body .catalog-wrap--with-sidebar .catalog-card-gallery__track {
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 3;
    display: flex;
    gap: 7px;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity .18s ease;
    pointer-events: none;
}

body .catalog-wrap--with-sidebar .catalog-card-gallery:hover .catalog-card-gallery__track,
body .catalog-wrap--with-sidebar .catalog-card-gallery.is-hovered .catalog-card-gallery__track {
    opacity: 1;
}

body .catalog-wrap--with-sidebar .catalog-card-gallery__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(var(--bs-white-rgb), .48);
    box-shadow: 0 1px 6px rgba(var(--bs-primary-rgb), .28);
}

body .catalog-wrap--with-sidebar .catalog-card-gallery__dot.is-active {
    background: var(--bs-white);
    box-shadow: 0 1px 7px rgba(var(--bs-primary-rgb), .32);
}

body .catalog-wrap--with-sidebar .catalog-card-gallery__zones {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
}

body .catalog-wrap--with-sidebar .catalog-card-gallery__zones span {
    flex: 1 1 0;
}

body .catalog-wrap--with-sidebar .catalog-card:hover .pic img {
    transform: none;
}

body .catalog-wrap--with-sidebar .catalog-card .artikul {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 10px;
    padding: 4px 8px;
    border: none;
    border-radius: 6px;
    background: var(--bs-gray-100);
    color: rgba(var(--bs-primary-rgb), .72);
    font-size: 12px;
    line-height: 120%;
    font-weight: 500;
}

body .catalog-wrap--with-sidebar .catalog-card .artikul--empty {
    visibility: hidden;
}

body .catalog-wrap--with-sidebar .catalog-card .price {
    min-height: 30px;
    margin-bottom: 10px;
}

body .catalog-wrap--with-sidebar .catalog-card .price .current-price {
    color: var(--bs-primary);
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

body .catalog-wrap--with-sidebar .catalog-card .name {
    min-height: 43px;
    height: auto;
    margin-bottom: 8px;
    overflow: visible;
    color: var(--bs-primary);
    font-size: 17px;
    line-height: 125%;
    font-weight: 500;
}

body .catalog-wrap--with-sidebar .catalog-card .name:last-child {
    margin-bottom: 0;
}

body .catalog-wrap--with-sidebar .catalog-card .chars {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    min-height: 0;
    margin: 0;
    color: rgba(var(--bs-primary-rgb), .62);
    font-size: 13px;
    line-height: 130%;
    font-weight: 300;
}

body .catalog-wrap--with-sidebar .catalog-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}

body .catalog-wrap--with-sidebar .catalog-card .to-cart {
    display: block;
    width: 100%;
    min-height: 46px;
    margin-top: 0;
    padding: 14px 16px;
    border: none;
    border-radius: 8px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 15px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

body .catalog-wrap--with-sidebar .catalog-card__basket {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 8px;
    background: var(--bs-success);
    text-decoration: none;
}

body .catalog-wrap--with-sidebar .catalog-card__basket span {
    display: block;
    width: 21px;
    height: 21px;
    background: var(--bs-white);
    mask: url('/img/cart-ico.svg') center / contain no-repeat;
    -webkit-mask: url('/img/cart-ico.svg') center / contain no-repeat;
}

body .catalog-wrap--with-sidebar .catalog-card .to-cart:hover,
body .catalog-wrap--with-sidebar .catalog-card__basket:hover {
    background: var(--bs-success);
    color: var(--bs-white);
}

body .catalog-wrap--with-sidebar .catalog-card__basket.is-loading {
    pointer-events: none;
    opacity: .72;
}

body .catalog-wrap--with-sidebar .catalog-card__basket.is-disabled {
    pointer-events: none;
    opacity: .38;
}

@media only screen and (max-width: 1439px) {
    body .catalog-wrap--with-sidebar {
        gap: 24px 10px;
    }

    body .catalog-wrap--with-sidebar .sidebar {
        padding: 20px;
    }

    body .catalog-wrap--with-sidebar .catalog-block {
        gap: 56px 10px;
    }
}

@media only screen and (max-width: 1023px) {
    body .catalog-wrap--with-sidebar {
        display: block !important;
    }

    body .catalog-wrap--with-sidebar .sidebar {
        position: static;
        width: 100%;
        margin-bottom: 34px;
    }

    body .catalog-wrap--with-sidebar .catalog-block {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 48px 10px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body .catalog-wrap--with-sidebar .catalog-block {
        grid-template-columns: 1fr;
        gap: 42px;
    }
}
/* OFPLUS_HEADER_GLASS_START */
body .top-menu {
    background: rgba(51, 82, 62, .95) !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

body header {
    background: rgba(255, 255, 255, .95) !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgba(22, 22, 22, .06);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}
/* OFPLUS_HEADER_GLASS_END */
/* OFPLUS_TOP_MENU_ALIGN_START */
body .top-menu {
    height: 38px !important;
    min-height: 38px;
    line-height: 1.2;
}

body .top-menu > .container {
    height: 38px;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

body .top-menu .nav {
    align-items: center;
    padding-top: 0 !important;
    height: 38px;
}

body .top-menu .nav-link {
    display: flex;
    align-items: center;
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
}

body .top-menu .nav-text {
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 30px 0 0 !important;
    line-height: 1.2;
}

body header {
    top: 38px !important;
}
/* OFPLUS_TOP_MENU_ALIGN_END */

/* OFPLUS_CARD_REORDER_DOTS_START */
body .catalog-wrap--with-sidebar .catalog-card,
body .catalog-block-more .catalog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

body .catalog-wrap--with-sidebar .catalog-card__main,
body .catalog-block-more .catalog-card__main {
    flex: 1 1 auto;
}

body .catalog-wrap--with-sidebar .catalog-card-gallery__track,
body .catalog-block-more .catalog-card-gallery__track {
    position: static;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100%;
    min-height: 12px;
    margin: 8px 0 14px;
    opacity: 1;
    transform: none;
    transition: none;
    pointer-events: none;
}

body .catalog-wrap--with-sidebar .catalog-card-gallery:hover .catalog-card-gallery__track,
body .catalog-wrap--with-sidebar .catalog-card-gallery.is-hovered .catalog-card-gallery__track,
body .catalog-block-more .catalog-card-gallery:hover .catalog-card-gallery__track,
body .catalog-block-more .catalog-card-gallery.is-hovered .catalog-card-gallery__track {
    opacity: 1;
}

body .catalog-wrap--with-sidebar .catalog-card-gallery__dot,
body .catalog-block-more .catalog-card-gallery__dot {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(var(--bs-primary-rgb), .16);
    box-shadow: none;
}

body .catalog-wrap--with-sidebar .catalog-card-gallery__dot.is-active,
body .catalog-block-more .catalog-card-gallery__dot.is-active {
    width: 24px;
    background: var(--bs-primary);
    box-shadow: none;
}

body .catalog-wrap--with-sidebar .catalog-card .pic,
body .catalog-block-more .catalog-card .pic {
    margin-bottom: 0;
}

body .catalog-wrap--with-sidebar .catalog-card .name,
body .catalog-block-more .catalog-card .name {
    min-height: 48px;
    margin-bottom: 7px;
}

body .catalog-wrap--with-sidebar .catalog-card .artikul,
body .catalog-block-more .catalog-card .artikul {
    display: block;
    width: auto;
    min-height: 17px;
    margin-bottom: 9px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(var(--bs-primary-rgb), .46);
    font-size: 13px;
    line-height: 130%;
    font-weight: 500;
}

body .catalog-wrap--with-sidebar .catalog-card .artikul--empty,
body .catalog-block-more .catalog-card .artikul--empty {
    visibility: hidden;
}

body .catalog-wrap--with-sidebar .catalog-card .price,
body .catalog-block-more .catalog-card .price {
    min-height: 30px;
    margin-bottom: 0;
}

body .catalog-wrap--with-sidebar .catalog-card__actions,
body .catalog-block-more .catalog-card__actions {
    margin-top: auto;
}

body .catalog-card .ofplus-card-badge,
body .photo-slider .ofplus-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 6px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

body .photo-slider {
    position: relative;
}
/* OFPLUS_CARD_REORDER_DOTS_END */
/* OFPLUS_DETAIL_RELATED_CARDS_START */
body .catalog-block-more {
    row-gap: 34px;
}

body .catalog-block-more > [class*="col-"] {
    margin-bottom: 42px;
}

body .catalog-block-more .catalog-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--bs-primary);
    text-decoration: none;
    transform: none;
}

body .catalog-block-more .catalog-card:hover {
    box-shadow: none;
    transform: none;
}

body .catalog-block-more .catalog-card__main {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

body .catalog-block-more .catalog-card .pic {
    position: relative;
    width: 100%;
    height: auto !important;
    aspect-ratio: 450 / 384;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--bs-gray-100);
    line-height: 0;
}

body .catalog-block-more .catalog-card .pic img {
    display: block;
    width: 100%;
    height: 100% !important;
    border-radius: 0 !important;
    object-fit: contain;
    transition: none;
}

body .catalog-block-more .catalog-card .pic .catalog-card-gallery__image {
    display: none;
}

body .catalog-block-more .catalog-card .pic .catalog-card-gallery__image.is-active {
    display: block;
}

body .catalog-block-more .catalog-card:hover .pic img {
    transform: none;
}

body .catalog-block-more .catalog-card .artikul {
    display: block;
    width: auto;
    min-height: 17px;
    margin-bottom: 9px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: rgba(var(--bs-primary-rgb), .46);
    font-size: 13px;
    line-height: 130%;
    font-weight: 500;
}

body .catalog-block-more .catalog-card .artikul--empty {
    visibility: hidden;
}

body .catalog-block-more .catalog-card .price {
    min-height: 30px;
    margin-bottom: 10px;
}

body .catalog-block-more .catalog-card .price .current-price {
    color: var(--bs-primary);
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
}

body .catalog-block-more .catalog-card .name {
    min-height: 43px;
    height: auto;
    margin-bottom: 8px;
    overflow: visible;
    color: var(--bs-primary);
    font-size: 17px;
    line-height: 125%;
    font-weight: 500;
}

body .catalog-block-more .catalog-card__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}

body .catalog-block-more .catalog-card .to-cart {
    display: block;
    width: 100%;
    min-height: 46px;
    margin-top: 0;
    padding: 14px 16px;
    border: none;
    border-radius: 8px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 15px;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

body .catalog-block-more .catalog-card__basket {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 8px;
    background: var(--bs-success);
    text-decoration: none;
}

body .catalog-block-more .catalog-card__basket span {
    display: block;
    width: 21px;
    height: 21px;
    background: var(--bs-white);
    mask: url('/img/cart-ico.svg') center / contain no-repeat;
    -webkit-mask: url('/img/cart-ico.svg') center / contain no-repeat;
}

body .catalog-block-more .catalog-card .to-cart:hover,
body .catalog-block-more .catalog-card__basket:hover {
    background: var(--bs-success);
    color: var(--bs-white);
}

@media only screen and (max-width: 767px) {
    body .catalog-block-more .catalog-card__actions {
        grid-template-columns: minmax(0, 1fr) 46px;
    }
}
/* OFPLUS_DETAIL_RELATED_CARDS_END */
/* OFPLUS_HEADER_SCROLL_AND_CARD_ALIGN_START */
body {
    --ofplus-top-menu-height: 34px;
    --ofplus-header-height: 69px;
    --ofplus-header-control-height: 40px;
}

body .top-menu {
    height: var(--ofplus-top-menu-height) !important;
    min-height: var(--ofplus-top-menu-height);
    transition: transform .24s ease;
    will-change: transform;
}

body .top-menu > .container,
body .top-menu .nav,
body .top-menu .nav-link,
body .top-menu .nav-text {
    height: var(--ofplus-top-menu-height);
}

body header {
    top: var(--ofplus-top-menu-height) !important;
    height: var(--ofplus-header-height);
    transition: top .24s ease;
}

body .header-wrap {
    height: var(--ofplus-header-height);
}

body .logo,
body .logo img,
body .btn-catalog,
body .btn-cart,
body .top-search-form input {
    height: var(--ofplus-header-control-height);
}

body.ofplus-header-compact .top-menu {
    transform: translate3d(0, calc(-1 * var(--ofplus-top-menu-height)), 0);
}

body.ofplus-header-compact header {
    top: 0 !important;
}

body .catalog-wrap--with-sidebar .sidebar {
    top: calc(var(--ofplus-top-menu-height) + var(--ofplus-header-height) + 41px);
    transition: top .24s ease;
}

body.ofplus-header-compact .catalog-wrap--with-sidebar .sidebar {
    top: calc(var(--ofplus-header-height) + 31px);
}

body .catalog-wrap--with-sidebar .catalog-card .name,
body .catalog-block-more .catalog-card .name {
    display: -webkit-box;
    height: auto;
    min-height: 0;
    margin-bottom: 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body .catalog-wrap--with-sidebar .catalog-card .artikul,
body .catalog-block-more .catalog-card .artikul {
    margin-bottom: 8px;
}

body .catalog-wrap--with-sidebar .catalog-card__actions,
body .catalog-block-more .catalog-card__actions {
    margin-top: 20px;
}

body .catalog-wrap--with-sidebar .catalog-pagination {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

body .ofplus-pagination,
body .ofplus-pagination__pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

body .ofplus-pagination__link,
body .ofplus-pagination__gap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 8px;
    background: var(--bs-gray-100);
    color: rgba(var(--bs-primary-rgb), .72);
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
}

body .ofplus-pagination__link.is-active {
    background: var(--bs-primary);
    color: var(--bs-white);
}

body .ofplus-pagination__link:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

@media only screen and (max-width: 1023px) {
    body .catalog-wrap--with-sidebar .sidebar,
    body.ofplus-header-compact .catalog-wrap--with-sidebar .sidebar {
        top: auto;
    }
}
/* OFPLUS_HEADER_SCROLL_AND_CARD_ALIGN_END */
/* OFPLUS_CARD_PRICE_ROW_FIX_START */
body .catalog-wrap--with-sidebar .catalog-card-gallery__track--empty,
body .catalog-block-more .catalog-card-gallery__track--empty {
    visibility: hidden;
}

body .catalog-wrap--with-sidebar .catalog-card .name,
body .catalog-block-more .catalog-card .name {
    height: 2.5em !important;
    min-height: 2.5em !important;
    max-height: 2.5em;
}

body .catalog-wrap--with-sidebar .catalog-card .artikul,
body .catalog-block-more .catalog-card .artikul {
    min-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .catalog-wrap--with-sidebar .catalog-card .price,
body .catalog-block-more .catalog-card .price {
    min-height: 34px;
}
/* OFPLUS_CARD_PRICE_ROW_FIX_END */
/* OFPLUS_FIXED_HEADER_AND_OVERSCROLL_REPAIR_START */
html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    padding-top: calc(var(--ofplus-top-menu-height) + var(--ofplus-header-height));
    overflow-x: hidden;
    transition: padding-top .24s ease;
}

body.ofplus-header-compact {
    padding-top: var(--ofplus-header-height);
}

body .top-menu,
body header {
    position: fixed !important;
    left: 0;
    right: 0;
    width: 100%;
}

body .top-menu {
    top: 0 !important;
    z-index: 10020;
}

body header {
    top: var(--ofplus-top-menu-height) !important;
    z-index: 10010;
}

body.ofplus-header-compact header {
    top: 0 !important;
}

/* OFPLUS_FIXED_HEADER_AND_OVERSCROLL_REPAIR_END */
/* OFPLUS_PRO_BREADCRUMBS_START */
body .breadcrumb-wrap {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 0;
    border-bottom: none;
    color: var(--bs-primary);
    font-family: "Commissioner", sans-serif;
    font-size: 14px;
    line-height: 125%;
    font-weight: 400;
}

body .ofplus-breadcrumbs {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    list-style: none;
    white-space: nowrap;
    scrollbar-width: none;
}

body .ofplus-breadcrumbs::-webkit-scrollbar {
    display: none;
}

body .ofplus-breadcrumbs__item {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-width: 0;
    line-height: 1;
}

body .ofplus-breadcrumbs__item:not(:last-child)::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 14px;
    border-right: 2px solid rgba(var(--bs-primary-rgb), .58);
    border-bottom: 2px solid rgba(var(--bs-primary-rgb), .58);
    color: rgba(var(--bs-primary-rgb), .58);
    transform: rotate(-45deg);
}

body .ofplus-breadcrumbs__link,
body .ofplus-breadcrumbs__current {
    display: block;
    color: inherit;
    text-decoration: none;
}

body .ofplus-breadcrumbs__link {
    color: var(--bs-primary);
    transition: color .18s ease;
}

body .ofplus-breadcrumbs__link:hover {
    color: var(--bs-success);
}

body .ofplus-breadcrumbs__current {
    color: rgba(var(--bs-primary-rgb), .48);
}

@media only screen and (max-width: 1023px) {
    body .breadcrumb-wrap {
        margin-top: 24px;
        margin-bottom: 26px;
        padding-bottom: 0;
        font-size: 13px;
    }

    body .ofplus-breadcrumbs__item:not(:last-child)::after {
        width: 7px;
        height: 7px;
        margin: 0 9px;
    }
}

@media only screen and (max-width: 767px) {
    body .breadcrumb-wrap {
        margin-top: 18px;
        margin-bottom: 24px;
        font-size: 12px;
    }
}
/* OFPLUS_PRO_BREADCRUMBS_END */
/* OFPLUS_FOOTER_GRID_START */
body footer {
    min-height: 0;
    padding-top: 64px;
}

body footer .btn-up {
    display: none !important;
}

body footer .ofplus-footer-main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 32px;
    align-items: flex-start;
    color: #fff;
}

body footer .ofplus-footer-main > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: initial;
    padding-right: 0;
    padding-left: 0;
}

body footer .footer-logo-wrap {
    margin-bottom: 0;
}

body footer .footer-logo {
    display: inline-flex;
    align-items: flex-start;
}

body footer .footer-logo img {
    width: 118px;
    height: auto;
    display: block;
}

body footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body footer .footer-menu li {
    margin-bottom: 14px !important;
}

body footer .footer-menu li:last-child {
    margin-bottom: 0 !important;
}

body footer .footer-menu a {
    width: auto;
    padding-bottom: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 130%;
    font-weight: 300;
    transition: color .18s ease;
}

body footer .footer-menu a:hover {
    color: #fff;
}

body footer .footer-menu > [class*="col-"] > div:first-child {
    margin-bottom: 24px !important;
    font-size: 14px !important;
    line-height: 120% !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    color: #fff !important;
}

body footer .footer-menu > [class*="col-"]:last-child > div:not(:first-child) {
    max-width: 360px;
    color: rgba(255, 255, 255, .74);
    font-size: 14px !important;
    line-height: 140% !important;
}

body footer .footer-menu > [class*="col-"]:last-child a {
    color: rgba(255, 255, 255, .84);
    font-size: 14px !important;
}

body footer .footer-copyright {
    margin-top: 64px;
    padding-top: 34px;
    padding-bottom: 34px;
    font-size: 14px;
    line-height: 120%;
}

body footer .ofplus-footer-bottom {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 18px;
    align-items: flex-start;
}

body footer .ofplus-footer-bottom > * {
    min-width: 0;
}

body footer .footer-copyright a {
    color: rgba(255, 255, 255, .86);
    text-decoration: none;
    transition: color .18s ease;
}

body footer .footer-copyright a:hover {
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    body footer {
        padding-top: 48px;
    }

    body footer .ofplus-footer-main,
    body footer .ofplus-footer-bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 28px;
    }

    body footer .footer-copyright {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 575px) {
    body footer {
        padding-top: 40px;
    }

    body footer .ofplus-footer-main,
    body footer .ofplus-footer-bottom {
        grid-template-columns: 1fr;
        row-gap: 24px;
    }

    body footer .footer-copyright {
        margin-top: 40px;
        padding-top: 28px;
        padding-bottom: 28px;
        font-size: 12px;
    }
}
/* OFPLUS_FOOTER_GRID_END */
/* OFPLUS_FILTER_REFINEMENT_START */
body .catalog-wrap .sidebar,
body .catalog-wrap--with-sidebar .sidebar {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

body .catalog-sidebar-sort {
    margin-bottom: 30px;
}

body .catalog-sidebar-sort__title,
body .bx-filter .bx-filter-parameters-box-title span,
body .bx-filter .bx-filter-parameters-box-hint {
    font-size: 18px;
    line-height: 120%;
    font-weight: 650;
}

body .catalog-sidebar-sort__select {
    height: 54px;
    border-radius: 12px;
    background: var(--bs-gray-100);
    padding: 0 18px;
    font-size: 16px;
}

body .bx-filter .bx-filter-parameters-box {
    margin-bottom: 28px;
}

body .bx-filter .bx-filter-parameters-box-container {
    padding-bottom: 0;
}

body .catalog-filter-price .bx-filter-parameters-box-container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px 10px;
}

body .catalog-filter-price .bx-left,
body .catalog-filter-price .bx-right {
    width: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body .catalog-filter-price .bx-filter-input-container {
    position: relative;
    display: block;
}

body .catalog-filter-price .bx-filter-input-container::before {
    position: absolute;
    left: 18px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: rgba(var(--bs-primary-rgb), .42);
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    pointer-events: none;
}

body .catalog-filter-price .bx-left .bx-filter-input-container::before {
    content: "от";
}

body .catalog-filter-price .bx-right .bx-filter-input-container::before {
    content: "до";
}

body .catalog-filter-price .bx-filter-input-container::after {
    content: "₽";
    position: absolute;
    right: 18px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: rgba(var(--bs-primary-rgb), .38);
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    pointer-events: none;
}

body .catalog-filter-price .bx-filter-input-container input {
    height: 58px;
    border: none !important;
    border-radius: 12px !important;
    background: var(--bs-gray-100);
    padding: 0 40px 0 44px;
    color: var(--bs-primary);
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    box-shadow: none;
}

body .catalog-filter-price .bx-filter-input-container input::placeholder {
    color: rgba(var(--bs-primary-rgb), .36);
    opacity: 1;
}

body .catalog-filter-price .bx-ui-slider-track-container {
    display: block !important;
    grid-column: 1 / -1;
    width: 100% !important;
    max-width: none;
    margin-left: 0 !important;
    padding: 16px 10px 18px !important;
}

body .catalog-filter-price .bx-ui-slider-track {
    height: 5px;
    border-radius: 999px;
    background: rgba(var(--bs-success-rgb), .22);
}

body .catalog-filter-price .bx-ui-slider-pricebar-vd,
body .catalog-filter-price .bx-ui-slider-pricebar-vn {
    border-radius: 999px;
    background: rgba(var(--bs-success-rgb), .22) !important;
}

body .catalog-filter-price .bx-ui-slider-pricebar-v {
    border-radius: 999px;
    background: rgba(var(--bs-success-rgb), .86) !important;
}

body .catalog-filter-price .bx-ui-slider-range {
    top: 0;
    bottom: 0;
}

body .catalog-filter-price .bx-ui-slider-handle {
    top: 50% !important;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 50%;
    background: var(--bs-success) !important;
    box-shadow: 0 8px 18px rgba(var(--bs-success-rgb), .18);
    transform: translateY(-50%);
}

body .catalog-filter-price .bx-ui-slider-handle.left {
    margin-left: -11px;
}

body .catalog-filter-price .bx-ui-slider-handle.right {
    margin-right: -11px;
}

body .catalog-filter-price .bx-ui-slider-part {
    display: none;
}

@media only screen and (max-width: 1439px) {
    body .catalog-wrap .sidebar,
    body .catalog-wrap--with-sidebar .sidebar {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    body .catalog-filter-price .bx-filter-parameters-box-container {
        grid-template-columns: 1fr;
    }

    body .catalog-filter-price .bx-ui-slider-track-container {
        grid-column: 1;
    }
}
/* OFPLUS_FILTER_REFINEMENT_END */
/* OFPLUS_FILTER_TUNING_START */
body header,
body .header-wrap {
    border-bottom: 0 !important;
    box-shadow: none !important;
}

body .catalog-sidebar-sort__title,
body .bx-filter .bx-filter-parameters-box-title span,
body .bx-filter .bx-filter-parameters-box-hint {
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
}

body .catalog-sidebar-sort__select {
    height: 46px;
    border: none;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--bs-gray-100);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23363432' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px 8px;
    padding: 0 42px 0 16px;
    color: var(--bs-primary);
    font-size: 15px;
    line-height: 120%;
    font-weight: 500;
}

body .catalog-filter-price .bx-filter-parameters-box-title {
    cursor: default;
    pointer-events: none;
}

body .catalog-filter-price .bx-filter-parameters-box-title span {
    justify-content: flex-start;
}

body .catalog-filter-price .bx-filter-parameters-box-container {
    gap: 12px 10px;
}

body .catalog-filter-price .bx-filter-input-container::before {
    left: 15px;
    color: rgba(var(--bs-primary-rgb), .45);
    font-size: 15px;
    font-weight: 400;
}

body .catalog-filter-price .bx-filter-input-container::after {
    right: 15px;
    color: rgba(var(--bs-primary-rgb), .42);
    font-size: 15px;
    font-weight: 400;
}

body .catalog-filter-price .bx-filter-input-container input {
    height: 46px;
    border-radius: 10px !important;
    padding: 0 34px 0 36px;
    color: rgba(var(--bs-primary-rgb), .84);
    font-size: 15px;
    line-height: 120%;
    font-weight: 400;
}

body .catalog-filter-price .bx-filter-input-container input::placeholder {
    color: rgba(var(--bs-primary-rgb), .34);
    font-weight: 400;
}

body .catalog-filter-price .bx-ui-slider-track-container {
    padding: 12px 9px 12px !important;
}

body .catalog-filter-price .bx-ui-slider-track {
    height: 4px;
    background: rgba(var(--bs-primary-rgb), .14);
}

body .catalog-filter-price .bx-ui-slider-pricebar-vd,
body .catalog-filter-price .bx-ui-slider-pricebar-vn {
    background: rgba(var(--bs-primary-rgb), .14) !important;
}

body .catalog-filter-price .bx-ui-slider-pricebar-v {
    background: var(--bs-primary) !important;
}

body .catalog-filter-price .bx-ui-slider-handle {
    width: 18px;
    height: 18px;
    background: var(--bs-primary) !important;
    box-shadow: 0 8px 16px rgba(var(--bs-primary-rgb), .14);
}

body .catalog-filter-price .bx-ui-slider-handle.left {
    margin-left: -9px;
}

body .catalog-filter-price .bx-ui-slider-handle.right {
    margin-right: -9px;
}

body .catalog-filter-categories__link {
    cursor: pointer;
}

body .catalog-filter-categories__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

body .catalog-filter-categories__link.is-active {
    font-weight: 500;
}

body .bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text,
body .bx-filter .bx-filter-input-checkbox input[type=radio]:checked + .bx-filter-param-text {
    font-weight: 500;
}

body .bx-filter-button-box #del_filter,
body .bx-filter-button-box .ofplus-filter-reset,
body .bx-filter .btn-link {
    background: #f2f2f2;
}

body .bx-filter-button-box #del_filter:hover,
body .bx-filter-button-box .ofplus-filter-reset:hover,
body .bx-filter .btn-link:hover {
    background: #ececec;
}
/* OFPLUS_FILTER_TUNING_END */
/* OFPLUS_CATALOG_POLISH_START */
:root {
    --ofplus-field-bg: var(--bs-gray-100);
}

body .top-search-form input,
body .catalog-sidebar-sort__select,
body .catalog-filter-price .bx-filter-input-container input,
body .bx-filter-button-box .ofplus-filter-reset,
body .bx-filter .btn-link {
    background-color: var(--ofplus-field-bg) !important;
}

body .catalog h1 {
    font-size: 42px;
    line-height: 112%;
    font-weight: 450;
    padding-bottom: 22px;
}

body .catalog-sidebar-sort__title,
body .bx-filter .bx-filter-parameters-box-title span,
body .bx-filter .bx-filter-parameters-box-hint {
    font-size: 15px;
    font-weight: 520;
}

body .catalog-filter-price .bx-filter-parameters-box-title span {
    font-size: 15px;
    font-weight: 520;
}

body .catalog-filter-categories__link,
body .catalog-filter-categories__link.is-active,
body .bx-filter .bx-filter-input-checkbox .bx-filter-param-text,
body .bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text,
body .bx-filter .bx-filter-input-checkbox input[type=radio]:checked + .bx-filter-param-text {
    font-size: 16px;
    font-weight: 400;
}

body .catalog-filter-categories__box,
body .bx-filter .bx-filter-input-checkbox .bx-filter-param-text::before {
    border: none;
    background: var(--ofplus-field-bg);
    box-shadow: none;
}

body .catalog-filter-categories__link.is-active .catalog-filter-categories__box,
body .bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text::before,
body .bx-filter .bx-filter-input-checkbox input[type=radio]:checked + .bx-filter-param-text::before {
    background: var(--bs-primary);
    box-shadow: none;
}

body .catalog-filter-price .bx-ui-slider-track {
    height: 2px;
    background: rgba(var(--bs-primary-rgb), .26);
}

body .catalog-filter-price .bx-ui-slider-pricebar-vd,
body .catalog-filter-price .bx-ui-slider-pricebar-vn,
body .catalog-filter-price .bx-ui-slider-pricebar-v {
    height: 2px !important;
    background: var(--bs-primary) !important;
}

body .catalog-filter-price .bx-ui-slider-handle {
    width: 18px;
    height: 18px;
    border: 2px solid var(--bs-primary);
    background: var(--bs-white) !important;
    box-shadow: none;
}

body .catalog-filter-price .bx-ui-slider-handle.left {
    margin-left: -9px;
}

body .catalog-filter-price .bx-ui-slider-handle.right {
    margin-right: -9px;
}

body .catalog-wrap--with-sidebar .catalog-pagination {
    grid-column: 1 / 2;
    justify-content: flex-start;
    margin-top: 0;
}

body .ofplus-pagination,
body .ofplus-pagination__pages {
    justify-content: flex-start;
}

body .ofplus-pagination__link,
body .ofplus-pagination__gap {
    min-width: 38px;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

body .ofplus-pagination__link--side {
    font-size: 22px;
    font-weight: 400;
}

body footer .footer-logo img {
    width: auto;
    height: var(--ofplus-header-control-height);
}

body .bx-filter .bx-filter-parameters-box:not(.bx-active) {
    margin-bottom: 14px;
}
/* OFPLUS_CATALOG_POLISH_END */
/* OFPLUS_CATALOG_FINAL_TUNING_START */
:root {
    --ofplus-field-bg: #f7f7f7;
    --ofplus-muted-bg: #f1f1f1;
    --ofplus-range-color: #363432;
}

body header,
body .header-wrap {
    border-bottom: 0 !important;
    box-shadow: none !important;
}

body .top-search-form input,
body .catalog-sidebar-sort__select,
body .catalog-filter-price .bx-filter-input-container input,
body .bx-filter-button-box .ofplus-filter-reset,
body .bx-filter .btn-link {
    background-color: var(--ofplus-field-bg) !important;
}

body .catalog h1 {
    font-size: 38px;
    line-height: 112%;
    font-weight: 420;
    padding-bottom: 18px;
}

body .catalog-sidebar-sort {
    margin-bottom: 26px;
}

body .catalog-sidebar-sort__title,
body .bx-filter .bx-filter-parameters-box-title span,
body .bx-filter .bx-filter-parameters-box-hint {
    font-size: 15px;
    line-height: 120%;
    font-weight: 500;
}

body .catalog-sidebar-sort__select {
    height: 42px;
    border: 0 !important;
    border-radius: 10px;
    background-position: right 24px center;
    padding: 0 56px 0 16px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: none;
}

body .catalog-filter-price .bx-filter-parameters-box-title {
    cursor: default;
    pointer-events: none;
}

body .catalog-filter-price .bx-filter-parameters-box-container {
    gap: 10px 10px;
}

body .catalog-filter-price .bx-filter-input-container::before,
body .catalog-filter-price .bx-filter-input-container::after {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

body .catalog-filter-price .bx-filter-input-container::before {
    left: 14px;
}

body .catalog-filter-price .bx-filter-input-container::after {
    right: 14px;
}

body .catalog-filter-price .bx-filter-input-container input {
    height: 42px;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 0 32px 0 34px;
    color: rgba(var(--bs-primary-rgb), .78);
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    box-shadow: none !important;
}

body .catalog-filter-price .bx-filter-input-container input::placeholder {
    color: rgba(var(--bs-primary-rgb), .34);
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}

body .catalog-filter-price .bx-ui-slider-track-container {
    padding: 11px 9px 10px !important;
}

body .catalog-filter-price .bx-ui-slider-track,
body .catalog-filter-price .bx-ui-slider-pricebar-vd,
body .catalog-filter-price .bx-ui-slider-pricebar-vn,
body .catalog-filter-price .bx-ui-slider-pricebar-v {
    height: 2px !important;
    border-radius: 999px;
}

body .catalog-filter-price .bx-ui-slider-track,
body .catalog-filter-price .bx-ui-slider-pricebar-vd,
body .catalog-filter-price .bx-ui-slider-pricebar-vn {
    background: rgba(var(--bs-primary-rgb), .16) !important;
}

body .catalog-filter-price .bx-ui-slider-pricebar-v {
    background: var(--ofplus-range-color) !important;
}

body .catalog-filter-price .bx-ui-slider-handle {
    top: 50% !important;
    width: 18px;
    height: 18px;
    border: 2px solid var(--ofplus-range-color);
    border-radius: 50%;
    background: var(--bs-body-bg, #fff) !important;
    box-shadow: none !important;
    transform: translateY(-50%);
}

body .catalog-filter-price .bx-ui-slider-handle.left {
    margin-left: -9px;
}

body .catalog-filter-price .bx-ui-slider-handle.right {
    margin-right: -9px;
}

body .catalog-filter-categories__link,
body .catalog-filter-categories__link.is-active,
body .bx-filter .bx-filter-input-checkbox .bx-filter-param-text,
body .bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text,
body .bx-filter .bx-filter-input-checkbox input[type=radio]:checked + .bx-filter-param-text {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400 !important;
}

body .catalog-filter-categories__box,
body .bx-filter .bx-filter-input-checkbox .bx-filter-param-text::before {
    border: 0 !important;
    background: var(--ofplus-field-bg) !important;
    box-shadow: none !important;
}

body .catalog-filter-categories__link.is-active .catalog-filter-categories__box,
body .bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text::before,
body .bx-filter .bx-filter-input-checkbox input[type=radio]:checked + .bx-filter-param-text::before {
    background: var(--bs-primary) !important;
    box-shadow: none !important;
}

body .bx-filter .bx-filter-parameters-box {
    margin-bottom: 24px;
}

body .bx-filter .bx-filter-parameters-box:not(.bx-active) {
    margin-bottom: 8px;
}

body .bx-filter-button-box .ofplus-filter-reset,
body .bx-filter .btn-link {
    background-color: var(--ofplus-muted-bg) !important;
    color: rgba(var(--bs-primary-rgb), .7) !important;
    box-shadow: none !important;
}

body .bx-filter-button-box .ofplus-filter-reset:hover,
body .bx-filter .btn-link:hover {
    background-color: #e9e9e9 !important;
}

body .catalog-wrap--with-sidebar .catalog-pagination {
    grid-column: 1 / 2;
    justify-content: flex-start;
    margin-top: 0;
}

body .ofplus-pagination,
body .ofplus-pagination__pages {
    justify-content: flex-start;
}

body .ofplus-pagination__link,
body .ofplus-pagination__gap {
    width: 38px;
    min-width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

body .ofplus-pagination__link--side {
    font-size: 24px;
    font-weight: 300;
}

body footer .footer-logo img {
    width: auto !important;
    height: var(--ofplus-header-control-height) !important;
}
/* OFPLUS_CATALOG_FINAL_TUNING_END */
/* OFPLUS_RANGE_PAGER_FILTER_FIX_START */
body .catalog-filter-price .bx-ui-slider-track-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: visible;
}

body .catalog-filter-price .bx-ui-slider-track {
    overflow: visible;
    width: 100%;
    background: rgba(var(--bs-primary-rgb), .16) !important;
}

body .catalog-filter-price .bx-ui-slider-pricebar-vd,
body .catalog-filter-price .bx-ui-slider-pricebar-vn {
    background: rgba(var(--bs-primary-rgb), .16) !important;
}

body .catalog-filter-price .bx-ui-slider-pricebar-v {
    background: var(--ofplus-range-color) !important;
}

body .catalog-filter-price .bx-ui-slider-handle {
    background: #fff !important;
    box-shadow: none !important;
}

body .ofplus-pagination__link {
    position: relative;
    line-height: 1;
    user-select: none;
}

body .ofplus-pagination__link--side {
    font-size: 0;
}

body .ofplus-pagination__link--side.is-disabled {
    cursor: default;
    opacity: .45;
    pointer-events: none;
}

body .ofplus-pagination__chevron {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

body .ofplus-pagination__chevron--prev {
    transform: translateX(2px) rotate(-135deg);
}

body .ofplus-pagination__chevron--next {
    transform: translateX(-2px) rotate(45deg);
}

body .catalog-filter-categories__link,
body .catalog-filter-categories__link:hover,
body .catalog-filter-categories__link.is-active,
body .catalog-filter-categories__link.is-active:hover,
body .catalog-filter-categories__text,
body .catalog-filter-categories__link:hover .catalog-filter-categories__text,
body .catalog-filter-categories__link.is-active .catalog-filter-categories__text,
body .bx-filter .bx-filter-input-checkbox .bx-filter-param-text,
body .bx-filter .bx-filter-input-checkbox:hover .bx-filter-param-text,
body .bx-filter .bx-filter-param-label:hover .bx-filter-param-text,
body .bx-filter .bx-filter-input-checkbox input[type=checkbox]:checked + .bx-filter-param-text,
body .bx-filter .bx-filter-input-checkbox input[type=radio]:checked + .bx-filter-param-text {
    color: rgba(var(--bs-primary-rgb), .68) !important;
    font-size: 16px !important;
    line-height: 120%;
    font-weight: 400 !important;
}
/* OFPLUS_RANGE_PAGER_FILTER_FIX_END */
/* OFPLUS_RANGE_HANDLE_LAYER_FIX_START */
body .catalog-filter-price .bx-ui-slider-track-container {
    padding-right: 11px !important;
    padding-left: 11px !important;
    overflow: visible;
}

body .catalog-filter-price .bx-ui-slider-track {
    overflow: visible;
}

body .catalog-filter-price .bx-ui-slider-pricebar-vd,
body .catalog-filter-price .bx-ui-slider-pricebar-vn,
body .catalog-filter-price .bx-ui-slider-pricebar-v {
    z-index: 1 !important;
}

body .catalog-filter-price .bx-ui-slider-range {
    z-index: 2 !important;
}

body .catalog-filter-price .bx-ui-slider-handle {
    z-index: 10 !important;
    box-sizing: border-box;
    background: #fff !important;
    overflow: hidden;
}

body .catalog-filter-price .bx-ui-slider-handle::before {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: 2;
    display: block;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
}

body .catalog-filter-price .bx-ui-slider-handle.left {
    margin-left: -9px;
}

body .catalog-filter-price .bx-ui-slider-handle.right {
    margin-right: -9px;
}
/* OFPLUS_RANGE_HANDLE_LAYER_FIX_END */
/* OFPLUS_HEADER_LOTTIE_ICONS_START */
:root {
    --ofplus-field-bg: #f8f9fb;
}

body .top-search-form input,
body .catalog-sidebar-sort__select,
body .catalog-filter-price .bx-filter-input-container input,
body .bx-filter-button-box .ofplus-filter-reset,
body .bx-filter .btn-link {
    background-color: var(--ofplus-field-bg) !important;
}

body .btn-catalog,
body .btn-cart {
    font-weight: 500 !important;
}

body .btn-catalog {
    gap: 7px;
}

body .btn-catalog__text,
body .btn-cart__label span:not(.header-lottie-icon) {
    font-weight: 500;
}

body .header-lottie-icon {
    display: inline-flex;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

body .header-lottie-icon svg {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

body .btn-cart .header-lottie-icon {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
}

body .btn-cart .cart-icon,
body .btn-catalog .catalog-icon {
    display: none !important;
}
/* OFPLUS_HEADER_LOTTIE_ICONS_END */
/* OFPLUS_HEADER_DROPDOWN_POLISH_START */
body header,
body .header-wrap {
    overflow: visible;
}

body .header-catalog-menu {
    position: relative;
    width: 100%;
    min-width: 0;
}

body .header-catalog-menu .btn-catalog {
    width: 100%;
}

body .btn-catalog,
body .btn-cart,
body .top-search-form input {
    font-weight: 400 !important;
}

body .btn-catalog__text,
body .btn-cart__label span:not(.header-lottie-icon),
body .top-search-form input,
body .top-search-form input::placeholder {
    font-weight: 400 !important;
}

body .header-lottie-icon,
body .btn-cart .header-lottie-icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
}

body .btn-cart {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

body .btn-cart:hover {
    background: #2f2d2b !important;
    color: var(--bs-white) !important;
}

body .btn-cart__count {
    background: rgba(255, 255, 255, .14);
    font-weight: 500;
}

body .header-catalog-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 1200;
    width: max-content;
    min-width: 240px;
    max-width: min(320px, 90vw);
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 46px rgba(var(--bs-primary-rgb), .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body .header-catalog-menu:hover .header-catalog-dropdown,
body .header-catalog-menu:focus-within .header-catalog-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

body .header-catalog-dropdown__link {
    display: block;
    padding: 10px 12px;
    border-radius: 6px;
    color: rgba(var(--bs-primary-rgb), .76);
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
}

body .header-catalog-dropdown__link:hover {
    background: var(--ofplus-field-bg);
    color: var(--bs-primary);
}
/* OFPLUS_HEADER_DROPDOWN_POLISH_END */
/* OFPLUS_TOP_BAR_FIELD_BG_START */
body .top-menu {
    background: var(--ofplus-field-bg) !important;
    color: var(--bs-primary) !important;
}

body .top-menu a,
body .top-menu .nav-link,
body .top-menu .nav-text {
    color: rgba(var(--bs-primary-rgb), .78) !important;
}

body .top-menu a:hover,
body .top-menu .nav-link:hover {
    color: var(--bs-primary) !important;
}

/* OFPLUS_CATEGORY_ICONS_START */
body .btn-catalog__chevron {
    display: inline-block;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin-left: 1px;
    margin-top: -3px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform .16s ease, margin-top .16s ease;
}

body .header-catalog-menu:hover .btn-catalog__chevron,
body .header-catalog-menu:focus-within .btn-catalog__chevron {
    margin-top: 3px;
    transform: rotate(225deg);
}

body .ofplus-category-icon {
    display: inline-flex;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background-color: rgba(var(--bs-primary-rgb), .72);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: background-color .16s ease;
}

body .ofplus-category-icon--stoly {
    -webkit-mask-image: url('/upload/ofplus-category-icons/stoly.svg');
    mask-image: url('/upload/ofplus-category-icons/stoly.svg');
}

body .ofplus-category-icon--tumby {
    -webkit-mask-image: url('/upload/ofplus-category-icons/tumby.svg');
    mask-image: url('/upload/ofplus-category-icons/tumby.svg');
}

body .ofplus-category-icon--kresla {
    -webkit-mask-image: url('/upload/ofplus-category-icons/kresla.svg');
    mask-image: url('/upload/ofplus-category-icons/kresla.svg');
}

body .ofplus-category-icon--shkafy,
body .ofplus-category-icon--shkafy-lokery,
body .ofplus-category-icon--shkafy_lokery {
    -webkit-mask-image: url('/upload/ofplus-category-icons/shkafy-lokery.svg');
    mask-image: url('/upload/ofplus-category-icons/shkafy-lokery.svg');
}

body .ofplus-category-icon--soputstvuyushchie,
body .ofplus-category-icon--soputstvuyushchie-tovary,
body .ofplus-category-icon--soputstvuyushchie_tovary {
    -webkit-mask-image: url('/upload/ofplus-category-icons/soputstvuyushchie-tovary.svg');
    mask-image: url('/upload/ofplus-category-icons/soputstvuyushchie-tovary.svg');
}

body .header-catalog-dropdown__link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

body .header-catalog-dropdown__link:hover .ofplus-category-icon,
body .catalog-filter-categories__link:hover .ofplus-category-icon,
body .catalog-filter-categories__link.is-active .ofplus-category-icon {
    background-color: var(--bs-primary);
}

body .catalog-filter-categories__link {
    grid-template-columns: 24px 18px minmax(0, 1fr) !important;
    column-gap: 10px !important;
}

body .catalog-filter-categories__text {
    min-width: 0;
}
/* OFPLUS_CATEGORY_ICONS_END */

body .top-menu .tg-icon,
body .top-menu .wa-icon,
body .top-menu .phone-icon {
    background: var(--bs-primary) !important;
    opacity: .78;
}

body .top-menu .tg-icon {
    mask: url('/img/tg-ico.svg') center / contain no-repeat;
    -webkit-mask: url('/img/tg-ico.svg') center / contain no-repeat;
}

body .top-menu .wa-icon {
    mask: url('/img/wa-ico.svg') center / contain no-repeat;
    -webkit-mask: url('/img/wa-ico.svg') center / contain no-repeat;
}

body .top-menu .phone-icon {
    mask: url('/img/phone-ico.svg') center / contain no-repeat;
    -webkit-mask: url('/img/phone-ico.svg') center / contain no-repeat;
}

body .top-menu .nav-link:hover .icon {
    opacity: 1;
}
/* OFPLUS_TOP_BAR_FIELD_BG_END */

/* OFPLUS_DIMENSIONS_AND_HERO_VIDEO_START */
body .catalog-filter-dimensions__list {
    display: grid;
    gap: 22px;
}

body .catalog-filter-dimensions__item {
    display: grid;
    gap: 12px;
}

body .catalog-filter-dimensions__label {
    color: rgba(var(--bs-primary-rgb), .72);
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
}

body .catalog-filter-dimensions__inputs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
}

body .catalog-filter-dimensions__field {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 52px;
    margin: 0;
    padding: 0 38px 0 16px;
    border-radius: 8px;
    background: var(--ofplus-field-bg);
}

body .catalog-filter-dimensions__prefix,
body .catalog-filter-dimensions__unit {
    color: rgba(var(--bs-primary-rgb), .42);
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
    white-space: nowrap;
}

body .catalog-filter-dimensions__prefix {
    margin-right: 6px;
}

body .catalog-filter-dimensions__unit {
    position: absolute;
    right: 14px;
}

body .catalog-filter-dimensions__field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: rgba(var(--bs-primary-rgb), .7);
    font-size: 14px;
    line-height: 120%;
    font-weight: 400;
}

body .catalog-filter-dimensions__field input::placeholder {
    color: rgba(var(--bs-primary-rgb), .36);
    font-weight: 400;
}

body .catalog-filter-dimensions__range {
    position: relative;
    height: 28px;
    margin-top: 2px;
    overflow: visible;
}

body .catalog-filter-dimensions__track,
body .catalog-filter-dimensions__fill {
    position: absolute;
    top: 13px;
    height: 3px;
    border-radius: 999px;
    pointer-events: none;
}

body .catalog-filter-dimensions__track {
    left: 0;
    right: 0;
    background: rgba(var(--bs-primary-rgb), .18);
}

body .catalog-filter-dimensions__fill {
    left: 0;
    right: 0;
    background: var(--bs-primary);
}

body .catalog-filter-dimensions__range-input {
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

body .catalog-filter-dimensions__range-input::-webkit-slider-runnable-track {
    height: 3px;
    background: transparent;
}

body .catalog-filter-dimensions__range-input::-moz-range-track {
    height: 3px;
    background: transparent;
}

body .catalog-filter-dimensions__range-input::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    margin-top: -7px;
    border: 2px solid var(--bs-primary);
    border-radius: 50%;
    background: var(--bs-white);
    box-shadow: none;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
}

body .catalog-filter-dimensions__range-input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: 2px solid var(--bs-primary);
    border-radius: 50%;
    background: var(--bs-white);
    box-shadow: none;
    cursor: pointer;
    pointer-events: auto;
}

body .big-banner {
    position: relative;
    overflow: hidden;
}

body .big-banner--video {
    background: #363432 url('/upload/ofplus-hero/fon-poster.jpg') center / cover no-repeat !important;
}

body .big-banner__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.76);
    z-index: 0;
}

body .big-banner--video .big-banner-shadow {
    position: relative;
    z-index: 1;
    background: rgba(54, 52, 50, .34);
}

body .big-banner--video .path {
    display: none !important;
}
/* OFPLUS_DIMENSIONS_AND_HERO_VIDEO_END */

/* OFPLUS_CURRENT_REFINEMENTS_START */
body .big-banner--video {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

body .catalog-filter-dimensions__prefix,
body .catalog-filter-dimensions__unit,
body .catalog-filter-dimensions__field input,
body .catalog-filter-dimensions__field input::placeholder,
body .catalog-filter-price .bx-filter-input-container::before,
body .catalog-filter-price .bx-filter-input-container::after,
body .catalog-filter-price .bx-filter-input-container input::placeholder {
    color: var(--bs-primary) !important;
    opacity: 1 !important;
}

body .catalog-card .ofplus-card-badge,
body .photo-slider .ofplus-card-badge {
    background: rgba(var(--bs-primary-rgb), .2) !important;
    color: var(--bs-white) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

body .catalog-wrap--with-sidebar .catalog-card .to-cart,
body .catalog-block-more .catalog-card .to-cart {
    background: var(--ofplus-field-bg) !important;
    color: var(--bs-primary) !important;
    font-weight: 500;
}

body .catalog-wrap--with-sidebar .catalog-card .to-cart:hover,
body .catalog-block-more .catalog-card .to-cart:hover {
    background: #eef0f2 !important;
    color: var(--bs-primary) !important;
}

body .catalog-wrap--with-sidebar .catalog-card__basket,
body .catalog-block-more .catalog-card__basket {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

body .catalog-wrap--with-sidebar .catalog-card__basket:hover,
body .catalog-block-more .catalog-card__basket:hover {
    background: #2f2d2b !important;
    color: var(--bs-white) !important;
}

body .catalog-wrap--with-sidebar .catalog-card__basket .catalog-card__basket-lottie,
body .catalog-block-more .catalog-card__basket .catalog-card__basket-lottie {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent !important;
    -webkit-mask: none !important;
    mask: none !important;
}

body .catalog-card__basket-lottie svg {
    width: 100% !important;
    height: 100% !important;
    filter: brightness(0) invert(1);
}
/* OFPLUS_CURRENT_REFINEMENTS_END */

/* OFPLUS_HEADER_FILTER_SUBMIT_REFINEMENTS_START */
body,
body * {
    font-family: "Onest", "Geologica", sans-serif !important;
}

body .fa,
body [class^="fa-"],
body [class*=" fa-"] {
    font-family: FontAwesome !important;
}

body .header-wrap {
    --ofplus-header-control-height: 52px;
    grid-template-columns: calc((100% - 30px) / 4) minmax(130px, 170px) minmax(0, 1fr) calc((100% - 30px) / 4) !important;
}

body .fav-cart-btn {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

body .btn-consultation,
body .btn-favorite,
body .btn-cart.btn-cart--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: var(--ofplus-header-control-height);
    min-height: var(--ofplus-header-control-height);
    border: none;
    border-radius: 8px;
    background: var(--ofplus-field-bg) !important;
    color: var(--bs-primary) !important;
    box-shadow: none;
    font-size: 15px;
    line-height: 120%;
    font-weight: 400 !important;
    text-decoration: none;
}

body .btn-consultation {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 16px;
    white-space: nowrap;
}

body .btn-favorite,
body .btn-cart.btn-cart--icon {
    position: relative;
    flex: 0 0 var(--ofplus-header-control-height);
    width: var(--ofplus-header-control-height);
    min-width: var(--ofplus-header-control-height);
    margin: 0;
    padding: 0 !important;
}

body .btn-catalog,
body .top-search-form input {
    height: var(--ofplus-header-control-height) !important;
    min-height: var(--ofplus-header-control-height) !important;
}

body .btn-cart.btn-cart--icon:hover,
body .btn-favorite:hover,
body .btn-consultation:hover {
    background: #eef0f2 !important;
    color: var(--bs-primary) !important;
}

body .btn-favorite .header-lottie-icon,
body .btn-cart.btn-cart--icon .btn-cart__label {
    justify-content: center;
    gap: 0;
    width: 100%;
}

body .btn-favorite .header-lottie-icon,
body .btn-cart.btn-cart--icon .header-lottie-icon {
    flex: 0 0 19px !important;
    width: 19px !important;
    height: 19px !important;
}

body .btn-favorite .header-lottie-icon svg,
body .btn-cart.btn-cart--icon .header-lottie-icon svg {
    filter: brightness(0) saturate(100%) invert(20%) sepia(4%) saturate(796%) hue-rotate(334deg) brightness(91%) contrast(88%);
}

body .btn-cart.btn-cart--icon .btn-cart__count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
}

body .btn-cart.btn-cart--icon[data-cart-count="0"] .btn-cart__count {
    display: none;
}

body .catalog-filter-dimensions__field {
    min-height: 46px !important;
    height: 46px !important;
    border-radius: 10px;
    padding: 0 38px 0 16px;
}

body .catalog-filter-dimensions__prefix,
body .catalog-filter-dimensions__unit,
body .catalog-filter-dimensions__field input,
body .catalog-filter-dimensions__field input::placeholder {
    font-size: 15px !important;
    line-height: 120%;
    font-weight: 400 !important;
}

body .catalog-wrap--with-sidebar .catalog-card__basket,
body .catalog-block-more .catalog-card__basket {
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    line-height: 0 !important;
}

body .catalog-wrap--with-sidebar .catalog-card__basket .catalog-card__basket-lottie,
body .catalog-block-more .catalog-card__basket .catalog-card__basket-lottie {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
    transform: translateY(1px);
}
/* OFPLUS_HEADER_FILTER_SUBMIT_REFINEMENTS_END */

/* OFPLUS_HEADER_LAYOUT_REBUILD_START */
body header {
    height: 65px !important;
}

body .header-wrap {
    --ofplus-header-control-height: 44px;
    display: grid !important;
    grid-template-columns: calc((100% - 30px) / 4) calc(((100% - 30px) / 2) + 10px) calc((100% - 30px) / 4) !important;
    gap: 10px !important;
    align-items: center !important;
    height: 65px !important;
    min-height: 65px !important;
    overflow: visible !important;
}

body .logo {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    height: var(--ofplus-header-control-height);
    margin: 0 !important;
}

body .logo img {
    display: block;
    width: auto;
    max-width: 118px;
    max-height: var(--ofplus-header-control-height);
}

body .logo svg {
    display: block;
    width: auto;
    max-width: 118px;
    max-height: var(--ofplus-header-control-height);
    overflow: visible;
}

body .logo .logo-plus {
    fill: var(--bs-secondary);
    transform-box: fill-box;
    transform-origin: center;
}

body .logo:hover .logo-plus {
    animation: ofplusLogoPlusSpin .55s ease both;
}

@keyframes ofplusLogoPlusSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    body .logo:hover .logo-plus {
        animation: none;
    }
}

body .top-search-wrap {
    display: none !important;
}

body .header-catalog-area {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    width: 100%;
}

body .header-catalog-area .header-catalog-menu {
    flex: 0 0 146px;
    width: 146px;
}

body .header-catalog-menu .btn-catalog {
    width: 100% !important;
}

body .btn-catalog {
    height: var(--ofplus-header-control-height) !important;
    min-height: var(--ofplus-header-control-height) !important;
    padding: 0 12px !important;
    border-radius: 8px !important;
    background: var(--ofplus-field-bg) !important;
    color: var(--bs-primary) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

body .btn-catalog:hover {
    background: #eef0f2 !important;
    color: var(--bs-primary) !important;
}

body .btn-catalog__text {
    font-weight: 400 !important;
}

body .btn-catalog .header-lottie-icon,
body .btn-catalog .header-lottie-icon svg {
    flex: 0 0 15px !important;
    width: 15px !important;
    height: 15px !important;
}

body .btn-catalog .header-lottie-icon svg {
    filter: brightness(0) saturate(100%) invert(20%) sepia(4%) saturate(796%) hue-rotate(334deg) brightness(91%) contrast(88%);
}

body .header-category-links {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow: hidden;
}

body .header-category-link {
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    gap: 6px;
    min-width: 0;
    height: var(--ofplus-header-control-height);
    padding: 0 10px;
    border-radius: 8px;
    background: var(--ofplus-field-bg);
    color: rgba(var(--bs-primary-rgb), .78);
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
}

body .header-category-link:hover {
    background: #eef0f2;
    color: var(--bs-primary);
}

body .header-category-link .ofplus-category-icon {
    flex-basis: 15px;
    width: 15px;
    height: 15px;
    background-color: currentColor;
}

body .fav-cart-btn {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    min-width: 0;
    width: 100%;
}

body .btn-consultation,
body .btn-search-toggle,
body .btn-favorite,
body .btn-cart.btn-cart--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: var(--ofplus-header-control-height) !important;
    min-height: var(--ofplus-header-control-height) !important;
    border: none !important;
    border-radius: 8px !important;
    background: var(--ofplus-field-bg) !important;
    color: var(--bs-primary) !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

body .btn-consultation {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 160px;
    padding: 0 14px !important;
    overflow: hidden;
    white-space: nowrap;
    transition: flex-basis .26s ease, max-width .26s ease, padding .26s ease, opacity .18s ease, transform .26s ease;
}

body .btn-search-toggle,
body .btn-favorite,
body .btn-cart.btn-cart--icon {
    position: relative;
    flex: 0 0 var(--ofplus-header-control-height) !important;
    width: var(--ofplus-header-control-height) !important;
    min-width: var(--ofplus-header-control-height) !important;
    padding: 0 !important;
    cursor: pointer;
}

body .btn-search-toggle:hover,
body .btn-favorite:hover,
body .btn-cart.btn-cart--icon:hover,
body .btn-consultation:hover {
    background: #eef0f2 !important;
    color: var(--bs-primary) !important;
}

body .btn-search-toggle .header-lottie-icon,
body .btn-favorite .header-lottie-icon,
body .btn-cart.btn-cart--icon .header-lottie-icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
}

body .btn-search-toggle .header-lottie-icon svg,
body .btn-favorite .header-lottie-icon svg,
body .btn-cart.btn-cart--icon .header-lottie-icon svg {
    width: 100% !important;
    height: 100% !important;
    filter: brightness(0) saturate(100%) invert(20%) sepia(4%) saturate(796%) hue-rotate(334deg) brightness(91%) contrast(88%);
}

body .btn-cart.btn-cart--icon .btn-cart__label {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

body .btn-cart.btn-cart--icon .btn-cart__count {
    top: -6px !important;
    right: -6px !important;
    min-width: 19px !important;
    height: 19px !important;
    padding: 0 5px !important;
    border-radius: 999px !important;
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-size: 11px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
}

body .header-action-search-form {
    flex: 0 1 0;
    width: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateX(12px);
    pointer-events: none;
    transition: flex-basis .28s ease, width .28s ease, opacity .18s ease, transform .28s ease;
}

body .header-action-search-form input {
    width: 100%;
    height: var(--ofplus-header-control-height) !important;
    min-height: var(--ofplus-header-control-height) !important;
    border: none !important;
    border-radius: 8px !important;
    background: var(--ofplus-field-bg) !important;
    color: var(--bs-primary) !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    padding: 0 14px !important;
}

body .header-action-search-form input::placeholder {
    color: rgba(var(--bs-primary-rgb), .62) !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

body .fav-cart-btn.is-search-open .btn-consultation {
    flex: 0 1 0;
    max-width: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    opacity: 0;
    transform: translateX(-10px);
    pointer-events: none;
}

body .fav-cart-btn.is-search-open .header-action-search-form {
    flex: 1 1 auto;
    width: auto;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

@media (max-width: 1199px) {
    body .header-category-link {
        font-size: 0;
        flex-basis: var(--ofplus-header-control-height);
        justify-content: center;
        padding: 0;
    }

    body .header-category-link .ofplus-category-icon {
        width: 17px;
        height: 17px;
        flex-basis: 17px;
    }
}

@media (max-width: 991px) {
    body .header-wrap {
        grid-template-columns: auto 1fr auto !important;
    }

    body .header-category-links,
    body .btn-consultation {
        display: none !important;
    }

    body .header-catalog-area .header-catalog-menu {
        flex-basis: 132px;
        width: 132px;
    }
}
/* OFPLUS_HEADER_LAYOUT_REBUILD_END */

/* OFPLUS_HEADER_SEARCH_REFINEMENT_START */
body .header-category-link {
    background: transparent !important;
}

body .header-category-link:hover {
    background: var(--ofplus-field-bg) !important;
}

body .btn-consultation {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

body .btn-consultation:hover {
    background: rgba(var(--bs-secondary-rgb), .9) !important;
    color: var(--bs-white) !important;
}

body .header-action-search-form {
    display: none !important;
}

body .header-action-search {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    flex: 0 0 var(--ofplus-header-control-height);
    width: var(--ofplus-header-control-height);
    min-width: var(--ofplus-header-control-height);
    height: var(--ofplus-header-control-height);
    overflow: hidden;
    border-radius: 8px;
    background: var(--ofplus-field-bg);
    transition: flex-basis .28s ease, width .28s ease, min-width .28s ease, background-color .16s ease;
}

body .header-action-search:hover {
    background: #eef0f2;
}

body .header-action-search .btn-search-toggle {
    flex: 0 0 var(--ofplus-header-control-height) !important;
    width: var(--ofplus-header-control-height) !important;
    min-width: var(--ofplus-header-control-height) !important;
    height: var(--ofplus-header-control-height) !important;
    min-height: var(--ofplus-header-control-height) !important;
    background: transparent !important;
    border-radius: 8px 0 0 8px !important;
}

body .header-action-search .btn-search-toggle:hover {
    background: transparent !important;
}

body .header-action-search input {
    flex: 1 1 auto;
    width: 0;
    min-width: 0;
    height: var(--ofplus-header-control-height) !important;
    min-height: var(--ofplus-header-control-height) !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 8px 8px 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--bs-primary) !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity .16s ease, padding .28s ease;
}

body .header-action-search input::placeholder {
    color: rgba(var(--bs-primary-rgb), .62) !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}

body .fav-cart-btn.is-search-open .btn-consultation {
    flex: 0 0 0;
    max-width: 0;
    min-width: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    opacity: 0;
    transform: none;
    pointer-events: none;
}

body .fav-cart-btn.is-search-open .header-action-search {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
}

body .fav-cart-btn.is-search-open .header-action-search input {
    width: auto;
    padding: 0 12px 0 0 !important;
    opacity: 1;
    pointer-events: auto;
}
/* OFPLUS_HEADER_SEARCH_REFINEMENT_END */

/* OFPLUS_HEADER_SEARCH_GRID_ANIMATION_START */
body .fav-cart-btn {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) var(--ofplus-header-control-height) var(--ofplus-header-control-height) var(--ofplus-header-control-height);
    column-gap: 8px !important;
    align-items: center !important;
    transition: grid-template-columns .32s ease;
}

body .fav-cart-btn.is-search-open {
    grid-template-columns: minmax(0, 0fr) minmax(0, 1fr) var(--ofplus-header-control-height) var(--ofplus-header-control-height);
}

body .fav-cart-btn > * {
    min-width: 0;
}

body .btn-consultation {
    width: 100%;
    max-width: none;
    gap: 7px;
    justify-content: center;
    padding: 0 12px !important;
    transition: opacity .18s ease, padding .32s ease;
}

body .btn-consultation .header-lottie-icon {
    display: inline-flex !important;
    flex: 0 0 16px !important;
    width: 16px !important;
    height: 16px !important;
}

body .btn-consultation .header-lottie-icon svg {
    width: 100% !important;
    height: 100% !important;
    filter: brightness(0) invert(1);
}

body .btn-consultation__text {
    display: inline-block;
    min-width: max-content;
    font-weight: 400 !important;
    line-height: 1;
}

body .fav-cart-btn.is-search-open .btn-consultation {
    opacity: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body .header-action-search {
    width: 100%;
    min-width: 0;
    transition: background-color .16s ease;
}

body .header-action-search input {
    transition: opacity .18s ease, padding .18s ease;
}

body .header-action-search__close {
    position: relative;
    display: inline-flex;
    flex: 0 0 0;
    width: 0;
    height: var(--ofplus-header-control-height);
    min-width: 0;
    padding: 0;
    border: none;
    background: transparent;
    opacity: 0;
    overflow: hidden;
    cursor: pointer;
    transition: flex-basis .24s ease, width .24s ease, opacity .18s ease;
}

body .header-action-search__close::before,
body .header-action-search__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 99px;
    background: rgba(var(--bs-primary-rgb), .72);
}

body .header-action-search__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

body .header-action-search__close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body .fav-cart-btn.is-search-open .header-action-search__close {
    flex-basis: 34px;
    width: 34px;
    opacity: 1;
}

body .fav-cart-btn.is-search-open .header-action-search input {
    padding-right: 0 !important;
}
/* OFPLUS_HEADER_SEARCH_GRID_ANIMATION_END */

/* OFPLUS_HEADER_FLUID_SEARCH_REWORK_START */
body .fav-cart-btn,
body .fav-cart-btn.is-search-open {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) var(--ofplus-header-control-height) var(--ofplus-header-control-height) !important;
    column-gap: 8px !important;
    align-items: center !important;
    transition: none !important;
}

body .header-actions-fluid {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    width: 100%;
}

body .header-actions-fluid .btn-consultation {
    flex: 0 1 calc(100% - var(--ofplus-header-control-height) - 8px);
    width: calc(100% - var(--ofplus-header-control-height) - 8px);
    min-width: 0;
    max-width: none;
    overflow: hidden;
    opacity: 1;
    transform: none;
    transition: flex-basis .32s ease, width .32s ease, padding .32s ease, opacity .12s ease, background-color .16s ease;
}

body .header-actions-fluid .btn-consultation .header-lottie-icon,
body .header-actions-fluid .btn-consultation__text {
    flex-shrink: 0;
}

body .header-actions-fluid .header-action-search {
    flex: 0 0 var(--ofplus-header-control-height);
    width: var(--ofplus-header-control-height);
    min-width: var(--ofplus-header-control-height);
    max-width: none;
    transition: flex-basis .32s ease, width .32s ease, min-width .32s ease, background-color .16s ease;
}

body .fav-cart-btn.is-search-open .header-actions-fluid .btn-consultation {
    flex: 0 1 0px;
    width: 0px;
    min-width: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    opacity: 0;
    pointer-events: none;
}

body .fav-cart-btn.is-search-open .header-actions-fluid .header-action-search {
    flex: 0 0 calc(100% - 8px);
    width: calc(100% - 8px);
    min-width: 0;
}
/* OFPLUS_HEADER_FLUID_SEARCH_REWORK_END */

/* OFPLUS_HEADER_SEARCH_REVEAL_DIRECTION_START */
body .header-actions-fluid .header-action-search {
    position: relative;
    justify-content: flex-end;
}

body .header-action-search .btn-search-toggle {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 2;
    border-radius: 8px !important;
    transition: opacity .14s ease, background-color .16s ease;
}

body .header-action-search input {
    position: absolute;
    inset: 0 var(--ofplus-header-control-height) 0 0;
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
    opacity: 0;
    transition: opacity .14s ease, padding .2s ease;
}

body .header-action-search__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    flex: 0 0 var(--ofplus-header-control-height) !important;
    width: var(--ofplus-header-control-height) !important;
    height: var(--ofplus-header-control-height) !important;
    opacity: 0;
    pointer-events: none;
}

body .fav-cart-btn.is-search-open .header-action-search .btn-search-toggle {
    opacity: 0;
    pointer-events: none;
}

body .fav-cart-btn.is-search-open .header-action-search input {
    padding: 0 8px 0 14px !important;
    opacity: 1;
}

body .fav-cart-btn.is-search-open .header-action-search__close {
    opacity: 1;
    pointer-events: auto;
}
/* OFPLUS_HEADER_SEARCH_REVEAL_DIRECTION_END */

/* OFPLUS_HEADER_SEARCH_FINAL_FIX_START */
body header {
    overflow: visible !important;
}

body header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-1 * var(--ofplus-top-menu-height));
    height: var(--ofplus-top-menu-height);
    background: rgba(248, 249, 251, .96);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    pointer-events: none;
}

body header > .container {
    position: relative;
    z-index: 1;
}

body .logo img,
body .logo svg {
    width: auto !important;
    height: var(--ofplus-header-control-height) !important;
    max-width: none !important;
    max-height: none !important;
}

body .header-actions-fluid {
    justify-content: flex-end;
}

body .header-actions-fluid .btn-consultation {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    transition: flex-basis .32s ease, width .32s ease, padding .32s ease, opacity .16s ease, background-color .16s ease;
}

body .header-actions-fluid .header-action-search {
    position: relative;
    display: grid !important;
    grid-template-columns: var(--ofplus-header-control-height) minmax(0, 1fr) 0px;
    align-items: center;
    justify-items: stretch;
    flex: 0 0 var(--ofplus-header-control-height);
    width: var(--ofplus-header-control-height);
    min-width: var(--ofplus-header-control-height);
    height: var(--ofplus-header-control-height);
    overflow: hidden;
    border-radius: 8px;
    background: var(--ofplus-field-bg);
    transition: flex-basis .32s ease, width .32s ease, min-width .32s ease, background-color .16s ease;
}

body .header-action-search .btn-search-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    opacity: 1 !important;
    pointer-events: auto !important;
    border-radius: 8px !important;
    background: transparent !important;
}

body .header-action-search input {
    position: relative !important;
    inset: auto !important;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    width: 100% !important;
    height: var(--ofplus-header-control-height) !important;
    min-height: var(--ofplus-header-control-height) !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 0;
    pointer-events: none;
    font-weight: 400 !important;
    transition: opacity .14s ease, padding .2s ease;
}

body .header-action-search__close {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 2;
    grid-column: 3;
    grid-row: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 0 !important;
    min-width: 0 !important;
    height: var(--ofplus-header-control-height) !important;
    padding: 0 !important;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: width .2s ease, opacity .16s ease;
}

body .fav-cart-btn.is-search-open .header-actions-fluid .btn-consultation {
    flex: 0 1 0px;
    width: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
    opacity: 0;
    pointer-events: none;
}

body .fav-cart-btn.is-search-open .header-actions-fluid .header-action-search {
    grid-template-columns: var(--ofplus-header-control-height) minmax(0, 1fr) 34px;
    flex: 0 0 calc(100% - 8px);
    width: calc(100% - 8px);
    min-width: 0;
}

body .fav-cart-btn.is-search-open .header-action-search input {
    padding: 0 4px 0 0 !important;
    opacity: 1;
    pointer-events: auto;
}

body .fav-cart-btn.is-search-open .header-action-search__close {
    width: 34px !important;
    opacity: 1;
    pointer-events: auto;
}
/* OFPLUS_HEADER_SEARCH_FINAL_FIX_END */

/* OFPLUS_HEADER_SEARCH_FAVOURITE_POLISH_START */
body .header-actions-fluid .btn-consultation {
    white-space: nowrap;
    clip-path: inset(0 0 0 0);
    transform-origin: left center;
    transition:
        flex-basis .34s cubic-bezier(.4, 0, .2, 1),
        width .34s cubic-bezier(.4, 0, .2, 1),
        padding .34s cubic-bezier(.4, 0, .2, 1),
        clip-path .34s cubic-bezier(.4, 0, .2, 1),
        background-color .16s ease !important;
}

body .fav-cart-btn.is-search-open .header-actions-fluid .btn-consultation {
    opacity: 1 !important;
    clip-path: inset(0 100% 0 0);
}

body .header-actions-fluid .btn-consultation .header-lottie-icon,
body .header-actions-fluid .btn-consultation__text {
    transition: opacity .18s ease;
}

body .fav-cart-btn.is-search-open .header-actions-fluid .btn-consultation .header-lottie-icon,
body .fav-cart-btn.is-search-open .header-actions-fluid .btn-consultation__text {
    opacity: 0;
}

body .header-actions-fluid .header-action-search {
    transition:
        flex-basis .34s cubic-bezier(.4, 0, .2, 1),
        width .34s cubic-bezier(.4, 0, .2, 1),
        min-width .34s cubic-bezier(.4, 0, .2, 1),
        grid-template-columns .34s cubic-bezier(.4, 0, .2, 1),
        background-color .16s ease !important;
}

body .header-action-search__close {
    transform: scale(.86);
    transition:
        width .28s cubic-bezier(.4, 0, .2, 1),
        opacity .18s ease,
        transform .18s ease !important;
}

body .fav-cart-btn.is-search-open .header-action-search__close {
    transform: scale(1);
    transition-delay: 0s, .1s, .1s !important;
}

body .catalog-card {
    position: relative;
}

body .catalog-card__favorite {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: rgba(248, 249, 251, .78);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: none;
    cursor: pointer;
    transition: background-color .16s ease, transform .16s ease;
}

body .catalog-card__favorite:hover {
    background: rgba(248, 249, 251, .94);
}

body .catalog-card__favorite:active {
    transform: scale(.96);
}

body .catalog-card__favorite-icon {
    display: block;
    width: 22px;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(1%) saturate(1158%) hue-rotate(338deg) brightness(95%) contrast(88%);
    transition: filter .16s ease;
}

body .catalog-card__favorite-icon svg {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

body .catalog-card__favorite.active .catalog-card__favorite-icon {
    filter: brightness(0) saturate(100%) invert(30%) sepia(88%) saturate(1665%) hue-rotate(337deg) brightness(94%) contrast(89%);
}
/* OFPLUS_HEADER_SEARCH_FAVOURITE_POLISH_END */

/* OFPLUS_FAVORITES_PAGE_AND_BADGES_START */
body .btn-favorite {
    position: relative;
}

body .btn-favorite .header-lottie-icon {
    background: transparent !important;
}

body .btn-favorite__count {
    position: absolute;
    top: -6px;
    right: -6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
}

body .btn-favorite[data-favorites-count="0"] .btn-favorite__count {
    display: none;
}

body .catalog-card__favorite {
    background: #fff !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

body .catalog-card__favorite:hover {
    background: #fff !important;
}

body .catalog-card.is-removing {
    opacity: 0;
    transform: scale(.98);
    transition: opacity .18s ease, transform .18s ease;
}

body .favorites-page {
    padding-bottom: 72px;
}

body .favorites-page h1 {
    margin: 42px 0 34px;
    color: var(--bs-primary);
    font-size: 42px;
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: 0;
}

body .favorites-page__empty {
    max-width: 520px;
    padding: 32px;
    border-radius: 8px;
    background: var(--ofplus-field-bg);
}

body .favorites-page__empty h2 {
    margin: 0 0 10px;
    color: var(--bs-primary);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

body .favorites-page__empty p {
    margin: 0 0 22px;
    color: rgba(var(--bs-primary-rgb), .72);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}

body .catalog-wrap--favorites .catalog-block {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 64px 10px;
    width: 100%;
    margin: 0;
    --bs-gutter-x: 0;
}

body .catalog-wrap--favorites [data-entity="item"] {
    display: flex;
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin: 0;
    padding: 0;
}

body .catalog-wrap--favorites .catalog-pagination,
body .catalog-wrap--favorites .catalogDisc {
    grid-column: 1 / -1;
}

body .catalog-wrap--favorites .catalog-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--bs-primary);
    text-decoration: none;
    transform: none;
}

body .catalog-wrap--favorites .catalog-card__main {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

body .catalog-wrap--favorites .catalog-card .pic {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 450 / 384;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--ofplus-field-bg);
    line-height: 0;
}

body .catalog-wrap--favorites .catalog-card .pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    transition: none !important;
    transform: none !important;
}

body .catalog-wrap--favorites .catalog-card .name {
    order: 1;
    min-height: 76px;
    margin: 0 0 12px;
    color: var(--bs-primary);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
}

body .catalog-wrap--favorites .catalog-card .artikul {
    order: 2;
    min-height: 24px;
    margin: 0 0 10px;
    color: rgba(var(--bs-primary-rgb), .46);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 500;
}

body .catalog-wrap--favorites .catalog-card .price {
    order: 3;
    min-height: 38px;
    margin: 0 0 22px;
}

body .catalog-wrap--favorites .catalog-card .price .current-price {
    color: var(--bs-primary);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

body .catalog-wrap--favorites .catalog-card__actions {
    margin-top: auto;
}

body .catalog-wrap--favorites .catalog-card-gallery__track {
    display: flex;
    justify-content: center;
    min-height: 18px;
    margin: 8px 0 14px;
}

@media only screen and (max-width: 1023px) {
    body .catalog-wrap--favorites .catalog-block {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 640px) {
    body .catalog-wrap--favorites .catalog-block {
        grid-template-columns: 1fr;
    }
}
/* OFPLUS_FAVORITES_PAGE_AND_BADGES_END */

/* OFPLUS_MOBILE_BOTTOM_NAV_START */
.ofplus-mobile-bottom-bar,
.ofplus-mobile-drawer {
    display: none;
}

@media only screen and (max-width: 767px) {
    body {
        --ofplus-mobile-side-padding: 15px;
        --ofplus-mobile-header-height: 0px;
        --ofplus-mobile-bar-padding: 5px;
        --ofplus-mobile-bottom-height: clamp(52px, 15vw, 64px);
        --ofplus-mobile-bottom-gap: clamp(6px, 1.9vw, 8px);
        --ofplus-mobile-inner-gap: clamp(5px, 1.6vw, 6px);
        --ofplus-mobile-logo-bar-width: clamp(82px, 22.5vw, 96px);
        --ofplus-mobile-nav-icon-size: clamp(21px, 5.6vw, 24px);
        --ofplus-mobile-catalog-icon-size: clamp(24px, 6.4vw, 28px);
        padding-top: 0 !important;
        padding-bottom: calc(var(--ofplus-mobile-bottom-height) + 20px + env(safe-area-inset-bottom)) !important;
    }

    body.ofplus-header-compact {
        padding-top: 0 !important;
    }

    body.ofplus-mobile-drawer-open {
        overflow: hidden;
    }

    body .container,
    body .container-sm,
    body .container-md,
    body .container-lg,
    body .container-xl,
    body .container-xxl {
        width: 100% !important;
        max-width: none !important;
        padding-left: var(--ofplus-mobile-side-padding) !important;
        padding-right: var(--ofplus-mobile-side-padding) !important;
    }

    body .big-banner .banner-text {
        left: var(--ofplus-mobile-side-padding) !important;
        right: var(--ofplus-mobile-side-padding) !important;
        width: auto !important;
        max-width: none !important;
    }

    body .big-banner h1,
    body .big-banner p {
        width: 100% !important;
        max-width: 100% !important;
        overflow-wrap: break-word;
    }

    body .advantages-head {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 16px !important;
        align-items: start !important;
    }

    body .advantages-head .btn,
    body .advantages-head button {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    body .top-menu {
        display: none !important;
    }

    body header {
        display: none !important;
        top: 0 !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    body.ofplus-header-compact header {
        top: 0 !important;
    }

    body header::before {
        display: none !important;
    }

    body header > .container {
        height: 100%;
    }

    body .header-wrap {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 48px !important;
        gap: 12px !important;
        align-items: center !important;
        height: var(--ofplus-mobile-header-height) !important;
        min-height: var(--ofplus-mobile-header-height) !important;
    }

    body .header-catalog-area,
    body .header-actions-fluid .header-action-search,
    body .fav-cart-btn > .btn-favorite,
    body .fav-cart-btn > .btn-cart,
    body .header-category-links {
        display: none !important;
    }

    body .logo,
    body .logo svg,
    body .logo img {
        height: 44px !important;
        max-height: 44px !important;
    }

    body .logo svg,
    body .logo img {
        width: auto !important;
        max-width: min(178px, calc(100vw - 96px)) !important;
    }

    body .fav-cart-btn,
    body .fav-cart-btn.is-search-open {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        width: auto !important;
        min-width: 0 !important;
        grid-template-columns: none !important;
        gap: 0 !important;
    }

    body .header-actions-fluid {
        display: flex !important;
        width: auto !important;
        min-width: 0 !important;
        justify-content: flex-end !important;
        gap: 0 !important;
    }

    body .fav-cart-btn .header-actions-fluid .btn-consultation,
    body .header-actions-fluid .btn-consultation {
        display: inline-flex !important;
        flex: 0 0 48px !important;
        width: 48px !important;
        min-width: 48px !important;
        height: 48px !important;
        min-height: 48px !important;
        max-width: 48px !important;
        padding: 0 !important;
        border-radius: 16px !important;
        background: var(--bs-secondary) !important;
        color: var(--bs-white) !important;
        opacity: 1 !important;
        clip-path: none !important;
        pointer-events: auto !important;
        transform: none !important;
        visibility: visible !important;
    }

    body .header-actions-fluid .btn-consultation__text {
        display: none !important;
    }

    body .header-actions-fluid .btn-consultation .header-lottie-icon {
        flex: 0 0 22px !important;
        width: 22px !important;
        height: 22px !important;
        opacity: 1 !important;
    }

    body .ofplus-mobile-bottom-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: calc(5px + env(safe-area-inset-bottom));
        z-index: 10030;
        display: flex;
        justify-content: center;
        padding: 0 var(--ofplus-mobile-side-padding);
        pointer-events: none;
    }

    body .ofplus-mobile-bottom-bar__shell {
        display: flex;
        align-items: center;
        justify-content: stretch;
        gap: var(--ofplus-mobile-bottom-gap);
        width: 100%;
        max-width: 100%;
        pointer-events: auto;
    }

    body .ofplus-mobile-bottom-logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 var(--ofplus-mobile-logo-bar-width);
        width: var(--ofplus-mobile-logo-bar-width);
        height: var(--ofplus-mobile-bottom-height);
        min-width: 0;
        padding: 0 7px;
        border-radius: 16px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 8px 22px rgba(var(--bs-primary-rgb), .10);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
        color: var(--bs-primary);
        text-decoration: none;
        overflow: hidden;
        pointer-events: auto;
        -webkit-tap-highlight-color: transparent;
    }

    body .ofplus-mobile-bottom-logo svg,
    body .ofplus-mobile-bottom-logo img {
        display: block;
        width: 100% !important;
        max-width: 80px !important;
        height: auto !important;
        max-height: 34px !important;
        flex: 0 1 auto;
    }

    body .ofplus-mobile-bottom-bar__inner {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: center;
        gap: var(--ofplus-mobile-inner-gap);
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        max-width: 100%;
        height: auto;
        padding: var(--ofplus-mobile-bar-padding);
        border: 0;
        border-radius: 16px;
        background: rgba(255, 255, 255, .94);
        box-shadow: 0 8px 22px rgba(var(--bs-primary-rgb), .10);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
        pointer-events: auto;
    }

    body .ofplus-mobile-nav-button {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 0;
        border: 0;
        border-radius: 14px;
        background: var(--ofplus-field-bg);
        color: var(--bs-primary);
        text-decoration: none;
        box-shadow: none;
        cursor: pointer;
        transition: background-color .16s ease, color .16s ease, transform .16s ease;
        -webkit-tap-highlight-color: transparent;
    }

    body .ofplus-mobile-nav-button:active,
    body .ofplus-mobile-nav-button.is-active {
        transform: translateY(1px) scale(.98);
    }

    body .ofplus-mobile-nav-button:hover,
    body .ofplus-mobile-nav-button.is-active {
        background: #eef0f2;
        color: var(--bs-primary);
    }

    body .ofplus-mobile-nav-button--catalog {
        width: 100%;
        height: auto;
        margin: 0;
        background: var(--bs-primary);
        color: var(--bs-white);
        box-shadow: none;
    }

    body .ofplus-mobile-nav-button--catalog:hover {
        background: #2f2d2b;
        color: var(--bs-white);
    }

    body .ofplus-mobile-nav-button--catalog .header-lottie-icon {
        flex-basis: var(--ofplus-mobile-catalog-icon-size) !important;
        width: var(--ofplus-mobile-catalog-icon-size) !important;
        height: var(--ofplus-mobile-catalog-icon-size) !important;
    }

    body .ofplus-mobile-nav-button .header-lottie-icon {
        flex: 0 0 var(--ofplus-mobile-nav-icon-size) !important;
        width: var(--ofplus-mobile-nav-icon-size) !important;
        height: var(--ofplus-mobile-nav-icon-size) !important;
    }

    body .ofplus-mobile-nav-button .header-lottie-icon svg {
        display: block;
        width: 100% !important;
        height: 100% !important;
        filter: brightness(0) saturate(100%) invert(20%) sepia(4%) saturate(796%) hue-rotate(334deg) brightness(91%) contrast(88%);
    }

    body .ofplus-mobile-nav-button--catalog .header-lottie-icon svg {
        filter: brightness(0) invert(1);
    }

    body .ofplus-mobile-nav-button.js-header-favorites.is-active .header-lottie-icon svg {
        filter: brightness(0) saturate(100%) invert(30%) sepia(88%) saturate(1665%) hue-rotate(337deg) brightness(94%) contrast(89%);
    }

    body .ofplus-mobile-menu-icon {
        position: relative;
        display: block;
        width: 24px;
        height: 18px;
    }

    body .ofplus-mobile-menu-icon span {
        position: absolute;
        left: 2px;
        width: 20px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transition: transform .22s ease, opacity .16s ease, top .22s ease;
    }

    body .ofplus-mobile-menu-icon span:nth-child(1) {
        top: 1px;
    }

    body .ofplus-mobile-menu-icon span:nth-child(2) {
        top: 8px;
    }

    body .ofplus-mobile-menu-icon span:nth-child(3) {
        top: 15px;
    }

    body.ofplus-mobile-menu-open .ofplus-mobile-menu-icon span:nth-child(1) {
        top: 8px;
        transform: rotate(45deg);
    }

    body.ofplus-mobile-menu-open .ofplus-mobile-menu-icon span:nth-child(2) {
        opacity: 0;
    }

    body.ofplus-mobile-menu-open .ofplus-mobile-menu-icon span:nth-child(3) {
        top: 8px;
        transform: rotate(-45deg);
    }

    body .ofplus-mobile-nav-button__count {
        position: absolute;
        top: -5px;
        right: -5px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 19px;
        height: 19px;
        padding: 0 5px;
        border-radius: 999px;
        background: var(--bs-primary);
        color: var(--bs-white);
        font-size: 11px;
        line-height: 19px;
        font-weight: 500;
    }

    body .ofplus-mobile-nav-button--catalog .ofplus-mobile-nav-button__count {
        background: var(--bs-white);
        color: var(--bs-primary);
    }

    body .js-header-cart[data-cart-count="0"] .ofplus-mobile-nav-button__count,
    body .js-header-favorites[data-favorites-count="0"] .ofplus-mobile-nav-button__count {
        display: none;
    }

    body .ofplus-mobile-drawer {
        position: fixed;
        inset: 0;
        z-index: 10025;
        display: block;
        visibility: hidden;
        pointer-events: none;
    }

    body .ofplus-mobile-drawer.is-open {
        visibility: visible;
        pointer-events: auto;
    }

    body .ofplus-mobile-drawer__overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .38);
        opacity: 0;
        transition: opacity .2s ease;
    }

    body .ofplus-mobile-drawer.is-open .ofplus-mobile-drawer__overlay {
        opacity: 1;
    }

    body .ofplus-mobile-drawer__panel {
        position: absolute;
        left: var(--ofplus-mobile-side-padding);
        right: var(--ofplus-mobile-side-padding);
        bottom: calc(var(--ofplus-mobile-bottom-height) + 28px + env(safe-area-inset-bottom));
        max-height: calc(100vh - var(--ofplus-mobile-header-height) - var(--ofplus-mobile-bottom-height) - 52px);
        padding: 22px;
        overflow-y: auto;
        border-radius: 8px;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 24px 60px rgba(var(--bs-primary-rgb), .2);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
        transform: translateY(18px);
        opacity: 0;
        transition: transform .24s ease, opacity .2s ease;
    }

    body .ofplus-mobile-drawer.is-open .ofplus-mobile-drawer__panel {
        transform: translateY(0);
        opacity: 1;
    }

    body .ofplus-mobile-drawer__close {
        position: absolute;
        top: 14px;
        right: 14px;
        width: 36px;
        height: 36px;
        padding: 0;
        border: 0;
        border-radius: 8px;
        background: var(--ofplus-field-bg);
    }

    body .ofplus-mobile-drawer__close::before,
    body .ofplus-mobile-drawer__close::after {
        content: "";
        position: absolute;
        top: 17px;
        left: 9px;
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: var(--bs-primary);
    }

    body .ofplus-mobile-drawer__close::before {
        transform: rotate(45deg);
    }

    body .ofplus-mobile-drawer__close::after {
        transform: rotate(-45deg);
    }

    body .ofplus-mobile-drawer__title {
        margin: 0 44px 20px 0;
        color: var(--bs-primary);
        font-size: 24px;
        line-height: 1.15;
        font-weight: 500;
    }

    body .ofplus-mobile-drawer__section + .ofplus-mobile-drawer__section {
        margin-top: 24px;
    }

    body .ofplus-mobile-drawer__subtitle {
        margin-bottom: 12px;
        color: rgba(var(--bs-primary-rgb), .56);
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
    }

    body .ofplus-mobile-drawer .nav {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    body .ofplus-mobile-drawer .nav-item {
        display: block;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    body .ofplus-mobile-drawer .nav-link,
    body .ofplus-mobile-catalog-link {
        display: flex !important;
        align-items: center;
        gap: 12px;
        width: 100%;
        min-height: 48px;
        padding: 0 14px !important;
        border-radius: 8px;
        background: var(--ofplus-field-bg);
        color: var(--bs-primary) !important;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
        text-decoration: none;
    }

    body .ofplus-mobile-drawer .nav-link.active,
    body .ofplus-mobile-drawer .nav-link:hover,
    body .ofplus-mobile-catalog-link:hover {
        background: #eef0f2;
        color: var(--bs-primary) !important;
    }

    body .ofplus-mobile-catalog-list {
        display: grid;
        gap: 8px;
    }

    body .ofplus-mobile-catalog-link .ofplus-category-icon {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
        background-color: currentColor;
    }

    body .ofplus-mobile-search-form {
        display: grid;
        gap: 10px;
    }

    body .ofplus-mobile-search-form input {
        width: 100%;
        height: 52px;
        padding: 0 14px;
        border: 0;
        border-radius: 8px;
        background: var(--ofplus-field-bg);
        color: var(--bs-primary);
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
        outline: none;
    }

    body .ofplus-mobile-search-form input::placeholder {
        color: rgba(var(--bs-primary-rgb), .52);
        opacity: 1;
    }

    body .ofplus-mobile-search-form button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        height: 52px;
        padding: 0 16px;
        border: 0;
        border-radius: 8px;
        background: var(--bs-primary);
        color: var(--bs-white);
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
    }

    body .ofplus-mobile-search-form button .header-lottie-icon {
        flex: 0 0 20px !important;
        width: 20px !important;
        height: 20px !important;
    }

    body .ofplus-mobile-search-form button .header-lottie-icon svg {
        filter: brightness(0) invert(1);
    }
}
/* OFPLUS_MOBILE_BOTTOM_NAV_END */

/* OFPLUS_SPLIT_FOOTER_START */
body footer {
    min-height: 0 !important;
    padding-top: 0 !important;
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

body footer > .container:first-child {
    padding-top: 64px;
    padding-bottom: 64px;
}

body footer .ofplus-footer-main {
    color: var(--bs-primary) !important;
}

body footer .footer-menu > [class*="col-"] > div:first-child,
body footer .footer-menu [style*="text-transform"] {
    color: var(--bs-primary) !important;
}

body footer .footer-menu a {
    color: rgba(var(--bs-primary-rgb), .64) !important;
}

body footer .footer-menu a:hover {
    color: var(--bs-primary) !important;
}

body footer .footer-menu > [class*="col-"]:last-child > div:not(:first-child),
body footer .footer-menu > [class*="col-"]:last-child > div:not(:first-child) * {
    color: rgba(var(--bs-primary-rgb), .72) !important;
}

body footer .footer-menu > [class*="col-"]:last-child a {
    color: rgba(var(--bs-primary-rgb), .82) !important;
}

body footer .footer-menu > [class*="col-"]:last-child a:hover {
    color: var(--bs-primary) !important;
}

body footer .footer-copyright {
    margin-top: 0 !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
    border-top: 0 !important;
    background: var(--ofplus-field-bg) !important;
    color: rgba(var(--bs-primary-rgb), .78) !important;
}

body footer .footer-copyright a,
body footer .footer-copyright span {
    color: rgba(var(--bs-primary-rgb), .78) !important;
}

body footer .footer-copyright a:hover {
    color: var(--bs-primary) !important;
}

@media only screen and (max-width: 1023px) {
    body footer > .container:first-child {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media only screen and (max-width: 575px) {
    body footer > .container:first-child {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    body footer .footer-copyright {
        padding-top: 28px !important;
        padding-bottom: 28px !important;
    }
}
/* OFPLUS_SPLIT_FOOTER_END */

/* OFPLUS_BRAND_AND_SCROLL_POLISH_START */
body .logo,
body .footer-logo {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: auto !important;
    max-width: 100% !important;
    color: var(--bs-primary) !important;
    text-decoration: none !important;
}

body .footer-logo {
    padding-bottom: 0 !important;
}

body .ofplus-logo-mark {
    display: block;
    flex: 0 0 96px;
    width: 96px;
    height: 31px;
    overflow: hidden;
    line-height: 0;
}

body .ofplus-logo-mark svg,
body .ofplus-logo-mark img {
    display: block !important;
    width: 96px !important;
    height: 41px !important;
    max-width: none !important;
    max-height: none !important;
    clip-path: inset(0 0 26% 0);
}

body .ofplus-logo-mark .logo-plus {
    fill: var(--bs-secondary);
}

body .ofplus-logo-caption {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 1px;
    color: var(--bs-primary);
    font-size: 12px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

body .footer-logo .ofplus-logo-mark {
    flex-basis: 104px;
    width: 104px;
    height: 34px;
}

body .footer-logo .ofplus-logo-mark svg,
body .footer-logo .ofplus-logo-mark img {
    width: 104px !important;
    height: 45px !important;
}

body .footer-logo .ofplus-logo-caption {
    font-size: 13px;
}

body .header-catalog-dropdown {
    background: #fff !important;
    box-shadow: 0 18px 46px rgba(var(--bs-primary-rgb), .16) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

@media only screen and (max-width: 767px) {
    html,
    body {
        overscroll-behavior-y: contain;
    }

    body .top-menu,
    body header {
        transition: none !important;
    }

    body .ofplus-mobile-bottom-bar {
        transform: translate3d(0, 0, 0);
        will-change: transform;
        contain: layout paint;
    }

    body .ofplus-mobile-bottom-logo {
        gap: 0 !important;
    }

    body .ofplus-mobile-bottom-logo .ofplus-logo-caption {
        display: none !important;
    }

    body .ofplus-mobile-bottom-logo .ofplus-logo-mark {
        flex-basis: 78px;
        width: 78px;
        height: 26px;
    }

    body .ofplus-mobile-bottom-logo .ofplus-logo-mark svg,
    body .ofplus-mobile-bottom-logo .ofplus-logo-mark img {
        width: 78px !important;
        height: 34px !important;
        max-width: none !important;
        max-height: none !important;
    }
}
/* OFPLUS_BRAND_AND_SCROLL_POLISH_END */

/* OFPLUS_HERO_PHI_PARALLAX_START */
body .big-banner--video {
    overflow: visible !important;
    isolation: isolate;
}

body .big-banner--video .big-banner-shadow {
    position: relative;
    z-index: 2;
}

body .ofplus-hero-phi {
    --ofplus-hero-letter-shift: 0px;
    --ofplus-hero-letter-top-offset: 600px;
    --ofplus-hero-grid-width: min(calc(100% - 60px), 1300px);
    position: absolute;
    right: calc((100% - var(--ofplus-hero-grid-width)) / 2);
    top: 100%;
    z-index: 1;
    display: block;
    width: calc(var(--ofplus-hero-grid-width) - (var(--ofplus-hero-grid-width) / 4));
    aspect-ratio: 26 / 23;
    pointer-events: none;
}

body .ofplus-hero-phi__defs {
    position: absolute;
    display: block;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

body .ofplus-hero-phi__slice {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body .ofplus-hero-phi__slice--top {
    top: calc(-1 * var(--ofplus-hero-letter-top-offset));
    clip-path: inset(0 0 calc(100% - var(--ofplus-hero-letter-top-offset)) 0);
    color: rgba(255, 255, 255, .20);
    filter: blur(5px);
}

body .ofplus-hero-phi__slice--bottom {
    top: 0;
    color: var(--ofplus-field-bg);
}

body .ofplus-hero-phi__svg {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    fill: currentColor;
    transform: translate3d(0, var(--ofplus-hero-letter-shift), 0);
    will-change: transform;
}

body .ofplus-hero-phi__svg use {
    fill: currentColor;
}

body .ofplus-hero-phi__slice--top .ofplus-hero-phi__svg {
    top: 0;
}

body .ofplus-hero-phi__slice--bottom .ofplus-hero-phi__svg {
    top: calc(-1 * var(--ofplus-hero-letter-top-offset));
}

body .big-banner--video + .advantages-block {
    position: relative;
    z-index: 3;
}

body .big-banner--video + .advantages-block .advantages-card {
    position: relative;
    background: var(--bs-white);
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    body .ofplus-hero-phi {
        --ofplus-hero-letter-top-offset: min(600px, 84%);
        --ofplus-hero-grid-width: min(calc(100% - 48px), 960px);
        right: calc((100% - var(--ofplus-hero-grid-width)) / 2);
        width: calc(var(--ofplus-hero-grid-width) - (var(--ofplus-hero-grid-width) / 4));
    }
}

@media only screen and (max-width: 767px) {
    body .ofplus-hero-phi {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body .ofplus-hero-phi__svg {
        transform: none;
    }
}
/* OFPLUS_HERO_PHI_PARALLAX_END */

/* OFPLUS_SCROLL_RESET_START */
html {
    scroll-behavior: auto !important;
}
/* OFPLUS_SCROLL_RESET_END */

/* OFPLUS_HOME_HERO_ADVANTAGES_RESTYLE_START */
body .big-banner--video .banner-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: min(840px, calc(100% - 24px));
}

body .big-banner--video .banner-text p {
    max-width: 760px;
}

body .ofplus-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

body .ofplus-hero-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    height: 54px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
    -webkit-tap-highlight-color: transparent;
}

body .ofplus-hero-action:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

body .ofplus-hero-action--catalog {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

body .ofplus-hero-action--catalog:hover {
    background: rgba(var(--bs-secondary-rgb), .9);
    color: var(--bs-white);
}

body .ofplus-hero-action--consult {
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

body .ofplus-hero-action--consult:hover {
    background: rgba(255, 255, 255, .28);
    color: var(--bs-white);
}

body .big-banner--video + .advantages-block .advantages-head {
    align-items: flex-start !important;
}

body .big-banner--video + .advantages-block .advantages-cards {
    gap: 10px;
}

body .big-banner--video + .advantages-block .advantages-card {
    border: 0 !important;
    border-radius: 8px;
    background: var(--ofplus-field-bg) !important;
    padding: 38px 30px;
}

body .big-banner--video + .advantages-block .advantages-card .advantages-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 8px;
    overflow: hidden;
}

body .big-banner--video + .advantages-block .advantages-card .advantages-icon img {
    display: block;
    width: 50px;
    height: 50px;
}

body .big-banner--video + .advantages-block .advantages-card:first-child {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

body .big-banner--video + .advantages-block .advantages-card:last-child {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

body .big-banner--video + .advantages-block .advantages-card:first-child .advantages-title,
body .big-banner--video + .advantages-block .advantages-card:first-child .advantages-text,
body .big-banner--video + .advantages-block .advantages-card:last-child .advantages-title,
body .big-banner--video + .advantages-block .advantages-card:last-child .advantages-text {
    color: var(--bs-white) !important;
}

body .big-banner--video + .advantages-block .advantages-card:first-child .advantages-icon,
body .big-banner--video + .advantages-block .advantages-card:last-child .advantages-icon {
    background: var(--bs-white);
}

@media only screen and (max-width: 767px) {
    body .big-banner--video .banner-text {
        left: var(--ofplus-mobile-side-padding, 15px) !important;
        right: var(--ofplus-mobile-side-padding, 15px) !important;
        width: auto !important;
        max-width: none;
        box-sizing: border-box;
        overflow: hidden;
    }

    body .big-banner--video .banner-text h1,
    body .big-banner--video .banner-text p {
        width: 100% !important;
        max-width: 100%;
    }

    body .ofplus-hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
        max-width: 100%;
        gap: 8px;
        margin-top: 22px;
    }

    body .ofplus-hero-action {
        box-sizing: border-box;
        min-width: 0;
        width: 100%;
        height: 48px;
        padding: 0 10px !important;
        font-size: 13px;
    }

    body .big-banner--video + .advantages-block .advantages-cards {
        gap: 10px;
    }

    body .big-banner--video + .advantages-block .advantages-card {
        padding: 26px 22px;
    }
}
/* OFPLUS_HOME_HERO_ADVANTAGES_RESTYLE_END */

/* OFPLUS_MANUFACTURE_IMAGE_GRID_START */
body .manufacture-block .manufacture-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding-top: 30px;
}

body .manufacture-block .manufacture-card {
    position: relative;
    display: block;
    height: clamp(260px, 22vw, 320px);
    overflow: hidden;
    border-radius: 8px !important;
    background: var(--ofplus-field-bg);
    color: var(--bs-white);
    text-decoration: none;
    isolation: isolate;
    transform: translateZ(0);
}

body .manufacture-block .manufacture-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(54, 52, 50, 0) 42%, rgba(54, 52, 50, .78) 100%);
    pointer-events: none;
}

body .manufacture-block .manufacture-card__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

body .manufacture-block .manufacture-card:hover .manufacture-card__image {
    transform: scale(1.06);
}

body .manufacture-block .manufacture-card__arrow {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    background-color: var(--bs-white);
    -webkit-mask: url("/img/arrow-next.svg") center / contain no-repeat;
    mask: url("/img/arrow-next.svg") center / contain no-repeat;
    transform: rotate(135deg);
    transform-origin: center;
    transition: transform .28s ease;
}

body .manufacture-block .manufacture-card:hover .manufacture-card__arrow {
    transform: rotate(157.5deg);
}

body .manufacture-block .manufacture-card .advantages-icon {
    display: none !important;
}

body .manufacture-block .manufacture-card .advantages-title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 22px;
    z-index: 2;
    margin: 0;
    color: var(--bs-white) !important;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: 0;
}

@media only screen and (max-width: 1023px) {
    body .manufacture-block .manufacture-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .manufacture-block .manufacture-card {
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media only screen and (max-width: 767px) {
    body .manufacture-block .manufacture-cards {
        gap: 10px;
    }

    body .manufacture-block .manufacture-card__arrow {
        top: 14px;
        left: 14px;
        width: 26px;
        height: 26px;
    }

    body .manufacture-block .manufacture-card .advantages-title {
        left: 14px;
        right: 14px;
        bottom: 16px;
        font-size: 15px;
    }
}
/* OFPLUS_MANUFACTURE_IMAGE_GRID_END */

/* OFPLUS_TITLE_COMPONENT_START */
:root {
    --ofplus-title-font-size: 48px;
    --ofplus-title-font-size-mobile: 36px;
    --ofplus-title-line-height: 1.2;
    --ofplus-title-font-weight: 500;
    --ofplus-title-color: var(--bs-primary);
    --ofplus-page-title-gap: 40px;
    --ofplus-catalog-title-gap: 28px;
}

body .ofplus-title,
body .ofplus-page-title,
body .ofplus-section-title {
    font-family: "Commissioner", sans-serif;
    font-size: var(--ofplus-title-font-size);
    line-height: var(--ofplus-title-line-height);
    font-weight: var(--ofplus-title-font-weight);
    letter-spacing: 0;
    color: var(--ofplus-title-color);
}

body .ofplus-page-title {
    margin: 0;
    padding: 0 0 var(--ofplus-page-title-gap);
}

body .catalog h1.ofplus-page-title,
body .static-page h1.ofplus-page-title,
body .solutions h1.ofplus-page-title {
    font-size: var(--ofplus-title-font-size);
    line-height: var(--ofplus-title-line-height);
    font-weight: var(--ofplus-title-font-weight);
    color: var(--ofplus-title-color);
}

body .ofplus-section-title {
    margin: 0;
    padding: 0;
}

body .catalog h1.ofplus-page-title {
    padding-bottom: var(--ofplus-catalog-title-gap);
}

body .static-page h1.ofplus-page-title {
    margin-bottom: 0;
}

body .static-page.solutions > .row > .col-12 > .ofplus-section-title {
    padding-bottom: var(--ofplus-page-title-gap);
}

body .five-steps-block .ofplus-section-title {
    margin-bottom: 30px;
    color: var(--bs-white);
}

@media only screen and (max-width: 767px) {
    :root {
        --ofplus-title-font-size: var(--ofplus-title-font-size-mobile);
        --ofplus-page-title-gap: 30px;
        --ofplus-catalog-title-gap: 24px;
    }
}
/* OFPLUS_TITLE_COMPONENT_END */

/* OFPLUS_FOOTER_SOLUTIONS_MARQUEE_START */
body .ofplus-footer-solutions {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

body .ofplus-footer-solutions .advantages-head {
    gap: 20px;
}

body .ofplus-footer-solutions .furniture-marquee {
    width: 100%;
    overflow: hidden;
}

body .ofplus-footer-solutions .furniture-cards {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    margin-top: 30px;
    animation: ofplusFooterSolutionsMarquee 48s linear infinite;
    will-change: transform;
}

body .ofplus-footer-solutions .furniture-cards__set {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    gap: 5px;
    padding-right: 5px;
}

body .ofplus-footer-solutions .furniture-card {
    display: block;
    flex: 0 0 auto;
    width: 230px !important;
    height: 280px;
    margin: 0 !important;
    border-radius: 10px;
    background-position: center !important;
    background-size: cover !important;
}

body .ofplus-footer-solutions .furniture-card-wide {
    width: 406px !important;
}

@keyframes ofplusFooterSolutionsMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    body .ofplus-footer-solutions .furniture-marquee {
        overflow-x: auto;
    }

    body .ofplus-footer-solutions .furniture-cards {
        animation: none;
    }
}

@media only screen and (max-width: 767px) {
    body .ofplus-footer-solutions {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    body .ofplus-footer-solutions .advantages-head {
        align-items: flex-start !important;
        flex-direction: column;
    }

    body .ofplus-footer-solutions .get-smeta-2 {
        width: auto;
    }
}
/* OFPLUS_FOOTER_SOLUTIONS_MARQUEE_END */

/* OFPLUS_ADVANTAGES_ACCENTS_START */
body .big-banner--video + .advantages-block .advantages-card:first-child,
body .big-banner--video + .advantages-block .advantages-card:last-child {
    background: var(--ofplus-field-bg) !important;
    color: var(--bs-primary) !important;
}

body .big-banner--video + .advantages-block .advantages-card:first-child .advantages-title,
body .big-banner--video + .advantages-block .advantages-card:first-child .advantages-text,
body .big-banner--video + .advantages-block .advantages-card:last-child .advantages-title,
body .big-banner--video + .advantages-block .advantages-card:last-child .advantages-text {
    color: inherit !important;
}

body .big-banner--video + .advantages-block .advantages-card--own-production {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(var(--bs-primary-rgb), .24), rgba(var(--bs-primary-rgb), .72)),
        url("/img/card-1.jpg") center / cover no-repeat !important;
    color: var(--bs-white) !important;
}

body .big-banner--video + .advantages-block .advantages-card--budget {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

body .big-banner--video + .advantages-block .advantages-card--manager {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

body .big-banner--video + .advantages-block .advantages-card--own-production .advantages-title,
body .big-banner--video + .advantages-block .advantages-card--own-production .advantages-text,
body .big-banner--video + .advantages-block .advantages-card--budget .advantages-title,
body .big-banner--video + .advantages-block .advantages-card--budget .advantages-text,
body .big-banner--video + .advantages-block .advantages-card--manager .advantages-title,
body .big-banner--video + .advantages-block .advantages-card--manager .advantages-text {
    color: var(--bs-white) !important;
}

body .big-banner--video + .advantages-block .advantages-card--own-production .advantages-icon,
body .big-banner--video + .advantages-block .advantages-card--budget .advantages-icon,
body .big-banner--video + .advantages-block .advantages-card--manager .advantages-icon {
    background: var(--bs-white);
}
/* OFPLUS_ADVANTAGES_ACCENTS_END */

/* OFPLUS_FOOTER_SOLUTIONS_REFINEMENT_START */
body .ofplus-footer-solutions {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-top: 70px;
    padding-bottom: 80px;
}

body .ofplus-footer-solutions .furniture-cards {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    body .ofplus-footer-solutions {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}
/* OFPLUS_FOOTER_SOLUTIONS_REFINEMENT_END */

/* OFPLUS_ADVANTAGES_ICON_REFRESH_START */
body .advantages-block .advantages-cards .advantages-card .advantages-icon--inline {
    color: var(--bs-white);
    background: var(--bs-secondary);
}

body .advantages-block .advantages-cards .advantages-card .advantages-icon--inline svg {
    display: block;
    width: 26px;
    height: 26px;
    fill: currentColor;
}

body .advantages-block .advantages-cards .advantages-card .advantages-icon--inline svg path {
    fill: currentColor;
}

body .advantages-block .advantages-cards .advantages-card.advantages-card--own-production {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(var(--bs-primary-rgb), .30), rgba(var(--bs-primary-rgb), .78)),
        url("/img/card-1.jpg") center / cover no-repeat !important;
    color: var(--bs-white) !important;
}

body .advantages-block .advantages-cards .advantages-card.advantages-card--budget {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

body .advantages-block .advantages-cards .advantages-card.advantages-card--manager {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

body .advantages-block .advantages-cards .advantages-card.advantages-card--own-production .advantages-title,
body .advantages-block .advantages-cards .advantages-card.advantages-card--own-production .advantages-text,
body .advantages-block .advantages-cards .advantages-card.advantages-card--budget .advantages-title,
body .advantages-block .advantages-cards .advantages-card.advantages-card--budget .advantages-text,
body .advantages-block .advantages-cards .advantages-card.advantages-card--manager .advantages-title,
body .advantages-block .advantages-cards .advantages-card.advantages-card--manager .advantages-text {
    color: var(--bs-white) !important;
}

body .advantages-block .advantages-cards .advantages-card.advantages-card--own-production .advantages-icon--inline,
body .advantages-block .advantages-cards .advantages-card.advantages-card--budget .advantages-icon--inline,
body .advantages-block .advantages-cards .advantages-card.advantages-card--manager .advantages-icon--inline {
    color: var(--bs-primary);
    background: var(--bs-white);
}
/* OFPLUS_ADVANTAGES_ICON_REFRESH_END */

/* OFPLUS_FOOTER_BOTTOM_WHITE_START */
body footer .footer-copyright {
    background: var(--bs-white) !important;
    border-top: 1px solid rgba(var(--bs-primary-rgb), .08) !important;
    color: var(--bs-primary) !important;
}

body footer .ofplus-footer-bottom > * {
    color: var(--bs-primary) !important;
    opacity: .3;
    transition: opacity .22s ease;
}

body footer .ofplus-footer-bottom > *:hover {
    opacity: .5;
}

body footer .footer-copyright a,
body footer .footer-copyright span {
    color: var(--bs-primary) !important;
}

body footer .footer-copyright a:hover {
    color: var(--bs-primary) !important;
}
/* OFPLUS_FOOTER_BOTTOM_WHITE_END */

/* OFPLUS_ADVANTAGES_AND_TITLES_TUNE_START */
:root {
    --ofplus-title-font-size: 42px;
    --ofplus-title-font-size-mobile: 30px;
    --ofplus-title-font-weight: 400;
    --ofplus-page-title-gap: 34px;
    --ofplus-catalog-title-gap: 24px;
}

body footer .footer-copyright {
    border-top: 0 !important;
}

body .advantages-block .advantages-cards .advantages-card .advantages-icon,
body .advantages-block .advantages-cards .advantages-card .advantages-icon--inline {
    margin-bottom: 36px !important;
}

body .advantages-block .advantages-cards .advantages-card .advantages-title {
    font-weight: 500 !important;
}

body .advantages-block .advantages-cards .advantages-card .advantages-text {
    color: rgba(var(--bs-primary-rgb), .56) !important;
}

body .advantages-block .advantages-cards .advantages-card.advantages-card--own-production .advantages-text,
body .advantages-block .advantages-cards .advantages-card.advantages-card--budget .advantages-text,
body .advantages-block .advantages-cards .advantages-card.advantages-card--manager .advantages-text {
    color: rgba(255, 255, 255, .72) !important;
}
/* OFPLUS_ADVANTAGES_AND_TITLES_TUNE_END */

/* OFPLUS_LEAD_FORM_GRID_REWORK_START */
:root {
    --ofplus-title-font-size: 36px;
    --ofplus-title-font-size-mobile: 28px;
    --ofplus-title-font-weight: 300;
    --ofplus-page-title-gap: 30px;
    --ofplus-catalog-title-gap: 22px;
}

body .lead-form-block-wrap {
    margin-top: 120px;
    margin-bottom: 120px;
}

body .lead-form-block-wrap > .container > .lead-form-block {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    align-items: start;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

body .lead-form-block-wrap .lead-form-copy,
body .lead-form-block-wrap .lead-form-panel {
    width: auto;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
    flex: none;
}

body .lead-form-block-wrap .lead-form-copy {
    grid-column: 1 / span 2;
}

body .lead-form-block-wrap .lead-form-panel {
    grid-column: 3 / span 2;
}

body .lead-form-block-wrap .lead-form-block .head {
    max-width: 680px;
    color: var(--bs-primary);
    font-size: 36px;
    line-height: 1.08;
    font-weight: 400;
}

body .lead-form-block-wrap .lead-form-block .text {
    width: auto;
    max-width: 520px;
    margin-top: 26px;
    color: rgba(var(--bs-primary-rgb), .62);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}

body .lead-form-block-wrap .lead-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
}

body .lead-form-block-wrap .lead-form-field,
body .lead-form-block-wrap .form-checkbox-wrap,
body .lead-form-block-wrap .lead-form-submit-wrap {
    display: block;
    margin: 0;
}

body .lead-form-block-wrap .lead-form-field--email,
body .lead-form-block-wrap .form-checkbox-wrap,
body .lead-form-block-wrap .lead-form-submit-wrap {
    grid-column: 1 / -1;
}

body .lead-form-block-wrap .lead-form-field > span:first-child {
    display: block;
    margin-bottom: 8px;
    color: rgba(var(--bs-primary-rgb), .62);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

body .lead-form-block-wrap .lead-form-block .form-control {
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #D1D1D1;
    border-radius: 12px;
    background: var(--bs-white);
    color: var(--bs-primary);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

body .lead-form-block-wrap .lead-form-block .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: none;
}

body .lead-form-block-wrap .lead-form-block .form-control::placeholder {
    color: rgba(var(--bs-primary-rgb), .58);
}

body .lead-form-block-wrap .lead-form-block .form-checkbox-wrap {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    align-items: start;
    color: rgba(var(--bs-primary-rgb), .72);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 300;
    cursor: pointer;
}

body .lead-form-block-wrap .lead-form-block .form-checkbox-wrap a {
    color: var(--bs-secondary);
    text-decoration: none;
}

body .lead-form-block-wrap .lead-form-block .form-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid var(--bs-primary);
    border-radius: 3px;
    background: var(--bs-white);
}

body .lead-form-block-wrap .lead-form-block .form-checkbox:checked {
    position: relative;
    background: var(--bs-primary);
}

body .lead-form-block-wrap .lead-form-block .form-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid var(--bs-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

body .lead-form-block-wrap .lead-form-block .form-submit {
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 12px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

body .lead-form-block-wrap .lead-form-block .form-submit:disabled {
    opacity: .45;
    cursor: not-allowed;
}

@media only screen and (max-width: 1023px) {
    body .lead-form-block-wrap .lead-form-block .head {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    body .lead-form-block-wrap {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    body .lead-form-block-wrap > .container > .lead-form-block,
    body .lead-form-block-wrap .lead-form {
        grid-template-columns: 1fr;
    }

    body .lead-form-block-wrap .lead-form-copy,
    body .lead-form-block-wrap .lead-form-panel,
    body .lead-form-block-wrap .lead-form-field--email,
    body .lead-form-block-wrap .form-checkbox-wrap,
    body .lead-form-block-wrap .lead-form-submit-wrap {
        grid-column: 1;
    }

    body .lead-form-block-wrap .lead-form-panel {
        margin-top: 28px;
    }

    body .lead-form-block-wrap .lead-form-block .head {
        font-size: 28px;
    }
}
/* OFPLUS_LEAD_FORM_GRID_REWORK_END */

/* OFPLUS_LEAD_FORM_FIELDS_BG_FIX_START */
:root {
    --ofplus-title-font-size: 32px;
    --ofplus-title-font-size-mobile: 24px;
    --ofplus-title-font-weight: 300;
    --ofplus-page-title-gap: 26px;
    --ofplus-catalog-title-gap: 20px;
}

body .lead-form-block-wrap > .container > .lead-form-block {
    position: relative;
    align-items: stretch;
    overflow: visible;
}

body .lead-form-block-wrap > .container > .lead-form-block::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 50.31%;
    background: url('/img/fon-form.svg') top center / 100% auto no-repeat;
    pointer-events: none;
}

body .lead-form-block-wrap .lead-form-copy,
body .lead-form-block-wrap .lead-form-panel {
    position: relative;
    z-index: 1;
}

body .lead-form-block-wrap .lead-form-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

body .lead-form-block-wrap .lead-form-block .text {
    margin-top: auto;
    padding-top: 40px;
}

body .lead-form-block-wrap .lead-form-field--email,
body .lead-form-block-wrap .lead-form-field--contact,
body .lead-form-block-wrap .lead-form-field--comment,
body .lead-form-block-wrap .form-checkbox-wrap,
body .lead-form-block-wrap .lead-form-submit-wrap {
    grid-column: 1 / -1;
}

body .lead-form-block-wrap .lead-form-block select.form-control {
    appearance: none;
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23363432' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px 8px;
}

body .lead-form-block-wrap .lead-form-block textarea.form-control {
    height: 124px;
    padding-top: 14px;
    resize: vertical;
    border: none;
    background: #F5F5F5;
}

@media only screen and (max-width: 767px) {
    body .lead-form-block-wrap > .container > .lead-form-block::before {
        padding-top: 72%;
        background-size: 142% auto;
    }

    body .lead-form-block-wrap .lead-form-copy {
        min-height: 260px;
    }

    body .lead-form-block-wrap .lead-form-block .text {
        padding-top: 32px;
    }

    body .lead-form-block-wrap .lead-form-field--contact,
    body .lead-form-block-wrap .lead-form-field--comment {
        grid-column: 1;
    }
}
/* OFPLUS_LEAD_FORM_FIELDS_BG_FIX_END */
