@media screen and (max-width: 1140px) {
  .partners ul {
    gap: 20px;
  }
  .swiper__custom__btn__prev,
  .swiper__custom__btn__next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .partners ul {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .blurred__top,
  .blurred__bottom,
  .top__left,
  .bottom__right {
    display: none;
  }
  .list__documents {
    flex-wrap: wrap;
  }
  .list__documents li {
    width: 45%;
    text-align: center;
  }
  .advantages {
    gap: 25px;
  }
  footer {
    flex-direction: column-reverse;
  }
  footer ul {
    flex-direction: column;
  }
  .social {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 25px;
  }
  .social li:first-of-type {
    width: 100%;
  }
  header {
    align-items: flex-start;
    padding-left: 10px;
  }
  header .logo {
    padding: 22px 16px;
  }
  header .logo img {
    width: 58px;
  }
  .player .player__image {
    object-fit: cover;
  }
  .bottom__left {
    width: 184px;
    left: -13%;
    top: 75%;
  }
  .container,
  .about.about {
    padding: 0 15px;
  }
  .partners img {
    width: 100%;
  }
  .advantages {
    grid-template-columns: 1fr;
  }
  .advantages li img {
    width: 195px;
  }
  .section__title {
    font-size: 22px;
  }
  .categories__list {
    gap: 30px;
  }
  .horizontal {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .horizontal li {
    display: inline-block;
    margin-right: 5px;
  }
  .horizontal a {
    font-size: 14px;
    padding: 4px 8px;
  }
  .item__list {
    grid-template-columns: 1fr 1fr;
  }
  .details {
    flex-direction: column;
    gap: 20px;
  }
  .details .sorts {
    width: 100%;
    max-width: 100%;
  }
  .content {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hero__text h1 {
    font-size: 32px;
  }
  .btn {
    font-size: 20px;
  }
  .list__documents li {
    width: 100%;
  }
  .modal.documents li {
    padding: 12px 0;
    font-size: 12px;
  }
  .item__list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .list__icons {
    grid-template-columns: 1fr;
  }
  .list__icons li {
    justify-content: center;
  }
  .table .row {
    gap: 20px;
  }
  .table strong {
    font-size: 14px;
  }
  .accordion__text ul li {
    font-size: 16px;
  }
  .section__title.text__left {
    text-align: center;
  }
  .contact__data {
    width: 100%;
  }
  .contact__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact__inner form {
    margin-top: 30px;
    width: 100%;
  }
  .contact form button {
    width: 100%;
  }
  .map {
    height: 350px;
  }
}
