*{
margin: 0;	
padding: 0;
}

@font-face {
 font-family: gotham; /* Имя шрифта */
 src: url(fonts/gothampro.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
 font-family: gothammedium; /* Имя шрифта */
 src: url(fonts/gothampro_medium.ttf); /* Путь к файлу со шрифтом */
}

body{
font-family: gotham;
}

a { 
outline: none;
text-decoration: none;
}

a:hover { text-decoration: underline; }

img{
width: 100%;	
height: auto;
vertical-align: bottom;
}


ul{
list-style: none;	
padding: 0;
margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
 width: 5px; /* ширина для вертикального скролла */
 height: 5px; /* высота для горизонтального скролла */
 background-color: #4b6b76;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
 background-color: #3d8cab;

}

::-webkit-scrollbar-thumb:hover {
 background-color: #3d8cab;
}


/* Всплывающие окна */
.ui-dialog { 
max-width: 300px !important; 
border-radius: 10px !important;
} 
.ui-dialog-buttonset > .ui-button { margin: 2px; }

/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-front { z-index: 1000; }
.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
    left: 0; top: 0; right: 0; bottom: 0;
    position: fixed;
    }
    .ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
    .ui-helper-clearfix { display: inline-block }
    * html .ui-helper-clearfix { height: 1% }
    .ui-helper-clearfix { display: block }
    .ui-dialog {
        text-align: left;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 370px;
        border-radius: 2px;
        box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
        border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
        background-color: #f7f7f7;
        background-clip: padding-box;
        outline: none;
    }
    .ui-dialog-titlebar { padding: 20px 20px; position: relative; }
    .ui-dialog-title { float: left; font-weight: bold; font-size: 1.15em; }
    .ui-dialog-titlebar-close {
        position: absolute;
        right: 10px; top: 50%;
        margin-top: -16px !important;
        height: 23px !important;
        width: 32px;
        border: 0 none !important;
        background-color: inherit !important;
        box-shadow: none !important;
        padding: 0px !important;
    }
    .ui-dialog-titlebar-close .ui-icon {
        display: block;
        margin: 10px auto 0 auto;
        width: 12px; height: 12px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
        -webkit-background-size: 12px auto; background-size: 12px auto;
        opacity: .5;
    }
    .ui-button {
        float: right;
        border: 0 none;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        height: 36px;
        border-radius: 18px;
        line-height: 22px;
        outline: none;
        background-color: #3394e6;
        color: #fff;
        border: 0 none;
        padding: 7px 22px;
        text-decoration: none !important;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
        -webkit-transition: all ease .1s; transition: all ease .1s;
    }
    .ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
    .ui-icon, .ui-button-icon-only { overflow: hidden; text-indent: -9999px; }
    .ui-dialog label { color: #575757; }
    .ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1; }
    .loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
    .ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
    .ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; }
    .ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
    .ui-draggable .ui-dialog-titlebar { cursor: move; }
    .ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
    .ui-button { margin: 0 3px; }
    .ui-helper-hidden-accessible{display: none;}

.ui-dialog-buttonset button{
    display: inline-block;
  
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    border-radius: 5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #3d8cab;
    color: #fff;    
}

.ui-dialog-buttonset button:hover{
background: #76c3e1;  
}

/*================================*/



.mini_container{
   max-width: 896px;
   height: auto; 
   margin: 0 auto;
}

