:root {
    --main-bg-color: #0E1015;

    --conteiner-padding: 10px
}


@font-face {
    font-family: Open Sans;
    src: url("../fonts/OpenSans-Regular.ttf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;

}

body {
    background-color: var(--main-bg-color);
    color: white;
    position: relative;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.impl {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    height: 680px;
}

.impl-right-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 160px;
}

.impl-wrapper {
    display: flex;
    gap: 75px;
}

.impl-right {
    position: relative;
    margin-top: 50px;
}

.impl-img-2 {
    position: absolute;
    top: 95px;
    left: 62px;
}

.prod-slider-wrapper {
    display: none;
}

.inter-left {
    width: 60%;
    position: relative;
}

.inter-img-2 {
    position: absolute;
    top: 286px;
    left: 435px;
}

.inter-right {
    width: 40%;
}

.inter-right-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 115px;
}

.inter-wrapper {
    gap: 100px;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    height: 455px;
}

.inter {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.int-header {
    margin-bottom: 20px;
}

.inter-vector-1 {
    position: absolute;
    top: -59px;
    left: 410px;
}

.inter-vector-2 {
    position: absolute;
    top: 464px;
    left: 208px;
}

.inter-text-1 {
    width: 255px;
    position: absolute;
    top: -79px;
    left: 135px;
}

.inter-text-2 {
    width: 238px;
    position: absolute;
    top: 429px;
    left: 1px;
}

.block-header2 {
    font-size: 41px;
    font-weight: 700;
    text-align: left;
}

.background-wrap {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--main-bg-color);
    z-index: -1
}

.background {
    height: 30%;
    background: var(--main-bg-color)
}

