@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*/
.header{
    position: fixed;
    padding: 7px;
    width: 100%;
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    
}

.header_inner{
    display: flex;
    width: auto;
    
    justify-content: space-between;
}





.logo{
    display: inline-block;
    transform: translateY(1px);
    
    
    
    color: #333;
    margin: 0px;
    margin-right: 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;
    
    vertical-align: top;
    margin: 15px 10px;
    
    color: #333;
    transition: color .2s linear;
    text-decoration: none;
}

.nav_link:hover{
    color: rgb(0, 74, 247);
}


.inner_language{
    display: block;
    margin-top: 15px;
    margin-right: 20px;
}

/*Container*/



.header_container{
    width: 100%;
    margin: 0;
    margin-top: 15px;
    
    
    background-color: white ;
}


.container{
    
    width: auto;
    max-width: 1350px;
    margin: 0;
    margin-left: 85px;
    margin-right: 85px;
    
}






/*CHANGE&LIMITS*/
.lowtable_limits{
    display: none;
}
.table_limits{
    display: table;
    max-width: 860px;
    width: 100%;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.10);
    border-radius: 10px;
}



.table_limits td:nth-child(1) span,
.table_limits td:nth-child(2) span,
.table_limits td:nth-child(4) span,
.table_limits td:nth-child(5) span{
    font-size: 15px;
    font-weight: bold;
    
}
.table_limits td:nth-child(1) span{
    margin-left: 5px;
}
.table_limits td:nth-child(1) img{
    position: relative;
    top: 8px;
}
.table_limits td:nth-child(2){
    padding-right: 45px;
}

.table_limits td:nth-child(1){
    padding-top: 15px;

}

.table_limits td:not(:first-child){
    
    text-align: right;
}

.table_limits td{
    padding: 30px 40px;
}



.table_limits th{
    padding: 30px 35px;
    
    font-size: 13px;
    color: rgba(83,80,121,.5);
}

.table_limits th:not(:first-child){
    padding-left: 42px;
}







.limits{
    box-shadow: 0px 10px 20px rgba(0,0,0,0.15);
    border-radius: 10px;
    padding-bottom: 25px;
    width: auto ;
}

.section_main{
    margin-top: 100px;
    margin-left: 100px;
    margin-right: 100px;
}

.section_main h1{
    font-size: 36px;
    
}

.inner_limitschange{
    display: flex;
    justify-content: space-between;
    height: auto;
}


.limits_head{
    display: flex;
    
    
    border-radius: 15px 15px 0% 0%;
}

.limits_head div{
    width: auto;
    height: 80px;
    padding-top: 10px;
    display: flex;
    
    padding: 20px 50px;
    
}

.limits_head p{
    font-weight: 501;
    font-size: 13px;
    color: rgba(83,80,121,.5);
    
}

.limits_body{
    display: flex;
    justify-content: space-between;
    border-radius: 0px 0px 10px 10px;

}

.limits_box{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 16px;
}

.limits_box img{
    margin-top: 15px;
}

.limits_box div{
    width: 173px;
    
    
}

.limits_box div p b{
    margin-left: 10px;
    
}

.not_main1{
   display: flex;
   justify-content: right;
   padding-right: 20px;
   font-size: 15px;
   font-weight: bold;
}

.not_main2{
    display: flex;
    justify-content: right;
    font-size: 15px;
    padding-right: 10px;
}

.not_main3{
    display: flex;
    justify-content: right;
    margin-left: 5px;
    font-size: 15px;
    font-weight: bold;
}

.not_main4{
    display: flex;
    justify-content: right;
    margin-left: 27px;
    font-size: 15px;
    font-weight: bold;
}

.money_web{
    width: 200px;
    
    border-left: 1px solid rgba(226,228,237,.5);
    
}

.money_web div{
    margin-top: 120%;
    
}

.money_web div p{
    text-align: center;
}


/*CHANGETITLE*/
    
.textBox{
    color: white;
    font-size: 100%;
    font-weight: bold;
    height: 40px;
    max-width: 75px;
    width: 100%;
    border: 0px;
    border-radius: 5px;
    
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    cursor: pointer;
    background-color: #352ac0;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]{
    font-size: 20px;
    font-weight: 700;
    color: #453dad;
}



input[type="number"]:focus {
    outline: none;
    
}


.number_container {
    max-width: 98px;
    width: 100%;
    height: 45px;
    margin-left: 2px;
    margin-top: 15px;
}

