

/* Start:/career/questionnaire/assets/styles/applyment.css?175499899427295*/
.grid__container {
    max-width: 960px;
    margin: 0 auto;
}

.vacancy-rating {
    display: inline-block;
}

.vacancy-rating__svg-defs {
    display: none;
}

.vacancy-rating__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.vacancy-rating__item {
    position: relative;
    display: block;
    margin: 0 0 0 3px;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
}

@media only screen and (min-width: 768px) {
    .vacancy-rating__item {
        width: 18px;
        height: 18px;
        margin: 0 0 0 5px;
    }
}

.vacancy-rating__item:nth-child(1) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.vacancy-rating__item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.vacancy-rating__item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.vacancy-rating__item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.vacancy-rating__item:nth-child(5) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.vacancy-rating__item:last-child {
    margin-left: 0;
}

.vacancy-rating__mark {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    fill: #c9c9c9;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

@media only screen and (min-width: 768px) {
    .vacancy-rating__mark {
        width: 18px;
        height: 18px;
    }
}

.vacancy-rating__mark_state_active {
    fill: #ffd23b;
}

.vacancy-rating_size_stable .vacancy-rating__item {
    width: 18px;
    height: 18px;
    margin: 0 0 0 5px;
}

.vacancy-rating_size_stable .vacancy-rating__item:last-child {
    margin-left: 0;
}

.vacancy-rating_size_stable .vacancy-rating__mark {
    width: 18px;
    height: 18px;
}

.vacancy-rating_size_large .vacancy-rating__label {
    margin: 0 0 17px;
    font-size: 17px;
}

.vacancy-rating_size_large .vacancy-rating__item {
    width: 24px;
    height: 24px;
    margin: 0 0 0 7px;
}

.vacancy-rating_size_large .vacancy-rating__item:last-child {
    margin-left: 0;
}

.vacancy-rating_size_large .vacancy-rating__mark {
    width: 24px;
    height: 24px;
}

.vacancy-rating_marks_5 .vacancy-rating__mark {
    fill: #ffd23b;
}

.vacancy-rating_marks_4 .vacancy-rating__item:nth-child(n + 2) .vacancy-rating__mark {
    fill: #ffd23b;
}

.vacancy-rating_marks_3 .vacancy-rating__item:nth-child(n + 3) .vacancy-rating__mark {
    fill: #ffd23b;
}

.vacancy-rating_marks_2 .vacancy-rating__item:nth-child(n + 4) .vacancy-rating__mark {
    fill: #ffd23b;
}

.vacancy-rating_marks_1 .vacancy-rating__item:nth-child(n + 5) .vacancy-rating__mark {
    fill: #ffd23b;
}

.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(n) .vacancy-rating__mark {
    fill: #c9c9c9;
}

.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(1):hover .vacancy-rating__mark,
.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(1):hover+.vacancy-rating__item .vacancy-rating__mark,
.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(1):hover+.vacancy-rating__item+.vacancy-rating__item .vacancy-rating__mark,
.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(1):hover+.vacancy-rating__item+.vacancy-rating__item+.vacancy-rating__item .vacancy-rating__mark,
.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(1):hover+.vacancy-rating__item+.vacancy-rating__item+.vacancy-rating__item+.vacancy-rating__item .vacancy-rating__mark {
    fill: #ffd23b;
}

.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(2):hover .vacancy-rating__mark,
.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(2):hover+.vacancy-rating__item .vacancy-rating__mark,
.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(2):hover+.vacancy-rating__item+.vacancy-rating__item .vacancy-rating__mark,
.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(2):hover+.vacancy-rating__item+.vacancy-rating__item+.vacancy-rating__item .vacancy-rating__mark {
    fill: #ffd23b;
}

.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(3):hover .vacancy-rating__mark,
.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(3):hover+.vacancy-rating__item .vacancy-rating__mark,
.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(3):hover+.vacancy-rating__item+.vacancy-rating__item .vacancy-rating__mark {
    fill: #ffd23b;
}

.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(4):hover .vacancy-rating__mark,
.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(4):hover+.vacancy-rating__item .vacancy-rating__mark {
    fill: #ffd23b;
}

.vacancy-rating_type_interactable:hover .vacancy-rating__item:nth-child(5):hover .vacancy-rating__mark {
    fill: #ffd23b;
}

.button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 55px;
    padding: 0 22px;
    fill: #a01602;
    color: #a01602;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 1px solid #a01602;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1025px) {
    .button {
        height: 45px;
        font-size: 14px;
    }
}

