
header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: #080810;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    line-height: 1.7;
    color: #333;
    background: #fff;
}

.container_cookie{
    max-width: 900px;
    padding: 44px 0 84px 40px;
}

/* MAIN CONTENT */
.main {
    padding: 80px 0 0;
}

.title {
    color: #0A0A1A;
    font-family: Syne, sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.88px;
}

.updated {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.002px;
    opacity: 0.5;
    padding: 20px 0;
}

.updated_text{
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.002px;
    padding: 10px 0 20px 0;
}

.section {
    margin-bottom: 20px;
}

.section h2 {
    color: #0A0A1A;
    font-family: Syne, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.88px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.section h3 {
    color: #0A0A1A;
    font-family: Syne, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.88px;
    margin-bottom: 8px;
    margin-top: 20px;
}

.section p {
    color: #000;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.002px;
}

.last_p{
    margin-top: 40px;
}

.email{
    cursor: pointer;
}

.email:hover {
    text-decoration: underline;
}

/* Адаптив */
@media (max-width: 768px) {
    .main {
        padding: 50px 0 70px;
    }

    .container_cookie{
        padding: 64px 16px;
    }

    .updated{
        font-size: 16px;
    }

    .title {
        font-size: 32px;
    }

    .section h2 {
        font-size: 24px;
    }

    .section {
        margin-bottom: 45px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }

    .main {
        padding: 40px 0 20px;
    }
}