body.loading .loader, body.loaded .loader {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999999;
  -moz-transition: opacity 2s;
  -o-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s; }
  body.loading .loader .progress_bar, body.loaded .loader .progress_bar {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px; }
    body.loading .loader .progress_bar .progress, body.loaded .loader .progress_bar .progress {
      background: #000;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.85;
      -moz-transition: width 0.2s;
      -o-transition: width 0.2s;
      -webkit-transition: width 0.2s;
      transition: width 0.2s; }
body.loaded .loader {
  opacity: 0; }

.ru .en_name {
  display: none !important; }
.ru #homeland_logo .ru_name {
  display: inline-block; }

.en .ru_name {
  display: none !important; }
.en #homeland_logo .en_name {
  display: inline-block; }

.show-label {
  display: none; }

.hide-label {
  display: inline; }

.switched .show-label {
  display: inline; }
.switched .hide-label {
  display: none; }

.text {
  display: none; }

.controls-cont {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999; }

.button {
  font-size: 14px;
  line-height: 1.2;
  padding: 6px 18px;
  border: none;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  cursor: pointer;
  outline: none; }
  .button.gray {
    background-color: rgba(0, 0, 0, 0.65);
    color: white; }
    .button.gray:hover {
      background-color: rgba(0, 0, 0, 0.9); }

.lang_switcher {
  display: inline-block;
  margin-left: 15px; }
  .lang_switcher .lang_link {
    color: white;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    font-size: 14px;
    cursor: pointer; }
    .lang_switcher .lang_link.active {
      display: none; }
    .lang_switcher .lang_link:hover {
      color: yellow;
      border-bottom-color: rgba(255, 255, 0, 0.3); }

.grabbable {
  cursor: url(cursors/openhand.cur), move !important;
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.grabbing,
.grabbable:active {
  cursor: url(cursors/closedhand.cur), move !important;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

#bubble {
  left: 0;
  top: 0;
  padding-bottom: 75px !important;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -moz-transition: opacity 0.4s, font-size linear 0s 1s, height ease 1s, min-height ease 1s, transform ease 1s, -webkit-transform ease 1s;
  -o-transition: opacity 0.4s, font-size linear 0s 1s, height ease 1s, min-height ease 1s, transform ease 1s, -webkit-transform ease 1s;
  -webkit-transition: opacity 0.4s, font-size linear 0s 1s, height ease 1s, min-height ease 1s, transform ease 1s, -webkit-transform ease 1s;
  transition: opacity 0.4s, font-size linear 0s 1s, height ease 1s, min-height ease 1s, transform ease 1s, -webkit-transform ease 1s;
  /* Safari hack */
  -webkit-transition: opacity 0.4s, font-size linear 0s 1s, height ease 1s, min-height ease 1s, -webkit-transform ease 1s; }
  #bubble .bg {
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-transition: transform ease 1s, -webkit-transform ease 1s;
    -o-transition: transform ease 1s, -webkit-transform ease 1s;
    -webkit-transition: transform ease 1s, -webkit-transform ease 1s;
    transition: transform ease 1s, -webkit-transform ease 1s;
    /* Safari hack */
    -webkit-transition: -webkit-transform ease 1s; }
    #bubble .bg.one {
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none; }
  #bubble.text {
    display: block;
    opacity: 1;
    z-index: 5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-transition: opacity ease 0.5s, width ease 1s, height ease 1s, min-height ease 1s, max-height ease 1s, padding ease 1s, font-size linear 0s 0s, transform ease 1s;
    -o-transition: opacity ease 0.5s, width ease 1s, height ease 1s, min-height ease 1s, max-height ease 1s, padding ease 1s, font-size linear 0s 0s, transform ease 1s;
    -webkit-transition: opacity ease 0.5s, width ease 1s, height ease 1s, min-height ease 1s, max-height ease 1s, padding ease 1s, font-size linear 0s 0s, transform ease 1s;
    transition: opacity ease 0.5s, width ease 1s, height ease 1s, min-height ease 1s, max-height ease 1s, padding ease 1s, font-size linear 0s 0s, transform ease 1s;
    /* Safari hack */
    -webkit-transition: opacity ease 0.5s, width ease 1s, height ease 1s, min-height ease 1s, max-height ease 1s, padding ease 1s, font-size linear 0s 0s, -webkit-transform ease 1s; }
    #bubble.text.one {
      opacity: 1;
      -moz-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      #bubble.text.one .text__inner {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none; }
        #bubble.text.one .text__inner.new {
          -moz-transition: none;
          -o-transition: none;
          -webkit-transition: none;
          transition: none; }
  #bubble .year {
    font-family: 'ALSDirectRegular', Arial, sans-serif; }
  #bubble h2 {
    margin-top: 0;
    font-family: 'ALSDirectBold', Arial, sans-serif;
    font-weight: 700;
    -moz-transition: font-size linear 0s 1s;
    -o-transition: font-size linear 0s 1s;
    -webkit-transition: font-size linear 0s 1s;
    transition: font-size linear 0s 1s; }
  #bubble ul {
    margin-bottom: 20px; }
  #bubble .text__inner {
    opacity: 0;
    -moz-transition: opacity linear 0.5s;
    -o-transition: opacity linear 0.5s;
    -webkit-transition: opacity linear 0.5s;
    transition: opacity linear 0.5s;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden; }
    #bubble .text__inner.old {
      bottom: 100px;
      top: 40px;
      opacity: 0;
      position: absolute; }
    #bubble .text__inner.new {
      -moz-transition: opacity linear 0.5s 0.5s;
      -o-transition: opacity linear 0.5s 0.5s;
      -webkit-transition: opacity linear 0.5s 0.5s;
      transition: opacity linear 0.5s 0.5s;
      opacity: 1; }

