body {


    color: #26292b;

    background-color: #f8f7f0;

    line-height: 1.6;
    margin: 0;
    padding: 0;

}




.legal-page {
    padding: 40px 0;

}

.legal-container {
    max-width: 800px;

    margin: 0 auto;
    padding: 0 20px;
    background-color: #f8f7f0;




}

.legal-page-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdbcf;

}

.legal-page-header h1 {
    font-size: 2.8rem;
    font-weight: 800;

    color: #000000;

    margin-bottom: 8px;
    line-height: 1.2;
}

.legal-page-header .last-updated {
    font-size: 0.95rem;
    color: #4a4a4a;

}

.legal-text-content section {
    margin-bottom: 30px;
}

.legal-text-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;

    margin-top: 40px;

    margin-bottom: 15px;
    line-height: 1.3;
}

.legal-text-content section:first-of-type h2 {

    margin-top: 0;
}


.legal-text-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c2c2c;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.legal-text-content p {
    font-size: 1rem;
    color: #333333;

    margin-bottom: 15px;
    line-height: 1.7;
}

.legal-text-content ul {
    list-style-type: disc;

    padding-left: 25px;

    margin-bottom: 15px;
}

.legal-text-content li {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #333333;
}

.legal-text-content strong {
    font-weight: 700;
    color: #1a1a1a;
}

.legal-text-content a {
    color: #b9755d;

    text-decoration: underline;
    font-weight: 500;
}

.legal-text-content a:hover {
    color: #a56850;
    text-decoration: none;
}


@media (max-width: 768px) {
    .legal-page-header h1 {
        font-size: 2.2rem;
    }

    .legal-text-content h2 {
        font-size: 1.6rem;
    }

    .legal-text-content h3 {
        font-size: 1.2rem;
    }

    .legal-text-content p,
    .legal-text-content li {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .legal-page {
        padding: 25px 0;
    }

    .legal-page-header h1 {
        font-size: 1.9rem;
    }

    .legal-page-header .last-updated {
        font-size: 0.9rem;
    }

    .legal-text-content h2 {
        font-size: 1.45rem;
    }

    .legal-text-content h3 {
        font-size: 1.15rem;
    }

    .legal-text-content p,
    .legal-text-content li {
        font-size: 0.9rem;
    }
}



body {

    color: #26292b;
    background-color: #f8f7f0;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.legal-page {
    padding: 40px 0;
}

.legal-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #f8f7f0;
}

.legal-page-header {
    margin-bottom: 30px;
    padding-bottom: 20px;


}

.legal-page-header h1 {
    font-size: 2.8rem;

    font-weight: 800;
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.2;
}

/* Если бы была дата обновления:
.legal-page-header .last-updated {
    font-size: 0.95rem;
    color: #4a4a4a;
}
*/

.legal-text-content section {
    margin-bottom: 25px;

}

.legal-text-content h2 {
    font-size: 1.6rem;

    font-weight: 700;
    color: #1a1a1a;
    margin-top: 30px;
    margin-bottom: 12px;

    line-height: 1.3;
}

.legal-text-content section:first-of-type h2 {
    margin-top: 0;
}


.legal-text-content h3 {}

.legal-text-content p {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 12px;

    line-height: 1.7;
}


.legal-text-content ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 15px;
}

.legal-text-content li {
    margin-bottom: 8px;
    font-size: 1rem;
    color: #333333;
}

.legal-text-content strong {
    font-weight: 700;
    color: #1a1a1a;
}

.legal-text-content a {
    color: #b9755d;
    text-decoration: underline;
    font-weight: 500;
}

.legal-text-content a:hover {
    color: #a56850;
    text-decoration: none;
}


@media (max-width: 768px) {
    .legal-page-header h1 {
        font-size: 2.2rem;
    }

    .legal-text-content h2 {
        font-size: 1.45rem;
    }


    .legal-text-content p,
    .legal-text-content li {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .legal-page {
        padding: 25px 0;
    }

    .legal-page-header h1 {
        font-size: 1.9rem;
    }

    .legal-text-content h2 {
        font-size: 1.35rem;
    }


    .legal-text-content p,
    .legal-text-content li {
        font-size: 0.9rem;
    }
}