

/* Start:/local/templates/supertex/components/bitrix/catalog.section.list/promo_tiles_home/style.css?17763401652054*/
/* Контейнер плиток */
.promo-tiles {
    margin: 12px 0 24px;
}

/* Сетка 4 колонки */
.promo-tiles__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
}

/* Карточка */
.promo-tiles__card {
    position: relative;
    display: block;
    min-height: 550px;
    background: #ddd center no-repeat;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;


}

.promo-tiles__card:hover {
    color: #EF7736;
}




/* контент */
.promo-tiles__inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
}

.promo-tiles__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.15;
    text-transform: uppercase;
    /* как в макете */
    letter-spacing: .5px;
    max-width: 80%;
}

.promo-tiles__cta {
    align-self: flex-start;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 0;
    opacity: .95;
    transition: opacity .2s ease;
}

.promo-tiles__card:hover .promo-tiles__cta {
    opacity: 1;
}

/* адаптив */
@media (max-width: 1199px) {
    .promo-tiles__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .promo-tiles__card {
        min-height: 360px;
    }

}

@media (max-width: 575px) {
    .promo-tiles__grid {
        grid-template-columns: 1fr;
    }

    .promo-tiles__card {
        min-height: auto;
        /* убираем фикс */
        aspect-ratio: 16/9;
        /* делаем широкоформатные */
    }

    .promo-tiles__title {
        font-size: 22px;
    }

    /* затемняющая подложка для читаемости */
    .promo-tiles__overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, .10) 0%, rgba(0, 0, 0, .35) 100%);
    }
}
/* End */


/* Start:/local/templates/supertex/components/bitrix/news.list/filter_presets_tiles/style.css?17763401792795*/
.preset-tiles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.preset-tile {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 14px;
    overflow: hidden;
    background: transparent;

    transition: transform .15s ease, box-shadow .15s ease;

}



.preset-tile:hover {
    transform: translateY(-2px);

}

.preset-tile__img {
    padding-top: 68%;
    background-size: cover;
    background-position: center;
    height: 480px;
    border-radius: 20px;
}

.preset-tile__bottom {
    padding: 14px 16px 16px 0;
    position: relative;
    min-height: 78px;
    text-transform: uppercase;



}

.preset-tile__title {
    font-weight: 400;
    font-size: 18px;
    margin: 0 40px 2px 0;
    color: #3B3C3B;
}

.preset-tile__note {
    font-weight: 400;

    color: #3B3C3B;
    font-size: 18px;
}

.preset-tile__arrow {
    position: absolute;
    right: 8px;
    bottom: 42px;
    font-size: 28px;
    opacity: .45;
    color: #3B3C3B;
}

@media (max-width:1199px) {
    .preset-tiles {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:991px) {
    .preset-tiles {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:575px) {
    .preset-tiles {
        display: block;
    }

    .preset-tiles .swiper-wrapper {
        display: flex
    }

    .preset-tile {
        flex: 0 0 calc(50% - 8px);
        background: transparent;
        box-shadow: none;

    }


    .preset-tiles.swiper {
        padding-left: 0;
        padding-right: 24px;
        width: calc(100% + 24px);
    }





    .preset-tile__img {
        padding-top: 140%;
        height: auto;
        border-radius: 20px;
        overflow: hidden;
        background-size: cover;
        background-position: center;        
    }


    .preset-tile__bottom {
        padding: 10px 2px 0;
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: flex-start;

        min-height: auto;
    }

    .preset-tile__title {
        margin: 0;
        font-size: 14px;
        line-height: 1.15;
        text-transform: uppercase;

    }

    .preset-tile__meta {
        margin-top: 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-size: 13px;
        text-transform: uppercase;
    }

    .preset-tile__note {
        font-size: 14px;
    }

    .preset-tile__arrow {
        position: absolute;
        right: 10px;

        top: 0;

        font-size: 22px;
        opacity: .8;
        margin: 0;

    }
}
/* End */


/* Start:/local/templates/supertex/components/bitrix/catalog.section/new_arrivals_slider/style.css?17763401658356*/
/* ===== Новые поступления: базовые переменные ===== */
:root {
    --hna-title: #2F66C7;
    /* синий заголовка */
    --hna-accent: #F47A28;
    /* активная вкладка и стрелки */
    --hna-text: #1F2328;
    /* основной текст */
    --hna-muted: #7A8087;
    /* подписи/серый */
    --hna-card-bg: #fff;
    --hna-border: #E9EEF3;
    --hna-shadow: 0 8px 30px rgba(20, 31, 51, .06);
    --hna-badge-bg: #E9F9EC;
    --hna-badge-text: #1C8B2E;
}

/* ===== Заголовок блока ===== */
.home-new-arrivals {
    padding: 40px 0 24px;
}


/* ===== Вкладки ===== */
.hna-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    align-items: center;
    margin: 10px auto 28px;
    margin-top: -6px;
}

.hna-tab {
    position: relative;
    display: inline-block;
    padding: 6px 0;
    color: var(--hna-muted);
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
    transition: color .2s ease;
}

.hna-tab:hover {
    color: var(--hna-text);
}

.hna-tab.active {
    color: var(--hna-accent);
}

.hna-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 3px;
    border-radius: 3px;
    background: var(--hna-accent);
    transform: translateY(0);
}