.next_button {
  position: absolute;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 130%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px 5px 15px;
  opacity: 0;
  z-index: 100; }
  .next_button.show {
    opacity: 1;
    -moz-transition: opacity 1s, ease-in-out;
    -o-transition: opacity 1s, ease-in-out;
    -webkit-transition: opacity 1s, ease-in-out;
    transition: opacity 1s, ease-in-out; }
  .next_button .arrow {
    background: url("../../media/cursor.png") 0 0 no-repeat;
    display: inline-block;
    height: 6px;
    margin-left: 10px;
    position: relative;
    vertical-align: middle;
    width: 10px; }
  .next_button:hover {
    background-color: rgba(0, 0, 0, 0.5); }

#close {
  cursor: pointer;
  position: absolute;
  left: 50%;
  opacity: 0;
  font-size: 130%;
  z-index: 666;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #close.show {
    opacity: 1;
    -moz-transition: opacity 1s, ease-in-out;
    -o-transition: opacity 1s, ease-in-out;
    -webkit-transition: opacity 1s, ease-in-out;
    transition: opacity 1s, ease-in-out; }
  #close:hover:after {
    color: #000; }
  #close:after {
    color: rgba(0, 0, 0, 0.5);
    content: '\2715';
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }

/**
* Point
**/
.point {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
  transform-origin: 50% 50%; }
  .point:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 50%; }
  .with_trans .point {
    -webkit-transition: all 0.8s;
    transition: all 0.8s; }
  .point.animated {
    -webkit-transform: scale(2.5) !important;
    -moz-transform: scale(2.5) !important;
    -o-transform: scale(2.5) !important;
    -ms-transform: scale(2.5) !important;
    transform: scale(2.5) !important; }
  .event.active .point {
    -webkit-transform: scale(2.5) !important;
    -moz-transform: scale(2.5) !important;
    -o-transform: scale(2.5) !important;
    -ms-transform: scale(2.5) !important;
    transform: scale(2.5) !important; }

#footer {
  background: #381212 url("../../media/footer_shadow.png") 50% 0 no-repeat;
  padding-bottom: 40px;
  position: relative; }

.footer_nav {
  text-align: center;
  padding-top: 108px; }

.footer_nav .item {
  display: inline-block;
  font-family: 'ALSDirectBold';
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  vertical-align: top;
  position: relative; }

.footer_nav .ost {
  width: 103px;
  margin-right: 60px; }

.footer_nav .ost .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px;
  width: 27px;
  height: 112px;
  background: url("../../media/icons_links.png") 0 0 no-repeat; }

.footer_nav .ost.active .icon:after, .footer_nav .ost .icon:hover:after {
  background-position: 0 -113px; }

.footer_nav .museum {
  width: 150px;
  margin: 0 60px; }

.footer_nav .museum .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  width: 84px;
  height: 112px;
  background: url("../../media/icons_links.png") -72px 0 no-repeat; }

.footer_nav .museum.active .icon:after, .footer_nav .museum .icon:hover:after {
  background-position: -72px -113px; }

.footer_nav .station {
  width: 170px; }

.footer_nav .station .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -77px;
  width: 145px;
  height: 112px;
  background: url("../../media/icons_links.png") -204px 0 no-repeat; }

.footer_nav .station.active .icon:after, .footer_nav .station .icon:hover:after {
  background-position: -204px -113px; }

.footer_nav .zags {
  width: 200px;
  margin-left: 60px; }

.footer_nav .zags .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 112px;
  background: url("../../media/icons_links.png") -392px 0 no-repeat; }

.footer_nav .zags.active .icon:after, .footer_nav .zags .icon:hover:after {
  background-position: -392px -111px; }