.btc {
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; 
border: none;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btc_red{
background: #e13801;
color: #fff;
}

.btc_red:hover{
background: #fd6d3e;	
}

.bg_red{
background: #e13801;	
}


.btc_blue{
background: #3d8cab;
color: #fff;	
}

.btc_blue:hover{
background: #76c3e1;	
}

.bg_blue{
background: #3d8cab;	
}

.btc_bluedarc{
background: #4b6b76;
color: #fff;	
}

.btc_bluedarc:hover{
background: #417f95;	
}


.bg_bluedarc{
background: #4b6b76;	
}


.btc_silver{
background: #6d7170;
color: #fff;	
}

.btc_silver:hover{
background: #97a19e;	
}

.bg_silver{
background: #6d7170;	
}


.btc_gray{
background: #5c3a2e;
color: #fff;	
}

.btc_gray:hover{
background: #d7866a;	
}

.bg_gray{
background: #5c3a2e;
}



.header_right{
padding: 60px;
box-sizing: border-box;	
}

.logo{
float: left;	
background: url(../images/logo.svg);
width: 200px;
height: 100px;
background-size: 100%;
background-repeat: no-repeat;
background-position: center;

}

.header_btn{
float: right;	
margin-top: 25px;
}


.header_bottom{
padding: 35px 0;	
box-sizing: border-box;
}

.header_left_text{
margin-top: 20px;	
}

.header_ex_text{
margin-top: 20px;	
border-top: 1px dashed #4b6b76;
border-bottom: 1px dashed #4b6b76;
padding: 15px 0;
box-sizing: border-box;
}

.header_okey{
margin: 15px 0;
font-family: gothammedium;	
font-weight: 400;
}

.header_okey span{
margin-right: 5px;	
padding: 0 5px;
box-sizing: border-box;
}


.header_bottom_btn{
margin-top: 15px;	
}

.header_bottom_btn button{
padding: 15px 20px !important;	
}


.header_btn_span{
font-size: 26px;
width: 30px;
height: 30px;
margin: 0 3px;   
float: left;
text-align: center;
color: #4b6b76;
position: relative;
}


.header_btn_icon{
background: #e13801;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -4px;
    right: 1px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    border-radius: 100%;
    line-height: 20px;
    font-weight: 500;
}

.header_ava{
 width: 50px;
    height: 50px;
    float: left;
    margin: 0 5px 0 15px;
    border-radius: 4px;    
}
   
.header_ava img{
  border-radius: 4px;    
  width: 50px;
    height: 50px; 
}

.header_user{
width: 170px;
float: left;
margin-left: 10px; 
color: #4b6b76;   
}

 .header_user_balance{
   text-align: right; 
   padding-right: 21px;
   box-sizing: border-box;
 } 

.header_user_name{
   cursor: pointer; 
}

.main_header_user{
position: relative; 
}


.main_header_user_show{
position: absolute; 
width: 300px;
right: 18px;
padding: 10px;
box-sizing: border-box;
top: 54px;
border-radius: 7px;
background: #f7faff;
display: none;
z-index: 1;
}

.dropshow{
display: block; 
}

.drophidden{
display: none; 
}

.b_show {
  display: block;
  animation: showBlock 1s linear forwards;
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.a_show {
  display: none;
  animation: hiddenBlock 1s linear forwards;
}

@keyframes hiddenBlock {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



.header_user_show_balance{
font-size: 20px;
font-weight: 700;   
}

    
.main_header_user_show_li{
margin-top: 15px; 
}

.main_header_user_show_li a{
   color: #3d8cab; 
}

.main_header_user_show_li a:hover{
text-decoration: none !important;
}

.main_header_user_show_li li{
padding: 6px 0; 
box-sizing: border-box;
text-indent: 10px;
border-radius: 6px;
}

.main_header_user_show_li li:hover{
  background: #3d8cab;  
  color: #fff;
}

.main_info{
padding: 35px 0;
box-sizing: border-box;	
}

.main_info_title{
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;	
font-size: 2.5rem;
}

.main_info_mini_title{
font-size: 22px;
margin: 15px 0;
font-weight: 500;
color: #3d8cab;
}


.main_info_blocks{
margin-top: 50px;
}

.main_info_left{
padding: 15px;
border-radius: 5px;
margin: 15px 0;	
 color: #fff;
}    

.main_info_left_title{
font-weight: 500;
font-size: 20px;
margin-bottom: 15px;
color: #fff;	
}


#item-16256473868870 {
background-image: none;
background-color: var(--bg-dark);
backdrop-filter: none;
}


 .four_stages{
padding: 60px 0;	
box-sizing: border-box;
background: #f7faff;
 }

 .four_stages_blocks{
 margin-top: 25px;	
 }
 

 .four_stages_row{
padding: 20px;
    box-sizing: border-box;
    border-radius: 7px;
    background: #fff;
    box-shadow: 2px 2px 5px 0px #3d8cab;

 }   


.four_stages_row_icon{
font-size: 25px;
    text-align: center;
    color: #4b6b76;
    margin-bottom: 15px;
}

.four_stages_row_text{
height: 100px;	
text-align: center;
}


.four_stages_btn{
margin-top: 15px;	
}


.main_power{
padding: 60px 0;	
box-sizing: border-box;
background: #f7faff;
}

.main_power h2{
margin-bottom: 30px;	
}

.main_power_blocks{
margin-bottom: 25px;	
}

.main_power_blocks_text{
background: #3d8cab;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 7px;
    color: #fff;
}

.main_power_global_img img{
width: 75%;	
}


.main_cloud_faq{
padding: 35px 0;	
box-sizing: border-box;
}

.main_cloud_faq_title{
font-size: 2rem;
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;	
} 

.main_cloud_faq_text{
margin-top: 20px;	
}

.main_news{
padding: 60px 0;	
box-sizing: border-box;
background: #f7faff;
}

.main_news a{
text-decoration: none; 
}

.main_news_block{
padding: 15px;
box-sizing: border-box;	
background: #fff;
border-radius: 7px;
}

.main_news_img{
height: 270px ;	
margin-bottom: 15px;
}

.main_news_img img{
width: 100%;	
height: 270px ;	
vertical-align: bottom;
}

.main_news_title{
font-weight: 700;
margin: 10px 0;
color: #3d8cab;
}

.main_news_global_title {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}


.footer{
padding: 35px 0;	
box-sizing: border-box;
background: #4b6b76;
}   

.footer a{
color: #0dcaf0;
}


.footer_row_title{
font-size: 20px;
color: #fff;
}

.footer_row_ul li{
margin: 4px 0;
color: #0dcaf0;
}

.footer_year{
color: #fff;
border-top: 1px dashed #ddd;
padding: 15px 0;
box-sizing: border-box;
margin-top: 20px;
}

.footer_row_contact li{
margin: 4px 0;
color: #fff;	
}

.footer_row_contact li span{
margin-left: 5px;
}


.aboutus{
padding: 60px 0;
    box-sizing: border-box;
    background: #f7faff;
}

.aboutus_content{
padding: 35px 0; 
box-sizing: border-box;   
margin-top: 50px; 
}


.aboutus_header_left_title {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
}

.aboutus_header_left_text{
 text-align: right;   
}

.aboutus_header_right_title {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
  
}

.aboutus_left{
   padding-right: 30px; 
   box-sizing: border-box;
}

.aboutus_right{
 padding-left: 30px;   
 box-sizing: border-box;
}


.aboutus_content_row_title_left{
     font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: right;  
}

.aboutus_content_row_title_right{
     font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2; 
 
}

.aboutus_content_row{
margin-top: -75px;
}


.aboutus_content_text_right{
text-align: right; 
}

.parthner{
   padding: 35px 0; 
   box-sizing: border-box;
   background: #f7faff;
}

.parthner button{
 padding: 20px;
    box-sizing: border-box;   
}

.parthner_gl_title{
   text-align: center; 
   padding: 0 400px;
   box-sizing: border-box;
   margin-bottom: 25px;
}
.parthner_percent{
    text-align: center;
    font-size: 55px;
    font-weight: 600;
}


.parthner_left_title{
     font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: right;  
}

.parthner_left_text{
text-align: right;
padding-left: 260px;
font-size: 20px;   
}

.parthner_right_text{
padding-right: 245px;
font-size: 20px;   
}

.parthner_right_title{
     font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2; 
 
}

.parthner_shape{
   height: 2px; 
   background: #3d8cab;
   margin-top: 10px;
}

.pathner_header_btn{
   margin-top: 25px; 
}

.parthner_content{
   padding: 35px 0; 
   box-sizing: border-box;
}

.parthner_content_title{
   font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center;   
}


.parthner_content_row{
   margin-top: 30px; 
}


.parthner_content_row_shape{
background: #3d8cab;
border-radius: 10px; 
}

.parthner_content_row_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;  
color: #fff; 
padding: 20px; 
box-sizing: border-box;
}

.parthner_content_row img{
max-width: 100px;
height: auto;
vertical-align: bottom;
}

.parthner_content_row_title{
font-size: 18px;
font-weight: 500;
margin-bottom: 10px;  
}

.parthner_content_row_text{
font-size: 14px;    
}

.pathner_calculate{
   margin-top: 50px; 
}

.pathner_calculate_title{
 font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;   
}

.pathner_calculate_content{
   margin-top: 25px; 
}

.pathner_calculate_big{
   font-size: 48px; 
}

.pathner_calculate_mini_row{
padding: 20px;
box-sizing: border-box;
font-size: 18px;
border-radius: 10px;
box-shadow: 1px 1px 2px 0px #3d8cab;   
}

.pathner_calculate_big_row{
 padding: 20px;
box-sizing: border-box;   
border-radius: 10px;
box-shadow: 1px 1px 2px 0px #3d8cab;  
}

.pathner_calculate_big_text{
padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}

.parthner_info{
padding: 35px 0;
box-sizing: border-box;
background: #f7faff;
}

.parthner_info_title{
font-size: 2rem;
margin-top: 0;
margin-bottom: 1rem;
font-weight: 500;
line-height: 1.2;
text-align: center;     
}

.parthner_info_row{
   margin-top: 20px; 
}

.parthner_info_row_title{
   font-size: 22px; 
}

.parthner_loyalty{
 padding: 60px 0;   
 box-sizing: border-box;
}

.parthner_loyalty button{
   padding: 20px;
   box-sizing: border-box; 
}


.parthner_loyalty_title{
font-size: 2rem;
margin-top: 0;
margin-bottom: 1rem;
font-weight: 500;
line-height: 1.2;
text-align: center;     
}

.parthner_loyalty_text{
  text-align: center;
    margin-top: 15px;
    padding: 0 350px;
    font-size: 20px;
}

.parthner_loyalty_btn{
   margin-top: 25px; 
}

.offer{
padding: 60px 0;  
box-sizing: border-box;
}

.offer_content{
background: #f7faff;   
padding: 25px;
box-sizing: border-box;
margin-top: 15px;
}

.offer_content h1{
   margin-bottom: 15px; 
}

.offer_content_title{
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 1rem;
font-weight: 500;
line-height: 1.2;
}


.security_header{
padding: 60px 0; 
box-sizing: border-box; 
background: #f7faff;
}

.security_header_left_title{
     font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: right;  
}

.security_header_left_text{
 text-align: right;   
}

.security_header_right_title{
     font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2; 
 
}


.security_content{
   padding: 35px 0; 
   box-sizing: border-box;

}

.security_content img{
max-width: 100px;
height: auto;
vertical-align: bottom;
}

.security_content h1{
   text-align: center; 
}

.security_content_row{
   margin-top: 25px; 
}

.security_content_shape{
background: #3d8cab;
border-radius: 10px; 
}

.security_content_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;  
color: #fff; 
padding: 20px; 
box-sizing: border-box;
}


