html, body {
    overflow-x: hidden;
}
.bottom-bckg-gradient {
    position: relative;
    width: 100%;
}

.bottom-bckg-gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--footer-gradient);
    z-index: -1;
    width: 120vw;
    left: -11vw;
    height: calc(35vw + 5%);
}
@media (max-width: 1275px) {
    .bottom-bckg-gradient::before {
        height: calc(35vw + 30%);
    }

}
@media (max-width: 1020px) {
    .bottom-bckg-gradient::before {
        height: calc(35vw + 50%);
    }

}
@media (max-width: 790px) {
    .bottom-bckg-gradient::before {
        height: calc(35vw + 80%);
    }

}

/*Баннер*/
.banner-android-content {
    display: flex;
    gap: 36px;
}

.banner-content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.txt-banner {
    font: var(--txt-h1);
    color: var(--color-txt);
}
.banner-item3 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.item3-img {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}
.banner-item3-img {
    width: 16px;
    margin-left: 10px;
}
.banner-item-txt {
    display: flex;
    gap: 10px;
}

.banner-item3-text {
    color: var(--color-txt);
    font: var(--p-all-txt);
    width: 60%;
}
.banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30vw;
}

@media (max-width: 760px) {
    .banner-android-content {
        flex-direction: column-reverse;
        align-items: center;
    }
    .txt-crumbs {
        text-align: center;
    }
    .banner-item2 {
        display: flex;
        justify-content: center;
    }
    .banner-item3-text {
        width: 100%;
    }
    .txt-banner {
        justify-content: center;
        text-align: center;
        width: 50%;
    }
    .banner {
        width: 240px;
    }
    .btn-android {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
    }
}

.think-content-box {
    display: flex;
    justify-content: center;
    gap: 116px;
    color: var(--color-txt);
}

.think-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    width: 45%;
}

.think-item h2 {
    font: var(--h2-txt);
}

.think-item p {
    font: var(--p-all-txt);
}

.think-img {
    height: 18vw;
}
@media (max-width: 760px) {
    .think-content-box {
        flex-direction: column;
        gap: 44px;
        align-items: center;
    }
    .think-img {
        height: 180px;
    }
    .think-item {
        width: 100%;
        align-items: center;
        text-align: center;
    }
}

.best-offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    align-items: center;
}
.best-offer-content-title h2 {
    color: var(--color-txt);
    font: var(--h2-txt);
}
.best-offer-content-title p {
    color: var(--color-txt);
    font: var(--p-all-txt);
    padding: 24px;
}
.best-offer-content {
    width: 400px;
    height: fit-content;
    border-radius: 24px;
    border: 1px solid #FFFFFF4D;
    overflow: hidden;
    position: relative;
    background: rgba(3, 10, 32, 0.5);
    background-blend-mode: overlay;
    color: var(--color-txt);
    font: 300 clamp(13px, 2vw, 15px)/clamp(19px, 1.5vw, 20px) 'Inter', sans-serif;;
    padding: 24px;
}
.best-offer-contents {
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr 1fr;

}
.best-offer-content::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(
            ellipse 130% 130% at 37% 100%,
            #017DE4 8%,
            #030A20 92%
    );
    z-index: -1;
}

.last::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(
            ellipse 130% 130% at 37% 100%,
            #01559a 8%,
            #030A20 92%
    );
    z-index: -1;
}
.best-offer-img {
    mix-blend-mode: soft-light;
    opacity: 0.7;
    position: absolute;
    bottom: -5px;
    right: 0;
}

.best-offer-img img {
    height: 80px;
}
@media (max-width: 920px) {
    .best-offer-contents {
        grid-template-columns: 1fr;
        justify-content: center;
        gap: 24px;
    }
    .best-offer-content-title {
        text-align: center;
    }
    .best-offer-content {
        width: 100%;
    }
}

.offer-question {
    display: flex;
    gap: 116px;
    height: 20vw;
    align-items: center;
}

.offer-question-txt {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.offer-question-txt h2 {
    color: var(--color-txt);
    font: var(--h2-txt);
}
.offer-question-txt p {
    color: var(--color-txt);
    font: var(--p-all-txt);
}
.numbers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 48px;
    row-gap: 24px;
    width: 40vw;
}
.numbers-grid-item p {
    font: var(--p-all-txt);
    color: var(--color-txt);

}
.numbers-grid-item {
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
}
.numbers-img {
    aspect-ratio: 1 / 1;
    width: 52px;
    background-color: #040e2b;
    border: 1px solid #FFFFFF4D;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow:
            4px 4px 12px 4px #0C50CF3C,
            inset 1px 6px 4px -4px #FFFFFF80;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.numbers-img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}
.number {
    width: 28px;
}
@media (max-width: 920px) {
    .offer-question {
        flex-direction: column;
        height: fit-content;
        gap: 24px;
        text-align: center;
    }
    .offer-question-txt {
        width: 100%;
    }
    .numbers-grid {
        width: 100%;
    }
}
.access {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 116px;
}

.access-txt {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.access-img {
    width: 28vw;
}

.txt-access h2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    color: var(--color-txt);
    font: var(--h2-txt);
}

.text-ul{
    font: var(--bnt-txt);
    color: var(--color-txt);
}

.access-ul li {
    list-style: none;
    font: var(--p-all-txt);
    color: var(--color-txt);
    padding: 10px 0;
}

.access-ul img {
    width: 15px;
    height: 15px;
    margin: 0 10px;
}

@media (max-width: 760px) {
    .access {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 34px;
    }
    .access-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
        width: 100%;
    }
    .txt-access h2 {
        text-align: center;
        margin-bottom: 12px;
    }
    .access-txt {
        gap: 16px;
    }
    .access-img {
        width: 216px;
    }
}