.number_container input{

    max-width: 98px;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 0;
}

:-ms-input-placeholder{
    color: white;
}

::-webkit-input-placeholder{
    color: white;
}



.change{
    max-width: 310px;
    width: 100%;
    margin-left: 7%;
}

.change_container{

    
    background-color: #352ac0;
    
    margin-bottom: 140px;
    padding: 0px 30px;
    border-radius: 10px;
    max-width: 340px;
    width: 100%;
    height: 404px;
}

.change_button_coin:hover{
    cursor: pointer;
    
}


.inner_dropdown{
    max-width: 250px;
    width: 100%;
    display: flex; 
    justify-content: center;
}

.change_button_coin{
    display: block;
    width: 32px; 
    height: 32px; 
    margin-top: 145px; 
    margin-left: 5px;
    border-radius: 40px;
    transition: 0.4s;
}

.change_button_coin:active{
    transform: rotateY(180deg);
}

.inner_buttonchange{
    display: flex; 
    justify-content: center; 
    margin: 0; 
    margin-top: 42px;
}

.change_link{
    max-width: 240px;
    width: 100%;
}

.change_button_pay{

    max-width: 240px;
    width: 100%;
    height: 60px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    border: 0px;
    color: white;
    background-color: #32bea6;
    cursor: pointer;
}

.change_button_pay.active{
    opacity: .5;
    cursor: default;
}

.dropdawn_container{
    
    
    display: block;
    padding-left: 5px;
    margin-top: 60px;
    border-radius: 10px;
    width: auto;
    height: auto;
}

.input_container{
    display: flex;
    justify-content: space-between;
    width: auto;
    height: 45px;
    border: 1px solid #495cc4;
    border-radius: 5px;
}

.input_container::before{

    position: absolute;
    margin-left: 80px;
    margin-top: 12px;
    content: '';
    width: 10px;
    height: 10px;
    z-index: 1;
    border: 2px solid white;
    border-top: 2px solid rgb(43, 47, 163);
    border-right: 2px solid rgb(43, 47, 163);
    transform: rotate(-45deg);
    transition: 0.5s;
    pointer-events: none;
}

.input_container.active::before{
    margin-top: 15px;
    transform: rotate(-225deg);
}

.Send_inner{
    position: default;
    margin-left: 8px;
    margin-top: 20px;
    
}

.Send{
    color: white;
    font-weight: 100;
}


.dropdawn_container .option{
    width: 100px;
    height: 130px;
    border: 1px solid white;
    position: absolute;
    z-index: 1;
    background-color: #352ac0;
    border: 1px solid #495cc4;
    border-radius: 5px;
    overflow: scroll;
    display: none;
    
}

.option.active::-webkit-scrollbar{
    display: none;
 }

.option.active{

    
    display: block;
}

.option_div{
    display: flex;
    
}

.dropdawn_container .option div{
    
    
    cursor: pointer;
    transition: 0.3s;
}

.change_crypto{
    
    margin: 0;
    padding-top: 1px;
    color: white;
    font-weight: 510;
    
    
}

.img_changecoin{

    cursor: pointer;
    margin-top: 11.3px;
    margin-left: 5px;
}

.img_coin{
    cursor: pointer;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 3px;
}

.dropdawn_container .option .option_div:hover{
    
    
    background-color: rgba(255,255,255,20%);
    
}


.inner_minchangecoins{
    display: none; 
    max-width: 300px;
    width: 100%; 
    font-size: 12px; 
    color: #fbff40; 
    margin: 0; 
    margin-left: 0px; 
    margin-top: 10px;
}

.inner_minchangecoins img{
    position: relative;
    margin-top: 1px; 
    margin-left: 10px;
}

/*SECURITy*/

.inner_security{
    margin-top: 75px;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
}

.second {
    
    max-width: 532px;
    width: 100%;
    max-height: 532px;
    height: 100%;
}
.second img{
    height: 100%;
    width: 100%;
}

.third{
    margin-top: 10px;
    margin-left: 100px;
    max-width: 550px;
    width: 100%;
    line-height: 25px;
}

.third p{
    font-size: 16px;
    
}

/*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: -135px;
    margin-right: 50px;
    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; 
}


/*CRYPTOPARS*/

.section_pars{
    margin-top: 5%;
}

.section_pars h1{
    margin-left: 100px;
    font-size: 28px;
}
.inner_pars{
    display: flex;
    justify-content: space-between;
    
    margin-left: 100px;
    margin-right: 100px
}

