@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;
}

.id-files {
    border-radius: 20px;
    padding: 24px;
    background: #fff;
}

.id-files-top {

}
.id-files-top h1 {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}

.id-files-content {

}
.id-files-content__top-buttons {
    display: flex;
    align-items: center;
    margin: 34px 0;
}
.id-files-content__check-all {
    background:url(../images/pr/f_check_b.svg) no-repeat left center / 24px;
    font-weight: 500;
    font-size: 16px;
    padding-left: 38px;
    line-height: 24px;
    cursor: pointer;
}
.id-files-content__check-all_selected {
    background:url(../images/pr/f_check.svg) no-repeat left center / 24px;
}
.id-files-content__download-selected {
    background:url(../images/pr/icon_download.svg) no-repeat left center;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    margin-left: 34px;
    padding-left: 38px;
    cursor: pointer;
}

.custom-select {
    background: #F6F6F6 url(../images/pr/arrow_2.svg) no-repeat right 10px center;
    border-radius: 20px;
    position: relative;
    width: 100%;
    padding: 9px 20px;
    cursor: pointer;
    height: 44px;
}
.custom-options {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #e1e1e1;
    background: white;
    z-index: 1000;
    top: 0;
    left: 0;
    border-radius: 20px;
    padding: 0 11px 10px;
}
.custom-option {
    padding: 8px;
}
.custom-option:hover {
    color: #000;
}
.file-item {
    padding: 18px 0;
    border-bottom: 1px solid #EDEDED;
}
.custom-checkbox {
    background: url(../images/pr/f_check_b.svg) no-repeat left center / 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
}
.custom-checkbox.selected {
    background: url(../images/pr/f_check.svg) no-repeat left center / 24px;
}

.id-files-content__link {
    background: url(../images/pr/pdf.svg) no-repeat left center / auto 24px;
    font-size: 16px;
    line-height: 137%;
    padding-left: 37px;
    min-height: 24px;
    display: inline-block;
}

.file-item {
    position: relative;
    display: flex;
    align-items: center;
}
.file-item.hidden-row {
    display: none;
}
.file-item__b1 {
    height: 24px;
    margin-right: 15px;
}
.file-item__b2 {

}
.file-item__b3 {
    position: absolute;
    right: 0;
}
.file-item__b3-link {
    background: url(../images/pr/d.svg) no-repeat left 31px center / auto 24px;
    border: 1px solid #FF4C42;
    border-radius: 20px;
    padding-left: 62px;
    width: 160px;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
    color: #FF4C42;
    display: inline-block;
}
.file-item__b3-link:hover {
    background-image: url(../images/pr/d_w.svg);
    background-color: #212121;
    color: #fff;
    border-color: #212121;
}
.file-item__b3-link:active {
    background-image: url(../images/pr/d_w.svg);
    background-color: #FF4C42;
    color: #fff;
    border-color: #FF4C42;
}

@media (max-width: 991.98px) {

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

    .id-files {
        border-radius: 0;
        padding: 24px 0;
        background: transparent;
    }
    .id-files-top h1 {
        font-size: 18px;
    }
    .custom-select {
        margin-bottom: 10px;
    }
    .id-files-content__top-buttons {
        margin: 24px 0;
        justify-content: space-between;
    }
    .id-files-content__download-selected {
        background: url(../images/pr/icon_download.svg) no-repeat right center;
        font-size: 16px;
        line-height: 131%;
        margin-left: 0;
        padding-left: 0;
        text-align: right;
        padding-right: 43px;
    }
    .id-files-content__check-all {
        white-space: nowrap;
    }
    .file-item__b3 {
        display: none;
    }
    .id-files-content__link {
        text-decoration: underline;
    }

}