@media (max-width: 450px) {
  .title {
    font-size: 24pt;
    margin-bottom: 10px;
  }
  .nav {
    display: none;
  }
  .promo__descr h1 {
    font-size: 16px;
  }
  .promo__descr p {
    font-size: 14px;
  }
  .promo__descr h1::after {
    top: -50px;
  }
  .direction__items {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .direction__item {
    border-radius: 4px;
    overflow: hidden;
  }
  .directions,
  .news,
  .videos,
  .contact,
  .system {
    padding: 25px 0;
  }
  .videos {
    padding-bottom: 0;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .video__item {
    max-width: 327px;
    height: auto !important;
  }
  .videos__items .slick-slide {
    text-align: center;
  }
  .videos__items .slick-arrow {
    top: 34%;
  }
  .videos__items iframe {
    height: 183px !important;
  }
  #galery .slick-slide {
    width: 100% !important;
    margin: 0;
  }
  #galery .slick-arrow {
    display: none !important;
  }
  .news__items,
  .galery__items {
    margin: 0;
  }
  .contact__left {
    display: none;
  }
  .contact__right {
    width: 100%;
  }
  .requirments__wrapper img {
    display: none;
    background-image: url("/media/img/design/system-requ.png");
  }
  .requirments__wrapper {
    position: relative;
    background-image: url("/media/img/design/system-requ.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
  }
  .requirments__text {
    color: #fff;
    position: relative;
    top: 225px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    line-height: 1.5;
  }
  .direction__descr-wrapper {
    opacity: 1;
  }
}
