.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;
}
.projects-sort__label {
    font-weight: 500;
    letter-spacing: 1px;
}

.projects-sort__select {
    padding: 8px 15px;
}
.project-inner__tag {
    font-weight: 500;
    font-size: 12px;
}
.project-inner__contacts {
    display: flex;
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #E8E8E8;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.project-inner__contacts a {
    display: inline-flex;
    background: #030B33;
    color: #fff;
    padding: 0 15px;
    height: 48px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    transition: .2s linear;
}

.project-inner__contacts a.social_button {
    width: 48px;
    flex-shrink: 0;
}

.project-inner__contacts a.social_button i {
    font-size: 20px;
}

.project-inner__contacts a:hover {
    background: #4d5680;
}

.project-inner__contacts a.site_button {
    flex: 1;
}
.team-experts__image {
    object-position: top center;
}
.news-card__date {
    font-weight: 400;
    letter-spacing: 1px;
}
.team-experts__title {
    text-transform: uppercase;
}
.news-sort__select {
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.news-sort {
    gap: 20px;
}
.news-sort__label {
    font-weight: 500;
    color: #030b33;
    letter-spacing: 0.5px;
}
.project-inner__body strong {
    margin: 0 0 20px;
}
.project-inner__body strong {margin: 0 0 20px!important;}
.news-featured__description, news-featured__description * {
    line-height: 1.5!important;
    font-size: 14px!important;

    color: #6b7280!important;
}
.news-body p{
    color: #6b7280!important;
}
.news-item-body, .news-item-body * {
    font-weight: 400;
    font-family: "Gotham", sans-serif;
    line-height: 1.5;
    color: #555;
    font-size: 14px;
    width: 100%;
}

.news-item-body {
    margin: 0 auto;
}

.cta-desc {
    max-width: 700px;
}
.investors-metric__value {
    color: #42d292;
}
.investors-results__desc {
    max-width: 100%;
}

.team-experts__card.main-team-card {
    width: 100%;
    min-width: 100%;
    gap: 40px;
    flex: unset;
    display: flex;
    border: none;
}

.team-experts__card.main-team-card .team-experts__image-wrap {
    width: calc(25% - 20px);
    flex-shrink: 0;
    min-width: 280px;
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 4;
}

.main-team-content-block {
    display: inline-flex;
    flex-direction: column;
}

.team-experts__card:hover {
    cursor: auto;

    box-shadow: none;
    transform: translateY(0);
}

.main-team-content-block h2.team-stats__title {
    font-size: 32px;
}

.main-team-content-block .team-stats__text p {
    font-size: 16px;
    line-height: 1.8;
}

.main-team-content-block .team-stats__text {
    margin: 15px 0 0;
}
.team-experts__card {
    border: none;
}
.about-partners__logo img {
    max-height: unset;
    aspect-ratio: 1;
    height: auto;
    width: 100%;
    max-width: 150px;
}

.about-partners__grid {
    gap: 0 24px;
    align-items: center;
    grid-template-columns: repeat(6, max-content);
}

.about-partners__logo {
    display: inline-grid;
    min-width: 0;
}

.about-partners__head {
    margin-bottom: 20px;
}

.about-partners {
    padding-bottom: 64px;
}
.partners-swiper .partner-logo img {
    height: auto;
    aspect-ratio: 3/2;
}
.site-header__phone {
    gap: 3px;
}

@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;
    }
    .main-team-content-block h2.team-stats__title {
        font-size: 24px;
    }

    .main-team-content-block p.team-stats__label-small {
        font-size: 12px;
    }

    .main-team-content-block .team-stats__text p {
        font-size: 14px;
        line-height: 1.6;
    }

}
@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;
    }
    .project-inner__tag {
        font-size: 10px;
    }
    .project-inner__tag {
        padding: 8px 10px;
    }

    .project-inner__contacts a {
        font-size: 12px;
        height: 40px;
    }

    .project-inner__contacts a.social_button {
        width: 38px;
    }

    .project-inner__contacts a.social_button i {
        font-size: 16px;
    }
    .project-inner__body {
        padding-bottom: 0;
    }

    .project-inner {
        padding-bottom: 0;
    }
    .news-featured__content {
        padding: 20px 15px !important;
    }
    .news-all {
        padding-bottom: 0;
    }
    .news-item-page {
        padding-top: 30px !important;
    }

    .news-item-date {
        opacity: 0.6;
        font-size: 12px;
    }
    .news-sort__select {
        font-weight: 500;
        font-size: 10px;
        flex: 1;
    }

    .news-sort {
        gap: 15px;
    }
    .cta-section {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .cta-title, .investors-cta__title, .investors-cycle__title, .team-stats__title, .about-cta__title {
        font-size: 19px;
    }
    .services-grid {
        padding-bottom: 0;
    }
    .project-inner__body {
        padding-bottom: 0!important;
    }
    .investors-results__info-title {
        font-size: 16px;
        line-height: 1.3;
        margin: 0 0 10px;
    }

    .investors-cycle__label {
        text-align: left;
        font-weight: 400;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .investors-results__label {
        font-weight: 400;
        font-size: 10px;
        margin: 0 0 15px;
    }

    .investors-cycle__title {
        text-align: left;
        font-size: 18px !important;
        max-width: 90%;
        margin: 0 0 30px;
    }

    .investors-timeline__item.is-left .investors-timeline__dot, .investors-timeline__item.is-right .investors-timeline__dot {
        opacity: 0;
    }

    .investors-timeline__item.is-left .investors-timeline__content, .investors-timeline__item.is-right .investors-timeline__content {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .investors-timeline__line {
        left: 49%;
    }

    .investors-timeline__dot {
        opacity: 0;
    }

    .investors-metrics__title {
        margin-bottom: 25px;
    }

    .investors-cycle {
        padding: 38px 0;
    }
    .team-experts__detail-image {
        object-position: top center;
    }
    .career-hero {
        padding-top: 38px;
        padding-bottom: 0;
    }

    .career-hero__title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .career-intro__text {
        font-size: 14px;
        line-height: 1.6;
    }

    .career-faq__title {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .career-faq .accordion-button {
        font-size: 12px;
        font-weight: 500;
        padding: 15px 60px 17px 0;
    }

    .career-faq .accordion-body {
        font-size: 12px;
        line-height: 1.5;
        padding: 0 0 15px;
    }

    .career-faq .accordion-item {
        margin: 0;
    }

    .career-faq .accordion-button::after {
        text-align: center;
        align-items: center;
        font-size: 24px;
        right: 10px;
    }

    .career-contact-sidebar__title {
        margin: 40px 0 0;
        font-size: 16px;
    }

    .career-contact-sidebar {
        margin-top: 20px;
    }

    .career-contact-sidebar .btn-primary {
        font-size: 14px;
        font-weight: 500;
    }

    .career-contact-item {
        padding: 15px 10px;
    }
    .career-contact-item__value {
        font-size: 12px;
        max-width: 80%;
    }

    .career-contact-item__label {
        font-size: 10px;
        font-weight: 400;
    }

    .career-contact-item__arrow {
        width: 40px;
        height: 40px;
    }
    .contacts-content {
        padding: 30px 0 0;
    }

    .contacts-info__label {
        font-size: 10px;
        font-weight: 400;
    }

    .contacts-info__value {
        font-size: 12px;
    }
    .contacts-info__btn {
        font-size: 12px;
        margin: 0;
        font-weight: 500;
        padding: 14px;
    }
    .projects-card__tags {
        display: none;
    }
    .project-related__title {
        font-size: 16px;
        margin: 0 0 20px;
    }

    .project-related {
        padding-top: 28px;
        margin-top: 36px;
    }

    .project-inner__thumbs {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 25px;
    }

    .project-inner__thumb {
        height: auto;
    }

    .project-inner__figure {
        margin-bottom: 15px;
    }

    .project-inner__caption {
        font-size: 12px;
        line-height: 1.4;
    }

    .project-inner__body strong {
        font-size: 14px;
        margin: 0 0 10px!important;
    }

    .project-inner__body p {
        font-size: 12px;
        line-height: 1.5;
        margin: 0 0 10px;
    }

    .project-inner__title {
        font-size: 20px;
    }

    .project-inner {
        padding-top: 110px;
    }

    .project-inner__breadcrumbs {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .project-inner__aside {
        padding: 20px;
    }

    .project-inner__contacts {
        margin-top: 15px;
        padding-top: 15px;
    }
    .team-experts__detail-info {
        padding: 24px 20px;
    }

    .team-experts__detail-label {
        font-size: 10px;
        font-weight: 400;
        letter-spacing: normal;
    }

    .team-experts__detail-name {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .team-experts__detail-divider {
        margin: 0 0 10px;
    }

    .team-experts__detail-description, .team-experts__detail-description * {
        font-size: 12px;
        letter-spacing: normal;
    }
    .projects-featured__label {
        font-weight: 400;
        font-size: 10px;
        margin: 0 0 8px;
        letter-spacing: 1px;
    }

    .projects-featured__title {
        font-size: 18px;
        margin: 0 0 15px;
    }

    .projects-featured__text:last-of-type {
        margin-bottom: 20px;
    }

    .projects-featured__btn {
        font-size: 11px;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .investors-cycle__label {
        margin-bottom: 10px;
    }
    .news-featured__description, .news-featured__description * {
        font-size: 12px!important;
        width: 100%!important;
        line-height: 1.4!important;
    }
    .news-item-content {
        padding: 30px 0;
    }

    .news-item-other {
        padding: 34px 0;
    }

    .news-item-other-title {
        font-size: 16px;
    }

    .news-item-other-header {
        flex-direction: row;
        align-items: center;
        margin: 0 0 20px;
    }

    .news-item-other-link {
        font-size: 12px;
    }
    .news-item-body, .news-item-body * {
        font-size: 13px;
    }

    .news-item-image-wrap {
        margin: 0 0 20px;
    }
    #careerModal .mb-3:has(.form-file-drop) .form-label {
        font-size: 10px!important;
        color: #999!important;
        margin: 0 0 10px!important;
    }

    #careerModal .form-file-drop__text {
        font-size: 12px!important;
        font-weight: 300!important;
    }

    .modal .modal-body .btn-primary {
        font-size: 10px!important;
        margin: 5px 0 0!important;
    }
    .news-body {
        padding: 20px;
    }
    .team-experts__card.main-team-card {
        flex-direction: column;
        flex: 0 0 85%;
        width: auto;
        min-width: 240px;
        gap: 24px;
    }

    .team-experts__card.main-team-card .team-experts__image-wrap {
        width: 100%;
    }

    .main-team-content-block {
        width: 100%;
        padding: 0 15px;
    }

    .main-team-content-block p.team-stats__label-small {
        font-size: 8px;
    }

    .main-team-content-block h2.team-stats__title {
        font-size: 16px;
    }

    .main-team-content-block .team-stats__text {
        margin: 0;
    }

    .main-team-content-block .team-stats__text p {
        font-size: 12px!important;
    }

    .team-experts__content {
        padding: 20px;
    }

    .team-experts__name {
        font-size: 16px;
    }

    .team-experts__position {
        font-size: 12px;
    }
    .about-partners-swiper .about-partners__logo img {
        max-height: unset;
        height: auto;
        max-width: 120px;
    }

    .about-partners__all {
        margin: 15px 0 0 !important;
    }
    .partners-swiper .partner-logo img {
        max-height: unset;
        height: auto;
        aspect-ratio: 1;
        max-width: 80%;
    }

    .partners-swiper {
        padding-top: 0 !important;
        margin: 0 !important;
    }

    .partners-section {
        padding-bottom: 0 !important;
    }
    .main-team-content-block {
        height: 0;
    }

    .main-team-content-block.is-visible {
        height: auto;
    }
    .bg-transparent.news-item-header:not(.is-scrolled) a {
        color: #fff !important;
    }
}