.header__inner {
    margin-bottom: 1rem;
}

.description-container {
    display: flex;
    margin-top: 55px;
    margin-bottom: 55px;
}

/*.desktop {*/
/*    display: none;*/
/*}*/

.minus__margin {
    display: block;
}

.description-inner {}

.vacanc-descr-text-block {
    width: 40%;
}

.vacanc__title {
    font-weight: 800;
    font-size: 1em;
    margin-bottom: 3rem;
    line-height: 34px;
    color: #81CF90;
}

.vacanc__description {}

.descr-text {
    font-size: 1.3em;
    margin-bottom: 30px;
}

.descr-text:last-child {
    margin-bottom: 0px;
}

.vacanc-descr-image-block {
    width: 50%;
    margin-left: 10%;
    overflow: hidden;
}

.vacanc_descr_image {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    background-image: url(/img/vacancies/vacancies_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -3rem 0;
}

.vacancies-block {
    color: white;
    width: 100%;
    margin-bottom: 55px;
    font-size: 1.45em;
    font-weight: 600;
}

.vacan-item-container {
    width: 100%;
    background-color: #81CF90;
    max-height: 7.1rem;
    overflow: hidden;
    transition: max-height 0.5s ease-in;
}

.vacancies-item {
    display: flex;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 7.15rem;
    background-color: #81CF90;
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0);

    cursor: pointer;
}

.vacancies-item:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 101;
}

.vac__shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.vacan__name {
    width: 24%;
    padding: 0 0 0 2em;
}

.type__of__vacan {
    width: 24%;
    text-align: center;
}

.vacan__cash {
    width: 28%;
    margin-left: 4rem;
}

.vacan__city {
    width: 24%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 1rem;
    padding: 0 2rem 0.8rem 0;
}

.location {
    margin-right: 1rem;
}

.full-vacan {
    border-top: 4px solid #fff;
    font-size: 0.7em;
    display: flex;
    line-height: 1.3rem;
}

.full-vacan li {
    margin-bottom: 0.5rem;
}

.vac__opened {
    max-height: 38rem;
    transition: max-height 0.5s ease-in;
}

.requirement {
    padding: 2.95rem 0.8rem 2.95rem 2.95rem;
}

.duties {
    padding: 2.95rem 1rem 2.95rem 1rem;
}

.conditions {
    padding: 2.95rem 2.95rem 2.95rem 0.8rem;
}

.requirement__title {}

.fvt {
    margin-bottom: 2rem;
}

.requirement__item {}

.fvi {
    margin-bottom: 1rem;
}

.last__duties__fvi {
    margin-bottom: 5.7rem;
}

.last__conditions__fvi {
    margin-bottom: 11.25rem;
}

.experience {
    text-decoration-line: underline;
}

.employment {
    text-decoration-line: underline;
}

.white__vacan {
    background-color: #fff;
    color: #81CF90;
    border-top: 4px solid #81CF90;
}

@media (max-width: 745px) {

    .descr-text {
        font-size: 1.2em;
    }

    .description-container {
        flex-wrap: wrap;
        margin-top: 4rem;
    }

    .vacanc-descr-text-block {
        width: 100%;
    }

    .vacanc-descr-image-block {
        margin-top: 1rem;
        margin-left: 0;
        width: 100%;
        height: 13rem;
        transform: scale(-1, 1);
    }

    .vacancies-block {
        margin-bottom: 6rem;
    }

    .vacanc_descr_image {
        background-size: 34.5rem;
    }

    .vacan__name {
        font-size: 0.6em;
        padding: 0 0 0 1rem;
    }

    .type__of__vacan {
        font-size: 0.6em;
        text-align: left;
    }

    .vacan__cash {
        width: 5rem;
        font-size: 0.6em;
        margin-left: 1rem;
    }

    .vacan__city {
        font-size: 0.6em;
        padding-right: 1rem;
    }

    .location {
        height: 1.5rem;
        width: 1.5rem;
        margin-right: 0.5rem;
    }

    .full-vacan {
        flex-wrap: wrap;
    }

    .requirement {
        width: 100%;
        font-size: 0.9em;
        padding: 1rem 0rem 1rem 1rem;
    }

    .duties {
        width: 100%;
        font-size: 0.9em;
        padding: 1rem 0rem 1rem 1rem;
    }

    .conditions {
        width: 100%;
        font-size: 0.9em;
        padding: 1rem 0rem 1rem 1rem;
    }

    .fvi {
        margin-bottom: 0.1rem;
    }

    .fvt {
        margin-bottom: 0.5rem;
    }

    .vac__opened {
        max-height: 50rem;
    }

    /*footer {*/
    /*    padding-top: 5rem;*/
    /*    background-color: #6AC97C;*/
    /*}*/

    .color__text__white {
        color: #fff;
    }

    .mbf:last-child {
        margin-bottom: 2rem;
    }

    /*.desktop {*/
    /*    display: none;*/
    /*}*/

}
