.elementor-12042 .elementor-element.elementor-element-6108b3a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1607c48 *//* БАЗА */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.favorit-review-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    line-height: 1.6;
}

/* HERO СЕКЦИЯ */
.review-hero {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
    color: #ffffff;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 30px;
    margin: 0 0 3rem 0;
    position: relative;
    overflow: hidden;
}

.review-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(167, 139, 250, 0.2), transparent 50%),
                radial-gradient(circle at 80% 50%, rgba(196, 181, 253, 0.2), transparent 50%);
}

.review-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.review-year-badge {
    display: inline-block;
    background: linear-gradient(135deg, #a78bfa, #8b5cf6);
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.review-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    margin-bottom: 1.25rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #ffffff !important;
}

.review-hero-subtitle {
    font-size: clamp(1.1rem, 3vw, 1.4rem);
    opacity: 0.95;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    color: #ffffff !important;
}

/* ВВЕДЕНИЕ */
.review-intro {
    background: #faf5ff;
    padding: 3rem 2rem;
    border-radius: 24px;
    margin-bottom: 3rem;
    border: 2px solid #e9d5ff;
}

.review-intro h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    color: #6b21a8;
    margin-bottom: 1.25rem;
}

.review-intro p {
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.intro-highlight {
    background: linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);
    padding: 1.5rem;
    border-radius: 16px;
    border-left: 4px solid #8b5cf6;
    margin-top: 1.5rem;
}

.intro-highlight strong {
    color: #6b21a8;
    font-size: 1.1rem;
}

/* СРАВНИТЕЛЬНАЯ ТАБЛИЦА */
.comparison-table {
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 24px;
    margin-bottom: 3rem;
    border: 1px solid #e2e8f0;
    overflow-x: auto;
}

.comparison-table h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 2rem;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

thead {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
}

th {
    padding: 1rem;
    text-align: left;
    font-weight: 800;
    color: #6b21a8;
    border-bottom: 2px solid #e9d5ff;
}

td {
    padding: 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #475569;
}

tr:hover {
    background: #fafafa;
}

.table-highlight {
    background: #fef3c7;
    font-weight: 700;
    color: #92400e;
}

/* КАРТОЧКИ АНТЕНН */
.antenna-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.antenna-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.antenna-card:hover {
    border-color: #8b5cf6;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(139, 92, 246, 0.15);
}

.antenna-header {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    padding: 2rem;
    border-bottom: 2px solid #e9d5ff;
    position: relative;
}

.antenna-header h3 {
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 900;
    color: #6b21a8;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.antenna-model {
    font-size: 0.9rem;
    color: #8b5cf6;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.antenna-body {
    padding: 1.5rem;
}

.antenna-specs {
    background: #f8fafc;
    padding: 1.25rem;
    border-radius: 12px;
    margin-bottom: 1.25rem;
}

.specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.spec-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #475569;
}

.spec-icon {
    color: #8b5cf6;
    font-weight: 900;
    flex-shrink: 0;
}

.antenna-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.antenna-features li {
    padding: 0.5rem 0 0.5rem 1.75rem;
    position: relative;
    font-size: 0.95rem;
    color: #475569;
}

.antenna-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #059669;
    font-weight: 900;
    font-size: 1.1rem;
}

.antenna-cta {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.cta-btn {
    flex: 1;
    min-width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-primary {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: #fff;
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.25);
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.35);
}

/* ИНСТРУКЦИЯ ПО УСТАНОВКЕ */
.installation-guide {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    padding: 3rem 2rem;
    border-radius: 24px;
    margin-bottom: 3rem;
    border: 2px solid #bae6fd;
}

.installation-guide h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    color: #0c4a6e;
    margin-bottom: 1.5rem;
    text-align: center;
}

.install-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.install-step {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid #bae6fd;
}

.step-number {
    display: inline-block;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.install-step h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.75rem;
}

.install-step p {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.6;
}

/* FAQ */
.review-faq {
    background: #ffffff;
    padding: 3rem 2rem;
    border-radius: 24px;
    margin-bottom: 3rem;
    border: 1px solid #e2e8f0;
}

.review-faq h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 2rem;
    text-align: center;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 1.5rem 0;
}

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

.faq-question {
    font-size: 1.15rem;
    font-weight: 700;
    color: #6b21a8;
    margin-bottom: 0.75rem;
}

.faq-answer {
    font-size: 1rem;
    color: #475569;
    line-height: 1.8;
}

.faq-answer strong {
    color: #0f172a;
}

/* ЗАКЛЮЧЕНИЕ */
.review-conclusion {
    background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
    color: #ffffff;
    padding: 3.5rem 2rem;
    text-align: center;
    border-radius: 24px;
    margin-top: 3rem;
}

.review-conclusion h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    margin-bottom: 1.25rem;
    color: #ffffff !important;
}

.review-conclusion p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff !important;
}

.conclusion-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #ffffff;
    color: #7c3aed;
    padding: 1.1rem 3rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.conclusion-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    color: #6b21a8;
}

/* АДАПТИВ */
@media (max-width: 968px) {
    .review-hero,
    .review-conclusion {
        padding: 3rem 1.5rem;
        border-radius: 20px;
    }

    .review-intro,
    .comparison-table,
    .installation-guide,
    .review-faq {
        padding: 2rem 1.5rem;
        border-radius: 20px;
    }

    .antenna-grid {
        grid-template-columns: 1fr;
    }

    .antenna-card {
        border-radius: 20px;
    }

    .specs-grid {
        grid-template-columns: 1fr;
    }

    .install-steps {
        grid-template-columns: 1fr;
    }

    .antenna-cta {
        flex-direction: column;
    }

    .cta-btn {
        width: 100%;
    }

    table {
        font-size: 0.85rem;
    }

    th, td {
        padding: 0.75rem 0.5rem;
    }
}/* End custom CSS */