@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    padding: 0;
    margin: 0;
    background: linear-gradient(180deg, #E0E3FA 8.33%, #FEFEFF 93.23%);
    color: #403286;
    font-family: 'Inter', serif;
    font-style: normal;
}

a {
    text-decoration: none;
}

.content {
    position: relative;
    height: fit-content;
    min-height: 100vh;
    display: flex;
    gap: 20px;
    overflow: hidden;
}

.col {
}

.col.left {
    padding: 100px 60px 200px 100px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    flex-basis: 50%;
    gap: 84px;
    height: fit-content;
    width: 50%;
    box-sizing: border-box;
}

.col.right {
}

.right img {
    position: absolute;
    bottom: -12%;
    left: 50%;
    height: 90%;
}

.header {
    display: flex;
    align-items: center;
}

.header__heading {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    padding: 0 0 0 21px;
    margin: 0 0 16px;
}

.header__logo svg {
    height: 108px;
}

.download h2 {
    font-size: 62px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding-bottom: 10px;
}

.download p {
    font-variant-numeric: slashed-zero;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    max-width: 524px;
}

.download__buttons {
    display: flex;
    padding-top: 33px;
}

.download-button:first-child {
    margin-right: 40px;
}

.download-button {
    display: flex;
    min-width: 152px;
    padding: 16px 20px;
    background: #000000;
    border-radius: 10px;
    box-sizing: border-box;
}

.download-button:hover {
    background: rgb(30, 30, 30);
}

.download-button__iso {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.download-button__android {
    display: flex;
    align-items: center;
    gap: 20px;
}

.download-button__text {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

@media screen and (max-width: 1439px) {
    .content {
        padding-top: 75px;
        margin: 0 110px;
    }

    .col.right {
        display: none;
    }

    .col.left {
        padding: 0;
        flex-basis: 100%;
        gap: 62px;
    }

    .header__logo svg {
        height: 131px;
    }

    .download__content h2 {
        font-size: 61px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }



    .download__content p {
        font-size: 31px;
        font-feature-settings: 'zero' on;
        font-variant-numeric: slashed-zero;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
    }

    .download__buttons {
        padding-top: 93px;
    }
}

@media screen and (max-width: 833px) {
    .col.left {
        flex-basis: 100%;
        gap: 44px;
        padding: 0;
    }

    .content {
        padding-top: 75px;
        margin: 0 40px;
    }

    .header__heading {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 0 0;
        margin-bottom: 0;
    }

    .header__logo svg {
        height: 64px;
    }

    .download h2 {
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .download p {
        font-variant-numeric: slashed-zero;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        max-width: 350px;
    }

    .download__buttons {
        padding-top: 77px;
    }

    .download-button:first-child {
        margin-right: 20px;
    }

    .download-button {
        padding: 10px;
        min-width: max-content;
        height: 44px;
        width: 165px;
    }

    .download-button__android {
        width: 100%;
        justify-content: center;
    }

    .download-button__text {
        font-size: 16px;
        line-height: 19px;
    }

    .download-button__img {
        width: 20px;
    }
}

.banner {
    display: none;
    width: 100%;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-color: #F2F1F6;
}

.banner__inner {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
}

.banner__btn {
    display: none;
    align-items: center;
}

.banner__btn-link {
    border-radius: 40px;
    background-color: #007AFF;
    padding: 6px 14px;
    display: flex;
    align-items: center;

    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-tap-highlight-color: transparent;
}

.banner__info {
    display: flex;
    align-items: center;
}

.banner__title {
    padding-left: 12px;
}

.banner__title-header {
    color: #090B0A;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 4px;
}

.banner__title-desc {
    font-size: 12px;
    line-height: 12px;
    color: #848489;
}

.banner__logo-img {
    width: 64px;
    height: 64px;
    /*border: 1px solid  rgba(0, 0, 0, 0.1);*/
    /*border-radius: 20px;*/
}

.banner__close {
    margin-right: 10px;
    height: 12px;
    width: 12px;

    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.banner__close:before, .banner__close:after {
    content: "";
    display: block;
    margin-top: -1px;
    width: 12px;
    height: 1px;
    background: #BBBBC0;
    border-radius: 1px;
}

.banner__close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner__close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
