/*#region mobile */

/*@media (max-width: 1366px) {
  .schedule .month-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .lecture-card {
    background: #fff;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1024px) {
  .lecture-schedule {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 870px) {
  .hero .container,
  .about .container,
  .info-section .container,
  .schedule .container,
  .auth-section .auth-container .auth-box,
  .lecturer-section .container {
    padding: 0;
    width: 100%;*/
    /*margin:0;*/
  /*}
  body .auth-section {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-bottom:0px;
  }
}

  @media (max-width: 768px) {
    .hero .container, .about .container, .info-section .container, .schedule .container, .lecturer-section .container {
      padding: 0;
      width: 100%;*/
      /*margin:0;*/
    /*}

    .hero h1 {
      font-size: 32px;
      font-weight: 400;
    }

    .hero h2 {
      font-size: 22px;
    }

    .hero .btn {
      font-size: 0.8em;
      padding: 10px 20px;
    }

    .logo img {
      height: 42px;
    }

    .schedule .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
      display: block;
      width: 100%;
    }*/

      /*Убираем colspan и делаем каждую ячейку отдельной строкой */
      /*.schedule .responsive-table td[colspan] {
        display: block;
        width: 100%;
      }

      .schedule .responsive-table td[rowspan] {
        grid-row: auto;*/ /* Сбрасываем rowspan */
      /*}
  }*/

  /* Адаптация под iPhone (горизонтально, до 667px) */
  /*@media (max-width: 667px) {
    section {
      margin-right: 10px;
    }

    .hero {
      padding-top: 80px;
    }

      .hero h1 {
        font-size: 24px;
      }

      .hero h2 {
        font-size: 18px;
      }

      .hero .btn {
        font-size: .9em;
        padding: 12px 24px;
      }

    .logo img {
      height: 32px;
    }

    .main-nav ul {
      flex-direction: column;
      gap: 10px;
    }

    .hero .container, .about .container, .info-section .container, .schedule .container, .lecturer-section .container {
      padding: 0;
      width: 100%;*/
      /*margin:0;*/
    /*}

    .schedule .month-content {
      grid-template-columns: repeat(1, 1fr);
    }

    .lecture-card {
      margin: 10px;
      margin-left: auto;
      margin-right: auto;
    }

    .hero p, .about p, .info-section p {
      padding: 0px;
    }
    

    .info-section .container {
      flex-direction: column;
      text-align: center;
    }

    .info-section .content {
      flex-direction: column;
      align-items: center;
    }

    .info-section .image {
      text-align: center;
      margin-top: 20px;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
      display: block;
      width: 100%;
    }*/

      /*Убираем colspan и делаем каждую ячейку отдельной строкой */
      /*.responsive-table td[colspan] {
        display: block;
        width: 100%;
      }

      .responsive-table td[rowspan] {
        grid-row: auto;*/ /* Сбрасываем rowspan */
      /*}
    .user-icon,
    .lang-icon {
      margin-top: 30px;
    }
  }*/

  /* 3 колонки на средних экранах */



  /*#endregion mobile */

/*@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4 {
    font-family: 'Unbounded', 'Playfaier Display', 'Century Gothic', 'Times New Roman', serif;
    color: #4D473A;
    font-weight: 300;
    margin: 0 0 0.5em 0;
    line-height: 1.2;
    padding: 0;
  }

  h1 {
    font-size: 2em;*/ /* или 2.2em, по желанию */
    /*text-align: center;
  }

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .lined-title {
    font-size: 1.2em;
    margin: 15px 0;
  }

    .lined-title::before,
    .lined-title::after {
      margin: 0 10px;
    }

  .lecturer-heading .lined-title {
    font-size: .9em;
  }*/
  /* Скрываем меню */
  /*.main-header .main-nav {
    display: none;
  }

  .burger-wrapper {
    display: flex;
  }
}

@media (max-width: 480px) {*/
/*  .custom-select,
  .custom-select-trigger {
    margin-bottom: 0.5em; 
    display: block;
    width: 100%;
    box-sizing: border-box;
  }*/
  /*.form-row {
    flex-direction: column;
  }

  .form-field.first,
  .form-field.last,
  .form-field {
    margin-left: 10px;
    margin-right: 10px;
  }
    

  .form-field {
    margin-bottom: 0px;
  }

  .form-row {
    margin-bottom: 0;*/ /* чтобы не удваивался отступ */
  /*}
  .form-field.first {
      margin-bottom: 15px;
    }*/
  /*.form-row {
    flex-direction: column;
  }

  .form-field {
    margin: 0 10px 0 10px;*/ /* только боковые */
  /*}

  .form-row .form-field:not(:last-child) {
    margin-bottom: 15px;*/ /* исключить промежуточные отступы */
  /*}
}

@media (max-width: 900px) {
  .dashboard-card {
    flex: 0 1 calc(50% - 20px);
  }
  .shop-card {
    flex: 0 1 calc(50% - 20px);
  }
  .shop-grid {*/
    /* gap: 16px;
    padding: 0 10px;*/
   /* display: flex;
    flex-direction: column;*/
    /*gap: 20px;
  }*/
    /*.shop-grid .shop-card-horizontal {
      flex-direction: column;
      max-width: 100%;
      width: 100%;
    }*/
/*}*/

/* ✅ Адаптация для мобильных — по 1 в ряд */
/*@media (max-width: 600px) {
  .dashboard-card, shop-card {
    flex: 0 1 100%;
  }


}

@media (max-width: 600px) {
  .shop-grid {*/
    /* gap: 16px;
    padding: 0 10px;*/
    /*display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .shop-card {
    max-width: 100%;
    flex: 1 1 100%;
    min-height: 360px;
  }

  .shop-grid .shop-card-horizontal {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }

 .cart-page 
  .shop-title {
    font-size: 1.2rem;
  }

  .shop-description {
    font-size: 0.95rem;
  }*/

 /* .shop-button {
    padding: 10px 20px;
    font-size: 0.95rem;
  }*/
/*}

@media (max-width: 900px) and (min-width: 541px) {
  .shop-card {
    flex: 0 1 calc(50% - 20px);
  }
}

@media (max-width: 540px) {
  .shop-card {
    flex: 0 1 100%;
  }

  .shop-grid {
    flex-direction: column;
  }
}*/