  @import "fonts.css";
  @import "reset.css";
  @import "global.css";

  @import "header.css";
  @import "footer.css";


  /* -------------------------------------------------- */

  /* MAIN BRAND */
  .main__brand {
    width: 100%;
    background: var(--general-text);
    padding: 44px 0;
  }

  .brand__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 106px;
    width: 100%;
    max-width: 1271px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .brand__img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 0;
  }

  .brand__img img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* Убираем специфичные стили для первого и последнего элементов */
  .brand__img:first-child,
  .brand__img:last-child {
    justify-content: center;
    padding: 0;
    flex: 0 0 auto;
  }

  /* MAIN RECEIPTS*/

  .receipts__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .receipts__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 58px;
    margin-top: 143px;
    margin-bottom: 55px;

    color: var(--general-text);
    font-family: 'FONTSPRING DEMO - Integral CF Heavy';
    font-style: 'Regular';
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0%;
    text-align: center;
  }

  .receipts__thing {
    width: 280px;
    /* или любая другая фиксированная ширина */
    flex: 0 0 auto;
    /* предотвращает сжатие/растяжение */
  }


  .receipts__thing-img {
    margin-bottom: 16px;
    border-radius: 20px;
  }

  .receipts__title-thing {
    margin-bottom: 8.26px;

    max-width: 228px;
    height: 27px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: var(--general-text);
    font-family: 'Satoshi';
    font-style: Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;

  }

  .receipts__testimonials {
    margin-bottom: 8.26px;
  }

  .receipts__testimonials:nth-child(7) {
    margin-right: 13px;
  }

  .receipts__testimonials-2,
  .receipts__testimonials-4 {
    margin-right: 13px;
  }

  .receipts__price-line {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    margin-bottom: 36px;
  }

  .receipts__price,
  .receipts__price-dim,
  .receipts__button-sale {
    display: flex;
    align-items: center;
  }

  /* .receipts__price-line .receipts__price,
  .receipts__price-line .receipts__price-dim,
  .receipts__price-line .receipts__button-sale {
    margin: 0;
  } */

  .receipts__price {
    /* margin-bottom: 36px; */
    margin-right: 10px;

    max-width: 67px;
    height: 27px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: var(--general-text);
    font-family: 'Satoshi';
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
  }

  .receipts__price-dim {
    display: inline-block;

    max-width: 81px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: #00000066;
    font-family: 'Satoshi';
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-decoration-line: line-through;
  }


  .receipts__button-sale {
    border-radius: 62px;
    background: #ff33331a;
    width: 58px;
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12;
    padding: 6px 14px 6px 14px;

  }


  .receipts__button-sale-text {
    display: flex;
    width: 31px;
    height: 16px;

    color: #ff3333;
    align-items: center;
    justify-content: center;
    font-family: 'Satoshi';
    font-style: Medium;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: left;
  }


  /* Кнопка Посмотреть все */

  .receipts__button {
    display: block;
    margin: 0 auto;
    max-width: 218px;
    height: 52px;
    padding: 16px 54px;
    box-sizing: border-box;
    border: 1px solid var(--general-text);
    border-radius: 62px;
    margin-bottom: 128PX;
  }

  .receipts__button-text {
    max-width: 127px;
    height: 22px;

    color: var(--general-text);
    font-family: 'Satoshi';
    font-style: Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
  }

  /* MAIN SALES*/


  .sales__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }

  .sales__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 58px;
    margin-bottom: 55px;

    color: var(--general-text);
    font-family: 'FONTSPRING DEMO - Integral CF Heavy';
    font-style: 'Regular';
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0%;
    text-align: center;
  }

  .sales__thing {
    width: 280px;
    /* или любая другая фиксированная ширина */
    flex: 0 0 auto;
    /* предотвращает сжатие/растяжение */
  }


  .sales__thing-img {
    margin-bottom: 16px;
    border-radius: 20px;
  }

  .sales__title-thing {
    margin-bottom: 8.26px;

    max-width: 228px;
    height: 27px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: var(--general-text);
    font-family: 'Satoshi';
    font-style: Bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;

  }

  .sales__testimonials {
    margin-bottom: 8.26px;
  }

  .sales__testimonials:nth-child(7) {
    margin-right: 13px;
  }

  .sales__testimonials-2,
  .sales__testimonials-4 {
    margin-right: 13px;
  }

  .sales__price-line {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    margin-bottom: 36px;
  }

  .sales__price,
  .sales__price-dim,
  .sales__button-sale {
    display: flex;
    align-items: center;
  }

  /* .receipts__price-line .receipts__price,
  .receipts__price-line .receipts__price-dim,
  .receipts__price-line .receipts__button-sale {
    margin: 0;
  } */

  .sales__price {
    /* margin-bottom: 36px; */
    margin-right: 10px;

    max-width: 67px;
    height: 27px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: var(--general-text);
    font-family: 'Satoshi';
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
  }

  .sales__price-dim {
    display: inline-block;

    max-width: 81px;
    display: flex;
    flex-direction: row;
    align-items: center;

    color: #00000066;
    font-family: 'Satoshi';
    font-style: Bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-decoration-line: line-through;
  }


  .sales__button-sale {
    border-radius: 62px;
    background: #ff33331a;
    width: 58px;
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12;
    padding: 6px 14px 6px 14px;

  }


  .sales__button-sale-text {
    display: flex;
    width: 31px;
    height: 16px;

    color: #ff3333;
    align-items: center;
    justify-content: center;
    font-family: 'Satoshi';
    font-style: Medium;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0%;
    text-align: left;
  }


  /* Кнопка Посмотреть все */

  .sales__button {
    display: block;
    margin: 0 auto;
    max-width: 218px;
    height: 52px;
    padding: 16px 54px;
    box-sizing: border-box;
    border: 1px solid var(--general-text);
    border-radius: 62px;
    margin-bottom: 128PX;
  }

  .sales__button-text {
    max-width: 127px;
    height: 22px;

    color: var(--general-text);
    font-family: 'Satoshi';
    font-style: Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
  }


  /* =========================
 CHOOSE (ВЫБЕРИ СВОЙ СТИЛЬ)
   ========================= */

  .main__choose {
    padding: 0 15px;
    margin-bottom: 80px;
  }

  .choose__wrapper {
    max-width: 1239px;
    /* ширина всего блока */
    margin: 0 auto;
    background: #f0f0f0;
    border-radius: 40px;
  }

  /* Заголовок */
  .choose__title {
    margin: 0;
    padding: 70px 0 64px;
    text-align: center;

    color: var(--general-text);
    font-family: 'FONTSPRING DEMO - Integral CF Heavy';
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
  }

  /* Контейнер карточек */
  .choose__inner {
    padding: 0 32px 76px;
    /* отступы от краев 64px, от низа 76px */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  /* Карточка */
  .choose__item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;

    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
  }

  /* Текст внутри карточки */
  .choose__item-title {
    position: absolute;
    top: 24px;
    left: 24px;
    margin: 0;

    color: #000;
    font-family: 'Satoshi';
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
  }

  /* Размеры (как ты просил) */
  .choose__item--free,
  .choose__item--sport {
    width: 407px;
    height: 289px;
  }

  .choose__item--formal,
  .choose__item--evening {
    width: 684px;
    height: 289px;
  }

  /* Фоны */
  .choose__item--free {
    background-image: url("../img/decor/style/free.jpg");
    /* background-size: 228% 190%;
    background-position: left -311px top -110px; */
  }

  .choose__item--formal {
    background-image: url("../img/decor/style/formal.jpg");
    background-position: left 135px center;
  }

  .choose__item--evening {
    background-image: url("../img/decor/style/evening.jpg");
  }

  .choose__item--sport {
    background-image: url("../img/decor/style/sport.jpg");
  }

  /* =========================
   MAIN TESTIMONIALS (готовый блок CSS)
   ========================= */

  .main__testimonials {
    /* если нужно — можно добавить отступы секции */
  }

  .testimonials__inner {
    /* контейнер у тебя уже есть, можно оставить пустым */
  }

  /* Верхняя строка: заголовок + стрелки */
  .testimonials__info {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 40px;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
    width: 100%;
    margin-bottom: 40px;
  }

  /* Заголовок */
  .testimonials__title {
    margin: 0;
    min-width: 0;
    max-width: 520px;

    color: var(--general-text);
    font-family: 'FONTSPRING DEMO - Integral CF Heavy';
    font-style: normal;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0%;
    text-align: left;
  }

  /* Навигация (кнопки) */
  .testimonials__nav {
    display: flex;
    align-items: flex-start;
    /* верх по верхнему краю */
    justify-content: flex-end;
    gap: 16px;
    margin-top: 6px;
    /* микроподстройка под кап-линию шрифта */
  }


  .testimonials__prev,
  .testimonials__next {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  .testimonials__prev:disabled,
  .testimonials__next:disabled {
    opacity: 0.4;
    cursor: default;
  }

  /* Обёртка слайдера */
  .testimonials__slider-wrapper {
    overflow: hidden;
    width: 100%;
    margin-bottom: 80px;
  }

  /* Лента */
  .testimonials__slider {
    display: flex;
    gap: 20px;
    /* важно: совпадает с GAP в JS */
    transition: transform 0.35s ease;
    will-change: transform;
  }

  /* Карточка (ширину выставит JS, тут внешний вид) */
  .testimonials__slide {
    flex: 0 0 auto;
    box-sizing: border-box;

    border: 1px solid #0000001a;
    border-radius: 20px;

    padding: 28px 32px;
    min-height: 240px;
    height: auto;
  }

  /* Внутренности карточки */
  .testimonials__slide-inside {
    width: 100%;
    max-width: none;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  /* Блок со “звёздами” */
  .testimonials__student-img {
    display: flex;
    gap: 6.49px;
    margin-bottom: 19.5px;
  }

  /* Имя + галочка */
  .testimonials__student-name {
    margin-bottom: 16.5px;

    color: var(--general-text);
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
  }

  /* Текст отзыва */
  .testimonials__quote {
    margin: 0;

    width: 100%;
    max-width: none;
    height: auto;

    color: var(--accent-text);
    font-family: 'Satoshi';
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: left;
  }



  /* MAIN EMAIL */

  .footer-wrapper {
    background: #f0f0f0;
  }

  .main__email {
    padding: 0 15px;
    height: 180px;
    display: flex;
    align-items: center;
    background: transparent;
    margin-bottom: 50px;
  }

  .email__inner {

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 36px 64px;
    border-radius: 20px;
    background: var(--general-text);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .email__title {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 689px;
    height: 94px;
    flex: 1 1 auto;
    color: #ffffff;
    font-family: 'FONTSPRING DEMO - Integral CF Heavy';
    font-style: Regular;
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: left;
  }


  .email__product {
    display: flex;
    width: 100%;
    align-items: center;
  }

  .email__img {
    display: flex;
    align-items: center;
    margin-right: 12px;
    cursor: pointer;
  }

  .email__label {
    flex: 1;
  }

  .email__input {
    width: 100%;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Satoshi';
    font-size: 16px;
    line-height: 19px;
  }

  .email__input::placeholder {
    color: #999;
    font-family: 'Satoshi';
    font-size: 16px;
  }


  .email__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 349px;

    margin-left: auto;
  }

  .email__button,
  .email__button-2 {
    width: 100%;
  }

  .email__button {
    max-width: 349px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 62px;
    background: #ffffff;
  }


  .email__button-2 {
    max-width: 349px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 62px;
    background: #ffffff;
    text-decoration: none;
  }

  .email__button-2-text {
    color: var(--general-text);
    font-family: 'Satoshi';
    font-style: Medium;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
  }


  @media (max-width: 1300px) {
    .brand__inner {
      gap: 0 85px;
    }

    /* -------------------- */

    .receipts__title {
      margin-top: 105px;
      margin-bottom: 35px;
    }

    .receipts__inner {
      justify-content: center;
      gap: 40px;
    }

    .receipts__thing {
      max-width: 280px;
    }

    .receipts__thing:nth-child(5) {
      display: none;
    }

    /* ----------------------------- */

    .sales__title {
      margin-bottom: 35px;
    }

    .sales__inner {
      justify-content: center;
      gap: 40px;
    }

    .sales__thing {
      max-width: 280px;
    }

    .sales__thing:nth-child(5) {
      display: none;
    }

    /* -------------------------------------- */




    .email__inner {}

    .email__title {}

    .email__button,
    .email__button-2 {}

    .email__input,
    .email__input::placeholder {}

    .email__button-2-text {}

    .email__img {}

    .email__buttons {}
  }

  @media(max-width: 1240px) {

    .choose__item--free,
    .choose__item--sport {
      width: 370px;
      height: 289px;
    }

    .choose__item--formal,
    .choose__item--evening {
      width: 621px;
      height: 289px;
    }
  }

  @media (max-width: 1200px) {

    /* Перестраиваем статистику */
    .hero__statistics {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      grid-template-rows: auto auto;
      justify-items: center;
      align-items: center;
      gap: 10px 0;
      margin-bottom: 80px;
    }

    /* Первые две колонки на первой строке */
    .stat-about:nth-child(1) {
      grid-column: 1;
      grid-row: 1;
    }

    .hero__statistics-img:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
      margin: 0 15px;
    }

    .stat-about:nth-child(3) {
      grid-column: 3;
      grid-row: 1;
    }

    /* Убираем второй разделитель */
    .hero__statistics-img:nth-child(4) {
      display: none;
    }

    /* Третья колонка на второй строке по центру */
    .stat-about:nth-child(5) {
      grid-column: 1 / span 3;
      grid-row: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 15px;
    }

    /* Центрируем текст */
    .stat-about {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .hero__button {
      max-width: 270px;
    }


    .hero__inner::before {
      top: 49%;
      right: 49%;
    }

    /* ---------------------- */

    .brand__inner {
      gap: 64px;
    }

    /* -------------------------------- */

    .choose__item--free,
    .choose__item--sport {
      width: 352px;
      height: 262px;
    }

    .choose__item--formal,
    .choose__item--evening {
      width: 591px;
      height: 262px;
    }
  }

  @media (max-width: 1100px) {
    .brand__inner {
      gap: 42px 60px;
    }

    /* ------------------- */


    .choose__inner {
      padding: 0 32px 64px;
    }

    .choose__item--free,
    .choose__item--sport {
      width: 316px;
      height: 249px;
    }

    .choose__item--formal,
    .choose__item--evening {
      width: 531px;
      height: 249px;
    }

    .choose__item-title {
      font-size: 32px;
      line-height: 39px;
    }

    /* ------------------- */

    .email__inner {}

    .email__title {
      font-size: 37px;
      line-height: 42px;
    }

    .email__button,
    .email__button-2 {
      height: 45px;
    }

    .email__input,
    .email__input::placeholder {}

    .email__button-2-text {}

    .email__img {}

    .email__buttons {
      max-width: 319px;
    }

    /* ------------------------------ */

    .footer__about-list {
      margin-left: 77.75px;
      gap: 15px;
    }
  }

  @media (max-width: 1000px) {

    .burger-button {
      display: flex;
      order: -1;
      margin-right: 16px;
      position: relative;
      z-index: 1001;
    }

    .header__top-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      gap: 16px;
    }

    .header__logo {
      position: static;
      left: calc(30px + 16px);
      /* Отступ от бургер-кнопки */
      transform: translateX(0);
      order: 0;
      margin: 0;
    }

    .nav {
      display: flex;
      align-items: center;
      flex: 1;
      justify-content: space-between;
      gap: 16px;
    }

    .nav__button-search {
      display: flex !important;
    }

    .nav__icons a[href="#"]:first-child {
      display: none !important;
    }

    /* Стили для поиска на мобилке */
    .nav__button-search {
      flex: 1;
      max-width: none;
      min-width: 0;
      height: 48px;
    }

    .search__product {
      display: flex;
      align-items: center;
      height: 100%;
      width: 100px;
    }

    .search__img {
      margin-left: 16px;
      margin-right: 8px;
    }

    .product__input {
      width: 100%;
      height: 22px;
      border: none;
      outline: none;
      background: transparent;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px;
      letter-spacing: 0%;
      text-align: left;
      color: var(--accent-text);
      min-width: 0;
    }

    /* Иконки на мобилке */
    .nav__icons {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-left: 0;
      flex-shrink: 0;
    }

    /* Основное меню для бургера */
    .nav__menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: white;
      padding: 100px 30px 30px;
      transform: translateX(-100%);
      transition: transform 0.4s ease-in-out;
      z-index: 1000;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
    }

    .nav__menu.active {
      transform: translateX(0);
    }

    /* Скрываем обычные элементы навигации на мобилках */
    .nav__list:not(.nav__menu .nav__list) {
      display: none !important;
    }

    /* Показываем меню */
    .nav__menu .nav__list {
      display: flex !important;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 40px;
    }

    /* Убираем поиск и иконки из бургер-меню */
    .nav__menu .nav__button-search,
    .nav__menu .nav__icons {
      display: none !important;
    }


    .hero__title {
      font-size: 49px;
      line-height: 58px;
      margin-top: 85px;
    }

    .hero__text {
      font-size: 15px;
      max-width: 475px;
    }

    .hero__statistics-number {
      font-size: 36px;
      line-height: 42px;
    }

    .hero__statistics-text {
      font-size: 15px;
    }

    /* --------------------- */


    .receipts__title {
      margin-top: 95px;
      margin-bottom: 30px;
    }

    .receipts__thing {
      max-width: 255px;
    }

    .receipts__inner {
      /* padding: 0 15px; */
      justify-content: center;
      gap: 15px;
    }

    .receipts__thing-img {
      width: 255px;
      height: 251px;
    }

    .receipts__title-thing {
      font-size: 18px;
      font-weight: 700;
      line-height: 21px;
    }

    .receipts__testimonials {
      width: 16.49px;
      height: 16.49px;
    }


    .receipts__testimonials-half {
      width: 7.99px;
      height: 15.58px;
    }


    .receipts__grade-dim {}

    .receipts__price-line {
      align-items: center;
    }


    .receipts__price {
      font-size: 21px;
      line-height: 25px;
      margin-right: 0;
    }


    .receipts__price-dim {
      font-size: 21px;
      line-height: 25px;
    }

    .receipts__button-sale {
      width: 55px;
      height: 29px;

    }

    .receipts__button-sale-text {
      width: 30px;
      height: 16px;
      font-size: 11px;
      line-height: 13px;
    }

    /* ------------------------------------------ */

    .sales__title {
      margin-bottom: 30px;
    }

    .sales__thing {
      max-width: 255px;
    }

    .sales__inner {
      /* padding: 0 15px; */
      justify-content: center;
      gap: 15px;
    }

    .sales__thing-img {
      width: 255px;
      height: 251px;
    }

    .sales__title-thing {
      font-size: 18px;
      font-weight: 700;
      line-height: 21px;
    }

    .sales__testimonials {
      width: 16.49px;
      height: 16.49px;
    }


    .sales__testimonials-half {
      width: 7.99px;
      height: 15.58px;
    }


    .sales__grade-dim {}

    .sales__price-line {
      align-items: center;
    }


    .sales__price {
      font-size: 21px;
      line-height: 25px;
      margin-right: 0;
    }


    .sales__price-dim {
      font-size: 21px;
      line-height: 25px;
    }

    .sales__button-sale {
      width: 55px;
      height: 29px;

    }

    .sales__button-sale-text {
      width: 30px;
      height: 16px;
      font-size: 11px;
      line-height: 13px;
    }

    /* ------------------------------------------ */


    .choose__title {
      font-size: 36px;
      line-height: 38px;
      padding: 45px 0 32px;
    }

    .choose__inner {
      padding: 0 32px 64px;
    }

    .choose__item--free,
    .choose__item--sport {
      width: 273px;
      height: 215px;
    }

    .choose__item--formal,
    .choose__item--evening {
      width: 459px;
      height: 215px;
    }

    .choose__item-title {
      font-size: 29px;
      line-height: 35px;
    }

    /* ------------------------------- */

    .email__inner {
      padding: 32px 56px;
    }

    .email__title {
      font-size: 34px;
      line-height: 38px;
    }

    .email__button,
    .email__button-2 {
      height: 43px;
    }

    .email__input,
    .email__input::placeholder {}

    .email__button-2-text {}

    .email__img {}

    .email__buttons {
      max-width: 289px;
    }

    /* ---------------------------- */

    .footer__about-list {
      margin-left: 54.75px;
      gap: 15px;
    }

    .footer__about-list-title {
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 2px;
      margin-bottom: 3px;
    }

    .footer__about-list-text {
      font-size: 14px;
      line-height: 17px;
    }
  }

  @media (max-width: 900px) {

    .hero__inner {
      justify-content: center;
      align-items: center;
      background: #f2f0f1;
      padding-left: 0;
      padding-right: 0;
      width: 100vw;
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%);
    }

    /* Также убираем отступы у контейнера внутри hero__inner */
    .hero__inner .container {
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      max-width: 100%;
    }

    .hero__statistics {
      margin-bottom: 0;
    }

    .header__hero {
      display: flex;
      flex-direction: column;
      background: none;
      /* Убираем фон из hero */
      overflow: hidden;
      /* Добавляем, чтобы не было горизонтального скролла */
    }


    /* Контейнер с контентом становится первым */
    .header__hero .container {
      order: 1;
    }

    /* Убираем декоративные элементы на мобильных, если мешают */
    .hero__inner::before,
    .hero__inner::after {
      display: none;
    }


    .hero__statistics {
      margin-bottom: 0;

    }

    .header__hero {
      display: flex;
      flex-direction: column;
      background: none;
      /* Убираем фон из hero */
    }



    /* Контейнер с контентом становится первым */
    .header__hero .container {
      order: 1;
    }

    /* Убираем декоративные элементы на мобильных, если мешают */
    .hero__inner::before,
    .hero__inner::after {
      display: none;
    }

    .hero__content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      width: 100%;
    }

    .hero__title {
      text-align: center;
      width: 100%;
      font-size: 59px;
      line-height: 63px;
    }

    .hero__text {
      text-align: center;
      width: 100%;
      font-size: 16px;
      max-width: 475px;
    }


    .hero__button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 290px;
      padding: 16px 20px;
    }

    .hero__statistics {
      margin-bottom: 50px;
    }

    .hero__statistics-number {
      font-size: 42px;
      line-height: 50px;
    }

    .hero__statistics-text {
      font-size: 16px;
    }

    .hero__statistics-img:nth-child(2) {
      margin: 8px 40px;
    }

    .hero__inner {
      gap: 32px;
    }

    /* -------------------------------------- */


    .receipts__button {
      margin-bottom: 110px;
    }

    /* --------------------- */

    .sales__button {
      margin-bottom: 96PX;
    }

    /* --------------------- */


    .choose__title {
      font-size: 34px;
      line-height: 38px;
      padding: 40px 0 32px;
    }

    .choose__inner {
      padding: 0 32px 64px;
    }

    .choose__item--free,
    .choose__item--sport {
      width: 252px;
      height: 199px;
    }

    .choose__item--formal,
    .choose__item--evening {
      width: 425px;
      height: 199px;
    }

    .choose__item-title {
      font-size: 27px;
      line-height: 32px;
    }

    /* --------------------- */

    .email__inner {
      padding: 30px 52px;
    }

    .email__title {
      font-size: 32px;
      line-height: 36px;
    }

    .email__button,
    .email__button-2 {
      height: 41px;
    }

    .email__input,
    .email__input::placeholder {}

    .email__button-2-text {}

    .email__img {}

    .email__buttons {
      max-width: 269px;
    }

    /* -------------------------------- */

    .footer__content {
      display: flex;
      flex-direction: column;
    }

    .footer__about {
      max-width: none;
    }

    .footer__logo {
      display: flex;
      justify-content: center;
    }

    .footer__logo-text {
      display: flex;
      justify-content: center;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 35px;
    }

    .socials {
      display: flex;
      justify-content: center;
      margin-bottom: 40px;
    }

    .footer__about-list {
      justify-content: center;
      margin: 0 15px;
      gap: 25px;
    }

    .footer__about-list-title {
      font-size: 17px;
      line-height: 19px;
      letter-spacing: 4px;
      margin-bottom: 5px;
    }

    .footer__about-list-text {
      font-size: 17px;
      line-height: 20px;
    }
  }

  @media (max-width: 830px) {

    .receipts__thing:nth-child(4) {
      display: none;
    }

    /* ------------------------------ */

    .sales__thing:nth-child(4) {
      display: none;
    }

    /* ------------------------ */

    .choose__inner {
      padding: 0 22px 46px;
      flex-direction: column;
      align-items: center;
    }

    .choose__item--free,
    .choose__item--formal,
    .choose__item--evening,
    .choose__item--sport {
      width: min(450px, 100%);
      /* одинаковая ширина, но не больше экрана */
      height: 200px;
    }

    /* ------------------------ */

    .main__testimonials {
      margin-bottom: 120px;
    }


    /* ------------------------ */

    .main__email {
      margin-bottom: 70px;
    }

    .email__inner {
      margin-bottom: 50px;
      padding: 30px 52px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .email__title {
      font-size: 36px;
      line-height: 42px;
      text-align: center;
      justify-content: center;
      max-width: 100%;
    }

    .email__button,
    .email__button-2 {
      max-width: 100%;
    }

    .email__button-2-text {}

    .email__img {}

    .email__buttons {
      margin-left: 0;
      align-items: center;
      max-width: 100%;
    }
  }

  @media (max-width: 800px) {
    .banner-center {
      justify-content: center;
    }

    .banner-full-text {
      display: none;
    }

    .banner-text a {
      display: inline-block;
      white-space: nowrap;
      text-decoration: underline;
    }

    .banner-text a::before {
      content: "→ ";
    }

    .top-banner {
      height: 40px;
    }

    /* ---------------------------- */

    .footer__about-list {
      justify-content: center;
      margin: 0 15px;
      gap: 20px;
    }

    .footer__about-list-title {
      font-size: 15.5px;
      line-height: 17px;
      letter-spacing: 3px;
      margin-bottom: 8px;
    }

    .footer__about-list-text {
      font-size: 15px;
      line-height: 18px;
    }

    .footer__logo-text {
      font-size: 15px;
    }

    .footer__down-protected {
      margin-right: 60px;
      margin-right: 0;
      text-align: center;
    }

    .footer__down {
      gap: 30px;
      margin-top: 50px;
      justify-content: center;
    }
  }

  @media (max-width: 700px) {
    .hero__statistics-number {
      font-size: 41px;
      line-height: 49px;
    }

    .hero__statistics-img:nth-child(2) {
      margin: 6px 30px;
    }

    .hero__inner {
      gap: 32px;
    }

    /* ----------------------- */

    .testimonials__title {
      font-size: 42px;
      line-height: 48px;
    }

    .testimonials__slider-wrapper {
      margin-bottom: 70px;
    }


    /* ------------------------------ */

    .footer__about-list {
      gap: 15px;
    }

    .footer__about-list-title {
      font-size: 14.5px;
      line-height: 16px;
      letter-spacing: 3px;
      margin-bottom: 7px;
    }

    .footer__about-list-text {
      font-size: 14px;
      line-height: 17px;
    }

    .footer__logo-text {
      font-size: 14px;
    }

    .footer__down {
      gap: 30px;
      margin-top: 30px;
    }
  }

  @media (max-width: 650px) {
    .footer__about-list {
      margin-left: 0;
      display: grid;
      grid-template-columns: 1fr 1fr;

      column-gap: 20px;
      row-gap: 40px;
    }

    .footer__section--company {
      grid-column: 1;
      grid-row: 1;
    }

    .footer__section--help {
      grid-column: 2;
      grid-row: 1;
    }

    .footer__section--questions {
      grid-column: 1;
      grid-row: 2;
    }

    .footer__section--resources {
      grid-column: 2;
      grid-row: 2;
    }


    .footer__logo {
      justify-content: start;
    }

    .footer__logo-text {
      font-size: 16px;
      max-width: 400px;
    }

    .socials {
      justify-content: start;
    }

    .footer__about-list-title {
      font-size: 17.5px;
      line-height: 20px;
      letter-spacing: 6px;
      margin-bottom: 7px;
    }

    .footer__about-list-text {
      font-size: 16px;
      line-height: 19px;
    }

    .footer__down {
      gap: 30px;
      margin-top: 30px;
    }
  }

  @media (max-width: 600px) {
    .header__top-inner {
      gap: 12px;
    }

    .nav {
      gap: 12px;
    }

    .nav__icons {
      gap: 10px;
    }

    .nav__button-search {
      height: 44px;
    }

    .search__img {
      margin-left: 12px;
      margin-right: 6px;
    }

    .product__input {
      font-size: 14px;
    }

    .hero__title {
      text-align: left;
      max-width: none;
      font-size: 48px;
      line-height: 52px;
      margin-top: 55px;
      padding: 0 15px;
    }

    .hero__text {
      text-align: left;
      max-width: none;
      font-size: 14px;
      padding: 0 15px;
    }


    .hero__button {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 360px;
      padding: 0 15px;
    }

    .hero__statistics {
      margin-bottom: 0;
    }

    .hero__background {
      display: block;
      width: 100%;
      height: 448px;
      background: url("../img/boy-girl.png") 89% 99% / cover no-repeat;
      order: 2;
    }

    .hero__background::before {
      content: url("../img/decor/yula-before.svg");
      /* position: absolute; */
      position: relative;
      top: 35%;
      left: 5%;
    }

    .hero__background::after {
      content: url("../img/decor/yula-after.svg");
      /* position: absolute; */
      position: relative;
      top: 7%;
      left: 66%;
    }

    /* ---------------------- */

    .brand__inner {
      gap: 33px 45px;
    }

    .brand__img:nth-child(1) {
      width: 131.74px;
      height: 38.25px;
    }

    .brand__img:nth-child(2) {
      width: 78.81px;
      height: 41.63px;
    }

    .brand__img:nth-child(3) {
      width: 124.39px;
      height: 37.64px;
    }

    .brand__img:nth-child(4) {
      width: 142px;
      height: 35.47px;
    }

    .brand__img:nth-child(5) {
      width: 149.84px;
      height: 35.75px;
    }

    /* ----------------------------- */

    .receipts__title {
      font-size: 36px;
      line-height: 45px;
      margin-top: 65px;
      margin-bottom: 25px;
    }

    .receipts__thing {
      max-width: 201px;
    }

    .receipts__inner {
      /* padding: 0 15px; */
      justify-content: center;
      gap: 15px;
    }

    .receipts__thing-img {
      width: 201px;
      height: 211px;
    }

    .receipts__title-thing {
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
    }

    .receipts__testimonials {
      width: 15.47px;
      height: 15.47px;
    }


    .receipts__testimonials-half {
      width: 7.36px;
      height: 13.99px;
    }


    .receipts__grade-dim {}

    /* 
    .receipts__price-line {
      align-items: center;
    } */


    .receipts__price {
      font-size: 19px;
      line-height: 23px;
      margin-right: 0;
    }


    .receipts__price-dim {
      font-size: 19px;
      line-height: 23px;
    }

    .receipts__button-sale {
      width: 45px;
      height: 23px;
    }

    .receipts__button-sale-text {
      width: 30px;
      height: 16px;
      font-size: 11px;
      line-height: 13px;
    }

    /* ---------------------------------- */

    .sales__title {
      font-size: 36px;
      line-height: 45px;
      margin-bottom: 25px;
    }

    .sales__thing {
      max-width: 201px;
    }

    .sales__inner {
      /* padding: 0 15px; */
      justify-content: center;
      gap: 15px;
    }

    .sales__thing-img {
      width: 201px;
      height: 211px;
    }

    .sales__title-thing {
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
    }

    .sales__testimonials {
      width: 15.47px;
      height: 15.47px;
    }


    .sales__testimonials-half {
      width: 7.36px;
      height: 13.99px;
    }


    .sales__grade-dim {}

    /* 
    .sales__price-line {
      align-items: center;
    } */


    .sales__price {
      font-size: 19px;
      line-height: 23px;
      margin-right: 0;
    }


    .sales__price-dim {
      font-size: 19px;
      line-height: 23px;
    }

    .sales__button-sale {
      width: 45px;
      height: 23px;
    }

    .sales__button-sale-text {
      width: 30px;
      height: 16px;
      font-size: 11px;
      line-height: 13px;
    }

    /* ---------------------------------- */

    .testimonials__title {
      font-size: 36px;
      line-height: 42px;
    }


    /* ---------------------------------- */
    .choose__inner {
      padding: 0 15px 30px;
      gap: 12px;
    }

    .choose__item--free,
    .choose__item--formal,
    .choose__item--evening,
    .choose__item--sport {
      width: 100%;
      height: 180px;
      /* чуть компактнее */
    }

    .choose__item-title {
      font-size: 22px;
      line-height: 26px;
      top: 14px;
      left: 14px;
    }

    .choose__wrapper {
      border-radius: 20px;
    }

    .choose__inner {
      padding: 0 20px 30px;
      gap: 12px;
    }

    .choose__item--free,
    .choose__item--formal,
    .choose__item--evening,
    .choose__item--sport {
      width: 100%;
      height: 200px;
    }

    /* ------------------------------ */


    .email__inner {
      padding: 30px 42px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .email__title {
      font-size: 32px;
      line-height: 36px;
      text-align: left;
      justify-content: left;
      max-width: 100%;
    }

    .email__button,
    .email__button-2 {
      max-width: 100%;
    }

    .email__button-2-text {}

    .email__img {}

    .email__buttons {
      margin-left: 0;
      align-items: center;
      max-width: 100%;
    }
  }

  @media (max-width: 500px) {

    /* Скрываем поисковую строку на мобилках */

    .search-opened .nav__icons a[href="#"]:first-child {
      display: none !important;
    }

    .search-opened .nav__button-search {
      display: flex !important;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      padding: 10px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      z-index: 1000;
    }

    .nav__button-search {
      display: none !important;
    }

    /* Показываем иконку лупы в nav__icons */
    .nav__icons a[href="#"]:first-child {
      display: flex !important;
      align-items: center;
      justify-content: center;
    }

    /* Убираем лишние отступы для компактности */
    .nav__icons {
      margin-left: auto;
      gap: 16px;
    }

    /* Настраиваем отображение хедера на мобилках */
    .header__top-inner {
      gap: 12px;
    }

    .nav {
      gap: 12px;
    }

    .hero__title {
      font-size: 39px;
      line-height: 44px;
      margin-top: 35px;
    }

    .hero__text {
      margin: 25px 0 29px;
    }

    .hero__inner {
      gap: 23px;
    }

    .hero__statistics-number {
      font-size: 31px;
      line-height: 38px;
    }

    .hero__statistics-text {
      font-size: 14px;
    }

    .hero__statistics-img:nth-child(2) {
      margin: 4px 20px;
    }


    /* --------------------- */


    .brand__inner {
      gap: 29px 40px;
    }

    .brand__img:nth-child(1) {
      width: 126.74px;
      height: 33.25px;
    }

    .brand__img:nth-child(2) {
      width: 73.81px;
      height: 36.63px;
    }

    .brand__img:nth-child(3) {
      width: 119.39px;
      height: 32.64px;
    }

    .brand__img:nth-child(4) {
      width: 137px;
      height: 30.47px;
    }

    .brand__img:nth-child(5) {
      width: 144.84px;
      height: 31.75px;
    }

    /* ---------------------------- */

    .receipts__button {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      max-width: 500px;
      height: 48px;
      padding: 16px 54px;
      margin-bottom: 95px;
    }

    .receipts__button-text {
      font-size: 14px;
      line-height: 17px;
    }

    /* -------------------------------- */

    .sales__button {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      max-width: 500px;
      height: 48px;
      padding: 16px 54px;
      margin-bottom: 50px;
    }

    .sales__button-text {
      font-size: 14px;
      line-height: 17px;
    }

    /* -------------------------------- */



    .testimonials__info {
      margin-bottom: 28px;
    }

    .testimonials__slider-wrapper {
      margin-bottom: 60px;
    }

    /* ----------------------------- */

    .email__inner {
      padding: 32px 24px 28px;
    }

    .email__title {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 15px;
    }

    .email__button,
    .email__button-2 {
      max-width: 100%;
      height: 35px;
    }

    .email__button-2-text {}

    .email__img {}

    .email__buttons {
      margin-left: 0;
      align-items: center;
      max-width: 100%;
    }

    /* ------------------------------ */

    .footer__logo {
      justify-content: start;
    }

    .footer__logo-text {
      font-size: 15px;
      max-width: 400px;
    }

    .socials {
      justify-content: start;
    }

    .footer__about-list-title {
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 4px;
      margin-bottom: 7px;
    }

    .footer__about-list-text {
      font-size: 15px;
      line-height: 17.5px;
    }

    .footer__down {
      justify-content: center;
      align-items: center;
      gap: 30px;
      margin-top: 30px;
    }


    .footer__down-protected {
      text-align: center;
    }


    .footer__down-payment {
      display: flex;
      justify-content: center;
      gap: 24px;
    }

  }

  @media (max-width: 450px) {

    .brand__inner {
      gap: 22px 33px;
      padding: 0 10px;
    }

    .brand__img:nth-child(1) {
      width: 121.74px;
      height: 28.25px;
    }

    .brand__img:nth-child(2) {
      width: 68.81px;
      height: 31.63px;
    }

    .brand__img:nth-child(3) {
      width: 114.39px;
      height: 27.64px;
    }

    .brand__img:nth-child(4) {
      width: 132px;
      height: 25.47px;
    }

    .brand__img:nth-child(5) {
      width: 139.84px;
      height: 26.75px;
    }

    /* ------------------------------------------- */

    .receipts__title {
      font-size: 30px;
      line-height: 36px;
      margin-top: 52px;
      margin-bottom: 23px;
    }

    .receipts__thing {
      max-width: 172px;
    }

    .receipts__inner {
      /* padding: 0 15px; */
      justify-content: center;
      gap: 15px;
    }

    .receipts__thing-img {
      width: 172px;
      height: 183px;
    }

    .receipts__title-thing {
      font-size: 15px;
      line-height: 18px;
    }

    .receipts__testimonials {
      width: 15.47px;
      height: 15.47px;
    }


    .receipts__testimonials-half {
      width: 7.36px;
      height: 13.99px;
    }


    .receipts__grade-dim {}

    /* 
    .receipts__price-line {
      align-items: center;
    } */


    .receipts__price {
      font-size: 19px;
      line-height: 23px;
      margin-right: 0;
    }


    .receipts__price-dim {
      font-size: 18px;
      line-height: 22px;
    }

    .receipts__button-sale {
      width: 40px;
      height: 20px;
    }

    .receipts__button-sale-text {
      width: 26px;
      height: 14px;
      font-size: 10px;
      line-height: 12px;
    }

    /* ---------------------------------- */

    .sales__title {
      font-size: 30px;
      line-height: 36px;
    }

    .sales__thing {
      max-width: 172px;
    }

    .sales__inner {
      /* padding: 0 15px; */
      justify-content: center;
      gap: 15px;
    }

    .sales__thing-img {
      width: 172px;
      height: 183px;
    }

    .sales__title-thing {
      font-size: 15px;
      line-height: 18px;
    }

    .sales__testimonials {
      width: 15.47px;
      height: 15.47px;
    }


    .sales__testimonials-half {
      width: 7.36px;
      height: 13.99px;
    }


    .sales__grade-dim {}

    /* 
    .sales__price-line {
      align-items: center;
    } */


    .sales__price {
      font-size: 19px;
      line-height: 23px;
      margin-right: 0;
    }


    .sales__price-dim {
      font-size: 18px;
      line-height: 22px;
    }

    .sales__button-sale {
      width: 40px;
      height: 20px;
    }

    .sales__button-sale-text {
      width: 26px;
      height: 14px;
      font-size: 10px;
      line-height: 12px;
    }

    /* ---------------------------------- */

    .choose__item--free,
    .choose__item--formal,
    .choose__item--evening,
    .choose__item--sport {
      height: 160px;
    }

    .choose__item-title {
      font-size: 20px;
      line-height: 24px;
      top: 12px;
      left: 12px;
    }

  }

  @media (max-width: 420px) {
    .testimonials__info {
      gap: 12px;
      margin-bottom: 24px;
    }

    .testimonials__title {
      font-size: 32px;
      line-height: 34px;
      max-width: 260px;
      /* чтобы перенос был похож */
    }

    .testimonials__nav {
      gap: 12px;
    }

    .testimonials__slide {
      padding: 22px 20px;
      border-radius: 18px;
      min-height: 210px;
    }

    .testimonials__student-name {
      font-size: 18px;
      line-height: 20px;
    }

    .testimonials__quote {
      font-size: 14px;
      line-height: 20px;
    }
  }

  @media (max-width: 391px) {
    .hero__statistics-img:nth-child(2) {
      margin: 5px 5px;
    }

    .hero__title {
      font-size: 32px;
      line-height: 34px;
    }

    .hero__text {
      font-size: 14px;
    }

    .hero__statistics-number {
      display: flex;
      justify-content: start;
      align-items: start;
      font-size: 24px;
      line-height: 29px;
    }

    .hero__statistics-text {
      font-size: 12px;
    }

    .hero__statistics-img:nth-child(2) {
      margin: 0px 28px;
    }

    /* --------------------------- */

    .brand__inner {
      gap: 22px 33px;
    }

    .brand__img:nth-child(1) {
      width: 116.74px;
      height: 23.25px;
    }

    .brand__img:nth-child(2) {
      width: 63.81px;
      height: 26.63px;
    }

    .brand__img:nth-child(3) {
      width: 109.39px;
      height: 22.64px;
    }

    .brand__img:nth-child(4) {
      width: 127px;
      height: 20.47px;
    }

    .brand__img:nth-child(5) {
      width: 134.84px;
      height: 21.75px;
    }

    /* ------------------------------ */

    .choose__inner {
      padding: 0 12px 24px;
      gap: 10px;
    }

    .choose__item--free,
    .choose__item--formal,
    .choose__item--evening,
    .choose__item--sport {
      height: 140px;
    }

    .choose__item-title {
      font-size: 18px;
      line-height: 22px;
      top: 10px;
      left: 10px;
    }

    /* ------------------------------ */

    .testimonials__title {
      font-size: 30px;
      line-height: 33px;
      max-width: 240px;
    }

    .testimonials__slider {
      gap: 16px;
      /* если меняешь gap — НЕ забудь поменять GAP в JS */
    }

    /* ------------------------------ */

    .footer__logo {
      justify-content: start;
    }

    .footer__logo-text {
      font-size: 14px;
      line-height: 20px;
      max-width: 400px;
    }

    .socials {
      justify-content: start;
    }

    .footer__about-list-title {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 3px;
      margin-bottom: 7px;
    }

    .footer__about-list-text {
      font-size: 14px;
      line-height: 16px;
    }

    .footer__down {
      gap: 30px;
      margin-top: 30px;
    }

    .footer__down-payment {
      display: flex;
    }

  }
