content {
    display: block;
    position: relative;
    padding-top: 150px;
    flex: 1 0 auto;
}

@media (max-width: 991px) {
    content {
        padding-top: 90px;
    }
}

.container {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1280px;
}
@media (max-width: 787px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}
.page__header {
    margin-top: 40px;
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .page__header {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
.page__header-title {
    margin: 0;
    font-size: 64px;
    font-family: "Fira Sans", "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 700;
    line-height: 1.2;
    color: rgb(28, 28, 38);
}

@media (max-width: 1024px) {
    .page__header-title {
        font-size: 48px;
    }
}

.vacansii-banner {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    background: #F1F2F4;
    border-radius: 4px;
    background-image: url("/local/templates/generator/assets/img/vakansii/banner.png");
    background-repeat: no-repeat;
    background-position-x: right;
}
@media (max-width: 768px) {
    .vacansii-banner {
        background-image: url("/local/templates/generator/assets/img/vakansii/banner_small.png");
    }
}
.vacansii-banner-wrapper {
    padding: 46px 54px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .vacansii-banner-wrapper {
        padding: 20px 24px;
        flex-direction: column;
        gap: 15px;
    }
}
.vacansii-banner__left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.vacansii-banner-title {
    font-family: "Fira Sans", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 67.2px;
    color: rgb(28, 28, 38);
}
@media (max-width: 1300px) {
    .vacansii-banner-title {
        font-size: 28px;
        line-height: 39.2px;
    }
}
@media (max-width: 768px) {
    .vacansii-banner-title {
        font-size: 28px;
        line-height: 39.2px;
    }
}
.vacansii-banner-desc {
    font-family: "Fira Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    color: rgb(28, 28, 38);
}
@media (max-width: 768px) {
    .vacansii-banner-desc {
        font-size: 20px;
        line-height: 28px;
    }
}
#popup-cv {
    padding: 25px 25px 4px 25px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px;
    min-width: 700px;
}

.popup-title {
    font-family: "Fira Sans", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 39.2px;
    margin-bottom: 5px;
}
.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.footer_form {
    margin-bottom: 60px;
    font-family: Roboto;
}
@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: 768px) {
    .footer_form__container {
        padding: 0 20px;
    }
}
@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;
    }
}