.banner_top_title {
    color: #fff;
    font-size: 70px;
    text-transform: none;
}

.btn-brand-red.feedback_modal:last-child {
    background: transparent !important;
    border: 2px solid #DB1F35 !important;
}

.career-title {
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: 700;
}

.about-list {
    display: flex;
    justify-content: space-between;
}

.about-list__item:not(:last-child) {
    margin-right: 16px;
}

.about-list__item-title {
    color: #DB1F35;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}

.about-list__item-title>span {
    font-size: 16px;
}

.about-list__item-text {
    color: #3B3F48;
    font-size: 16px;
    font-weight: 500;
}

.directions-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 25px;
}

.directions-list-item {
    padding: 24px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 132px;
}

.directions-list-item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.directions-list-item__title {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.directions-list-item__descr {
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.advantages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px 20px;
}

.advantages-item {
    padding: 28px 17px;
    display: flex;
}

.advantages-item__image {
    margin-right: 20px;
}

.advantages-item__text-title {
    color: #000;
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
}

.advantages-item__text-descr {
    color: #000;
    font-size: 10px;
    font-weight: 500;
}

.reviews-item {
    display: flex;
    align-items: center;
    padding: 38px 200px 0 150px;
}

.reviews-item__image {
    margin-right: 92px;
}

.reviews-item__text {
    color: #00171F;
}

.reviews-item__text-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -1.2px;
}

.reviews-item__text-descr {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.8px;
}

.reviews-prev,
.reviews-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #A5A8AE;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    z-index: 1;
}

.reviews-prev {
    left: 0;
}

.reviews-next {
    right: 0;
}

.steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.step-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    min-height: 247px;
}

.step-item:not(:last-child) {
    border-right: 2px solid #DB1F35;
}

.step-item span {
    color: #DB1F35;
}

.step-item__count {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #A5A8AE;
    font-size: 240px;
    font-weight: 600;
    line-height: 48px;
    opacity: 0.15;
}

.step-item__text {
    position: relative;
    z-index: 1;
}

.documents {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 50px;
    overflow: auto;
}

.documents-item {
    border-radius: 5px;
    background: #F0F0F0;
    padding: 30px;
    min-height: 192px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    min-width: 292px;
}

.documents-item:nth-child(1) {
    background-image: url(../img/document-1.png);
}

.documents-item:nth-child(2) {
    background-image: url(../img/document-2.png);
}

.documents-item:nth-child(3) {
    background-image: url(../img/document-3.png);
}

.documents-item:nth-child(4) {
    background-image: url(../img/document-4.png);
}

.documents-item:nth-child(5) {
    background-image: url(../img/document-5.png);
}

.documents-item:nth-child(6) {
    background-image: url(../img/document-6.png);
}

.documents-item:nth-child(7) {
    background-image: url(../img/document-7.png);
}

.documents-item:nth-child(8) {
    background-image: url(../img/document-8.png);
}


.documents-item__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.documents-item__title button {
    margin-top: 7px;
    color: #DB1F35;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    background: transparent;
    border: none;
    padding: 0;
    display: block;
    text-align: left;
}

.documents-download {
    height: 40px;
    width: 187px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: 2px solid #DB1F35;
}

.map {}

.schedule {
    border-radius: 7px;
    background: #3B3F48;
    background-image: url(../img/bus.png);
    background-repeat: no-repeat;
    background-position: right;
    padding: 40px 36px;
}

.schedule__title {
    margin-bottom: 42px;
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
}

.schedule-item {
    display: block;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
}

.schedule-item:hover {
    color: #DB1F35;
}

.b-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.b-modal__wrap {
    height: 100vh;
    overflow: auto;
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    padding: 22px;
}

.b-modal__content {
    border-radius: 19px;
    background: #3B3F48;
    width: 925px;
    margin: 40px auto;
    padding: 115px 70px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    max-width: 925px;
}

.b-modal__layer {
    background: #3B3F48;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.b-modal__close {
    position: absolute;
    top: 89px;
    right: 89px;
    z-index: 1;
    cursor: pointer;
}

.b-modal-wrap {
    height: 100vh;
    overflow: auto;
    position: relative;
    z-index: 1;
}

.b-modal-image {
    max-width: 993px;
    margin: 113px auto;
}

.b-modal-image img {
    width: 100%;
}

#form_career {
    position: relative;
    z-index: 50;
    backdrop-filter: blur(10px);
    background: rgba(165, 168, 174, 0.3);
    max-width: 1050px;
    margin: auto;
}

.form-career__title {
    margin-bottom: 20px;
}

.form-career__subtitle {
    margin-bottom: 43px;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    max-width: 770px;
}

