/* ===============================
   ШРИФТЫ
   =============================== */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap') !important;

/* ===============================
   БЕЙДЖ SPLIT В КАРТОЧКЕ ТОВАРА
   =============================== */
.yandex_split_banner {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 5px !important;
    margin: 0 !important;
    padding: 6px 10px !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    color: #000 !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    height: 38px !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

.yandex_split_banner:hover {
    background-color: #fff !important;
    border-color: #000 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08) !important;
    transform: translateY(-1px) !important;
}

.yandex_split_price_container {
    display: inline-flex !important;
    align-items: center !important;
    background-color: #121214 !important;
    border-radius: 25px 5px 5px 25px !important;
    height: 20px !important;
    margin-right: 6px !important;
}

.yandex_split_price {
    padding: 0px 6px 0px 0px !important;
    font-size: 12px !important;
    line-height: 20px !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    font-weight: 600 !important;
    color: #fff !important;
}

.yandex_split_icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.yandex_split_custom_element {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.yandex_split_arrow {
    display: inline-flex !important;
    align-items: center !important;
    margin-left: 6px !important;
    transition: transform 0.25s ease !important;
}

.yandex_split_arrow svg path {
    stroke: #808080 !important;
    transition: stroke 0.25s ease !important;
}

.yandex_split_banner:hover .yandex_split_arrow svg path {
    stroke: #000 !important;
}

.yandex_split_banner:hover .yandex_split_arrow {
    transform: translateX(3px) !important;
}

/* ===============================
   ПОПАП SPLIT
   =============================== */
#splitModalOverlay {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.55) !important;
    z-index: 9998 !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

#splitModal {
    display: none !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    background: #fff !important;
    border-radius: 12px !important;
    padding: 24px 20px !important;
    z-index: 9999 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25) !important;
    opacity: 0 !important;
    transform: translate(-50%, -50%) scale(0.9) !important;
    transition: opacity 0.35s ease, transform 0.35s ease !important;
    width: 90% !important;
    max-width: 420px !important;
    box-sizing: border-box !important;
}

#splitModal.active {
    display: block !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
}

#splitModalOverlay.active {
    display: block !important;
    opacity: 1 !important;
}

.split-close-btn {
    position: absolute !important;
    top: 0px !important;
    right: 1px !important;
    background: none !important;
    border: none !important;
    font-size: 27px !important;
    color: #666 !important;
    cursor: pointer !important;
    line-height: 1 !important;
    z-index: 10000 !important;
    transition: color 0.2s !important;
}

.split-close-btn:hover {
    color: #000 !important;
}

/* ===============================
   ОБЩИЕ СТИЛИ
   =============================== */
/* Метка на карточках товара */
.t-store__card__mark {
    font-weight: 400 !important;
    font-size: 10px !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    display: table-cell !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border-radius: 50px !important;
    background-color: #111 !important;
    color: #fff !important;
    box-sizing: border-box !important;
    padding: 0 5px !important;
}

/* Шрифты заголовков */

.t-name_xl {
    letter-spacing: .03em !important;
    font-size: 16px !important;
}

/* ===============================
   HEADER
   =============================== */
/* Иконки и бургер */
#rec677263631 .t-menuwidgeticons__icon .t-menuwidgeticons__link {
    width: 22px !important;
    height: 22px !important;
}

#rec677263631 .t-menuwidgeticons__img {
    width: 20px !important;
    height: 20px !important;
    display: block !important;
}

#rec677263631 .t-menuwidgeticons__img path,
#rec677263631 .t-menuwidgeticons__img circle,
#rec677263631 .t-menuwidgeticons__img line {
    vector-effect: non-scaling-stroke !important;
}

#rec677263631 .t-menuwidgeticons__icon-counter {
    right: -2px !important;
    bottom: -2px !important;
}

/* Бургер */
#rec677263631 .t-menuburger {
    width: 26px !important;
    height: 20px !important;
}

#rec677263631 .t-menuburger span {
    height: 1.3px !important;
}

#rec677263631 .t-menuburger span:nth-child(1) { top: 0 !important; }
#rec677263631 .t-menuburger span:nth-child(2),
#rec677263631 .t-menuburger span:nth-child(3) { top: 9px !important; }
#rec677263631 .t-menuburger span:nth-child(4) { top: 18px !important; }
#rec677263631 .t-menuburger-opened span:nth-child(1),
#rec677263631 .t-menuburger-opened span:nth-child(4) { top: 9px !important; }

/* Тонкие линии */
#rec677263631 .t-menuwidgeticons__img_search circle,
#rec677263631 .t-menuwidgeticons__img_search line,
#rec677263631 .t-menuwidgeticons__img_members circle,
#rec677263631 .t-menuwidgeticons__img_members path,
#rec677263631 .t-menuwidgeticons__img_wishlisticon path,
#rec677263631 .t-menuwidgeticons__img_carticon path,
#rec677263631 .t-menuwidgeticons__img_carticon line,
#rec677263631 .t-menuwidgeticons__img_carticon circle {
    stroke-width: 1.0 !important;
}

