

/* Start:/local/templates/main_redesing/components/bitrix/news.list/main_explore_our_offersNEW/style.css?17842920392890*/
.input-group[data-entity="quantity-block"] .form-control {
    text-align: center;
}

.input-group[data-entity="quantity-block"] input.form-control::-webkit-outer-spin-button,
.input-group[data-entity="quantity-block"] input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#home-collections .product-item {
    border: 1px solid #E4E4E4;
}

#home-collections .price-box {
    margin-bottom: 5px;
    margin-top: 35px;
}
.product-image-wrapper_item img{
    margin: unset !important;
    width: 100%;
}
#collection-main #pills-tabContent{
        padding: 0px 10px;
}
#home-collections .price-box span {
    font-size: 21px;
}

.product-markers {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    gap: 4px;
    min-height: 44px;
}

.product-markers > * {
    display: inline-flex;
}

.mark-list {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    gap: 10px;
}

.mark-item {
    background: #b5b5b5;
    line-height: 1;
    padding: 9px 0;
    font-size: 12px;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.mark-item.sale {
    background: #C72E2E;
}

.mark-item.new {
    background: #002B5C;
}

.mark-item.outlet {
    background: #5C2C2C;
}
.mark-item.pro {
    background: #765B46;
}
#home-collections {
    min-height: 581px;
}

.block_sel_count input {
    text-align: center;
}

.product-item .block_sel_count {
    display: none;
}

/* Навигационные стрелки */
.pagination .btn {
    height: 50px;
    padding: 0 80px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}

/* ========== СТИЛИ СЛАЙДЕРА ========== */
.swiper-container-offer {
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.swiper-container-offer .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.swiper-container-offer .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: auto;
}

/* Сброс Bootstrap-колонок внутри слайда */
.swiper-container-offer .swiper-slide .col {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Карточка товара на всю высоту */
.swiper-container-offer .product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Адаптивные корректировки */
@media screen and (max-width: 1199px) {
    #home-collections {
        min-height: 452px;
    }

    .pagination .btn {
        width: 100%;
    }

}

@media (max-width: 767px) {
    /* Дополнительно скрываем пагинацию на мобильных, если ещё не скрыта */
}

/* End */


/* Start:/local/templates/main_redesing/components/bitrix/news.list/main_new/style.css?1784292039542*/
.new-product-slider{
    margin-bottom: 50px;
}

.product-slide {
    width: 695px;
    max-width: 100%;
    flex: 0 0 695px;
}

.product-slide__media {
    display: block;
    width: 695px;
    max-width: 100%;
    height: min(522px, 75vw);
    max-height: 522px;
    overflow: hidden;
}

.product-slide__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .product-slide {
        width: 100%;
        flex-basis: 100%;
    }

    .product-slide__media {
        width: 100%;
    }
}

/* End */


/* Start:/local/components/custom/slider.pagination/templates/.default/style.css?17842920394080*/
.vb-slider-pagination.pagination {
    --vb-slider-pagination-offset: 50px;
    --vb-slider-pagination-bottom-offset: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: var(--vb-slider-pagination-offset) !important;
}

