.contract-item {
    height: 597px;
    position: relative;

    > img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
    }
}

.contract-item__content {
    position: absolute;
    padding: 20px;
    top: 0;
    left: 0;

    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.contract-item__title {
    color: var(--White, #fff);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
    max-width: 390px;
    margin: 0;
    margin-bottom: 20px;
}

.contract-item__text {
    color: var(--White, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    max-width: 390px;
}

.contract-item__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: auto;

    > * {
        height: 64px;
        margin: 0;
    }
}

.career-pagination_contract {
    .career-pagination__item {
        width: calc(100% / 3);
    }
}

.career-slide_contract {
    .career-slide__left {
        max-width: 42%;
        min-height: 100%;
    }
}

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

.career-slide__subtitle {
    font-size: 24px;
    margin: 12px 0;
}

.career-slide__checkboxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: auto;
    * {
        font-size: 24px;
    }

    .checkbox-container__checkmark {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .checkbox-container .checkbox-container__checkmark:after {
        width: 8px;
        height: 11px;
    }

    .checkbox-container {
        padding-left: 35px;
        cursor: default;
    }
}

.banner__with-title_contract {
    border-bottom: none;
    padding-bottom: 0;
    h1 {
        margin: 20px 0 70px 0;
    }
}

.mwp-banner {
    height: 597px;
    position: relative;
    > img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
    }

    .events-item__event-span {
        position: static;
    }

    .project-item__title {
        margin-top: 30px;
        /* margin-bottom: 10px; */
    }
}

.mwp-banner__content {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.mwp-banner__price {
    color: var(--gley_light, var(--Color-background, #f7f7f7));
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
    margin-bottom: 20px;
}

.mwp-banner__text {
    color: var(--White, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mwp-banner__span {
    color: var(--White, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-top: auto;
}

.mwp-banner__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 100%;
}

.mwp-banner__column {
    height: 100%;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(41px);
    width: 215px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.mwp-banner__right {
    display: flex;
    gap: 10px;
    color: var(--White, #fff);
}

.mwp-banner__size {
    font-size: 32px;
}

.mwp-banner__column-desc {
    font-size: 18px;
    margin-top: auto;
    min-height: 47px;
}

.schedule__item {
    display: flex;
    gap: 70px;
    padding: 20px 30px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 10px;

    .production-item__span:nth-child(2) {
        margin-left: auto;
    }

    .production-item__span:nth-child(3) {
        margin-right: auto;
    }

    .production-item__span:nth-child(4) {
        width: max-content;
        display: flex;
        align-items: center;
        a {
            display: flex;
            align-items: center;
            gap: 10px;
        }
    }
}

.schedule__title {
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    margin-bottom: 20px;
}

.schedule__subtitle {
    color: var(--Black, #101010);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
    margin: 0;
    margin-bottom: 30px;
}

.schedule__container:last-child {
    margin-bottom: 0;
}

.banner__with-title_projects-sec {
    margin-bottom: 70px;
}

.schedule__container {
    margin-bottom: 40px;
}

.vacancies__benefits_contract {
    .benefits__list .benefits__item {
        gap: 30px;
        padding-bottom: 30px;

        p {
            font-size: 24px;
        }
    }
}

.schedule {
    margin-bottom: 70px;
}

@media (max-width: 1340px) {
    .contract-item {
        height: 360px;
    }

    .mwp-banner {
        height: 507px;
    }

    .schedule__title {
        font-size: 32px;
    }

    .schedule__subtitle {
        font-size: 24px;
    }
}

@media (max-width: 964px) {
    .contract-item {
        height: 330px;
    }

    .mwp-banner__column {
        width: 151px;
    }

    .career-slide_contract {
        .career-slide__right {
            height: 500px;
        }
    }

    .career-slide__title {
        font-size: 24px;
    }

    .career-slide__list {
        font-size: 14px;
    }

    .career-slide__checkboxes {
        gap: 20px;
        * {
            font-size: 16px;
        }
    }

    .mwp-banner {
        .project-item__title {
            position: static;
            font-size: 24px;
            margin-bottom: 10px;
        }
    }

    .mwp-banner__price {
        font-size: 32px;
    }

    .mwp-banner__span {
        font-size: 14px;
        max-width: 233px;
    }
    .mwp-banner__size {
        font-size: 24px;
    }
    .mwp-banner__column-desc {
        font-size: 14px;
    }

    .schedule__item {
        gap: 0;
        flex-wrap: wrap;
    }

    .vacancies__benefits_contract {
        & .benefits__list .benefits__item {
            h1 {
                font-size: 48px;
            }

            p {
                font-size: 14px;
            }
        }
    }
}

@media screen and (max-width: 700px) {
    .contract-item__content {
        position: static;
        padding: 0;
    }

    .contract-item {
        height: auto;
        > img {
            height: 262px;
        }
    }

    .contract-item__title,
    .contract-item__text {
        display: none;
    }

    .contract-item__buttons {
        flex-direction: column;
    }

    .career-slide_contract {
        .career-slide__left {
            max-width: 100%;
        }

        .career-slide__right {
            height: 250px;
        }
    }

    .career-slide__checkboxes {
        padding-top: 30px;
    }

    .banner__with-title_projects-sec {
        display: none;
    }

    .schedule__item {
        gap: 20px;
        .production-item__span:nth-child(1) {
            width: 100%;
        }

        .production-item__span:nth-child(2) {
            margin-left: 0;
        }
    }

    .benefits__list_career {
        display: flex;
        flex-direction: column;
    }

    .benefits__list_career {
        display: flex !important;
        flex-direction: column !important;
        gap: 25px 10px;
    }
}