/* ===== Слайдер / карточки ===== */
.hna-slider {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;

}

/* swiper внутри блока не должен "вылазить" */
.hna-slider .swiper {
    overflow: hidden;
    padding-bottom: 66px;
}


/* стрелки слева/справа по центру блока */
.hna-swiper-nav {
    top: calc(100% - 56px);
    bottom: 4px;

}



.hna-card {
    display: block;

    border-radius: 14px;
    padding: 10px 10px 14px;

    text-decoration: none;
    color: var(--hna-text);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hna-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(20, 31, 51, .10);
}

/* изображение — 1:1 с радиусом, как в макете */




.hna-card__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform .25s ease;

}






.hna-card:hover .hna-card__img img {
    transform: scale(1.03);
}


.hna-card__img {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #F3F5F7;
    padding-top: 100%;
    margin: 2px 2px 12px;


}

/* зелёный бейдж «В наличии» в левом верхнем углу картинки */
.hna-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    background: var(--hna-badge-bg);
    color: var(--hna-badge-text);
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
}

/* кнопки-иконки в правом верхнем углу (избранное/сравнение и т.п.) */
.hna-card__actions {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

.hna-card__act-btn {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    display: grid;
    place-items: center;
    backdrop-filter: blur(4px);
    box-shadow: 0 2px 10px rgba(20, 31, 51, .08);
    transition: transform .15s ease;
}

.hna-card__act-btn:hover {
    transform: translateY(-1px);
}

/* подписи */
.hna-card__name {
    margin: 6px 6px 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 16px;
    min-height: 2.6em;

}

.hna-card__price {
    margin: 2px 6px 0;
    font-size: 16px;
    font-weight: 500;
}

.hna-card__per {
    margin-left: 6px;
    font-weight: 500;
    color: #969696;
}

/* ===== Навигация слайдера — оранжевые круглые кнопки ===== */
.hna-swiper-nav {
    position: absolute;
    bottom: -20px;

    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--hna-accent);
    color: #fff;
    font-size: 18px;
    font-weight: 700;

    cursor: pointer;
    z-index: 5;
    transition: transform .15s ease, box-shadow .2s ease, opacity .15s;
}

.hna-swiper-nav:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(244, 122, 40, .45);
}

.hna-swiper-nav--prev {
    left: calc(50% - 56px);
}

.hna-swiper-nav--next {
    left: calc(50% + 12px);
}

.hna-swiper-nav.swiper-button-disabled {
    opacity: .45;
    cursor: default;
    transform: none;
}

.hna-list {
    margin-bottom: 20px;
}

/* Общий вид: белая стрелка внутри оранжевой кнопки */
.hna-swiper-nav::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* SVG-иконка стрелки вправо */
    background-image: url('/local/templates/supertex/images/arrow-right.svg');
}

/* Левая — это та же иконка, только зеркальная */
.hna-swiper-nav--prev::before {
    transform: scaleX(-1);
}

/* Контейнер для кнопок */


