.winter-is-coming, .snow {
  z-index: 100;
  pointer-events: none;
}

.page-header .header.other_block .main_logo {
  width: 130px;
  margin-top: 3px;
}

@media screen and (max-width: 991px) {
  .other_block {
    height: 60px;
  }
  .other_block .mobile_logo {
    height: 45px !important;
  }
}
.img_day {
  display: none;
}

@media screen and (min-width: 1440px) {
  .img_day {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .img_day img {
    width: 100%;
    display: block;
    max-width: 236px;
  }
  .page-header .block-search {
    display: flex;
    width: 100%;
    max-width: 100%;
  }
  .header.content > div.block.block-search > div.block.block-content {
    max-width: 413px;
    width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .winter-is-coming {
    top: 30px !important;
  }
}
.winter-is-coming {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  background: transparent;
}

.snow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.snow--near + .snow--alt {
  animation-delay: 5s;
}

.snow--mid + .snow--alt {
  animation-delay: 10s;
}

.snow--far {
  animation-duration: 30s;
  background-image: url("../css/images/bg.svg");
  background-size: auto 83%;
  background-position: center;
  opacity: 1;
}
@media screen and (max-width: 1439px) {
  .snow--far {
    background-size: auto 60%;
  }
}
@media screen and (max-width: 991px) {
  .snow--far {
    background-size: auto;
  }
}

.snow--far + .snow--alt {
  animation-delay: 15s;
}

@keyframes falling {
  0% {
    transform: translate3D(-7.5%, -100%, 0);
  }
  100% {
    transform: translate3D(7.5%, 100%, 0);
  }
}

/*# sourceMappingURL=christmas_header.css.map */
