 .cnt_conteinerBIG {
                    
                    color:yellowgreen; 
                    position:fixed;
                    top: 0px; bottom: 0px; left:0px; right: 0px;
                    text-align: center;
                    opacity:1.0;
                    width: 100%;
                    margin: auto;
                    height: 20%; 
                    font-size:  160px !important;
 } 
 .content_BG {
  
                    position: relative;
                    overflow: visible;
                    width:100%;
                    max-width:1100px;
                    min-height:100%;
                    display: block;
                    top:0px;
                    left:0px;
                    right:0px;
                    margin-left:auto;
                    margin-right:auto;
 

                    background-position: center top;
                    background-repeat: repeat-y;
                    background-image: url('img/main.png');
                      
                  }
                  
 .content_BG_r {
  
                    position: relative;
                    overflow: visible;
                    width:100%;
                    max-width:450px;
                    min-height:100%;
                    display: block;
                    top:0px;
                    left:0px;
                    right:0px;
                    margin-left:auto;

                    background-position: left top;
                    background-repeat: repeat-y;
                    background-image: url('img/main.png');
                      
                  }
 

 .content_full {  }
 
 .grid_stats {      color:black;
                    display: grid;
                    grid-template-columns: auto 18% 18% 18% 18% ;
                    grid-gap: 2px;
                    padding: 2px; }

 .grid_stats > a   { color: #000000;  }
 .grid_stats > a:hover  { color: #0000005c;    } 
                    
 .grid_row_long {   grid-column: 1 ; }
 
 .files_profile { 
                    display: grid;
                    grid-template-columns: auto auto auto auto auto;
                    grid-gap: 2px;
                    padding: 2px; }

 .files_profile_organise { 
                    display: grid;
                    grid-template-columns: 20px auto 20px auto 20px auto 20px auto 20px auto;
                    grid-gap: 2px;
                    padding: 2px; }
                    
 .files_options {   grid-column: 1 / span 5; }
 
 
 
 
 .profile_avatar {  max-width:30%; margin-right:20px; float:left; }
                  
 .mobi_but {        display:none; }  
 
 .menu_up {         
 
                    width:100%;
                    max-width:1100px;
                    position: absolute;
                    display: block;
                    top:-4px;
                    text-align:center;
                    left:0px;
                    right:0px;
                    margin-left:auto;
                    margin-right:auto;
 
                      
                  }
                  
 .menu_left {         
 
                    width:100px;
                    max-width:100px;
                    position: fixed;
                    display: block;
                    top:20px;
                    text-align:left;
                    left:-84px;
                    
                                          
                  }
                  
                  
 
 .menu_mob {       display:block;} 
                    
 .map_show {        width:100%; height:600px; }            
 .content {
  
                    position: relative;
                    overflow: visible;
                    width:100%;
                    max-width:840px;
                    min-height:100%;
                    display:block;
                    top:0px;
                    padding-top:25px;
                    padding-bottom:100px;
                    left:130px;  
                  }

 .content_r {
  
                    position: relative;
                    overflow: visible;
                    width: calc(100% - 160px);
                    max-width:840px;
                    min-height:100%;
                    display:block;
                    top:0px;
                    padding-top:25px;
                    padding-bottom:100px;
                    left:130px;  
                  }

   .content_left_long {
 
 
                    overflow:hidden;
                    position:fixed;
                    left:0px;
                    right: 330px;
                  
                    top:0px;
                    width:auto;
                    height:100%;
                   
                   /* background-color:red;*/
 }
                 
 .content_left {
 
 
                    overflow:hidden;
                    position:fixed;
                    left:0px;
                    right:calc(50% + 450px);
                  
                    top:0px;
                    width:auto;
                    height:100%;
                   
                   /* background-color:red;*/
 }
 
  .content_right {
 
 
                    overflow:hidden;
                    position:fixed;
                    right:0px;
                    left:calc(50% + 450px);
                  
                    top:0px;
                    width:auto;
                    height:100%;
                   
                   /* background-color:red;*/
 }

 .square_box  {
 width:660px; height:430px; font-size:1px;
 }

  .square_scale_img { 
 position:absolute; bottom: 0px; left:-31px;
 width:93px; height:93px; font-size:1px;
 
 }
 .square_scale {
    font-size:1px;
    width:31px; height:20px;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    transform-origin: 0% 0%;
 }
  

 