@media screen and (min-width: 768px) and (max-width: 1440px) {
  .content_big {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  html {
    font-size: clamp(7.5px, 0.7vw, 10px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content,
  .content_big {
    padding: 0 2rem;
    max-width: 896px;
  }
  .swiper_content {
    padding: 1.5rem 2rem;
    max-width: 896px;
  }
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  .content,
  .content_big,
  .swiper_content {
    max-width: 768px;
  }
}
