.banner__with-title_service {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 100px;
    .banner__text-container p.banner-text__large,
    .banner__text-container div.banner-text__large,
    .banner__text-container span.banner-text__large {
        font-size: 64px;
        width: 50%;
    }
}

.services__nav {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 100%;
}

.services__link {
    color: var(--Black, #101010);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.services__link_active {
    color: var(--blue-gradient, #1c86ff);
}

.services {
    display: flex;
    justify-content: space-between;
}

.services__left {
    max-width: 16%;
}

.services__item {
    width: 100%;

    padding-bottom: 30px;
    border-bottom: 1px solid var(--Black, #101010);
    margin-bottom: 100px;
}
.services__right {
    width: 100%;
    max-width: calc(100% / 6 * 5);
}

.career-vacancies_services {
    height: 597px;

    .selected-item__button {
        max-width: 100%;
    }

    h3.title {
        font-size: 64px;
        max-width: 61.7%;
        margin: 0;
        line-height: 100%;
    }

    .banner-text {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .services {
        gap: 30px;
    }
    .services__left {
        max-width: calc(100% / 12 * 2);
    }

    .services__right {
        max-width: calc(100% / 12 * 10);
    }
}

@media (max-width: 1340px) {
    .banner__with-title .banner__image-wrapper {
        height: 360px;
    }

    .banner__with-title_service {
        .banner__text-container p.banner-text__large,
        .banner__text-container div.banner-text__large,
        .banner__text-container span.banner-text__large {
            font-size: 48px;
            width: 60%;
        }
    }

    .career-vacancies_services {
        height: 360px;
    }

    .career-vacancies_services {
        h3.title {
            font-size: 48px;
            max-width: 72%;
        }
    }

    .services__right {
        max-width: calc(100% / 6 * 4);
    }

    .services__left {
        max-width: calc(100% / 6 * 1.5);
    }

    .services__item {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .career-vacancies_services {
        height: 262px;

        .banner__text-container {
            position: absolute;
            max-height: 100%;
            padding: 13px;
            .banner-text__large,
            .banner-text {
                margin-bottom: 5px;
            }
        }

        .banner-text__large,
        .banner-text,
        .title {
            color: #fff;
        }

        h3.title {
            font-size: 32px;
            width: 90%;
        }
    }

    .career-vacancies_services > img {
        height: 100%;
    }

    .services {
        gap: 30px;
    }

    .services__right {
        max-width: calc(100% / 12 * 8);
    }

    .services__left {
        max-width: calc(100% / 12 * 4);
    }

    .services__item {
        padding-bottom: 16px;
        margin-bottom: 32px;

        .selected-item__button {
            height: 64px;
        }
    }

    .career-vacancies_services {
        .banner-text {
            font-size: 14px;
        }
    }

    .banner__with-title_service {
        .banner__text-container p.banner-text__large,
        .banner__text-container div.banner-text__large,
        .banner__text-container span.banner-text__large {
            font-size: 32px;
            width: 60%;
        }
    }

    .banner__with-title > h1 {
        font-size: 32px;
    }

    .banner__with-title .banner__image-wrapper {
        height: 262px;
    }

    .banner__with-title {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .services__left {
        display: none;
    }

    .services__right {
        max-width: 100%;
    }

    .banner__with-title_service {
        height: 262px;
        margin-bottom: 32px;

        .banner__text-container p.banner-text__large,
        .banner__text-container div.banner-text__large,
        .banner__text-container span.banner-text__large {
            font-size: 24px;
            width: 100%;
        }

        .banner__text-container {
            height: auto;
        }
    }

    .services__item {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 8px;
    }

    .services__item:last-child {
        margin-bottom: 64px;
    }

    .career-vacancies_services {
        height: 376px;

        h3.title {
            font-size: 22px;
            width: 90%;
        }
    }
}

@media (max-width: 700px) {
    .banner__with-title_service {
        height: auto;
        > h1 {
            font-size: 24px;
        }
        .banner__image-wrapper {
            height: 262px !important;
        }
    }
}