.innercryptopars{
    box-shadow: 0px 5px 15px rgba(0,0,0,0.15) ;
    border-radius: 6px;
    padding: 15px 15px;
}

.crypto_pars{
    display: flex;
}

.twoparsimg{
    position: relative;
    right: 15px;
}

.name_pars{
    padding-top: 10px;
}

.inner_price_pars{
    display: flex;
}


.procent_pars{
    padding-top: 10px;
    position: relative;
    margin-left: 50px;
    font-size: 12px;
    font-weight: bold;
}


.procent_pars::before{
    content: " ";
    position: absolute;
    left: -40%;
    top: 33%;
    width: 8px;
    height: 8px;
    
    border-left: 4px solid transparent;

    border-right: 4px solid transparent;

    border-bottom: 5px solid #32bea6;
    

}

.procent_pars.active::before{

    content: " ";
    position: absolute;
    left: -40%;
    top: 43%;
    width: 8px;
    height: 8px;
    
    border-left: 4px solid transparent;

    border-right: 4px solid transparent;

    border-bottom: 5px solid red;
    
    transform: rotateZ(180deg);
}

.price_pars{
    font-size: 20px;
    margin: 0;
    font-weight: bold;
}

.price_crypto{
    margin: 0;
    margin-top: 11px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: bold;
}


/*CRYPTOINFO*/

.section_info{
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 5%;
}

.info_first{
    display: flex;
}

.info_first img{
    margin-left: 100px;
}

.mainlist_first {
    max-width: 700px;
   
}

.info_second{
    display:  flex;
}

.info_second div{
    max-width: 700px;
    margin-left: 100px;
}

.innner_second{
    margin-top: 75px;
}

.innner_second h2{
    text-align: right;
    margin-right: 95px;
}

/*NEWSCONTENT*/

.news_container{
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 75px;
}

.news_container h1{
    font-size: 36px;
}

.news_content{
    display: flex;
    justify-content: space-between;
}

.inner_imgnews{
    max-width: 400px;
    width: 100%;
    max-height: 256px;
    height: 100%;
}

.news_maininner{
    max-width: 288px;
    width: 100%;
    height: auto;
}


.news_content div a{
    text-decoration: none;
    color: black;
}

.news_content div a:active{
    text-decoration: none;
}

.news_content div img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
}



/*FAQ*/

.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{
    
    width: 800px; 
    
    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);
    

}

}



































