/* Мобильные стили для страницы гарантии */
@media (max-width: 768px) {
    .warranty-section {
        padding: 20px 15px;
        margin-bottom: 25px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .warranty-section h2 {
        font-size: 1.5rem;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f0f0f0;
    }
    
    .warranty-section h3 {
        font-size: 1.2rem;
        margin-top: 20px;
        margin-bottom: 10px;
        color: #333;
    }
    
    .warranty-section p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    .warranty-section ul, .warranty-section ol {
        padding-left: 20px;
        margin-bottom: 15px;
    }
    
    .warranty-section li {
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 1.5;
    }
    
    .warranty-card {
        padding: 20px 15px;
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        text-align: center;
    }
    
    .warranty-card h4 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    
    .warranty-card p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .warranty-card i {
        font-size: 2rem;
        margin-bottom: 15px;
        color: #007bff;
    }
    
    .step {
        padding: 20px 15px;
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .step-content h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .step-content p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .service-card {
        padding: 20px 15px;
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .service-card h5 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .service-card p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .service-card i {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .alert {
        padding: 15px;
        margin: 15px 0;
        border-radius: 6px;
        font-size: 14px;
    }
    
    .alert i {
        font-size: 1.2rem;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .warranty-section {
        padding: 15px 10px;
    }
    
    .warranty-section h2 {
        font-size: 1.3rem;
    }
    
    .warranty-section h3 {
        font-size: 1.1rem;
    }
    
    .warranty-section p {
        font-size: 13px;
    }
    
    .warranty-section li {
        font-size: 13px;
    }
    
    .warranty-card {
        padding: 15px 10px;
    }
    
    .warranty-card h4 {
        font-size: 1.1rem;
    }
    
    .warranty-card p {
        font-size: 12px;
    }
    
    .warranty-card i {
        font-size: 1.8rem;
    }
    
    .step {
        padding: 15px 10px;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .step-content h4 {
        font-size: 1rem;
    }
    
    .step-content p {
        font-size: 12px;
    }
    
    .service-card {
        padding: 15px 10px;
    }
    
    .service-card h5 {
        font-size: 1rem;
    }
    
    .service-card p {
        font-size: 12px;
    }
    
    .service-card i {
        font-size: 1.8rem;
    }
    
    .alert {
        padding: 12px;
        font-size: 13px;
    }
} 