.footer {
  background-color: #231f20;
}

.footer-body {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  padding: 40px 0;
  font-size: 16px;
}

.footer-left,
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-center-privacy {
  margin-bottom: 25px;
}

.footer-center-privacy-link,
.footer-center-contacts-link,
.footer-right-tel-link {
  text-decoration: none;
  color: #ffffff;
}

.footer-right {
  gap: 40px;
}

.footer-right-email-link {
  text-decoration: none;
  color: #ffffff;
}

.footer-right-email-img {
  transform: translateY(3px);
}

.footer-right-rutube-img {
  width: 31px;
  height: 31px;
  margin-left: 15px;
}

/* ----------------------------------------адаптив футера */
@media (max-width: 1200px) {
  .footer-body {
    margin: 0 15px;
  }
}

@media (max-width: 992px) {
  .footer-body {
    font-size: 14px;
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .footer-body {
    flex-direction: column;
  }

  .footer-left {
    margin-bottom: 15px;
  }

  .footer-left-address {
    display: none;
  }

  .footer-center {
    margin-bottom: 25px;
  }

  .footer-right {
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .footer-left-logo-img {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .footer-body {
    padding: 30px 5px;
  }

  .footer-left {
    gap: 5px;
    margin-bottom: 5px;
  }

  .footer-center-privacy {
    margin-bottom: 20px;
  }

  .footer-right {
    gap: 20px;
  }
}
