
.catalog__body {
display: flex;
align-items: flex-start;
gap: 50px;
}

.catalogscard {
    margin-bottom: 86px !important;
}

#priceTable.table.cards .table-group-divider {
 gap: auto !important;
}

/* Контейнер фильтров */
        .filters-column {
            width: 280px;
            display: flex;
            flex-direction: column;
            gap: 36px;
            color: black !important;
            margin-bottom: 86px;
        }
        
        /* Общие стили для блоков фильтров */
        .filter-block {
            width: 100%;
        }
        
        .filter-title {
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 4px;
        }
        
        .filter-title.with-icon {
            justify-content: start;
            gap: 10px;
        }
        
        .help-icon {
            width: 17px;
            height: 18px;
            cursor: pointer;
        }
        
        /* Стили для ползунков */
        .range-slider {
            position: relative;
            height: 20px;
            overflow: hidden;
        }
        
        .slider-track {
            position: absolute;
            width: 100%;
            height: 2px;
            background: #d2d2d2ff;
            border-radius: 1px;
            top: 9px;
        }
        
        .slider-progress {
            position: absolute;
            height: 2px;
            background: #2A85F7;
            border-radius: 1px;
            top: 0;
        }
        
        .slider-thumb {
            position: absolute;
            width: 15px;
            height: 15px;
            background: #2A85F7;
            border-radius: 50%;
            top: -7px;
            cursor: pointer;
            z-index: 2;
        }
        
        .range-inputs {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            gap: 10px;
        }
        
        .range-input {
            width: 136px;
            height: 40px;
            position: relative;
        }
        
        .range-input input {
            width: 100%;
            height: 100%;
            border: 1px solid #DADCDE;
            border-radius: 8px;
            padding: 0 16px;
            font-size: 16px;
            font-weight: 400;
            color: #1C2126;
            background: white;
        }
        
        /* Стили для чекбоксов */
        .checkbox-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 0;
            margin-bottom: 0px;
        }
        
        .checkbox-grid.two-columns .checkbox-item {
            width: calc(50% - 5px);
        }
        
        .checkbox-grid.one-column .checkbox-item {
            width: 100%;
        }
        
        .checkbox-item {
            height: 24px;
            margin-bottom: 12px;
            display: flex;
            align-items: flex-start;
            position: relative;
        }
        
        .checkbox-item.multi-line {
            height: 40px;
            align-items: flex-start;
        }
        
        .checkbox-item input[type="checkbox"] {
            opacity: 0;
            position: absolute;
            width: 20px;
            height: 20px;
            cursor: pointer;
            z-index: 1;
        }
        
        .custom-checkbox {
            width: 20px;
            height: 20px;
            border: 1px solid #93999E;
            border-radius: 4px;
            margin-right: 8px;
            flex-shrink: 0;
            position: relative;
            cursor: pointer;
        }
        
        .checkbox-item input[type="checkbox"]:checked + .custom-checkbox {
            background: #2A85F7;
            border-color: #2A85F7;
        }
        
        .checkbox-item input[type="checkbox"]:checked + .custom-checkbox::after {
            content: '';
            position: absolute;
            left: 6px;
            top: 2px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
        
        .checkbox-label {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            cursor: pointer;
        }
        
        .checkbox-label.multi-line {
            line-height: 20px;
        }
        
        /* Стили для кнопки "Показать еще" */
        .show-more {
            display: flex;
            align-items: center;
            gap: 4px;
            color: #767D83;
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            cursor: pointer;
            width: fit-content;
            margin-top: 0px;
        }
        
        .show-more svg {
            width: 15px;
            height: 14px;
        }
        
        /* Стили для кнопки применения фильтров */
        .apply-filters {
            width: 100%;
            height: 40px;
            background: #2A85F7;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            cursor: pointer;
            border: none;
            background-color: 0.3s ease;
        }

        .apply-filters:hover {
            background-color: #1a75e6;
        }

.products-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    margin: 25px 0;
    margin-bottom: 50px;
}

#products-padding {
 margin-bottom: 0px !important;
}

#exampleproduct {
    align-items: start;
}

.section-header {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
    display: flex;
}

.section-header h2 {
    width: 984px;
    color: black;
    font-size: 24px;
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    line-height: 31px;
    margin: 0;
}

#complecttitle {
    font-weight: 600;
    font-size: 36px;
}