.security_content_fill_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.security_content_fill_text {
    font-size: 14px;
}


.security_money{
   padding: 35px 0; 
   box-sizing: border-box;

}

.security_money_gl_title{
      font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center;   
}

.security_money_row{
   margin-top: 25px; 
}

.security_money_row_block{
   padding: 15px;
   box-sizing: border-box; 
   border-radius: 10px;
    box-shadow: 1px 1px 2px 0px #3d8cab;
    min-height: 170px;
}
.security_money_row_block_title{
font-size: 22px;
font-weight: 500;    
margin-bottom: 10px;
}


.security_user{
   padding: 35px 0; 
   box-sizing: border-box;    
}


.security_user_gl_title{
      font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center;   
}

.security_user_ul{
padding: 15px 10px;
box-sizing: border-box;    
margin-bottom: 15px;
border-radius: 7px;
color: #fff;
}

.security_data{
padding: 60px 0; 
box-sizing: border-box;
}

.security_data_title{
      font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center;   
}


.security_data_shape{
background: #3d8cab;
border-radius: 10px; 
}

.security_data_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;  
color: #fff; 
padding: 20px; 
box-sizing: border-box;
min-height: 160px;
}

.security_data_col{
   margin-top: 20px; 
}

.cpu{
   padding: 60px 0; 
   box-sizing: border-box;
   background: #f7faff;
}

