@charset "UTF-8";
.card__price-old::before,
.cart-header__labels span + span::before,
.cats-item::before,
.compare-tabs__btn::before,
.dropdown-body::before,
.filters-label__button::before,
.filters-label__item::before,
.form-checkbox input[type="checkbox"] + label::before,
.form-checkbox input[type="checkbox"]:checked + label::after,
.form-radio input[type="radio"] + label::before,
.form-radio input[type="radio"]:checked + label::after,
.form-toggler input[type="checkbox"] + label::after,
.form-toggler input[type="checkbox"] + label::before,
.goods-tabs__content-item li::before,
.header-catalog__toggler::after,
.header-nav__link::before,
.hero-item__list li::before,
.lk-nav__list a::before,
.lk-order__header-status::before,
.lk-order__stat-round::before,
.noUi-horizontal .noUi-tooltip::before,
.order-delivery__head::after,
.order-delivery__head::before,
.post-content ul li::before,
.post-content::before,
.product-item__checkbox input[type="checkbox"] + label::before,
.product-item__checkbox input[type="checkbox"]:checked + label::after,
.registr-tab__btn input[type="radio"]:checked + label .registr-tab__radio::after,
.registr-tab__radio::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::before,
.stats-header__labels span + span::before,
.us-info__item::before {
    content: "";
    position: absolute;
}
.blog-subscribe__form button,
.brand-history__right,
.cart-header__labels span + span::before,
.filters-label__button::before,
.filters-label__item::before,
.form-checkbox input[type="checkbox"] + label::before,
.form-checkbox input[type="checkbox"]:checked + label::after,
.form-radio input[type="radio"] + label::before,
.form-radio input[type="radio"]:checked + label::after,
.form-toggler input[type="checkbox"] + label::after,
.form-toggler input[type="checkbox"] + label::before,
.goods-nav .slick-arrow,
.goods-tabs__content-item li::before,
.header-nav__link::before,
.header-search__row button,
.hero-item__list li::before,
.lk-nav__list a::before,
.lk-order__header-status::before,
.lk-order__stat-round::before,
.order-delivery__head::after,
.order-delivery__head::before,
.post-content ul li::before,
.product-item__checkbox input[type="checkbox"] + label::before,
.product-item__checkbox input[type="checkbox"]:checked + label::after,
.registr-tab__btn input[type="radio"]:checked + label .registr-tab__radio::after,
.registr-tab__radio::before,
.slider-center .slick-arrow,
.stats-header__labels span + span::before,
.us-info__item::before {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.clipboard-btn::after,
.clipboard-btn::before,
.hero .slick-dots,
.menu,
.noUi-horizontal .noUi-tooltip::before,
.view-box .slick-dots {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 1453px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 1454px;
    }
}
@media (min-width: 1023px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1455px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1456px;
    }
}
:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 1023px;
    --bs-breakpoint-xl: 1200px;
}
.row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}
.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1023px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: -ms-grid !important;
    display: grid !important;
}
.d-inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
}
.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
}
.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}
.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}
.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
}
.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
}
.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
}
.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.row-gap-0 {
    row-gap: 0 !important;
}
.row-gap-1 {
    row-gap: 0.25rem !important;
}
.row-gap-2 {
    row-gap: 0.5rem !important;
}
.row-gap-3 {
    row-gap: 1rem !important;
}
.row-gap-4 {
    row-gap: 1.5rem !important;
}
.row-gap-5 {
    row-gap: 3rem !important;
}
.column-gap-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}
.column-gap-1 {
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
}
.column-gap-2 {
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
}
.column-gap-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
}
.column-gap-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
}
.column-gap-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-sm-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }
    .column-gap-sm-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-sm-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-sm-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-md-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
        row-gap: 1rem !important;
    }
    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-md-5 {
        row-gap: 3rem !important;
    }
    .column-gap-md-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-md-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-md-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-md-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 1023px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-lg-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }
    .column-gap-lg-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-lg-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-lg-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-xl-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-xl-1 {
        -webkit-column-gap: 0.25rem !important;
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
        -webkit-column-gap: 0.5rem !important;
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: -ms-grid !important;
        display: grid !important;
    }
    .d-print-inline-grid {
        display: -ms-inline-grid !important;
        display: inline-grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
body,
html {
    height: 100%;
}
p {
    margin-top: 0;
    margin-bottom: 15px;
}
path {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
body {
    font-size: 16px;
    line-height: 1.3;
    min-width: 360px;
    position: relative;
    font-family: Onest, sans-serif;
    color: #000a28;
    margin: 0;
    -webkit-text-size-adjust: 100%;
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
::-moz-placeholder {
    color: #666;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
::placeholder {
    color: #666;
    opacity: 1;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
    display: block;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
    display: block;
}
.image img {
    display: block;
    width: 100%;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
button,
input,
select,
textarea {
    outline: 0;
    border: none;
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}
a {
    color: inherit;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
    outline: 0;
}
img {
    max-width: 100%;
}
button {
    cursor: pointer;
    background: 0 0;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
fieldset{
	border: 1px solid #e0e0e0;
	margin-bottom: 35px;
}
@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.main.fixed {
    padding-top: 124px;
}
.header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px 0 rgba(89, 108, 118, 0.16);
    box-shadow: 0 4px 15px 0 rgba(89, 108, 118, 0.16);
}
.header.fixed .header-bottom {
    padding: 12px 0;
}
.header.fixed .header-top {
    display: none;
}
.header-top {
    padding: 11px 0;
    background: #f5f7fd;
}
.header-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-top__left {
    margin-right: 30px;
	margin-left: -3px;
}
.header-top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 29px;
    margin-left: auto;
}
.header-loc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
}
.header-loc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    color: #4d5469;
    font-size: 13px;
}
.header-loc__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header-phone {
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
}
.header-phone:hover {
    color: #2b2c7c;
}
.header-bottom {
    padding: 12px 0 26px;
}
.header-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-catalog__toggler {
    border-radius: 10px;
    background: #2b2c7c;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    gap: 8px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    margin-right: 8px;
    padding: 10px 25px 10px 16px;
    position: relative;
    z-index: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.header-catalog__toggler-icon {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-right: 21px;
    max-width: 598px;
}
.header-search__wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 1000;
    padding-top: 19px;
    min-width: 581px;
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 30px);
}
.header-search__wrap.open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: top 0.35s ease, opacity 0.35s ease;
    transition: top 0.35s ease, opacity 0.35s ease;
}
.header-search__result {
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 29.7px 0 rgba(89, 108, 118, 0.24);
    box-shadow: 0 4px 29.7px 0 rgba(89, 108, 118, 0.24);
    padding: 28px 22px 20px 18px;
}
.header-search__result-scroll {
    max-height: 390px;
    overflow-y: auto;
    padding-right: 11px;
}
.header-search__result-scroll::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #f5f7fd;
}
.header-search__result-scroll::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #2b2c7c;
    height: 33px;
}
.header-search__result-scroll::-webkit-scrollbar {
    background: #fff;
    width: 6px;
}
.header-search__result-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: none;
    transition: none;
}
.header-search__result-link:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.header-search__result-link:hover .header-search__result-name {
    color: #2b2c7c;
}
.header-search__result-name {
    font-size: 13px;
    color: #4d5469;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease;
}
.header-search__result-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.header-search__result-count {
    font-size: 12px;
    position: relative;
    top: 2px;
}
.header-search__result-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
}
.header-search__result-footer .card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
}
.header-search__result-footer .card__price-text {
    font-size: 14px;
}
.header-search__result-footer .card__price-old {
    font-size: 14px;
}
.header-search__result-footer .card__price-new {
    font-size: 18px;
}
.header-search__result-footer .card__price-row {
    margin-bottom: 0;
    gap: 8px;
}
.header-search__result-footer .card__price-sale {
    font-size: 12px;
}
.header-search__result-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px;
}
.header-search__result-img img {
    display: block;
    width: 75px;
    height: 68px;
    border: 1px solid #fff;
}
.header-search__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.header-search__row button {
    position: absolute;
    right: 20px;
}
.header-search__row button svg {
    display: block;
}
.header-search__row input {
    display: block;
    width: 100%;
    font-family: Onest, sans-serif;
    font-size: 13px;
    color: #000;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-appearance: none;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 10px 18px;
    color: #4d5469;
    padding-right: 60px;
    height: 40px;
}
.header-search__row input:focus,
.header-search__row input:hover {
    border-color: #2b2c7c;
}
.header-search__row input::-webkit-input-placeholder {
    font-size: 13px;
    color: rgba(77, 84, 105, 0.5);
    font-family: Onest, sans-serif;
}
.header-search__row input::-moz-placeholder {
    font-size: 13px;
    color: rgba(77, 84, 105, 0.5);
    font-family: Onest, sans-serif;
}
.header-search__row input:-ms-input-placeholder {
    font-size: 13px;
    color: rgba(77, 84, 105, 0.5);
    font-family: Onest, sans-serif;
}
.header-search__row input::-ms-input-placeholder {
    font-size: 13px;
    color: rgba(77, 84, 105, 0.5);
    font-family: Onest, sans-serif;
}
.header-search__row input::placeholder {
    font-size: 13px;
    color: rgba(77, 84, 105, 0.5);
    font-family: Onest, sans-serif;
}
.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav__link {
    font-size: 13px;
    color: #4d5469;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-right: 32px;
    position: relative;
}
.header-nav__link::before {
    width: 1px;
    height: 26px;
    background: #e0e0e0;
    right: -20px;
}
.header-nav .header-nav__link:last-child {
    margin-right: 0;
}
.header-nav__link:last-child::before {
    display: none;
}
.header-nav__link:hover .header-nav__text {
    border-bottom-color: #4d5469;
}
.header-nav__text {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-bottom: 1px solid transparent;
}
.header-nav__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.header-nav__icon span {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    z-index: 2;
    border-radius: 50%;
    right: -3px;
    top: -3px;
    position: absolute;
    background: #2b2c7c;
}
.header-nav__icon svg {
    display: block;
}
.logo {
    margin-right: 33px;
}
.logo img {
    display: block;
}
.callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    font-size: 13px;
    color: #4d5469;
}
.callback span {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-bottom: 1px solid transparent;
}
.callback:hover span {
    border-bottom-color: #4d5469;
}
.callback svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.menu {
    position: fixed;
    width: 100%;
    max-width: 1456px;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    top: 140px;
    pointer-events: none;
}
.menu-block {
    margin: 0 8px;
}
.menu path {
    -webkit-transition: fill 0.3s ease, stroke 0.3s ease;
    transition: fill 0.3s ease, stroke 0.3s ease;
}
.menu.open {
    top: 116px;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}
