
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.price {
    padding: 100px 0;
    padding-bottom: 0px;
    background: #FAFBFF;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.price-table {
    margin-top: 40px;
    /* border-collapse: collapse; */
    /* border-radius: 16px; */
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.price-table.active {
    display: table;
}

.price-table th,
.price-table td {
    padding: 10px;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #E5E7EB;
}

.price-table th:last-child,
.price-table td:last-child {
    text-align: center;
}

.price-table th {
    background: #F97316;
    color: #fff;
}

.price-table tr:hover {
    background: #fff1c4;
}

.price-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    border: 1px solid #E5E7EB;
}

.price-card:hover {
    transform: translateY(-4px);
    /* box-shadow: 0 6px 15px rgba(124,58,237,0.15); */
}

.price-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.price-card h3 {
    font-size: 18px;
    /* color: #6B46C1; */
    font-weight: 600;
}

.section-title-pricelist {
    position: relative;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    line-height: 1.1;
    font-size: 52px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    padding-bottom: 15px;
}



.category-buttons {
    text-align: center;
    margin-bottom: 30px;
}

.category-button {
    background-color: #fff; /* Белый фон */
    border: none;
    color: #000; /* Черный текст */
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px;
    padding: 10px 20px;
    
    transition: all 0.3s ease;
}

/* .category-button:hover {
    background-color: #e0e0e0;
    border-color: #ccc;
} */

.category-button[data-category="ozon"] {
    text-decoration: underline;
    text-decoration-color: #005BFF; /* синий */
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  
.category-button[data-category="wildberries"] {
    text-decoration: underline;
    /* text-decoration-color: #6B46C1; фиолетовый */
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
  
.category-button[data-category="yandex"] {
    text-decoration: underline;
    text-decoration-color: #FFCC00; /* жёлтый */
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.category-button[data-category="action"] {
    text-decoration: underline;
    text-decoration-color: #00ff40; /* зеленый */
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}


.category-button.active {
    background-color: #fff;
    color: #F97316; /* Оранжевый текст */
    border-color: #F97316;
}
.section-title-reviews {
    text-align: center;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 10px;
    /* color: #6B46C1;   */
    font-weight: 700;
}
/* 
.section-title-faq {
    text-align: center;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #6B46C1;
    font-weight: 700;
} */

.button-container {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 40px 0;
}

.btn-primary-pricelist {
    padding: 20px 32px;
    border-radius: 0;
    font-weight: 800;
    font-size: 16px;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
    background: #F97316;
    color: #fff;
    border: none;
    /* box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2); */
    margin: 0;
}

.section-pricelist-button {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
    color: #333;
}

.btn-primary-pricelist:hover {
    background: #EA580C;
    transform: translateY(-1px);
    /* box-shadow: 0 6px 16px rgba(124, 58, 237, 0.3); */
}

.price-card .price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
    color: #eddb3a;
}

.btn-secondary-pricelist {
    background: #fff;
    color: #333;
    border: 0.1px solid #333;
    padding: 16px 32px;
    /* border-radius: 6px; */
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
}

.btn-secondary-pricelist:hover {
    background: #F97316;
    border: 2px solid #fff;
    color: white;
}

.btn-secondary:hover {
    background: #F97316;
    color: white;
    transform: translateY(-1px);

}

@media (max-width: 768px) {

    .section-title-pricelist {
        
        font-size: 36px;
        font-weight: 900;
        margin-top: 0px;
        margin-bottom: 0px;
    }




    .about-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        padding-right: 15px;
    }
    .about-item {
        flex: 0 0 80%;
        margin-right: -15px;
        scroll-snap-align: center;
    }
    .about-grid::-webkit-scrollbar {
        display: none;
    }
    .about-grid {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .step-card {
        padding: 15px;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .step-number {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .step-card h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .step-card p {
        font-size: 13px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .name-pricelist .descreption-pricelist .td {
        font-size: 14px;
        padding: -2px;
    }
    .price-table td.name-pricelist,
    .price-table td.descreption-pricelist {
        width: 10%;
    }
    .price-table td.name-pricelist td.descreption-pricelist {
        width: 10%;
    }
    .price-table {
        display: table;
    }
    .price-table th,
    .price-table td {
        font-size: 14px;
        padding: 8px;
    }
    .price-table td {
        width: auto;
    }
    .price-table td:last-child {
        width: 100px;
        white-space: normal;
        line-height: 1.2;
    }
    .price-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 15px;
    }
    .price-card {
        padding: 15px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        border: 1px solid #E5E7EB;
    }
    .price-card img {
        width: 120px;
        height: 120px;
    }
    .price-card.mobile-only {
        display: block;
    }
    .price-card h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .price-card p {
        font-size: 13px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .price-card .price {
        font-size: 16px;
    }
    .nav-arrow-news {
        display: none;
    }
    .nav-arrow {
        display: none;
    }
    .reviews-grid {
        gap: 1px;
        margin-top: 5px;
    }

    /* Более компактные кнопки на мобильных */
    .btn-primary-pricelist,
    .btn-secondary-pricelist {
        padding: 10px 16px;
        font-size: 13px;
        min-width: 100px;
    }
}
