@font-face {
    font-family: 'Steppe';
    src: local('Steppe Bold'), local('Steppe-Bold'),
    url('/career/fonts/Steppe-Bold.woff2') format('woff2'),
    url('/career/fonts/Steppe-Bold.woff') format('woff'),
    url('/career/fonts/Steppe-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.page-top {
    display: none;
}

body[data-section="proect"] {
    background: #f7f7f7;
}

.pr-title {
    margin-top: 30px;
}
.pr-title__wrapper {
    background: #ff4c42;
    border-radius: 20px;
    color: #fff;
    height: 68px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/career/img/fon_top_slogan.png);
    font-weight: 700;
}
.pr-tile__text {
    font-family: 'Steppe', sans-serif;
}

@media (max-width: 991.98px) {

    .pr-title {
        margin-top: 16px;
    }
    .pr-title__wrapper {
        font-size: 19px;
        padding-top: 4px;
        text-align: center;
    }

}

.pr-sections {
    margin-top: 30px;
}
.pr-sections__item {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 24px;
    height: 235px;
    display: block;
    position: relative;
    overflow: hidden;
}
.pr-sections__item:before {
    content: '';
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #fff;
    top: -2px;
    left: -2px;
    z-index: 0;
    transition: all .2s;
    opacity: 1;
}
.pr-sections__item:hover:before {
    opacity: 0;
}
.pr-sections__item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .2s;
}
.pr-sections__item-icon {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 24px;
    left: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}
.pr-sections__item_1 .pr-sections__item-icon {
    background-image: url(../images/pr/i_1.svg);
}
.pr-sections__item_2 .pr-sections__item-icon {
    background-image: url(../images/pr/i_2.svg);
}
.pr-sections__item_3 .pr-sections__item-icon {
    background-image: url(../images/pr/i_3.svg);
}
.pr-sections__item_1:hover .pr-sections__item-icon {
    background-image: url(../images/pr/i_1_w.svg);
}
.pr-sections__item_2:hover .pr-sections__item-icon {
    background-image: url(../images/pr/i_2_w.svg);
}
.pr-sections__item_3:hover .pr-sections__item-icon {
    background-image: url(../images/pr/i_3_w.svg);
}
.pr-sections__item_1 .pr-sections__item-bg {
    background: url(../images/pr/pic_1.jpg) no-repeat center / cover;
}
.pr-sections__item_2 .pr-sections__item-bg {
    background: url(../images/pr/pic_2.jpg) no-repeat center / cover;
}
.pr-sections__item_3 .pr-sections__item-bg {
    background: url(../images/pr/pic_3.jpg) no-repeat center / cover;
}
.pr-sections__item:hover .pr-sections__item-bg {
    opacity: 1;
}
.pr-sections__item-title {
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    left: 24px;
    transition: all .2s;
}
.pr-sections__item:hover .pr-sections__item-title {
    color: #fff;
}
.pr-sections__item-more {
    background: url(../images/pr/arrow.svg) no-repeat center / contain;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.pr-sections__item:hover .pr-sections__item-more {
    background-image: url(../images/pr/arrow_w.svg)
}
.pr-sections__item:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .16);
}

@media (max-width: 991.98px) {

    .pr-sections {
        margin-top: 20px;
    }
    .pr-sections__item {
        margin-bottom: 15px;
    }
    .pr-sections__item-title {
        max-width: 160px;
    }

}

.pr-bottom {
    margin-top: 61px;
}

@media (max-width: 991.98px) {

    .pr-bottom {
        margin-top: 15px;
    }

}

.pr-exp {
    /*max-width: 550px;*/
    color: #212121;
}
.pr-exp__title {
    font-weight: 700;
    font-size: 25px;
    padding: 0 24px;
}
.pr-exp__desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    margin-top: 11px;
    padding: 0 24px;
}
.pr-exp__sub-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    margin-top: 21px;
}
.pr-exp__blocks {
    margin-top: 15px;
}
.pr-exp__blocks .row {
    margin-right: -7px;
    margin-left: -7px;
}
.pr-exp__blocks .col-lg-5,
.pr-exp__blocks .col-lg-12,
.pr-exp__blocks .col-lg-6,
.pr-exp__blocks .col-lg-7 {
    padding-right: 7px;
    padding-left: 7px;
}
.pr-exp__info {
    background: #fff;
    padding: 24px 24px 9px;
    border-radius: 20px;
    margin-top: 20px;
}
.pr-exp__info-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
}
.pr-exp__info ul {
    font-weight: 500;
    font-size: 16px;
    line-height: 131%;
    color: #4C4B4D;
    margin-top: 15px;
}
.pr-exp__info li {
    margin-bottom: 15px;
}
.pr-exp__info li:before {
    margin-bottom: 15px;
    border-radius: 3px;
    width: 8px;
    height: 8px;
    background: #4C4B4D;
    top: 8px;
}
.pr-exp__block {
    border-radius: 20px;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 131%;
    color: #4C4B4D;
    margin-bottom: 15px;
}
.pr-exp__block_1 {
    background: #fff url(../images/pr/e_1.svg) no-repeat left 15px top 15px / 32px;
    height: 135px;
    padding-top: 57px;
}
.pr-exp__block_2 {
    background: #fff url(../images/pr/e_2.svg) no-repeat  left 15px top 15px / 32px;
    height: 135px;
    padding-top: 57px;
}
.pr-exp__block_3 {
    background: #fff url(../images/pr/e_3.svg) no-repeat left 15px center / 32px;
    height: 72px;
    padding-left: 57px;
    padding-top: 26px;
}
.pr-exp__block_4 {
    background: #fff url(../images/pr/e_4.svg) no-repeat left 15px center / 32px;
    height: 72px;
    padding-left: 57px;
    padding-top: 15px;
}
.pr-exp__block_5 {
    background: #fff url(../images/pr/e_5.svg) no-repeat left 15px center / 32px;
    padding-left: 57px;
    padding-top: 21px;
    height: 62px;
}
.pr-exp__desc,
.pr-exp__title {
    padding: 0;
}

