.vacanciesPage .top-page .breadcrumb {
    margin-bottom: 45px;
}

.vacancies-search {
    margin-top: 20px;
}
@media only screen and (max-width: 575px) {
    .vacancies-search {
        margin-top: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vacancies-search {
        margin-top: 0;
    }
}

.vacancy-info {
    margin-top: 20px;
}
.vacancy-info p,
.vacancy-info ul {
    margin-top: 0;
    margin-bottom: 25px;
    list-style-type: none;
}

.vacancy-form {
    margin-top: 0px;
}
@media only screen and (max-width: 575px) {
    .vacancy-form {
        margin-top: 0px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vacancy-form {
        margin-top: 0px;
    }
}
.vacancy-form__block {
    margin-top: 0px;
}
.vacancy-form__header {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}
.vacancy-form__button {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}
@media only screen and (max-width: 575px) {
    .vacancy-form__button {
        margin-top: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vacancy-form__button {
        margin-top: 0;
    }
}
.vacancy-form .custom-checkbox {
    margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
    .vacancy-form .custom-checkbox {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vacancy-form .custom-checkbox {
        margin-bottom: 30px;
    }
}
.vacancy-form .custom-checkbox a {
    display: contents;
    color: #333333;
    text-decoration: underline !important;
}
.vacancy-form .custom-checkbox label {
    color: #333333;
}
.vacancy-form .custom-checkbox label::before {
    width: 20px;
    height: 20px;
    border: 1px solid #c4c4c4;
}
.vacancy-form .label-group {
    margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
    .vacancy-form .label-group {
        margin-top: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vacancy-form .label-group {
        margin-top: 0;
    }
}
.vacancy-form .label-group--half {
    width: calc(50% - 15px);
}
@media only screen and (max-width: 575px) {
    .vacancy-form .label-group--half {
        width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vacancy-form .label-group--half {
        width: 100%;
    }
}
.vacancy-form .label-group--flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
    .vacancy-form .label-group--flex {
        display: block;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vacancy-form .label-group--flex {
        display: block;
    }
}
.vacancy-form .label-group label {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 0;
}

.vacancies-list {
    margin-top: 60px;
}
@media only screen and (max-width: 575px) {
    .vacancies-list {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vacancies-list {
        margin-top: 15px;
    }
}
.vacancies-list__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    width: 100%;
}
@media only screen and (max-width: 575px) {
    .vacancies-list__button {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .vacancies-list__button {
        margin-top: 15px;
    }
}
.vacancies-list__button .btn {
    width: 100%;
    max-width: 270px;
}
.vacancies-list .mb25 {
    margin-bottom: 25px;
}
.vacancies-list-item {
    width: 100%;
    border-radius: 10px;
    background-color: #f2faff;
    padding: 40px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    height: 100%;
    cursor: pointer;
    transition: 0.33s ease;
}
.vacancies-list-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}
.vacancies-list-item__header {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 120%;
}
.vacancies-list-item__description {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
}
.vacancies-list-item__info {
    margin-bottom: 25px;
}
.vacancies-list-item a {
    color: #333333;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
}
#vacancy-form__checkbox {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
}
#vacancy-form__checkbox:checked:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #007a65;
    border-radius: 2px;
}

/*# sourceMappingURL=vacancies.css.map */