.tags-container {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 11px;
    display: inline-flex;
    flex-wrap: wrap;
}

.tag {
    padding: 10px;
    border-radius: 85px;
    outline: 1px rgba(0, 0, 0, 0.06) solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    color: black;
    font-size: 12px;
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.tag:hover {
    background-color: #2A85F7;
    color: white;
}

.tag.popular {
    background: #2A85F7;
    color: white;
}

.dropdown-arrow {
    cursor: pointer;
}

                .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(236px, 1fr));
    gap: 15px;
    width: 100%;
                }
                
                .product-card {
                    width: 236px;
                    background: white;
                    border-radius: 20px;
                    outline: 1px solid rgba(0, 0, 0, 0.03);
                    outline-offset: -1px;
                    padding: 13px;
                    position: relative;
                    display: block;
                }
                
                .product-image {
                    width: 210px;
                    height: 212px;
                    margin-bottom: 25px;
                    position: relative;
                }
                
                .product-image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 10px;
                }
                
                .slider-indicators {
                    position: absolute;
                    bottom: 10px;
                    left: 50%;
                    transform: translateX(-50%);
                    display: flex;
                    gap: 4px;
                }
                
                .indicator {
                    width: 8px;
                    height: 2px;
                    background: #DADCDE;
                    border-radius: 1px;
                }
                
                .indicator.active {
                    background: #767D83;
                }
                
                .product-price {
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 24px;
                    color: #1C2126;
                    margin-bottom: 8px;
                }
                
                .product-description {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    color: #1C2126;
                    margin-bottom: 8px;
                    height: 60px;
                    overflow: hidden;
                }
                
                .product-info {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-bottom: 8px;
                }
                
                .product-rating {
                    display: flex;
                    align-items: center;
                    gap: 4px;
                }
                
                .rating-stars {
                    display: flex;
                    align-items: center;
                }
                
                .rating-value {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 0px !important;
                    color: #1C2126;
                }
                
                .reviews-count {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 0px !important;
                    padding-top: 2px !important;
                    color: #767D83;
                }
                
                .product-code {
                    display: flex;
                    align-items: center;
                    gap: 4px;
                }
                
                .code-text {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 0px !important;
                    color: #767D83;
                    cursor: pointer;
                }
                
                .copy-btn {
                    background: none;
                    border: none;
                    cursor: pointer;
                    padding: 0px !important;
                }
                
                .stock-info {
                    margin-bottom: 16px;
                }
                
                .stock-status {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    color: #3CAA3C;
                    margin-bottom: 4px;
                }
                
                .delivery-info {
                    display: flex;
                    justify-content: start;
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    color: #767D83;
                    margin-bottom: 4px;
                }
                
                .delivery-date {
                    border-bottom: 1px dotted #767D83;
                    margin-left: 5px;
                }
                
                .add-to-cart-btn {
                    width: 100%;
                    padding: 8px 27px;
                    background: #2A85F7;
                    border: none;
                    border-radius: 12px;
                    color: white;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 20px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    transition: background-color 0.3s ease;
                }

.view-all-btn {
    width: 243px;
    padding: 10px;
    border-radius: 85px;
    outline: 1px rgba(0, 0, 0, 0.06) solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    background: white;
    border: none;
    color: black;
    font-size: 12px;
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .products-grid {
        justify-content: center;
    }
    
    .section-header h2 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .tags-container {
        justify-content: center;
    }
    
    .product-card {
        width: 100%;
        max-width: 300px;
    }
}

.service-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 23px;
    margin-bottom: 50px;
}

.service-title {
    align-self: stretch;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 36px;
    font-family: 'Onest', sans-serif;
    font-weight: 600;
}