.left {
    background: radial-gradient(4000px at center left, #FFE177 0, var(--main-bg-color) 8%)
}

.right {
    background: radial-gradient(4000px at center right, #FFE177 0, var(--main-bg-color) 8%)
}

.arrow {
    margin-top: 20px;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.ball {
    margin-left: 10px;
}

.goToMain {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
}

.goToMainText {
    color: #FFF;
    font-family: Open Sans, serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.top-logo {
    margin-bottom: 100px;
}

.top-logo-header {
    font-size: 85px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.top-logo-text {
    width: 100%
}

.admin {
    margin-top: 100px;
}

.admin-wrapper {
    display: flex;
    gap: 100px;
}

.a-left {
    width: 30%;
}

.a-right {
    width: 70%;
}

.a-logo-wrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.a-img-wrapper {
    margin-top: 30px;
    position: relative;
}

.a-img-2 {
    position: absolute;
    top: 184px;
    left: 199px;
}

.product {
    display: flex;
    gap: 30px;
}

.product-left {
    width: 33%;
}

.product-right {
    width: 67%;
}

.prod {
    display: flex;
    margin-top: 100px;
}

.prod-left {
    width: 30%;
}

.prod-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 58px;
}

.prod-text-wrapper {
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.prod-text-wrapper2 {
    margin-top: 58px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.prod-right {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.prod-img-wrapper {
    text-align: center;
}

.prod-img-center {
    margin-bottom: 150px;
}

.logoText {
    color: #F9F9F9;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.logoWrapper {
    position: absolute;
    top: 0;
    left: 10px;
}

.logoWrapper2 {
    display: none;
}

.phonesWrapper {
    margin-top: 50px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
    /*height: 700px;*/
    align-items: end;
}


.phonesWrapper2 {
    display: none;
}

.phoneRow {
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: space-around;
}


.topPhone {
    width: 15%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.phoneBlock {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.slider-text {
    padding-left: 10px;
    padding-right: 20px;
}

.underMobile {
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 100px;
    gap: 20px;
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.greenCircle {
    min-width: 22px;
    min-height: 22px;
    max-width: 22px;
    max-height: 22px;
    background-color: #FFE177;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 8px #FFE177);
}

.stripeWrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    align-items: flex-start;
}

.crossPlatform {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
    margin-top: 100px;
}

.CP-left {
    display: flex;
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    height: 100%;

}

.CP-right {
    width: 60%;
}

.CP-textBlock {
    display: flex;
    max-width: 319px;
    gap: 38px;
    align-items: center;
    margin-bottom: 30px;
}

.CP-text {
    margin-bottom: 50px;

}

.cp-img-1 {
    margin-top: 25px;
}

.cp-img-2 {
    top: 72px;
    left: 484px;
    position: absolute;
}

.cp-vector {
    position: absolute;
    top: 306px;
    left: 301px;
}

.cp-img-text {
    position: absolute;
    top: 316px;
    left: 159px;
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: 159px;
}

.cp-img-block {
    position: relative;
}

.platforms {
    margin-top: 100px;
}

.techStripe {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.favorites {
    margin-top: 100px;
    display: flex;
}

.fn {
    margin-top: 100px;
    display: flex;
}

.fn-text-block {
    display: flex;
    gap: 38px;
    width: 320px;
}

.fn-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 78px;
}

.fn-left {
    width: 50%;
    color: #FFF;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
}

.fn-right {
    width: 50%;
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.fn-vector-1 {
    position: absolute;
    top: 51px;
    left: 157px;
}

.fn-vector-2 {
    position: absolute;
    top: 161px;
    left: 166px;
}

.fn-vector-3 {
    position: absolute;
    top: 232px;
    left: 199px;
}

.fn-vector-4 {
    position: absolute;
    top: 307px;
    left: 149px;
}

.fn-text-1 {
    position: absolute;
    width: 196px;
    left: 50px;
    top: 39px;
}

.fn-text-2 {
    position: absolute;
    width: 180px;
    left: 43px;
    top: 147px;
}

.fn-text-3 {
    position: absolute;
    width: 116px;
    top: 214px;
    left: 81px;
}

.fn-text-4 {
    position: absolute;
    width: 150px;
    top: 292px;
    left: -7px;
}

.fv-left {
    width: 50%;
}

.fv-left-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    position: relative;
    color: #FFF;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fv-img-1 {
    margin-top: 66px;
}

.fv-vector-1 {
    position: absolute;
    left: 167px;
    top: 29px;
}

.fv-vector-2 {
    position: absolute;
    top: 233px;
    left: 159px;
}

.fv-heart {
    position: absolute;
    left: 30px;
    top: 300px;
}

.fv-text-1 {
    position: absolute;
    width: 162px;
    height: 72px;
    left: 54px;
    top: 17px;
}

.fv-text-2 {
    position: absolute;
    width: 231px;
    height: 50px;
    top: 197px;
    left: 31px;
}

.fv-right {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.fv-vector-3 {
    position: absolute;
    top: 328px;
    left: 153px;
}

.fv-text-3 {
    width: 202px;
    color: #FFF;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: 264px;
    left: 82px;
}

.fv-img-2 {
    width: 365px;
    height: 469px;
}

.statistic-wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
}

.stat {
    display: flex;
    align-items: center;
    width: 40%;
}

.block-header {
    color: #FFF;
    font-family: Open Sans, serif;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.682%;
}

.parking {
    margin-top: 100px;
    display: flex;
}

.p-left {
    width: 30%;
    color: #FFF;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
}

.p-vector-1 {
    position: absolute;
    top: 39px;
    left: 248px;
    transform: scale(-1, 1);
}

.p-text-1 {
    position: absolute;
    top: 21px;
    left: 425px;
    width: 200px;
}

.p-right {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.p-text-wrapper {
    margin-top: 75px;
    color: #FFF;
    text-align: right;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    width: 292px;
    flex-direction: row-reverse;
    gap: 38px;
}

.p-img-wrapper {
    position: relative;
    color: #FFF;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 343px;
}

.p-vector-2 {
    position: absolute;
    top: 104px;
    left: 253px;
}

.p-vector-3 {
    position: absolute;
    top: 299px;
    left: 366px;
}

.p-text-2 {
    position: absolute;
    top: 67px;
    left: 344px;
    width: 172px;
}

.p-text-3 {
    position: absolute;
    top: 262px;
    left: 502px;
    width: 171px;
}

.cards {
    margin-top: 100px;
    display: flex;
    color: #FFF;
    font-family: Open Sans, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.c-left {
    width: 50%;
}

.c-left-wrapper {
    margin-top: 86px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.c-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.c-vector-1 {
    position: absolute;
    top: -26px;
    left: 202px;
}

.c-text-1 {
    position: absolute;
    top: -41px;
    left: 14px;
    width: 200px;
}

.c-vector-2 {
    position: absolute;
    top: 111px;
    left: 182px;
}

.c-text-2 {
    position: absolute;
    top: 73px;
    left: 75px;
    width: 200px;
}

.c-vector-3 {
    position: absolute;
    top: 322px;
    left: 208px;
}

.c-text-3 {
    position: absolute;
    top: 312px;
    left: 19px;
    width: 200px;
}

.c-img-2 {
    width: 334px;
    height: 469px;
}

.slider-wrapper {
    margin-top: 40px;
    display: none;
    justify-content: center;
}

.slider {
    width: 84%;
    padding-left: 14px;
}

.slider-phone {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.SliderPhoneBlock {
    justify-content: center;
    gap: 5px;
    text-align: center;
    margin-top: 10px;
    display: flex;

}

.formSection {
    margin-top: 80px;
}

.ben {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
}

.ben2 {
    margin-top: 100px;
    display: flex;
}

.ben-wrapper {
    display: flex;
    justify-content: space-between;
}

.ben2-wrapper {
    display: flex;
    justify-content: space-between;
}

.ben-left {
    width: 26%;
}

.ben2-left {
    width: 50%;
}

.ben-center {
    width: 40%;
    padding-top: 60px;
}

.ben-right {
    width: 26%;
}

.ben2-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.ben-img-3 {
    margin-top: 150px;
}

.interface {
    margin-top: 100px;
    display: flex;
    justify-content: space-evenly;
}

.i-left {
    width: 50%;
    position: relative;
    display: flex;
}

.i-right {
    width: 50%;
    position: relative;
    display: flex;
}

.i-img-1 {
    margin-left: 220px;
}

.i-img-2 {
    margin-left: 220px;
}

.i-vector-1 {
    position: absolute;
    top: 78px;
    left: 237px;
    width: 79px;
    height: 26px;
}

.i-vector-2 {
    position: absolute;
    top: 226px;
    left: 213px;
    width: 79px;
    height: 26px;
}

.i-vector-3 {
    position: absolute;
    top: 63px;
    left: 205px;
    width: 79px;
    height: 48px;
}

.i-text-1 {
    width: 150px;
    position: absolute;
    top: 62px;
    left: 122px;
}

.i-text-2 {
    width: 150px;
    position: absolute;
    top: 213px;
    left: 77px;
}

.i-text-3 {
    width: 150px;
    position: absolute;
    top: 50px;
    left: 67px;
}

.banners {
    display: flex;
    margin-top: 100px;
    justify-content: flex-start;
    gap: 250px;
    padding-left: 10px;
    padding-right: 10px;
    height: 716px;
}

.b-wrapper {
    display: flex;
    flex-direction: column;
}

.b-left {
    width: 40%;
    position: relative;
    display: flex;
}

.b-right {
    width: 60%;
    position: relative;
    display: flex;
}

.b-img-1, .b-vector-1 {
    position: absolute;
}

.b-img-2, .b-img-3, .b-vector-3, .b-vector-4 {
    position: absolute;
}

.b-img-1 {
    top: 499px;
    left: 213px;
}

.b-vector-1 {
    top: 484px;
    left: 89px;
}

.b-img-3 {
    left: 170px;
    top: 253px;
}

.b-vector-3 {
    top: 491px;
    left: 189px;
}

.b-vector-4 {
    top: 597px;
    left: 115px;
}

.b-text-1, .b-text-2, .b-text-3 {
    position: absolute;
}

.b-text-1 {
    width: 145px;
    top: -13px;
    left: -108px;
}

.b-text-2 {
    width: 145px;
    top: 454px;
    left: 126px;
}

.b-text-3 {
    width: 145px;
    top: 558px;
    left: 47px;
}

.foods {
    display: flex;
    margin-top: 100px;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    height: 582px;
    gap: 80px;
}

.f-left {
    width: 30%;
}

.f-right {
    width: 70%;
    display: flex;
    gap: 8px;
}

.f-right-wrapper-1 {
    display: flex;
    flex-direction: column;
    gap: 61px;
}

.f-right-wrapper-2 {
    position: relative;
    display: flex;
}

.food-vector-1 {
    position: absolute;
    top: 102px;
    left: 64px;
}

.food-vector-2 {
    position: absolute;
    top: 289px;
    left: 49px;
}

.food-text-1 {
    position: absolute;
    top: 71px;
    left: 1px;
}

.food-text-2 {
    position: absolute;
    top: 275px;
    left: -30px;
    width: 145px;
}

.food-img-3 {
    margin-left: 50px;
}

.f-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.cross {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    gap: 120px;
}

.cross-header-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.cross-img-wrapper-1 {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 13px;
}

.cross-img-wrapper-1 p {
    width: 450px;
}

.cross-left {
    width: 55%;
}

.cross-right {
    width: 45%;
}

.cross-phone-wrapper {
    display: flex;
    justify-content: flex-start;
}

.cross-logo-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
}

.cross-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 188px;
    align-items: center;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding);

}

@media (min-width: 1200px) {
    .phonesWrapper div:first-child {
        margin-bottom: 0px;
    }

    .phonesWrapper div:nth-child(2) {
        margin-bottom: 90px;
    }

    .phonesWrapper div:nth-child(3) {
        margin-bottom: 0px;
    }

    .phonesWrapper div:nth-child(4) {
        margin-bottom: 70px;
    }

    .phonesWrapper div:nth-child(5) {
        margin-bottom: 0px;
    }

    .phonesWrapper div:nth-child(6) {
        margin-bottom: 70px;
    }


    .container {
        max-width: 1200px;
        padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 992px;
        padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding)
    }

    .impl-img-2 {
        position: absolute;
        top: 138px;
        left: 0px;
    }


    .inter-right-wrapper {
        margin-top: 1px;
    }


    .a-img-2 {
        position: absolute;
        top: 184px;
        left: 58px;
    }

    .a-logo-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .a-logo-1 {
        margin-left: -10px;
    }

    .cross {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 170px;
    }

    .cross-img-wrapper-1 {
        justify-content: center;
    }

    .cross-left {
        width: 100%;
    }

    .cross-right {
        width: 100%;
        margin-top: 10px;
    }

    .foods {
        flex-direction: column;
        height: 970px;
        align-items: center;
        margin-top: 20px;
    }

    .f-left {
        width: 90%;
    }

    .f-right {
        width: 85%;
    }

    .banners {
        gap: 34px;
    }

    .b-vector-1 {
        top: 466px;
        left: 41px;
    }

    .b-img-1 {
        top: 489px;
        left: 153px;
    }

    .top-logo {
        margin-bottom: 50px;
    }

    .product {
        display: flex;
        gap: 20px;
    }

    .product-left {
        width: 33%;
        padding-left: 20px;
    }

    .product-right {
        width: 67%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .prod-img {
        transform: scale(0.8);
        margin-top: 50px;
    }

    .i-left {
        width: 50%;
        position: relative;
        display: flex;
    }

    .i-right {
        width: 50%;
        position: relative;
        display: flex;
    }

    .i-img-1 {
        margin-left: 118px;
    }

    .i-img-2 {
        margin-left: 120px;
    }

    .i-vector-1 {
        position: absolute;
        top: 78px;
        left: 143px;
        width: 79px;
        height: 26px;
    }

    .i-vector-2 {
        position: absolute;
        top: 226px;
        left: 111px;
        width: 79px;
        height: 26px;
    }

    .i-vector-3 {
        position: absolute;
        top: 63px;
        left: 142px;
        width: 79px;
        height: 48px;
    }

    .i-text-1 {
        width: 150px;
        position: absolute;
        top: 62px;
        left: 31px;
    }

    .i-text-2 {
        width: 150px;
        position: absolute;
        top: 189px;
        left: 32px;
    }

    .i-text-3 {
        width: 150px;
        position: absolute;
        top: 50px;
        left: 9px;
    }

    .logoWrapper {
        display: none;
    }

    .logoWrapper2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 45px;
        align-items: center;

    }

    .platforms {
        margin-top: 30px;
    }

    .cp-img-2 {
        left: 482px;
    }

    .cp-img-1 {
        margin-top: 25px;
    }

    .cp-vector {
        position: absolute;
        top: 306px;
        left: 301px;
    }

    .cp-img-text {
        top: 316px;
        left: 159px;
    }

    .crossPlatform {
        gap: 20px
    }

    /*.phonesWrapper2 {*/
    /*    width: 100%;*/
    /*    justify-content: center;*/
    /*    gap: 15px;*/
    /*    height: auto;*/
    /*    flex-wrap: wrap;*/
    /*    align-items: center;*/
    /*    margin-top: 40px;*/
    /*    display: flex;*/
    /*}*/
    .phonesWrapper {
        flex-wrap: wrap;
        height: 485px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: 20px;
        gap: 19px;
    }

    .topPhone {
        width: 176px;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }


    .phonesWrapper div:first-child {
        margin-bottom: 0px;
    }

    .phonesWrapper div:nth-child(2) {
        margin-bottom: 90px;
    }

    .phonesWrapper div:nth-child(3) {
        margin-bottom: 0px;
    }

    .phonesWrapper div:nth-child(4) {
        margin-bottom: 70px;
    }

    .phonesWrapper div:nth-child(5) {
        margin-bottom: 0px;
    }

    .phonesWrapper div:nth-child(6) {
        margin-bottom: 70px;
    }


    .maps-circle-wrapper {
        width: 195px;
        margin-top: 40px;
    }

    .maps-text-2 {
        left: 292px;
    }

    .scan {
        gap: 0px;
    }

    .scan-left {
        width: 34%;
    }

    .stat-header {
        margin-left: 10px;
    }

    .formSection {
        margin-top: 80px;
    }

    .scan-img-wrapper {
        transform: scale(0.9)
    }

    .scan-left {
        margin-left: 46px;
    }

    .fv-vector-1 {
        position: absolute;
        left: 75px;
        top: 29px;
    }

    .fv-vector-2 {
        position: absolute;
        top: 233px;
        left: 62px;
    }

    .fv-heart {
        position: absolute;
        left: 30px;
        top: 343px;
    }

    .fv-text-1 {
        position: absolute;
        width: 162px;
        height: 72px;
        left: 20px;
        top: 33px;
    }

    .fv-text-2 {
        position: absolute;
        width: 231px;
        height: 50px;
        top: 179px;
        left: 15px;
    }

    .fv-right {
        width: 50%;
        position: relative;
        display: flex;
        justify-content: flex-end;
    }

    .fv-vector-3 {
        position: absolute;
        top: 375px;
        left: 66px;
    }

    .fv-text-3 {
        width: 202px;
        color: #FFF;
        font-family: Open Sans, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        position: absolute;
        top: 292px;
        left: 11px;
    }

    .fv-left-wrapper {
        margin-top: 18px;
    }

    .fv-right {
        padding-top: 50px;
    }

    .fn-vector-1 {
        left: 62px;
    }

    .fn-vector-2 {
        left: 66px;
    }

    .fn-vector-3 {
        left: 78px;
    }

    .fn-vector-4 {
        top: 334px;
        left: 65px;
    }

    .fn-text-1 {
        left: -40px;
    }

    .fn-text-2 {
        left: -52px;
    }

    .fn-text-3 {
        top: 219px;
        left: -33px;
    }

    .fn-text-4 {
        top: 321px;
        left: -84px;
    }

    .p-img-wrapper {
        margin-right: 305px;
    }

    .c-vector-1 {
        left: 77px;
    }

    .c-text-1 {
        top: -63px;
        left: -28px;
    }

    .c-vector-2 {
        top: 111px;
        left: 82px;
    }

    .c-text-2 {
        top: 71px;
        left: -22px;
    }

    .c-vector-3 {
        top: 319px;
        left: 115px;
    }

    .c-text-3 {
        top: 220px;
        left: -3px;
    }

    .ben {
        margin-top: 70px;
    }

    .impl {
        height: 700px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 768px;
        padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding)
    }
    .impl{
        margin-top: 1px;
        height: 980px;
    }
    .impl-img-2{
        left: 136px;
    }
    .impl-wrapper {
        display: flex;
        gap: 75px;
        flex-direction: column;
    }
    .impl-right-wrapper{
        margin-top: 50px;
    }
    .impl-wrapper{
        gap: 20px;
    }

    .inter-wrapper {
        flex-direction: column-reverse;
        gap: 136px;
    }

    .inter-right {
        width: 100%;
    }

    .inter-right-wrapper {
        width: 70%;
        margin-top: -126px;
    }

    .inter-wrapper {
        height: 1000px;
        margin-top: 1px;
    }

    .admin-wrapper {
        display: flex;
        gap: 50px;
        flex-direction: column;
        height: 920px;
    }

    .a-left {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .cross {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 30px;
    }

    .cross-img-wrapper-1 {
        justify-content: center;
    }

    .cross-left {
        width: 100%;
    }

    .cross-right {
        width: 100%;
        margin-top: 10px;
    }

    .foods {
        flex-direction: column;
        height: 1500px;
        align-items: center;
        margin-top: 25px;
    }

    .f-left {
        width: 90%;
    }

    .f-right {
        width: 100%;
        gap: 45px;
        flex-direction: column;
        align-items: center;
    }

    .f-right-wrapper-1 {
        display: flex;
        flex-direction: row;
        gap: 61px;
        align-items: center;
    }

    .banners {
        flex-direction: column;
        height: 1420px;
        align-items: center;
    }

    .b-left {
        width: 90%;
    }

    .b-right {
        width: 100%;
        justify-content: center;
    }

    .b-img-1 {
        top: 402px;
        left: 316px;
    }

    .b-vector-1 {
        top: 397px;
        left: 168px;
    }

    .b-sub-header {
        text-align: center;
    }

    .b-img-3 {
        left: 301px;
        top: 322px;
    }

    .b-img-2 {
        position: absolute;
        left: 136px;
    }

    .b-vector-2 {
        left: 133px;
        position: absolute;
    }

    .b-text-1 {
        width: 145px;
        top: -37px;
        left: 54px;
    }

    .b-vector-3 {
        top: 574px;
        left: 307px;
    }

    .b-vector-4 {
        top: 665px;
        left: 239px;
    }

    .b-text-2 {
        width: 145px;
        top: 537px;
        left: 237px;
    }

    .b-text-3 {
        width: 145px;
        top: 626px;
        left: 165px;
    }

    .ben {
        margin-top: 50px;
    }

    .top-logo {
        margin-bottom: 50px;
    }

    .product {
        flex-direction: column;
    }

    .product-left {
        width: 100%;
    }

    .interface {
        flex-direction: column;
        gap: 30px;
    }

    .i-left {
        width: 100%;
        position: relative;
        display: flex;
    }

    .i-right {
        width: 100%;
        position: relative;
        display: flex;
    }

    .i-img-1 {
        margin-left: 218px;
    }

    .i-img-2 {
        margin-left: 218px;
    }

    .i-vector-1 {
        position: absolute;
        top: 78px;
        left: 233px;
        width: 79px;
        height: 26px;
    }

    .i-vector-2 {
        position: absolute;
        top: 226px;
        left: 202px;
        width: 79px;
        height: 26px;
    }

    .i-vector-3 {
        position: absolute;
        top: 63px;
        left: 177px;
        width: 79px;
        height: 48px;
    }

    .i-text-1 {
        width: 150px;
        position: absolute;
        top: 62px;
        left: 119px;
    }

    .i-text-2 {
        width: 150px;
        position: absolute;
        top: 189px;
        left: 125px;
    }

    .i-text-3 {
        width: 150px;
        position: absolute;
        top: 50px;
        left: 40px;
    }

    .statistic-wrapper {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }

    .stat {
        width: 45%;
    }

    .logoWrapper2 {
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 45px;
        align-items: center;

    }

    .techStripe {
        margin-top: 50px;
    }


    .prod-img-wrapper {
        display: none;
    }

    .prod-left {
        width: 50%;
    }

    .prod-right {
        width: 100%;
    }

    .prod-slider-img {
        text-align: center;
    }

    .prod-slider {
        width: 200px;
    }

    .prod-slider-wrapper {
        display: flex;
    }

    .prod-wrapper {
        align-items: flex-start;
    }

    .prod-text-wrapper2 {
        margin-top: 58px;
        display: flex;
        flex-direction: column;
        gap: 34px;
        margin-left: 138px;
    }

    .ben-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ben2 {
        flex-direction: column;
    }

    .ben-left {
        width: 70%;
        order: 1
    }

    .ben-right {
        width: 70%;
        order: 1;
    }

    .ben2-left {
        width: 80%;

    }

    .ben2-right {
        width: 100%;

    }

    .ben-center {
        width: 100%;
        order: 2;
        display: flex;
        justify-content: center;
    }

    .cp-img-2 {
        position: relative;
        left: 324px;
        top: -131px;
    }

    .cp-img-1 {
        width: 448px;
    }

    .cp-vector {
        top: 265px;
        left: 168px;
    }

    .cp-img-text {
        top: 274px;
        left: 47px;
    }

    .platforms {
        margin-top: 0px;
    }


    .maps-images-wrapper {
        flex-direction: column;
    }

    .scan {
        flex-direction: column;
        gap: 0px;
    }

    .scan-img-wrapper {
        margin-left: 143px;
        transform: scale(0.9);
    }

    .scan-left {
        margin-left: 30px;
    }

    .stat-wrapper {
        flex-direction: column;
    }

    .stat-vector-2-text {
        top: 58px;
        left: 277px;
    }

    .stat-vector-2 {
        display: none;
    }

    .stat-vector-1 {
        display: none;
    }

    .stat-vector-1-text {
        left: 286px;
    }

    .stat-right {
        margin-left: 30px;
    }

    .phonesWrapper {
        display: none;
    }

    .slider-wrapper {
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }

    .SliderPhoneBlock {
        width: 150px;
        justify-content: center;
        gap: 5px;
        text-align: center;
        margin-top: 10px;
        display: flex;
        color: #FFF;
        font-family: Open Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .underMobile {
        margin-top: 20px;
    }

    .formSection {
        margin-top: 35px;
    }

    .stat-wrapper {
        transform: scale(0.8);
        margin-top: -60px;
    }

    .scan-img-wrapper {
        transform: scale(0.9)
    }

    .favorites {
        flex-direction: column;
        gap: 30px;
    }

    .fv-left {
        width: 100%;
    }

    .fv-right {
        width: 100%;
    }

    .fv-vector-1 {
        left: 322px;
        top: 36px;
    }

    .fv-vector-2 {
        top: 213px;
        left: 310px;
    }

    .fv-text-1 {
        width: 194px;
        left: 114px;
        top: 17px;
    }

    .fv-text-2 {
        left: 81px;
    }

    .fv-heart {
        left: 88px;
        top: 387px;
    }

    .fv-vector-3 {
        top: 328px;
        left: 294px;
    }

    .fv-text-3 {
        top: 291px;
        left: 97px;
    }

    .fn {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .fn-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fn-right {
        width: 100%;
    }

    .fn-vector-1 {
        left: 311px;
    }

    .fn-vector-2 {
        left: 316px;
    }

    .fn-vector-3 {
        left: 331px;
    }

    .fn-vector-4 {
        position: absolute;
        top: 325px;
        left: 323px;
    }

    .fn-text-1 {
        left: 205px;
    }

    .fn-text-2 {
        left: 198px;
    }

    .fn-text-3 {
        left: 217px
    }

    .fn-text-4 {
        position: absolute;
        width: 150px;
        top: 309px;
        left: 176px;
    }

    .block-header {
        text-align: center;
    }

    .parking {
        flex-direction: column-reverse;
    }

    .p-img-wrapper {
        margin-right: 272px;
    }

    .p-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p-left {
        width: 90%;
        color: #FFF;
        font-family: Open Sans, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        position: relative;
        display: flex;
        justify-content: flex-start;
        /* margin-right: 91px; */
        margin-left: 63px;
    }

    .cards {
        flex-direction: column;
        gap: 30px;
    }

    .c-left {
        width: 100%;
    }

    .c-right {
        width: 100%;
    }

    .c-img-1 {
        width: 334px;
        height: 469px;
    }

    .c-vector-1 {
        top: 45px;
        left: 338px;
    }

    .c-text-1 {
        top: 8px;
        left: 226px;
    }

    .c-vector-2 {
        top: 116px;
        left: 334px;
    }

    .c-text-2 {
        top: 77px;
        left: 222px;
    }

    .c-vector-3 {
        top: 322px;
        left: 371px;
    }

    .c-text-3 {
        top: 311px;
        left: 178px;
    }

    .underMobile {
        margin-top: 50px;
    }
}

@media screen and  (max-width: 767px) {
    .container {
        max-width: 420px;
        padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding);
        overflow: hidden;
    }
    .impl{
        margin-top: 1px;
        height: 904px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .impl-img-2{
        left: 136px;
    }
    .impl-wrapper {
        display: flex;
        gap: 75px;
        flex-direction: column;
    }
    .impl-right-wrapper{
        margin-top: 50px;
    }
    .impl-wrapper{
        gap: 20px;
    }
    .impl-img-1,.impl-img-2{
        width: 320px;
        height: 210px;
    }
    .impl-img-2 {
        left: 70px;
    }
    .impl-right {
        position: relative;
        margin-top: 23px;
    }

    .inter-wrapper {
        flex-direction: column-reverse;
        gap: 136px;
    }

    .inter-right {
        width: 100%;
    }

    .inter-right-wrapper {
        width: 83%;
        margin-top: -126px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .inter-wrapper {
        height: 889px;
        margin-top: 1px;
    }

    .inter-img-1 {
        width: 400px;
        height: 257px;
    }

    .inter-img-2 {
        position: absolute;
        top: 156px;
        left: 125px;
    }

    .inter-vector-1 {
        position: absolute;
        top: -59px;
        left: 271px;
    }

    .inter-text-1 {
        width: 255px;
        position: absolute;
        top: -79px;
        left: 13px;
    }

    .inter-vector-2 {
        position: absolute;
        top: 387px;
        left: 226px;
    }

    .inter-text-2 {
        width: 238px;
        position: absolute;
        top: 375px;
        left: 11px;
    }

    .admin-wrapper {
        display: flex;
        gap: 10px;
        flex-direction: column;
        height: 1005px;
    }

    .a-left {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .a-right {
        width: 100%;
    }

    .a-logo-wrapper {
        margin-top: 5px;
        justify-content: center;
    }

    .a-img-2 {
        position: static;
        width: 400px;
        height: 215px;
    }

    .a-img-1 {
        width: 400px;
        height: 215px;
    }

    .cross-img-1 {
        width: 400px;
        height: 267px;
    }

    .cross {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 20px;
    }

    .cross-img-wrapper-1 {
        justify-content: center;
        text-align: center;
        margin-top: 30px;
    }

    .cross-left {
        width: 100%;
    }

    .cross-right {
        width: 100%;
        margin-top: 10px;
    }

    .foods {
        flex-direction: column;
        height: 1605px;
        align-items: center;
        gap: 35px;
        margin-top: -30px;
    }

    .f-left {
        width: 90%;
    }

    .f-right {
        width: 100%;
        gap: 1px;
        flex-direction: column;
        align-items: center;
    }

    .food-text-2 {
        position: absolute;
        top: 238px;
        left: 3px;
        width: 145px;
    }

    .f-right-wrapper-1 {
        display: flex;
        flex-direction: column;
        gap: 35px;
        align-items: center;
    }

    .banners {
        flex-direction: column;
        height: 1420px;
        align-items: center;
    }

    .banners {
        flex-direction: column;
        height: 1726px;
        align-items: center;
    }

    .f-right-wrapper-2 {
        transform: scale(0.8);
    }

    .b-left {
        width: 90%;
    }

    .b-right {
        width: 100%;
        justify-content: center;
    }

    .b-img-1 {
        top: 516px;
        left: 41px;
    }

    .b-vector-1 {
        display: none;
    }

    .b-sub-header {
        text-align: center;
    }

    .b-img-3 {
        left: 5px;
        top: 468px;
    }

    .b-img-2 {
        position: absolute;
        left: 22px;
    }

    .b-vector-2 {
        display: none;
    }

    .b-text-1 {
        width: 181px;
        top: -37px;
        left: 106px;
    }

    .b-vector-3 {
        display: none;
    }

    .b-vector-4 {
        display: none;
    }

    .b-text-2 {
        width: 145px;
        top: 537px;
        left: 7px;
    }

    .b-text-3 {
        width: 145px;
        top: 626px;
        left: 7px;
    }

    .top-logo {
        margin-bottom: 50px;
    }

    .product {
        flex-direction: column;
    }

    .product-left {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-right {
        width: 100%;
    }

    .prod-img {
        width: 390px;
    }

    .interface {
        margin-top: 70px;
        flex-direction: column;
    }

    .i-left {
        width: 100%;
        position: relative;
        display: flex;
    }

    .i-right {
        width: 100%;
        position: relative;
        display: flex;
    }

    .i-img-1 {
        transform: scale(0.8);
        width: 367px;
        height: 507px;
        margin-left: 64px;
    }

    .i-img-2 {
        transform: scale(0.8);
        width: 359px;
        height: 506px;
        margin-left: 64px;
    }

    .i-vector-1 {
        position: absolute;
        top: 120px;
        left: 106px;
        width: 79px;
        height: 26px;
    }

    .i-vector-2 {
        position: absolute;
        top: 226px;
        left: 84px;
        width: 79px;
        height: 26px;
    }

    .i-vector-3 {
        position: absolute;
        top: 88px;
        left: 93px;
        width: 79px;
        height: 48px;
    }

    .i-text-1 {
        width: 150px;
        position: absolute;
        top: 61px;
        left: 41px;
    }

    .i-text-2 {
        width: 150px;
        position: absolute;
        top: 189px;
        left: 8px;
    }

    .i-text-3 {
        width: 150px;
        position: absolute;
        top: 60px;
        left: 30px;
    }

    .statistic-wrapper {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: nowrap;
        gap: 123px;
    }

    .stat {
        width: 100%;
    }

    .logoWrapper2 {
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: 45px;
        align-items: center;

    }

    .prod-img-wrapper {
        display: none;
    }

    .prod-slider-wrapper {
        display: flex;
    }

    .prod-slider {
        width: 200px;
    }

    .prod-slider-img {
        text-align: center;
    }

    .prod {
        flex-direction: column;
        gap: 50px;
    }

    .prod-left {
        width: 100%;
    }

    .prod-right {
        width: 100%;
    }

    .prod {
        margin-top: 30px;
    }


    .ben-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ben-left {
        width: 70%;
        order: 1
    }

    .ben-right {
        width: 70%;
        order: 1;
    }

    .ben-center {
        width: 100%;
        order: 2;
        display: flex;
        justify-content: center;
        padding-top: 1px;
    }

    .ben-img {
        transform: scale(0.8);
    }

    .ben2 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ben2-left {
        width: 80%;
    }

    .ben2-right {
        width: 70%;
        gap: 14px;
    }

    .underMobile {
        margin-left: 25px;
        margin-right: 25px;
    }

    .platforms {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .cp-img-block {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cp-img-2 {
        position: relative;
        left: 108px;
        top: -100px;
    }

    .cp-img-1 {
        margin-top: 0px;
        width: 100%;
    }

    .cp-vector {
        top: 209px;
        left: 80px;
    }

    .cp-img-text {
        top: 279px;
        left: 53px;
    }

    .CP-right {
        width: 100%;
    }

    .CP-left {
        width: 100%;
        align-items: center;
        justify-content: center;

    }

    .crossPlatform {
        margin-top: 60px;
        flex-direction: column;
    }

    .techStripe {
        margin-top: 20px;
    }


    .maps-images-wrapper {
        margin-top: 90px;
        flex-direction: column;
    }

    .maps {
        margin-top: 0px;
    }

    .maps-right {
        margin-top: 113px;
    }

    .map-text-1 {
        top: -57px;
        left: 1px;
    }

    .maps-vector-1 {
        display: none;
    }

    .maps-text-2 {
        top: -60px;
        left: 1px;
    }

    .maps-vector-2 {
        display: none;
    }

    .maps-right {
        flex-direction: column;
    }

    .maps-circle-wrapper {
        margin-top: 50px;
    }

    .scan {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .scan-img-wrapper {
        flex-direction: column;
        gap: 100px;
    }

    .scan-img-text {
        text-align: center;
        width: 250px;
        position: absolute;
        top: 500px;
        left: 50px;
    }

    .scan-vector {
        display: none;
    }

    .scan-img-2-wrapper {
        margin-left: 10px
    }

    .stat-wrapper {
        flex-direction: column-reverse;
    }

    .stat-left {
        flex-direction: column;
    }

    .stat-img-wrapper-2 {
        margin-top: 20px;
    }

    .stat-vector-1-text {
        top: -21px;
        left: 224px;
    }

    .stat-vector-1 {
        display: none;
    }

    .stat-img-wrapper-1 {
        margin-top: 40px;
    }

    .stat-vector-2-text {
        top: -2px;
        left: 257px;
    }

    .stat-vector-2 {
        display: none;
    }

    .stat-right {
        margin-left: 44px;
    }

    .phonesWrapper {
        display: none;
    }

    .slider-wrapper {
        display: flex;
        justify-content: center;
    }

    .slider {
        padding-left: 70px;
    }

    .SliderPhoneBlock {
        width: 150px;
        justify-content: center;
        gap: 5px;
        text-align: center;
        margin-top: 10px;
        display: flex;
        color: #FFF;
        font-family: Open Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .underMobile {
        margin-top: 20px;
    }

    .formSection {
        margin-top: 20px;
    }

    .stat-wrapper {
        transform: scale(0.8);
        margin-top: -80px;
    }

    .maps {
        margin-top: 40px;
    }

    .stat {
        margin-bottom: -100px;
    }

    .maps {
        margin-top: 0px;
    }

    .favorites {
        flex-direction: column;
        gap: 30px;
    }

    .fv-left {
        width: 100%;
    }

    .fv-right {
        width: 100%;
    }

    .fv-left-wrapper {
        margin-top: 16px;
    }

    .fv-img-1 {
        margin-top: 22px;
    }

    .fv-text-2 {
        position: absolute;
        width: 137px;
        height: 50px;
        top: 114px;
        left: 16px;
    }

    .fv-vector-1 {
        display: none;
    }

    .fv-vector-2 {
        display: none;
    }

    .fv-vector-3 {
        display: none;
    }

    .fv-text-1 {
        left: 15px;
    }

    .fv-heart {
        left: 17px;
        top: 203px;
    }

    .fv-text-3 {
        width: 120px;
        top: 15px;
        left: 37px;
    }

    .fn {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .fn-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .fn-right {
        width: 100%;
        padding-top: 193px;
    }

    .fn-vector-1 {
        display: none;
    }

    .fn-vector-2 {
        display: none;
    }

    .fn-vector-3 {
        display: none;
    }

    .fn-vector-4 {
        display: none;
    }

    .fn-text-1 {
        position: absolute;
        width: 228px;
        left: 92px;
        top: 1px;
        text-align: center;
    }

    .fn-text-2 {
        position: absolute;
        width: 184px;
        left: 123px;
        top: 59px;
        text-align: center;
    }

    .fn-text-3 {
        position: absolute;
        width: 206px;
        top: 117px;
        left: 109px;
        text-align: center;
    }

    .fn-text-4 {
        position: absolute;
        width: 150px;
        top: 163px;
        left: 146px;
    }

    .parking {
        flex-direction: column-reverse;
    }

    .p-img-wrapper {
        margin-right: 272px;
    }

    .p-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p-left {
        width: 90%;
        color: #FFF;
        font-family: Open Sans, serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        position: relative;
        display: flex;
        justify-content: flex-start;
    }

    .p-vector-1 {
        display: none;
    }

    .p-vector-2 {
        display: none;
    }

    .p-vector-3 {
        display: none;
    }

    .p-text-1 {
        position: absolute;
        top: 15px;
        left: 91px;
        text-align: center;
    }

    .p-text-2 {
        position: absolute;
        top: 15px;
        left: 43px;
        text-align: center;
    }

    .p-text-3 {
        position: absolute;
        top: 74px;
        left: 46px;
        text-align: center;
    }

    .p-img-wrapper {
        margin-right: 0px;
        padding-top: 120px;
    }

    .p-left {
        justify-content: center;
        padding-top: 57px;
    }

    .p-img-1 {
        width: 280px;
    }

    .p-img-2 {
        width: 280px;
    }

    .parking {
        margin-bottom: 120px;
    }

    .cards {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .c-left {
        width: 100%;
    }

    .c-right {
        width: 100%;
    }

    .c-img-1 {
        width: 278px;
        height: 361px;
    }

    .c-img-2 {
        margin-top: 162px;
        width: 300px;
        height: 420px;
    }

    .c-vector-1 {
        display: none;
    }

    .c-text-1 {
        top: -65px;
        left: 106px;
    }

    .c-vector-2 {
        display: none;
    }

    .c-text-2 {
        top: -11px;
        left: 101px;
    }

    .c-vector-3 {
        display: none;
    }

    .c-text-3 {
        top: 52px;
        left: 102px;
    }

    .c-left-wrapper {
        justify-content: center;
    }

    .c-right {
        justify-content: center;
    }

    .slider-text {
        padding-right: 86px;
    }

    .spacer {
        margin-bottom: 1px;
    }

    .underMobile {
        margin-top: 50px;
    }
}

@media screen and  (max-width: 419px) {
    .container {
        max-width: 320px;
        padding: 0 var(--conteiner-padding) 0 var(--conteiner-padding);
        overflow: hidden;
    }

    .impl-img-1,.impl-img-2{
        width: 250px;
        height: 160px;
    }
    .impl-img-2 {
        left: 40px;
    }
    .impl-right-wrapper {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        width: 90%;

        margin-left: 17px;
    }
    .inter-right {
        margin-top: 37px;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .impl{
        height: 940px;
        margin-top: 20px;
    }
    .block-header{
        font-size: 39px;
    }

    .inter-img-1 {
        width: 300px;
        height: 193px;
    }

    .inter-img-2 {
        position: absolute;
        top: 140px;
        left: 101px;
        width: 200px;
        height: 144px;
    }

    .inter-text-2 {
        width: 238px;
        position: absolute;
        top: 290px;
        left: 103px;
    }

    .inter-vector-2, .inter-vector-1 {
        display: none;
    }

    .inter-text-1 {
        width: 255px;
        position: absolute;
        top: -55px;
        left: 2px;
    }

    .a-img-2 {
        position: static;
        width: 300px;
        height: 161px;
    }

    .a-img-1 {
        width: 300px;
        height: 161px;
    }

    .cross-img-1 {
        width: 300px;
        height: 200px;
    }

    .cross {
        margin-top: -52px;
    }

    .cross-phone-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 20px;

    }

    .cross-logo-wrapper {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }

    .cross-right {
        text-align: center;
    }

    .foods {
        gap: 1px;
        height: 1413px;
    }

    .f-right {
        margin-top: -30px;
    }

    .f-right-wrapper-2 {
        transform: scale(0.6);
    }

    .f-right-wrapper-1 {
        transform: scale(0.6);
        display: flex;
        flex-direction: column;
        gap: 35px;
        align-items: center;
        height: 313px;
    }

    .prod-img {
        width: 300px;
    }

    .block-header2 {
        font-size: 41px;
        font-weight: 700;
        text-align: left;
        margin-left: 63px;
    }

    .i-img-1 {
        transform: scale(0.8);
        width: 367px;
        height: 507px;
        margin-left: -26px;
    }

    .i-img-2 {
        transform: scale(0.8);
        width: 367px;
        height: 507px;
        margin-left: -33px;
    }

    .i-vector-1 {
        display: none;
    }

    .i-vector-2 {
        display: none;
    }

    .i-vector-3 {
        display: none;
    }

    .i-text-1 {
        width: 150px;
        position: absolute;
        top: 88px;
        left: 26px;
        text-align: left;
    }

    .i-text-2 {
        width: 104px;
        position: absolute;
        top: 189px;
        left: 14px;
        text-align: left;
    }

    .i-text-3 {
        width: 150px;
        position: absolute;
        top: 17px;
        left: 30px;
    }

    .slider {
        padding-left: 34px;
    }

    .slider-text {
        padding-right: 38px;
    }

    .statistic-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: nowrap;
        gap: 150px;
    }

    .stat {
        flex-direction: column;
        width: 100%;
    }

    .block-header {
        text-align: center;
    }

    .logoWrapper2 {
        margin: 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 45px;
        align-items: center;
        transform: scale(0.8);
    }

    .cp-img-2 {
        width: 80px;
        left: 105px;
        top: -115px;
    }

    .cp-img-1 {
        width: 250px;
    }

    .cp-vector {
        top: 131px;
        left: 113px;
        width: 100px;
    }

    .cp-img-text {
        top: 170px;
        left: 53px;
    }


    .maps-img-1 {
        transform: scale(0.9);
        margin-left: -70px;
    }

    .maps-img-2 {
        transform: scale(0.85);
        margin-left: -64px;
    }

    .maps {
        margin-top: -90px;
    }

    .maps-right {
        margin-top: 73px;
    }

    .maps-circle-wrapper {
        margin-left: -19px;
        width: 300px;
        margin-top: 10px;
    }

    .scan-left {
        width: 100%;
    }

    .scan-block-header {
        width: 100%;
        text-align: center;
    }

    .scan-green-block {
        margin-top: 40px;
    }

    .scan-green-circle-wrapper {
        width: 300px;
        margin-left: 20px;
    }

    .scan-img-1-wrapper {
        transform: scale(0.85)
    }

    .scan-img-2-wrapper {
        transform: scale(0.85)
    }

    .scan-img-wrapper {
        gap: 18px
    }

    .scan {
        gap: 0px;
    }

    .stat-right {
        margin-left: 11px;
    }

    .stat-img-wrapper-1 {
        transform: scale(0.85);
    }

    .stat-vector-1-text {
        top: -64px;
        left: 30px;
    }

    .stat-img-wrapper-2 {
        transform: scale(0.85);
        margin-left: -28px;
    }

    .stat-vector-2-text {
        top: -85px;
        left: 30px;
    }

    .phonesWrapper {
        display: none;
    }

    .slider-phone {
        padding-left: 46px;
    }

    .SliderPhoneBlock {
        margin-left: 15px;
        width: 150px;
        justify-content: center;
        gap: 5px;
        text-align: center;
        margin-top: 10px;
        display: flex;
        color: #FFF;
        font-family: Open Sans;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .underMobile {
        margin-top: 40px;
    }

    .formSection {
        margin-top: -134px;
        transform: scale(0.9);
    }

    .scan {
        margin-top: -70px;
        transform: scale(0.9);
    }

    .stat {
        margin-top: -20px;
    }

    .maps {
        transform: scale(0.9);
        margin-top: 30px;
    }

    .CP-text {
        text-align: center;
    }

    .maps-block-header {
        text-align: center;
        margin-left: 0px;
    }

    .map-text-1 {
        text-align: center;
        top: -57px;
        left: 20px;
    }

    .maps {
        margin-top: -50px;
    }

    .fv-img-1 {
        width: 300px;
        margin-top: 200px;
    }

    .fv-text-1 {
        width: 215px;
        text-align: center;
        left: 35px;
    }

    .fv-text-2 {
        width: 192px;
        top: 86px;
        left: 52px;
        text-align: center;
    }

    .fv-heart {
        width: 40px;
        left: 125px;
        top: 150px;
    }

    .fv-img-2 {
        margin-top: 90px;
        width: 300px;
        height: 395px;
    }

    .fv-text-3 {
        width: 201px;
        top: 8px;
        left: 43px;
        text-align: center;
    }

    .favorites {
        margin-bottom: 140px;
    }

    .fn-right {
        justify-content: center;
        padding-top: 193px;
    }

    .fv-left {
        text-align: center;
    }

    .fn-image {
        width: 290px;
    }

    .fn-text-1 {
        left: 36px;
    }

    .fn-text-2 {
        left: 66px;
    }

    .fn-text-3 {
        left: 52px;
    }

    .fn-text-4 {
        position: absolute;
        width: 150px;
        top: 163px;
        left: 90px;
    }

    .fn-text-block {
        gap: 20px;
        width: 300px;
    }

    .p-left {
        width: 100%;
    }

    .p-right {
        width: 100%;
    }

    .p-text-1 {
        left: 52px;
    }

    .p-text-2 {
        left: 54px;
    }

    .p-text-3 {
        left: 58px;
    }

    .cards {
        flex-direction: column;
        gap: 30px;
        text-align: center;
        margin-bottom: 131px;
    }

    .c-left {
        width: 100%;
    }

    .c-right {
        width: 100%;
    }

    .c-img-1 {
        width: 278px;
        height: 361px;
    }

    .c-img-2 {
        margin-top: 162px;
        width: 300px;
        height: 420px;
    }

    .c-vector-1 {
        display: none;
    }

    .c-text-1 {
        top: -65px;
        left: 51px;
    }

    .c-vector-2 {
        display: none;
    }

    .c-text-2 {
        top: -11px;
        left: 50px;
    }

    .c-vector-3 {
        display: none;
    }

    .c-text-3 {
        top: 52px;
        left: 49px;
    }

    .c-left-wrapper {
        justify-content: center;
    }

    .c-right {
        justify-content: center;
    }

    .ben2-right {
        width: 70%;
        gap: 14px;
        transform: scale(0.8);
        margin-top: -66px;
    }

    .prod-wrapper {
        text-align: center;
    }

    .ben-left {
        width: 80%;
    }

    .ben-right {
        width: 80%;
    }

    .ben2-left {
        width: 80%;
    }

    .ben {
        margin-top: 50px;
    }

    .spacer {
        margin-bottom: 1px;
    }

    .b-img-1 {
        top: 592px;
        left: -19px;
    }

    .b-text-1 {
        width: 181px;
        top: -45px;
        left: 50px;
    }

    .b-img-2 {
        position: absolute;
        left: -26px;
        transform: scale(0.85);
        top: -26px;
    }

    .b-img-3 {
        left: -63px;
        top: 455px;
        transform: scale(0.85);
    }

    .b-text-2 {
        width: 209px;
        top: 403px;
        left: 42px;
    }

    .b-text-3 {
        width: 205px;
        top: 438px;
        left: 40px;
    }

    .banners {
        height: 1766px;
    }

    .formSection {
        margin-top: -21px;
    }
}