/* Общие стили кнопок */
/* Общие стили для кнопок внутри карточки */
.hna-card .stx-cmp-btn,
.hna-card .stx-fav-btn {
    position: absolute;
    top: 0;

    z-index: 5;
    width: 32px;
    /* размер кнопки */
    height: 32px;
    padding: 6px;
    border: none;
    border-radius: 50%;
    background: transparent;
    /* без серого круга */
    cursor: pointer;
    line-height: 0;
    outline: none;
}

/* Иконки внутри */
.hna-card .stx-cmp-btn img,
.hna-card .stx-fav-btn img {
    display: block;
    width: 24px;
    /* размер иконки */
    height: 24px;
}

/* Позиции */
.hna-card .stx-fav-btn {
    right: 0;

}

.hna-card .stx-cmp-btn {
    right: 32px;
    /* сравнение левее */
}





/* ===== Адаптив ===== */
@media (max-width: 1280px) {
    .hna-card__name {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .hna-swiper-nav--prev {
        left: calc(50% - 52px);
    }

    .hna-swiper-nav--next {
        left: calc(50% + 8px);
    }
}

@media (max-width: 768px) {
    .home-new-arrivals {
        padding: 52px 0 0px;
    }


    .hna-list {

        min-width: calc(100% + 28px);
    }

    .hna-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 14px;
        padding: 8px 12px;
        justify-content: flex-start;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        margin: -20px 0 12px 0;


    }

    .hna-tabs::-webkit-scrollbar {
        display: none;
    }

    .hna-tab {
        flex: 0 0 auto;
        /* ширина по контенту */
        scroll-snap-align: start;
        /* приятная остановка */
    }



    .hna-card {
        border-radius: 12px;
        padding: 0;
    }



    .hna-card__name {
        font-size: 14px;
    }

    .hna-swiper-nav {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .hna-slider .swiper {
        overflow: hidden;
        padding-bottom: 64px;

    }

}

@media (max-width: 480px) {
    .hna-tab {
        font-weight: 600;
    }

    .hna-swiper-nav--prev {
        left: calc(50% - 60px);
    }

    .hna-swiper-nav--next {
        left: calc(50% - 12px);
    }

    .hna-card:hover {
        box-shadow: none;
    }

}
/* End */


/* Start:/local/templates/supertex/components/bitrix/catalog.section/in_transit_slider/style.css?17763401656840*/
/* ===== В пути на склад (hnt-*) ===== */
:root {
    --hnt-title: #2F66C7;
    /* цвет заголовков (если потребуется) */
    --hnt-accent: #F47A28;
    /* оранжевые стрелки/акценты */
    --hnt-text: #1F2328;
    --hnt-muted: #7A8087;
    --hnt-card-bg: #fff;
    --hnt-border: #E9EEF3;
    --hnt-shadow: 0 8px 30px rgba(20, 31, 51, .06);
    --hnt-badge-green-bg: #E9F9EC;
    --hnt-badge-green-text: #1C8B2E;
    --hnt-badge-orange-bg: #FFF2E8;
    --hnt-badge-orange-text: #D06116;
}







/* карточка */
.hnt-card {
    display: block;

    border-radius: 14px;
    padding: 10px 10px 14px;

    text-decoration: none;
    color: var(--hnt-text);
    transition: transform .2s ease, box-shadow .2s ease;
}

.hnt-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(20, 31, 51, .10);
}

/* изображение 1:1 */
.hnt-card__img {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #F3F5F7;
    padding-top: 100%;
    margin: 2px 2px 12px;
}

.hnt-card__img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform .25s ease;
}

.hnt-card:hover .hnt-card__img img {
    transform: scale(1.03);
}

.stx-fav-btn,
.stx-cmp-btn {
    background: transparent !important;

}

/* бейджи */
.hnt-badge {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
}

.hnt-badge--green {
    background: var(--hnt-badge-green-bg);
    color: var(--hnt-badge-green-text);
}

.hnt-badge--orange {
    background: var(--hnt-badge-orange-bg);
    color: var(--hnt-badge-orange-text);
}