.menu.fixed.open {
    top: 69px;
}
.menu-cats {
    position: absolute;
    left: 348px;
    padding: 0 39px 0 29px;
    top: 0;
    width: 100%;
    max-width: calc(100% - 348px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    display: none;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}
.menu-sub {
    width: calc(100% - 358px);
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 48px);
    padding-top: 12px;
    margin-top: 28px;
}
.menu-sub::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #fff;
}
.menu-sub::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #2b2c7c;
    height: 33px;
}
.menu-sub::-webkit-scrollbar {
    background: #fff;
    width: 6px;
}
.menu-sub__head {
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 17px;
}
.menu-sub__head:hover {
    color: #2b2c7c;
}
.menu-sub__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-sub__toggler {
    display: none;
}
.menu-sub__list li + li {
    margin-top: 13px;
}
.menu-sub__list li a {
    font-size: 14px;
    color: #4d5469;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.menu-sub__list li a:hover {
    color: #000a28;
}
.menu-sub__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.menu-sub__item {
    padding: 0 8px;
    width: 33.333%;
    margin-bottom: 32px;
}
.menu-brand {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 325px;
    padding-top: 26px;
}
.menu-brand__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.menu-brand__link span {
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    border-bottom: 1px solid transparent;
}
.menu-brand__link:hover span {
    border-bottom-color: #000a28;
}
.menu-brand__link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.menu-brand__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
}
.menu-brand__img {
    margin-bottom: 49px;
}
.menu-brand__img img {
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}
.menu-wrap {
    background: #f5f7fd;
    -webkit-box-shadow: 0 4px 29.7px 0 rgba(89, 108, 118, 0.24);
    box-shadow: 0 4px 29.7px 0 rgba(89, 108, 118, 0.24);
    min-height: 559px;
    border-radius: 20px;
    position: relative;
    padding-top: 22px;
}
.menu-aside {
    width: 348px;
    border-right: 1px solid #e0e0e0;
}
.menu-middle {
    border-top: 1px solid #e0e0e0;
    margin: 0;
    padding-top: 19px;
    padding-bottom: 40px;
}
.menu-middle:last-child {
    border-bottom: none;
}
.menu-hot a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 18px 18px;
    border-left: 3px solid transparent;
    max-width: 332px;
    font-size: 17px;
    color: #4d5469;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.menu-hot a:hover {
    background: #fff;
    border-left-color: #f1336c;
    color: #000a28;
}
/* Пока курсор на «Распродаже» — снимаем подсветку с активной категории сверху */
.menu-aside:has(.menu-hot a:hover) .menu-list > li.active .menu-list__row a {
    background: transparent;
    border-left-color: transparent;
    color: #4d5469;
}
.menu-aside:has(.menu-hot a:hover) .menu-list > li.active .menu-list__row a path {
    fill: #4d5469;
}
.menu-aside:has(.menu-hot a:hover) .menu-list > li.active:nth-child(2) .menu-list__row a path {
    fill: #4d5469;
    stroke: transparent;
}
.menu-aside:has(.menu-hot a:hover) .menu-list > li.active:nth-child(2) .menu-list__row a mask path {
    fill: #4d5469;
}
.menu-hot li + li {
    margin-top: 12px;
}
.menu-hot__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.menu-hot__icon svg {
    display: block;
}
.menu-list {
    margin-bottom: 15px;
}
.menu-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-list__toggler {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: #ebeffc;
    display: none;
}
.menu-list > li.active .menu-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu-list > li.active .menu-list__row a {
    background: #fff;
    border-left-color: #2b2c7c;
    color: #000a28;
}
.menu-list > li.active .menu-list__row a path {
    fill: #2b2c7c;
}
.menu-list > li.active:nth-child(2) .menu-list__row a path {
    fill: transparent;
    stroke: #2b2c7c;
}
.menu-list > li.active:nth-child(2) .menu-list__row a mask path {
    fill: #2b2c7c;
    stroke: transparent;
}
.menu-list > li:hover > a {
    background: #fff;
    border-left-color: #2b2c7c;
    color: #000a28;
}
.menu-list > li:hover > a path {
    fill: #2b2c7c;
}
.menu-list > li .menu-list__row a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 18px 18px;
    border-left: 3px solid transparent;
    font-size: 17px;
    color: #4d5469;
    max-width: 332px;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.menu-list > li:nth-child(2):hover .menu-list__row a path {
    fill: transparent;
    stroke: #2b2c7c;
}
.menu-list > li:nth-child(2):hover .menu-list__row a mask path {
    fill: #2b2c7c;
    stroke: transparent;
}
.menu-list__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.menu-list__icon svg {
    display: block;
}
.dropdown {
    position: relative;
}
.dropdown-close {
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 8px;
    cursor: pointer;
}
.dropdown-close:hover path {
    fill: #2b2c7c;
}
.dropdown-close g {
    opacity: 1;
}
.dropdown-close svg {
    display: block;
}
.dropdown-close path {
    fill: rgba(77, 84, 105, 0.5);
}
.dropdown-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}
.dropdown-box {
    background: #f5f7fd;
    border-radius: 20px;
    font-size: 16px;
    position: relative;
}
.dropdown-body {
    position: absolute;
    right: -165px;
    top: 130%;
    padding-top: 18px;
    -webkit-transition: top 0.35s ease, opacity 0.35s ease;
    transition: top 0.35s ease, opacity 0.35s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
}
.dropdown-body.open {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.dropdown-body::before {
    width: 39px;
    height: 24px;
    top: 0;
    right: 36px;
    background: url(/static/img/dropdown-triangle.svg) no-repeat center center;
}
.dropdown-body--lk {
    width: 327px;
}
.dropdown-body--cart {
    width: 347px;
}
.dropdown-body--cart .dropdown-box {
    padding: 12px 17px;
}
.dropdown-lk__top {
    background: #f5f7fd;
    padding: 30px 17px 23px;
    font-weight: 600;
    border-radius: 20px 20px 0 0;
    color: #000a28;
}
.dropdown-lk__footer {
    padding: 17px 22px;
    background: #ebeffc;
    border-radius: 0 0 20px 20px;
    display: block;
    font-weight: 600;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.dropdown-lk__footer:hover {
    background: #d0daf8;
}
.dropdown-list a {
    padding: 14px 16px;
    border-left: 3px solid transparent;
    display: block;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.dropdown-list a:hover {
    background: #fff;
    border-left-color: #2b2c7c;
}
.dropdown-cart__link {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
}
.dropdown-cart__link:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.dropdown-cart__link:hover .dropdown-cart__text {
    color: #2b2c7c;
}
.dropdown-cart__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
}
.dropdown-cart__head {
    font-size: 16px;
}
.dropdown-cart__text {
    font-size: 12px;
    color: #4d5469;
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease;
}
.dropdown-cart__img {
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.dropdown-cart__img img {
    display: block;
    border-radius: 8px;
    width: 83px;
    height: 55px;
}
.footer {
    background: #000a28;
    padding: 78px 0 97px;
}
.footer-top {
    padding-bottom: 21px;
    margin-bottom: 43px;
    border-bottom: 1px solid #4d5469;
}
.footer-top .row {
    margin-bottom: 45px;
}
.footer-top .row:nth-child(2) {
    margin-bottom: 0;
}
.footer-top__head {
    color: #fff;
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer-top__list li + li {
    margin-top: 14px;
}
.footer-top__list a {
    font-size: 17px;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.footer-top__list a:hover {
    border-bottom-color: #fff;
}
.footer-info {
    margin-bottom: 35px;
}
.footer-info__row {
    margin-bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.footer-info__row:last-child {
    margin-bottom: 0;
}
.footer-info__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer-info__icon svg {
    display: block;
}
.footer-info__text {
    color: #fff;
    font-size: 17px;
    max-width: 362px;
}
.footer-info__link {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid transparent;
}
.footer-info__link:hover {
    border-bottom-color: #fff;
}
.footer-info__mail {
    border-bottom: 1px solid #fff;
}
.footer-info__mail:hover {
    border-bottom-color: transparent;
}
.footer-logo {
    margin-bottom: 9px;
}
.footer-logo img {
    display: block;
}
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.footer-nav__btn {
    font-size: 17px;
    color: #fff;
    padding: 11px 30px;
    border-radius: 10px;
    font-family: Onest, sans-serif;
}
.footer-nav__btn--blue {
    background: #2b2c7c;
}
.footer-nav__btn--blue:hover {
    background: #1e1f56;
}
.footer-nav__btn--pink {
    background: #f1336c;
}
.footer-nav__btn--pink:hover {
    background: #e20f4e;
}
.footer-bottom__text {
    color: #f5f7fd;
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footer-bottom__list li {
    text-align: right;
}
.footer-bottom__list li + li {
    margin-top: 26px;
}
.footer-bottom__list a {
    color: #f5f7fd;
    border-bottom: 1px solid transparent;
}
.footer-bottom__list a:hover {
    border-bottom-color: #f5f7fd;
}
.copyright {
    color: #f5f7fd;
}
.subscribe-head {
    color: #fff;
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}
.subscribe-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}
.subscribe-row input {
    width: 100%;
    max-width: 305px;
    display: block;
    font-family: Onest, sans-serif;
    font-size: 17px;
    color: #fff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-appearance: none;
    border-radius: 10px;
    padding: 12px 12px;
    background: 0 0;
    border: 1px solid #fff;
}
.subscribe-row input:focus,
.subscribe-row input:hover {
    border-color: #bfccf5;
}
.subscribe-row input::-webkit-input-placeholder {
    font-size: 17px;
    color: #fff;
    font-family: Onest, sans-serif;
}
.subscribe-row input::-moz-placeholder {
    font-size: 17px;
    color: #fff;
    font-family: Onest, sans-serif;
}
.subscribe-row input:-ms-input-placeholder {
    font-size: 17px;
    color: #fff;
    font-family: Onest, sans-serif;
}
.subscribe-row input::-ms-input-placeholder {
    font-size: 17px;
    color: #fff;
    font-family: Onest, sans-serif;
}
.subscribe-row input::placeholder {
    font-size: 17px;
    color: #fff;
    font-family: Onest, sans-serif;
}
.subscribe-row button {
    font-size: 17px;
    font-family: Onest, sans-serif;
    line-height: 1.3;
    padding: 12px 24px;
    border: 1px solid #2b2c7c;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.subscribe-row button:hover {
    color: #fff;
    border-color: #2b2c7c;
    background: #2b2c7c;
}
.subscribe-text {
    color: #fff;
    font-size: 12px;
}
.error-message {
    color: #f1336c;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 4px;
}
.form-icon {
    position: relative;
}
.form-icon .form-input {
    padding-right: 44px;
}
.form-icon__img {
    position: absolute;
    height: 100%;
    right: 0;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form-role {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 27px;
    margin-top: 28px;
}
.form-policy {
    font-size: 12px;
    color: #4d5469;
    margin: 0;
}
.form-policy a {
    color: #2b2c7c;
    border-bottom: 1px solid transparent;
}
.form-policy a:hover {
    border-bottom-color: #2b2c7c;
}
.form-policy--middle {
    position: relative;
    top: -6px;
}
.form-toggler input[type="checkbox"] {
    display: none;
}
.form-toggler input[type="checkbox"] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    min-width: 38px;
    min-height: 24px;
    padding-left: 53px;
    color: #4d5469;
}
.form-toggler input[type="checkbox"] + label::before {
    background: #e4e9f9;
    width: 38px;
    height: 24px;
    border-radius: 20px;
    -webkit-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease;
    left: 0;
}
.form-toggler input[type="checkbox"] + label::after {
    width: 21px;
    height: 21px;
    background: #fff;
    left: 1.5px;
    -webkit-box-shadow: 0 2.235px 5.961px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2.235px 5.961px rgba(0, 0, 0, 0.15);
    -webkit-transition: left 0.35s ease, right 0.35s ease, -webkit-box-shadow 0.35s ease;
    transition: left 0.35s ease, right 0.35s ease, -webkit-box-shadow 0.35s ease;
    transition: left 0.35s ease, box-shadow 0.35s ease, right 0.35s ease;
    transition: left 0.35s ease, box-shadow 0.35s ease, right 0.35s ease, -webkit-box-shadow 0.35s ease;
    border-radius: 50%;
}
.form-toggler input[type="checkbox"]:checked + label::before {
    background: #2b2c7c;
}
.form-toggler input[type="checkbox"]:checked + label::after {
    left: 16px;
    -webkit-box-shadow: 0 2.25px 0.75px rgba(0, 0, 0, 0.06), 0 2.25px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2.25px 0.75px rgba(0, 0, 0, 0.06), 0 2.25px 6px rgba(0, 0, 0, 0.15);
}
.form-toggler--top input[type="checkbox"] + label::before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
}
.form-toggler--top input[type="checkbox"] + label::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 1px;
}
.form-input,
.form-textarea {
    display: block;
    width: 100%;
    font-family: Onest, sans-serif;
    font-size: 14px;
    color: #000a28;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-appearance: none;
    border-radius: 10px;
    padding: 12px 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
}
.form-input:focus,
.form-input:hover,
.form-textarea:focus,
.form-textarea:hover {
    border-color: #2b2c7c;
}
.form-input:focus,
.form-textarea:focus {
    border-color: #2b2c7c !important;
}
.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(77, 84, 105, 0.5);
    font-family: Onest, sans-serif;
}
.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
    font-size: 14px;
    color: rgba(77, 84, 105, 0.5);
    font-family: Onest, sans-serif;
}
.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(77, 84, 105, 0.5);
    font-family: Onest, sans-serif;
}
.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
    font-size: 14px;
    color: rgba(77, 84, 105, 0.5);
    font-family: Onest, sans-serif;
}
.form-input::placeholder,
.form-textarea::placeholder {
    font-size: 14px;
    color: rgba(77, 84, 105, 0.5);
    font-family: Onest, sans-serif;
}
.form-input.error,
.form-textarea.error {
    border-color: #f1336c !important;
}
.form-input--280,
.form-textarea--280 {
    max-width: 280px;
}
.form-input--126,
.form-textarea--126 {
    max-width: 136px;
}
.form-input--84,
.form-textarea--84 {
    max-width: 84px;
}
.form-label {
    line-height: 1.48;
    color: #4d5469;
    font-weight: 500;
    margin-bottom: 4px;
    display: inline-block;
    cursor: pointer;
}
.form-label:hover + input,
.form-label:hover + textarea {
    border-color: #e0e0e0;
}
.form-label__req {
    color: #f1336c;
}
.form-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-link {
    font-size: 14px;
    color: #2b2c7c;
    border-bottom: 1px solid #2b2c7c;
}
.form-link:hover {
    border-bottom-color: transparent;
}
.form-item {
    margin-bottom: 20px;
    position: relative;
}
.form-item:last-child {
    margin-bottom: 0;
}
.form-textarea {
    min-height: 68px;
    -webkit-transition: none;
    transition: none;
}
.form-textarea--noresize {
    resize: none;
}
.form-textarea--83 {
    min-height: 83px;
}
.form-row {
    margin-bottom: 15px;
}
.form-checkbox__flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
}
.form-checkbox input[type="checkbox"] {
    display: none;
}
.form-checkbox input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 28px;
    color: #4d5469;
}
.form-checkbox input[type="checkbox"] + label::before {
    width: 20px;
    height: 20px;
    left: 0;
    border: 1px solid #e4e9f9;
    border-radius: 4px;
    background: #fff;
}
.form-checkbox input[type="checkbox"]:checked + label::before {
    border-color: #2b2c7c;
}
.form-checkbox input[type="checkbox"]:checked + label::after {
    background: url(/static/img/checked.svg) no-repeat center center;
    width: 12px;
    height: 12px;
    left: 4px;
}
.form-radio input[type="radio"] {
    display: none;
}
.form-radio input[type="radio"] + label {
    color: #4d5469;
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer;
}
.form-radio input[type="radio"] + label::before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #e4e9f9;
    background: #fff;
    left: 0;
}
.form-radio input[type="radio"]:checked + label::after {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #2b2c7c;
    left: 5px;
}
.form-file input[type="file"] {
    display: none;
}
.form-file input[type="file"] + label {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 9px 12px;
    font-size: 14px;
    color: #4d5469;
    line-height: 1.4;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.form-file input[type="file"] + label span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 12px;
}
.form-file input[type="file"] + label:focus,
.form-file input[type="file"] + label:hover {
    border-color: #2b2c7c;
}
.input-counter {
    color: silver;
    font-size: 14px;
    line-height: 1.4;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
}
.select2 {
    display: block;
}
.select2.select2-container {
    width: 100% !important;
}
.select2-results__option {
    padding: 12px 12px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 14px;
}
.select2-results__option:first-child {
    border-radius: 10px 10px 0 0;
}
.select2-results__option:last-child {
    border-radius: 0 0 10px 10px;
}
.select2-dropdown {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}
.select2-dropdown--custom {
    min-width: 180px;
    border-radius: 10px;
}
.select2-dropdown--custom.select2-dropdown--below {
    border-top: 1px solid #e0e0e0;
    border-radius: 10px;
}
.select2-dropdown--custom.select2-dropdown--above {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 10px;
}
.select2-container {
    z-index: 99;
}
.select2-container--open .select2-selection__arrow::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) !important;
    -ms-transform: translate(-50%, -50%) rotate(180deg) !important;
    transform: translate(-50%, -50%) rotate(180deg) !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f7fd;
    color: #000a28;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f5f7fd;
    color: #000a28;
}
.select2-container--default .select2-selection {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.select2-container--default .select2-selection:hover {
    border-color: #2b2c7c;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    border-left: none;
    width: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    width: 14px;
    height: 14px;
    background: url(/static/img/select-arrow.svg) no-repeat center center;
    background-size: contain;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 7px 12px;
    color: #000a28;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(77, 84, 105, 0.5);
}
.select2-container .select2-selection--single {
    height: auto;
}
.select2-selection {
    outline: 0 !important;
}
.select2-selection__rendered {
    padding: 8px 0;
    padding-left: 12px;
    padding-right: 12px;
}
.select2-search {
    display: none;
}
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 14px;
    font-family: Onest, sans-serif;
    text-align: center;
    border-radius: 10px;
    padding: 24px 24px;
    line-height: 1.3;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-blue {
    background: #2b2c7c;
    color: #fff;
}
.btn-blue:hover {
    background: #20215e;
    color: #fff;
}
.btn-blue.btn-transparent {
    border: 1px solid #2b2c7c;
    background: 0 0;
    color: #000a28;
}
.btn-blue.btn-transparent:hover {
    color: #fff;
    background: #2b2c7c;
}
.btn-blue.btn-transparent:hover path {
    fill: #fff;
}
.btn-203 {
    width: 100%;
    max-width: 203px;
}
.btn-180 {
    width: 100%;
    max-width: 180px;
}
.btn-transparent {
    padding: 23px 24px;
}
.btn-small {
    font-size: 14px;
    font-weight: 500;
    padding: 13px 24px;
}
.btn-small.font-16 {
    font-size: 16px;
}
.btn-small.btn-transparent {
    padding: 10px 24px;
}
.w100 {
    width: 100%;
}
.blue-link {
    font-weight: 600;
    font-size: 18px;
    color: #2b2c7c;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.35s ease;
    transition: border-color 0.35s ease;
}
.blue-link:hover {
    border-bottom-color: #2b2c7c;
}
.blue-link--border {
    border-bottom: 1px solid #2b2c7c;
}
.blue-link--border:hover {
    border-bottom-color: transparent;
}
.ui-datepicker {
    z-index: 1048 !important;
}
.link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-family: Onest, sans-serif;
    font-size: 16px;
}
.link span {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-bottom: 1px solid transparent;
}
.link--blue {
    color: #2b2c7c;
}
.link--blue:hover span {
    border-bottom-color: #2b2c7c;
}
.link--blue.link--blue-border span {
    border-bottom: 1px solid #2b2c7c;
}
.link--blue.link--blue-border:hover span {
    border-bottom-color: transparent;
}
.link--black {
    color: #000a28;
}
.link--black.link--black-border span {
    border-bottom: 1px solid #000a28;
}
.link--black.link--black-border:hover span {
    border-bottom-color: transparent;
}
.link--lightblack {
    color: #4d5469;
}
.link--lightblack.link--lightblack-border span {
    border-bottom: 1px solid #4d5469;
}
.link--lightblack.link--lightblack-border:hover span {
    border-bottom-color: transparent;
}
.link--lightblack:hover span {
    border-bottom: 1px solid #4d5469;
}
.back-home {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #f5f7fd;
    padding: 15px 18px;
    color: #4d5469;
}
.back-home:hover {
    background: #e4e9fa;
}
.back-home svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.clipboard {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.clipboard-btn {
    cursor: pointer;
    position: relative;
}
.clipboard-btn svg {
    display: block;
}
.clipboard-btn::after,
.clipboard-btn::before {
    content: "Скопированно!";
    background: #2b2c7c;
    top: calc(-100% - 5px);
    padding: 4px 8px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    border-radius: 8px;
    z-index: 10;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    white-space: nowrap;
}
.clipboard-btn::after {
    content: "Нечего копировать!";
    background: #f1336c;
}
.clipboard-btn.active::before {
    opacity: 1;
    visibility: visible;
}
.clipboard-btn.notactive::after {
    opacity: 1;
    visibility: visible;
}
.clipboard-btn:hover path {
    stroke: #2b2c7c;
}
.dropzone {
    border: 1px dashed #e0e0e0;
    border-radius: 10px;
    -webkit-transition: border-color 0.35s ease;
    transition: border-color 0.35s ease;
    padding-bottom: 4px;
}
.dropzone .dz-preview {
    margin: 0 8px 16px;
    text-align: center;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
    margin-top: -41px;
}
.dropzone .dz-preview .dz-remove {
    color: #2b2c7c;
    font-size: 14px;
    border-bottom: 1px solid #2b2c7c;
    display: inline-block;
    text-decoration: none;
}
.dropzone .dz-preview .dz-remove:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}
.dropzone .dz-preview .dz-image {
    margin-bottom: 8px;
}
.dropzone .dz-preview .dz-image img {
    height: 100%;
}
.dropzone:hover {
    border-color: #2b2c7c;
}
.dropzone:hover .dz-message path {
    stroke: #2b2c7c;
}
.dropzone .dz-message {
    margin: 0;
    text-align: left;
}
.dropzone-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dropzone-text {
    font-size: 14px;
    color: #4d5469;
    max-width: 200px;
}
.dropzone-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
    background: #f5f7fd;
    width: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 110px;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pagination-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.pagination-nav__count {
    border-radius: 8px;
    border: 1px solid #e5e0eb;
    background: #fff;
    padding: 7px 12px;
    color: #4d5469;
    min-width: 48px;
}
.pagination-nav__text {
    color: #4d5469;
}
.pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.pagination-list a {
    color: #4d5469;
}
.pagination-list a:hover {
    color: #2b2c7c;
}
.pagination-list a svg {
    display: block;
}
.sticky {
    position: sticky;
    top: 66px;
}
.buttons-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.section-head {
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.section-head a.h2:hover {
    color: #2b2c7c;
}
.section-head .slider-nav {
    position: relative;
    bottom: -3px;
}
.section-head .slider-nav .blue-link {
    bottom: -1px;
}
.section-head > .blue-link {
    position: relative;
    bottom: -3px;
}
.section-head .h2 {
    margin-bottom: 0 !important;
}
.rel {
    position: relative;
}
.breadcrumb {
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
    display: block;
    /* Висячий отступ: первая строка с домиком прижата к левому краю (text-indent),
       а перенесённые строки встают под «Сантехника» (padding-left = ширина «домик /»). */
    padding-left: 42px;
    text-indent: -42px;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 0;               /* убираем пробелы между <li>, чтобы отступ под «Сантехника» был детерминированным */
}
.breadcrumb li {
    display: inline;
    color: #2b2c7c;
    white-space: nowrap;
    font-size: 16px;
    vertical-align: middle;
}
.breadcrumb li svg {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb li:hover path {
    fill: #2b2c7c;
}
.breadcrumb li:first-child::before {
    display: none;
}
.breadcrumb a {
    color: #2b2c7c;
}
.breadcrumb a svg path {
    fill: #2b2c7c;
}
.breadcrumb a:hover {
    color: #2b2c7c;
}
.breadcrumb .breadcrumb-item.active {
    color: #2b2c7c;
    white-space: normal;        /* длинное имя товара переносится; продолжение — под «Сантехника» */
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
/* Разделитель «/» цепляем как ::after к предыдущей крошке, а не ::before к следующей —
   тогда при переносе на новую строку слэш остаётся в конце прошлой строки, а не висит в начале новой. */
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: none !important;
}
.breadcrumb .breadcrumb-item:not(:last-child)::after {
    content: "/";
    margin: 0 8px;
    color: #4d5469;
    font-size: 14px;
}
.quantity {
    width: 135px;
    height: 62px;
    border-radius: 10px;
    background: #f5f7fd;
    padding: 15px 10px;
}
.quantity-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.quantity-input {
    font-family: Onest, sans-serif;
    font-size: 16px;
    color: #000a28;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-appearance: none;
    border-radius: 0;
    width: 50px;
    background: 0 0;
    text-align: center;
    pointer-events: none;
}
.quantity-arrow {
    cursor: pointer;
}
.quantity-arrow:hover path {
    fill: #2b2c7c;
}
.quantity-arrow svg {
    display: block;
}
.quantity-box {
    border: 1px solid #e0e0e0;
    background: 0 0;
    height: 64px;
    width: 172px;
}
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.socials li + li {
    margin-left: 32px;
}
.socials li img,
.socials li svg {
    display: block;
}
.socials li:hover path {
    fill: #bfccf5;
}
.ttu {
    text-transform: uppercase;
}
.slider-wrap {
    position: relative;
}
.slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 9px;
}
.slider-nav__prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 20px;
}
.slider-dots {
    margin: 0 58px;
}
.slider-center .slick-arrow {
    position: absolute;
    z-index: 10;
}
.slider-center .slick-next {
    right: -26px;
}
.slider-center .slick-prev {
    left: -26px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.slick-arrow {
    border-radius: 50%;
    border: 1px solid rgba(77, 84, 105, 0.2);
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 0;
    width: 68px;
    height: 68px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.slick-arrow:hover {
    border-color: #2b2c7c;
}
.slick-disabled,
.slick-hidden {
    pointer-events: none;
}
.slick-disabled path,
.slick-hidden path {
    fill: #dfdfdf;
}
.slick-hidden {
    display: none !important;
}
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 8px;
    height: 14px;
}
.slick-dots li {
    background: #2b2c7c;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    border: 1px solid #2b2c7c;
}
.slick-dots li.slick-active {
    background: 0 0;
    width: 14px;
    height: 14px;
}
.slick-dots li button {
    font-size: 0;
}
.slick-dots--white li {
    background: #fff;
    border: 1px solid #fff;
}
.slick-slide {
    outline: 0;
}
.tl-right {
    text-align: right;
}
.tl-center {
    text-align: center;
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}
.simplebar-track {
    background: #f5f7fd;
    border-radius: 100px;
}
.simplebar-track.simplebar-horizontal {
    height: 6px;
}
.simplebar-track.simplebar-vertical {
    width: 6px;
    background: #fff;
}
.simplebar-scrollbar {
    background: #2b2c7c;
    border-radius: 100px;
}
.simplebar-scrollbar::before {
    -webkit-transition: none;
    transition: none;
    opacity: 1 !important;
}
.mfp-close-btn-in .mfp-close {
    display: none;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    padding: 20px;
}
.modal-overlay .modal.modal-login {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 469px !important;
    height: auto !important;
    padding: 60px 50px 50px !important;
    border-radius: 20px !important;
    background-color: #fff !important;
    overflow: visible !important;
    inset: unset !important;
    z-index: auto !important;
}
.modal-overlay .modal.modal-login .modal-header {
    display: block !important;
    border-bottom: none !important;
    padding: 0 !important;
    margin-bottom: 46px;
}
.modal-overlay .modal.modal-login .modal-header .h6 {
    margin-bottom: 0;
}
.form-message {
    margin-top: 15px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
}
.form-message--success {
    background-color: #e8f5e9;
    color: #2e7d32;
}
.form-message--error {
    background-color: #fce4ec;
    color: #c62828;
}
.modal {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
    max-width: 550px;
    padding: 30px 30px;
}
.modal-login {
    max-width: 469px;
    padding: 60px 50px 50px;
}
.modal-appeal {
    max-width: 577px;
    padding: 110px 70px 65px;
}
.modal-appeal .btn {
    max-width: 365px;
    margin-left: auto;
    width: 100%;
    margin-right: auto;
}
.modal-appeal .btn + .btn {
    margin-top: 8px;
}
.modal-appeal .modal-header {
    margin-bottom: 44px;
}
.modal-appeal .modal-header .h6 {
    margin-bottom: 25px;
}
.modal-appeal .modal-header p {
    margin-bottom: 12px;
    max-width: 435px;
    margin-left: auto;
    margin-right: auto;
}
.modal-appeal .modal-header p:last-child {
    margin-bottom: 0;
}
.modal-header {
    margin-bottom: 46px;
}
.modal-close {
    position: absolute;
    z-index: 2;
    right: 19px;
    top: 19px;
    cursor: pointer;
}
.modal-close:hover path {
    fill: #2b2c7c;
}
.modal-close svg {
    display: block;
}
.modal-close svg g {
    opacity: 1;
}
.modal-close path {
    fill: rgba(77, 84, 105, 0.5);
}
.modal-added {
    max-width: 755px;
    padding: 54px 44px 45px 29px;
}
.modal-added .modal-header {
    margin-bottom: 29px;
}
.modal-view {
    max-width: 954px;
    padding: 0;
}
.modal-view__body {
    padding: 62px 61px 67px 41px;
}
.modal-view__footer {
    padding: 32px 16px;
    border-radius: 0 0 20px 20px;
    background: #ebeffc;
}
.added .card__price {
    margin-right: 12px;
}
.added .quantity {
    width: 98px;
    height: auto;
    padding: 0;
    background: 0 0;
}
.added .quantity-arrow svg {
    width: 24px;
    height: 24px;
}
.added-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
}
.added-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 14px;
}
.added-img img {
    display: block;
    width: 118px;
    height: 107px;
    border-radius: 8px;
}
.added-text {
    font-size: 14px;
    line-height: 1.3;
    margin-right: 12px;
    margin-right: auto;
}
.added-text--short {
    width: 305px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-90 {
    margin-bottom: 90px;
}
.h1 {
    font-size: 80px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    font-weight: 700;
}
.h2 {
    font-size: 40px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    font-weight: 700;
}
.h3 {
    font-size: 38px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    font-weight: 700;
}
.h4 {
    font-size: 36px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    font-weight: 700;
}
.h5 {
    font-size: 28px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    font-weight: 700;
}
.h6 {
    font-size: 24px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.4;
    font-weight: 700;
}
.medium {
    font-weight: 500 !important;
}
.regular {
    font-weight: 400 !important;
}
.light-black {
    color: #4d5469;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.green {
    color: #32cc82 !important;
}
.red {
    color: #ec0000 !important;
}
.js-btn-subs {
    display: none;
    height: 44px;
}
.js-remove-subs {
    height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ms-alert {
    position: fixed;
    right: 30px;
    top: 20px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 8px;
    z-index: 10000;
    width: 100%;
    max-width: 320px;
}
.ms-alert .dropdown-box {
    padding: 20px 20px;
    padding-right: 36px;
}
.inner {
    padding-top: 5px;
    padding-bottom: 90px;
}
.inner .h2 {
    margin-bottom: 40px;
}
body.hidden-body {
    overflow: hidden;
}
body.hidden-body.pc {
    margin-right: 17px;
}
body.hidden-body.pc .header.fixed {
    width: calc(100% - 17px);
}
.hero {
    margin-bottom: 47px;
}
.hero .slick-dots {
    position: absolute;
    bottom: 28px;
    z-index: 10;
}
.hero-slider {
    margin: 0 -8px;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    opacity: 0;
}
.hero-slider.slick-initialized {
    opacity: 1;
}
.hero-slide {
    padding: 0 8px;
}
.hero-item {
    overflow: hidden;
    position: relative;
    padding-top: 38.3%;
    display: block;
}
.hero-item__list {
    margin-bottom: 47px;
}
.hero-item__list li {
    border: none;
    background: 0 0;
    position: relative;
    padding-left: 33px;
    font-size: 22px;
    color: #4d5469;
}
.hero-item__list li::before {
    left: 0;
    width: 20px;
    height: 16px;
    background: url(/static/img/hero-star.svg) no-repeat center center;
    background-size: contain;
}
.hero-item__list li + li {
    margin-top: 28px;
}
.hero-item__content {
    z-index: 20;
    position: absolute;
    height: 100%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: rgba(255, 255, 255, 0.42);
    -webkit-backdrop-filter: blur(11.75px);
    backdrop-filter: blur(11.75px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    top: 0;
    border-radius: 0 20px 20px 0;
    width: 100%;
    max-width: 576px;
    padding: 30px 30px 30px 70px;
}
.hero-item__content .btn {
    padding: 11px 24px;
    width: 100%;
    max-width: 102px;
}
.hero-item__head {
    color: #000a28;
    font-family: "Nunito Sans", sans-serif;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 38px;
}
.hero-item img {
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.features {
    margin-bottom: 75px;
}
.features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
}
.features-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.features-item__head {
    font-weight: 600;
    margin-bottom: 5px;
}
.features-item__text {
    font-size: 13px;
    color: #4d5469;
}
.cats {
    margin-bottom: 119px;
}
.cats-row {
    display: flex;
    align-items: stretch;
    border-radius: 20px;
    background: #f5f7fd;
}
.cats-item {
    width: 12.5%;
    display: grid;
    grid-template-rows: 2fr 1fr;
    justify-items: center;
    padding: 10px 24px 12px;
    position: relative;
    z-index: 1;
}
.cats-item::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/static/img/cats-bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-transition: opaпcity 0.35s ease;
    transition: opacity 0.35s ease;
    opacity: 0;
    z-index: -1;
}
.cats-item:first-child {
    border-radius: 20px 0 0 20px;
}
.cats-item:first-child::before {
    border-radius: 20px 0 0 20px;
}
.cats-item:last-child {
    border-radius: 0 20px 20px 0;
}
.cats-item:last-child::before {
    border-radius: 0 20px 20px 0;
}
.cats-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}
.cats-item__icon svg {
    width: 53px;
    height: 53px;
}
.cats-item__text {
    padding-top: 8px;
    align-self: start;
    justify-self: center;
    text-align: center;
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease;
}
.cats-item:hover::before {
    opacity: 1;
}
.cats-item:hover .cats-item__icon path {
    fill: #fff;
}
.cats-item:hover .cats-item__text {
    color: #fff;
}
.cats-item:nth-child(7):hover .cats-item__icon path {
    fill: transparent;
    stroke: #fff;
}
.cats-item:nth-child(7):hover .cats-item__icon mask path {
    fill: #fff;
    stroke: transparent;
}
.cats-item:nth-child(6):hover .cats-item__icon path {
    fill: #fff;
    stroke: #fff;
}
.brands {
    margin-bottom: 65px;
}
.brands-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.brands-item:hover .brands-item__img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.brands-item__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 201px;
    background: #2b2c7c url(/static/img/brand-bg-1.png) no-repeat center center;
    background-size: cover;
    padding: 38px 16px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px 0 0 20px;
}
.brands-item--bg-1 .brands-item__content {
    background: #2b2c7c url(/static/img/brand-bg-1.png) no-repeat center center;
    background-size: cover;
}
.brands-item--bg-2 .brands-item__content {
    background: #2b2c7c url(/static/img/brand-bg-2.png) no-repeat center center;
    background-size: cover;
}
.brands-item--bg-3 .brands-item__content {
    background: #2b2c7c url(/static/img/brand-bg-3.png) no-repeat center center;
    background-size: cover;
}
.brands-item__img {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.brands-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    border-radius: 0 20px 20px 0;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.brands-item__text {
    font-size: 15px;
    margin-bottom: 15px;
    color: #fff;
}
.brands-item__logo {
    margin-bottom: 45px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.brands-item__logo img {
    display: block;
}
.brands-item__link {
    margin-top: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.brands-item__link span {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-bottom: 1px solid transparent;
}
.brands-item__link:hover span {
    border-bottom-color: #fff;
}
.brands-slider {
    margin: 0 -8px;
}
.brands-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.brands-slider .slick-slide {
    height: auto;
}
.brands-slide {
    padding: 0 8px;
    height: 300px;
}
.brands .row > div:nth-child(2) .brands-item__content {
    background: #2b2c7c url(/static/img/brand-bg-2.png) no-repeat center center;
}
.brands .row > div:nth-child(3) .brands-item__content {
    background: #2b2c7c url(/static/img/brand-bg-3.png) no-repeat center center;
}
.us {
    background: #f5f7fd url(/static/img/us-bg.png) no-repeat center center;
    background-size: cover;
    padding: 92px 0 85px;
}
.us-info {
    padding: 48px 48px 44px 48px;
    background: #2b2c7c url(/static/img/us-box-bg.png) no-repeat center center;
    background-size: cover;
    border-radius: 20px;
}
.us-info__head {
    font-size: 34px;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}
.us-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
}
.us-info__item {
    width: 30%;
    position: relative;
}
.us-info__item::before {
    width: 1px;
    height: 41px;
    background: rgba(255, 255, 255, 0.15);
    right: 0;
}
.us-info__item img {
    display: block;
    margin: 0 auto;
}
.us-info__item:first-child img {
    margin-left: 0;
}
.us-info__item:last-child::before {
    display: none;
}
.us-info__item:nth-child(1) {
    width: 26.5%;
}
.us-info__item:nth-child(2) {
    width: 38%;
}
.us-info__item:nth-child(3) {
    width: 32%;
}
.us-info__item:nth-child(3) img {
    margin-right: 24px;
}
.us-info__text {
    font-size: 17px;
    max-width: 496px;
    color: #fff;
}
.us-nav {
    max-width: 715px;
    margin-left: 17px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.us-nav__item {
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 27.1px 0 rgba(199, 211, 222, 0.1);
    box-shadow: 0 0 27.1px 0 rgba(199, 211, 222, 0.1);
    margin-bottom: 12px;
    padding: 24px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.us-nav__item:last-child {
    margin-bottom: 0;
}
.us-nav__item:hover {
    -webkit-box-shadow: 0 4px 27.1px 0 rgba(199, 211, 222, 0.35);
    box-shadow: 0 4px 27.1px 0 rgba(199, 211, 222, 0.35);
}
.us-nav__item:hover .us-nav__link span {
    border-bottom-color: #4d5469;
}
.us-nav__head {
    font-size: 24px;
    line-height: 1.2;
    color: #2b2c7c;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}
.us-nav__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #4d5469;
}
.us-nav__link span {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-bottom: 1px solid transparent;
}
.news {
    padding: 94px 0 106px;
}
.news .section-head {
    margin-bottom: 50px;
}
.news-slide {
    margin-bottom: 10px;
}
.news-slide:last-child {
    margin-bottom: 0;
}
.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 11px;
    border-radius: 10px;
    border: 1px solid #f5f7fd;
    -webkit-box-shadow: 0 4px 20px 0 #f6f7fc;
    box-shadow: 0 4px 20px 0 #f6f7fc;
    gap: 28px;
}
.news-item:hover {
    -webkit-box-shadow: 0 4px 20px 0 #d0d5ef;
    box-shadow: 0 4px 20px 0 #d0d5ef;
}
.news-item:hover .news-item__link {
    color: #2b2c7c;
}
.news-item:hover .news-item__link path {
    fill: #2b2c7c;
}
.news-item__img {
    width: 162px;
    height: 107px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.news-item__img-bg {
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.news-item__img-logo {
    position: absolute;
    right: 11px;
    bottom: 12px;
    z-index: 2;
    max-width: 70px;
}
.news-item__name {
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 9px;
}
.news-item__date {
    color: #4d5469;
    margin-bottom: 9px;
}
.news-item__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    color: #4d5469;
}
.news-item--large {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    display: block;
}
.news-item--large .news-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-item--large .news-item__img {
    -webkit-box-shadow: 0 4px 20px 0 #f6f7fc;
    box-shadow: 0 4px 20px 0 #f6f7fc;
    width: 100%;
    padding-top: 55.53%;
    margin-bottom: 29px;
}
.news-item--large .news-item__img-bg {
    border-radius: 10px;
}
.news-item--large .news-item__img-logo {
    max-width: 169px;
}
.news-item--large .news-item__date {
    margin-bottom: 0;
}
.card {
    border-radius: 10px;
    border: 1px solid #f5f7fd;
    background: #fff;
    padding: 10px 10px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.card:hover .card__name {
    color: #2b2c7c;
}
.card__img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 217px;
}
.card__img-bg {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.card__img-bg img {
    display: block;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
}
.card__country {
    position: absolute;
    z-index: 2;
    /* left: 4px; */
    /* top: 16px; */
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 2px 8px 2px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}
.card__country img {
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 31px;
    height: 31px;
    display: block;
}
.card__country-text {
    color: #4d5469;
    font-size: 12px;
}
.card__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 12px;
    top: 1px;
    gap: 10px;
    z-index: 2;
}
.card__nav-item {
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    width: 36px;
    height: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card__nav-item:hover path {
    fill: #2b2c7c;
}

.card__nav-item .active path{
    fill: #2b2c7c;
}
.card__view {
    position: absolute;
    right: 12px;
    bottom: 18px;
    z-index: 2;
}
.card__labels {
    position: absolute;
    z-index: 2;
    left: 3px;
    bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
.card__labels-item {
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    padding: 5px 7px;
    color: #fff;
}
.card__labels-item--red {
    background: #f1336c;
    font-weight: 500;
}
.card__labels-item--green {
    background: #32cc82;
}
.card__labels-item--blue {
    background: #2b2c7c;
}
.card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}
.card__articul {
    font-size: 12px;
    color: #4d5469;
}
.card__status {
    font-size: 12px;
    font-weight: 500;
}
.card__status--avaible {
    color: #32cc82;
}
.card__status--disabled {
    color: #f1336c;
}
.card__name {
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease;
}
.card__descr {
    font-size: 12px;
    color: rgba(77, 84, 105, 0.5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 14px;
}
.card__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
}
.card__rating svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card__rating-rating {
    font-size: 12px;
    color: #4d5469;
}
.card__rating-reviews {
    font-size: 12px;
    color: #4d5469;
}
.card__rating-reviews:hover {
    color: #2b2c7c;
}
.card__price {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.card__price-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    margin-bottom: 5px;
}
.card__price-row:last-child {
    margin-bottom: 0;
}
.card__price-old {
    color: #4d5469;
    position: relative;
    margin-left: 3px;
}
.card__price-old.font-14 {
    font-size: 14px;
}
.card__price-old::before {
    left: 0;
    bottom: 4px;
    width: 100%;
    background: #4d5469;
    height: 1px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.card__price-new {
    font-size: 24px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
}
.card__price-new.font-34 {
    font-size: 34px;
}
.card__price-text {
    color: #4d5469;
}
.card__price-sale {
    border-radius: 4px;
    background: #ff153f;
    padding: 1px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}
.card__price-sale.font-10 {
    font-size: 10px;
}
.card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}
.card__cart-toggler {
    background: #2b2c7c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.card__cart-toggler span {
    display: none;
}
.card__cart-toggler:hover {
    background: #1e1f56;
}
.card__cart--disabled .card__cart-toggler,
.card__cart--disabled .card__cart-toggler:hover {
    background: #cdcee3;
    cursor: not-allowed;
    pointer-events: none;
}
.card__cart .quantity {
    display: none;
}
.card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card__content-link {
    display: block;
    padding-top: 16px;
}
.new {
    background: #f5f7fd url(/static/img/new-bg.png) no-repeat center center;
    padding: 97px 0 54px;
}
.new .section-head {
    margin-bottom: 30px;
}
.new--custom {
    padding-top: 96px;
}
.cards-slider {
    margin: 0 -8px;
}
.cards-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cards-slider .slick-slide {
    height: auto;
}
.cards-slide {
    padding: 0 8px;
}
.hits {
    padding: 103px 0 54px;
}
.hits--bottom {
    padding-bottom: 0;
}
.hits .section-head {
    margin-bottom: 24px;
}
.view {
    margin-bottom: 102px;
}
.view-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 71px;
    margin-bottom: 30px;
}
.view-header__text {
    font-size: 14px;
    line-height: 1.3;
    color: #4d5469;
}
.view-header__avaible {
    color: #32cc82;
}
.view-header__disable {
    color: #f1336c;
}
.view-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.view-box {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px 33px 6px;
    width: 100%;
    max-width: 307px;
    margin-right: 45px;
    position: relative;
}
.view-box .slick-dots {
    position: absolute;
    bottom: -33px;
}
.view-info {
    width: calc(100% - 336px);
}
.view-name {
    font-size: 22px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    margin-bottom: 30px;
}
.view-item {
    height: 100%;
}
.view-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 218px;
}
.view-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.view-slider .slick-slide {
    height: auto;
}
.char-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px;
}
.char-dots {
    border-bottom: 1px dotted #d9d9d9;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 4px;
}
.char-value {
    color: #4d5469;
}
.char-link,
.char-show {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.char-link span,
.char-show span {
    border-bottom: 1px solid #000a28;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.char-link svg,
.char-show svg {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.char-link.active svg,
.char-show.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.char-link:hover span,
.char-show:hover span {
    border-bottom-color: transparent;
}
.cart .h2 {
    margin-bottom: 20px;
}
.cart-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cart-nav__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
}
.cart-nav .card__price {
    margin-right: 41px;
}
.cart-nav .quantity {
    margin-right: 11px;
}
.cart-nav .btn {
    margin-right: 11px;
    padding: 20px 24px;
    font-size: 16px;
}
.cart-btn {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f7fd;
}
.cart-btn:hover {
    background: #ebeffc;
}
.cart-btn:hover path {
    fill: #2b2c7c;
}
.cart-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.cart-choose__item input[type="radio"] {
    display: none;
}
.cart-choose__item input[type="radio"] + label {
    font-size: 12px;
    display: block;
    color: #4d5469;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 1px 8px;
    text-align: center;
}
.cart-choose__item input[type="radio"] + label:hover {
    border-color: #2b2c7c;
    color: #2b2c7c;
}
.cart-choose__item input[type="radio"]:checked + label {
    border-color: #2b2c7c;
    color: #2b2c7c;
}
.cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 27px;
}
.cart-header__item:last-child {
    margin-left: auto;
}
.cart-header__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4d5469;
    gap: 12px;
}
.cart-header__labels span + span {
    position: relative;
}
.cart-header__labels span + span::before {
    width: 2px;
    height: 2px;
    background: #4d5469;
    border-radius: 50%;
    left: -7px;
}
.cart-item {
    border-radius: 10px;
    border: 1px solid #ebeffc;
    padding: 20px 13px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cart-item:last-child {
    margin-bottom: 0;
}
.cart-item .card__price {
    text-align: right;
    margin-bottom: 30px;
}
.cart-item .card__price-new {
    white-space: nowrap;
}
.cart-item .card__price-row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.cart-item .card__price-row:last-child {
    margin-bottom: 0;
}
.cart-item .quantity {
    width: 123px;
    height: 46px;
    padding: 10px 10px;
    margin-left: auto;
}
.cart-item .quantity-arrow svg {
    width: 24px;
    height: 24px;
}
.cart-item__checkbox {
    margin-right: 19px;
}
.cart-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
}
.cart-item__img img {
    display: block;
    border-radius: 8px;
    width: 170px;
    height: 155px;
}
.cart-item__articul {
    font-size: 12px;
    color: #4d5469;
    margin-bottom: 19px;
}
.cart-item__content {
    margin-right: 24px;
}
.cart-item__content p {
    margin-bottom: 37px;
    font-size: 14px;
}
.cart-item__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}
.cart-item__button {
    width: 24px;
    height: 24px;
}
.cart-item__button svg {
    display: block;
}
.cart-item__button svg g {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.cart-item__button:hover g {
    opacity: 1;
}
.cart-item__button:hover path {
    fill: #2b2c7c;
}
.share {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.share svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.share span {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-bottom: 1px solid transparent;
}
.share:hover span {
    border-bottom-color: #000a28;
}
.catalog-banner {
    margin-top: 29px;
    display: block;
    border-radius: 20px;
}
.catalog-banner:hover {
    -webkit-box-shadow: 0 4px 25px 0 rgba(89, 108, 118, 0.26);
    box-shadow: 0 4px 25px 0 rgba(89, 108, 118, 0.26);
}
.catalog-banner__img img {
    display: block;
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 100%;
    max-height: 276px;
}
.catalog-banner__content {
    background: #77726f;
    padding: 30px 18px;
    border-radius: 0 0 20px 20px;
}
.catalog-banner__head {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    font-size: 22px;
}
.catalog-banner__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    gap: 5px;
}
.catalog-banner__link svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.catalog-more {
    color: #2b2c7c;
    background: #f5f7fd;
    padding: 25px 15px;
    font-weight: 500;
    text-align: center;
    display: block;
    border-radius: 10px;
    margin-bottom: 30px;
}
.catalog-more:hover {
    background: #2b2c7c;
    color: #fff;
}
.catalog-cards .card__cart-toggler span {
    display: none;
}
.catalog-cards .row > div {
    margin-bottom: 28px;
}
.catalog-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog .h2 {
    margin-bottom: 40px;
}
.catalog-filter {
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}
.catalog-filter .filters-label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}
.catalog-content {
    width: calc(100% - 364px);
}
.catalog-content__head {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 27px;
}
.catalog-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 50px;
}
.catalog-sort__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.catalog-sort__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-sort__select .select2-container--default .select2-selection--single {
    border: none;
}
.catalog-sort__select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 25px;
}
.catalog-sort__select .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    background: url(/static/img/select-arrow-triangle.svg) no-repeat center center;
}
.catalog-sort__select .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    padding-right: 24px;
    font-size: 16px;
    color: #2b2c7c;
}
.catalog-sort__text {
    color: #4d5469;
    margin-right: 8px;
    white-space: nowrap;
}
.catalog-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.catalog-view__item button {
    display: block;
}
.catalog-view__item svg {
    display: block;
}
.catalog-view__item svg path {
    opacity: 0.5;
}
.catalog-view__item:hover svg path {
    opacity: 1;
}
.catalog-view__item.active svg path {
    opacity: 1;
}
.filter {
    width: 346px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px;
}
.filter-color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.filter-color--red {
    background: #fdcdcd;
}
.filter-color--black {
    background: #000a28;
}
.filter-color--lightgray {
    background: #ebebeb;
}
.filter-color--darkgray {
    background: #6d6d6d;
}
.filter-color--blue {
    background: #d3efff;
}
.filter-check .form-checkbox {
    margin-bottom: 16px;
}
.filter-check .form-checkbox label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.filter-check__num {
    font-size: 12px;
    color: #fff;
    background: #2b2c7c;
    padding: 2px 3px;
    border-radius: 4px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filter-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 20px;
    gap: 15px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    border-radius: 20px;
    background: #f5f7fd;
    margin-bottom: 10px;
}
.filter-toggler__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.filter-toggler__icon svg {
    display: block;
}
.filter-box {
    border-radius: 20px;
    background: #f5f7fd;
    margin-bottom: 10px;
}
.filter-box:last-child {
    margin-bottom: 0;
}
.filter-box .form-toggler input[type="checkbox"] + label {
    padding-left: 0;
    padding-right: 40px;
    display: block;
    color: #000a28;
}
.filter-box .form-toggler input[type="checkbox"] + label::before {
    left: auto;
    right: 18px;
}
.filter-box .form-toggler input[type="checkbox"] + label::after {
    left: auto;
    right: 33px;
}
.filter-box .form-toggler input[type="checkbox"]:checked + label::after {
    right: 19px;
}
.filter-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 20px;
    cursor: pointer;
}
.filter-collapse__head {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}
.filter-collapse__toggler svg {
    display: block;
}
.filter-collapse__toggler svg:last-child {
    display: none;
}
.filter-collapse.active .filter-collapse__toggler svg {
    display: none;
}
.filter-collapse.active .filter-collapse__toggler svg:last-child {
    display: block;
}
.filter-body {
    padding: 0 20px 36px;
    display: none;
}
.range-slider {
    margin-top: 55px;
    margin-bottom: 29px;
}
.range-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
}
.range-nav .form-input {
    padding: 14px 11px;
}
.noUi-connects {
    border-radius: 1000px;
}
.noUi-target {
    background: #e5e0eb;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 1000px;
}
.noUi-horizontal {
    height: 8px;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px rgba(19, 56, 77, 0.2);
    box-shadow: 0 0 20px rgba(19, 56, 77, 0.2);
    background: #2b2c7c;
    border: 5px solid #fff;
    cursor: pointer;
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before {
    display: none;
}
.noUi-horizontal .noUi-tooltip {
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
    bottom: 26px;
    width: 100%;
    width: 72px;
    -webkit-box-shadow: 0 0 1px 0 #a7a8ab, 0 2px 8px 0 rgba(19, 56, 77, 0.1);
    box-shadow: 0 0 1px 0 #a7a8ab, 0 2px 8px 0 rgba(19, 56, 77, 0.1);
}
.noUi-horizontal .noUi-tooltip::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    bottom: -11px;
    z-index: -1;
}
.noUi-connect {
    background: #2b2c7c;
}
.contacts .row {
    margin-bottom: 49px;
}
.contacts .h2 {
    margin-bottom: 50px;
}
.contacts-box {
    border-radius: 10px;
    background: #f5f7fd;
    padding: 55px 50px 42px 50px;
}
.contacts-map iframe {
    pointer-events: none;
}
.contacts-map.active iframe {
    pointer-events: initial;
}
.contacts-map iframe {
    display: block;
    height: 376px;
    border-radius: 25px;
    width: 100%;
}
.contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 33px;
    margin-bottom: 24px;
    height: 100%;
}
.contacts-item__icon svg {
    display: block;
}
.contacts-item:last-child {
    margin-bottom: 0;
}
.contacts-item__text {
    color: #4d5469;
    max-width: 454px;
}
.contacts-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
}
.contacts-item__box a {
    color: #4d5469;
    border-bottom: 1px solid #4d5469;
}
.contacts-item__box a:hover {
    border-bottom-color: transparent;
}
.recovery-header {
    margin-bottom: 30px;
}
.recovery-header .h2 {
    margin-bottom: 18px;
}
.recovery-header p {
    margin: 0;
}
.recovery-aside {
    border-radius: 20px;
    background: #f5f7fd;
    padding: 54px 66px 54px 52px;
}
.recovery-list li {
    margin-bottom: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e0e0e0;
}
.recovery-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.recovery-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.recovery-list a:hover {
    color: #2b2c7c;
}
.recovery-list a:hover path {
    fill: #2b2c7c;
}
.recovery-list__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.recovery-list__icon svg {
    display: block;
}
.recovery-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
.recovery-form__input {
    width: 100%;
    max-width: 365px;
}
.registr-head .h2 {
    margin-bottom: 14px;
}
.registr-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px;
}
.registr-step__text {
    color: #4d5469;
}
.registr-tab {
    margin: 0 -8px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.registr-tab__btn {
    margin: 0 8px;
    width: calc(33.333% - 16px);
    border-radius: 20px;
    background: #dfe7ff;
    padding: 25px 30px 29px;
    cursor: pointer;
}
.registr-tab__btn input[type="radio"] {
    display: none;
}
.registr-tab__btn input[type="radio"] + label {
    display: block;
    height: 100%;
    cursor: pointer;
}
.registr-tab__btn input[type="radio"]:checked + label .registr-tab__radio::after {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #2b2c7c;
    left: 5px;
}
.registr-tab__icon {
    border-radius: 50%;
    background: #fff;
    width: 93px;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 43px;
}
.registr-tab__radio {
    color: #4d5469;
    padding-left: 30px;
    position: relative;
    display: block;
}
.registr-tab__radio::before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #e4e9f9;
    background: #fff;
    left: 0;
}
.registr-item {
    position: relative;
    margin-bottom: 32px;
}
.registr-item textarea {
    height: 44px;
    max-width: 348px;
    resize: vertical;
}
.registr-item .error-message {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
}
.registr-describe {
    margin-bottom: 45px;
}
.registr-describe p {
    margin-bottom: 18px;
    max-width: 900px;
    color: #4d5469;
}
.registr-describe p:last-child {
    margin-bottom: 0;
}
.ml-auto {
    margin-left: auto;
}
.textarea-wrap {
    height: 44px;
    position: relative;
}
.textarea-wrap__abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.textarea-wrap__abs textarea {
    height: 98px;
    max-height: 250px;
    min-height: 44px;
}
.textarea-wrap__abs .input-counter {
    margin-top: 4px;
    position: static;
}
.post-aside {
    padding-top: 5px;
}
.post-aside__widget {
    margin-bottom: 30px;
}
.post-aside__widget:last-child {
    margin-bottom: 0;
}
.post-aside__head {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 35px;
    font-family: "Nunito Sans", sans-serif;
}
.post-aside__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 8px;
}
.post-aside__item {
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 20px 0 #f6f7fc;
    box-shadow: 0 4px 20px 0 #f6f7fc;
    background: #f5f7fd;
    padding: 10px 10px 24px;
    margin-bottom: 10px;
    display: block;
}
.post-aside__item:hover .news-item__link {
    color: #2b2c7c;
}
.post-aside__item:hover .news-item__link path {
    fill: #2b2c7c;
}
.post-aside__img:last-child {
    margin-bottom: 0;
}
.post-aside__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post-aside__date {
    color: #4d5469;
}
.post .h2 {
    margin-bottom: 50px;
}
.post-image {
    margin-bottom: 50px;
}
.post-image img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.post-content {
    padding-top: 88px;
    background: #f5f7fd;
    border-radius: 0 20px 0 0;
    position: relative;
    z-index: 1;
    padding-right: 38px;
}
.post-content__box {
    margin-bottom: 56px;
}
.post-content__box:last-child {
    margin-bottom: 0;
}
.post-content::before {
    border-radius: 0 20px 0 0;
    right: 0;
    top: 0;
    background: #f5f7fd;
    width: 100vw;
    bottom: 0;
    height: calc(100% + 90px);
    z-index: -1;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    font-weight: 700;
}
.post-content h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.post-content h3 {
    font-size: 38px;
    margin-bottom: 32px;
}
.post-content h4 {
    font-size: 36px;
    margin-bottom: 26px;
}
.post-content h5,
.post-content h6 {
    font-size: 34px;
    margin-bottom: 26px;
}
.post-content a {
    border-bottom: 1px solid #4d5469;
}
.post-content a:hover {
    border-bottom-color: transparent;
}
.post-content p {
    margin-bottom: 26px;
    color: #4d5469;
}
.post-content p img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.post-content p:last-child {
    margin-bottom: 0;
}
.post-content ol {
    counter-reset: post-counter;
    padding: 0;
    margin: 0;
    margin-bottom: 26px;
}
.post-content ol:last-child {
    margin-bottom: 0;
}
.post-content ol li {
    counter-increment: post-counter;
    padding-left: 32px;
    position: relative;
    color: #4d5469;
}
.post-content ol li + li {
    margin-top: 15px;
}
.post-content ol li::before {
    content: counter(post-counter);
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2b2c7c;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
}
.post-content ul {
    margin-bottom: 26px;
}
.post-content ul:last-child {
    margin-bottom: 0;
}
.post-content ul li {
    padding-left: 19px;
    position: relative;
    color: #4d5469;
}
.post-content ul li + li {
    margin-top: 15px;
}
.post-content ul li::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #2b2c7c;
    left: 0;
}
.blog .news-item {
    border-radius: 10px;
    padding: 10px 10px 22px;
    border-radius: 10px;
    border: 1px solid #f5f7fd;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px 0 #f6f7fc;
    box-shadow: 0 4px 20px 0 #f6f7fc;
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 18px);
    gap: 0;
}
.blog .news-item:hover {
    -webkit-box-shadow: 0 4px 20px 0 #d0d5ef;
    box-shadow: 0 4px 20px 0 #d0d5ef;
}
.blog .news-item__img {
    margin-bottom: 21px;
}
.blog .news-item__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.blog .news-item__row {
    margin-top: auto;
}
.blog .row {
    margin-bottom: 48px;
}
.blog .row:last-child {
    margin-bottom: 0;
}
.blog-subscribe {
    background: #f5f7fd url(/static/img/blog-subscribe-bg.png) no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 73px 24px 33px;
    height: 100%;
}
.blog-subscribe__head {
    color: #2b2c7c;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 47px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}
.blog-subscribe__text {
    font-size: 12px;
    color: #4d5469;
}
.blog-subscribe__form {
    position: relative;
    margin-bottom: 46px;
    max-width: 281px;
}
.blog-subscribe__form button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background: #2b2c7c;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: absolute;
    right: 3px;
    width: 36px;
    height: 36px;
}
.blog-subscribe__form button:hover {
    background: #20215e;
}
.blog-subscribe__form button svg {
    display: block;
}
.blog-main {
    border-radius: 10px;
    background: #fff;
    padding: 26px 24px 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    border-radius: 10px;
    border: 1px solid #f5f7fd;
    -webkit-box-shadow: 0 4px 20px 0 #f6f7fc;
    box-shadow: 0 4px 20px 0 #f6f7fc;
    height: 100%;
}
.blog-main:hover {
    -webkit-box-shadow: 0 4px 20px 0 #d0d5ef;
    box-shadow: 0 4px 20px 0 #d0d5ef;
}
.blog-main .news-item__link:hover {
    color: #2b2c7c;
}
.blog-main .news-item__link:hover path {
    fill: #2b2c7c;
}
.blog-main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-main__content .news-item__link {
    margin-top: auto;
}
.blog-main__name {
    line-height: 1.2;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 11px;
}
.blog-main__name:hover {
    color: #2b2c7c;
}
.blog-main__date {
    margin-bottom: 24px;
    color: #4d5469;
}
.blog-main__text {
    color: #4d5469;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.blog-main__img {
    width: 100%;
    max-width: 477px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.blog-main__img img {
    display: block;
    width: 100%;
    border-radius: 5px;
}
.lk .h2 {
    margin-bottom: 33px;
}
.lk-app__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
}
.lk-app__nav .form-policy {
    font-size: 14px;
    max-width: 320px;
}
.lk-app__nav .btn {
    font-size: 16px;
    width: 100%;
    max-width: 170px;
}
.lk-app .row {
    margin-bottom: 110px;
}
.lk-app .row > div {
    margin-bottom: 25px;
}
.lk-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px;
    gap: 20px;
}
.lk-user__icon {
    width: 103px;
    height: 103px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f7fd;
    font-size: 28px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    font-weight: 700;
    color: #2b2c7c;
}
.lk-user__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}
.lk-user__name span span {
    font-weight: 600;
}
.lk-user__edit svg {
    display: block;
}
.lk-user__edit:hover path {
    fill: #2b2c7c;
}
.lk-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.lk-nav {
    width: 227px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 20px;
    background: #f5f7fd;
    padding: 36px 12px 36px 0;
    margin-right: 21px;
}
.lk-nav__list a svg {
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(1204%) hue-rotate(218deg) brightness(93%) contrast(98%);
    filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(1204%) hue-rotate(218deg) brightness(93%) contrast(98%);
}
.lk-nav__list-icon svg {
    display: block;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.lk-nav__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    color: #2b2c7c;
    position: relative;
    padding-left: 20px;
}
.lk-nav__list a::before {
    left: 0;
    height: 20px;
    width: 2px;
    border-radius: 100px;
    background: #2b2c7c;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.lk-nav__list a:hover {
    color: #2b2c7c;
}
.lk-nav__list a:hover svg {
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(1204%) hue-rotate(218deg) brightness(93%) contrast(98%);
    filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(1204%) hue-rotate(218deg) brightness(93%) contrast(98%);
}
.lk-nav__list a:hover::before {
    opacity: 1;
    visibility: visible;
}
.lk-nav__list li.active a {
    color: #2b2c7c;
}
.lk-nav__list li.active a svg {
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(1204%) hue-rotate(218deg) brightness(93%) contrast(98%);
    filter: brightness(0) saturate(100%) invert(16%) sepia(90%) saturate(1204%) hue-rotate(218deg) brightness(93%) contrast(98%);
}
.lk-nav__list li.active a::before {
    opacity: 1;
    visibility: visible;
}
.lk-nav__list li + li {
    margin-top: 25px;
}
.lk-content {
    width: calc(100% - 250px);
}
.lk-content__header {
    margin-bottom: 12px;
}
.lk-content__head {
    font-weight: 500;
    margin-bottom: 20px;
}
.lk-content__row {
    margin-bottom: 53px;
}
.lk-content__row:last-child {
    margin-bottom: 0;
}
.lk-content__row .row {
    margin: 0 -10px;
}
.lk-content__row .row > div {
    padding: 0 10px;
}
.lk-adress {
    border-radius: 10px;
    border: 1px solid #ebeffc;
    background: #fff;
    padding: 37px 23px 71px;
}
.lk-adress__box {
    margin-bottom: 22px;
}
.lk-adress__box:last-child {
    margin-bottom: 0;
}
.lk-adress__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 126px;
}
.lk-adress__item:first-child {
    width: 100%;
    max-width: 320px;
}
.lk-adress__item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.lk-adress__item:last-child .form-label {
    margin-bottom: 16px;
}
.lk-adress__item:last-child .btn {
    margin-top: auto;
    width: 100%;
    max-width: 170px;
}
.lk-adress__home {
    border-radius: 20px;
    background: #f5f7fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
    gap: 10px;
}
.lk-adress__home input[type="radio"] {
    display: none;
}
.lk-adress__home input[type="radio"] + label {
    display: block;
    padding: 17px 35px;
    border-radius: 14px;
    font-weight: 500;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
}
.lk-adress__home input[type="radio"]:checked + label {
    background: #2b2c7c;
    color: #fff;
}
.lk-order {
    max-width: 948px;
}
.lk-order__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 4px;
    max-width: 320px;
}
.lk-order__info-row .lk-order__info-text {
    margin-bottom: 0;
}
.lk-order__info-row:last-child {
    margin-bottom: 0;
}
.lk-order__info-price {
    font-weight: 500;
    font-size: 14px;
}
.lk-order__info-price span {
    font-weight: 700;
}
.lk-order__info-box {
    margin-bottom: 30px;
}
.lk-order__info-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.lk-order__info-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}
.lk-order__info-icon svg {
    display: block;
}
.lk-order__info-head {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 16px;
}
.lk-order__info-text {
    color: #4d5469;
    font-size: 14px;
    margin-bottom: 4px;
}
.lk-order__info-text:last-child {
    margin-bottom: 0;
}
.lk-order__info-text.font-12 {
    font-size: 12px;
}
.lk-order__stat {
    width: 100%;
    max-width: 401px;
    margin-bottom: 47px;
}
.lk-order__stat-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 39px;
}
.lk-order__stat-row:last-child {
    margin-bottom: 0;
}
.lk-order__stat-item {
    width: 25%;
}
.lk-order__stat-item:last-child .lk-order__stat-round::before {
    display: none;
}
.lk-order__stat-item.active .lk-order__stat-round {
    background: #32cc82;
}
.lk-order__stat-round {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ebeffc;
    margin-bottom: 15px;
    position: relative;
}
.lk-order__stat-round::before {
    height: 1px;
    width: 60px;
    left: calc(100% + 9px);
    border-bottom: 1px dashed #e4e4e4;
}
.lk-order__stat-text {
    font-size: 14px;
}
.lk-order__left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.lk-order__left .lk-order__order {
    text-align: left;
}
.lk-order__left .lk-order__images {
    display: block;
    margin-bottom: 60px;
}
.lk-order__left .lk-order__images-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.lk-order__left .lk-order__images-block:last-child {
    margin-bottom: 0;
}
.lk-order__left .lk-order__images-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.lk-order__left .lk-order__images-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 31px;
}
.lk-order__left .lk-order__images-icon img {
    width: auto;
    height: 84px;
    border-radius: 8px;
    display: block;
}
.lk-order__left .lk-order__images-name {
    font-size: 13px;
    color: #4d5469;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lk-order__left .lk-order__images-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: auto;
}
.lk-order__order {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 24px;
    text-align: right;
}
.lk-order__order span {
    font-weight: 700;
}
.lk-order__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
}
.lk-order__right .stats {
    width: 377px;
    margin-left: auto;
}
.lk-order__box {
    border-radius: 10px;
    border: 1px solid #ebeffc;
    padding: 24px 24px;
    margin-bottom: 16px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 36px;
}
.lk-order__box:last-child {
    margin-bottom: 0;
}
.lk-order__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 7px;
}
.lk-order__images-link {
    border-radius: 8px;
    background: #f5f7fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 92px;
    height: 84px;
    font-size: 12px;
}
.lk-order__images-link:hover {
    background: #e4e9fa;
}
.lk-order__images-item img {
    border-radius: 8px;
    width: auto;
    height: 84px;
    display: block;
}
.lk-order__header {
    margin-bottom: 33px;
    gap: 12px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lk-order__header-head {
    font-size: 14px;
    font-weight: 500;
}
.lk-order__header-status {
    font-size: 14px;
    position: relative;
    padding-left: 16px;
}
.lk-order__header-status::before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 0;
}
.lk-order__header-status--green {
    color: #32cc82;
}
.lk-order__header-status--green::before {
    background: #32cc82;
}
.lk-order__header-status--blue {
    color: #7989b9;
}
.lk-order__header-status--blue::before {
    background: #7989b9;
}
.lk-order__header-status--red {
    color: #ed0000;
}
.lk-order__header-status--red::before {
    background: #ed0000;
}
.lk-order__date,
.lk-order__num {
    font-size: 14px;
    color: #4d5469;
}
.lk-order__num {
    margin-bottom: 4px;
}
.lk-order__reply {
    margin-top: 26px;
}
.lk-order__reply-head {
    font-weight: 500;
    margin-bottom: 16px;
    font-size: 14px;
}
.lk-order__reply-text {
    font-size: 14px;
    color: #4d5469;
    max-width: 826px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.lk-order__reply-text.active {
    overflow: visible;
    display: block;
}
.stats {
    padding: 40px 30px;
    border-radius: 20px;
    background: #f5f7fd;
}
.stats-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 29px;
    margin-bottom: 29px;
}
.stats-header__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4d5469;
    gap: 12px;
}
.stats-header__labels span + span {
    position: relative;
}
.stats-header__labels span + span::before {
    width: 2px;
    height: 2px;
    background: #4d5469;
    border-radius: 50%;
    left: -7px;
}
.stats-header__head {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}
.stats-body {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 29px;
    margin-bottom: 29px;
}
.stats-body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
}
.stats-body__row:last-child {
    margin-bottom: 0;
}
.stats-body__text {
    color: #4d5469;
}
.stats-body__value {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}
.stats-footer .form-policy {
    margin-top: 28px;
}
.stats-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 29px;
}
.stats-footer__text {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}
.stats-footer .btn {
    width: 100%;
}
.stats-footer__repeat {
    margin-top: 29px;
}
.order-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin: 24px 0 0 0;
}
.order-delivery__label {
    border-radius: 100px;
    border: 1px solid #2b2c7c;
    color: #4d5469;
    font-size: 13px;
    padding: 10px 14px;
    display: inline-block;
}
.order-delivery__text {
    margin-bottom: 26px;
    max-width: 276px;
    color: #4d5469;
}
.order-delivery__label {
    margin-top: auto;
    align-self: flex-start;
}
.order-delivery__item {
    width: calc(50% - 8px);
}
.order-delivery__item input[type="radio"] {
    display: none;
}
.order-delivery__item input[type="radio"] + label {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    background: #f5f7fd;
    padding: 24px 16px;
    cursor: pointer;
}
.order-delivery__item input[type="radio"]:checked + label .order-delivery__head::after {
    opacity: 1;
    visibility: visible;
}
.order-delivery__head {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.48;
    margin-bottom: 14px;
    position: relative;
    padding-left: 30px;
}
.order-delivery__head::before {
    border: 1px solid #e4e9f9;
    background: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    left: 0;
}
.order-delivery__head::after {
    background: #2b2c7c;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}
.order-total__text {
    font-size: 20px;
    color: #4d5469;
}
.order-box {
    border-radius: 10px;
    border: 1px solid #ebeffc;
    padding: 40px 30px;
    margin-bottom: 16px;
}
.order-box:last-child {
    margin-bottom: 0;
}
.order-box .row {
    margin-bottom: -10px;
    max-width: 707px;
}
.order-head {
    margin-bottom: 30px;
}
.order-item {
    margin-bottom: 30px;
    position: relative;
}
.brand-top {
    margin-bottom: 50px;
    margin-top: 5px;
}
.brand-descr {
    padding-bottom: 125px;
}
.brand-descr__info {
    margin-left: 57px;
}
.brand-descr__info .h2 {
    margin-bottom: 24px;
}
.brand-descr__info .blockquote {
    padding: 10px 22px;
    border-left: 3px solid #2b2c7c;
    margin: 0;
    margin-bottom: 34px;
}
.brand-descr__info .blockquote:last-child {
    margin-bottom: 0;
}
.brand-descr__info p {
    margin-bottom: 34px;
    color: #4d5469;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brand-descr__info p:last-child {
    margin-bottom: 0;
}
.brand-descr__info.active blockquote,
.brand-descr__info.active p {
    overflow: visible;
    display: block;
}
.brand-descr__img img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.brand-collection {
    padding: 133px 0 125px;
}
.brand-collection .h2 {
    margin-bottom: 42px;
}
.brand-collection .row {
    margin-bottom: -30px;
}
.brand-collection .row > div {
    margin-bottom: 30px;
}
.brand-collection__item {
    display: block;
}
.brand-collection__item:hover .brand-collection__item-content {
    color: #2b2c7c;
}
.brand-collection__item-content {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-weight: 600;
}
.brand-collection__item-img {
    margin-bottom: 27px;
}
.brand-collection__item-img img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 20px;
}
.brand-features {
    background: url(/static/img/brand-history-bg.png) no-repeat center center;
    background-size: cover;
    padding: 80px 0 96px;
}
.brand-features .h2 {
    margin-bottom: 60px;
}
.brand-features__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 12px;
}
.brand-features__text {
    color: #4d5469;
}
.brand-features__num {
    font-size: 50px;
    line-height: 1.2;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    color: #2b2c7c;
}
.brand-features__num-text {
    font-size: 20px;
    line-height: 1.2;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    color: #2b2c7c;
}
.brand-history {
    padding: 73px 0 120px;
    overflow: hidden;
}
.brand-history__box {
    position: relative;
}
.brand-history__right {
    position: absolute;
    right: 0;
    width: 55vw;
}
.brand-history__slider {
    margin: 0 -15px;
}
.brand-history__slider .slick-dots {
    margin-left: 15px;
    width: 16.5vw;
    margin-top: -30px;
}
.brand-history__slider .slick-dots li {
    background: #fff;
    border: 1px solid #fff;
}
.brand-history__slider .slick-dots li.slick-active {
    background: 0 0;
}
.brand-history__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.brand-history__slide {
    padding: 0 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    -webkit-transform: scaleY(0.75) scaleX(0.9);
    -ms-transform: scaleY(0.75) scaleX(0.9);
    transform: scaleY(0.75) scaleX(0.9);
}
.brand-history__slide img {
    border-radius: 20px;
    width: 100%;
}
.brand-history__slide.slick-current {
    -webkit-transform: scaleY(1) scaleX(1);
    -ms-transform: scaleY(1) scaleX(1);
    transform: scaleY(1) scaleX(1);
}
.brand-history__info .h2 {
    margin-bottom: 40px;
}
.brand-history__info .blockquote {
    padding: 10px 22px;
    border-left: 3px solid #2b2c7c;
    margin: 0;
    margin-bottom: 34px;
}
.brand-history__info .blockquote:last-child {
    margin-bottom: 0;
}
.brand-history__info p {
    margin-bottom: 34px;
    color: #4d5469;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brand-history__info p:last-child {
    margin-bottom: 0;
}
.brand-history__info.active blockquote,
.brand-history__info.active p {
    overflow: visible;
    display: block;
}
.brand-box {
    margin-bottom: 30px;
}
.brand-box:last-child {
    margin-bottom: 0;
}
.brand .h2 {
    margin-bottom: 46px;
}
.brand-head {
    font-weight: 700;
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    margin-bottom: 27px;
}
.brand-header {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 18px;
    font-weight: 700;
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.2;
    margin-bottom: 31px;
}
.brand .filters-sort {
    margin-bottom: 53px;
}
.brand .filters-label {
    margin-bottom: 38px;
}
.brand-item {
    border-radius: 10px;
    border: 1px solid #ebeffc;
    background: #fff;
    padding: 16px 16px;
}
.brand-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.brand-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 125px;
    margin-bottom: 20px;
}
.brand-item:hover {
    background-color: #f5f7fd;
}
.brand-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto;
}
.brand-item__img img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 75px;
}
.brand-item__text {
    text-align: center;
    font-size: 14px;
    color: #4d5469;
    margin-top: auto;
}
.filters {
    margin-bottom: 98px;
}
.filters-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    overflow-x: auto;
}
.filters-label__button,
.filters-label__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 11px 13px;
    border: 1px solid transparent;
    color: #4d5469;
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
    background: #f5f7fd;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
}
.filters-label__button::before,
.filters-label__item::before {
    width: 20px;
    height: 20px;
    right: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: url(/static/img/filter-close.svg) no-repeat center center;
}
.filters-label__button:hover,
.filters-label__item:hover {
    border-color: #2b2c7c;
}
.filters-label__button.active,
.filters-label__item.active {
    color: #2b2c7c;
    border-color: #2b2c7c;
    padding-right: 37px;
}
.filters-label__button.active::before,
.filters-label__item.active::before {
    opacity: 1;
    visibility: visible;
}
.filters-label__button {
    color: #2b2c7c;
    border-color: #2b2c7c;
    padding-right: 37px;
}
.filters-label__button::before {
    opacity: 1;
    visibility: visible;
    background: url(/static/img/filter-add.svg) no-repeat center center;
}
.filters-label__button:hover {
    background: #2b2c7c;
    color: #fff;
}
.filters-label__button:hover::before {
    background: url(/static/img/filter-add-white.svg) no-repeat center center;
}
.filters-sort {
    border-radius: 10px;
    background: #f5f7fd;
    padding: 0 41px;
    gap: 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
}
.filters-sort__item {
    padding: 26px 21px;
    font-size: 16px;
    color: #4d5469;
    font-weight: 400;
    font-family: Onest, sans-serif;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.filters-sort__item.active {
    border-bottom-color: #2b2c7c;
}
.filters-sort__item:hover {
    border-bottom-color: #2b2c7c;
}
.filters-alphabet__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 4px;
    margin-bottom: 7px;
}
.filters-alphabet__labels:last-child {
    margin-bottom: 0;
}
.filters-alphabet__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}
.filters-alphabet__all {
    padding: 11px 13px;
    border: 1px solid #2b2c7c;
    color: #2b2c7c;
    font-family: Onest, sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
    background: #f5f7fd;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    top: -10px;
}
.filters-alphabet__all:hover {
    background: #2b2c7c;
    color: #fff;
}
.filters-alphabet__btn {
    padding: 2px 6px;
    color: #000a28;
    font-family: Onest, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    min-width: 26px;
    min-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.filters-alphabet__btn.disabled {
    color: rgba(77, 84, 105, 0.5);
    pointer-events: none;
}
.filters-alphabet__btn:hover {
    background: #f5f7fd;
    color: #2b2c7c;
}
.filters-alphabet__btn.active {
    background: #f5f7fd;
    color: #2b2c7c;
}
.seo {
    margin-top: 110px;
}
.seo--bottom {
    margin-bottom: 120px;
}
.seo .h2 {
    margin-bottom: 28px;
}
.seo p {
    color: #4d5469;
    margin-bottom: 18px;
}
.seo p:last-child {
    margin-bottom: 0;
}
.set {
    background: #ebeffc;
    padding: 13px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
}
.set-head {
    font-size: 14px;
    color: #4d5469;
}
.goods .cart-nav .quantity {
    margin-bottom: 0;
    width: 172px;
}
.goods-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    gap: 12px;
}
.goods-set__head {
    color: #2b2c7c;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.goods-set__head svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.goods-set__text {
    color: #4d5469;
}
.goods-vertical {
    width: 151px;
    margin-right: 13px;
    position: relative;
    padding: 25px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}
