.main-info {
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 32px;
    box-sizing: border-box;
}

.main-info__item {}

.main-info__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #363636;
}

.main-info__text {
    line-height: 27px;
    font-size: 18px;
    color: #7a7a7e;
    margin-top: 1rem;
}

.about {
    box-sizing: border-box;
    padding-top: 48px;
}



.about__num-item {
    margin-bottom: 32px;
}

.about__num {
    margin-right: 0.25em;
    font-size: 48px;
    color: #ed1c24;
    font-weight: 700;
    line-height: 48px;
}

.about__num_unit {
    margin-right: 0;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.about__num-text {
    line-height: 25px;
    font-size: 18px;
    color: #7a7a7e;
    display: block;
    margin-top: 16px;
}

.about__btn {
    color: #fff !important;
    background-color: #ed1c24;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 999em;
    padding: 8px 16px;
    transition: all 0.15s ease-out;
}

.about__btn_arrow {
    transform: rotate(90deg);
}

.about__btn:hover {
    -webkit-box-shadow: 0px 0px 27px 8px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 27px 8px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 27px 8px rgba(34, 60, 80, 0.2);
}





.blocks {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.blocks__item {
    -webkit-box-shadow: 0px 0px 20px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 20px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 20px 2px rgba(34, 60, 80, 0.2);
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px;
    width: 48%;
    position: relative;
}

.blocks__line {
    background-color: #ed1c24;
    width: 32px;
    height: 4px;
}

.blocks__title {
    color: #363636;
    font-weight: 700;
    line-height: 1.4;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

.news {}

.news__item {
    margin-top: 16px;
}

.news__text {
    color: #363636;
    font-size: 18px;
    line-height: 27px;
}

.news__date {
    margin-top: 8px;
    line-height: 1.4;
    color: rgba(79, 79, 79, .5);
    font-size: 12px;
    line-height: 17px;
}

.news__text_large {
    font-size: 22px;
    line-height: 33px;
}

.news__date_large {
    font-size: 14px;
    line-height: 20px;
}

.news__line {
    display: block;
    margin: 40px 0;
    background-color: #e4e4e4;
    height: 2px;
    width: 100%;
}

.contacts {}


.contacts__circle {
    right: -53px;
    bottom: -53px;
    position: absolute;
    border-radius: 50%;
    width: 223px;
    height: 223px;
    background-color: #f5f5f5;
}
.contacts__circle svg {
    position: absolute;
    left: 30%;
    top: 30%;
}