* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #f8f8f8;
}
html,
body {
    display: flex;
    flex-direction: column;
    line-height: unset;
    overflow-x: hidden;
    background-image: linear-gradient(
        190deg,
        #29025E 0px,
        #0B0712 700px
    );
}
a {
    text-decoration: none;
}
.mainNav {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 100; 
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}
.nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1352px;
    margin: 0 auto;
    margin-top: 10px;
    min-height: 49px;
}
.buttons {
    display: flex;
    margin-left: 25px;

    @media (max-width: 900px) {
        margin-left: 0;
    }
}
.langSwitch {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 2px;
    cursor: pointer;
    color: inherit;
}
.container {
    position: relative;
    width: 100%;
    padding: 0 24px;

    @media (max-width: 768px) {
        padding: 0 24px;
    }

    @media (max-width: 576px) {
        padding: 0 16px;
    }
}
.wrapper {
    width: 100%;
}
.badgesWrapper {
    display: flex;
    gap: 2em;

    > * {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.badges {
    width: 100%;
    display: flex;
    justify-content: center;
}
.badge {
    width: 100%;

    img {
        height: 72px;
        width: auto;

        @media (max-width: 576px) {
            height: 42px;
        }
    }
}
.appIcon {
    width: 320px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 30px;

    img {
        @media (max-width: 576px) {
            width: 250px;
        }
    }
}
.backgroundTritonIcon {
    position: absolute;
    z-index: 0;
    margin-top: 50px;
}
.mockups {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.mockupsWrapper {
    width: 100%;
    max-width: 860px;
    margin-top: 100px;
    z-index: 1;
    position: relative;

    @media (max-width: 576px) {
        margin-top: 50px;
    }
}
.mockup {
    --phone-w: min(30vw, 260px);
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    img {
        width: var(--phone-w);
        height: auto;
        margin-right: 80px;
        position: relative;

        @media (max-width: 768px) {
            margin-right: 60px;
        }
    }

    @media (max-width: 576px) {
        --phone-w: 130px;
        max-width: 340px;
        margin: 0 auto;
        margin-bottom: 20px;

        img {
            margin-right: 30px;
        }
    }
}
.secondMockup {
    text-align: right;

    img {
        order: 1;
        margin-left: 80px;
        margin-right: 0;

        @media (max-width: 768px) {
            margin-left: 60px;
        }

        @media (max-width: 576px) {
            margin-left: 30px;
        }
    }

    h3, p {
        order: 1;
    }

    .radial {
        left: auto;
        right: calc(var(--phone-w) * -0.5);
    }
}

.description {
    display: flex;
    flex-direction: column;

    h3 {
        font-size: 42px;
        line-height: 38px;
        margin-bottom: 20px;
        color: #7652F9;
        text-transform: uppercase;
        font-weight: 900;
    }

    p {
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        color: rgba(248, 248, 248, 0.8);
    }

    @media (max-width: 576px) {
        h3 {
            font-size: 16px;
            line-height: 22px;
            margin-bottom: 10px;
        }

        p {
            font-size: 14px;
            line-height: 20px;
        }
    }
}
.moreText {
    margin: 60px 0;

    h2 {
        text-align: center;
        font-size: 28px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;

        @media (max-width: 576px) {
            font-size: 24px;
        }
    }
}
.title {
    width: 100%;
    max-width: 580px;
    text-align: center;
    margin: 0 auto 40px auto;

    h1 {
        font-size: 40px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;

        @media (max-width: 576px) {
            font-size: 24px;
        }
    }
}
.apkLink {
    display: inline-block;
    margin-top: 0.4em;
    font-size: 0.875em;
    line-height: 1.25;
    color: #f8f8f8;

    a {
        color: inherit;
        text-decoration: underline;
    }

    @media (max-width: 576px) {
        font-size: 0.75em;
    }
}
.bottomBlock {
    z-index: 1;
    position: relative;
}
.bottomMargin {
        @media (max-width: 576px) {
            font-size: 0.75em;
        }
}
.radial {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    width: calc(var(--phone-w) * 2);
    aspect-ratio: 1;
    top: 50%;
    left: calc(var(--phone-w) * -0.5);
    transform: translateY(-50%);

    background: radial-gradient(
        circle,
        #29025E 0%,
        #29025E 25%,
        rgba(41, 2, 94, 0.6) 45%,
        rgba(41, 2, 94, 0.2) 65%,
        transparent 80%
    );
}
.footerIcon {
    width: 320px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 150px;

    @media (max-width: 576px) {
        margin-top: 50px;
        padding-bottom: 50px;

        img {
            width: 250px;
        }
    }
}
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 500px;
    pointer-events: none;
    background-image: linear-gradient(
        10deg,
        #29025E 0px,
        #0B0712 500px
    );
}