.apply_form .some-info {
    text-align: center;
    color: #000;
    padding-bottom: 60px;
    line-height: 1.2;
}
.apply_form-section .btn_wr {
    margin-bottom: 30px;
}
.apply_form_job {
    overflow: hidden;
}
.apply_form_job-poster-wrapper img {
    width: 100%;
    height: 246px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
}
.apply_form_job-link-list {
    text-align: left;
}
.apply_form_job-link-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 45px;
}
.apply_form .top_block__illustration-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.apply_form .top-img-wrap {
    position: relative;
    right: 0px;
}
.apply_form .top-img-wrap .img-wrap {
    position: relative;
}
.apply_form .top-img-wrap .img-wrap:after {
    content: "";
    position: absolute;
    width: 73px;
    height: 9px;
    top: -30px;
    right: 50px;
}
.apply_form .top-img-outside {
    position: relative;
}
.apply_form .apply_form_job-link.mobile {
    display: none;
}
.apply_form .btn-art2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    z-index: -1;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    stroke: #6D6D6D;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.apply_form .wave {
    position: absolute;
    right: -43px;
    bottom: 40px;
}
.apply_form .wave path {
    stroke: #FE5560;
}
.apply_form .wave2 {
    bottom: 50px;
}
.apply_form .subtitle {
    margin-bottom: 40px;
}
.apply_form .btn-red {
    padding: 13px 37px;
}
.apply_form .btn-red:before {
    background-color: #383838;
    z-index: -2;
}
.apply_form .apply_form_job-link-wrapper {
    margin-right: 15px;
}
.apply_form .form_wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.apply__uploader_resume {
    padding-top: 60px;
}
.apply_form .form_wr .row {
    display: block;
}
.apply_form .form_wr .input-placeholder__placeholder {
    display: none;
}
.apply_form .form_wr .req-text {
    display: none;
}
.apply_form .form_wr .phone-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.apply_form .form_wr .phone-row .phone-row-static-input {
    text-align: left;
}
.apply_form .form_wr .form-input {
    margin-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.apply_form .apply_form__title-heading {
    margin-bottom: 30px;
}
.apply_form .custom-file {
    border: 2px solid transparent;
    height: auto;
    -webkit-border-image: url(/front/img/background/dash-border.png) 2 stretch;
    -o-border-image: url(/front/img/background/dash-border.png) 2 stretch;
    border-image: url(/front/img/background/dash-border.png) 2 fill stretch;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    max-width: 570px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 80px;
    display: block;
    width: 570px;
    height: 100px;
    max-width: 100%;
    position: relative;
}
.apply_form .custom-file .select-file {
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 0;
    background: none;
    border: none;
    padding: 13px 16px;
}
.apply_form .inner-wrap {
    color: #6D6D6D;
    line-height: 160%;
    top: 18px;
    right: 25px;
    left: 125px;
    height: 62px;
    line-height: 60px;
    display: block;
    position: absolute;
    margin: 0px auto 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 7px;
}
.apply_form .inner-wrap strong {
    position: absolute;
    top: -13px;
    left: 0;
    max-width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.apply_form .inner.succ {
    color: green;
    margin-top: 10px;
    display: block;
}
.apply_form .inner.err {
    color: red;
    margin-top: 10px;
    display: block;
}
.apply_form .select-file:before {
    content: "";
    position: absolute;
    top: 29px;
    left: 18px;
    display: block;
    background: url(/front/img/background/download-img.svg) center no-repeat transparent;
    -webkit-background-size: cover;
    background-size: cover;
    width: 37px;
    height: 37px;
    margin: 0 0 0 23px;
    z-index: 2;
    pointer-events: none;
}
.apply_form .progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    width: 40%;
    position: absolute;
    left: 104px;
    right: 241px;
    max-width: 100%;
    margin: 0 auto;
    top: 39px;
    height: 22px;
}
.apply_form .progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    background: #516bc7;
    width: 0;
    display: block;
    height: 25px;
    width: 100%;
}
.apply_form .form-apply__submit {
    margin: 0 auto;
    display: block;
}
.apply_form .form-apply.error .alert.empty {
    max-width: 570px;
    margin: 30px auto 30px;
    text-align: center;
    padding: 20px;
    color: #fff;
    background-color: #da6868;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.apply_form .info_section__list {
    max-width: 295px;
    margin: 0 auto;
    text-align: left;
}
.apply_form .info_section__list li {
    position: relative;
}
.apply_form .cv-hint {
    text-align: center;
}
.apply_form .cv-description {
    text-align: center;
}
.apply_form .cv-list-item {
    position: relative;
    margin-bottom: 20px;
}
.apply_form .alert.not-empty.success {
    padding: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #5ca947;
    text-align: center;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    line-height: 160%;
    margin-bottom: 60px;
}
.apply_form .req-text {
    display: none;
}
.apply_form .white-block .btn-art2 {
    top: -10px;
    left: -10px;
}
.apply_form .white-block:after {
    content: url(/front/img/edi/white-arrow.svg);
    position: absolute;
    bottom: auto;
    top: -43px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}