@media(max-width: 480px){

    .inner_ratescoins{
        display: none;
    }

    /*Container*/
    
    
    
    .header_container{
        width: 100%;
        margin: 0;
        margin-top: 15px;
        
        
        background-color: white ;
    }
    
    
    .container{
        max-width: 480px;
        width: 100%;
       
        margin: 0 auto;
        
    }


   /*HEADER*/



    .header{
        position: fixed;
        max-width: 480px;
        width: 100%;
        background-color: white;
        top: 0;
        left: 0;
        right: 0;
        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: 0;
        margin-right: 3.5vw;
        
        text-decoration: none;
    }
    
    
    .second_nav{
        display: none;
    }

    /*NAVIGATION*/
    
    .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);
    }


    .inner_language{
        display: none;
    }

    /*COURSES&CHANGE*/

    .lowtable_limits{
        display: table;
        width: 100%;
        box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
        border-radius: 8px;
    }
    .lowtable_limits td:nth-child(2){
        text-align: right;
    }
    .lowtable_limits td:nth-child(1) img{
        position: relative;
        top: 4px;
    }
    .lowtable_limits td:nth-child(1) span{
        margin-left: 10px;
        font-size: 12px;
    }
    .inner_pricecoin{
        padding-left: 20px;
    }
    .inner_pricecoin span:nth-child(1){
        font-size: 12px;
        font-weight: bold;
    }
    .inner_pricecoin span:nth-child(3){
        font-size: 12px;
        
    }
    .lowtable_limits td{
        padding: 10px 10px;
        border-bottom: 1px solid #eceef7;
    }
    
    .lowtable_limits td:nth-child(2) div div:nth-child(1){
        letter-spacing: 0.8px;
        font-weight: bold;
        
    }
    .lowtable_limits td:nth-child(2) div div:nth-child(2) span{
        font-size: 9px;
        padding-left: 5px;
        
    }
    
    .lowtable_limits td:nth-child(1) b{
        font-size: 12px;
    }
    .table_limits{
        display: none;
    }

    .inner_limitschange{
        display: block;
        height: auto;
    }

    .section_main{
        margin-top: 100px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .inner_h1change{
        text-align: center;
    }

     /*CHANGETITLE*/
    
     .textBox{
        color: white;
        font-size: 100%;
        font-weight: bold;
        height: 40px;
        max-width: 75px;
        width: 100%;
        border: 0px;
        border-radius: 5px;
        
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        cursor: pointer;
        background-color: #352ac0;
        outline: none;
    }
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    
        -webkit-appearance: none;
        margin: 0;
    }
    
    input[type="number"]{
        font-size: 20px;
        font-weight: 700;
        color: #453dad;
    }
    
    
    
    input[type="number"]:focus {
        outline: none;
        
    }
    
    
    .number_container {
        max-width: 98px;
        width: 100%;
        height: 45px;
        margin-left: 2px;
        margin-top: 15px;
    }
    
    .number_container input{
    
        max-width: 98px;
        width: 100%;
        height: 45px;
        border-radius: 5px;
        border: 0;
    }
    
    :-ms-input-placeholder{
        color: white;
    }
    
    ::-webkit-input-placeholder{
        color: white;
    }


    
    .change{
        margin-top: 100px;
        max-width: 310px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        
    }
    
    .change_container{
    
        
        background-color: #352ac0;
        
        margin-bottom: 140px;
        padding: 0px 30px;
        border-radius: 10px;
        max-width: 340px;
        width: 100%;
        height: 404px;
    }
    
    .change_button_coin:hover{
        cursor: pointer;
        
    }


    .inner_dropdown{
        max-width: 250px;
        width: 100%;
        display: flex; 
        justify-content: center;
    }

    .change_button_coin{
        display: block;
        width: 32px; 
        height: 32px; 
        margin-top: 145px; 
        margin-left: 5px;
        border-radius: 40px;
        transition: 0.4s;
    }
    
    .change_button_coin:active{
        transform: rotateY(180deg);
    }
    
    .inner_buttonchange{
        display: flex; 
        justify-content: center; 
        margin: 0; 
        margin-top: 42px;
    }

    .change_link{
        max-width: 240px;
        width: 100%;
    }

    .change_button_pay{
    
        max-width: 240px;
        width: 100%;
        height: 60px;
        font-weight: bold;
        font-size: 16px;
        border-radius: 10px;
        border: 0px;
        color: white;
        background-color: #32bea6;
        cursor: pointer;
    }
    
    .change_button_pay.active{
        opacity: .5;
        cursor: default;
    }
    
    .dropdawn_container{
        
        
        display: block;
        padding-left: 5px;
        margin-top: 60px;
        border-radius: 10px;
        width: auto;
        height: auto;
    }
    
    .input_container{
        display: flex;
        justify-content: space-between;
        width: auto;
        height: 45px;
        border: 1px solid #495cc4;
        border-radius: 5px;
    }
    
    .input_container::before{
    
        position: absolute;
        margin-left: 80px;
        margin-top: 12px;
        content: '';
        width: 10px;
        height: 10px;
        z-index: 1;
        border: 2px solid white;
        border-top: 2px solid rgb(43, 47, 163);
        border-right: 2px solid rgb(43, 47, 163);
        transform: rotate(-45deg);
        transition: 0.5s;
        pointer-events: none;
    }
    
    .input_container.active::before{
        margin-top: 15px;
        transform: rotate(-225deg);
    }
    
    .Send_inner{
        position: default;
        margin-left: 8px;
        margin-top: 20px;
        
    }
    
    .Send{
        color: white;
        font-weight: 100;
    }
    
    
    .dropdawn_container .option{
        width: 100px;
        height: 130px;
        border: 1px solid white;
        position: absolute;
        z-index: 1;
        background-color: #352ac0;
        border: 1px solid #495cc4;
        border-radius: 5px;
        overflow: scroll;
        display: none;
        
    }
    
    .option.active::-webkit-scrollbar{
        display: none;
     }
 
    .option.active{
    
        
        display: block;
    }
    
    .option_div{
        display: flex;
        
    }
    
    .dropdawn_container .option div{
        
        
        cursor: pointer;
        transition: 0.3s;
    }
    
    .change_crypto{
        
        margin: 0;
        padding-top: 1px;
        color: white;
        font-weight: 510;
        
        
    }
    
    .img_changecoin{
    
        cursor: pointer;
        margin-top: 11.3px;
        margin-left: 5px;
    }
    
    .img_coin{
        cursor: pointer;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 3px;
    }
    
    .dropdawn_container .option .option_div:hover{
        
        
        background-color: rgba(255,255,255,20%);
        
    }
    
    /*CRYPTOPARS*/

    .section_pars{
        margin-top: 0;
    }

    .section_pars h1{
        margin-left: 40px;
        font-size: 28px;
    }
    .inner_pars{
        display: block;
        justify-content: space-between;

        margin-left: 40px;
        margin-right: 40px
    }

    .innercryptopars{
        box-shadow: 0px 5px 15px rgba(0,0,0,0.15) ;
        border-radius: 6px;
        padding: 15px 15px;
    }

    .crypto_pars{
        display: flex;
        justify-content: space-between;
    }

    .twoparsimg{
        position: relative;
        right: 15px;
    }

    .name_pars{
        padding-top: 10px;
        position: relative;
        right: 10%;
    }

    .inner_price_pars{
        display: flex;
    }


    .procent_pars{
        padding-top: 10px;
        position: relative;
        margin-left: 50px;
        font-size: 12px;
        font-weight: bold;
    }


    .procent_pars::before{
        content: " ";
        position: absolute;
        left: -40%;
        top: 33%;
        width: 8px;
        height: 8px;

        border-left: 4px solid transparent;

        border-right: 4px solid transparent;

        border-bottom: 5px solid #32bea6;


    }

    .procent_pars.active::before{

        content: " ";
        position: absolute;
        left: -25%;
        top: 43%;
        width: 8px;
        height: 8px;

        border-left: 4px solid transparent;

        border-right: 4px solid transparent;

        border-bottom: 5px solid red;

        transform: rotateZ(180deg);
    }

    .price_pars{
        font-size: 20px;
        margin: 0;
        font-weight: bold;
    }

    .price_crypto{
        margin: 0;
        margin-top: 11px;
        margin-left: 5px;
        font-size: 11px;
        font-weight: bold;
    }

    /*CRYPTOINFO*/

    .section_info{
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 100px;
    }

    .info_first{
        display: block;
    }

    .info_first img{
        margin-left: 0px;
        width: 100%;
        height: 100%;
    }

    .mainlist_first {
        max-width: 700px;
        list-style-type: none;
        padding: 0;
        
    }
    .mainlist_first li{
        margin: 10px 0px;
    }
    .info_second{
        display:  flex;
        flex-direction: column;
    }
    .info_second img{
        order: 2;
    }
    .info_second div{
        order: 1;
        margin-left: 0;
        max-width: 700px;
        
    }

    

    .innner_second{
        margin-top: 75px;
    }

    

    .innner_second h2{
        text-align: left;
        margin-right: 0px;

    }

    /*NEWSCONTENT*/

    .news_container{
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 75px;
    }

    .news_container h1{
        font-size: 32px;
    }

    .news_content{
        display: block;
        
        
    }

    .inner_imgnews{
        max-width: 400px;
        width: 100%;
        max-height: 400px;
        height: 100%;
    }
    
    .news_maininner{
        margin-top: 50px;
        max-width: 400px;
        width: 100%;
        height: auto;
    }
    .news_content div a{
        text-decoration: none;
        color: black;
    }

    .news_content div a:active{
        text-decoration: none;
    }

    .news_content div img{
        border-radius: 5px;
    }

    /*FAQ*/

    .inner_faq{

        margin-left: 40px;
        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_inf{
        max-width: 350px;
        width: 100%;
    }






    .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{

        width: 800px; 

        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;
        max-width: 400px;
        width: 100%;
        padding-right: 40px;
        margin-left: 0px;
        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;
        flex-direction: column; 
        justify-content: space-between; 
        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: 50px;
        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 
    }

    .our_partners a{
        padding: 5px 0px;
    }
}



























@media(max-width: 440px){

    .logo{
        margin-left: 0px;
        margin-right: 4vw;
    }

    

    .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: 390px){


    .section_main{
        margin-left: 10px;
        margin-right: 10px;
    }
}















@media(max-width: 360px) {

    .procent_pars{
        margin-left: 10px;
    }


    .section_main{
        margin-left: 5px;
        margin-right: 5px;
    }
}






























@media(max-width: 340px) {

    .procent_pars{
        margin-left: 0;
    }
    .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%;
    }


    

    
}