.goods-vertical.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.goods-vertical__slide {
    margin-bottom: 9px;
}
.goods-vertical__item {
    border-radius: 6px;
    border: 1px solid #ececec;
    padding: 7px 17px;
    cursor: pointer;
}
.goods-vertical__item img {
    display: block;
    margin: 0 auto;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.goods-vertical .slick-prev {
    top: 0;
}
.goods-vertical .slick-next {
    bottom: 0;
}
.goods-vertical .slick-arrow {
    width: 24px;
    height: 24px;
    border: none;
    left: 50%;
    background: 0 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    position: absolute;
    z-index: 10;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}
.goods-vertical .slick-arrow g {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.goods-vertical .slick-arrow:hover g {
    opacity: 1;
}
.goods-vertical .slick-arrow:hover path {
    fill: #2b2c7c;
}
.goods-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    margin-right: 17px;
}
.goods-view .goods-for {
    margin-bottom: 14px;
}
.goods-view .goods-top {
    width: calc(100% - 164px);
}
.goods .quantity {
    width: 100%;
    height: 64px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.goods .quantity-row {
    width: 100%;
}
.goods-links {
    display: none;
}
.goods-menu {
    display: none;
}
.goods-tabs__nav {
    border-radius: 10px;
    background: #f5f7fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
    padding: 0 62px;
    margin-bottom: 43px;
}
.goods-tabs__nav-btn {
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    color: #4d5469;
    padding: 27px 0;
}
.goods-tabs__nav-btn.active {
    color: #2b2c7c;
}
.goods-tabs__nav-btn:hover {
    color: #2b2c7c;
}
.goods-tabs__content-item .char {
    max-width: 100%;
}
.goods-tabs__content-item li {
    color: #4d5469;
    position: relative;
    padding-left: 24px;
}
.goods-tabs__content-item li::before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #4d5469;
    left: 10px;
}
.goods-for {
    border-radius: 10px;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}
.goods-for.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.goods-for .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.goods-for .slick-slide {
    height: auto;
}
.goods-for__item {
    height: 100%;
    position: relative;
    padding: 12px 65px 17px;
}
.goods-for__item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.goods-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 49px;
}
.goods-image {
    width: 100%;
    max-width: 469px;
    margin-right: 16px;
}
.goods-content {
    width: calc(100% - 485px);
}
.goods-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.goods-content__name {
    font-size: 22px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 26px;
}
.goods-top {
    position: relative;
}
.goods-top .card__country {
    left: 10px;
    top: 10px;
}
.goods-nav {
    margin: 0 24px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}
