@charset "UTF-8";
/* цифровесенее колесо фортуны */
.digi-spring-container {
  position: relative;
  height: 882px;
  width: 100%;
  background: url(/application/images/digi-spring-decal-2.png) no-repeat 50% 50%/1666px auto, #0B001D;
}
@media (max-width: 991px) {
  .digi-spring-container {
    height: 100vh;
  }
}
.digi-spring-container:after, .digi-spring-container:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
}
.digi-spring-container:after {
  left: 0;
  background: url(/application/images/digi-spring-decal-left.webp) no-repeat 50% 50%/auto 100%;
  aspect-ratio: 1449/880;
}
@media (max-width: 991px) {
  .digi-spring-container:after {
    background: url(/application/images/digi-spring-decal-left_mobile.webp) no-repeat 50% 50%/auto 100%;
    aspect-ratio: 391/1135;
  }
}
.digi-spring-container:before {
  right: 0;
  background: url(/application/images/digi-spring-decal-right.webp) no-repeat 50% 50%/auto 100%;
  aspect-ratio: 1404/880;
}
@media (max-width: 991px) {
  .digi-spring-container:before {
    height: auto;
    width: 100%;
    background: url(/application/images/digi-spring-decal-right_mobile.png) no-repeat 50% 50%/100% auto;
    aspect-ratio: 960/2322;
  }
}
.digi-spring-container-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.digi-spring-container-header {
  position: relative;
  display: grid;
  padding: 16px;
  place-items: center;
  width: 100%;
  max-width: 720px;
}
.digi-spring-container-header:before {
  position: absolute;
  content: "";
  top: -20%;
  left: 0;
  width: clamp(120px, 5.729vw + 76px, 186px);
  background: url(/application/images/digi-spring-quotes.svg) no-repeat center/cover;
  aspect-ratio: 185/141;
}
@media (max-width: 767px) {
  .digi-spring-container-header:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.digi-spring-container-header h1 {
  text-align: center;
  font-size: clamp(20px, 1.042vw + 12px, 32px);
  color: var(--white);
}

/* /цифровесенее колесо фортуны */
/*нг 2024 конец */
@media (max-width: 991px) {
  :root {
    --blur-s: 50px;
    --blur-l: 70px;
    --swing-min: -3deg;
    --swing-max: 3deg;
  }
}
@media (min-width: 992px) {
  :root {
    --blur-s: 80px;
    --blur-l: 100px;
    --swing-min: -15deg;
    --swing-max: 15deg;
  }
}

@keyframes nySwing {
  20% {
    transform: rotate(var(--swing-min));
  }
  80% {
    transform: rotate(var(--swing-max));
  }
}
@keyframes hny {
  0% {
    filter: blur(var(--blur-s));
  }
  50% {
    filter: blur(var(--blur-l));
  }
  100% {
    filter: blur(var(--blur-s));
  }
}
@keyframes shining {
  0% {
    box-shadow: 0 0 40px 20px rgb(254, 243, 145);
  }
  50% {
    box-shadow: 0 0 80px 30px rgb(254, 243, 145);
  }
  100% {
    box-shadow: 0 0 40px 20px rgb(254, 243, 145);
  }
}
@keyframes steam {
  0% {
    transform: translateY(5px);
    opacity: 0;
    visibility: visible;
  }
  25% {
    transform: translateY(-10px);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
  75% {
    transform: translateY(-30px);
    opacity: 0.6;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes decorGlow {
  0% {
    filter: drop-shadow(0px 0px 0px var(--ds));
  }
  50% {
    filter: drop-shadow(0px 0px 17px var(--ds));
  }
  100% {
    filter: drop-shadow(0px 0px 0px var(--ds));
  }
}
#ny-2024 {
  position: relative;
  width: 100Vw;
  height: 100Vh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #ny-2024 {
    height: 768px;
  }
}

.ny-24-flags-wrap {
  position: absolute;
  display: flex;
  top: 41%;
  left: calc(50% - 40vw);
  flex-wrap: wrap;
  justify-content: space-between;
  width: 15vw;
  z-index: 6;
}
@media (max-width: 1199px) {
  .ny-24-flags-wrap {
    display: none;
  }
}
.ny-24-flags-wrap:after {
  position: absolute;
  content: "";
  top: -0.8vw;
  left: 50%;
  width: 18vw;
  height: 6.5vh;
  background: url("/application/images/newYear/2024/flag-rope.png") no-repeat center/cover;
  transform: translate(-50%);
  z-index: -1;
}
.ny-24-flags-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ny-24-flags-item.rx {
  margin-top: 0.7vh;
  width: 2vw;
  height: 3vw;
  background-image: url("/application/images/newYear/2024/flag-rx.svg");
}
.ny-24-flags-item.esm {
  margin-top: 3vh;
  width: 2vw;
  height: 2.8vw;
  background-image: url("/application/images/newYear/2024/flag-esm.svg");
}
.ny-24-flags-item.hr {
  margin-top: 4.4vh;
  width: 2vw;
  height: 2.5vw;
  background-image: url("/application/images/newYear/2024/flag-hr.svg");
}
.ny-24-flags-item.portal {
  margin-top: 4.6vh;
  width: 2vw;
  height: 2.5vw;
  background-image: url("/application/images/newYear/2024/flag-portal.svg");
}
.ny-24-flags-item.projects {
  margin-top: 4vh;
  width: 1.9vw;
  height: 2.6vw;
  background-image: url("/application/images/newYear/2024/flag-projects.svg");
}
.ny-24-flags-item.lite {
  margin-top: 2.5vh;
  width: 1.9vw;
  height: 2.7vw;
  background-image: url("/application/images/newYear/2024/flag-lite.svg");
}
.ny-24-music {
  position: fixed;
  top: 3%;
  right: calc(50% - 123px);
  width: 30px;
  height: 32px;
  background: url("/application/images/newYear/2024/ny-24-speaker.png") no-repeat center/cover;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 200%;
  z-index: 6;
}
@media (min-width: 1025px) {
  .ny-24-music {
    display: none;
  }
}
.ny-24-music.pushed {
  background-position: 0 0;
}
.ny-24-snowing {
  position: absolute;
  top: 45%;
  width: 16%;
  background: url("/application/images/newYear/2024/ny-24-snowing.svg") no-repeat center/cover;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .ny-24-snowing {
    display: none;
  }
}
.ny-24-snowing.right {
  right: 0;
}
.ny-24-snowing.left {
  left: 0;
  transform: scale(-1, 1);
}
.ny-24-logo {
  position: absolute;
  top: 3%;
  left: 50%;
  width: 13%;
  background: url("/application/images/newYear/2022/ny-dir_logo.svg") no-repeat center/cover;
  transform: translateX(-50%);
  aspect-ratio: 4/1;
  z-index: 6;
}
@media (max-width: 1024px) {
  .ny-24-logo {
    width: 120px;
  }
}
.ny-24-lightbulb {
  width: 33px;
  height: 33px;
  background-image: url(/application/images/newYear/2020/ny-2020_lightbulb.svg);
  background-size: cover;
  position: absolute;
  opacity: 0;
}
.ny-24-lightbulb.big {
  width: 47px;
  height: 47px;
}
.ny-24-lightbulb.semi {
  width: 37px;
  height: 37px;
}
.ny-24-lightbulb.mini {
  width: 27px;
  height: 27px;
}
.ny-24-lightbulb:nth-child(1) {
  top: 19%;
  left: 38%;
}
.ny-24-lightbulb:nth-child(2) {
  top: 25%;
  left: 40%;
}
.ny-24-lightbulb:nth-child(3) {
  top: 30%;
  right: 30%;
}
.ny-24-lightbulb:nth-child(4) {
  top: 33%;
  left: 55%;
}
.ny-24-lightbulb:nth-child(5) {
  top: 35%;
  left: 40%;
}
.ny-24-lightbulb:nth-child(6) {
  top: 38%;
  left: 47%;
}
.ny-24-lightbulb:nth-child(7) {
  top: 40%;
  right: 30%;
}
.ny-24-lightbulb:nth-child(8) {
  top: 43%;
  left: 27%;
}
.ny-24-lightbulb:nth-child(9) {
  top: 45%;
  right: 40%;
}
.ny-24-lightbulb:nth-child(10) {
  top: 50%;
  left: 30%;
}
.ny-24-lightbulb:nth-child(11) {
  top: 52%;
  left: 50%;
}
.ny-24-lightbulb:nth-child(12) {
  top: 57%;
  left: 34%;
}
.ny-24-lightbulb:nth-child(13) {
  top: 60%;
  left: 16%;
}
.ny-24-lightbulb:nth-child(14) {
  top: 66%;
  left: 50%;
}
.ny-24-lightbulb:nth-child(15) {
  top: 70%;
  left: 36%;
}
.ny-24-lightbulb:nth-child(16) {
  top: 75%;
  right: 25%;
}
.ny-24-lightbulb:nth-child(17) {
  top: 80%;
  left: 33%;
}
.ny-24-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  background: url("/application/images/newYear/2024/ny-24_main-bg.jpg") no-repeat center/cover;
  overflow: hidden;
  transform: translate(-50%, -50%);
  aspect-ratio: 2/1;
}
@media (max-width: 1024px) {
  .ny-24-container {
    top: 0;
    height: 100%;
    background: url("/application/images/newYear/2024/ny-24_main-bg_mobile.png") no-repeat center/cover;
    transform: translateX(-50%);
    aspect-ratio: 1.78/1;
  }
}
.ny-24-container.vid-active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 5;
}
.ny-24-decoration_top {
  position: absolute;
  width: 100%;
  background: url("/application/images/newYear/2024/decoration_top.png") no-repeat center/cover;
  aspect-ratio: 12/1;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top {
    margin: 0 auto;
    max-width: 1920px;
    height: 12%;
  }
}
.ny-24-decoration_top-item {
  position: absolute;
  width: 1.7%;
  border-radius: 50%;
  will-change: filter;
  filter: drop-shadow(0px 0px 17px var(--ds));
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top-item {
    width: 22px;
  }
}
.ny-24-decoration_top-item.ignited {
  animation: decorGlow 1s linear infinite;
}
.ny-24-decoration_top-item.blue {
  background: linear-gradient(331.7deg, #F1F9FF 0%, #5DA7DF 100%);
}
.ny-24-decoration_top-item.green {
  background: linear-gradient(180deg, #E4FF9B 0%, #B3E729 100%);
}
.ny-24-decoration_top-item.yellow {
  background: linear-gradient(36.87deg, #FFFF2E 10.71%, #FFF3C1 100%);
}
.ny-24-decoration_top-item:nth-of-type(1) {
  top: 54%;
  left: 10%;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top-item:nth-of-type(1) {
    top: 12%;
    left: calc(50% - 380px);
  }
}
.ny-24-decoration_top-item:nth-of-type(2) {
  top: 52%;
  left: 21%;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top-item:nth-of-type(2) {
    top: 45%;
    left: calc(50% - 288px);
  }
}
.ny-24-decoration_top-item:nth-of-type(3) {
  top: 55%;
  left: 28%;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top-item:nth-of-type(3) {
    top: 33%;
    left: calc(50% - 210px);
  }
}
.ny-24-decoration_top-item:nth-of-type(4) {
  top: 50%;
  left: 39%;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top-item:nth-of-type(4) {
    top: 62%;
    left: calc(50% - 114px);
  }
}
.ny-24-decoration_top-item:nth-of-type(5) {
  top: 93%;
  left: 51%;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top-item:nth-of-type(5) {
    top: 88%;
    right: calc(50% - 17px);
  }
}
.ny-24-decoration_top-item:nth-of-type(6) {
  top: 53%;
  right: 37%;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top-item:nth-of-type(6) {
    top: 72%;
    right: calc(50% - 116px);
  }
}
.ny-24-decoration_top-item:nth-of-type(7) {
  top: 50%;
  right: 27%;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top-item:nth-of-type(7) {
    top: 28%;
    right: calc(50% - 224px);
  }
}
.ny-24-decoration_top-item:nth-of-type(8) {
  top: 50%;
  right: 18%;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top-item:nth-of-type(8) {
    top: 50%;
    right: calc(50% - 300px);
  }
}
.ny-24-decoration_top-item:nth-of-type(9) {
  top: 87%;
  right: 6%;
}
@media (max-width: 1024px) {
  .ny-24-decoration_top-item:nth-of-type(9) {
    top: 31%;
    right: calc(50% - 388px);
  }
}
.ny-24-tea-wrap {
  position: absolute;
  bottom: 42%;
  right: 31%;
  width: 7%;
  z-index: 6;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .ny-24-tea-wrap {
    right: calc(50% - 234px);
    width: 94px;
  }
}
.ny-24-tea-steam {
  position: absolute;
  width: 27px;
  height: 95px;
  background: url("/application/images/newYear/2024/tea-steam.svg") no-repeat center/cover;
  animation: steam 5s linear infinite;
  will-change: opacity;
  opacity: 0;
}
.ny-24-tea-steam:nth-of-type(2n) {
  height: 82px;
  background: url("/application/images/newYear/2024/tea-steam-reverted.svg") no-repeat center/cover;
}
.ny-24-tea-steam:nth-of-type(1) {
  left: 10%;
  bottom: 10%;
}
.ny-24-tea-steam:nth-of-type(2) {
  left: 20%;
  bottom: 5%;
  animation-delay: 2s;
}
.ny-24-tea-steam:nth-of-type(3) {
  right: 35%;
  bottom: 20%;
  animation-delay: 1s;
}
.ny-24-tea-steam:nth-of-type(4) {
  right: 25%;
  bottom: 15%;
  animation-delay: 0.3s;
}
.ny-24-tea-steam:nth-of-type(5) {
  right: 15%;
  bottom: 0;
}
.ny-24-tea-steam:nth-of-type(6) {
  right: 14%;
  bottom: 10%;
  animation-delay: 2s;
}
.ny-24-tree {
  position: absolute;
  left: 26%;
  bottom: 0;
  width: 32%;
  background: url("/application/images/newYear/2024/ny-24-tree.png") no-repeat center/contain;
  aspect-ratio: 4/5;
  z-index: 6;
}
@media (max-width: 1024px) {
  .ny-24-tree {
    left: calc(50% - 222px);
    bottom: 16%;
    width: 380px;
  }
}
.ny-24-tree-star {
  position: absolute;
  top: -3%;
  left: 42%;
  width: 14%;
  background: url("/application/images/newYear/2024/ny-24-tree-star.png") no-repeat center/contain;
  aspect-ratio: 1/1;
}
.ny-24-tree-star.ignited:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 25%;
  border-radius: 50%;
  background: rgba(254, 243, 145, 0.4);
  animation: shining 4s ease-in-out infinite;
  transform: translate(-50%, -50%);
  z-index: -1;
  aspect-ratio: 1/1;
}
.ny-24-tree-shadow {
  position: absolute;
  left: 26%;
  bottom: -3%;
  width: 32%;
  height: 25%;
  background: url("/application/images/newYear/2024/ny-24-tree-shadow.png") no-repeat center/cover;
  z-index: -1;
  aspect-ratio: 4/1;
}
@media (max-width: 1024px) {
  .ny-24-tree-shadow {
    left: calc(50% - 222px);
    bottom: 8%;
    width: 380px;
    background: url("/application/images/newYear/2024/ny-24-tree-shadow.png") no-repeat center/contain;
    aspect-ratio: 2.1/1;
  }
}
.ny-24-tree-toy {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 1/1;
}
@media (hover: none) {
  .ny-24-tree-toy {
    transform-origin: center top;
    animation-direction: alternate;
    animation: nySwing 2s linear infinite;
  }
}
@media (hover: hover) {
  .ny-24-tree-toy:hover {
    cursor: pointer;
  }
}
.ny-24-tree-toy.animateMe {
  transform-origin: center top;
  animation-direction: alternate;
  animation: nySwing 2s linear;
}
.ny-24-tree-toy a {
  display: block;
  width: 100%;
  height: 100%;
}
.ny-24-tree-toy.ball {
  top: 25%;
  right: 38%;
  width: 15%;
  background-image: url("/application/images/newYear/2024/ny-24-toy_ball.png");
}
.ny-24-tree-toy.logo {
  top: 37%;
  left: 30%;
  width: 14%;
  height: unset;
  background-image: url("/application/images/newYear/2024/ny-24-toy_logo.png");
}
@media (hover: none) {
  .ny-24-tree-toy.logo {
    animation-delay: 1s;
  }
}
.ny-24-tree-toy.snowball {
  top: 55%;
  left: 45%;
  width: 14%;
  background-image: url("/application/images/newYear/2024/ny-24-toy_snowball.png");
}
@media (hover: none) {
  .ny-24-tree-toy.snowball {
    animation-delay: 2s;
  }
}
.ny-24-tree-toy.tree {
  top: 59%;
  left: 18%;
  width: 16%;
  background-image: url("/application/images/newYear/2024/ny-24-toy_tree.png");
}
@media (hover: none) {
  .ny-24-tree-toy.tree {
    animation-delay: 3s;
  }
}
.ny-24-tree-toy.robot {
  bottom: 27%;
  right: 19%;
  width: 14%;
  background-image: url("/application/images/newYear/2024/ny-24-toy_robot.png");
}
@media (hover: none) {
  .ny-24-tree-toy.robot {
    animation-delay: 4s;
  }
}
.ny-24-text-hny {
  position: absolute;
  top: 25%;
  right: 30%;
  width: 16%;
  aspect-ratio: 3/2;
  background: url("/application/images/newYear/2024/ny-24-text_hny.svg") no-repeat center/cover;
  opacity: 0;
}
@media (max-width: 1024px) {
  .ny-24-text-hny {
    top: 23%;
    right: calc(50% - 156px);
    width: 150px;
  }
}
.ny-24-text-hny:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 163, 255);
  border-radius: 50%;
  animation: hny 3s ease-in-out infinite;
  z-index: -1;
  will-change: blur;
}
.ny-24-text-hny.ignited {
  opacity: 1;
}
.ny-24-text-tree {
  position: absolute;
  display: inline-block;
  padding: 14px 25px;
  bottom: 13%;
  right: calc(50% - 300px);
  font-family: "Montserrat-Regular";
  font-weight: 500;
  font-size: 20px;
  background: rgba(48, 18, 3, 0.3);
  border-radius: 12px;
  backdrop-filter: blur(5px);
  z-index: 6;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .ny-24-text-tree {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ny-24-text-tree {
    right: calc(50% - 244px);
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .ny-24-text-tree {
    font-size: 14px;
  }
}
@media (min-width: 360px) and (max-width: 1024px) {
  .ny-24-text-tree {
    padding: 8px 18px;
    bottom: 20%;
    right: calc(50% - 180px);
  }
}
@media (max-width: 359px) {
  .ny-24-text-tree {
    right: calc(50% - 157px);
  }
}
.ny-24-text-radio {
  position: absolute;
  display: inline-block;
  padding: 12px 20px;
  bottom: 18%;
  right: 9%;
  font-family: "Montserrat-Regular";
  font-weight: 500;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  z-index: 6;
  backdrop-filter: blur(2px);
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .ny-24-text-radio {
    bottom: 14%;
    right: 5%;
  }
}
@media (max-width: 1024px) {
  .ny-24-text-radio {
    display: none;
  }
}
.ny-24-radio {
  position: absolute;
  bottom: 28%;
  right: 12%;
  width: 7%;
  background: url("/application/images/newYear/2024/ny-24-radio.png") no-repeat center/contain;
  z-index: 6;
  aspect-ratio: 2/3;
}
@media (max-width: 1024px) {
  .ny-24-radio {
    display: none;
  }
}
.ny-24-radio-button {
  position: absolute;
  bottom: 14%;
  right: 28%;
  width: 20%;
  background: url("/application/images/newYear/2024/ny-24-radio-button.png") no-repeat center/contain;
  aspect-ratio: 1/1;
}
.ny-24-radio-button.pushed {
  bottom: 13%;
  right: 27%;
}
.ny-24-radio-button.pushed:after {
  right: 0;
  bottom: 0;
}
.ny-24-radio-button:after {
  position: absolute;
  right: -3px;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 100%;
  background: url("/application/images/newYear/2024/ny-24-radio-button-bg.svg") no-repeat center/contain;
  z-index: -1;
}
@media (hover: hover) {
  .ny-24-radio-button:hover {
    cursor: pointer;
  }
}
.ny-24-fireplace {
  position: absolute;
  left: 12%;
  bottom: 20%;
  width: 200px;
  height: 230px;
  background: #ff6000;
  border-radius: 50%;
  filter: blur(60px);
  animation: flickering 8s ease-in-out infinite;
  will-change: opacity;
}
@media (max-width: 1024px) {
  .ny-24-fireplace {
    display: none;
  }
}

/*нг 2024 конец */
/*нг 2023 начало */
.fill_orange {
  fill: #FEA839;
  animation-name: tree-balls_orange;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.fill_red {
  fill: #F11F0B;
  animation-name: tree-balls_red;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* анимация шаров для елки начало */
@keyframes tree-balls_orange {
  0% {
    fill: #FEDE39;
  }
  100% {
    fill: #FEA839;
  }
}
@keyframes tree-balls_red {
  0% {
    fill: #F55344;
  }
  100% {
    fill: #F11F0B;
  }
}
/* анимация шаров для елки конец */
.ny-23_snoflakes {
  position: relative;
  width: 100%;
  height: 100%;
}

.ny-23_snowflake {
  position: absolute;
  top: -10%;
  width: 30px;
  height: 30px;
  z-index: 9999;
  user-select: none;
  cursor: default;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
.ny-23_snowflake:nth-of-type(0) {
  left: 1%;
  animation-delay: 0s, 0s;
  background: url(/application/images/newYear/2023/ny-23_sf_1.svg) 50% 50% no-repeat;
  background-size: cover;
}
.ny-23_snowflake:nth-of-type(1) {
  left: 10%;
  animation-delay: 1s, 1s;
  background: url(/application/images/newYear/2023/ny-23_sf_2.svg) 50% 50% no-repeat;
  background-size: cover;
}
.ny-23_snowflake:nth-of-type(2) {
  left: 20%;
  animation-delay: 6s, 0.5s;
  background: url(/application/images/newYear/2023/ny-23_sf_3.svg) 50% 50% no-repeat;
  background-size: cover;
}
.ny-23_snowflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 4s, 2s;
  background: url(/application/images/newYear/2023/ny-23_sf_4.svg) 50% 50% no-repeat;
  background-size: cover;
}
.ny-23_snowflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s, 2s;
  background: url(/application/images/newYear/2023/ny-23_sf_5.svg) 50% 50% no-repeat;
  background-size: cover;
}
.ny-23_snowflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 8s, 3s;
  background: url(/application/images/newYear/2023/ny-23_sf_6.svg) 50% 50% no-repeat;
  background-size: cover;
}
.ny-23_snowflake:nth-of-type(6) {
  left: 60%;
  animation-delay: 6s, 2s;
  background: url(/application/images/newYear/2023/ny-23_sf_7.svg) 50% 50% no-repeat;
  background-size: cover;
}
.ny-23_snowflake:nth-of-type(7) {
  left: 70%;
  animation-delay: 2.5s, 1s;
  background: url(/application/images/newYear/2023/ny-23_sf_8.svg) 50% 50% no-repeat;
  background-size: cover;
}
.ny-23_snowflake:nth-of-type(8) {
  left: 80%;
  animation-delay: 1s, 0s;
  background: url(/application/images/newYear/2023/ny-23_sf_9.svg) 50% 50% no-repeat;
  background-size: cover;
}
.ny-23_snowflake:nth-of-type(9) {
  left: 90%;
  animation-delay: 3s, 1.5s;
  background: url(/application/images/newYear/2023/ny-23_sf_10.svg) 50% 50% no-repeat;
  background-size: cover;
}

/* анимация снежинок начало */
@keyframes snowflakes-fall {
  0% {
    top: -10%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}
/* анимация снежинок конец */
.ny-23_tree {
  position: absolute;
  left: 145px;
  width: 193px;
}
.ny-23_tree:after {
  position: absolute;
  content: "";
  bottom: 87px;
  left: -146px;
  width: 697px;
  height: 290px;
  background: url(/application/images/newYear/2023/ny-23_tree-shadow.svg) 50% 50% no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 961px) and (max-width: 1366px) {
  .ny-23_tree:after {
    bottom: 167px;
    left: -107px;
    width: 480px;
    height: 180px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .ny-23_tree:after {
    bottom: 157px;
    left: -66px;
    width: 338px;
    height: 146px;
  }
}
@media screen and (max-width: 640px) {
  .ny-23_tree:after {
    bottom: 185px;
    left: -100px;
    width: 279px;
    height: 120px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1366px) {
  .ny-23_tree {
    left: 108px;
    top: 0;
    width: 142px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .ny-23_tree {
    left: 83px;
    top: -117px;
    width: 88px;
  }
}
@media screen and (max-width: 640px) {
  .ny-23_tree {
    top: -134px;
    left: -215px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 72px;
  }
}
.ny-23_cup-steam {
  position: absolute;
  top: 278px;
  left: 110px;
  width: 35px;
  height: 107px;
  background: url(/application/images/newYear/2023/ny-23_cup-steam_1.svg) 50% 50% no-repeat;
  background-size: cover;
  animation: cup-steam 3s ease-in-out infinite;
  z-index: 2;
}
@media screen and (min-width: 961px) and (max-width: 1366px) {
  .ny-23_cup-steam {
    top: 239px;
    left: 88px;
    width: 16px;
    height: 48px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .ny-23_cup-steam {
    top: 110px;
    left: 56px;
    width: 16px;
    height: 48px;
  }
}
@media screen and (max-width: 640px) {
  .ny-23_cup-steam {
    top: 66px;
    left: -312px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 72px;
    width: 16px;
    height: 48px;
  }
}
.ny-23_cup-steam.small {
  top: 317px;
  left: 150px;
  width: 18px;
  height: 47px;
  background: url(/application/images/newYear/2023/ny-23_cup-steam_2.svg) 50% 50% no-repeat;
  background-size: cover;
  animation-delay: 1s;
}
@media screen and (min-width: 961px) and (max-width: 1366px) {
  .ny-23_cup-steam.small {
    top: 255px;
    left: 108px;
    width: 9px;
    height: 22px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .ny-23_cup-steam.small {
    top: 125px;
    left: 76px;
    width: 9px;
    height: 22px;
  }
}
@media screen and (max-width: 640px) {
  .ny-23_cup-steam.small {
    top: 80px;
    left: -290px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 9px;
    height: 22px;
  }
}
.ny-23_crutch {
  position: absolute;
  display: none;
  background: #0c7a66;
}
@media screen and (min-width: 767px) and (max-width: 1366px) {
  .ny-23_crutch {
    display: block;
    width: 100%;
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .ny-23_crutch {
    display: block;
    height: 100vh;
    width: 100%;
    background: #0c7a66;
    z-index: -1;
  }
}
.ny-23_wrap {
  position: relative;
  height: 100vh;
  min-height: 660px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ny-23_wrap {
    min-height: 640px;
  }
}
.ny-23_footer-wrap {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .ny-23_footer-wrap {
    bottom: -40px;
  }
}
.ny-23_logo {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: url(/application/images/newYear/2023/ny-23_logo-white.svg) 50% 50% no-repeat;
  width: 215px;
  height: 54px;
  background-size: cover;
}
.ny-23_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .ny-23_logo {
    width: 167px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ny-23_logo {
    width: 130px;
    height: 33px;
  }
}
.ny-23_notebook {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1302px;
  height: 707px;
  background: url(/application/images/newYear/2023/ny-23_main-group.svg) 50% 50% no-repeat;
  background-size: auto;
  background-position: 100% 100%;
  z-index: 2;
}
.ny-23_notebook.main {
  top: -349px;
  background: none;
}
@media screen and (min-width: 961px) and (max-width: 1366px) {
  .ny-23_notebook.main {
    top: -269px;
    max-width: 960px;
    height: 524px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .ny-23_notebook.main {
    top: -160px;
    max-width: 600px;
    height: 339px;
  }
}
@media screen and (max-width: 640px) {
  .ny-23_notebook.main {
    top: -116px;
    max-width: 500px;
    height: 263px;
  }
}
.ny-23_notebook-screen {
  position: absolute;
  top: 118px;
  left: -37px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 477px;
  height: 268px;
}
@media screen and (min-width: 961px) and (max-width: 1366px) {
  .ny-23_notebook-screen {
    top: 103px;
    left: -50px;
    width: 351px;
    height: 198px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .ny-23_notebook-screen {
    top: 65px;
    left: 0px;
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .ny-23_notebook-screen {
    top: 26px;
    left: 0px;
    width: 178px;
    height: 99px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1366px) {
  .ny-23_notebook {
    top: 0;
    max-width: 875px;
    height: 524px;
    background-size: 875px;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  .ny-23_notebook {
    top: 0;
    max-width: 600px;
    height: 339px;
    background: url(/application/images/newYear/2023/ny-23_main-group_960.svg) no-repeat;
    background-size: auto;
    background-position: 70% 90%;
  }
}
@media screen and (max-width: 640px) {
  .ny-23_notebook {
    top: 0;
    max-width: 500px;
    height: 263px;
    background: url(/application/images/newYear/2023/ny-23_main-group_640.svg) no-repeat;
    background-position: 50% 50%;
    background-size: auto;
  }
}
.ny-23_top {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 57%;
  background-color: #FFC178;
  overflow: hidden;
}
@media screen and (min-width: 2000px) {
  .ny-23_top {
    background-position: 50% 10%;
  }
}
.ny-23_top-text {
  position: absolute;
  top: 22%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  max-width: 820px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-height: 660px) {
  .ny-23_top-text {
    top: 10%;
  }
}
@media screen and (max-width: 767px) {
  .ny-23_top-text {
    top: 22%;
  }
}
@media screen and (min-width: 2000px) {
  .ny-23_top-text {
    top: 33%;
  }
}
.ny-23_bottom {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 43%;
  background-image: url(/application/images/newYear/2023/ny-23_bottom-ornament.svg);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-color: #0C7A66;
}
@media screen and (max-width: 767px) {
  .ny-23_bottom {
    background-image: url(/application/images/newYear/2023/ny-23_bottom-ornament-mobile.svg);
    background-position: 50% 55%;
  }
}

/* анимация пара для кружки начало */
@keyframes cup-steam {
  0% {
    opacity: 1;
  }
  100% {
    top: 150px;
    opacity: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 960px) {
  @keyframes cup-steam {
    0% {
      opacity: 1;
    }
    100% {
      top: 80px;
      opacity: 0;
    }
  }
}
@media screen and (max-width: 640px) {
  @keyframes cup-steam {
    0% {
      opacity: 1;
    }
    100% {
      top: 40px;
      opacity: 0;
    }
  }
}
/* анимация пара для кружки конец */
/*нг 2023 конец */
/*шрифты для нг 2022 начало*/
@font-face {
  font-family: "GetVoIP Grotesque";
  src: url("/application/images/newYear/2022/getvoip_grotesque.otf") format("opentype"), url("/application/images/newYear/2022/getvoip_grotesque.svg") format("svg"), url("/application/images/newYear/2022/getvoip_grotesque.eot");
}
@font-face {
  font-family: "Press Start 2P";
  src: url("/application/images/newYear/2022/Press_Start_2P.ttf");
}
/*шрифты для нг 2022 конец*/
/*анимация для эффекта двусторонней звезды начало*/
.pointHover-item {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 147px;
  height: 147px;
  perspective: 1000px;
  vertical-align: top;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 960px) {
  .pointHover-item {
    width: 110px;
    height: 110px;
  }
}

.pointHover-item .pointHover-wrapper {
  transition: 0.5s ease-out;
  transform-style: preserve-3d;
  backface-visibility: visible;
  position: relative;
  width: 100%;
  height: 100%;
}

.pointHover-item.applyflip .pointHover-wrapper {
  transform: rotateY(180deg);
}

.pointHover-item .pointHover-wrapper .pointHover_front, .pointHover-item .pointHover-wrapper .pointHover_back {
  /* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.pointHover-item .pointHover-wrapper .pointHover_front, .pointHover-item.applyflip .pointHover-wrapper .pointHover_front {
  transform: rotateY(0deg);
}

.pointHover-item .pointHover-wrapper .pointHover_back, .pointHover-item.applyflip .pointHover-wrapper .pointHover_back {
  transform: rotateY(-180deg);
}

.pointHover-item .pointHover-wrapper .pointHover_front, .pointHover-item.applyflip .pointHover-wrapper .pointHover_back {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  visibility: visible;
}

.pointHover-item.applyflip .pointHover-wrapper .pointHover_front, .pointHover-item .pointHover-wrapper .pointHover_back {
  /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
  animation: stayvisible 0.5s both;
  visibility: hidden;
}

@keyframes stayvisible {
  0% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
/*анимация для эффекта двусторнней звезды конец*/
/*анимация для элементов елки начало*/
.fillOp {
  transition: fill-opacity 0.3s linear;
  fill-opacity: 0.4;
}

.fillOp.fillUp {
  fill-opacity: 1;
}

.lightMyFire {
  transition: all 0.3s linear;
}

.lightMyFire.neonWhite.animateMe {
  filter: drop-shadow(0 0 4px #FFFFFF);
  stroke: #FFFFFF;
  animation-name: flickering;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.lightMyFire.neonOrange.animateMe {
  filter: drop-shadow(0 0 4px #FFAA33);
}

.lightMyFire.neonBlue.animateMe {
  filter: drop-shadow(0 0 4px #4AF0E6);
}

@keyframes flickering {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 0.8;
  }
  8% {
    opacity: 0.1;
  }
  9% {
    opacity: 0.8;
  }
  12% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.7;
  }
  25% {
    opacity: 0.3;
  }
  30% {
    opacity: 0.7;
  }
  70% {
    opacity: 0.5;
  }
  72% {
    opacity: 0.2;
  }
  77% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.7;
  }
}
/*анимация для элементов елки конец*/
/*стандартная анимация fadeInUp начало */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
}

/*стандартная анимация fadeInUp конец*/
/*покачивание робота начало */
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  position: relative;
  z-index: 1;
}

/*покачивание робота конец*/
/*бегущая строка начало */
@keyframes ticker {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
/*бегущая строка конец*/
/*анимация тени робота начало */
@keyframes shrink {
  0% {
    width: 60%;
  }
  65% {
    width: 90%;
  }
  100% {
    width: 60%;
  }
}
/*анимация тени робота конец */
/*анимация для кнопки робота начало*/
@keyframes pushedDown {
  0% {
    margin-top: 0;
    box-shadow: 0 5px 0 0 #7c2d01;
  }
  100% {
    margin-top: 5px;
    box-shadow: 0 0px 0 0 #7c2d01;
  }
}
@keyframes pushedUp {
  0% {
    margin-top: 5px;
    box-shadow: 0 0px 0 0 #7c2d01;
  }
  100% {
    margin-top: 0;
    box-shadow: 0 5px 0 0 #7c2d01;
  }
}
/*анимация для кнопки робота конец*/
/*моргание робота начало*/
@keyframes wink {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  10% {
    transform: scaleY(0.2) scaleX(1);
  }
  20% {
    transform: scaleY(1) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
.winked {
  animation: wink 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/*моргание робота конец*/
/*анимация рук робота начало*/
@keyframes wingLeft {
  0% {
    transform: rotate(0deg) translate(0px);
    transform-origin: 100% 0%;
  }
  65% {
    transform: rotate(-7deg) translate(0px);
    transform-origin: 100% 0%;
  }
  100% {
    transform: rotate(0deg) translate(0px);
    transform-origin: 100% 0%;
  }
}
@keyframes wingRight {
  0% {
    transform: rotate(0deg) translate(0px);
    transform-origin: 0% 0%;
  }
  65% {
    transform: rotate(7deg) translate(0px);
    transform-origin: 0% 0%;
  }
  100% {
    transform: rotate(0deg) translate(0px);
    transform-origin: 0% 0%;
  }
}
.wing-left {
  animation: wingLeft 3s ease-in-out;
}

.wing-right {
  animation: wingRight 3s ease-in-out;
}

/*анимация рук робота конец*/
/* звезды для звезды смерти начало*/
.shine {
  display: block;
  position: absolute;
  top: 18%;
  left: 23%;
  width: 60px;
  height: 60px;
  background-image: url(/application/images/newYear/2022/twinkle-star.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 2;
  color: tansparent;
  opacity: 0;
  animation: glitter 5s ease-in-out infinite;
}

#starshine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

@keyframes glitter {
  0% {
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  75% {
    transform: scale(1) rotate(720deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}
/* звезды для звезды смерти конец*/
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}

.snowflake {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.glitch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
    clip-path: polygon(0% 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
    clip-path: polygon(0% 1%, 100% 1%, 100% 3%, 0 3%);
  }
  2% {
    clip-path: polygon(0% 10%, 100% 10%, 100% 10%, 0 10%);
  }
  4% {
    clip-path: polygon(0% 30%, 100% 30%, 100% 30%, 0 30%);
  }
  6% {
    clip-path: polygon(0% 40%, 100% 40%, 100% 40%, 0 40%);
  }
  8% {
    clip-path: polygon(0% 60%, 100% 60%, 100% 50%, 0 50%);
  }
  10% {
    clip-path: polygon(0% 70%, 100% 70%, 100% 70%, 0 70%);
  }
  12% {
    clip-path: polygon(0% 70%, 100% 70%, 100% 60%, 0 60%);
  }
  14% {
    clip-path: polygon(0% 80%, 100% 80%, 100% 80%, 0 80%);
  }
  16% {
    clip-path: polygon(0% 90%, 100% 90%, 100% 88%, 0 88%);
  }
  19% {
    clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0 50%);
  }
  20% {
    clip-path: polygon(0% 30%, 100% 30%, 100% 20%, 0 20%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(10px, 0, 0);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    transform: translate3d(0, -10px, 0) scale(-1, -1, 1);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    clip-path: polygon(0 2%, 100% 2%, 100% 3%, 0 3%);
  }
  2.5% {
    clip-path: polygon(0 4%, 100% 4%, 100% 3%, 0 3%);
  }
  3% {
    clip-path: polygon(0 6%, 100% 6%, 100% 7%, 0 7%);
  }
  3.5% {
    clip-path: polygon(0 5%, 100% 5%, 100% 4%, 0 4%);
  }
  4% {
    clip-path: polygon(0 6%, 100% 6%, 100% 5%, 0 5%);
  }
  5% {
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  5.5% {
    clip-path: polygon(0 4%, 100% 4%, 100% 3%, 0 3%);
  }
  6% {
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  6.5% {
    clip-path: polygon(0 10%, 100% 10%, 0% 9%, 0 9%);
  }
  7% {
    clip-path: polygon(0 7%, 100% 7%, 100% 6.5%, 0 6.5%);
  }
  7.5% {
    clip-path: polygon(0 7.5%, 100% 7.5%, 100% 7.5%, 0 7.5%);
  }
  8% {
    clip-path: polygon(0 8%, 100% 8%, 100% 9%, 0 9%);
  }
  9% {
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  10% {
    clip-path: polygon(0 20%, 100% 20%, 100% 30%, 0 30%);
  }
  11.5% {
    clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
  }
  12% {
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  12.5% {
    clip-path: polygon(0 50%, 100% 50%, 100% 44%, 0 44%);
  }
  13% {
    clip-path: polygon(0 52%, 100% 52%, 100% 55%, 0 55%);
  }
  14% {
    clip-path: polygon(0 60%, 100% 0%, 100% 67%, 0 67%);
  }
  15% {
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15.5% {
    clip-path: polygon(0 68%, 100% 68%, 100% 70%, 0 70%);
  }
  16% {
    clip-path: polygon(0 72%, 100% 72%, 100% 76%, 0 76%);
  }
  17% {
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  17.5% {
    clip-path: polygon(0 48%, 100% 48%, 100% 40%, 0 40%);
  }
  18% {
    clip-path: polygon(0 28%, 100% 28%, 100% 30%, 0 30%);
  }
  19% {
    clip-path: polygon(0 20%, 100% 20%, 100% 25%, 0 25%);
  }
  20% {
    clip-path: polygon(0 4%, 100% 4%, 100% 10%, 0 10%);
  }
  21.9% {
    opacity: 1;
    transform: translate3d(0, 10px, 0) scale(-1, -1, 1);
  }
  22%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-flash {
  0%, 10% {
    opacity: 0.3;
    transform: translate3d(10px, 10px, 0);
  }
  33%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
.ny-2022_year-2022 {
  position: absolute;
  left: 7%;
  right: 0;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 55px;
  height: 110px;
  z-index: 3;
}
@media (max-width: 1600px) {
  .ny-2022_year-2022 {
    left: 7%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .ny-2022_year-2022 {
    left: 9%;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .ny-2022_year-2022 {
    left: 12%;
  }
}
@media (max-width: 960px) {
  .ny-2022_year-2022 {
    display: none;
  }
}
.ny-2022_year-2022:hover {
  cursor: pointer;
}
.ny-2022_year-2022_img {
  position: absolute;
  top: -5px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  background: url(/application/images/newYear/2022/ny-2026_year-2026.svg) no-repeat center/contain;
  /*background: url(/application/images/newYear/2022/ny-2022_year-2022.svg) 50% 50% no-repeat;
  background-size: contain;*/
  transform: translate3d(0, 0, 0);
}
.ny-2022_year-2022_img:nth-child(n+2) {
  opacity: 0;
  animation-duration: 2.25s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ny-2022_year-2022_img:nth-child(2) {
  animation-name: glitch-anim-1;
}
.ny-2022_year-2022_img:nth-child(3) {
  animation-name: glitch-anim-2;
}
.ny-2022_year-2022_img:nth-child(4) {
  animation-name: glitch-anim-3;
}
.ny-2022_year-2022_img:nth-child(5) {
  background-color: #058a05;
  background-blend-mode: overlay;
  animation-name: glitch-anim-flash;
}
.ny-2022_equalizer {
  position: relative;
  padding-top: 56px;
}
@media (max-width: 1600px) {
  .ny-2022_equalizer {
    padding-top: 40px;
  }
}
@media (min-width: 960px) and (max-width: 1599px) {
  .ny-2022_equalizer {
    padding-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_equalizer {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .ny-2022_equalizer {
    padding-top: 10%;
  }
}
.ny-2022_logo {
  width: 240px;
  height: 60px;
}
.ny-2022_logo-wrap {
  margin-right: -260px;
}
@media (max-width: 1200x) and (min-width: 1599px) {
  .ny-2022_logo-wrap {
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .ny-2022_logo-wrap {
    margin-right: -40px;
  }
}
@media (min-width: 960px) and (max-width: 1023px) {
  .ny-2022_logo-wrap {
    margin-right: -60px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_logo-wrap {
    margin-right: -120px;
  }
}
@media (max-width: 767px) {
  .ny-2022_logo-wrap {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .ny-2022_logo {
    width: 174px;
    height: 44px;
  }
}
.ny-2022_snow {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.ny-2022_death-star {
  position: absolute;
  right: 0;
  top: 104px;
  width: 283px;
  height: 283px;
  background: url(/application/images/newYear/2022/ny-2022_death-star.svg) 50% 50% no-repeat;
  background-size: cover;
  transition: all 0.3s linear;
}
@media (max-width: 1600px) {
  .ny-2022_death-star {
    right: -100px;
    top: 70px;
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 1200px) {
  .ny-2022_death-star {
    display: none;
  }
}
.ny-2022_main-bg {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  min-height: 970px;
  background: url(/application/images/newYear/2022/ny-2022_main-bg.svg) 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .ny-2022_main-bg {
    min-height: 768px;
  }
}
@media (max-width: 767px) {
  .ny-2022_main-bg {
    width: 100%;
    max-width: 768px;
    min-height: 700px;
    background: url(/application/images/newYear/2022/ny-2022_mobile-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
  }
}
.ny-2022_main-bg h2 {
  color: #ffffff;
  font-size: 54px;
  line-height: 68px;
  font-weight: 700;
  font-family: "GetVoIP Grotesque", sans-serif;
}
@media (min-width: 960px) and (max-width: 1280px) {
  .ny-2022_main-bg h2 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_main-bg h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .ny-2022_main-bg h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.ny-2022_tree {
  position: relative;
  width: 100%;
  max-width: 553px;
  height: 800px;
  z-index: 1;
}
@media (min-width: 960px) and (max-width: 1280px) {
  .ny-2022_tree {
    height: 720px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_tree {
    height: 600px;
    margin-top: 90px;
  }
}
.ny-2022_bridge-top {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  background: url(/application/images/newYear/2022/ny-2022_bridge-top.svg) 50% 50% no-repeat;
  background-position-y: 40%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .ny-2022_bridge-top {
    background: none;
    z-index: 0;
  }
}
.ny-2022_bridge-bottom {
  position: absolute;
  bottom: 0;
  max-width: 1920px;
  width: 100%;
  height: 240px;
  background: url(/application/images/newYear/2022/ny-2022_bridge-bottom.svg) 50% 100% no-repeat;
  z-index: 2;
}
@media (max-width: 768px) {
  .ny-2022_bridge-bottom {
    background: none;
  }
}
.ny-2022_robot {
  margin-top: 25px;
  margin-left: auto;
  margin-right: 0;
  width: 533px;
  height: 710px;
}
@media (min-width: 769px) and (max-width: 1600px) {
  .ny-2022_robot {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 475px;
    height: 633px;
  }
}
@media (max-width: 767px) {
  .ny-2022_robot {
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 369px;
  }
}
.ny-2022_robot-head {
  position: relative;
  margin: 0 auto;
  width: 460px;
  height: 335px;
  background: url(/application/images/newYear/2022/ny-2022_robot-head.svg) 50% 50% no-repeat;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot-head {
    width: 410px;
    height: 299px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .ny-2022_robot-head {
    width: 257px;
    height: 187px;
    background-size: contain;
  }
}
.ny-2022_robot-face {
  position: absolute;
  top: calc(50% - 90px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 327px;
  height: 199px;
  background: url(/application/images/newYear/2022/ny-2022_robot-face.svg) 50% 50% no-repeat;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot-face {
    padding: 15px;
    top: calc(50% - 70px);
    width: 292px;
    height: 177px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .ny-2022_robot-face {
    padding: 10px;
    top: calc(50% - 52px);
    width: 183px;
    height: 112px;
    background-size: contain;
  }
}
.ny-2022_robot-face_eye {
  width: 54px;
  height: 62px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 6px rgba(74, 240, 230, 0.5);
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot-face_eye {
    width: 48px;
    height: 55px;
    box-shadow: 0px 0px 10px 4px rgba(74, 240, 230, 0.5);
  }
}
@media (max-width: 767px) {
  .ny-2022_robot-face_eye {
    width: 31px;
    height: 35px;
    box-shadow: 0px 0px 7px 3px rgba(74, 240, 230, 0.5);
  }
}
.ny-2022_robot-face_eye.eye-left {
  transform: rotate(-3.42deg);
}
.ny-2022_robot-face_eye.eye-right {
  transform: rotate(3.42deg);
}
.ny-2022_robot-face_smile {
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 202px;
  height: 104px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot-face_smile {
    top: calc(50% - 30px);
    width: 180px;
    height: 92px;
  }
}
@media (max-width: 767px) {
  .ny-2022_robot-face_smile {
    top: calc(50% - 20px);
    width: 117px;
    height: 60px;
  }
}
.ny-2022_robot-face_smile-container {
  width: 82px;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot-face_smile-container {
    width: 74px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .ny-2022_robot-face_smile-container {
    width: 41px;
    height: 20px;
  }
}
.ny-2022_robot-face_smile .robot-smile {
  filter: drop-shadow(0 0 5px rgb(74, 240, 230));
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot-face_smile .robot-smile {
    filter: drop-shadow(0 0 4px rgb(74, 240, 230));
  }
}
@media (max-width: 768px) {
  .ny-2022_robot-face_smile .robot-smile {
    filter: drop-shadow(0 0 3px rgb(74, 240, 230));
  }
}
.ny-2022_robot-torso {
  position: relative;
  bottom: 30px;
  margin: 0 auto;
  width: 295px;
  height: 276px;
  background: url(/application/images/newYear/2022/ny-2022_robot-torso.svg) 50% 50% no-repeat;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot-torso {
    width: 262px;
    height: 246px;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .ny-2022_robot-torso {
    width: 168px;
    height: 156px;
    background-size: contain;
  }
}
.ny-2022_robot-hand {
  position: absolute;
  top: 0;
  width: 142px;
  height: 151px;
  z-index: 1;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot-hand {
    width: 126px;
    height: 134px;
  }
}
@media (max-width: 767px) {
  .ny-2022_robot-hand {
    width: 85px;
    height: 90px;
  }
}
.ny-2022_robot-hand.lefty {
  left: 5px;
  background: url(/application/images/newYear/2022/ny-2022_robot-hand-left.svg) 50% 50% no-repeat;
  background-size: contain;
}
.ny-2022_robot-hand.righty {
  right: 10px;
  background: url(/application/images/newYear/2022/ny-2022_robot-hand-right.svg) 50% 50% no-repeat;
  background-size: contain;
}
.ny-2022_robot-shadow {
  position: relative;
  margin: 0 auto;
  height: 36px;
  background: rgba(167, 93, 8, 0.4);
  border-radius: 50%;
  z-index: 3;
  animation: shrink 3s ease-in-out infinite;
  filter: blur(20px);
}
.ny-2022_robot-button {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 85px;
  height: 85px;
  cursor: pointer;
  background-color: #84868C;
  box-shadow: 0 5px 0px 0px rgb(75, 74, 89);
  border-radius: 50%;
  z-index: 2;
  transition: background-color 0.3s linear;
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot-button {
    top: 80px;
    width: 75px;
    height: 75px;
    box-shadow: 0 4px 0px 0px rgb(75, 74, 89);
  }
}
@media (max-width: 767px) {
  .ny-2022_robot-button {
    top: 47px;
    width: 45px;
    height: 45px;
    box-shadow: 0 3px 0px 0px rgb(75, 74, 89);
  }
}
.ny-2022_robot-button-marker {
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(50% - 26px);
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .ny-2022_robot-button-marker {
    margin-top: calc(50% - 23px);
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .ny-2022_robot-button-marker {
    margin-top: calc(50% - 13px);
    width: 27px;
    height: 27px;
  }
}
.ny-2022_robot-button.pushedUp {
  animation: pushedUp 0.3s linear;
}
.ny-2022_robot-button.pushedDown {
  background-color: #5BC508;
  animation: pushedDown 0.3s linear;
}

.text-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.text-text span {
  display: inline-block;
  padding-left: 100%;
  font-family: "Press Start 2P";
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  color: #C8FCFF;
  letter-spacing: 5px;
  animation: ticker 15s infinite linear;
}
@media (min-width: 768px) and (max-width: 959px) {
  .text-text span {
    font-size: 27px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .text-text span {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}

.pixel-icon {
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .pixel-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .pixel-icon {
    width: 26px;
    height: 26px;
  }
}
.pixel-icon.deer {
  background-image: url(/application/images/newYear/2022/ny-2022_deer-pixel.svg);
}
.pixel-icon.d-logo {
  background-image: url(/application/images/newYear/2022/ny-2022_logo-pixel.svg);
}
.pixel-icon.tree {
  background-image: url(/application/images/newYear/2022/ny-2022_tree-pixel.svg);
}

.hny_fb video {
  max-width: 50% !important;
}
@media (max-width: 991px) {
  .hny_fb video {
    max-width: 100% !important;
  }
}

#nycanvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  background-color: transparent;
}

.newYear {
  min-height: 100vh;
  width: 100%;
}
.newYear_2020 {
  background-color: #032215;
  overflow: hidden;
  position: relative;
  /**** Мобилы ****/
}
.newYear_2020__main-block {
  background-image: url(/application/images/newYear/2020/ny-2020_main-bg.png);
  background-repeat: repeat;
  width: 100%;
  height: 100vh;
  min-height: 930px;
}
.newYear_2020__draggable {
  position: absolute;
  bottom: 0;
  background-color: #032215;
  width: 100%;
}
.newYear_2020 .ny-decoration-block {
  width: 100%;
  height: 100%;
  max-height: 700px;
}
.newYear_2020 .ny-container {
  position: relative;
  width: 596px;
  height: 100%;
  background-image: url(/application/images/newYear/2020/ny-2020_three-presents.png);
  background-repeat: no-repeat;
  z-index: 9;
  margin: auto;
  background-position: 50% 100%;
}
.newYear_2020 .ny-socket {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #fff;
  /*background-image: url(/application/images/newYear/2020/ny-2020_socket.svg);*/
  background-repeat: no-repeat;
  border-radius: 50%;
}
.newYear_2020 .ny-socket:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: calc(50% - 4px);
}
.newYear_2020 .ny-socket_0 {
  top: 484px;
  left: 345px;
}
.newYear_2020 .ny-socket_1 {
  top: 457px;
  left: 183px;
}
.newYear_2020 .ny-socket_2 {
  top: 407px;
  left: 272px;
}
.newYear_2020 .ny-socket_3 {
  top: 360px;
  left: 340px;
}
.newYear_2020 .ny-socket_4 {
  top: 329px;
  left: 230px;
}
.newYear_2020 .ny-socket_5 {
  top: 274px;
  left: 303px;
}
.newYear_2020 .ny-socket-accepted {
  visibility: hidden;
}
.newYear_2020 .ny-socket .date-text {
  font-size: 12px;
  margin: 10px 4px;
  color: #6C6C6C;
}
.newYear_2020 .ny-star {
  position: absolute;
  top: 117px;
  left: 233px;
}
.newYear_2020 .ny-star:not(.not-shine):before {
  content: "";
  position: absolute;
  width: 128px;
  height: 128px;
  background: radial-gradient(46.88% 46.88% at 50% 47.27%, rgba(239, 223, 78, 0.7) 0%, rgba(254, 243, 145, 0.25) 36.98%, rgba(255, 241, 119, 0) 86.98%);
  z-index: -1;
}
.newYear_2020 .ny-star .svg-star #paint0_radial stop {
  transition: 0.4s ease-in-out;
}
.newYear_2020 .ny-star .svg-star .main-star {
  transition: 0.4s ease-in-out;
}
.newYear_2020 .ny-star .svg-star .inner-star {
  transition: 0.4s ease-in-out;
}
.newYear_2020 .ny-star.not-shine .svg-star #paint0_radial stop {
  stop-opacity: 0;
}
.newYear_2020 .ny-star.not-shine .svg-star .main-star {
  fill: #032215;
}
.newYear_2020 .ny-star.not-shine .svg-star .inner-star {
  opacity: 0;
}
.newYear_2020 .ny-star.not-shine:before {
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(253, 250, 219, 0.42) 0%, rgba(255, 252, 225, 0.14) 48.44%, rgba(255, 255, 255, 0) 86.98%);
  opacity: 0.5;
  position: absolute;
  width: 128px;
  height: 128px;
  background-repeat: no-repeat;
  z-index: -1;
}
.newYear_2020 .ny-sphere {
  position: relative;
  width: 40px;
}
.newYear_2020 .ny-sphere__item {
  background-image: url(/application/images/newYear/2020/ny-2020_three-sphere.svg);
  width: 40px;
  height: 44px;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.1s ease-in-out all;
  filter: saturate(0);
  cursor: pointer;
}
.newYear_2020 .ny-sphere__item:before {
  content: "";
  position: absolute;
  top: -29px;
  left: -20px;
  width: 78px;
  height: 78px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in-out all;
  background: radial-gradient(50% 50% at 50% 55.77%, #FBFF40 2.08%, rgba(243, 255, 99, 0.249412) 58.85%, rgba(255, 245, 157, 0) 88.54%);
}
.newYear_2020 .ny-sphere__item:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -20px;
  width: 78px;
  height: 78px;
  z-index: -1;
  opacity: 0;
  transition: 0.4s ease-in-out all;
  background: radial-gradient(42.31% 42.31% at 50% 55.13%, #000000 19.79%, rgba(0, 0, 0, 0.249412) 74.48%, rgba(0, 0, 0, 0) 88.54%);
}
.newYear_2020 .ny-sphere__text {
  position: absolute;
  top: 4px;
  left: 40px;
  color: #fff;
  font-size: 14px;
  height: 40px;
  width: 235px;
  max-width: 50vw;
  margin-left: 14px;
  opacity: 1;
  transition: 0.4s ease-in-out opacity;
  display: flex;
}
.newYear_2020 .ny-sphere.dropped-correctly .ny-sphere__item {
  filter: none;
}
.newYear_2020 .ny-sphere.dropped-correctly .ny-sphere__item:before {
  opacity: 1;
}
.newYear_2020 .ny-sphere.dropped-correctly .ny-sphere__item:after {
  opacity: 1;
}
.newYear_2020 .ny-sphere.dropped-correctly .ny-sphere__text {
  display: none;
}
.newYear_2020 .ny-sphere.ui-draggable-dragging .ny-sphere__text {
  opacity: 0;
}
.newYear_2020 .ny-dropable_default {
  width: 45%;
  min-width: 290px;
  margin: 10px;
  position: relative;
}
.newYear_2020 .ny-lightbulb {
  width: 33px;
  height: 33px;
  background-image: url(/application/images/newYear/2020/ny-2020_lightbulb.svg);
  background-size: cover;
  position: absolute;
  opacity: 0;
}
.newYear_2020 .ny-lightbulb.big {
  width: 47px;
  height: 47px;
}
.newYear_2020 .ny-lightbulb.semi {
  width: 37px;
  height: 37px;
}
.newYear_2020 .ny-lightbulb.mini {
  width: 27px;
  height: 27px;
}
.newYear_2020 .ny-lightbulb:nth-child(1) {
  top: 242px;
  left: 302px;
}
.newYear_2020 .ny-lightbulb:nth-child(2) {
  top: 210px;
  left: 280px;
}
.newYear_2020 .ny-lightbulb:nth-child(3) {
  top: 515px;
  left: 160px;
}
.newYear_2020 .ny-lightbulb:nth-child(4) {
  top: 430px;
  left: 372px;
}
.newYear_2020 .ny-lightbulb:nth-child(5) {
  top: 310px;
  left: 310px;
}
.newYear_2020 .ny-lightbulb:nth-child(6) {
  top: 530px;
  left: 325px;
}
.newYear_2020 .ny-lightbulb:nth-child(7) {
  top: 380px;
  left: 200px;
}
.newYear_2020 .ny-lightbulb:nth-child(8) {
  top: 460px;
  left: 305px;
}
.newYear_2020 .ny-lightbulb:nth-child(9) {
  top: 412px;
  left: 243px;
}
.newYear_2020 .ny-lightbulb:nth-child(10) {
  top: 280px;
  left: 245px;
}
.newYear_2020 .ny-lightbulb:nth-child(11) {
  top: 505px;
  left: 385px;
}
.newYear_2020 .ny-lightbulb:nth-child(12) {
  top: 465px;
  left: 155px;
}
.newYear_2020 .ny-lightbulb:nth-child(13) {
  top: 485px;
  left: 214px;
}
.newYear_2020 .ny-lightbulb:nth-child(14) {
  top: 385px;
  left: 310px;
}
.newYear_2020 .ny-color-spot {
  position: absolute;
  width: 293px;
  height: 293px;
  transition: 0.4s ease-in-out all;
  opacity: 0;
}
.newYear_2020 .ny-color-spot:nth-child(1) {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 199, 0, 0.29) 0%, rgba(255, 184, 0, 0.13) 34.38%, rgba(255, 184, 0, 0) 86.98%);
  top: 166px;
  left: 365px;
}
.newYear_2020 .ny-color-spot:nth-child(2) {
  background: radial-gradient(50% 50% at 50% 50%, rgba(61, 170, 9, 0.29) 0%, rgba(88, 190, 8, 0.13) 34.38%, rgba(128, 200, 10, 0) 86.98%);
  top: 346px;
  left: -65px;
}
.newYear_2020 .ny-color-spot:nth-child(3) {
  background: radial-gradient(50% 50% at 50% 50%, rgba(25, 202, 138, 0.29) 0%, rgba(30, 190, 123, 0.13) 34.38%, rgba(42, 205, 127, 0) 86.98%);
  top: 250px;
  left: 480px;
}
.newYear_2020 .ny-color-spot.active {
  opacity: 1;
}
.newYear_2020 .ny-mousebox {
  position: absolute;
  width: 95px;
  height: 110px;
  top: 540px;
  left: 70px;
  cursor: pointer;
}
.newYear_2020 .ny-mousebox__front {
  position: absolute;
  top: 38px;
  left: 7px;
  width: 90px;
  height: 73px;
  background-image: url(/application/images/newYear/2020/ny-mousebox_front.png);
  z-index: 29;
}
.newYear_2020 .ny-mousebox__back {
  position: absolute;
  top: 34px;
  left: 7px;
  width: 90px;
  height: 15px;
  background-image: url(/application/images/newYear/2020/ny-mousebox_back.png);
  z-index: 26;
}
.newYear_2020 .ny-mousebox__cover {
  position: absolute;
  top: 31px;
  left: 6px;
  width: 93px;
  height: 30px;
  background-image: url(/application/images/newYear/2020/ny-mousebox_cover.png);
  z-index: 30;
  transition: 1s ease-in-out all;
}
.newYear_2020 .ny-mousebox__mouse {
  position: absolute;
  top: 45px;
  left: 16px;
  width: 55px;
  height: 43px;
  background-image: url(/application/images/newYear/2020/ny-mouse.svg);
  z-index: 27;
  transition: 0.5s ease-in-out all;
  transition-delay: 0.3s;
}
.newYear_2020 .ny-mousebox.opened .ny-mousebox__cover {
  margin: -80px 0 0 -40px;
  transform: rotate(-30deg);
  opacity: 0;
}
.newYear_2020 .ny-mousebox.opened .ny-mousebox__mouse {
  margin-top: -38px;
}
.newYear_2020 .ny-snow-decoration {
  position: absolute;
  width: 329px;
  height: 379px;
  background-image: url(/application/images/newYear/2020/ny-2020_snow-decorations.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: 1s ease-in-out;
}
.newYear_2020 .ny-snow-decoration_left {
  top: 200px;
  left: -200px;
}
.newYear_2020 .ny-snow-decoration_right {
  top: 83px;
  left: 430px;
}
.newYear_2020 .ny-logo-and-description {
  position: absolute;
  margin-top: 50px;
  max-width: 330px;
  font-size: 14px;
}
.newYear_2020 .ny-hanging-decoration {
  position: absolute;
  top: 0;
  transform-origin: 50% 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
}
.newYear_2020 .ny-hanging-decoration.ball {
  background-image: url(/application/images/newYear/2020/ny-2020_hanging-decorations_ball.png);
}
.newYear_2020 .ny-hanging-decoration.ball_big {
  height: 283px;
  width: 52px;
  left: 400px;
  z-index: 11;
}
.newYear_2020 .ny-hanging-decoration.ball_min {
  left: 550px;
  width: 39px;
  height: 210px;
  z-index: 15;
}
.newYear_2020 .ny-hanging-decoration.snowflake {
  background-image: url(/application/images/newYear/2020/ny-2020_hanging-decorations_snowflake.png);
}
.newYear_2020 .ny-hanging-decoration.snowflake_big {
  left: 585px;
  width: 64px;
  height: 283px;
  z-index: 14;
}
.newYear_2020 .ny-hanging-decoration.snowflake_min {
  left: 454px;
  width: 50px;
  height: 233px;
  z-index: 13;
}
.newYear_2020 .ny-hanging-decoration.rhombus {
  background-image: url(/application/images/newYear/2020/ny-2020_hanging-decorations_rhombus.png);
  left: 493px;
  width: 52px;
  height: 352px;
  z-index: 12;
}
.newYear_2020 .ny-with-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease-in-out all;
}
.newYear_2020 .ny-mobile__main-block {
  background-image: url(/application/images/newYear/2020/ny-2020_main-bg.png);
  background-repeat: repeat;
  position: relative;
}
.newYear_2020 .ny-mobile-color-spot {
  position: absolute;
  width: 149px;
  height: 149px;
  background-size: cover;
  transition: 0.4s ease-in-out all;
  opacity: 0;
}
.newYear_2020 .ny-mobile-color-spot:nth-child(1) {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 199, 0, 0.29) 0%, rgba(255, 184, 0, 0.13) 34.38%, rgba(255, 184, 0, 0) 86.98%);
  left: 130px;
  bottom: 130px;
}
.newYear_2020 .ny-mobile-color-spot:nth-child(2) {
  background: radial-gradient(50% 50% at 50% 50%, rgba(61, 170, 9, 0.29) 0%, rgba(88, 190, 8, 0.13) 34.38%, rgba(128, 200, 10, 0) 86.98%);
  left: -100px;
  bottom: 30px;
}
.newYear_2020 .ny-mobile-color-spot:nth-child(3) {
  background: radial-gradient(50% 50% at 50% 50%, rgba(25, 202, 138, 0.29) 0%, rgba(30, 190, 123, 0.13) 34.38%, rgba(42, 205, 127, 0) 86.98%);
  left: 170px;
  bottom: 80px;
}
.newYear_2020 .ny-mobile-color-spot.active {
  opacity: 1;
}
.newYear_2020 .ny-mobile__container {
  width: 100%;
  max-width: 166px;
  height: 60vh;
  min-height: 250px;
  margin: auto;
  position: relative;
}
.newYear_2020 .ny-mobile__tree {
  position: absolute;
  bottom: 20px;
  left: 0;
  background-image: url(/application/images/newYear/2020/ny-mobile-three.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 229px;
}
.newYear_2020 .ny-mobile__tree_present {
  position: absolute;
  bottom: -30px;
  left: -45px;
  width: 301px;
  height: 76px;
  background-image: url(/application/images/newYear/2020/ny-mobile-presents.png);
  background-repeat: no-repeat;
}
.newYear_2020 .ny-mobile__tree_present .mousebox {
  position: absolute;
  width: 95px;
  height: 110px;
  bottom: -5px;
  left: 51px;
  cursor: pointer;
}
.newYear_2020 .ny-mobile__tree_present .mousebox__front {
  position: absolute;
  top: 38px;
  left: 5px;
  width: 77px;
  height: 62px;
  background-image: url(/application/images/newYear/2020/ny-mousebox_front.png);
  background-size: cover;
  z-index: 29;
}
.newYear_2020 .ny-mobile__tree_present .mousebox__back {
  position: absolute;
  top: 35px;
  left: 5px;
  width: 77px;
  height: 13px;
  background-image: url(/application/images/newYear/2020/ny-mousebox_back.png);
  background-size: cover;
  z-index: 26;
}
.newYear_2020 .ny-mobile__tree_present .mousebox__cover {
  position: absolute;
  top: 31px;
  left: 4px;
  width: 79px;
  height: 26px;
  background-image: url(/application/images/newYear/2020/ny-mousebox_cover.png);
  background-size: cover;
  z-index: 30;
  transition: 1s ease-in-out all;
}
.newYear_2020 .ny-mobile__tree_present .mousebox__mouse {
  position: absolute;
  top: 45px;
  left: 16px;
  width: 55px;
  height: 43px;
  background-image: url(/application/images/newYear/2020/ny-mouse.svg);
  z-index: 27;
  transition: 0.5s ease-in-out all;
  transition-delay: 0.3s;
}
.newYear_2020 .ny-mobile__tree_present .mousebox.opened .mousebox__cover {
  margin: -80px 0 0 -40px;
  transform: rotate(-30deg);
  opacity: 0;
}
.newYear_2020 .ny-mobile__tree_present .mousebox.opened .mousebox__mouse {
  margin-top: -38px;
}
.newYear_2020 .ny-mobile__star {
  position: absolute;
  bottom: 196px;
  left: 53px;
  z-index: 0;
  transition-delay: 1.5s;
}
.newYear_2020 .ny-mobile__star .svg-star #paint0_radial stop {
  transition: 0.5s ease-in-out;
}
.newYear_2020 .ny-mobile__star .svg-star .main-star {
  transition: 0.5s ease-in-out;
}
.newYear_2020 .ny-mobile__star .svg-star .inner-star {
  transition: 0.5s ease-in-out;
}
.newYear_2020 .ny-mobile__star.not-shine .svg-star #paint0_radial stop {
  stop-opacity: 0;
}
.newYear_2020 .ny-mobile__star.not-shine .svg-star .main-star {
  fill: #032215;
}
.newYear_2020 .ny-mobile__star.not-shine .svg-star .inner-star {
  opacity: 0;
}
.newYear_2020 .ny-mobile__star.not-shine:before {
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(253, 250, 219, 0.42) 0%, rgba(255, 252, 225, 0.14) 48.44%, rgba(255, 255, 255, 0) 86.98%);
  opacity: 0.5;
  position: absolute;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  z-index: -1;
}
.newYear_2020 .ny-mobile-lightbulb {
  width: 20px;
  height: 20px;
  background-image: url(/application/images/newYear/2020/ny-2020_lightbulb.svg);
  background-size: cover;
  position: absolute;
  opacity: 0;
}
.newYear_2020 .ny-mobile-lightbulb.big {
  width: 24px;
  height: 24px;
}
.newYear_2020 .ny-mobile-lightbulb.semi {
  width: 22px;
  height: 22px;
}
.newYear_2020 .ny-mobile-lightbulb.mini {
  width: 18px;
  height: 18px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(1) {
  bottom: 190px;
  left: 88px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(2) {
  bottom: 208px;
  left: 76px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(3) {
  left: 18px;
  bottom: 50px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(4) {
  left: 127px;
  bottom: 75px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(5) {
  left: 90px;
  bottom: 146px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(6) {
  left: 95px;
  bottom: 40px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(7) {
  left: 35px;
  bottom: 120px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(8) {
  left: 95px;
  bottom: 76px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(9) {
  left: 52px;
  bottom: 92px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(10) {
  left: 63px;
  bottom: 161px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(11) {
  left: 128px;
  bottom: 49px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(12) {
  left: 13px;
  bottom: 76px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(13) {
  left: 44px;
  bottom: 65px;
}
.newYear_2020 .ny-mobile-lightbulb:nth-child(14) {
  left: 90px;
  bottom: 107px;
}
.newYear-2021 {
  background-image: url(/application/images/newYear/2021/bg_not-shine.jpg);
  background-size: cover;
  background-position: 50% 0%;
  position: relative;
  height: 100vh;
  min-height: 800px;
  width: 100%;
  transition: 0.6s ease-in-out all;
}
@media (max-width: 767px) {
  .newYear-2021 {
    background-position-x: calc(100% + 80vw);
    background-position-y: 0%;
    height: 100%;
    min-height: 100vh;
  }
}
.newYear-2021.active .newYear-2021__congratulations:before {
  opacity: 1;
}
.newYear-2021.active .newYear-2021__congratulations:after {
  opacity: 1;
}
.newYear-2021.shine {
  background-image: url(/application/images/newYear/2021/bg_shine.jpg);
  opacity: 0;
  transition: 0.6s ease-in-out all;
}
.newYear-2021.shine.active {
  opacity: 1;
}
.newYear-2021__main-container {
  position: relative;
  width: 100%;
  max-width: 698px;
  text-align: center;
  height: calc(100vh - 100px);
}
@media (max-width: 1700px) {
  .newYear-2021__main-container {
    margin-top: 12px;
    height: auto;
  }
}
.newYear-2021__intro {
  text-align: left;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 32px;
}
@media (max-width: 1700px) {
  .newYear-2021__intro {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newYear-2021__intro {
    display: none;
  }
}
.newYear-2021__congratulations {
  position: relative;
  opacity: 0;
  transition: 0.4s ease-in-out all;
}
@media (max-width: 767px) {
  .newYear-2021__congratulations {
    opacity: 1;
  }
}
.newYear-2021__congratulations:before {
  content: "";
  width: 269px;
  height: 223px;
  position: absolute;
  top: 35px;
  left: 50%;
  background-color: #00A3FF;
  filter: blur(150px) drop-shadow(0 0 20px rgba(255, 255, 255, 0.2)) opacity(0.8);
  opacity: 0;
  transition: 0.6s ease-in-out all;
}
@media (max-width: 767px) {
  .newYear-2021__congratulations:before {
    display: none;
  }
}
.newYear-2021__congratulations:after {
  position: absolute;
  content: "";
  width: 753px;
  height: 312px;
  top: -20px;
  right: -20%;
  transition: 0.6s ease-in-out all;
  background-image: url(/application/images/newYear/2021/2021.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}
@media (max-width: 991px) {
  .newYear-2021__congratulations:after {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .newYear-2021__congratulations:after {
    width: 351px;
    height: 145px;
    top: -10px;
  }
}
.newYear-2021__congratulations.active {
  transition-delay: 0 !important;
  opacity: 1;
}
.newYear-2021__congratulations object {
  position: absolute;
  right: 0;
  top: 20px;
}
@media (max-width: 767px) {
  .newYear-2021__congratulations object {
    position: relative;
    right: auto;
    top: auto;
    max-width: 200px;
    margin: auto;
  }
}
.newYear-2021__radio {
  background-image: url(/application/images/newYear/2021/radio.png);
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
  width: 698px;
  height: 641px;
}
@media (max-width: 1700px) and (min-width: 1025px) {
  .newYear-2021__radio {
    width: 460px;
    height: 427px;
    top: 230px;
    bottom: auto;
    left: 30%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .newYear-2021__radio {
    width: 460px;
    height: 427px;
    top: 230px;
    bottom: auto;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (min-height: 851px) and (max-height: 920px) {
  .newYear-2021__radio {
    bottom: auto;
    top: 300px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (min-height: 921px) and (max-height: 980px) {
  .newYear-2021__radio {
    bottom: auto;
    top: 370px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (min-height: 981px) and (max-height: 1050px) {
  .newYear-2021__radio {
    bottom: auto;
    top: 430px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (min-height: 1051px) and (max-height: 1100px) {
  .newYear-2021__radio {
    bottom: auto;
    top: 490px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (min-height: 1101px) {
  .newYear-2021__radio {
    bottom: auto;
    top: 590px;
  }
}
.newYear-2021__radio .radio-btn {
  height: 42px;
  width: 42px;
  background-image: url(/application/images/newYear/2021/radio_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-btn {
    height: 31px;
    width: 31px;
  }
}
.newYear-2021__radio .radio-btn:hover {
  background-image: url(/application/images/newYear/2021/radio_btn_hover.png);
}
.newYear-2021__radio .radio-btn.active {
  background-image: url(/application/images/newYear/2021/radio_btn_active.png);
}
.newYear-2021__radio .radio-btn_big {
  height: 59px;
  width: 59px;
  background-image: url(/application/images/newYear/2021/radio_btn_big.png);
  background-size: contain;
  top: 210px;
  right: 75px;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-btn_big {
    height: 42px;
    width: 42px;
    top: 140px;
    right: 50px;
  }
}
.newYear-2021__radio .radio-btn_1 {
  top: 213px;
  left: 127px;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-btn_1 {
    top: 142px;
    left: 85px;
  }
}
.newYear-2021__radio .radio-btn_2 {
  top: 213px;
  left: 204px;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-btn_2 {
    top: 142px;
    left: 136px;
  }
}
.newYear-2021__radio .radio-btn_3 {
  top: 213px;
  left: 280px;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-btn_3 {
    top: 142px;
    left: 187px;
  }
}
.newYear-2021__radio .radio-btn_4 {
  top: 213px;
  left: 357px;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-btn_4 {
    top: 142px;
    left: 238px;
  }
}
.newYear-2021__radio .radio-btn_5 {
  top: 270px;
  left: 90px;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-btn_5 {
    top: 180px;
    left: 60px;
  }
}
.newYear-2021__radio .radio-btn_6 {
  top: 270px;
  left: 167px;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-btn_6 {
    top: 180px;
    left: 111px;
  }
}
.newYear-2021__radio .radio-btn_7 {
  top: 270px;
  left: 243px;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-btn_7 {
    top: 180px;
    left: 162px;
  }
}
.newYear-2021__radio .radio-btn_8 {
  top: 270px;
  left: 319px;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-btn_8 {
    top: 180px;
    left: 213px;
  }
}
.newYear-2021__radio .radio-range {
  position: absolute;
  top: 330px;
  left: 90px;
  width: 160px;
  height: 28px;
  background-image: url(/application/images/newYear/2021/radio_range.png);
  background-size: contain;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-range {
    top: 220px;
    left: 60px;
    width: 107px;
    height: 19px;
  }
}
.newYear-2021__radio .radio-range__control {
  position: absolute;
  top: 7px;
  left: -7px;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-image: url(/application/images/newYear/2021/radio_range_control.png);
  background-repeat: no-repeat;
  transform: translateX(75px);
  cursor: pointer;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-range__control {
    top: 5px;
    left: -5px;
    width: 18px;
    height: 18px;
    transform: translateX(50px);
  }
}
.newYear-2021__radio .radio-screen_default {
  position: absolute;
  left: 351px;
  top: 249px;
  width: 283px;
  height: 283px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/application/images/newYear/2021/screen_default.png);
  opacity: 1;
  z-index: 0;
  transition: 0.4s ease-in-out all;
}
@media (max-width: 1700px) {
  .newYear-2021__radio .radio-screen_default {
    left: 231px;
    top: 164px;
    width: 187px;
    height: 187px;
  }
}
.newYear-2021__radio .radio-screen_default.active {
  opacity: 0;
}
.newYear-2021__radio .customrange {
  cursor: pointer;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: relative;
  z-index: 3;
  padding: 0;
}
.newYear-2021__table {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-image: url(/application/images/newYear/2021/table.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  z-index: 0;
}
.newYear-2021__snow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(/application/images/newYear/2021/snow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  z-index: 2;
}
.newYear-2021 .svg-icon {
  position: absolute;
  top: 274px;
  left: 370px;
  width: 238px;
  height: 238px;
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon {
    top: 177px;
    left: 247px;
    width: 159px;
    height: 159px;
  }
}
.newYear-2021 .svg-icon__element {
  position: absolute;
  width: 48px;
  height: 48px;
  transition: 0.5s ease-in-out all;
  filter: grayscale(1) opacity(0.5);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon__element {
    width: 32px;
    height: 32px;
  }
}
.newYear-2021 .svg-icon__element.active {
  filter: grayscale(0) opacity(1);
}
.newYear-2021 .svg-icon__element_tree {
  background-image: url(/application/images/newYear/2021/icon_svg_tree.svg);
  width: 70px;
  height: 70px;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon__element_tree {
    width: 46px;
    height: 46px;
    top: calc(50% - 23px);
    left: calc(50% - 23px);
  }
}
.newYear-2021 .svg-icon__element_rocket {
  background-image: url(/application/images/newYear/2021/icon_svg_rocket.svg);
  top: 0;
  left: calc(50% - 24px);
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon__element_rocket {
    left: calc(50% - 16px);
  }
}
.newYear-2021 .svg-icon__element_snow {
  background-image: url(/application/images/newYear/2021/icon_svg_snow.svg);
  top: calc(25% - 24px);
  left: calc(75% - 24px);
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon__element_snow {
    top: calc(25% - 16px);
    left: calc(75% - 16px);
  }
}
.newYear-2021 .svg-icon__element_present {
  background-image: url(/application/images/newYear/2021/icon_svg_present.svg);
  top: calc(50% - 24px);
  left: calc(100% - 48px);
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon__element_present {
    top: calc(50% - 16px);
    left: calc(100% - 32px);
  }
}
.newYear-2021 .svg-icon__element_champagne {
  background-image: url(/application/images/newYear/2021/icon_svg_champagne.svg);
  top: calc(75% - 24px);
  left: calc(75% - 24px);
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon__element_champagne {
    top: calc(75% - 16px);
    left: calc(75% - 16px);
  }
}
.newYear-2021 .svg-icon__element_music {
  background-image: url(/application/images/newYear/2021/icon_svg_music.svg);
  top: calc(100% - 48px);
  left: calc(50% - 24px);
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon__element_music {
    top: calc(100% - 32px);
    left: calc(50% - 16px);
  }
}
.newYear-2021 .svg-icon__element_bell {
  background-image: url(/application/images/newYear/2021/icon_svg_bell.svg);
  top: calc(75% - 24px);
  left: calc(25% - 24px);
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon__element_bell {
    top: calc(75% - 16px);
    left: calc(25% - 16px);
  }
}
.newYear-2021 .svg-icon__element_fire {
  background-image: url(/application/images/newYear/2021/icon_svg_fire.svg);
  top: calc(50% - 24px);
  left: 0;
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon__element_fire {
    top: calc(50% - 16px);
    left: 0;
  }
}
.newYear-2021 .svg-icon__element_glasses {
  background-image: url(/application/images/newYear/2021/icon_svg_glasses.svg);
  top: calc(25% - 24px);
  left: calc(25% - 24px);
}
@media (max-width: 1700px) and (min-width: 768px) {
  .newYear-2021 .svg-icon__element_glasses {
    top: calc(25% - 16px);
    left: calc(25% - 16px);
  }
}
.newYear-2021__screen-empty {
  position: relative;
  width: 283px;
  height: 283px;
  margin: auto;
  background-repeat: no-repeat;
  background-image: url(/application/images/newYear/2021/screen_empty.png);
}
.newYear-2021__screen-empty .svg-icon {
  top: 25px;
  left: 20px;
  width: 240px;
  height: 240px;
}
.newYear-2021__social {
  position: absolute;
  right: 30px;
  text-align: center;
  z-index: 3;
}
.newYear-2021 #snowflakes {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
.newYear-2021 #snowflakes.active {
  opacity: 1;
}