.page-sitemap {
    margin-top: 200px;
}
.page-header h1 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 64px;
    text-align: left;
}
@media (max-width: 1024px) {
    .page-sitemap {
        margin-top: 90px;
    }
    .page-header h1{
        font-size: 48px;
    }
}
.sitemap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.sitemap-column {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.sitemap-item {
    margin-bottom: 12px;
    padding: 5px 0;
}
.sitemap-item a {
    display: block;
    padding: 5px 0;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
.sitemap-item a:hover,
.sitemap-item a:focus {
    color: rgb(218, 43, 43);
}
@media (max-width: 992px) {
    .sitemap-column {
        width: 33.333%;
    }
}
@media (max-width: 768px) {
    .sitemap-column {
        width: 50%;
    }
}
@media (max-width: 576px) {
    .sitemap-column {
        width: 100%;
    }
}
.footer_form {
    margin-bottom: 60px;
    font-family: Roboto;
    margin-top: 40px;
}
@media (max-width: 768px) {
    #popup-cv {
        min-width: auto;
    }
    .footer_form {
        margin-top: 0;
        margin-bottom: 64px;
    }

}
.footer_form__content {
    position: relative;
    width: 100%;
    background: #F1F2F4;
    padding: 40px;
    border-radius: 40px;
}

@media (max-width: 991px) {
    .footer_form__content {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .footer_form__content {
        border-radius: 20px;
        padding: 24px 15px 0;
    }
}

#footer_form, .footer_form__content_left {
    display: flex;
    flex-direction: column;
    max-width: 568px;
    gap: 20px;
}
@media (max-width: 1200px) {
    .footer_form__content_left {
        width: 400px;
    }
}
@media (max-width: 991px) {
    #footer_form, .footer_form__content_left {
        width: 100%;
        max-width: unset;
    }
}
.form_footer__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 37.5px;
    color: rgb(28, 28, 38);
}
@media (max-width: 768px) {
    .form_footer__title {
        font-size: 22px;
        line-height: 26px;
    }
}
.footer_form__desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: rgb(28, 28, 38);
}
@media (max-width: 768px) {
    .footer_form__desc {
        font-size: 16px;
        line-height: 20px;
    }
}
.footer_form__content_right {
    position: absolute;
    bottom: 0;
    right: 99px;
}
@media (max-width: 1200px) {
    .footer_form__content_right {
        right: 0;
        width: 400px;
    }
}
@media (max-width: 991px) {
    .footer_form__content_right {
        position: relative;
        width: 305px;
    }
}
.footer_form__content_right img {
    border-radius: 38px;
}
@media (max-width: 768px) {
    .footer_form__content_right img {
        border-radius: 18px;
    }
}