.button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    background: transparent;
    border: 1px solid #a01602;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.button:hover,
.button:active,
.button:focus {
    fill: #a01602;
    color: #a01602;
    text-decoration: none;
    border-color: #a01602;
}

.button:hover:after,
.button:active:after,
.button:focus:after {
    opacity: 1;
}

.button__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.button__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.button__icon {
    display: block;
    width: 16px;
    height: 16px;
    fill: inherit;
}

.button__icon-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 0 15px;
}

.button__icon-wrapper:first-child {
    margin-left: 0;
}

.button__icon-wrapper:last-child {
    margin-right: 0;
}

.button__label {
    position: absolute;
    top: 50%;
    right: -60px;
    z-index: 1;
    display: none;
    color: #666;
    font-size: 14px;
    -webkit-transform: translate(-3px, -50%);
    transform: translate(-3px, -50%);
    text-shadow: none;
}

@media only screen and (min-width: 1025px) {
    .button__label {
        display: block;
    }
}

.button_width_full {
    display: block;
    width: 100%;
}

.button_style_disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.button_style_filled {
    fill: #fff;
    color: #fff;
    font-weight: 700;
    background: #a01602;
}

.button_style_filled:after {
    display: none;
}

.button_style_filled:hover,
.button_style_filled:active,
.button_style_filled:focus {
    fill: #fff;
    color: #fff;
    text-shadow: 1px 0 0;
}

@media only screen and (max-width: 1024px) {
    .button_style_special {
        fill: #fff;
        color: #fff;
        font-weight: 700;
        background: #a01602;
    }
}

@media only screen and (max-width: 1024px) {
    .button_style_special:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .button_style_special:hover,
    .button_style_special:active,
    .button_style_special:focus {
        fill: #fff;
        color: #fff;
        text-shadow: 1px 0 0;
    }
}

.button_style_filling:after {
    display: none;
}

.button_style_filling:hover,
.button_style_filling:active,
.button_style_filling:focus {
    fill: #fff;
    color: #fff;
    background: #a01602;
}

.button_style_gray {
    fill: #919699;
    color: #919699;
    background: transparent;
    border-color: #919699;
}

.button_style_dark-gray {
    fill: #6d6d6d;
    color: #6d6d6d;
    background: transparent;
    border-color: #b5b4b4;
}

.button_style_success {
    fill: #fff;
    color: #fff;
    background: #16a002;
    border-color: #16a002;
}

.button_style_success:after {
    display: none;
}

.button_style_success:hover,
.button_style_success:active,
.button_style_success:focus {
    fill: #fff;
    color: #fff;
    background: #20cb07;
    border-color: #20cb07;
}

.button_style_light {
    color: #fff;
    border-color: #fff;
}

.button_style_light:after {
    display: none;
}

.button_style_light:hover,
.button_style_light:active,
.button_style_light:focus {
    color: #333;
    background: #fff;
    border-color: #fff;
}

.applyment {
    font-family: Ubuntu, sans-serif;
}

.applyment__nav {
    display: block;
    max-width: 214px;
    margin: 0 auto 50px;
}

@media only screen and (min-width: 768px) {
    .applyment__nav {
        max-width: 700px;
        margin: 0 auto 27px;
    }
}

