
        #world{
            position: relative;
            z-index: 8;
        }
        #world_cord_info{
            z-index: 11;
            
            width: 100%;
            padding:4px;
            color: #efac10;
            font-weight: bold;
            font-size: 1em;
        }
       #world__wrap{
        overflow: auto;
        position: relative;
        z-index: 7;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        font-size: 0px;
        background: rgb(169 140 100);
       }
       .tile-y{
        height: 100%;
        width: 100%;
       }
       .buton_move{
         position: absolute;
         top:80px;
         left:120px;
       }
        .buton_move__tile-x{
            text-align: center;
            font-weight: bold;
            height: 40px;
            width: 40px;
        }
        .buton_move__tile-x img{
          width:70%;
        }
        .tile-x{
            display: inline-block;
            width:14.28%;
            height: 14.28%;
            /*border: 1px solid #000;*/
            float: left;
            position: relative;
        }
       .world__size{
            position: absolute;
            
            z-index: 12;
            cursor: pointer;
        }
       .world__size li{
            background-color: rgba(17, 15, 22, 0.6);
            text-align: center;
            font-weight: bold;
            font-size: 20px;
            height: 40px;
            width: 40px;
            margin-top: 15px;
            padding-top: 8px;
            padding-bottom: 1px;
            border:1px solid #68776b;
            border-radius: 0px;        
       }
       .world__size img{
            margin-top: 0px;
            width: 23px;
            height: 23px;       
       }
.map__speed__button{
cursor: pointer;
background: #1c1c1c;
border-top: #434242 solid 1px;
border-bottom: #090909 solid 1px;
margin: 0px;
}
.ppg3 li{
font-size: 14px !important;
}
.map__speed__button li{

}
.map__speed__button img{
margin-top: 0px;
width: 12px;
height: 12px;  
margin-right: 4px;     
}
       .world__size li:hover{
            background-color: rgba(60,60,60,0.1);            
       }
    .world_cord__strelki{
        position: absolute;
        margin-top: -110px;
        z-index: 11;
        width: 100%;
    }
    .world_cord__strelki-strelki{
        width:30%;
        text-align: center;
        text-decoration:none;
        color:#009933;
        padding:3px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius:2px;
        display:inline-block;
        background-color: rgba(17, 15, 22, 0.3);
        margin-top: 2px;
    }
    .world_cord__strelki-strelki img{
        width: 20px;
        height: 20px;
    }
   #world__wrap::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        cursor: pointer;
    }
    #world__wrap::-webkit-scrollbar-thumb {
        background-color: rgba(60, 60, 60, 0.8);
    }
    #world__wrap::-webkit-scrollbar-track {
        background-color: rgba(1, 10, 10, 0.6);
    }