@charset "UTF-8";
.ny22-page {
  background: #F3F7FC;
}
.ny22-page .gifts {
  font-size: 14px;
}
.ny22-page__btn {
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: #FF7A01;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  padding: 13px 41px;
  cursor: pointer;
}
@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: #0D1331;
  color: #fff;
  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 .redesign-header__user {
  margin-left: auto;
}
.top-bar_ny22 .top-bar__auth {
  margin-left: auto;
}
.top-bar_ny22 .top-bar__auth a {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.top-bar_ny22 .top-bar__auth .auth {
  background-color: #5F76CB;
  color: #fff;
}
.top-bar_ny22 .top-bar__auth .reg {
  background-color: #3CBB5F;
  color: #fff;
}
.top-bar_ny22 .top-bar__container {
  max-width: 1260px;
}
.top-bar_ny22 .top-bar__logo {
  width: 94px;
  overflow: hidden;
}

.top-bar__slogan {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  color: #3E59B9;
  background-color: #D9D9D9;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 4px 12px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .top-bar__slogan {
    margin-left: 0;
    width: 100vw;
    border-radius: 0;
    text-align: center;
    border: 0;
  }
}
.top-bar__slogan.mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-bar__slogan.mob {
    display: block;
    padding: 4px 32px;
  }
}
@media screen and (max-width: 768px) {
  .top-bar__slogan.desc {
    display: none;
  }
}