/* actions (если понадобятся) */
.hnt-card__actions {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

/* подписи */
.hnt-card__name {
    margin: 6px 6px 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 16px;
    min-height: 2.6em;
}

.hnt-card__price {
    margin: 2px 6px 0;
    font-size: 16px;
    font-weight: 500;
}

.hnt-card__per {
    margin-left: 6px;
    font-weight: 500;
    color: var(--hnt-muted);
}

/* навигация слайдера */
.hnt-swiper-nav {
    position: absolute;
    bottom: -20px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--hnt-accent);
    color: #fff;
    font-size: 18px;
    font-weight: 700;

    cursor: pointer;
    z-index: 5;
    transition: transform .15s ease, box-shadow .2s ease, opacity .15s;
}

.hnt-swiper-nav:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(244, 122, 40, .45);
}

.hnt-swiper-nav--prev {
    left: calc(50% - 56px);
}

.hnt-swiper-nav--next {
    left: calc(50% + 12px);
}

.hnt-swiper-nav.swiper-button-disabled {
    opacity: .45;
    cursor: default;
    transform: none;
}

.hnt-card__name {
    margin: 6px 6px 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 16px;
    min-height: 2.6em;

}

.hnt-card__price {
    margin: 2px 6px 0;
    font-size: 16px;
    font-weight: 500;
}

.hnt-card__per {
    margin-left: 6px;
    font-weight: 500;
    color: #969696;
}




/* ===== Вкладки ===== */
.it-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    align-items: center;
    margin: 10px auto 28px;
    margin-top: -6px;
}

.it-tab {
    position: relative;
    display: inline-block;
    padding: 6px 0;
    color: var(--hnt-muted);
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
    transition: color .2s ease;
}

.it-tab:hover {
    color: var(--hnt-text);
}

.it-tab.active {
    color: var(--hnt-accent);
}

.it-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 3px;
    border-radius: 3px;
    background: var(--hnt-accent);
    transform: translateY(0);
}

/* Общий вид: белая стрелка внутри оранжевой кнопки */
.hnt-swiper-nav::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url('/local/templates/supertex/images/arrow-right.svg');
}

/* Левая — это та же иконка, только зеркальная */
.hnt-swiper-nav--prev::before {
    transform: scaleX(-1);
}


.hnt-slider {
    position: relative;
    max-width: 1200px;
    /* или 100%, если внутри .container */
    margin: 0 auto;
}

/* swiper внутри блока не должен "вылазить" */
.hnt-slider .swiper {
    overflow: hidden;
    padding-bottom: 64px;
}

/* стрелки слева/справа по центру блока */
.hnt-swiper-nav {
    top: calc(100% - 56px);
    bottom: 4px;
}







/* адаптив */
@media (max-width: 1280px) {
    .hnt-card__name {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .hnt-swiper-nav--prev {
        left: calc(50% - 52px);
    }

    .hnt-swiper-nav--next {
        left: calc(50% + 8px);
    }
}

@media (max-width: 768px) {
    .hnt-card {
        border-radius: 12px;
        padding: 0;
    }

    .hnt-card__img {
        border-radius: 12px;
        margin: 2px 2px 10px;
    }

    .hnt-card__name {
        font-size: 14px;
    }

    .hnt-swiper-nav {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .it-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        gap: 14px;
        padding: 8px 16px;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        margin: -20px 0 12px 0;
    }

    .it-tabs::-webkit-scrollbar {
        display: none;
    }

    .it-tab {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }


}

@media (max-width: 480px) {
    .hnt-swiper-nav--prev {
        left: calc(50% - 60px);
    }

    .hnt-swiper-nav--next {
        left: calc(50% - 12px);
    }

    .hnt-card:hover {
        box-shadow: none;
    }
}
/* End */


/* Start:/local/templates/supertex/components/bitrix/news.list/wholesale_tiles/style.css?17763401793324*/
/* Секция + подзаголовок */
.wh-section {
    text-align: center;
    margin-bottom: 40px;
}

.wh-section__subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #3B3C3B;
    margin: 0;
}

/* Сетка плиток */
.wh-tiles {
    margin: 48px 0;
}

.wh-tiles__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row dense;

}

