body {
    font-family: "Inter", sans-serif;
}

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

ul {
    list-style: disc;
    padding-left: 25px;
}
.container_privacy {
    padding: 125px 0 64px 40px;
    max-width: 900px;
}
.title-test {
    align-self: stretch;
    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;
}
.text-test {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    padding: 20px 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.002px;
    opacity: 0.5;
}
.text-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #000;
    padding: 10px 0 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.002px;
}
.section-title {
    padding-top: 20px;
    color: #0A0A1A;
    font-family: Syne;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.88px;
}
.section-text {
    padding: 20px 0;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.002px;
}
.section-link {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.box-section--2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.002px;
    align-self: stretch;
}
.box-section--3,
.box-section--6,
.box-section--7,
.box-section--8,
.box-section--9,
.box-section--11,
.box-section--12,
.box-section--13,
.box-section--14{
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.002px;
    align-self: stretch;
}
.box-section--4 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
}
.box-section--4 h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.002px;
}
.label-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.label-box p {
    color: #0A0A1A;
    font-family: Syne;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.88px;
}
.label-box ul {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.002px;
}
.no-style {
    margin-left: -25px;
    list-style: none;
}

/* Адаптив */
@media (max-width: 768px) {
    .container_privacy {
        padding: 125px 16px 64px 16px;
    }
}

@media (max-width: 480px) {
    .title-test {
    font-size: 32px;
}
}