/* Landing Design New Year */
@keyframes animatedNyBackground {
  0% {
    background-position: 0 0;
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-10px) rotate(-2deg);
  }
  100% {
    background-position: 0 200px;
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes animatedNyBackground2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 72px;
  }
}
.landing-bgs__header-ny {
  pointer-events: none;
}
.landing-bgs__header-ny::after, .landing-bgs__header-ny::before {
  width: auto;
  height: auto;
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  left: -400px;
  right: -400px;
  top: -400px;
  bottom: -400px;
  background-image: url(../images/ny/snow.png);
  background-repeat: repeat;
  background-size: 200px;
  background-position: 0 0;
  filter: invert(1);
}
@media all and (min-width: 771px) {
  .landing-bgs__header-ny::after, .landing-bgs__header-ny::before {
    animation: animatedNyBackground 5s linear infinite;
  }
}
.landing-bgs__header-ny::before {
  z-index: -1;
  left: -200px;
  right: -200px;
  top: 0;
  bottom: 0;
  background-repeat: repeat;
  background-size: 72px;
  background-position: 0 0;
}
@media all and (min-width: 771px) {
  .landing-bgs__header-ny::before {
    animation: animatedNyBackground2 5s linear infinite;
  }
}

#page-topbar::after {
  width: 150px;
  height: 191px;
  content: " ";
  display: block;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: no-repeat 0 0 url(../images/ny/gir-left-top.png);
  background-size: 100% auto;
  pointer-events: none;
}
@media all and (max-width: 1300px) {
  #page-topbar::after {
    width: 100px;
    height: 130px;
  }
}

.bgs__header {
  background-image: url(../images/ny/landing/bgs_header.svg);
}

.landing-bgs__header-ny_border {
  width: 40%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 100px;
  background: repeat-x center bottom url(../images/ny/border-wing.png);
  background-size: auto 100px;
}
@media all and (max-width: 772px) {
  .landing-bgs__header-ny_border {
    display: none;
  }
}

@keyframes showLeft {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.footer::before {
  width: 105px;
  height: 140px;
  content: "";
  display: block;
  position: fixed;
  z-index: 1;
  bottom: 0;
  background: no-repeat 0 bottom url(../images/ny/fir-tree.png);
  background-size: 100% 100%;
  pointer-events: none;
  left: 0;
  animation: showLeft 2s;
}
@media all and (max-width: 1540px) {
  .footer::before {
    width: 105px;
    height: 140px;
  }
}
@media all and (max-width: 1420px) {
  .footer::before {
    width: 70px;
    height: 94px;
    position: absolute;
    background-size: 100% auto;
    bottom: 100%;
  }
}
@media all and (max-width: 991px) {
  .footer::before {
    position: absolute;
    bottom: 0;
  }
}

.advantages__item-ny {
  height: 65px;
  position: relative;
}
.advantages__item-ny:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 65px;
  background-image: url(../images/ny/advantages-ny.png);
  background-size: contain;
  background-repeat: repeat-x;
  pointer-events: none;
}

.about-wrapper-ny {
  position: relative;
}
.about-wrapper-ny:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 65px;
  background-image: url(../images/ny/about-ny.png);
  background-size: contain;
  background-repeat: repeat-x;
  pointer-events: none;
}

.footer {
  position: relative;
}
.footer:after {
  content: "";
  position: absolute;
  width: 100%;
  top: -10px;
  left: 0;
  height: 24px;
  background-image: url(../images/ny/ny-snow.png);
  background-size: contain;
  background-repeat: repeat-x;
  pointer-events: none;
}

/*# sourceMappingURL=landing-ny.css.map */
