.partners-page{

    .star-block .golo{
        align-items: center;
    }

    .main-top{
        padding-top: 0;
    }

    .main-top h1{
        font-size: 137px;
        font-weight: 450;
    }

    .title-swiper{
        height: auto;
        max-height: 270px;
    }

    .title-swiper__slide-name{
        font-family: Jost;
        font-size: 137px;
        color: #0A0A0A;
        line-height: 128px;
        font-weight: 450;
        white-space: nowrap;
        width: max-content;
    }

    .title-swiper__slide-name span{
        text-decoration: underline #23BD87;
        text-decoration-thickness: 6px;
        text-underline-position: from-font;
    }

    .cooperate{
        padding: 150px 0;
    }

    .cooperate__title{
        margin-bottom: 80px;
    }

    .cooperate__cards{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .cooperate__card{
        min-height: 554px;
        padding: 70px 60px 56px 60px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 50px;
        background: #F6F6F6;
    }

    .cooperate__card-title{
        font-size: 44px;
        font-weight: 400;
        line-height: 56px;
        color: #0A0A0A;
    }

    .cooperate__card-description,
    .cooperate__card-description span{
        font-family: "Open Sans";
        font-size: 24px;
        line-height: 44px;
        letter-spacing: 0.18px;
        color: #939393;
        margin-bottom: 0;
    }

    .cooperate__card-description span{
        color: #0A0A0A;
        border-bottom: 0.5px solid rgba(10, 10, 10, 0.4);
    }

    .type-work{
        padding: 150px 0;
    }

    .type-work__title{
        margin-bottom: 96px;
    }

    .type-work__content{
        position: relative;
        width: 100%;
    }

    .type-work__sticky-items {
        position: sticky;
        top: 90px;
        left: 0;
        display: flex;
        gap: 30px;
        z-index: 3;
    }

    .type-work__sticky-item {
        display: flex;
        padding: 30px 32px;
        justify-content: center;
        align-items: center;
        border-radius: 40px;
        background: #F6F6F6;
        box-shadow: none;
        flex: 1;
    }

    .type-work__sticky-item:nth-child(2) {
        background: #F6F6F6;
        box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.08);
    }

    .type-work__sticky-item-title{
        font-size: 56px;
        color: #0A0A0A;
        font-weight: 400;
        line-height: 64px;
        margin-bottom: 0;
        font-family: Jost;
    }

    .type-work__sticky-item-title span{
        color: #23BD87;
    }

    .type-work__content-items.mob{
        display: none;
    }

    .type-work__content-item-row{
        padding: 30px 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        transition: all .3s;
    }

    .type-work__content-item{
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        min-height: 292px;
        padding: 64px 50px;
        flex: 1;
        border-radius: 40px;
        box-shadow: none;
        background: #F6F6F6;
    }

    .type-work__content-item:nth-child(2) {
        box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.08);
        background: #FFF;
    }

    .type-work__content-item-title {
        font-size: 44px;
        font-weight: 400;
        line-height: 56px;
        color: #0A0A0A;
    }

    .type-work__content-item-description{
        font-size: 26px;
        font-weight: 400;
        line-height: 44px;
        color: rgba(10, 10, 10, 0.64);
        margin-bottom: 0;
        text-align: center;
    }

    .type-work__content-item-row.non-active {
        opacity: 0.6;
    }


    .partners{
        padding: 150px 0;
        margin: 0;
    }

    .places{
        padding: 150px 0;
    }

    .managers{
        margin: 0;
        padding-top: 150px;
    }

    .wrap-case-bottom{
        margin-top: 80px;
    }

    @media (max-width: 1919px) {

        .main-top h1{
            font-size: 100px;
            line-height: 96px;
        }

        .title-swiper{
            max-height: 200px;
        }

        .title-swiper__slide-name{
            font-size: 100px;
            line-height: 96px;
        }

        .cooperate,
        .type-work {
            padding: 100px 0;
        }

        .cooperate__title{
            margin-bottom: 60px;
        }

        .cooperate__card{
            height: 409px;
            min-height: 409px;
            max-height: 409px;
            padding: 44px 32px 48px 32px;
            border-radius: 30px;
        }

        .cooperate__card-title{
            font-size: 40px;
            line-height: 48px;
        }

        .cooperate__card-description,
        .cooperate__card-description span{
            font-size: 20px;
            line-height: 26px;
            letter-spacing: 0.15px;
        }

        .type-work__title{
            margin-bottom: 60px;
        }

        .type-work__sticky-item{
            padding: 32px 24px;
        }

        .type-work__sticky-item-title{
            font-size: 40px;
            line-height: 36px;
        }

        .type-work__content-item-row{
            padding: 20px 0;
        }

        .type-work__content-item{
            padding: 44px 26px;
            min-height: 208px;
        }

        .type-work__content-item-title{
            font-size: 32px;
            line-height: 36px;
        }

        .type-work__content-item-description{
            font-size: 20px;
            line-height: 32px;
        }

        .partners,
        .places{
            padding: 100px 0;
        }

        .managers{
            padding-top: 100px;
        }

    }

    @media (max-width: 1365px) {

        .main-top h1,
        .title-swiper__slide-name {
            font-size: 60px;
            line-height: 60px
        }

        .title-swiper {
            max-height: 126px;
        }

        .cooperate{
            padding: 104px 0 70px;
        }

        .cooperate__title {
            margin-bottom: 50px;
        }

        .cooperate__cards{
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .cooperate__card {
            height: 400px;
            min-height: 400px;
            max-height: 400px;
            padding: 44px 30px;
            border-radius: 20px;
        }

        .cooperate__card-description,
        .cooperate__card-description span{
            font-size: 24px;
            line-height: 32px;
            letter-spacing: 0.18px;
        }

        .wrap-case-bottom {
            margin-top: 50px;
            padding: 0;
        }

        .cooperate, .type-work {
            padding: 70px 0;
        }

        .type-work .container{
            padding: 0;
        }

        .type-work__title {
            margin-bottom: 50px;
            padding: 0 15px;
        }

        .type-work__content{
            display: flex;
            padding: 0 0 0 15px;
        }

        .type-work__sticky-items{
            flex-direction: column;
            gap: 30px;
            padding: 20px 30px 20px 0;
        }

        .type-work__sticky-item,
        .type-work__sticky-item:nth-child(2){
            padding: 45px 0;
            background: none;
            box-shadow: none;
        }

        .type-work__sticky-item-title{
            font-size: 32px;
            line-height: 32px;
        }

        .type-work__content-items{
            display: flex;
            overflow-x: scroll;
            width: 100vw;
            padding-right: 20px;

            &::-webkit-scrollbar {
                width: 0;
                height: 0;
                display: none;
            }
        }

        .type-work__content-item-row{
            display: flex;
            flex-direction: column;
            gap: 30px;
            padding: 50px 0 57px 20px;
        }

        .type-work__content-item{
            padding: 45px 30px;
            min-height: 196px;
            gap: 10px;
            width: 473px;
        }

        .type-work__content-item-title{
            font-size: 26px;
            line-height: 32px;
        }

        .type-work__content-item-row:last-child div:first-child{
            display: none;
        }

        .type-work__sticky-items {
            position: relative;
            top: 0;

            &::after {
                content: "";
                position: absolute;
                top: 0;
                right: -30px;
                width: 40%;
                height: 100%;
                pointer-events: none;
                background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 27.91%);
                z-index: 10;
            }
        }


        .partners, .places{
            padding: 70px 0;
        }

        .managers {
            padding-top: 70px;
        }
    }

    @media (max-width: 767px) {

        .main-top h1,
        .title-swiper__slide-name {
            font-size: 45px;
            line-height: 45px;
        }

        .title-swiper {
            max-height: 98px;
        }

        .cooperate{
            padding: 155px 0 75px;
        }

        .type-work {
            padding: 75px 0;
        }

        .type-work__content-items.desc{
            display: none;
        }

        .type-work__sticky-items.desc{
            display: none;
        }

        .type-work__content-items.mob{
            display: flex;
            flex-direction: column;
            gap: 30px;
            overflow: hidden;
            width: 100%;
            padding: 0;
        }

        .type-work__sticky-item, .type-work__sticky-item:nth-child(2){
            padding: 0;
            justify-content: flex-start;
        }

        .type-work__sticky-item-title{
            font-size: 24px;
            line-height: 100%;
        }

        .type-work__content-items-wrap:first-child{
            .type-work__content-item{
                box-shadow: none;
                background: #F6F6F6;
            }
        }


        .type-work__content-items-wrap:last-child{
            .type-work__content-item{
                box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.08);
                background: #FFF;
            }
        }

        .type-work__content-item-row {
            flex-direction: row;
            gap: 20px;
            width: 100vw;
            overflow-x: scroll;
            overflow-y: hidden;
            padding: 45px 33px;

            &::-webkit-scrollbar {
                width: 0;
                height: 0;
                display: none;
            }
        }

        .type-work__content-item-row:last-child div:first-child {
            display: flex;
        }

        .type-work__content-item {
            width: 300px;
            min-width: 300px;
            flex-shrink: 0;
            padding: 32px 16px;
            border-radius: 30px;
            min-height: 165px;
            max-height: 165px;
        }

        .type-work__content-item-title{
            font-size: 22px;
            line-height: 24px;
        }

        .type-work__content-item-description{
            font-size: 14px;
            line-height: 140%;
        }

        .cooperate__title {
            margin-bottom: 40px;
        }

        .cooperate__card {
            height: 340px;
            min-height: 340px;
            max-height: 340px;
            padding: 30px 20px;
        }

        .cooperate__card-title {
            font-size: 32px;
            line-height: 44px;
        }

        .cooperate__card-description,
        .cooperate__card-description span{
            font-size: 18px;
            line-height: 26px;
            letter-spacing: normal;
        }

        .partners, .places {
            padding: 75px 0;
        }

        .managers {
            padding-top: 75px;
        }

    }

}
