@media only screen and (max-width: 1260px) {
  body {
    font-size: 15px;
  }

  h2 {
    font-size: 20px;
    text-align: center;
  }

  h2 br {
    display: none;
  }

  h2:after {
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
  }

  .container {
    max-width: 760px;
  }

  .header {
    top: 110px;
  }

  .header__menu li {
    margin: 0 10px;
  }

  .first {
    padding-top: 200px;
  }

  .first__uptitle {
    top: 20px;
    font-size: 16px;
  }

  .for__title {
    margin-bottom: 80px;
  }

  .for .item {
    max-width: 240px;
    padding: 15px;
  }

  .for .item-2 .item__image {
    width: 200px;
  }

  .prof__text {
    max-width: 470px;
    padding: 40px;
  }

  .format__container {
    justify-content: center;
  }

  .format__title {
    margin-bottom: 32px;
  }

  .format__text {
    text-align: center;
  }

  .format__content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .format__items {
    max-width: 100%;
  }

  .format .item {
    max-width: 240px;
    padding: 15px;
    margin-bottom: 10px;
  }

  .format .warning__decor {
    font-size: 30px;
    width: 170px;
  }

  .efficiency__wrap {
    padding: 40px;
  }

  .efficiency__content {
    max-width: 340px;
    margin-right: 0;
  }

  .efficiency__image {
    max-width: 320px;
    background-repeat: no-repeat;
    height: 260px;
  }

  .result__image {
    width: 100%;
    max-width: 320px;
    margin-right: 20px;
    background-repeat: no-repeat;
    height: 240px;
  }

  .about__title {
    margin-bottom: 32px;
  }

  .about__text {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 32px;
    text-align: center;
  }

  .about .item {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .mentors__items {
    justify-content: space-between;
    max-width: 560px;
    margin: 0 auto;
  }

  .testdrive__title {
    margin-bottom: 32px;
  }

  .packages__subtitle {
    margin-bottom: 32px;
  }

  .packages .package {
    max-width: 500px;
  }

  .reviews__title {
    margin-bottom: 32px;
  }

  .footer {
    bottom: 40px;
  }

  .footer__menu li {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 760px) {
  body {
    font-size: 14px;
  }

  .container {
    max-width: 340px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  .header {
    top: 90px;
  }

  .header__menu {
    display: none;
    order: 3;
  }

  .first__uptitle {
    font-size: 12px;
    height: 50px;
    top: 10px;
  }

  .first__title {
    margin-bottom: 12px;
  }

  .first__subtitle {
    margin-bottom: 24px;
  }

  .package {
    padding: 20px 10px;
  }

  .package__info li {
    padding-left: 24px;
  }

  .package__info li:before {
    width: 16px;
    height: 16px;
    top: 3px;
  }

  .for {
    padding-top: 32px;
  }

  .for .item {
    max-width: 100%;
    padding: 20px;
    min-height: 300px;
  }

  .for .block__text {
    padding: 0 20px;
    padding-top: 20px;
  }

  .for .block__text b {
    font-size: 20px;
  }

  .prof__title {
    margin-bottom: 20px;
  }

  .prof__row {
    justify-content: center;
    margin-bottom: 32px;
  }

  .prof__text {
    padding: 20px 10px;
  }

  .prof__text:before {
    transform: rotate(90deg);
    left: 200px;
    top: -60px;
  }

  .format .item {
    max-width: 155px;
    padding: 10px;
  }

  .format__items {
    margin-bottom: 20px;
  }

  .format .warning__decor {
    display: none;
  }

  .format .warning__image {
    margin-bottom: 20px;
  }

  .format .warning__text {
    margin-bottom: 20px;
  }

  .efficiency__wrap {
    padding: 20px;
  }

  .efficiency__image {
    height: 230px;
  }

  .efficiency__text {
    text-align: center;
  }

  .efficiency .item {
    padding: 20px 10px;
    padding-top: 60px;
    text-align: center;
  }

  .efficiency .item__toggle {
    top: 0;
    left: 50%;
    transform: translate(-50%, -20px);
  }

  .efficiency .item__title {
    width: 100%;
    margin-bottom: 8px;
  }

  .result .item {
    padding: 20px 10px;
    min-height: auto;
    margin-bottom: 10px;
    text-align: center;
  }

  .result .item__number {
    justify-content: center;
    margin-bottom: 8px;
  }

  .result__image {
    margin-right: 0;
    position: relative;
  }

  .result__content {
    margin-top: 20px;
    text-align: center;
  }

  .about .item {
    padding: 20px 10px;
    margin-bottom: 16px;
  }

  .about .item__image {
    margin-bottom: 16px;
  }

  .mentors__title {
    margin-bottom: 32px;
  }

  .mentors__items {
    justify-content: center;
  }

  .mentor {
    margin-bottom: 40px;
  }

  .mentor__photo {
    margin-bottom: 16px;
  }

  .mentor__name {
    text-align: center;
    margin-bottom: 16px;
  }

  .mentor__text {
    text-align: center;
  }

  .testdrive__container {
    max-width: 100%;
  }

  .testdrive__wrap {
    padding: 40px 20px;
    padding-bottom: 200px;
  }

  .testdrive .package__decor {
    width: 200px;
    height: 200px;
    left: 50%;
    transform: translate(-50%, 100%);
    bottom: 0;
  }

  .packages__title {
    margin-bottom: 16px;
  }

  .packages__subtitle {
    margin-bottom: 16px;
  }

  .packages .package {
    padding: 40px 20px;
    margin-bottom: 24px;
  }

  .packages .block__title {
    font-size: 16px;
    padding: 0 25px;
  }

  .packages .block__image {
    background-repeat: no-repeat;
    height: 270px;
  }

  .reviews__decor {
    display: none;
  }

  .reviews__title {
    position: relative;
  }

  .reviews__title br {
    display: none;
  }

  .call__wrap {
    padding: 40px 20px;
  }

  .faq__title {
    margin-bottom: 32px;
  }

  .faq .item {
    padding: 20px;
    min-height: 64px;
  }

  .faq .item__toggle {
    width: 32px;
    height: 32px;
    top: 16px;
    right: 16px;
  }

  .faq .item__question {
    font-size: 14px;
    padding-right: 24px;
  }

  .consultation__subtitle {
    margin-bottom: 32px;
  }

  .form {
    padding: 32px 20px;
  }
}