.tabs {}

.tabs__top {
    border-bottom: 1px solid #c4c4c4;
    box-sizing: border-box;
}

.tabs__title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #7a7a7d;
    transition: all 0.15s ease-out;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

.tabs__title.active::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #7a7a7d;
    box-sizing: border-box;
    display: block;
}

.tabs__title.active {
    color: #ed1c24;
}

.tabs__main {
    display: none;
}

.tabs__main.active {
    display: block;
}

.nums {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
    padding: 40px;
    box-sizing: border-box;
    margin-top: 40px;
}

.nums__line {
    width: 32px;
    height: 4px;
    display: block;
    background-color: #ed1c24;
}

.nums__title {
    color: #363636;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    margin-top: 5px;
}

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

.nums__item {
    display: block;
    margin-top: 20px;
    max-width: 230px;
}

.nums__num {
    font-size: 3rem;
    font-weight: 700;
    line-height: 140%;
    color: #ed1c24;
    display: inline-block;
    padding-left: 5px;
}

.nums__unit {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ed1c24;
    display: inline-block;
}

.nums__text {
    font-size: 1.125rem;
    line-height: 140%;
    color: #7a7a7e;
    margin-top: 20px;
}

.nums__title_second {
    margin-top: 40px;
    display: block;
}


.plus {}

.plus__item {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.plus__icon {
    margin-right: 30px;
    max-width: 73px;
    display: block;
}

.plus__text {
    font-size: 18px;
    line-height: 25px;
    color: #7a7a7d;
    max-width: 280px;
}

.tabs__text {
    font-size: 16px;
    line-height: 24px;
    color: #7a7a7d;
    margin-top: 32px;
    display: block;
}

.tabs__map {
    margin-top: 24px;
}


.list__item {
    font-size: 16px;
    line-height: 24px;
    color: #7a7a7d;
    list-style: inside;
    margin-top: 10px;
}
.list__item:first-child {
    margin-top: 35px;
}
.list__item::marker {
    color: #ed1c24;
    width: 8px;
    font-size: 24px;
}

.list__item_unit {
    font-weight: 700;
}
.tabs__map {
    margin-top: 35px;
}