.cpu button{
   padding: 20px ; 
   box-sizing: border-box;
}

.cpu h1{
   text-align: center; 
   padding-bottom: 20px;
}

.cpu_img img{
   max-width: 220px;
   height: auto; 
   vertical-align: bottom;
}

.cpu_header_text{
text-align: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 500;
}

.cpu_header_btn{
    margin-top: 25px;
}

.cpu_header_icon{
 text-align: center;
    font-size: 50px;
    margin-top: 25px;
    color: #4b6b76;   
}

.cpu_content{
   padding: 35px 0; 
   box-sizing: border-box;
}

.cpu_content_title{
      font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center;   
}

.cpu_content_title span{
    color: #4b6b76;
}

.cpu_content_header_text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}


.cpu_content_shape{
background: #3d8cab;
border-radius: 10px; 
}

.cpu_content_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;  
color: #fff; 
padding: 20px; 
box-sizing: border-box;
}

.cpu_content_icon{
   font-size: 25px; 
}

.cpu_content_row{
   margin-top: 30px; 
}

.cpu_content img{
   max-width: 150px;
   height: auto; 
   vertical-align: bottom;
}

.cpu_content_center_img{
   margin-top: 50px; 
}

.cpu_content_center_img_title{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center;   
    margin-top: 15px;   
}

.cpu_example{
   padding: 35px 0; 
   box-sizing: border-box;
}

.cpu_example_title{
     font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center;   
     
}

.cpu_example_shape{
background: #3d8cab;
border-radius: 10px; 
}

.cpu_example_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;  
color: #fff; 
padding: 20px; 
box-sizing: border-box;
}

.cpu_example_bottom{
   margin-top: 30px; 
}

.cpu_example_bottom_icon{
     font-size: 25px;   
}

.cpu_example_info_title{
      font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center; 
    margin-top: 50px;
}

.cpu_example_info_text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
}

.cpu_example_img img{
    max-width: 300px;
    height: auto;
    vertical-align: bottom;
}

.btc_header{
padding: 35px 0; 
box-sizing: border-box;
 background: #f7faff;
}


.btc_header_left_text {
    margin-top: 20px;
    font-size: 22px;
}

.btc_header_ex_text {
    margin-top: 20px;
    border-top: 1px dashed #4b6b76;
    border-bottom: 1px dashed #4b6b76;
    padding: 15px 0;
    box-sizing: border-box;
}

.btc_header h1{
  font-size: 1.8 rem;  
}

.btc_header_okey{
margin: 15px 0;
font-family: gothammedium;  
font-weight: 400;
}

.btc_header_okey span{
margin-right: 5px;  
padding: 0 5px;
box-sizing: border-box;
}


.btc_header_btn{
margin-top: 15px;   
}

.btc_header_btn button{
padding: 15px 20px !important;  
}

.btc_content{
   padding: 35px 0; 
   box-sizing: border-box;
}

.btc_content_title{
     font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center;    
}

.btc_content_ul{
padding: 15px;
border-radius: 5px;
margin: 15px 0;
color: #fff;    
}
  
 .btc_content_ul_title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
} 

.btc_cause{
padding: 35px 0; 
box-sizing: border-box;
background: #f7faff;
}


.btc_cause_title{
      font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center; 
  
}

.btc_cause_text{
   text-align: center;
    font-size: 18px;   
}

.btc_cause_row{
   margin-top: 30px; 
}

.btc_cause_col{
  background: #4b6b76;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 7px;
    color: #fff;    
}

.btc_cause_icon{
font-size: 30px;
margin-bottom: 15px;
}


.btc_info{
   padding: 35px 0; 
   box-sizing: border-box;
}
    
