.aboutus__intro {
    padding-bottom: 70px;
}

.aboutus__intro_left {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.aboutus__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    color: #33305A;
    text-transform: none;
    padding-bottom: 20px;
}

.aboutus__intro_text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #33305A;
}

.aboutus__intro_photos {
    max-width: 600px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    align-items: center;
    grid-gap: 10px;
}

.aboutus__intro_photo {
    width: 100px;
    height: 100px;
    background: #65D3CC;
    border-radius: 40px;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
}

.aboutus__intro_photo img {
    max-height: 92%;
    margin: 0 auto;
}

/* Кто мы */

.aboutus__who {
    position: relative;
    padding: 50px 0;
}

.aboutus__who_bg-squares {
    z-index: 0;
    position: absolute;
    left: -5%;
    top: 0;
    height: 50%;
}

.aboutus__who_image {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.aboutus__who_image img {
    border-radius: 20px;
}

.aboutus__who_right {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.aboutus__who_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #33305A;
    text-transform: none;
}

.aboutus__who_text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    color: #33305A;
}

.aboutus__who_text {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1300px) {
    .aboutus__intro_left {
        justify-content: start;
        padding-top: 80px;
    }

    .aboutus__title {
        font-size: 40px;
    }

    .aboutus__intro_photos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 1199.5px) {
    .aboutus__who_bg-squares {
        top: 10%;
        height: 35%;
    }
    .aboutus__intro_photos {
        grid-template-columns: repeat(5, 1fr);
    }
}

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

    .aboutus__intro {
        padding-bottom: 35px;
    }

    .aboutus__intro_left {
        padding-top: 30px;
    }

    .aboutus__intro_photos {
        margin-top: 30px;
    }

    .aboutus__who {
        padding-bottom: 20px;
    }

    .aboutus__who_right {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767.5px) {
    .aboutus__who_bg-squares {
        top: 0%;
        height: 25%;
    }
    .aboutus__title {
        font-size: 28px;
    }
    .aboutus__intro_photo {
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 575.5px) {
    .aboutus__who_bg-squares {
        height: 18%;
    }
    .aboutus__intro_photos {
        grid-template-columns: repeat(4, 1fr);
    }
    .aboutus__intro_photo {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 450px) {
    .aboutus__intro_photos {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Результаты */

.aboutus__results {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.aboutus__result {
    background: #FFFFFF;
    border: 1px solid #E0E2EA;
    box-shadow: 0px 2.39823px 57.5575px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    max-width: 23%;
    padding: 40px 20px 30px 20px;
    text-align: center;
}

.aboutus__result_title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 125%;
    color: #33305A;
    padding-bottom: 15px;
}

.aboutus__result_text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #33305A;
}

@media screen and (max-width: 1500px) {
    .aboutus__results {
        padding: 30px 0;
    }

    .aboutus__result_title {
        font-size: 40px;
    }
}

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

    .aboutus__result_title {
        font-size: 35px;
    }
}

@media screen and (max-width: 991.5px) {
    .aboutus__results {
        flex-direction: column;
        align-items: center;
    }
    .aboutus__result {
        max-width: 300px;
        padding: 25px 15px 25px 15px;
        margin-bottom: 25px;
    }
}

/* Сотрудники фильтр */

.aboutus__team-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #E0E2EA;
    margin-bottom: 30px;
}

.aboutus__team-top_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-transform: uppercase;
    color: #85839C;
    align-self: end;
}

.aboutus__team-top_filter {
    text-align: center;
    border-bottom: 1px solid transparent;
    color: #85839C;
    background-color: unset !important;
    cursor: pointer;
    text-transform: none;
    font-size: 14px;
    padding: 18px 5px;
    height: 100%;

    -webkit-transition : border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition : border 500ms ease-out;
}

.aboutus__team-top_filter:hover,
.aboutus__team-top_filter:active,
.aboutus__team-top_filter__active {
    color: #0785CE;
    border-color: #0785CE;
}

@media screen and (max-width: 767.5px) {
    .aboutus__team-top {
        flex-direction: column;
        align-items: center;
    }
    .aboutus__team-top_title {
        align-self: center;
    }
}

/* Сотрудники карточки */

.aboutus__team_items {
    margin: 0 auto;
    overflow: hidden;
}

.aboutus__team_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 15px 30px;
    width: 310px;
    margin-bottom: 15px;

    background: #FFFFFF;
    border: 1px solid #E0E2EA;
    box-shadow: 0px 2.39823px 57.5575px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.aboutus__team_item__profile {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    align-items: center;
}

.aboutus__team_item__photo {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 10px;
}

.aboutus__team_item__photo img {
    max-height: 92%;
    margin: 0 auto;
}

.aboutus__team_item__name {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: #33305A;
    text-transform: none;
}

.aboutus__team_item__position {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 125%;
    color: #85839C !important;
}

.aboutus__team_item__text ul {
    padding-left: 20px;
}

.aboutus__team_item__text ul li {
    padding-bottom: 8px;
}

/* Временная линия */
.aboutus__timeline {
    background-image: url("timeline-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 38px 70px;
    margin-top: 80px;
    border-radius: 45px;
}

.aboutus__timeline_title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 39px;
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
}

.timeline__main {
    margin-top: 30px;
    position: relative;
}

.timeline__row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-left: 50px;
    position: relative;
}

.timeline__row:first-child {
    padding-left: 0;
    margin: 0 0px 0 auto;
    justify-content: space-between;
}

