

/* Start:/local/templates/nlmk_career/css/asv/wrapper.css?1759170925544*/
.asv_container {
    margin-top: 112px;
    background-color: var(--white-color);
    position: relative;
}

.inner_container {
    margin: 0 auto;
    padding-left: 156px;
    padding-right: 156px;
    max-width: 1920px;
}

@media (max-width: 1240px) {
    .asv_container {
        margin-top: 62px;
    }
}

@media (max-width: 1200px) {
    .inner_container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .inner_container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/css/asv/vk-group.css?1759170925963*/
.vk_group .inner_container {
    padding-top: 80px;
    padding-bottom: 120px;
    display: flex;
    justify-content: center;
}

.vk_group_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vk_group_text span {
    font-size: 40px;
    line-height: 47px;
    color: var(--black-text);
    text-align: center;
}

.vk_group_text span a {
    cursor: pointer;
    color: var(--primary-color);
    border-bottom: 2px solid #7DACE2;
}

@media (max-width: 1024px) {
    .vk_group .inner_container {
        padding-top: 64px;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .vk_group .inner_container {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .vk_group_text span {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 360px) {
    .vk_group .inner_container {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/css/asv/proposals-deadline.css?17591709251292*/
.proposals_deadline .inner_container {
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
    gap: 48px;
}

.proposals_deadline__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 0;
}

.proposals_deadline__item span:first-child {
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 140%;
}

.proposals_deadline__item span:last-child {
    font-size: 24px;
    line-height: 130%;
}

@media (max-width: 1024px) {
    .proposals_deadline .inner_container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .proposals_deadline__item {
        gap: 8px;
    }

    .proposals_deadline__item span:last-child {
        font-size: 18px;
        line-height: 140%;
    }
}

@media (max-width: 768px) {
    .proposals_deadline .inner_container {
        padding-top: 32px;
        padding-bottom: 32px;
        gap: 24px;
    }

    .proposals_deadline__item {
        gap: 4px;
    }

    .proposals_deadline__item span:first-child {
        font-size: 16px;
        line-height: 130%;
    }

    .proposals_deadline__item span:last-child {
        font-size: 16px;
        line-height: 140%;
    }
}

@media (max-width: 600px) {
    .proposals_deadline .inner_container {
        flex-direction: column;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/css/asv/build-career.css?17591709251182*/
.build_career {
    background-color: var(--muted-color);
}

.build_career .inner_container {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    gap: 80px;
}

.build_career__item {
    flex: 1 0;
}

.build_career__item h3 {
    font-size: 40px;
    line-height: 118%;
    color: var(--blue-text);
    width: 90%;
}

.build_career__item span {
    font-size: 28px;
    line-height: 120%;
    color: var(--blue-text);
}

.build_career__item span span {
    color: var(--success-color);
}

@media (max-width: 1420px) {
    .build_career__item h3 {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .build_career .inner_container {
        padding-top: 64px;
        padding-bottom: 64px;
        gap: 40px;
    }
}

@media (max-width: 840px) {
    .build_career .inner_container {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .build_career .inner_container {
        padding-top: 48px;
        padding-bottom: 48px;
        gap: 16px;
    }

    .build_career__item h3 {
        font-size: 32px;
        line-height: 120%;
    }

    .build_career__item span {
        font-size: 18px;
        line-height: 140%;
    }
}



/* End */


/* Start:/local/templates/nlmk_career/css/asv/what-waits.css?17591709252454*/
.what_waits .inner_container {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.what_waits h2 {
    color: var(--black-text);
    font-size: 64px;
    line-height: 115%;
}

.what_waits__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 48px;
    grid-row-gap: 64px;
}

.what_waits__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 40px;
}

.what_waits__item_svg {
    width: 80px;
    height: 80px;
}

.what_waits__item_svg svg {
    display: block;
    width: 80px;
    height: 80px;
}

.what_waits__item_body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.what_waits__item_body span:first-child {
    color: var(--black-text);
    font-size: 28px;
    line-height: 120%;
}

.what_waits__item_body span:last-child {
    color: var(--black-text);
    font-size: 18px;
    line-height: 140%;
}

@media (max-width: 1200px) {
    .what_waits__item {
        padding-right: 0;
    }

    .what_waits__item_body span:first-child {
        font-size: 20px;
        line-height: 120%;
        font-weight: 700;
    }
}

@media (max-width: 1024px) {
    .what_waits .inner_container {
        padding-top: 64px;
        padding-bottom: 64px;
        gap: 32px;
    }

    .what_waits h2 {
        font-size: 40px;
        line-height: 118%;
    }

    .what_waits__items {
        grid-row-gap: 40px;
    }
}

@media (max-width: 768px) {
    .what_waits .inner_container {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .what_waits h2 {
        font-size: 32px;
        line-height: 120%;
    }

    .what_waits__items {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 32px;
    }

    .what_waits__item {
        flex-direction: row;
        gap: 16px;
    }

    .what_waits__item_svg {
        width: 64px;
        height: 64px;
    }

    .what_waits__item_svg svg {
        width: 64px;
        height: 64px;
    }

    .what_waits__item_body {
        gap: 8px;
        padding-top: 16px;
    }

    .what_waits__item_body span:first-child {
        font-size: 20px;
        line-height: 130%;
    }

    .what_waits__item_body span:last-child {
        font-size: 16px;
    }
}

@media (max-width: 620px) {
    .what_waits__items {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 24px;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/css/asv/requirements.css?17591709252793*/
.requirements .inner_container {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.requirements h2 {
    color: var(--black-text);
    font-size: 64px;
    line-height: 115%;
}

.requirements_body {
    display: flex;
    gap: 160px;
    max-height: 580px;
}

.requirements_image {
    overflow: hidden;
}

.requirements_image img {
    max-width: 100%;
    height: auto;
}

.requirements_items {
    display: flex;
    flex-direction: column;
    gap: 48px;
    min-width: 656px;
}

.requirements_item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.requirements_item span:first-child {
    color: var(--black-text);
    font-size: 28px;
    line-height: 120%;
}

.requirements_item span:last-child {
    color: var(--black-text);
    font-size: 18px;
    line-height: 140%;
}

@media (max-width: 1600px) {
    .requirements_body {
        gap: 40px;
    }

    .requirements_items {
        gap: 24px;
    }
}

@media (max-width: 1400px) {
    .requirements_image,
    .requirements_items {
        flex-grow: 1;
        flex-basis: 0;
    }

    .requirements_items {
        min-width: unset;
    }

    .requirements_item {
        gap: 8px;
    }
}

@media (max-width: 1024px) {
    .requirements .inner_container {
        padding-top: 64px;
        padding-bottom: 64px;
        gap: 32px;
    }

    .requirements h2 {
        font-size: 40px;
        line-height: 118%;
    }

    .requirements_body {
        max-height: 330px;
    }

    .requirements_item span:last-child {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.006em;
    }
}

@media (max-width: 1000px) {
    .requirements_item span:first-child {
        font-size: 20px;
        line-height: 130%;
        font-weight: 700;
    }
}

@media (max-width: 820px) {
    .requirements_body {
        max-height: unset;
        flex-direction: column;
    }

    .requirements_image,
    .requirements_items {
        flex-grow: unset;
        flex-basis: unset;
    }
}

@media (max-width: 768px) {
    .requirements .inner_container {
        padding-top: 48px;
        padding-bottom: 48px;
        gap: 24px;
    }

    .requirements h2 {
        font-size: 32px;
        line-height: 120%;
    }

    .requirements_body {
        gap: 32px;
    }

    .requirements_image {
        max-height: 560px;
    }

    .requirements_item span:last-child {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: unset;
    }
}

@media (max-width: 420px) {
    .requirements .inner_container {
        padding-left: 0;
        padding-right: 0;
    }

    .requirements_items,
    .requirements h2 {
        margin: 0 24px;
    }

    .requirements_image {
        max-height: 280px;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/css/asv/selection-stages.css?17591709253228*/
.selection_stages .inner_container {
    padding-top: 40px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.selection_stages h2 {
    color: var(--black-text);
    font-size: 64px;
    line-height: 115%;
}

.selection_stages_list {
    display: flex;
    gap: 80px;
}

.selection_stages_item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex-basis: 0;
    flex-grow: 1;
}

.selection_stages_item__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.selection_stages_item__text span:first-child {
    color: var(--black-text);
    font-size: 28px;
    line-height: 120%;
}

.selection_stages_item__text span:last-child {
    color: var(--black-text);
    font-size: 18px;
    line-height: 140%;
}

.selection_stages_item__num {
    display: flex;
    align-items: center;
    position: relative;
}

.selection_stages_item__num:after {
    position: absolute;
    content: '';
    height: 2px;
    background-color: var(--success-color);
    width: calc(100% + 24px);
    left: 56px;
}

.selection_stages_item:last-child .selection_stages_item__num:after {
    content: unset;
}

.selection_stages_item__num div {
    min-width: 56px;
    min-height: 56px;
    background-color: var(--success-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 28px;
    line-height: 120%;
    padding-top: 4px;
}

@media (max-width: 1300px) {
    .selection_stages_list {
        gap: 48px;
    }

    .selection_stages_item__num:after {
        width: calc(100% - 8px);
    }
}

@media (max-width: 1024px) {
    .selection_stages .inner_container {
        padding-top: 32px;
        padding-bottom: 64px;
        gap: 40px;
    }

    .selection_stages h2 {
        font-size: 40px;
        line-height: 118%;
    }

    .selection_stages_item__text span:first-child {
        font-size: 24px;
        line-height: 130%;
    }
}

@media (max-width: 880px) {
    .selection_stages_list {
        flex-direction: column;
        gap: 32px;
    }

    .selection_stages_item {
        flex-direction: row;
        gap: 16px;
    }

    .selection_stages_item__num {
        flex-direction: column;
    }

    .selection_stages_item__num:after {
        width: 2px;
        height: 100%;
        left: 24px;
        top: 48px;
    }

    .selection_stages_item__num div {
        min-width: 48px;
        min-height: 48px;
        font-size: 24px;
        line-height: 130%;
        padding-top: 3px;
    }

    .selection_stages_item__text {
        gap: 8px;
        padding-top: 8px;
    }

    .selection_stages_item__text span:first-child {
        font-size: 20px;
        line-height: 130%;
        font-weight: 700;
    }

    .selection_stages_item__text span:last-child {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .selection_stages .inner_container {
        padding-top: 24px;
        padding-bottom: 48px;
        gap: 32px;
    }

    .selection_stages h2 {
        font-size: 32px;
        line-height: 120%;
    }
}

@media (max-width: 360px) {
    .selection_stages .inner_container {
        padding-top: 16px;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/css/asv/top-banner.css?17591709253534*/
.top_banner {
    position: relative;
    height: 664px;
    padding: 56px 156px;
}

.top_banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.top_banner_img {
    position: absolute;
    bottom: 0;
    right: -10px;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.top_banner_img img {
    max-height: 118%;
}

.top_banner_content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 928px;
}

.top_banner_header {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.top_banner_header h1 {
    font-size: 80px;
    line-height: 92px;
    font-weight: 800;
    color: var(--white-color);
}

.top_banner_header span {
    font-size: 24px;
    line-height: 31px;
    color: var(--white-color);
}

.top_banner_content .btn-white-small {
    width: fit-content;
    padding: 15.5px 24px;
    border: unset;
}

.top_banner_content .btn-white-small:hover {
    border: unset;
    cursor: pointer;
}

.top_banner_video_btn {
    position: absolute;
    bottom: 80px;
    left: calc(100% - 43%);
    z-index: 2;
    background-color: rgba(var(--black-rgb), 0.7);
    padding-left: 24px;
    display: flex;
    gap: 32px;
    align-items: center;
    border-radius: 48px;
    cursor: pointer;
}

.top_banner_video_btn__content {
    display: flex;
    flex-direction: column;
}

.top_banner_video_btn__content span:first-child {
    font-size: 16px;
    line-height: 21px;
    color: var(--white-color);
    letter-spacing: 0.006em;
}

.top_banner_video_btn__content span:last-child {
    font-size: 14px;
    line-height: 20px;
    color: var(--grey-color);
    letter-spacing: 0.01em;
}

.top_banner_video__svg {
    min-width: 64px;
    min-height: 64px;
    background-color: var(--orange-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_banner_video__svg svg {
    width: 24px;
    height: 24px;
}

@media (max-width: 1500px) {
    .top_banner_content {
        width: 944px;
    }

    .top_banner_img {
        height: 78%;
    }

    .top_banner_img img {
        max-height: 110%;
    }
}

@media (max-width: 1200px) {
    .top_banner {
        padding: 48px 40px;
    }
}

@media (max-width: 1024px) {
    .top_banner {
        height: 580px;
    }

    .top_banner_video_btn {
        bottom: 60px;
        left: calc(100% - 55%);
    }
}

@media (max-width: 1000px) {
    .top_banner_content {
        width: 350px;
    }

    .top_banner_header h1 {
        font-size: 36px;
        line-height: 43px;
        letter-spacing: 0.01em;
    }
}

@media (max-width: 768px) {
    .top_banner {
        padding: 40px 24px;
        height: 480px;
    }

    .top_banner_content {
        gap: 24px;
    }

    .top_banner_header {
        gap: 16px;
    }

    .top_banner_header span {
        font-size: 16px;
        line-height: 22px;
    }

    .top_banner_img {
        right: 0;
        height: 84%;
    }

    .top_banner_img img {
        max-height: 100%;
    }

    .top_banner_video_btn {
        bottom: 80px;
        left: calc(100% - 65%);
        gap: 24px;
    }

    .top_banner_video__svg {
        min-width: 56px;
        min-height: 56px;
    }
}

@media (max-width: 630px) {
    .top_banner_img {
        right: -20px;
        height: 55%;
    }

    .top_banner_video_btn {
        bottom: 48px;
        left: 24px;
    }
}

@media (max-width: 430px) {
    .top_banner_header span {
        max-width: 50%;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/css/asv/popup-video.css?17591709251630*/
.js_video_dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999;
    background-color: rgba(var(--black-text-rgb), 0.5);
    backdrop-filter: blur(7px);
}

.dialog_opened {
    display: flex;
    justify-content: center;
    align-items: center;
}

.js_video_dialog_content {
    position: relative;
    width: fit-content;
}

.js_video_dialog_content iframe {
    width: 1160px;
    height: 652px;
}

.js_dialog_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -50px;
    cursor: pointer;
}

.js_dialog_close svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: var(--white-color);
}

@media (max-width: 1460px) {
    .js_video_dialog_content iframe {
        width: 920px;
        height: 518px;
    }
}

@media (max-width: 1024px) {
    .js_video_dialog_content iframe {
        width: 782px;
        height: 440px;
    }
}

@media (max-width: 900px) {
    .js_dialog_close {
        right: 0;
        top: -50px;
    }
}

@media (max-width: 830px) {
    .js_video_dialog_content iframe {
        width: 720px;
        height: 406px;
    }
}

@media (max-width: 740px) {
    .js_video_dialog_content iframe {
        width: 600px;
        height: 338px;
    }
}

@media (max-width: 620px) {
    .js_video_dialog_content iframe {
        width: 440px;
        height: 248px;
    }
}

@media (max-width: 450px) {
    .js_video_dialog_content iframe {
        width: 340px;
        height: 192px;
    }
}

@media (max-width: 360px) {
    .js_video_dialog_content iframe {
        width: 312px;
        height: 176px;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/css/asv/video-block.css?1759170925966*/
.video_block {
    position: relative;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_block_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video_block_btn__svg {
    width: 120px;
    height: 120px;
    background-color: var(--orange-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.video_block_btn__svg svg {
    width: 56px;
    height: 56px;
}

@media (max-width: 1200px) {
    .video_block {
        height: 480px;
    }
}

@media (max-width: 768px) {
    .video_block {
        height: 400px;
    }

    .video_block_btn__svg {
        width: 80px;
        height: 80px;
    }

    .video_block_btn__svg svg {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 520px) {
    .video_block {
        height: 240px;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/css/asv/about.css?17591709253234*/
.about_block .inner_container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.about_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_header h2 {
    font-size: 64px;
    line-height: 74px;
    color: var(--black-text);
}

.about_header .btn-primary-outline-less {
    display: flex;
    justify-content: center;
    padding: 15.5px 24px;
    height: 56px;
}

.about_body {
    display: flex;
    gap: 160px;
}

.about_body__img {
    max-height: 504px;
}

.about_body__img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.about_body__content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex: none;
    width: 656px;
}

.about_body__text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.about_body__text span {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
}

.about_body__metrics {
    display: flex;
    gap: 34px;
}

.about_body__metrics div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 0;
}

.about_body__metrics h3 {
    font-size: 40px;
    line-height: 47px;
    color: var(--primary-color);
}

.about_body__metrics span {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
}

@media (max-width: 1480px) {
    .about_body {
        gap: 80px;
    }

    .about_body__img {
        flex: 1 1 0;
    }

    .about_body__content {
        flex: 1 1 0;
    }
}

@media (max-width: 1024px) {
    .about_block .inner_container {
        padding-top: 64px;
        padding-bottom: 64px;
        gap: 40px;
    }

    .about_header h2 {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (max-width: 840px) {
    .about_block .inner_container {
        padding-top: 48px;
        padding-bottom: 128px;
        gap: 24px;
    }

    .about_body {
        flex-direction: column;
        gap: 32px;
    }

    .about_body__img {
        flex: none;
        width: 100%;
    }

    .about_body__content {
        flex: none;
        width: 100%;
        gap: 32px;
    }

    .about_body__metrics {
        gap: 32px;
    }

    .about_header .btn-primary-outline-less {
        position: absolute;
        bottom: 48px;
        padding: 13px 24px;
        height: 48px;
        width: calc(100% - 80px);
    }
}

@media (max-width: 768px) {
    .about_header h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .about_header .btn-primary-outline-less {
        width: calc(100% - 48px);
    }

    .about_body__text {
        gap: 21px;
    }

    .about_body__text span {
        font-size: 16px;
        line-height: 21px;
    }

    .about_body__metrics h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .about_body__metrics span {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 440px) {
    .about_block .inner_container {
        padding-left: 0;
        padding-right: 0;
    }

    .about_header {
        padding: 0 24px;
    }

    .about_body__content {
        padding: 0 24px;
    }

    .about_body__metrics {
        flex-direction: column;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.sections/asv_program_directions/style.css?17591709258499*/
.program_directions_inner {
    margin: 0 auto;
    padding: 40px 156px;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.program_directions_header {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.program_directions_header h2 {
    font-size: 64px;
    line-height: 74px;
    color: var(--black-text);
}

.program_directions_header span {
    font-size: 24px;
    line-height: 31px;
    color: var(--black-text);
}

.program_directions_empty {
    font-size: 24px;
    line-height: 31px;
    color: var(--black-text);
    text-align: center;
}

.program_directions_body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.program_directions_section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    padding: 32px;
    border: 1px solid var(--white-hover);
    min-height: 540px;
}

.program_directions_section--content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.program_directions_section--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.program_directions_section--header h3 {
    font-size: 40px;
    line-height: 47px;
    color: var(--black-text);
}

.program_directions_section--header__icon {
    width: 80px;
    height: 80px;
}

.program_directions_section--header__icon img {
    width: 100%;
    height: 100%;
}

.program_directions_section--body {
    width: 100%;
}

.program_directions_item {
    display: flex;
    gap: 16px;
    padding: 8px 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--white-hover);
}

.program_directions_item--name {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
}

.program_directions_item--city {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: var(--secondary-color);
    max-width: 160px;
    text-align: right;
}

.program_directions_item--closed {
    padding: 2px 8px;
    border-radius: 24px;
    background-color: #E3E9F3;
}

.program_directions_item--closed span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: var(--secondary-color);
    white-space: nowrap;
}

.program_directions_section--btn {
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.program_directions_section--btn span {
    font-size: 18px;
    line-height: 25px;
    color: var(--primary-color);
}

.program_directions_section--btn .program_directions_section--btn__arrow {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--primary-color);
    transform: rotate(-90deg);
}

.program_directions_section .btn-primary {
    padding: 11.5px 33px;
}

.program_directions_section .btn-primary.btn-disabled {
    background-color: #CFD4DD;
    color: var(--muted-color);
}

.js_directions_dialog {
    padding: 0;
    border: none;
    margin: auto;
    border-radius: 8px;
    overflow: hidden;
}

.js_directions_dialog::backdrop {
    background: rgba(58, 58, 58, 0.5);
    backdrop-filter: blur(7px);
}

.directions_dialog--content {
    width: 720px;
    height: 640px;
    background-color: var(--white-color);
    border-radius: 8px;
    padding-bottom: 14px;
    overflow: hidden;
}

.directions_dialog--header {
    position: relative;
    padding: 40px 80px 16px 40px;
}

.directions_dialog--header h4 {
    font-size: 28px;
    line-height: 34px;
    color: var(--black-text);
}

.directions_dialog--header__close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.directions_dialog--header__close svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: #ADB1B7;
}

.directions_dialog--body {
    padding: 0 32px 0 40px;
    max-height: calc(100% - 90px);
}

.directions_dialog_item {
    display: flex;
    gap: 16px;
    padding: 8px 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--white-hover);
}

.directions_dialog_item--name {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
}

.directions_dialog_item--city {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: var(--secondary-color);
    max-width: 300px;
    text-align: right;
}

.directions_dialog--closed {
    padding: 2px 8px;
    border-radius: 24px;
    background-color: #E3E9F3;
}

.directions_dialog--closed span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: var(--secondary-color);
    white-space: nowrap;
}

.js_directions_dialog .simplebar-track.simplebar-vertical {
    right: 8px;
}

@media (max-width: 1600px) {
    .program_directions_body {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1280px) {
    .directions_dialog--content {
        height: 580px;
    }
}

@media (max-width: 1200px) {
    .program_directions_inner {
        padding: 32px 40px;
        gap: 32px;
    }
}

@media (max-width: 1024px) {
    .program_directions_header h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .program_directions_header span {
        font-size: 18px;
        line-height: 25px;
    }

    .program_directions_section {
        min-height: unset;
    }

    .program_directions_section--header h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .directions_dialog--content {
        height: 480px;
    }
}

@media (max-width: 920px) {
    .program_directions_body {
        grid-template-columns: repeat(1, 1fr);
    }

    .program_directions_item:last-child {
        display: none;
    }
}

@media (max-width: 800px) {
    .directions_dialog--content {
        width: 600px;
        height: 400px;
    }
}

@media (max-width: 768px) {
    .program_directions_inner {
        padding: 24px;
        gap: 24px;
    }

    .program_directions_header {
        gap: 16px;
    }

    .program_directions_header h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .program_directions_header span {
        font-size: 16px;
        line-height: 22px;
    }

    .program_directions_section {
        gap: 32px;
        padding: 24px 20px;
    }

    .program_directions_section--content {
        gap: 16px;
    }

    .program_directions_section--header h3 {
        font-size: 24px;
        line-height: 21px;
        letter-spacing: -0.02em;
    }

    .program_directions_section--header__icon {
        width: 64px;
        height: 64px;
    }

    .program_directions_item--name {
        font-size: 16px;
        line-height: 22px;
    }

    .program_directions_item--city {
        max-width: 240px;
    }

    .program_directions_section--btn span {
        font-size: 16px;
        line-height: 22px;
    }

    .program_directions_section--btn .program_directions_section--btn__arrow {
        width: 16px;
        height: 16px;
    }

    .program_directions_section .btn-primary {
        padding: 13px 33px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 680px) {
    .directions_dialog--content {
        width: 520px;
    }
}

@media (max-width: 560px) {
    .js_directions_dialog {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        border-radius: unset;
    }

    .directions_dialog--content {
        width: 100%;
        height: 100%;
        border-radius: unset;
        padding-bottom: 0;
    }

    .directions_dialog--header {
        padding: 40px 64px 16px 24px;
        max-height: calc(100% - 118px);
    }

    .directions_dialog--header h4 {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: -0.02em;
    }

    .directions_dialog--header__close {
        right: 24px;
        top: 24px;
    }

    .directions_dialog--body {
        padding: 0 24px 0 24px;
    }

    .directions_dialog_item--name {
        font-size: 16px;
        line-height: 21px;
    }

    .directions_dialog_item--city {
        max-width: 120px;
    }

    .js_directions_dialog .simplebar-track.simplebar-vertical {
        right: 0;
    }
}

@media (max-width: 420px) {
    .program_directions_item--city {
        max-width: 120px;
    }
}

@media (max-width: 360px) {
    .program_directions_inner {
        padding: 16px 24px;
        gap: 24px;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/asv_program_contains/style.css?17591709253895*/
.program_contains_block {
    background-color: var(--muted-color);
}

.program_contains_inner {
    margin: 0 auto;
    padding: 80px 156px;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.program_contains_inner h2 {
    font-size: 64px;
    line-height: 74px;
    color: var(--black-text);
}

.program_contains_inner .accordion {
    width: 100%;
}

.program_contains_inner .accordion__item {
    padding: 0;
    border-bottom: 2px solid var(--muted-color);
}

.program_contains_inner .accordion__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 24px 32px;
}

.program_contains_inner .accordion__item.active .accordion__title {
    padding: 24px 32px;
    font-weight: 400;
}

.program_contains_inner .accordion__title div:first-child {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.program_contains_inner .accordion__title div:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--muted-color);
}

.program_contains_inner .accordion__title:hover div:last-child {
    background-color: var(--primary-color);
}

.program_contains_inner .accordion__title--arrow {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--primary-color);
}

.program_contains_inner .accordion__title:hover .accordion__title--arrow {
    stroke: var(--white-color);
}

.program_contains_inner .accordion__item.active .accordion__title--arrow {
    transform: rotate(180deg);
}

.program_contains_inner .accordion__title--primary {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
}

.program_contains_inner .accordion__title--secondary {
    font-size: 28px;
    line-height: 34px;
    color: var(--black-text);
}

.program_contains_inner .accordion__title:after,
.program_contains_inner .accordion__title:before {
    content: unset;
}

.program_contains_inner .accordion__content {
    padding: 0;
}

.accordion__content--inner {
    padding: 8px 32px 32px 32px;
    display: flex;
    gap: 48px;
}

.accordion__content--inner img {
    max-height: 240px;
}

.accordion__content--inner .accordion__content--inner_body {
    padding: 8px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.accordion__content--inner .accordion__content--inner_body div {
    display: flex;
    gap: 12px;
}

.accordion__content--inner .accordion__content--inner_body div span {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
}

@media (max-width: 1200px) {
    .program_contains_inner {
        padding: 64px 40px;
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .program_contains_inner h2 {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (max-width: 900px) {
    .accordion__content--inner img {
        display: none;
    }
}

@media (max-width: 768px) {
    .program_contains_inner {
        padding: 48px 24px;
        gap: 24px;
    }

    .program_contains_inner h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .program_contains_inner .accordion__title {
        gap: 24px;
        padding: 16px 20px;
    }

    .program_contains_inner .accordion__item.active .accordion__title {
        padding: 16px 20px;
    }

    .program_contains_inner .accordion__title--primary {
        font-size: 16px;
        line-height: 22px;
    }

    .program_contains_inner .accordion__title--secondary {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
    }

    .accordion__content--inner {
        padding: 8px 20px 32px 20px;
        gap: 32px;
    }

    .accordion__content--inner .accordion__content--inner_body div span {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.006em;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/asv_faq/style.css?17591709252016*/
.faq_inner {
    margin: 0 auto;
    padding: 40px 156px;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.faq_inner h2 {
    font-size: 64px;
    line-height: 74px;
    color: var(--black-text);
}

.faq_inner .accordion {
    width: 928px;
}

.faq_inner .accordion__item {
    padding: 0;
}

.faq_inner .accordion__title {
    font-size: 24px;
    line-height: 31px;
    color: var(--black-text);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 19px 0;
}

.faq_inner .accordion__item.active .accordion__title {
    font-weight: 400;
    padding: 19px 0 16px 0;
}

.faq_inner .accordion__title:after,
.faq_inner .accordion__title:before {
    content: unset;
}

.faq_inner .accordion__item.active .accordion__title--arrow {
    transform: rotate(180deg);
}

.faq_inner .accordion__content {
    padding: 0;
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
    margin: 0 0 32px 0;
}

.faq_inner .accordion__content ul {
    margin-inline-start: 18px;
}

.faq_inner .accordion__content ul li {
    list-style: disc inside;
}

@media (max-width: 1200px) {
    .faq_inner {
        padding: 32px 40px;
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .faq_inner h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .faq_inner .accordion {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .faq_inner {
        padding: 24px;
        gap: 24px;
    }

    .faq_inner h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .faq_inner .accordion__item.active .accordion__title,
    .faq_inner .accordion__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
    }

    .faq_inner .accordion__title {
        padding: 12px 0;
    }

    .faq_inner .accordion__item.active .accordion__title {
        padding: 12px 0 16px 0;
    }
}

@media (max-width: 360px) {
    .faq_inner {
        padding: 16px 24px;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items/asv_reviews/style.css?17591709256594*/
.testimonials-block {
    background-color: var(--white-color);
}

.testimonials-container {
    max-width: 1920px;
    margin: 0 auto;
}

.testimonials-block .slider-testimonials {
    display: block;
    overflow: hidden;
    position: relative;
}

.testimonials-block .slider-testimonials__wrapper {
    position: relative;
    align-items: stretch;
    display: flex;
    justify-content: flex-start;
}

.testimonials-block .slider-testimonials__item {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 80px 0;
}

.testimonials-block .testimonials__title {
    max-width: 70%;
    display: flex;
    gap: 24px;
    margin-left: 38px;
}

.testimonials-block .testimonials__title--text {
    padding: 36px 0 0 0;
}

.testimonials-block .testimonials__title--text h2 {
    font-size: 64px;
    line-height: 74px;
    color: var(--blue-text);
}

.testimonials-block .testimonials__title--quotes {
    width: 95px;
    height: 91px;
    display: flex;
    align-items: flex-end;
}

.testimonials-block .testimonials__title--quotes img {
    width: 95px;
    height: 64px;
}

.testimonials-block .slider-testimonials__item--inner {
    padding: 0 156px;
    display: flex;
    gap: 69px;
}

.testimonials-block .testimonials__img {
    height: 524px;
    flex: 0 1 792px;
}

.testimonials-block .testimonials__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-block .testimonials__body {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 747px;
    padding-bottom: 103px;
}

.testimonials-block .testimonials__body--personal {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.testimonials-block .testimonials__body--name {
    font-size: 40px;
    line-height: 47px;
    color: var(--blue-text);
}

.testimonials-block .testimonials__body--position {
    font-size: 24px;
    line-height: 31px;
    color: #878E98;
}

.testimonials-block .testimonials__body--review {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.testimonials-block .testimonials__body--link {
    display: flex;
    gap: 8px;
    cursor: pointer;
}

.testimonials-block .testimonials__body--svg {
    width: 24px;
    height: 24px;
}

.testimonials-block .testimonials__body--svg svg {
    width: 24px;
    height: 24px;
}

.testimonials-block .testimonials__body--link span {
    font-size: 18px;
    line-height: 25px;
    color: var(--primary-color);
}

.testimonials-block .slider-testimonials__navigation {
    position: absolute;
    left: 156px;
    bottom: 110px;
    display: flex;
    gap: 12px;
}

.testimonials-block .slider-testimonials__navigation-item {
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 6;
    border: 1px solid #7DACE2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-main);
}

.testimonials-block .slider-testimonials__navigation-item svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--primary-color);
    transition: var(--transition-main);
}

.testimonials-block .slider-testimonials__navigation-item_prev {
    transform: rotate(90deg);
}

.testimonials-block .slider-testimonials__navigation-item_next {
    transform: rotate(-90deg);
}

.testimonials-block .slider-testimonials__navigation-item:hover {
    background-color: var(--primary-color);
    border-color: var(--white-color);
}
.testimonials-block .slider-testimonials__navigation-item:hover svg {
    stroke: var(--white-color);
}

@media (max-width: 1200px) {
    .testimonials-block .slider-testimonials__item {
        gap: 32px;
        padding: 64px 0;
    }

    .testimonials-block .testimonials__title {
        max-width: 100%;
        margin-left: 40px;
        margin-right: 40px;
    }

    .testimonials-block .testimonials__title--quotes {
        align-items: center;
    }

    .testimonials-block .testimonials__title--text h2 {
        font-size: 40px;
        line-height: 47px;
    }

    .testimonials-block .slider-testimonials__item--inner {
        padding: 0 40px;
    }

    .testimonials-block .testimonials__body {
        width: 747px;
        padding-bottom: 164px;
    }

    .testimonials-block .testimonials__body--name {
        font-size: 28px;
        line-height: 34px;
    }

    .testimonials-block .testimonials__body--position {
        font-size: 18px;
        line-height: 25px;
    }

    .testimonials-block .slider-testimonials__navigation {
        left: 40px;
        bottom: 156px;
    }
}

@media (max-width: 920px) {
    .testimonials-block .slider-testimonials__item {
        gap: 24px;
        padding: 48px 0;
    }

    .testimonials-block .testimonials__title {
        margin-left: 24px;
        margin-right: 24px;
        flex-direction: column;
        gap: 16px;
    }

    .testimonials-block .testimonials__title--quotes {
        width: 64px;
        height: 62px;
        align-items: flex-end;
    }

    .testimonials-block .testimonials__title--quotes img {
        width: 64px;
        height: 44px;
    }

    .testimonials-block .testimonials__title--text {
        padding: 0;
    }

    .testimonials-block .testimonials__title--text h2 {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: -0.02em;
    }

    .testimonials-block .slider-testimonials__item--inner {
        padding: 0 24px;
        flex-direction: column;
        gap: 24px;
    }

    .testimonials-block .testimonials__img {
        order: -1;
        max-height: 420px;
        width: 100%;
    }

    .testimonials-block .testimonials__body {
        width: 100%;
        padding-bottom: 72px;
        gap: 16px;
    }

    .testimonials-block .testimonials__body--review {
        order: -2;
        font-size: 16px;
        line-height: 22px;
    }

    .testimonials-block .testimonials__body--link {
        order: -1;
    }

    .testimonials-block .testimonials__body--personal {
        gap: 4px;
    }

    .testimonials-block .testimonials__body--position,
    .testimonials-block .testimonials__body--name {
        font-size: 16px;
        line-height: 22px;
    }

    .testimonials-block .slider-testimonials__navigation {
        left: 24px;
        bottom: 48px;
    }
}

@media (max-width: 768px) {
    .testimonials-block .testimonials__title {
        margin-bottom: 0 !important;
    }
}


@media (max-width: 420px) {
    .testimonials-block .testimonials__img {
        max-height: 206px;
    }
}




/* End */


/* Start:/local/components/nlmk/asv.applications.form/templates/.default/style.css?175917092416600*/
.application_block {
    position: relative;
}

.application_block__inner {
    margin: 0 auto;
    padding: 80px 156px 40px 156px;
    max-width: 1920px;
}

.application {
    border-top: 8px solid var(--success-color);
    background-color: var(--muted-color);
    padding: 60px;
    display: flex;
    gap: 80px;
}

.application__header {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex: none;
    width: 404px;
}

.application_block__inner.closed .application__header {
    width: 100%;
}

.application__header h2 {
    font-size: 64px;
    line-height: 74px;
    color: var(--black-text);
}

.application__header--info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.application__header--info__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.application__header--info__text span:first-child {
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 25px;
}

.application__header--info__text span:last-child {
    color: var(--black-text);
    font-size: 18px;
    line-height: 25px;
}

.application__header--closed span {
    color: var(--black-text);
    font-size: 18px;
    line-height: 25px;
}

.application__header--closed span a {
    color: var(--primary-color);
    cursor: pointer;
}

.application__form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1 1;
}

.form_blocks {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form_block {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: var(--white-color);
}

.form_block__header {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
}

.form_block__header .btn-primary-outline-less {
    height: 40px;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 18px 8px 16px;
}

.form_block__header .btn_svg {
    width: 24px;
    height: 24px;
}

.form_block__header .btn_svg svg {
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    fill: none;
    stroke: var(--primary-color);
}

.form_block__header .btn-primary-outline-less:hover .btn_svg svg {
    stroke: var(--white-color);
}

.form_block__header .btn-primary-outline-less:active .btn_svg svg {
    stroke: var(--grey-color);
}

.form_block__header .btn_text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
}

.form_block h4 {
    color: var(--black-text);
    font-size: 28px;
    line-height: 34px;
}

.form_block__subtitle {
    color: var(--black-text);
    font-size: 18px;
    line-height: 25px;
}

.form_block__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.form_block__fields {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form_field {
    flex: 1 1;
}

.form_field.form_field__birth_year {
    flex: 0 1 140px;
}

.form_field__inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form_field__error {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: var(--red-color);
}

.form_field__error.visible {
    display: block;
}

.form_field__title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: var(--secondary-color);
}

.form_field__title.has_error {
    color: var(--red-color);
}

.form_field__title--required {
    color: var(--red-color);
}

.form_field__input {
    height: 48px;
    width: 100%;
    padding: 10px 10px 10px 12px;
    border-radius: 4px;
    border: 1px solid var(--white-hover);
    font-size: 18px;
    line-height: 25px;
}

.form_field__input.has_error {
    border-color: var(--red-color);
}

.form_field__input.has_error:focus {
    border-color: var(--red-color) !important;
}

.form_field__gender {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form_field__gender--radio {
    display: flex;
    gap: 32px;
}

.form_field__gender--radio div {
    display: flex;
    gap: 12px;
    align-items: center;
}

.form_field__gender--radio div input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid var(--white-hover);
    outline: none;
    cursor: pointer;
}

.form_field__gender--radio div input:checked {
    border: 8px solid var(--primary-color);
}

.form_field__gender--radio div input:focus {
    border-color: var(--primary-color) !important;
}

.form_field__gender--radio div label {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
    margin-top: 3px;
}

.form_block__fields--group {
    display: flex;
    gap: 16px;
}

.form_field__checkbox {
    display: flex;
    gap: 12px;
}

.form_field__checkbox label {
    height: 24px;
}

.form_field__checkbox label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    border: 1px solid var(--white-hover);
    outline: none;
    background-color: var(--white-color);
    background-image: url(/local/templates/nlmk_career/img/icons/check.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.form_field__checkbox label input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form_field__checkbox label input:focus {
    border-color: var(--primary-color) !important;
}

.form_field__checkbox span {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.006em;
    color: var(--black-text);
    margin-top: 3px;
}

.form_field__checkbox span .form_field__title--required {
    color: var(--red-color);
}

.form_field__checkbox span a {
    color: var(--primary-color);
    cursor: pointer;
}

.application__form .btn-primary {
    width: 260px;
    height: 56px;
}

.file_input_wrapper {
    position: relative;
    width: 100%;
    height: 190px;
}

.file_input_wrapper.hidden {
    display: none;
}

.file_input_wrapper input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.file_input_wrapper label {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--white-hover);
    border-radius: 4px;
    padding: 40px;
    cursor: pointer;
}

.file_input_wrapper label.hover {
    border: 1px dashed var(--primary-color);
}

.file_input_wrapper label:hover {
    border-color: var(--primary-color);
}

.file_input_view_list {
    display: none;
}

.file_input_view_list.visible {
    display: flex;
    flex-direction: column;
}

.file_view_item {
    display: flex;
    gap: 16px;
    align-items: center;
}

.file_view_item--info {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.file_view_item--info svg {
    width: 24px;
    height: 24px;
}

.file_view_item--name {
    font-size: 18px;
    line-height: 25px;
    color: var(--primary-color);
    margin-top: 3px;
}

.file_view_item--size {
    font-size: 18px;
    line-height: 25px;
    color: #878E98;
    margin-top: 3px;
}

.file_view_item--delete {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.file_input_icon,
.file_input_icon svg {
    width: 48px;
    height: 48px;
}

.file_input_text {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: center;
}

.file_input_text span:first-child {
    font-size: 18px;
    line-height: 25px;
    color: var(--primary-color);
}

.file_input_text span:last-child {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #878E98;
}

.form_fields.hidden {
    display: none;
}

.form_fields--delete {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_fields--delete_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid var(--red-color);
    box-sizing: border-box;
    cursor: pointer;
    transition: var(--transition-main);
    background-color: var(--white-color);
}

.form_fields--delete_btn:hover {
    background-color: var(--red-color);
}

.form_fields--delete_btn .btn_text {
    display: none;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: var(--red-color);
    margin-top: 3px;
}

.form_fields--delete_btn:hover .btn_text {
    color: var(--white-color);
}

.form_fields--delete_btn svg {
    width: 24px;
    height: 24px;
}

.form_fields--delete_btn:hover svg path {
    stroke: var(--white-color);
}

.loader_overlay {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(58, 58, 58, 0.5);
    backdrop-filter: blur(7px);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader_container {
    margin: 0 auto;
    width: 96px;
    height: 96px;
    border-radius: 8px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader_container__circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #65abf8;
    background: -moz-linear-gradient(left, #65abf8 10%, rgba(101, 171, 248, 0) 42%);
    background: -webkit-linear-gradient(left, #65abf8 10%, rgba(101, 171, 248, 0) 42%);
    background: -o-linear-gradient(left, #65abf8 10%, rgba(101, 171, 248, 0) 42%);
    background: -ms-linear-gradient(left, #65abf8 10%, rgba(101, 171, 248, 0) 42%);
    background: linear-gradient(to right, #65abf8 10%, rgba(101, 171, 248, 0) 42%);
    animation: asvAjaxLoading 1.4s infinite linear;
    transform: translateZ(0);
}

.loader_container__circle::before {
    width: 50%;
    height: 50%;
    background: #65abf8;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.loader_container__circle::after {
    background: white;
    width: 65%;
    height: 65%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@keyframes asvAjaxLoading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader_hidden {
    display: none;
}

.application_dialog {
    padding: 0;
    border: none;
    margin: auto;
    border-radius: 8px;
}

.application_dialog::backdrop {
    background: rgba(58, 58, 58, 0.5);
    backdrop-filter: blur(7px);
}

.application_dialog__inner {
    position: relative;
    width: 504px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 40px;
}

.form_block__header .btn_svg svg {
    width: 24px;
    height: 24px;
    transform: rotate(45deg);
    fill: none;
    stroke: var(--primary-color);
}

.form_block__header .btn-primary-outline-less:hover .btn_svg svg {
    stroke: var(--white-color);
}

.form_block__header .btn-primary-outline-less:active .btn_svg svg {
    stroke: var(--grey-color);
}

.application_dialog__close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.application_dialog__close svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--grey-color);
}

.application_dialog__icon_container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.application_dialog__icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.application_dialog__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.application_dialog__title {
    text-align: center;
    font-size: 24px;
    line-height: 31px;
    color: var(--black-color);
}

.application_dialog__text {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
    letter-spacing: 0.01em;
}

.application_dialog__email {
    font-weight: 700;
}

.application_dialog__text a {
    color: var(--primary-color);
}

.application_dialog__text a:focus-visible {
    outline: unset;
    outline-offset: unset;
}

.overflow_hidden {
    overflow: hidden;
}

@media (max-width: 1680px) {
    .application {
        flex-direction: column;
    }

    .application__header {
        width: 100%;
    }

    .application__header--info {
        flex-direction: row;
    }

    .application__header--info__text {
        flex: 1 0;
    }
}

@media (max-width: 1200px) {
    .application_block__inner {
        padding: 64px 40px 40px 40px;
    }

    .application {
        padding: 60px 40px;
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .application__header h2 {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (max-width: 840px) {
    .form_block__fields--group {
        flex-direction: column;
        gap: 24px;
    }

    .form_block__fields--group.lang_group {
        gap: 16px;
    }

    .form_field.form_field__birth_year {
        flex: 1 1;
    }

    .form_block__header .btn-primary-outline-less {
        width: 40px;
        display: flex;
        gap: 8px;
        align-items: center;
        padding: 8px 18px 8px 16px;
    }

    .form_block__header .btn-primary-outline-less {
        justify-content: center;
        padding: 0;
    }

    .form_block__header .btn_text {
        display: none;
    }

    .form_fields--delete {
        margin-top: 0;
    }

    .form_fields--delete_btn {
        width: 100%;
        padding: 8px;
    }

    .form_fields--delete_btn .btn_text {
        display: block;
    }
}

@media (max-width: 768px) {
    .application_block__inner {
        padding: 24px 24px 0 24px;
    }

    .application {
        padding: 48px 24px;
        gap: 32px;
    }

    .application__header h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .application__header--info {
        display: none;
    }

    .application_block__inner.closed .application__header--info {
        display: flex;
        gap: 32px;
    }

    .application__header--info__text {
        gap: 4px;
    }

    .application__header--info__text span:first-child {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0.006em;
    }

    .application__header--info__text span:last-child {
        font-size: 16px;
        line-height: 22px;
    }

    .application__header--closed span {
        font-size: 16px;
        line-height: 22px;
    }

    .form_block {
        padding: 24px;
    }

    .form_block h4 {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: -0.02em;
    }

    .form_field__title {
        font-size: 14px;
        line-height: 20px;
    }

    .form_field__inner {
        gap: 8px;
    }

    .form_field__input {
        font-size: 16px;
        line-height: 22px;
    }

    .form_field__gender--radio div {
        gap: 10px;
    }

    .form_field__gender--radio div input {
        width: 28px;
        height: 28px;
    }

    .form_field__gender--radio div label {
        font-size: 16px;
        line-height: 22px;
    }

    .form_field__checkbox span {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: unset;
    }

    .form_block__subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 580px) {
    .application_dialog__inner {
        width: 100%;
        padding: 20px 25px;
    }

    .application_dialog__text {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: unset;
    }
}

@media (max-width: 520px) {
    .application_block__inner {
        padding: 24px 0 0 0;
    }

    .application {
        padding: 48px 0;
    }

    .application__header {
        padding: 0 24px;
    }

    .application_block__inner.closed .application {
        gap: 16px;
    }

    .application_block__inner.closed .application__header {
        gap: 16px;
    }

    .application_block__inner.closed .application__header h2 {
        margin-bottom: 16px;
    }

    .application_block__inner.closed .application__header--info {
        flex-direction: column;
        gap: 16px;
    }

    .file_input_wrapper {
        height: 154px;
    }

    .file_input_wrapper label {
        padding: 24px 20px;
    }

    .file_input_text span:first-child {
        font-size: 16px;
        line-height: 22px;
    }

    .form_bottom {
        padding: 0 24px;
    }

    .application__form .btn-primary {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/input.selector/suggestions/style.css?17591709253084*/
.form_selector_suggestions__inner {
    position: relative;
}

.form_selector_suggestions__header {
    position: relative;
}

.form_selector_suggestions.opened .form_selector_suggestions__header {
    z-index: 100;
}

.form_selector_suggestions__input {
    height: 48px;
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
    padding: 10px 10px 10px 12px;
    border: 1px solid var(--white-hover);
    text-overflow: ellipsis;
}

.form_selector_suggestions.has_error .form_selector_suggestions__input {
    border-color: var(--red-color);
}

.form_selector_suggestions.has_error .form_selector_suggestions__input:focus {
    border-color: var(--red-color) !important;
}

.form_selector_suggestions__body {
    display: none;
    position: absolute;
    top: 56px;
    width: 100%;
    border-radius: 12px;
    z-index: 100;
    box-shadow: 0 8px 30px 0 #082F6B1F;
    background-color: var(--white-color);
}

.form_selector_suggestions.opened .form_selector_suggestions__body {
    display: block;
}

.form_selector_suggestions__list_wrapper {
    padding: 12px 0;
}

.form_selector_suggestions__list .simplebar-track.simplebar-vertical {
    width: 16px;
    background-color: var(--white-color);
    right: 0;
    top: -12px;
    bottom: -12px;
}

.form_selector_suggestions__list .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    right: 4px;
    left: 4px;
    top: 4px;
    bottom: 4px;
    background-color: var(--grey-color);
}

.form_selector_suggestions__option {
    display: flex;
    gap: 16px;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.form_selector_suggestions__option.hidden {
    display: none;
}

.form_selector_suggestions__option--name {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
    margin-top: 3px;
}

.form_selector_suggestions__option_empty {
    display: none;
}

.form_selector_suggestions.opened .form_selector_suggestions__option_empty.visible {
    display: flex;
    gap: 16px;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.form_selector_suggestions__option_empty--name {
    font-size: 18px;
    line-height: 25px;
    color: var(--grey-color);
    margin-top: 3px;
}

.form_selector_suggestions__option:hover .form_selector_suggestions__option--name {
    color: var(--primary-color);
}

.form_selector_suggestions__overlay {
    display: none;
}

.form_selector_suggestions.opened .form_selector_suggestions__overlay {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
}

@media (max-width: 768px) {
    .form_selector_suggestions__input {
        font-size: 16px;
        line-height: 22px;
    }

    .form_selector_suggestions__option--name {
        font-size: 16px;
        line-height: 22px;
    }

    .form_selector_suggestions__option_empty--name {
        font-size: 16px;
        line-height: 22px;
    }
}
/* End */


/* Start:/local/components/nlmk/input.selector/templates/.default/style.css?17591709242662*/
.form_selector__inner {
    position: relative;
}

.form_selector__header {
    position: relative;
}

.form_selector.opened .form_selector__header {
    z-index: 100;
}

.form_selector__input {
    height: 48px;
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
    cursor: pointer;
    padding: 10px 44px 10px 16px;
    border: 1px solid var(--white-hover);
    text-overflow: ellipsis;
}

.form_selector.has_error .form_selector__input {
    border-color: var(--red-color);
}

.form_selector.has_error .form_selector__input:focus {
    border-color: var(--red-color) !important;
}

.form_selector__arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.form_selector.opened .form_selector__arrow {
    transform: rotate(180deg);
}

.form_selector__body {
    display: none;
    position: absolute;
    top: 56px;
    width: 100%;
    border-radius: 12px;
    z-index: 100;
    box-shadow: 0 8px 30px 0 #082F6B1F;
    background-color: var(--white-color);
}

.form_selector.opened .form_selector__body {
    display: block;
}

.form_selector__list_wrapper {
    padding: 12px 0;
}

.form_selector__list .simplebar-track.simplebar-vertical {
    width: 16px;
    background-color: var(--white-color);
    right: 0;
    top: -12px;
    bottom: -12px;
}

.form_selector__list .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    right: 4px;
    left: 4px;
    top: 4px;
    bottom: 4px;
    background-color: var(--grey-color);
}

.form_selector__option {
    display: flex;
    gap: 16px;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.form_selector__option--name {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
    margin-top: 3px;
    flex: 1 0;
}

.form_selector__option:hover .form_selector__option--name {
    color: var(--primary-color);
}

.form_selector__option--icon {
    width: 24px;
    height: 24px;
}

.form_selector__option--icon svg {
    display: none;
    width: 24px;
    height: 24px;
}

.form_selector__option.checked .form_selector__option--icon svg {
    display: block;
}

.form_selector__overlay {
    display: none;
}

.form_selector.opened .form_selector__overlay {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
}

@media (max-width: 768px) {
    .form_selector__input {
        font-size: 16px;
        line-height: 22px;
    }

    .form_selector__option--name {
        font-size: 16px;
        line-height: 22px;
    }
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/input.selector/asv_directions/style.css?17591709254184*/
.form_directions_selector__inner {
    position: relative;
}

.form_directions_selector__header {
    position: relative;
}

.form_directions_selector.opened .form_directions_selector__header {
    z-index: 100;
}

.form_directions_selector__input {
    height: 48px;
    width: 100%;
    border-radius: 4px;
    font-size: 18px;
    line-height: 25px;
    color: var(--grey-color);
    cursor: pointer;
    padding: 10px 44px 10px 16px;
    border: 1px solid var(--white-hover);
    text-overflow: ellipsis;
}

.form_directions_selector.has_error .form_directions_selector__input {
    border-color: var(--red-color);
}

.form_directions_selector.has_error .form_directions_selector__input:focus {
    border-color: var(--red-color) !important;
}

.form_directions_selector__arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
}

.form_directions_selector.opened .form_directions_selector__arrow {
    transform: rotate(180deg);
}

.form_directions_selector__body {
    display: none;
    position: absolute;
    top: 56px;
    width: 100%;
    border-radius: 12px;
    z-index: 100;
    box-shadow: 0 8px 30px 0 #082F6B1F;
    background-color: var(--white-color);
}

.form_directions_selector.opened .form_directions_selector__body {
    display: block;
}

.form_directions_selector__list_wrapper {
    padding: 12px 0;
}

.form_directions_selector__list .simplebar-track.simplebar-vertical {
    width: 16px;
    background-color: var(--white-color);
    right: 0;
    top: -12px;
    bottom: -12px;
}

.form_directions_selector__list .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    right: 4px;
    left: 4px;
    top: 4px;
    bottom: 4px;
    background-color: var(--grey-color);
}

.form_directions_selector__option {
    display: flex;
    gap: 16px;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.form_directions_selector__option.hidden {
    display: none;
}

.form_directions_selector__option--name {
    font-size: 18px;
    line-height: 25px;
    color: var(--black-text);
    margin-top: 3px;
    flex: 1 0;
}

.form_directions_selector__option:hover .form_directions_selector__option--name {
    color: var(--primary-color);
}

.form_directions_selector__option.disabled .form_directions_selector__option--name {
    color: var(--grey-color);
}

.form_directions_selector__option.disabled:hover .form_directions_selector__option--name {
    color: var(--grey-color);
}

.form_directions_selector__option--icon {
    width: 24px;
    height: 24px;
}

.form_directions_selector__option--icon svg {
    display: none;
    width: 24px;
    height: 24px;
}

.form_directions_selector__option.checked .form_directions_selector__option--icon svg {
    display: block;
}

.form_directions_selector__option--closed {
    padding: 2px 8px;
    border-radius: 24px;
    background-color: #E3E9F3;
    height: 24px;
}

.form_directions_selector__option--closed span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: var(--secondary-color);
    white-space: nowrap;
}

.form_directions_selector__option_empty {
    display: none;
}

.form_directions_selector.opened .form_directions_selector__option_empty.visible {
    display: flex;
    gap: 16px;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.form_directions_selector__option_empty--name {
    font-size: 18px;
    line-height: 25px;
    color: var(--grey-color);
    margin-top: 3px;
}

.form_directions_selector__overlay {
    display: none;
}

.form_directions_selector.opened .form_directions_selector__overlay {
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 99;
}

@media (max-width: 768px) {
    .form_directions_selector__input {
        font-size: 16px;
        line-height: 22px;
    }

    .form_directions_selector__option--name {
        font-size: 16px;
        line-height: 22px;
    }

    .form_directions_selector__option_empty--name {
        font-size: 16px;
        line-height: 22px;
    }
}
/* End */
/* /local/templates/nlmk_career/css/asv/wrapper.css?1759170925544 */
/* /local/templates/nlmk_career/css/asv/vk-group.css?1759170925963 */
/* /local/templates/nlmk_career/css/asv/proposals-deadline.css?17591709251292 */
/* /local/templates/nlmk_career/css/asv/build-career.css?17591709251182 */
/* /local/templates/nlmk_career/css/asv/what-waits.css?17591709252454 */
/* /local/templates/nlmk_career/css/asv/requirements.css?17591709252793 */
/* /local/templates/nlmk_career/css/asv/selection-stages.css?17591709253228 */
/* /local/templates/nlmk_career/css/asv/top-banner.css?17591709253534 */
/* /local/templates/nlmk_career/css/asv/popup-video.css?17591709251630 */
/* /local/templates/nlmk_career/css/asv/video-block.css?1759170925966 */
/* /local/templates/nlmk_career/css/asv/about.css?17591709253234 */
/* /local/templates/nlmk_career/components/nlmk/iblock.sections/asv_program_directions/style.css?17591709258499 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/asv_program_contains/style.css?17591709253895 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/asv_faq/style.css?17591709252016 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items/asv_reviews/style.css?17591709256594 */
/* /local/components/nlmk/asv.applications.form/templates/.default/style.css?175917092416600 */
/* /local/templates/nlmk_career/components/nlmk/input.selector/suggestions/style.css?17591709253084 */
/* /local/components/nlmk/input.selector/templates/.default/style.css?17591709242662 */
/* /local/templates/nlmk_career/components/nlmk/input.selector/asv_directions/style.css?17591709254184 */
