@font-face {
    font-family: Max Sans;
    font-weight: 400;
    font-display: block;
    src:
            url('static/fonts/MaxSans-Light.woff2') format('woff2'),
            url('static/fonts/MaxSans-Light.woff') format('woff');
}

@font-face {
    font-family: Max Sans;
    font-weight: 500;
    font-display: block;
    src:
            url('static/fonts/MaxSans-Regular.woff2') format('woff2'),
            url('static/fonts/MaxSans-Regular.woff') format('woff');
}

@font-face {
    font-family: Max Sans;
    font-weight: 600;
    font-display: block;
    src:
            url('static/fonts/MaxSans-Medium.woff2') format('woff2'),
            url('static/fonts/MaxSans-Medium.woff') format('woff');
}


html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

*,*:before,*:after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #0D0D0D;
    color: white;
    box-sizing: border-box;
    font-family: Max Sans, TT Commons, sans-serif;
}

.main {
    margin: 0 auto;
    min-height: 99vh;
    padding: 32px 32px 0;
    max-width: 1260px;
    overflow: visible;
}

.header {
    position: fixed;
    left: 40px;
    right: 40px;
    z-index: 2;
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border-radius: 32px;
    background-color: rgba(40, 29, 57, 0.8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow:
            0 40px 25px 0 rgba(0, 0, 0, 0.05),
            0 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.header_top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    height: 88px;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    gap: 32px;
    font-family: 'Max Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle;

}

.logo {
    color: #ffffff;

}

.logo_link {
    display: flex;
    height: 42px;
    justify-content: flex-start;
    gap: 14px;
}

.beta {
    height: 97%;
}


.spacer {
    height: 88px;
    width: 100%;
}

.menu {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.burger {
    display: none;
}

.link {
    color: #B5B5B5;
    text-decoration: none;
}

.link:hover {
    color: #fff;
    cursor: pointer;
}

.link_active {
    color: #fff;
}

.action {
    display: flex;
    justify-content: flex-end;

}
.download_link {
    text-decoration: none;
    -webkit-background-clip: text;
    color: transparent;
    --gradient-point: 0.34;
    background-clip: text;
    background-image: linear-gradient(96.2deg, #5A8CFF 0%, #43D6FF calc(100% * var(--gradient-point)), #8F3FFF 99.6%);
    transition: all 0.2ms ease-in;

}

/*Первый блок*/
.first_screen {
    margin: 80px 60px;
    display: grid;
    grid-template-columns: auto 36%;
    gap: 24px;
    color: #ffffff;

}

.left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.main_header {
    font-size: 72px;
    margin: 0;
    font-weight: 500;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.accent_header {
    text-decoration: none;
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(89.93deg, #5A8CFF -16.1%, #43D6FF 16.36%, #8F3FFF 76.63%);
    font-weight: 500;
    font-size: 72px;
    margin: 0;
    max-width: 450px;
}

.main_subheader {
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0;
    vertical-align: bottom;
    color: #C3C3C3;
    margin: 0;
}

.main_buttons {
   display: flex;
    gap: 16px;
    margin: 64px 0 154px;
}

.buttons {
    margin-top: 24px;
}

.connect_button {
    border-radius: 20px;
    padding: 0 39px;
    height: 64px;
    background-image: linear-gradient(135deg, #161F8A 0%, #2D085F 100%);
    font-weight: 500;
    border: none;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    gap: 8px;
    align-items: center;
}

.more_button {
    font-family: 'Max Sans', sans-serif;
    border-radius: 20px;
    padding: 15px 24px;
    background-image: linear-gradient(135deg, rgba(67, 67, 67, 0.8) 0%, rgba(67, 67, 67, 0.2) 100%);
    z-index: 1;
    font-weight: 500;
    border: none;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0;
    color: #FFFFFF;
    text-decoration: none;
}

.connect_button:hover {
    background: linear-gradient(97.21deg, #01C5C8 0.32%, #046EF4 44.6%, #572DFF 62.16%);

}
.more_button:hover {
    background: linear-gradient(97.21deg, #01C5C8 0.32%, #046EF4 44.6%, #572DFF 62.16%);
}

/* Фон для картинок градиент  */
.circle_block_right {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.circle_block_left {
    position: absolute;
}

.circle {
    position: absolute;
    border-radius: 50%;
    width: 300px;
    height: 300px;
}

.circle1 {
    background:#AA4CFF;
    left: 154px;
}

.circle2 {
    background:#3838FF;
    left: 300px;
    top: 150px;
}

.circle3 {
    background:#3A89FB;
    left: 150px;
    top: 300px;
}

.circle4 {
    background:#630EFF;
    top: 150px;
}



.circle_blur {

    position: relative;
    opacity: 70%;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    width: 500px;
    height: 500px;
}

.block {
    margin: 80px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.block_img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.img_item {
    margin: 0 auto;
    z-index: 1;
    max-height: 688px;
    max-width: 415px;
}

.text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    gap: 24px;
    width: 558px;
}

.block_header {
    font-weight: 500;
    font-size: 56px;
    line-height: 100%;
    vertical-align: bottom;
    color: #FFFFFF;
    margin: 0;
}

.block_header .mobile {
    display: none;
}
.block_header .notifications {
    display: flex;
}

.block_subheader {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #C3C3C3;
    margin: 0;
}

.possibilities {
    width: 100%;
    min-height: 800px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.possibilities::before {
    content: '';
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    width: 99vw;
    height: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;

}

.possibilities::after {
    content: "";
    position: absolute;
    width: 70%;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, #c4c4c400, #c4c4c455 70%, #c4c4c400);
}

.img_block_first {
    position: relative;
}

.circle_block_first {
    position: absolute;
    left: 40%;
    top: 80%;
    transform: translate(-50%, -50%);
}

.phoneVideoWrapper {

    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    right: 0;
    min-width: 230px;
    z-index: 0;
    transition: transform 0.3s;
    transform: translateY(0);
}

.wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.phone {
    z-index: 1;
}

.video {
    position: absolute;
    width: 96%;
    height: 98%;
    top: 5px;
    border-radius: 8%;
}

.download {
    display: flex;
    margin: 96px 60px 48px;
    gap: 36px;
    flex-direction: column;
}

.download_buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.business {
    display: flex;
    margin: 48px 60px 96px;
    gap: 28px;
    flex-direction: column;
}

.buttons_block {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 800px;
}

.support {
    display: flex;
    gap: 94px;
    margin: 0 60px 0;
}

.support_block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.support_header {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    vertical-align: bottom;
    margin: 0;
}

.support_text {
    display: flex;
}

.footer {
    display: flex;
    margin: 90px 60px;
    justify-content: space-between;
}

.footer_info {
    display: flex;
    gap: 100px;
}

.footer_block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer_block a:hover {
    color: #FFFFFF;
}

.footer_block_logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #9A9A9A;
}

.footer_block_logo img {
    max-width: 94px;
}

.copy-container {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.copy-text {
    margin-right: 6px;
}

.copy-icon {
    opacity: 0; /* Изначально скрываем иконку */
    transition: opacity 0.3s;
}

.copy-container {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
    color: #B5B5B5;
    transition: padding-right 0.3s ease;
    display: flex;
    align-items: stretch;
}
.copy-container:hover {
    color: #fff;
    padding-right: 24px;
}

.copy-container:hover .copy-icon {
    opacity: 1; /* Показываем иконку при наведении */
}
.copy-container:hover .support_subheader {
    margin-left: 24px
}

.icon-block {
    width: 20px;
}

.support_subheader {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
    color: #B5B5B5;
    transition: margin-left 0.3s ease;
}

.support_subheader:hover {
    color: #fff;
}

.qrButton {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 64px;
    aspect-ratio: 1;

    position: relative;
    cursor: crosshair;
    z-index: 1;
}


.qrButton::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;

    height: 64px;
    width: 64px;

    background: linear-gradient(
            135deg,
            #161f8a 0%,
            #2d085f 100%
    );
    border-radius: 20px;

    transition:
            width 200ms ease,
            height 200ms ease;

    z-index: -1;
}

.qrButton:hover::after {
    width: 240px;
    height: 240px;

    background: linear-gradient(
            97deg,
            #01c5c8 0.32%,
            #046ef4 44.6%,
            #572dff 62.16%
    );
}

.icon {
    position: absolute;
    bottom: 0;
    left: 0;

    display: flex;

    padding: 12px;

    height: 64px;
    width: 64px;

    opacity: 1;

    transition:
            opacity 200ms ease,
            transform 200ms ease,
            filter 200ms ease;
}

.qrButton:hover .icon {
    opacity: 0;

    transform: scaleX(0);
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.qr {
    position: absolute;
    bottom: 0;
    left: 0;

    padding: 12px;

    transition:
            opacity 300ms ease,
            width 200ms ease,
            height 200ms ease,
            filter 200ms ease;

    height: 64px;
    width: 64px;
    opacity: 0;
    -webkit-filter: blur(20px);

    filter: blur(20px);

    z-index: 3;
}

.qrButton:hover .qr {
    width: 240px;
    height: 240px;
    display: block;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.img_qr {
    width: 0;
    transition:
            opacity 200ms ease,
            transform 200ms ease,
            filter 200ms ease;
}

.qrButton:hover .img_qr {
    width: 100%;
}

.burger_menu {
    display: none;
}

img {
    max-width: 100%;
}

@media (max-width: 1260px) {
    .main {
        overflow: hidden;
    }
}


@media (max-width: 1160px) {
    .first_screen {
        margin: 80px 32px;
    }

    .circle_block_first {
        left: 40%;
    }

    .possibilities {
        margin-bottom: 60px;
    }

    .videoElementWrapper {
        max-width: 222px;
    }

    .footer_block_logo {
        margin-right: 100px;
    }

    .main_buttons {
       margin: 64px 0 0;
    }

    .text {
        width: 100%;
    }
}

@media (max-width: 1064px) {
    .menu {
        display: none;
    }
    .spacer {
        height: 64px;
    }

    .logo_link {
        height: 32px;
    }

    .left {
       gap: 24px;
    }

    .beta img {
        height: 105%;
    }

    .header_top {
        height: 64px;
        padding: 0 16px;
        grid-template-columns: 1fr 1fr;
    }

    .header {
        left: 16px;
        right: 16px;
        border-radius: 24px;
    }

    .header.opened {
        height: calc(100vh - 64px);
        max-height: 640px;

        touch-action: none;
    }

    .action {
        display: none;
    }

    .burger {
        display: flex;
        justify-content: flex-end;
        border: none;
        outline: none;
        background: transparent;
        padding: 0 8px;
    }

    .burger_menu {
        display: none
    }

    .burger_menu.opened {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .nav {
        display: flex;
        flex-direction: column;
        gap: 32px;
        margin-top: 48px;

        padding: 16px;
        text-decoration: none;
    }
    .logo {
        height: 32px;
    }

    .nav a {
        text-decoration: none;
        font-weight: 500;
        font-size: 32px;
    }
    .mobileLink {
        color: #fff;
    }

    .mobileCopy {
        font-size: 16px;
        color: #fff;
        padding: 16px;
        margin-top: auto;
    }
    .loading="lazy" {
        max-width: 233px;
    }

    .block_header {
        font-size: 40px;
    }
    .block_subheader {
        font-size: 16px;
    }

    .block {
        margin: 80px 16px 0;
    }

    .circle_blur {
        width: 400px;
        height: 400px;
    }
    .circle1 {
        left: 29px;
    }

    .circle2 {
        left: 50px;
        top: 25px;
    }

    .circle3 {
        left: 25px;
        top: 50px;
    }

    .circle4 {
        top: 25px;
    }

    .circle {
        width: 300px;
        height: 300px;
    }

    .circle_blur {
        -webkit-filter: blur(100px);
        filter: blur(100px);
    }

    .footer_info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
    }
    .footer_block.first {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .footer_block.second {
        grid-column: 1 / 2;
        grid-row: 2 / 2;
    }
    .footer_block.third {
        grid-column: 2 / 2;
        grid-row: 2 / 2;
    }
}

@media (max-width: 860px) {
    .circle_blur {
        width: 357px;
        height: 357px;
    }

    .support {
        flex-direction: column;
        gap: 32px;
    }
    .connect_button.desktop {
        display: none;
    }
}

@media (max-width: 790px) {
    .logo {
        color: #ffffff;
        display: flex;
        justify-content: flex-start;
    }

    .logo_link {
        gap: 12px;
    }

    .demo {
        width: 98%;
    }

    .main {
        padding: 16px 16px 0;
    }

    .header.opened {
        height: calc(100% - 32px);
        max-height: none;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }

    .buttons {
        margin-top: 16px;
    }

    .download {
        display: flex;
        margin: 0 16px 48px;
        gap: 28px;
        flex-direction: column;
    }

    .business {
        margin: 48px 16px 96px;
    }

    .accent_header {
        font-size: 48px;
        width: 100%;
    }

    .main_header {
        font-size: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main_subheader {
        font-size: 20px;
    }

    .connect_button {
        font-size: 20px;
    }

    .more_button {
        font-size: 20px;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 9px 0;
        width: 203px;
        border-radius: 16px;
    }

    .main_buttons {
        display: none;
    }

    .img_item.stats {
        margin: 0;
        max-width: 100%;
    }

    .nav a {
        font-size: 32px;
    }
    .firstScreen {
        text-align: center;
        grid-template-columns: auto;
        grid-template-rows: auto 400px;
        margin: 40px 0;
    }
    .phoneVideoWrapper {
        max-width: 400px;
        left: 50%;
        width: 85%;
        translate: -50% 0;
    }
    .first_screen {
        text-align: center;
        grid-template-columns: auto;
        grid-template-rows: auto 400px;
        margin: 40px 0;
    }

    .circle_blur {
        width: 400px;
        height: 400px;
    }

    .possibilities {
        width: calc(100% + 32px);
        margin-bottom: 0;
        margin-left: -16px;

    }

    .block {
        margin: 0 16px 120px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 40px;
    }

    .text {
        align-items: center;
        text-align: center;
        order: 1;
        gap: 16px;
    }

    .block_img {
        order: 2;
    }

    .block_header {
        font-size: 32px;
        text-align: center;
    }
    .buttons_block {
        flex-direction: column;
        align-items: center;
    }

    .support {
        flex-direction: column;
        margin: 0 60px 48px;
    }

    .support_text {
        flex-direction: column;
    }

    .footer {
        flex-direction: column;
        margin-bottom: 168px;
    }

    .block:first-child {
        margin-top: 80px;
    }

    .buttons_block a {
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 0;
        height: 46px;
        width: 203px;
        border-radius: 16px;
    }

    .buttons_wrapper .buttons_block a {
        padding: 9px 0;
    }

    .qrButton {
        display: none;
    }

    .buttons_block.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        -webkit-backdrop-filter: blur(33px);
        backdrop-filter: blur(33px);
        background: #0d0d0dcd;
        z-index: 1;
        gap: 8px;
        width: 100%;
        padding: 8px 16px;
        align-items: normal;
    }

    .buttons_block.fixed a {
        text-align: center;
        width: 100%;
        padding: 10px 24px;
        border-radius: 16px
    }
    .buttons_block.fixed .connect_button {
        background: linear-gradient(97.21deg, #01C5C8 0.32%, #046EF4 44.6%, #572DFF 62.16%);
    }

    .footer_info {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .footer_block_logo {
        order: 2;
        margin-top: 48px;
        gap: 16px;
    }
    .connect_button.android {
        display: none;
    }
    .connect_button.ios {
        display: none;
    }
    .connect_button.desktop {
        display: none;
    }

    .mobileLink.android {
        display: none;
    }
    .mobileLink.ios {
        display: none;
    }
    .mobileLink.desktop {
        display: none;
    }

}

@media (max-width: 420px) {
    .accent_header {
        font-size: 40px;
    }
    .main_header {
        font-size: 40px;
    }

}

@media (max-width: 340px) {
    .nav {
        gap: 16px;
        margin-top: 24px;
    }

    .nav a {
        font-size: 28px;
    }

    .block_header .mobile {
        display: flex;
    }
    .block_header .notifications {
        display: none;
    }
}




/*@media (max-width: 1060px) {*/
/*    .icon--32 {*/
/*        display: flex;*/
/*    }*/

/*    .icon--40 {*/
/*        display: none;*/
/*    }*/

/*    .qrButton {*/
/*        padding: 10px;*/
/*        height: 46px;*/
/*        width: 46px;*/
/*    }*/

/*    .qrButton::after {*/
/*        padding: 10px;*/
/*        height: 46px;*/
/*        width: 46px;*/

/*        border-radius: 16px;*/
/*    }*/

/*    .icon,*/
/*    .qr {*/
/*        height: 46px;*/
/*        width: 46px;*/
/*        padding: 7px;*/
/*    }*/
/*}*/



