html {
    padding: 24px;
}
body {
    font-family: 'Inter', sans-serif;
}
.header-banner {
    background-color:  #1B1D1F;
    border-radius: 24px;
    padding: 27px;
    height: 900px;
    position: relative;
    overflow: hidden;
}
.header-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 900px;
    opacity: 0.4;
}
.header-phone {
    position: absolute;
    top: 0;
    right: 0;
    height: 900px;
    z-index: 20;
}
.bg-dark {
    background-color:  transparent !important;
    height: 52px;
}
.navbar {
    padding: 0;
    border-bottom: 0 !important;
    z-index: 100;
    a {

        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;

        color: #FFFFFF;
    }
}
.header-bg {
    z-index: 10;
}
.header-container {
    z-index: 100;
    position: relative;
}
.app-screens img {
    border-radius: 13px;
}
.slick-slider-item img {
    border-radius: 13px;
}
.header-content {
    height: calc(900px - 52px);
    display: flex;
    position: relative;
    z-index: 100;

    align-items: center;
    /*background-color: red;*/
    .left-header-block {
        width: 50%;
        display: flex;
        flex-direction: column;
        gap: 110px;
        .title-block {
            display: flex;
            flex-direction: column;
            gap: 48px;

        }

        .header-buttons ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline-flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px;

            a {
                box-sizing: border-box;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 10px 24px;
                gap: 10px;
                height: 56px;

                border: 1px solid #FFFFFF;
                border-radius: 28px;

                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                line-height: 18px;
                color: #FFFFFF;
                text-decoration: none;
            }

            a.active {
                background-color: #fff;
                color: #000;
            }
        }
    }


    h1 {
        font-style: normal;
        font-weight: 500;
        font-size: 60px;
        line-height: 73px;
        color: rgba(255, 255, 255, 0.6);

        span {
            color: rgba(255, 255, 255, 1);
        }
    }

    h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
        color: #FFFFFF;
    }
}

.stat-section {
    height: 747px;
    display: flex;
    align-items: center;

    .middle-container {
        display: flex;
        gap: 80px;

        .left-side {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 24px;

            .title {
                font-style: normal;
                font-weight: 400;
                font-size: 20px;
                line-height: 24px;

                color: #1B1D1F;
            }

            p {
                font-style: normal;
                font-weight: 400;
                font-size: 32px;
                line-height: 39px;

                color: #1B1D1F;
            }
            p:last-child {
                margin-top: 32px;
            }
        }
        .right-side {
            width: 372px;
        }
    }

    .stat-section-values {
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 36px;

            li {
                .value {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 100px;
                    line-height: 121px;
                    text-align: right;
                    letter-spacing: -0.02em;

                    color: #1B1D1F;
                }
                .desc {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 24px;
                    text-align: right;
                    color: #1B1D1F;
                }
            }
        }
    }
}