@media (max-width:1200px) {
    .wh-tiles__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Мобилка: 1 колонка + нужный порядок 1,4,2,5,3,6 */
@media (max-width:640px) {
    .wh-tiles__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    /* сброс явных позиций на всякий случай */
    .wh-tiles__grid>* {
        grid-row: auto;
    }

    .wh-tiles__grid> :nth-child(1) {
        grid-row: 1;
    }




    .wh-tiles__grid> :nth-child(2) {
        grid-row: 2;
    }

    .wh-tiles__grid> :nth-child(3) {
        grid-row: 3;
    }

    .wh-tiles__grid> :nth-child(4) {
        grid-row: 4;
    }



    .wh-tiles__grid> :nth-child(5) {
        grid-row: 5;
    }



    .wh-tiles__grid> :nth-child(6) {
        grid-row: 6;
    }

    /* 7+ поедут дальше естественно: 7->7, 8->8 и т.д. */
}

/* Карточка и её содержимое */
.wh-tiles__item {
    display: block;
    text-decoration: none;
    color: inherit;


}

.wh-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    padding: 20px 120px 20px 20px;
    /* место под фон справа */
    overflow: hidden;
    min-height: 160px;
}

.wh-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-height: 140px;

}

.wh-card__title {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 8px;
    color: #3B3C3B;
    font-size: 16px;
}

.wh-card__text {
    color: #969696;
    font-size: 14px;
    margin-top: auto;
    max-width: 99%;
}


.wh-card__img {
    display: block;
    width: 100%;
    height: auto;
    /* без кропа */
}

.wh-card.has-bg .wh-card__bg {
    content: "";
    position: absolute;
    inset: 0 0 0 50%;
    /* рисуем правую половину */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    opacity: .95;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, .5) 78%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, .5) 78%, rgba(0, 0, 0, 0) 100%);
    /* берём URL из инлайновой CSS-переменной */
    background-image: var(--wh-bg);
}

@media (max-width:480px) {
    .wh-card {
        padding-right: 96px;
    }
}


.tiles-desktop {
    display: block;
}

.tiles-mobile {
    display: none;
}

@media (max-width: 767px) {
    .tiles-desktop {
        display: none;
    }

    .tiles-mobile {
        display: block;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175552199751*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17567338242922*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #3B3C3B;
	font-size: 14px;
	border-radius: 8px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #3B3C3B;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #3171C6;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/supertex/components/bitrix/catalog.section/bootstrap_v4/style.css?17763401645269*/
.stx-filter-btn {

    height: 64px;
    padding: 10px;
    align-items: center !important;
    justify-content: center;
    margin-left: auto;
    display: none;
    flex-direction: row-reverse;
    gap: 6px;
    border: 0;
    outline: 0;
    color: #3B3C3B;
    background: none;
}



.stx-filter-btn:hover,
.stx-filter-btn:focus {
    border-color: #cfd4dc;
    outline: none;
}

.stx-filter-btn:active {
    transform: translateY(1px);
}

.stx-filter-wrapper {
    display: flex;
    justify-content: flex-end;
    /* прижмёт к правому краю */
    margin-bottom: 10px;
    /* можно дать отступ */
}



.stx-filter-text {
    font-size: 14px;
}



/* Мобайл: off-canvas */
@media (max-width: 991.98px) {

    /* чтобы колонка не ломала сетку на мобиле, но сам drawer работал */
    .stx-aside-col {
        display: contents;
    }

    /* родитель исчезает из потока, дочерний fixed живёт сам по себе */

    .stx-filter-drawer {
        position: fixed;
        inset: 0 0 0 auto;
        width: 86vw;
        max-width: 420px;
        height: 100dvh;
        transform: translateX(100%);
        transition: transform .25s ease;
        z-index: 1030;
        pointer-events: none;
    }

    .stx-filter-drawer.open {
        transform: translateX(0);
        pointer-events: auto;
    }

    .stx-filter-drawer__panel {
        background: #fff;
        height: 100%;
        overflow: auto;
        box-shadow: -2px 0 16px rgba(0, 0, 0, .15);
        padding: 16px 16px 24px;
    }

    .stx-filter-close {
        position: sticky;
        top: 0;
        margin-left: auto;
        background: none;
        border: 0;
        font-size: 28px;
        line-height: 1;
        padding: 6px;
        cursor: pointer;
    }

    .stx-filter-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .4);
        z-index: 1025;
    }

    .stx-filter-backdrop[hidden] {
        display: none;
    }

    .body--no-scroll {
        overflow: hidden;
    }
}



