.wrapper_about {
    padding: 0
}

.wrapper_about .category-description {
    padding-bottom: 30px;
}

.about-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding-top: 30px;
    padding-bottom: 120px;
}

.about-top__image {
    max-width: 810px;
    width: 100%;    
    min-height: 639px;
    object-fit: cover;
    border-radius: 12px;
}

.about-top__description {
    width: 780px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.about-top__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
}

.achivements-counts {
    display: flex;
}

.facts {
    margin-bottom: 120px;
}

.facts-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.facts-list__item {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 400px;
    width: 100%;
}

.facts-list__image {
    width: 112px;
    height: 112px;
    object-fit: cover;
}

.facts-list__description {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
}

.our-mission__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 132px;
    border: 1px solid #d7e1ec;
    border-radius: 12px;
    padding: 56px;
}

.our-mission__member {
    display: flex;
    flex-direction: column;
}

.member-avatar {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 24px;
}

.member-name {
    font-weight: 400;
    font-size: 28px;
    line-height: 124%;
    width: 191px;
}

.member-position {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color:  #a6aeb8;
}

.our-mission__slogan {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%
}

.history {
    position: relative;
}

.history__slider {
    padding: 0 60px;
}

.history-slider__year {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 34px;
    line-height: 124%;
    color: #a6aeb8;
}

.history-slider__description {
    margin-bottom: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #28313d;
}

.history-slider__image {
    margin-bottom: 32px;
    border-radius: 8px;
    width: 112px;
    height: 112px;
    object-fit: cover;
}

.history-slider__count {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #28313d;
}

.history-slider__item {
    position: relative;
    max-width: 400px;
    width: 100%;
}

.history-slider__item::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 21px;
    background-color: #D7E1EC;
    top: 135px;
}

.history-slider__decor {
    position: relative;
    height: 1px;
    width: 100%;
    background-color: #D7E1EC;
    top: 147px;
    z-index: 10;
}

.history-slider__decor::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #D7E1EC;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.history-slider__action {
    display: flex;
    gap: 12px;
    position: absolute;    
    top: 165px;
    right: 0;
    z-index: 20;
}

.history-slider__action button {
    position: relative;
    width: 61px;
    height: 61px;
    border: 1px solid #D7E1EC;
    background: #fff !important;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
}

.history-slider__action button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.our-mission__decor-mobile {
    display: none;
}

@media(max-width: 1024px) {
    .about-top {
        flex-direction: column;
        padding-bottom: 56px;
    }

    .about-top__image {
        min-height: 322px;
    }

    .about-top__description {
        gap: 16px;
    }

    .count-item .count {
        font-weight: 400;
        font-size: 24px;
        line-height: 133%;
    }

    .count__description {
        font-weight: 400;
        font-size: 12px;
        line-height: 130%;
    }

    .achivements-counts {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 16px;
    }

    .facts-list__item {
        max-width: 200px;
    }

    .facts-list__image {
        width: 72px;
        height: 72px;
    }

    .facts-list__description {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .our-mission__wrapper {
        gap: 16px;
        flex-direction: column;
    }

    .our-mission__slogan {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .our-mission__decor {
        display: none;
    }

    .member-avatar {
        width: 96px;
        height: 96px;
    }
    .member-name {
        font-weight: 400;
        font-size: 24px;
        line-height: 133%;
    }

    .member-position {
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
    }

        .our-mission__top {
        display: flex;
        justify-content: space-between;
    }

    .our-mission__decor-mobile {        
        display: block;
    }

    .history-slider__year {
        font-weight: 400;
        font-size: 24px;
        line-height: 133%;
    }

    .history-slider__description {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }

    .history {
        margin-bottom: 56px;
    }

    .history__slider {
        padding-left: 16px;
    }

    .history-slider__item {
        max-width: 252px;
    }
}

@media(max-width: 768px) {
    .history__slider {
        padding-left: 0;
    }

    .history-slider__action button {
        width: 32px;
        height: 32px;
    }

    .history-slider__image {
        width: 72px;
        height: 72px;
    }

    .history-slider__action button img {
        width: 5px;
        height: 10px;
    }

    .history-slider__action {
        top: 360px;
        left: 0;
    }

    .history-slider__description {
        margin-bottom: 40px;
    }

    .history-slider__item::before {
        top: 143px;
    }

    .history-slider__decor {
        left: -16px;
    }


}