.projects-section {
    height: 1095px;
    background-color: #F7F9F9;
    border-radius: 32px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
    overflow: hidden;

    .slider-container {
        display: flex;
        flex-direction: column;
        gap: 60px;

        h1 {
            font-style: normal;
            font-weight: 500;
            font-size: 60px;
            line-height: 73px;

            color: #1B1D1F;
        }

        .header-link {
            text-decoration: none;
            font-style: normal;
            font-weight: 500;
            font-size: 60px;
            line-height: 73px;

            color: #1B1D1F;
        }

        .header-link:hover {
            color: #215287;
        }

        .slider-box {
            margin-right: calc(-50vw + 50%);
            /*padding-right: 60px; !* по желанию *!*/
        }

        .slider {
            height: 619px;
            .slick-slider-item {
                box-sizing: border-box;
                display: flex !important;
                flex-direction: column;
                align-items: flex-end;
                padding: 24px;
                gap: 32px !important;
                column-gap: 32px;
                row-gap: 32px;
                /*width: 530px;*/
                height: auto !important;

                border: 1px solid rgba(27, 29, 31, 0.12);
                border-radius: 32px;

                .app-header {
                    display: flex;
                    gap: 24px;

                    img {
                        width: 124px;
                        height: 124px;
                    }

                    .app-title {
                        flex: 1;
                        display: flex;
                        flex-direction: column;
                        gap: 8px;

                        h3 {
                            font-style: normal;
                            font-weight: 500;
                            font-size: 24px;
                            line-height: 34px;
                            color: #1B1D1F;
                        }

                        p {
                            font-style: normal;
                            font-weight: 400;
                            font-size: 15px;
                            line-height: 18px;
                            padding: 0;
                            margin: 0;

                            color: rgba(27, 29, 31, 0.6);
                        }
                    }
                }

                .app-screens {
                    display: flex;
                    justify-content: space-between;
                    gap: 12px;

                    img {
                        width: 100%;
                    }
                }

                .app-nav {
                    display: flex;
                    align-items: center;
                    justify-content: flex-end;

                    a {
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                        padding: 10px 24px;
                        gap: 10px;
                        width: 82px;
                        height: 56px;
                        background: #1B1D1F;
                        border-radius: 28px;
                        text-decoration: none;
                        font-style: normal;
                        font-weight: 500;
                        font-size: 23px;
                        line-height: 28px;
                        color: #FFFFFF;
                    }
                }
            }

            .slick-slide {
                /*margin-right: 24px;*/
            }
        }

        .slider-nav {
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            height: 42px;
            max-width: 250px;

            button {
                position: inherit;
                right: 0;
                left: 0;
                transform: none;
                top: 0;

                display: flex;
                align-items: center;
                justify-content: center;

                width: 42px !important;
            }

            .slick-prev:before, .slick-next:before {
                color: #000;
            }

            .slick-prev {
                order: 1;
            }

            .slick-next {
                order: 3;
            }

            .slick-dots {
                order: 2;
                /*max-width: 300px;*/
                position: inherit;
                bottom: 0;
                /*left: 50%;*/
                /*top: 50%;*/
                /*transform: translate(-50%, -50%);*/
            }

            .slick-dots {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 4px;

                li {
                    width: 20px;
                    height: 20px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                button {
                    padding: 0;
                }
            }

            .slick-dots li {
                /*position: static;*/
                margin: 0;
            }

            .slick-next:before, .slick-prev:before {
                content: none !important;
            }

            .slick-arrow img {
                width: 34px !important;
            }

            .slick-dots li button:before {
                font-size: 10px !important;
                width: 30px !important;
                height: 30px !important;
            }
            /*display: flex;*/
            /*align-items: center;*/
            /*justify-content: flex-end;*/
        }
    }
}
.slider-nav-section {
    display: flex;
    justify-content: flex-end;
}
.team-section {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;

    .middle-container {
        display: flex;
        flex-direction: column;
        /*gap: 80px;*/

        .title {
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 24px;

            color: #1B1D1F;
        }

        h1 {
            font-style: normal;
            font-weight: 500;
            font-size: 60px;
            line-height: 73px;

            color: #1B1D1F;
        }

        .team-list {
            margin: 60px 0 0;
            padding: 0;
            list-style: none;
            display: inline-flex;
            flex-wrap: wrap;
            row-gap: 128px;
            column-gap: 128px;
            text-align: center;

            img {
                width: 212px;
            }

            .name {
                font-style: normal;
                font-weight: 500;
                font-size: 24px;
                line-height: 34px;
                /* identical to box height, or 142% */
                text-align: center;

                color: #1B1D1F;
                margin-top: 19px;
            }

            .position {
                font-style: normal;
                font-weight: 400;
                font-size: 15px;
                line-height: 18px;
                text-align: center;

                color: rgba(27, 29, 31, 0.6);
                margin-top: 7px;
            }
        }
    }
}



.services-section {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;

    .middle-container {
        display: flex;
        flex-direction: column;
        /*gap: 80px;*/

        .title {
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 24px;

            color: #1B1D1F;
        }

        h1 {
            font-style: normal;
            font-weight: 500;
            font-size: 60px;
            line-height: 73px;

            color: #1B1D1F;
        }

        .services-list {
            list-style: none;
            padding: 0;
            margin: 60px 0 0;
            display: flex;
            flex-direction: column;

            li {
                height: 48px;
                display: flex;
                align-items: center;

                width: 100%;


                text-decoration: none;

                .step {
                    width: 36px;
                    display: flex;
                    align-items: center;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 34px;
                    color: rgba(27, 29, 31, 0.4);
                }

                .title {
                    flex: 1;
                    width: 100%;
                    display: flex;
                    align-items: center;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 34px;
                    color: #1B1D1F;
                }

                .arrow {
                    width: 48px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }


                li.line {
                    align-items: center;
                    justify-content: center;
                }
                .line-el {
                    width: 100%;
                    height: 1px;
                    background-color: rgba(27, 29, 31, 0.12);
                }
            }
        }
    }
}


.review-section {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;

    .middle-container {
        display: flex;
        flex-direction: column;
        /*gap: 80px;*/

        .title {
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 24px;

            color: #1B1D1F;
        }

        h1 {
            font-style: normal;
            font-weight: 500;
            font-size: 60px;
            line-height: 73px;

            color: #1B1D1F;
        }

        .slider-box {
            margin-right: calc(-45vw + 50%);
            /*padding-right: 60px; !* по желанию *!*/
        }

        .slider {
            margin-top: 60px;
            .slick-slider-item {
                box-sizing: border-box;
                display: flex !important;
                flex-direction: column;

                padding: 24px;
                gap: 12px !important;
                column-gap: 12px;
                row-gap: 12px;
                /*width: 530px;*/


                background-color: #F7F9F9;
                border-radius: 32px;

                .name {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 17px;
                    color: rgba(27, 29, 31, 0.6);
                }

                .title {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 28px;
                    line-height: 34px;

                    color: #1B1D1F;
                }

                .text {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 17px;
                    color: rgba(27, 29, 31, 0.8);
                }
            }

            .slick-slide {
                /*margin-right: 24px;*/
            }
        }

        .slider-nav {
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            height: 42px;
            max-width: 250px;

            button {
                position: inherit;
                right: 0;
                left: 0;
                transform: none;
                top: 0;

                display: flex;
                align-items: center;
                justify-content: center;

                width: 42px !important;
            }

            .slick-prev:before, .slick-next:before {
                color: #000;
            }

            .slick-prev {
                order: 1;
            }

            .slick-next {
                order: 3;
            }

            .slick-dots {
                order: 2;
                /*max-width: 300px;*/
                position: inherit;
                bottom: 0;
                /*left: 50%;*/
                /*top: 50%;*/
                /*transform: translate(-50%, -50%);*/
            }

            .slick-dots {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 4px;

                li {
                    width: 20px;
                    height: 20px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                button {
                    padding: 0;
                }
            }

            .slick-dots li {
                /*position: static;*/
                margin: 0;
            }

            .slick-next:before, .slick-prev:before {
                content: none !important;
            }

            .slick-arrow img {
                width: 34px !important;
            }

            .slick-dots li button:before {
                font-size: 10px !important;
                width: 30px !important;
                height: 30px !important;
            }
            /*display: flex;*/
            /*align-items: center;*/
            /*justify-content: flex-end;*/
        }

        .slider-nav-section {
            margin-top: 60px;
        }
    }
}


.coop-section {
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;

    .middle-container {
        display: flex;
        flex-direction: column;
        /*gap: 80px;*/
        position: relative;

        .coop-box {
            position: relative;
            /*max-width: 60%;*/
        }

        .appstore-icon {
            position: absolute;
            right: 0;
            width: 357px;
            top: 160px;
        }


        .title {
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 24px;

            color: #1B1D1F;
        }

        h1 {
            font-style: normal;
            font-weight: 500;
            font-size: 100px;
            line-height: 120px;

            color: #1B1D1F;
        }

        .contact-us {
            display: inline-flex !important;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 10px 24px;
            gap: 10px;

            height: 56px;

            background: #1B1D1F;
            border-radius: 28px;
            text-decoration: none;

            font-style: normal;
            font-weight: 500;
            font-size: 15px;
            line-height: 18px;
            text-align: center;

            width: 236px;
            margin-top: 60px;

            color: #FFFFFF;
        }
    }
}


.footer-section {
    background-color:  #1B1D1F;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
    border-radius: 32px;

    .middle-container {
        display: flex;
        flex-direction: column;
        /*gap: 80px;*/
        position: relative;

        .footer-nav-box {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .logo {
                width: 105px;
            }
        }

        .footer-nav {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
            list-style: none;
            gap: 48px;

            li {
                a {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 18px;

                    color: #FFFFFF;
                    text-decoration: none;
                }
            }
        }

        .social-nav {

            width: 123px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-wrap: wrap;
            margin: 0;
            padding: 0 6.7px 0 0;
            list-style: none;
            gap: 27px;

            li {
                a {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 18px;

                    color: #FFFFFF;
                    text-decoration: none;
                }
            }
        }

        .footer-line {
            margin-top: 48px;
            width: 100%;
            height: 1px;
            background-color: #FFFFFF33;
        }

        .footer-text {
            padding-left: 6.7px;
            padding-right: 6.7px;
            margin-top: 23px;
            display: flex;
            align-items: center;
            justify-content: space-between;

            span {
                font-style: normal;
                font-weight: 400;
                font-size: 13px;
                line-height: 16px;
                color: rgba(255, 255, 255, 0.6);
            }

            a {
                font-style: normal;
                font-weight: 400;
                font-size: 13px;
                line-height: 16px;
                text-align: right;
                text-decoration: none;
                color: rgba(255, 255, 255, 0.6);
            }
        }

    }
}

.contact-us-mobile, .mobile-header-menu {
    display: none !important;
}



@media (max-width: 1080px) {
    .social-nav {
        width: 280px !important;
    }
}
@media (max-width: 1280px) {
    .header-phone {
        display: none;
    }

    .header-content {
        .left-header-block {
            width: 60%;
        }
    }

    .team-section {
        & .middle-container {
            .team-list {
                row-gap: 90px;
                column-gap: 90px;
            }
        }
    }
    .middle-container {
        max-width: 100% !important;
    }

    .footer-section .middle-container {
        max-width: 95% !important;
    }
}

@media (max-width: 960px) {
    .header-container {
        .container {
            max-width: 100% !important;
        }

        .container-fluid {
            padding-left: 0 !important;
        }
    }

    .header-banner {
        height: 780px;
    }

    .header-bg {
        height: 780px;
    }

    .header-content {
        height: calc(780px - 52px);
    }

    .header-content {
        .left-header-block {
            width: 75%;
        }
    }

    .stat-section {
        height: auto;
        padding-top: 120px;
        padding-bottom: 120px;
        .middle-container {
            .left-side {
                width: 100%;
            }
            .right-side {
                width: 100%;

                ul {
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                }
            }
            flex-wrap: wrap;
            flex-direction: column;
        }
    }

    .appstore-icon {
        top: 260px;
    }

    .footer-nav {
        visibility: hidden !important;
    }

    .projects-section {
        padding-left: 0;
        padding-right: 0;
    }

    .container, .container-md, .container-sm {
        max-width: 90%;
    }

    .slick-slide {
        /*width: 535px !important;*/
    }

    .app-screens {
        width: 100%;
    }

    .slick-slider-item {
        height: auto !important;
    }

    .projects-section {
        height: auto;
    }

    .slider {
        height: auto !important;
    }

    .appstore-icon {
        top: 260px !important;
    }

    .container-fluid, .container {
        padding-right: 0 !important;
    }

    .contact-us-mobile {
        display: inherit !important;
        text-decoration: none;

        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;

        color: #FFFFFF;
        margin-right: 35px;
    }

    .mobile-header-menu {
        z-index: 1000;
        display: inherit !important;
        position: absolute;
        background-color: #fff;
        padding: 16px 24px 24px;
        width: 360px;
        border-radius: 24px;
        top: 28px;
        right: 36px;

        .menu-head {
            display: flex;
            align-items: center;
            justify-content: space-between;

            span {
                font-style: normal;
                font-weight: 500;
                font-size: 24px;
                line-height: 34px;
                color: #1B1D1F;
            }

            .close-icon {
                text-decoration: none;
            }
        }

        ul {
            margin: 24px 0 0;
            list-style: none;
            padding: 0;

            display: flex;
            flex-direction: column;

            li {
                a {
                    height: 65px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    text-decoration: none;

                    margin: 0 auto;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 18px;

                    color: #1B1D1F;

                }
            }

            li:not(:last-child) {
                border-bottom: 1px solid #1B1D1F1F;
            }
        }

        .contact-us {
            margin-top: 12px;
            text-decoration: none;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 10px 24px;
            gap: 10px;
            height: 56px;

            background: #1B1D1F;
            border-radius: 28px;
            flex: none;
            align-self: stretch;
            flex-grow: 0;
            font-style: normal;
            font-weight: 400;
            font-size: 15px;
            line-height: 18px;
            color: #FFFFFF;
        }
    }
}

@media (max-width: 768px) {
    .header-content {
        .left-header-block {
            width: 100%;
        }
    }

    .team-list {
        justify-content: center;
    }

    .appstore-icon {
        top: 380px !important;
    }

    .social-nav {
        width: 160px !important;
    }

    .footer-line {
        margin-top: 20px !important;
    }

    .footer-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }
}

@media (max-width: 820px) {
    .appstore-icon {
        display: none !important;
    }
}
@media (max-width: 687px) {
    html {
        /*padding: 5px !important;*/
    }
    .slider-container {
        gap: 20px !important;
    }
    .team-section, .services-section, .review-section, .coop-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .services-section {
        & .middle-container {
            & .services-list {
                li {
                    height: 62px !important;
                }
            }
        }
    }
    .header-buttons ul {
        li {
            width: 100%;
        }
    }
    .contact-us-mobile {
        display: none !important;
    }
    .projects-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .slick-slider-item {
        /*width: calc(100% - 16px) !important;*/
        overflow: hidden;
    }
    .app-screens img {

    }
    .stat-section {

        .middle-container {
            .left-side {
            }
            .right-side {
                ul {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                }
            }
        }
    }

    .slider-container {
        h1 {
            font-size: 40px !important;
        }
    }

    .app-header {
        width: 100%;
        img {
            width: 80px !important;
            height: 80px !important;
        }

        .app-title {
            flex: 1 !important;
        }
        .app-title p {
            display: none !important;
        }

        h3 {

        }
    }

    .app-screens img {
        width: 100% !important;
    }

    .team-section {
        & .middle-container {
            h1 {
                font-size: 46px !important;
            }
        }
    }

    .services-section {
        & .middle-container {
            h1 {
                font-size: 46px !important;
                line-height: normal !important;
            }
        }
    }

    .review-section {
        & .middle-container {
            h1 {
                font-size: 46px !important;
                line-height: normal !important;
            }
        }
    }

    .coop-section {
        & .middle-container {
            h1 {
                font-size: 50px !important;
                line-height: normal !important;
            }
        }
    }

    .projects-section {
     .header-link {
         font-size: 46px !important;
         line-height: normal !important;
     }
    }

    .appstore-icon {
        top: 200px !important;
        width: 177px !important;
    }

    .social-nav {
        width: 290px !important;
    }

    footer .nav-links {
        display: none !important;
    }

    .footer-nav li {
        display: none;
    }

    .footer-nav-box {
        margin-top: 20px;
    }

    .footer-text {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }

    .header-content {
        h1 {
            font-size: 42px !important;
            line-height: normal !important;
        }
        h3 {
            font-size: 20px !important;
            line-height: normal !important;
        }
    }

    .header-content {
        & .left-header-block {
            .title-block {
                gap: 28px !important;
            }
        }
    }

    .header-content {
        .left-header-block {
            gap: 70px;
        }
    }

    .header-banner {
        padding: 15px !important;
    }
    .mobile-header-menu {
        top: 17px !important;
        right: 16px !important;
        width: calc(100% - 140px) !important;

    }
}

/*@media (max-width: 390px) {*/
/*    .container {*/
/*        padding-left: 0 !important;*/
/*    }*/
/*    .stat-section {*/

/*        .middle-container {*/
/*            .left-side {*/
/*            }*/
/*            .right-side {*/
/*                ul {*/
/*                    display: flex;*/
/*                    flex-direction: column;*/
/*                    align-items: flex-start;*/
/*                }*/
/*            }*/
/*        }*/
/*    }*/

/*    .slider-container {*/
/*        h1 {*/
/*            font-size: 40px !important;*/
/*        }*/
/*    }*/

/*    .app-header {*/
/*        width: 100%;*/
/*        img {*/
/*            width: 80px !important;*/
/*            height: 80px !important;*/
/*        }*/

/*        .app-title {*/
/*            flex: 1 !important;*/
/*        }*/
/*        .app-title p {*/
/*            display: none !important;*/
/*        }*/

/*        h3 {*/

/*        }*/
/*    }*/

/*    .app-screens img {*/
/*        width: 122px !important;*/
/*    }*/

/*    .team-section {*/
/*        & .middle-container {*/
/*            h1 {*/
/*                font-size: 46px !important;*/
/*            }*/
/*        }*/
/*    }*/

/*    .services-section {*/
/*        & .middle-container {*/
/*            h1 {*/
/*                font-size: 46px !important;*/
/*                line-height: normal !important;*/
/*            }*/
/*        }*/
/*    }*/

/*    .review-section {*/
/*        & .middle-container {*/
/*            h1 {*/
/*                font-size: 46px !important;*/
/*                line-height: normal !important;*/
/*            }*/
/*        }*/
/*    }*/

/*    .coop-section {*/
/*        & .middle-container {*/
/*            h1 {*/
/*                font-size: 60px !important;*/
/*                line-height: normal !important;*/
/*            }*/
/*        }*/
/*    }*/

/*    .projects-section {*/
/*     .header-link {*/
/*         font-size: 46px !important;*/
/*         line-height: normal !important;*/
/*     }*/
/*    }*/

/*    .appstore-icon {*/
/*        top: 220px !important;*/
/*        width: 217px !important;*/
/*    }*/

/*    .social-nav {*/
/*        width: 220px !important;*/
/*    }*/

/*    .footer-nav li {*/
/*        display: none;*/
/*    }*/

/*    .footer-nav-box {*/
/*        margin-top: 20px;*/
/*    }*/

/*    .footer-text {*/
/*        flex-direction: column;*/
/*        align-items: flex-start !important;*/
/*        gap: 15px;*/
/*    }*/

/*    .header-content {*/
/*        h1 {*/
/*            font-size: 42px !important;*/
/*            line-height: normal !important;*/
/*        }*/
/*        h3 {*/
/*            font-size: 20px !important;*/
/*            line-height: normal !important;*/
/*        }*/
/*    }*/

/*    .header-content {*/
/*        & .left-header-block {*/
/*            .title-block {*/
/*                gap: 28px !important;*/
/*            }*/
/*        }*/
/*    }*/

/*    .header-content {*/
/*        .left-header-block {*/
/*            gap: 70px;*/
/*        }*/
/*    }*/

/*    .header-banner {*/
/*        padding: 15px !important;*/
/*    }*/
/*    .mobile-header-menu {*/
/*        top: 17px !important;*/
/*        right: 27px !important;*/
/*        width: 377px !important;*/
/*    }*/
/*}*/
/* the slides */
.slick-slide {
    margin: 0 24px;
}

/* the parent */
.slick-list {
    margin: 0 -24px;
}
.navbar-toggler {
    border: 0;
}
.navbar-toggler:focus, .navbar-toggler:active {
    box-shadow:none !important;
    outline:0px !important;
}
.push-right {
    margin-left: auto;
}
.hidden-elem {
    display: none !important;
}

.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    li {
        height: 25px;
        display: inline-flex;
        align-items: center;
    }
    li a {
        text-decoration: none;

        font-style: normal;
        font-weight: 400;
        font-size: 13px !important;
        /*line-height: 16px;*/
        color: rgba(27, 29, 31, 0.6);
    }
    li.active {
        color: #000;
        text-decoration: none;

        font-style: normal;
        font-weight: 400;
        font-size: 13px !important;
        /*line-height: 16px;*/
    }
}

