@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));
  --white: #fff;
  --text: #2d2926;
  --button-red: #f23030;
  --blue: #003c96;
  --yellow: #ffb900;
  --sm-green: #009e3d;
  --gm-green: #00be64;
  --blue-30: rgba(0, 60, 150, 0.3);
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
/* stylelint-disable selector-type-no-unknown */
/* stylelint-disable color-named */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-no-important */
lu-constructor,
.site-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-wrapper {
  overflow: hidden;
}

lu-constructor *,
lu-constructor *::before,
lu-constructor *::after,
.site-wrapper *,
.site-wrapper *::before,
.site-wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

lu-constructor *,
.site-wrapper * {
  font-family: var(--font-family);
}

body,
html {
  overflow-x: hidden;
  margin: 0;
  min-width: 375px;
  min-height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

:where(lu-constructor img,
.site-wrapper img) {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

.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;
}

@media (max-width: 1240px) {
  :root {
    --container-offset: 40px;
    --content-width: 740px;
  }
}
@media (max-width: 830px) {
  :root {
    --container-offset: 14px;
    --content-width: 340px;
  }
}
sup {
  vertical-align: baseline;
}

/* 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 */
lu-constructor-factory {
  margin: 0 auto !important;
  max-width: 1240px !important;
}

@media (max-width: 1200px) {
  lu-constructor-factory {
    margin: 0 auto !important;
    max-width: 740px !important;
  }
}
@media (max-width: 830px) {
  lu-constructor-factory {
    margin: 0 auto !important;
    max-width: 340px !important;
  }
}
lu-landing {
  padding: 0 16px !important;
}

.skuofferscarouselblock *,
.products-slider * {
  font-family: "Gilroy", sans-serif !important;
}

lu-footer *,
lu-mobile-tabbar-container *,
lu-breadcrumbs * {
  font-family: "Gilroy", sans-serif !important;
}

.products {
  min-height: auto !important;
}

.products lu-constructor-selector {
  position: relative;
}

.products lu-constructor-products {
  padding: 0 40px;
}

.products.empty {
  display: block !important;
}

.products.empty * {
  display: none !important;
}

.products.empty lu-constructor-selector::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) {
  .products.empty lu-constructor-selector::after {
    padding: 20px;
    font-size: 24px;
  }
}
.slider-button {
  opacity: 1 !important;
  background-color: #fff !important;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* stylelint-disable declaration-no-important */
/* stylelint-disable scss/dollar-variable-empty-line-before */
/* 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--theme-yellow {
  color: #2D2926;
  background: #FAB100;
}
.btn:focus {
  overflow: none;
}
.btn:focus-visible {
  outline: 3px solid #F23030;
  outline-offset: 3px;
}
@media (any-hover: hover) {
  .btn:hover {
    color: #fff;
    background-color: var(--hover-bg);
  }
}
.btn:active {
  color: #fff;
  background-color: var(--active-bg);
}
@media (max-width: 830px) {
  .btn {
    padding: 13px 24px;
    font-size: 14px;
  }
}

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

.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: 20px;
}
@media (max-width: 1240px) {
  .centered {
    padding-top: 32px;
  }
}
@media (max-width: 830px) {
  .centered {
    padding-top: 25px;
  }
}

.title {
  position: relative;
  margin: 0 auto;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--text);
}
@media (max-width: 1240px) {
  .title {
    font-size: 42px;
  }
}
@media (max-width: 830px) {
  .title {
    font-size: 32px;
  }
}

/* stylelint-disable media-feature-range-notation */
/* stylelint-disable value-keyword-case */
/* stylelint-disable declaration-block-no-redundant-longhand-properties */
/* stylelint-disable order/properties-order */
/* stylelint-disable declaration-block-no-duplicate-properties */
/* stylelint-disable declaration-no-important */
.hero {
  --mh: 380px;
  position: relative;
  margin-top: 40px;
}
.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: #0f2185;
  background-image: none;
}
@media (max-width: 1240px) {
  .hero__content::before {
    --cont-w: 100% !important;
  }
}
.hero__content::before {
  background: linear-gradient(282.55deg, #0F2185 2.42%, #01C7FF 29.52%, #01C7FF 41.35%, #0F2185 81.68%);
}
@media (max-width: 830px) {
  .hero__content::before {
    background: linear-gradient(281.79deg, #0F2185 18.45%, #01C7FF 46.88%, #01C7FF 53.19%, #0F2185 81.62%);
  }
}
@media (max-width: 375px) {
  .hero__content::before {
    left: -40px;
    width: calc(100% + 80px);
  }
}
.hero__content::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1920px;
  height: 125px;
  background-image: url(https://cdn.lentochka.lenta.com/assets/daffd6fb-5198-4662-b55c-5c99d6caa1ad/shape-c0edb9.svg);
  background-position: center;
  background-size: 1920px 125px;
  background-repeat: no-repeat;
  translate: -50% 0;
}
@media (max-width: 768px) {
  .hero__content::after {
    width: 768px;
    height: 78px;
    background-image: url(https://cdn.lentochka.lenta.com/assets/daffd6fb-5198-4662-b55c-5c99d6caa1ad/shape-t-c0edb9.svg);
    background-position: center;
    background-size: 768px 78px;
  }
}
.hero__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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-column-span: 6;
  grid-column: 6 span;
  position: relative;
  padding-top: 32px;
  padding-left: 40px;
  min-height: var(--mh);
}
@media (max-width: 1240px) {
  .hero__text {
    padding-top: 32px;
    padding-left: 20px;
    -ms-grid-column-span: 4;
    grid-column: 4 span;
  }
}
@media (max-width: 830px) {
  .hero__text {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
    padding-top: 12px;
    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: 4;
    grid-column: 4 span;
  }
}
@media (max-width: 830px) {
  .hero__image {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }
}
.hero__pic {
  margin-top: -69px;
  margin-bottom: -34px;
  margin-left: -162px;
  max-width: none;
}
@media (max-width: 1240px) {
  .hero__pic {
    margin-top: -80px;
    margin-left: -135px;
    width: 525px;
  }
}
@media (max-width: 830px) {
  .hero__pic {
    position: absolute;
    right: -28px;
    top: 20px;
    margin: 0;
    width: 318px;
  }
}
.hero__title {
  margin: 0;
  margin-bottom: 20px;
  max-width: 465px;
  font-weight: 600;
  font-size: 80px;
  line-height: 76%;
  letter-spacing: -0.03em;
  color: var(--white);
}
@media (max-width: 1240px) {
  .hero__title {
    margin-bottom: 14px;
    max-width: 376px;
    font-size: 66px;
  }
}
@media (max-width: 830px) {
  .hero__title {
    margin-bottom: 16px;
    max-width: 242px;
    font-size: 43px;
  }
}
.hero__descr {
  margin: 0;
  max-width: 360px;
  font-weight: 400;
  font-size: 35px;
  line-height: 115%;
  color: var(--white);
}
@media (max-width: 1240px) {
  .hero__descr {
    font-size: 29px;
  }
}
@media (max-width: 830px) {
  .hero__descr {
    max-width: 155px;
    font-size: 19px;
  }
}
.hero__menu {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 7;
  padding: 0 40px;
  width: 100%;
  max-width: 1240px;
  translate: -50% 0;
}
@media (max-width: 1240px) {
  .hero__menu {
    padding: 0 20px;
  }
}
@media (max-width: 830px) {
  .hero__menu {
    bottom: -28px;
    padding: 0 10px;
  }
}
.hero__slider {
  margin: -40px;
  padding: 40px;
}
.hero__slider .swiper-wrapper {
  --elems: 4;
  --gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: var(--gap);
}
@media (max-width: 1240px) {
  .hero__slider .swiper-wrapper {
    --gap: 0 !important;
  }
}
.hero__slider .swiper-slide {
  width: calc((100% - (var(--elems) - 1) * var(--gap)) / (var(--elems)));
}
@media (max-width: 1240px) {
  .hero__slider .swiper-slide {
    width: 278px;
  }
  .hero__slider .swiper-slide:last-of-type {
    padding-right: 16px;
    width: 294px;
  }
}
@media (max-width: 830px) {
  .hero__slider .swiper-slide {
    width: 192px;
  }
  .hero__slider .swiper-slide:last-of-type {
    padding-right: 8px;
    width: 200px;
  }
}
@media (max-width: 1240px) {
  .hero__slider {
    --cont-w: 100%;
    --off: calc((100vw - var(--cont-w)) / 2);
    margin: -10px;
    padding: 10px;
    width: calc((var(--off)) + var(--cont-w) + 10px);
  }
}
@media (max-width: 375px) {
  .hero__slider {
    width: calc((var(--off)) + var(--cont-w) + 38px);
  }
}
.hero__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  min-height: 88px;
  background: var(--white);
}
.hero__link-title {
  margin: 0;
  max-width: 200px;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--text);
}
@media (max-width: 830px) {
  .hero__link-title {
    max-width: 140px;
    font-size: 16px;
  }
}
.hero__link-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (max-width: 830px) {
  .hero__link-arrow {
    right: 12px;
    width: 24px;
    height: 24px;
  }
}
@media (any-hover: hover) {
  .hero__link:hover .hero__link-arrow {
    translate: 5px -50%;
  }
}
@media (max-width: 1240px) {
  .hero__link {
    padding: 19px;
  }
}
@media (max-width: 830px) {
  .hero__link {
    border-radius: 8px;
    padding: 12px;
    min-height: 60px;
  }
}
@media (max-width: 1240px) {
  .hero {
    --mh: 380px;
  }
}
@media (max-width: 830px) {
  .hero {
    --mh: 300px;
    margin-top: 20px;
    padding-bottom: 100px;
  }
}

