@charset "UTF-8";
/* Расширение/Наследование */
.start-block-body, .start-block-body__pages {
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

.start-block-body-pages-item, .start-block-menu__nav ul li, .tabs-links li {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.over-hidden {
  overflow: hidden; }

* {
  outline: none !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-size: 0.83vw;
  font-family: "ChevinPro-Medium", sans-serif; }

html,
body,
main,
section,
.h-100 {
  height: 100%; }

.mb-1 {
  margin-bottom: 0.285vw; }

.mb-30 {
  margin-bottom: 1.56vw; }

/* MAIN STYLE */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.78vw;
  margin-left: -0.78vw; }

.col-6,
.col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.78vw;
  padding-left: 0.78vw; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* END MAIN STYLE */
.start-block {
  padding: 3.13vw 8.28vw 1.25vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }

.start-block-page {
  flex-direction: row;
  padding: 0;
  flex-grow: 0; }

.start-block__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

@keyframes animHeader {
  0% {
    -webkit-transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.3, 1.3); }
  100% {
    -webkit-transform: scale(1, 1); } }

@keyframes animHeader {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }

.start-block-header {
  flex-grow: 0;
  padding-bottom: 2.29vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2; }
  .start-block-header__title {
    width: 30%; }
    .start-block-header__title h1 {
      font-size: 3.613vh;
      color: #000;
      text-transform: uppercase; }
  .start-block-header__logo {
    width: 30%; }
    .start-block-header__logo img {
      width: 20vw;
      height: auto; }
  .start-block-header__text {
    text-align: center;
    width: 60%;
    padding: 0 3.5vw; }
    .start-block-header__text p {
      font-size: 0.73vw;
      margin-bottom: 0.285vw; }

.start-block-header__text p:last-child {
  margin-bottom: 0; }

.start-block-body {
  padding: 1.56vw 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2; }
  .start-block-body__header {
    width: 100%;
    padding-bottom: 0.78vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    position: relative; }
    .start-block-body__header h1 {
      font-size: 1.25vw;
      line-height: 1.2;
      font-weight: 500; }
  .start-block-body__cont {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column; }

.start-block-body.start-block-body--page {
  padding: 0.78vw 2.08vw;
  border-top: 0;
  border-bottom: 0; }

.start-block-body:before,
.start-block-body:after,
.start-block-body__header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 13%;
  height: 2px;
  background-color: #3e4345; }

.start-block-body__header:before {
  height: 2px;
  top: auto;
  bottom: -1px; }

.start-block-body.start-block-body--page:before,
.start-block-body.start-block-body--page:after {
  display: none; }

.start-block-body:after {
  top: auto;
  bottom: 0; }