.service-banner {
    width: 100%;
    height: 160px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.banner-background {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    object-position: right center;
}

.service-cards {
    width: 859px;
    position: absolute;
    left: 15px;
    top: 50px;
    justify-content: flex-start;
    align-items: center;
    gap: 17px;
    display: inline-flex;
}

.service-card {
    padding: 18px 15px;
    background: white;
    border-radius: 15px;
    outline: 1px rgba(0, 0, 0, 0.03) solid;
    outline-offset: -1px;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
    display: flex;
}

.service-card:nth-child(1) {
    width: 343px;
}

.service-card:nth-child(2) {
    width: 266px;
}

.service-card:nth-child(3) {
    width: 216px;
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-text {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: black;
    font-size: 14px;
    font-family: 'Onest', sans-serif;
    font-weight: 700;
    line-height: 20px;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .service-cards {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .service-card {
        width: auto !important;
        min-width: 200px;
        flex: 1;
    }
}

@media (max-width: 768px) {
    .service-banner {
        height: auto;
        min-height: 200px;
    }
    
    .service-cards {
        position: relative;
        top: 20px;
        left: 0;
        padding: 0 15px;
        flex-direction: column;
    }
    
    .service-card {
        width: 100% !important;
        max-width: 300px;
    }
}

.related-equipment {
    margin-bottom: 50px;
}

.equipment-grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
    flex-wrap: nowrap;
}

.equipment-card {
    flex: 1;
    padding: 16px;
    background: #F4F4F4;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
    color: black;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    min-height: 200px;
}

.equipment-card:hover {
    border-color: #2A85F7;
    cursor: pointer;
}

.equipment-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    margin-bottom: 8px;
    width: 100%;
}

.equipment-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px;
    width: 100%;
}

.equipment-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.equipment-image img {
    width: auto;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

/* Адаптивность */
@media (max-width: 1395px) {
    .equipment-grid {
        flex-wrap: wrap;
        justify-content: start;
    }
    
    .equipment-card {
        flex: 0 0 calc(33.333% - 10px);
        min-width: calc(33.333% - 10px);
    }
}

@media (max-width: 1200px) {
    .equipment-card {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .equipment-grid {
        gap: 10px;
    }
    
    .equipment-card {
        flex: 0 0 calc(50% - 5px);
        min-width: calc(50% - 5px);
        padding: 12px;
    }
    
    .equipment-name {
        font-size: 13px;
    }
    
    .equipment-description {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .equipment-card {
        flex: 0 0 100%;
        min-width: 100%;
    }
}


/* Стили для секции наших акций */
.promotions-section {
    margin-bottom: 100px;
}

.promotions-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 23px;
    margin-bottom: 23px;
}

.promotions-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    color: #000;
}

.view-all-promotions {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #767D83;
    text-decoration: none;
    transition: color 0.3s ease;
}

.view-all-promotions:hover {
    color: #2A85F7;
}

.promotions-grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
    flex-wrap: nowrap;
}

