@charset "UTF-8";
/* stylelint-disable scss/double-slash-comment-empty-line-before */
/* stylelint-disable at-rule-empty-line-before */
/* stylelint-disable custom-property-empty-line-before */
: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;
  --sand-color: #ffe9bb;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
/* stylelint-disable media-feature-range-notation */
/* stylelint-disable selector-type-no-unknown */
/* stylelint-disable color-named */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-no-important */
.article.landing-page,
.site-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.article.landing-page div *,
.article.landing-page div *::before,
.article.landing-page div *::after,
.site-container *,
.site-container *::before,
.site-container *::after {
  -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: transparent;
  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;
}
@media (max-width: 1240px) {
  .grid {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
  }
}
@media (max-width: 830px) {
  .grid {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}

.products-stub {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  height: 318px;
  background-color: wheat;
}

.omni-landing {
  margin: 0 auto;
  padding: 0 40px 40px;
  max-width: 1520px;
}

@media (max-width: 1240px) {
  :root {
    --container-offset: 40px;
    --content-width: 740px;
  }
  .omni-landing > div {
    margin: 0 auto;
    max-width: 740px;
  }
}
@media (max-width: 830px) {
  :root {
    --container-offset: 14px;
    --content-width: 340px;
  }
  .omni-landing > div {
    margin: 0 auto;
    max-width: 340px;
  }
}
.skuofferscarouselblock * {
  font-family: "Gilroy", sans-serif !important;
}

.omni-landing {
  padding-bottom: 0 !important;
}

lu-federation-wrapper {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 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) {
  .sku-offers.show-block:empty::after,
  lu-landing-product-slider:empty::after {
    max-width: 300px;
    font-size: 22px;
  }
}
.site-content {
  position: relative;
}
.site-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: #fff;
  background-image: none;
}
@media (max-width: 1240px) {
  .site-content::before {
    --cont-w: 100% !important;
  }
}
@media (max-width: 830px) {
  .site-content::before {
    left: -14px;
    width: calc(100% + 28px);
  }
}
.site-content::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14.06%, #FFE9BB), to(#fff));
  background: linear-gradient(180deg, #FFE9BB 14.06%, #fff 100%);
}
@media (max-width: 830px) {
  .site-content::before {
    left: calc(-1 * var(--off));
    width: calc(var(--off) * 2 + var(--cont-w));
  }
}
@media (max-width: 375px) {
  .site-content::before {
    left: -40px;
    width: calc(100% + 80px);
  }
}

/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-no-important */
/* stylelint-disable selector-type-no-unknown */
/* stylelint-disable media-feature-range-notation */
/* stylelint-disable order/properties-order */
.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;
}

lu-federation-wrapper {
  margin-bottom: 0 !important;
}

.site-content {
  padding-bottom: 0;
}

.omni-landing {
  padding-bottom: 0 !important;
}

.omni-landing {
  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;
  }
}
@media (max-width: 830px) {
  .omni-landing > div {
    margin: 0 auto;
    max-width: 340px;
  }
}
.skuofferscarouselblock *,
.products-slider * {
  font-family: "Gilroy", sans-serif !important;
}

/* sliders */
.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;
}

@media (max-width: 830px) {
  lu-landing-product-slider:empty::after {
    padding: 20px;
    font-size: 24px;
  }
}
.p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next {
  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;
}

/* stylelint-disable value-keyword-case */
/* stylelint-disable order/order */
/* stylelint-disable order/properties-order */
.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 ease, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s ease, background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}
.btn:focus {
  overflow: none;
}
.btn:focus-visible {
  outline: 3px solid #F23030;
  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%;
  }
}

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 48px;
}
@media (max-width: 1240px) {
  .centered {
    padding-top: 40px;
  }
}
@media (max-width: 830px) {
  .centered {
    padding-top: 26px;
  }
}