@media (max-width: 991.98px) {

    .pr-exp__title {
        color: #212121;
    }
    .pr-exp__desc {
        color: #212121;
        margin-top: 10px;
    }
    .pr-exp__sub-title {
        color: #212121;
        margin-top: 20px;
    }
    .pr-exp__block {
        font-weight: 400;
    }
    .pr-exp__block_1 {
        background: #fff url(../images/pr/e_1.svg) no-repeat left 15px center / 32px;
        height: auto;
        padding-top: 15px;
        padding-left: 60px;
    }
    .pr-exp__block_2 {
        background: #fff url(../images/pr/e_2.svg) no-repeat left 15px center / 32px;
        height: auto;
        padding-top: 15px;
        padding-left: 60px;
    }
    .pr-exp__block_3 {
        background: #fff url(../images/pr/e_3.svg) no-repeat left 15px center / 32px;
        height: auto;
        padding-top: 15px;
        padding-left: 60px;
    }
    .pr-exp__block_4 {
        background: #fff url(../images/pr/e_4.svg) no-repeat left 15px center / 32px;
        height: auto;
        padding-top: 15px;
        padding-left: 60px;
    }
    .pr-exp__block_5 {
        background: #fff url(../images/pr/e_5.svg) no-repeat left 15px center / 32px;
        height: auto;
        padding-top: 15px;
        padding-left: 60px;
    }

}

.pr-form {
    box-shadow: 0 4px 12px 0 rgba(191, 191, 191, 0.12);
    background: #fff;
    border-radius: 20px;
    padding: 24px;
}
.pr-form__title {
    font-weight: 700;
    font-size: 25px;
    color: #212121;
}
.pr-form form {
    margin-top: 22px;
}
.pr-form form .row {
    margin-right: -7px;
    margin-left: -7px;
}
.pr-form form .col-lg-6,
.pr-form form .col-lg-12 {
    padding-right: 7px;
    padding-left: 7px;
}
.pr-form__block {
    margin-bottom: 12px;
}
.pr-form__block label {
    font-size: 16px;
    line-height: 137%;
    color: #9c9c9c;
    padding-left: 18px;
}
.pr-form__block input {
    border: 1px solid #F6F6F6;
    border-radius: 20px;
    padding: 14px 20px;
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    outline: none;
    margin-top: 5px;
    color: #212121;
}
.pr-form__block input::placeholder {
    color: #4C4B4D;
}
.pr-form__block input:focus,
.pr-form__block input:active {
    border-color: #4C4B4D;
    background: #fff;
}
.pr-form__block button {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.16);
    background: #FF4C42;
    border-radius: 20px;
    padding: 14px 28px;
    width: 100%;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    margin-top: 6px;
}

.checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 137%;
}
.pr-form__block .checkbox-other {
    line-height: normal;
    padding-left: 0;
    margin-top: 10px;
    color: #4C4B4D;
}
.checkbox-other input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    outline: none;
    background: url(../images/pr/checkbox.svg) center / contain;
    cursor: pointer;
}
.checkbox-other input[type=checkbox]:checked {
    background-image: url(../images/pr/checkbox_a.svg);
}
.checkbox-other input[type=checkbox]:focus,
.checkbox-other input[type=checkbox]:active {
    border: none;
}
.checkbox-other span {
    padding-top: 5px;
    padding-left: 5px;
    display: inline-block;
}

.file-upload {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px dashed #4C4B4D;
    border-radius: 15px;
    margin: 12px 0;
    justify-content: space-between;
    padding: 17px 24px;
}
.file-upload-input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.custom-button {
    border: none;
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #212121;
    cursor: pointer;
    background: none
}
.file-name {
    background: url(../images/pr/file.svg) no-repeat left center / 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #4C4B4D;
    /*cursor: pointer;*/
    padding-left: 39px;
}

@media (max-width: 991.98px) {

    .pr-form {
        padding: 20px;
        margin-top: 30px;
    }
    .pr-form__block .checkbox-other {
        display: flex;
        margin-top: 20px;
    }
    .checkbox-other span {
        padding-top: 0;
        width: calc(100% - 36px);
    }
    .file-upload {
        margin: 20px 0;
        padding: 20px 24px;
        flex-direction: column;
        align-items: center;
    }
    .file-name {
        margin-bottom: 15px;
    }

}