* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    font-family: "Nunito", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

.container-common {
    padding: 0 16px;
}


/* App top */

.app-desktop__top,
.app-desktop__mid,
.app-desktop__bottom {
    display: none;
}

.app__top {
    padding-top: 40px;
    padding-bottom: 79.55px;
    background: #f2f4f5;
}

.app__top h1 {
    color: var(--UI-kit-react-Black, #111318);
    /* Txt react/zagolovok */
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
}

.app__top p {
    margin-top: 16px;
    color: var(--UI-kit-react-Black, #111318);
    /* Txt react/normal */
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 122.222% */
}

.app__types {
    width: fit-content;
    margin: 64px auto 0;
    padding: 10.065px;
    height: 70.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10.065px;
    border-radius: 12.581px;
    background: #dce2e4;
}

.app__types img {
    opacity: 0.3;
    width: 50.323px;
    height: 50.323px;
}

.app__types .types--active {
    border-radius: 12.581px;
    /* border: 0.629px solid var(--Background-Dark, #013); */
    opacity: 1;
}

.top__img {
    padding-top: 32px;
    text-align: center;
}

.top__img-pic {
    height: 42vh;
    min-height: 286px;
    position: relative;
}

.top__img-pic .top__phone-pic {
    margin: 0 auto -10px;
    display: none;
    height: 100%;
}

.top__img-pic .phone__pic--active {
    display: block;
}

.top__img-pic .download-link {
    display: none;
}

.top__img-pic .active--link {
    display: block;
}

.gplay--link {
    background: #1249b5;
}

.appstore--link {
    background: linear-gradient(180deg, #1bc1fb 0%, #1c74f1 100%), #1249b5;
}

.huawei--link {
    background: linear-gradient(180deg, #f36a7d 0%, #e14459 100%);
}

.android--link {
    background: linear-gradient(180deg, #07bf3b 0%, #00942a 100%);
}

.galaxy--link {
    background: linear-gradient(180deg, #f76351 0%, #d108d2 100%);
}

.top__img-pic a {
    height: 56px;
    width: 100%;
    position: absolute;
    bottom: -31px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    border-radius: 12px;
    padding: 16px 24px;
    color: #fff;
    text-align: center;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}


/* Bottom app */

.app__bottom {
    padding: 40px 0;
    background: #fff;
}

.app__bottom h2 {
    color: var(--UI-kit-react-Black, #111318);
    /* Txt react/zagolovok */
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 100% */
}

.app__bottom-container {
    margin-top: 24px;
    overflow: hidden;
    position: relative;
    min-height: 307px;
}

.app__bottom-slider {
    height: 264px;
    padding: 20px;
    border-radius: 24px;
    border: 0.538px solid var(--Background-stroke, #dce2e4);
    background: #f4f4f4;
}

.app__bottom-slider h3 {
    color: var(--Text-Black, #000);
    font-family: Nunito;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 26.4px */
}

.app__bottom-slider p {
    margin-top: 12px;
    color: var(--UI-kit-react-Black, #111318);
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 20px */
}

.swiper-pagination-bullet {
    background: #4e74c2;
    border-radius: 12px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
    width: 24px;
    height: 2px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.slider1 {
    position: relative;
}

.slider1::after {
    content: "";
    background: url("../img/sliderbg1.png") no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 152.591px;
    height: 139.118px;
}

.slider2 {
    position: relative;
}

.slider2::after {
    content: "";
    background: url("../img/sliderbg2.png") no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 153px;
    height: 139px;
}

.slider3 {
    position: relative;
}

.slider3::after {
    content: "";
    background: url("../img/sliderbg4.png") no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 153px;
    height: 139px;
}

.slider4 {
    position: relative;
}

.slider4::after {
    content: "";
    background: url("../img/sliderbg3.png") no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 153px;
    height: 139px;
}

@media (min-width: 540px) {
    .container-common {
        padding: 0;
        max-width: 520px;
        margin: 0 auto;
    }
    .top__img-pic .top__phone-pic {
        width: 55%;
    }
    .top__img-pic a {
        width: 85%;
    }
    .top__description {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .container-common {
        max-width: 960px;
        margin: 0 auto;
    }
    /* App top */
    .app__top,
    .app__bottom {
        display: none;
    }
    .app-desktop__top {
        display: block;
        padding-top: 28px;
        padding-bottom: 56px;
        background: #f2f4f5;
    }
    .app-desk__main {
        display: flex;
        align-items: center;
    }
    .app-desk__description {
        width: 580px;
    }
    .app-desk__img {
        margin-left: -50px;
    }
    .app-desk__img img {
        width: 590px;
    }
    .app-desk__description h2 {
        color: var(--Icons-Black, #000);
        font-family: Nunito;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 48px */
    }
    .app-desk__description p {
        margin-top: 16px;
        color: var(--UI-kit-react-Black, #111318);
        font-family: Nunito;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
        /* 27.5px */
    }
    .btn--scroll-to {
        cursor: pointer;
    }
    .scroll-btn {
        margin-top: 38px;
        text-align: center;
    }
    .scroll-btn p {
        color: var(--Buttons-Primary, #1249b5);
        font-family: Nunito;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
        /* 27.5px */
    }
    .scroll-btn img {
        margin-top: 16px;
    }
    /* App middle */
    .app-desktop__mid {
        display: block;
        padding-top: 80px;
        padding-bottom: 120px;
        background: #fff;
    }
    .app-desktop__mid h2 {
        color: var(--Text-Black, #000);
        font-family: Nunito;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 48px */
    }
    .mid-container {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }
    .mid-box {
        padding: 40px;
        height: 380px;
        border-radius: 32px;
        border: 1px solid var(--Background-stroke, #dce2e4);
        background: #f4f4f4;
    }
    .mid-lines {
        display: flex;
        gap: 20px;
    }
    .mid-box h3 {
        color: var(--Text-Black, #000);
        font-family: Nunito;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 48px */
    }
    .mid-box p {
        color: var(--UI-kit-react-Black, #111318);
        font-family: Nunito;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        /* 27.5px */
        margin-top: 16px;
    }
    .item1,
    .item2,
    .item3,
    .item4 {
        position: relative;
    }
    .item1,
    .item4 {
        width: 510px;
    }
    .item2,
    .item3 {
        width: 400px;
    }
    .item1::after {
        content: "";
        background: url("../img/sliderbg-desk1.png") no-repeat;
        position: absolute;
        bottom: -10px;
        right: 13.2px;
        width: 310px;
        height: 243.846px;
    }
    .item2::after {
        content: "";
        background: url("../img/sliderbg-desk2.png") no-repeat;
        position: absolute;
        bottom: -21px;
        right: 6.7px;
        width: 311px;
        height: 243.846px;
    }
    .item3::after {
        content: "";
        background: url("../img/sliderbg-desk3.png") no-repeat;
        position: absolute;
        bottom: -21px;
        right: 6.7px;
        width: 307px;
        height: 243.846px;
    }
    .item4::after {
        content: "";
        background: url("../img/sliderbg-desk4.png") no-repeat;
        position: absolute;
        bottom: -10px;
        right: 13.2px;
        width: 307px;
        height: 243.846px;
    }
    /* App bottom */
    .app-desktop__bottom {
        display: block;
        padding-top: 50px;
        padding-bottom: 60px;
        background: #f2f4f5;
    }
    .desk-bot__inner {
        padding: 50px;
        display: flex;
        justify-content: space-between;
        gap: 30px;
        border-radius: 80px;
        background: var(--UI-kit-react-blue, #1249b5);
    }
    .inner-left__top h3 {
        color: var(--Icons-White, #fff);
        font-family: Nunito;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 48px */
    }
    .inner-left__top p {
        margin-top: 24px;
        color: var(--UI-kit-react-White, #fff);
        font-family: Nunito;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%;
        /* 32.5px */
    }
    .inner-left__bot {
        width: fit-content;
        padding: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        border-radius: 16px;
        background: #dce2e4;
    }
    .inner-left__bot img {
        width: 70px;
        height: 70px;
        opacity: 0.3;
        cursor: pointer;
    }
    .inner-left__bot .desk-types--active {
        /* border: 0.629px solid var(--Background-Dark, #013); */
        opacity: 1;
    }
    .desk-bot__inner-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .desk-bot__inner-right {
        height: 100%;
    }
    .desk-bot__inner-right img {
        display: none;
    }
    .desk-bot__inner-right .qr-active {
        display: block;
    }
}

@media (min-width: 1280px) {
    .container-common {
        max-width: 1180px;
    }
    .app-desktop__top {
        padding-top: 68px;
    }
    .app-desk__img img {
        width: 696px;
    }
    .scroll-btn {
        margin-top: 78px;
    }
    .item1,
    .item4 {
        width: 680px;
    }
    .item2,
    .item3 {
        width: 480px;
    }
    .desk-bot__inner {
        padding: 64px;
        gap: unset;
    }
    .inner-left__top h3,
    .mid-box h3,
    .app-desk__description h2 {
        font-size: 40px;
    }
    .app-desk__description p {
        font-size: 22px;
    }
    .inner-left__top p {
        font-size: 26px;
    }
    .inner-left__bot {
        padding: 16px;
        gap: 16px;
    }
    .inner-left__bot img {
        width: 80px;
        height: 80px;
    }
    .app-desktop__mid {
        padding-top: 160px;
        padding-bottom: 240px;
    }
    .app-desktop__bottom {
        padding-top: 124px;
        padding-bottom: 121px;
    }
}