@import "mobile.css";
@import "fonts/fonts.css";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #22242A;
}

a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

body {
    padding: 32px;
    min-width: 1280px;
    cursor: default;
    font-family: 'VTB Group UI', sans-serif;
}

a {
    text-decoration: none;
}

@media screen and (min-width: 416px) {
    .header {
        display: none;
    }

    .header-tile {
        display: flex;
        width: 100%;
        min-height: 710px;
        padding: 62px 62px 0px 62px;
        margin-bottom: 32px;
        background: linear-gradient(146.25deg, #0062FF 21.43%, #0345AE 85.96%);
        border-radius: 32px;
        color: #FFFFFF;
    }

    .header-tile__text {
        position: relative;
        z-index: 10;
    }

    .header-tile__title {
        max-width: 610px;
        margin-bottom: 20px;
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 550;
        font-size: 52px;
        line-height: 60px;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #F3F4F6;
    }

    .header-tile__subtitle {
        max-width: 566px;
        margin-bottom: 214px;
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 34px;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #F3F4F6;
    }

    .tile__buttons-group {
        width: 50%;
        display: flex;
        flex-wrap: nowrap;
        grid-gap: 21px;
    }

    .tile__button {
        display: flex;
        align-items: center;
        grid-gap: 14px;
        padding: 16px 24px;
        background: #FFFFFF;
        border-radius: 30px;
        cursor: pointer;
    }

    .tile__button-label {
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        display: flex;
        align-items: center;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #22242A;
    }

    .header-tile__image {
        position: relative;
        margin-left: auto;
        margin-right: 50px;
    }

    .header-tile__image>img {
        position: relative;
        right: 0;
        bottom: -3px;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/

    .cards {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 32px;
    }

    .card {
        position: relative;
        padding: 40px;
        width: calc(50% - 16px);
        height: 563px;
        background: #F3F4F6;
        border-radius: 32px;
    }

    .card>img {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: 0;
    }

    .card__title {
        margin-bottom: 12px;
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 40px;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #2B313B;
    }

    .card__subtitle {
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #4C5767;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/

    /* .footer {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-qr {
    position: relative;
    height: 140px;
    width: 140px;
    margin-bottom: 32px;
}

.footer-qr > img {
    position: absolute;
    top: -70%;
    left: -165%;
} */

    .footer {
        width: 100%;
        margin-top: 5vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        justify-items: center;
        position: relative;
    }

    .footer-qr {
        width: 100%;
        padding: 0 10vw 0 10vw;
        display: flex;
        gap: 5vw;
    }


    .QR_wrapper {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin: auto;
        justify-content: center;

    }

    .QR {
        width: 100%;
        margin: auto;
    }

    .footer_QR_label {
        display: block;
        text-align: center;
        width: 100%;
    }

    .size_btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer__title {
        display: block;
        font-size: 1.5rem;
        line-height: 2.2rem;
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 5vw;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #2B313B;
        font-weight: 500;
    }

    .footer__title__qa {
        display: block;
        font-size: 1.5rem;
        line-height: 2.2rem;
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        display: block;
        width: 100%;
        text-align: center;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #2B313B;
        font-weight: 500;
    }

    .footer__subtitle {
        margin-top: 48px;
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #74777F;
    }

    .footer__subtitle>a,
    .footer__subtitle>a:visited {
        text-decoration: none;
        color: #74777F;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/

    .terms {
        display: flex;
        justify-content: center;
        padding: 40px 0;
        background-color: #FFFFFF;
    }

    .terms-wrapper {
        max-width: 800px;
    }

    .return-button {
        display: flex;
        align-items: center;
        grid-gap: 8px;
        margin-bottom: 24px;
        cursor: pointer;
    }

    .return-button__label {
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        display: flex;
        align-items: center;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #0D69F2;
    }

    .terms__title {
        margin-bottom: 24px;
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 550;
        font-size: 52px;
        line-height: 60px;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #22242A;
    }

    .terms__subtitle {
        margin-bottom: 24px;
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 550;
        font-size: 18px;
        line-height: 24px;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #22242A;
    }

    .terms__text {
        margin-bottom: 24px;
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        font-feature-settings: 'tnum' on, 'lnum' on;
        color: #22242A;
    }

    .w100 {
        width: 100%;
    }

    .qa {
        display: flex;
        width: 100%;
        padding: 2rem;
        background: linear-gradient(146.25deg, #0062FF 21.43%, #0345AE 85.96%);
        color: #FFFFFF;
        border-radius: 1.5rem;
        margin-top: 0px;
    }

    .contacts {
        color: #4C5767;
        font-size: 0.7rem;
        font-family: 'VTB Group UI', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-feature-settings: 'tnum' on, 'lnum' on;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/

    .main.display-none,
    .terms.display-none {
        display: none;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/

}