@media screen and (max-width: 1200px) {
  .header {
      padding: 25px;
  }

  .content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content__title {
    font-size: 52px;
  }

  .content__desc {
    font-size: 20px;
  }

  
}

@media screen and (max-width: 950px) {
  .menu__link {
    font-size: 14px;
  }

  .timer {
    padding: 10px 30px;
  }

  .request__title {
    font-size: 40px;
  }

  .request__desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 870px) {
  .bell {
    display: flex;
  }
  
  .header__right {
    display: none;
  }
  .sandwich {
    display: block;
  }

  .content {
    align-items: center;
    padding-top: 20px;
  }

  .content__sale {
    font-size: 20px;
  }

  .callback-form__name, .callback-form__tel {
    width: max-content;
  }

  .callback-form__button {
    padding: 20px 25px;
  }

  .content__date {
    display: none;
  }

  .dublicate__date {
    display: block;
    padding-top: 20px;
  }

  .dublicate__timer {
    margin-bottom: 10px;
  }

  .content__button {
    margin-top: 16px;
  }

  
}

@media screen and (max-width: 700px) {
  .request__wrap {
    flex-direction: column;
  }

  .callback-form__name, .callback-form__tel {
    width: 100%;
  }
  .slider .swiper-container {
    overflow: visible;
    height: auto;
    width: auto;
    padding: 0 15px;
    padding-bottom: 50px;
}

  .swiper-btn {
    display: none;
  }

  .swiper-slide {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    min-height: 280px;
    height: 320px;
  }

  .swiper-pagination {
    display: block;
  }

  .request__info {
    padding-bottom: 30px;
    padding-right: 0;
  }

  .timer__item {
    padding: 0 10px;
  }

  .description__info {
    font-size: 18px;
    line-height: 20px;
  }

  .description-list__item {
    font-size: 18px;
    line-height: 20px;
  }

  .description__info:not(:last-child) {
    padding-bottom: 15px;
  }

  .description__title {
    font-size: 40px;
  }

  .request {
    padding: 45px 0;
  }

  .content__title {
    font-size: 42px;
  }

  .slider__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 450px) {
  .logo {
    font-size: 18px;
    max-width: 148px;
  }

  .header {
    padding: 15px;
  }

  .description__info {
    font-size: 16px;
    line-height: 17px;
  }

  .description-list__item {
    font-size: 16px;
    line-height: 17px;
  }

  .description {
    font-size: 16px;
  }

  .description__decor {
    font-size: 16px;
  }
  .description__info:not(:last-child) {
    padding-bottom: 13px;
  }

  .slider__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 320px) {
  .logo {
    font-size: 14px;
  }

  .content {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 125px;
  }

  .content__title {
    font-size: 36px;
    padding-bottom: 10px;
  }

  .content__desc {
    font-size: 14px;
  }

  .dublicate__sale {
    font-size: 16px;
  }

  .description__title {
    font-size: 32px;
  }

  .description__info:not(:last-child) {
    padding-bottom: 20px;
  }

  .description__info {
    font-size: 12px;
    line-height: 15px;
  }

  .description-list__item {
    font-size: 12px;
    line-height: 15px;
  }

  .description__decor {
    font-size: 12px;
  }

  .request {
    padding: 30px 0;
  }

  .request__info {
    font-size: 26px;
  }

  .request__desc {
    font-size: 12px;
  }

  .request__title {
    font-size: 26px;
  }

  .slider__title {
    font-size: 32px;
  }
}