/* Десктоп: тот же блок как обычный сайдбар */
@media (min-width: 992px) {
    .stx-filter-drawer {
        position: static;
        transform: none;
        width: auto;
        height: auto;
        pointer-events: auto;
    }

    .stx-filter-drawer__panel {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .stx-filter-close,
    .stx-filter-backdrop {
        display: none !important;
    }
}

@media (max-width: 575.98px) {

    .catalog-section .product-item-small-card,
    .catalog-section .product-item-big-card {
        flex: 0 0 50%;
        max-width: 50%;

    }
}

/* 2 карточки в ряд на мобилке — убираем фикс/минимальные ширины у карточек */
@media (max-width: 575.98px) {

    .catalog-section .product-item,
    .catalog-section .product-item-container,
    .catalog-section .product-item-info-container {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    /* на всякий — обёртки колонок тоже не должны тянуться шире 50% */
    .catalog-section .product-item-small-card,
    .catalog-section .product-item-big-card {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 575.98px) {
    .stx-showcount {
        display: none !important;
    }
}


/* Обёртка для селекта с иконкой */
.stx-select {
    position: relative;
    display: inline-block;
}

/* Селект в нашем стиле */
.stx-select select {
    min-width: auto;
    padding: 10px 44px 10px 14px;
    border: 0;

    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font: inherit;
    line-height: 1.2;
}


.stx-select select:focus {
    border: 0;
    outline: 0;


}

/* SVG-иконка (как в макете) — закрепляем справа внутри */
.stx-select__icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* клики идут в селект */
    display: inline-flex;
}

/* На очень узких экранах селект может быть короче — слегка уменьшим отступ */
@media (max-width: 375px) {
    .stx-select select {
        min-width: 180px;
        padding-right: 40px;
    }
}

/* Если нужно совсем компактно на мобилке */
@media (max-width: 575.98px) {
    .stx-select select {
        min-width: 0;
        width: 100%;

    }

    .stx-qty {

        min-width: 50%;
        max-width: 100% !important;
    }

    .stx-filter-btn {

        display: flex;

    }

    .rowContent {
        width: calc(100% + 42px) !important;
        ;
    }


}
/* End */


/* Start:/local/templates/supertex/components/bitrix/catalog.item/bootstrap_v4/style.min.css?177634015323694*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding-top:15px;width:100%;border:1px solid transparent;border-radius:2px;background:#fff;box-shadow:0 0 0 0 rgba(0,0,0,.19)}.product-item-line-card .product-item{border-bottom:1px solid #dadada}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border-color:transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease;animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:0;right:0;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0);padding-left:0;padding-right:0}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19);left:-15px;right:-15px;padding-left:15px;padding-right:15px}}@keyframes product-item-hover{0%{position:absolute;left:0;right:0;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0);padding-left:0;padding-right:0}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19);left:-15px;right:-15px;padding-left:15px;padding-right:15px}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;display:block;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;display:block;height:1px;background-color:var(--theme-color-primary);opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:block;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-image-slider-control.active,.product-item-image-slider-control:hover{background-color:var(--primary)}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{--product-item-label-ring-size:40px;width:var(--product-item-label-ring-size);height:var(--product-item-label-ring-size);line-height:var(--product-item-label-ring-size);font-size:14px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product-item-title{overflow:hidden;margin:0;padding:0;text-overflow:ellipsis;white-space:nowrap;font-weight:normal;font-size:14px;text-align:center}.product-item-title a{color:#3f3f3f;text-decoration:none;transition:250ms linear all}.product-item-line-card .product-item-title{white-space:normal;text-align:left}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}@media(max-width:1199px){.product-item-big-card .product-item-title a{font-size:18px}}@media(max-width:991px){.product-item-big-card .product-item-title a{font-size:16px}}@media(max-width:767px){.product-item-big-card .product-item-title a{font-size:14px}}@media(max-width:575px){.product-item-big-card .product-item-title a{font-size:16px}}.product-item-price-container{text-align:center;line-height:1}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-info-container{clear:both;margin-bottom:8px}.product-item-info-container-title{font-size:12px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none !important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;max-width:150px;margin:0 auto 15px}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.product-item-amount-field-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field-block{-webkit-box-flex:1;-ms-flex:1;flex:1}.product-item-amount-field{display:block;padding:0;width:100%;height:22px;border:1px solid transparent;border-radius:2px;background:transparent !important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{position:absolute;top:100%;left:0;right:0;color:#a5a5a5;white-space:nowrap;font-size:12px}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{font-size:12px}.product-item-properties{display:block;margin:0}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal;font-size:12px}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;font-size:12px}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-line-card .product-item-scu-container{text-align:left}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-block-title{font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4 !important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}.product-item-scu-item-text-block:hover,.product-item-scu-item-color-block:hover,.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#000}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center; background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/local/templates/supertex/components/bitrix/news.list/blog_slider/style.css?17763401782033*/
/* секция */
.blog-slider {
    margin: 24px 0 48px 0;
}

/* карточка */
.blog-card {
    position: relative;
    display: block;
    border-radius: 22px;
    overflow: hidden;

}

.blog-card__img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

@media (max-width:1024px) {
    .blog-card__img {
        height: 260px;
    }
}

@media (max-width:768px) {
    .blog-card__img {
        height: 220px;

    }

    .blog-slider {
        min-width: calc(100% + 24px);
    }


}

.blog-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .55) 100%);
    pointer-events: none;
}