.timeline__item {
    max-width: 160px;
    height: 170px;
    margin-right: 20px;
    position: relative;
    color: #fff;
    z-index: 3;
}

.timeline__item > *:first-child {
    height: 60px;
    display: flex;
}

.timeline__item > *:first-child span {
    align-self: flex-end;
    padding-bottom: 10px;
}

.timeline__item > *:last-child {
    padding-top: 10px;
}

.timeline__date,
.timeline__date span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 125%;
    text-transform: uppercase;
    color: #fff;
}

.timeline__point {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
}

.timeline__text,
.timeline__text span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    opacity: 0.8;
    padding-top: 10px;
    color: #fff;
}

.timeline__line-vr {
    padding: 0;
    border-right: 1px dashed #75A6D4;
    position: absolute;
    top: 0;
    margin: auto 0;
    bottom: 0;

    display: none;
    right: 50%;
    transform: translate(50%, 0);
    height: 100%;
}

.timeline__line-hr {
    z-index: 1;
    border-top: 1px dashed #75A6D4;
    right: 50px;
    left: 50px;
    width: calc(100% - 100px);
    margin: 0 auto;
    position: absolute;
    top: 70px;
}

.timeline__row:first-child .timeline__line-hr {
    width: calc(100% - 50px);
    left: 0;
    right: inherit;
}

.timeline__row:nth-of-type(2n) .timeline__line-hr {
    top: 0;
}

.timeline__corner-top {
    z-index: 1;
    position: absolute;
    border-top: 1px dashed #75A6D4;
    border-right: 1px dashed #75A6D4;
    border-radius: 0 70px 0 0;
    width: 50px;
    height: 60px;
    top: 70px;
    right: 0;
}

.timeline__row:nth-of-type(2n) .timeline__corner-top {
    height: 45px;
    left: 0;
    right: inherit;
    top: 0;
    border-left: 1px dashed #75A6D4;
    border-right: 0;
    border-radius: 70px 0 0 0;
}

.timeline__row:last-child .timeline__corner-top {
    display: none;
}

.timeline__corner-bottom {
    z-index: 2;
    position: absolute;
    border-top: 1px dashed #75A6D4;
    border-right: 1px dashed #75A6D4;
    border-bottom: 1px dashed #75A6D4;
    border-radius: 0 0 70px 0;
    width: 50px;
    height: 60px;
    right: 0;
    top: inherit;
    border-top: 0;
    bottom: -1px;
}

.timeline__row:nth-of-type(2n) .timeline__corner-bottom {
    height: 45px;
    right: inherit;
    left: 0;
    border-left: 1px dashed #75A6D4;
    border-right: 0;
    top: 45px;
    border-radius: 0 0 0 70px;
}

.timeline__row:last-child .timeline__corner-bottom {
    display: none;
}

@media screen and (max-width: 1500px) {
    .timeline__row {
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        padding-bottom: 0;
    }

    .timeline__row:nth-of-type(2n) {
        display: none;
    }

    .timeline__item {
        display: flex;
        flex-direction: column;
        height: auto;
        max-width: 100%;
        width: 200px;
        margin-bottom: 20px;
        margin-right: 0;
        margin-left: -220px;
        text-align: left;
    }

    .timeline__item:nth-of-type(2n) {
        margin-right: -220px;
        margin-left: 0;
        text-align: right;
    }

    .timeline__row:nth-child(3n) .timeline__item {
        margin-right: -220px;
        margin-left: 0;
        text-align: right;
    }

    .timeline__row:nth-child(3n) .timeline__item:nth-of-type(2n) {
        margin-right: 0;
        margin-left: -220px;
        text-align: left;
    }

    .timeline__item > *:first-child {
        height: auto;
        display: block;
    }

    .timeline__item > *:first-child span {
        padding: 0;
    }

    .timeline__item > *:last-child {
        padding: 0;
    }

    .timeline__date {
        order: 2;
    }

    .timeline__date,
    .timeline__date span {
        font-size: 22px;
    }

    .timeline__point {
        order: 1;
        width: 24px;
        height: 24px;
        margin: 0 -22px 10px auto;
    }

    .timeline__item:nth-of-type(2n) .timeline__point {
        margin: 0 auto 10px -21px;
    }

    .timeline__row:nth-child(3n) .timeline__point {
        margin: 0 auto 10px -21px;
    }

    .timeline__row:nth-child(3n) .timeline__item:nth-of-type(2n) .timeline__point {
        margin: 0 -22px 10px auto;
    }

    .timeline__text {
        order: 3;
        padding-top: 12px !important;
    }

    .timeline__text,
    .timeline__text span {
        font-size: 16px;
    }

    .timeline__line-vr {
        display: block;
    }

    .timeline__line-hr,
    .timeline__corner-top,
    .timeline__corner-bottom {
        display: none;
    }
}

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

    .aboutus__timeline {
        padding: 30px 15px !important;
        margin-top: 40px;
    }

    .aboutus__timeline_title {
        font-size: 28px;
    }

    .timeline__item {
        margin: 0 0 35px 0 !important;
        text-align: center !important;
        background: rgba(0,0,0,0.15);
        padding: 10px 5px;
        border-radius: 20px;
        width: 250px;
    }

    .timeline__date {
        padding-top: 0 !important;
    }

    .timeline__point {
        display: none;
    }

    .timeline__text,
    .timeline__text span {
        opacity: 1;
    }
}