body {
  font-size: 12.5px;
  font-family: "Yandex_Sans_Display_Web_Light", arial, helvetica;
  width: 1000px;
}


/* ЗАГОЛОВКИ */
#header {
  font-family: "Yandex_Sans_Display_Web_Bold";
  font-size: 17px;
  color: #000000;
  letter-spacing: .02em;
  line-height: 20px;
  margin-bottom: 11px;
}

#subheader {
  font-family: "Yandex_Sans_Display_Web_Light";
  font-size: 12.5px;
  color: #000000;
  line-height: 15px;
  margin-bottom: 20px;
}


/* ПОИСК */
form.search {
  display: inline-block;
}

input.search {
  position: absolute;
  left: 715px;
  top: 105px;
  width: 210px;
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #aaa;
  /*padding: 5px 7px 4px 7px;*/
  padding: 3px 5px 2px 5px;
  color: #888888;
  margin-bottom: 11px;
}


/* КНОПКИ */
.button {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  line-height: 28px;
  font-family: arial, sans-serif;
  padding: 0 13px;
  border-radius: 2px;
  /*border: rgba(0, 0, 0, 0.2) solid .5px;*/
  border: #cacaca solid 1px;
  margin: 0px 4px 6px 4px;
}

.button.accent {
  background-color: #ffdb4d;
}

.button.pale {
  cursor: default;
  opacity: .5;
}

#select-country {
  margin-top: 11px;
}


/* ЛЕГЕНДА */
.legend text {
  font-size: 12.5px;
  font-family: "Yandex_Sans_Display_Web_Light", arial, helvetica;
}


/* КРУГИ */
.node {
  cursor: default;
}

text {
  font: 10px sans-serif;
}

.arc path {
  fill: none;
  stroke: white;
  stroke-width: .3px;
}

circle.inactive {
  fill: #e5e5e5 !important;
}
circle.semi-active {
  fill: #a4d3b8 !important;
}
circle.active {
  fill: #43c288 !important;
}


/* КОНТЕНТ */
#content {
  margin-top: 11px;
  width: 1050px;
}


/* ИНФОРМАЦИОННОЕ ОКНО */
.infopane {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  height: 700px;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: auto;
  font-size: 12.5px;
  font-family: "Yandex_Sans_Display_Web_Light", arial, helvetica;
  margin-left: 20px;
}

.infopane, .infopane * {
  line-height: 15px;
}

.infopane div:first-child {
  font-family: "Yandex_Sans_Display_Web_Bold", arial, helvetica;
}

.infopane div {
  margin-bottom: 2px;
}

.infopane li {
  margin-bottom: 4px;
}

span.emphasize {
  font-family: "Yandex_Sans_Display_Web_Bold", arial, helvetica;
}

.infopane ol {
  padding: 0;
  list-style-type: none;
}

ol span.emphasize {
  font-size: 10px;
  display: inline-block;
  width: 5%;
  vertical-align: top;
}

.li-text {
  display: inline-block;
  width: 95%;
}


/* ТУЛТИП */
.tooltip {
  position: absolute;
  font-family: "Yandex_Sans_Display_Web_Light";
  font-size: 12.5px;
  padding: 6px;
  background: rgba(255, 255, 255, .9);
  /*background: #ebebeb;*/
  border: solid 1px rgba(203, 203, 203, .5);
  pointer-events: none;
  line-height: 15px;
  max-width: 300px;
}


/* ПОДПИСИ */
#caption {
  font-family: "Yandex_Sans_Display_Web_Regular";
  text-transform: uppercase;
  font-size: 9px;
  color: #555150;
  margin-top: 20px;
  letter-spacing: .06em;
  line-height: 13px;
}