.title {
  position: relative;
  margin: 0 auto;
  margin-bottom: 52px;
  font-weight: 600;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--text);
}
@media (max-width: 1240px) {
  .title {
    margin-bottom: 36px;
    font-size: 40px;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 830px) {
  .title {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 90%;
    letter-spacing: normal;
  }
}

.section-offset {
  padding-bottom: 72px;
}
@media (max-width: 1240px) {
  .section-offset {
    padding-bottom: 82px;
  }
}
@media (max-width: 830px) {
  .section-offset {
    padding-bottom: 72px;
  }
}

/* stylelint-disable order/properties-order */
.hero {
  --mh: 430px;
  position: relative;
  margin-top: 40px;
  padding-bottom: 80px;
}
.hero__content {
  position: relative;
  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/assets/3bcf5ed5-db4d-46cf-9c49-ee239cc5f74c/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1240px) {
  .hero__content::before {
    --cont-w: 100% !important;
  }
}
@media (max-width: 830px) {
  .hero__content::before {
    left: -14px;
    width: calc(100% + 28px);
  }
}
@media (max-width: 830px) {
  .hero__content::before {
    left: calc(-1 * var(--off));
    width: calc(var(--off) * 2 + var(--cont-w));
    background-image: url("https://cdn.lentochka.lenta.com/assets/3bcf5ed5-db4d-46cf-9c49-ee239cc5f74c/hero-bg-m.jpg");
  }
}
.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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  min-height: var(--mh);
  padding-top: 32px;
  padding-left: 40px;
}
@media (max-width: 1240px) {
  .hero__text {
    -ms-grid-column-span: 5;
    grid-column: 5 span;
    padding-top: 16px;
    padding-left: 20px;
  }
}
@media (max-width: 830px) {
  .hero__text {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
    padding-top: 16px;
    padding-left: 10px;
  }
}
.hero__image {
  position: relative;
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}
@media (max-width: 1240px) {
  .hero__image {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
}
@media (max-width: 830px) {
  .hero__image {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }
}
.hero__hid-title {
  position: absolute;
  opacity: 0;
}
.hero__title {
  position: relative;
  margin: 0;
  margin-bottom: 3px;
  max-width: none;
  width: 448px;
}
@media (max-width: 1240px) {
  .hero__title {
    width: 416px;
  }
}
@media (max-width: 830px) {
  .hero__title {
    margin-bottom: 4px;
    width: 200px;
  }
}
.hero__descr {
  margin: 0;
  margin-bottom: 28px;
  max-width: 448px;
  width: 100%;
  font-weight: 900;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  color: var(--white);
}
@media (max-width: 1240px) {
  .hero__descr {
    max-width: 416px;
    font-size: 28px;
  }
}
@media (max-width: 830px) {
  .hero__descr {
    margin-bottom: 12px;
    max-width: 200px;
    font-size: 18px;
  }
}
.hero__only {
  display: block;
  width: 100%;
  max-width: 448px;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: var(--white);
}
@media (max-width: 1240px) {
  .hero__only {
    max-width: 416px;
    font-size: 20px;
  }
}
@media (max-width: 830px) {
  .hero__only {
    max-width: 200px;
    font-size: 16px;
  }
}
.hero__star {
  position: absolute;
  left: 12px;
  top: -32px;
  width: 92px;
}
@media (max-width: 1240px) {
  .hero__star {
    left: -22px;
    top: -32px;
  }
}
@media (max-width: 830px) {
  .hero__star {
    left: 0;
    top: -24px;
    width: 56px;
  }
}
.hero__pic {
  position: absolute;
  right: 0;
  top: -75px;
  width: 752px;
  max-width: none;
}
@media (max-width: 1240px) {
  .hero__pic {
    right: -22px;
    top: -32px;
    width: 372px;
  }
}
@media (max-width: 830px) {
  .hero__pic {
    right: -14px;
    top: -20px;
    width: 170px;
  }
}
@media (max-width: 1240px) {
  .hero {
    --mh: 318px;
  }
}
@media (max-width: 830px) {
  .hero {
    --mh: 200px;
    padding-bottom: 72px;
  }
}

.scroller__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
  gap: 20px;
}
@media (max-width: 830px) {
  .scroller__inner {
    gap: 8px;
  }
}
.scroller__size {
  width: 128px;
  height: 128px;
}
@media (max-width: 830px) {
  .scroller__size {
    width: 88px;
    height: 88px;
  }
}