.projects-page {
    .header-banner {
        height: auto;
        overflow: inherit !important;
    }

    .container {
        /*max-width: 100%;*/
    }

    .stat-section {
        height: auto;
        margin-top: 32px;
    }

    .slider {
        margin-bottom: 32px;
        height: auto;
        .slick-slider2 {
            display: flex;
            column-gap: 24px;
            row-gap: 24px;
            flex-wrap: wrap;
        }
        .slick-slider-item {
            width: calc(50% - 24px);
            box-sizing: border-box;
            display: flex !important;
            flex-direction: column;
            align-items: flex-end;
            padding: 24px;
            gap: 32px !important;
            column-gap: 32px;
            row-gap: 32px;
            /*width: 530px;*/
            height: auto;

            border: 1px solid rgba(27, 29, 31, 0.12);
            border-radius: 32px;

            .app-header {
                display: flex;
                gap: 24px;

                img {
                    width: 124px;
                    height: 124px;
                }

                .app-title {
                    flex: 1;
                    display: flex;
                    flex-direction: column;
                    gap: 8px;

                    h3 {
                        font-style: normal;
                        font-weight: 500;
                        font-size: 24px;
                        line-height: 34px;
                        color: #1B1D1F;
                    }

                    p {
                        font-style: normal;
                        font-weight: 400;
                        font-size: 15px;
                        line-height: 18px;
                        padding: 0;
                        margin: 0;

                        color: rgba(27, 29, 31, 0.6);
                    }
                }
            }

            .app-screens {
                display: flex;
                justify-content: space-between;
                gap: 12px;

                img {
                    width: 100%;
                }
            }

            .app-nav {
                display: flex;
                align-items: center;
                justify-content: flex-end;

                a {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    padding: 10px 24px;
                    gap: 10px;
                    width: 82px;
                    height: 56px;
                    background: #1B1D1F;
                    border-radius: 28px;
                    text-decoration: none;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 23px;
                    line-height: 28px;
                    color: #FFFFFF;
                }
            }
        }

        .slick-slide {
            /*margin-right: 24px;*/
        }
    }

    @media (max-width: 960px) {
        .slider {
            & .slick-slider-item {
                & .app-screens {
                    img {
                        max-width: 120px;
                        width: 100% !important;
                        /* flex: 1; */
                    }
                }
            }
        }

        .stat-section {
            padding-top: 0 !important;
        }
    }

    @media (max-width: 768px) {
        .app-header img {
            width: 124px !important;
            height: 124px !important;
        }

        .slick-slider2 {
            flex-direction: column !important;
        }

        .slick-slider-item {
            width: 100% !important;
        }

        .app-screens img {
            width: 100%;
            max-width: 100% !important;
        }

        .stat-section {
            padding-bottom: 32px !important;
        }

        .mobile-header-menu {
            top: 16px !important;
            right: 11px !important;
        }
    }

    @media (max-width: 480px) {
        .app-header img {
            width: 90px !important;
            height: 90px !important;
        }

        .slick-slider2 {
            flex-direction: column !important;
        }

        .slick-slider-item {
            width: 100% !important;
        }

        .app-screens {

        }
        .app-screens img {
            flex: 1;
            width: 100%;
            /*max-width: 110px !important;*/
        }

        .stat-section {
            padding-bottom: 32px !important;
        }

        .mobile-header-menu {
            top: 16px !important;
            right: 11px !important;
        }
    }

    @media (max-width: 590px) {
        .app-screens img {
            max-width: 110px !important;
        }
    }

    @media (max-width: 453px) {
        .app-screens img {
            max-width: 90px !important;
        }
    }

    @media (max-width: 395px) {
        .app-screens img {
            max-width: 70px !important;
        }
    }
}

