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

  h1 {
    font-size: 60px;
    line-height: 120%;
  }

  h2 {
    font-size: 45px;
    line-height: 120%;
  }

  .t-lg {
    font-size: 18px;
  }

  .t-md {
    font-size: 16px;
  }

  .container {
    max-width: 760px;
  }

  .header {
    padding: 10px 0;
  }

  .hero {
    padding: 90px 0;
  }

  .hero__container {
    align-items: center;
  }

  .hero__content {
    max-width: 360px;
  }

  .hero__title {
    line-height: 100%;
  }

  .hero__title span:after {
    font-size: 14px;
    width: 52px;
    height: 22px;
  }

  .hero__slider {
    width: 100%;
  }

  .hero__slider-wrap {
    max-width: 360px;
  }

  .hero .item {
    width: 88px;
    height: 145px;
  }

  .hero .item__icon {
    width: 55px;
    height: 55px;
  }

  .hero .item__text {
    font-size: 14px;
  }

  .hero .item-5 .item__icon {
    width: 55px;
    height: 55px;
  }

  .program__items {
    overflow: visible;
  }

  .program .item {
    padding: 20px;
  }

  .program .item__speaker_info {
    max-width: 240px;
  }

  .program .program-button-next,
  .program .program-button-prev {
    display: none;
  }

  .program .item__title {
    min-height: 68px;
  }

  .program .item__speaker {
    min-height: 70px;
  }

  .for {
    padding-top: 90px;
    padding-bottom: 45px;
  }

  .for .item {
    max-width: 360px;
    margin-bottom: 20px;
  }

  .for .item__icon {
    margin-bottom: 10px;
  }

  .result__items {
    padding-bottom: 40px;
  }

  .result .swiper-wrapper {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: start;
  }

  .result .swiper-pagination {
    bottom: 0;
  }

  .reviews {
    padding-top: 45px;
    padding-bottom: 90px;
  }

  .reviews .reviews-button-next,
  .reviews .reviews-button-prev {
    display: none;
  }

  .reviews__slider {
    overflow: visible;
  }

  .reviews .review {
    padding: 20px;
  }
}

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

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 28px;
  }

  .btn {
    height: 55px;
    max-width: 240px;
  }

  .t-md {
    font-size: 14px;
  }

  .container {
    max-width: 340px;
  }

  .header__logo {
    width: 70px;
    height: 30px;
  }

  .header__btn {
    display: none;
  }

  .header__info {
    gap: 10px;
    font-size: 12px;
  }

  .hero {
    padding-top: 70px;
    text-align: center;
  }

  .hero__type {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .hero__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .hero__footer {
    margin: 0;
    justify-content: center;
  }

  .hero__slider {
    overflow: visible;
    margin-bottom: 24px;
  }

  .hero__price {
    order: -1;
    display: inline-flex;
    background: rgba(255, 56, 0, 0.12);
    border-radius: 4px;
    width: auto;
    padding: 5px 10px;
    margin-bottom: 10px;
    gap: 5px;
  }

  .hero__btn {
    margin-bottom: 15px;
  }

  .hero__gift {
    text-align: left;
  }

  .program {
    padding: 55px 0;
  }

  .program__title {
    margin-bottom: 10px;
  }

  .program__items {
    padding-top: 30px;
  }

  .program .item__speaker_info {
    max-width: 190px;
  }

  .program .item__title {
    min-height: 59px;
  }

  .program .item__info {
    height: 193px;
  }
  
  .program .item__info--hide-mobile {
   visibility: hidden;
  }
  
  .program .item.show .item__info--hide-mobile {
   visibility: visible;
  }

  .for {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .for__title {
    margin-bottom: 24px;
  }

  .for .item {
    padding-left: 75px;
    text-align: left;
    position: relative;
  }

  .for .item__icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .for__btn {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .result {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .result__title {
    margin-bottom: 25px;
  }

  .result .item {
    width: 250px;
    height: 250px;
    padding: 20px;
  }

  .result .item__image {
    height: 150px;
  }

  .reviews {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .reviews__slider {
    padding-top: 20px;
  }

  .reviews .review__author {
    min-height: 59px;
  }

  .reviews .review__text {
    min-height: 159px;
  }

  .form {
    padding: 20px;
  }

  .form__title {
    font-size: 20px;
    line-height: 130%;
  }
}