.ny22-page {
  background: #F3F7FC;
}
.ny22-page .gifts {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  flex-wrap: wrap;
}
.ny22-page__btn {
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: #71BC08;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 32px;
  padding: 13px 41px;
}
@media screen and (max-width: 768px) {
  .ny22-page__btn {
    font-size: 18px;
    padding: 15px 29px;
  }
}

.ui-popup_ny22-page .form-row_policy {
  margin-top: 10px;
  text-align: center;
}
.ui-popup_ny22-page .ultra-h6 {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ui-popup_ny22-page .ultra-h6 {
    font-size: 22px;
  }
}

.ultra-popup-success .assistant-popup-content {
  max-width: 560px !important;
}
@media (max-width: 768px) {
  .ultra-popup-success .assistant-popup-content {
    max-width: 560px !important;
    margin: 20px 10px !important;
    padding: 30px 10px !important;
  }
}

.top-bar_ny22 {
  background: #F3F7FC;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.top-bar_ny22 .top-bar__phone {
  color: #000;
}
.top-bar_ny22 .top-bar__phone a {
  color: inherit;
  text-decoration: none;
}
.top-bar_ny22 .top-bar__phone .icon {
  position: relative;
  top: 0.2em;
  margin-right: 0.1em;
}
@media (max-width: 500px) {
  .top-bar_ny22 .top-bar__phone {
    display: none;
  }
}
.top-bar_ny22 .top-bar__auth a {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.top-bar_ny22 .top-bar__container {
  max-width: 1260px;
}

.ny22-hero {
  padding: 30px 0 130px;
  position: relative;
}
@media (max-width: 768px) {
  .ny22-hero {
    padding: 0 0 186px;
  }
}
.ny22-hero__cnt.cnt {
  position: relative;
  flex-direction: column;
  max-width: 1260px;
  align-items: center;
}
@media (max-width: 1100px) {
  .ny22-hero__cnt.cnt {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.ny22-hero .ny22-currency {
  position: absolute;
  bottom: -40px;
  right: -30px;
  width: auto;
  display: flex;
  align-items: center;
  color: white;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .ny22-hero .ny22-currency {
    right: 10px;
  }
}
@media (max-width: 1100px) {
  .ny22-hero .ny22-currency {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
.ny22-hero .ny22-currency .ui-select__wrpr {
  width: 110px;
  margin-left: 10px;
  color: black;
}
.ny22-hero__text-col {
  padding-top: 0px;
}
@media (max-width: 768px) {
  .ny22-hero__text-col {
    padding-top: 35px;
  }
}
.ny22-hero__title {
  font-family: "VAG Rounded Next", "Rubik", sans-serif;
  font-size: 75px;
  letter-spacing: 1px;
  margin-top: -8px;
  font-weight: 900;
  position: relative;
  background: linear-gradient(90.67deg, #52AC14 23.2%, #60D211 76.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 992px) {
  .ny22-hero__title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .ny22-hero__title {
    font-size: 42px;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 4px;
    margin-top: 0;
  }
}
.ny22-hero__title-top {
  font-family: "VAG Rounded Next", "Rubik", sans-serif;
  font-size: 52px;
  letter-spacing: 1px;
  margin-top: 0px;
  font-weight: 900;
  position: relative;
  background: linear-gradient(90.67deg, #52AC14 23.2%, #60D211 76.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 768px) {
  .ny22-hero__title-top {
    font-size: 32px;
  }
}
.ny22-hero__subtitle {
  font-weight: 400;
  font-size: 24px;
  color: #878787;
  max-width: 757px;
  margin: 10px auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .ny22-hero__subtitle {
    font-size: 16px;
  }
}
.ny22-hero__desc {
  color: #fff;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .ny22-hero__desc {
    display: none;
  }
}
.ny22-hero__desc.mob {
  display: none;
}
@media (max-width: 768px) {
  .ny22-hero__desc.mob {
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
  }
}
.ny22-hero__timer {
  position: relative;
  margin-top: 16px;
  border-radius: 36px;
  background: linear-gradient(204.47deg, #018435 22.68%, #83C501 78.12%);
  box-shadow: 0 4px 10px rgba(1, 132, 53, 0.3), 0 8px 20px rgba(131, 197, 1, 0.2);
  padding: 64px 69px;
  max-width: 654px;
}
@media (max-width: 1100px) {
  .ny22-hero__timer {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .ny22-hero__timer {
    margin-top: 30px;
    padding: 38px 33px;
    border-radius: 22px;
  }
}
.ny22-hero__timer-title {
  font-weight: 500;
  font-size: 32px;
  color: #F4F8FC;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .ny22-hero__timer-title {
    font-size: 20px;
  }
}
.ny22-hero__timer-subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
  color: #fff;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .ny22-hero__timer-subtitle {
    font-size: 14px;
  }
}
.ny22-hero__timer-desc {
  font-size: 24px;
  line-height: 1.5;
  color: #878787;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .ny22-hero__timer-desc {
    font-size: 18px;
    margin-top: 16px;
  }
}
.ny22-hero__timer-desc .bold {
  font-weight: 500;
  color: #3E59B9;
}
.ny22-hero__timer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.ny22-hero__timer-bg_3 {
  width: auto;
  height: auto;
  top: -225px;
  left: auto;
  right: -315px;
}
@media screen and (max-width: 767px) {
  .ny22-hero__timer-bg_3 {
    top: -157px;
    left: auto;
    right: -120px;
    width: 90%;
  }
}
.ny22-hero__prods-col {
  width: 100%;
  max-width: 680px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  align-self: flex-start;
}
@media (max-width: 1200px) {
  .ny22-hero__prods-col {
    max-width: 580px;
  }
}
@media (max-width: 1100px) {
  .ny22-hero__prods-col {
    margin-right: auto;
    margin-top: 30px;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .ny22-hero__prods-col {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.ny22-hero__prods-col .bg {
  z-index: -1;
  position: absolute;
  max-width: 1036px;
  top: 0;
  right: -182px;
}
@media (max-width: 1100px) {
  .ny22-hero__prods-col .bg {
    right: -170px;
  }
}
@media (max-width: 768px) {
  .ny22-hero__prods-col .bg {
    max-width: 100%;
    top: -13px;
    right: -18px;
  }
}
.ny22-hero__prods-col .img {
  margin-top: 40px;
  max-width: 680px;
}
@media (max-width: 768px) {
  .ny22-hero__prods-col .img {
    width: 83%;
    margin-top: 0;
  }
}
.ny22-hero__bg {
  position: absolute;
  top: 13%;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .ny22-hero__bg {
    top: 6%;
  }
}
@media screen and (max-width: 992px) {
  .ny22-hero__bg {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .ny22-hero__bg {
    top: -7%;
  }
}
@media screen and (max-width: 700px) {
  .ny22-hero__bg {
    top: 0;
  }
}
@media screen and (max-width: 550px) {
  .ny22-hero__bg {
    top: 10%;
  }
}
@media screen and (max-width: 480px) {
  .ny22-hero__bg {
    top: 20%;
  }
}
.ny22-hero__action {
  margin-top: 50px;
}
.ny22-hero__btn-back {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) {
  .ny22-hero__btn-back {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .ny22-hero__btn-back {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.ny22-hero__btn-back-link {
  display: inline-flex;
  color: #000;
  text-decoration: none;
}
.ny22-hero__btn-back-link .text {
  margin-left: 5px;
  width: auto;
}
.ny22-hero .bold {
  font-weight: 500;
  background: linear-gradient(90.67deg, #52AC14 23.2%, #60D211 76.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.ny22-prods {
  z-index: 2;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .ny22-prods {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
}
.ny22-prods_bottom {
  z-index: 0;
}
.ny22-prods_bottom .ny22-prods__puzzle {
  display: none;
}
.ny22-prods .cnt {
  max-width: 1070px;
}
.ny22-prods__wrap {
  background: linear-gradient(180deg, #6BB20A 0%, #058433 100%);
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  z-index: 2;
  padding: 104px 40px;
}
@media (max-width: 768px) {
  .ny22-prods__wrap {
    padding: 60px 6px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
}
.ny22-prods__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .ny22-prods__items {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .ny22-prods__items {
    flex-direction: column;
    gap: 32px;
  }
}
.ny22-prods__desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 35px;
  width: 100%;
}
.ny22-prods__test {
  position: absolute;
  right: -193px;
  bottom: -148px;
  z-index: 1;
  pointer-events: none;
}
.ny22-prods__test_master-light {
  right: 15px;
}
@media (max-width: 1100px) {
  .ny22-prods__test {
    right: -35px;
  }
}
@media (max-width: 992px) {
  .ny22-prods__test {
    right: -110px;
  }
}
@media (max-width: 768px) {
  .ny22-prods__test {
    position: relative;
    right: auto;
    margin: 0 auto -150px;
    transform: rotate(-6deg);
    top: -70px;
  }
}
.ny22-prods__bg {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .ny22-prods__bg {
    display: none;
  }
}
.ny22-prods__puzzle {
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
  background-color: #6BB20B;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .ny22-prods__puzzle {
    width: 80px;
    height: 80px;
    top: -48px;
  }
}
@media screen and (max-width: 400px) {
  .ny22-prods__puzzle {
    width: 40px;
    height: 40px;
    top: -25px;
  }
}
.ny22-prods__puzzle_2 {
  background-color: #078532;
  top: auto;
  bottom: -90px;
}
@media screen and (max-width: 768px) {
  .ny22-prods__puzzle_2 {
    bottom: -48px;
  }
}
@media screen and (max-width: 400px) {
  .ny22-prods__puzzle_2 {
    bottom: -25px;
  }
}

.ny22-interaction {
  background: transparent;
  position: relative;
  margin-top: 30px;
  margin-bottom: -125px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ny22-interaction {
    margin-bottom: -60px;
  }
}

.ny22-timer {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 14px;
}
@media (max-width: 1100px) {
  .ny22-timer {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .ny22-timer {
    gap: 3px;
  }
}

.ny22-timer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ny22-timer-item__value {
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-family: "VAG Rounded Next", "Rubik", sans-serif;
  font-weight: 900;
}
@media (max-width: 768px) {
  .ny22-timer-item__value {
    width: 54px;
    height: 36px;
    font-size: 36px;
  }
}
.ny22-timer-item__name {
  display: none;
  font-size: 16px;
  margin-top: 5px;
  color: #fff;
  text-transform: capitalize;
}
.ny22-timer-item-limiter {
  color: #FFFFFF;
  font-size: 60px;
  font-family: "VAG Rounded Next", "Rubik", sans-serif;
  font-weight: 900;
}
@media (max-width: 768px) {
  .ny22-timer-item-limiter {
    font-size: 36px;
  }
}

.ny22-user-buy {
  background: #940909;
}

.ny22-buy-user {
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 60px;
}
.ny22-buy-user:last-of-type {
  margin-right: 0;
}

.ny22-tarifs {
  padding: 60px 0 166px;
  background: linear-gradient(180deg, #FFBC3F 0%, #F8A000 100%);
  position: relative;
}
@media (max-width: 768px) {
  .ny22-tarifs {
    padding: 60px 0 60px;
  }
}
.ny22-tarifs__cnt {
  flex-direction: column;
  color: #19191B;
  position: relative;
}
.ny22-tarifs__cnt.cnt {
  max-width: 1300px;
}
.ny22-tarifs__title {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #19191B;
  font-family: "VAG Rounded Next", "Rubik", sans-serif;
}
.ny22-tarifs__title .bold {
  font-weight: 900;
}
@media (max-width: 768px) {
  .ny22-tarifs__title {
    font-size: 1.87em;
    line-height: 1.4;
    text-align: center;
  }
  .ny22-tarifs__title br {
    display: none;
  }
}
.ny22-tarifs__subtitle {
  font-size: 18px;
  line-height: 1.3;
  max-width: 810px;
  margin: 16px auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .ny22-tarifs__subtitle {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .ny22-tarifs__subtitle .br-text {
    display: none;
  }
}
.ny22-tarifs__items {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ny22-tarifs__items {
    margin-top: 24px;
  }
}
.ny22-tarifs__item {
  background-color: #F8F0E0;
  border: 4px solid #fff;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .ny22-tarifs__item {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    gap: 5px;
  }
}
.ny22-tarifs__item .bold {
  font-family: "VAG Rounded Next", "Rubik", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 0.9;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .ny22-tarifs__item .bold {
    font-size: 16px;
  }
}
.ny22-tarifs__item:nth-child(4) {
  padding-right: 60px;
}
@media screen and (max-width: 992px) {
  .ny22-tarifs__item:nth-child(4) {
    padding: 16px;
  }
}
.ny22-tarifs__item:nth-child(6) {
  text-align: center;
  padding: 16px 105px;
}
@media screen and (max-width: 992px) {
  .ny22-tarifs__item:nth-child(6) {
    padding: 16px;
  }
}
.ny22-tarifs__item:nth-child(7) {
  justify-self: center;
  text-align: center;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .ny22-tarifs__item:nth-child(7) {
    grid-column: 1/-1;
    width: calc(50% - 8px);
  }
}
.ny22-tarifs__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .ny22-tarifs__list {
    margin-top: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ny22-tarifs__list-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #19191b;
  text-align: center;
}
@media (max-width: 768px) {
  .ny22-tarifs__list-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.ny22-tarifs__list-title .bold {
  color: #3E59B9;
}
.ny22-tarifs__action {
  margin-top: 24px;
  position: relative;
  z-index: 4;
  text-align: center;
}
.ny22-tarifs__action .ny22-page__btn {
  background-color: #45000B;
  color: #F8A000;
}
@media (max-width: 768px) {
  .ny22-tarifs__action {
    text-align: center;
  }
}
.ny22-tarifs__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50vw;
  display: none;
}
.ny22-tarifs__bg_2 {
  left: auto;
  right: 0;
}
.ny22-tarifs__img {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .ny22-tarifs__img {
    max-width: 83%;
  }
}
.ny22-tarifs__desc {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .ny22-tarifs__desc {
    margin-top: 12px;
  }
}
.ny22-tarifs__puzzle {
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  background-color: #F9A101;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .ny22-tarifs__puzzle {
    width: 80px;
    height: 80px;
    bottom: -48px;
  }
}
@media screen and (max-width: 400px) {
  .ny22-tarifs__puzzle {
    width: 40px;
    height: 40px;
    bottom: -25px;
  }
}

.ny22-tarif-master {
  background: url("/img/ny22/gifts_bg.png") no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  position: relative;
  z-index: 2;
  top: -8vw;
  min-height: 80vw;
}
@media (max-width: 1100px) {
  .ny22-tarif-master {
    background-position: center 70%;
    background-size: 120%;
  }
}
@media (max-width: 768px) {
  .ny22-tarif-master {
    background: url("/img/ny22/about-master-bg_mob.png") no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    top: -30vw;
  }
}
.ny22-tarif-master__cnt {
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .ny22-tarif-master__cnt {
    padding: 30vw 0 15vw;
  }
}
.ny22-tarif-master__info {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 780px;
  background: white;
  border-radius: 50px;
  padding: 50px;
  text-align: center;
  color: #19191B;
}
@media (max-width: 768px) {
  .ny22-tarif-master__info {
    max-width: 340px;
    padding: 40px 15px 30px;
    border-radius: 35px;
    margin: 35px 0 25px;
  }
}
.ny22-tarif-master__title {
  font-weight: 700;
  font-size: 2.8em;
  line-height: 1.2em;
  letter-spacing: 0.04em;
  color: #19191B;
}
@media (max-width: 768px) {
  .ny22-tarif-master__title {
    font-size: 1.75em;
  }
  .ny22-tarif-master__title br {
    display: none;
  }
}
.ny22-tarif-master__desc {
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: 0.025em;
  margin-top: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
}
@media (max-width: 768px) {
  .ny22-tarif-master__desc {
    font-size: 1.15em;
    margin-top: 25px;
  }
}
.ny22-tarif-master__action {
  margin-top: 35px;
}
.ny22-tarif-master .decor {
  position: absolute;
  z-index: 3;
  top: 30px;
}
@media (max-width: 768px) {
  .ny22-tarif-master .decor {
    display: none;
  }
}
.ny22-tarif-master .decor_2 {
  left: 0;
}
.ny22-tarif-master .decor_3 {
  right: 0;
}

.ny22-gifts {
  z-index: 2;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .ny22-gifts {
    border-radius: 0;
  }
}
.ny22-gifts__wrap {
  background-color: #DF1F11;
  background-image: url("/img/wlcm/v2/gifts_bg.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  z-index: 2;
  padding: 104px 80px 160px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
}
@media (max-width: 1200px) {
  .ny22-gifts__wrap {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .ny22-gifts__wrap {
    border-radius: 0 0 24px 24px;
    padding: 60px 16px;
    background-image: none;
  }
}
.ny22-gifts .cnt {
  display: block;
}
.ny22-gifts__title {
  font-size: 48px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .ny22-gifts__title {
    font-size: 28px;
  }
}
.ny22-gifts__sub-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .ny22-gifts__sub-title {
    font-weight: 400;
  }
}
.ny22-gifts__item {
  max-width: 649px;
  margin: 24px auto 0;
  background: #FFEEEE;
  background-image: url(/img/promotion/feb2026/bg-gifts.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  border: 8px solid #fff;
  border-radius: 30px;
  padding: 30px 14px 30px 30px;
  color: #19191B;
}
@media (max-width: 768px) {
  .ny22-gifts__item {
    padding: 16px;
  }
}
.ny22-gifts__item-title {
  font-size: 36px;
  font-weight: 800;
  margin-top: 16px;
  font-family: "VAG Rounded Next", "Rubik", sans-serif;
}
@media (max-width: 768px) {
  .ny22-gifts__item-title {
    font-size: 24px;
  }
}
.ny22-gifts__item-sub-title {
  font-size: 18px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .ny22-gifts__item-sub-title {
    font-size: 16px;
  }
}
.ny22-gifts__action {
  text-align: center;
}
.ny22-gifts__action .ny22-gifts__btn {
  color: #E12012;
}
.ny22-gifts__btn {
  color: #3E59B9;
  background-color: #fff;
  margin-top: 24px;
}
.ny22-gifts__bottom {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-top: 48px;
  position: relative;
}
@media (max-width: 768px) {
  .ny22-gifts__bottom {
    font-size: 22px;
    margin-top: 24px;
    display: none;
  }
}
.ny22-gifts__bottom svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -210px;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .ny22-gifts__bottom svg {
    bottom: -160px;
  }
}
.ny22-gifts__bg {
  position: absolute;
  left: 0;
  bottom: 65px;
  z-index: 3;
  max-width: 30vw;
}
@media screen and (max-width: 992px) {
  .ny22-gifts__bg {
    display: none;
  }
}
.ny22-gifts__bg_2 {
  right: 0;
  left: auto;
  bottom: 140px;
}
.ny22-gifts__puzzle {
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translateX(-50%);
  background-color: #DF1F11;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .ny22-gifts__puzzle {
    width: 80px;
    height: 80px;
    bottom: -48px;
  }
}
@media screen and (max-width: 400px) {
  .ny22-gifts__puzzle {
    width: 40px;
    height: 40px;
    bottom: -25px;
  }
}

.ny22-gift {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0px 30px;
  border-radius: 40px;
  border: 4px solid #2B4E00;
  text-align: center;
  position: relative;
  color: white;
}
@media (max-width: 768px) {
  .ny22-gift {
    padding-bottom: 20px;
  }
}
.ny22-gift::before {
  content: "";
  background-image: var(--bgImg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 95px;
  top: -42px;
}
.ny22-gift__logo {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  margin-bottom: 20px;
}
.ny22-gift__title {
  font-weight: 500;
  font-size: 1.15em;
}
.ny22-gift__desc {
  margin-top: 15px;
  padding: 0 36px;
}
.ny22-gift__desc p {
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .ny22-gift__desc {
    padding: 0 16px;
  }
}
.ny22-gift_1, .ny22-gift_3 {
  background: #CB0D0D;
  --bgImg: url(/img/ny22/bant-1.svg);
}
.ny22-gift_2, .ny22-gift_4 {
  background: #699D42;
  --bgImg: url(/img/ny22/bant-2.svg);
}

.ny22-bottom-prods {
  padding: 14vw 0 14vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .ny22-bottom-prods {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .ny22-bottom-prods {
    padding-bottom: 85px;
    padding-top: 70px;
  }
}
.ny22-bottom-prods__cnt {
  position: relative;
  z-index: 3;
  max-width: 1231px;
}
@media (max-width: 1100px) {
  .ny22-bottom-prods__cnt {
    flex-direction: column;
    align-items: center;
  }
}
.ny22-bottom-prods__title {
  font-size: 3.1em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 600;
  margin-top: 95px;
}
@media (max-width: 1100px) {
  .ny22-bottom-prods__title {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .ny22-bottom-prods__title {
    font-size: 2.2em;
  }
}
.ny22-bottom-prods__items {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) {
  .ny22-bottom-prods__items {
    margin-right: auto;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .ny22-bottom-prods__items {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .ny22-bottom-prods__items {
    margin-top: 45px;
  }
}
.ny22-bottom-prods .decor {
  position: absolute;
  bottom: 0;
  width: 100vw;
  max-width: initial;
}
.ny22-bottom-prods .pp_ny22-2 {
  border: 12px solid #98BD48;
}

.pp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pp_has-label {
  padding-top: 50px;
}
.pp__sale-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -32px;
  top: 5px;
  text-transform: uppercase;
  padding: 10px 25px;
  position: absolute;
  background: linear-gradient(180deg, #92CC48 0%, #5A952E 100%);
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.07);
  border-radius: 0px 10px 10px 0px;
}
.pp__sale-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 20px;
  height: 20px;
  background: url("/img/ny22/sale-label-corner.svg") no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media (max-width: 768px) {
  .pp__sale-label::after {
    display: none;
  }
}
.pp__sale-star-label {
  border: 4px solid #E34034;
  border-radius: 33px;
  padding: 5px 14px;
  position: absolute;
  right: 19px;
  top: 62px;
  transform: rotate(-9deg);
  background-color: #fff;
}
@media (max-width: 768px) {
  .pp__sale-star-label {
    top: 58px;
    right: -14px;
  }
}
.pp__sale-star-label_master-light {
  right: -30px;
  top: 115px;
}
.pp__sale-star-label-text {
  color: #E34034;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .pp__sale-star-label-text {
    font-size: 22px;
  }
}
.pp__title {
  font-family: "VAG Rounded Next", "Rubik", sans-serif;
}
.pp__title.pp__title_attention {
  color: #111;
  font-size: 36px;
  font-weight: 800;
  text-align: left;
}
.pp__title.pp__title_attention p {
  line-height: 1.2;
}
.pp__title.pp__title_attention .bold {
  color: #71BC08;
  font-weight: 600;
  font-size: 74px;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-8px);
  line-height: 0;
}
.pp__title.pp__title_attention .master-light {
  font-size: 24px;
}
.pp__title.pp__title_attention .master-light .bold {
  font-size: 51px;
}
.pp__price.pp__price_attention {
  font-size: 65px;
  font-weight: 800;
  font-family: "VAG Rounded Next", "Rubik", sans-serif;
  color: #71BC08;
  line-height: 1.2;
  margin-top: 20px;
  text-align: left;
}
.pp__price.pp__price_attention .za, .pp__price.pp__price_attention .currency {
  font-size: 49px;
}
@media (max-width: 768px) {
  .pp__price.pp__price_attention .za, .pp__price.pp__price_attention .currency {
    font-size: 38px;
  }
}
.pp__old-price.pp__old-price_attention {
  font-size: 32px;
  font-weight: 400;
  color: #878787;
  text-align: left;
}
@media (max-width: 768px) {
  .pp__old-price.pp__old-price_attention {
    font-size: 20px;
  }
}
.pp__old-price.pp__old-price_attention p {
  color: #878787;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .pp__old-price.pp__old-price_attention p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.pp__old-price.pp__old-price_attention .old {
  color: #878787;
}
@media (max-width: 768px) {
  .pp__old-price.pp__old-price_attention .sign {
    margin-right: 8px;
    font-size: 20px;
    margin-left: auto;
  }
}
.pp__buy-gift {
  width: 100%;
  margin-top: 16px;
}
.pp__buy-gift .ui-checkbox-label {
  display: flex;
  align-items: center;
  padding-left: 0;
  font-size: 16px;
}
.pp__buy-gift .label {
  margin-left: 5px;
}
.pp__buy-gift .ui-checkbox {
  width: 16px;
  height: 16px;
  background-color: #71BC08;
  border: none;
}
.pp__buy-gift .ui-checkbox__icon {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 3px;
  mask-image: url(/img/ui/icon-check-blue.svg);
  background-color: #fff !important;
  opacity: 0;
}
.pp__buy-gift .ui-checkbox__input:checked + .ui-checkbox__icon {
  opacity: 1;
}
.pp__buy-gift .ui-checkbox__input {
  vertical-align: baseline;
  outline: 0;
  padding: 0;
  margin: 0;
}
.pp .pp__dolyami {
  margin-top: 16px;
  width: 100%;
  border-radius: 10px;
  left: 0;
}
.pp .pp__dolyami .dolyame__link {
  flex-direction: row;
  background-color: #fff;
  padding: 13px 6px;
  font-weight: 400;
}
.pp__buttons.pp__buttons_attention {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}
.pp__buttons.pp__buttons_attention .ny22-page__btn {
  text-transform: uppercase;
  padding: 18px 41px;
}
.pp__buttons.pp__buttons_attention .ny22__btn-rassrochka {
  padding: 13px 41px;
  border: 1px solid #71BC08;
  font-weight: 500;
  background: #fff;
  color: #71BC08;
  text-transform: none;
}
.pp__btn {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pp__btn_1 {
  width: 100%;
  padding: 0.2em;
  min-height: 50px;
  font-size: 22px;
  border-radius: 40px;
}
.pp__btn_2 {
  margin-top: 9px;
  font-size: 18px;
  border-radius: 40px;
}
.pp__btn_3 {
  width: 100%;
  padding: 0.2em;
  min-height: 50px;
  font-size: 18px;
  border-radius: 40px;
}
.pp__bottom-text {
  text-align: left;
}

.pp {
  width: 100%;
  flex-grow: 1;
}
.pp_ny22 .pp__bottom-text {
  text-align: left;
  color: #111;
  max-width: 100%;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .pp_ny22 .pp__bottom-text .br-text {
    display: none;
  }
}
.pp_ny22-1.pp {
  background-color: #EEF8E0;
  border: 8px solid #fff;
  border-radius: 30px;
  max-width: 498px;
  box-shadow: 0 0 24px 25px #EEF8E0;
  padding: 30px;
}
@media (max-width: 768px) {
  .pp_ny22-1.pp {
    box-shadow: 0 0 8px 6px #EEF8E0;
    padding: 16px;
    max-width: 354px;
  }
}
.pp_ny22-1.pp .gifts-items {
  display: flex;
  gap: 8px;
}
.pp_ny22-1.pp .gift-item {
  flex: 1;
  line-height: 1.4;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 38px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .pp_ny22-1.pp .gift-item {
    font-size: 12px;
    padding: 12px 25px;
    min-width: 0;
  }
}
.pp_ny22-1.pp .gift-item.movies {
  border: 2px solid #71BC08;
}
.pp_ny22-1.pp .gift-item .bold {
  font-weight: 500;
  color: #E34034;
}
.pp_ny22-1.pp .gift-item_movies {
  margin-bottom: 10px;
}
.pp_ny22-1.pp .gifts-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  .pp_ny22-1.pp .pp__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .pp_ny22-1.pp .pp__price {
    font-size: 46px;
  }
}
.pp_ny22-1.pp .pp__bottom-text {
  margin-top: 24px;
  margin-bottom: 8px;
}
.pp_ny22-2.pp {
  background-color: #EEF8E0;
  border: 8px solid #fff;
  border-radius: 30px;
  max-width: 498px;
  padding: 30px;
}
@media (max-width: 768px) {
  .pp_ny22-2.pp {
    padding: 16px;
    max-width: 354px;
  }
}
.pp_ny22-2.pp .gifts-items {
  display: flex;
  gap: 8px;
}
.pp_ny22-2.pp .gift-item {
  flex: 1;
  line-height: 1.4;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 38px;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .pp_ny22-2.pp .gift-item {
    font-size: 12px;
    padding: 12px 25px;
    min-width: 0;
  }
}
.pp_ny22-2.pp .gift-item.movies {
  border: 2px solid #71BC08;
}
.pp_ny22-2.pp .gift-item_movies {
  margin-bottom: 10px;
}
.pp_ny22-2.pp .gifts-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  .pp_ny22-2.pp .pp__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .pp_ny22-2.pp .pp__price {
    font-size: 46px;
  }
}
.pp_ny22-2.pp .pp__bottom-text {
  margin-top: 24px;
  margin-bottom: 8px;
}

.ny22-video {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .ny22-video {
    padding: 30px 0 0;
  }
}
.ny22-video__cnt {
  flex-direction: column;
}
.ny22-video__title {
  text-align: center;
  font-family: "VAG Rounded Next", "Rubik", "sans-serif";
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(90.67deg, #52AC14 23.2%, #60D211 76.8%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  padding-bottom: 16px;
  padding-top: 7px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ny22-video__title {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .ny22-video__title .br-text {
    display: none;
  }
}
.ny22-video__vid {
  max-width: 981px;
  margin: 0 auto;
}
.ny22-video__vid video {
  width: 100%;
}

.ny-22__promo {
  background-color: #FFF9F9;
  padding: 20px 0;
}
.ny-22__promo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .ny-22__promo-wrap {
    flex-direction: column;
    gap: 15px;
  }
}
.ny-22__promo-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
}
.ny-22__promo-form {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1030px) {
  .ny-22__promo-form {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .ny-22__promo-form {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .ny-22__promo-form-item {
    width: 100%;
  }
}
.ny-22__promo-form-btn {
  background-color: #71BC08;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  border: 0;
  border-radius: 30px;
  padding: 13px 67px;
  width: 260px;
  cursor: pointer;
}
@media screen and (max-width: 1030px) {
  .ny-22__promo-form-btn {
    width: 100%;
  }
}
.ny-22__promo-form-input {
  background-color: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 30px;
  padding: 14px 10px;
  font-size: 16px;
  width: 393px;
}
@media screen and (max-width: 768px) {
  .ny-22__promo-form-input {
    width: 100%;
  }
}
.ny-22__promo-form-input:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff;
}
.ny-22__promo-form-input.error {
  border-color: #ff4444;
}
.ny-22__promo-form-error {
  display: none;
  color: #ff4444;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 400;
  position: absolute;
  left: 0;
}
.ny-22__promo-form-error.visible {
  display: block;
}

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