@media screen and (max-width: 1250px) {
    .nav-items__list {
        gap: 10px;
    }
    .nav-items__list-item {
        font-size: 16px;
    }
    .nav-action {
        padding: 10px 12px;
    }
}

@media screen and (max-width: 801px) {
    body {
        padding: 8px;
    }

    .nav-items__logo.top {
        display: none;
    }

    .nav-items__list.top {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 8px;
        left: 8px;
        width: 100%;
        background-color: #33A9FF;
        z-index: 99;
        border-radius: 52px;
        padding-top: 112px;
        padding-bottom: 52px;
    }
    .nav-items__list.top.active {
        display: flex;
        background: var(--main-dark);
        width: calc(100% - 16px);
    }
    .nav-items__list-item.top {
        margin: 0.5rem 0;
        font-size: 18px;
    }
    .nav-items__list-item.top.logo {
        display: flex;
    }
    .burger-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: transparent;
        padding: 16px;
        border: 2px solid #FFF;
        position: relative;
        z-index: 100;
    }
    .burger-menu.active div {
        display: none;
    }
    .burger-menu.active svg {
        display: block;
    }
    .nav-action.top {
        padding: 16px 24px;
        position: relative;
        width: 140px;
        z-index: 100;
    }
    /*.nav-action.top {*/
    /*    display: none;*/
    /*}*/

    #lottie-container {
        width: 342px !important;
        height: 243px !important;
    }

    .first-screen {
        padding: 16px 16px 32px 16px;
        border-radius: 52px;
        margin-bottom: 16px;
    }

    .first-screen__title {
        font-size: 48px;
        line-height: 100%;
        margin-bottom: 16px;
    }

    .first-screen__title br {
        display: none;
    }

    .first-screen__text {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 32px;
    }

    .first-screen__action {
        width: 100%;
    }

    .features {
        padding: 32px 16px 16px 16px;
        border-radius: 52px;
        margin-bottom: 16px;
    }

    .features-title {
        font-size: 48px;
        line-height: 100%;
        margin-bottom: 16px;
    }

    .features-text {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 32px;
    }

    .features-images {
        grid-template-rows: auto;
    }

    .features-row:first-child {
        grid-template-columns: repeat(1, 1fr);
    }

    .features-row:last-child {
        grid-template-columns: repeat(1, 1fr);
    }

    .how {
        padding: 32px 16px 16px 16px;
        border-radius: 52px;
        margin-bottom: 16px;
    }

    .how-title {
        font-size: 48px;
        line-height: 100%;
        margin-bottom: 16px;
    }

    .how-text {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 32px;
    }

    .how-it-works {
        flex-direction: column;
    }

    .steps {
        width: 100%;
    }

    .step-btn {
        padding: 16px;
        font-size: 16px;
        line-height: 120%;
    }

    .image-container {
        display: none;
    }

    .step-image-mobile {
        max-width: 100%;
        border-radius: 54px;
        box-shadow: 0 14px 15px rgba(0, 0, 0, 0.2);
        display: none;
        margin-top: 16px;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .step-image-mobile.active {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .step-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step-wrapper img.active {
        display: block;
    }

    .about {
        margin-bottom: 16px;
    }

    .about-title {
        font-size: 48px;
        line-height: 100%;
        margin-bottom: 32px;
    }

    .about-top {
        padding: 32px 16px;
        border-radius: 52px;
    }

    .about-content {
        flex-direction: column;
    }

    .about-content img {
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .text-wrapper {
        gap: 32px;
    }

    .about-bottom {
        padding: 130px 16px 32px 16px;
        border-bottom-left-radius: 52px;
        border-bottom-right-radius: 52px;
    }

    .about-b-container {
        flex-direction: column;
        gap: 32px;
    }

    .about-bottom h2 {
        font-size: 40px;
        line-height: 100%;
        text-align: left;
    }

    .about-bottom li {
        font-size: 16px;
        line-height: 140%;
    }

    .about-bottom li svg {
        min-width: 32px;
        min-height: 32px;
    }

    .roadmap {
        padding: 32px 16px 16px;
        border-radius: 52px;
    }

    .roadmap-title {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .roadmap-subtitle {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .roadmap-block {
        padding: 32px 16px;
        border-radius: 36px;
    }

    .phase-text {
        flex-direction: column;
    }

    .block-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .block-subtitle {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .phase-content p {
        font-size: 20px;
    }

    .phase-column {
        width: 100%;
    }

    .partners {
        padding: 32px 16px 16px 16px;
        border-radius: 52px;
        margin-bottom: 16px;
    }

    .partners-join {
        padding: 32px 16px;
        border-radius: 36px;
    }

    .partners-title {
        font-size: 48px;
        line-height: 100%;
        margin-bottom: 32px;
    }

    .partners-text {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 32px;
    }

    .partners-join h2 {
        font-size: 48px;
        line-height: 100%;
        margin-bottom: 16px;
    }

    .partners-join p {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 32px;
    }

    .follow-top {
        padding: 32px 16px 16px 16px;
        border-radius: 52px;
    }

    .follow-top h2 {
        font-size: 48px;
        line-height: 100%;
        margin-bottom: 16px;
    }

    .follow-action {
        padding: 24px;
        width: 72px;
        height: 72px;
        border-radius: 50%;
    }

    .follow-bot {
        border-radius: 52px;
    }

    .follow-bot .nav-items {
        flex-direction: column;
    }

    .follow-bot .nav {
        flex-direction: column;
    }

    .follow-bot .nav-items__list {
        flex-direction: column;
        gap: 32px;
    }

    .follow-bot .nav-items__list-item {
        font-size: 18px;
    }

    .follow-bot .nav-action {
        padding: 20px 24px;
        margin-top: 32px;
        width: 100%;
    }
}