.privacy .breadcrumbs,
.terms .breadcrumbs {
    display: none !important;
}

.privacy .site-header .container::before,
.privacy .site-header .container::after,
.privacy .site-footer .container::before,
.privacy .site-footer .container::after,
.terms .site-header .container::before,
.terms .site-header .container::after,
.terms .site-footer .container::before,
.terms .site-footer .container::after {
    display: none !important;
    content: none !important;
}

.privacy .section_primary,
.terms .section_primary {
    background: radial-gradient(circle at 82% 20%, rgba(255, 107, 26, .35), transparent 30%), linear-gradient(135deg, #0b132b, #162445) !important;
}

.privacy .section_sapce3,
.terms .section_sapce3 {
    padding: 80px 0;
    background: #f6f8fc;
}

.privacy .section_sapce3 > .container,
.terms .section_sapce3 > .container {
    max-width: 900px;
    padding: 44px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(20, 33, 61, .07);
}

.privacy .section_sapce3 h3,
.terms .section_sapce3 h3 {
    margin-top: 38px;
    font-size: 22px;
}

@media (max-width: 650px) {
    .privacy .section_sapce3 > .container,
    .terms .section_sapce3 > .container {
        padding: 26px;
    }
}