.vb-slider-pagination__skeleton {
    display: block;
    width: 180px;
    height: 36px;
    flex: 0 0 180px;
    border-radius: 2px;
    background: var(--vb-skeleton-start, #edf2f7);
    background-clip: padding-box;
    opacity: .7;
    pointer-events: none;
    user-select: none;
    animation: vb-slider-pagination-skeleton-pulse .8s linear infinite alternate;
}

.vb-slider-pagination:not(.is-skeleton-loading) .vb-slider-pagination__skeleton {
    display: none;
}

.vb-slider-pagination.is-skeleton-loading .vb-slider-pagination__nav {
    display: none !important;
}

@keyframes vb-slider-pagination-skeleton-pulse {
    from {
        background-color: var(--vb-skeleton-start, #edf2f7);
    }

    to {
        background-color: var(--vb-skeleton-end, #a0aec0);
    }
}

.vb-slider-pagination.pagination:not([hidden]) {
    display: flex !important;
}

.vb-slider-pagination--inline.pagination {
    --vb-slider-pagination-offset: 0;
    --vb-slider-pagination-bottom-offset: 0;
    width: auto;
}

.vb-slider-pagination[hidden] {
    display: none !important;
}

.vb-slider-pagination__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.vb-slider-pagination--align-left .vb-slider-pagination__nav {
    justify-content: flex-start;
}

.vb-slider-pagination--align-left.pagination {
    justify-content: flex-start;
}

.vb-slider-pagination--align-center .vb-slider-pagination__nav {
    justify-content: center !important;
}

.vb-slider-pagination--align-center.pagination {
    justify-content: center;
}

.vb-slider-pagination--align-right .vb-slider-pagination__nav {
    justify-content: flex-end !important;
}

.vb-slider-pagination--align-right.pagination {
    justify-content: flex-end;
}

.vb-slider-pagination__pages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    max-width: max-content;
    margin-right: 10px !important;
    margin-left: 10px !important;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
}

.vb-slider-pagination__pages::-webkit-scrollbar {
    display: none;
}

.vb-slider-pagination .pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vb-slider-pagination__pages .pagination-item {
    width: auto;
    height: auto;
    margin: 0 8px;
    border-radius: 0;
    background: transparent;
    opacity: 1;
}

.vb-slider-pagination__pages .pagination-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 36px;
    color: #808080;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: color .4s ease;
}

.vb-slider-pagination__pages .swiper-pagination-bullet-active {
    border-bottom: 1px solid #ccc;
}

.vb-slider-pagination__pages .swiper-pagination-bullet-active span {
    color: #333;
    font-weight: 300;
    cursor: default;
}

.vb-slider-pagination__arrow {
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: opacity .2s ease;
}

.vb-slider-pagination__arrow img {
    display: block;
    width: 36px;
    height: 36px;
    user-select: none;
}

.vb-slider-pagination__arrow.swiper-button-disabled,
.vb-slider-pagination__arrow.swiper-button-lock {
    display: flex !important;
    opacity: .2;
    cursor: default;
    pointer-events: none;
}

@media (max-width: 767.98px) {
    .vb-slider-pagination__nav {
        gap: 12px;
    }

    .vb-slider-pagination__pages .pagination-item {
        margin: 0 4px;
    }
    .vb-slider-pagination.pagination {
        --vb-slider-pagination-offset: 30px;
        --vb-slider-pagination-bottom-offset: 30px;
    }
    .vb-slider-pagination__nav{
        justify-content: center !important;
    }
}

/* End */


/* Start:/local/templates/main_redesing/components/bitrix/news.list/main_img_back_point/style.css?1781508439291*/
.block_new_price {
    position: absolute;
    left: 15px;
}

#tabs-target .info-box.active #old-price {
    width: unset;
}

#tabs-target .info-box.active #new-price {
    width: 50%;
}



@media screen and (max-width: 768px) {
    .interactive-image .point {
        display: none;
    }
}
/* End */


/* Start:/local/components/custom/stories/templates/.default/style.css?17815084317286*/
#socbrand .slick-slide {
    margin-right: 11px;
}

#socbrand .slick-list {
    overflow: hidden;
}

#socbrand {
    overflow: hidden;
    justify-content: center;
    max-width: 100%;
}


#socbrand .right-col {
    position: relative;
}

#socbrand .slick-arrow {
    width: 35px;
    height: 35px;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
}

.right-col a {
    display: block;
    width: 100%;
}

.soc-preview {
    height: 400px;
    width: unset;
    display: block;
    object-fit: cover;
    border-radius: 0; /* если нужно как у картинок */
    box-shadow: 0 0 0 1px rgb(255 255 255);
    outline: 2px solid #ffffff;
    outline-offset: -1px;
}

#socbrand .slick-track {
    display: flex;
}

.slick-arrow.slick-disabled {
    opacity: 0.7;
}


#socbrand .slick-next {
    position: absolute;
    right: 0px;
    z-index: 99;
    border: unset;
}

#socbrand .slick-prev {
    position: absolute;
    left: 0px;
    z-index: 99;
    border: unset;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

#socbrand {
    display: flex;
    align-items: center;
    padding: 60px 0 60px 0;
}

.left-col {
    max-width: 406px;
    width: 100%;
}

.left-col h3 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.2;
    font-family: var(--second-family);
}

.left-col p {
    max-width: 400px;
    /*font-size: 18px;
    line-height: 1.6;
    color: #666;*/
    margin-bottom: 30px;
    font-family: var(--font-family);
}

