@media (max-width: 1480px) {
  /* ================================ 
   ============ header ============ 
   ================================ 
*/
  body {
    zoom: 1;
  }
  header {
    width: 100%;
    height: 70px;
    margin: 0;
  }
  .footer-nav {
    display: none;
  }
  .header-nav {
    justify-content: space-between;
    padding-inline: 15px;
  }
  .header-nav > .header-ul {
    display: none;
  }
  .hide-menu-el {
    display: block;
  }
  a.logo {
    width: auto;
    font-size: 3.75rem;

    & > span {
      color: rgba(160, 1, 1, 1);
    }
  }

  /* ================================ 
   ============= main ============= 
   ================================ 
*/

  /* ================================ 
   ============ footer ============ 
   ================================ 
*/
  footer {
    margin-inline: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    background-image: url(../images/index/Pattern-footer.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .conection_with_us {
    width: 76%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .conection_with_us > h1 {
    width: 100%;
    height: 84px;
    font-family: "Inter";
    transform: scaleY(0.8);
    font-weight: 870;
    font-size: 3.375rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    align-self: center;
  }
  .contact-info_block {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 60px;
    background-image: url(../images/index/cancu.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .contact-info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-wrap: wrap;
    text-align: center;
  }
  .contact-info > span {
    font-family: "Source Code Pro";
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 100%;
    letter-spacing: 2%;
    color: rgba(0, 0, 0, 1);
  }
  .contact-info > span + a {
    font-family: "Source Code Pro";
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 2%;
    color: rgba(106, 0, 0, 1);
    text-decoration: none;
    margin-top: 19px;
  }
  .footer-logo {
    width: 89px;
    height: 89px;
  }
  .footer-nav {
    padding: 0;
    height: 100px;
  }
  .footer-ul {
    width: 100%;
  }
  .privat_policy {
    font-family: "Inter";
    transform: scaleY(0.8);
    font-weight: 750;
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(170, 170, 170, 1);
    text-decoration: none;
  }
  /* ================================ 
   ========= @media-query ========= 
   ================================ 
*/
  .hover {
    transition: opacity 0.2s ease-in-out;
  }

  @media (hover: hover) {
    .hover:hover {
      opacity: 0.3;
    }
  }
  .news-empty {
    font-family: "Source Code Pro";
    font-weight: 600;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 2%;
    color: rgba(106, 0, 0, 1);
    text-decoration: none;
  }
}
