@media(max-width: 2000px){
    



body{
    margin: 0;
    background: white;
    font-family: 'Montserrat', sans-serif;

    line-height: 1.6;
    font-size: 15px;
    color: #333;
}


*,
*::after,
*::before {
    box-sizing: border-box;
}




/*HEADER*/

.inner_ratescoins{
    display: flex; 
    justify-content: space-between; 
    margin-left: 50px; 
    margin-right: 50px; 
    border-bottom: 1px solid rgba(128, 128, 128, 0.293);
}

.header{
    position: fixed;

    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    
}

.header_inner{
    display: flex;
    
    
    justify-content: space-between;
}



.header_inner div a{
    text-decoration: none;
}

.header_inner div a:active{
    text-decoration: none;
}

.logo{
    display: inline-block;
    transform: translateY(1px);
    
    
    
    color: #333;
    margin: 0px 10px;
    text-decoration: none;
}

.second_nav{
    display: none;
}





/*NAVIGATION*/

.header_inner nav{
    
    font-size: 14px;
    text-transform: uppercase;
    

    
}

.nav_link{

    display: inline-block;
    transform: translateY(1px);
    font-weight: bolder;
    display: inline-block;
    vertical-align: top;
    margin: 15px 10px;
    
    color: #333;
    transition: color .2s linear;
    text-decoration: none;
}

.nav_link:hover{
    color: rgb(0, 74, 247);
}

/*Container*/



.header_container{
    width: 100%;
    margin: 0;
    margin-top: 15px;
    
    
    background-color: white ;
}


.container{
    
    width: 100%;
    max-width: 1350px;
    margin: 0;
    margin-left: 85px;
    margin-right: 85px;
    
}


/*RatesCoin*/

.container_rates{
    display: flex;
    justify-content: space-between;
    margin-left: 35px;
    
}

.rate_coin{

    width: auto; 
    height: auto; 
    display: flex;
    
    font-size: 12px; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    margin-left: 15px;
    font-weight: 500;
}

.rates_coin{
    
    
    color: white;
    font-size: 12px;
    margin: 0;
    margin-left: 5px;
    
}

.rates_coin.top{
    color: rgb(7, 198, 7);
}

.rates_coin.bottom{
    color: red;
}



/*CONTACTS*/

.section_contact{
    margin: 0px 150px;  
    margin-top: 140px;
   
}

.section_contact h1{
    font-size: 34px;
    transform: scaleY(1.1);
}

.inner_contact{
    display: flex;

}

.menu_contact{
    margin-left: 90px;
}

.menu_contact h3{
    font-weight: normal;
    font-size: 1.20em;
    
}

.inner_email{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.inner_email div{
    max-width: 372px;
    width: 100%;
}

.inner_email input{
    max-width: 372px;
    width: 100%;
    padding: 25px 30px;
    font-size: 22px;
    border-radius: 4px;
    border: 1px solid #e7e9f2;
}

.inner_email input::placeholder{
    user-select: none;
    color: #d4d6e0;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.inner_email input:focus{
    outline: none;
}

.input_text{
    margin-top: 18px;
    max-width: 764px;
    width: 100%;
    height: 170px;
    padding: 25px 30px;
    font-size: 22px;
    border-radius: 4px;
    border: 1px solid #e7e9f2;
    resize: none;
}

.input_text::placeholder{
    user-select: none;
    color: #d4d6e0;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    
}

.input_text:focus{
    outline: none;
}

.send_message{
    margin-top: 20px;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 4px;
    border: 0px;
    color: white;
    background-color: #32bea6;
    cursor: pointer;
}

.send_message.active{
    opacity: .5;
    cursor: default;
}

.nocorrect_email{
    display: none;
    color: red;
    font-weight: bold;
}

/*FAQ*/

.faqh1{
    font-size: 32px; 
    font-weight: bold; 
    margin-left: 150px;
}

.section_webdown{
    margin-top: 100px;
    margin: 0px 40px;
}

.inner_faq{
    
    margin-left: 170px;
    height: 250px;
}

.faq_button{
    position: absolute;
}

.faq_button div{
    margin-top: 22px;
    max-width: 190px;
    width: 190px;
    
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.2s;
}

.faqButton1:hover{
    cursor: pointer;
    color: #938fbe;
}

.faqButton2:hover{
    cursor: pointer;
    color: #938fbe;
}

.faqButton3:hover{
    cursor: pointer;
    color: #938fbe;
}

.faqButton1.active{
    color: #32bea6;
}

.faqButton2.active{
    color: #32bea6;
}
.faqButton3.active{
    color: #32bea6;
}

.faqButton1.active::before{
    content: "";
    position: absolute;
    left: -10%;
    width: 10px;
    height: 30px;
    border-left: 4px solid #32bea6;
}

.faqButton2.active::before{
    content: "";
    position: absolute;
    left: -10%;
    width: 10px;
    height: 30px;
    border-left: 4px solid #32bea6;
}

.faqButton3.active::before{
    content: "";
    position: absolute;
    left: -10%;
    width: 10px;
    height: 30px;
    border-left: 4px solid #32bea6;
}

.inner_inf li{
    list-style-type: decimal;
}







.inner_que{
    height: auto;
    border-bottom: 2px solid rgba(128, 128, 128, 0.2);
}

.inner_que:hover{
    cursor: pointer;
}
.faq_que{
    display: flex;
    justify-content: space-between;
}

.inner_inf{
    
    max-width: 800px; 
    width: 100%;
    color: rgba(0, 0, 0, 0);
    transition: font-size 0.3s, color 0.4s, height 0.2s, border-color 1s, transform 0.5s;
    font-size: 0px;
}

.inner_inf.down{
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    height: auto;
    
}

.faq_container{
    width: auto;
    
    margin-left: 320px;
    margin-right: 170px;
    
    
}

.inner_que .faq_que h1{
    font-size: 24px;
    font-weight: normal;
}

.inner_que .faq_que p::before{
    
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;

    border-right: 4px solid #333;
    border-bottom: 4px solid #333;  
    transform: rotateZ(45deg);  
    transition: transform 0.4s, margin-top 0.4s;
    
}
 
.inner_que .faq_que p{
    margin: 0;
    margin-right: 30px;
    margin-top: 5px;
}

.inner_que.down .faq_que p::before{
    margin-top: 8px;
    transform: rotateZ(-135deg);
    

}




/*WEBDOWN*/
.our_partners{
    display: flex; 
    justify-content: space-between; 
    border-bottom: 2px solid rgba(128, 128, 128, 0.2);

}
.inner_webdown{
    display: flex; 
    justify-content: space-between;
}
.web_down{
    margin-left: -175px;
    margin-right: 0px;
    margin-top: 100px;
}

.web_down a{
    text-decoration: none;
}

.web_down a:active{
    color: #333;
}

.change_ul{
    padding: 0;
    list-style-type: none;
    
    
    line-height: 32px;
}

.change_ul li a{
    text-decoration: none;
}

.wedown_other{
    display: flex; 
    justify-content: space-between;
    margin-top: 20px;
}

.webdown_email{
    margin-top: 0; 
}

}










































@media(max-width: 480px){

    /*Container*/
    
    
    
    .header_container{
        width: 100%;
        margin: 0;
        margin-top: 15px;
        
        
        background-color: white ;
    }
    
    
    .container{
        max-width: 480px;
        width: 100%;
       
        margin: 0;
        
        
    }









    /*HEADER*/

    

    .header{
        position: fixed;
        max-width: 480px;
        width: 100%;
        background-color: white;
        top: 0;
        left: 0;
        right: 0;
        padding: 7px;
        z-index: 1000;
    }
    
    .header_inner{
        max-width: 480px;
        width: 100%;
        display: flex;
        
        
        justify-content: space-between;
    }
    
    
    
    .header_inner div a{
        text-decoration: none;
    }
    
    .header_inner div a:active{
        text-decoration: none;
    }
    
    .logo{
        display: inline-block;
        transform: translateY(1px);
        
        
        
        color: #333;
        margin: 0px;
        
        margin-right: 3.5vw;
        text-decoration: none;
    }
    
    
    .second_nav{
        display: none;
    }

    /*NAVIGATION*/
    
    .inner_ratescoins{
        display: none;
    }

    .header_inner nav{
        
        font-size: 12px;
        text-transform: uppercase;
        
    
        
    }
    
    .nav_link{
    
        display: inline-block;
        transform: translateY(1px);
        font-weight: bolder;
        
        vertical-align: top;
        margin: 2.8vh 1vw;
        
        color: #333;
        transition: color .2s linear;
        text-decoration: none;
    }
    
    .nav_link:hover{
        color: rgb(0, 74, 247);
    }

    /*CONTACTS*/

.section_contact{
    margin: 0px 40px;  
    margin-top: 140px;
   
}

.section_contact h1{
    font-size: 30px;
    transform: scaleY(1.1);
}

.inner_contact{
    display: block;

}

.inner_contact h2{
    font-size: 15px;
    font-weight: bold;
}

.menu_contact{
    margin-left: 0px;
}

.menu_contact h3{
    font-weight: normal;
    font-size: 1.20em;
    
}

.inner_email{
    display: block;
    justify-content: space-between;
    width: 100%;
}

.inner_email div{
    max-width: 372px;
    width: 100%;
    margin: 20px 0px;
}

.inner_email input{
    max-width: 372px;
    width: 100%;
    padding: 25px 30px;
    font-size: 22px;
    border-radius: 4px;
    border: 1px solid #e7e9f2;
}

.inner_email input::placeholder{
    user-select: none;
    color: #d4d6e0;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.inner_email input:focus{
    outline: none;
}

.input_text{
    margin-top: 18px;
    max-width: 764px;
    width: 100%;
    height: 170px;
    padding: 25px 30px;
    font-size: 22px;
    border-radius: 4px;
    border: 1px solid #e7e9f2;
    resize: none;
}

.input_text::placeholder{
    user-select: none;
    color: #d4d6e0;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    
}

.input_text:focus{
    outline: none;
}

.send_message{
    margin-top: 20px;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 4px;
    border: 0px;
    color: white;
    background-color: #32bea6;
    cursor: pointer;
}

.send_message.active{
    opacity: .5;
    cursor: default;
}

.nocorrect_email{
    display: none;
    color: red;
    font-weight: bold;
}

    /*FAQ*/

    .faqh1{
        font-size: 32px; 
        font-weight: bold; 
        margin-left: 150px;
    }

.section_webdown{
    margin-top: 100px;
}

.inner_faq{
    
    margin-left: 0px;
    height: 250px;
}

.faq_button{
    position: relative;
}

.faq_button div{
    margin-top: 22px;
    max-width: 190px;
    width: 190px;
    
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.2s;
}

.faqButton1:hover{
    cursor: pointer;
    color: #938fbe;
}

.faqButton2:hover{
    cursor: pointer;
    color: #938fbe;
}

.faqButton3:hover{
    cursor: pointer;
    color: #938fbe;
}

.faqButton1.active{
    color: #32bea6;
}

.faqButton2.active{
    color: #32bea6;
}
.faqButton3.active{
    color: #32bea6;
}

.faqButton1.active::before{
    content: "";
    position: absolute;
    left: -10%;
    width: 10px;
    height: 30px;
    border-left: 4px solid #32bea6;
}

.faqButton2.active::before{
    content: "";
    position: absolute;
    left: -10%;
    width: 10px;
    height: 30px;
    border-left: 4px solid #32bea6;
}

.faqButton3.active::before{
    content: "";
    position: absolute;
    left: -10%;
    width: 10px;
    height: 30px;
    border-left: 4px solid #32bea6;
}

.inner_inf li{
    list-style-type: decimal;
}







.inner_que{
    max-width: 480px;
    width: 100%;
    height: auto;
    border-bottom: 2px solid rgba(128, 128, 128, 0.2);
}

.inner_que:hover{
    cursor: pointer;
}
.faq_que{
    display: flex;
    justify-content: space-between;
    max-width: 480px;
    width: 100%;
}

.inner_inf{
    
    
    
    color: rgba(0, 0, 0, 0);
    transition: font-size 0.3s, color 0.4s, height 0.2s, border-color 1s, transform 0.5s;
    font-size: 0px;
}

.inner_inf.down{
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    height: auto;
    
}

.faq_container{
    width: auto;
    
    margin-left: 0px;
    
    margin-right: 0px;
    
    
}

.inner_que .faq_que h1{
    font-size: 24px;
    font-weight: normal;
}

.inner_que .faq_que p::before{
    
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;

    border-right: 4px solid #333;
    border-bottom: 4px solid #333;  
    transform: rotateZ(45deg);  
    transition: transform 0.4s, margin-top 0.4s;
    
}
 
.inner_que .faq_que p{
    margin: 0;
    margin-right: 30px;
    margin-top: 5px;
}

.inner_que.down .faq_que p::before{
    margin-top: 8px;
    transform: rotateZ(-135deg);
    

}




/*WEBDOWN*/

.our_partners{
    display: inline-block;
    width: 300px;
     
    justify-content: left;
    border-bottom: 2px solid rgba(128, 128, 128, 0.2);
}

.inner_webdown{
    display: block; 
    justify-content: space-between;
}
.web_down{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
}

.web_down a{
    text-decoration: none;
}

.web_down a:active{
    color: #333;
}

.change_ul{
    padding: 0;
    list-style-type: none;
    
    
    line-height: 32px;
}

.change_ul li a{
    text-decoration: none;
}

.firstpartner{
    position: relative;
    left: -15px;
}

.wedown_other{
    display: block; 
    justify-content: space-between;
    margin-top: 20px;
}

.webdown_email{
    margin-top: 10px 
}

}



















@media(max-width: 440px){

    .logo{
        margin-left: 0px;
        
    }

    

    .header_inner{
        max-width: 480px;
        width: 100%;
        display: flex;
        justify-content: center;
        
          
    }

    

    


    .second_nav{
        display: flex;
        max-width: 480px;
        width: auto;
    }

    


    .navigation{
        
        position: relative; 
        font-size: 14px;
        margin-top: 17px;
        padding-right: 25px;
        cursor: pointer;
    }


    .navigation:hover{
        color: rgb(0, 74, 247);
    }

    .inner_listnavigation{
        display: none;
    }


    .inner_listnavigation.active{
        display: block;
        position: absolute;
        
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background-color: white;
        border-radius: 0px 0px 8px 8px;
        padding-left: 10px;
        padding-right: 8px;
    }

    .link_navigation{
        font-size: 14px;
        font-weight: bold;
        color: black;
        
    }

    .link_navigation:hover{
        color: rgb(0, 74, 247);
    }

    .navigation::after{
        
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        margin-left: 8px;
        margin-top: 1px;
        border-right: 3px solid #333;
        border-bottom: 3px solid #333;  
        transform: rotateZ(45deg);  
        transition: transform 0.4s, margin-top 0.4s;
        
    }

    .navigation.active::after{
        
        transform: rotateZ(-135deg);
        margin-top: 6%;
    }
    



    .main_nav{
        display: none;
    }
}


























@media(max-width: 340px) {

    .inner_contact h2{
        font-size: 13px;
        font-weight: bold;
    }
    .navigation{
        
        position: relative; 
        font-size: 11px;
        margin-top: 20px;
        padding-right: 20px;
        cursor: pointer;
    }

    .navigation::after{
        
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        margin-left: 8px;
        margin-top: 3px;
        border-right: 3px solid #333;
        border-bottom: 3px solid #333;  
        transform: rotateZ(45deg);  
        transition: transform 0.4s, margin-top 0.4s;
        
    }   
    

    .inner_listnavigation{
        display: none;
    }


    .inner_listnavigation.active{
        display: block;
        position: absolute;
        
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        background-color: white;
        border-radius: 0px 0px 8px 8px;
        padding-left: 8px;
        padding-right: 6px;
    }

    .link_navigation{
        font-size: 11px;
        font-weight: bold;
        color: black;
        
    }



    .navigation.active::after{
        
        transform: rotateZ(-135deg);
        margin-top: 6%;
    }


    

    
}