/* ==============================
   DESKTOP ADAPTATION 1440–2560px
   ============================== */

@media (min-width: 1400px) {

  /* Общий контейнер */
  .franchise-container,
  .header__top {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  /* Убираем огромные боковые отступы */
  .about,
  .cooperation,
  .get,
  .success {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  /* Шапка */
  .franchise__first-left {
    max-width: 720px;
  }

  .franchise__title {
    font-size: 45px;
    line-height: 1;
  }
.franchise__ninth-title {
    font-size:40px;
}
.franchise__second-title {
    font-size:40px;
}
.franchise__ninth-text {
    font-size:18px;
    line-height:32px;
}
.franchise__eighth-list {
    margin-top:-80px;
}
  /* Правый блок с цифрами */
  .franchise__first-right {
    max-width: 620px;
  }

  /* Карточки преимуществ */
  .franchise__first-item {
    font-size: 20px;
  }

  /* FAQ */
  .franchise__forth-content {
    max-width: 1200px;
    margin: 0;
  }

  /* Блок партнёров */
  .sixth-partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: center;
  }

  /* Квиз и формы */
  .quiz-box,
  .success-modal-box {
    max-width: 520px;
  }

  /* Последний экран */
  .franchise__thirteenth-title {
    font-size: 56px;
  }
  
  .franchise__forth-text {
      line-height: 20px;
  }
  .franchise__forth-item+.franchise__forth-item {
      margin-top:10px;
  }
  
  
  .franchise_sixth-text {
      left: 600px;
    position: relative;
  }
  
  .franchise__eighth-text {
      line-height: 20px;
  }
  .franchise__eighth-item {
      padding:0px 0px 5px 40px;
      font-size: 15px;
    line-height: 25px;
  }
  
    .for-lvl {
      right:-90px;
  }
}

/* Для очень больших экранов 1920+ */
@media (min-width: 1900px) {

  .franchise-container,
  .header__top {
    max-width: 1600px;
  }

  .franchise__title {
    font-size: 45px;
  }

  .about,
  .cooperation,
  .get,
  .success {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