/* ===============================
   КАРТОЧКА ТОВАРА
   =============================== */
/* Отступы */
.t-store__prod-snippet__container {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
}

.t786 .t-store__card__btns-wrapper {
    margin-top: 5px;
}

.t786 .t-product__option {
    margin-top: 1px !important;
}

.t-store__grid-separator {
    margin-bottom: 20px !important;
}

/* Скрываем элементы */
.js-store-prod-all-charcs,
.js-store-prod-dimensions,
.js-store-prod-weight,
.js-store-prod-descr,
.t-store__card__sku,
.t-store__prod-popup__brand,
.t-store__prod-popup__sku {
    display: none !important;
}

#rec693760398 .t706__product .t706__product-title__option:last-child {
    display: none !important;
}

/* Скрываем обвесы на главной */
#rec1376062761 .js-product-edition-option[data-edition-option-id="Обвес"]:not(.js-store-product .js-product-edition-option),
#rec1376171211 .js-product-edition-option[data-edition-option-id="Обвес"]:not(.js-store-product .js-product-edition-option),
#rec1376220421 .js-product-edition-option[data-edition-option-id="Обвес"]:not(.js-store-product .js-product-edition-option),
#rec1376260491 .js-product-edition-option[data-edition-option-id="Обвес"]:not(.js-store-product .js-product-edition-option),
#rec693799395 .js-product-edition-option[data-edition-option-id="Обвес"]:not(.js-store-product .js-product-edition-option) {
    display: none !important;
}

#rec693799395 .js-store-parts-select-container {
    display: none !important;
}

/* Аккордеон */
.t-store .t-store__tabs_accordion .t-store__tabs__item-button {
    position: relative !important;
    padding-right: 28px !important;
    border-top: 1px solid #dfdddd !important;
}

.t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
    border-bottom: 1px solid #dfdddd !important;
}

.t-store .t-store__tabs_accordion .t-store__tabs__item-button .gs-chevron {
    width: 16px !important;
    height: 16px !important;
    max-width: none !important;
    max-height: none !important;
    position: absolute !important;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) rotate(0deg) !important;
    transition: transform .2s ease !important;
    pointer-events: none !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
}

.t-store .t-store__tabs_accordion .t-store__tabs__item-button.t-store__tabs__item-button_active .gs-chevron {
    transform: translateY(-50%) rotate(180deg) !important;
}

/* Скрываем старые иконки */
.t-store .t-store__tabs_accordion .t-store__tabs__item-button .t-store__tabs__close-icon,
.t-store .t-store__tabs_accordion .t-store__tabs__item-button .t-store__tabs__close-icon-wrap,
.t-store .t-store__tabs_accordion .t-store__tabs__item-button .t-store__tabs__icon,
.t-store .t-store__tabs_accordion .t-store__tabs__item-button [class*="close-icon"],
.t-store .t-store__tabs_accordion .t-store__tabs__item-button [class*="close"] {
    display: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.t-store .t-store__tabs_accordion .t-store__tabs__item-button svg {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Шрифты аккордеона */
.t-store__tabs__item-button .t-name_xs {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #181818 !important;
}

div.t-store__tabs__content.t-descr.t-descr_xxs {
    font-size: 14px !important;
}

/* Другие товары */
.t-store__relevants-grid-cont .js-store-prod-descr {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
}

.t-store__tabs.t-store__tabs_accordion {
    min-height: 60px !important;
}

/* ===============================
   КНОПКИ
   =============================== */
.t-store__prod-popup__btn.t-btn_sm {
    font-size: 11.5px !important;
    letter-spacing: .06em !important;
    width: 245px !important;
    border-radius: 2px !important;
}

.t-btnflex_sm, .t-btn.t-btnflex_sm, .t-submit.t-btnflex_sm {
    font-size: 11.5px !important;
    letter-spacing: .06em !important;
    width: 245px !important;
    border-radius: 2px !important;
}

.t-store__card__btn-text {
    font-size: 11.5px !important;
    letter-spacing: .06em !important;
    width: 295px !important;
}

.t-btnflex_xs,
.t-btn.t-btnflex_xs,
.t-submit.t-btnflex_xs {
    height: 34px !important;
    font-size: 12px !important;
}

.t-store__prod-popup__btn_disabled,
.js-store-prod-popup-buy-btn-txt {
    opacity: 1 !important;
}

.t-store__prod-popup__btn-wrapper {
    cursor: pointer !important;
    width: 100% !important;
    display: flex !important;
}

/* ===============================
   ZERO-БЛОК С КАТЕГОРИЯМИ
   =============================== */
img.tn-atom__img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    background: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

img.tn-atom__img.activechange {
    filter: drop-shadow(0 0 1px rgba(0,0,0,1));
    -webkit-filter: drop-shadow(0 0 1px rgba(0,0,0,1));
    transition: filter .18s ease, box-shadow .18s ease;
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
    border-radius: 6px;
}

img.tn-atom__img.activechange.fallback-box {
    filter: none;
    box-shadow: 0 0 0 1px #000;
}

/* ===============================
   YANDEX PAY БЕЙДЖИ И ВИДЖЕТЫ
   =============================== */
.yandex-pay-badge {
    display: flex !important;
    flex-flow: column wrap !important;
    align-items: flex-start !important;
    margin-top: 20px !important;
    gap: 0.75rem !important;
}

.yandex-pay-badge-st215,
.yandex-pay-badge-st300,
.yandex-pay-badge-st315n,
.yandex-pay-badge-st405 {
    align-items: center !important;
}

.t-popup .yandex-pay-badge-st215,
.t-popup .yandex-pay-badge-st300,
.t-popup .yandex-pay-badge-st315n,
.t-popup .yandex-pay-badge-st405 {
    align-items: flex-start !important;
}

.yandex-pay-widget {
    margin-top: 20px !important;
}

/* ===============================
   МЕДИА-ЗАПРОСЫ
   =============================== */
/* Мобильные (≤767px) */
@media (max-width: 767px) {
    .yandex_split_banner {
        width: 100% !important;
    }
    
    #rec677263631 .t-menuwidgeticons__icon .t-menuwidgeticons__link {
        width: 20px !important;
        height: 20px !important;
    }
    
    #rec677263631 .t-menuwidgeticons__img {
        width: 18px !important;
        height: 18px !important;
    }
    
    #rec677263631 .t-menuburger {
        width: 22px !important;
        height: 18px !important;
    }
    
    #rec677263631 .t-menuburger span { height: 1.3px !important; }
    #rec677263631 .t-menuburger span:nth-child(1) { top: 0 !important; }
    #rec677263631 .t-menuburger span:nth-child(2),
    #rec677263631 .t-menuburger span:nth-child(3) { top: 8px !important; }
    #rec677263631 .t-menuburger span:nth-child(4) { top: 16px !important; }
    #rec677263631 .t-menuburger-opened span:nth-child(1),
    #rec677263631 .t-menuburger-opened span:nth-child(4) { top: 8px !important; }
}