.icons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    transition: all 0.3s ease;
}

.icons a:hover {
    background-color: #e0e0e0;
    transform: translateY(-2px);
}

.icons img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

.right-col {
    width: 100%;
    display: flex;
    gap: 7px;
}

.right-col img {
    height: 400px;
    display: block;
    object-fit: cover;
}

/* Адаптивность */
@media (max-width: 1900px) {
    #socbrand .slick-slide {
        margin-left: 7px;
        display: flex;
        justify-content: center;
    }

    .left-col h3 {
        font-size: 28px;
    }


    .right-col img, .soc-preview {
        height: unset;
        width: 100%;
    }

}






@media (max-width: 1024px) {
    #socbrand .slick-slide {
        margin-left: 7px;
        display: flex;
        justify-content: center;
    }

    .left-col h3 {
        font-size: 28px;
    }

}

@media (max-width: 768px) {
    #socbrand .slick-arrow {
        display: flex !important;
    }

    #socbrand {
        padding: 40px 0;
    }

    .left-col {
        max-width: 100%;
        text-align: center;
    }

    .right-col {
        max-width: 100%;
    }

    .icons {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .right-col {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .left-col h3 {
        font-size: 24px;
    }

    .left-col p {
        font-size: 16px;
    }

    .right-col {
        gap: 15px;
    }
}

@media (max-width: 360px) {
    .right-col {
        flex-direction: column;
        align-items: center;
    }
}


/* базовый шрифт */
:root {
    --stories-font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.stories-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
    font-family: var(--stories-font);

    align-items: center;
    justify-content: center;
    padding: 12px;
}

.stories-modal.is-open {
    display: flex;
}

.stories-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.stories-card {
    position: relative;
    width: min(420px, calc(100vw - 24px));
    height: min(760px, calc(100vh - 24px));
    margin: 0;
    border-radius: 16px;
    background: #0f1115;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
}

.stories-close {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 6;

    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 0;
    border-radius: 50%;
    background: transparent;
    /*background: rgba(0,0,0,.45);*/
    color: #fff;

    font-size: 22px;
    line-height: 1;
    cursor: pointer;

    /* backdrop-filter: blur(4px);*/
}

.stories-close:hover {
    background: rgba(0, 0, 0, .65);
}

.stories-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 24px 24px 10px 24px;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

.stories-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.stories-badge {
    display: inline-flex;
    width: 15px;
    height: 15px;
    align-items: center;
    justify-content: center;
}

.stories-progress {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}

.stories-seg {
    flex: 1;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .25);
    overflow: hidden;
}

.stories-seg > i {
    display: block;
    height: 100%;
    width: 0%;
    background: #fff;
}

/* Sound */
.stories-sound {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 0;
    padding: 6px 0;
    color: #fff;
    cursor: pointer;
    opacity: .92;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}

.stories-sound:hover {
    opacity: 1;
}

.stories-btn:hover {
    color: #e0e0e0;
}

.stories-sound__ico {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stories-media {
    position: absolute;
    inset: 0;
    display: flex;
}

.stories-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.stories-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.stories-arrow--left {
    left: 10px;
}

.stories-arrow--right {
    right: 10px;
}

.stories-arrow:disabled {
    opacity: .35;
    cursor: default;
}

.stories-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px 14px 14px;
    display: flex;
    gap: 10px;
    z-index: 3;
    background: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
}

.stories-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .20);
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, .20);
    font-size: 14px;
    font-weight: 500;
}

.stories-ico {
    opacity: .9;
}


/* End */


/* Start:/local/templates/main_redesing/components/bitrix/news.list/main_complete_servingNew/style.css?17842920394990*/
.input-group[data-entity="quantity-block"] .form-control {
    text-align: center;
}

.input-group[data-entity="quantity-block"] input.form-control::-webkit-outer-spin-button,
.input-group[data-entity="quantity-block"] input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* =============================================
   Карточки товаров
   ============================================= */
#serving_result .product-item        { border: 1px solid #E4E4E4; }
#serving_result .price-box           { margin-bottom: 5px; margin-top: 20px; }
#serving_result a.product-name span  { font-size: 18px; }
#serving_result .price-box span      { font-size: 14px; }
#serving_result .product-name        { max-height: 50px; overflow: hidden; }
#serving_result .tablet_block        { padding-left: 12px !important; }
#serving_result .swiper-container    { position: relative; }

