.history-block {
    position: relative;
    margin-bottom: 40px;
}
.history-block__item-wrapper {
    position: relative;
    padding-bottom: 30px;
}
.history-block__item-wrapper:not(:last-child):before,
.history-block__group .history-block__item-wrapper:before {
    content: "";
    position: absolute;
    top: 30px;
    left: 21px;
    bottom: -8px;
    width: 2px;
    background: #ED1D24;
}
.history-block__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    position: static;
    position: relative;
}
.history-block__item:before,
.history-block__item:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
}
.history-block__item:before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(2, 2, 2, 0.5);
    border: 2px solid #E01D24;
    box-shadow: 0px 0px 30px #E01D24;
}
.history-block__item:after {
    top: 14px;
    left: 16px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
}
.history-block__item_large:before,
.history-block__item_large:after {
    content: none;
    display: none;
}
.history-block__item p {
    margin: 0;
}
.history-block__item * + p {
    margin-top: 12px;
}
.history-block__item_large {
    font-size: 18px;
    margin-bottom: 40px;
    padding-left: 0 !important;
}
.history-block__item_large * + p {
    margin-top: 16px;
}
.history-block__date {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #ED1D24;
}
.history-block__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.history-block__img {
    margin-bottom: 20px;
    margin-top: 20px;
}
@media screen and (max-width: 991px) {
    .history-block__item {
        padding-left: 45px;
    }
}
@media screen and (min-width: 992px) {
    .history-block__group {
        position: relative;
    }
    .history-block__group-item,
    .history-block__group-item .history-block__item-wrapper,
    .history-block__group-item .history-block__item {
        position: static;
    }
    
    .history-block__item-wrapper:not(:last-child):before,
    .history-block__group .history-block__item-wrapper:before {
        top: 47px;
        left: 50%;
        width: 3px;
        bottom: 0;
        transform: translate(-50%,0);
    }
    .history-block__item-wrapper:nth-child(2n+2) .history-block__date,
    .history-block__item-wrapper:nth-child(2n+2) .history-block__name {
        text-align: right;
    }
    .history-block__item {
        position: static;
    }
    .history-block__item:before,
    .history-block__item:after {
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
    }
    .history-block__item:before {
        width: 48px;
        height: 48px;
    }
    .history-block__item:after {
        top: 13px;
        width: 22px;
        height: 22px;
    }
    
    .history-block__item_large {
        font-size: 20px;
    }
    
    .history-block__date {
        font-size: 40px;
    }
    .history-block__name {
        font-size: 18px;
    }
}

.history-stat {
    margin-top: 80px;
}
.history-stat__card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 24px;
    border: 2px solid #ED1D24;
}
.history-stat__card + .history-stat__card {
    margin-top: 48px;
}
.history-stat__card_fill {
    border-top-right-radius: 0;
    background: #ED1D24;
    height: 100%;
}
.history-stat__card_mt {
    margin-top: 24px;
}
.history-stat__card-name {
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    margin-left: -8px;
    margin-top: -50px;
    margin-bottom: 12px;
    background: #0a0a0a;
    align-self: flex-start;
    padding: 0 16px;
}
.history-stat__card-text {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}
.history-stat__card-text_large {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.1;
}
.history-stat__card-text_extralarge {
    font-size: 18px;
    font-weight: bold;
}
.history-stat__card-img {
    margin: 15px auto 0;
}
.history-stat__card-logo-wrapper {
    position: relative;
    z-index: 2;
}
.history-stat__card-logo-wrapper:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    background: #0a0a0a;
    z-index: -1;
}
.history-stat__card-logo {
    margin-top: -50px;
}
.history-stat__text {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}
.history-stat__text_large {
    font-size: 48px;
}
.history-stat__card + .history-stat__text {
    margin-top: 48px;
}
@media screen and (min-width: 768px) {
    .history-stat__card-text_extralarge {
        font-size: 28px;
    }
    .history-stat__card-logo {
        margin-top: -50px;
    }
}

.scheme-tiles {
    margin-top: 24px;
}
.scheme-tiles__list {
    margin-left: -20px;
    margin-right: -20px;
}
.scheme-tiles__item-wrapper {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}
.scheme-tiles__item {
    display: flex;
    flex-direction: column;
}
.scheme-tiles__name {
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 10px;
    min-width: 145px;
    text-align: center;
    align-self: flex-start;
}
.scheme-tiles__desc {
    display: flex;
    gap: 24px;
}
.scheme-tiles__img-wrapper {
    flex: 0 0 auto;
    width: 145px;
    height: 145px;
}
.scheme-tiles__text {
    flex: 1 1 auto;
}
.scheme-tiles__info {
    display: flex;
    align-items: flex-end;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
}
.scheme-tiles__info + .scheme-tiles__info {
    margin-top: 5px;
}
.scheme-tiles__info-item:first-child {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.scheme-tiles__info-item:first-child:after {
    content: "";
    flex: 1 1 auto;
    position: relative;
    bottom: 2px;
    border-bottom: 2px dotted #fff;
}
.text-primary .scheme-tiles__info-item:first-child:after {
    border-bottom-color: #ED1D24;
}
.scheme-tiles__info-item + .scheme-tiles__info-item {
    flex: 0 0 auto;
}
@media screen and (min-width: 992px) {
    .scheme-tiles__info {
        font-size: 14px;
    }
}
@media screen and (min-width: 1200px) {
    .scheme-tiles__info {
        font-size: 15px;
    }
}

