@import "home.css";
@import "catalog.css";
@import "product.css";
@import "cart.css";
@import "profile.css";
@import "../profile/company-details.css";
@import "../profile/companies.css";
@import "../profile/addresses.css";
@import "../profile/history.css";
@import "../profile/wishlist.css";
@import "../profile/prodileSettings.css";
@import "../profile/comparisons.css";
@import "../profile/comparisonsDetails.css";
@import "mobileHome.css";
@import "mobileCatalog.css";
@import "mobileProfile.css";
@import "mobileProduct.css";
@import "mobileCart.css";
@import "pageAbout.css";
@import "pageClients.css";
@import "pageContacts.css";
@import "pageProviders.css";
@import "pageFaq.css";
@import "../components/news/newsStyle.css";
@import "../components/promo/promoStyle.css";
@import "../components/subscribe/subscribeStyle.css";
@import "ios-touch-fix.css";

/* Local Inter font (provided via Get Font) */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/Inter/Inter-VariableFont_opsz%2Cwght.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/Inter/Inter-Italic-VariableFont_opsz%2Cwght.ttf') format('truetype');
}
/* Use Inter inside the theme header/footer */
body{
    font-family: 'Inter', sans-serif;
}
body a:focus{
    outline: none!important;
    text-decoration: none;
}
body a:focus-visible{
    outline: none!important;
    text-decoration: none;
}
.b-header,
.b-footer {
    font-family: 'Inter', sans-serif;
}
.b-navigation.b-container {
    display: none !important;/*заменено блоком b-header__nav-inner*/
}
.b-menu__wrapper {
    display: none !important;/*заменено блоком b-header*/
}
.b-order__container{
    height: 100ch;
}
.b-order__form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    padding-top: 100px;
}
.b-order__row{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 1360px;
}
.wa-error-msg {
    display: block;
    color: red;
    padding-top: 5px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #028AAE;
    border: 1px solid #fff;
    border-radius: 0;
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background {
    border-top-color: #028AAE;
}
.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border {
    border-top-color: #fff;
    border-width: 1px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: #fff;
    padding: 8px;
}
tr.b-popup-cart__line {
    border-bottom: 1px solid #999999;
}
tr.b-popup-cart__line td{
    padding: 10px 0;
}
.btn-login,.btn-login:hover{
    padding: 5px 20px;
    background-color: #058baf;
    color: white;
    border: 0px solid;
}
.b-pagination__compare a,.b-pagination__all a {
    color: #fff;
    text-decoration: none;
}
.b-item-info__value--red {
    color: #ff0000;
}
em.errormsg {
    color: #ff0000;
    font-size: 12px;
}
.b-item-slider__name {
    min-height: 82px;
    max-height: 82px;
}
.s-buttons-wrapper {
    margin-top: 20px;
}
.s-header--link:hover {
    cursor: pointer;
}
#signUpForm {
    width: 750px;
    display: block;
    margin: auto;
    margin-top: 20px;
}
#signUpForm .wa-form{
   padding-top: 20px;
}
#signUpForm .wa-field{
    display: inline-block;
}
#signUpForm .wa-field:nth-last-child(-2n+2){
    /*margin-left: 250px;*/
}
#signUpForm .wa-field:last-child{
    margin-left: 250px;
}
#signUpForm .wa-name {
    width: 250px;
    text-align: right;
    font-size: 18px;
    color: #000;
    padding-right: 25px;
    padding-bottom: 20px;
    float: left;
}
#signUpForm .wa-value {
    padding-bottom: 20px;
    float: left;
}
#signUpForm .wa-value > *{
    width: 500px;
    height: 40px;
    border: 1px solid #058baf;
    padding: 0 10px;
}
#signUpForm .wa-value > a, #signUpForm .wa-value > em, #signUpForm .wa-value > .wa-captcha{
    border: none;
    padding: 0;
    height: auto;
}
#signUpForm .wa-value > [type="submit"]{
    padding: 5px 20px;
    background-color: #058baf;
    color: white;
    border: 0px solid;
    height: auto;
    width: auto;
}
#contactForm .wa-field,#contactForm .wa-field-address > .wa-value span.field {
    padding-bottom: 20px;
    display: inline-block;
}
#contactForm .wa-field-address {
    padding-bottom: 0;
}
#contactForm .wa-name,#contactForm .wa-field-address > .wa-value span.field > span{
    width: 250px;
    text-align: right;
    font-size: 18px;
    color: #000;
    padding-right: 25px;
    display: block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    float: left;
}
#contactForm .wa-value {
    display: block;
    vertical-align: middle;
    width: 500px;
    float: left;
}
#contactForm .wa-value > label{
    display: block;
}
#contactForm .wa-field-address > .wa-name{
    display: none!important;
}
#contactForm .wa-field-address p{
    margin: 0;
}
#contactForm .wa-field-address > .wa-value{
    width: 750px;
}
#contactForm .wa-field-address > .wa-value span.field {
    display: inline-block;
    width: 100%;
}
#contactForm .wa-field-address > .wa-value span.field .nice-select {
    width: 500px;
    float: left;
    clear: inherit;
}
#contactForm input[type="text"],#contactForm input[type="password"] {
    width: 500px;
    height: 40px;
    border: 1px solid #058baf;
    padding: 0 10px;
}
[data-payment-id="2"][data-role="form"] {
    display: none !important;
}
.question_form {
    width: 100%;
    max-width: 100%;
}