.hide-on-pc {
    display: none !important;
}

.project-page {
    .app-info {
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 21px;

        color: rgba(27, 29, 31, 0.8);

        margin: 0 auto 41px;

        max-width: 760px;
    }
    .project-section {
        .container {
            max-width: 760px;
        }
    }
    .stat-section {
        .container {
            max-width: 760px;
        }
    }
    .slider-nav-section {
        justify-content: center !important;
    }
    .header-banner {
        height: auto;
        overflow: inherit !important;
    }

    .container {
        /*max-width: 100%;*/
    }

    .stat-section {
        height: auto;
        margin-top: 32px;
    }

    .slider {
        margin-bottom: 32px;
        height: auto;
        .slick-slider2 {
            display: flex;
            column-gap: 24px;
            row-gap: 24px;
            flex-wrap: wrap;
        }
        .slick-slider-item {
            width: 100%;
            box-sizing: border-box;
            display: flex !important;
            flex-direction: column;
            align-items: flex-end;
            /*padding: 24px;*/
            gap: 32px !important;
            column-gap: 32px;
            row-gap: 32px;
            /*width: 530px;*/
            height: auto;

            /*border: 1px solid rgba(27, 29, 31, 0.12);*/
            border-radius: 32px;

            .app-screenshot {
                width: 100% !important;
            }

            .apps-store {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                width: 100%;

                .app-store-link {
                    text-decoration: none;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    padding: 10px 24px;
                    gap: 10px;
                    height: 56px;

                    background: #1B1D1F;
                    border-radius: 28px;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 18px;

                    color: #FFFFFF;
                }
            }

            .app-header {
                display: flex;
                gap: 24px;

                img {
                    width: 124px;
                    height: 124px;
                }

                .app-title {
                    flex: 1;
                    display: flex;
                    flex-direction: column;
                    gap: 8px;

                    h3 {
                        font-style: normal;
                        font-weight: 500;
                        font-size: 24px;
                        line-height: 34px;
                        color: #1B1D1F;
                    }

                    p {
                        font-style: normal;
                        font-weight: 400;
                        font-size: 15px;
                        line-height: 18px;
                        padding: 0;
                        margin: 0;

                        color: rgba(27, 29, 31, 0.6);
                    }
                }
            }

            .app-screens {
                display: flex;
                justify-content: space-between;
                gap: 12px;

                img {
                    width: 100%;
                }
            }

            .app-nav {
                display: flex;
                align-items: center;
                justify-content: flex-end;

                a {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    padding: 10px 24px;
                    gap: 10px;
                    width: 82px;
                    height: 56px;
                    background: #1B1D1F;
                    border-radius: 28px;
                    text-decoration: none;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 23px;
                    line-height: 28px;
                    color: #FFFFFF;
                }
            }
        }

        .slick-slide {
            /*margin-right: 24px;*/
        }
    }

    @media (max-width: 1280px) {
        .app-info {
            max-width: 100% !important;
        }
    }

    @media (max-width: 960px) {
        .slider {
            & .slick-slider-item {
                & .app-screens {
                    img {
                        max-width: 120px;
                        width: 100% !important;
                        /* flex: 1; */
                    }
                }
            }
        }

        .stat-section {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }


    }

    @media (max-width: 768px) {
        .app-header img {
            width: 124px !important;
            height: 124px !important;
        }

        .slick-slider2 {
            flex-direction: column !important;
        }

        .slick-slider-item {
            width: 100% !important;
        }

        .app-screens img {
            width: 100%;
            max-width: 100% !important;
        }

        .stat-section {
            padding-bottom: 32px !important;
        }

        .mobile-header-menu {
            top: 16px !important;
            right: 11px !important;
        }
    }

    @media (max-width: 480px) {
        .app-header {
            .app-title p {
                display: block !important;
            }
        }
        .hide-on-pc {
            display: block !important;
            width: 100%;
        }
        .app-store-link {

            width: 100% !important;
        }
        .app-header .apps-store {
            display: none !important;
        }
        .app-header img {
            width: 90px !important;
            height: 90px !important;
        }

        .slick-slider2 {
            flex-direction: column !important;
        }

        .slick-slider-item {
            width: 100% !important;
        }

        .app-screens {

        }
        .app-screens img {
            flex: 1;
            width: 100%;
            /*max-width: 110px !important;*/
        }

        .stat-section {
            padding-bottom: 32px !important;
        }

        .mobile-header-menu {
            top: 16px !important;
            right: 11px !important;
        }
    }

    @media (max-width: 590px) {
        .app-screens img {
            max-width: 110px !important;
        }
    }

    @media (max-width: 453px) {
        .app-screens img {
            max-width: 90px !important;
        }
    }

    @media (max-width: 395px) {
        .app-screens img {
            max-width: 70px !important;
        }
    }

    .project-section {
        .slider-box {
            margin-right: calc(-45vw + 50%);
            /*padding-right: 60px; !* по желанию *!*/
        }

        .slider {
            /*margin-top: 60px;*/
            .slick-slider-item {
                box-sizing: border-box;
                display: flex !important;
                flex-direction: column;

                padding: 24px;
                gap: 12px !important;
                column-gap: 12px;
                row-gap: 12px;
                /*width: 530px;*/


                background-color: #F7F9F9;
                border-radius: 32px;

                .name {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 17px;
                    color: rgba(27, 29, 31, 0.6);
                }

                .title {
                    font-style: normal;
                    font-weight: 500;
                    font-size: 28px;
                    line-height: 34px;

                    color: #1B1D1F;
                }

                .text {
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 17px;
                    color: rgba(27, 29, 31, 0.8);
                }
            }

            .slick-slide {
                /*margin-right: 24px;*/
            }
        }

        .slider-nav {
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            height: 42px;
            max-width: 250px;
            margin-bottom: 41px;

            button {
                position: inherit;
                right: 0;
                left: 0;
                transform: none;
                top: 0;

                display: flex;
                align-items: center;
                justify-content: center;

                width: 42px !important;
            }

            .slick-prev:before, .slick-next:before {
                color: #000;
            }

            .slick-prev {
                order: 1;
            }

            .slick-next {
                order: 3;
            }

            .slick-dots {
                order: 2;
                /*max-width: 300px;*/
                position: inherit;
                bottom: 0;
                /*left: 50%;*/
                /*top: 50%;*/
                /*transform: translate(-50%, -50%);*/
            }

            .slick-dots {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                gap: 4px;

                li {
                    width: 20px;
                    height: 20px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                button {
                    padding: 0;
                }
            }

            .slick-dots li {
                /*position: static;*/
                margin: 0;
            }

            .slick-next:before, .slick-prev:before {
                content: none !important;
            }

            .slick-arrow img {
                width: 34px !important;
            }

            .slick-dots li button:before {
                font-size: 10px !important;
                width: 30px !important;
                height: 30px !important;
            }
            /*display: flex;*/
            /*align-items: center;*/
            /*justify-content: flex-end;*/
        }

        .slider-nav-section {
            margin-top: 60px;
        }
    }
}

@media (max-width: 1390px) {
    .container {
        max-width: 100% !important;
    }
}
