.container {
    margin-right: 0;
    margin-left: 0;
}

section {
    margin-top: 30px;
}

.faq-article-list .row {
    margin-left: 0;
    margin-right: 0;
}

.faq-article-list .col-12 {
    padding-left: 0;
    padding-right: 0;
}

.faq-list-items {
    width: 100%;
    border-top: 1px solid rgba(40, 40, 40, .16);
}

.faq-list-item {
    margin: 0;
    border-bottom: 1px solid rgba(40, 40, 40, .16);
}

.faq-list-link {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 18px 0;
    text-decoration: none;
}

.faq-list-link:hover {
    text-decoration: none;
}

.faq-list-link small {
    min-width: 160px;
    max-width: 240px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgba(25, 25, 28, .6);
}

.faq-list-link h3 {
    flex: 1;
    margin: 0;
    font-size: calc(.9rem + .45vw);
    line-height: 1.3;
}

.about-services-list h4 {
    font-size: calc(.9rem + .45vw);
    line-height: 1.35;
}

.privacy-policy-document {
    max-width: 920px;
}

.privacy-policy-heading {
    margin-bottom: 2.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(25, 25, 28, .18);
}

.privacy-policy-heading h1 {
    margin: 0;
}

.privacy-policy-body {
    max-width: 72ch;
}

.privacy-policy-body h2 {
    max-width: 34ch;
    margin: 0 0 1.75rem;
    font-size: calc(1rem + .75vw);
    line-height: 1.3;
}

.privacy-policy-body p {
    margin-bottom: 1.35rem;
    line-height: 1.85;
}

.privacy-policy-body p:has(> strong:only-child) {
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(25, 25, 28, .12);
}

.privacy-policy-body p > strong:only-child {
    display: block;
    font-size: 1.05em;
    line-height: 1.45;
}

.privacy-policy-body ul {
    margin: 0 0 1.75rem;
    padding-left: 1.4rem;
}

.privacy-policy-body li {
    margin-bottom: .5rem;
    line-height: 1.7;
}

.navigation-menu {
    background: #fff;
}

.navigation-menu:before {
    border-color: transparent #fff transparent transparent;
}

.navigation-menu .inner {
    color: #19191c;
}

.navigation-menu .inner .side-menu ul li a,
.navigation-menu .inner a {
    color: #19191c;
}

.navigation-menu .inner .side-menu ul li a:after {
    background: #19191c;
}

.navbar.light {
    color: #19191c;
}

.navbar.light .menu-mobile,
.navbar.light .burger {
    background: #fff;
}

.navbar.light .menu-mobile .icon-close,
.navbar.light .burger .icon-close {
    display: block;
}

.navbar.light .menu-mobile .icon-menu,
.navbar.light .menu-mobile .icon-map,
.navbar.light .burger .icon-menu,
.navbar.light .burger .icon-map {
    display: none;
}

@media (min-width: 1200px) {
    .faq-list-link h3 {
        font-size: 1.35rem;
    }

    .about-services-list h4 {
        font-size: 1.25rem;
    }
}