.ny22-hero {
  padding: 50px 0 10px;
  position: relative;
  background: radial-gradient(56.68% 229.95% at 50% 50.2%, #0D1331 0%, #080732 100%);
}
@media (max-width: 768px) {
  .ny22-hero {
    padding: 0 0 74px;
  }
}
.ny22-hero_bottom {
  padding: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .ny22-hero_bottom {
    padding: 44px 0 44px;
  }
}
.ny22-hero_bottom .ny22-hero__gift-info {
  display: none;
}
@media screen and (max-width: 768px) {
  .ny22-hero_bottom .ny22-hero__bg.ny22-hero__bg_2 {
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.ny22-hero_bottom .ny22-hero__bg.ny22-hero__bg_3 {
  display: none;
}
.ny22-hero_bottom .ny22-hero__bg.ny22-hero__bg_4 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ny22-hero_bottom .ny22-hero__bg.ny22-hero__bg_4 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ny22-hero_bottom .ny22-hero__bg.ny22-hero__bg_5 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ny22-hero_bottom .ny22-hero__bg.ny22-hero__bg_6 {
    display: none;
  }
}
.ny22-hero_bottom .ny22-hero__bg.ny22-hero__bg_1 {
  display: none;
}
.ny22-hero_bottom .top-bar__slogan {
  display: none;
}
@media screen and (max-width: 768px) {
  .ny22-hero_bottom .ny22-hero__subtitle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ny22-hero_bottom .ny22-hero__right {
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .ny22-hero_bottom .ny22-hero__timer {
    margin-top: 15px;
  }
}
.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__arrow {
  position: absolute;
  left: 304px;
  top: 72px;
}
@media (max-width: 1220px) {
  .ny22-hero__arrow {
    display: none;
  }
}
.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: 0;
}
@media (max-width: 768px) {
  .ny22-hero__text-col {
    padding-top: 35px;
  }
}
.ny22-hero__wrap {
  display: flex;
  gap: 150px;
}
@media (max-width: 1220px) {
  .ny22-hero__wrap {
    gap: 20px;
  }
}
@media (max-width: 1110px) {
  .ny22-hero__wrap {
    flex-direction: column;
  }
}
.ny22-hero__gift-info {
  text-align: center;
  margin-top: 10px;
  color: #FFD500;
  font-weight: 500;
}
.ny22-hero__left {
  position: relative;
}
@media (max-width: 1110px) {
  .ny22-hero__left {
    text-align: center;
  }
}
.ny22-hero__title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  margin-top: 15px;
}
@media (max-width: 992px) {
  .ny22-hero__title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .ny22-hero__title {
    display: none;
  }
}
.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: 700;
  font-size: 26px;
  color: #fff;
  margin-top: 30px;
  line-height: 1;
}
.ny22-hero__subtitle .bold {
  color: #FFD500;
}
@media screen and (max-width: 768px) {
  .ny22-hero__subtitle .br-text {
    display: none;
  }
}
.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: 30px;
}
@media (max-width: 768px) {
  .ny22-hero__timer {
    margin-top: 40px;
  }
}
.ny22-hero__timer-title {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 1110px) {
  .ny22-hero__timer-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .ny22-hero__timer-title {
    font-size: 14px;
  }
}
.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;
}
.ny22-hero__bg_1 {
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .ny22-hero__bg_1 {
    display: none;
  }
}
.ny22-hero__bg_2 {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ny22-hero__bg_2.hide-sm {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ny22-hero__bg_2 {
    bottom: auto;
    top: 130px;
    width: 74px;
  }
}
.ny22-hero__bg_3 {
  right: 0;
  top: 5px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .ny22-hero__bg_3 {
    width: 50px;
    top: -22px;
  }
}
.ny22-hero__bg_4 {
  right: 0;
  top: -15px;
  display: none;
}
.ny22-hero__bg_5 {
  display: none;
}
@media screen and (max-width: 768px) {
  .ny22-hero__bg_5 {
    display: block;
    left: 0;
    top: 57%;
  }
}
.ny22-hero__bg_6 {
  display: none;
}
@media screen and (max-width: 768px) {
  .ny22-hero__bg_6 {
    display: block;
    bottom: 0;
    right: 0;
  }
}
.ny22-hero__action {
  margin-top: 50px;
}
.ny22-hero__btn-back {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -20px;
  z-index: 20;
}
@media (max-width: 1100px) {
  .ny22-hero__btn-back {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .ny22-hero__btn-back {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.ny22-hero__btn-back-link {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
}
.ny22-hero__btn-back-link .text {
  margin-left: 5px;
  width: auto;
}
.ny22-hero__btn-back-link svg path {
  fill: #fff;
}

.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: 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;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@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;
  gap: 10px;
}
@media (max-width: 1110px) {
  .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: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  border: 2px solid #8A8FB8;
  border-radius: 6px;
}
.ny22-timer-item__name {
  font-size: 14px;
  margin-top: 5px;
  color: #9799A2;
}
.ny22-timer-item-limiter {
  color: #8A8FB8;
  font-size: 28px;
  line-height: 44px;
}
@media (max-width: 768px) {
  .ny22-timer-item-limiter {
    font-size: 18px;
  }
}

.ny22-user-buy {
  background: #FFF6C5;
  color: #29323C;
}

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

.ny22-tarifs {
  padding: 56px 0;
  position: relative;
}
@media (max-width: 768px) {
  .ny22-tarifs {
    padding: 22px 0 22px;
  }
}
.ny22-tarifs__cnt {
  flex-direction: column;
  position: relative;
  max-width: 919px;
}
.ny22-tarifs__wrap {
  background-color: #fff;
  padding: 37px 81px 69px;
  box-shadow: 0 4px 20px 0 #EDEDED;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .ny22-tarifs__wrap {
    padding: 0 0 35px;
  }
}
.ny22-tarifs__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 49px 7px 69px;
  background-color: #97B4FE;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media (max-width: 768px) {
  .ny22-tarifs__header {
    padding: 20px 10px 10px 30px;
  }
}
.ny22-tarifs__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.ny22-tarifs__title .bold {
  font-weight: 900;
}
@media (max-width: 768px) {
  .ny22-tarifs__title br {
    display: none;
  }
}
.ny22-tarifs__subtitle {
  font-size: 14px;
  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 .bold {
  font-weight: 500;
}
.ny22-tarifs__list {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 20px;
  max-width: 694px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ny22-tarifs__list {
    padding: 0 10px 0 35px;
  }
}
.ny22-tarifs__action {
  color: #FF7A01;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  max-width: 694px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .ny22-tarifs__action {
    padding: 0 10px 0 35px;
    font-size: 18px;
  }
}
.ny22-tarifs__bg {
  position: absolute;
  bottom: -5px;
  left: 0;
}
@media (max-width: 768px) {
  .ny22-tarifs__bg {
    display: none;
  }
}
.ny22-tarifs__img {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .ny22-tarifs__img {
    top: -22px;
    margin-bottom: -22px;
  }
}
.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;
  z-index: 10;
}
.pp_has-label {
  padding-top: 50px;
}
.pp__sale-label {
  position: absolute;
  top: 0;
  right: -47px;
  background: url("/img/promotion/april2026/label.png") no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 105px;
  height: 91px;
}
.pp__sale-label span {
  width: 75px;
  color: #100D3E;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  transform: rotate(-21deg);
  text-align: center;
}
.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.pp__title_attention {
  color: #1D3141;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.pp__title.pp__title_attention p {
  line-height: 1.2;
}
.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: 26px;
  font-weight: 800;
  color: #FF7A01;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
}
.pp__old-price.pp__old-price_attention {
  font-size: 16px;
  font-weight: 400;
  color: #BDBCC3;
  text-align: center;
}
.pp__old-price.pp__old-price_attention p {
  color: #100D3E;
  line-height: 1.2;
}
.pp__old-price.pp__old-price_attention .old {
  color: #878787;
}
.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: 10px;
}
.pp__buttons.pp__buttons_attention .ny22-page__btn {
  text-transform: uppercase;
  padding: 12px 18px;
}
.pp__buttons.pp__buttons_attention .ny22__btn-rassrochka {
  padding: 12px 18px;
  font-weight: 500;
  background: #F9DE56;
  color: #000;
  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: center;
  color: #1D3141;
  max-width: 100%;
  font-size: 14px;
}
.pp_ny22 .pp__bottom-text .bold {
  font-weight: 500;
}
@media (max-width: 768px) {
  .pp_ny22 .pp__bottom-text .br-text {
    display: none;
  }
}
.pp_ny22-1.pp {
  background-color: #fff;
  border: 8px solid #ff8312;
  border-radius: 12px;
  padding: 24px;
  max-width: 280px;
}
.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%;
}
.pp_ny22-1.pp .pp__bottom-text {
  margin-top: 24px;
  margin-bottom: 8px;
}
.pp_ny22-2.pp {
  background-color: #ECEEFC;
  border-radius: 12px;
  padding: 30px;
  max-width: 280px;
}
.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%;
}
.pp_ny22-2.pp .pp__price {
  font-size: 22px;
}
.pp_ny22-2.pp .pp__bottom-text {
  margin-top: 24px;
  margin-bottom: 8px;
  color: #7F7F7F;
}
.pp_ny22-2.pp .pp__buttons.pp__buttons_attention .ny22-page__btn {
  background-color: #F29F27;
  padding: 9px 18px;
}
.pp_ny22-2.pp .pp__buttons.pp__buttons_attention .ny22__btn-rassrochka {
  background: #F9DE56;
  padding: 12px 18px;
}