/* Адаптив для аккордеона */
@media (max-width: 480px) {
    .t-store .t-store__tabs_accordion .t-store__tabs__item-button {
        padding-right: 24px !important;
    }
    
    .t-store .t-store__tabs_accordion .t-store__tabs__item-button .gs-chevron {
        width: 14px !important;
        height: 14px !important;
        right: 8px !important;
    }
}

@media screen and (max-width: 640px) {
    .t-store__tabs__item-button .t-name_xs {
        font-size: 14px !important;
        color: #181818 !important;
        font-weight: 600 !important;
    }
}

/* Кнопки */
@media (max-width: 767px) {
    .t-store__prod-popup__btn.t-btn.t-btn_sm {
        width: 100% !important;
    }
}

@media (min-width: 725px) and (max-width: 960px) {
    .t-store__card__btn-text {
        width: 410px !important;
    }
}

@media (max-width: 959px) {
    .t-store__card__btn-text {
        font-size: 9px !important;
        letter-spacing: 0.08em !important;
    }
}

/* Другие товары */
@media (min-width: 1200px) {
    .t-store__relevants__title {
        letter-spacing: inherit !important;
        margin: 120px 0 40px !important;
        padding-left: 0 !important;
    }
}

/* Карточка товара */
@media screen and (min-width: 960px) {
    .js-store-product.js-product.t-store__product-popup,
    .t-store__product-snippet .t-container {
        position: relative !important;
        min-height: 720px !important;
    }
    
    .t-store__prod-popup__slider.js-store-prod-slider {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }
    
    .t-store__tabs.t-store__tabs_accordion {
        max-width: 440px !important;
    }
    
    .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
    .t-store__tabs.t-store__tabs_accordion {
        margin-left: 490px !important;
    }
}

@media screen and (min-width: 1240px) {
    .t-store__tabs.t-store__tabs_accordion {
        max-width: 560px !important;
        margin-top: 20px !important;
        min-height: 510px !important;
    }
    
    .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right,
    .t-store__tabs.t-store__tabs_accordion {
        margin-left: 620px !important;
    }
}

@media screen and (max-width: 1240px) {
    .js-store-product.js-product.t-store__product-popup,
    .t-store__product-snippet .t-container {
        min-height: 820px !important;
    }
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col,
    .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px !important;
    }
    
    .t-store__tabs.t-store__tabs_accordion {
        min-height: 60px !important;
    }
}

/* Попап с промокодом */
@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {
        padding-bottom: 60px !important;
        padding-top: 1px !important;
    }
    
    .t1014 .t-popup_show .t-popup__container {
        max-width: 85% !important;
        max-height: 75% !important;
        inset: 120px 0 0 !important;
    }
    
    .t1014 .t-popup__block-close {
        background: #ffffff !important;
    }
}

/* Формы */
@media screen and (max-width: 960px) {
    .t1014 .t-input {
        height: 35px !important;
    }
    
    .t657_rectangle .t657__wrapper,
    .t657_long .t657__wrapper {
        padding: 22px 10px !important;
    }
    
    #rec1461477431 .t1014 .t-submit {
        --height: 40px !important;
        width: 100% !important;
    }
}
.t-store__prod-popup__price {
   font-size:18px !important;
   }