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

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

    .accordion-advantages{
        padding: 150px 0;
    }

    .accordion-advantages__title{
        margin-bottom: 96px;
    }

    .part-team{
        padding: 150px 0;
    }

    .part-team__title{
        color: #0A0A0A;
        font-family: Jost;
        font-size: 80px;
        font-weight: 400;
        line-height: 100px;
        margin-bottom: 80px;
    }

    .part-team__content-wrapper{
        display: flex;
        align-items: stretch;
        gap: 30px;
    }

    .part-team__content{
        display: flex;
        width: 41%;
        height: auto;
        padding: 56px 44px;
        flex-direction: column;
        justify-content: space-between;
        flex-shrink: 0;
        border-radius: 40px;
        background: #F6F6F6;
        overflow: hidden;

    }

    .part-team__content-title{
        color: #0A0A0A;
        font-family: Jost;
        font-size: 64px;
        font-weight: 450;
        line-height: 64px;
    }

    .part-team__content-description,
    .part-team__content-description span{
        font-family: Jost;
        font-size: 40px;
        font-weight: 400;
        line-height: 56px;
        color: #6C6C6C;
    }

    .part-team__content-description span{
        color: #0A0A0A;
    }

    .part-team__image-wrapper,
    .part-team__image{
        width: 100%;
        height: 100%;
    }

    .part-team__image-wrapper{
        border-radius: 40px;
        overflow: hidden;
        height: auto;
    }

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

    .history{
        padding: 150px 0;
    }

    .history__title{
        margin-bottom: 96px;
    }

    .history__content-wrapper{
        display: flex;
        flex-direction: column;
        gap: 60px;
    }

    .history__content{
        display: flex;
        flex-direction: column;
        gap: 90px;

        &:last-child{
            .history__info{
                justify-content: center;
            }
        }
    }

    .history__content.reverse .history__content-title-wrapper,
    .history__content.reverse .history__info{
        flex-direction: row-reverse;
    }

    .history__content.reverse .history__info{
        justify-content: flex-end;
    }

    .history__content-title-wrapper{
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .history__content-title-actual{
        color: #0A0A0A;
        leading-trim: both;
        text-edge: cap;
        font-family: Jost;
        font-size: 120px;
        font-weight: 400;
        line-height: 120px;
        letter-spacing: -3.6px;
        padding-top: 44px;
    }

    .history__content-title-prev{
        display: flex;
        align-items: flex-end;
        gap: 50px;
    }

    .history__content-title-prev span{
        color: #B0B0B0;
        font-family: Jost;
        font-size: 60px;
        font-weight: 450;
        line-height: 48px;
    }

    .history__info{
        display: flex;
        align-items: center;
        gap: 177px;
    }

    .history__info-image-wrapper{
        width: 699px;
        height: 435px;
        border-radius: 50px;
        overflow: hidden;
    }

    .history__info-image{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .history__list{
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 644px;
        max-height: 341px;
        overflow-y: scroll;
        padding-right: 50px;

        &::-webkit-scrollbar {
            width: 8px;
        }

        &::-webkit-scrollbar-track {
            background: transparent;
        }

        &::-webkit-scrollbar-thumb {
            border-radius: 26px;
            background: #D9D9D9;
            border: 2px solid transparent;
            background-clip: content-box;
        }
    }


    .history__item{
        padding-bottom: 24px;
        border-bottom: 0.828px solid #EBEBEB;
        font-family: "Open Sans";
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        color: #0A0A0A;
    }

    .history__item span{
        font-family: "Open Sans";
        font-size: 24px;
        font-weight: 400;
        line-height: 36px;
        color: #23BD87;
    }

    .creation,
    .partners,
    .places,
    .managers{
        margin: 0;
        padding: 150px 0;
    }

    .certificates{
        padding-top: 150px;
    }

    .wrap-case-bottom p{
        font-weight: 450;
        font-family: Jost;
    }

    @media (max-width: 1919px) {
        .star-block .golo{
            margin: 0;
        }

        .wrap-bottom-top{
            margin-top: 62px;
        }

        .creation, .partners, .places, .managers, .accordion-advantages, .history{
            padding: 100px 0;
        }

        .accordion-advantages__title{
            margin-bottom: 60px;
        }

        .history__title{
            margin-bottom: 60px;
        }

        .history__content {
            gap: 60px;
        }

        .history__content-title-actual{
            font-size: 100px;
            line-height: 100px;
            letter-spacing: -3px;
            padding-top: 32px;
        }

        .history__content-title-prev {
            gap: 30px;
        }

        .history__content-title-prev span {
            font-size: 48px;
            line-height: 40px;
        }

        .history__info-image-wrapper{
            width: 630px;
            height: 392px;
            flex-shrink: 0;
            border-radius: 33px;
        }

        .history__info{
            gap: 30px;
        }

        .history__list {
            width: 100%;
            padding-right: 20px;
            height: 300px;
            min-height: 300px;
            max-height: 300px;
        }

        .history__item{
            font-size: 20px;
            line-height: 26px;
        }

        .history__item span{
            font-size: 20px;
            line-height: 26px;
        }

        .certificates{
            padding: 100px 0 0;
        }
    }

    @media (max-width: 1365px) {

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

        .creation-right {
            display: flex;
        }

        .accordion-advantages__title{
            margin-bottom: 50px;
        }

        .history .container{
            padding: 0;
        }

        .history__title{
            padding: 0 15px;
        }

        .history__title {
            margin-bottom: 50px;
        }

        .history__content-wrapper{
            flex-direction: row;
            gap: 50px;
            overflow: scroll;
            padding: 0 15px;

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

        .history__content {
            &:last-child {
                .history__content-title-prev{
                    text-align: right;
                }
            }
        }

        .history__content{
            gap: 40px;
            &.reverse{

                .history__content-title-wrapper {
                    flex-direction: row;
                }

                .history__info{
                    flex-direction: column;
                    justify-content: normal;
                }
            }
        }

        .history__content-title-actual{
            font-size: 80px;
            line-height: 100px;
            letter-spacing: -2.4px;
            padding-top: 0;
        }

        .history__content-title-prev span {
            font-size: 40px;
            line-height: 36px;
        }

        .history__content-title-prev {
            gap: 20px;
            align-items: center;
        }

        .history__content-title-prev svg{
            width: 60px;
            transform: rotate(270deg);
        }

        .history__info {
            flex-direction: column;
        }

        .history__list{
            padding-right: 30px;
            gap: 12px;
        }

        .history__item {
            font-size: 18px;
            line-height: 20px;
        }

        .history__item span{
            font-size: 18px;
            line-height: 20px;
        }

        .partners, .places, .managers, .accordion-advantages, .history{
            padding: 70px 0;
        }

        .certificates {
            padding: 70px 0 0;
        }
    }

    @media (max-width: 767px) {

        .creation {
            padding: 60px 0 75px;
        }

        .accordion-advantages__title {
            margin-bottom: 40px;
        }

        .history__title {
            margin-bottom: 40px;
        }

        .history__content-wrapper {
            gap: 30px;
        }

        .history__content {
            gap: 32px;
        }

        .history__content-title-actual {
            font-size: 60px;
            line-height: 60px;
            letter-spacing: -1.8px;
        }

        .history__content-title-prev span {
            font-size: 30px;
            line-height: 24px;
        }

        .history__content-title-prev svg {
            width: 35px;
            transform: rotate(270deg) scale(0.6);
        }

        .history__info-image-wrapper {
            width: 300px;
            height: 186px;
            border-radius: 20px;
        }

        .history__content-title-prev{
            gap: 10px;
        }

        .history__item {
            font-size: 15px;
            padding-bottom: 8px;
            border-bottom: none;
        }

        .history__item span{
            font-size: 15px;
        }

        .partners, .places, .managers, .accordion-advantages, .history{
            padding: 75px 0;
        }

        .certificates {
            padding: 75px 0 0;
        }
    }
}