.footer_nav .item .icon {
  text-decoration: none;
  display: block;
  padding-top: 122px; }

.footer_nav .item span.icon {
  cursor: default; }

.footer_nav .item span.icon .name {
  border-bottom: none !important;
  color: #fada00 !important; }

.footer_nav .item .icon .name {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.footer_nav .item .icon:hover .name {
  color: #fada00;
  border-bottom-color: rgba(250, 218, 0, 0.3); }

.section_text {
  padding-top: 85px;
  max-width: 980px;
  margin: 0 auto;
  color: white;
  font-size: 15px;
  line-height: 22px; }

.section_text .uzmay_moskvu {
  width: 362px;
  height: 39px;
  margin-bottom: 40px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background: url("../../media/uzmay_moskvu.png") 0 0 no-repeat; }
  .en .section_text .uzmay_moskvu {
    width: 433px;
    background: url("../../media/uzmay_moskvu_en.png") 0 0 no-repeat; }

.section_text .left-col {
  width: 280px;
  float: left;
  margin-left: -70px; }

.section_text .main-col {
  margin-left: 270px;
  width: 500px; }

.project_info {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 980px;
  margin: 60px auto 0;
  padding-top: 42px;
  color: rgba(255, 255, 255, 0.3); }

.project_info p {
  margin-bottom: 2px; }

.project_info img {
  opacity: .3; }

.project_info a {
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.project_info a:hover {
  color: white;
  border-bottom-color: rgba(255, 255, 255, 0.6); }

.project_info a:hover img {
  opacity: 1; }

.project_links {
  float: left;
  margin-top: 10px; }

.app-download {
  box-sizing: border-box;
  width: 280px;
  min-height: 284px;
  background: transparent url("../../media/download.png") 0 0 no-repeat;
  padding-top: 100px;
  padding-left: 90px; }
  .app-download > p {
    font-size: 11px;
    line-height: 1.6;
    font-style: italic; }
  .app-download .app-links__link {
    display: inline-block;
    background-image: url("../../media/sprite.png");
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
    cursor: pointer; }
    .app-download .app-links__link:hover {
      background-position-y: -102px; }
    .app-download .app-links__link_ios {
      background-position: 0px -76px; }
    .app-download .app-links__link_win {
      background-position: -26px -76px; }
    .app-download .app-links__link_android {
      background-position: -52px -76px; }

.mos_support {
  float: right; }
  .mos_support.hover a {
    color: #FFF;
    border-bottom-color: rgba(255, 255, 255, 0.6); }
  .mos_support .emblem {
    float: right;
    width: 60px;
    height: 76px;
    background: transparent url("../../media/sprite.png") 0 0 no-repeat; }
    .mos_support .emblem:hover, .mos_support .emblem.hover {
      background-position: -60px 0; }

.mos_support > p {
  margin-right: 90px;
  margin-top: 10px; }

.als_links {
  width: 220px;
  margin: 45px auto 0;
  position: relative;
  text-align: center; }

.als_links .als {
  position: absolute;
  top: -55px;
  left: 50%;
  margin-left: -45px; }

.soc-likes__item {
  display: inline-block; }
  .soc-likes__item:first-child {
    margin-right: 15px; }
  .soc-likes__item > IFRAME, .soc-likes__item > DIV {
    display: inline-block;
    vertical-align: bottom; }

.hide-events .event,
.hide-events .bubble,
.hide-events .close,
.hide-events .point {
  display: none; }

/*# sourceMappingURL=common.css.map */

body.ie-custom #layout {
  width: 5000px;
}
@media screen and (min-width: 992px) and (max-width: 1023px){

  body.ie-custom #layout {
    width: 4600px!important;
  }

}
@media screen and (min-width: 1200px) and (max-width: 1401px){

  body.ie-custom #layout {
    width: 5000px!important;
  }

}
@media screen and (min-width: 1400px) and (max-width: 1680px){

  body.ie-custom #layout {
    width: 5000px!important;
  }

}
@media screen and (min-width: 1681px) and (max-width: 2200px){

  body.ie-custom #layout {
    width: 5000px!important;
  }

}
@media screen and (max-width: 1024px) and (min-height: 673px) and (max-height: 768px){

  body.ie-custom #layout {
    width: 4000px !important;
  }

}
@media screen and (min-width: 1130px) and (max-width: 1400px) and (min-height: 600px) and (max-height: 768px){

  body.ie-custom #layout {
    width: 6300px !important;
  }

}
@media screen and (min-width: 1024px) and (max-width: 1201px) and (min-height: 600px) and (max-height: 768px){

  body.ie-custom #layout {
    width: 4500px !important;
  }

}