/* CSS для страниц с техникой - черная тема */

/* ПРИНУДИТЕЛЬНОЕ ПОКАЗАНИЕ ХЕДЕРА НА ВСЕХ ЭКРАНАХ */
body .header,
html body .header,
.header {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ПРИНУДИТЕЛЬНО ГОРИЗОНТАЛЬНАЯ НАВИГАЦИЯ ВСЕГДА */
body .header .nav,
html body .header .nav,
body .nav,
html body .nav,
.nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
}

body .header .nav ul,
html body .header .nav ul,
body .nav ul,
html body .nav ul,
.nav ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .header .nav ul li,
html body .header .nav ul li,
body .nav ul li,
html body .nav ul li,
.nav ul li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #000 !important;
    color: #fff !important;
    line-height: 1.6;
}

/* Переопределение всех возможных белых/бежевых фонов */
body, .header, .hero-section, .hero-washing-machines, .equipment-buttons .button,
.request-form-panel, .discounts-section, .discount-item, .about-us-section,
.brands-section, .geography-section, .address-form-panel, .documentation-section,
.process-steps .step, .services-section, .service-items .service-item,
.quality-guarantees-section, .guarantee-item, .payment-methods-section,
.payment-method, .work-examples-section, .work-item, .team-section,
.member-card, .faq-section, .accordion-item, .accordion-header,
.accordion-content, .contacts-section, .price-list-section,
.parts-availability-section, .why-us-section, .faq-washing-machines-section,
.error-codes-section, .error-item, .error-model-section,
.call-to-action-bottom, .districts-section, .bottom-contact-form,
.hero-cards, .hero-card, .about-block-coffeecar, .about-adv-item,
.section, .container, .problems-grid, .problem-item, .pricing-container, .pricing-item,
.pricing-header, .pricing-description, .pricing-actions, .pricing-link, .pricing-btn,
.price, .price-note, .cta-section, .main-cta, .hero, .hero-content, .features, .feature {
    background-color: transparent !important;
}

/* Переопределение цветов текста */
body, .header .logo, .header .contact-info span, .header nav ul li a,
.hero-title, .hero-subtitle, .hero-feature p, .form-header h3,
.form-subtitle, .phone-number, .consultation-text, .privacy-text,
.hero-washing-machines h1, .hero-washing-machines .slogan,
.hero-washing-machines .feature-item p, .hero-washing-machines .call-to-action p,
.hero-washing-machines .privacy-text, .equipment-buttons .button h3,
.equipment-buttons .button p, .request-form-panel h3,
.request-form-panel label, .discounts-section h2, .discounts-section p,
.discount-item h3, .discount-item p, .about-us-section h2,
.about-us-section p, .brands-section h2, .geography-section h2,
.geography-section p, .address-form-panel h3, .address-form-panel label,
.documentation-section h2, .process-steps .step h3, .process-steps .step p,
.services-section h2, .services-section p, .service-items .service-item h3,
.service-items .service-item p, .quality-guarantees-section h2,
.guarantee-item h3, .guarantee-item p, .payment-methods-section h2,
.payment-method p, .work-examples-section h2, .work-item p,
.team-section h2, .member-card h3, .member-card p, .faq-section h2,
.accordion-header, .accordion-content p, .contacts-section h2,
.contact-info-details p, .price-list-section h2, .price-list-section p,
.parts-availability-section h2, .parts-availability-section p,
.parts-availability-section h3, .why-us-section h2, .why-us-section p,
.why-us-section h3, .faq-washing-machines-section h2,
.error-codes-section h2, .error-codes-section p, .error-codes-section h3,
.error-item h4, .error-item p, .error-model-section h4,
.error-model-section p, .call-to-action-bottom h3, .call-to-action-bottom p,
.districts-section h2, .districts-section .slogan, .districts-section p,
.districts-section h3, .bottom-contact-form h3, .bottom-contact-form p,
.bottom-contact-form h4, .about-title, .about-subtitle, .about-adv-title,
.about-adv-text, .about-contacts-coffeecar, h1, h2, h3, h4, h5, h6, p, span, div {
    color: #fff !important;
}

/* Переопределение цветов для ссылок */
.header nav ul li a:hover, .privacy-link, .privacy-link:hover,
.about-contacts a, .about-contacts-coffeecar a {
    color: #667eea !important;
}

/* Переопределение цветов для кнопок */
.header .contact-info button, .call-master-btn, .hero-washing-machines .phone-button,
.equipment-buttons .button, .request-form-panel button, .address-form-panel button,
.districts-section .request-button, .bottom-contact-form .phone-button,
.bottom-contact-form .contact-final .phone-button, .bottom-contact-form .contact-final button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
}

