/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZJhiI2B.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZthiI2B.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZFhiI2B.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfAZ9hiA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media (max-width: 1240px) {
    .raketa {
        max-width: 446px;
        max-height: 451px;
    }
    .qwallet  {
        max-width: 504px !important;
        max-height: 750px !important;
    }
    .qwallet_2{
        width: 414px !important;
    }
    #email_image{
        display: none;
    }
    .consult-block{
        /*padding: 37px !important;*/
        justify-content: space-around !important;
    }
    .support_email-link{
        margin-top: -15px !important;
        margin-left: 10px !important;
    }
    .support_text_title{
        margin-top: -20px !important;
    }
}

@media (max-width: 1000px) {
    /*.support_text_title*/
    .consult-block{
        height: auto !important;
        /*padding: 37px !important;*/
        /*justify-content: space-around !important;*/
    }
    .support_email-link{
        margin-top: 20px !important;
        margin-left: 20px !important;
    }
    .mobilka {
        /*display: none;*/
        width: auto !important;
    }
    #qwallet {
        display: none;
    }
    #infinity{
        display: none;
    }
    #raketa {
        display: none;
    }
    /*.footer_elements{*/
    /*    width: 45%;*/
    /*}*/

}

@media (max-width: 767px) {
    #QR {
        display: none;
    }
    #moon_man {
        display: none;
    }
    #footer_logos {
        /*margin-top: 75px*/
    }
    .lang_container{
        display: none !important;
    }
    #lang_button2{
        display: flex !important;
    }
    /*.prefoot {*/
    /*    height: 970px !important*/
    /*}*/
    .mobilka {
        /*display: none;*/
        width: 95% !important;
    }
    #mobilka-img {
        height: 220px !important;
    }
    #mia-text {
        color: black !important;
    }
}

@media (max-width: 463px) {
    .bgg {
        background: -webkit-linear-gradient(80deg, #fff 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(90deg, #fff 66%, #fff 66%) !important;
    }
    /*.prefoot {*/
    /*    height: 920px !important*/
    /*}*/
    #qwallet_logo {
        margin-top: 20px !important;
    }
}

@media (max-width: 396px){
    .text_actions {
        font-size: 70%;
    }

}

@media (max-width: 315px){
    #mobilka-img {
        height: 160px !important;
    }
}

body {
    font-family: 'Inter';
}

h1{
    font-family: 'Inter' !important;
}

.pas_subtext {
    width: 200px;
}

a:hover {
    color: #72839c;
}

.text_actions {
    font-weight: bold;
    text-align: center;
}

#footer_logos {
    /*margin-top: 150px;*/
}

header {
    position: relative;
    height: 900px;
    overflow: hidden;
}

.header__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(190deg, #1f2b5d, #3d65a0);
    transform: skewY(-18deg);
    transform-origin: top left;
}

.header__bg_under {
    position: absolute;
    z-index: -2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: linear-gradient(#f55200, #ff8c00);
    transform: skewY(9deg);
    transform-origin: bottom right;
}

.prefoot {
    /*height: 1290px;*/
}

.bgg {
    height: 100%;
    background: -webkit-linear-gradient(80deg, #fff 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(90deg, #f55200 66%, #fff 66%)
}

h1 {
    margin: 0;
    font: 44px "Arial";
}

.cash_header{
    margin-top: 50px;
}

header h1 {
    font-size: 70px;
    font-weight: bold;
    color: white;
}

.qiwi_logo  {
    margin-top: 40px;
    height: 98px;
    width: 206px;
}

.mobilka  {
    margin-top: 40px;
    z-index: +1;
    height: 887px;
    width: 834px;
}

#mobilka-img {
    height: 700px;
}

.qwallet  {
    margin-top: 180px;
    height: 625px;
    width: 834px;
}

.qwallet_2  {
    margin-top: 220px;
    height: 625px;
    width: 614px;
}

.raketa  {
    height: 590px;
    /*width: 651px;*/
}

.using_mia{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.using_mia_title{
    color: #14275c;
    font-size: 360%;
    justify-content: center;
    font-weight: bold;
}

.using_mia_blocks{
    justify-content: center;
}

.using_mia_blocks div{
    justify-content: space-around;
}

.using_mia_img_wrapper{
    margin-top: 40px;
    width: 407px;
}

.connect_container{
    display: flex;
    flex-direction: column;
    /*height: 300px;*/
    width: 100%;
    background-color: #fa7000;
    margin-top: 50px;
}

#connect_title_box{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

#connect_title{
    padding: 15px 30px;
    border-bottom: 2px white solid;
    color: #14275c;
    font-size: 3em;
    font-weight: bold;
}

#connect_text_box{
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

#connect_text{
    font-size: 1.5em;
    text-align: center;
    color: white;
}

img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.button {
    background-color: #ff8c00;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.5em;
}