.apply_form .form-apply.error .alert.empty {
    max-width: 570px;
    margin: 30px auto 45px;
    text-align: center;
    padding: 20px;
    color: #fff;
    background-color: #da6868;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.apply_form .apply_form_job-link.btn.btn-red.btn-arrow {
    margin: auto 0 auto auto;
    position: relative;
    left: 30px;
}
.apply_form .top-img-wrap {
    display: none;
}
@media only screen and (max-width: 1920px) {
    .apply_form .content {
        background-position: -webkit-calc(50% - 661px) 640px, -webkit-calc(50% + 700px) 355px, -webkit-calc(50% - 661px) 1540px, -webkit-calc(50% + 700px) 1000px;
        background-position: calc(50% - 661px) 640px, calc(50% + 700px) 355px, calc(50% - 661px) 1540px, calc(50% + 700px) 1000px;
    }
}
@media only screen and (max-width: 1450px) {
    .careers .top-img-wrap {
        right: 0;
    }
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1024px) {
    .careers .top_block {
        background: none;
    }
}
@media only screen and (max-width: 768px) {
    .apply_form .apply_form_job-link-list {
        padding-left: 15px;
    }
    .footer-info {
        display: none;
    }
    body {
        font-size: 1.4rem;
    }
    .title,
    .standart-title {
        font-size: 2rem;
    }
    .top_block__title {
        font-size: 3rem;
    }
    .footer-copyright-links {
        display: block;
    }
    .dashed-block.white-dashed {
        width: 100% !important;
    }
    .dashed-block.white-dashed .wave {
        display: none;
    }
    .faq-section .dyk {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 767px) {
    .apply_form .top-img-wrap {
    }
    .apply_form .top-img-outside:after {
        right: -368px;
        bottom: -126px;
    }
    .apply_form .form-dashed {
        display: block;
        text-align: center;
    }
    .apply_form .apply_form_job-poster-wrapper {
        display: block;
        margin: 0 auto 30px;
    }
    .apply_form .apply_form_job-link-wrapper {
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 45px;
    }
    .apply_form .apply_form_job-link-list {
        padding-left: 0;
    }
    .apply_form .form_wr {
        display: block;
        width: 276px;
        margin: 0 auto 50px;
    }
    .apply_form .form_wr .left-form {
        margin-right: 0;
    }
    .apply_form .form_wr .form-input {
        width: 100%;
    }
    .apply_form .title {
        font-size: 3rem;
    }
    .apply_form .white-block .wave {
        right: 50%;
        z-index: 2;
        top: -45px;
    }
    .apply_form .white-block .wave.wave2 {
        top: -30px;
    }
    .apply_form .apply_form-section .btn_wr {
        margin-bottom: 50px;
        margin-top: 30px;
    }
    .apply_form .custom-file {
        height: 232px;
        border: 2px dashed #FF5C66;
    }
    .apply_form .select-file:before {
        top: 20px;
        left: 50%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        display: block;
        -webkit-background-size: cover;
        background-size: cover;
        width: 50px;
        height: 49px;
        margin: 0 0 0 23px;
        z-index: 2;
        pointer-events: none;
    }
    .apply_form .inner-wrap {
        display: block;
        overflow: hidden;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        padding: 0;
    }
    .apply_form .inner-wrap .btn-red {
        padding: 15px 37px;
        max-width: 150px;
        margin: 0 auto;
        text-align: center;
    }
    .apply_form #img_span,
    .apply_form #text_span {
        margin-top: 70px;
        text-align: center;
    }
    .apply_form .inner.succ {
        visibility: hidden;
        color: green;
    }
    .apply_form .inner.succ:after {
        content: 'Upload completed';
        color: green;
        visibility: visible;
        position: absolute;
        top: -webkit-calc(50% - 12px);
        top: calc(50% - 12px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .apply_form .progress {
        width: 50%;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 88px;
    }
    .apply_form .form_wr .phone-row .phone-row-static-input {
    }
    .apply_form .apply_form .apply_form_job-link-list {
        padding-left: 45px;
    }
    .careers .top_block {
    }
    .careers .block_with_border__inner .standart-title {
        word-wrap: break-word;
    }
    .careers .benefits-row li {
        width: 100%;
    }
    .careers .landing_form__row {
        display: block;
    }
    .careers .top_block__inner {
        width: 100%;
        padding-right: 0;
    }
    .careers .top-img-wrap {
    }
    .careers .top-img-outside:after {
        display: none;
    }
    .apply_form .top-img-outside:after {
        right: -368px;
        bottom: -126px;
    }
    .apply_form .form-dashed {
        display: block;
        text-align: center;
    }
    .apply_form .apply_form_job-poster-wrapper {
        display: block;
        margin: 0 auto 30px;
    }
    .apply_form .apply_form_job-link-wrapper {
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 45px;
    }
    .apply_form .apply_form_job-link-list {
        padding-left: 0;
    }
    .apply_form .form_wr {
        display: block;
        width: 276px;
        margin: 0 auto 50px;
    }
    .apply_form .form_wr .left-form {
        margin-right: 0;
    }
    .apply_form .form_wr .form-input {
        width: 100%;
    }
    .apply_form .title {
        font-size: 3rem;
    }
    .apply_form .white-block .wave {
        right: 50%;
        z-index: 2;
        top: -45px;
    }
    .apply_form .white-block .wave.wave2 {
        top: -30px;
    }
    .apply_form .apply_form-section .btn_wr {
        margin-bottom: 50px;
        margin-top: 30px;
    }
    .apply_form .custom-file {
        height: 232px;
        border: 2px dashed #FF5C66;
        margin-bottom: 50px;
    }
    .apply_form .select-file:before {
        top: 20px;
        left: 50%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        display: block;
        -webkit-background-size: cover;
        background-size: cover;
        width: 50px;
        height: 49px;
        margin: 0 0 0 23px;
        z-index: 2;
        pointer-events: none;
    }
    .apply_form .inner-wrap {
        display: block;
        overflow: hidden;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        padding: 0;
    }
    .apply_form .inner-wrap .btn-red {
        padding: 15px 37px;
        max-width: 150px;
        margin: 0 auto;
        text-align: center;
    }
    .apply_form #img_span,
    .apply_form #text_span {
        margin-top: 70px;
        text-align: center;
    }
    .apply_form .inner.succ {
        visibility: hidden;
        color: green;
    }
    .apply_form .inner.succ:after {
        content: 'Upload completed';
        color: green;
        visibility: visible;
        position: absolute;
        top: -webkit-calc(50% - 12px);
        top: calc(50% - 12px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .apply_form .progress {
        width: 50%;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 88px;
    }
    .apply_form .form_wr .phone-row .phone-row-static-input {
    }
    .apply_form .apply_form .apply_form_job-link-list {
        padding-left: 45px;
    }
}