/* Переопределение цветов для input полей */
.phone-input, .device-select, .problem-description,
.request-form-panel input[type="tel"], .request-form-panel textarea,
.address-form-panel input[type="text"] {
    background-color: transparent !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.phone-input::placeholder, .device-select::placeholder,
.problem-description::placeholder {
    color: #ccc !important;
}

/* Стили для header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 30px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 80px !important;
}

.header-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    min-height: 60px !important;
}

.logo {
    font-size: 28px !important;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.2 !important;
}

.nav {
    display: flex !important;
    flex-direction: row !important;
    gap: 30px !important;
    align-items: center !important;
}

.nav ul {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
}

/* ПРИНУДИТЕЛЬНО ГОРИЗОНТАЛЬНАЯ НАВИГАЦИЯ */
body .nav,
html body .nav,
.nav {
    flex-direction: row !important;
    display: flex !important;
}

body .nav ul,
html body .nav ul,
.nav ul {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    display: flex !important;
}

.nav ul li {
    margin: 0 !important;
    padding: 0 !important;
}

.nav a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px !important;
    padding: 8px 12px !important;
    transition: opacity 0.3s ease;
    line-height: 1.2 !important;
}

.nav a:hover {
    opacity: 0.7;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 50px !important;
}

.contact-info span {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 1.2 !important;
}

.phone {
    background: #333 !important;
    color: #fff !important;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 8px;
    border: 1px solid #555;
    display: inline-block;
}

.cta-button {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #ddd !important;
    padding: 14px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-decoration: none !important;
    outline: none !important;
    line-height: 1.2 !important;
    min-height: 50px !important;
}

.cta-button:hover {
    background: #f5f5f5 !important;
    border-color: #ccc !important;
}

/* Дополнительные специфичные стили для кнопки */
.header .cta-button,
.contact-info .cta-button {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #ddd !important;
}

/* Стили для кнопки в хедере - как в hero блоке */
.header .contact-info .cta-button {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 2px solid #1a1a1a !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.header .contact-info .cta-button:hover {
    background: #333333 !important;
    border-color: #333333 !important;
    transform: translateY(-1px) !important;
}

.header .contact-info .cta-button:active {
    transform: translateY(0) !important;
}

/* Стили для hero секции */
.hero {
    padding: 120px 20px 80px;
    text-align: center;
    background: #ffffff !important;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000 !important;
}

.hero p {
    font-size: 20px;
    color: #000000 !important;
    margin-bottom: 40px;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin: 60px 0;
}

.feature {
    background: #f5f5f5 !important;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.feature h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #000000 !important;
}

.feature p {
    color: #000000 !important;
}

/* Стили для контента */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    background: transparent !important;
}

.section {
    margin-bottom: 80px;
    background: #000 !important;
    padding: 40px;
    border-radius: 12px;
}

.section h2 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff !important;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
    background-color: #000;
    padding: 30px;
    border-radius: 12px;
}

.problem-item {
    background: rgba(0, 0, 0, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
    position: relative !important;
}

            .problem-item::before {
                content: attr(data-number) !important;
                position: absolute !important;
                top: 20px !important;
                left: 20px !important;
                font-size: 18px !important;
                font-weight: 700 !important;
                color: #666 !important;
            }

.problem-item strong {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    display: block !important;
    margin-bottom: 12px !important;
    margin-top: 8px !important;
    padding-left: 40px !important;
}

            .problem-item::after {
                content: '' !important;
                position: absolute !important;
                top: 90px !important;
                left: 20px !important;
                right: 20px !important;
                height: 3px !important;
                background: rgba(255, 255, 255, 0.2) !important;
            }
            
            .problem-item p {
                color: #fff !important;
                font-size: 16px !important;
                line-height: 1.4 !important;
                padding-left: 40px !important;
                margin-top: 20px !important;
            }

/* Стили для прейскуранта */
.pricing-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0 20px;
}

.pricing-item {
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0;
    background: transparent !important;
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.pricing-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff !important;
    margin: 0;
    flex: 1;
}

.price {
    font-size: 24px;
    font-weight: 700;
    color: #fff !important;
    margin-left: 20px;
}

