.footer {
  position: relative;
}
.ny2026 {
  position: relative;
  background: #a9dcf5;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .ny2026 {
    padding: 10px 0 40px;
  }
}
.ny2026__back {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.ny2026__back span:nth-child(1) {
  left: 6.7%;
  top: 238px;
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
}
@media screen and (max-width: 767px) {
  .ny2026__back span:nth-child(1) {
    display: none;
  }
}
.ny2026__back span:nth-child(2) {
  left: calc(50% - 764px);
  bottom: 60px;
  -webkit-animation-duration: 140s;
          animation-duration: 140s;
}
@media screen and (max-width: 767px) {
  .ny2026__back span:nth-child(2) {
    display: none;
  }
}
.ny2026__back span:nth-child(3) {
  right: 9.6%;
  top: -68px;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
}
.ny2026__back span:nth-child(4) {
  right: 11.8%;
  bottom: 304px;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
}
@media screen and (max-width: 767px) {
  .ny2026__back span:nth-child(4) {
    display: none;
  }
}
.ny2026__back span:nth-child(5) {
  left: 8%;
  top: 52px;
}
.ny2026__back span:nth-child(6) {
  left: 16.4%;
  top: 472px;
}
.ny2026__back span:nth-child(7) {
  left: 4%;
  bottom: 300px;
}
.ny2026__back span:nth-child(8) {
  right: 6%;
  top: 200px;
}
.ny2026__back span:nth-child(9) {
  right: 17%;
  top: 500px;
}
.ny2026__back span:nth-child(10) {
  right: 6%;
  bottom: 316px;
}
.ny2026__back .snow2 {
  background: url("/new/static/ny2026/snow2.png") no-repeat left top;
  background-size: contain;
  display: inline-block;
  width: 124px;
  height: 139px;
  position: absolute;
  z-index: 2;
  -webkit-animation: rotate-1 24s linear infinite;
          animation: rotate-1 24s linear infinite;
}
.ny2026__back .snow3 {
  background: radial-gradient(#fff, #a9dcf5);
  background-size: 150% 150%;
  background-position: 20% 70%;
  border-radius: 50%;
  -webkit-animation: turn-1 16s ease-out 0s infinite;
          animation: turn-1 16s ease-out 0s infinite;
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .ny2026__back .snow3 {
    display: none;
  }
}
.ny2026__wrapper {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .ny2026__wrapper {
    max-width: 420px;
  }
}
.ny2026__layout {
  display: none;
}
.ny2026__layout.is-active {
  display: block;
}
.ny2026__title {
  text-align: center;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ny2026__title {
    font-size: 33px;
    margin-bottom: 13px;
  }
}
.ny2026__tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .ny2026__tabs {
    max-width: 420px;
    margin: 0 auto 32px;
  }
}
.ny2026__tab {
  border: 1px solid #207ca9;
  border-radius: 24px;
  padding: 0 40px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  color: #207ca9;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ny2026__tab {
    font-size: 16px;
    line-height: 36px;
    padding: 0 16px;
    width: calc((100% - 8px * 2) / 3);
    height: 40px;
  }
}
.ny2026__tab.is-selected,
.ny2026__tab:hover {
  background-color: #207ca9;
  color: #fff;
}
.ny2026__tab.is-selected {
  cursor: default;
}
.ny2026__box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ny2026__box {
    margin-bottom: 40px;
  }
}
.ny2026__block {
  position: relative;
  background: #fff;
  border-radius: 32px;
  color: #404040;
  padding: 32px 24px;
  max-width: 712px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ny2026__block {
    border-radius: 24px;
    padding: 17px 16px;
  }
}
.ny2026__block[data-type="start"],
.ny2026__block[data-type="game"] {
  display: none;
}
.ny2026__block[data-type="start"].is-show,
.ny2026__block[data-type="game"].is-show {
  display: block;
}
.ny2026__caption {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 33px;
  line-height: 38px;
  text-align: center;
  color: #001689;
  margin: 0 auto 10px;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .ny2026__caption {
    font-size: 21px;
    line-height: 24px;
    max-width: 240px;
    margin-bottom: 8px;
  }
}
.ny2026__desc {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 767px) {
  .ny2026__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.ny2026__desc.is-hide {
  display: none;
}
.ny2026__rules {
  text-align: center;
  padding: 25px 0 0;
}
@media screen and (max-width: 767px) {
  .ny2026__rules {
    padding-top: 16px;
  }
}
.ny2026__link {
  line-height: 24px;
  color: #7fbedd;
}
@media screen and (max-width: 767px) {
  .ny2026__link {
    line-height: 26px;
  }
}
.ny2026__link:hover {
  color: #27388a;
}
.ny2026__bottom {
  position: relative;
  z-index: 3;
  max-width: 1128px;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .ny2026__bottom {
    max-width: 420px;
    padding: 0 16px;
    gap: 16px;
  }
}
.ny2026__place {
  width: calc((100% - 24px * 2) / 3);
  min-width: 306px;
}
@media screen and (max-width: 767px) {
  .ny2026__place {
    min-width: 288px;
    width: 100%;
  }
}
.ny2026__controls {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .ny2026__controls {
    padding-top: 24px;
  }
}
.ny2026__controls--inside {
  padding-top: 0;
  margin: -7px 0 32px;
}
@media screen and (max-width: 767px) {
  .ny2026__controls--inside {
    padding-top: 0;
    margin: -9px 0 24px;
  }
}
.ny2026__btn {
  font-size: 16px;
  line-height: 42px;
  border-radius: 22px;
  padding: 0 32px;
  width: auto;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .ny2026__btn {
    width: 100%;
  }
}
.ny2026__btn--game {
  display: none;
  margin: 32px auto 0;
}
.ny2026__btn--game.is-show {
  display: block;
}
.ny2026__timer {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
  color: #31a8db;
  text-align: center;
  margin: -7px 0 27px;
}
@media screen and (max-width: 767px) {
  .ny2026__timer {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 20px;
  }
}
.ny2026__timer span {
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
  color: #27388a;
  min-width: 84px;
  text-align: left;
}
.ny2026__rating {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .ny2026__rating {
    justify-content: flex-start;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 21px;
  }
}
.ny2026__rating.is-hide {
  display: none;
}
.ny2026__rating-item {
  font-size: 16px;
  line-height: 23px;
  color: #31a8db;
}
@media screen and (max-width: 767px) {
  .ny2026__rating-item {
    display: flex;
    justify-content: space-between;
  }
}
.ny2026__rating-item span {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #27388a;
  margin-left: 5px;
}
.ny2026__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  color: #404040;
  font-size: 12px;
  line-height: 1;
  opacity: 0.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ny2026__label {
    font-size: 10px;
    bottom: 8px;
  }
}
.ny2026-noauth {
  background: #e7f2f7;
  border-radius: 24px;
  padding: 27px 32px 32px;
}
@media screen and (max-width: 767px) {
  .ny2026-noauth {
    border-radius: 16px;
    padding: 18px 16px 24px;
  }
}
.ny2026-noauth__title {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 24px;
  text-align: center;
  color: #27388a;
  max-width: 430px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .ny2026-noauth__title {
    font-size: 17px;
    line-height: 22px;
  }
}
.ny2026-noauth__row {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .ny2026-noauth__row {
    flex-direction: column;
  }
}
.ny2026-noauth__column {
  width: calc((100% - 8px * 3) / 4);
  background: #fff;
  border-radius: 16px;
  padding: 28px 16px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .ny2026-noauth__column {
    padding: 15px 16px;
    flex-direction: row;
    text-align: left;
    width: 100%;
  }
}
.ny2026-noauth__image {
  min-height: 56px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .ny2026-noauth__image {
    text-align: center;
    flex: none;
    width: 88px;
    min-height: 0;
    margin-bottom: 0;
    padding-right: 8px;
  }
}
.ny2026-noauth__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .ny2026-noauth__image img {
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}
.ny2026-noauth__caption {
  line-height: 22px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.ny2026-noauth__controls {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .ny2026-noauth__controls {
    max-width: 280px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.ny2026-noauth__btn {
  width: auto;
  max-width: none;
  padding: 0 30px;
  line-height: 42px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .ny2026-noauth__btn {
    font-size: 16px;
    width: 100%;
  }
}
.ny2026-promo {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 19px 27px 24px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .ny2026-promo {
    border-radius: 16px;
    padding: 20px 26px;
  }
}
.ny2026-promo:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: none no-repeat left top;
  background-size: contain;
  pointer-events: none;
}
.ny2026-promo__title {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #57575a;
  margin-bottom: 16px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .ny2026-promo__title {
    margin-bottom: 12px;
  }
}
.ny2026-promo__btn {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: none;
  padding: 0 24px;
  font-size: 16px;
  line-height: 42px;
  min-width: 160px;
  height: 44px;
  background-color: #7fbedd;
}
@media screen and (max-width: 767px) {
  .ny2026-promo__btn {
    line-height: 38px;
    min-width: 142px;
    height: 40px;
  }
}
.ny2026-promo[data-type="babymania"] {
  background-color: #c278e3;
}
.ny2026-promo[data-type="babymania"]:before {
  background-image: url("/new/static/ny2026/promo-babymania.png");
  width: 85px;
  height: 93px;
  right: 20px;
  bottom: -14px;
}
@media screen and (max-width: 767px) {
  .ny2026-promo[data-type="babymania"]:before {
    width: 68px;
    height: 74px;
    right: 10px;
    bottom: -10px;
  }
}
.ny2026-promo[data-type="babymania"] .ny2026-promo__title {
  color: #fff;
}
.ny2026-promo[data-type="babymania"] .ny2026-promo__btn {
  background-color: #fff;
  color: #c278e3;
}
.ny2026-promo[data-type="babymania"] .ny2026-promo__btn:hover {
  background-color: #27388a;
  color: #fff;
}
.ny2026-promo[data-type="brands"] {
  background-color: #f7ab5e;
}
.ny2026-promo[data-type="brands"]:before {
  background-image: url("/new/static/ny2026/promo-brands.png");
  width: 90px;
  height: 112px;
  right: 22px;
  bottom: -14px;
}
@media screen and (max-width: 767px) {
  .ny2026-promo[data-type="brands"]:before {
    width: 84px;
    height: 103px;
    right: 8px;
    bottom: -9px;
  }
}
.ny2026-promo[data-type="brands"] .ny2026-promo__title {
  color: #fff;
}
.ny2026-promo[data-type="brands"] .ny2026-promo__btn {
  background-color: #fff;
  color: #57575a;
}
.ny2026-promo[data-type="brands"] .ny2026-promo__btn:hover {
  background-color: #27388a;
  color: #fff;
}
.ny2026-promo[data-type="tools"]:before {
  background-image: url("/new/static/ny2026/promo-tools.png");
  width: 81px;
  height: 87px;
  right: 18px;
  bottom: -14px;
}
@media screen and (max-width: 767px) {
  .ny2026-promo[data-type="tools"]:before {
    width: 74px;
    height: 78px;
    right: 14px;
    bottom: -12px;
  }
}
.ny2026-steps {
  background: #e7f2f7;
  border-radius: 24px;
  padding: 20px 24px 24px;
  min-height: 184px;
}
@media screen and (max-width: 767px) {
  .ny2026-steps {
    padding: 20px 16px;
  }
}
.ny2026-steps__title {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 26px;
  text-align: center;
  color: #27388a;
  max-width: 430px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .ny2026-steps__title {
    font-size: 17px;
    line-height: 18px;
  }
}
.ny2026-steps__gifts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .ny2026-steps__gifts {
    justify-content: center;
  }
}
.ny2026-steps__gift {
  position: relative;
  border: 1px solid rgba(127,190,221,0.15);
  border-radius: 16px;
  width: 94px;
  height: 94px;
  box-shadow: inset 0 3px 35px 0 rgba(123,195,255,0.15);
  background: none no-repeat center center #fff;
  background-size: 70px auto;
}
@media screen and (max-width: 767px) {
  .ny2026-steps__gift {
    width: 82px;
    height: 82px;
  }
}
.ny2026-steps__gift:nth-child(1) {
  background-image: url("/new/static/ny2026/gift1.png");
}
.ny2026-steps__gift:nth-child(2) {
  background-image: url("/new/static/ny2026/gift2.png");
}
.ny2026-steps__gift:nth-child(3) {
  background-image: url("/new/static/ny2026/gift3.png");
}
.ny2026-steps__gift:nth-child(4) {
  background-image: url("/new/static/ny2026/gift4.png");
}
.ny2026-steps__gift:nth-child(5) {
  background-image: url("/new/static/ny2026/gift5.png");
}
.ny2026-steps__gift:nth-child(6) {
  background-image: url("/new/static/ny2026/gift6.png");
}
.ny2026-steps__gift.is-done {
  border-color: #7fbedd;
}
.ny2026-steps__gift.is-done:before {
  content: '';
  position: absolute;
  right: -8px;
  top: -8px;
  width: 24px;
  height: 24px;
  background: url("/new/static/ny2026/icon-check.svg") no-repeat left top;
}
.ny2026-steps__desc {
  max-width: 480px;
  margin: 18px auto 0;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #404040;
  display: none;
}
@media screen and (max-width: 767px) {
  .ny2026-steps__desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.ny2026-steps__desc.is-show {
  display: block;
}
.ny2026-game {
  background: #e7f2f7;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .ny2026-game {
    border-radius: 16px;
    padding: 8px;
    gap: 8px;
  }
}
.ny2026-game__item {
  width: calc((100% - 16px * 3) / 4);
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .ny2026-game__item {
    width: calc((100% - 8px * 3) / 4);
  }
}
.ny2026-game__item:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ny2026-game__item.is-flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.ny2026-game__front,
.ny2026-game__back {
  background: none no-repeat center center;
  border: 1px solid rgba(123,195,255,0.15);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.ny2026-game__front {
  box-shadow: inset 0 4px 53px 0 rgba(123,195,255,0.15);
  background-color: #fff;
  background-size: 138px auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .ny2026-game__front {
    background-size: 69px auto;
  }
}
.ny2026-game__front[data-framework="0000"] {
  background-image: url("/new/static/ny2026/0000.png");
}
.ny2026-game__front[data-framework="0001"] {
  background-image: url("/new/static/ny2026/0001.png");
}
.ny2026-game__front[data-framework="0010"] {
  background-image: url("/new/static/ny2026/0010.png");
}
.ny2026-game__front[data-framework="0011"] {
  background-image: url("/new/static/ny2026/0011.png");
}
.ny2026-game__front[data-framework="0100"] {
  background-image: url("/new/static/ny2026/0100.png");
}
.ny2026-game__front[data-framework="0101"] {
  background-image: url("/new/static/ny2026/0101.png");
}
.ny2026-game__front[data-framework="0110"] {
  background-image: url("/new/static/ny2026/0110.png");
}
.ny2026-game__front[data-framework="0111"] {
  background-image: url("/new/static/ny2026/0111.png");
}
.ny2026-game__front[data-framework="1000"] {
  background-image: url("/new/static/ny2026/1000.png");
}
.ny2026-game__front[data-framework="1001"] {
  background-image: url("/new/static/ny2026/1001.png");
}
.ny2026-game__front[data-framework="1010"] {
  background-image: url("/new/static/ny2026/1010.png");
}
.ny2026-game__front[data-framework="1011"] {
  background-image: url("/new/static/ny2026/1011.png");
}
.ny2026-game__front[data-framework="1100"] {
  background-image: url("/new/static/ny2026/1100.png");
}
.ny2026-game__front[data-framework="1101"] {
  background-image: url("/new/static/ny2026/1101.png");
}
.ny2026-game__front[data-framework="1110"] {
  background-image: url("/new/static/ny2026/1110.png");
}
.ny2026-game__back {
  box-shadow: inset 0 4px 53px 0 rgba(255,255,255,0.15);
  background-image: url("/new/static/ny2026/logo.svg");
  background-color: #7fbedd;
}
@media screen and (max-width: 767px) {
  .ny2026-game__back {
    background-size: 21px auto;
  }
}
.ny2026-modal {
  display: flex;
  flex-direction: column;
}
.ny2026-modal__place {
  border: 1px solid rgba(127,190,221,0.15);
  border-radius: 16px;
  box-shadow: inset 0 6px 71px 0 rgba(123,195,255,0.15), inset 0 4px 53px 0 rgba(255,255,255,0.15);
  background: #fff;
  padding: 24px 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ny2026-modal__place .ny2026-modal__link {
  margin: -4px 0 -6px;
  color: #404040;
}
@media screen and (max-width: 767px) {
  .ny2026-modal__place .ny2026-modal__link {
    margin-top: 2px;
  }
}
.ny2026-modal__place .ny2026-modal__link:hover {
  color: #27388a;
}
.ny2026-modal__caption {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  color: #363a4f;
  margin-bottom: 8px;
}
.ny2026-modal__image {
  font-size: 0;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}
.ny2026-modal__desc {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  color: #27388a;
  padding: 22px 0 24px;
}
@media screen and (max-width: 767px) {
  .ny2026-modal__desc {
    line-height: 22px;
    padding: 16px 0 18px;
  }
}
.ny2026-modal__controls {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.ny2026-modal__btn {
  font-size: 14px;
  line-height: 38px;
  height: 40px;
}
.ny2026-modal__timer {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #31a8db;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .ny2026-modal__timer {
    font-size: 17px;
    line-height: 20px;
    margin-top: -4px;
  }
}
.ny2026-modal__timer span {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  color: #27388a;
  margin-left: 14px;
}
.ny2026-modal__link {
  display: inline-block;
  margin: 0 auto;
  color: #001689;
  text-decoration: underline;
  margin-bottom: 22px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ny2026-modal__link {
    margin-bottom: 12px;
  }
}
.ny2026-modal__link:hover {
  text-decoration: none;
}
.ny2026-modal__gifts {
  background: #e1f5ff;
  border-radius: 24px;
  padding: 24px 16px 22px;
  margin: 8px 0 24px;
}
@media screen and (max-width: 767px) {
  .ny2026-modal__gifts {
    padding: 16px;
  }
}
.ny2026-modal__row {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .ny2026-modal__row {
    flex-wrap: wrap;
  }
}
.ny2026-modal .ny2026-steps__gift {
  border-radius: 4px;
  width: 42px;
  height: 42px;
  box-shadow: inset 0 1px 17px 0 rgba(123,195,255,0.15);
  background-size: 32px auto;
}
@media screen and (max-width: 767px) {
  .ny2026-modal .ny2026-steps__gift {
    background-size: 50px auto;
    width: 68px;
    height: 68px;
  }
}
.ny2026-modal .ny2026-steps__gift.is-done:before {
  background-size: contain;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .ny2026-modal .ny2026-steps__gift.is-done:before {
    width: 24px;
    height: 24px;
  }
}
.ny2026-gifts {
  background: #e7f2f7;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts {
    border-radius: 16px;
    padding: 8px;
    gap: 8px;
  }
}
.ny2026-gifts__item {
  width: calc((100% - 20px * 2) / 3);
  min-height: 274px;
  cursor: default;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__item {
    width: calc((100% - 8px) / 2);
    min-height: 160px;
  }
}
.ny2026-gifts__item:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ny2026-gifts__item.is-flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.ny2026-gifts__back,
.ny2026-gifts__front {
  box-shadow: inset 0 6px 71px 0 rgba(123,195,255,0.15), inset 0 4px 53px 0 rgba(255,255,255,0.15);
  background: none no-repeat center center;
  border: 1px solid #7fbedd;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__back,
  .ny2026-gifts__front {
    border-radius: 12px;
  }
}
.ny2026-gifts__back {
  background-color: #7fbedd;
  font-size: 128px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__back {
    font-size: 84px;
  }
}
.ny2026-gifts__front {
  background: #fff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__front {
    padding: 7px 8px 12px;
  }
}
.ny2026-gifts__front:before {
  content: '';
  position: absolute;
  right: -8px;
  top: -8px;
  width: 32px;
  height: 32px;
  background: url("/new/static/ny2026/icon-check.svg") no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__front:before {
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
  }
}
.ny2026-gifts__title {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  color: #363a4f;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__title {
    font-family: RotonReg, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 10px;
  }
}
.ny2026-gifts__image {
  height: 106px;
  font-size: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__image {
    margin-bottom: 5px;
    height: 57px;
  }
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__image[data-type="gift3"] {
    height: 67px;
  }
}
.ny2026-gifts__image[data-type="gift4"] {
  height: 120px;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__image[data-type="gift4"] {
    height: 78px;
  }
}
.ny2026-gifts__image img {
  max-width: 100%;
  height: 100%;
}
.ny2026-gifts__link {
  position: relative;
  color: #ff8300;
  padding-right: 26px;
  line-height: 18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__link {
    font-size: 12px;
    line-height: 13px;
    padding-right: 20px;
  }
}
.ny2026-gifts__link:hover {
  color: #27388a;
}
.ny2026-gifts__link:before {
  content: 'i';
  position: absolute;
  right: 3px;
  top: 1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid currentColor;
  text-align: center;
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}
@media screen and (max-width: 767px) {
  .ny2026-gifts__link:before {
    padding-left: 0px;
    font-size: 8px;
    line-height: 12px;
    width: 13px;
    height: 13px;
    right: 2px;
    top: 0;
  }
}
.ny2026-code__place {
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(127,190,221,0.15);
  border-radius: 12px;
  box-shadow: inset 0 4px 53px 0 rgba(123,195,255,0.15);
  padding: 0 24px;
  font-size: 21px;
  line-height: 58px;
  white-space: nowrap;
  letter-spacing: 0;
  color: #27388a;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ny2026-code__place {
    padding: 0 16px;
    font-size: 16px;
    line-height: 44px;
  }
}
.ny2026-code__place span {
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  color: #ff8300;
}
.ny2026-code__place.is-clipboard {
  background: url("/new/static/ny2026/copy.svg") no-repeat 90% center #fff;
  background-position: calc(100% - 25px) center;
  padding-right: 72px;
}
@media screen and (max-width: 767px) {
  .ny2026-code__place.is-clipboard {
    background-size: 20px auto;
    background-position: calc(100% - 16px) center;
    padding-right: 52px;
  }
}
.ny2026-code__place.is-active {
  position: relative;
  -webkit-animation: cl-flash 0.2s linear;
          animation: cl-flash 0.2s linear;
}
.ny2026-code__place.is-active:before {
  content: 'скопировано';
  position: absolute;
  right: 8px;
  top: -12px;
  padding: 4px;
  background: #fff;
  border-radius: 4px;
  color: #ff8300;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  -webkit-animation: cl-flash-2 4s linear;
          animation: cl-flash-2 4s linear;
}
.ny2026-code__desc {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0;
  color: #57575a;
  padding-top: 24px;
  max-width: 600px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .ny2026-code__desc {
    padding-top: 16px;
    font-size: 16px;
    line-height: 20px;
  }
}
.ny2026-code__controls {
  display: flex;
  justify-content: flex-start;
  max-width: 184px;
}
.ny2026-code__info {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .ny2026-code__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.ny2026-code__link a {
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
  color: #27388a;
}
@media screen and (max-width: 767px) {
  .ny2026-code__link a {
    font-size: 14px;
  }
}
.ny2026-code__link a:hover {
  text-decoration: none;
  color: #ff8300;
}
.ny2026-code__link.is-hide {
  display: none;
}
.ny2026-rating {
  background: #e7f2f7;
  border-radius: 24px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .ny2026-rating {
    padding: 16px;
    gap: 13px;
  }
}
.ny2026-rating__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .ny2026-rating__row {
    gap: 8px;
  }
}
.ny2026-rating__row.is-current {
  position: relative;
}
.ny2026-rating__row.is-current:before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: -8px;
  bottom: -8px;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.5);
  border-radius: 8px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ny2026-rating__row.is-current:before {
    left: -8px;
    right: -8px;
    top: -6px;
    bottom: -6px;
  }
}
.ny2026-rating__row.is-current .ny2026-rating__num {
  background: #31a8db;
  color: #fff;
}
.ny2026-rating__column {
  position: relative;
}
.ny2026-rating__column:nth-child(1) {
  flex: none;
  width: 46px;
}
@media screen and (max-width: 767px) {
  .ny2026-rating__column:nth-child(1) {
    width: 32px;
  }
}
.ny2026-rating__column:nth-child(2) {
  width: 17%;
}
@media screen and (max-width: 767px) {
  .ny2026-rating__column:nth-child(2) {
    width: 32px;
  }
}
.ny2026-rating__column:nth-child(3) {
  flex-grow: 1;
}
.ny2026-rating__column:nth-child(4) {
  flex: none;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .ny2026-rating__column:nth-child(4) {
    width: auto;
  }
}
.ny2026-rating__num {
  box-shadow: inset 0 2px 21px 0 rgba(123,195,255,0.15);
  border: 1px solid rgba(127,190,221,0.15);
  background: #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-family: RotonBol, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0;
  text-align: center;
  color: #27388a;
}
@media screen and (max-width: 767px) {
  .ny2026-rating__num {
    font-size: 15px;
    line-height: 30px;
    width: 32px;
    height: 32px;
  }
}
.ny2026-rating__pic {
  background: #dedfe0;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .ny2026-rating__pic {
    width: 32px;
    height: 32px;
  }
}
.ny2026-rating__name {
  line-height: 1;
}
.ny2026-rating__time {
  padding-right: 5px;
  text-align: right;
  color: #27388a;
}
@media screen and (max-width: 767px) {
  .ny2026-rating__time {
    padding-right: 0;
  }
}
#giftFound .b-modal__layout,
#giftFoundResult .b-modal__layout {
  max-width: 428px;
}
@media screen and (max-width: 767px) {
  #giftFound .b-modal__layout,
  #giftFoundResult .b-modal__layout {
    max-width: 360px;
  }
}
#giftFound .b-modal__top,
#giftFoundResult .b-modal__top {
  padding: 40px 40px 0;
}
@media screen and (max-width: 767px) {
  #giftFound .b-modal__top,
  #giftFoundResult .b-modal__top {
    padding: 24px 16px 0;
  }
}
#giftFound .b-modal__middle,
#giftFoundResult .b-modal__middle {
  padding: 24px 40px 40px;
}
@media screen and (max-width: 767px) {
  #giftFound .b-modal__middle,
  #giftFoundResult .b-modal__middle {
    padding: 14px 16px 32px;
  }
}
#giftFound .b-modal__title,
#giftFoundResult .b-modal__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #giftFound .b-modal__title,
  #giftFoundResult .b-modal__title {
    font-size: 23px;
    line-height: 24px;
  }
}
#giftFoundAlert .b-modal__layout {
  max-width: 712px;
}
#giftFoundAlert .b-modal__top {
  padding: 24px 32px 0;
}
@media screen and (max-width: 767px) {
  #giftFoundAlert .b-modal__top {
    padding: 24px 16px 0;
  }
}
#giftFoundAlert .b-modal__middle {
  padding: 16px 32px 32px;
}
@media screen and (max-width: 767px) {
  #giftFoundAlert .b-modal__middle {
    padding: 14px 16px 32px;
  }
}
#giftFoundAlert .b-modal__title {
  line-height: 38px;
}
@media screen and (max-width: 767px) {
  #giftFoundAlert .b-modal__title {
    font-size: 23px;
    line-height: 26px;
  }
}
@-webkit-keyframes rotate-1 {
  0% {
    -webkit-transform: rotateY(0deg) rotateZ(0deg);
            transform: rotateY(0deg) rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateY(45deg) rotateZ(180deg);
            transform: rotateY(45deg) rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateZ(360deg);
            transform: rotateY(0deg) rotateZ(360deg);
  }
}
@keyframes rotate-1 {
  0% {
    -webkit-transform: rotateY(0deg) rotateZ(0deg);
            transform: rotateY(0deg) rotateZ(0deg);
  }
  50% {
    -webkit-transform: rotateY(45deg) rotateZ(180deg);
            transform: rotateY(45deg) rotateZ(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg) rotateZ(360deg);
            transform: rotateY(0deg) rotateZ(360deg);
  }
}
@-webkit-keyframes turn-1 {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    background-position: 20% 70%;
  }
  50% {
    -webkit-transform: translateX(10px) translateY(10px);
            transform: translateX(10px) translateY(10px);
    background-position: 80% 70%;
  }
}
@keyframes turn-1 {
  0%, 100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    background-position: 20% 70%;
  }
  50% {
    -webkit-transform: translateX(10px) translateY(10px);
            transform: translateX(10px) translateY(10px);
    background-position: 80% 70%;
  }
}
@-webkit-keyframes cl-flash {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #bcdaee;
  }
}
@keyframes cl-flash {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #bcdaee;
  }
}
@-webkit-keyframes cl-flash-2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cl-flash-2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
