@media (max-width: 1200px) {
    .stats-bg::before {
        content: "";
        position: absolute;
        left: -40rem;
        top: 25rem;
        transform: translateY(-50%);
        width: 1px;
        height: 1px;
        background: none;
        z-index: -1;
        pointer-events: none;
    }



    .navbar-nav {
        visibility: hidden;
    }

    .hero {
        padding-top: 2rem;
    }

    .hero__lead {
        font-size: 18px;
    }

    .stat-card__value .t-accent {
        font-size: 40px;

    }

    .stat-card__label {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .btn-cta-ghost-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;


    }

    .btn-cta-ghost-desktop {
        display: none;
    }

    .process__title,
    .benefits__title {
        font-size: 40px;
    }

    .process__note {
        font-size: 16px;
    }

}


@media (max-width: 800px) {
    .hero__lead {
        font-size: 16px;
    }

    .chip {
        font-size: 16px;
    }

    .chip a {
        font-size: 16px;

    }
}


@media (max-width: 767px) {
    .btn-cta-lg {
        margin-top: 26px;
        padding: 10px 25px;
        font-size: 20px;
    }


    .stat-card__label {
        font-size: 16px;
    }

    .site-footer .container {
        width: 100%;
        max-width: none;
    }


}


@media (max-width: 600px) {
    .hero__lead {
        font-size: 14px;
        margin-top: 2rem;
    }

    .process__title,
    .benefits__title {
        font-size: 30px;
    }

    .btn-cta-ghost-mobile a {
        font-size: 16px !important;
        padding: 0.5rem 0.5rem !important;
    }

    .stat-card__value .t-accent {
        font-size: 25px;
    }

    .stat-card__label {
        font-size: 13px;
    }

   .stats_card_1,
    .stats_card_2 {
        padding-left: 0.25rem ;
        padding-right: 0.25rem;
    }

    .stats_card_3,
    .stats_card_4,
    .stats_card_5 {
           padding-left: 0.25rem ;
        padding-right: 0.25rem;
        margin-top: 0.5rem;
          hyphens: auto;            /* включает переносы */
  overflow-wrap: break-word;/* чтобы строка точно переносилась, если дефис не найден */
  word-break: normal;  
    }

    .stat-card {
       min-height: 150px !important;
       max-height: 150px !important;

    }

    .stat-card__label{
        word-break: normal
    }

 
}


@media (max-width: 470px) {
    .chip {
        font-size: 14px;
    }

    .chip a {
        font-size: 14px;
    }

    .faq-accordion .accordion-button{
        font-size: 16px;
    }
}

@media (max-width: 420px) {
     .navbar-brand {
        font-size: 1rem;
    }
      .btn-cta-sm {
        font-size: 11px;
        width: 160px;
    }
}

@media (max-width: 400px) {
    .navbar-brand {
        font-size: 1rem;
    }

    .brand-dot {
        width: 20px;
        height: 20px;
    }

    .btn-cta-sm {
        font-size: 11px;
        width: 160px;
    }

    .chip {
        font-size: 12px;
    }

    .chip a {
        font-size: 12px;
    }

}