@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;
    }
    
    
    
    /*CHANGE&LIMITS*/
    
    .section_main{
        margin-top: 160px;
        margin-left: 100px;
        margin-right: 100px;
    }
    
    .section_main h1{
        font-size: 36px;
        
    }
    
    .inner_limitschange{
        display: flex;
        
        height: auto;
    }
    
    
    .table_limits{
        border-spacing: 0;
        border-radius: 10px;
        border-collapse: collapse;
        box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    }
    
    
    .table_limits th{
        color: #a9a7bc;
        font-weight: normal;
        padding: 20px 30px;
        
        
    }
    
    .table_limits th:nth-child(1){
        padding-left: 40px;
        text-align: left;
    }
    
    
    
    .table_limits td:nth-child(1){
       padding: 10px 0px;
       padding-left: 40px;
       text-align: left;
    }
    
    
    
    .table_limits tr:nth-child(1){
        background-color: #eceef7;
        
    }

    
    .table_limits td[rowspan] {
        display: table-cell;
        text-align: center; /* Горизонтальное центрирование текста */
        vertical-align: middle; /* Вертикальное центрирование текста */
        
    }
    
    .table_limits td[rowspan] h2{
        color: #32bea6;
    }
    
    .table_limits td[rowspan] p{
        color: #a9a7bc;
    }
    
    .table_limits td:nth-child(1) span{
        position: relative;
    
        bottom: 7px;
        font-weight: bold;
        margin-left: 8px;
        
    }
    
    .table_limits td:nth-child(2) span,
    .table_limits td:nth-child(3) span{
        
    
        font-size: 18px;
        
    }
    
    
    .table_limits td{
        text-align: center;
    }
    
    .table_limits td:nth-child(3){
        border-right: 0.5px solid rgb(213, 213, 213);
    }
    
    .th_comsa{
        display: table-cell;
        border-radius: 0px 10px 0px 0px;
    }
    

    .chaincall{
        display: flex;
        position: default;
        bottom: 0;
    }

    .rowprocent {

        display: none;
    }

    
    .not_main1{
       display: flex;
       justify-content: center;
    
    }
    
    .not_main2{
        display: flex;
        justify-content: center;
        
    }
    
    .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: 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%);
        
    }
    
    .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: 50px;
        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; 
    }


}




































