.banner__with-title_carreer {
    margin-bottom: 100px;

    .banner__text-container p.banner-text__large {
        width: 59%;
    }

    .banner__article p {
        width: 66.6%;
    }

    .banner__text-container {
        position: absolute;
        left: 0;
        bottom: 0;

        .banner-text__large {
            text-align: left;
        }
    }
}
.right_block_btn{
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: flex-end;
}
.career-vacancies > img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.arrow-rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.events-item__event-span_static {
    position: static !important;
    border-radius: 5px !important;
}

.career-vacancies {
    width: 100%;
    height: 712px;

    .banner__text-container {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;

        .banner-text__large,
        .banner-text {
            text-align: left;
            margin-bottom: 30px;
        }
    }

    .selected-item__button {
        margin-top: auto;
        max-width: 46%;
    }
}

.career-pagination {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.career-pagination__item {
    color: var(--Black, #101010);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 15.4px */
    padding-bottom: 20px;
    border-bottom: 1px solid var(--Black, #101010);

    cursor: pointer;
    user-select: none;
    width: 25%;

    span {
        display: block;
        height: 25px;
    }
}


.career-pagination__item_active {
    color: var(--blue-gradient, #1c86ff);
    border-bottom: 1px solid var(--blue-gradient, #1c86ff);
}

.career-pagination__item_active:nth-child(1) {
    margin-right: 10px;
}

.career-pagination__item_active:nth-child(2),
.career-pagination__item_active:nth-child(3) {
    margin: 0 10px;
}

.career-pagination__item_active:nth-child(4) {
    margin-left: 10px;
}

.career-vacancies__container {
    margin-bottom: 100px;
}

.career-slider {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--Black, #101010);
    margin-bottom: 100px;
}

.career-slide {
    display: flex;
    justify-content: space-between;

    .events-item__event-span {
        background: var(--grey_select, #e8e8e8);
        color: var(--Black, #101010);
    }
}

.career-slide__left {
    max-width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    .selected-item__button {
        margin-top: auto;
    }
}

.career-slide__right {
    height: 718px;
    max-width: 50%;
    border-radius: 5px;
    overflow: hidden;

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

.career-slide__title {
    color: var(--Black, #101010);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.career-slide__text {
    color: var(--Black, #101010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */

    margin-bottom: 30px;
}

.career-slide__text_mb {
    margin-bottom: 35px;
}

.career-vacancies__container_excursions {
    padding-bottom: 31px;
    border-bottom: 1px solid var(--Black, #101010);
}

.career-vacancies_excursions {
    height: 717px;

    .title {
        color: var(--White, #fff);
        max-width: 50%;
        width: unset;
    }

    .banner-text {
        margin-top: auto;
        font-size: 16px;
    }

    .selected-item__button {
        margin-top: 0;
    }
}

.benefits__list_career {
    margin-bottom: 100px;

    .benefits__item {
        gap: 70px;
        padding-bottom: 35px;
    }
}

.career-video {
    border-bottom: 1px solid var(--Black, #101010);
    padding-bottom: 30px;
    margin-bottom: 100px;
}

.mediateka__news-list#socials {
    margin-bottom: 100px;
}

.main-advertising_career {
    margin-bottom: 100px;

    .title {
        margin-bottom: 30px;
    }

    .advertising__digital {
        margin-top: 0;
    }

    .digital-slide__row p {
        font-size: 16px;
        max-width: 34%;
        text-align: left;
        border-radius: 5px;
        background: rgba(16, 16, 16, 0.01);

        backdrop-filter: blur(25px);
        padding: 20px;
    }

    .digital-slide__background,
    .digital-slide__background img,
    .digital-slide__container {
        height: 600px;
    }
}

.photo-album > * {
    margin: 0;
}

.photo-album:not(.photo-album_active) {
}

.photos-section {
    display: flex;
    justify-content: space-between;

    padding-bottom: 30px;
    border-bottom: 1px solid var(--Black, #101010);
    margin-bottom: 100px;
}

.photos-section__left {
    .title {
        margin-bottom: 33px;
    }
}

.photo-album__name {
    cursor: pointer;
    margin-bottom: 5px;

    color: var(--Black, #101010);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.photo-album__amount {
    color: var(--Grey, #b2b2b2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

.photos-section__albums {
    margin-bottom: 33px;
}

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

.photos-section__item {
    grid-column: span 2;
    img {
        object-fit: cover;
        object-position: center;

        max-width: 100%;
        height: 100%;
        width: 100%;
        border-radius: 5px;
    }
}

.photos-section__right {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 710px 351.372px 520px;

    max-width: 66.6%;
    gap: 10px;
}
.show-more-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    max-width: 100%
}
.photos-section__item:nth-child(1) {
    grid-column: 1 / span 6;
}

.photos-section__item:nth-child(2) {
    grid-column: 1 / span 3;
}

.photos-section__item:nth-child(3) {
    grid-column: 4 / span 3;
}

.photos-section__item:nth-child(4) {
    grid-column: 1 / span 2;
}

.photos-section__item:nth-child(5) {
    grid-column: 3 / span 2;
}

.photos-section__item:nth-child(6) {
    grid-column: 5 / span 2;
}

.photos-section__item:nth-child(7) {
    grid-column: 1 / span 6;
}

.photos-section__item:nth-child(8) {
    grid-column: 1 / span 3;
}

.photos-section__item:nth-child(9) {
    grid-column: 4 / span 3;
}

.photos-section__item:nth-child(10) {
    grid-column: 1 / span 2;
}

.photos-section__item:nth-child(11) {
    grid-column: 3 / span 2;
}

.photos-section__item:nth-child(12) {
    grid-column: 5 / span 2;
}

.photos-section__item:nth-child(13) {
    grid-column: 1 / span 3;
}

.photos-section__item:nth-child(14) {
    grid-column: 4 / span 3;
}

.photos-section__item:nth-child(15) {
    grid-column: 1 / span 3;
}

.photos-section__item:nth-child(16) {
    grid-column: 4 / span 3;
}

.photos-section__item:nth-child(17) {
    grid-column: 1 / span 3;
}

.photos-section__item:nth-child(18) {
    grid-column: 4 / span 3;
}

.video-section {
    .photos-section__left {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

    .photos-section__right {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 328px);

        .new-items__all {
            grid-column: span 3;
        }
    }

    .video-section__item {
        grid-column: initial;

        h5 {
            margin-top: 0;

            color: var(--Black, #101010);
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 110%; /* 22px */
        }
    }
}

.video-section__links {
    margin-top: auto;
}

.video-section__cover img {
    height: 243px;
    border-radius: 5px;
}

.services__catalog_career {
    .carousel__rulers {
        margin-left: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 1440px) {
    .main-advertising_career {
        .digital-slide__background,
        .digital-slide__background img,
        .digital-slide__container {
            height: 565px;
        }
    }
}

@media (max-width: 1340px) {
    .photos-section {
        flex-direction: column;
    }


    .photos-section__right {
        max-width: 100%;
    }

    .banner__with-title_carreer {
        .banner__image-wrapper {
            height: 360px;
        }

        .banner__text-container p.banner-text__large {
            width: 100%;
        }
    }

    .career-vacancies {
        height: 509px;

        .banner__text-container {
            max-width: 50%;
        }

        .selected-item__button {
            max-width: none;
        }
    }

    .career-slide__right {
        height: 431px;
    }

    .career-slide__left {
        max-width: 45%;
    }

    .career-vacancies_excursions {
        .title {
            max-width: 100%;
        }

        .banner__text-container {
            max-width: none;
        }

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

    .main-advertising_career {
        .digital-slide__row p {
            max-width: none;
        }
    }

    .main-advertising_career {
        .digital-slide__background,
        .digital-slide__background img,
        .digital-slide__container {
            height: 500px;
        }
    }

    .photos-section__left {
        display: flex;
        flex-direction: row;

        .title {
            margin-bottom: 0;
        }
    }

    .photos-section__albums {
        display: flex;
        margin-left: auto;
        margin-right: 5%;
        gap: 30px;
        margin-bottom: 25px;
        max-width: 40%;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    /* Стиль для самого скроллбара */
    .photos-section__albums::-webkit-scrollbar {
        width: 8px; /* Толщина скроллбара */
    }

    /* Стиль для ползунка (thumb) */
    .photos-section__albums::-webkit-scrollbar-thumb {
        background-color: #b0b0b0; /* Цвет ползунка */
        border-radius: 4px; /* Закругленные углы */
    }

    /* Стиль для области трека */
    .photos-section__albums::-webkit-scrollbar-track {
        background-color: transparent; /* Цвет фона трека */
        border-radius: 4px;
    }

    /* Для изменения на hover */
    .photos-section__albums::-webkit-scrollbar-thumb:hover {
        background-color: #909090; /* Цвет ползунка при наведении */
    }

    .photo-album {
        text-wrap: nowrap;
    }

    .photo-album__name {
        margin-bottom: 0;
    }

    .video-section__links {
        display: none;
    }

    .video-section {
        .photos-section__right {
            row-gap: 15px;
        }

        .photos-section__left {
            .title {
                margin-bottom: 30px;
            }
        }
    }
}

@media (max-width: 768px) {
    .banner__with-title_carreer {
        margin-bottom: 64px;

        .banner__image-wrapper {
            height: 263px;
        }

        .banner__text-container p.banner-text__large {
            font-size: 18px;
        }

        .banner__article p {
            width: 100%;
        }

        .banner__article {
            margin-top: 0;
        }
    }

    .career-vacancies > img {
        max-width: 100%;
        width: 100%;
        height: 316px;
        object-fit: cover;
        margin-bottom: 30px;
    }

    .career-vacancies {
        height: auto;

        .banner__text-container {
            max-width: none;
            position: static;
            padding: 0;
        }

        .banner__text-container p.banner-text__large,
        .banner__text-container div.banner-text__large,
        .banner__text-container span.banner-text__large {
            color: var(--Black, #101010);
        }

        .banner-text__large,
        .banner-text,
        .title {
            color: var(--Black, #101010);
        }

        .banner__text-container p {
            width: 100%;
        }

        .banner-text {
            height: auto;
        }

        .events-item__event-span_static {
            margin-bottom: 30px;
            font-size: 16px;
        }
    }

    .career-vacancies__container_excursions {
        .title {
            margin-bottom: 30px;
            font-size: 24px;
        }

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

    .video-section {
        .photos-section__right {
            grid-template-columns: repeat(2, 1fr);
        }

        .photos-section__item {
            grid-column: 1;
        }

        .photos-section__item:nth-of-type(2n) {
            grid-column: 2;
        }
    }
}

@media (max-width: 700px) {
    .banner__with-title_carreer {
        gap: 32px;
        margin-bottom: 50px;

        .banner__image-wrapper {
            height: auto;
        }

        .banner__text-container {
            position: static;
            padding: 0;
            width: 100%;
            height: auto;
        }

        .banner__text-container p.banner-text__large {
            color: var(--Black, #101010);
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 23.4px */
        }

        .banner__image {
            height: 128px;
        }
    }

    .digital__container-rulers {
        display: none;
    }

    .career-vacancies > img {
        height: 154px;
    }

    .career-vacancies {
        .banner__text-container p.banner-text__large,
        .banner__text-container div.banner-text__large,
        .banner__text-container span.banner-text__large {
            color: var(--Black, #101010);
            margin-bottom: 16px;
            font-size: 18px;
        }
    }

    .career-pagination {
        max-width: 100%;
        overflow-x: auto;
    }

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

    .career-vacancies__container {
        margin-bottom: 64px;
    }

    .career-slide {
        flex-direction: column;
        gap: 30px;

        > * {
            max-width: 100%;
        }
    }

    .career-slide__left {
        .events-item__event-span {
            margin-bottom: 12px;
        }
    }

    .career-slide__right {
        height: 310px;
    }

    .career-slider {
        margin-bottom: 62px;
    }

    .career-vacancies {
        .banner__text-container {
            width: 100%;
        }
    }

    .benefits__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .career-video {
        .item-card-video {
            height: 190px;
        }
    }

    .photos-section__left {
        flex-direction: column;
        gap: 30px;
    }

    .photos-section__albums {
        flex-direction: column;
        margin-left: 0;
    }

    .main-advertising_career {
        margin-bottom: 60px;
    }

    .mediateka__news-list#socials {
        margin-bottom: 60px;
    }

    .photos-section__right {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 228px) 164px;
        gap: 8px;
    }

    .photos-section__item:nth-child(1) {
        grid-column: 1 / span 3;
    }

    .photos-section__item:nth-child(2) {
        grid-column: 1 / span 3;
    }

    .photos-section__item:nth-child(3) {
        grid-column: 1 / span 3;
    }

    .photos-section__item:nth-child(4) {
        grid-column: 1;
    }

    .photos-section__item:nth-child(5) {
        grid-column: 2;
    }

    .photos-section__item:nth-child(6) {
        grid-column: 3;
    }

    .photos-section__left {
        margin-bottom: 30px;
    }

    .photos-section__right {
        display: flex;
        flex-direction: column;
    }

    .digital-slide__container, .digital-slide__rows-container {
        height: auto !important;
    }

    .digital-slide__background {
        position: static;
    }

    .digital-slide__row {
        flex-wrap: wrap;

        .carousel__rulers {
            .button__transparent {

            }
        }
    }

    .main-advertising_career {
        .digital-slide__row p {
            padding: 20px 0;
        }
    }

    .main-advertising_career {
        .digital-slide__background, .digital-slide__background img {
            height: 154px;
        }
    }

    .digital-slide__rows-container {
        padding: 16px 0;
        padding-bottom: 0;
    }

    .digital-slide__row p {
        padding: 20px 0;
    }

    .digital-slide__row h1, .digital-slide__row p {
        color: var(--Black, #101010) !important;
    }

    .digital-slide__row {
        .new-items__all {
            color: #101010;
            border: 1px solid #101010;
            width: 100%;

            path {
                fill: var(--Black, #101010);
            }
        }

        .carousel__rulers {
            margin-left: auto;
            padding: 25px 0;
            .button__transparent {
                path, circle {
                    stroke: #101010;
                }
            }
        }
    }

    .advertising__digital {
        padding-bottom: 0;
    }

    .digital-slide__row .rulers__number {
        .page__current {
            color: var(--orange-gradient, #F54500);
            opacity: 1;
            font-size: 20px;
        }

        .page__separator {
            color: var(--Black, #101010);
            font-size: 20px;
        }

        .page__all {
            font-size: 20px;
            color: var(--Black, #101010);
        }
    }

    .benefits__list_career {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .photos-section__albums {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1341px) {

}

@media screen and (min-width: 750px) and (max-width: 1000px) {

}