.statistics {
    background: #fff;
    padding: 70px 0 120px;
}

.statistics__container {
    max-width: calc(850px + 280px);
    padding: 0 140px;
}
@media (max-width: 1023px) {
    .statistics__container {
        padding: 0 64px;
    }
}
@media (max-width: 767px) {
    .statistics__container {
        padding: 0 25px;
    }
}

.statistics__title * {
    max-width: 100%;
    color: #000 !important;
    font-family: var(--second-font) !important;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 125% !important;
    letter-spacing: 0.23px !important;
    margin-bottom: 0;
}

.statistics__items {
    margin-top: 80px;
    gap: 20px;
    display: flex;
}

@media (max-width: 1080px) {
    .statistics__items {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .statistics__items {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 56px;
        gap: 16px;
    }
}

.statistics__item {
    width: 33%;
    max-width: 246px;
}

.statistics__item .circliful {
    list-style: none;
    position: relative;
    margin-left: -7px;
}

.statistics__item .circle-text {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
    color: #333;
    font-family: var(--main-font) !important;
    font-size: 22px!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: 30px; /* 136.364% */
}

@media (max-width: 767px) {
    .statistics__item {
        width: calc(50% - 8px);
    }
}

.statistics__item-title {
    color: #333;
    font-family: var(--main-font) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700!important;
    line-height: 24px; /* 150% */
    margin-bottom: 24px!important;
}

.statistics__item-number {
    color:  #3E6328;
    font-family: var(--main-font) !important;
    font-size: 38px;
    font-style: normal;
    font-weight: 700!important;
    line-height: 46px; /* 121.053% */
    margin-bottom: 0;
}

.statistics__sub-title {
    padding-top: 8px;
    margin-top: 34px;
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 0;
    color: #333;
    font-family: var(--main-font) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700!important;
    line-height: 24px; /* 150% */
}

.statistics__sub-title::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background: #B5B5B5;
}

@media (max-width: 767px) {
    .statistics__sub-title {
        margin-top: 34px;
        padding-left: 10px;
    }
}

.statistics__number {
    color: #0F0F0F;
    font-family: var(--main-font) !important;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px; /* 140.909% */
    letter-spacing: 0.4px;
}

.statistics__text {
    margin-top: 45px;
    color: #333;
    font-family: var(--main-font) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 0;
}

@media (max-width: 1080px) {
    .statistics__text {
        margin-top: 43px;
    }
}

@media (max-width: 767px) {
    .statistics__text {
        margin-top: 45px;
        padding-left: 10px;
    }

    .statistics__number {
        padding-left: 10px;
    }
}