.btc_info_title{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2; 
    text-align: center;   
}    
 
.btc_info_text{
   margin-bottom: 20px; 
}  

.btc_info_row{
   padding: 35px 0; 
   box-sizing: border-box;
   margin-bottom: 25px;
}

.btc_info_row_title{
  font-size: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 500;
    line-height: 1.2; 
   color: #3d8cab; 
}

.btc_faq{
   padding: 35px 0; 
   box-sizing: border-box;
}

.btc_faq_title{
font-size: 2rem;
margin-top: 0;
margin-bottom: 2rem;
font-weight: 500;
line-height: 1.2; 
text-align: center;
}

.accordion-item{
   margin-bottom: 15px !important; 
}

.accordion-button:not(.collapsed){
  background: #f7faff !important;  
  color: #4b6b76 !important;
  font-size: 22px !important;
  font-weight: 500 !important;
}

.accordion-button{
  font-size: 22px !important;
  font-weight: 500 !important;   
}

.accordion-button:focus{
  border-color: #4b6b76 !important;  
  border-radius: 7px 7px 0 0 !important;
}

.accordion{
--bs-accordion-color: #000 !important;  
--bs-accordion-btn-focus-box-shadow: none !important;
--bs-accordion-border-color: none !important;
}

.accordion-body{
   padding: 10px 15px !important; 
}

.help_header{
   padding: 35px 0; 
   box-sizing: border-box;
   background: #f7faff;
}

.help_header_text {
    margin-top: 20px;
    font-size: 22px;
}

.help_faq{
   padding: 35px 0; 
   box-sizing: border-box;    
}


.help_faq_title{
font-size: 2rem;
margin-top: 0;
margin-bottom: 2rem;
font-weight: 500;
line-height: 1.2; 
text-align: center;
}

.modal-header{
border-bottom: none !important;    
}

.login_modal_title{
 font-size: 22px;

}

.login_modal_input{
   margin-top: 10px; 
}



.input-group-text{
background-color: #3d8cab !important; 
color: #fff !important;
padding: 14px 15px !important;
box-sizing: border-box !important;
border: none !important;
}

.form-control {
border: 1px solid #3d8cab !important;   
}

.form-control:focus {
box-shadow: none !important;
}


.form-select {
border: 1px solid #3d8cab !important;
cursor: pointer !important;

}

.form-select:focus {
box-shadow: none !important;
}


.login_modal_input_a a{
color: #3d8cab; 
}

.login_modal_icon{
text-align: center;
font-size: 30px;
color: #4b6b76;    
cursor: pointer;
}

.login_modal_icon:hover{
 color: #3d8cab;    
}

.login_modal_content_title{
font-size: 22px;  
margin-top: 15px;
}


.register_header{
   padding: 100px 0; 
   box-sizing: border-box;
}

.register_header_text{
   margin-top: 10px; 
   font-size: 20px;
   margin-bottom: 15px;
}

.register_content{
 margin-top: 20px;   
}

.register_header a{
  color: #3d8cab;   
}

.register_header button{
   padding: 15px 20px ; 
   box-sizing: border-box;
}

.registet_button_text{
   text-align: right; 
}

#liveToast{
bottom: 10px;
position: absolute;
right: 10px;    
display: block;
}

.toast-body {
background: #3d8cab !important;
color: #fff !important;
}

.lostpassword_header{
   padding: 180px 0; 
   box-sizing: border-box;
}


.lostpassword_input{
 margin-top: 20px;   
}

.lostpassword_text{
   margin-top: 10px; 
   font-size: 20px;
   margin-bottom: 15px;
}

.calculator_header{
   padding: 35px 0; 
   box-sizing: border-box;
   background: #f7faff;
}

.calculator_header_text{
   font-size: 18px; 
   margin-top: 15px;
}

.calculator_content{
   padding: 35px 0; 
   box-sizing: border-box;
}



.cloud_mining{
 padding: 35px 0; 
 box-sizing: border-box;
}

.cloud_mining_left{
 background: #f7faff; 
     padding: 10px;
    box-sizing: border-box;

}

.cloud_mining_left a {
    color: #3d8cab;
}

.cloud_mining_left li {
    padding: 6px 0;
    box-sizing: border-box;
    text-indent: 10px;
    border-radius: 6px;
    margin: 5px 0;
}

.cloud_mining_left a:hover{
text-decoration: none !important;
}

.cloud_mining_left li:hover{
  background: #3d8cab;  
  color: #fff;
}

.cloud_mining_right{
padding: 0 20px; 
box-sizing: border-box;
height: 800px;
overflow: auto;
}

.cloud_mining_active_li{
  background: #417f95;  
  color: #fff;
}

.allnews_block{
   padding: 35px 0; 
   box-sizing: border-box;
}

.allnews_block_title{
font-size: 2rem;
margin-top: 0;
margin-bottom: 2rem;
font-weight: 500;
line-height: 1.2; 

}



.showfull_text{
   margin-bottom: 25px; 
}

.addcomment{
   margin-top: 30px; 
}


.addcomment_content{
   margin-bottom: 20px; 
}

