/* stylelint-disable no-descending-specificity */
.section-wrapper-_220fdebd6f975ce3 {
    display: flex;
    flex-direction: column;
    text-align: center;
}

/* title */
h2.statistic-title-_220fdebd6f975ce3 {
    font-size: 48px;
    line-height: 1;
    width: 880px;
    margin: 0 auto;
}

@media (max-width: 1439px) {
    h2.statistic-title {
        font-size: 40px;
    }
}

@media (max-width: 968px) {
    h2.statistic-title {
        font-size: 30px;
        line-height: 32px;
        width: 100%;
    }
}

/* items container */
.items-wrapper-_220fdebd6f975ce3 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 72px 0;
}

@media (max-width: 1439px) {
    .items-wrapper-_220fdebd6f975ce3 {
        margin: 64px 0;
    }
}

@media (max-width: 968px) {
    .items-wrapper-_220fdebd6f975ce3 {
        margin: 40px 0;
    }
}

.items-wrapper-_220fdebd6f975ce3:first-child:not(.in-tabs-_220fdebd6f975ce3) {
    margin-top: 0;
}

.statistic-item-_220fdebd6f975ce3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 16px;
}

.statistic-item-_220fdebd6f975ce3.statistic-item-3-columns-_220fdebd6f975ce3:nth-child(3n),
.statistic-item-_220fdebd6f975ce3.statistic-item-4-columns-_220fdebd6f975ce3:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 968px) {
    .statistic-item-_220fdebd6f975ce3 {
        margin-right: 0;
    }

    .statistic-item-_220fdebd6f975ce3:not(:last-child) {
        margin-bottom: 32px;
    }
}

.statistic-item-3-columns-_220fdebd6f975ce3:nth-child(n + 4),
.statistic-item-4-columns-_220fdebd6f975ce3:nth-child(n + 5) {
    margin-top: 56px;
}

.statistic-item-3-columns-_220fdebd6f975ce3 {
    width: calc(33.33333% - 10.66667px);
}

.statistic-item-4-columns-_220fdebd6f975ce3 {
    width: calc(25% - 12px);
}

.statistic-item-1-items-_220fdebd6f975ce3 {
    width: 100%;
}

.statistic-item-2-items-_220fdebd6f975ce3 {
    width: calc(50% - 8px);
}

.statistic-item-_220fdebd6f975ce3:last-child {
    margin-right: 0;
}

@media (max-width: 968px) {
    .statistic-item-_220fdebd6f975ce3 {
        width: 100%;
        margin-top: 0;
    }
}

/* block header */
h1.block-header-_220fdebd6f975ce3 {
    margin-bottom: 16px;
    width: 100%;
}

@media (max-width: 968px) {
    h1.block-header {
        margin-bottom: 8px;
    }
}

/* block text */

.block-text-_220fdebd6f975ce3 {
    font-size: 18px;
    line-height: 1.33;
    width: 100%;
}

/* text-after */
.text-after-_220fdebd6f975ce3 p,
.text-after-_220fdebd6f975ce3 h1,
.text-after-_220fdebd6f975ce3 h2,
.text-after-_220fdebd6f975ce3 h3,
.text-after-_220fdebd6f975ce3 span {
    color: var(--text-secondary) !important;
}

.text-after-_220fdebd6f975ce3 {
    font-size: 16px;
    line-height: 20px;
    color: var(--text-secondary) !important;
}

@media (max-width: 1151px) {
    .text-after-_220fdebd6f975ce3 {
        line-height: 19.2px;
    }
}

