html { scroll-behavior: smooth; }

.nowrap {
    white-space: nowrap;
}

.link-animation {
    position: relative;
    margin-bottom: 6px;
    padding-left: 20px;
    transition: transform 0.3s ease-in-out;
}

.link-animation::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.t942__cards {
    justify-content: center;
}

#rec1227517196,
#rec1227965111,
#rec1228059581,
#rec1228153701 {
    font-family: 'Inter-v19' !important;

    * {
        font-family: 'Inter-v19' !important;
        letter-spacing: 0;
    }
}

.fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.fadeIn.trig {
    opacity: 1;
    transform: translateY(0);
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 30px;
}

.stat {
    display: grid;
    grid-template-rows: min-content;
    font-family: 'ONYSans', Arial, sans-serif;
}

.stat__count {
    color: #fff;
    font-size: 72px;
    line-height: 1.3;
    font-weight: 400;
}

.stat__text {
    letter-spacing: -0.03em;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
}

.stat__title {
    min-height: 60px;
}

.color-orange {
    color: #fe6e36;
}

.t-descr_minmax170 {
    display: grid;
    grid-template-columns: minmax(170px, 1fr);
}

.card-text {
    display: block;
    margin-top: 16px;
    padding: 0 16px;
    letter-spacing: -0.03em;
    color: #000;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    white-space: normal;
}

.text-background {
    border-radius: 16px;
    padding: 24px 32px;
    background-color: #f2edea;
}

@media screen and (min-width: 1199px) {
    .t942__col.t-col_4 {
        max-width: 360px;
    }
}

@media screen and (min-width: 960px) {
    .link-animation:hover {
        transform: translateX(5%);
    }

    .pb-0-960 {
        padding-bottom: 0 !important;
    }
}

@media screen and (min-width: 981px) {
    .t-screenmax-980px {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .link-animation {
        margin-bottom: 12px;
    }

    .stat-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

@media screen and (max-width: 980px) {
    .t-screenmin-980px {
        display: none;
    }
}

@media screen and (max-width: 959px) {
    .link-animation {
        margin-bottom: 6px;
    }

    .stat-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        grid-gap: 60px 30px;
    }

    .stat__title:empty {
        min-height: 0;
    }
}

@media screen and (max-width: 814px) {
    .stat__title:empty {
        min-height: 60px;
    }
}

@media screen and (max-width: 639px) {
    .stat-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media screen and (max-width: 479px) {
    .link-animation {
        margin-bottom: 15px;
    }

    .stat-grid {
        grid-gap: 60px 20px;
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .stat__count {
        font-size: 54px;
    }

    .stat__title {
        min-height: 70px;
    }

    .stat__title:empty {
        min-height: 70px;
    }

    .card-text {
        margin-top: 12px;
        font-size: 12px;
    }
}