.addcomment_title{
font-size: 2rem;
margin-top: 0;
margin-bottom: 2rem;
font-weight: 500;
line-height: 1.2;     
}

.comments_title{
font-size: 2rem;
margin-top: 0;
margin-bottom: 2rem;
font-weight: 500;
line-height: 1.2;     
}


.comment_block{
padding: 35px;
box-sizing: border-box;  
background: #f7faff;
margin: 10px 0;
border-radius: 7px;
position: relative;
}

.comment_ava{
   width: 80px;
   height: 80px;
   border-radius: 3px; 
   float: left;
}


.comment_ava img{
    width: 80px;
   height: 80px;
   vertical-align: bottom;   
}


.comment_autor {
    float: left;
    font-size: 1.25rem;
    line-height: 0.4;
    margin: 20px;
}

.comment_block_footer{
    position: absolute;
    right: 20px;
    bottom: 10px;    
}

.comment_block_footer a{
   text-decoration: none; 
}

.comment_block_footer ul{
   margin: 0 !important; 
   padding: 0 !important 
}

.comment_block_footer li{
padding: 6px 13px 6px 6px;
    box-sizing: border-box;
    text-indent: 10px;
    border-radius: 6px;
    background: #3d8cab;
    color: #fff;
    margin: 0 5px;
}

.comment_block_footer span{
    margin: 0 !important; 
   padding: 0 !important    
}


.error_login{
padding: 150px 0;
box-sizing: border-box;
}

.error_login_text{
   font-size: 20px;
   font-weight: 500; 
   margin-top:10px;
}

.not_page{
   padding: 50px 0; 
   box-sizing: border-box;
}

.not_page_text{
  text-align: center;  
}

.not_page_btn{
   margin-top: 20px; 
}

.not_page_btn button{
   padding: 15px 20px; 
   box-sizing: border-box;
}

.calculator_content_lavel{
  font-size: 20px;
    font-weight: 500;    
}

  


.calculator_filter{
   margin-bottom: 20px; 
}

.calculator_filter_icon {
font-size: 29px;
color: #3d8cab;
margin-right: 5px;
float: left;
}

.calculator-filter-blog.calculator-filter-active {
background: #4b6b76;
color: #fff;
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: none;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
float: left;
margin: 0 3px;
}

.calculator-filter-blog {
background: #3d8cab;
color: #fff;
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: none;
border-radius: 5px;
float: left;
margin: 0 3px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.calculator_content{
   padding: 35px 0; 
   box-sizing: border-box;
}

.calculator_content_row{
margin-top: 15px;    
}

.calculator_content_profit{
  font-size: 1.5rem;
margin-top: 0;
margin-bottom: 10px;
font-weight: 500;
line-height: 1.2;    
}


.calculator_content_shape{
background: #3d8cab;
border-radius: 10px; 
}

.calculator_content_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;  
color: #fff; 
padding: 20px; 
box-sizing: border-box;
min-height: 160px;
text-align: center;
}

.calculator_content_fill_title{
   text-align: center; 
   font-size: 18px;
}

.cloud_filter{
   margin: 20px 0; 
}

.cpu_available{
   margin:15px 0; 
}


.cpu_cores_shape{
background: #f7faff;
border-radius: 5px;
margin-bottom: 10px;  
}


.cpu_cores_fill{
background: #3d8cab;
padding: 10px;
box-sizing: border-box;
border-radius: 5px;
color: #fff;
font-weight: 500;  
}


.cpu_streams_shape{
background: #f7faff;
border-radius: 5px;
margin-bottom: 10px;      
}



.cpu_streams_fill{
background: #4b6b76;
padding: 10px;
box-sizing: border-box;
border-radius: 5px;
color: #fff;
font-weight: 500;    
}

.cpu_frequency_shape{
background: #f7faff;
border-radius: 5px;
margin-bottom: 10px;      
}


.cpu_frequency_fill{
background: #4b6b76;
padding: 10px;
box-sizing: border-box;
border-radius: 5px;
color: #fff;
font-weight: 500;    
}


.cpu_cache_shape{
background: #f7faff;
border-radius: 5px;
margin-bottom: 10px;      
}

.cpu_cache_fill{
background: #4b6b76;
padding: 10px;
box-sizing: border-box;
border-radius: 5px;
color: #fff;
font-weight: 500;    
}

.cpu_span_left{
   text-align: left; 
   float: left;
}

.cpu_span_right{
   text-align: right; 
   float: right;
}

.cpu_coin{
background: #f7faff;
border-radius: 5px;
font-weight: 600;   
}


.cpu_coin img{
   max-width: 50px;
   height: auto; 
   vertical-align: bottom;
}


.cpu_profit{
  font-size: 1.5rem;
margin-top: 0;
margin-bottom: 10px;
font-weight: 500;
line-height: 1.2;    
}

.yield_scale{
background: #f7faff;
min-height: 200px;
position: relative;
}

.yield_date{
position: absolute;
bottom: 0;
font-size: 14px;
text-align: center;
width: 100%;
padding: 5px;
box-sizing: border-box;
background: #4b6b76;
color: #fff;   
}

