

/* Start:/bitrix/templates/E-gorc/css/privacy-policy.css?17779593414139*/
/* ====== BASE ====== */

.privacy-page {
    background: #f7f7fb;
    font-family: 'Inter', sans-serif;
    color: #1a1a1a;
}

/* ====== HERO ====== */

.privacy-hero {
    background: linear-gradient(135deg, #ffffff, #f3f0ff);
    border-bottom: 1px solid #eee;
    padding: 60px 20px;
}

.privacy-hero__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.privacy-hero__content h1 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.privacy-hero__content p {
    font-size: 16px;
    color: #666;
    max-width: 500px;
}

.privacy-hero__meta {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #888;
}

.privacy-hero__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.privacy-shield {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(132, 81, 229, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #8451E5;
}

/* ====== CONTENT ====== */

.privacy-content {
    padding: 50px 20px;
}

.privacy-content__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

/* ====== SIDEBAR ====== */

.privacy-sidebar {
    width: 260px;
    flex-shrink: 0;
}

.privacy-nav {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.privacy-nav a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    transition: 0.2s;
}

.privacy-nav a:hover {
    background: #f3f0ff;
    color: #8451E5;
}

.privacy-nav a.active {
    background: #8451E5;
    color: #fff;
    font-weight: 500;
}

/* ====== CONTACT CARD ====== */

.privacy-contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.privacy-contact-card__icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.privacy-contact-card h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.privacy-contact-card p {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.privacy-contact-card a {
    display: inline-block;
    padding: 8px 14px;
    background: #8451E5;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.2s;
}

.privacy-contact-card a:hover {
    opacity: 0.9;
}

/* ====== ARTICLE ====== */

.privacy-article {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.privacy-section {
    margin-bottom: 35px;
}

.privacy-section h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.privacy-section h3 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #333;
}

.privacy-section p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.privacy-section ul {
    padding-left: 18px;
}

.privacy-section li {
    font-size: 14px;
    color: #555;
    margin-bottom: 5px;
}

/* ====== RESPONSIVE ====== */

@media (max-width: 992px) {
    .privacy-content__container {
        flex-direction: column;
    }

    .privacy-sidebar {
        width: 100%;
    }

    .privacy-hero__container {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .privacy-hero__content h1 {
        font-size: 32px;
    }

    .privacy-article {
        padding: 20px;
    }
}

html {
    scroll-behavior: smooth;
}

.privacy-sidebar {
    width: 260px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.privacy-section {
    scroll-margin-top: 110px;
}

.privacy-nav a.active {
    background: #8451E5;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 992px) {
    .privacy-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
    }
}
/* End */
/* /bitrix/templates/E-gorc/css/privacy-policy.css?17779593414139 */
