
   /* Стили для страницы Чертежи и комплектующие */
                
                .page-header {
                    margin-bottom: 25px;
                    margin-top: 27px;
                }

                .tabs {
                    display: none !important;
                }
                
                .page-title {
                    font-size: 36px;
                    font-weight: 600;
                    line-height: 20px;
                    margin-bottom: 15px;
                    color: #000;
                }
                
                .page-subtitle {
                    font-size: 24px;
                    font-weight: 400;
                    line-height: 22px;
                    color: #000;
                }
                
                /* Стили для двухколоночного списка документов */
.documents-list {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
    width: 100%;
    margin-bottom: 40px;
}

.documents-column {
    flex: 1;
    min-width: 0;
}

#articlepohoshiez {
  font-size: 24px !important;
font-weight: 500 !important;
line-height: 22px !important;
color: #000 !important;
margin-bottom: 23px !important;
}

.products-section {
  align-items: start !important;
}

.document-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    width: 100%;
}
                
 .document-name {
    width: calc(100% - 30px);
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    color: #000;
}

.download-icon {
    width: 14px;
    height: 21px;
    cursor: pointer;
    flex-shrink: 0;
}
                
                .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: 80px;
                }
                
                .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-section {
                    margin-bottom: 225px;
                }
                
                .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: 20px;
                    color: #1C2126;
                }
                
                .reviews-count {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    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) {
                    .drawings-content {
                        padding: 0 30px;
                    }
                    
                    .reviews-grid,
                    .articles-grid,
                    .products-grid {
                    margin-bottom: 15px;
                    }
                    
                    .review-card,
                    .article-card,
                    .product-card {
                        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;
                     }

                      .documents-list {
        flex-direction: column;
    }

        .documents-column {
        width: 100%;
    }
                }

                /* Стили для новой колонки поиска */
.header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.header-main {
    flex: 1;
}

.search-column {
    width: 400px;
    flex-shrink: 0;
}

.search-section {
    background: white;
    border-radius: 12px;
    outline-offset: -1px;
}

.search-field {
    position: relative;
    margin-bottom: 15px;
}

.search-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    background: #fff;
    transition: border-color 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: #2A85F7;
}

.search-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: white;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-btn:hover {
    border: 1px solid #2A85F7;
}

.brand-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.brand-tags .tag {
    padding: 6px 12px;
    background: #EDEDED;
    border-radius: 85px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

/* Адаптивность для новой колонки */
@media (max-width: 1200px) {
    .header-row {
        gap: 30px;
    }
    
    .search-column {
        width: 280px;
    }
}

@media (max-width: 992px) {
    .header-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .search-column {
        width: 100%;
        max-width: 400px;
    }
    
    .search-section {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .search-section {
        padding: 12px;
    }
    
    .search-input {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .brand-tags {
        gap: 6px;
    }
    
    .brand-tags .tag {
        padding: 5px 10px;
        font-size: 11px;
    }
}

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

#tags-popular {
    margin-bottom: 0px;
}

#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: 20px;
                    color: #1C2126;
                }
                
                .reviews-count {
                    font-size: 12px;
                    font-weight: 400;
                    line-height: 16px;
                    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;
                }

.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;
    }
}


/* Стили для секции наших акций */
.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;
}
}
