footer {
  background-color: var(--light-2);
  color: var(--dark-3);
}
footer .f-about {
  margin-top: 30px;
}
footer .f-about .text {
  margin-top: 20px;
}
footer .footer-widget {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .footer-widget {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  footer .footer-widget {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
footer .footer-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--black);
  position: relative;
}
footer .footer-support {
  padding-top: 21px;
}
footer .footer-support span {
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  font-weight: 500;
  margin-top: 9px;
  display: block;
}
@media (max-width: 767px) {
  footer .footer-support span {
    display: block;
  }
}
footer .social {
  padding-top: 27px;
}
footer .social li {
  display: inline-block;
  margin-right: 15px;
}
footer .social li:last-child {
  margin-right: 0;
}
footer .social a {
  font-size: 18px;
  color: var(--dark-3);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
footer .social a:hover {
  color: var(--primary);
}
footer .footer-link {
  margin-top: 10px;
}
footer .footer-link ul {
  margin-top: 8px;
}
footer .footer-link ul a {
  font-size: 15px;
  line-height: 20px;
  color: var(--dark-3);
  margin-top: 7px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  footer .footer-link ul a {
    margin-top: 12px;
  }
}
footer .footer-link ul a:hover {
  color: var(--primary);
}
footer .footer-copyright { color: var(--dark-3);
  border-top: 1px solid var(--gray-4);
  font-size:14px;
}
footer .copyright {
  padding-bottom: 23px;
  padding-top: 13px;
}
footer .copyright .text {
  color: var(--dark-3);
  margin-top: 10px;
}

/* Дополнительные стили для контактов */
footer .footer-contacts {
  margin-top: 10px;
}
footer .footer-contacts .contact-item:last-child {
  margin-bottom: 0;
}
footer .footer-contacts .contact-item a {
  color: var(--dark-3);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

footer .footer-contacts .contact-item a:hover {
  color: var(--primary);
}

footer .footer-contacts .contact-item.address {
  display: flex;
  gap: 8px;
  color: var(--dark-3);
}


footer .footer-link a {
  font-size: 15px;
  color: var(--dark-3);
  text-decoration: none;
  transition: all 0.3s ease;
}

footer .footer-link a:hover {
  color: var(--primary);
}
  footer .footer-contacts .contact-item {
    margin-bottom: 10px;
  }
/* Адаптивность */
@media (max-width: 767px) {
  footer .footer-contacts {
    margin-top: 20px;
  }
  
  footer .footer-contacts .contact-item {
    margin-bottom: 14px;
  }
}

/*# sourceMappingURL=footer-02.css.map */