.contacts {
    font-size: 18px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 45px;
}

.contacts p {
    margin-bottom: 13px;
}

.contacts a {
    color: #353842;
}

@media (max-width: 1399px) {
    .b-modal-image {
        max-width: 763px;
    }
}

@media (max-width: 1199px) {
    .banner_top>img {
        left: 0;
        transform: translate(0, 0);
    }

    .about-list__item-title {
        font-size: 38px;
    }

    .about-list__item-title>span {
        font-size: 12px;
    }

    .about-list__item-text {
        font-size: 13px;
    }

    .directions-list-item {
        padding: 20px;
    }

    .advantages {
        gap: 16px;
    }

    .advantages-item {
        padding: 29px 14px 26px 0;
    }

    .advantages-item__image {
        margin-right: 8px;
    }

    .reviews-item {
        padding: 28px 165px 0 147px;
    }

    .reviews-prev,
    .reviews-next {
        width: 38px;
        height: 38px;
        padding: 15px;
    }

    .step-item {
        font-size: 12px;
        line-height: 20px;
    }

    .step-item__count {
        font-size: 185px;
    }

    .documents {
        margin-bottom: 26px;
    }

    .documents-item {
        padding: 30px 22px;
    }

    .documents-download {
        font-size: 13px;
        height: 30px;
        width: 143px;
    }

    .b-modal__content {
        max-width: 708px;
        padding: 87px 45px;
        font-size: 23px;
    }

    .b-modal__close {
        top: 40px;
        right: 40px;
    }

    .b-modal__close svg {
        width: 46px;
        height: 46px;
    }

    .form-career__subtitle {
        font-size: 18px;
        margin-bottom: 38px;
    }
}

@media (max-width: 991px) {
    .banner_top_title {
        font-size: 53px;
    }

    .about-list {
        display: block;
    }

    .about-list__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .about-list__item-title {
        font-size: 48px;
    }

    .about-list__item-title>span {
        font-size: 30px;
    }

    .about-list__item-text {
        font-size: 16px;
    }

    .about-list__item-text br {
        display: none;
    }

    .directions-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .directions-list-item {
        min-height: 158px;
    }

    .directions-list-item__title {
        font-size: 26px;
    }

    .directions-list-item__descr {
        font-size: 12px;
    }

    .advantages {
        gap: 18px;
        grid-template-columns: 1fr 1fr;
    }

    .advantages-item {
        padding: 0 14px 0 0;
    }

    .advantages-item__image {
        width: 86px;
    }

    .advantages-item__text-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .advantages-item__text-descr {
        font-size: 9px;
    }

    .reviews-item {
        padding: 0 50px 0px 50px;
        flex-direction: column;
        text-align: center;
    }

    .reviews-item__image {
        margin-right: 0;
        margin-bottom: 35px;
    }

    .reviews-item__text-title {
        margin-bottom: 17px;
        font-size: 22px;
    }

    .reviews-item__text-descr {
        font-size: 10px;
        line-height: 17px;
    }

    .steps {
        grid-template-columns: 1fr 1fr;
    }

    .step-item {
        min-height: 225px;
    }

    .step-item:nth-child(1) {
        border-right: 2px solid #DB1F35;
        border-bottom: 2px solid #DB1F35;
    }

    .step-item:nth-child(2) {
        border-right: none;
        border-bottom: 2px solid #DB1F35;
    }

    .step-item:nth-child(3) {
        border-right: 2px solid #DB1F35;
    }

    .documents {
        margin-bottom: 25px;
    }

    .documents-download {
        height: 48px;
        width: 250px;
    }

    .schedule {
        background-image: none;
        background: #3B3F48;
        padding: 28px 26px;
    }

    .schedule-item {
        font-size: 15px;
    }

    .schedule-item:not(:last-child) {
        margin-bottom: 23px;
    }

    .b-modal__content {
        max-width: 708px;
        padding: 62px 33px;
        font-size: 17px;
    }

    .b-modal-image {
        max-width: 600px;
        margin: 40px auto;
    }

    .form-career__title {
        font-size: 30px;
        margin-bottom: 0;
        max-width: 350px;
    }

    .form-career__subtitle {
        font-size: 16px;
        margin-bottom: 36px;
        line-height: 24px;
        max-width: 526px;
    }

    .privacy_box {
        color: #000;
    }
}

@media (max-width: 575px) {
    .btn_banner {
        flex-direction: column;
    }

    .feedback_modal {
        margin-right: 0 !important;
    }

    .feedback_modal:first-child {
        margin-bottom: 16px;
    }

    .directions-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .advantages {
        gap: 16px;
        grid-template-columns: 1fr;
    }
}