@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: 0px 10px;
        margin-right: 4vw;
        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);
    }



    /*CHANGE&LIMITS*/
    
    .section_main{
        margin-top: 100px;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .section_main h1{
        font-size: 28px;
        margin-left: 0px;
    }

    .chaincall p{
        text-align: center;
    }
    
    .inner_limitschange{
        display: block;
        
        height: auto;
    }
    
    
    .table_limits{
        border-spacing: 0;
        border-radius: 10px;
        
        box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    }
    
    
    .table_limits th{
        color: #a9a7bc;
        font-weight: normal;
        padding: 20px 30px;
        
        
    }
    
    .table_limits th:nth-child(1){
        padding-left: 40px;
        text-align: left;
    }
    
   
    
    .table_limits td:nth-child(1):not(:last-child){
       
       text-align: left;
    }
    
    .table_limits td:nth-child(1) img:not(:last-child){
       
        margin-top: 20px;
     }
    
    .table_limits tr:nth-child(1){
        background-color: #eceef7;
        
    }
    
    .table_limits td[colspan] {
        display: table-cell;
        text-align: center; /* Горизонтальное центрирование текста */
        vertical-align: middle; /* Вертикальное центрирование текста */
        border-top: 1px solid #eceef7;
        padding: 0px;
    }
    
    .table_limits td[colspan] h2{
        color: #32bea6;
    }
    
    .table_limits td[colspan] p{
        color: #a9a7bc;
    }
    
    .table_limits td:nth-child(1):not(:last-child) {
        position: relative;
    
        bottom: 7px;
        font-weight: bold;
        margin-left: 8px;
        
    }

    
    
    .table_limits td:nth-child(2) span,
    .table_limits td:nth-child(3) span{
        
    
        font-size: 18px;
        
    }
    
    
    .table_limits td{
        text-align: center;
    }
    
    .table_limits td[rowspan]{
        display: none;
    }
    
    .th_comsa{
        display: none;
    }
    
    .table_limits th:nth-child(3) {
        border-radius: 0px 10px 0px 0px;
        
    }

    
    .table_limits td:nth-child(3){
        border-right: 0px solid rgb(213, 213, 213);
    }

    .chaincall{
        display: flex; 
        position: relative; 
        bottom: 725px;
    }


    .not_main1{
       display: flex;
       justify-content: center;
    
    }
    
    .not_main2{
        display: flex;
        justify-content: center;
        
    }
    
    .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{
        margin-top: 175px;
        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%);
        
    }
    
    
    /*SECURITy*/
    
    .inner_security{
        margin-top: -50px;
        margin-left: 40px;
        margin-right: 40px;
        display: block;
    }
    
    
    .second img{
        width: 100%;
        height: 100%;
    }

    .third{
        max-width: 480x;
        margin-top: 100px;
        margin-left: 10px;
    }
    
    .third p{
        font-size: 16px;
    }
    
    /*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: 50px;
        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 
    }
}





















@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;
    }

    /*CHANGE&LIMITS*/

    .section_main{
        
        margin-left: 0px;
        margin-right: 0px;
    }
    .section_main h1{
        text-align: center;
        font-size: 25px;
    }
    .table_limits{
        border-spacing: 0;
        border-radius: 10px;
        
        box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    }
    
    
    .table_limits th{
        color: #a9a7bc;
        font-weight: normal;
        padding: 20px 25px;
        
        
    }
    
    .table_limits th:nth-child(1){
        padding-left: 40px;
        text-align: left;
    }
    
    .table_limits td:nth-child(1){
        padding: 10px 0px;
        padding-left: 20px;
        text-align: left;
    }
    
    .table_limits td:nth-child(1):not(:last-child){
       
       text-align: left;
    }
    
    .table_limits td:nth-child(1) img:not(:last-child){
       
        margin-top: 20px;
     }
    
    .table_limits tr:nth-child(1){
        background-color: #eceef7;
        
    }
    
    .table_limits td[colspan] {
        display: table-cell;
        text-align: center; /* Горизонтальное центрирование текста */
        vertical-align: middle; /* Вертикальное центрирование текста */
        border-top: 1px solid #eceef7;
        padding: 0px;
    }
    
    .table_limits td[colspan] h2{
        color: #32bea6;
    }
    
    .table_limits td[colspan] p{
        color: #a9a7bc;
    }
    
    .table_limits td:nth-child(1):not(:last-child) {
        position: relative;
    
        bottom: 7px;
        font-weight: bold;
        margin-left: 8px;
        
    }

    
    
    .table_limits td:nth-child(2) span,
    .table_limits td:nth-child(3) span{
        
    
        font-size: 16px;
        
    }
    
    
    .table_limits td{
        text-align: center;
    }
    
    .table_limits td[rowspan]{
        display: none;
    }
    
    .th_comsa{
        display: none;
    }
    
    .table_limits th:nth-child(3) {
        border-radius: 0px 10px 0px 0px;
        
    }

    .table_limits th{
        font-size: 14px;
        
    }

    .table_limits td:nth-child(1) img{
        width: 26px;
        height: 26px;
        
    }

    .table_limits th:nth-child(1){
        padding-left: 20px;
        text-align: left;
        
    }

    .table_limits td:nth-child(2) span, 
    .table_limits td:nth-child(3) span{
        font-size: 14px;
    }

    .table_limits td:nth-child(1) span{
        font-size: 12px;
    }

}

























@media(max-width: 370px){

    .table_limits{
        margin-left: auto;
        margin-right: auto;
    }

    .table_limits th{
        font-size: 11px;
        
    }

    .table_limits td:nth-child(1) img{
        width: 16px;
        height: 16px;
        
    }
    .table_limits td:nth-child(1){
        padding: 0px 0px;
        padding-left: 10px;
        
        
    }
    .table_limits td:nth-child(1) img:not(:last-child){
        margin-top: 20px;
    }
    .table_limits td:nth-child(1) span{
        bottom: 3px;
        margin-left: 3px;
    }

    .table_limits th:nth-child(1){
        padding-left: 10px;
        text-align: left;
        
    }

    .table_limits td:nth-child(2) span, 
    .table_limits td:nth-child(3) span{
        font-size: 11px;
    }

    .table_limits td:nth-child(1) span{
        font-size: 10px;
    }

    .table_limits th{
        color: #a9a7bc;
        font-weight: normal;
        padding: 20px 5px;
        
        
    }
}















@media(max-width: 340px) {


    .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%;
    }


    

    
}