.product-image-wrapper_item img {
    margin: unset !important;
    width: 100%;
}

/* =============================================
   Слайд и карточка
   ============================================= */
.swiper-slide {
    height: auto !important;
    display: flex;
}

.swiper-slide .product-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.swiper-slide .product-params {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.swiper-slide .main_block_buyer {
    margin-top: auto;
}

.swiper-slide .product-image {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide .product-name {
    min-height: 48px;
    display: flex;
    align-items: flex-start;
}

/* =============================================
   Маркеры товара
   ============================================= */
.product-markers {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    gap: 4px;
    min-height: 44px;
}
#serving-tabContent{
    padding: 0px 10px;
}
.product-markers > * { display: inline-flex; }

.mark-list {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    gap: 10px;
}

.mark-item {
    background: #b5b5b5;
    line-height: 1;
    padding: 9px 0;
    font-size: 12px;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.mark-item.sale   { background: #C72E2E; }
.mark-item.new    { background: #002B5C; }
.mark-item.outlet { background: #5C2C2C; }
.mark-item.pro {
    background: #765B46;
}
/* =============================================
   Пагинация — Swiper-буллеты переопределены
   ============================================= */
.pagination .btn {
    height: 50px;
    padding: 0 80px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
}

/* =============================================
   Бренды-переключатели
   ============================================= */
.brand-row .col-lg-12:nth-child(1) img { width: 61px; }
.brand-row .col-lg-12:nth-child(2) img { width: 143px; }
.brand-row .col-lg-12:nth-child(3) img { width: 126px; }

.rebild {

    align-items: center;
}

.brand-switch {
    min-height: 120px;
    max-width: 334px;
}

.brand-switch img { max-width: 80%; }

.block_ser { margin-top: 7px; }

.mega-menu .submenu-href.active {
    color: #fff;
    background: #023E84;
    text-decoration: none;
}

.product-item .block_sel_count { display: none; }
.block_sel_count input { text-align: center; }

.pagination-dot { display: none; }

/* =============================================
   Контейнер слайдера
   ============================================= */
.swiper-container-offer {
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s ease;
}

.swiper-container-offer .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.swiper-container-offer .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: auto;
}

.swiper-container-offer .swiper-slide .col {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.swiper-container-offer .product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* =============================================
   Адаптив
   ============================================= */
@media screen and (max-width: 1199px) {
    .pagination .btn {
        width: 100%;
    }

}

@media screen and (max-width: 991px) {
    .rebild { flex-direction: unset; }

    .rebild .brand-switch {
        align-items: center;
        min-height: 76px;
        border-radius: 8px !important;
    }

    .rebild > div { padding-right: unset; }

    #complete .rebild {
        margin-right: calc(var(--bs-gutter-x) * .5);
    }

    .main-title { justify-content: center; }

}

/* End */


/* Start:/local/templates/main_redesing/components/bitrix/news.list/main_find_out_more_about/style.css?1784292039646*/
#articles .article-item > a[data-vb-skeleton-media],
#articles .articles-slider .article-item > a[data-vb-skeleton-media] {
    display: block;
    width: 100%;
    height: 250px;
    max-height: 250px;
    overflow: hidden;
}

#articles .article-item > a[data-vb-skeleton-media] img,
#articles .articles-slider .article-item > a[data-vb-skeleton-media] img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    #articles .article-item > a[data-vb-skeleton-media],
    #articles .articles-slider .article-item > a[data-vb-skeleton-media] {
        height: min(250px, 70vw);
    }
}

/* End */
/* /local/templates/main_redesing/components/bitrix/news.list/main_explore_our_offersNEW/style.css?17842920392890 */
/* /local/templates/main_redesing/components/bitrix/news.list/main_new/style.css?1784292039542 */
/* /local/components/custom/slider.pagination/templates/.default/style.css?17842920394080 */
/* /local/templates/main_redesing/components/bitrix/news.list/main_img_back_point/style.css?1781508439291 */
/* /local/components/custom/stories/templates/.default/style.css?17815084317286 */
/* /local/templates/main_redesing/components/bitrix/news.list/main_complete_servingNew/style.css?17842920394990 */
/* /local/templates/main_redesing/components/bitrix/news.list/main_find_out_more_about/style.css?1784292039646 */