.promotion-card {
    width: 220px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    outline: 1px solid rgba(0, 0, 0, 0.06);
    outline-offset: -1px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    background: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.promotion-card:hover {
    outline-color: #2A85F7;
}

.promotion-image {
    width: 100%;
    height: 113px;
    border-radius: 16px;
    overflow: hidden;
}

.promotion-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promotion-content {
    width: 100%;
    padding: 15px 17px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 18px;
}

.promotion-name {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promotion-date {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #767D83;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Адаптивность для секции акций */
@media (max-width: 1395px) {
    .promotions-grid {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: start;
    }
    
}

@media (max-width: 1200px) {
    .promotions-title {
        font-size: 30px;
        line-height: 34px;
        flex-wrap: wrap;
        justify-content: start;
    }
    
    .promotion-card {
        width: calc(25% - 15px);
    }
}

@media (max-width: 768px) {
    .promotions-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .promotions-title {
        font-size: 28px;
        line-height: 32px;
    }
    
    .promotion-card {
        width: 100%;
        max-width: 300px;
    }
    
    .promotions-grid {
        justify-content: start;
    }
}

@media (max-width: 480px) {
    .promotions-title {
        font-size: 24px;
        line-height: 28px;
    }
    
    .promotion-card {
        max-width: 100%;
    }
}

/* Адаптивность для больтшх экранов (карточки секция) Иммитация слайдера */
@media (min-width: 1920px) {


.slide img {
object-fit: contain;
}
}

/* === НОВЫЕ СТИЛИ ДЛЯ ХЛЕБНЫХ КРОШЕК И ЗАГОЛОВКА === */

/* Хлебные крошки - новый дизайн */
.breadcrumbs-new {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #93999E;
    font-size: 15px;
    font-family: 'Onest', sans-serif;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.breadcrumbs-new__link {
    color: #93999E;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumbs-new__link:hover {
    color: #2A85F7;
}

.breadcrumbs-new__separator {
    color: #93999E;
}

.breadcrumbs-new__current {
    color: #93999E;
}

/* Заголовок каталога - новый дизайн */
.catalog-header-new {
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    margin-bottom: 39px;
    gap: 28px;
}

.catalog-header-new__title {
    color: #1C2126;
    font-size: 32px;
    font-family: 'Onest', sans-serif;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.catalog-header-new__count {
    color: #1C2126;
    font-size: 24px;
    font-family: 'Onest', sans-serif;
    font-weight: 500;
    line-height: 22px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .breadcrumbs-new {
        font-size: 14px;
        gap: 6px;
        margin-bottom: 20px;
    }
    
    .catalog-header-new {
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .catalog-header-new__title {
        font-size: 28px;
        line-height: 32px;
    }
    
    .catalog-header-new__count {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .breadcrumbs-new {
        font-size: 12px;
    }
    
    .catalog-header-new__title {
        font-size: 24px;
        line-height: 28px;
    }
    
    .catalog-header-new__count {
        font-size: 18px;
        line-height: 22px;
    }
}

   /* Стили для нижних блоков */
            
                .tabs {
                    display: none !important;
                }
                
                .section-title {
                    font-size: 14px;
                    font-weight: 600;
                    margin-bottom: 15px;
                    color: #000;
                }
                
                .popular-tags {
                    margin-bottom: 30px;
                }
                
                .tags-container {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 11px;
                    margin-bottom: 30px;
                }
                
                .tag {
                    padding: 10px;
                    background: #EDEDED;
                    border-radius: 85px;
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    color: #000;
                    cursor: pointer;
                    transition: all 0.3s ease;
                }
                
                .tag:hover {
                    background: #2A85F7;
                    color: white;
                }
                
                .reviews-section {
                    margin-bottom: 30px;
                }
                
                .reviews-grid {
                    display: flex;
                    justify-content: space-between;
                    gap: 15px;
                }
                
                .review-card {
                    width: 288px;
                    padding: 14px;
                    border-radius: 14px;
                    outline: 1px solid rgba(0, 0, 0, 0.06);
                    outline-offset: -1px;
                }
                
                .review-header {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-bottom: 15px;
                }
                
                .reviewer-info {
                    display: flex;
                    align-items: center;
                    gap: 9px;
                }
                
                .stars {
                    display: flex;
                    gap: 5.56px;
                }
                
                .star {
                    width: 12px;
                    height: 10px;
                }
                
                .review-count {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    color: rgba(0, 0, 0, 0.38);
                }
                
                .review-product {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    color: rgba(0, 0, 0, 0.38);
                    margin-bottom: 8px;
                }
                
                .reviewer-avatar {
                    width: 72px;
                    height: 72px;
                    border-radius: 50%;
                }
                
                .review-content {
                    margin-bottom: 15px;
                }
                
                .reviewer-name {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 20px;
                    color: #000;
                    margin-bottom: 3px;
                }
                
                .review-text {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    color: #000;
                }
                
                .brands-section {
                    margin-bottom: 38px;
                }
                
                .brands-slider {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 20px 0;
                }
                
                .brand-logo {
                    width: 147px;
                    height: 64px;
                    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

.brand-logo img {
width: 100%;
height: 100%;
object-fit: contain;
}
                
                .articles-section {
                    margin-bottom: 40px;
                }
                
                .tabs-container {
                    width: 288px;
                    border-radius: 6px;
                    outline: 1px solid rgba(0, 0, 0, 0.06);
                    outline-offset: -1px;
                    display: flex;
                    margin-bottom: 13px;
                    justify-content: space-between;
                }
                
                .tab {
                    padding: 6px 11px;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    color: #000;
                    cursor: pointer;
                    transition: all 0.3s ease;
                }
                
                .tab.active {
                    border-radius: 6px;
                    outline: 1px solid #2A85F7;
                    outline-offset: -1px;
                }
                
                .articles-grid {
                    display: flex;
                    justify-content: space-between;
                    gap: 15px;
                }
                
                .article-card {
                    width: 289px;
                    padding: 15px 11px;
                    border-radius: 14px;
                    outline: 1px solid rgba(0, 0, 0, 0.06);
                    outline-offset: -1px;
                }
                
                .article-title {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 20px;
                    color: rgba(0, 0, 0, 0.85);
                    margin-bottom: 10px;
                }
                
                .article-text {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    color: rgba(0, 0, 0, 0.85);
                    margin-bottom: 10px;
                }
                
                .article-date {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    color: rgba(0, 0, 0, 0.85);
                }
                
                .products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(236px, 1fr));
    gap: 15px;
    width: 100%;
    margin-bottom: 40px;
                }
                
                .product-card {
                    width: 236px;
                    background: white;
                    border-radius: 20px;
                    outline: 1px solid rgba(0, 0, 0, 0.03);
                    outline-offset: -1px;
                    padding: 13px;
                    position: relative;
                    display: block;
                }
                
                .product-image {
                    width: 210px;
                    height: 212px;
                    margin-bottom: 25px;
                    position: relative;
                }
                
                .product-image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 10px;
                }
                
                .slider-indicators {
                    position: absolute;
                    bottom: 10px;
                    left: 50%;
                    transform: translateX(-50%);
                    display: flex;
                    gap: 4px;
                }
                
                .indicator {
                    width: 8px;
                    height: 2px;
                    background: #DADCDE;
                    border-radius: 1px;
                }
                
                .indicator.active {
                    background: #767D83;
                }
                
                .product-price {
                    font-size: 20px;
                    font-weight: 700;
                    line-height: 24px;
                    color: #1C2126;
                    margin-bottom: 8px;
                }
                
                .product-description {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    color: #1C2126;
                    margin-bottom: 8px;
                    height: 60px;
                    overflow: hidden;
                }
                
                .product-info {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-bottom: 8px;
                }
                
                .product-rating {
                    display: flex;
                    align-items: center;
                    gap: 4px;
                }
                
                .rating-stars {
                    display: flex;
                    align-items: center;
                }
                
                .rating-value {
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 0px !important;
                    color: #1C2126;
                }
                
                .reviews-count {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 0px !important;
                    color: #767D83;
                }
                
                .product-code {
                    display: flex;
                    align-items: center;
                    gap: 4px;
                }
                
                .code-text {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    color: #767D83;
                    cursor: pointer;
                }
                
                .copy-btn {
                    background: none;
                    border: none;
                    cursor: pointer;
                    padding: 0px !important;
                }
                
                .stock-info {
                    margin-bottom: 16px;
                }
                
                .stock-status {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    color: #3CAA3C;
                    margin-bottom: 4px;
                }
                
                .delivery-info {
                    display: flex;
                    justify-content: start;
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    color: #767D83;
                    margin-bottom: 4px;
                }
                
                .delivery-date {
                    border-bottom: 1px dotted #767D83;
                    margin-left: 5px;
                }
                
                .add-to-cart-btn {
                    width: 100%;
                    padding: 8px 27px;
                    background: #2A85F7;
                    border: none;
                    border-radius: 12px;
                    color: white;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 20px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    transition: background-color 0.3s ease;
                }

                #sectionbig {
                    font-size: 36px !important;
                    margin-bottom: 20px !important;
                }
                
                .add-to-cart-btn:hover {
                    background-color: #1a75e6;
                }
                
                .section-subtitle {
                    font-size: 24px;
                    font-weight: 500;
                    line-height: 22px;
                    color: #000;
                    margin-bottom: 23px;
                }
                
                /* Адаптивность */
                @media (max-width: 1395px) {
                    
                    .review-card,
                    .article-card,
                    .product-card {
                        margin-bottom: 15px;
                    }
                    
                                        .reviews-grid,
                    .articles-grid,
                    .products-grid {
                    margin-bottom: 15px;
                    }
                }

                @media (max-width: 1200px) {

                     #sectionbig {
                        line-height: 1.4;
                     }
                }

                
                @media (max-width: 768px) {
                    .page-title {
                        font-size: 28px;
                    }
                    
                    .page-subtitle {
                        font-size: 20px;
                    }
                    
                    .section-title {
                        font-size: 14px;
                    }
                    
                    .tags-container {
                        justify-content: center;
                    }
                    
                    .brands-slider {
                        flex-wrap: wrap;
                        justify-content: center;
                        gap: 15px;
                    }
                    
                    .tabs-container {
                        width: 100%;
                    }

                     .reviews-grid, .articles-grid, .products-grid {
                        justify-content: start;
                     }

                     #sectionbig {
                        line-height: 1.4;
                     }

                }

