.page-partnership__title--career {
    font-size: 32px;
    flex: auto;
}
.page-partnership__banner {
    margin-bottom: 115px;
}
.cooperation-banner__title--career {
    font-size: 40px;
    line-height: 48px;
    max-width: 666px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.cooperation-banner__subtitle {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
.cooperation-banner__text {
    max-width: 400px;
}
.partnership-us__item {
    max-width: initial;
}

.info {
    margin-bottom: 144px;
}
.info__row {
    border-top: 1px solid #E6E6E6;
    padding-top: 30px;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
}
.info__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
}
.info__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    max-width: 650px;
}

.slider-projects__title--why {
    font-size: 40px;
    margin-bottom: 100px;
}

.partnership-us__content {
    margin-bottom: 100px;
    border-bottom: 1px solid #E6E6E6;
}

.slogan {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 152px;
}
.slogan__info {
    max-width: 630px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
}
.slogan__slogan {
    max-width: 424px;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
}

.directions {

}
.directions__row {
    /*display: flex;*/
    justify-content: space-between;
    margin-bottom: 80px;
}
.directions__wrapper {
    /*text-align: center;*/
}
.directions__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    min-width: 228px;
    margin-bottom: 30px;
}
.vacany-card__title {
    margin-bottom: 10px;
}
.vacany-card__desc {
    color: #909090;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 1080px) {
    .cooperation-banner {
        padding-left: 80px;
    }
}
@media (max-width: 991px) {
    .partnership-us__item {
        margin-right: 0;
    }
}
@media (max-width: 911px) {
    .info__row {
        display: block;
    }
    .info__title {
        margin-bottom: 35px;
    }
    .directions__row {
        display: block;
        margin-bottom: 0;
    }
    .vacany-card {
        /*text-align: center;*/
    }
}
@media (min-width: 769px) {
    .partnership-us__item-text {
        min-height: 110px;
    }
    .cooperation-banner--career {
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .partnership-us__item {
        padding-top: 0 ;
    }
}
@media (max-width: 576px) {
    .cooperation-banner__title--career br {
        display: none;
    }
    .partnership-us__content {
        margin-bottom: 40px;
    }

    .slogan {
        margin-bottom: 60px;
    }
    .slogan__info {
        max-width: 287px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .slogan__slogan {
        max-width: 287px;
        font-size: 20px;
        line-height: 140%;
    }

    .slider-projects__title--why {
        margin-bottom: 20px;
    }
    .page-partnership__row {
        display: flex;
        justify-content: center;
    }
    .slider-projects__title {
        max-width: 228px;
    }

    .info {
        margin-bottom: 60px;
    }
    .info__row {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .info__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .page-partnership__banner {
        margin-bottom: 60px;
    }
    .cooperation-banner--career {
        text-align: center;
        padding: 60px 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cooperation-banner__title--career {
        max-width: inherit;
        min-width: 270px;
        font-size: 24px;
        line-height: 120%;
    }
    .cooperation-banner__subtitle {
        font-size: 18px;
        margin-bottom: 30px;
        min-width: 270px;
    }
    .page-partnership__row {
        text-align: center;
    }
    .slider-projects__title {
        font-size: 24px;
    }

    .slider-projects__title--direction {
        margin-bottom: 60px;
    }

    .vacany-card__image {
        object-fit: cover;
    }
    .vacany-card {
        text-align: left;
    }
    [style="visibility: hidden"] .vacany-card {
        display: none;
    }
}

