.vacancy__wrapper{
    border-radius: 32px;
    padding: 0px 10px;
    background: #f5f8fa;
}
.page-block_spisok-vakansiy .page-block__title{
    font-weight: 600;
    font-size: 26px;
    line-height: 123%;
}
.vacancy__item__text__control{
    display: none;
}
.vacancy__item{
    padding: 14px 10px;
}
.vacancy__item:not(:last-child){
    border-bottom: 1px solid #e2e3e7;
}
.vacancy__item__inner{

}
.vacancy__item__btns .vacancy__item__btn{
    width: auto;
}
.vacancy__item__name{
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    color: #2d2c38;
    width: 100%;
}
.vacancy__item__text__control:checked ~ .vacancy__item__inner .vacancy__item__name{
    color: #00b0e9;
}
.vacancy__item__name__box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    cursor: pointer;
}
.vacancy__item__content{
    margin-top: 8px;
}
.vacancy__item__text__control:not(:checked) ~ .vacancy__item__inner .vacancy__item__content,
.vacancy__item__text__control:not(:checked) ~ .vacancy__item__inner .vacancy__item__icon__to-hide,
.vacancy__item__text__control:checked ~ .vacancy__item__inner .vacancy__item__icon__to-open{
    display: none;
}
.vacancy__item__icon{
    width: 56px;
    height: 56px;
    box-shadow: 0 0 30px 0 rgba(42, 48, 71, 0.1);
    border-radius: 999px;
    padding: 18px;
    background: #fff;
}
.vacancy__item__desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    opacity: 0.8;
    color: #8d8ba2;
    margin-bottom: 20px;
}
.vacancy__item__prop__list{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #8d8ba2;
}
.vacancy__item__prop__title{
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #2d2c38;
    margin-bottom: 8px;
}
.vacancy__item__btns{
    margin-top: 20px;
}

@media (min-width: 992px) {
    .vacancy__wrapper{
        padding: 0px 40px;
    }
    .page-block_spisok-vakansiy .page-block__title{
        font-weight: 500;
        font-size: 32px;
        line-height: 113%;
    }
}