.about-top {
    padding-top: 10px;
    padding-bottom: 10px;
}
.about-top .breadcrumbs {
    margin-bottom: 20px;
}
.about-top__wrap {
    display: flex;
    gap: 30px;
}
.about-top__info {
    flex: 1;
}
.about-top__pic {
    flex: 0 0 334px;
}

.about-mission__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px 0;
    padding: 0;
    text-align: center;
}
.about-mission__item {
    flex: 1;
    list-style: none;
    padding: 16px;
    margin: 40px 0 0 0;
    background: #FFF;
    box-shadow: 16px 14px 38px 0 rgba(0, 0, 0, 0.10);
    /*box-shadow: 0 1px 0 1px #c4d7d7;*/
    /*border: 1px solid #c4d7d7;*/
}
.about-mission__item-pic {
    width: 72px;
    height: 72px;
    margin: -52px auto 10px;
    background: #E63869;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-mission__item-pic img {
    width: 36px;
    height: 36px;
    display: block;
}

.about-how__wrap {
    display: block;
}
.about-how__item {
    width: auto;
    display: flex;
}
.about-how__item-text {
    flex: 0 1 516px;
}
.about-how__item-pic {
    flex: 0 1 444px;
    overflow: hidden;
}
.about-how__item-pic img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 0 0 auto;
}
.about-how__item:nth-child(odd) .about-how__item-pic {
    order: -1;
}

.about-why__wrap {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    text-align: center;
}
.about-why__item {
    flex: 1;
}
.about-why__item img {
    display: block;
    margin: 0 auto 10px;
}

.about-timeline__heading {
    text-align: center;
    margin-bottom: 24px;
}
.about-timeline__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(/img/about/timeline-center.svg) 50% 0 repeat-y;
}
.about-timeline__item {
    position: relative;
    flex: 0 0 416px;
    min-height: 166px;
    padding: 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 16px 14px 38px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 24px;
}
.about-timeline__date {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 72px;
    border-radius: 8px;
    background: #303346;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.about-timeline__date:after {
    display: block;
    content: '';
    position: absolute;
    width: 21px;
    height: 72px;
    background: url(/img/about/timeline-arrow.svg) 0 50% no-repeat;
}

.about-timeline__item:nth-child(odd) .about-timeline__date {
    right: -108px;
    top: 0;
}
.about-timeline__item:nth-child(odd) .about-timeline__date:after {
    left: -21px;
}
.about-timeline__item:nth-child(even) .about-timeline__date {
    left: -108px;
    bottom: 0;
}
.about-timeline__item:nth-child(even) .about-timeline__date:after {
    right: -21px;
    transform: scaleX(-1);
}
.about-timeline__item-pic {
    float: left;
    margin-right: 8px;
}
.about-timeline__item p {
    margin: 0 0 12px 0;
    line-height: 1.5;
}
.about-timeline__item p:first-child {
    font-size: 22px;
}

.about-timeline__date span {
    color: #FFD16A;
    font-weight: 300;
}

.about-numbers {
    border-radius: 8px;
    padding: 16px 4px;
    text-align: center;
}
.about-numbers__text {
    margin: 0 12px;
}
.about-numbers__text h2 {
    margin-top: 0;
}
.about-numbers__text h2:before {
    display: inline-block;
    content: '';
    width: 26px;
    height: 26px;
    background: url(/img/about/numbers-1.png) 0 0 no-repeat;
    margin: -6px 8px 0 0;
    vertical-align: middle;
}
.about-numbers__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.about-numbers__item {
    border-radius: 6px;
    background: #262838;
    flex: 0 0 176px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-numbers__item .num {
    color: #FFD16A; /* backup */
    -webkit-text-fill-color: #262838; /* Will override color if supported */
    -webkit-text-stroke-width: 1.3px; /* use fractional pixels for smooth stroke */
    -webkit-text-stroke-color: #FFD16A;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 3px;
}
.about-numbers__item .title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.about-team-contacts {
    margin-bottom: 150px;
}
.about-team {
    text-align: center;
}
.about-team > h2 {
    margin-bottom: 16px;
}
.about-team__wrap {
    margin: 0 -8px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.about-team__member {
    flex: 0 0 234px;
    padding: 12px 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 16px 14px 38px 0 rgba(0, 0, 0, 0.10);
    color: #000000;
    font-size: 14px;
}
.about-team__member-userpic_name {
    text-decoration: none;
}
.about-team__member-userpic {
    display: block;
    margin: 0 auto 8px;
}
.about-team__member-name {
    color: #4D82E1;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}
.about-team__member-userpic_name:hover .about-team__member-name {
    text-decoration: underline;
}

.about-contacts {
    margin-bottom: -136px;
    display: flex;
    border-radius: 8px;
    box-shadow: 16px 14px 38px 0 rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.about-contacts__info {
    flex: 0 0 50%;
    padding: 24px;
}
.about-contacts__info_item {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
}
.about-contacts__info_item.item_heading {
    margin-top: 0;
}
.item_registration:before {
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/img/about/contacts-1.png) 0 0 no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
.item_address:before {
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/img/about/contacts-2.png) 0 0 no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
.about-contacts__info .button {
    padding: 5px 30px;
    margin-top: 14px;
}
.about-contacts__map {
    flex: 0 0 50%;
    padding: 0;
    max-height: 230px;
    overflow: hidden;
}
.about-contacts__map img {
    display: block;
}

.about-media__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 30px;
}
.about-media__wrap img {
    max-height: 35px;
}


/***** media queries *****/
@media (max-width: 1020px) {
    .about-top__wrap {
        flex-direction: column;
    }
    .about-top__pic {
        flex: 0 0 min-content;
    }
    .about-top__pic img {
        margin: 0 auto;
        display: block;
    }
    .about-mission__item {
        display: block;
        min-width: 45%;
    }
    .about-how__item {
        flex-direction: column;
    }
    .about-how__item-text {
        flex: 0 0 min-content;
    }
    .about-how__item-pic {
        flex: 0 0 min-content;
        order: 2 !important;
    }
    .about-timeline__wrap {
        display: block;
        background: url(/img/about/timeline-center.svg) calc(100% - 50px) 0 repeat-y;
    }
    .about-timeline__item {
        width: auto;
        padding-right: 106px;
        min-height: 88px;
    }
    .about-timeline__date {
        right: 6px !important;
        top: -6px !important;
        left: unset !important;
        bottom: unset !important;
    }
    .about-timeline__date:after {
        display: none;
    }

    .about-contacts {
        flex-direction: column;
    }
    .about-contacts__info {
        flex: 0 0 min-content;
    }
    .about-contacts__map {
        flex: 0 0 0;
        max-height: unset;
        height: 0;
        padding-bottom: 57%;
    }
}
@media (max-width: 767px) {
    .about-why__wrap {
        flex-wrap: wrap;
    }
    .about-why__item {
        min-width: 100px;
    }
}
@media (max-width: 479px) {
    .about-mission__item {
        width: 100%;
        min-width: 100%;
    }
    .about-contacts__info .button {
        width: 100%;
    }

}
