.hr-vacancies {
    padding-top: 20px;
    padding-bottom: 30px;
}

.hr-vacancies p, .hr-vacancies label {
    font-family: 'Proxima Nova';
}

.hr-vacancies__title {
    margin-left: 15px;
    font-weight: 300;
    font-size: 72px;
    line-height: 66px;
    color: rgba(0, 0, 0, 0.9);
}

.hr-vacancies__main {
    margin-top: 45px;
}

.hr-vacancies__nav {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}

.hr-vacancies__nav-item {
    width: 31.5%;
    margin: 0 0.92%;
    height: 48px;
    border-radius: 3px;
    background-color: #FFFFFF;
    border: 2px solid #537AFF;
}

.hr-vacancies__search-form {
    position: relative;
    width: 100%;
    height: 100%;
}

.hr-vacancies__form-item {
    width: 100%;
    height: 100%;
}

.hr-vacancies__form-input {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.9);
    border: none;
}

.hr-vacancies__form-input::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.32);
    font-size: inherit;
}

.hr-vacancies__form-input::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.32);
    font-size: inherit;
}

.hr-vacancies__form-input:-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.32);
    font-size: inherit;
}

.hr-vacancies__form-input:-ms-input-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.32);
    font-size: inherit;
}

.hr-vacancies__button-search {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background-color: transparent;
    border: none;
    background-image: url("/local/components/drp/hr/templates/vacancies/images/icon1.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    cursor: pointer;
}

.hr-vacancies__filter {
    position: relative;
    padding: 0 15px;
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.9);
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background-color: #fff;
    background-image: url("/local/components/drp/hr/templates/vacancies/images/triangle.svg");
    background-repeat: no-repeat;
    background-position: right 16px top 50%;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
}

.hr-vacancies__filter option {
    padding: 15px 0;
}

.hr-vacancies__filter::-ms-expand {
    display: none;
}

.hr-vacancies__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
}

.hr-vacancies__list-item {
    display: flex;
    flex-wrap: wrap;
    width: 23.5%;
    margin: 0 0.75% 1.5%;
    padding: 24px 20px 20px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    text-decoration: none !important;
}

.hr-vacancies__list-item:hover {
    box-shadow: 0px 0px 6px 3px rgba(128, 128, 128, 0.5);
}

.hr-vacancies__list-item-top, .hr-vacancies__list-item-bottom {
    width: 100%;
}

.hr-vacancies__list-item-tag {
    display: inline-block;
    min-width: 140px;
    min-height: 40px;
    padding: 9px 20px 7px;
    border-radius: 20px;
    border: 2px solid #537AFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #537AFF;
    text-align: center;
}

.hr-vacancies__list-item-title {
    margin-top: 34px;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.9);
}

.hr-vacancies__list-item-bottom {
    align-self: flex-end;
}

.hr-vacancies__list-item-note {
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    color: #537AFF;
}

.hr-vacancies__list-item-salary {
    margin-top: -10px;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.9);
}

.hr-vacancies__list-morebtn {
    display: block;
    width: 170px;
    height: 48px;
    margin: 60px auto 0;
    background-color: #537AFF;
    border-radius: 3px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.hr-vacancies__list-morebtn:hover {
    opacity: 1;
    filter: brightness(1.2);
    color: #FFFFFF;
    text-decoration: none;
}

/*----------------responsive---------------------*/

@media (max-width: 1400px) {
    .hr-vacancies__list-item {
        width: 31.8%;
        margin: 0 0.75% 1.5%;
    }

    .hr-vacancies__title {
        margin-left: 0.75%;
    }
}

@media (max-width: 1200px) {
    .hr-vacancies__list-item {
        padding: 20px 15px 5px;
    }
    .hr-vacancies__list-item-tag {
        min-width: 140px;
        min-height: 32px;
        padding: 7px 15px 6px;
        font-size: 12px;
        line-height: 16px;
    }

    .hr-vacancies__list-item-title {
        margin-top: 25px;
        font-size: 18px;
        line-height: 24px;
    }

    .hr-vacancies__list-item-note {
        font-size: 14px;
        line-height: 28px;
    }

    .hr-vacancies__list-item-salary {
        margin-top: -14px;
        font-size: 14px;
        line-height: 16px;
    }

    .hr-vacancies__list-morebtn {
        margin-top: 30px;
    }
}

@media (max-width: 900px) {
    .hr-vacancies__list-item {
        width: 48.5%;
        margin: 0 0.75% 1.5%;
    }
}

@media (max-width: 768px) {
    .hr-vacancies {
        padding-top: 50px;
    }
    .hr-vacancies__title {
        font-size: 34px;
        line-height: 36px;
    }
    .hr-vacancies__main {
        margin-top: 30px;
    }
    .hr-vacancies__nav {
        display: block;
    }
    .hr-vacancies__nav-item {
        display: block;
        width: 100%;
        max-width: 348px;
        margin-bottom: 15px;
    }
    .hr-vacancies__list {
        margin-top: 35px;
    }
    .hr-vacancies__filter option {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 600px) {
    .hr-vacancies__list-item,
    .hr-vacancies__nav-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .hr-vacancies__title {
        margin-left: 0;
    }
}