.frame--feedback .frame__wrapper {
    display: flex;
    justify-content: center;
}

.frame--feedback.vacansy .frame__illustration .media__item {
    position: static;
    width: auto;
    height: 100%;
}

.frame--feedback.vacansy .frame__illustration .media__item.mobile {
    display: none;
}

.banners-entry {
    animation: none;
}

.vacansy-banner .breadcrumbs__list {
    direction: ltr;
}

.banners-entry .mobile {
    display: none;
}

.frame--feedback.vacansy .frame__title {
    margin-bottom: 10px;
}

.frame--feedback.vacansy .frame__pretitle {
    color: #858687;
    font-size: 20px;
    font-weight: 700;
}

.grid-descr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.grid-descr .grid-descr-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vacansy-banner .banners-entry__body {
    margin-top: 50px !important;
}

.vacansy-banner .banners-entry-links {
    margin-top: 50px !important;
}

.vacansy-banner .banners-entry {
    padding-bottom: 240px;
}

.grid-descr .grid-descr-item .grid-descr-item__title {
    font-size: 20px;
    font-weight: 700;
}

.grid-descr .grid-descr-item .grid-descr-item__text {
    font-size: 18px;
    font-weight: 400;
}

.frame--feedback.vacansy .frame__illustration {
    animation: none;
    max-width: 630px;
    width: 100%;
}

.frame--feedback.vacansy .frame__illustration {
    position: static;
}

.frame--feedback.vacansy .media-form-content {
    display: flex;
    flex-direction: column;
}

.frame--feedback.vacansy .media-form-content .frame__body {
    align-self: stretch;
    height: 100%;
}

.frame--feedback.vacansy .frame__header, .frame--feedback.vacansy .frame__body {
    width: auto;
}

.frame--feedback.vacansy .media__wrapper {
    height: 100%;
}

.frame--feedback.vacansy .submit-button {
    padding: 15px 40px;
    background: #000;
    color: #fff;
    border-radius: 55px;
}

.frame--feedback.vacansy .submit-button:hover {
    color: #00B7F4;
}

.frame--feedback.vacansy .input-row .input-container:has(input[required])::after {
    bottom: 0;
}

.vacansy-banner .media-item img {
    height: 100%;
    right: 0;
    position: absolute;
}

.vacansy-banner .banners-entry__header {
    max-width: 65rem;
}

.vacansy-banner .banners-entry__body {
    max-width: 76rem;
}

.vacansy-banner .banners-entry__body {
    margin-top: 3rem;
}

.vacansy-banner .banners-entry-links {
    margin-top: 4rem;
}

.vacansy-banner .banners-entry-links a {
    padding: 10px 20px;
}

.vacansy-banner .breadcrumbs__link.is--active {
    color: #fff;
}

.vacansy-banner .banners-entry {
    padding-top: 40px;
}

.vacansy-banner .hero__header {
    margin-bottom: 80px;
}

.frame--banner .media-item .mobile {
    display: none;
}

@media (max-width: 991px) {
    .frame--feedback .frame__wrapper {
        flex-direction: column;
    }

    .frame--feedback.vacansy .frame__illustration .mobile {
        display: block !important;
    }

    .frame--feedback.vacansy .frame__illustration {
        max-width: 100%;
    }

    .frame--feedback.vacansy .frame__illustration .media__item {
        height: auto;
        width: 100%;
    }

    .frame--feedback.vacansy .frame__illustration .desktop {
        display: none !important;
    }
}

@media (max-width: 580px) {
    .frame--banner .media-item .mobile {
        display: block;
    }

    .frame--banner .media-item .desktop {
        display: none;
    }
}

.vacansy-page {
    background: #fff;
}

.frame--description {
    margin: 0 !important;
    margin-top: -140px !important;
}

.frame--description .frame__wrapper {
    padding: 60px 80px;
    background: #F2F2F2;
}

.frame--description p {
    font-size: 20px;
    font-weight: 400;
}

.frame--feedback.vacansy {
    background: #F2F2F2;
}

.about-vacancy-item-wrapp {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.about-vacancy-item-wrapp .about-vacancy-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6rem;
}

.about-vacancy-item-wrapp .about-vacancy-item .about-vacancy-item-title {
    min-width: 220px;
}

.about-vacancy-item-wrapp .about-vacancy-item .about-vacancy-item-title h2{
    font-size: 32px;
    font-weight: 600;
}

.about-vacancy-item-wrapp .about-vacancy-item .about-vacancy-item-text {
    max-width: 748px;
    width: 100%;
}

.about-vacancy-item-wrapp .about-vacancy-item .about-vacancy-item-text ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    color: #000;
}

.about-vacancy-item-wrapp .about-vacancy-item .about-vacancy-item-text ul li {
    font-size: 20px;
    font-weight: 400;
}

.vacansy-banner .media-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
    z-index: 2;
}

.vacansy-banner .media-item img {
    z-index: 1;
}

@media (max-width: 768px) {
    .vacansy-banner .media-item::after {
        background: linear-gradient(180deg, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
        aspect-ratio: 16/9;
        height: auto;
        bottom: 200px;
        top: auto;
    }

    .vacansy-banner .mobile {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        bottom: 0 !important;
    }

    .vacansy-banner .desktop {
        display: none !important;
    }

    .vacansy-banner .hero__header {
        margin-bottom: 40px !important;
    }

    .vacansy-banner .banners-entry {
        padding-bottom: 350px;
    }

    .frame--feedback.vacansy .frame__title {
        font-size: 21px;
        font-weight: 600;
    }

    .frame--feedback.vacansy .frame__pretitle {
        font-size: 12px;
        font-weight: 600;
    }

    .about-vacancy-item-wrapp .about-vacancy-item {
        gap: 30px;
    }
}

@media (max-width: 620px) {
    .vacansy-banner .media-item::after {
        bottom: 160px;
    }
}

.banners-entry__illustration::after {
    content: none !important;
}

.files__item {
    width: 100%;
}

@media (max-width: 480px) {
    .vacansy-banner .media-item::after {
        bottom: 125px;
    }

    .vacansy-banner .banners-entry__header {
        font-size: 28px;
        font-weight: 600;
    }

    .grid-descr .grid-descr-item .grid-descr-item__title {
        font-size: 15px;
        font-weight: 600;
    }

    .grid-descr .grid-descr-item .grid-descr-item__text {
        font-size: 12px;
        font-weight: 500;
    }

    .grid-descr {
        gap: 10px;
    }

    .vacansy-banner .banners-entry__body {
        margin-top: 3rem !important;
    }

    .vacansy-banner .banners-entry-links {
        margin-top: 3rem !important;
    }

    .frame--description .frame__wrapper {
        padding: 20px;
    }

    .frame--description p {
        font-size: 14px !important;
    }

    .frame--description {
        margin-top: -80px !important;
    }

    .about-vacancy-item-wrapp .about-vacancy-item .about-vacancy-item-title h2 {
        font-size: 28px;
    }

    .about-vacancy-item-wrapp .about-vacancy-item .about-vacancy-item-text ul li {
        font-size: 15px;
    }

    .about-vacancy-item-wrapp {
        gap: 60px;
    }
}