.applyment__nav:last-child {
    margin-bottom: 0;
}

.applyment__button {
    height: 36px;
    padding: 12px 21px 11px;
    font-size: 11px;
    line-height: 23px;
    border-radius: 2px;
}

.applyment__message {
    max-width: 420px;
    margin: 0 auto;
}

.applyment-form {
    display: block;
}

.applyment-form label:not(.applyment-form__label) {
    overflow: auto;
    text-overflow: initial;
    white-space: normal;
}

.applyment-form__header {
    margin: 0 0 18px;
}

@media only screen and (min-width: 768px) {
    .applyment-form__header {
        margin: 0 0 8px;
    }
}

.applyment-form__header:last-child {
    margin-bottom: 0;
}

.applyment-form__title {
    display: block;
    max-width: 260px;
    margin: 0 auto;
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

@media only screen and (min-width: 768px) {
    .applyment-form__title {
        max-width: none;
        margin: 0;
        text-align: left;
        font-size: 24px;
        line-height: 28px;
    }
}

.applyment-form__line-group {
    position: relative;
    max-width: 488px;
    padding: 10px 0 0;
}

.applyment-form__line-group_width_m {
    max-width: 540px;
}

.applyment-form__line-group_width_l {
    max-width: 650px;
}

.applyment-form__line-group_width_full {
    max-width: 100%;
}

@media only screen and (min-width: 1025px) {
    .applyment-form__line-group {
        padding: 0;
    }
    .applyment-form__line-group_width_reserved {
        max-width: 100%;
        padding-right: 260px;
    }
}

.applyment-form__line-separator {
    display: none;
}

@media only screen and (min-width: 1025px) {
    .applyment-form__line-group-inner {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .applyment-form__line-group-inner_type_one-line {
        flex-wrap: nowrap;
    }

    .applyment-form__line-separator {
        display: block;
        padding: 40px 0 0;
    }
}

.applyment-form__line-item {
    display: block;
    padding: 18px 0 0;
}

.applyment-form__remove-line-group {
    display: block;
    padding: 22px 0 15px;
}

@media only screen and (min-width: 1025px) {
    .applyment-form__line-item {
        display: block;
        flex: 1 1 50%;
        width: 50%;
        max-width: 100%;
        padding: 27px 10px 0;
    }
    .applyment-form__line-item_width_m {
        flex-basis: 25%;
        width: 25%;
        max-width: 25%;
    }
    .applyment-form__line-item_width_l {
        flex-basis: 30%;
        width: 30%;
        max-width: 30%;
    }
    .applyment-form__line-item_width_xl {
        flex-basis: 45%;
        width: 45%;
        max-width: 45%;
    }
    .applyment-form__remove-line-group {
        position: absolute;
        right: 0;
        bottom: 6px;
        z-index: 10;
        padding: 0;
    }
}

.applyment-form__line {
    position: relative;
    display: block;
    margin: 18px 0 0;
    max-width: 488px !important;
}

@media only screen and (min-width: 768px) {
    .applyment-form__line {
        margin: 27px 0 0;
    }
}

.applyment-form__line_width_m {
    max-width: 540px !important;
}

.applyment-form__line_width_l {
    max-width: 650px !important;
}

.applyment-form__line_width_full {
    max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
    .applyment-form__line_spacing_close {
        margin-top: 21px;
    }
}

.applyment-form__line:first-child {
    margin-top: 0;
}

.applyment-form__line_type_required .applyment-form__label:after {
    display: inline;
}

.applyment-form__line_label_static .applyment-form__label {
    position: relative;
    top: auto;
    left: auto;
    overflow: visible;
    padding: 21px 0 9px;
    white-space: normal;
    text-overflow: auto;
}

.applyment-form__line_state_error .applyment-form__error-message {
    display: block !important;
}

.applyment-form__line_state_error .applyment-form__label,
.applyment-form__line_state_error .applyment-form__static-label {
    color: #870505;
}

.applyment-form__line_state_error:not(.applyment-form__line_label_lifted) .applyment-form__label {
    padding: 16px 0 11px;
}

.applyment-form__line_state_error .applyment-form__input,
.applyment-form__line_state_error .applyment-form__textarea {
    padding: 28px 0 2px;
}

.applyment-form__line_label_lifted:not(.applyment-form__line_label_static) .applyment-form__label {
    padding: 0 0 12px;
    font-size: 12px;
}

.applyment-form__line_state_error .applyment-form__input,
.applyment-form__line_state_error .applyment-form__textarea {
    border-color: #870505;
}

.applyment-form__line_state_error .check-elem__label {
    color: #870505;
}

.applyment-form__line_state_disabled {
    opacity: .5;
    cursor: not-allowed;
}

.applyment-form__error-message {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none !important;
    color: #870505;
    font-size: 10px;
    line-height: 11px;
}

.applyment-form__control-group {
    position: relative;
    display: block;
    text-align: left;
}

.applyment-form__input-wrapper {
    position: relative;
    display: block;
}

.applyment-form__input,
.applyment-form__textarea {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 47px;
    margin: 0;
    padding: 23px 0 7px;
    color: #555555;
    font-size: 15px;
    line-height: 17px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    outline: none;
    -webkit-transition: border 0.3s ease;
    transition: all 0.3s ease;
}

.applyment-form__input::-webkit-input-placeholder,
.applyment-form__textarea::-webkit-input-placeholder {
    color: transparent;
    font-size: 15px;
}

.applyment-form__input:-ms-input-placeholder,
.applyment-form__textarea:-ms-input-placeholder {
    color: transparent;
    font-size: 15px;
}

.applyment-form__input::-moz-placeholder,
.applyment-form__textarea::-moz-placeholder {
    color: transparent;
    font-size: 15px;
    opacity: 1;
}

.applyment-form__input::-ms-input-placeholder,
.applyment-form__textarea::-ms-input-placeholder {
    color: transparent;
    font-size: 15px;
    opacity: 1;
}

.applyment-form__input::placeholder,
.applyment-form__textarea::placeholder {
    color: transparent;
    font-size: 15px;
    opacity: 1;
}

.applyment-form__input:focus::-webkit-input-placeholder,
.applyment-form__textarea:focus::-webkit-input-placeholder {
    color: #aaa;
    font-size: 15px;
}

.applyment-form__input:focus:-ms-input-placeholder,
.applyment-form__textarea:focus:-ms-input-placeholder {
    color: #aaa;
    font-size: 15px;
}

.applyment-form__input:focus::-moz-placeholder,
.applyment-form__textarea:focus::-moz-placeholder {
    color: #aaa;
    font-size: 15px;
    opacity: 1;
}

.applyment-form__input:focus::-ms-input-placeholder,
.applyment-form__textarea:focus::-ms-input-placeholder {
    color: #aaa;
    font-size: 15px;
    opacity: 1;
}

.applyment-form__input:focus::placeholder,
.applyment-form__textarea:focus::placeholder {
    color: #aaa;
    font-size: 15px;
    opacity: 1;
}

.applyment-form__textarea {
    min-height: 47px;
    resize: vertical;
}

.applyment-form__label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 21px 0 9px;
    color: #777;
    font-size: 15px;
    line-height: 1.1;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s ease;
}

.applyment-form__label:after {
    content: '*';
    display: none;
    color: #870505;
    font: inherit;
}

@media only screen and (max-width: 767px) {
    .applyment-form__label_mobile_center {
        text-align: center;
    }
}

.applyment-form__static-label {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 -18px;
    padding: 18px 0 0;
    color: #777;
    font-size: 15px;
    line-height: 1.1;
    transition: color .3s ease;
}

@media only screen and (min-width: 1025px) {
    .applyment-form__static-label {
        margin: 0 0 -27px;
        padding: 27px 0 0;
    }
}

.applyment-form__image-input {
    padding: 15px 0 0;
}

.applyment-form__file-input {
    padding: 10px 0 0;
}

.applyment-form__rating {
    text-align: center;
}

.applyment-form__check-group {
    padding: 4px 0 0;
}

.applyment-form__check-item {
    margin: 0 0 9px;
}

.applyment-form__check-item:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .applyment-form__check-group_type_columns {
        display: flex;
        flex-wrap: wrap;
    }
    .applyment-form__check-group_type_columns .applyment-form__check-item {
        display: block;
        flex: 1 1 50%;
        width: 50%;
        max-width: 100%;
    }
}