.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;
  line-height: 1;
  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: 6px;
}
@media screen and (max-width: 768px) {
  .ny22-video__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.ny22-video__vid {
  max-width: 981px;
  margin: 0 auto;
}
.ny22-video__vid video {
  width: 100%;
}

.ny22-testimonials {
  background: radial-gradient(48.39% 75% at 51.61% 48.55%, #546CCA 0%, #3E59B9 100%);
  padding: 20px 0;
  position: relative;
}
@media (max-width: 768px) {
  .ny22-testimonials {
    padding: 35px 0 100px;
  }
}
.ny22-testimonials__bg {
  position: absolute;
  display: none;
}
@media (max-width: 768px) {
  .ny22-testimonials__bg {
    display: block;
    bottom: 0;
    left: 0;
    width: 162px;
  }
}
.ny22-testimonials__title {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ny22-testimonials__title {
    font-size: 28px;
  }
}
.ny22-testimonials__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  margin: 0 auto;
  max-width: 100%;
}
.ny22-testimonials .ny22-testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 160px;
  max-width: 220px;
  text-decoration: none;
  color: #fff;
}
.ny22-testimonials .ny22-testimonial:hover {
  color: #fff;
  text-decoration: none;
}
.ny22-testimonials .ny22-testimonial__name {
  margin-top: auto;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ny22-testimonials .ny22-testimonial__name {
    font-size: 16px;
  }
}
.ny22-testimonials .ny22-testimonial__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  width: 100%;
  height: 200px;
}
.ny22-testimonials .ny22-testimonial__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ny22-digits {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .ny22-digits {
    padding: 43px 23px;
  }
}
@media screen and (max-width: 768px) {
  .ny22-digits .section__header h2 {
    font-size: 28px;
  }
}

.ny22-results {
  background-color: #fff;
  padding-bottom: 30px;
}
.ny22-results__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .ny22-results__title {
    font-size: 28px;
  }
}
.ny22-results__items {
  display: flex;
  gap: 35px 66px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .ny22-results__items {
    flex-direction: column;
  }
}
.ny22-results__items .ny22-testimonial_type-2 {
  background-color: #F3F7FC;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  max-width: calc(50% - 33px);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .ny22-results__items .ny22-testimonial_type-2 {
    max-width: 100%;
    padding: 20px 20px 20px 30px;
  }
}
.ny22-results__items .ny22-testimonial_type-2__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  max-width: 76%;
}
@media screen and (max-width: 768px) {
  .ny22-results__items .ny22-testimonial_type-2__text {
    font-size: 16px;
  }
}

