@charset "UTF-8";
:root {
  --font-family: "Futura PT", sans-serif;
  --second-family: "Gilroy", sans-serif;
  --content-width: 1240px;
  --container-offset: 40px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --text: #2d2926;
  --white: #fff;
  --button-red: #f23030;
  --t-yellow: #ffdd2d;
  --lenta-yellow: #ffb900;
  --lenta-blue: #003c96;
  --lenta-blue-2: #2fc5f7;
  --blue2: #d7f8fd;
}
.article.landing-page,
.article.landing-page div *,
.article.landing-page div ::after,
.article.landing-page div ::before,
.site-container,
.site-container *,
.site-container ::after,
.site-container ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article.landing-page > div *,
.site-container * {
  font-family: var(--font-family);
}
body,
html {
  overflow-x: hidden;
  margin: 0;
  min-width: 375px;
  min-height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
a {
  text-decoration: none;
  color: inherit;
}
.site-container {
  overflow: hidden;
}
.btn-reset {
  border: none;
  padding: 0;
  background: 0 0;
  cursor: pointer;
}
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}
.dis-scroll {
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.products-stub {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  height: 318px;
  background-color: wheat;
}
.omni-landing {
  max-width: 1520px;
}
@media (max-width: 1240px) {
  .grid {
    -ms-grid-columns: (1fr) [8];
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
  }
  :root {
    --container-offset: 40px;
    --content-width: 740px;
  }
  .omni-landing > div {
    margin: 0 auto;
    max-width: 740px;
  }
}
lu-federation-wrapper {
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
sup {
  vertical-align: baseline;
}
.swiper {
  position: relative;
  z-index: 1;
  display: block;
  list-style: none;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}
.header-with-link,
.title-button-container {
  display: none;
}
.sku-offers.show-block:empty,
lu-landing-product-slider:empty {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 164px;
}
.sku-offers.show-block:empty::after,
lu-landing-product-slider:empty::after {
  content: attr(data-stub);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 706px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #2d2926;
}
@media (max-width: 830px) {
  .grid {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  :root {
    --container-offset: 14px;
    --content-width: 340px;
  }
  .omni-landing > div {
    margin: 0 auto;
    max-width: 340px;
  }
  .sku-offers.show-block:empty::after,
  lu-landing-product-slider:empty::after {
    max-width: 300px;
    font-size: 22px;
  }
}
#snow-particles {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 0;
  pointer-events: none;
}
.site-content {
  padding-bottom: 0;
}
.omni-landing {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  color: #111;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0 !important;
  margin: 0 auto;
  max-width: 1520px;
  padding: 0 40px 40px;
}
@media (max-width: 768px) {
  .omni-landing {
    padding: 0;
  }
}
.omni-landing > div {
  margin: 0 auto;
  max-width: 1240px;
}
@media (max-width: 1240px) {
  .omni-landing > div {
    margin: 0 auto;
    max-width: 740px;
  }
}
.products-slider *,
.skuofferscarouselblock * {
  font-family: Gilroy, sans-serif !important;
}
.slider-block {
  margin: 0 !important;
}
lu-landing-product-slider {
  position: relative;
  margin: 0 !important;
  min-height: auto !important;
}
.carousel-container {
  position: relative;
  z-index: 5;
  height: auto !important;
  padding: 0 40px;
}
lu-landing-product-slider:empty::after {
  content: "Товары отсутствуют. Чтобы увидеть товары, выберите другой магазин «Лента» в шапке сайта";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #2d2926;
}
.p-carousel .p-carousel-content .p-carousel-next,
.p-carousel .p-carousel-content .p-carousel-prev {
  opacity: 1 !important;
  background: #fff !important;
  display: block !important;
}
.p-carousel .p-icon-wrapper {
  display: none !important;
}
.p-carousel .p-carousel-content .p-disabled {
  opacity: 0.5 !important;
  pointer-events: auto !important;
}
.slider-button {
  display: block !important;
}
@media (max-width: 830px) {
  .omni-landing > div {
    margin: 0 auto;
    max-width: 340px;
  }
  lu-landing-product-slider:empty::after {
    padding: 20px;
    font-size: 24px;
  }
  .slider-button.next {
    right: -16px !important;
  }
  .slider-button.prev {
    left: -16px !important;
  }
  .carousel-container {
    padding: 0 !important;
  }
}
.carousel-container .slider-button.next,
.carousel-container .slider-button.prev {
  background: #fff !important;
  opacity: 1 !important;
}
.btn {
  --hover-bg: rgb(245.0136363636, 95.9863636364, 95.9863636364);
  --active-bg: rgb(224.8772727273, 14.1227272727, 14.1227272727);
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  padding: 18px 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 89%;
  text-align: center;
  color: #fff;
  background-color: #f23030;
  -webkit-transition:
    color 0.3s,
    background-color 0.3s,
    border-color 0.3s;
  transition:
    color 0.3s,
    background-color 0.3s,
    border-color 0.3s;
  cursor: pointer;
}
.btn:focus {
  overflow: none;
}
.btn:focus-visible {
  outline: #f23030 solid 3px;
  outline-offset: 3px;
}
.btn:hover {
  color: #fff;
  background-color: var(--hover-bg);
}
.btn:active {
  color: #fff;
  background-color: var(--active-bg);
}
@media (max-width: 830px) {
  .btn {
    padding: 11px 24px;
    font-size: 14px;
    line-height: 130%;
  }
}
.section-offset {
  padding-bottom: 80px;
}
.section-offset--top {
  padding-top: 80px;
}
@media (max-width: 1240px) {
  .section-offset {
    padding-bottom: 80px;
  }
}
@media (max-width: 830px) {
  .section-offset--top {
    padding-top: 66px;
  }
  .section-offset {
    padding-bottom: 66px;
  }
}
.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}
.title {
  position: relative;
  margin: 0 auto 40px;
  font-weight: 600;
  font-size: 50px;
  line-height: 115%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text);
}
.hero {
  --mh: 504px;
  position: relative;
}
.hero__content {
  position: relative;
  min-height: var(--mh);
}
.hero__content::before {
  --cont-w: 100%;
  --off: calc((100vw - var(--cont-w)) / 2);
  content: "";
  position: absolute;
  left: calc(-1 * var(--off));
  top: 0;
  z-index: -1;
  width: calc(var(--off) * 2 + var(--cont-w));
  height: 100%;
  background-color: transparent;
  background-image: url(https://cdn.lentochka.lenta.com/epi_old/globalassets/million/img/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1240px) {
  .centered {
    padding-top: 32px;
  }
  .title {
    margin-bottom: 36px;
    font-size: 44px;
    line-height: 100%;
  }
  .hero__content::before {
    --cont-w: 100% !important;
  }
}
@media (max-width: 375px) {
  .hero__content::before {
    left: -40px;
    width: calc(100% + 80px);
  }
}
.hero__content::after {
  --cont-w: 100%;
  --off: calc((100vw - var(--cont-w)) / 2);
  content: "";
  position: absolute;
  left: calc(-1 * var(--off));
  bottom: 0;
  width: calc(var(--off) * 2 + var(--cont-w));
  height: 125px;
  background-image: url(https://cdn.lentochka.lenta.com/epi_old/globalassets/million/img/shape.svg);
  background-position: center bottom;
  background-size: 1920px 125px;
  background-repeat: no-repeat;
}
@media (max-width: 830px) {
  .centered {
    padding-top: 24px;
  }
  .title {
    margin-bottom: 24px;
    font-size: 32px;
    letter-spacing: normal;
  }
  .hero__content::after {
    height: 78px;
    background-image: url(https://cdn.lentochka.lenta.com/epi_old/globalassets/million/img/shape-m.svg);
    background-size: 1200px 78px;
  }
}
@media (max-width: 375px) {
  .hero__content::after {
    left: 50%;
    width: 1200px;
    translate: -50% 0;
  }
}
.hero__decors {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1240px) {
  .hero__content::before {
    background-image: url(https://cdn.lentochka.lenta.com/epi_old/globalassets/million/img/hero-bg-t.jpg);
  }
  .hero__decors {
    left: -40px;
    width: calc(100% + 80px);
  }
}
.hero__decor {
  position: absolute;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
.hero__decor--1 {
  left: 122px;
  top: -36px;
  width: 137px;
  translate: 0 -100%;
}
@media (max-width: 1240px) {
  .hero__decor--1 {
    left: 22px;
  }
}
@media (max-width: 830px) {
  .hero__content::before {
    background-image: url(https://cdn.lentochka.lenta.com/epi_old/globalassets/million/img/hero-bg-m.jpg);
  }
  .hero__decor--1 {
    left: 14px;
    top: 44px;
    width: 51px;
    translate: 0 -200%;
  }
}
.hero__decor--2 {
  right: 16px;
  top: -48px;
  width: 109px;
  translate: 0 -100%;
}
@media (max-width: 830px) {
  .hero__decor--2 {
    right: 40px;
    top: 240px;
    width: 45px;
    translate: 0 200%;
  }
  .hero__decor--3 {
    display: none;
  }
}
.hero__decor--3 {
  right: 77px;
  bottom: -35px;
  width: 237px;
  translate: 0 100%;
}
.hero__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
.hero__logos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  gap: 20px;
}
@media (max-width: 1240px) {
  .hero__decor--3 {
    right: 40px;
    bottom: -26px;
    width: 186px;
  }
  .hero__logos {
    margin-bottom: 18px;
    gap: 22px;
  }
}
@media (max-width: 830px) {
  .hero__text {
    padding-top: 16px;
  }
  .hero__logos {
    margin-bottom: 16px;
    gap: 14px;
  }
  .hero__logo:first-child {
    width: 146px;
  }
  .hero__logo:last-child {
    width: 93px;
  }
  .hero__divider {
    height: 28px;
  }
}
.hero__date {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--white);
}
@media (max-width: 1240px) {
  .hero__date {
    margin-bottom: 2px;
  }
}
@media (max-width: 830px) {
  .hero__date {
    margin-bottom: 6px;
    font-size: 18px;
  }
}
.hero__title {
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 60px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--white);
}
.hero__title-img {
  margin: 18px auto 0;
  width: 744px;
  -webkit-animation: 2s linear infinite pulse;
  animation: 2s linear infinite pulse;
}
@media (max-width: 1240px) {
  .hero__title-img {
    width: 528px;
  }
}
@media (max-width: 830px) {
  .hero__title-img {
    margin-top: 8px;
    width: 300px;
  }
  .hero__title {
    margin-bottom: 4px;
    font-size: 40px;
  }
}
.hero__descr {
  margin: 0 auto;
  max-width: 340px;
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  text-align: center;
  color: var(--white);
}
@media (max-width: 830px) {
  .hero__descr {
    max-width: 200px;
    font-size: 14px;
  }
}
.hero__btn {
  margin-top: 20px;
}
@media (max-width: 1240px) {
  .hero__btn {
    margin-top: 10px;
  }
}
.hero__erid {
  margin-top: 34px;
  font-weight: 400;
  font-size: 12px;
  line-height: 115%;
  text-align: center;
  color: var(--white);
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
@keyframes pulse {
  0%,
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.hero--animation .hero__decor--1 {
  translate: 0;
}
.hero--animation .hero__decor--2 {
  translate: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hero--animation .hero__decor--3 {
  translate: 0;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.results {
  position: relative;
  padding-top: 72px;
}
.results::before {
  --cont-w: 100%;
  --off: calc((100vw - var(--cont-w)) / 2);
  content: "";
  position: absolute;
  left: calc(-1 * var(--off));
  top: 0;
  z-index: -1;
  width: calc(var(--off) * 2 + var(--cont-w));
  height: 100%;
  background-color: #d7f8fd;
  background-image: none;
}
@media (max-width: 375px) {
  .results::before {
    left: -40px;
    width: calc(100% + 80px);
  }
}
.results__snow {
  position: absolute;
  pointer-events: none;
}
.results__snow--1 {
  left: 170px;
  top: 0;
}
.results__snow--2 {
  right: 0;
  top: 100px;
}
@media (max-width: 1240px) {
  .hero__erid {
    margin-top: 8px;
  }
  .hero {
    --mh: 432px;
  }
  .results::before {
    --cont-w: 100% !important;
  }
  .results__snow--1 {
    left: 0;
  }
  .results__snow--2 {
    top: 150px;
  }
}
@media (max-width: 830px) {
  .hero__erid {
    margin-top: 20px;
  }
  .hero {
    --mh: 352px;
  }
  .results__snow--1 {
    left: 286px;
  }
  .results__snow--2 {
    display: none;
  }
}
.results__descr {
  margin: -32px 0 40px;
  font-weight: 400;
  font-size: 32px;
  line-height: 113%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 1240px) {
  .results__descr {
    margin-top: -20px;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 110%;
  }
}
.results__content {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  padding: 40px;
  background: var(--lenta-blue);
}
@media (max-width: 830px) {
  .results__descr {
    margin-top: -12px;
    margin-bottom: 24px;
    font-size: 18px;
  }
  .results__content {
    padding: 12px 10px 24px;
  }
}
.results__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  margin-bottom: 20px;
  gap: 20px;
}
.results__head .results__col {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: var(--white);
}
.results__head .results__col--1 {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (max-width: 830px) {
  .results__head .results__col--1 {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
}
.results__head .results__col--2 {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  padding-left: 10px;
}
@media (max-width: 830px) {
  .results__head .results__col--2 {
    padding-left: 0;
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}
.results__head .results__col--3 {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  padding-left: 10px;
}
@media (max-width: 830px) {
  .results__head .results__col--3 {
    padding-left: 0;
    margin-left: -22px;
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
  .results__head .results__col {
    font-size: 18px;
    line-height: 100%;
    text-align: center;
  }
}
.results__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.results__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  border-radius: 12px;
  padding: 17px 20px;
  background: var(--white);
  gap: 20px;
}
.results__item:nth-child(odd) {
  background: var(--blue2);
}
.results__item:first-child {
  background: linear-gradient(
    288.33deg,
    #e2aa21 4.37%,
    #e8c53e 38.22%,
    #eec86a 79.56%,
    #eebe5b 95.63%
  );
}
.results__item .results__col {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: var(--text);
}
.results__item .results__col--1 {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
.results__item .results__col--2 {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  padding-left: 10px;
}
@media (max-width: 830px) {
  .results__item .results__col--2 {
    padding-left: 0;
    text-align: center;
  }
}
.results__item .results__col--3 {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
  padding-left: 10px;
}
@media (max-width: 830px) {
  .results__item .results__col--3 {
    padding-left: 0;
  }
  .results__item .results__col {
    font-size: 13px;
    line-height: 100%;
  }
  .results__item {
    padding: 8px;
    min-height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}
.results__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.results__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: underline;
  color: var(--white);
  -webkit-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  gap: 8px;
}
.how {
  position: relative;
}
.how::before {
  --cont-w: 100%;
  --off: calc((100vw - var(--cont-w)) / 2);
  content: "";
  position: absolute;
  left: calc(-1 * var(--off));
  top: 0;
  z-index: -1;
  width: calc(var(--off) * 2 + var(--cont-w));
  height: 100%;
  background-color: #eff1ff;
  background-image: none;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fff),
    to(#d7f8fd)
  );
  background: linear-gradient(360deg, #fff 0, #d7f8fd 100%);
}
@media (max-width: 375px) {
  .how::before {
    left: -40px;
    width: calc(100% + 80px);
  }
}
.how__snow {
  position: absolute;
  display: none;
  pointer-events: none;
}
.how__snow--1 {
  left: 170px;
  top: 0;
}
@media (max-width: 1240px) {
  .results {
    padding-top: 68px;
  }
  .how::before {
    --cont-w: 100% !important;
  }
  .how__snow--1 {
    left: 0;
  }
}
@media (max-width: 830px) {
  .results__bottom {
    margin-top: 12px;
  }
  .results__link {
    font-size: 16px;
    line-height: 120%;
  }
  .results__link img {
    width: 32px;
    height: 32px;
  }
  .results {
    padding-top: 64px;
  }
  .how__snow--1 {
    left: 286px;
  }
}
.how__snow--2 {
  left: 60px;
  bottom: 3px;
}
.how__snow--3 {
  right: 40px;
  top: 192px;
}
@media (max-width: 1240px) {
  .how__snow--2 {
    left: 20px;
    bottom: 20px;
  }
  .how__snow--3 {
    right: -46px;
    top: 282px;
  }
  .how__title {
    font-size: 40px;
  }
}
@media (max-width: 830px) {
  .how__snow--2 {
    left: 18px;
    bottom: 0;
    width: 44px;
  }
  .how__snow--3 {
    display: none;
  }
  .how__title {
    font-size: 32px;
  }
}
.how__list {
  --gap: 20px;
  --elems: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 660px;
  gap: var(--gap);
}
@media (max-width: 1240px) {
  .how__list {
    --gap: 20px;
    padding: 0;
    max-width: 620px;
  }
}
.how__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% - (var(--elems) - 1) * var(--gap)) / (var(--elems)));
}
@media (max-width: 830px) {
  .how__list {
    --elems: 1;
    --gap: 17px;
    padding: 0 10px;
  }
  .how__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
  }
  .how__item picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.how__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.how__pic {
  margin-bottom: 22px;
}
@media (max-width: 1240px) {
  .how__inner {
    padding: 0 12px;
  }
  .how__pic {
    margin-bottom: 24px;
  }
}
.how__subtitle {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text);
}
.how__subtitle b {
  font-weight: 900;
}
@media (max-width: 830px) {
  .how__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
  .how__pic {
    margin-bottom: 0;
    width: 112px;
  }
  .how__subtitle {
    font-size: 18px;
    line-height: 100%;
    text-align: left;
  }
  .how__subtitle br {
    display: none;
  }
}
.how__link {
  margin-top: 12px;
  border-radius: 6px;
  padding: 2px 8px 4px;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  text-decoration: underline;
  color: var(--text);
  background: var(--t-yellow);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (max-width: 830px) {
  .how__link {
    font-size: 13px;
  }
}
.how__rules {
  margin-top: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-decoration: underline;
  color: var(--lenta-blue);
  -webkit-transition:
    color 0.3s,
    text-decoration-color 0.3s;
  transition:
    color 0.3s,
    text-decoration-color 0.3s;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.prize {
  position: relative;
}
.prize__snow {
  position: absolute;
  pointer-events: none;
}
.prize__snow--1 {
  right: 195px;
  top: 43px;
}
.prize__snow--2 {
  left: 128px;
  bottom: 79px;
}
@media (max-width: 1240px) {
  .prize__snow--1 {
    right: 20px;
    top: 48px;
    width: 78px;
  }
  .prize__snow--2 {
    left: 20px;
    bottom: 179px;
  }
  .prize__snow--3 {
    display: none;
  }
}
@media (max-width: 830px) {
  .how__rules {
    margin-top: 12px;
    font-size: 15px;
    line-height: 120%;
  }
  .prize__snow--1 {
    right: -20px;
    top: 103px;
    width: 72px;
  }
  .prize__snow--2 {
    left: 0;
    bottom: 68px;
    width: 44px;
  }
}
.prize__snow--3 {
  right: 68px;
  bottom: 138px;
}
.prize__title {
  margin-bottom: 59px;
}
.prize__content {
  padding: 0 40px;
}
.prize__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.prize__decor {
  position: absolute;
  right: -30px;
  top: -32px;
  z-index: 2;
  width: 75px;
}
@media (max-width: 1240px) {
  .prize__title {
    margin-bottom: 56px;
  }
  .prize__content {
    padding: 0 85px;
  }
  .prize__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .prize__decor {
    top: 328px;
  }
}
@media (max-width: 830px) {
  .prize__title {
    margin-bottom: 44px;
  }
  .prize__content {
    padding: 0;
  }
  .prize__items {
    gap: 32px;
  }
  .prize__decor {
    right: 16px;
    top: 202px;
    width: 42px;
  }
}
.prize__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  width: calc(50% - 10px);
  min-height: 320px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.prize__item--1 {
  --bg: var(--lenta-blue);
  background-image: url(https://cdn.lentochka.lenta.com/epi_old/globalassets/million/img/prize-1.jpg);
}
.prize__item--2 {
  --bg: var(--lenta-blue-2);
  background-image: url(https://cdn.lentochka.lenta.com/epi_old/globalassets/million/img/prize-2.jpg);
}
@media (max-width: 830px) {
  .prize__item {
    border-radius: 7px;
    min-height: 190px;
  }
}
.prize__subtitle {
  position: absolute;
  left: 50%;
  top: -20px;
  margin: 0;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--white);
  background: var(--bg);
  translate: -50% 0;
}
@media (max-width: 1240px) {
  .prize__item {
    width: 100%;
  }
  .prize__subtitle {
    font-size: 32px;
  }
}
.prize__inner {
  margin: 18px auto 0;
  width: 480px;
  opacity: 0;
  -webkit-transition:
    opacity 0.3s,
    scale 0.3s;
  transition:
    opacity 0.3s,
    scale 0.3s;
  scale: 0.6;
}
@media (max-width: 1240px) {
  .prize__inner {
    margin-top: 2px;
  }
}
@media (max-width: 830px) {
  .prize__subtitle {
    padding: 9px 20px;
    font-size: 22px;
    white-space: nowrap;
  }
  .prize__inner {
    margin-top: 6px;
    width: 326px;
  }
}
.prize__blocks {
  --gap: 20px;
  --elems: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px auto 0;
  padding: 0 20px;
  width: 480px;
  gap: var(--gap);
}
@media (max-width: 1240px) {
  .prize__blocks {
    margin-top: -4px;
  }
  .prize__txt {
    max-width: 360px;
  }
}
@media (max-width: 830px) {
  .prize__blocks {
    --gap: 12px;
    margin-top: 18px;
    padding: 0 10px;
    width: 281px;
  }
}
.prize__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc((100% - (var(--elems) - 1) * var(--gap)) / (var(--elems)));
  opacity: 0;
  -webkit-transition:
    opacity 0.3s,
    scale 0.3s;
  transition:
    opacity 0.3s,
    scale 0.3s;
  scale: 0.6;
}
.prize__block:last-child {
  left: -24px;
}
.prize__val {
  border-radius: 28px;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 44px;
  line-height: 90%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--white);
  background: linear-gradient(
    288.33deg,
    #e2aa21 4.37%,
    #e8c53e 38.22%,
    #eec86a 79.56%,
    #eebe5b 95.63%
  );
}
.prize__val span {
  font-size: 40px;
}
@media (max-width: 830px) {
  .prize__block:last-child {
    left: -12px;
  }
  .prize__val {
    font-size: 24px;
  }
  .prize__val span {
    font-size: 20px;
  }
}
.prize__pr {
  margin-top: -4px;
  border-radius: 40px;
  padding: 2px 8px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--white);
  background: var(--lenta-blue-2);
}
.prize__centered {
  padding-top: 20px;
}
@media (max-width: 830px) {
  .prize__pr {
    font-size: 16px;
  }
  .prize__centered {
    padding-top: 17px;
  }
}
.prize__txt {
  margin: 0 auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--text);
}
.prize__txt b {
  font-weight: 900;
}
@media (max-width: 830px) {
  .prize__txt {
    max-width: 280px;
    font-size: 18px;
    line-height: 110%;
  }
}
.prize__prim {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 830px) {
  .prize__prim {
    margin-top: 10px;
    font-size: 15px;
    line-height: 110%;
    color: rgba(45, 41, 38, 0.7);
  }
}
.prize__rules {
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-decoration: underline;
  color: var(--lenta-blue);
  -webkit-transition:
    color 0.3s,
    text-decoration-color 0.3s;
  transition:
    color 0.3s,
    text-decoration-color 0.3s;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (any-hover: hover) {
  .results__link:hover {
    text-decoration-color: transparent;
  }
  .how__rules:hover,
  .prize__rules:hover {
    text-decoration-color: transparent;
    color: var(--lenta-blue);
  }
}
.prize--animation .prize__inner {
  opacity: 1;
  scale: 1;
}
.prize--animation .prize__block--1 {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  scale: 1;
}
.prize--animation .prize__block--2 {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  scale: 1;
}
.prize--animation .prize__block--3 {
  opacity: 1;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  scale: 1;
}
.prize--animation .prize__block--4 {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  scale: 1;
}
.stocks {
  position: relative;
}
.stocks__items {
  --gap: 20px;
  --elems: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 40px;
  gap: var(--gap);
}
@media (max-width: 1240px) {
  .stocks__items {
    --elems: 1;
    padding: 0 85px;
  }
}
@media (max-width: 830px) {
  .prize__rules {
    margin-top: 23px;
    font-size: 15px;
    line-height: 120%;
  }
  .stocks__items {
    --gap: 12px;
    padding: 0;
  }
}
.stocks__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  padding: 32px;
  width: calc((100% - (var(--elems) - 1) * var(--gap)) / (var(--elems)));
  min-height: 344px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.stocks__item--1 {
  --color: var(--white);
  background-image: url(https://cdn.lentochka.lenta.com/epi_old/globalassets/million/img/stocks-1.jpg);
}
.stocks__item--2 {
  --color: var(--text);
  background-image: url(https://cdn.lentochka.lenta.com/epi_old/globalassets/million/img/stocks-2.jpg);
}
.stocks__subtitle {
  position: relative;
  margin: 0;
  max-width: 272px;
  font-weight: 600;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: var(--color);
}
.stocks__subtitle span {
  position: absolute;
  right: -7px;
  top: -9px;
  border-radius: 8px;
  padding: 8px 12px;
  background: var(--white);
}
@media (max-width: 830px) {
  .stocks__item {
    border-radius: 7px;
    padding: 20px 20px 23px;
    min-height: 205px;
  }
  .stocks__subtitle {
    max-width: 150px;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .stocks__subtitle span {
    right: -8px;
    top: -8px;
    border-radius: 8px;
    padding: 5px 9px;
  }
}
.stocks__btn {
  margin-top: auto;
  background: var(--lenta-blue);
}
.shipping {
  position: relative;
}
.shipping__content {
  padding: 0 40px;
}
@media (max-width: 830px) {
  .shipping__content {
    padding: 0;
  }
}
.shipping__text {
  position: relative;
  -ms-grid-column-span: 5;
  grid-column: 5 span;
}
@media (max-width: 1240px) {
  .shipping__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-span: 8;
    grid-column: 8 span;
    padding-top: 8px;
  }
}
@media (max-width: 830px) {
  .shipping__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-span: 4;
    grid-column: 4 span;
    padding: 0;
  }
}
.shipping__image {
  position: relative;
  -ms-grid-column-span: 7;
  grid-column: 7 span;
}
.shipping__pic {
  margin-left: 10px;
  width: 659px;
  max-width: none;
}
@media (max-width: 1240px) {
  .shipping__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column-span: 8;
    grid-column: 8 span;
  }
  .shipping__pic {
    margin-top: -4px;
    margin-left: 0;
  }
}
.shipping__link {
  display: none;
}
.shipping__title {
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 830px) {
  .shipping__image {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
  .shipping__pic {
    margin-top: 13px;
    width: 320px;
  }
  .shipping__title {
    margin-bottom: 12px;
    max-width: 300px;
    text-align: center;
  }
}
.shipping__descr {
  position: relative;
  margin: 0 0 60px;
  max-width: 450px;
  font-weight: 400;
  font-size: 32px;
  line-height: 112%;
  color: var(--text);
}
@media (max-width: 1240px) {
  .shipping__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .shipping__descr {
    margin-bottom: 18px;
    max-width: none;
    font-size: 24px;
  }
}
@media (max-width: 830px) {
  .shipping__descr {
    margin: 0 auto 24px;
    max-width: 260px;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
  }
}
.shipping__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 15px;
}
.shipping__txt {
  max-width: 154px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(45, 41, 38, 0.7);
}
.shipping__bottom {
  max-width: 285px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: rgba(45, 41, 38, 0.7);
}
.ligal {
  padding: 0 40px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  color: var(--text);
}
@media (max-width: 1240px) {
  .shipping__bottom,
  .shipping__middle,
  .shipping__txt {
    display: none;
  }
  .shipping {
    margin: 0;
  }
  .ligal {
    padding: 0 20px 20px;
    font-size: 15px;
    line-height: 110%;
  }
}
@media (max-width: 830px) {
  .ligal {
    padding: 0 10px 20px;
  }
}