.scroller[data-speed=fast] {
  --_animation-duration: 30s;
}

@-webkit-keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
    transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
    transform: translate(calc(-50% - 0.5rem));
  }
}
/* stylelint-disable order/properties-order */
.toy {
  position: relative;
  padding-bottom: 72px;
}
.toy__content {
  padding: 0 40px;
}
@media (max-width: 1240px) {
  .toy__content {
    row-gap: 8px;
  }
}
@media (max-width: 830px) {
  .toy__content {
    padding: 0;
  }
}
.toy__text {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  padding-top: 16px;
}
@media (max-width: 1240px) {
  .toy__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;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-grid-column-span: 8;
    grid-column: 8 span;
    padding-top: 6px;
    padding-left: 0;
  }
}
@media (max-width: 830px) {
  .toy__text {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
    padding: 0;
    padding-left: 8px;
  }
}
.toy__media {
  position: relative;
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}
@media (max-width: 1240px) {
  .toy__media {
    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;
  }
}
@media (max-width: 830px) {
  .toy__media {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
    margin-top: -1px;
  }
}
.toy__pic {
  width: 570px;
}
@media (max-width: 1240px) {
  .toy__pic {
    margin-top: 32px;
  }
}
@media (max-width: 830px) {
  .toy__pic {
    margin-top: 10px;
  }
}
.toy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 540px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: var(--text);
}
@media (max-width: 1240px) {
  .toy__list {
    max-width: 570px;
    width: 100%;
    font-size: 24px;
    gap: 12px;
  }
}
@media (max-width: 830px) {
  .toy__list {
    font-size: 20px;
    gap: 12px;
  }
}
.toy__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 68px;
  min-height: 56px;
}
.toy__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background-image: url("https://cdn.lentochka.lenta.com/assets/3bcf5ed5-db4d-46cf-9c49-ee239cc5f74c/icon.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 830px) {
  .toy__item::before {
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }
}
.toy__item:nth-child(even)::before {
  background-image: url("https://cdn.lentochka.lenta.com/assets/3bcf5ed5-db4d-46cf-9c49-ee239cc5f74c/icon-2.svg");
}
@media (max-width: 1240px) {
  .toy__item {
    padding-left: 68px;
  }
}
@media (max-width: 830px) {
  .toy__item {
    padding-left: 50px;
    min-height: 40px;
  }
}
.toy__decor {
  position: absolute;
  right: 215px;
  top: -33px;
  width: 120px;
  -webkit-filter: drop-shadow(3px -2px 12px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(3px -2px 12px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1240px) {
  .toy__decor {
    right: 28px;
    top: -43px;
  }
}
@media (max-width: 830px) {
  .toy__decor {
    right: -3px;
    top: -15px;
    width: 43px;
  }
}
@media (max-width: 1240px) {
  .toy {
    padding-bottom: 80px;
  }
}
@media (max-width: 830px) {
  .toy {
    padding-bottom: 72px;
  }
}

/* stylelint-disable scss/double-slash-comment-empty-line-before */
/* stylelint-disable no-duplicate-selectors */
.buy {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1240px) {
  .buy__title {
    margin-bottom: 52px;
  }
}
@media (max-width: 830px) {
  .buy__title {
    margin-bottom: 28px;
  }
}
.buy__item {
  position: relative;
}
@media (max-width: 1240px) {
  .buy__item {
    row-gap: 40px;
  }
}
@media (max-width: 830px) {
  .buy__item {
    row-gap: 24px;
  }
}
.buy__text {
  position: relative;
  z-index: 2;
  -ms-grid-column-span: 5;
  grid-column: 5 span;
  padding-top: 64px;
  padding-left: 40px;
}
@media (max-width: 1240px) {
  .buy__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: 0;
    padding-left: 0;
  }
}
@media (max-width: 830px) {
  .buy__text {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
    padding: 0;
    text-align: center;
  }
}
.buy__image {
  position: relative;
  -ms-grid-column-span: 7;
  grid-column: 7 span;
  padding-right: 40px;
}
@media (max-width: 1240px) {
  .buy__image {
    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;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-grid-column-span: 8;
    grid-column: 8 span;
    padding-right: 0;
  }
}
@media (max-width: 830px) {
  .buy__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
.buy__anim {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 80%;
  translate: -50% -50%;
}
.buy__pic {
  margin-top: -4px;
  width: 675px;
  max-width: none;
}
@media (max-width: 1240px) {
  .buy__pic {
    margin-top: -12px;
    margin-left: 0;
  }
}
@media (max-width: 830px) {
  .buy__pic {
    margin-top: -3px;
    margin-left: -1px;
    width: 340px;
  }
}
.buy__price {
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 3px 16px;
  font-weight: 600;
  font-size: 78px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: var(--white);
  background: #be1034;
}
.buy__price span {
  margin-left: 2px;
  font-weight: 400;
  font-size: 44px;
  line-height: 110%;
}
@media (max-width: 1240px) {
  .buy__price {
    margin-bottom: 46px;
  }
}
@media (max-width: 830px) {
  .buy__price {
    margin-bottom: 21px;
    padding: 3px 18px;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: -0.03em;
  }
  .buy__price span {
    font-size: 32px;
    line-height: 110%;
  }
}
.buy__descr {
  position: relative;
  margin: 0;
  margin-bottom: 40px;
  padding-left: 76px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: var(--text);
}
.buy__descr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  background-image: url("https://cdn.lentochka.lenta.com/assets/3bcf5ed5-db4d-46cf-9c49-ee239cc5f74c/icon-3.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.buy__descr b {
  font-weight: 900;
}
.buy__descr:nth-child(3)::before {
  background-image: url("https://cdn.lentochka.lenta.com/assets/3bcf5ed5-db4d-46cf-9c49-ee239cc5f74c/icon-4.svg");
}
@media (max-width: 1240px) {
  .buy__descr {
    margin-bottom: 36px;
    padding-left: 60px;
    width: 100%;
    max-width: 465px;
    font-size: 24px;
  }
  .buy__descr::before {
    top: -14px;
    width: 48px;
    height: 48px;
  }
  .buy__descr br {
    display: none;
  }
}
@media (max-width: 830px) {
  .buy__descr {
    margin-bottom: 20px;
    padding: 0 10px;
    padding-left: 50px;
    width: 100%;
    font-size: 20px;
    text-align: left;
  }
  .buy__descr::before {
    left: 10px;
    top: 0;
    width: 32px;
    height: 32px;
  }
  .buy__descr br {
    display: block;
  }
}
.buy__how {
  display: inline-block;
  margin-top: 11px;
  padding-bottom: 1px;
  font-weight: 600;
  font-size: 28px;
  line-height: 143%;
  color: var(--button-red);
  background-image: url("https://cdn.lentochka.lenta.com/assets/3bcf5ed5-db4d-46cf-9c49-ee239cc5f74c/border.svg");
  background-position: bottom -21px left;
  background-size: 100% 110%;
  background-repeat: repeat-x;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media (any-hover: hover) {
  .buy__how:hover {
    background-position: bottom -25px left;
  }
}
@media (max-width: 1240px) {
  .buy__how {
    margin-top: -1px;
    margin-bottom: 2px;
    font-size: 22px;
    line-height: 182%;
  }
}
@media (max-width: 830px) {
  .buy__how {
    margin-top: 8px;
    margin-bottom: -3px;
    font-size: 18px;
    line-height: 133%;
    background-position: bottom -10px left;
  }
}
.buy__item--2 {
  margin-top: 44px;
}
.buy__item--2 .buy__price {
  background: #003c96;
}
@media (max-width: 1240px) {
  .buy__item--2 .buy__price {
    margin-bottom: 32px;
  }
}
@media (max-width: 830px) {
  .buy__item--2 .buy__price {
    margin-bottom: 20px;
  }
}
.buy__item--2 .buy__text {
  padding-top: 60px;
  padding-left: 0;
}
@media (max-width: 1240px) {
  .buy__item--2 .buy__text {
    padding-top: 0;
    padding-left: 0;
  }
}
@media (max-width: 830px) {
  .buy__item--2 .buy__text {
    padding: 0;
  }
}
.buy__item--2 .buy__descr {
  margin-bottom: 30px;
  width: 100%;
  max-width: 380px;
}
.buy__item--2 .buy__descr::before {
  background-image: url("https://cdn.lentochka.lenta.com/assets/3bcf5ed5-db4d-46cf-9c49-ee239cc5f74c/icon-4.svg");
}
@media (max-width: 1240px) {
  .buy__item--2 .buy__descr {
    margin-bottom: 26px;
    max-width: 479px;
  }
  .buy__item--2 .buy__descr::before {
    top: 0;
  }
}
@media (max-width: 830px) {
  .buy__item--2 .buy__descr {
    margin-bottom: 14px;
  }
  .buy__item--2 .buy__descr br {
    display: none;
  }
}
@media (max-width: 1240px) {
  .buy__item--2 .buy__btn {
    margin-top: 6px;
  }
}
.buy__item--2 .buy__pic {
  margin-top: -24px;
  margin-left: 40px;
}
@media (max-width: 1240px) {
  .buy__item--2 .buy__pic {
    margin-top: -7px;
    margin-left: 0;
  }
}
@media (max-width: 830px) {
  .buy__item--2 .buy__pic {
    margin-top: 1px;
    margin-left: -1px;
  }
}
@media (max-width: 1240px) {
  .buy__item--2 {
    margin-top: 7px;
  }
}
@media (max-width: 830px) {
  .buy__item--2 {
    margin-top: 2px;
  }
}
.buy__btn {
  margin-top: 9px;
}
@media (max-width: 1240px) {
  .buy__btn {
    margin-top: 19px;
  }
}
@media (max-width: 830px) {
  .buy__btn {
    margin-top: -2px;
  }
}
@media (max-width: 1240px) {
  .buy {
    padding-bottom: 80px;
  }
}
@media (max-width: 830px) {
  .buy {
    padding-bottom: 72px;
  }
}

/* stylelint-disable scss/double-slash-comment-empty-line-before */
/* stylelint-disable declaration-no-important */
/* stylelint-disable order/properties-order */
.collection {
  padding-right: 40px;
  padding-left: 40px;
}
.collection__content {
  position: relative;
  border-radius: 20px;
  -webkit-box-shadow: 8px -1px 17px 0 rgba(0, 0, 0, 0.2509803922);
  box-shadow: 8px -1px 17px 0 rgba(0, 0, 0, 0.2509803922);
  height: 624px;
  background: radial-gradient(134.05% 373.58% at 50% 51.6%, #0BF1F7 0%, #0A72B9 50%, #1D2B4D 100%);
}
@media (max-width: 1240px) {
  .collection__content {
    height: 624px;
  }
}
@media (max-width: 830px) {
  .collection__content {
    border-radius: 12px;
    height: 568px;
    background: radial-gradient(334.12% 460.29% at 50% 51.6%, #0BF1F7 0%, #0A72B9 50%, #1D2B4D 100%);
  }
}
.collection__decor {
  position: absolute;
  z-index: 2;
}
.collection__decor--1 {
  left: 144px;
  top: 44px;
  width: 272px;
}
@media (max-width: 1240px) {
  .collection__decor--1 {
    left: 32px;
    top: 48px;
    width: 198px;
  }
}
@media (max-width: 830px) {
  .collection__decor--1 {
    left: -40px;
    top: 58px;
    width: 136px;
  }
}
.collection__decor--2 {
  right: 33px;
  top: -96px;
  width: 392px;
  -webkit-filter: drop-shadow(0 4px 17px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 17px rgba(0, 0, 0, 0.25));
}
@media (max-width: 1240px) {
  .collection__decor--2 {
    right: -127px;
    top: -96px;
  }
}
@media (max-width: 830px) {
  .collection__decor--2 {
    right: -99px;
    top: -30px;
    width: 199px;
  }
}
.collection__decor--3 {
  left: 248px;
  top: 224px;
  width: 192px;
}
@media (max-width: 1240px) {
  .collection__decor--3 {
    left: 112px;
    top: 276px;
    width: 136px;
  }
}
@media (max-width: 830px) {
  .collection__decor--3 {
    left: -51px;
    top: 186px;
  }
}
.collection__decor--4 {
  right: 344px;
  top: 109px;
  width: 100px;
}
@media (max-width: 1240px) {
  .collection__decor--4 {
    right: 136px;
    top: 89px;
  }
}
@media (max-width: 830px) {
  .collection__decor--4 {
    right: 10px;
    width: 64px;
  }
}
.collection__slider-btn {
  position: absolute;
  top: 28%;
  z-index: 10;
  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;
  width: 48px;
  height: 48px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.collection__slider-btn svg {
  fill: var(--white);
}
.collection__slider-btn--prev {
  left: 392px;
}
@media (max-width: 1240px) {
  .collection__slider-btn--prev {
    left: 182px;
  }
}
@media (max-width: 830px) {
  .collection__slider-btn--prev {
    left: 30px;
  }
}
.collection__slider-btn--next {
  right: 392px;
}
@media (max-width: 1240px) {
  .collection__slider-btn--next {
    right: 182px;
  }
}
@media (max-width: 830px) {
  .collection__slider-btn--next {
    right: 30px;
  }
}
@media (max-width: 1240px) {
  .collection__slider-btn {
    top: 28%;
  }
}
@media (max-width: 830px) {
  .collection__slider-btn {
    top: 26.5%;
    width: 36px;
    height: 36px;
  }
  .collection__slider-btn svg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.collection__inner {
  position: relative;
  z-index: 2;
  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: 24px;
}
@media (max-width: 1240px) {
  .collection__inner {
    padding-top: 32px;
  }
}
@media (max-width: 830px) {
  .collection__inner {
    padding-top: 24px;
  }
}
.collection__title {
  margin-bottom: 12px;
}
@media (max-width: 1240px) {
  .collection__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 830px) {
  .collection__title {
    margin-bottom: 12px;
  }
}
.collection__descr {
  margin: 0;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 1240px) {
  .collection__descr {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
@media (max-width: 830px) {
  .collection__descr {
    margin-bottom: -12px;
    font-size: 20px;
  }
}
.collection__wrapper {
  position: relative;
  width: 100%;
}
.collection__slider {
  position: relative;
  margin: -150px 0 !important;
  padding: 150px 0 !important;
}
.collection__slider--active {
  z-index: 30;
}
.collection .swiper-slide {
  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: 280px;
}
@media (max-width: 830px) {
  .collection .swiper-slide {
    width: 260px;
  }
}
.collection .swiper-slide-prev .collection-item__img {
  translate: calc(-50% - 46px) calc(-50% + 32px);
  rotate: -10deg;
}
.collection .swiper-slide-next .collection-item__img {
  translate: calc(-50% + 42px) calc(-50% + 31px);
  rotate: 10deg;
}
.collection .swiper-slide-active .collection-item__img {
  scale: 1.17;
  rotate: 0deg;
}
@media (max-width: 830px) {
  .collection .swiper-slide-active .collection-item__img {
    scale: 1;
  }
}
.collection .swiper-slide-active .collection-item__text {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1240px) {
  .collection {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 830px) {
  .collection {
    padding-bottom: 72px;
  }
}

.collection-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: 100%;
  -webkit-transition: rotate 0.3s ease, translate 0.3s ease;
  transition: rotate 0.3s ease, translate 0.3s ease;
}
.collection-item__inner {
  width: 100%;
}
.collection-item__pic {
  position: relative;
  width: 100%;
  height: 264px;
}
.collection-item__img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  width: 240px;
  max-width: none;
  -webkit-transition: scale 0.3s, translate 0.3s, rotate 0.3s;
  transition: scale 0.3s, translate 0.3s, rotate 0.3s;
  translate: -50% -50%;
}
.collection-item__text {
  position: relative;
  z-index: 5;
  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;
  margin-top: 2px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 1240px) {
  .collection-item__text {
    margin-top: 2px;
  }
}
@media (max-width: 830px) {
  .collection-item__text {
    margin-top: -12px;
  }
}
.collection-item__title {
  margin: 0;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 36px;
  line-height: 144%;
  letter-spacing: -0.03em;
  text-align: center;
  color: var(--text);
}
@media (max-width: 1240px) {
  .collection-item__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 830px) {
  .collection-item__title {
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 90%;
    letter-spacing: normal;
  }
}
.collection-item__descr {
  margin: 0;
  width: 590px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 830px) {
  .collection-item__descr {
    width: 300px;
    min-height: 100px;
    font-size: 20px;
  }
  .collection-item__descr br {
    display: none;
  }
}
.collection-item__btn {
  margin-top: 27px;
}
@media (max-width: 830px) {
  .collection-item__btn {
    margin-top: 28px;
  }
}

/* stylelint-disable order/properties-order */
/* stylelint-disable declaration-no-important */
.shipping {
  padding-bottom: 62px;
}
.shipping__text {
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  padding-top: 60px;
  padding-left: 40px;
}
@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: 0;
  }
}
@media (max-width: 830px) {
  .shipping__text {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
.shipping__image {
  position: relative;
  -ms-grid-column-span: 6;
  grid-column: 6 span;
}
.shipping__image img {
  margin-top: 4px;
  margin-left: -130px;
  width: 740px;
  max-width: none;
}
@media (max-width: 1240px) {
  .shipping__image {
    -ms-grid-column-span: 8;
    grid-column: 8 span;
  }
  .shipping__image img {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 830px) {
  .shipping__image {
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
  .shipping__image img {
    margin-top: 15px;
    margin-left: 0;
    width: 340px;
  }
}
.shipping__link {
  display: none;
}
@media (max-width: 1240px) {
  .shipping__link {
    z-index: 5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.shipping__link:hover {
  color: #fff;
}
.shipping__title {
  position: relative;
  margin: 0;
  margin-bottom: 17px;
  max-width: 460px;
  text-align: left;
}
@media (max-width: 1240px) {
  .shipping__title {
    margin-bottom: 12px;
    max-width: none;
    text-align: center;
  }
}
@media (max-width: 830px) {
  .shipping__title {
    max-width: 260px;
  }
}
.shipping__descr {
  position: relative;
  margin: 0;
  margin-bottom: 58px;
  max-width: 460px;
  font-weight: 400;
  font-size: 32px;
  line-height: 112%;
  color: var(--text);
}
@media (max-width: 1240px) {
  .shipping__descr {
    margin-bottom: 40px;
    max-width: 550px;
    font-size: 22px;
    line-height: 100%;
  }
}
@media (max-width: 830px) {
  .shipping__descr {
    margin-bottom: 23px;
    max-width: 300px;
    font-size: 20px;
    line-height: 100%;
    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;
  margin-bottom: 20px;
  gap: 15px;
}
@media (max-width: 1240px) {
  .shipping__middle {
    display: none;
  }
}
.shipping__txt {
  max-width: 154px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text);
}
@media (max-width: 1240px) {
  .shipping__txt {
    display: none;
  }
}
.shipping__prim {
  max-width: 288px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: rgba(45, 41, 38, 0.7);
}
@media (max-width: 1240px) {
  .shipping__prim {
    display: none;
  }
}
@media (max-width: 1240px) {
  .shipping {
    padding-bottom: 60px;
  }
}
@media (max-width: 830px) {
  .shipping {
    padding-bottom: 52px;
  }
}

.ligal {
  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;
  padding: 20px 40px;
  padding-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text);
  gap: 12px;
}
.ligal p {
  margin: 0;
}
.ligal::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: #fff;
  background-image: none;
}
@media (max-width: 1240px) {
  .ligal::before {
    --cont-w: 100% !important;
  }
}
@media (max-width: 830px) {
  .ligal::before {
    left: -14px;
    width: calc(100% + 28px);
  }
}
@media (max-width: 1240px) {
  .ligal {
    padding: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 830px) {
  .ligal {
    padding: 20px 10px;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 120%;
  }
  .ligal::before {
    left: calc(-1 * var(--off));
    width: calc(var(--off) * 2 + var(--cont-w));
  }
}

/* stylelint-disable order/order */
/* stylelint-disable order/properties-order */
/* stylelint-disable alpha-value-notation */
/* stylelint-disable color-function-notation */
.site-modal-wrapper {
  position: fixed;
  z-index: 1000;
  backdrop-filter: blur(40px);
  background: rgba(0, 30, 100, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  padding: 30px 0;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.site-modal-wrapper::before {
  content: "";
  position: absolute;
  right: 32px;
  top: 38px;
  width: 64px;
  height: 64px;
  background-image: url("https://cdn.lentochka.lenta.com/assets/3bcf5ed5-db4d-46cf-9c49-ee239cc5f74c/close.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 830px) {
  .site-modal-wrapper::before {
    right: 24px;
    top: 24px;
    width: 40px;
    height: 40px;
  }
}
.site-modal-wrapper--open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 830px) {
  .site-modal-wrapper {
    padding: 80px 0;
  }
}

.site-modal {
  position: absolute;
  display: none;
  overflow: hidden;
  margin: auto;
  border-radius: 16px;
  width: 100%;
  max-width: 394px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.site-modal__content {
  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;
}
.site-modal__inner {
  padding: 30px;
  width: 100%;
}
@media (max-width: 830px) {
  .site-modal__inner {
    padding: 34px 20px;
  }
}
.site-modal__list {
  counter-reset: section;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.site-modal__item {
  position: relative;
  border: 3px solid #2E4193;
  border-radius: 16px;
  padding: 20px 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 109%;
  text-align: center;
  color: var(--text);
}
.site-modal__item::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: -20px;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-size: 22px;
  line-height: 109%;
  text-align: center;
  color: var(--white);
  background-color: #2E4193;
}
@media (max-width: 830px) {
  .site-modal__item::before {
    left: -17px;
    top: -17px;
    width: 34px;
    height: 34px;
    font-size: 16px;
  }
}
.site-modal__item a {
  font-weight: 500;
  color: ihnerit;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (max-width: 830px) {
  .site-modal__item {
    font-size: 20px;
    line-height: 100%;
  }
}
.site-modal__bottom {
  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;
  margin-top: 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 92%;
  color: var(--text);
}
.site-modal__bottom span {
  margin-left: 10px;
  border-radius: 8px;
  padding: 8px;
  display: inline-block;
  color: #fff;
  background: #2E4193;
}
.site-modal__bottom span sup {
  position: relative;
  top: -6px;
  vertical-align: baseline;
}
.site-modal__bottom span sup:last-of-type {
  margin-left: 5px;
}
@media (max-width: 830px) {
  .site-modal__bottom {
    font-size: 22px;
    line-height: 100%;
  }
}
.site-modal--open {
  position: relative;
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 830px) {
  .site-modal {
    width: 90%;
    max-width: 320px;
  }
}/*# sourceMappingURL=main.css.map */