.ny22-sale-reviews {
  position: relative;
  overflow-x: hidden;
  background: #415CBC;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .ny22-sale-reviews {
    padding-top: 48px;
  }
}
.ny22-sale-reviews .cnt {
  display: block;
  position: relative;
}
@media screen and (max-width: 1260px) {
  .ny22-sale-reviews .cnt {
    padding: 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .ny22-sale-reviews .cnt {
    padding: 0 15px;
  }
}
.ny22-sale-reviews__bg {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .ny22-sale-reviews__bg {
    width: 60px;
  }
}
.ny22-sale-reviews__title {
  font-family: "VAG Rounded Next", sans-serif;
  font-size: 42px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ny22-sale-reviews__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 400px) {
  .ny22-sale-reviews__title {
    width: 50%;
    margin: 0 auto;
  }
}
.ny22-sale-reviews__slider {
  position: relative;
  padding: 20px 0 40px;
  overflow: visible !important;
  margin-top: 130px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .ny22-sale-reviews__slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ny22-sale-reviews__slider::before, .ny22-sale-reviews__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50vw - 500px + 60px);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 1260px) {
  .ny22-sale-reviews__slider::before, .ny22-sale-reviews__slider::after {
    width: calc(50vw - 440px);
  }
}
@media screen and (max-width: 1024px) {
  .ny22-sale-reviews__slider::before, .ny22-sale-reviews__slider::after {
    width: calc(50vw - 340px);
  }
}
@media screen and (max-width: 992px) {
  .ny22-sale-reviews__slider::before, .ny22-sale-reviews__slider::after {
    width: 125px;
  }
}
@media screen and (max-width: 768px) {
  .ny22-sale-reviews__slider::before, .ny22-sale-reviews__slider::after {
    display: none;
  }
}
.ny22-sale-reviews__slider::before {
  left: 0;
  margin-left: calc(-1 * (50vw - 640px + 60px));
  background: linear-gradient(90deg, #3E59B9 0%, rgba(14, 14, 14, 0) 100%);
}
@media screen and (max-width: 1260px) {
  .ny22-sale-reviews__slider::before {
    margin-left: -60px;
    width: calc(50vw - 520px);
  }
}
@media screen and (max-width: 1024px) {
  .ny22-sale-reviews__slider::before {
    width: calc(50vw - 418px);
  }
}
@media screen and (max-width: 992px) {
  .ny22-sale-reviews__slider::before {
    margin-left: -15px;
    display: none;
  }
}
.ny22-sale-reviews__slider::after {
  right: 0;
  margin-right: calc(-1 * (50vw - 640px + 60px));
  background: linear-gradient(270deg, #3E59B9 0%, rgba(14, 14, 14, 0) 100%);
}
@media screen and (max-width: 1260px) {
  .ny22-sale-reviews__slider::after {
    margin-right: -60px;
  }
}
@media screen and (max-width: 992px) {
  .ny22-sale-reviews__slider::after {
    margin-right: -15px;
  }
}
.ny22-sale-reviews .swiper-slide {
  height: auto;
}
.ny22-sale-reviews .review-card {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%), linear-gradient(90deg, #DBD4ED 0%, #F2E8E8 100%);
  border-radius: 16px;
  padding: 32px;
  color: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ny22-sale-reviews .review-card__user {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ny22-sale-reviews .review-card__name {
  font-weight: 600;
  font-size: 18px;
  color: #050505;
}
.ny22-sale-reviews .review-card__avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.ny22-sale-reviews .review-card__icon {
  align-self: flex-start;
  margin-left: auto;
}
.ny22-sale-reviews .review-card__text {
  margin: 16px 0 0;
  flex-grow: 1;
  color: #868686;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .ny22-sale-reviews .review-card__text {
    font-size: 12px;
  }
}
.ny22-sale-reviews .review-card__text-link {
  margin-top: 16px;
}
.ny22-sale-reviews .review-card__text-link .link {
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .ny22-sale-reviews .review-card__text-link {
    margin-top: 10px;
  }
}
.ny22-sale-reviews .review-card__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .ny22-sale-reviews .review-card__title {
    font-size: 12px;
  }
}
.ny22-sale-reviews .review-card__name-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .ny22-sale-reviews .review-card__name-wrap {
    margin-top: 16px;
  }
}
.ny22-sale-reviews .swiper-button-prev,
.ny22-sale-reviews .swiper-button-next {
  color: transparent;
  width: 42px;
  height: auto;
  background: transparent;
  z-index: 11;
}
@media screen and (max-width: 992px) {
  .ny22-sale-reviews .swiper-button-prev,
  .ny22-sale-reviews .swiper-button-next {
    display: none;
  }
}
.ny22-sale-reviews .swiper-button-prev.swiper-button-prev,
.ny22-sale-reviews .swiper-button-next.swiper-button-prev {
  left: -25px;
  background-image: url("/img/floctory/arrow.svg");
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
.ny22-sale-reviews .swiper-button-prev.swiper-button-next,
.ny22-sale-reviews .swiper-button-next.swiper-button-next {
  right: -25px;
  background-image: url("/img/floctory/arrow.svg");
  background-repeat: no-repeat;
}
.ny22-sale-reviews .swiper-button-prev {
  left: -60px;
}
.ny22-sale-reviews .swiper-button-next {
  right: -60px;
}
.ny22-sale-reviews .swiper-button-disabled {
  display: none;
}
.ny22-sale-reviews {
  /* Пагинация (точки) */
}
.ny22-sale-reviews .swiper-pagination {
  bottom: 10px !important;
}
.ny22-sale-reviews .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  transition: all 0.3s;
}
.ny22-sale-reviews .swiper-pagination-bullet-active {
  background: #fff;
  width: 24px;
  border-radius: 4px;
}
.ny22-sale-reviews {
  /* Адаптивность */
}
@media (max-width: 1024px) {
  .ny22-sale-reviews .sale-reviews .swiper-button-prev {
    left: 10px;
  }
  .ny22-sale-reviews .sale-reviews .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .ny22-sale-reviews .sale-reviews {
    padding: 48px 0;
  }
  .ny22-sale-reviews .sale-reviews__title {
    font-size: 24px;
  }
  .ny22-sale-reviews .sale-reviews__slider {
    padding: 20px 10px 50px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ny22-sale-reviews .review-card {
    padding: 20px;
  }
  .ny22-sale-reviews .review-card__avatar {
    width: 36px;
    height: 36px;
  }
  .ny22-sale-reviews .review-card__name {
    font-size: 13px;
  }
  .ny22-sale-reviews .review-card__text {
    font-size: 12px;
  }
  .ny22-sale-reviews .swiper-button-prev,
  .ny22-sale-reviews .swiper-button-next {
    display: none;
  }
}
@media (max-width: 480px) {
  .ny22-sale-reviews .review-card {
    padding: 16px;
  }
}

.ny-22__promo {
  background-color: #3E59B9;
  padding: 16px 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: #fff;
}
.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: #3CBB5F;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  border: 0;
  border-radius: 6px;
  padding: 13px 67px;
  width: 260px;
}
@media screen and (max-width: 1030px) {
  .ny-22__promo-form-btn {
    width: 100%;
  }
}
.ny-22__promo-form-input {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  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;
}
.ny-22__promo-form-error.visible {
  display: block;
}

.app-banner.april2026-app-banner {
  background-color: #3E59B9;
}
.app-banner.april2026-app-banner .app-banner__btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 900px) {
  .app-banner.april2026-app-banner .app-banner__title {
    margin-top: 45px;
  }
}
@media screen and (max-width: 900px) {
  .app-banner.april2026-app-banner .app-banner__title .br-text {
    display: none;
  }
}
.app-banner.april2026-app-banner .app-banner__subtitle {
  margin-top: 28px;
}
@media screen and (max-width: 900px) {
  .app-banner.april2026-app-banner .app-banner__subtitle {
    color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .app-banner.april2026-app-banner .app-banner__subtitle .br-text {
    display: none;
  }
}
.app-banner.april2026-app-banner .app-banner__cnt {
  max-width: 1200px;
}
@media screen and (max-width: 900px) {
  .app-banner.april2026-app-banner .app-banner__cnt {
    color: #fff;
  }
}
.app-banner.april2026-app-banner .app-banner__col-1 {
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .app-banner.april2026-app-banner .app-banner__col-2 {
    background: none;
    max-width: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 900px) {
  .app-banner.april2026-app-banner .app-banner__hand {
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

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