.blog-card__title {
    position: absolute;
    left: 20px;
    bottom: 18px;
    right: 56px;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    font-size: 18px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

.blog-card__arrow {
    position: absolute;
    right: 16px;
    bottom: 14px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #ff7a1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    padding: 3px 2px 2px 3px;
}

/* стрелки под слайдером */
.blog-nav {
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-top: 18px;
    margin-bottom: 120px;
}

.blog-nav__btn {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    background: #ff7a1a;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.blog-nav__btn:disabled {
    opacity: .45;
    cursor: default;

}

@media (max-width: 480px) {


    .blog-nav {
        display: flex;
        gap: 8px;
        justify-content: center;
        margin-top: 14px;
        max-width: calc(100% - 24px);
        margin-bottom: 24px;

    }
}
/* End */


/* Start:/local/templates/supertex/components/bitrix/news.list/plain_tiles_4/style.css?17763401791156*/
/* заголовок/подзаголовок — как выше делали */

.wh-section__desc {
    text-align: center;
    margin: 0;
    font-size: 18px;
    color: #3B3C3B;
}

/* сетка из 4 карточек */
.svc-tiles {
    margin: 32px 0 64px;
}

.svc-tiles__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width:1200px) {
    .svc-tiles__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:900px) {
    .svc-tiles__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:560px) {
    .svc-tiles__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .wh-section__desc {
        
        margin: 0;
        
    }



}

.svc-tiles__item {
    display: block;
    text-decoration: none;
    color: inherit;
}

.svc-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
   
}

.svc-card__img {
    display: block;
    width: 100%;
    height: auto;
    /* картинку показываем как загрузили */
}
/* End */
/* /local/templates/supertex/components/bitrix/catalog.section.list/promo_tiles_home/style.css?17763401652054 */
/* /local/templates/supertex/components/bitrix/news.list/filter_presets_tiles/style.css?17763401792795 */
/* /local/templates/supertex/components/bitrix/catalog.section/new_arrivals_slider/style.css?17763401658356 */
/* /local/templates/supertex/components/bitrix/catalog.section/in_transit_slider/style.css?17763401656840 */
/* /local/templates/supertex/components/bitrix/news.list/wholesale_tiles/style.css?17763401793324 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175552199751 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?17567338242922 */
/* /local/templates/supertex/components/bitrix/catalog.section/bootstrap_v4/style.css?17763401645269 */
/* /local/templates/supertex/components/bitrix/catalog.item/bootstrap_v4/style.min.css?177634015323694 */
/* /local/templates/supertex/components/bitrix/news.list/blog_slider/style.css?17763401782033 */
/* /local/templates/supertex/components/bitrix/news.list/plain_tiles_4/style.css?17763401791156 */