.pas {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-self: center;
    font-size: 100%;
    width: 240px;
    height: 240px;
    margin-bottom: 50px;
    margin-top: 50px;
    /*margin-left: 50px;*/
    border: solid #f2f2f2 1px;
    border-radius: 10px;
    box-shadow: #f2f2f2 0px 0px 8px;
}

.actions{
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-self: center;
}

#pas1 {
    width: 85px;
    height: 80px;
}
#pas2 {
    width: 66px;
    height: 80px;
}
#pas3 {
    width: 96px;
    height: 80px;
}
#pas4 {
    width: 63px;
    height: 80px;
}

#mia-text {
    color: white
}

.feature {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    align-self: center;
    margin-top: 25px;
}

.feature_text_title {
    font-size: 140%;
    color: #2d3652;
    margin-left: 20px;
}

.feature_text {
    font-size: 100%;
    color: #6c7683;
    margin-left: 20px;
}

#feature1 {
    margin-top: 20px;
    width: 76px;
    height: 80px;
}

#feature2 {
    margin-top: 20px;
    width: 100px;
    height: 97px;
}

#feature3 {
    margin-top: 20px;
    width: 84px;
    height: 102px;
}

#feature4 {
    margin-top: 20px;
    width: 76px;
    height: 85px;
}

#infinity_feature1 {
    margin-top: 20px;
    width: 89px;
    height: 90px;
    background: url("../img/qr_code.png") 0 0;
}

#infinity_feature2 {
    margin-top: 20px;
    width: 89px;
    height: 94px;
    background: url("../img/dolar.png") 0 0;
}

#infinity_feature3 {
    margin-top: 20px;
    width: 103px;
    height: 88px;
    background: url("../img/money_transfer.png") 0 0;
}

#infinity_feature4 {
    margin-top: 20px;
    width: 92px;
    height: 84px;
    background: url("../img/phone_money.png") 0 0;
}

#infinity_feature5 {
    margin-top: 20px;
    width: 94px;
    height: 88px;
    background: url("../img/api.png") 0 0;
}

.support_text_main{
    /*width: 450px;*/
    margin-left: 20px;
}

.support_text_title{
    margin-top: -42px;
    font-weight: bold;
    font-size: 160%;
    color: #f57f22;
}

.support_text{
    font-size: 100%;
    color: #6e7898;
}

.support_email-link {
    margin-top: -46px;
    /*margin-left: -100px;*/
    color: #007bff;
    font-weight: bold;
    font-size: 220%;
    text-decoration: none;
}

.consult-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 4px solid #f57f22;
    border-radius: 20px;
    padding: 20px;
    height: 120px;
    margin-top: 60px;
    position: relative;
    overflow: visible;
    flex-wrap: wrap;
}

.consult-content {
    width: 350px;
}

.image-wrapper {
    /*flex: 0 0 auto;*/
    /*transform: translateX(20%);*/
    width: 200px;
    margin-top: -45px; /* смещение влево без absolute */
}

.image-wrapper img {
    max-width: 190px;
    height: auto;
}

.footer_elements{
    padding: 3%;
    width: 40%;

}

#footer_info_border{
    border-left: 2px solid #ff7925;
}

#footer {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.footer {
    border-top: #f2f2f2 solid 1px;
    border-bottom: #f2f2f2 solid 1px;
    padding-top: 20px;
    /*margin-bottom: 150px;*/
}

#support  {
    height: 76px;
    width: 80px;
}

#bt1 {
    width: 200px;
    height: 80px;
    margin-top: 40px;
}

#bt2 {
    width: 350px;
    height: 80px;
    margin-bottom: 40px;
}

.action{
    display: flex;
    justify-content: center;
    align-self: center;
}

#action_1 {
    width: 71px;
    height: 85px;
    background: url("../img/icons_actions.png") 0 0;
}
#action_2 {
    width: 84px;
    height: 85px;
    background: url("../img/icons_actions.png") -72px 0;
}
#action_3 {
    width: 83px;
    height: 85px;
    background: url("../img/icons_actions.png") -157px 0;
}

#qwallet_logo {
    margin-top: 120px;
    max-width: 300px;
}

#QR {
    max-width: 300px;
    margin-top: 20px;
}

#moon_man {
    max-width: 300px;
}

.pas_container {
    display: flex;
    flex-direction: row;
}

.pas_image {
    width: 100px;
}

.pas_text {
width: 500px;
}

.lang_container{
    /*display: flex;*/
    margin-top: 40px;
    flex-direction: column-reverse;
    align-items: flex-end;
}

#lang_button{
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 25px;
}

#lang_button2{
    margin-top: 56px;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 10px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 25px;
}

#lang_button:hover{
    cursor: pointer;
    background-color: #7ebd7e;
}

#lang_button2:hover{
    cursor: pointer;
    background-color: #7ebd7e;
}


