
#main_location {position: fixed; top: 50%; right: 66px; z-index: 9; transform: translateY(-60%);}
#main_location ul {position: relative;}

#main_location ul li {margin-bottom: 28px; width: 25px; position: relative; width: 25px; height: 25px; border: 1px solid transparent; border-radius: 50%; position: relative; z-index: 2; transition: all 0.3s;}
#main_location ul li:last-child {margin-bottom:0;}
#main_location ul li a { width: 9px; height: 9px; display: block; transition: all .3s ease; border-radius: 50%; margin: 7px auto 0 auto; transition: all 0.3s;}



#main_location.white ul li a{background: rgba(255,255,255,.16);}
#main_location.black ul li a{background: rgba(103,88,70,.16);}

#main_location.white ul li.active {border: 1px solid #fff;}
#main_location.white ul li.active a{background: #fff;}

#main_location.black ul li.active {border: 1px solid #675846;}
#main_location.black ul li.active a {background: #675846; }


@media screen and (max-width:1800px) {
    #main_location {display: none;}
}
