/* new year */
body {
  height: auto !important;
  min-height: 100% !important;
  background-image: url(/upload/images/new-year/snow_bottom.png), url(/upload/images/new-year/snow_left.png), url(/upload/images/new-year/snow_right.png);
  background-size: 1903px auto, 830px auto, 830px auto;
  background-repeat: no-repeat, repeat-y, repeat-y;
  background-position: center bottom, left top, right top;
}

.conteiner {
  position: relative;
}

.conteiner::before {
  content: '';
  width: 408px;
  height: 279px;
  background: url(/upload/images/new-year/ny_deco_left.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}

.conteiner::after {
  content: '';
  width: 415px;
  height: 280px;
  background: url(/upload/images/new-year/ny_deco_right.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 10;
}

#footer {
  position: relative;
  z-index: 10;
}

@media (min-width:1904px) {
  body {
    background-size: 100% auto, 830px auto, 830px auto;
  }
}

@media (max-width:1903px) {
  .conteiner {
    overflow: hidden;
  }
  .conteiner::before {
    left: calc(50% - 952px);
  }
  .conteiner::after {
    right: calc(50% - 952px);
  }
}
/* /new year */

#head_soyuzmash_logo {
  display: inline-block;
  position: absolute;
  left: 400px;
  top: 7px;
}

#head_soyuzmash_logo img {
  display: block;
  width: 59px;
  height: auto;
}