.start-block-body-pages-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.63vw;
  -moz-border-radius: 0.63vw;
  border-radius: 0.63vw; }
  .start-block-body-pages-item__title {
    display: flex;
    align-items: center;
    justify-content: center; }
    .start-block-body-pages-item__title h2 {
      font-family: "ChevinPro-Medium", sans-serif;
      font-size: 2.768vh;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33;
      letter-spacing: 0.14px;
      text-align: center;
      color: #000; }

.start-block-body__dictionary .start-block-body-pages-item {
  height: auto;
  padding: 2vw;
  display: flex;
  align-items: center; }

.start-block-body-pages-item:hover,
.start-block-body-pages-item:active,
.start-block-body-pages-item:focus {
  background-color: white; }

.link-block {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.pos-r {
  position: relative; }

.ico-info {
  width: 2.6vw;
  height: 2.6vw;
  position: relative;
  margin-right: 2vw;
  top: -0.3vw; }

/* END FIRST PAGE STYLE */
/* ALL IN PAGE STYLE */
.start-block-menu {
  width: 11%;
  height: 100%;
  background-color: #f2f4f6;
  position: relative; }
  .start-block-menu__logo {
    width: 100%;
    height: 12.14vh;
    padding: 1.55vh 0 1.55vh 2.32vh;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .start-block-menu__logo img {
      width: auto;
      height: 100%; }
  .start-block-menu__nav ul li {
    position: relative; }
    .start-block-menu__nav ul li a {
      line-height: 1.4;
      letter-spacing: 0.07px;
      font-size: 0.78vw;
      color: #000;
      font-family: "SFUI-Semibold", sans-serif;
      font-weight: 500;
      text-decoration: none;
      list-style: none;
      padding: 0 0 0 2.32vh;
      width: 100%;
      height: 5.38vw;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-top: 1px solid #c5c5c5;
      background-color: transparent; }
    .start-block-menu__nav ul li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 0.21vw;
      height: 90%;
      border-top-right-radius: 0.42vw;
      border-bottom-right-radius: 0.42vw;
      background-color: transparent; }
  .start-block-menu__authors {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.57vw; }
    .start-block-menu__authors ul {
      width: 100%;
      height: auto;
      list-style: none; }
      .start-block-menu__authors ul li {
        width: 100%;
        height: auto;
        margin-bottom: 0.2vw;
        font-size: 0.63vw;
        line-height: 1.2; }

.start-block-menu__authors ul li:last-child {
  margin-bottom: 0; }

.start-block-menu__nav ul li.active:before {
  background-color: #ff6600; }

.start-block-menu__nav ul li.active,
.start-block-menu__nav ul li:hover {
  background-color: rgba(82, 88, 113, 0.08); }

@media (min-width: 2560px) {
  .start-block-menu {
    width: 12%; } }

.start-block-body-cont {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .start-block-body-cont svg {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .start-block-body-cont--img img {
    width: auto;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.tabs-content__data img {
  width: auto;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.start-block-body-cont-block {
  width: 100%;
  height: 1.25vw; }

.pos-link {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.start-block-body-cont__head {
  width: 100%;
  height: 1.25vw; }

.start-block-body-cont__footer {
  width: 100%;
  height: 0.57vw; }

.start-block-body-cont__body {
  width: 100%;
  height: 100%;
  position: relative;
  flex-grow: 1; }

.flex-grow {
  flex-grow: 1; }

.point-none {
  pointer-events: none; }

.start-block-body-cont__points {
  position: absolute;
  width: 90%;
  height: 90%;
  right: 0;
  top: 0; }

.modal-info {
  position: absolute;
  width: 24vw;
  height: auto;
  -webkit-border-radius: 0.5vw;
  -moz-border-radius: 0.5vw;
  border-radius: 0.5vw;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }

#popup-body {
  width: 100%;
  height: auto;
  padding: 1.4vw;
  position: relative;
  -webkit-border-radius: 0.5vw;
  -moz-border-radius: 0.5vw;
  border-radius: 0.5vw; }
  #popup-body h2 {
    font-size: 1.15vw;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0.285vw;
    line-height: 1.2;
    font-family: "ChevinPro-Medium", sans-serif; }
  #popup-body p {
    font-size: 1.04vw;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
    font-family: "ChevinPro-Medium", sans-serif; }

#popup-body.modal-red {
  background-color: #e33825; }

#popup-body.modal-blue {
  background-color: #1e9bd6; }

#popup-body.modal-orange {
  background-color: #f16620; }

.modal-info.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible; }

.modal-info.left-top {
  left: 2vw;
  top: 2vw;
  bottom: auto; }

.modal-info.right-top {
  right: 2vw;
  top: 2vw;
  bottom: auto; }

.modal-info.left-bottom {
  left: 2vw;
  bottom: 2vw;
  top: auto; }

.modal-info.right-bottom {
  right: 2vw;
  bottom: 2vw;
  top: auto; }

.modal-info-close {
  position: absolute;
  right: -0.78vw;
  top: -0.78vw;
  width: 2.6vw;
  height: 2.6vw;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-info-close svg {
  width: 40% !important;
  height: 40% !important;
  position: relative;
  opacity: .7; }

.event-none {
  pointer-events: none; }

.start-block-body-cont > div,
.tabs-content,
.tabs-content__data {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  
.start-block-menu-authors__img img {
	width: 45%;
	height: auto;
}

#back-body #MAP #ICONS g,
#back-body #MAP #LINES * {
  opacity: .4; }

#back-body.f1 #MAP #ICONS g,
#back-body.f1 #MAP #LINES *,
#back-body.f2 #MAP #ICONS g,
#back-body.f2 #MAP #LINES *,
#back-body.f3 #MAP #ICONS g,
#back-body.f3 #MAP #LINES *,
#back-body.f4 #MAP #ICONS g,
#back-body.f4 #MAP #LINES *,
#back-body.f5 #MAP #ICONS g,
#back-body.f5 #MAP #LINES *,
#back-body.f6 #MAP #ICONS g,
#back-body.f6 #MAP #LINES *,
#back-body.f7 #MAP #ICONS g,
#back-body.f7 #MAP #LINES *,
#back-body.f8 #MAP #ICONS g,
#back-body.f8 #MAP #LINES *,
#back-body.f9 #MAP #ICONS g,
#back-body.f9 #MAP #LINES *,
#back-body.f10 #MAP #ICONS g,
#back-body.f10 #MAP #LINES *,
#back-body.f11 #MAP #ICONS g,
#back-body.f11 #MAP #LINES *,
#back-body.f12 #MAP #ICONS g,
#back-body.f12 #MAP #LINES *,
#back-body.f13 #MAP #ICONS g,
#back-body.f13 #MAP #LINES *,
#back-body.f14 #MAP #ICONS g,
#back-body.f14 #MAP #LINES *,
#back-body.f15 #MAP #ICONS g,
#back-body.f15 #MAP #LINES *,
#back-body.f16 #MAP #ICONS g,
#back-body.f16 #MAP #LINES *,
#back-body.f17 #MAP #ICONS g,
#back-body.f17 #MAP #LINES *,
#back-body.f18 #MAP #ICONS g,
#back-body.f18 #MAP #LINES *,
#back-body.f19 #MAP #ICONS g,
#back-body.f19 #MAP #LINES *,
#back-body.f20 #MAP #ICONS g,
#back-body.f20 #MAP #LINES *,
#back-body.f21 #MAP #ICONS g,
#back-body.f21 #MAP #LINES *,
#back-body.f22 #MAP #ICONS g,
#back-body.f22 #MAP #LINES *,
#back-body.f23 #MAP #ICONS g,
#back-body.f23 #MAP #LINES *,
#back-body.f24 #MAP #ICONS g,
#back-body.f24 #MAP #LINES *,
#back-body.f25 #MAP #ICONS g,
#back-body.f25 #MAP #LINES *,
#back-body.f26 #MAP #ICONS g,
#back-body.f26 #MAP #LINES *,
#back-body.f27 #MAP #ICONS g,
#back-body.f27 #MAP #LINES *,
#back-body.f28 #MAP #ICONS g,
#back-body.f28 #MAP #LINES *,
#back-body.f29 #MAP #ICONS g,
#back-body.f29 #MAP #LINES *,
#back-body.f30 #MAP #ICONS g,
#back-body.f30 #MAP #LINES *,
#back-body.f31 #MAP #ICONS g,
#back-body.f31 #MAP #LINES *,
#back-body.f32 #MAP #ICONS g,
#back-body.f32 #MAP #LINES *,
#back-body.f33 #MAP #ICONS g,
#back-body.f33 #MAP #LINES *,
#back-body.f34 #MAP #ICONS g,
#back-body.f34 #MAP #LINES *,
#back-body.f35 #MAP #ICONS g,
#back-body.f35 #MAP #LINES *,
#back-body.c1 #MAP #ICONS g,
#back-body.c1 #MAP #LINES *,
#back-body.c2 #MAP #ICONS g,
#back-body.c2 #MAP #LINES *,
#back-body.c3 #MAP #ICONS g,
#back-body.c3 #MAP #LINES *,
#back-body.c4 #MAP #ICONS g,
#back-body.c4 #MAP #LINES *,
#back-body.c5 #MAP #ICONS g,
#back-body.c5 #MAP #LINES *,
#back-body.c6 #MAP #ICONS g,
#back-body.c6 #MAP #LINES *,
#back-body.c7 #MAP #ICONS g,
#back-body.c7 #MAP #LINES *,
#back-body.c8 #MAP #ICONS g,
#back-body.c8 #MAP #LINES *,
#back-body.c9 #MAP #ICONS g,
#back-body.c9 #MAP #LINES *,
#back-body.c10 #MAP #ICONS g,
#back-body.c10 #MAP #LINES *,
#back-body.c11 #MAP #ICONS g,
#back-body.c11 #MAP #LINES *,
#back-body.c12 #MAP #ICONS g,
#back-body.c12 #MAP #LINES *,
#back-body.c13 #MAP #ICONS g,
#back-body.c13 #MAP #LINES *,
#back-body.c14 #MAP #ICONS g,
#back-body.c14 #MAP #LINES *,
#back-body.c15 #MAP #ICONS g,
#back-body.c15 #MAP #LINES *,
#back-body.c16 #MAP #ICONS g,
#back-body.c16 #MAP #LINES *,
#back-body.c17 #MAP #ICONS g,
#back-body.c17 #MAP #LINES *,
#back-body.c18 #MAP #ICONS g,
#back-body.c18 #MAP #LINES *,
#back-body.c19 #MAP #ICONS g,
#back-body.c19 #MAP #LINES *,
#back-body.c20 #MAP #ICONS g,
#back-body.c20 #MAP #LINES *,
#back-body.c21 #MAP #ICONS g,
#back-body.c21 #MAP #LINES *,
#back-body.c22 #MAP #ICONS g,
#back-body.c22 #MAP #LINES *,
#back-body.h1 #MAP #ICONS g,
#back-body.h1 #MAP #LINES *,
#back-body.h2 #MAP #ICONS g,
#back-body.h2 #MAP #LINES *,
#back-body.h3 #MAP #ICONS g,
#back-body.h3 #MAP #LINES *,
#back-body.h4 #MAP #ICONS g,
#back-body.h4 #MAP #LINES *,
#back-body.h5 #MAP #ICONS g,
#back-body.h5 #MAP #LINES *,
#back-body.h6 #MAP #ICONS g,
#back-body.h6 #MAP #LINES *,
#back-body.h7 #MAP #ICONS g,
#back-body.h7 #MAP #LINES *,
#back-body.h8 #MAP #ICONS g,
#back-body.h8 #MAP #LINES *,
#back-body.h9 #MAP #ICONS g,
#back-body.h9 #MAP #LINES *,
#back-body.h10 #MAP #ICONS g,
#back-body.h10 #MAP #LINES *,
#back-body.h11 #MAP #ICONS g,
#back-body.h11 #MAP #LINES *,
#back-body.h12 #MAP #ICONS g,
#back-body.h12 #MAP #LINES *,
#back-body.h13 #MAP #ICONS g,
#back-body.h13 #MAP #LINES *,
#back-body.h14 #MAP #ICONS g,
#back-body.h14 #MAP #LINES *,
#back-body.h15 #MAP #ICONS g,
#back-body.h15 #MAP #LINES *,
#back-body.h16 #MAP #ICONS g,
#back-body.h16 #MAP #LINES *,
#back-body.h17 #MAP #ICONS g,
#back-body.h17 #MAP #LINES *,
#back-body.h18 #MAP #ICONS g,
#back-body.h18 #MAP #LINES *,
#back-body.h19 #MAP #ICONS g,
#back-body.h19 #MAP #LINES *,
#back-body.h20 #MAP #ICONS g,
#back-body.h20 #MAP #LINES *,
#back-body.h21 #MAP #ICONS g,
#back-body.h21 #MAP #LINES *,
#back-body.h22 #MAP #ICONS g,
#back-body.h22 #MAP #LINES *,
#back-body.h23 #MAP #ICONS g,
#back-body.h23 #MAP #LINES * {
  opacity: .4; }

#back-body.f1 #MAP #ICONS g.f1,
#back-body.f2 #MAP #ICONS g.f2,
#back-body.f3 #MAP #ICONS g.f3,
#back-body.f4 #MAP #ICONS g.f4,
#back-body.f5 #MAP #ICONS g.f5,
#back-body.f6 #MAP #ICONS g.f6,
#back-body.f7 #MAP #ICONS g.f7,
#back-body.f8 #MAP #ICONS g.f8,
#back-body.f9 #MAP #ICONS g.f9,
#back-body.f10 #MAP #ICONS g.f10,
#back-body.f11 #MAP #ICONS g.f11,
#back-body.f12 #MAP #ICONS g.f12,
#back-body.f13 #MAP #ICONS g.f13,
#back-body.f14 #MAP #ICONS g.f14,
#back-body.f15 #MAP #ICONS g.f15,
#back-body.f16 #MAP #ICONS g.f16,
#back-body.f17 #MAP #ICONS g.f17,
#back-body.f18 #MAP #ICONS g.f18,
#back-body.f19 #MAP #ICONS g.f19,
#back-body.f20 #MAP #ICONS g.f20,
#back-body.f21 #MAP #ICONS g.f21,
#back-body.f22 #MAP #ICONS g.f22,
#back-body.f23 #MAP #ICONS g.f23,
#back-body.f24 #MAP #ICONS g.f24,
#back-body.f25 #MAP #ICONS g.f25,
#back-body.f26 #MAP #ICONS g.f26,
#back-body.f27 #MAP #ICONS g.f27,
#back-body.f28 #MAP #ICONS g.f28,
#back-body.f29 #MAP #ICONS g.f29,
#back-body.f30 #MAP #ICONS g.f30,
#back-body.f31 #MAP #ICONS g.f31,
#back-body.f32 #MAP #ICONS g.f32,
#back-body.f33 #MAP #ICONS g.f33,
#back-body.f34 #MAP #ICONS g.f34,
#back-body.f35 #MAP #ICONS g.f35,
#back-body.c1 #MAP #ICONS g.c1,
#back-body.c2 #MAP #ICONS g.c2,
#back-body.c3 #MAP #ICONS g.c3,
#back-body.c4 #MAP #ICONS g.c4,
#back-body.c5 #MAP #ICONS g.c5,
#back-body.c6 #MAP #ICONS g.c6,
#back-body.c7 #MAP #ICONS g.c7,
#back-body.c8 #MAP #ICONS g.c8,
#back-body.c9 #MAP #ICONS g.c9,
#back-body.c10 #MAP #ICONS g.c10,
#back-body.c11 #MAP #ICONS g.c11,
#back-body.c12 #MAP #ICONS g.c12,
#back-body.c13 #MAP #ICONS g.c13,
#back-body.c14 #MAP #ICONS g.c14,
#back-body.c15 #MAP #ICONS g.c15,
#back-body.c16 #MAP #ICONS g.c16,
#back-body.c17 #MAP #ICONS g.c17,
#back-body.c18 #MAP #ICONS g.c18,
#back-body.c19 #MAP #ICONS g.c19,
#back-body.c20 #MAP #ICONS g.c20,
#back-body.c21 #MAP #ICONS g.c21,
#back-body.c22 #MAP #ICONS g.c22,
#back-body.h1 #MAP #ICONS g.h1,
#back-body.h2 #MAP #ICONS g.h2,
#back-body.h3 #MAP #ICONS g.h3,
#back-body.h4 #MAP #ICONS g.h4,
#back-body.h5 #MAP #ICONS g.h5,
#back-body.h6 #MAP #ICONS g.h6,
#back-body.h7 #MAP #ICONS g.h7,
#back-body.h8 #MAP #ICONS g.h8,
#back-body.h9 #MAP #ICONS g.h9,
#back-body.h10 #MAP #ICONS g.h10,
#back-body.h11 #MAP #ICONS g.h11,
#back-body.h12 #MAP #ICONS g.h12,
#back-body.h13 #MAP #ICONS g.h13,
#back-body.h14 #MAP #ICONS g.h14,
#back-body.h15 #MAP #ICONS g.h15,
#back-body.h16 #MAP #ICONS g.h16,
#back-body.h17 #MAP #ICONS g.h17,
#back-body.h18 #MAP #ICONS g.h18,
#back-body.h19 #MAP #ICONS g.h19,
#back-body.h20 #MAP #ICONS g.h20,
#back-body.h21 #MAP #ICONS g.h21,
#back-body.h22 #MAP #ICONS g.h22,
#back-body.h23 #MAP #ICONS g.h23,
#back-body.f1 #MAP #LINES path#Stroke-2279,
#back-body.f1 #MAP #LINES path#Stroke-2041,
#back-body.f1 #MAP #LINES line#Stroke-2281,
#back-body.f1 #MAP #LINES path#Stroke-2037,
#back-body.f1 #MAP #LINES path#Stroke-2039,
#back-body.f1 #MAP #LINES path#Stroke-2035,
#back-body.f1 #MAP #LINES path#Stroke-2033,
#back-body.f2 #MAP #LINES path#Stroke-2117,
#back-body.f3 #MAP #LINES path#Stroke-2125,
#back-body.f3 #MAP #LINES line#Stroke-2123,
#back-body.f3 #MAP #LINES path#Stroke-2133,
#back-body.f3 #MAP #LINES path#Stroke-2135,
#back-body.f3 #MAP #LINES path#Stroke-2059,
#back-body.f3 #MAP #LINES path#Stroke-2043,
#back-body.f4 #MAP #LINES path#Stroke-1961,
#back-body.f4 #MAP #LINES path#Stroke-1963,
#back-body.f4 #MAP #LINES path#Stroke-2135,
#back-body.f4 #MAP #LINES path#Stroke-2115,
#back-body.f4 #MAP #LINES path#Stroke-2231,
#back-body.f4 #MAP #LINES path#Stroke-2235,
#back-body.f4 #MAP #LINES path#Stroke-2237,
#back-body.f4 #MAP #LINES path#Stroke-2239,
#back-body.f4 #MAP #LINES path#Stroke-2241,
#back-body.f4 #MAP #LINES path#Stroke-2233,
#back-body.f4 #MAP #LINES path#Stroke-2229,
#back-body.f4 #MAP #LINES path#Stroke-2227,
#back-body.f5 #MAP #LINES path#Stroke-2039,
#back-body.f6 #MAP #LINES line#Stroke-2123,
#back-body.f7 #MAP #LINES path#Stroke-2125,
#back-body.f7 #MAP #LINES path#Stroke-2031,
#back-body.f7 #MAP #LINES line#Stroke-2281,
#back-body.f8 #MAP #LINES path#Stroke-2279,
#back-body.f9 #MAP #LINES path#Stroke-2037,
#back-body.f10 #MAP #LINES path#Stroke-2081,
#back-body.f10 #MAP #LINES path#Stroke-2043,
#back-body.f11 #MAP #LINES path#Stroke-2079,
#back-body.f11 #MAP #LINES path#Stroke-2055,
#back-body.f11 #MAP #LINES path#Stroke-2133,
#back-body.f11 #MAP #LINES path#Stroke-2035,
#back-body.f11 #MAP #LINES path#Stroke-2131,
#back-body.f11 #MAP #LINES path#Stroke-2129,
#back-body.f11 #MAP #LINES path#Stroke-2137,
#back-body.f12 #MAP #LINES path#Stroke-2137,
#back-body.f12 #MAP #LINES path#Stroke-2139,
#back-body.f13 #MAP #LINES path#Stroke-2139,
#back-body.f13 #MAP #LINES path#Stroke-2025,
#back-body.f14 #MAP #LINES path#Stroke-2041,
#back-body.f14 #MAP #LINES path#Stroke-2077,
#back-body.f14 #MAP #LINES path#Stroke-2131,
#back-body.f15 #MAP #LINES path#Stroke-2071,
#back-body.f15 #MAP #LINES path#Stroke-2075,
#back-body.f15 #MAP #LINES line#Shape-pathE33825,
#back-body.f16 #MAP #LINES path#Path33825,
#back-body.f16 #MAP #LINES path#Stroke-2129,
#back-body.f16 #MAP #LINES path#Stroke-2057,
#back-body.f17 #MAP #LINES path#Stroke-2055,
#back-body.f17 #MAP #LINES path#Stroke-2127,
#back-body.f17 #MAP #LINES path#Stroke-2283,
#back-body.f17 #MAP #LINES path#Stroke-2175,
#back-body.f17 #MAP #LINES path#Stroke-2067,
#back-body.f17 #MAP #LINES path#PathF07395,
#back-body.f18 #MAP #LINES path#Stroke-2059,
#back-body.f18 #MAP #LINES polyline#Shape3825,
#back-body.f33 #MAP #LINES polyline#Shape3825,
#back-body.f33 #MAP #LINES line#Shape3825-path,
#back-body.f26 #MAP #LINES line#Shape3825-path,
#back-body.f18 #MAP #LINES path#Shape3825,
#back-body.f18 #MAP #LINES path#Stroke-2097,
#back-body.f18 #MAP #LINES path#Stroke-2065,
#back-body.f18 #MAP #LINES polyline#Stroke-2063,
#back-body.f19 #MAP #LINES path#PathE33825,
#back-body.f19 #MAP #LINES path#Stroke-2073,
#back-body.f19 #MAP #LINES line#PathE338252,
#back-body.f19 #MAP #LINES path#Stroke-2083,
#back-body.f20 #MAP #LINES path#Stroke-2171,
#back-body.f21 #MAP #LINES path#Stroke-2065,
#back-body.f22 #MAP #LINES path#Stroke-2175,
#back-body.f22 #MAP #LINES path#Stroke-2087,
#back-body.f22 #MAP #LINES path#Stroke-2003,
#back-body.f22 #MAP #LINES line#Stroke-2173,
#back-body.f22 #MAP #LINES path#Stroke-2171,
#back-body.f22 #MAP #LINES path#Stroke-2093,
#back-body.f22 #MAP #LINES path#Path9D9D9D,
#back-body.f22 #MAP #LINES path#Stroke-2095,
#back-body.f22 #MAP #LINES path#Stroke-2091,
#back-body.f23 #MAP #LINES path#Stroke-2077,
#back-body.f23 #MAP #LINES path#Stroke-2083,
#back-body.f24 #MAP #LINES path#Stroke-2019,
#back-body.f24 #MAP #LINES path#Stroke-2081,
#back-body.f25 #MAP #LINES path#Stroke-2067,
#back-body.f25 #MAP #LINES path#Stroke-2079,
#back-body.f25 #MAP #LINES path#Stroke-2075,
#back-body.f25 #MAP #LINES path#PathE33825,
#back-body.f25 #MAP #LINES path#Stroke-2073,
#back-body.f26 #MAP #LINES polyline#Stroke-2063,
#back-body.f26 #MAP #LINES line#Stroke-2089,
#back-body.f26 #MAP #LINES path#Stroke-2093,
#back-body.f26 #MAP #LINES path#Stroke-2099,
#back-body.f27 #MAP #LINES path#Stroke-2073,
#back-body.f27 #MAP #LINES line#Stroke-2173,
#back-body.f27 #MAP #LINES path#Shape-path3825,
#back-body.f28 #MAP #LINES path#Stroke-2095,
#back-body.f29 #MAP #LINES path#Stroke-2285,
#back-body.f29 #MAP #LINES path#Stroke-2061,
#back-body.f29 #MAP #LINES path#Stroke-2069,
#back-body.f30 #MAP #LINES path#Stroke-2061,
#back-body.f30 #MAP #LINES path#Stroke-2087,
#back-body.f30 #MAP #LINES path#Path9D9D9D,
#back-body.f31 #MAP #LINES path#Stroke-2071,
#back-body.f31 #MAP #LINES path#Shape-pathE233825,
#back-body.f31 #MAP #LINES line#Shape-pathE33825,
#back-body.f31 #MAP #LINES path#Stroke-2127,
#back-body.f31 #MAP #LINES path#Stroke-2069,
#back-body.f32 #MAP #LINES path#Stroke-2057,
#back-body.f32 #MAP #LINES path#Path33825,
#back-body.f32 #MAP #LINES line#Stroke-2089,
#back-body.f33 #MAP #LINES polyline#Stroke-2063,
#back-body.f33 #MAP #LINES path#Shape3825,
#back-body.f34 #MAP #LINES path#Stroke-2283,
#back-body.f34 #MAP #LINES path#Stroke-2071,
#back-body.f34 #MAP #LINES path#Stroke-2285,
#back-body.f34 #MAP #LINES path#Shape-pathE233825,
#back-body.f34 #MAP #LINES path#PathF07395,
#back-body.f34 #MAP #LINES path#PathF073952,
#back-body.f35 #MAP #LINES path#Stroke-2073,
#back-body.f35 #MAP #LINES path#Shape-path3825,
#back-body.f35 #MAP #LINES line#PathE338252,
#back-body.f1 #MAP #ICONS g.f8,
#back-body.f1 #MAP #ICONS g.f14,
#back-body.f1 #MAP #ICONS g.f7,
#back-body.f1 #MAP #ICONS g.f5,
#back-body.f1 #MAP #ICONS g.f11,
#back-body.f1 #MAP #ICONS g.c2,
#back-body.f1 #MAP #ICONS g.f9,
#back-body.f2 #MAP #ICONS g.f4,
#back-body.f3 #MAP #ICONS g.f4,
#back-body.f3 #MAP #ICONS g.f6,
#back-body.f3 #MAP #ICONS g.f7,
#back-body.f3 #MAP #ICONS g.f10,
#back-body.f3 #MAP #ICONS g.f4,
#back-body.f3 #MAP #ICONS g.f11,
#back-body.f3 #MAP #ICONS g.f18,
#back-body.f4 #MAP #ICONS g.f3,
#back-body.f4 #MAP #ICONS g.c5,
#back-body.f4 #MAP #ICONS g.c12,
#back-body.f4 #MAP #ICONS g.h9,
#back-body.f5 #MAP #ICONS g.f1,
#back-body.f6 #MAP #ICONS g.f3,
#back-body.f7 #MAP #ICONS g.f1,
#back-body.f7 #MAP #ICONS g.f3,
#back-body.f7 #MAP #ICONS g.c15,
#back-body.f8 #MAP #ICONS g.f1,
#back-body.f9 #MAP #ICONS g.f1,
#back-body.f10 #MAP #ICONS g.f3,
#back-body.f10 #MAP #ICONS g.f24,
#back-body.f11 #MAP #ICONS g.f3,
#back-body.f11 #MAP #ICONS g.f1,
#back-body.f11 #MAP #ICONS g.f12,
#back-body.f11 #MAP #ICONS g.f14,
#back-body.f11 #MAP #ICONS g.f16,
#back-body.f11 #MAP #ICONS g.f17,
#back-body.f11 #MAP #ICONS g.f25,
#back-body.f12 #MAP #ICONS g.f11,
#back-body.f12 #MAP #ICONS g.f13,
#back-body.f13 #MAP #ICONS g.f12,
#back-body.f13 #MAP #ICONS g.c13,
#back-body.f14 #MAP #ICONS g.f1,
#back-body.f14 #MAP #ICONS g.f11,
#back-body.f14 #MAP #ICONS g.f23,
#back-body.f15 #MAP #ICONS g.f25,
#back-body.f15 #MAP #ICONS g.f31,
#back-body.f16 #MAP #ICONS g.f11,
#back-body.f16 #MAP #ICONS g.f32,
#back-body.f17 #MAP #ICONS g.f25,
#back-body.f17 #MAP #ICONS g.f11,
#back-body.f17 #MAP #ICONS g.f34,
#back-body.f17 #MAP #ICONS g.f31,
#back-body.f17 #MAP #ICONS g.f22,
#back-body.f18 #MAP #ICONS g.f3,
#back-body.f18 #MAP #ICONS g.c21,
#back-body.f18 #MAP #ICONS g.f21,
#back-body.f18 #MAP #ICONS g.f33,
#back-body.f19 #MAP #ICONS g.f23,
#back-body.f19 #MAP #ICONS g.f25,
#back-body.f19 #MAP #ICONS g.f35,
#back-body.f20 #MAP #ICONS g.f22,
#back-body.f21 #MAP #ICONS g.f18,
#back-body.f22 #MAP #ICONS g.f17,
#back-body.f22 #MAP #ICONS g.f20,
#back-body.f22 #MAP #ICONS g.f27,
#back-body.f22 #MAP #ICONS g.f28,
#back-body.f22 #MAP #ICONS g.f26,
#back-body.f22 #MAP #ICONS g.c15,
#back-body.f22 #MAP #ICONS g.c17,
#back-body.f22 #MAP #ICONS g.f30,
#back-body.f23 #MAP #ICONS g.f14,
#back-body.f23 #MAP #ICONS g.f19,
#back-body.f24 #MAP #ICONS g.f10,
#back-body.f24 #MAP #ICONS g.c9,
#back-body.f25 #MAP #ICONS g.f11,
#back-body.f25 #MAP #ICONS g.f17,
#back-body.f25 #MAP #ICONS g.f15,
#back-body.f25 #MAP #ICONS g.f19,
#back-body.f26 #MAP #ICONS g.f33,
#back-body.f26 #MAP #ICONS g.f32,
#back-body.f26 #MAP #ICONS g.f22,
#back-body.f26 #MAP #ICONS g.c21,
#back-body.f27 #MAP #ICONS g.f35,
#back-body.f27 #MAP #ICONS g.f22,
#back-body.f28 #MAP #ICONS g.f22,
#back-body.f29 #MAP #ICONS g.f34,
#back-body.f29 #MAP #ICONS g.f31,
#back-body.f29 #MAP #ICONS g.f30,
#back-body.f30 #MAP #ICONS g.f29,
#back-body.f30 #MAP #ICONS g.f22,
#back-body.f31 #MAP #ICONS g.f15,
#back-body.f31 #MAP #ICONS g.f17,
#back-body.f31 #MAP #ICONS g.f34,
#back-body.f31 #MAP #ICONS g.f29,
#back-body.f32 #MAP #ICONS g.f16,
#back-body.f32 #MAP #ICONS g.f26,
#back-body.f33 #MAP #ICONS g.f18,
#back-body.f33 #MAP #ICONS g.f26,
#back-body.f34 #MAP #ICONS g.f17,
#back-body.f34 #MAP #ICONS g.f31,
#back-body.f34 #MAP #ICONS g.f29,
#back-body.f35 #MAP #ICONS g.f27,
#back-body.f35 #MAP #ICONS g.f19 {
  opacity: 1; }

#back-body.c1 #MAP #LINES path#Stroke-2167,
#back-body.c1 #MAP #LINES path#Stroke-2165,
#back-body.c2 #MAP #LINES line#Stroke-2029,
#back-body.c2 #MAP #LINES line#Stroke-2027,
#back-body.c2 #MAP #LINES path#Stroke-2033,
#back-body.c3 #MAP #LINES path#Stroke-2169,
#back-body.c3 #MAP #LINES path#Stroke-1957,
#back-body.c3 #MAP #LINES path#Stroke-2167,
#back-body.c3 #MAP #LINES path#Stroke-2021,
#back-body.c3 #MAP #LINES path#Stroke-2023,
#back-body.c3 #MAP #LINES path#Path-1E9BD6,
#back-body.c4 #MAP #LINES path#Stroke-2169,
#back-body.c5 #MAP #LINES path#Stroke-2119,
#back-body.c5 #MAP #LINES path#Stroke-2115,
#back-body.c6 #MAP #LINES path#Stroke-2119,
#back-body.c6 #MAP #LINES line#Stroke-2029,
#back-body.c7 #MAP #LINES path#Stroke-1957,
#back-body.c7 #MAP #LINES line#Path-1E9BD6,
#back-body.c7 #MAP #LINES path#Path-1E9BD6,
#back-body.c8 #MAP #LINES path#Stroke-1957,
#back-body.c8 #MAP #LINES path#Path9BD6,
#back-body.c8 #MAP #LINES line#Path-1E9BD6,
#back-body.c8 #MAP #LINES path#Stroke-1955,
#back-body.c9 #MAP #LINES path#Stroke-2165,
#back-body.c9 #MAP #LINES path#Stroke-2019,
#back-body.c9 #MAP #LINES path#Stroke-2017,
#back-body.c10 #MAP #LINES line#Stroke-2015,
#back-body.c10 #MAP #LINES path#Stroke-2017,
#back-body.c10 #MAP #LINES path#Stroke-1953,
#back-body.c11 #MAP #LINES path#Stroke-2023,
#back-body.c12 #MAP #LINES path#Stroke-1963,
#back-body.c12 #MAP #LINES path#Stroke-1967,
#back-body.c13 #MAP #LINES path#Stroke-2113,
#back-body.c13 #MAP #LINES path#Stroke-2121,
#back-body.c13 #MAP #LINES path#Stroke-2263,
#back-body.c13 #MAP #LINES path#Stroke-2265,
#back-body.c13 #MAP #LINES path#Stroke-2267,
#back-body.c13 #MAP #LINES path#Stroke-2269,
#back-body.c13 #MAP #LINES path#Stroke-2259,
#back-body.c13 #MAP #LINES path#Stroke-2261,
#back-body.c13 #MAP #LINES path#Stroke-2273,
#back-body.c13 #MAP #LINES path#Stroke-2271,
#back-body.c13 #MAP #LINES line#Stroke-2027,
#back-body.c14 #MAP #LINES path#Stroke-2113,
#back-body.c14 #MAP #LINES path#Stroke-2109,
#back-body.c14 #MAP #LINES path#Stroke-1955,
#back-body.c14 #MAP #LINES line#Stroke-2015,
#back-body.c14 #MAP #LINES polyline#Path1E9BD6,
#back-body.c15 #MAP #LINES path#Stroke-2031,
#back-body.c14 #MAP #LINES path#Path9BD6,
#back-body.c15 #MAP #LINES path#Stroke-1953,
#back-body.c15 #MAP #LINES path#Stroke-1959,
#back-body.c15 #MAP #LINES path#Stroke-1983,
#back-body.c15 #MAP #LINES path#Stroke-2003,
#back-body.c15 #MAP #LINES line#Stroke-2111,
#back-body.c16 #MAP #LINES path#Stroke-1951,
#back-body.c16 #MAP #LINES path#Stroke-1987,
#back-body.c17 #MAP #LINES path#Stroke-2121,
#back-body.c17 #MAP #LINES path#Stroke-2091,
#back-body.c18 #MAP #LINES path#Stroke-1955,
#back-body.c18 #MAP #LINES polyline#Path1E9BD6,
#back-body.c19 #MAP #LINES path#Stroke-2287,
#back-body.c19 #MAP #LINES path#Stroke-1989,
#back-body.c19 #MAP #LINES path#Stroke-2085,
#back-body.c20 #MAP #LINES path#Stroke-2109,
#back-body.c20 #MAP #LINES line#Stroke-2111,
#back-body.c20 #MAP #LINES path#Stroke-1991,
#back-body.c21 #MAP #LINES path#Stroke-2099,
#back-body.c21 #MAP #LINES path#Stroke-2097,
#back-body.c22 #MAP #LINES path#Stroke-2251,
#back-body.c22 #MAP #LINES path#Stroke-2253,
#back-body.c22 #MAP #LINES path#Stroke-2255,
#back-body.c22 #MAP #LINES path#Stroke-2257,
#back-body.c22 #MAP #LINES path#Stroke-2247,
#back-body.c22 #MAP #LINES path#Stroke-2243,
#back-body.c22 #MAP #LINES path#Stroke-2249,
#back-body.c22 #MAP #LINES path#Stroke-2245,
#back-body.c22 #MAP #LINES path#Stroke-1989,
#back-body.c22 #MAP #LINES path#Stroke-1975,
#back-body.c22 #MAP #LINES line#Stroke-1965,
#back-body.c22 #MAP #LINES path#Stroke-1977,
#back-body.c22 #MAP #LINES path#Stroke-1979,
#back-body.c22 #MAP #LINES path#Stroke-1985,
#back-body.c1 #MAP #ICONS g.c3,
#back-body.c1 #MAP #ICONS g.c9,
#back-body.c2 #MAP #ICONS g.f1,
#back-body.c2 #MAP #ICONS g.c6,
#back-body.c2 #MAP #ICONS g.c13,
#back-body.c3 #MAP #ICONS g.c3,
#back-body.c3 #MAP #ICONS g.c4,
#back-body.c3 #MAP #ICONS g.c11,
#back-body.c3 #MAP #ICONS g.c7,
#back-body.c3 #MAP #ICONS g.c1,
#back-body.c3 #MAP #ICONS g.h7,
#back-body.c4 #MAP #ICONS g.c3,
#back-body.c5 #MAP #ICONS g.f4,
#back-body.c5 #MAP #ICONS g.c6,
#back-body.c6 #MAP #ICONS g.c5,
#back-body.c6 #MAP #ICONS g.c2,
#back-body.c7 #MAP #ICONS g.c3,
#back-body.c7 #MAP #ICONS g.c8,
#back-body.c9 #MAP #ICONS g.c1,
#back-body.c9 #MAP #ICONS g.c10,
#back-body.c9 #MAP #ICONS g.f24,
#back-body.c8 #MAP #ICONS g.c7,
#back-body.c8 #MAP #ICONS g.c14,
#back-body.c10 #MAP #ICONS g.c14,
#back-body.c10 #MAP #ICONS g.c15,
#back-body.c10 #MAP #ICONS g.c9,
#back-body.c11 #MAP #ICONS g.c3,
#back-body.c12 #MAP #ICONS g.f4,
#back-body.c12 #MAP #ICONS g.h12,
#back-body.c13 #MAP #ICONS g.c2,
#back-body.c13 #MAP #ICONS g.c17,
#back-body.c13 #MAP #ICONS g.c14,
#back-body.c14 #MAP #ICONS g.c13,
#back-body.c14 #MAP #ICONS g.c10,
#back-body.c14 #MAP #ICONS g.c8,
#back-body.c14 #MAP #ICONS g.c20,
#back-body.c14 #MAP #ICONS g.c18,
#back-body.c15 #MAP #ICONS g.c10,
#back-body.c15 #MAP #ICONS g.f7,
#back-body.c15 #MAP #ICONS g.h15,
#back-body.c15 #MAP #ICONS g.h19,
#back-body.c15 #MAP #ICONS g.c20,
#back-body.c15 #MAP #ICONS g.f22,
#back-body.c16 #MAP #ICONS g.h13,
#back-body.c16 #MAP #ICONS g.h18,
#back-body.c17 #MAP #ICONS g.c13,
#back-body.c17 #MAP #ICONS g.f22,
#back-body.c18 #MAP #ICONS g.c14,
#back-body.c19 #MAP #ICONS g.c22,
#back-body.c19 #MAP #ICONS g.f22,
#back-body.c20 #MAP #ICONS g.h19,
#back-body.c20 #MAP #ICONS g.c14,
#back-body.c20 #MAP #ICONS g.c15,
#back-body.c21 #MAP #ICONS g.f18,
#back-body.c21 #MAP #ICONS g.f26,
#back-body.c22 #MAP #ICONS g.h15,
#back-body.c22 #MAP #ICONS g.h22,
#back-body.c22 #MAP #ICONS g.h23,
#back-body.c22 #MAP #ICONS g.h17,
#back-body.c22 #MAP #ICONS g.h21,
#back-body.c22 #MAP #ICONS g.c19 {
  opacity: 1; }

#back-body.h1 #MAP #LINES path#Stroke-2209,
#back-body.h1 #MAP #LINES path#Stroke-1997,
#back-body.h2 #MAP #LINES path#Stroke-2207,
#back-body.h2 #MAP #LINES path#Stroke-2209,
#back-body.h2 #MAP #LINES path#Path-12F16621,
#back-body.h2 #MAP #LINES path#Stroke-1999,
#back-body.h3 #MAP #LINES path#Stroke-1999,
#back-body.h3 #MAP #LINES path#Path-12F16621,
#back-body.h3 #MAP #LINES path#Path-2F16621,
#back-body.h4 #MAP #LINES path#Stroke-2207,
#back-body.h5 #MAP #LINES path#Stroke-1999,
#back-body.h5 #MAP #LINES path#Path-2F16621,
#back-body.h5 #MAP #LINES path#Path-2F16621,
#back-body.h5 #MAP #LINES line#Path-F1662,
#back-body.h6 #MAP #LINES path#Stroke-1995,
#back-body.h7 #MAP #LINES path#Stroke-2021,
#back-body.h7 #MAP #LINES path#Stroke-2339,
#back-body.h7 #MAP #LINES path#Stroke-2335,
#back-body.h7 #MAP #LINES path#Stroke-2341,
#back-body.h7 #MAP #LINES path#Stroke-2337,
#back-body.h7 #MAP #LINES path#Stroke-2347,
#back-body.h7 #MAP #LINES path#Stroke-2349,
#back-body.h7 #MAP #LINES path#Stroke-2353,
#back-body.h7 #MAP #LINES path#Stroke-1993,
#back-body.h7 #MAP #LINES path#Stroke-1973,
#back-body.h7 #MAP #LINES path#Stroke-2343,
#back-body.h7 #MAP #LINES path#Stroke-2345,
#back-body.h7 #MAP #LINES path#Stroke-1971,
#back-body.h7 #MAP #LINES path#Path-F8A129,
#back-body.h7 #MAP #LINES path#Shape-F16621,
#back-body.h8 #MAP #LINES line#Path-F1662,
#back-body.h8 #MAP #LINES path#Stroke-1999,
#back-body.h8 #MAP #LINES path#Path-CopyF16621,
#back-body.h8 #MAP #LINES path#Path-F166211,
#back-body.h8 #MAP #LINES path#Stroke-1997,
#back-body.h8 #MAP #LINES path#Stroke-1995,
#back-body.h9 #MAP #LINES path#Stroke-1961,
#back-body.h9 #MAP #LINES path#Stroke-1993,
#back-body.h9 #MAP #LINES path#Stroke-2001,
#back-body.h9 #MAP #LINES path#Shape-F16621,
#back-body.h10 #MAP #LINES line#Stroke-1969,
#back-body.h10 #MAP #LINES line#Path-11F8A129,
#back-body.h11 #MAP #LINES path#Stroke-1993,
#back-body.h12 #MAP #LINES path#Stroke-1999,
#back-body.h11 #MAP #LINES path#Shape-F16621,
#back-body.h12 #MAP #LINES path#Path-F166211,
#back-body.h12 #MAP #LINES path#Stroke-2205,
#back-body.h12 #MAP #LINES path#Stroke-1967,
#back-body.h12 #MAP #LINES path#Stroke-2203,
#back-body.h12 #MAP #LINES path#Stroke-2001,
#back-body.h12 #MAP #LINES path#Path-8F16621,
#back-body.h13 #MAP #LINES path#Path-F8A1292,
#back-body.h13 #MAP #LINES path#Stroke-1951,
#back-body.h13 #MAP #LINES path#Stroke-1973,
#back-body.h13 #MAP #LINES path#Path-F8A129,
#back-body.h14 #MAP #LINES path#Stroke-2205,
#back-body.h14 #MAP #LINES path#Path-F16621,
#back-body.h20 #MAP #LINES path#Path-F16621,
#back-body.h14 #MAP #LINES path#Path-5F16621,
#back-body.h14 #MAP #LINES path#Path-CopyF16621,
#back-body.h15 #MAP #LINES path#Stroke-1983,
#back-body.h15 #MAP #LINES path#Stroke-1971,
#back-body.h15 #MAP #LINES path#Stroke-1977,
#back-body.h15 #MAP #LINES path#Stroke-1981,
#back-body.h17 #MAP #LINES path#Stroke-1973,
#back-body.h17 #MAP #LINES path#Stroke-1975,
#back-body.h17 #MAP #LINES path#Path-F8A1292,
#back-body.h18 #MAP #LINES path#Stroke-1987,
#back-body.h19 #MAP #LINES path#Stroke-1959,
#back-body.h19 #MAP #LINES path#Stroke-1991,
#back-body.h20 #MAP #LINES path#Stroke-1999,
#back-body.h20 #MAP #LINES path#Path-8F16621,
#back-body.h20 #MAP #LINES path#Path-5F16621,
#back-body.h21 #MAP #LINES path#Stroke-2359,
#back-body.h21 #MAP #LINES path#Stroke-2361,
#back-body.h21 #MAP #LINES path#Stroke-2357,
#back-body.h21 #MAP #LINES path#Stroke-2355,
#back-body.h21 #MAP #LINES path#Stroke-2365,
#back-body.h21 #MAP #LINES path#Stroke-2363,
#back-body.h21 #MAP #LINES path#Stroke-2369,
#back-body.h21 #MAP #LINES path#Stroke-2203,
#back-body.h21 #MAP #LINES path#Stroke-1979,
#back-body.h21 #MAP #LINES path#Stroke-2367,
#back-body.h21 #MAP #LINES line#Stroke-1969,
#back-body.h21 #MAP #LINES line#Path-F8A129,
#back-body.h22 #MAP #LINES line#Stroke-1965,
#back-body.h22 #MAP #LINES path#Stroke-1981,
#back-body.h22 #MAP #LINES line#Path-F8A129,
#back-body.h22 #MAP #LINES line#Path-11F8A129,
#back-body.h22 #MAP #LINES line#Stroke-1981,
#back-body.h23 #MAP #LINES path#Stroke-1985,
#back-body.h1 #MAP #ICONS g.h2,
#back-body.h1 #MAP #ICONS g.h8,
#back-body.h2 #MAP #ICONS g.h1,
#back-body.h2 #MAP #ICONS g.h4,
#back-body.h2 #MAP #ICONS g.h3,
#back-body.h3 #MAP #ICONS g.h2,
#back-body.h3 #MAP #ICONS g.h5,
#back-body.h4 #MAP #ICONS g.h2,
#back-body.h5 #MAP #ICONS g.h3,
#back-body.h5 #MAP #ICONS g.h8,
#back-body.h6 #MAP #ICONS g.h8,
#back-body.h7 #MAP #ICONS g.h13,
#back-body.h7 #MAP #ICONS g.h15,
#back-body.h7 #MAP #ICONS g.h9,
#back-body.h7 #MAP #ICONS g.c3,
#back-body.h8 #MAP #ICONS g.h1,
#back-body.h8 #MAP #ICONS g.h5,
#back-body.h8 #MAP #ICONS g.h6,
#back-body.h8 #MAP #ICONS g.h12,
#back-body.h8 #MAP #ICONS g.h14,
#back-body.h9 #MAP #ICONS g.f4,
#back-body.h9 #MAP #ICONS g.h7,
#back-body.h9 #MAP #ICONS g.h11,
#back-body.h9 #MAP #ICONS g.h12,
#back-body.h10 #MAP #ICONS g.h22,
#back-body.h11 #MAP #ICONS g.h9,
#back-body.h12 #MAP #ICONS g.h8,
#back-body.h12 #MAP #ICONS g.h14,
#back-body.h12 #MAP #ICONS g.c12,
#back-body.h12 #MAP #ICONS g.h20,
#back-body.h12 #MAP #ICONS g.h21,
#back-body.h12 #MAP #ICONS g.h9,
#back-body.h13 #MAP #ICONS g.h7,
#back-body.h13 #MAP #ICONS g.c16,
#back-body.h13 #MAP #ICONS g.h17,
#back-body.h14 #MAP #ICONS g.h12,
#back-body.h14 #MAP #ICONS g.h20,
#back-body.h14 #MAP #ICONS g.h8,
#back-body.h15 #MAP #ICONS g.h7,
#back-body.h15 #MAP #ICONS g.h22,
#back-body.h15 #MAP #ICONS g.c15,
#back-body.h15 #MAP #ICONS g.c22,
#back-body.h19 #MAP #ICONS g.c20,
#back-body.h17 #MAP #ICONS g.c22,
#back-body.h17 #MAP #ICONS g.h13,
#back-body.h18 #MAP #ICONS g.c16,
#back-body.h19 #MAP #ICONS g.c15,
#back-body.h20 #MAP #ICONS g.h12,
#back-body.h20 #MAP #ICONS g.h14,
#back-body.h21 #MAP #ICONS g.h12,
#back-body.h21 #MAP #ICONS g.h22,
#back-body.h21 #MAP #ICONS g.c22,
#back-body.h22 #MAP #ICONS g.h10,
#back-body.h22 #MAP #ICONS g.h21,
#back-body.h22 #MAP #ICONS g.c22,
#back-body.h22 #MAP #ICONS g.h15,
#back-body.h23 #MAP #ICONS g.c22,
#back-body.c22 #MAP #ICONS g.c19 {
  opacity: 1; }

@media (max-width: 1280px) {
  .modal-info.right-bottom {
    bottom: 13vw; }
  .modal-info.right-top {
    top: 14vw; } }

@media (min-width: 4000px) {
  .modal-info.right-top {
    right: 1.5vw;
    top: 9vw;
    bottom: auto; }
  .modal-info.right-bottom {
    bottom: 7vw;
    right: 1.5vw; } }

.start-block-body-cont__head--tabs {
  height: auto; }

.tabs-links {
  padding: 1.25vw 0 1.25vw;
  list-style: none;
  display: flex; }
  .tabs-links li {
    width: 7.8vw;
    padding: 0.83vw 0.57vw 0.57vw;
    font-size: 1.04vw;
    text-transform: uppercase;
    margin-right: 1.25vw;
    -webkit-border-radius: 0.285vw;
    -moz-border-radius: 0.285vw;
    border-radius: 0.285vw;
    opacity: .5;
    color: #fff;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px; }

.tabs-links li:nth-child(1) {
  background-color: #e33825; }

.tabs-links li:nth-child(1).active {
  box-shadow: 1px 4px 10px #e33825; }

.tabs-links li:nth-child(2) {
  background-color: #1e9bd6; }

.tabs-links li:nth-child(2).active {
  box-shadow: 1px 4px 10px #1e9bd6; }

.tabs-links li:nth-child(3) {
  background-color: #f16620; }

.tabs-links li:nth-child(3).active {
  box-shadow: 1px 4px 10px #f16620; }

.tabs-links li.active {
  opacity: 1; }

.tabs-content {
  list-style: none; }

.tabs-content__data {
  list-style: none;
  opacity: 0;
  transition: all 0.5s ease-in; }

.tabs-content__data:first-child {
  opacity: 1; }

/* END ALL IN PAGE STYLE */