/* stylelint-disable declaration-no-important */
.conditions__descr {
  position: relative;
  margin: 0 auto;
  margin-bottom: 44px;
  max-width: 560px;
  font-weight: 400;
  font-size: 28px;
  line-height: 115%;
  text-align: center;
  color: var(--text);
}
.conditions__descr span {
  font-weight: 900;
  font-size: 32px;
  color: var(--button-red);
}
@media (max-width: 1240px) {
  .conditions__descr {
    margin-bottom: 36px;
  }
}
@media (max-width: 830px) {
  .conditions__descr {
    margin-bottom: 24px;
    font-size: 20px;
  }
  .conditions__descr span {
    font-size: 20px;
  }
}
.conditions__decor {
  position: absolute;
  right: 76px;
  top: -5px;
  width: 48px;
  height: 48px;
}
@media (max-width: 1240px) {
  .conditions__decor {
    right: 82px;
    top: -6px;
  }
}
@media (max-width: 830px) {
  .conditions__decor {
    right: 36px;
    top: -4px;
    width: 32px;
    height: 32px;
  }
}
.conditions__list {
  --gap: 41px;
  --elems: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 69px;
  gap: var(--gap);
}
@media (max-width: 1240px) {
  .conditions__list {
    padding: 0;
  }
}
@media (max-width: 830px) {
  .conditions__list {
    --gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }
}
.conditions__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;
  padding-bottom: 4px;
  width: calc((100% - (var(--elems) - 1) * var(--gap)) / (var(--elems)));
}
.conditions__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -21px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(45, 41, 38, 0.2);
}
@media (max-width: 830px) {
  .conditions__item:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 1240px) {
  .conditions__item:nth-child(1) .conditions__logo {
    width: 208px;
  }
  .conditions__item:nth-child(2) .conditions__logo {
    width: 202px;
  }
  .conditions__item:nth-child(3) .conditions__logo {
    width: 120px;
  }
}
@media (max-width: 830px) {
  .conditions__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(45, 41, 38, 0.2);
    padding-bottom: 20px;
    width: 100%;
    gap: 20px;
  }
  .conditions__item:first-child {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0;
  }
  .conditions__item picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 88px;
  }
}
.conditions__wr {
  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;
}
@media (max-width: 830px) {
  .conditions__wr {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.conditions__logo {
  margin-bottom: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, scale 0.3s;
  transition: opacity 0.3s, scale 0.3s;
  scale: 0;
}
@media (max-width: 830px) {
  .conditions__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    width: 88px !important;
  }
}
.conditions__caption {
  margin: 0;
  margin-bottom: 8px;
  font-weight: 900;
  font-size: 20px;
  line-height: 115%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 830px) {
  .conditions__caption {
    margin-bottom: 4px;
    font-size: 18px;
  }
}
.conditions__schedule {
  padding-left: 32px;
  font-weight: 900;
  font-size: 20px;
  line-height: 115%;
  text-align: center;
  background-position: left center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.conditions__schedule--hyper {
  color: var(--blue);
  background-image: url(https://cdn.lentochka.lenta.com/assets/daffd6fb-5198-4662-b55c-5c99d6caa1ad/icon-1-c0edb9.svg);
}
.conditions__schedule--super {
  color: var(--sm-green);
  background-image: url(https://cdn.lentochka.lenta.com/assets/daffd6fb-5198-4662-b55c-5c99d6caa1ad/icon-2-c0edb9.svg);
}
.conditions__schedule--zoo {
  color: var(--blue);
  background-image: url(https://cdn.lentochka.lenta.com/assets/daffd6fb-5198-4662-b55c-5c99d6caa1ad/icon-1-c0edb9.svg);
}
@media (max-width: 830px) {
  .conditions__schedule {
    padding-left: 24px;
    font-size: 18px;
    background-size: 20px 20px;
  }
}
.conditions__text {
  margin: 0;
  margin-bottom: 16px;
  max-width: 340px;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-align: center;
  color: var(--text);
}
.conditions__text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 830px) {
  .conditions__text {
    font-size: 18px;
    text-align: left;
  }
}
.conditions__prim {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 820px;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-align: center;
  color: var(--text);
}
.conditions__prim a {
  font-weight: 600;
  text-decoration: underline;
  color: var(--blue);
  -webkit-transition: text-decoration-color 0.3s, color 0.3s;
  transition: text-decoration-color 0.3s, color 0.3s;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.conditions__prim a:hover {
  text-decoration-color: transparent;
  color: var(--blue);
}
@media (max-width: 1240px) {
  .conditions__prim {
    margin-top: 32px;
    max-width: 700px;
  }
}
@media (max-width: 830px) {
  .conditions__prim {
    margin-top: 24px;
    max-width: 320px;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
  }
}
.conditions__block {
  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: 16px;
  border-top: 1px solid rgba(45, 41, 38, 0.2);
  padding-top: 16px;
}
@media (max-width: 830px) {
  .conditions__block {
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
  }
}
@media (max-width: 830px) {
  .conditions__delivery {
    width: 200px;
  }
}
.conditions__promo {
  margin-top: 12px;
  -webkit-filter: drop-shadow(0 2px 9px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 2px 9px rgba(0, 0, 0, 0.2));
}
@media (max-width: 830px) {
  .conditions__promo {
    margin-top: 8px;
    width: 210px;
  }
}

.conditions--animation .conditions__item .conditions__logo {
  opacity: 1;
  scale: 1;
}
.conditions--animation .conditions__item:nth-child(2) .conditions__logo {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  scale: 1;
}
.conditions--animation .conditions__item:nth-child(3) .conditions__logo {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  scale: 1;
}

.how {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 830px) {
  .how__title {
    max-width: 320px;
  }
}
.how__decor {
  position: absolute;
  left: 100px;
  top: 55px;
  width: 170px;
  height: 170px;
}
@media (max-width: 1240px) {
  .how__decor {
    left: 8px;
    top: 104px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 830px) {
  .how__decor {
    left: 0;
    top: 127px;
  }
}
.how__descr {
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 28px;
  line-height: 115%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 1240px) {
  .how__descr {
    margin-bottom: 32px;
  }
}
@media (max-width: 830px) {
  .how__descr {
    margin-bottom: 27px;
    max-width: 220px;
    font-size: 20px;
    line-height: 110%;
  }
}
.how__list {
  --gap: 20px;
  --elems: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media (max-width: 830px) {
  .how__list {
    --gap: 8px;
    --cont-w: 100%;
    --off: calc((100vw - var(--cont-w)) / 2);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: -20px;
    padding: 20px;
    width: calc((var(--off)) + var(--cont-w) + 60px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .how__list::-webkit-scrollbar {
    display: none;
  }
}
.how__item {
  width: calc((100% - (var(--elems) - 1) * var(--gap)) / (var(--elems)));
}
@media (max-width: 830px) {
  .how__item {
    width: auto;
  }
}
.how__btn {
  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: 16px 16px 0 0;
  padding-bottom: 10px;
  width: 100%;
  min-height: 56px;
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--text);
  background: var(--white);
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.how__btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: var(--bg);
}
@media (any-hover: hover) {
  .how__btn:hover {
    background-color: #B4C8FF;
  }
}
.how__btn[data-filter=how-1] {
  --bg: var(--blue);
}
.how__btn[data-filter=how-2] {
  --bg: var(--yellow);
}
.how__btn[data-filter=how-3] {
  --bg: var(--sm-green);
}
.how__btn--active {
  background-color: var(--bg);
  pointer-events: none;
}
.how__btn--active[data-filter=how-1] {
  color: var(--white);
}
@media (max-width: 1240px) {
  .how__btn {
    font-size: 18px;
  }
}
@media (max-width: 830px) {
  .how__btn {
    padding: 8px 12px;
    padding-bottom: 16px;
    min-height: 41px;
    font-size: 14px;
    line-height: 120%;
    white-space: nowrap;
  }
}
.how__inner {
  position: relative;
  z-index: 2;
  display: none;
  -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: -1px;
  border-radius: 0 0 16px 16px;
  padding: 40px 30px;
  scroll-margin: var(--header-mobile-height);
}
.how__inner[data-target=how-1] {
  background: linear-gradient(113.52deg, rgba(240, 244, 255, 0.6) 50.34%, rgba(180, 200, 255, 0.6) 92.89%);
}
.how__inner[data-target=how-2] {
  background: linear-gradient(113.52deg, rgba(255, 247, 225, 0.6) 50.34%, rgba(255, 219, 124, 0.6) 92.89%);
}
.how__inner[data-target=how-3] {
  background: linear-gradient(113.52deg, rgba(225, 255, 237, 0.6) 50.34%, rgba(146, 233, 180, 0.6) 92.89%);
}
.how__inner--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1240px) {
  .how__inner {
    padding: 32px 20px;
  }
}
@media (max-width: 830px) {
  .how__inner {
    padding: 24px 10px;
  }
}
.how__subtitle {
  margin: 0;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 1240px) {
  .how__subtitle {
    font-size: 32px;
    letter-spacing: -0.03em;
  }
}
@media (max-width: 830px) {
  .how__subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: -0.04em;
  }
}
.how__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.how__wrapper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 12px);
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  color: var(--text);
  gap: 8px;
}
.how__wrapper-list li {
  position: relative;
  padding-left: 32px;
}
.how__wrapper-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: currentcolor;
}
@media (max-width: 1240px) {
  .how__wrapper-list li::before {
    left: 12px;
    top: 10px;
  }
}
@media (max-width: 830px) {
  .how__wrapper-list li::before {
    left: 11px;
    top: 8px;
  }
}
@media (max-width: 830px) {
  .how__wrapper-list li {
    padding-left: 28px;
  }
}
.how__wrapper-list--exp1.how__wrapper-list--collapsed li:nth-last-of-type(-n+3) {
  display: none;
}
@media (max-width: 1240px) {
  .how__wrapper-list--exp1.how__wrapper-list--collapsed li:nth-last-of-type(-n+4) {
    display: none;
  }
}
@media (max-width: 830px) {
  .how__wrapper-list--exp1.how__wrapper-list--collapsed li:nth-last-of-type(-n+4) {
    display: block;
  }
  .how__wrapper-list--exp1.how__wrapper-list--collapsed li:nth-last-of-type(-n+3) {
    display: none;
  }
}
.how__wrapper-list--exp2.how__wrapper-list--collapsed .how__list-inner {
  display: none;
}
.how__wrapper-list--exp2.how__wrapper-list--collapsed .how__txt-inner {
  display: none;
}
.how__wrapper-list--exp3.how__wrapper-list--collapsed li {
  display: none;
}
.how__wrapper-list--exp3.how__wrapper-list--collapsed li:nth-of-type(-n+4) {
  display: block;
}
@media (max-width: 1240px) {
  .how__wrapper-list {
    width: calc(50% - 10px);
    font-size: 20px;
  }
}
@media (max-width: 830px) {
  .how__wrapper-list {
    width: 100%;
    font-size: 18px;
    line-height: 120%;
  }
  .how__wrapper-list:last-of-type.how__wrapper-list--collapsed {
    display: none;
  }
}
@media (max-width: 830px) {
  .how__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
.how__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 8px 0;
  gap: 8px;
}
.how__list-inner a {
  text-decoration: underline;
  color: var(--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) {
  .how__list-inner a:hover {
    text-decoration-color: transparent;
    color: var(--blue);
  }
}
.how__txt-inner {
  margin: 0;
}
.how__more {
  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;
  margin-top: 18px;
  padding-left: 32px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-decoration: underline;
  color: var(--blue);
  -webkit-transition: color 0.3s, text-decoration-color 0.3s;
  transition: color 0.3s, text-decoration-color 0.3s;
  gap: 4px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.how__more:hover {
  text-decoration-color: transparent;
  color: var(--blue);
}
.how__more img {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.how__more--expanded img {
  rotate: 180deg;
}
@media (max-width: 830px) {
  .how__more {
    margin-top: 21px;
    font-size: 18px;
  }
}
.how__prim {
  margin-top: 20px;
  font-weight: 900;
  font-size: 22px;
  line-height: 115%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 1240px) {
  .how__prim {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 20px;
  }
}
@media (max-width: 830px) {
  .how__prim {
    margin-top: 19px;
    margin-bottom: 9px;
    font-size: 18px;
  }
}
.how__link {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-decoration: underline;
  color: var(--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;
}
.how__link:hover {
  text-decoration-color: transparent;
  color: var(--blue);
}
@media (max-width: 830px) {
  .how__link {
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 1240px) {
  .how {
    padding-right: 0;
    padding-left: 0;
  }
}

.how__to-top {
  position: absolute;
  right: 20px;
  z-index: 5;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 8px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  color: var(--blue);
  background: var(--white);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  gap: 4px;
}
.how__to-top span {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (max-width: 830px) {
  .how__to-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.how__to-top--visible {
  opacity: 1;
  pointer-events: auto;
}

.discount {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
.discount__decor {
  position: absolute;
  right: 81px;
  top: 112px;
  width: 170px;
  height: 170px;
}
@media (max-width: 1240px) {
  .discount__decor {
    right: -8px;
    top: 166px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 830px) {
  .discount__decor {
    right: 0;
    top: 198px;
  }
}
.discount__title {
  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;
}
.discount__title img {
  width: 272px;
}
@media (max-width: 830px) {
  .discount__title img {
    margin-bottom: 3px;
    width: 208px;
  }
}
.discount__descr {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 704px;
  font-weight: 400;
  font-size: 28px;
  line-height: 115%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 1240px) {
  .discount__descr {
    margin-bottom: 32px;
  }
}
@media (max-width: 830px) {
  .discount__descr {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 110%;
  }
}
.discount__list {
  --gap: 20px;
  --elems: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media (max-width: 830px) {
  .discount__list {
    --gap: 8px;
    --cont-w: 100%;
    --off: calc((100vw - var(--cont-w)) / 2);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: -20px;
    padding: 20px;
    width: calc((var(--off)) + var(--cont-w) + 60px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .discount__list::-webkit-scrollbar {
    display: none;
  }
}
.discount__item {
  width: calc((100% - (var(--elems) - 1) * var(--gap)) / (var(--elems)));
}
@media (max-width: 830px) {
  .discount__item {
    width: auto;
  }
}
.discount__btn {
  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: 16px 16px 0 0;
  padding-bottom: 10px;
  width: 100%;
  min-height: 57px;
  -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--text);
  background: var(--white);
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.discount__btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background-color: var(--yellow);
}
@media (any-hover: hover) {
  .discount__btn:hover {
    background-color: #B4C8FF;
  }
}
.discount__btn--active {
  color: var(--white);
  background: var(--button-red);
  pointer-events: none;
}
.discount__btn--active::before {
  background: linear-gradient(96.81deg, #BE1722 30.45%, #8D1315 77.49%);
}
@media (max-width: 830px) {
  .discount__btn {
    padding: 8px 12px;
    padding-bottom: 16px;
    min-height: 41px;
    font-size: 14px;
    line-height: 120%;
    white-space: nowrap;
  }
}
.discount__inner {
  display: none;
  -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;
  border-radius: 0 0 16px 16px;
  padding: 40px 0;
  background: linear-gradient(113.52deg, rgba(255, 240, 250, 0.6) 50.34%, rgba(255, 180, 201, 0.6) 92.89%);
}
.discount__inner--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1240px) {
  .discount__inner {
    padding: 32px 0;
  }
}
@media (max-width: 830px) {
  .discount__inner {
    padding: 24px 0;
    padding-bottom: 32px;
  }
}
.discount__date {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 115%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 830px) {
  .discount__date {
    font-size: 18px;
    line-height: 120%;
  }
}
.discount__wrapper {
  position: relative;
  padding: 0 54px;
  width: 100%;
}
@media (max-width: 1240px) {
  .discount__wrapper {
    padding: 0 112px;
  }
}
@media (max-width: 830px) {
  .discount__wrapper {
    padding: 0 22px;
  }
}
.discount__slider {
  margin: -30px;
  padding: 30px;
}
.discount__slider .swiper-slide {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.discount__slider .swiper-slide-visible {
  opacity: 1;
}
.discount__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 830px) {
  .discount__cards {
    gap: 8px;
  }
}
.discount__link {
  margin-top: 20px;
}
.discount__slider-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 48px;
  height: 48px;
  translate: 0 -50%;
}
.discount__slider-btn svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.discount__slider-btn--prev {
  left: 0;
}
@media (max-width: 1240px) {
  .discount__slider-btn--prev {
    left: 20px;
  }
}
@media (max-width: 830px) {
  .discount__slider-btn--prev {
    left: -6px;
  }
}
.discount__slider-btn--next {
  right: 0;
}
@media (max-width: 1240px) {
  .discount__slider-btn--next {
    right: 20px;
  }
}
@media (max-width: 830px) {
  .discount__slider-btn--next {
    right: -6px;
  }
}
@media (max-width: 830px) {
  .discount__slider-btn {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1240px) {
  .discount {
    padding-right: 0;
    padding-left: 0;
  }
}

.discount-card {
  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;
  border-radius: 12px;
  padding: 4px;
  padding-top: 0;
  min-height: 336px;
  max-width: 248px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  background: var(--white);
}
.discount-card__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  width: 100%;
}
.discount-card__sale {
  position: absolute;
  right: 8px;
  top: 12px;
  border-radius: 16px;
  padding: 4px 6px;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--white);
  background: var(--button-red);
}
@media (max-width: 830px) {
  .discount-card__sale {
    right: 4px;
    top: 7px;
    border-radius: 8px;
    padding: 2px 5px;
    font-size: 25px;
  }
}
@media (max-width: 830px) {
  .discount-card__image {
    width: 136px;
    height: 136px;
  }
}
.discount-card__title {
  margin: 0;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  text-align: center;
  color: var(--text);
}
@media (max-width: 830px) {
  .discount-card__title {
    font-size: 13px;
  }
}
.discount-card__descr {
  margin: 0;
  padding: 0 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--text);
}
@media (max-width: 830px) {
  .discount-card__descr {
    font-size: 13px;
    letter-spacing: normal;
  }
}
@media (max-width: 830px) {
  .discount-card {
    border-radius: 8px;
    min-height: 240px;
    max-width: 144px;
  }
}

/* stylelint-disable order/properties-order */
.faq {
  position: relative;
}
.faq__title {
  margin-bottom: 36px;
}
@media (max-width: 1240px) {
  .faq__title {
    margin-bottom: 24px;
  }
}
@media (max-width: 830px) {
  .faq__title {
    margin-bottom: 22px;
  }
}
.faq__list {
  padding: 0 40px;
}
@media (max-width: 1240px) {
  .faq__list {
    padding: 0 20px;
  }
}
@media (max-width: 830px) {
  .faq__list {
    padding: 0 10px;
  }
}
@media (max-width: 1240px) {
  .faq {
    margin: 0;
  }
}

.g-accordion {
  border-top: 1px solid var(--blue-30);
  border-bottom: 1px solid var(--blue-30);
  padding: 30px 0;
}
.g-accordion:not(:first-child) {
  margin-top: -1px;
}
.g-accordion:first-child {
  border-top: none;
  padding-top: 0;
}
.g-accordion__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  gap: 15px;
}
@media (max-width: 830px) {
  .g-accordion__control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.g-accordion__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  background-image: url(https://cdn.lentochka.lenta.com/assets/daffd6fb-5198-4662-b55c-5c99d6caa1ad/faq-arrow-c0edb9.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.g-accordion__title {
  margin: 0;
  max-width: 81%;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: var(--text);
}
@media (max-width: 1240px) {
  .g-accordion__title {
    max-width: 86%;
  }
}
@media (max-width: 830px) {
  .g-accordion__title {
    max-width: 86%;
    font-size: 18px;
    line-height: 111%;
  }
}
.g-accordion__inner {
  overflow: hidden;
  max-width: 630px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--text);
  max-height: 0;
  -webkit-box-sizing: inner-box;
  box-sizing: inner-box;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  will-change: max-height;
}
.g-accordion__inner b {
  display: inline-block;
  margin-bottom: 4px;
}
.g-accordion__inner ul {
  margin-bottom: 12px;
}
.g-accordion__inner ul li {
  position: relative;
  padding-left: 15px;
}
.g-accordion__inner ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  /* stylelint-disable-next-line value-keyword-case */
  background: currentColor;
}
.g-accordion__inner p {
  margin: 0;
}
.g-accordion__inner p:first-child {
  margin-top: 15px;
}
@media (max-width: 1240px) {
  .g-accordion__inner p:first-child {
    margin-top: 13px;
  }
}
@media (max-width: 830px) {
  .g-accordion__inner p:first-child {
    margin-top: 8px;
  }
}
.g-accordion__inner ul {
  list-style-type: disc;
}
.g-accordion__inner b {
  font-weight: 600;
}
.g-accordion__inner a {
  text-decoration: underline;
  color: var(--blue);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .g-accordion__inner a:hover {
    text-decoration-color: transparent;
  }
}
.g-accordion__inner li::marker {
  color: rgba(34, 34, 34, 0.7);
}
@media (max-width: 1240px) {
  .g-accordion__inner {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: normal;
  }
}
@media (max-width: 830px) {
  .g-accordion__inner {
    font-size: 15px;
    line-height: 120%;
  }
}
@media (max-width: 1240px) {
  .g-accordion {
    padding: 30px 0;
  }
}
@media (max-width: 830px) {
  .g-accordion {
    padding: 15px 0;
  }
}

.open .g-accordion__icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ligal {
  padding: 0 40px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text);
}
@media (max-width: 1240px) {
  .ligal {
    padding: 0 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 830px) {
  .ligal {
    padding: 0 10px;
    padding-bottom: 12px;
  }
}/*# sourceMappingURL=main.css.map */