.yield_profit{
position: absolute;
width: 100%;
background: #3d8cab;
text-align: center;
color: #fff;
font-weight: 500;
bottom: 32px;   
}

.cpu_button{
   margin-top: 33px; 
}


.reflinc_shape{
background: #3d8cab;
border-radius: 10px; 
margin-top: 15px;  
position: relative;
}

.reflinc_shape::after{
content: "";
position: absolute; 
background: url(../images/reflinc.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
width: 130px;
height: 140px;
right: 110px;
top: -68px;
}

.reflinc_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;
color: #fff;
padding: 20px;
box-sizing: border-box;  
}

.reflinc_fill_lick{
 font-size: 18px;     
}


.reflinc_fill span{
   float: right; 
   font-size: 28px;
   cursor: pointer;
}

.reflinc_fill h1{
font-size: 1.5rem;
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2; 
}

.ref_balance{
   margin-top: 15px;
   padding: 20px;
   box-sizing: border-box; 
   border: 1px dashed #3d8cab;
    border-radius: 7px;
}

.ref_balance_title{
 font-size: 1.5rem;
font-weight: 500;
}

.ref_balance_btn{
float: right;
padding: 15px 25px;    
}    

.ref_info_linc{
   margin: 15px 0; 
}

.ref_info_one_shape{
background: #3d8cab;
border-radius: 10px;    
}

.ref_info_one_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;
color: #fff;
padding: 20px;
box-sizing: border-box;  
}

.ref_row_img img{
width: 35%;
height: auto;
vertical-align: bottom;
}

.ref_row_text{
text-align: center;
font-size: 25px;
font-weight: 600;   
margin-bottom: 10px;
}


.ref_info_row_img img {
width: 75px;
height: auto;
vertical-align: bottom;
}
.ref_info_row_text{
   font-size: 20px;
   font-weight: 600; 
}


.ref_info_two_shape{
background: #3d8cab;
border-radius: 10px;    
margin: 3px 0;
}

.ref_info_two_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;
color: #fff;
padding: 15px;
box-sizing: border-box;  

}
    

.ref_balance_text{
   padding: 20px 0; 
   box-sizing: border-box;
}

.my_ref_table{
  margin: 15px 0;  

}

.my_ref_table_title{
font-size: 2rem;
margin-top: 0;
margin-bottom: 2rem;
font-weight: 500;
line-height: 1.2;     
}


.sorry img{
   width: 50%;
    height: auto;
    vertical-align: bottom;
}

.sorry_text{
 font-size: 18px;
    font-weight: 500;
    text-align: right;   
}


.cash_day_shape{
background: #3d8cab;
border-radius: 10px;    
margin-top: 10px;

}

.cash_day_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;
color: #fff;
padding: 15px;
box-sizing: border-box;  
position: relative;

}

.cash_day_title{
 font-size: 20px;
    font-weight: 500;
}

.cash_day_fill::after{
content: "";
position: absolute; 
background: url(../images/cashday.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
width: 198px;
height: 125px;
right: 80px;
top: -68px;
}

.flight_sheet{
padding: 20px 0; 
box-sizing: border-box;
}

.flight_sheet h1 {
font-size: 1.8rem;
font-weight: 500;
}

.flight_sheet_cpu img{
width: 50px;
height: auto;
vertical-align: bottom;
}


.flight_sheet_cpu_container{
padding: 15px;
   box-sizing: border-box;
   font-size: 18px;
    font-weight: 600;
}

.tex_blu{
--bs-text-opacity: 1;
color: #417f95 !important;
}

.text_dblu{
--bs-text-opacity: 1;
color: #3d8cab !important;    
}

.spinner-grow {
--bs-spinner-width: 1rem !important;
--bs-spinner-height: 1rem !important;
}

.flight_sheet_cpu_sheets{
 background: #f7faff;   
}



.mywallets_shape{
background: #3d8cab;
border-radius: 10px;    
margin-top: 10px;
}

.mywallets_fill{
background: #4b6b76;
border-radius: 10px 110px 10px 10px;
color: #fff;
padding: 15px;
box-sizing: border-box;  
}

.mywallets_fill img{
   max-width: 60px;
   height: auto; 
   vertical-align: bottom;
}

.mywallets_title{
   font-size: 22px;
    font-weight: 500; 
}

.progres_block {
pointer-events: none;
}

.progres_block-title {
text-align: start;
margin-bottom: 8px;
font-weight: 500;
font-size: 15px;
color: white;
}

#myProgress {
width: 100%;
border-radius: 10px;
float: left;
}

#myProgress > div {
border-radius: 10px;
}

#myBar {
height: 7px;
background-color: #3d8cab;
border-radius: 10px;
}

.mywalets_info{
 margin-top: 15px;   
}

.mywalets_info_right_text{
   text-align: right; 
}


.add_new_wallets{
margin-top: 40px;    
}

.add_new_wallets_title{
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
font-size: 1.5rem; 
}

.replenishment{
   margin-top: 15px;
    
}

.replenishment label{
 font-size: 18px;
font-weight: 600;   
}