@media (max-width: 1199px) {
    .header .header-top,
    .navbar {
        padding-right: 30px !important;
    }

    .navbar {
        padding-left: 20px !important;
    }

    .navbar > .btn-language {
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {

    body .header .header-top,
    body .header .navbar {
        padding-right: 40px !important;
    }

    body .header .navbar > .btn-language {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .privacy-policy-heading {
        margin-bottom: 1.75rem;
    }

    .privacy-policy-body h2 {
        font-size: 1.15rem;
    }

    .privacy-policy-body p:has(> strong:only-child) {
        margin-top: 2.25rem;
    }

    .faq-list-link {
        display: block;
        padding: 16px 0;
    }

    .faq-list-link small {
        display: block;
        min-width: 0;
        max-width: none;
        margin-bottom: 6px;
    }

    .faq-list-link h3 {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .contacts-intro .contacts-social-list {
        justify-content: flex-end;
        gap: 12px;
        margin: 10px 0 24px !important;
        padding-left: 0;
    }

    .contacts-intro .contacts-social-list li:not(:first-child) {
        margin-left: 0;
    }
}

.footer .contact .contact-form #contact .form-group label.error,
.cta-contact-form label.error,
.cta-contact-form p.error {
    display: block;
    margin: 6px 0 0;
    color: #c62828;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.35;
}

.cta-contact-form .row {
    margin-left: 0;
    margin-right: 0;
}

.cta-contact-form .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.cta-contact-form button[type="submit"],
.cta-contact-form button[type="submit"] strong {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.cta-contact-form button[type="submit"] strong {
    padding-right: 18px;
    padding-left: 18px;
}

.cta-contact-form-result {
    display: block;
    margin: 16px 0 0;
    padding: 12px 14px;
    border: 1px solid;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.cta-contact-form-result-success {
    border-color: rgba(33, 125, 73, .35);
    background: #f1f8f2;
    color: #17643a;
}

.cta-popup {
    position: fixed;
    inset: 0;
    margin-top: 0;
    overflow-y: auto;
    transition: opacity .18s ease, visibility 0s linear .18s;
}

.cta-popup.cta-open {
    margin-top: 0;
    transition-delay: 0s;
}

.cta-popup .cta-content {
    transition: none;
}

.cta-popup.cta-has-success .cta-content {
    display: flex;
    min-height: 430px;
    height: auto;
    flex-direction: column;
}

.cta-popup.cta-has-success .cta-content > h5 {
    display: none;
}

.cta-popup.cta-has-success .cta-content .form {
    display: flex;
    flex: 1;
    align-items: center;
}

.cta-popup.cta-has-success .cta-contact-form-result-success {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 28px 0 18px;
    border: 0;
    background: transparent;
    color: #19191c;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cta-result-icon {
    display: inline-flex;
    width: 68px;
    height: 68px;
    margin-bottom: 28px;
    border-radius: 50%;
    background: #19191c;
    align-items: center;
    justify-content: center;
}

.cta-result-icon svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cta-result-title {
    display: block;
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}

.cta-popup .cta-content .cta-result-message {
    max-width: 28ch;
    margin: 0 auto 28px;
    color: rgba(25, 25, 28, .68);
    font-size: 14px;
    line-height: 1.65;
}

.cta-popup.cta-has-success .cta-content .btn-cta-close.cta-result-action {
    position: static;
    display: inline-flex;
    min-width: 164px;
    min-height: 50px;
    padding: 0 28px;
    border: 1px solid #19191c;
    background: #19191c;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cta-popup.cta-has-success .cta-content .btn-cta-close.cta-result-action:hover {
    background: #fff;
    color: #19191c;
}

.cta-popup .cta-content .btn-cta-close:focus-visible,
.cta-popup.cta-has-success .cta-content .btn-cta-close.cta-result-action:focus-visible {
    box-shadow: 0 0 0 3px rgba(25, 25, 28, .25);
}

.cta-contact-form p.cta-contact-form-result-error {
    margin: 16px 0 0;
    border-color: rgba(198, 40, 40, .28);
    background: #fff4f4;
    color: #a61f1f;
}

@media (max-width: 575px) {
    .cta-popup.cta-has-success .cta-content {
        min-height: min(430px, calc(100vh - 32px));
    }
}

@media (max-height: 520px) {
    .cta-popup {
        align-items: flex-start;
        padding-top: 16px;
        padding-bottom: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cta-popup {
        transition: none;
    }
}

.dj-form-trap {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.page-copy {
    padding-top: calc(var(--section-gutter) * 2);
}

.page-copy h2,
.page-copy h3 {
    margin-top: calc(var(--section-gutter) * 1.5);
}

.page-copy > .container > .row > div > :first-child {
    margin-top: 0;
}

.experts-intro p {
    padding-right: 0;
}
