.footer {
  padding-bottom: var(--padding);
  padding-top: 24px;
}

.footer a {
  text-decoration: none;
}
body.-notouch .footer a:hover {
  opacity: 0.5;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-address p {
  margin-bottom: 25px;
}
.footer-address p:last-child {
  margin-bottom: 0;
}

.footer-cosial {
  margin-top: -4px;
}
.footer-cosial__title {
  margin-right: 20px;
}
.footer-cosial__list ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
}
.footer-cosial__list ul li {
  margin: 0px 18px 0px 0px;
  padding: 0px;
}
.footer-cosial__list ul li:last-child {
  margin-right: 0;
}
.footer-cosial__list ul li a {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--color-background);
  border-radius: 50%;
}

.footer-copy {
  color: var(--color-gray-2);
}

@media (max-width: 991px) {
  .footer {
    font-size: 20px;
    line-height: 1.3;
  }
  .footer-address {
    margin-bottom: 20px;
  }
  .footer-address p {
    margin-bottom: 20px;
  }
  .footer-address p:last-child {
    margin-bottom: 0;
  }
  .footer-contacts {
    margin-bottom: 36px;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .footer-logo img {
    width: 105px;
    height: auto;
  }
}
