:root {
    --color-1: #0062FF;
    --color-2: #A251FF;
    --color-3: #363E5E;
    --btn-height:50px;
    --btn-height-m:50px;
    --btn-blue-color: #0060FF;
    --font-size: 16px;
}
body,html{margin: 0; padding: 0; width: 100%; position: relative;}
body.mia-root{margin: 0; padding: 0; font-family: "Roboto Flex", sans-serif; color: #464646;}
.none{display: none!important;}
.hidden{visibility: hidden!important;}
.error-input{border: 1px solid red!important;}
.mia-root * {box-sizing: border-box; font-family: "Roboto Flex", sans-serif;
    -webkit-font-smoothing: antialiased; /* для Safari и Chrome */
    -moz-osx-font-smoothing: grayscale; /* для Firefox на macOS */
    font-smoothing: antialiased;
}
/*
Header
*/
.mia-root #page{
    padding-top: 85px;
}
.mia-root{
    width: 100%;
}
.mia-root .v-2-icon-close-menu{
    display: none;
    width: 25px;
    height: 25px;
}
.mia-root .v-2-header{
    z-index: 9;
    /*background: red;*/
    width: 100%;
    position: fixed;
    background: #FFFFFF;
    top: 0;
    box-shadow: 0px 0px 10px rgba(175, 175, 175, 0.5);
}
.mia-root .area-menu-pc{
    width: 100%;
    height: 85px;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    background: #FFFFFF;
    display: grid;
    gap: 20px;
    grid-template-columns: 90px 1fr 230px;
    justify-content: space-between;
    align-items: center;
}
.mia-root .v-2-menu-center{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}
.mia-root .v-2-menu-right{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.mia-root .v2-link-flex{
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #464646;
    text-decoration: none;
}
.mia-root .v-2-btn-in-head{
    background: #13B8EE;
    text-decoration: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 130px;
    height: 40px;
}
.mia-root .v-2-btn-in-head img{
    width: 13px;
    display: flex;
}
.mia-root .v-2-btn-in-head span{
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
}
.mia-root .circle-lang-no-fixed{
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.mia-root .v-2-lang-border{
    border: 1px solid #464646;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    gap: 5px;
    border-radius: 20px;
}
.mia-root .circle-lang-cur{
    padding: 22px 0;
    font-weight: 500;
}
.mia-root .circle-lang-no-fixed:hover .circle-lang-content{
    top: 65px;
    left: 0;
}
.mia-root .mark-menu{position: relative}
.mia-root .mark-menu span{
    display: none;
}
.mia-root .mark-menu.active span{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #13B8EE;
    bottom: -8px;
}
.mia-root .circle-lang-no-fixed:hover .circle-lang-content.lang{
    /*top: 60px;*/
}
.mia-root .v-2-sub-menu-arrow img{
    width: 24px;
}
.mia-root .v-2-sub-menu-arrow img.sub-img-logo{
    width: 98px;
}

.mia-root .v-2-sub-menu-arrow{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}
.mia-root .v-2-sub-menu-arrow:last-child{
    border-bottom: none;
}
.mia-root .circle-lang-content {
    border-radius: 10px;
    overflow: hidden;
}
.mia-root .circle-lang-content a{
    font-size: 18px;
    color: #464646;
    font-weight: 400;
}
.mia-root .circle-lang-content a:hover{
    color: #FFFFFF;
}
.mia-root .no-cur-lang.blue-menu:hover{
    color: #FFFFFF;
}
.v-2-area-menu-mobile{
    display: none;
}
.v-2-only-mob-menu-line{
    display: none;
}
.mia-root .circle-lang-content a img{
    width: 16px;
}
.mia-root .circle-lang-content a.blue-menu{
    color: #13B8EE;
    font-weight: 600;
}
.mia-root .element-page-100vh{
    margin-top: -85px;
    z-index: 1;
}
.mia-root .elementor-widget-text-editor p{
    font-size: 20px;
    line-height: 30px;
    color: #464646;
    font-weight: 400;
}
.HYPE_element .referral-ban2-translate .v-2-link-in-banner-partner{
    text-decoration: none;
    color: #75DDFF;
    font-weight: 700;
}
.HYPE_element .referral-ban3-translate .v-2-link-in-banner-referral{
    text-decoration: none;
    color: #99F7D4;
    font-weight: 700;
}
@media (max-width: 950px) {
    .none-menu{display: none!important;}
    .mia-root #page{
        padding-top: 63px;
    }
    .mia-root .v-2-area-menu-mobile{
        display: flex;
        padding: 5px 15px;
        justify-content: space-between;
        align-items: center;
    }
    .mia-root .area-menu-pc.hide-menu {
        display: none;
    }
    .mia-root .area-menu-pc{
        padding: 10px 15px 70px 15px;
        width: 100%;
        max-width: 260px;
        overflow: auto;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        background: #FFFFFF;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        gap: 15px;
        justify-content: start;
        align-content: start;
        align-items: start;
        color: #FFFFFF;
    }
    .mia-root .v-2-menu-center{
        flex-direction: column;
        align-items: start;
        gap: 15px;
        margin-bottom: 20px;
    }
    .mia-root .circle-lang-no-fixed{
        width: 100%;
        justify-content: start;
        flex-direction: column;
    }
    .area-menu-pc .logo{
        display: none;
    }
    .mia-root .circle-lang-no-fixed.v-2-lang-pc{
        display: none;
    }
    .mia-root .v-2-icon-close-menu {
        display: block;
        width: 25px;
        height: 25px;
        margin-left: auto;
    }
    .mia-root .mobile-lang {
        display: flex;
        gap: 10px;
    }
    .mia-root .v-2-menu-right{
        gap: 30px;
        flex-direction: column;
        align-items: start;
    }
    .mia-root .v2-link-flex{
        width: 100%;
        justify-content: start;
    }
    .mia-root .mark-menu.active span{
        display: none;
    }
    .mia-root .circle-lang-cur{
        font-size: 18px!important;
        color: #464646;
        width: 100%;
        border-bottom: none;
        padding: 0;
        /*padding-bottom: 15px;*/
        justify-content: space-between;
    }
    .mia-root .circle-lang-content {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        position: relative;
        box-shadow: none;
        margin-bottom: 0;
    }
    .mia-root .circle-lang-no-fixed:hover .circle-lang-content{
        top: 0;
    }
    .mia-root .circle-lang-content a{
        font-size: 16px;
        font-weight: 400;
    }
    .mia-root .circle-lang-content a img:not(.sub-img-logo){
        display: none;
    }
    .mia-root .v-2-only-mob-menu-line{
        display: block;
        background: #D8D8D8;
        height: 1px;
        width: 100%;
    }
    .mia-root .m2-active-l{
        background: #13B8EE;
        border: 1px solid #13B8EE;
        color: #FFFFFF;
    }
    .mia-root .social-in-mob-sidebar{
        gap: 5px;
        position: fixed;
        background: #FFFFFF;
        bottom:10px;
    }
    .mia-root .element-page-100vh{
        margin-top: -63px;
        max-height: 92vh;
    }
    .mia-root .v-2-sub-menu-arrow{
        border-bottom: none;
    }
}
/* title and text*/

.mia-root h1,.mia-root h2,.mia-root h3,.mia-root h4,.mia-root h5{
    color: #464646;
    text-align: center;
    text-transform: uppercase;
}
.mia-root h1{
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}
.mia-root h2{
    font-size: 33px;
    line-height: 45px;
    font-weight: 600;
}
.mia-root h3, .mia-root h4, .mia-root h5{
    font-size: 31px;
    line-height: 43px;
    font-weight: 600;
}
.mia-root .elementor-heading-title{
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
}
@media (max-width: 900px) {
    .mia-root h1{
        font-size: 23px;
        line-height: 28px;
        font-weight: 600;
    }
    .mia-root h2{
        font-size: 20px;
        line-height: 25px;
        font-weight: 600;
    }
    .mia-root h3, .mia-root h4, .mia-root h5{
        font-size: 20px;
        line-height: 25px;
        font-weight: 600;
    }
    .mia-root .elementor-heading-title{
        width: 100%;
        max-width: 1330px;
        padding: 0 15px;
    }
}


/*banners*/
.mia-root .t-m-25 .elementor-heading-title{
    margin: 25px auto;
}
.mia-root .t-m-25-50 .elementor-heading-title{
    margin: 25px auto 50px auto;
}
.mia-root .t-m-50-20 .elementor-heading-title{
    margin: 50px auto 50px auto;
}

.mia-root .t-m-50-50 .elementor-heading-title{
    margin: 50px auto 50px auto;
}
@media (max-width: 900px) {
    .mia-root .t-m-25 .elementor-heading-title{
        margin: 20px auto;
    }
    .mia-root .t-m-25-50 .elementor-heading-title{
        margin: 20px auto 30px auto;
    }
    .mia-root .t-m-50-50 .elementor-heading-title{
        margin: 30px auto;
    }
    .mia-root .t-m-50-20 .elementor-heading-title{
        margin: 30px auto;
    }
}
@media (min-width: 900px) {
    .mia-root .t-m-50-20 .elementor-heading-title{
        margin: 50px auto 20px auto;
    }
}
/*What a referral partner gets*/
.mia-root .what-partner-gets{
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.mia-root .what-one-partner-get{
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #D2D2D2;
}
.mia-root .what-one-partner-get-head{
    display: grid;
    align-items: center;
    grid-template-columns: 75px 1fr;
    gap: 20px;
    margin-bottom: 25px;
}
.mia-root .what-one-partner-get-img{
    width: 100%;
}
.mia-root .what-one-partner-get-t{
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    line-height: 30px;
    color: #464646;
}
.mia-root .what-one-partner-get-text{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    color: #464646;
}

@media (max-width: 1110px) {
    .mia-root .what-partner-gets {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 900px) {
    .mia-root .what-one-partner-get-t{
        font-size: 20px;
        line-height: 23px;
    }
    .mia-root .what-one-partner-get-text{
        font-size: 18px;
        line-height: 23px;
    }
    .mia-root .what-one-partner-get-head{
        margin-bottom: 20px;
        grid-template-columns: 50px 1fr;
    }
    .mia-root .what-one-partner-get{
        border-radius: 10px;
        padding: 15px;
    }
    .mia-root .what-partner-gets{
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .mia-root .what-partner-gets{
        grid-template-columns: 1fr;
    }
}


/*how-work-referral-program*/

.mia-root .how-work-referral-program{
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.mia-root .how-work-referral-item{
    border-radius: 15px;
    border: 1px solid #13B8EE;
    padding: 20px;
}
.mia-root .how-work-referral-item.only-referral{
    border-color: #68E3B5;
}
.how-work-referral-title{
    margin: 0 0 25px 0;
    width: 100%;
    padding: 5px 20px;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 23px;
    background-image: linear-gradient(-44deg, rgba(43, 221, 248, 1) 0%, rgba(19, 184, 238, 1) 100%);
}
.mia-root .only-referral .how-work-referral-title{
    background-image: linear-gradient(135deg, rgba(103, 223, 178, 1) 0%, rgba(113, 255, 202, 1) 100%);
}
.mia-root .how-work-referral-list{
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
}
.mia-root .how-work-referral-one{
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 23px;
    border: 1px solid #9AE6FF;
    padding: 9px 10px;
}
.mia-root .only-referral .how-work-referral-one{
    border: 1px solid #92FFD7;
}
.mia-root .how-work-referral-icon{
    width: 25px;
    height: 25px;
}
.mia-root .how-work-referral-desc{
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}
.mia-root .how-work-referral-desc b{
    font-weight: 600;
    color: #13B8EE;
}
.mia-root .only-referral .how-work-referral-desc b{
    color: #67DFB2;
}
@media (max-width: 1110px) {
    .mia-root .how-work-referral-program{
        gap: 25px;
    }
}
@media (max-width: 900px) {
    .mia-root .how-work-referral-title{
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 15px 0;
    }
    .mia-root .how-work-referral-desc{
        font-size: 18px;
        line-height: 23px;
    }
    .mia-root .how-work-referral-item{
        padding: 15px;
        border-radius: 10px;
    }
    .mia-root .how-work-referral-list{
        gap: 15px;
    }
    .mia-root .how-work-referral-program{
        gap: 15px;
    }
    .mia-root .how-work-referral-one{
        border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .mia-root .how-work-referral-program{
        grid-template-columns: 1fr;
    }
}

/*  referral-service-container  */

.mia-root .referral-service-container{
    width: 100%;
    max-width: 1330px;
    padding: 0 15px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.mia-root .referral-service-one{
    border: 1px solid #D2D2D2;
    padding: 20px;
    border-radius: 15px;
}
.mia-root .referral-service-one-title{
    font-size: 23px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 28px;
}
.mia-root .referral-service-rate{
    height: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #13B8EE;
    border-radius: 10px;
    z-index: 1;
}
.mia-root .referral-service-rate span{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    padding: 3px 5px;
    text-transform: uppercase;
}
.mia-root .referral-service-rate span.referral-discount-green{
    border-radius: 10px;
    background: #69E6B7;
    border: 3px solid #FFFFFF;
    z-index: 2;
}
@media (max-width: 1115px) {
    .mia-root .referral-service-container{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 900px) {
    .mia-root .referral-service-one{
        padding: 15px;
        border-radius: 10px;
    }
    .mia-root .referral-service-one-title{
        font-size: 20px;
        line-height: 23px;
    }
    .mia-root .referral-service-rate span{
        font-size: 18px;
    }
    .mia-root .referral-service-container{
        gap: 15px;
    }
}

@media (max-width: 660px) {
    .mia-root .referral-service-container {
        grid-template-columns: 1fr;
    }
}

/*  referral-faq*/
.mia-root .referral-faq-container{
    width: 100%;
    max-width: 1330px;
    margin: 0 auto 50px auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 100%;
}
.mia-root .referral-faq-one{
    border-bottom: 1px solid #D8D8D8;
}
.mia-root .referral-faq-header{
    padding: 25px 0;
    display: grid;
    grid-template-columns: 1fr 25px;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    font-size: 25px;
    line-height: 30px;
}
.mia-root .referral-faq-one:first-child{
    border-top: 1px solid #D8D8D8;
}
.mia-root .referral-faq-title{
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}
.mia-root .referral-faq-header *{pointer-events: none}
.mia-root .referral-faq-body{display: none}
.mia-root .referral-faq-body.r-faq-active{display: block}
.mia-root .referral-faq-body.r-faq-active p{
    margin-bottom: 25px;
}
.mia-root .referral-faq-body p{
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}
.mia-root .arrow-faq-active{
    transition: transform 0.3s ease;
}
.mia-root .referral-faq-arrow.arr-faq-active{
    transform: rotate(180deg);
}
@media (max-width: 900px) {
    .mia-root .referral-faq-title{
        font-size: 18px;
        line-height: 23px;
        font-weight: 600;
    }
    .mia-root .referral-faq-body p{
        font-size: 16px;
        line-height: 21px;
        margin: 0 0 15px 0;
    }
    .mia-root .referral-faq-container{
        margin: 0 auto 30px auto;
    }
}


.mia-root .footer-background-blue{
    background: #13B8EE;
    min-height: 535px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mia-root .contact-container{
    max-width: 1070px;
    margin: 0;
}
.mia-root .contact-title-form{
    color: #FFFFFF;
}
.mia-root .contact-title-sub{
    color: #FFFFFF;
}
.mia-root .btn-contact{
    width: 200px;
    font-weight: 500;
    max-width: 200px;
    height: 45px;
    background: #FFFFFF;
    color: #13B8EE;
    border-radius: 23px;
}
.mia-root .contact-form{
    gap: 15px;
}
.mia-root .text-area-contact{
    padding: 10px 20px;
    height: 100px;
    border-radius: 20px;
}
.mia-root .contact-inp{
    background: #13B8EE;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    height: 45px;
    border-radius: 23px;
    padding: 10px 20px;
}

.mia-root .text-area-contact{
    background: #13B8EE;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}
.mia-root .contact-inp::placeholder,
.mia-root .text-area-contact::placeholder {
    color: #FFFFFF;
    opacity:1;
    font-size: 16px;
    font-weight: 400;
}
.mia-root .contact-inp::-webkit-input-placeholder,
.mia-root .text-area-contact::-webkit-input-placeholder {
    color: #FFFFFF;
}

.mia-root .contact-inp:-moz-placeholder,
.mia-root .text-area-contact:-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.mia-root .contact-inp::-moz-placeholder,
.mia-root .text-area-contact::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
}

.mia-root .contact-inp:-ms-input-placeholder,
.mia-root .text-area-contact:-ms-input-placeholder {
    color: #FFFFFF;
}

/*  footer */

.mia-root .main-footer{
    background: #464646;
}
.mia-root .footer{
    max-width: 1330px;
    padding: 0 15px;
}

.mia-root .line-footer-1 {
    grid-template-columns: repeat(4, 1fr);
    margin: 0 auto 50px auto;
}
.mia-root .v-2-logo-footer{
    width: 100%;
    max-width: 200px;
    margin: 0 0 30px 0;
}
.mia-root .line-footer-item{
    gap: 20px;
}
.mia-root .line-footer-item a{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.mia-root .l-footer-title{
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}
.mia-root .l-footer-infolinia{
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}
.mia-root .l-footer-text{
    font-size: 16px;
    line-height: 19px;
}
.mia-root .l-footer-text span{
    margin-top: 10px;
    display: block;
}
.mia-root .v-2-f-link{
    font-size: 16px;
    line-height: 19px;
}
.mia-root .v-2-last-mt-20{
    margin: 20px 0 0 0;
}
.mia-root .v-2-standard-lh{
    margin: 0 0 10px 0;
    display: block;
}
.mia-root .v-2-f-mt-20{
    margin: 20px 0 0 0;
}
.mia-root .v-2-payment-icons{

}
.mia-root .v-2-footer-separator{
    width: 100%;
    background: #646464;
    height: 1px;
    margin-bottom: 50px;
}
.mia-root .v-2-footer-line-last{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.mia-root .v-2-payment-icons{
    display: flex;
    gap: 20px;
    align-items: center;
}
.mia-root .v-2-social-icons{
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
}
.mia-root .v-2-payment-icons img{
    width: 76px;
    height: auto;
}
.v-2-f-logo-mobile{
    display: none;
}
.mia-root .contact-container{
    gap: 40px;
}
.mia-root .v-2-mb-20-last{
    margin-bottom: 20px;
}

@media (max-width: 950px) {
    .mia-root .line-footer-1{
        grid-template-columns: 1fr;
        margin: 0 0 30px 0;
        gap: 30px;
    }
    .mia-root .line-footer-item:nth-child(1) { order: 4; }
    .mia-root .line-footer-item:nth-child(2) { order: 1; }
    .mia-root .line-footer-item:nth-child(3) { order: 2; }
    .mia-root .line-footer-item:nth-child(4) { order: 3; }
    .mia-root .l-footer-title, .mia-root .v-2-f-mt-20{
        margin: 0;
        line-height: 21px;
    }
    .mia-root .l-footer-infolinia{
        margin: 0;
    }
    .v-2-f-logo-pc{
        display: none;
    }
    .v-2-f-logo-mobile{
        display: block;
    }
    .v-2-f-logo-mobile .v-2-logo-footer{
        display: block;
        width: 120px;
        margin: 0 auto 30px auto;
    }
    .mia-root .v-2-footer-line-last{
        grid-template-columns: 1fr;
        justify-content: center;
    }
    .mia-root .v-2-payment-icons{
        justify-content: center;
    }
    .mia-root .v-2-social-icons{
        justify-content: center;
    }
    .mia-root .v-2-footer-separator{
        display: none;
    }
    .mia-root .v-2-payment-icons img{
        width: 56px;
        height: auto;
    }
    .mia-root .line-footer-item a{
        line-height: 21px;
    }

}
@media (max-width: 930px) {
    .mia-root .contact-container{
        padding: 25px 15px;
    }
}
.mia-root {}
.mia-root {}