.applyment-form__note {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

@media only screen and (min-width: 768px) {
    .applyment-form__note {
        font-size: 15px;
        line-height: 22px;
    }
}

.applyment-form__footer {
    padding: 50px 0 0;
}

@media only screen and (min-width: 768px) {
    .applyment-form__footer {
        padding: 70px 0 0;
    }
}

.applyment-form_state_disabled {
    cursor: default;
    pointer-events: none;
}

.simple-file-input {
    position: relative;
    display: inline-block;
}

.simple-file-input__input {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0.001px;
    height: 0.001px;
    opacity: 0.001;
}

.simple-file-input__label {
    display: block;
    padding: 6px 20px 7px;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
    .simple-file-input__label {
        padding: 5px 20px 4px;
        font-size: 15px;
        line-height: 17px;
    }
}

.simple-file-input__control {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 17px 7px 16px;
    color: #333;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    outline: none;
    transition: border .3s ease;
}

@media only screen and (min-width: 768px) {
    .simple-file-input__control {
        padding: 7px 19px 8px 16px;
    }
}

.simple-file-input__control:hover {
    background-color: #a7a7a7;
}

.simple-file-input__text {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    color: #888;
    padding: 0 0 0 14px;
    width: auto;
    min-width: 109px;
    max-width: 161px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 768px) {
    .simple-file-input__text {
        padding: 0 0 0 11px;
        min-width: 162px;
        max-width: 250px;
    }
}

.applyment-message {
    display: block;
    text-align: center;
}

.applyment-message__header {
    margin: 0 0 24px;
}

@media only screen and (min-width: 768px) {
    .applyment-message__header {
        margin: 0 0 60px;
    }
}

.applyment-message__header:last-child {
    margin-bottom: 0;
}

.applyment-message__title {
    display: block;
    margin: 0 0 25px;
    color: #666;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

@media only screen and (min-width: 768px) {
    .applyment-message__title {
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 32px;
    }
}

.applyment-message__title:last-child {
    margin-bottom: 0;
}

.applyment-message__fields {
    max-width: 230px;
    margin: 0 auto 40px;
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

@media only screen and (min-width: 768px) {
    .applyment-message__fields {
        max-width: none;
        margin: 0 0 40px;
        font-size: 15px;
    }
}

.applyment-message__fields:last-child {
    margin-bottom: 0;
}

.applyment-message__field {
    margin: 0 0 20px;
}

.applyment-message__field:last-child {
    margin-bottom: 0;
}

.applyment-message__field_style_highlighted {
    color: #a01602;
    font-weight: 700;
    font-size: 1.4em;
}

.applyment-message__control {
    display: block;
    width: 190px;
    margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
    .applyment-message__control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0 18px 0 0;
    }
    .applyment-message__control:last-child {
        margin-right: 0;
    }
}

.applyment-message__control:last-child {
    margin-bottom: 0;
}

.applyment-nav {
    display: block;
}

@media only screen and (min-width: 768px) {
    .applyment-nav {
        display: block;
        padding: 0 50px 60px;
    }
}

.applyment-nav__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.applyment-nav__item {
    display: block;
    flex: 0 0 auto;
    width: auto;
}

.applyment-nav__control {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    color: #666;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    background-color: #d8d8d8;
    border: 2px solid #999;
    border-radius: 50%;
    outline: none;
    transition: all .3s ease;
}

.applyment-nav__control:hover {
    color: #666;
    text-decoration: none;
    border-color: #666;
}

.applyment-nav__control_state_active {
    color: #fff;
    background-color: #a01602;
    border-color: #a01602;
}

.applyment-nav__control_state_active:hover {
    color: #fff;
    border-color: #870505;
}

.applyment-nav__label {
    display: none;
}

@media only screen and (min-width: 768px) {
    .applyment-nav__label {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 10;
        display: block;
        width: max-content;
        max-width: 122px;
        color: #716f6f;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        line-height: 20px;
        transform: translate(-50%, 8px);
    }
}

.applyment-nav__separator {
    display: block;
    width: 1 1 100%;
    width: 100%;
    max-width: 100%;
    height: 2px;
    background-color: #999;
}

.applyment-nav__separator_style_primary {
    background-color: #A01602;
}

.image-input {
    position: relative;
    display: block;
    width: 200px;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) {
    .image-input {
        margin: 0;
    }
}

.image-input__illustration {
    position: relative;
    display: block;
    width: 100%;
    background-color: #716f6f;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.image-input__illustration:before {
    content: '';
    display: block;
    width: 100%;
    height: auto;
    padding: 100% 0 0;
}

.image-input__image {
    display: none;
}

.image-input__controls {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    display: block;
    text-align: center;
    transform: translate(-50%, -50%);
}

.image-input__control_type_clear {
    display: none;
    margin-top: 10px;
}

.image-input__input {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.001px;
    height: 0.001px;
    opacity: 0.001;
}

.image-input__label {
    display: block;
}

.image-input_state_set .image-input__controls {
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease;
}

.image-input_state_set:hover .image-input__controls {
    pointer-events: auto;
    opacity: 1;
}

.image-input_state_set .image-input__control_type_clear {
    display: block;
}

.image-input__button {
    height: auto;
    min-height: 38px;
    padding: 7px 20px 6px;
    font-size: 14px;
    line-height: 23px;
    text-transform: none;
    border-radius: 2px;
}

.act-trigger {
    position: relative;
    display: block;
    padding: 0 0 0 28px;
    color: #a01602;
    font-size: 15px;
    line-height: 17px;
    text-decoration: none;
    text-align: left;
    background: transparent;
    border: none;
    outline: none;
}

.act-trigger__icon {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 0;
    background: currentColor;
    border-radius: 2px;
    transform: translate(0, -50%);
}

.act-trigger__icon:before,
.act-trigger__icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.act-trigger__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.act-trigger_type_cross .act-trigger__icon {
    border-radius: 50%;
    transform: translate(0, -50%) rotate(45deg);
}

.vacancy-rating__mark {
    fill: #b2b2b2;
}

.vacancy-rating_size_l .vacancy-rating__item {
    margin-left: 26px;
}

.vacancy-rating_size_l .vacancy-rating__item:last-child {
    margin-left: 0;
}

.vacancy-rating_size_l .vacancy-rating__mark {
    width: 21px;
    height: 21px;
}

.applyment-form__message {
    display: block;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.2;
    color: #870505;
}

@media only screen and (min-width: 768px) {
    .applyment-form__message {
        font-size: 20px;
    }
}

.applyment-form__message:last-child {
    margin-bottom: 0;
}

.applyment-form__controls {
    display: block;
    font-size: 0;
}
.applyment-form__control {
    margin: 0 0 16px;
}
@media only screen and (min-width: 1025px) {
    .applyment-form__control {
        display: inline-block;
        vertical-align: middle;
        margin: 0 20px 0 0;
    }
}
.applyment-form__control:last-child {
    margin: 0;
}

/* End */
/* /career/questionnaire/assets/styles/applyment.css?175499899427295 */
