@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
  .info-blocks {
    height: 100%;
    padding-block: 50px;
  }

  .info-blocks .wrapper {
    grid-template-columns: 1fr;
  }

  .info-blocks .block {
    width: 95%;
  }

  .projects-grid .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .projects-grid .project {
    width: 100%;
  }

  .image-links .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .image-links a {
    width: 100%;
  }

  .image-links img {
    height: 100%;
  }

  footer .wrapper {
    gap: 30px;
  }

  footer .links {
    grid-template-columns: 1fr;
  }

  footer ul {
    justify-content: space-between;
    width: 100%;
  }

  footer .links > * {
    width: 100%;
    justify-content: space-between;
  }

  footer .logos {
    gap: 30px;
    flex-direction: column;
  }
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 45px !important;
  }

  h2 {
    font-size: 35px;
  }

  header {
    gap: 60px;
    padding-bottom: 0;
  }

  header h1 {
    align-self: center;
  }

  header .contacts {
    display: none;
  }

  .gallery .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 880px) {
  .products.grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .text-section .wrapper {
    width: 90%;
  }

  .testimonial {
    width: 600px !important;
    height: 450px !important;
  }

  .slick-arrow.next {
    right: calc(50% - 338px);
  }

  .slick-arrow.prev {
    left: calc(50% - 338px);
  }

  .product-item {
    width: 100%;
  }

  .projects .get-in-touch {
    width: 80%;
    text-align: center;
  }

  .projects .socials {
    gap: 20px;
  }

  .products .product-item img {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .slick-arrow.next {
    right: calc(50% - 239px);
  }

  .slick-arrow.prev {
    left: calc(50% - 239px);
  }
}
