@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');

.page-header {
    background-image: none;
}
section.visible {
    margin: 0 40px;
}

.investor-page .intro__video {
    max-height: 366px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.investor-page .services-invest__item h4 {
    width: 200px;
}
.investor-page .intro__title {
    position: absolute;
}

.investor-page .invest-about {
    margin: 0;
    margin-bottom: 250px;
}

.page-header__prev-nav {
    padding-left: 30px;
}
.header .header__container {
    height: 170px;
}

.investor-page .why-invest__title {
    margin-bottom: 100px;
}
.investor-page .why-invest .advantage-item {
    margin-bottom: 100px;
}
.investor-page .why-invest {
    margin-bottom: 240px;
}
.investor-page .services-invest {
    margin-bottom: 240px;
}
.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.contact-icon {
    width: 54px;
}
.investor-page .contacts__links {
    gap: 60px;
}
.header__navcontainer {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;

    @media (max-width: 1550px) {
        flex-direction: column-reverse;

        .nav__list {
            justify-content: flex-end;

        }

        .contacts {
            justify-content: flex-end;
            margin-bottom: 24px;
        }
    }

    @media (max-width: 1024px) {
        flex-grow: 0;

    }
}
.nav__list-link {
    font-weight: 600;
}

.contact__text {
    font-family: 'IBM Plex Mono', sans-serif;
    font-weight: 600;
}

.intro {
    margin: 0 40px;
}

@media (max-width: 1024px) {
    .intro {
        padding: 110px;
        max-height: 490px !important;
        margin: 0 24px;
    }

    .intro__container {
        position: static;
        margin-bottom: 50px;

        padding: 0;
    }
    .intro__title {
        margin-bottom: 20px;
    }
    .intro__stats {
        gap: 20px;

        .stat__number {
            font-size: 30px;
        }

        .stat__label {
            font-size: 14px;
        }
    }
    .header .header__container {
        height: 80px;
    }
    .page-header__prev {
        margin-bottom: 8px;
    }
    .page-header__title {
        padding: 0;
    }
    .investor-page .intro__video {
        max-height: 350px;
    }
    .page-header {
        max-height: 224px;
    }
    .investor-page .invest-about {
        margin-top: 20px;
    }
    .investor-page .invest-about__container h3 {
        font-size: 32px;
        margin-bottom: 50px;
    }
    .investor-page .invest-about {
        margin-bottom: 140px;
    }
    .investor-page .why-invest__title {
        margin-bottom: 40px;
    }
    .investor-page .why-invest .advantage-item {
        margin-bottom: 24px;
    }
    .investor-page .why-invest {
        margin-bottom: 200px;
    }
    .investor-page .services-invest {
        margin-bottom: 140px;
    }
    section.visible {
        margin: 0 20px;
    }
    .mobile-menu-toggle {
        width: auto;
        background-color: white;
    }
}

@media (max-width: 1024px) {
    /* mobile-menu adaptive */
    .mobile-menu {
        margin-top: 80px;
    }
    .mobile-menu.active {
        width: 100%;
        left: 0;
        padding-left: 24px;
        margin-top: 80px;
    }
    .mobile-adress p {
        margin-bottom: 24px;
    }
    .mobile-menu .nav-menu {
        margin-bottom: 80px;
    }
    .mobile-menu .contacts {
        margin-bottom: 16px;
    }
    /* mobile-menu adaptive */
}

@media (max-width: 768px) {
    .investor-page .services-invest__container {
        flex-direction: column;
    }

    .investor-page .services-invest__list {
        flex: none;
    }
}

@media (max-width: 480px) {
    section.visible {
        margin: 0;
    }
    .investor-page .services-invest__item:hover {
        width: 50%;
    }

}

.services_invest__list {
    display: none;
    list-style: none;
    padding: 0;
}
.services_invest__item {
    padding: 24px;
    transition: background-color 0.3s, color 0.3s;
    background-color: #243d49;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.services_invest__desc {
    opacity: 0;
    display: none;
    /*max-height: 500px;*/
    /*transform: translateY(0);*/
}
.services_invest__name {
    color: #fff;
    font-family: "IBM Plex Mono", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    /*white-space: normal;*/
    /*word-wrap: break-word;*/
}
.services_invest__desc {
    display: block;
    font-family: "IBM Plex Mono", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    margin-top: 90px;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: opacity 1s ease, max-height 1.4s ease, transform 1s ease;
}
.services_invest__item:hover {
    background-color: #50dfff;
    color: #243d49;
    cursor: pointer;
    /*width: 323px;*/
    /*flex: none;*/

    .services_invest__name {
        color: #243d49;

    }

    .services_invest__desc {
        opacity: 1;
        display: block;
        max-height: 500px;
        transform: translateY(0);
    }
}
.investor-page .services-invest__item:hover {
    width: 200px;
}
.investor-page .services-invest__content {
    max-width: 210px;
}
.investor-page .services-invest__item h4 {
    font-family: "IBM Plex Mono", sans-serif;
}
.investor-page .services-invest__item h4 {
    width: 180px;
    font-size: 20px;
}
@media (max-width: 960px) {
    .investor-page .services_invest__list {
        display: block;
    }
    .investor-page .services-invest__list {
        display: none;
    }
    .investor-page .services-invest__container {
        flex-direction: column;
    }
    .investor-page .services-invest__title {
        margin-bottom: 0;
    }
}