.personal_content{
 padding: 35px 0;   
 box-sizing: border-box;
}

.personal_filter{
   margin: 20px 0; 
}

.personal_filter_icon {
font-size: 29px;
color: #3d8cab;
margin-right: 5px;
float: left;
}

.personal-filter-blog.personal-filter-active {
background: #4b6b76;
color: #fff;
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: none;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
float: left;
margin: 0 3px;
}

.personal-filter-blog {
background: #3d8cab;
color: #fff;
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: none;
border-radius: 5px;
float: left;
margin: 0 3px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tab-btn-active {
pointer-events: none;
}

.tab-pane{
   padding: 35px 0; 
   box-sizing: border-box;
}

.tab-pane:not(.tab-pane-show) {
display: none;
}

.addwallet_title{
   font-size: 18px;
   font-weight: 800; 
}

.addwallet_item_block{
   margin-top: 20px; 
}

.addwallet_item{
border-radius: 7px;  
width: 70px;
height: 70px;
display: flex;
align-items: center;
justify-content: center; 
cursor: pointer; 
opacity: 0.5;
transition: 0.2s;
transform: scale(0.9);
border: 2px solid #3d8cab;
background: #fff;   
float: left;
margin-right: 10px;
margin-bottom: 10px;
}


.addwallet_item:hover {
opacity: 1;
transition: 0.2s;
transform: scale(1.1);
}

.addwallet_item_name {
  width: 35px;
  height: 35px;
}

.addwallet_item.addwallet_item_active {
opacity: 1;
transform: scale(1.1);
}


.addwallet_item_icon {
  position: absolute;
  bottom: 10px;
  right: 8px;
    background: #3d8cab;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.addwallet_item.addwallet_item_active .addwallet_item_icon{
opacity: 1;
visibility: visible;
z-index: 1;
}

.addwallet_btn{
   margin-top: 15px; 
}


.myrequisites_shape{
background: #fff;
padding: 15px;
box-sizing: border-box;     
margin-top: 10px;
border: 2px solid #3d8cab;
border-radius: 7px;
}

.myrequisites_shape img{
   width: 50px;
   height: 50px; 
}

.myrequisites_wallet{
   font-weight: 800; 
}

.myrequisites_sorry{
   margin: 10px 0; 
}


.verify_title{
   font-size: 18px;
   font-weight: 800;    
   margin-bottom: 20px;
}

.verify_okey_title{
font-size: 16px;
font-weight: 800;    
margin-bottom: 15px;   
color: green;
}


.sitizen_block{
   margin-top: 25px; 
}

.sitizen_block img{
width: 100px;
height: auto;
vertical-align: bottom;
}

.sitizen_btn{
   margin-top: 15px; 
}

.sitizen_block_fileinput{
   margin-top: 10px; 
}


.sitizen_block_fileinput::before {
position: absolute;
content: "Загрузить";
color: rgb(255, 255, 255);
display: inline-block;
white-space: nowrap;
user-select: none;
cursor: pointer;
font-weight: 400;
background: #3d8cab;
padding: 4px 32px;
outline: none;
}


.sitizen_text{
font-size: 22px;   
}

.changepassword_title{
   font-size: 18px;
   font-weight: 800;    
   margin-bottom: 20px;
}

.changepassword_input{
   margin-bottom: 15px; 
}

.changepassword_btn{
margin-top: 15px;     
}


.payout_input_group{
   margin-top: 10px;
    
}


.pm{
   padding: 35px 0; 
   box-sizing: border-box;
   margin-bottom: 150px;
}

.pmread{
   margin-top: 15px; 
}

.pmread_title {
    font-size: 18px;
    font-weight: 600;
}

.pmread_title span{
 font-size: 16px;
font-weight: normal;   
}

.pm h1{
  margin-bottom: 20px;  
}


.pm h4{
   margin-top: 15px; 
}

.pm-unread-image{
   color: #3d8cab; 
}

.pm-read-image{
 color: #3d8cab;    
}

.pm_list a{
   text-decoration: none; 
   color: #3d8cab;
}

.pm_btn{
   margin-top: 15px; 
}

.exchange_input_group{
margin-top: 10px;
}

.history_filter{
   padding: 35px 0; 
   box-sizing: border-box;
}

.history_filter_icon {
font-size: 29px;
color: #3d8cab;
margin-right: 5px;
float: left;
}


.history-filter-blog.history-filter-active {
background: #4b6b76;
color: #fff;
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: none;
border-radius: 5px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;  
float: left;
margin: 0 3px;
}

.history-filter-blog {
background: #3d8cab;
color: #fff;
display: inline-block;
padding: 10px 20px;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
border: none;
border-radius: 5px;
float: left;
margin: 0 3px;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tab-btn-active {
pointer-events: none;
}

.tab-pane{
   padding: 35px 0; 
   box-sizing: border-box;
}

.tab-pane:not(.tab-pane-show) {
display: none;
}

.history_table{
   margin-top: 10px; 
}

.history_filter table img {
   max-width: 25px; 
}

.social_block{
   padding: 35px 0; 
   box-sizing: border-box;    
}