.pricing-description {
    color: #ccc !important;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.pricing-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-link {
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.pricing-link:hover {
    opacity: 0.7;
}

.pricing-btn {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-btn:hover {
    background: #fff !important;
    color: #000 !important;
}

/* Стили для CTA секции */
.cta-section {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #1a1a1a 0%, #000 100%) !important;
}

.cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fff !important;
}

.cta-section p {
    font-size: 18px;
    color: #ccc !important;
    margin-bottom: 30px;
}

.main-cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
    border: none;
    padding: 20px 40px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.main-cta:hover {
    transform: translateY(-3px);
}

/* Адаптивность - ИСПРАВЛЯЕМ ХЕДЕР НА МОБИЛКАХ */
@media (max-width: 768px) {
    /* Убираем скрытие хедера на мобилках - ПРИНУДИТЕЛЬНО */
    body .header,
    html body .header,
    .header {
        display: block !important;
        padding: 20px 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        min-height: 70px !important;
    }
    
    .header-content {
        flex-direction: column !important;
        gap: 15px !important;
        padding: 0 15px !important;
    }
    
    .logo {
        font-size: 24px !important;
        text-align: center !important;
        line-height: 1.2 !important;
    }
    

    
    .nav a {
        font-size: 14px !important;
        padding: 5px 8px !important;
    }
    
    .contact-info {
        flex-direction: column !important;
        gap: 10px !important;
        text-align: center !important;
    }
    
    .contact-info span {
        font-size: 16px !important;
    }
    
    .cta-button {
        padding: 12px 18px !important;
        font-size: 14px !important;
        min-height: 45px !important;
    }
    

    
    .hero h1 {
        font-size: 32px;
    }
    
    .features {
        grid-template-columns: 1fr;
    }
}

/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    background: #ffffff;
    margin: 2% auto;
    padding: 40px;
    border-radius: 16px;
    width: 85%;
    max-width: 380px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 2px solid #1a1a1a;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}

.close:hover {
    color: #000;
}

.modal-content .form-header {
    text-align: center;
    margin-bottom: 16px;
}

.modal-content .form-header h3 {
    font-size: 1.2rem;
    color: #000000 !important;
    margin-bottom: 4px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.modal-content .form-subtitle {
    color: #000000 !important;
    font-size: 1rem;
    margin: 0 0 20px 0;
    line-height: 1.5;
    text-align: center;
}

.modal-content .request-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.modal-content .form-group {
    display: flex;
    flex-direction: column;
}

.modal-content .phone-input,
.modal-content .device-select,
.modal-content .problem-description {
    padding: 10px 12px;
    border: 2px solid #000000 !important;
    border-radius: 8px;
    font-size: 0.9rem;
    background: #ffffff;
    color: #000000 !important;
    transition: all 0.2s ease;
    font-family: inherit;
}

.modal-content .phone-input:focus,
.modal-content .device-select:focus,
.modal-content .problem-description:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.1);
}

.modal-content .phone-input::placeholder,
.modal-content .device-select::placeholder,
.modal-content .problem-description::placeholder {
    color: #666666 !important;
}

.modal-content .device-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

.modal-content .problem-description {
    resize: vertical;
    min-height: 60px;
    font-family: inherit;
}

.modal-content .call-master-btn {
    background: #1a1a1a !important;
    color: #ffffff !important;
    border: 2px solid #1a1a1a !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
}

.modal-content .call-master-btn:hover {
    background: #333333 !important;
    border-color: #333333 !important;
    transform: translateY(-1px) !important;
}

.modal-content .call-master-btn:active {
    transform: translateY(0) !important;
}

/* Принудительное переопределение любых градиентов */
.modal-content .call-master-btn,
.modal-content form .call-master-btn,
.modal-content .request-form .call-master-btn {
    background: #1a1a1a !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 2px solid #1a1a1a !important;
}

.modal-content .form-footer {
    text-align: center;
    margin-top: 20px;
}

.modal-content .consultation-text {
    color: #000000 !important;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.modal-content .phone-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000000 !important;
    margin-bottom: 12px;
}

.modal-content .privacy-text {
    color: #000000 !important;
    font-size: 0.8rem;
    line-height: 1.4;
}

.modal-content .privacy-link {
    color: #000000 !important;
    text-decoration: underline;
}

.modal-content .privacy-link:hover {
    color: #333333 !important;
}

@media (max-width: 768px) {
    .modal-content {
        margin: 5% auto;
        padding: 30px 20px;
        width: 90%;
        max-width: 350px;
        max-height: 85vh;
    }
}

@media (max-width: 480px) {
    /* Принудительно показываем хедер на всех экранах */
    body .header,
    html body .header,
    .header {
        display: block !important;
        padding: 10px 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .header-content {
        flex-direction: column !important;
        gap: 10px !important;
        padding: 0 10px !important;
    }
    
    /* ПРИНУДИТЕЛЬНО ГОРИЗОНТАЛЬНАЯ НАВИГАЦИЯ НА МАЛЕНЬКИХ ЭКРАНАХ */
    body .nav,
    html body .nav,
    .nav {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        gap: 10px !important;
    }
    
    body .nav ul,
    html body .nav ul,
    .nav ul {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
    }
    
    .nav a {
        font-size: 12px !important;
        padding: 3px 6px !important;
    }
    
    .modal-content {
        margin: 5% auto;
        padding: 30px 20px;
        width: 90%;
        max-width: 350px;
        max-height: 85vh;
    }
}

@media (max-width: 320px) {
    /* Принудительно показываем хедер на всех экранах */
    body .header,
    html body .header,
    .header {
        display: block !important;
        padding: 8px 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .header-content {
        flex-direction: column !important;
        gap: 8px !important;
        padding: 0 8px !important;
    }
    
    .logo {
        font-size: 18px !important;
    }
    
    .nav ul {
        gap: 8px !important;
    }
    
    .nav a {
        font-size: 11px !important;
        padding: 2px 4px !important;
    }
    
    .contact-info span {
        font-size: 14px !important;
    }
    
    .cta-button {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
    
    .modal-content {
        margin: 5% auto;
        padding: 30px 20px;
        width: 90%;
        max-width: 350px;
        max-height: 85vh;
    }
} 

 