.badge {
    border-radius: 0;
    padding: 0;
    height: 75px;
    width: 75px;
    background: #a1fcff;
    position: absolute;
    text-align: left;
    top: 5px;
    right: -5px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.badge:before {
    height: 75px;
    width: 75px;
    background: inherit;
    content: "";
    position: absolute;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.badge:after {
    height: 75px;
    width: 75px;
    background: inherit;
    content: "";
    position: absolute;
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.badge span {
    color: #000;
    font-weight: bold;
    position: absolute;
    z-index: 1983;
    top: 27px;
    left: -2px;
    right: -2px;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -moz-transform: rotate(-13deg);
    -o-transform: rotate(-13deg);
    font-size: 1.4em;
    text-align: center;
    overflow: visible;
    line-height: 1em;
}

.badge.bestseller span {
    font-size: 1.3em;
    top: 28px;
}

.badge.new,
.badge.new:before,
.badge.new:after {
    background: #ff4;
    color: #000;
}

.badge.low-price,
.badge.low-price:before,
.badge.low-price:after {
    background: #ffc2e3;
    color: #300;
}

.badge.bestseller,
.badge.bestseller:before,
.badge.bestseller:after {
    background: #74ff30;
    color: #030;
}
.b-item-slider__image {
    position: relative;
}
@media print {
 .print-hide,.b-header,.b-menu__wrapper,.b-slider__globalwrapper,.b-navigation,.b-footer__wrapper,.b-breadcrumbs__wrapper,.b-leftblock {
     display: none;
 }
    .b-contentblock.b-contentblock--noright {
        margin: 0;
    }
}

/* ===========================
 * Новый header (.b-header)
 * =========================== */

.b-header {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 16px 30px;
    box-sizing: border-box;
}
.b-header-shadow{
    box-shadow: 0px 10px 20px 0px #5C59590A;
    position: relative;
    z-index: 1000;
    overflow: visible;
}
.b-header__inner {
    display: flex;
    flex-direction: column;
}

.b-header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 13px;
    margin-bottom: 32px;
}

.b-header__top-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    /*letter-spacing: 0.02em;*/
    font-stretch: 100%;
    -webkit-font-smoothing: antialiased;
}

.b-header__top-left .b-header__top-item {
    gap: 4px;
    color: #343333;
}

.b-header__top-left a.b-header__top-item:hover,
.b-header__top-left a.b-header__top-item:focus-visible {
    color: #62B1C6;
    text-decoration: none;
}

.b-header__top-left a.b-header__top-item:hover .b-header__top-text--muted,
.b-header__top-left a.b-header__top-item:focus-visible .b-header__top-text--muted,
.b-header__top-left a.b-header__top-item:hover .ya-phone,
.b-header__top-left a.b-header__top-item:focus-visible .ya-phone {
    color: #62B1C6;
}

.b-header__top-left a.b-header__top-item:hover .b-header__top-icon svg path[stroke],
.b-header__top-left a.b-header__top-item:focus-visible .b-header__top-icon svg path[stroke] {
    stroke: #62B1C6;
}

.b-header__top-left a.b-header__top-item:hover .b-header__top-icon svg path[fill="#008AAE"],
.b-header__top-left a.b-header__top-item:focus-visible .b-header__top-icon svg path[fill="#008AAE"] {
    fill: #62B1C6;
}

.b-header__social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.b-header__social-btn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.b-header__social-btn:hover {
    opacity: 0.88;
}

.b-footer__social-row {
    margin-bottom: 32px;
}
.b-footer__social-row .b-header__social-btn {
    background: none;
}

.b-header__social-btn--whatsapp svg,
.b-header__social-btn--telegram svg {
    display: block;
}

.b-header__social-btn--whatsapp svg {
    width: 24px;
    height: 24px;
}

.b-header__top-item {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #3c3c3c;
    text-decoration: none;
}

.b-map-address-link,
.b-map-address-link:focus,
.b-map-address-link:focus-visible,
.b-map-address-link:active,
.b-map-address-link:visited {
    text-decoration: none;
}

.b-map-address-link:hover {
    color: #62B1C6;
    text-decoration: none;
}

.b-header__top-text--muted {
    color: #454545;
}

.b-header__top-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.b-header__top-right {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.b-header__markets {
    display: flex;
    align-items: center;
    gap: 12px;
}

.b-header__market {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.b-header__market {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.b-header__market--wb {
    padding: 0;
    background: none;
    width: 32px;
}

.b-header__market--ozon {
    background-image: url('../images/ozon-icon-logo.png?v=16032026-1');
    background-size: cover;
}

a.b-header__market {
    transition: opacity 0.2s ease;
}

a.b-header__market:hover {
    opacity: 0.85;
}

.b-header__login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    background: #ffffff;
    font-size: 13px;
    text-decoration: none;
    color: #5E5E5E;
}

.b-header__login-btn:hover {
    background: #F5F5F5;
    color: #404040;
    text-decoration: none;
}

.b-header__login-btn:hover .b-header__login-icon svg path {
    stroke: #62B1C6;
}

.b-header__login-btn:visited,
.b-header__login-btn:active,
.b-header__login-btn:focus,
.b-header__login-btn:focus-visible {
    text-decoration: none;
    color: #3c3c3c;
    outline: none;
}

.b-header__login-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.b-header__main {
    display: flex;
    align-items: flex-start;
    gap: 46px;
}
.b-header__logo__main{
    font-family: 'Onest', sans-serif;
    display: flex;
    flex-direction: column;
}
.b-header-logo__img{
    position: relative;
    top: -14px;
}
.b-header-logo__text{
    margin-top: 9px;
}

.b-header-logo__title{
    font-size: 26px;
    line-height: 26px;
    font-weight: 650;
    color: #FF0000;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.b-header-logo__subtitle{
    font-size: 7.5px;
    line-height: 9.3px;
    font-weight: 400;
    letter-spacing: 0%;
    color: #282828;
}
.b-header-logo__subtitle span{
    color: #7B7B7B;
}
.b-header__logo {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

/*.b-header__logo:hover {*/
/*    opacity: 0.85;*/
/*}*/

.b-header__logo img {
    display: block;
    max-width: 190px;
    height: auto;
}

.b-header__logo .b-logo__pix--mobile,
.b-header__logo-tagline,
.b-header__burger {
    display: none;
}

.b-header__logo-subtitle {
    font-size: 12px;
    line-height: 1.4;
    color: #808080;
}

.b-header__search {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}
.b-header-mobile__row{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}
.b-header-mobile__rollback {
    max-height: 24px;
    display: none;
}
.b-header__search--form {
    display: flex;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

.b-header__search-field {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    background: #f4f4f4;
    height: 48px;
}

.b-header__search-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.b-header__search-input {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    outline: none;
}

.b-header__search-button {
    padding: 10px 24px;
    border-radius: 16px;
    border: 1px solid #E40400;
    background: #ffffff;
    color: #E40400;
    font-size: 14px;
    cursor: pointer;
    height: 48px;
}

.b-header__search-button:hover {
    background: #ab0000;
    border-color: #ab0000;
    color: #ffffff;
}

.b-header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.b-header__action {
    min-width: 48px;
    height: 48px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.b-header__action--cart {
    gap: 4px;
    justify-content: flex-start;
    padding: 0 14px;
    color: #313131;
    text-decoration: none;
    max-width: 150px;
    min-width: 145px;
    position: relative;
}

.b-header__action--cart:hover,
.b-header__action--cart:focus,
.b-header__action--cart:visited {
    color: #313131;
    text-decoration: none;
}

.b-header__action--cart .b-header__icon {
    flex-shrink: 0;
}

.b-header__action--cart.b-header__action--cart-empty {
    min-width: 48px;
    padding: 0;
    justify-content: center;
}

.b-header__cart-total {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #313131;
    white-space: nowrap;
    text-decoration: none;
}

.b-header__cart-total[hidden] {
    display: none !important;
}

.b-header__cart-count-badge {
    position: absolute;
    top: -16px;
    right: -16px;
    min-width: 20px;
    height: 32px;
    width: 32px;
    padding: 4px 6px;
    border-radius: 50%;
    background: #e40400;
    color: #ffffff;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #ffffff;
}

.b-header__cart-count-badge[hidden] {
    display: none !important;
}

/*.b-header__action--favorites:hover{*/
/*    background: #ffffff;*/
/*    border-color: #ebebeb;*/
/*}*/
.b-header__action--compare:hover {
    background: #ffffff;
    border: 1px solid #ebebeb;
}

.b-header__action--favorites:hover path {
    fill: #FF0000;
    stroke: #FF0000;
}

.b-header__action--compare:hover path {
    fill: #E40400;
    stroke: #E40400;
}
.b-header__action--favorites.active path {
    fill: #FFFFFF;
    stroke: #FF0000;
}
.b-header__action--compare.active{
    background: #FFFFFF;
}
.b-header__action--compare.active path{
    fill: #E40400;
    stroke: #E40400;
}
.b-header__action--cart:hover {
    background: #f6f6f6;
    border-color: #ebebeb;
}

.b-header__action--cart:hover svg path {
    stroke: #5e5e5e;
}

.b-header__action--cart:hover .b-header__cart-total {
    color: #313131;
    text-decoration: none;
}

.b-header__icon {
    display: block;
}

.b-header__nav {
    width: 100%;
    overflow: visible;
    /*margin-top: 8px;*/
}

.b-header__nav-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 auto;
    justify-content: space-between;
    overflow: visible;
}

.b-header .b-header__nav-link {
    flex-shrink: 0;
    text-decoration: none;
    color: #3c3c3c;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
}

.b-header .b-header__nav-link--primary {
    background: #E40400;
    color: #ffffff;
    border: none;
}

.b-header__nav-link--primary:hover {
    background: #ab0000;
    color: #ffffff;
}

.b-header__nav-link:hover {
    text-decoration: none;
}

.b-header__nav-link:not(.b-header__nav-link--primary):hover {
    color: #62B1C6;
}

.b-header__cart-info {
    margin-left: 8px;
    font-size: 12px;
    color: #3c3c3c;
}


.b-header__nav-link--client {
    position: relative;
}

.b-header__nav-link--menu {
    display: none;
    position: absolute;
    left: -4px;
    top: 100%;
    z-index: 10002;
    padding-top: 15px;
}

.b-header__nav-link--menu .b-header__mobile-submenu[hidden] {
    display: block !important;
    background: #fff;
    border-radius: 10px;
    height: 397px;
    border: 1px solid #EBEBEB;
    width: 400px;
}

.b-header__nav-link--client:hover {
    z-index: 10001;
}

.b-header__nav-link--client:hover .b-header__nav-link--menu {
    opacity: 1;
    display: block;
}

.b-footer--new .b-footer__col.b-footer__col-tablet {
    display: none;
}
/* Mobile layout — только при 1200px и ниже */
@media (max-width: 1200px) {
    .b-footer--new .b-footer__col.b-footer__col-desktop {
        display: none;
    }
    .b-footer--new .b-footer__col.b-footer__col-tablet {
        display: grid;
        order: 5;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
    }

}
@media (max-width: 678px) {
    .b-footer--new .b-footer__col.b-footer__col-desktop {
        display: flex;
    }
    .b-footer--new .b-footer__col.b-footer__col-tablet {
        display: none;
    }
    .b-header-logo__text.b-header-logo__text{
        /*margin: 0 auto;*/
        align-items: center;
        text-align: center;
        flex: 1;
        /*padding: 0 0 0 25px;*/
    }
    .b-header-logo__subtitle.b-header-logo__subtitle span:first-child{
        margin-bottom: 0;
    }
    .b-header__search-field{
        margin-top: 20px;
        margin-bottom: 16px;
    }
    .b-header-logo__text--menu.b-header-logo__text--menu{
        align-items: flex-start;
        text-align: left;
        margin: 0 auto;
        flex: 0;
    }
    .b-header__mobile-menu-close.b-header__mobile-menu-close{
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .show_comparison_product,
    .b-slider__globalwrapper,
    .b-navigation.b-container,
    .b-container {
        display: none !important;
    }

    .b-header {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 10px 12px 8px;
    }

    .b-menu__wrapper {
        display: none;
    }

    .b-header__search-button {
        display: none;
    }

    .b-header__top-item--hide-mobile,
    .b-header__login--hide-mobile {
        display: none !important;
    }

    .b-header__top {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .b-header__top-left {
        flex-wrap: nowrap;
        gap: 8px;
        flex: 1 1 auto;
        min-width: 0;
    }

    .b-header__top-right {
        margin-left: 0;
        flex-shrink: 0;
    }

    .b-header__top-item--phone .b-header__top-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 140px;
        font-size: 12px;
    }
    .b-header__top-text.b-header__top-text--muted {
        font-size: 12px;
    }

    .b-header__main {
        flex-wrap: wrap;
        gap: 16px;
        align-items: center;
    }
    .b-header__logo__main{
        flex-direction: row;
        flex: 1 auto;
        justify-content: space-between;
    }
    .b-header-logo__img{
        position: unset;
        height: 48px;
        max-width: 120px;
    }
    .b-header-logo__img img{
        width: 120px;
    }
    .b-header-logo__text{
        text-align: end;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .b-header-logo__title{
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 0;
    }
    .b-header-logo__subtitle{
        font-size: 8px;
        max-width: 92px;
        display: flex;
        flex-direction: column;
    }
    .b-header-logo__subtitle span:first-child {
        margin-bottom: 5px;
        color: #282828;
    }
    .b-header-logo__subtitle span:last-child {
        color: #282828;
    }
    .b-header-logo__subtitle--item span:last-child{
        color: #7B7B7B;
    }
    .b-header-logo__subtitle--span{
        display: none;
    }
    .b-header__logo .b-logo__pix--desktop {
        display: none !important;
    }

    .b-header__logo .b-logo__pix--mobile {
        display: block !important;
        max-width: 280px;
    }

    .b-header__logo-tagline {
        display: block;
        font-size: 11px;
        line-height: 1.35;
        color: #666;
        margin-left: 8px;
    }

    .b-header-mobile__row,
    .b-header__search {
        order: 10;
        flex: 1 1 100%;
        width: 100%;
    }

    .b-header__actions {
        display: none;
    }

    .b-header__burger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding: 17px 20px;
        /*width: 44px;*/
        /*height: 44px;*/
        /*padding: 0;*/
        border: 1px solid #ebebeb;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        cursor: pointer;
        margin-left: 4px;
    }
    .b-header__burger:hover{
        background: #F6F6F6;
        color: #5E5E5E;
        border: 1px solid #F6F6F6;
    }
    .b-header__burger-line {
        display: block;
        width: 16px;
        height: 1.5px;
        background: #5E5E5E;
        border-radius: 1px;
    }

    .b-header__nav {
        display: none;
    }

    .b-footer__social-row {
        margin-bottom: unset;
    }
}

@media (min-width: 679px) and (max-width: 1200px) {
    .b-header__top-item--address.b-header__top-item--hide-mobile {
        display: inline-flex !important;
        order: 2;
    }
    .b-header__top-item.b-header__top-item--phone {
        order: 3;
    }

    .b-header__login--hide-mobile {
        display: block !important;
    }
}

/* Mobile menu overlay */
.b-header__mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.b-header__mobile-menu--open {
    opacity: 1;
    visibility: visible;
}

.b-header__mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
}

.b-header__mobile-menu-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /*max-width: 320px;*/
    background: #fff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.b-header__mobile-menu--open .b-header__mobile-menu-panel {
    animation: b-header-mobile-slide 0.25s ease;
}

@keyframes b-header-mobile-slide {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
}

.b-header__mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #eee;
}

.b-header__mobile-menu-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

.b-header__mobile-menu-logo img {
    max-width: 160px;
    width: 100%;
    height: auto;
    display: block;
}

.b-header__mobile-menu-logo:hover {
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.b-header__mobile-menu-close {
    /*width: 44px;*/
    /*height: 44px;*/
    padding: 12px 16px;
    /*padding: 0;*/
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #5E5E5E;
    margin-left: 16px;
}
.b-header__mobile-menu-close:hover{
    background: #F6F6F6;
    color: #5E5E5E;
    border: 1px solid #F6F6F6;
}
.b-header__mobile-menu-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 16px;
}

.b-header__mobile-menu-cta {
    display: block;
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 20px;
    background: #E40400;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    border-radius: 12px;
    text-decoration: none;
}

.b-header__mobile-menu-cta:hover {
    background: #ab0000;
    color: #fff !important;
    text-decoration: none;
}

.b-header__mobile-menu-nav {
    display: flex;
    flex-direction: column;
}

.b-header__mobile-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.b-header__mobile-menu-link:hover {
    color: #62B1C6;
    text-decoration: none;
    outline: none;
}

.b-header__mobile-menu-link:hover .b-header__mobile-menu-chevron {
    color: #62B1C6;
}

.b-header__mobile-menu-link--toggle {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #eee;
    background: transparent;
    cursor: pointer;
    font: inherit;
    text-decoration: none !important;
}

.b-header__mobile-menu-link--toggle:hover,
.b-header__mobile-menu-link--toggle:active,
.b-header__mobile-menu-link--toggle:focus,
.b-header__mobile-menu-link--toggle:focus-visible {
    color: #62B1C6;
    text-decoration: none !important;
}

.b-header__mobile-menu-link--toggle:hover .b-header__mobile-menu-chevron,
.b-header__mobile-menu-link--toggle:active .b-header__mobile-menu-chevron,
.b-header__mobile-menu-link--toggle:focus .b-header__mobile-menu-chevron {
    color: #62B1C6;
}

.b-header__mobile-menu-link--toggle .b-header__mobile-menu-chevron {
    transition: transform 0.2s ease;
}

.b-header__mobile-menu-link--toggle.is-open .b-header__mobile-menu-chevron {
    transform: rotate(90deg);
}

.b-header__mobile-submenu {
    display: flex;
    flex-direction: column;
    padding: 0 0 8px 12px;
}

.b-header__mobile-submenu[hidden] {
    display: none !important;
}

.b-header__mobile-submenu-link {
    display: block;
    padding: 10px 0;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
    border-bottom: 1px solid #f2f2f2;
}

.b-header__mobile-submenu-link:last-child {
    border-bottom: 0;
}

.b-header__mobile-submenu-link:hover {
    color: #62B1C6;
    text-decoration: none;
}

.b-header__mobile-menu-chevron {
    color: #999;
    font-size: 18px;
}

.b-header__mobile-menu-contacts {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #eee;
    font-size: 13px;
    color: #666;
}

.b-header__mobile-menu-contact {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    color: inherit;
    text-decoration: none;
}

a.b-header__mobile-menu-contact:hover {
    color: #62B1C6;
    text-decoration: none;
}

a.b-header__mobile-menu-contact:hover svg path[stroke] {
    stroke: #62B1C6;
}

a.b-header__mobile-menu-contact:hover svg path[fill="#008AAE"] {
    fill: #62B1C6;
}

.b-header__mobile-menu-contact-icon {
    flex-shrink: 0;
}

.b-header__mobile-menu-bottom {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #eee;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.b-header__mobile-menu-bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 6px 4px 4px;
    min-width: 0;
    flex: 1 1 20%;
    font-size: 10px;
    color: #999999;
    text-decoration: none;
    transition: color 0.2s ease;
}

.b-header__mobile-menu-bottom-item,
.b-header__mobile-menu-bottom-item:hover,
.b-header__mobile-menu-bottom-item:focus,
.b-header__mobile-menu-bottom-item:focus-visible,
.b-header__mobile-menu-bottom-item:active,
.b-header__mobile-menu-bottom-item:visited {
    text-decoration: none;
    outline: none;
}

.b-header__mobile-menu-bottom-item > span {
    text-decoration: none;
}

.b-header__mobile-menu-bottom-item--active,
.b-header__mobile-menu-bottom-item--active .b-header__mobile-menu-bottom-icon {
    color: #FF1F1F;
}

.b-header__mobile-menu-bottom-item:hover,
.b-header__mobile-menu-bottom-item:hover .b-header__mobile-menu-bottom-icon,
.b-header__mobile-menu-bottom-item:focus-visible,
.b-header__mobile-menu-bottom-item:focus-visible .b-header__mobile-menu-bottom-icon {
    color: #62B1C6;
    text-decoration: none;
}

.b-header__mobile-menu-bottom-icon {
    display: inline-flex;
    width: 24px;
    height: 24px;
}

.b-header__mobile-menu-bottom-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.b-header__mobile-menu-bottom-icon--cart {
    position: relative;
}

.b-header__mobile-menu-bottom-cart-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    box-sizing: border-box;
    border-radius: 999px;
    background: #E40400;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

.b-header__mobile-menu-bottom-cart-badge[hidden] {
    display: none !important;
}

@media (min-width: 679px) and (max-width: 1200px) {
    .b-header__mobile-menu-cta {
        display: inline-block;
        width: auto;
        text-align: left;
    }

    .b-header__mobile-menu-contacts {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        column-gap: 20px;
        row-gap: 10px;
    }

    .b-header__mobile-menu-contact {
        margin-bottom: 0;
    }

    .b-header__mobile-menu-contact:nth-child(3) {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .b-header__mobile-menu {
        display: block;
    }

    .b-header__mobile-menu-bottom.b-header__mobile-menu-bottom--visible {
        display: flex;
    }

    body.b-header-mobile-bottom-visible {
        padding-bottom: 72px;
    }
}

@media (min-width: 1201px) {
    body {
        padding-bottom: 0;
    }

    body.b-header-mobile-bottom-visible {
        padding-bottom: 0;
    }
}

/* ========== Стили футера (перенесены из style.css) ========== */
.b-footer {
  max-width: 1600px;
  width: 100%;
  margin: auto;
}
.b-footer__wrapper {
  width: 100%;
}
.b-footer__nav {
  width: 1200px;
  text-align: center;
}
.b-footer__logo {
  display: inline-block;
  vertical-align: middle;
}
.b-footer__info {
  display: inline-block;
  margin-left: 170px;
  vertical-align: bottom;
  padding-bottom: 10px;
}
.b-footer__cophyright {
  display: inline-block;
  float: right;
  vertical-align: middle;
  margin-top: 35px;
}
.b-footer__bottom {
  width: 100%;
  margin: auto;
}
.b-blueline {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding: 3px 15px;
}
.b-blueline__wrapper {
  width: 100%;
  height: 20px;
  background-color: #028AAE;
  font-size: 12px;
  color: white;
}
.b-cophyright__span {
  margin-bottom: 10px;
  display: block;
}
.b-cophyright__link {
  margin: 0 5px;
}

/* ========== Footer new ver (Figma 1440 + mobile) ========== */
.b-footer--new {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0;
    background: #efefef;
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
}

.b-footer--new .b-footer__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
    box-sizing: border-box;
}

.b-footer--new .b-footer__top,
.b-footer--new .b-footer__main {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.b-footer--new .b-footer__top {
    min-height: 104px;
}

.b-footer--new .b-footer__logo-block,
.b-footer--new .b-footer__col--contacts {
    flex: 0 0 261px;
    width: 261px;
    max-width: 261px;
    min-width: 0;
}

.b-footer--new .b-footer__logo-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.b-footer--new .b-footer__logo-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.b-footer--new .b-footer__logo-link {
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.b-footer--new .b-footer__logo-link:hover {
    opacity: 0.85;
}

.b-footer--new .b-footer__top-cols {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 853px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}

.b-footer--new .b-footer__top-col {
    min-width: 0;
}

.b-footer--new .b-footer__top-col--nav {
    flex: 1 1 auto;
}

.b-footer--new .b-footer__top-col--spacer {
    display: none;
}

.b-footer--new .b-footer__top-col--markets {
    flex: 0 0 auto;
}

.b-footer--new .b-footer__nav {
    width: 100%;
}

.b-footer--new .b-footer__nav .b-header__nav-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    margin: 0;
}

.b-footer--new .b-footer__nav .b-header__nav-link {
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #232323;
    text-decoration: none;
}

.b-footer--new .b-footer__nav .b-header__nav-link:hover {
    color: #62B1C6;
    text-decoration: none;
}

.b-footer--new .b-footer__top-col--markets .b-header__markets {
    flex-shrink: 0;
}

.b-footer--new .b-footer__main-cols {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 853px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.b-footer--new .b-footer__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    min-width: 0;
}

.b-footer--new .b-footer__col--contacts {
    gap: 32px;
}

.b-footer--new .b-footer__col--info {
    flex: 0 0 200px;
    max-width: 200px;
    gap: 16px;
}

.b-footer--new .b-footer__col--links {
    flex: 0 0 184px;
    max-width: 184px;
    position: relative;
    gap: 12px;
}

.b-footer--new .b-footer__col--legal {
    flex: 0 0 228px;
    max-width: 228px;
    gap: 8px;
}

.b-footer--new .b-footer__contact-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.b-footer--new .b-footer__contact-label {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #5e5e5e;
}

.b-footer--new .b-footer__contact-value {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #141414;
    text-decoration: none;
}

.b-footer--new a.b-footer__contact-value:hover {
    color: #62B1C6;
    text-decoration: none;
}

.b-footer--new .b-footer__social-row.b-header__social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.b-footer--new .b-footer__cta {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 263px;
    height: 48px;
    padding: 14px 24px;
    box-sizing: border-box;
    background: #e40400;
    border-radius: 12px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.b-footer--new .b-footer__cta:hover {
    background: #ab0000;
    color: #fff;
    text-decoration: none;
}

.b-footer--new .b-footer__actions--desktop {
    width: 100%;
}

.b-footer--new .b-footer__cta-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.b-footer--new .b-footer__cta-row--desktop {
    width: 100%;
}

.b-footer--new .b-footer__copyright--desktop {
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
}

.b-footer--new .b-footer__address-block,
.b-footer--new .b-footer__time-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.b-footer--new .b-footer__link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    text-decoration: none;
}

.b-footer--new .b-footer__link:hover {
    color: #62B1C6;
    text-decoration: none;
}

.b-footer--new .b-footer__col--legal .b-footer__link {
    line-height: 20px;
}

.b-footer--new .b-footer__up {
    display: none;
}

.b-footer--new .b-footer__tablet-layout {
    display: none;
}

.b-footer--new .b-footer__bottom {
    width: 100%;
    text-align: right;
    display: none;
}

.b-footer--new .b-footer__copyright {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}

.b-footer--new .b-footer__markets--mobile,
.b-footer--new .b-footer__actions--mobile {
    display: none;
}

@media (max-width: 1200px) {
    .b-footer--new {
        padding: 32px 0;
    }

    .b-footer--new .b-footer__inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .b-footer--new .b-footer__logo-block,
    .b-footer--new .b-footer__col--contacts {
        flex-basis: 230px;
        width: 230px;
        max-width: 230px;
    }

    .b-footer--new .b-footer__cta-row--desktop {
        display: none;
    }
}

@media (min-width: 679px) and (max-width: 1200px) {
    .b-footer--new {
        padding: 24px 0;
    }

    .b-footer--new .b-footer__inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-footer--new .b-footer__inner {
        gap: 32px;
    }

    .b-footer--new .b-footer__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        min-height: 0;
    }

    .b-footer--new .b-footer__logo-block {
        flex: 0 0 auto;
        width: 180px;
        max-width: 180px;
        margin: 0;
    }

    .b-footer--new .b-footer__top-cols {
        max-width: none;
        width: 100%;
        display: block;
        padding-top: 0;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(40, 40, 40, 0.2);
    }

    .b-footer--new .b-footer__top-col--markets,
    .b-footer--new .b-footer__top-col--spacer {
        display: none;
    }

    .b-footer--new .b-footer__top-col--nav,
    .b-footer--new .b-footer__nav.b-header__nav,
    .b-footer--new .b-footer__nav {
        display: block !important;
        width: 100%;
    }

    .b-footer--new .b-footer__nav .b-header__nav-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        padding-right: 0;
    }

    .b-footer--new .b-footer__up--tablet .b-footer__up-arrow {
        display: block;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 16px solid #fff;
        position: relative;
    }

    .b-footer--new .b-footer__up--tablet .b-footer__up-arrow::after {
        content: '';
        position: absolute;
        left: -2px;
        top: 12px;
        width: 4px;
        height: 12px;
        background: #fff;
    }

    .b-footer--new .b-footer__tablet-layout {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .b-footer--new .b-footer__tablet-row {
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 24px;
    }

    .b-footer--new .b-footer__tablet-row--contacts {
        align-items: center;
    }

    .b-footer--new .b-footer__tablet-contact-grid {
        flex: 1 1 auto;
        display: flex;
        gap: 32px;
    }

    .b-footer--new .b-footer__tablet-contact-grid .b-footer__contact-item {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 155px;
    }

    .b-footer--new .b-footer__tablet-icons {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .b-footer--new .b-footer__markets--tablet {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .b-footer--new .b-footer__tablet-icons .b-footer__social-row {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .b-footer--new .b-footer__tablet-layout .b-footer__cta {
        width: 100%;
    }

    .b-footer--new .b-footer__tablet-info {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
        min-width: 0;
    }

    .b-footer--new .b-footer__tablet-links-col {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
    }

    .b-footer--new .b-footer__tablet-legal {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .b-footer--new .b-footer__tablet-legal .b-footer__link,
    .b-footer--new .b-footer__tablet-copyright .b-footer__copyright {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #999;
    }

    .b-footer--new .b-footer__tablet-copyright .b-footer__copyright {
        display: inline-block;
    }

    .b-footer--new .b-footer__tablet-legal .b-footer__link:hover {
        color: #62B1C6;
        text-decoration: none;
    }

    .b-footer--new .b-footer__main,
    .b-footer--new .b-footer__actions--mobile,
    .b-footer--new .b-footer__bottom {
        display: none;
    }
}

@media (max-width: 678px) {
    .b-header-mobile__rollback{
        display: block;
        cursor: pointer;
    }
    .b-footer--new {
        padding: 24px 0 16px;
    }

    .b-footer--new .b-footer__inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .b-footer--new .b-footer__inner {
        gap: 24px;
    }

    .b-footer--new .b-footer__top {
        flex-direction: column;
        min-height: 0;
        gap: 48px;
    }

    .b-footer--new .b-footer__logo-block {
        width: 100%;
        max-width: none;
        flex: 1 1 auto;
    }

    .b-footer--new .b-footer__logo-img {
        width: 340px;
        max-width: 100%;
    }

    .b-footer--new .b-footer__top-cols {
        width: 100%;
        max-width: none;
        display: block;
        padding-top: 0;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(40, 40, 40, 0.2);
    }

    .b-footer--new .b-footer__top-col--markets {
        display: none;
    }

    .b-footer--new .b-footer__top-col--nav,
    .b-footer--new .b-footer__nav.b-header__nav,
    .b-footer--new .b-footer__nav {
        display: block !important;
        width: 100%;
    }

    .b-footer--new .b-footer__nav .b-header__nav-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: start;
        justify-items: start;
        column-gap: 24px;
        row-gap: 8px;
        align-items: start;
        grid-template-areas:
        "about post"
        "catalog faq"
        "client contact"
        "lk .";
    }

    .b-footer--new .b-footer__nav .b-header__nav-link {
        display: block;
        width: 100%;
        text-align: left;
        justify-self: start;
        font-size: 14px;
        line-height: 20px;
    }

    .b-footer--new .b-footer__main,
    .b-footer--new .b-footer__main-cols {
        display: contents;
    }

    .b-footer--new .b-footer__col--contacts,
    .b-footer--new .b-footer__col--info,
    .b-footer--new .b-footer__col--links,
    .b-footer--new .b-footer__col--legal {
        flex: 0 0 auto;
        width: 100%;
        max-width: none;
    }

    .b-footer--new .b-footer__col--contacts {
        order: 1;
        gap: 16px;
    }

    .b-footer--new .b-footer__contact-block,
    .b-footer--new .b-footer__col--info {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 24px;
        row-gap: 16px;
        width: 100%;
    }

    /* Мобилка: в колонке контактов E-mail слева, телефон справа */
    .b-footer--new .b-footer__col--contacts .b-footer__contact-block .b-footer__contact-item:nth-child(1) {
        grid-column: 2;
        grid-row: 1;
    }

    .b-footer--new .b-footer__col--contacts .b-footer__contact-block .b-footer__contact-item:nth-child(2) {
        grid-column: 1;
        grid-row: 1;
    }

    .b-footer--new .b-footer__col--info {
        order: 2;
    }

    .b-footer--new .b-footer__contact-item {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .b-footer--new .b-footer__contact-item br {
        display: none;
    }

    .b-footer--new .b-footer__address-block,
    .b-footer--new .b-footer__time-block {
        gap: 4px;
    }

    .b-footer--new .b-footer__contact-label,
    .b-footer--new .b-footer__contact-value {
        font-size: 14px;
        line-height: 20px;
        text-wrap-style: balance;
        max-width: 238px;
    }

    .b-footer--new .b-footer__actions--desktop {
        display: none;
    }

    .b-footer--new .b-footer__actions--mobile {
        order: 3;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding-bottom: 0;
    }

    .b-footer--new .b-footer__actions--mobile .b-footer__icon-row {
        height: 32px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: center;
        justify-items: start;
        gap: 16px;
        width: 100%;
    }

    .b-footer--new .b-footer__markets--desktop {
        display: none;
    }

    .b-footer--new .b-footer__markets--mobile {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-left: 0;
    }

    .b-footer--new .b-footer__cta {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        padding: 10px 24px;
    }

    .b-footer--new .b-footer__col--links {
        order: 4;
        padding-top: 8px;
        gap: 8px;
    }

    .b-footer--new .b-footer__col--legal {
        order: 5;
        gap: 8px;
        position: relative;
        top: -8px;
    }

    .b-footer--new .b-footer__link {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #7b7b7b;
    }

    .b-footer--new .b-footer__up {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 64px;
        width: 48px;
        height: 48px;
        background: #e40400;
        border-radius: 999px;
        text-decoration: none;
    }

    .b-footer--new .b-footer__up-arrow {
        display: block;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 16px solid #fff;
        position: relative;
    }

    .b-footer--new .b-footer__up-arrow::after {
        content: '';
        position: absolute;
        left: -2px;
        top: 12px;
        width: 4px;
        height: 12px;
        background: #fff;
    }

    .b-footer--new .b-footer__bottom {
        order: 6;
        text-align: left;
        display: block;
        position: relative;
        top: -16px;
    }

    .b-footer--new .b-footer__copyright {
        font-size: 14px;
        line-height: 20px;
    }
}

/* ——— Переиспользуемые модальные окна (открытие: .js-b-modal-open + data-b-modal="id" → #b-modal-{id}) ——— */
.b-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.b-modal button,
.b-modal input,
.b-modal textarea,
.b-modal select {
    font-family: inherit;
}

.b-modal.b-modal--open {
    display: flex;
}

.b-modal__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.b-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 456px;
    max-height: calc(100vh - 32px);
    overflow: auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

/* Шапка: на десктопе только крестик справа; на мобилке — как b-header__mobile-menu-header */
.b-modal__topbar {
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.b-modal__topbar .b-modal__close {
    pointer-events: auto;
}

.b-modal__logo-link {
    display: none;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    pointer-events: auto;
}

.b-modal__logo-link img {
    max-width: 160px;
    width: 100%;
    height: auto;
    display: block;
}

.b-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 8px;
    box-sizing: border-box;
    color: #adadad;
}

.b-modal__close:hover {
    /*background: rgba(0, 0, 0, 0.04);*/
    color: #E40400;
}

.b-modal__close:focus-visible {
    outline: 2px solid #E40400;
    outline-offset: 2px;
}

.b-modal__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 44px 40px 40px;
    gap: 32px;
    box-sizing: border-box;
}

.b-modal__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}
.b-modal__head--success{
    text-align: center;
}
.b-modal__title {
    margin: 0;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #232323;
}

.b-modal__desc {
    margin: 0;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #adadad;
}

.b-modal__text {
    margin: 0;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #7B7B7B;
}

.b-modal__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.b-modal__field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
}

.b-modal__label {
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.b-modal__input {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 12px 20px;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    background: #ffffff;
}

.b-modal__input::placeholder {
    color: #c2c2c2;
}

.b-modal__input:focus {
    outline: none;
    border-color: #232323;
}

/* Ошибка поля контакта (вход по email / телефону) */
.b-modal__field--error .b-modal__label {
    color: #e40400;
}

.b-modal__field--error .b-modal__input {
    border-color: #e40400;
    color: #e40400;
}

.b-modal__field--error .b-modal__input:focus {
    border-color: #e40400;
}

.b-modal__field--error .b-modal__input::placeholder {
    color: rgba(228, 4, 0, 0.45);
}

.b-auth-login__error {
    display: none;
    margin: 4px 0 0;
    padding: 0;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #e40400;
}

.b-auth-login__error:not([hidden]) {
    display: block;
}

.b-modal__btns {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    width: 100%;
}

.b-modal__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    min-height: 48px;
    padding: 14px 24px;
    margin: 0;
    border: none;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.b-modal__btn--back {
    background: #f5f5f5;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #141414;
}

.b-modal__btn--back:hover {
    background: #ebebeb;
    color: #141414;
}

.b-modal__btn--submit {
    background: #e40400;
    font-weight: 600;
    color: #ffffff;
}

.b-modal__btn--outline {
    background: #ffffff;
    border: 1px solid #E40400;
    color: #E40400;
    font-weight: 500;
}

.b-modal__btn--submit:hover {
    opacity: 0.92;
}

.b-auth-login__method-actions .b-modal__btn--outline.js-auth-method-select[data-method="email"]:hover,
.b-auth-login__method-actions .b-modal__btn--outline.js-auth-method-select[data-method="email"]:focus-visible {
    background: #ab0000;
    border-color: #ab0000;
    color: #ffffff;
    opacity: 1;
}

.b-auth-login__method-actions .b-modal__btn--submit.js-auth-method-select[data-method="phone"]:hover,
.b-auth-login__method-actions .b-modal__btn--submit.js-auth-method-select[data-method="phone"]:focus-visible {
    background: #ab0000;
    color: #ffffff;
    opacity: 1;
}

.b-modal--auth-register .b-modal__btn--submit.js-register-submit:hover,
.b-modal--auth-register .b-modal__btn--submit.js-register-submit:focus-visible,
.b-auth-login__step--request .b-modal__btn--submit.js-auth-send-code:hover,
.b-auth-login__step--request .b-modal__btn--submit.js-auth-send-code:focus-visible {
    background: #ab0000;
    color: #ffffff;
    opacity: 1;
}

.b-modal--auth-register .b-modal__btn--back.js-register-back:hover,
.b-modal--auth-register .b-modal__btn--back.js-register-back:focus-visible,
.b-auth-login__step--request .b-modal__btn--back.js-auth-back-to-method:hover,
.b-auth-login__step--request .b-modal__btn--back.js-auth-back-to-method:focus-visible,
.b-auth-login__step--method > .b-modal__btn--back.js-open-register-modal:hover,
.b-auth-login__step--method > .b-modal__btn--back.js-open-register-modal:focus-visible {
    background: #ebebeb;
    color: #141414;
}

.b-modal__btn:focus-visible {
    outline: 2px solid #232323;
    outline-offset: 2px;
}

.b-modal__btn--submit:focus-visible {
    outline-color: #e40400;
}

.b-modal--auth-register .b-modal__inner {
    padding-top: 28px;
    gap: 24px;
}

.b-modal--auth-register .b-modal__form {
    gap: 16px;
}

.b-modal--auth-register .b-modal__field {
    gap: 8px;
}

.b-modal--auth-register .b-modal__btns {
    margin-top: 8px;
    flex-direction: column;
    gap: 12px;
}

.b-modal--auth-success .b-modal__inner {
    gap: 24px;
}

.b-auth-login {
    width: 100%;
}

.b-auth-login__step {
    display: none;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.b-auth-login[data-state="method"] .b-auth-login__step--method,
.b-auth-login[data-state="request"] .b-auth-login__step--request,
.b-auth-login[data-state="verify"] .b-auth-login__step--verify {
    display: flex;
}

.b-auth-login__method-actions {
    gap: 16px;
}

.b-auth-login__method-actions .b-modal__btn {
    width: 100%;
}

.b-auth-login__step--method > .b-modal__btn {
    width: 100%;
}

.b-auth-login__divider {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
}

.b-auth-login__timer {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #adadad;
    text-align: center;
}

.b-auth-login__agreement {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin-top: 8px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #9e9e9e;
    user-select: none;
}

.b-auth-login__agreement-checkbox {
    margin: 0 !important;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    accent-color: #68ab9a;
    cursor: pointer;
}

.b-auth-login__agreement-text a {
    color: #008aae;
    text-decoration: underline;
}

.b-auth-login__agreement-text a:hover {
    color: #007296;
}

.b-modal__btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* Мобилка: на весь экран, как b-header__mobile-menu (breakpoint 1200px) */
@media (max-width: 1200px) {
    .b-modal:not(.b-modal--auth-login) {
        padding: 0;
        align-items: stretch;
        justify-content: stretch;
    }

    .b-modal:not(.b-modal--auth-login) .b-modal__backdrop {
        display: none;
    }

    .b-modal:not(.b-modal--auth-login) .b-modal__dialog {
        display: flex;
        flex-direction: column;
        max-width: none;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        min-height: 100dvh;
        max-height: none;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
        padding-top: env(safe-area-inset-top, 0px);
        padding-bottom: env(safe-area-inset-bottom, 0px);
        box-sizing: border-box;
    }

    .b-modal:not(.b-modal--auth-login) .b-modal__topbar {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        flex-shrink: 0;
        justify-content: space-between;
        padding: 16px;
        padding-left: max(16px, env(safe-area-inset-left, 0px));
        padding-right: max(16px, env(safe-area-inset-right, 0px));
        border-bottom: 1px solid #eeeeee;
        pointer-events: auto;
    }

    .b-modal:not(.b-modal--auth-login) .b-modal__logo-link {
        display: flex;
    }

    .b-modal__close {
        width: 44px;
        height: 44px;
        padding: 0;
        border: 1px solid #ebebeb;
        border-radius: 12px;
        background: #fff;
        color: #333;
    }

    .b-modal__close:hover {
        background: #F6F6F6;
        color: #5E5E5E;
    }

    .b-modal:not(.b-modal--auth-login) .b-modal__inner {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        gap: 24px;
        width: 100%;
        margin: 0 auto;
        padding-top: 112px;
    }

    @media (min-width: 400px) {
        .b-modal:not(.b-modal--auth-login) .b-modal__inner {
            padding-top: 24px;
        }
    }

    .b-modal__title {
        font-size: 22px;
        line-height: 28px;
    }

    .b-modal--auth-register .b-modal__inner {
        padding-top: 24px;
    }

    .b-modal__input {
        border-radius: 12px;
    }

    /* Сначала «Отправить», ниже «Назад» — как в макете */
    .b-modal__btns {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .b-modal__btn {
        width: 100%;
        flex: none;
    }

    .b-modal--auth-register .b-modal__btns {
        margin-top: 0;
        flex-direction: column;
    }
}

@media (max-width: 678px) {
    .b-modal {
        padding: 0;
        align-items: stretch;
        justify-content: stretch;
    }

    .b-modal .b-modal__backdrop {
        display: none;
    }

    .b-modal .b-modal__dialog {
        display: flex;
        flex-direction: column;
        max-width: none;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        min-height: 100dvh;
        max-height: none;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
        padding-top: env(safe-area-inset-top, 0px);
        padding-bottom: env(safe-area-inset-bottom, 0px);
        box-sizing: border-box;
    }

    .b-modal .b-modal__topbar {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        flex-shrink: 0;
        justify-content: space-between;
        padding: 16px;
        padding-left: max(16px, env(safe-area-inset-left, 0px));
        padding-right: max(16px, env(safe-area-inset-right, 0px));
        border-bottom: 1px solid #eeeeee;
        pointer-events: auto;
    }

    .b-modal .b-modal__logo-link {
        display: flex;
    }

    @media (min-width: 400px) {
        .b-modal .b-modal__inner {
            padding-top: 24px;
        }
    }
}

/* Desktop breadcrumbs under header */
.b-desktop-breadcrumbs__wrapper {
    background: #F6F6F6;
    width: 100%;
    min-width: 1200px;
    max-width: none;
    margin: 0;
    padding: 12px 0 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.b-desktop-breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.b-desktop-breadcrumbs__item {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.b-desktop-breadcrumbs .b-desktop-breadcrumbs__item{
    color: #636567;
}
.b-desktop-breadcrumbs__item--current {
    font-weight: 500;
    color: #282828;
    margin-right: 50px;
    max-width: 80%;
}

a.b-desktop-breadcrumbs__link {
    text-decoration: none;
    color: inherit;
}

a.b-desktop-breadcrumbs__link:hover {
    color: #282828;
}

.b-desktop-breadcrumbs__sep {
    width: 12px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-desktop-breadcrumbs__sep svg {
    display: block;
}

.b-desktop-breadcrumbs__title {
    width: 100%;
    max-width: 1440px;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    /*display: flex;*//*TODO: Согласовать*/
    display: none;
    align-items: center;
    color: #282828;
}

@media (max-width: 1200px) {
    .b-desktop-breadcrumbs__wrapper {
        min-width: 0;
        max-width: none;
        padding: 10px 0 8px;
        gap: 6px;
    }

    .b-desktop-breadcrumbs,
    .b-desktop-breadcrumbs__title {
        padding-left: 16px;
        padding-right: 16px;
    }

    .b-desktop-breadcrumbs__title {
        font-size: 24px;
        line-height: 30px;
    }
    .b-desktop-breadcrumbs .b-desktop-breadcrumbs__item:first-child{
        color: #008AAE;
    }
}

/* Search autocomplete dropdown (header search) */
.ui-autocomplete {
    font-family: 'Inter', sans-serif;
    /* Above .b-header-shadow (1000) and nav submenu (10002) */
    z-index: 10020;
}

.ui-autocomplete .b-search-autocomplete__match {
    font-weight: 600;
    display: inline;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    white-space: inherit;
}

.ui-autocomplete .b-search-autocomplete__text {
    display: block;
    min-width: 0;
}

.ui-autocomplete {
    padding: 0;
}

/* jQuery UI 1.12.1 renders items as:
   ul.ui-autocomplete > li.ui-menu-item > div
*/
.ui-autocomplete li.ui-menu-item > div {
    display: flex;
    align-items: center;
    gap: 10px;

    background: #f4f4f4;
    padding: 10px 16px;
    border-radius: 0;
    box-sizing: border-box;

    color: #141414;
    font-size: 16px;
    line-height: 1.2;
}

/* Hover/active row color */
.ui-autocomplete li.ui-menu-item.ui-state-active > div,
.ui-autocomplete li.ui-menu-item.ui-state-focus > div,
.ui-autocomplete li.ui-menu-item:hover > div {
    background: #EBEBEB;
}

.ui-autocomplete svg[data-role="search-suggest-icon"] {
    flex-shrink: 0;
}

/* Mobile: stretch dropdown full width under viewport */
@media (max-width: 678px) {
    .ui-autocomplete {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
        border: 0 !important;
    }

    .ui-autocomplete li.ui-menu-item > div {
        border-radius: 0;
    }
}

/* ——— Страница /catalog ——— */
.b-catalog-page {
    background: #efefef;
    min-width: 1200px;
    padding: 24px 0 48px;
    box-sizing: border-box;
}

.b-catalog-page__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    box-sizing: border-box;
}

.b-catalog-page__sidebar {
    flex: 0 0 300px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px 24px;
    max-height: calc(100vh - 120px);
    overflow: auto;
    box-sizing: border-box;
}

.b-catalog-page__sidebar-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #282828;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
}

.b-catalog-page__nav-link--root {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #008aae;
    text-decoration: none;
    margin-bottom: 12px;
    font-weight: 500;
}

.b-catalog-page__nav-link--root:hover,
.b-catalog-page__nav-link:hover {
    text-decoration: underline;
}

.b-catalog-page__nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-catalog-page__nav-list--nested {
    margin-top: 6px;
    margin-left: 18px;
    padding-left: 8px;
    /*border-left: 1px solid #e8e8e8;*/
}

.b-catalog-page__nav-item {
    margin: 0 0 6px;
}

.b-catalog-page__nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.35;
    color: #313131;
    text-decoration: none;
}

.b-catalog-page__nav-link.is-active {
    color: #008aae;
    font-weight: 600;
}

.b-catalog-page__main {
    flex: 1;
    min-width: 0;
}

.b-catalog-page__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.b-catalog-card {
    background: #fff;
    border-radius: 12px;
    /*padding: 16px;*/
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.b-catalog-card__image-wrap {
    position: relative;
    margin: -4px -4px 12px;
}

.b-catalog-card__actions {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    display: flex;
    gap: 6px;
}

.b-catalog-card__icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    color: #7b7b7b;
}

.b-catalog-card__icon-btn:hover {
    color: #e40400;
    border-color: #d5dfeb;
}

.b-catalog-card__icon-btn--compare {
    position: relative;
}

.b-catalog-card__icon-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.b-catalog-card__icon-input:checked + .b-catalog-card__icon-fake {
    color: #008aae;
}

.b-catalog-card__icon-btn:hover .b-catalog-card__icon-fake {
    color: #e40400;
}

.b-catalog-card__icon-btn--fav.is-active {
    color: #e40400;
}

.b-catalog-card__icon-btn--fav.is-active svg path {
    fill: currentColor;
}

.b-catalog-card__img-link {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
}

.b-catalog-card__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
}

.b-catalog-card__title {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #282828;
    text-decoration: none;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.b-catalog-card__title:hover {
    color: #008aae;
}

.b-catalog-card__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.b-catalog-card__price {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #282828;
}

.b-catalog-card__compare-price {
    font-size: 14px;
    color: #9aa0a6;
    text-decoration: line-through;
}

.b-catalog-card__meta {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #636567;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 12px;
}

.b-catalog-card__stock--out {
    color: #c62828;
}

.b-catalog-card__cart {
    margin-top: auto;
    flex-wrap: wrap;
    gap: 8px;
}

.b-catalog-card__qty {
    max-width: 56px;
}

.b-catalog-card__buy {
    flex: 1;
    min-width: 120px;
    background: #e53935;
    border-color: #e53935;
}

.b-catalog-card__buy:hover {
    filter: brightness(0.95);
}

.b-catalog-card__notify {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #9aa0a6;
    text-align: center;
    padding: 10px;
    background: #f0f0f0;
    border-radius: 8px;
    margin-top: auto;
}

.b-catalog-page__empty {
    grid-column: 1 / -1;
    color: #282828;
    font-family: 'Inter', sans-serif;
}

.b-catalog-page > .b-home-container.b-home-content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 30px 0;
    box-sizing: border-box;
}

.b-catalog-page__pagination-ellipsis {
    color: #636567;
    font-size: 15px;
    padding: 4px 2px;
    user-select: none;
}

.b-catalog-page__pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    margin-top: 32px;
    font-family: 'Inter', sans-serif;
}

.b-catalog-page__page-link {
    color: #e53935;
    text-decoration: none;
    font-size: 15px;
    padding: 4px 8px;
}

.b-catalog-page__page-link:hover {
    text-decoration: underline;
}

.b-catalog-page__page-link.is-active {
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 1400px) {
    .b-catalog-page__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1200px) {
    .b-catalog-page {
        min-width: 0;
    }
    .b-catalog-page > .b-home-container.b-home-content {
        padding-left: 16px;
        padding-right: 16px;
    }
    .b-catalog-page__inner {
        flex-direction: column;
        padding-left: 16px;
        padding-right: 16px;
    }
    .b-catalog-page__sidebar {
        flex: none;
        width: 100%;
        max-height: none;
    }
    .b-catalog-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .b-catalog-page__grid {
        grid-template-columns: 1fr;
    }
}

/* Кнопка формы «Нарезка лент» — как .b-catalog-filters__submit */
.b-catalog .girl_form_cont button.b-catalog-form__submit {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    background: #E40400;
    border-radius: 12px;
    padding: 14px 24px;
    border: none;
    cursor: pointer;
    min-width: 220px;
    width: auto;
    text-align: center;
}
.b-catalog .girl_form_cont button.b-catalog-form__submit:hover {
    background: #AB0000;
    color: #FFFFFF;
}
