@layer base {
  html {
    -webkit-tap-highlight-color: transparent;
  }
}

#moscow_ao_map,
#moscow_ao_map:hover,
#moscow_ao_map:active
 {
  display: block;

  margin: auto;

  max-width: 870px;

  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
 }

.ao_back
 {
  position: fixed;
  top: 0px;
  left: 0px;

  width: 100%;
  height: 100%;

  background-color: #000000;

  opacity: 0.5;

  z-index: 2000;
 }


.map_ao
 {
  position: fixed;
  top: 0px;
  left: 0px;

  width: 100%;
  height: 100%;

  z-index: 2100;
 }

.ao_wrap
 {
  position: relative;

  margin: auto;

  width: 100%;
  max-width: 1260px;
  height: 100%;
  max-height: 1260px;

  background-color: #ffffff;

  overflow-y: scroll
 }

.ao_close
 {
  position: absolute;
  top: 0px;
  right: 0px;

  padding: 20px;

  cursor: pointer;

  font-size: 16px;
 }

.ao_close:hover
 {
  background-color: #efefef;
 }

.ao_lines
 {
  margin-top: 56px;
  margin-bottom: 20px;

  padding: 10px;

  text-align: center;
 }

.ao_line
 {
  display: inline-block;

  margin-right: 10px;
  margin-bottom: 10px;

  vertical-align: middle;

  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;

  background-color: #ffffff;

  cursor: pointer;
 }

.ao_line:hover
 {
  background-color: #efefef;
 }

.ao_label
 {
  display: inline-block;

  vertical-align: middle;

  width: 25px;
  height: 25px;

  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;

  line-height: 25px;

  text-align: center;

  font-size: 12px;
  color: #ffffff;
 }

.ao_name
 {
  display: inline-block;

  vertical-align: middle;

  padding-right: 12px;
 }

.ao_name.clear
 {
  height: 25px;
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;

  line-height: 25px;

  font-weight: bold;
  font-size: 18px;
  color: #ff0000;
 }

.ao_name.apply
 {
  height: 25px;
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;

  line-height: 25px;

  font-weight: bold;
  font-size: 18px;
  color: #0174ff;
 }