.goods-nav.slick-initialized {
    opacity: 1;
    visibility: visible;
}
.goods-nav .slick-prev {
    left: -24px;
}
.goods-nav .slick-next {
    right: -24px;
}
.goods-nav .slick-arrow {
    width: 24px;
    height: 24px;
    border: none;
    background: 0 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    position: absolute;
    z-index: 10;
}
.goods-nav .slick-arrow g {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.goods-nav .slick-arrow:hover g {
    opacity: 1;
}
.goods-nav .slick-arrow:hover path {
    fill: #2b2c7c;
}
.goods-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.goods-nav .slick-slide {
    height: auto;
}
.goods-nav__slide {
    padding: 0 5px;
}
.goods-nav__item {
    border-radius: 6px;
    border: 1px solid #ececec;
    height: 100%;
    cursor: pointer;
}
.goods-nav__item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 84px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}
.goods-calc {
    margin-bottom: 35px;
}
.goods-calc__value {
    color: #4d5469;
    text-align: center;
}
.goods-calc__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    background: #f5f7fd;
    gap: 12px;
    margin-bottom: 18px;
}
.goods-calc__item {
    width: 33.333%;
}
.goods-calc__item input[type="radio"] {
    display: none;
}
.goods-calc__item input[type="radio"] + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 14.6px 27px;
    border-radius: 10px;
    color: #2b2c7c;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
    text-align: center;
}
.goods-calc__item input[type="radio"] + label:hover {
    background: #2b2c7c;
    color: #fff;
}
.goods-calc__item input[type="radio"]:checked + label {
    background: #2b2c7c;
    color: #fff;
}
.goods-aside {
    border-radius: 10px;
    width: 100%;
    max-width: 336px;
    -webkit-box-shadow: 0 4px 15px 0 rgba(208, 202, 202, 0.25);
    box-shadow: 0 4px 15px 0 rgba(208, 202, 202, 0.25);
    padding: 20px 15px 35px;
}
.goods-aside .char-name,
.goods-aside .char-value {
    font-size: 14px;
}
.goods-aside__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 27px;
}
.goods-aside__nav .btn {
    width: 100%;
    padding: 20px 8px;
    font-size: 16px;
    font-weight: 500;
}
.goods-aside .card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 33px;
}
.goods-aside .card__price-row {
    margin-bottom: 0;
}
.goods-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.goods-labels a.goods-labels__item:hover {
    color: #2b2c7c;
}
.goods-labels a.goods-labels__item:hover path {
    fill: #2b2c7c;
}
.goods-labels__char {
    display: none;
}
.goods-labels__item {
    color: rgba(77, 84, 105, 0.5);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.goods-labels__item path {
    fill: rgba(77, 84, 105, 0.5);
}
.goods-info {
    margin-right: 31px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.goods-filter {
    margin-bottom: 40px;
}
.goods-filter:last-child {
    margin-bottom: 0;
}
.goods-filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}
.goods-filter__head {
    font-size: 14px;
    margin-bottom: 8px;
}
.goods-filter__item input[type="radio"] {
    display: none;
}
.goods-filter__item input[type="radio"] + label {
    display: block;
    color: #4d5469;
    border: 1px solid #ebeffc;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 7.6px 18px;
    text-align: center;
}
.goods-filter__item input[type="radio"] + label:hover {
    border-color: #2b2c7c;
}
.goods-filter__item input[type="radio"]:checked + label {
    border-color: #2b2c7c;
}
.goods-filter__box {
    margin-bottom: 25px;
}
.goods-filter__box:last-child {
    margin-bottom: 0;
}
.bg-lightgray {
    background: #f5f7fd;
}
.often {
    padding: 80px 0 80px;
}
.similar {
    padding: 80px 0 120px;
}
.company {
    margin-top: 94px;
    margin-bottom: 64px;
}
.company-slide {
    padding: 0 8px;
}
.company-slider {
    margin: 0 -8px;
}
.company-slider .brand-item {
    padding: 16px;
}
.company-slider .brand-item__img {
    height: auto;
    margin-top: 0;
}
.company-slider .brand-item__img img {
    height: 100%;
    max-width: 193px;
}
.compare-table {
    display: block !important;
    width: 100%;
}
.compare-table td {
    width: 242px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 242px;
}
.compare-header td {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.48;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}
.compare-overflow {
    overflow-x: auto;
}
.compare-tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    gap: 121px;
    margin-bottom: 32px;
    padding-bottom: 10px;
    overflow-x: auto;
}
.compare-tabs__btn {
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-size: 20px;
    color: #4d5469;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    white-space: nowrap;
}
.compare-tabs__btn::before {
    height: 3px;
    background: #2b2c7c;
    left: 0;
    width: 100%;
    bottom: -10px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    visibility: hidden;
}
.compare-tabs__btn:hover {
    color: #000a28;
}
.compare-tabs__btn.active {
    color: #000a28;
}
.compare-tabs__btn.active::before {
    opacity: 1;
    visibility: visible;
}
.compare-item {
    padding: 0 8px;
}
.compare-row--hidden {
    display: none !important;
}
.compare-row {
    vertical-align: top;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.compare-info td {
    padding-top: 20px;
    padding-bottom: 60px;
}
.compare-info td:first-child {
    padding-left: 0;
}
.compare-nav {
    padding: 0 8px;
}
.compare-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.compare-nav__buttons .link {
    margin-bottom: 20px;
}
.compare-nav__buttons .link:last-child {
    margin-bottom: 0;
}
.compare-nav__choose {
    margin-bottom: 40px;
}
.compare-nav__choose-item {
    margin-bottom: 30px;
}
.compare-nav__choose-item:last-child {
    margin-bottom: 0;
}
.product {
    padding-top: 5px;
    padding-bottom: 132px;
}
.product .breadcrumb {
    margin-bottom: 32px;
}
.product-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-item__checkbox {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 2;
}
.product-item__checkbox input[type="checkbox"] {
    display: none;
}
.product-item__checkbox input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    display: block;
    width: 23px;
    height: 23px;
}
.product-item__checkbox input[type="checkbox"] + label::before {
    width: 26px;
    height: 26px;
    left: 0;
    border: 2px solid #2b2c7c;
    border-radius: 6px;
    background: #fff;
}
.product-item__checkbox input[type="checkbox"]:checked + label::before {
    border-color: #2b2c7c;
}
.product-item__checkbox input[type="checkbox"]:checked + label::after {
    background: url(/static/img/product-check.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    left: 6px;
    background-size: contain;
}
.product-item:hover .product-item__name {
    color: #2b2c7c;
}
.product-item .card__price {
    margin-bottom: 24px;
    margin-top: auto;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
}
.product-item__name {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 62px;
}
.product-item__link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-item__img {
    overflow: hidden;
    border-radius: 8px;
    padding-top: 66.25%;
    position: relative;
    margin-bottom: 25px;
}
.product-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.product-item__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}
.product-item__nav-btn g {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.product-item__nav-btn:hover g {
    opacity: 1;
}
.product-item__nav-btn:hover path {
    fill: #2b2c7c;
}
.product-item__nav-btn svg {
    display: block;
}
.product-item--custom {
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px 20px;
}
.product-item--custom .production-item__name {
    -webkit-line-clamp: 2;
}
.product-item--custom .card__price {
    margin-bottom: 0;
}
.additionally {
    padding: 90px 0 48px;
}
.additionally .h2 {
    margin-bottom: 56px;
}
.additionally-price__head {
    margin-bottom: 2px;
}
.additionally .cart-nav {
    gap: 26px;
}
.additionally .cart-nav .card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    margin-right: 0;
}
.additionally .cart-nav .card__price-row {
    margin: 0;
}
.additionally-bottom {
    border-top: 1px solid #ddd;
    padding-top: 50px;
    margin-top: 50px;
}
.additionally-comp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 16px;
    border-radius: 10px;
    background: #fff;
    gap: 24px;
}
.additionally-comp__box {
    max-width: 348px;
    width: 100%;
    margin-left: auto;
}
.additionally-comp__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}
.additionally-comp__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.additionally-comp__img img {
    display: block;
    width: 65px;
    height: 65px;
}
@media only screen and (max-width: 1540px) {
    .hero-slider .slick-prev {
        left: 16px;
    }
    .hero-slider .slick-next {
        right: 16px;
    }
}
@media only screen and (max-width: 1420px) {
	.goods-aside{
		max-width: 100%;
		box-shadow: none;
	}
    .goods-vertical {
        display: none;
    }
    .goods-view .goods-top {
        width: 100%;
    }
    .goods-solo .cart-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px 0;
    }
    .goods-solo .cart-nav__row .cart-btn {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .goods-solo .cart-nav .card__price {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
    }
    .goods-solo .cart-nav .card__price-row {
        margin-bottom: 0;
    }
    .goods-solo .cart-nav .card__price-row:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .goods-aside__nav {
        gap: 11px;
    }
    .goods .quantity {
        max-width: 240px;
        border: 1px solid #e0e0e0;
    }
    .goods-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px;
        margin-bottom: 25px;
    }
    .goods-links__link {
        color: #2b2c7c;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px;
    }
    .goods-links__link span {
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        border-bottom: 1px solid #2b2c7c;
    }
    .goods-links__link:hover span {
        border-bottom-color: transparent;
    }
    .goods-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .goods-filter--desktop {
        display: none;
    }
    .goods-content__row{
    	flex-direction: column;
    }
    .goods-aside {
       /* display: none; */
       background: #f5f7fd;
    }
    .goods-labels__char {
        display: block;
    }
    .goods-labels__compare {
        display: none;
    }
    .goods-info {
       /* margin: 0; */
    }
    .goods-info .char {
        display: none;
    }
    .goods-calc__value {
        text-align: right;
    }
    .goods-menu {
        display: block;
        background: #f5f7fd;
        padding: 25px 15px 37px;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 1375px) {
    .menu-brand {
        display: none;
    }
    .menu-sub {
        width: 100%;
    }
    .catalog-cards .row > div {
        width: 50%;
    }
    .catalog-cards .card__footer .quantity {
        width: 120px;
    }
    .favorites .catalog-cards .row > div {
        width: 33.333%;
    }
}
@media only screen and (max-width: 1367px) {
    .blog-subscribe {
        padding: 40px 24px 30px;
    }
    .brand-descr__info {
        margin-left: 30px;
    }
    .goods-set {
        font-size: 14px;
    }
    .container {
        max-width: 1200px;
    }
    .header-loc__item {
        max-width: 400px;
    }
    .main.fixed {
        padding-top: 134px;
    }
    .hero-item__content {
        padding: 30px 30px;
        max-width: 400px;
    }
    .hero-item__head {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .hero-item__list {
        margin-bottom: 45px;
    }
    .hero-item__list li {
        font-size: 18px;
    }
    .hero-item__list li + li {
        margin-top: 16px;
    }
}
@media only screen and (max-width: 1366px) {
    .cats-row {
        background: 0 0;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: -16px;
    }
    .cats-item {
        flex: 0 0 calc(25% - 16px);
        max-width: calc(25% - 16px);
        margin: 0 8px;
        border-radius: 20px !important;
        background: #f5f7fd;
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 28px 16px 21px;
    }
    .cats-item__text {
        align-self: auto;
        text-align: center;
    }
    .cats-item::before {
        border-radius: 20px !important;
    }
}
@media only screen and (max-width: 1200px) {
    body.hidden-body.pc {
        margin-right: 0;
    }
    body.hidden-body.pc .header.fixed {
        width: 100%;
    }
    .brand-history__right {
        display: none;
    }
    .brand-descr__info {
        margin-left: 0;
    }
    .lk-adress {
        padding: 32px 16px;
    }
    .lk-adress__row {
        gap: 30px;
    }
    .container {
        padding: 0 16px;
    }
    .menu-block {
        margin: 0 16px;
    }
    .header-nav__text {
        display: none;
    }
    .header-loc__item {
        max-width: 400px;
    }
    .us-info {
        padding: 36px 24px;
    }
    .contacts .h2 {
        margin-bottom: 30px;
    }
    .contacts-box {
        padding: 30px 15px;
    }
    .contacts-item {
        gap: 12px;
        font-size: 14px;
    }
    .blog-subscribe {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .blog-subscribe--mobile {
        margin-top: 45px;
    }
    .blog-subscribe__form {
        margin-left: auto;
        margin-right: auto;
    }
    .blog-subscribe .form-policy {
        text-align: center;
    }
    .dropdown-body--lk {
        right: -42px;
    }
    .lk-order__right .stats {
        width: 340px;
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 1023px) {
    .textarea-wrap__abs textarea {
        height: inherit;
        min-height: initial;
    }
    .catalog-banner {
        display: none;
    }
    .hero-item__content {
        padding: 30px 15px;
        max-width: 320px;
    }
    .hero-item__head {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .hero-item__list {
        margin-bottom: 30px;
    }
    .hero-item__list li {
        font-size: 16px;
    }
    .hero-item__list li + li {
        margin-top: 12px;
    }
    .favorites .catalog-cards .row > div {
        width: 50%;
    }
    .main.fixed {
        padding-top: 119px;
    }
    .additionally-comp {
        max-width: 348px;
        margin: 0 auto;
    }
    .additionally-comp__box {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        max-width: 100%;
    }
    .additionally-bottom .cart-nav .btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
    }
    .additionally-price {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .additionally-top .row {
        margin-bottom: -10px;
    }
    .additionally-top .row > div {
        margin-bottom: 10px;
    }
    .brand-top {
        margin-top: 20px;
    }
    .brand-descr__info {
        margin-bottom: 45px;
    }
    .brand-collection {
        padding: 75px 0;
    }
    .brand-collection__item {
        margin-bottom: 20px;
    }
    .brand-collection__item-img {
        margin-bottom: 10px;
    }
    .brand-collection .row {
        margin-bottom: -20px;
    }
    .brand-collection .row > div {
        margin-bottom: 0;
    }
    .brand-history {
        padding: 50px 0 70px;
    }
    .brand-features__item {
        margin-bottom: 35px;
    }
    .brand-features .row {
        margin-bottom: -35px;
    }
    .product {
        padding-top: 20px;
        padding-bottom: 75px;
    }
    .goods-view {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .goods-for {
        border-radius: 0;
        border: none;
        margin-left: -8px;
        margin-right: -8px;
    }
    .goods-for .slick-list {
        padding-right: 25%;
    }
    .goods-for__item {
        padding: 0 8px;
    }
    .goods-for__item img {
        border: 1px solid #ececec;
        border-radius: 6px;
    }
    .goods-nav {
        display: none;
    }
    .goods-row {
        display: block;
    }
    .goods-image {
        width: 100%;
        max-width: none;
    }
    .goods-content {
        width: 100%;
    }
    .noUi-horizontal .noUi-handle {
        right: -30px;
    }
    .noUi-horizontal .noUi-handle-upper {
        right: 10px;
    }
    .filter {
        width: 100%;
        margin: 0;
    }
    .filter-toggler {
        font-size: 14px;
        padding: 13px 15px;
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .filter-reset {
        font-size: 14px;
        font-family: Onest, sans-serif;
        color: #4d5469;
        font-weight: 400;
    }
    .filter-fixed {
        position: sticky;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 34px 16px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .filter-fixed .btn {
        width: 100%;
        margin-bottom: 22px;
    }
    .filter-box {
        background: 0 0;
        border-radius: 0;
        margin-bottom: 32px;
    }
    .filter-box .form-toggler .filter-collapse__head {
        padding-bottom: 0;
    }
    .filter-hidden {
        position: fixed;
        left: 0;
        width: calc(100% - 16px);
        height: 100%;
        top: 0;
        z-index: 1050;
        background: #fff;
        overflow-y: auto;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .filter-hidden.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .filter-hidden__close {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 11px;
        font-size: 24px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 700;
        padding: 21px 16px 14px;
        cursor: pointer;
    }
    .filter-hidden__close svg {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .filter-hidden__box {
        padding: 26px 16px 0;
    }
    .filter-collapse {
        padding: 0;
        background: 0 0;
    }
    .filter-collapse__toggler {
        display: none;
    }
    .filter-collapse__head {
        font-size: 15px;
        padding-bottom: 16px;
        width: 100%;
    }
    .filter-check .form-checkbox {
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #eaeaea;
    }
    .filter-body {
        display: block !important;
        padding: 0;
    }
    .catalog-row {
        display: block;
    }
    .catalog-content {
        width: 100%;
    }
    .catalog-filter {
        padding-bottom: 0;
        margin-bottom: 28px;
        border-bottom: none;
    }
    .catalog-filter .filters-label {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }
    .catalog-filter .filters-label__item {
        display: block !important;
    }
    .catalog-filter .filters-label__button {
        display: none;
    }
    .cart-item__img img {
        width: 150px;
        height: 130px;
    }
    .cart-item__content p {
        margin-bottom: 15px;
    }
    .lk-order__right .stats {
        width: 300px;
        padding: 30px 15px;
        font-size: 14px;
        margin-top: 0;
    }
    .lk-order__right .stats-body__value {
        font-size: 18px;
    }
    .lk-order__right .stats-header__head {
        font-size: 18px;
    }
    .lk-order__right .stats-footer__text {
        font-size: 20px;
    }
    .lk-content {
        width: 100%;
    }
    .lk-content__row {
        margin-bottom: 34px;
    }
    .lk-adress__row {
        display: block;
    }
    .lk-adress__item {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 30px;
    }
    .lk-adress__item:last-child {
        margin-bottom: 0;
    }
    .lk-adress__home {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lk-row {
        display: block;
    }
    .lk-nav {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
        padding: 0;
        border-radius: 0;
        background: 0 0;
    }
    .lk-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 16px;
    }
    .lk-nav__list li.active a {
        background: #ebeffc;
    }
    .lk-nav__list li + li {
        margin-top: 0;
    }
    .lk-nav__list a {
        border-radius: 15px;
        padding: 16px 31px;
        background: #f5f7fd;
    }
    .lk-nav__list a::before {
        display: none;
    }
    .post .sticky {
        display: none;
    }
    .post-content {
        background: 0 0;
        padding-top: 0;
        padding-right: 0;
    }
    .post-content::before {
        display: none;
    }
    .inner {
        padding-top: 30px;
    }
    body::before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 1040;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    body.hidden-menu {
        overflow: hidden;
    }
    body.hidden-menu::before {
        opacity: 1;
        visibility: visible;
    }
    .footer {
        padding: 50px 0;
    }
    .footer-top {
        border-bottom: none;
        padding-bottom: 0;
    }
    .footer-top .row {
        border-bottom: 1px solid #4d5469;
        padding-bottom: 30px;
        margin-bottom: 30px !important;
    }
    .copyright {
        margin-bottom: 21px;
    }
    .callback {
        display: none;
    }
    .hero {
        margin-top: 30px;
    }
    .menu {
        width: calc(100% - 21px);
        left: 0;
        top: 0;
        height: calc(var(--vh, 1vh) * 100);
        max-width: none;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        z-index: 1050;
    }
    .menu-wrap {
        background: #fff;
    }
    .menu.fixed.open {
        top: 0;
    }
    .menu.open {
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    }
    .menu-list__text {
        text-decoration: underline;
    }
    .menu-list__row {
        position: relative;
    }
    .menu-list__toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
        width: 32px;
        height: 32px;
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: -webkit-transform 0.35s ease;
        transition: transform 0.35s ease;
        transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    }
    .menu-list__toggler.active {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
    .menu-list > li .menu-list__row a {
        padding: 15px 15px;
        max-width: 100%;
        padding-right: 66px;
    }
    .menu-sub {
        height: auto;
        margin-top: 0;
        padding-top: 0;
        overflow: visible;
    }
    .menu-sub__toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #ebeffc;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 18px;
        position: absolute;
        -webkit-transition: -webkit-transform 0.35s ease;
        transition: -webkit-transform 0.35s ease;
        transition: transform 0.35s ease;
        transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    }
    .menu-sub__toggler.active {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
    .menu-sub__row {
        display: block;
        margin: 0;
    }
    .menu-sub__list {
        padding: 10px 0 10px 74px;
        display: none;
    }
    .menu-sub__list li + li {
        margin-top: 0;
    }
    .menu-sub__list li a {
        display: block;
        padding: 6px 0;
    }
    .menu-sub__cat {
        position: relative;
    }
    .menu-sub__head {
        margin-bottom: 0;
        font-size: 15px;
        font-family: Onest, sans-serif;
        font-weight: 400;
        padding: 9px 0;
        padding-left: 53px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: 66px;
        color: #4d5469;
        text-decoration: underline;
    }
    .menu-sub__item {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
    .menu-top {
        padding: 20px 15px 16px;
    }
    .menu-top__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 28px;
    }
    .menu-close {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        font-weight: 500;
        color: #2b2c7c;
        font-size: 16px;
    }
    .menu-cats {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        padding: 0;
        max-width: 100%;
        display: none;
    }
    .menu.open {
        top: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-wrap {
        border-radius: 0;
        height: 100%;
        padding: 0;
        min-height: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .menu-block {
        margin: 0;
        height: 100%;
    }
    .menu-aside {
        border-right: none;
        width: 100%;
        overflow-y: auto;
        height: 100%;
    }
    .menu-middle {
        border-bottom: 1px solid #e0e0e0;
        margin: 0 15px;
        padding: 28px 0;
    }
    .menu-bottom {
        padding: 25px 15px;
    }
    .menu-bottom__list li + li {
        margin-top: 18px;
    }
    .menu-bottom__list li a {
        color: #4d5469;
    }
    .dropdown-body {
        right: auto;
        left: auto;
    }
    .dropdown-body::before {
        right: auto;
        left: 44px;
    }
    .dropdown-body--cart {
        right: -16px;
        left: auto;
    }
    .dropdown-body--cart::before {
        left: auto;
        right: 9px;
    }
    .header-top__left .header-nav__link {
        bottom: -3px;
    }
    .header-loc {
        display: none;
    }
    .header-bottom {
        position: relative;
        z-index: 1;
        padding-bottom: 12px;
    }
    .header-bottom::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #2b2c7c;
        height: 52px;
        z-index: -1;
    }
    .header-bottom__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-search {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 210px);
        margin-right: 0;
        margin-bottom: 30px;
        max-width: none;
    }
    .header-search__wrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        right: 0;
    }
    .header .logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .header .logo img {
        max-width: 180px;
    }
    .header-catalog__toggler {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 0;
        border-radius: 0;
        height: auto;
    }
    .header-catalog__toggler:hover {
        background: 0 0;
    }
    .header-catalog__toggler::after {
        display: none !important;
    }
    .header-nav {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-left: auto;
    }
    .header-nav .lk-link {
        display: none;
    }
    .header-nav .header-nav__icon span {
        background: #fff;
        border-color: #2b2c7c;
    }
    .header-nav .header-nav__icon path {
        fill: #fff;
    }
    .features-item {
        margin-bottom: 20px;
    }
    .features .row {
        margin-bottom: -20px;
    }
    .brands-item__link svg {
        width: 24px;
        height: 24px;
    }
    .brands-slider {
        margin: 0 -8px;
    }
    .brands-slider .slick-slide {
        padding: 0 8px;
    }
    .brands-slider .slick-list {
        margin-bottom: 26px;
        padding-right: 10%;
    }
    .new {
        padding: 50px 0;
    }
    .us-info {
        margin-bottom: 20px;
    }
    .us-info__item {
        width: 33.333% !important;
    }
    .us-info__item img {
        margin: 0 auto !important;
    }
    .us-nav {
        margin-left: 0;
        max-width: 100%;
    }
    .modal-view__body {
        padding: 60px 15px 45px;
    }
    .cart-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px 0;
    }
    .recovery-aside {
        margin-top: 40px;
    }
    .blog .h2 {
        margin-bottom: 34px;
    }
    .blog-main {
        padding: 16px 16px;
    }
    .blog-main__img {
        max-width: 380px;
    }
    .stats {
        margin-top: 20px;
    }
    .compare-tabs__nav {
        gap: 60px;
    }
    .compare-tabs__btn {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .ms-alert {
        max-width: 300px;
        right: 15px;
        top: 15px;
    }
    .ms-alert__content {
        padding: 15px 15px;
    }
    .textarea-wrap {
        height: auto;
    }
    .textarea-wrap__abs {
        position: static;
    }
    .textarea-wrap__abs textarea {
        height: auto;
        min-height: 98px;
    }
    .section-head > .blue-link {
        bottom: -2px;
    }
    .breadcrumb {
        margin-bottom: 40px;
        padding-bottom: 10px;
    }
    .main.fixed {
        padding-top: 110px;
    }
    .additionally {
        padding: 48px 0 53px;
    }
    .additionally .h2 {
        margin-bottom: 30px;
    }
    .additionally-comp {
        margin-left: auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: auto;
        margin-top: 50px;
    }
    .additionally-bottom {
        margin-top: 30px;
        border-top: none;
        padding-top: 0;
    }
    .additionally-bottom .cart-nav {
        gap: 0;
    }
    .additionally-bottom .cart-nav .btn {
        margin-right: 0;
    }
    .additionally-bottom .cart-nav .btn span {
        display: none;
    }
    .compare-tabs__nav {
        gap: 24px;
    }
    .compare-tabs__btn {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .compare-overflow {
        padding-bottom: 30px;
    }
    .compare-table tr:first-child td {
        padding-bottom: 30px;
    }
    .compare-table td:first-child {
        display: none;
    }
    .compare-info td {
        padding: 15px 8px;
    }
    .compare-header {
        display: none;
    }
    .similar {
        padding: 47px 0 80px;
    }
    .often {
        padding: 50px 0 60px;
    }
    .set {
        display: none;
    }
    .seo--bottom {
        margin-bottom: 80px;
    }
    .product {
        padding-bottom: 54px;
    }
    .product .breadcrumb {
        margin-bottom: 22px;
        padding-bottom: 10px;
    }
    .product-item__img {
        margin-bottom: 20px;
    }
    .product-item .card__price-text {
        font-size: 14px;
    }
    .product-item__name {
        -webkit-line-clamp: 2;
        height: 36px;
    }
    .product-item__checkbox {
        left: 1px;
        top: 1px;
    }
    .product-item__checkbox input[type="checkbox"] + label {
        width: 22px;
        height: 22px;
    }
    .product-item__checkbox input[type="checkbox"] + label::before {
        width: 22px;
        height: 22px;
        border: 2px solid #fff;
        border-radius: 4px;
    }
    .product-item__checkbox input[type="checkbox"]:checked + label::before {
        border-color: #2b2c7c;
    }
    .product-item__checkbox input[type="checkbox"]:checked + label::after {
        width: 14px;
        height: 14px;
        left: 4px;
        background-size: contain;
    }
    .goods-set {
        display: none;
    }
    .goods-solo .cart-nav {
        border-radius: 10px;
        background: #f5f7fd;
        padding: 28px 15px;
    }
    .goods-solo .cart-nav .card__price {
        margin-bottom: 0;
        margin-right: 0;
    }
    .goods-tabs__nav {
        padding: 0;
        background: 0 0;
        border-radius: 0;
        gap: 27px;
        overflow-x: auto;
        margin-bottom: 30px;
    }
    .goods-tabs__nav-btn {
        padding: 0;
        white-space: nowrap;
    }
    .goods-calc__row {
        gap: 2px;
        margin-bottom: 11px;
    }
    .goods-calc__item input[type="radio"] + label {
        padding: 12px 18px;
        font-size: 14px;
    }
    .goods .quantity {
        height: 52px;
        width: 100%;
    }
    .goods-content__name {
        font-size: 20px;
        text-transform: none;
        margin-bottom: 15px;
    }
    .goods-aside__nav {
        margin-bottom: 20px;
    }
    .goods-aside__nav .btn {
        padding: 14px 8px;
        font-size: 14px;
    }
    .goods-for {
        margin-bottom: 25px;
    }
    .goods-for .slick-list {
        margin-bottom: 20px;
    }
    .range-nav {
        gap: 8px;
    }
    .range-nav .form-input {
        padding: 10px 11px;
        border-radius: 4px;
        font-size: 14px;
    }
    .catalog-more {
        padding: 18px 15px;
    }
    .catalog-filter .filters-label__item {
        font-size: 14px;
        border-radius: 10px;
        padding: 8px 11px;
    }
    .catalog-filter .filters-label__item.active {
        padding-right: 40px;
    }
    .catalog-cards .card {
        padding: 0;
        border: none;
    }
    .catalog-cards .card__name {
        font-size: 13px;
    }
    .catalog-cards .card__descr {
        font-size: 11px;
    }
    .catalog-cards .card__footer {
        display: block;
    }
    .catalog-cards .card__img {
        height: 136px;
    }
    .catalog-cards .card__nav {
        gap: 5px;
    }
    .catalog-cards .card__nav-item {
        width: 30px;
        height: 30px;
    }
    .catalog-cards .card__nav-item svg {
        height: 16px;
        width: 16px;
    }
    .catalog-cards .card__cart .quantity {
        height: auto;
        width: 100%;
        padding: 8px 10px;
    }
    .catalog-cards .card__cart-toggler {
        width: 100%;
        height: auto;
        color: #fff;
        padding: 8px 16px;
        gap: 7px;
    }
    .catalog-cards .card__cart-toggler span {
        display: block;
    }
    .catalog-cards .card__price {
        margin-bottom: 12px;
        display: block;
    }
    .catalog-cards .card__price-new {
        font-size: 14px;
    }
    .catalog-cards .card__price-text {
        font-size: 10px;
    }
    .catalog-cards .card__price-old {
        font-size: 12px;
    }
    .catalog-cards .card__top {
        display: block;
    }
    .catalog-cards .card__articul {
        margin-bottom: 2px;
    }
    .catalog-view {
        display: none;
    }
    .catalog-content__head {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .catalog-sort {
        margin-bottom: 30px;
    }
    .catalog-sort .select2-container {
        left: auto !important;
        right: 0;
    }
    .catalog-sort__select {
        position: relative;
    }
    .catalog-sort__select .select2-dropdown--custom {
        min-width: 160px;
    }
    .catalog-sort__select .select2-container .select2-dropdown {
        right: 0;
        left: auto;
    }
    .catalog-sort__select .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
    }
    .share span {
        display: none;
    }
    .cart-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 18px;
    }
    .cart-header__item:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .cart-header__item:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .cart-header__item:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .cart-header__item:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .cart-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .cart-item .card__price {
        margin-bottom: 0;
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: initial;
    }
    .cart-item .card__price-row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 4px;
    }
    .cart-item .card__price-row:last-child {
        margin-bottom: 0;
    }
    .cart-item__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
        gap: 12px;
    }
    .cart-item .quantity {
        width: 110px;
        height: 41px;
        padding: 7px 12px;
        margin-left: 0;
    }
    .cart-item .quantity-input {
        font-size: 14px;
    }
    .cart-item__checkbox {
        margin-right: 10px;
        margin-top: 25px;
    }
    .cart-item__content {
        margin-right: 0;
        width: calc(100% - 108px);
    }
    .cart-item__content p {
        margin-bottom: 0;
    }
    .cart-item__articul {
        margin-bottom: 5px;
    }
    .cart-item__img {
        margin-right: 12px;
    }
    .cart-item__img img {
        width: 58px;
        height: 53px;
    }
    .filters {
        margin-bottom: 50px;
    }
    .filters-sort {
        padding: 0 8px;
        gap: 0;
    }
    .filters-sort__item {
        padding: 20px 21px;
        font-size: 14px;
    }
    .filters-label__item {
        font-size: 14px;
    }
    .filters-alphabet__labels {
        margin-bottom: 30px;
    }
    .filters-alphabet__row {
        display: block;
    }
    .filters-alphabet__all {
        position: static;
        margin-bottom: 27px;
    }
    .company {
        margin: 50px 0;
    }
    .company-slider .brand-item {
        padding: 12px;
    }
    .brand-descr {
        padding-bottom: 50px;
    }
    .brand-descr__info .h2 {
        margin-bottom: 20px;
    }
    .brand-descr__info .blockquote {
        padding: 5px 15px;
        margin-bottom: 16px;
    }
    .brand-descr__info p {
        margin-bottom: 16px;
    }
    .brand-descr__info .btn {
        margin-top: 24px;
    }
    .brand-collection {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .brand-collection .h2 {
        margin-bottom: 30px;
    }
    .brand-features {
        padding: 50px 0 80px;
    }
    .brand-features__header {
        margin-bottom: 6px;
    }
    .brand-features__num {
        font-size: 36px;
    }
    .brand-features__num-text {
        font-size: 16px;
    }
    .brand-features .h2 {
        margin-bottom: 30px;
    }
    .brand-history {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .brand-history__info .h2 {
        margin-bottom: 20px;
    }
    .brand-history__info .blockquote {
        padding: 5px 15px;
        margin-bottom: 16px;
    }
    .brand-history__info p {
        margin-bottom: 16px;
    }
    .brand-history__info .btn {
        margin-top: 24px;
    }
    .brand-top {
        margin-bottom: 24px;
    }
    .brand-head {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .brand-item {
        height: 100px;
    }
    .brand-item__img {
        height: 58px;
    }
    .brand .filters-sort {
        margin-bottom: 42px;
    }
    .brand .filters-label {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .stats {
        padding: 30px 14px;
    }
    .stats-header__head {
        font-size: 16px;
    }
    .stats-body__value {
        font-size: 16px;
    }
    .stats-footer__text {
        font-size: 18px;
    }
    .order-total {
        padding-top: 20px;
    }
    .order-total__text {
        font-size: 16px;
    }
    .order-box {
        border: none;
        padding: 30px 14px;
        background: #f5f7fd;
    }
    .order-head {
        margin-bottom: 16px;
    }
    .order-delivery__head {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .order-delivery__text {
        margin-bottom: 20px;
    }
    .order-delivery__item {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .order-delivery__item:last-child {
        margin-bottom: 0;
    }
    .order-delivery__item input[type="radio"] + label {
        background: #fff;
        padding: 16px 16px;
        border: 1px solid #e0e0e0;
    }
    .inner .h2 {
        margin-bottom: 30px;
    }
    .input-counter {
        font-size: 12px;
    }
    .form-input--126 {
        max-width: 100%;
    }
    .form-input--84 {
        max-width: 100%;
    }
    .dropzone-row {
        display: block;
    }
    .dropzone-img {
        width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
    }
    .dropzone-text {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
    .link {
        font-size: 14px;
    }
    .lk-order__left .lk-order__images-icon {
        margin-right: 12px;
    }
    .js-btn-subs {
        width: 100%;
        max-width: 100%;
    }
    .lk-order__info-row {
        gap: 1px;
    }
    .lk-order__stat-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .lk-order__stat-text {
        font-size: 12px;
    }
    .lk-order__stat-round {
        margin-left: auto;
        margin-right: auto;
    }
    .lk-order__stat-round::before {
        width: 8vw;
        left: calc(100% + 17px);
    }
    .lk-order__order {
        text-align: left;
    }
    .lk-order__right {
        max-width: 100%;
        margin-top: 18px;
    }
    .lk-order__right .stats {
        background: 0 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 45px;
    }
    .lk-order__right .stats-header__head {
        font-size: 16px;
    }
    .lk-order__right .stats-body__value {
        font-size: 16px;
    }
    .lk-order__right .stats-footer__text {
        font-size: 18px;
    }
    .lk-order__images {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .lk-order__box {
        padding: 30px 16px;
        display: block;
    }
    .lk-order__header {
        display: block;
        margin-bottom: 24px;
    }
    .lk-order__header-head {
        margin-bottom: 8px;
    }
    .lk-order__reply {
        margin-bottom: 24px;
    }
    .lk-order__reply-text {
        -webkit-line-clamp: 2;
    }
    .lk-app .row {
        margin-bottom: 45px;
    }
    .lk-app__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .lk-app__nav .form-policy {
        font-size: 12px;
    }
    .lk-app__nav .btn {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 26px;
    }
    .lk-content__row .form-input--280,
    .lk-content__row .form-textarea--280 {
        max-width: 100%;
    }
    .lk-content__row .row > div {
        margin-bottom: 16px;
    }
    .lk-content__row .row > div:last-child {
        margin-bottom: 0;
    }
    .lk-content__head {
        font-size: 16px;
        margin-bottom: 24px;
    }
    .lk-content__header {
        margin-bottom: 20px;
    }
    .lk-user {
        display: block;
    }
    .lk-user__edit svg {
        width: 20px;
        height: 20px;
    }
    .lk-user__name {
        gap: 10px;
    }
    .lk-user__icon {
        width: 70px;
        height: 70px;
        font-size: 28px;
        margin-bottom: 15px;
    }
    .lk-nav__list li {
        width: calc(50% - 8px);
    }
    .lk-nav__list a {
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .lk-adress .row > div {
        margin-bottom: 0;
    }
    .clipboard {
        margin-bottom: 16px;
    }
    .clipboard-value {
        margin-bottom: 0;
    }
    .pagination {
        font-size: 16px;
    }
    .blog .news-item__name {
        margin-bottom: 12px;
    }
    .blog .news-item__img {
        margin-bottom: 18px;
    }
    .blog .news-item__date {
        display: none;
    }
    .blog .news-item__row {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .blog .row {
        margin-bottom: 20px;
    }
    .blog-subscribe {
        padding: 50px 24px 39px;
    }
    .blog-subscribe .form-policy {
        font-size: 10px;
    }
    .blog-subscribe__head {
        margin-bottom: 22px;
        font-size: 16px;
    }
    .blog-subscribe__form {
        margin-bottom: 16px;
    }
    .post-image {
        margin-bottom: 30px;
    }
    .post .h2 {
        margin-bottom: 32px;
    }
    .post-content__box {
        margin-bottom: 30px;
    }
    .post-content h2,
    .post-content h3,
    .post-content h4,
    .post-content h5,
    .post-content h6 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .error-message {
        font-size: 12px;
    }
    .registr-nav {
        text-align: center;
    }
    .registr-head .h2 {
        margin-bottom: 11px;
    }
    .registr-step {
        margin-bottom: 30px;
    }
    .registr-tab {
        display: block;
        margin-bottom: 30px;
    }
    .registr-tab__nav {
        display: block;
    }
    .registr-tab__btn {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        padding: 23px 21px;
    }
    .registr-tab__btn:last-child {
        margin-bottom: 0;
    }
    .registr-tab__icon {
        display: none;
    }
    .recovery-aside {
        margin-top: 20px;
        padding: 50px 19px 42px 30px;
    }
    .recovery-list a {
        font-size: 16px;
    }
    .recovery-form__input {
        max-width: 100%;
    }
    .recovery-form__row {
        display: block;
    }
    .recovery-form__row .btn {
        width: 100%;
        margin-top: 10px;
    }
    .recovery-header .h2 {
        margin-bottom: 10px;
    }
    .contacts-map {
        display: none;
    }
    .contacts-box {
        border-radius: 0;
        padding: 0;
        background: 0 0;
        margin-bottom: 44px;
    }
    .contacts .row {
        margin-bottom: -44px;
    }
    .inner {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .copyright {
        font-size: 12px;
    }
    .subscribe-head {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .subscribe-row {
        margin-bottom: 16px;
    }
    .subscribe-row input {
        font-size: 13px;
        padding: 12px 12px;
    }
    .subscribe-row input::-webkit-input-placeholder {
        font-size: 13px;
    }
    .subscribe-row input::-moz-placeholder {
        font-size: 13px;
    }
    .subscribe-row input:-ms-input-placeholder {
        font-size: 13px;
    }
    .subscribe-row input::-ms-input-placeholder {
        font-size: 13px;
    }
    .subscribe-row input::placeholder {
        font-size: 13px;
    }
    .subscribe-row button {
        font-size: 13px;
        padding: 12px 24px;
    }
    .subscribe-text {
        font-size: 10px;
    }
    .footer {
        padding: 54px 0 32px;
    }
    .footer-bottom__text {
        font-size: 12px;
    }
    .footer .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .socials li + li {
        margin-left: 23px;
    }
    .footer .socials li svg {
        width: 23px;
        height: 23px;
    }
    .footer-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 33px;
    }
    .footer-nav__btn {
        font-size: 13px;
        padding: 13px 37px;
    }
    .footer-top {
        margin-bottom: 32px;
    }
    .footer-top .row {
        padding-bottom: 28px;
        margin-bottom: 31px !important;
    }
    .footer-top .row:nth-child(1) > div:nth-child(2) {
        margin-bottom: 35px;
    }
    .footer-top__list li + li {
        margin-top: 12px;
    }
    .footer-top__list a {
        font-size: 13px;
    }
    .footer-top__head {
        font-size: 18px;
        margin-bottom: 11px;
    }
    .footer-info {
        margin-bottom: 26px;
    }
    .footer-info__link {
        font-size: 12px;
    }
    .footer-info__text {
        font-size: 12px;
    }
    .footer-logo {
        margin-bottom: 12px;
    }
    .footer-logo img {
        max-width: 159px;
    }
    body {
        font-size: 14px;
    }
    .h2 {
        font-size: 24px;
    }
    .h6 {
        font-size: 22px;
        line-height: 1.2;
    }
    .modal {
        border-radius: 10px;
        padding: 45px 15px 30px;
    }
    .modal-close {
        right: 8px;
        top: 8px;
    }
    .modal-header {
        margin-bottom: 30px;
    }
    .modal-view {
        padding: 0;
    }
    .modal-view__footer {
        padding: 20px 16px;
        border-radius: 0 0 10px 10px;
    }
    .modal-view__body {
        padding: 45px 15px 30px;
    }
    .cart-btn {
        width: auto;
        height: auto;
        background: 0 0;
    }
    .cart-nav__row {
        gap: 20px;
    }
    .cart-nav .btn {
        padding: 14px 16px;
        font-size: 14px;
        margin-right: 16px;
    }
    .view {
        margin-bottom: 45px;
    }
    .view-row {
        display: block;
    }
    .view-info {
        width: 100%;
    }
    .view-box {
        max-width: 307px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
    }
    .view-name {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .view-header {
        gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 15px;
    }
    .added-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .added-img {
        margin-bottom: 12px;
        margin-right: 0;
        width: 100%;
    }
    .added-text {
        margin-bottom: 12px;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .buttons-nav {
        display: block;
    }
    .buttons-nav .btn {
        width: 100%;
        max-width: 100%;
    }
    .buttons-nav .btn + .btn {
        margin-top: 10px;
    }
    .btn {
        padding: 17px 16px;
    }
    .btn-transparent {
        padding: 16px 16px;
    }
    .btn-small {
        padding: 13px 24px;
    }
    .mb-40 {
        margin-bottom: 30px;
    }
    .menu-top {
        padding-bottom: 10px;
    }
    .menu .logo img {
        max-width: 136px;
    }
    .menu-middle {
        padding-bottom: 20px;
    }
    .menu-hot a {
        font-size: 14px;
    }
    .menu-bottom__list li + li {
        margin-top: 15px;
    }
    .menu-bottom__list li a {
        font-size: 14px;
    }
    .menu-list__text {
        max-width: 200px;
    }
    .menu-list > li .menu-list__row a {
        font-size: 14px;
        padding: 19.5px 15px;
    }
    .hero {
        margin-top: 0;
        margin-bottom: 27px;
        overflow: hidden;
    }
    .hero .container {
        padding: 0;
    }
    .hero-item {
        padding-top: 52.25%;
    }
    .hero-item__content {
        border-radius: 0;
        max-width: 280px;
        padding: 20px 15px 25px;
    }
    .hero-item__content .btn {
        padding: 9px 12px;
        width: 100%;
        max-width: 80px;
        font-size: 12px;
    }
    .hero-item__head {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .hero-item__list {
        margin-bottom: 16px;
    }
    .hero-item__list li {
        font-size: 12px;
        padding-left: 24px;
    }
    .hero-item__list li::before {
        width: 16px;
        height: 12px;
    }
    .hero-item__list li + li {
        margin-top: 6px;
    }
    .hero-item img {
        border-radius: 0;
    }
    .hero-slider .slick-dots {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 12px;
    }
    .hero-slider .slick-dots li {
        background: #2b2c7c;
        border-color: #2b2c7c;
    }
    .hero-slider .slick-dots li.slick-active {
        background: 0 0;
    }
    .hero-slider .slick-arrow {
        display: none !important;
    }
    .blue-link {
        font-size: 14px;
    }
    .features {
        margin-bottom: 45px;
    }
    .features .row {
        margin-bottom: -18px;
    }
    .features-item {
        gap: 12px;
        margin-bottom: 18px;
    }
    .features-item__head {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .features-item__text {
        font-size: 11px;
    }
    .features-item__icon svg {
        width: 42px;
        height: 42px;
    }
    .section-head {
        margin-bottom: 25px;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .cats {
        margin-bottom: 52px;
    }
    .cats-row {
        margin-bottom: -10px;
    }
    .cats-item {
        flex: 0 0 calc(50% - 16px);
        max-width: calc(50% - 16px);
        width: calc(50% - 16px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 28px;
        margin-bottom: 10px;
        padding-bottom: 21px;
    }
    .cats-item__icon {
        margin-bottom: 12px;
    }
    .cats-item__icon svg {
        width: 36px;
        height: 36px;
    }
    .header .logo {
        margin-right: 20px;
        margin-bottom: 25px;
    }
    .header .logo img {
        max-width: 136px;
    }
    .header-phone {
        font-size: 16px;
    }
    .header-catalog__toggler {
        font-size: 16px;
        gap: 17px;
    }
    .header-catalog__toggler svg {
        position: relative;
        top: -1px;
    }
    .header-bottom {
        padding-top: 9px;
    }
    .header-nav {
        margin-right: 7px;
    }
    .header-nav__link {
        margin-right: 23px;
    }
    .header-nav__link::before {
        display: none;
    }
    .header-search {
        margin-bottom: 25px;
    }
    .header-search__row button {
        right: 12px;
    }
    .header-search__row input {
        height: 36px;
        padding-left: 10px;
        padding-right: 44px;
    }
    .header-search__wrap {
        min-width: auto;
        width: calc(100vw - 32px);
    }
    .header-search__result {
        padding: 20px 16px;
    }
    .header-search__result-link {
        display: block;
    }
    .header-search__result-img {
        margin-bottom: 12px;
    }
    .header-search__result-footer {
        white-space: nowrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px 16px;
    }
    .header-top {
        padding: 9px 0;
    }
    .header-top .header-nav__link {
        gap: 11px;
    }
    .header-top .header-nav__link path {
        fill: #2b2c7c;
    }
    .brands {
        margin-bottom: 50px;
    }
    .brands .section-head {
        margin-bottom: 20px;
    }
    .brands-slider {
        margin: 0 -16px;
    }
    .brands-slider .slick-list {
        padding-right: 25%;
    }
    .brands-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .brands-slider .slick-slide {
        height: auto;
    }
    .brands-item__content {
        width: 116px;
        padding: 20px 9px 9px 11px;
        border-radius: 10px 0 0 10px;
    }
    .brands-item__logo {
        margin-bottom: 23px;
        height: auto;
    }
    .brands-item__text {
        font-size: 10px;
    }
    .brands-item__link {
        font-size: 10px;
    }
    .brands-item__img {
        position: relative;
        overflow: hidden;
        padding-top: 74%;
        border-radius: 0 10px 10px 0;
    }
    .brands-item__img img {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 10px 10px 0;
    }
    .new .section-head {
        margin-bottom: 23px;
    }
    .slider-nav .blue-link {
        margin-right: 0;
        white-space: nowrap;
    }
    .cards-slider .slick-list {
        padding-right: 25%;
        margin-bottom: 46px;
    }
    .hits {
        padding-top: 47px;
        padding-bottom: 51px;
    }
    .hits .slick-list {
        margin-bottom: 38px;
    }
    .hits .section-head {
        margin-bottom: 34px;
    }
    .news {
        padding: 45px 0 23px;
    }
    .news-slider {
        margin: 0 -8px;
    }
    .news-slider .slick-list {
        padding-right: 25%;
        padding-bottom: 23px;
    }
    .news-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .news-slider .slick-slide {
        padding: 0 8px;
    }
    .news .section-head {
        margin-bottom: 23px;
    }
    .news-item {
        display: block;
        padding: 10px 10px;
    }
    .news-item__img {
        width: 100%;
        height: auto;
        padding-top: 66.25%;
        margin-bottom: 9px;
    }
    .news-item__name {
        font-size: 14px;
        margin-bottom: 6px;
        max-width: 180px;
    }
    .news-item__date {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .news-item__link {
        font-size: 12px;
        gap: 6px;
    }
    .us {
        padding: 33px 0 42px;
    }
    .us-info {
        padding-bottom: 33px;
    }
    .us-info__head {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .us-info__item img {
        width: 42px;
        height: 42px;
    }
    .us-info__text {
        text-align: center;
        font-size: 14px;
        max-width: 273px;
        margin: 0 auto;
    }
    .us-info__row {
        margin-bottom: 42px;
    }
    .us-nav__head {
        font-size: 16px;
    }
    .us-nav__link {
        font-size: 12px;
    }
    .us-nav__link svg {
        width: 26px;
        height: 26px;
    }
    .us-nav__item {
        padding: 23px 15px;
        margin-bottom: 10px;
    }
    .quantity {
        width: 94px;
        height: 55px;
    }
    .quantity-arrow svg {
        width: 24px;
        height: 24px;
    }
    .quantity-input {
        width: 30px;
    }
    .quantity-box {
        width: 120px;
    }
    .card {
        border-radius: 10px;
    }
    .card__img {
        height: 147px;
    }
    .card__country {
        top: 7px;
        left: 2px;
    }
    .card__country-img img {
        width: 20px;
        height: 20px;
    }
    .card__country-text {
        font-size: 10px;
    }
    .card__nav {
        top: 2px;
        right: 2px;
    }
    .card__view {
        right: 2px;
        bottom: 4px;
    }
    .card__articul {
        font-size: 10px;
    }
    .card__status {
        font-size: 10px;
    }
    .card__rating {
        display: none;
    }
    .card__name {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .card__price-old {
        margin-left: 0;
    }
    .card__price-old.font-14 {
        font-size: 12px;
    }
    .card__price-row {
        gap: 6px;
        margin-bottom: 6px;
    }
    .card__price-sale {
        font-size: 10px;
    }
    .card__price-new {
        font-size: 18px;
    }
    .card__price-new.font-34 {
        font-size: 24px;
    }
    .card__price-text {
        font-size: 16px;
    }
    .card__labels {
        bottom: 8px;
    }
    .card__labels-item {
        font-size: 10px;
    }
    .card__cart-toggler {
        width: 55px;
        height: 55px;
    }
    .card__cart-toggler svg {
        width: 24px;
        height: 24px;
    }
    .seo {
        margin-top: 60px;
    }
    .seo .h2 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .lk-order__stat-round::before {
        width: 10vw;
        left: calc(100% + 10px);
    }
}
@media only screen and (max-width: 640px) {
    .catalog-sort__item {
        align-items: flex-start;
        flex-direction: column;
    }
}
.totals{
	display:none;
}
#button-print{
	display: none;
}

.pagination li.active span{
	font-weight: 700;
    text-decoration: underline;
}
.card__country-img{
	border-radius: 50%;
    border: 1px solid #c1c1c1;
}
.card .compare-init{
	display: none;
}
        /* Стили для большой стрелки (51×51) */
        .diagonal-arrow-container {
            position: relative;
            width: 51px;
            height: 51px;
        }

        /* Анимация для большой стрелки */
        @keyframes flyOutDiagonal {
            0% {
                transform: translate(0, 0);
                opacity: 1;
            }
            25% {
                transform: translate(50px, -50px);
                opacity: 0;
            }
            26% {
                transform: translate(-50px, 50px);
                opacity: 0;
            }
            100% {
                transform: translate(0, 0);
                opacity: 1;
            }
        }

        /* Стили для маленькой стрелки (10×10) */
        .small-arrow-container {
            position: relative;
            width: 10px;
            height: 10px;
        }

        /* Анимация для маленькой стрелки с уменьшенной дальностью */
        @keyframes flyOutDiagonalSmall {
            0% {
                transform: translate(0, 0);
                opacity: 1;
            }
            25% {
                transform: translate(15px, -15px);
                opacity: 0;
            }
            26% {
                transform: translate(-15px, 15px);
                opacity: 0;
            }
            100% {
                transform: translate(0, 0);
                opacity: 1;
            }
        }

        /* Анимационные классы для большой стрелки */
        .diagonal-arrow-container.animate .arrow-body {
            animation: flyOutDiagonal 0.8s ease-in-out;
        }

        .diagonal-arrow-container.animate .dot-1 {
            animation: flyOutDiagonal 0.8s ease-in-out 0.2s;
        }

        .diagonal-arrow-container.animate .dot-2 {
            animation: flyOutDiagonal 0.8s ease-in-out 0.1s;
        }

        .diagonal-arrow-container.animate .dot-3 {
            animation: flyOutDiagonal 0.8s ease-in-out 0.05s;
        }

        /* Анимационные классы для маленькой стрелки */
        .small-arrow-container.animate .arrow-body {
            animation: flyOutDiagonalSmall 0.6s ease-in-out;
        }

        .small-arrow-container.animate .dot-1 {
            animation: flyOutDiagonalSmall 0.6s ease-in-out 0.15s;
        }

        .small-arrow-container.animate .dot-2 {
            animation: flyOutDiagonalSmall 0.6s ease-in-out 0.075s;
        }

        .small-arrow-container.animate .dot-3 {
            animation: flyOutDiagonalSmall 0.6s ease-in-out 0.035s;
        }

/* Font fixes for header and footer */
.header-phone {
	font-size: 18px;
	line-height: 1;
	font-weight: 800;
	font-family: "Nunito Sans", sans-serif;
}

.header-loc__item {
	font-size: 13px;
	font-family: "Onest", sans-serif;
}

.callback {
	font-size: 13px;
	font-family: "Onest", sans-serif;
}

.footer-top__head {
	color: #fff;
	font-size: 20px;
	font-family: "Nunito Sans", sans-serif;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px;
}

.socials li:hover path {
	fill: #bfccf5;
}


/* Catalog Menu - toggler icon switch */

.header-catalog__toggler-icon svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.header-catalog__toggler-icon svg:first-child {
    opacity: 1;
    transform: scale(1);
}

.header-catalog__toggler-icon svg:last-child {
    opacity: 0;
    transform: scale(0.8);
}

.header-catalog__toggler.open .header-catalog__toggler-icon svg:first-child {
    opacity: 0;
    transform: scale(0.8);
}

.header-catalog__toggler.open .header-catalog__toggler-icon svg:last-child {
    opacity: 1;
    transform: scale(1);
}

.menu-list__icon img {
    max-width: 30px;
    max-height: 30px;
    display: block;
}

/* Slideshow Plus Styles */
.row-padding-top {
  padding-top: 30px;
}

.fm-slideshow-plus-inner > .col-lg-8,
.fm-slideshow-plus-inner > .col-lg-12 {
  display: flex;
}

.fm-slideshow-plus-item {
  background-color: #0353B4;
  border-radius: 1px;
  color: #FFF;
  padding: 30px 30px 50px;
  transition: box-shadow 0.3s ease;
  height: 100%;
  width: 100%;
  min-height: 686px;
}

@media (min-width: 768px) {
  .fm-slideshow-plus-item {
    min-height: 460px;
  }
}

.fm-slideshow-plus-item img {
  transition: opacity 0.3s ease, transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .fm-slideshow-plus-item img {
    transform: scale(0.9);
  }
}

.fm-slideshow-plus-item:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}

.fm-slideshow-plus-item:hover img {
  opacity: 0.98;
}

@media (min-width: 1200px) {
  .fm-slideshow-plus-item:hover img {
    transform: scale(1);
  }
}

.fm-slideshow-plus-item-info {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 768px) {
  .fm-slideshow-plus-item-info {
    flex-direction: row;
    text-align: left;
  }
}

.fm-slideshow-plus-item-title {
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 26px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 576px) {
  .fm-slideshow-plus-item-title {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .fm-slideshow-plus-item-title {
    text-align: left;
  }
}

.fm-slideshow-plus-item-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 100%;
  margin-top: 26px;
}

@media (min-width: 768px) {
  .fm-slideshow-plus-item-text {
    max-width: 290px;
  }
}

@media (min-width: 1200px) {
  .fm-slideshow-plus-item-text {
    margin-top: 30px;
  }
}

.fm-slideshow-plus-item-btn {
  margin: 60px 0 30px;
  background-color: transparent;
  border-color: #F9F9F9;
  color: #FFF;
  border: 2px solid #F9F9F9;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.fm-slideshow-plus-item-btn:hover {
  background-color: rgba(43, 106, 182, 0.5);
  border-color: transparent;
  color: #FFF;
  text-decoration: none;
}

.fm-slideshow-plus-item-img {
  position: relative;
  z-index: 1;
  order: -1;
}

@media (min-width: 768px) {
  .fm-slideshow-plus-item-img {
    order: 0;
  }
}

.fm-slideshow-plus-item-img:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(196, 196, 196, 0) 100%);
}

.fm-slideshow-plus {
  max-height: 740px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .fm-slideshow-plus {
    max-height: 440px;
  }
}

.fm-slideshow-plus .slick-track {
  display: flex !important;
  align-items: stretch;
}

.fm-slideshow-plus .slick-slide {
  height: auto !important;
}

.fm-slideshow-plus .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .fm-slideshow-plus .slick-dots {
    left: 30px;
    text-align: left;
  }
}

.fm-slideshow-plus .slick-dots li {
  display: inline-block;
  margin-right: 8px;
}

.fm-slideshow-plus .slick-dots button {
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  background: rgba(203, 203, 203, 0.16);
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: background 0.3s ease;
  border: 2px solid #FFF;
  border-radius: 8px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.fm-slideshow-plus .slick-dots li.slick-active button,
.fm-slideshow-plus .slick-dots li:hover button {
  background-color: #FFF;
}

.fm-btn {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ===== FilterVier base styles (filter_vier.css) ===== */
:focus {outline: none !important;}
.clears {clear: both; border: none !important; padding: 0 !important; margin: 0 !important;}
#block_filter_vier {margin-bottom: 6px; position: relative;}
#block_filter_vier a {cursor: pointer;}
#name_filter {width: 100%;}
#head_filter {line-height: 44px; font-size: 1.2em; margin-bottom: 6px; cursor: pointer;}
#filter_vier {margin: auto; position: relative; width: 100%;}
#filter_vier label {width: 100% !important; font-weight: 400; display: inline-block; margin-left: 0; margin-bottom: 3px; margin-right: 3px; vertical-align: middle; font-size: inherit;}
#filter_vier .qnp label {margin-top: 3px;}
#filter_vier table {margin: 0; border-collapse: collapse; border: none !important;}
#filter_vier td {padding: 0; border: none !important;}
#filter_vier .form-control {width: 100% !important;}
textarea.form-control {height: 120px;}
#filter_vier a {text-decoration: none; word-wrap: break-word; position: relative;}
#filter_vier a:hover {text-decoration: none;}
#filter_vier tr:hover td {background: none;}
#filter_vier select {cursor: pointer;}
#filter_vier option[disabled="disabled"] {color: rgba(90, 90, 90, 0.5);}
#filter_vier option[selected="selected"] {background-color: rgba(150, 150, 150, 0.15);}
#filter_vier .select_fv:not(.act_sel) {padding-bottom: 6px;}
#filter_vier .width_10pr {width: 10%;}
#filter_vier .text_input {text-align: center; font-size: 1.2em;}
#filter_vier .bloc_search_fv {font-weight: 400;}
#filter_vier .block_fv {min-width: 130px; width: 100%; max-width: 100%; text-align: justify; position: relative; vertical-align: top;}
#filter_vier .block_param {position: relative; vertical-align: top; text-align: left; min-width: 130px;}
#filter_vier .title_filter {display: table; width: 100%; box-shadow: none; padding-top: 6px; padding-bottom: 6px; word-break: break-word;}
#filter_vier .name_title {display: table-row;}
.qnp .title_filter a {color: inherit;}
.blok {padding-left: 7px; padding-right: 7px;}
.head_group {display: inline-block; width: 100%;}
#action_get .tec_vibor {word-break: break-all;}
.ligend_get {margin-right: 3px;}
.onli_param_get {padding-left: 7px;}
.onli_param_get:last-child {margin-bottom: 3px; padding-right: 7px;}
.onli_param_get .botton_fv {margin-bottom: 3px;}
.title_filter + .onli_param_get {margin-top: 6px;}
.delis {color: inherit; margin: 0 2px;}
.text_dia {font-weight: normal; display: table-cell; text-align: right; padding-left: 5px;}
.text_dia a:hover {color: inherit !important;}
.text_dia a {padding: 1px;}
.onli_param:not(.blok_img) {padding-bottom: 3px; margin-bottom: 0px; width: 100%;}
.onli_param:not(.qnp) {padding-top: 6px;}
.onli_param.qnp {padding-top: 3px;}
.onli_param.blok_img {padding-bottom: 0;}
.onli_param .text_param {vertical-align: middle;}
.text_through {opacity: 0.5;}
.total_product {float: right; min-width: 25px; text-align: center; vertical-align: middle; line-height: normal;}
.actionis .total_product {visibility: hidden;}
.actionis .count_prod {visibility: hidden;}
.total_product:not(.btn_fv) {padding: 2px 3px;}
.count_prod {display: inline-block; position: relative; margin-left: 2px;}
.curs_def, .curs_def:hover {cursor: default !important; text-decoration: none !important; color: #999 !important;}
.curs_point {cursor: pointer;}
.imt_p {display: inline-block;}
.hidis {display: none;}
.displ {margin: -1px 0 2px 10px; cursor: pointer;}
.unfoldi {font-size: 0.9em; border-bottom: 1px dashed; padding: 1px;}
.unfoldi:hover {cursor: pointer; border-bottom: none;}
.curs_point .strel_hid_fa {color: inherit; margin-left: 5px; margin-right: 0; font-weight: inherit; display: table-cell; text-align: right;}
.unfoldi .strel_hid_fa {margin-left: 5px; color: inherit;}
.strel_hid_fa i {font-size: inherit !important;}
.strel_fa_mob {cursor: pointer; margin-left: 5px;}
.strel_fa_mob .fa {font-size: inherit !important;}
.botton_fv {padding: 0px 3px; cursor: pointer; display: inline-block; word-wrap: break-word;}
.botton_fv a {color: inherit !important; outline: none; word-break: break-all;}
.botton_fv.actionis {opacity: 0.8;}
.botton_fv.actionis:hover {opacity: 1;}
.button_slider {text-align: right;}
.css_disabled {opacity: 0.6; cursor: default;}
.botton_opts {display: inline-block; margin: 0 0 3px 0 !important;}
.optv .img_param, .optv .img_param_null {margin: 1px; border: 1px solid; padding: 2px;}
img.img_param_null {opacity: 0.6; cursor: default !important;}
img.img_param.actionis, img.img_param:hover {opacity: 0.6; border-radius: 50%;}
img.img_param.actionis:hover {opacity: 1; border-radius: 0;}
.manufs .img_param, .manufs .img_param_null {border: none;}
.input_slider input {padding: 2px;}
.input_slider span {border-radius: 50%; padding: 5px 9px; box-shadow: 0 0 10px rgba(0,0,0,0.3); background-color: #fff;}
.symbol_sld {padding: 5px !important; text-align: center;}
.symbol_sld .fa {vertical-align: middle;}
.height_prim {margin-top: 3px; margin-bottom: 3px;}
.width_100_pr {width: 100%;}
.block_sl {vertical-align: middle;}
.shkala {position: relative; top: -5px;}
#filter_vier a:before, #filter_vier .imt_a:before {content: ""; margin: 0; display: inline-block; vertical-align: middle;}
#filter_vier .img_fv a:before, #filter_vier .checkg:before {content: none;}
#filter_vier .radio_fv .checkb:before, #filter_vier .radio_fv .checka:before, #filter_vier .radio_fv .checkb:hover:not(.curs_def)::before {background-color: #fff; width: 18px; height: 18px; border-radius: 10px; border: 1px solid #ccc; margin-right: 4px;}
#filter_vier .radio_fv .checka.actionis::before, #filter_vier .radio_fv .checkb:hover:not(.curs_def)::before {border-color: #fff; border-width: 5px; border-style: solid; border-radius: 10px; box-shadow: 1px 1px 3px rgba(0,0,0,0.3); background-color: #4d4d4d;}
#filter_vier .radio_fv .checka.actionis::after {content: none;}
.fv_bc {background-color: white; border: 1px solid #888; border-radius: 25px; box-shadow: 0 0 2px #999; display: inline-block; height: 20px; vertical-align: top; width: 20px; position: relative;}
#bloc_primenit {display: none; z-index: 125;}
.bloc_aj_all {background-color: #151617; border: 1px solid #ccc; border-radius: 4px; color: #fff; text-align: center; padding: 3px; vertical-align: middle;}
.aj_blc {margin: 3px; border-width: 0; border-color: inherit; border-style: solid; vertical-align: baseline; white-space: nowrap;}
.aj_blc_del, .aj_bloc_btn {cursor: pointer; opacity: 1;}
.aj_blc_del:hover, .aj_bloc_btn:hover {opacity: 0.8;}
.aj_blc_del .fa {display: inherit;}
#mobil_mini {display: none;}
.block_chc_fv {margin-bottom: 10px;}
.block_legend_chc {margin-bottom: 3px;}
.legend_chc {padding-right: 5px;}
.clear_chc a {opacity: 0.8;}
.clear_chc a:hover {opacity: 1;}
.btn_chc {margin: 0 5px 5px 0; cursor: pointer; white-space: normal;}
.delurl {margin-left: 4px;}
.txt_chc {vertical-align: middle;}
.param_chc {margin-right: 3px;}
.param_chc0 {display: none;}
.scroll_chc {white-space: nowrap; overflow: scroll; overflow-x: auto; overflow-y: hidden;}
.scroll_chc {scrollbar-width: thin; scrollbar-color: #cdcdcd #eee;}
.scroll_chc::-webkit-scrollbar {height: 6px;}
.scroll_chc::-webkit-scrollbar-thumb {background-color: #cdcdcd;}
.scroll_chc::-webkit-scrollbar-thumb:hover {background-color: #aaa;}
.scroll_chc::-webkit-scrollbar-thumb:active {background-color: #999;}
.scroll_chc::-webkit-scrollbar-track {border-width: 0; background-color: #eee;}
.btn_fv {border: none; padding: 3px 5px; max-width: 100%; border-radius: 0; box-shadow: none; background: #f8f8f8; color: #999;}
.btn_fv:hover {color: #333; background-color: #e6e6e6;}
.btn_fv:active {top: .1em; left: .1em; box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;}
#filter_vier .link_fv .checkb:before, #filter_vier .link_fv .checka:before {width: 23px; height: 23px; padding-right: 5px !important; top: -1px; vertical-align: middle;}
#filter_vier .link_fv .checka:before {background: transparent url("../img/checkbox_1.png") no-repeat scroll 0px 0px;}
#filter_vier .link_fv .checkb:before {background: transparent url("../img/checkbox_1.png") no-repeat scroll -29px 0px;}
.manufs .img_param, .manufs .img_param_null {width: 25px;}
.optv .img_param, .optv .img_param_null {width: 25px;}
.attrb .img_param, .attrb .img_param_null {width: 25px;}

/* ===== FilterVier user/admin styles (user_style.css — main_set + custom) ===== */
#head_filter {font-weight: 700; color: #000a28; text-align: left; background-color: #f5f7fd; border-width: 0px; border-style: solid; border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
#filter_vier {padding: 0px; border-width: 0px; border-style: solid;}
.head_group {font-weight: 700; color: #000a28;}
.title_filter {font-weight: 900; color: #353535; background-color: #f5f7fd; border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
.block_param {background-color: #f5f7fd; color: #353535; border-width: 0px; border-style: solid; border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
.block_param a {color: #353535;}
.tec_vibor a {color: #000000;}
.count_prod {color: #ffffff; background-color: #2b2c7c; border-radius: 4px;}
@media (max-width: 767px) {
    #mobil_mini {display: none !important;}
    #filter_vier {width: calc(100% - 60px); position: fixed; padding: 10px;}
}
#name_filter {display: none !important;}
#head_filter {margin-bottom: 10px;}
#block_filter_vier {padding-bottom: 0px !important;}
#filter_vier .block_param {margin-bottom: 10px;}
.head_group {display: none !important;}
.title_p_f {font-size: 20px; line-height: 1.2; font-weight: 700; font-family: "Nunito Sans", sans-serif;}
#filter_vier label {margin-bottom: 16px !important;}
.total_product {font-size: 12px;}
.onli_param:not(.blok_img) {padding: 0 20px 36px;}
#filter_vier .title_filter {padding: 30px 20px;}
#filter_vier .link_fv .checkb:before {background: transparent url("../img/checkbox_1.png") no-repeat scroll -28px 0px;}
.actionis .count_prod, .actionis .total_product {visibility: visible;}
.input_blok .form-input {padding: 14px 11px;}
#filter_vier .text_input {font-family: Onest, sans-serif; font-size: 14px; color: #000a28;}
.irs-with-grid .irs-grid {display: none;}
.onli_param .text_param {padding-left: 5px; color: #4d5469;}
.height_prim {margin-top: 30px;}
.unfoldi {font-size: 16px; font-weight: 400 !important; color: #2b2c7c; border-bottom: 1px solid transparent; -webkit-transition: border-color .35s ease; transition: border-color .35s ease;}
.unfoldi:hover {border-bottom-color: #2b2c7c;}
#filter_vier .name_title {display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
@media (max-width: 767px) {
    #head_filter, #filter_vier .block_param {width: 100%;}
    #mobil_mini {display: block;}
    #mobil_mini i:last-child {display: none;}
    #mobil_mini i:first-child, #mobil_mini.open_fv i:last-child {position: fixed; text-align: center; z-index: 1046; font-size: 24px; display: block; width: 45px; height: 45px; line-height: 45px;}
    #mobil_mini i:first-child {top: 10%; left: 0; border-top-right-radius: 35px; border-bottom-right-radius: 35px;}
    #mobil_mini.open_fv i:last-child {top: 1%; left: auto; right: 0; border-radius: 0;}
    #mobil_mini.open_fv::after {content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 1045;}
    #mobil_mini i:first-child, #mobil_mini.open_fv i:last-child {cursor: pointer; box-shadow: 0 0 0.5px rgba(0,0,0,.17);}
    #mobil_mini i {background-color: #666; color: #fff; opacity: 0.8;}
    #block_filter_vier {padding-bottom: 45px; margin-bottom: 6px; position: relative;}
    #mobil_mini i:first-child {top: 190px;}
    #head_filter {display: none;}
    #filter_vier {display: block;}
}

/* Tiles-style categories (mobile look on all screens) */
.cats-row--tiles {
    background: none;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -16px;
}
.cats-row--tiles .cats-item {
    flex: 0 0 calc(20% - 16px);
    max-width: calc(20% - 16px);
    width: calc(20% - 16px);
    margin: 0 8px 16px;
    border-radius: 20px !important;
    background: #f5f7fd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 16px 21px;
}
.cats-row--tiles .cats-item::before {
    border-radius: 20px !important;
}
.cats-row--tiles .cats-item__icon {
    margin-bottom: 12px;
}
.cats-row--tiles .cats-item__icon img,
.cats-row--tiles .cats-item__icon svg {
    width: 53px;
    height: 53px;
    transition: filter 0.35s ease;
}
.cats-row--tiles .cats-item:hover .cats-item__icon img,
.cats-row--tiles .cats-item:hover .cats-item__icon svg {
    filter: brightness(0) invert(1);
}
.cats-row--tiles .cats-item__text {
    align-self: auto;
    text-align: center;
}
@media only screen and (max-width: 1366px) {
    .cats-row--tiles .cats-item {
        flex: 0 0 calc(25% - 16px);
        max-width: calc(25% - 16px);
        width: calc(25% - 16px);
    }
}
@media only screen and (max-width: 768px) {
    .cats-row--tiles .cats-item {
        flex: 0 0 calc(50% - 16px);
        max-width: calc(50% - 16px);
        width: calc(50% - 16px);
    }
    .cats-row--tiles .cats-item__icon img,
    .cats-row--tiles .cats-item__icon svg {
        width: 36px;
        height: 36px;
    }
}

/* ============================================================
   Чекаут /order/checkout/ — перенесено из inline <style>
   шаблона templates/orders/checkout.html. Должно идти ПОСЛЕ
   старых правил .order-delivery* / .order-box .row / .form-radio,
   чтобы переопределять их по каскаду.
   ============================================================ */
.form-input.error {
    border-color: #f1336c !important;
}
.field-hint {
    color: #f1336c;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 4px;
    position: absolute;
    left: 0;
    bottom: -18px;
}
@keyframes shake {
    0%,100% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    40% { transform: translateX(5px); }
    60% { transform: translateX(-4px); }
    80% { transform: translateX(3px); }
}
.shake { animation: shake .4s ease; }

.pass-wrap {
    position: relative;
}
.pass-wrap .form-input {
    padding-right: 40px;
}
.pass-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 0;
}

.pass-strength {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
}
.pass-strength__bars {
    display: flex;
    gap: 4px;
}
.pass-strength__bars span {
    flex: 1;
    height: 2px;
    border-radius: 1px;
    background: #e8e8e8;
    transition: background .25s;
}
.pass-strength__text {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 3px;
    transition: color .25s;
}

.confirm-strength {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
}
.confirm-strength__bar {
    height: 2px;
    border-radius: 1px;
    transition: background .25s;
}
.confirm-strength__text {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 3px;
    transition: color .25s;
}

.registr-item {
    position: relative;
    margin-bottom: 30px;
}

#agreement_checkbox {
    margin: 16px 0 20px;
    padding: 12px 14px;
    background: #f7f8fa;
    border: 1px solid #e8eaee;
    border-radius: 8px;
    transition: border-color .25s, background .25s;
}
#agreement_checkbox .agreement-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
    color: #4d5469;
}
#agreement_checkbox input[type="checkbox"] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #2868f0;
    cursor: pointer;
}
#simplecheckout_button_confirm {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: opacity .2s, background-color .2s;
}
#simplecheckout_button_confirm:disabled {
    background-color: #b8c0d0;
    color: #fff;
    cursor: not-allowed;
}
.checkout-authed-contacts {
    background: #f5f7fd;
    border-radius: 12px;
    padding: 18px 20px;
}
.checkout-authed-contacts__row {
    display: flex;
    gap: 12px;
    padding: 4px 0;
    font-size: 15px;
    line-height: 1.5;
}
.checkout-authed-contacts__label {
    color: #6b7388;
    min-width: 80px;
}
.checkout-authed-contacts__value {
    color: #000a28;
    font-weight: 500;
    word-break: break-word;
}
.checkout-authed-contacts__edit {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    color: #2868f0;
    text-decoration: underline;
}
.checkout-alert {
    display: none;
    margin: 18px 0 24px;
    padding: 16px 20px;
    background: #fff5f8;
    border-left: 4px solid #f1336c;
    border-radius: 8px;
    color: #c1123e;
    font-size: 15px;
    line-height: 1.5;
}
.checkout-alert.is-visible {
    display: block;
}
.checkout-alert__row + .checkout-alert__row {
    margin-top: 6px;
}

/* Снимаем старый кап .row (707px) — из-за него у контактов была пустота
   справа. Теперь поля заполняют блок на всю ширину, как и остальные секции. */
#simplecheckout_form .order-box .row { max-width: none; }

/* Чанк 1. Товары в правом блоке */
.stats-items { border-bottom: 1px solid #e0e0e0; margin-bottom: 22px; padding-bottom: 6px; }
.stats-item { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid #e0e0e0; }
.stats-item:last-child { border-bottom: 0; }
.stats-item__img { width: 56px; height: 56px; border-radius: 10px; flex-shrink: 0; overflow: hidden; background: #dfe3ef; }
.stats-item__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stats-item__body { min-width: 0; flex: 1; }
.stats-item__name { font-size: 13px; line-height: 1.35; color: #000a28; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.stats-item__sku { font-size: 11px; color: #4d5469; margin-top: 3px; }
.stats-item__right { text-align: right; flex-shrink: 0; }
.stats-item__qty { font-size: 12px; color: #4d5469; }
.stats-item__price { font-family: "Nunito Sans", sans-serif; font-weight: 700; font-size: 15px; white-space: nowrap; margin-top: 2px; }

/* Чанк 3. Hover-анимация на больших блоках — 1:1 как .cart-item в корзине */
.simplecheckout .order-box {
    transition: box-shadow .28s ease, border-color .28s ease, transform .28s ease;
}
.simplecheckout .order-box:hover {
    box-shadow: 0 10px 24px -16px rgba(43, 44, 124, .3);
    border-color: #2b2c7c;
    transform: translateY(-1px);
}

/* Чанк 4. «Способ получения» */
.order-delivery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 0;
}
.order-delivery__item { width: auto; position: relative; }
.order-delivery__item input[type="radio"] { display: none; }

.order-delivery__item input[type="radio"] + label {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 16px;
    background: #f5f7fd;
    border: 1.5px solid transparent;
    padding: 22px 20px 20px 48px;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}
.order-delivery__item input[type="radio"] + label::before {
    content: ""; position: absolute; left: 20px; top: 24px;
    width: 18px; height: 18px; border-radius: 50%;
    border: 1.5px solid #e4e9f9; background: #fff; transition: border-color .2s;
}
.order-delivery__item input[type="radio"] + label::after {
    content: ""; position: absolute; left: 25px; top: 29px;
    width: 8px; height: 8px; border-radius: 50%; background: #2b2c7c;
    opacity: 0; transform: scale(.4); transition: all .2s;
}
.order-delivery__item input[type="radio"]:checked + label { border-color: #2b2c7c; background: #fff; }
.order-delivery__item input[type="radio"]:checked + label::before { border-color: #2b2c7c; }
.order-delivery__item input[type="radio"]:checked + label::after { opacity: 1; transform: scale(1); }

.order-delivery__head {
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px; font-weight: 700; line-height: 1.25;
    margin-bottom: 0; padding-left: 0;
}
.order-delivery__head::before,
.order-delivery__head::after { content: none; display: none; }

.order-delivery__text {
    font-size: 13px; color: #4d5469; margin: 6px 0 0; max-width: none; line-height: 1.4;
}
.order-delivery__label {
    margin-top: 16px; align-self: flex-start;
    border-radius: 100px; border: 1px solid #2b2c7c; color: #2b2c7c;
    font-size: 13px; font-weight: 600; padding: 7px 14px;
}
@media (max-width: 1023px) {
    .order-delivery { grid-template-columns: 1fr; }
}

/* Чанк 5. «Оплата» */
#simplecheckout_payment .form-item { margin-bottom: 10px; }
#simplecheckout_payment .form-item:last-child { margin-bottom: 0; }
#simplecheckout_payment .form-radio { position: relative; }
#simplecheckout_payment .form-radio input[type="radio"] { display: none; }
#simplecheckout_payment .form-radio input[type="radio"] + label {
    display: flex; align-items: center;
    padding: 16px 18px 16px 50px;
    border-radius: 12px; border: 1px solid #ebeffc;
    font-size: 15px; color: #000a28; cursor: pointer;
    transition: border-color .2s, background .2s; position: relative;
}
#simplecheckout_payment .form-radio input[type="radio"] + label::before {
    content: ""; position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
    width: 18px; height: 18px; border-radius: 50%;
    border: 1.5px solid #e4e9f9; background: #fff; transition: border-color .2s;
}
#simplecheckout_payment .form-radio input[type="radio"] + label::after {
    content: ""; position: absolute; left: 23px; top: 50%; transform: translateY(-50%);
    width: 8px; height: 8px; border-radius: 50%; background: #2b2c7c;
    opacity: 0; transition: opacity .2s;
}
#simplecheckout_payment .form-radio input[type="radio"]:checked + label { border-color: #2b2c7c; background: #f5f7fd; }
#simplecheckout_payment .form-radio input[type="radio"]:checked + label::before { border-color: #2b2c7c; }
#simplecheckout_payment .form-radio input[type="radio"]:checked + label::after { opacity: 1; }
#simplecheckout_payment .payment-ico { margin-left: auto; display: inline-flex; color: #4d5469; transition: color .2s; }
#simplecheckout_payment .form-radio input[type="radio"]:checked + label .payment-ico { color: #2b2c7c; }

/* Чанк 6. «Комментарий к заказу» */
#simplecheckout_comment .form-control {
    display: block; width: 100%;
    font-family: "Onest", sans-serif; font-size: 15px; color: #000a28;
    border-radius: 10px; padding: 14px; background: #fff;
    border: 1px solid #e0e0e0; min-height: 96px; resize: vertical;
    transition: border-color .25s ease;
}
#simplecheckout_comment .form-control::placeholder { color: rgba(77, 84, 105, .5); }
#simplecheckout_comment .form-control:focus { outline: none; border-color: #2b2c7c; }
