.about-partners__grid {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    justify-content: space-between;
    gap: 32px 24px;
    align-items: center;
}
.about-partners__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.55;
    filter: grayscale(1);
    transition: opacity 0.2s, filter 0.2s;
}

.display-hero{
    font-size: clamp(38px, 5vw, 54px);
}

.modal .modal-header .modal-title {
    font-weight: 600;
    color: #030B33;
    font-size: 32px;
}

.modal .modal-body .form-control {
    border: 1px solid #E8E8E8;
    padding: 12px 15px;
    font-size: 15px;
}

.modal .modal-body .form-control:focus {
    border: 1px solid #030B33;
}

.modal .modal-body .btn-primary {
    background: #0A1128;
    padding: 15px;
    font-size: 13px;
}

.modal .modal-body .modal-subtitle {
    font-size: 15px;
}

.modal .modal-body .form-label {
    font-size: 12px;
}

.modal .modal-dialog {
    max-width: 700px;
}

.modal .modal-header .btn-close {
    line-height: 0;
    color: #0c1637;
    font-size: 24px;
    font-weight: bold;
}

.modal .modal-body .btn-primary:hover {
    background: #1a2744;
}

.modal {
    background: #030b3385;
}

.services-card:hover {
    cursor: pointer;
}

.read-more {
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.news-card:hover .read-more {
    letter-spacing: normal;
}

.team-hero__title, .news-hero__title, .news-hero .news-hero__title {
    font-family: var(--font-display, "Gotham", sans-serif);
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}

.about-hero, .services-hero, .projects-hero, .team-hero, .news-hero, .results-hero, .contacts-hero {
    padding-top: 240px;
    padding-bottom: 60px;
    min-height: 420px;
}

.about-hero__subtitle, .services-hero__subtitle, .projects-hero__subtitle, .team-hero__subtitle, .news-hero__subtitle, .results-hero__subtitle, .contacts-hero__subtitle {
    max-width: 900px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}
.hero-badge::before {
    display: none;
}

.hero-badge span {
    display: inline-flex;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #42D292;
    border: 4px solid #2C3E48;
    flex-shrink: 0;
}

.hero-badge {
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-weight: 300;
}
.hero-badge b {
    font-weight: 300;
    font-size: 12px;
    display: inline-flex;
    line-height: 1;
}
.investors-hero__btn:hover {
    cursor: pointer;
}
.footer-divider {
    border-color: #1A1A1A;
    opacity: 0.1;
}

footer {
    border-top: 1px solid #e8e8e8;
}
.investors-directions__btn.is-active {
    padding-left: 0;
    padding-right: 0;
}
.about-accordion__item:not(.is-active) {
    box-shadow: 0 0 0px #5d6aa6;
    animation: glow 1s ease-in-out infinite;
}

/* Смещение анимации */
.about-accordion__item:nth-child(1) {
    animation-delay: 0s;
}

.about-accordion__item:nth-child(2) {
    animation-delay: 0.3s;
}

.about-accordion__item:nth-child(3) {
    animation-delay: 0.6s;
}
.investors-results__bars {
    padding-bottom: 0;
}

.investors-results__bar-wrap {
    margin-bottom: -32px;
}

.investors-results__grid-line::before {
    opacity: 0;
}
.investors-results__bars {
    padding-bottom: 0;
}

.investors-results__bar-wrap {
    margin-bottom: -32px;
}

.investors-results__grid-line::before {
    opacity: 0;
}

.investors-results {
    background-image: url(/img/why.png);
    background-size: cover;
    background-position: center;
}

.investors-results__info-title {
    font-size: 24px;
    letter-spacing: normal;
}

.investors-results__info-text {
    font-weight: 300;
}
.investors-page .section-label {
    color: #6b7280 !important;
    letter-spacing: 0.2em;
}

@keyframes glow {
    0%,
    100% {
        box-shadow: 0 0 0px #5d6aa6;
    }

    50% {
        box-shadow:
                0 0 13px #2945c4,
                0 0 13px rgb(255 255 255 / 0%);
    }
}

.about-accordion__item {
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}
.news-featured__link::after {
    display: none;
}

.news-featured__link {
    letter-spacing: normal;
    font-weight: 500;
    text-decoration: underline;
}

.news-featured__date {
    font-weight: 400;
}

.news-card__link::after {
    display: none;
}

.news-card__link {
    letter-spacing: normal;
    font-weight: 500;
    text-decoration: underline;
}
.news-sort__label {
    font-weight: 400;
    letter-spacing: 1px;
}

.news-sort__select {
    padding: 8px 15px;
}

@media (max-width: 1360px) {

    .display-hero {
        font-size: 45px;
    }
    .about-hero__title, .about-intro__title, .projects-hero__title, .team-hero__title, .results-hero__title, .contacts-hero__title, .news-hero .news-hero__title, .services-hero__title, .investors-hero__title {
        font-size: 40px;
        text-transform: uppercase;
    }
    .hero-badge b {
        font-size: 9px;
    }

    .hero-badge span {
        width: 12px;
        height: 12px;
        border-width: 3px;
    }

    .hero-badge {
        padding: 7px 10px;
    }
}
@media (max-width: 767px) {
    .hero {
        height: auto;
        min-height: 100svh;
    }
    .stats-bar {
        margin-top: -91px;
    }
    .display-hero {
        font-size: 25px;
    }
    .site-header__logo img {
        border: none;
    }
    .partners-swiper .partner-logo img {
        max-width: 100%;
        height: auto;
        max-height: 30px;
    }
    .modal .modal-dialog {
        max-width: 90%;
    }

    .modal .modal-header .modal-title {
        font-size: 24px;
    }

    .modal .modal-body .modal-subtitle {
        font-size: 10px;
        margin: 0 0 20px;
        line-height: 1.4;
    }

    .modal .modal-header .btn-close {
        height: 24px;
        width: 24px;
        font-size: 18px;
        right: 5px;
        top: 5px;
    }

    .modal .modal-header {
        padding-bottom: 10px;
    }

    .modal .modal-body .form-control {
        font-size: 12px;
        padding: 10px 12px;
    }

    .modal .modal-body .form-label {
        font-size: 10px;
    }

    .modal .modal-body .btn-primary {
        font-size: 12px;
        padding: 12px;
        margin: 15px 0 0;
    }

    .modal .modal-body .modal-privacy {
        font-size: 10px;
        line-height: 1.3;
        margin: 15px 0 0;
    }
    .expertise-section .section-title {
        margin: 0 !important;
    }

    .read-more {
        font-size: 12px;
    }
    .investors-cycle__title, .investors-results__title, .about-offer .about-offer__title, .about-partners__title, .about-accordion__heading, .about-hero__title, .about-intro__title, .projects-hero__title, .team-hero__title, .results-hero__title, .contacts-hero__title, .news-hero .news-hero__title, .services-hero__title, .investors-hero__title, .news-item-title, .projects-grid__title, .about-leader__title {
        font-size: 20px !important;
        text-transform: uppercase;
    }
    .about-hero, .services-hero, .projects-hero, .team-hero, .news-hero, .results-hero, .contacts-hero, .investors-hero {
        padding-top: 120px;
        padding-bottom: 40px;
        min-height: 0 !important;
    }
    .about-hero__subtitle, .services-hero__subtitle, .projects-hero__subtitle, .team-hero__subtitle, .news-hero__subtitle, .results-hero__subtitle, .contacts-hero__subtitle {
        max-width: 100%;
        font-size: 12px;
    }
    section.results-hero, section.team-hero {
        background-position: right center;
        background-size: cover;
    }
    .team-stats__item {
        padding: 32px 5px;
    }
    .about-stats {
        padding: 20px 0 25px;
    }
    .about-partners {
        padding: 40px 0;
    }

    .about-offer {
        padding: 45px 0;
    }
    .projects-featured {
        padding: 48px 0;
    }

    .projects-grid-section {
        padding-bottom: 48px;
    }
    .investors-hero__actions a {
        font-size: 10px;
    }

    .investors-hero__actions {
        gap: 10px;
    }
    .investors-metrics {
        padding: 48px 0;
    }

    .investors-directions {
        padding-bottom: 48px;
    }

    .investors-cycle {
        padding: 48px 0;
    }

    .investors-cta {
        margin: 0;
    }
    div#main-block {
        position: relative;
        overflow: hidden;
    }

    .px-4 {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }

    .site-header__top {
        border: none;
        min-height: 0;
        height: auto;
        padding: 5px 0;
    }
    .hero-desc {
        line-height: 1.4;
        font-size: 12px;
        font-weight: 300;
        color: #ccc;
    }

    .display-hero {
        font-size: 22px;
        line-height: 1.3;
    }

    .hero-badge {line-height: 1.2;font-weight: 300;color: #fff;font-size: 8px}

    .stat-number sup {
        top: -2px;
        line-height: 1;
        font-size: 14px !important;
        margin-left: 3px !important;
    }

    .stats-bar .py-4 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .stats-bar {
        margin-top: -73px;
    }

    .hero {
        padding-bottom: 100px;
    }





    section.hero {
        align-items: center;
        padding: 100px 0 130px;
        position: relative;
    }

    section.hero:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: #030b33;
        opacity: 0.4;
    }

    section.hero>div {
        position: relative;
        z-index: 1;
    }

    .stats-bar {
        position: relative;
        z-index: 1;
    }
    .stats-bar {
        border-right: none;
        border-left: none;
        border-top: 1px solid #36395b;
    }
    .hero-badge b {
        font-size: 8px;
        line-height: 1.3;
        font-weight: 300;
    }

    .hero-badge span {
        width: 10px;
        height: 10px;
        border-width: 3px;
    }
    footer.pt-5.pb-4 {
        padding-top: 36px !important;
        margin-top: 40px !important;
    }
    .team-stats {
        padding: 40px 0;
    }

    .team-stats__label-small {
        font-size: 8px;
        margin: 0 0 8px;
    }

    .team-experts {
        padding: 40px 0 0;
    }

    .team-experts__label {
        font-size: 8px;
        margin: 0 0 10px;
    }

    .team-experts__title {
        font-size: 20px;
    }

    .team-experts__head {
        flex-direction: row;
    }
    .team-stats__text {
        margin-top: 0;
    }

    .team-stats__title {
        margin-bottom: 15px;
    }
    .news-sort {
        justify-content: flex-start;
    }
}