.footer {
  flex-shrink: 0;
  background-color: var(--color-black);
  padding: 44px 0 38px;
}
@media (min-width: 1086px) {
  .footer {
    padding: 96px 0 74px;
  }
}
.footer, .footer a {
  color: var(--color-white);
}
.footer__menu {
  margin-bottom: 11px;
}
@media (min-width: 1086px) {
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
.footer__menu-item {
  margin-bottom: 34px;
}
.footer__menu-title {
  font-size: 20px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (min-width: 1086px) {
  .footer__menu-title {
    font-size: 54px;
    margin-bottom: 48px;
  }
}
.footer__menu-btn_city-choose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  text-transform: uppercase;
}
.footer__menu-btn_city-choose svg {
  margin-right: 11px;
}
@media (max-width: 1086px) {
  .footer__menu-btn_city-choose svg {
    width: 16px;
    height: 16px;
  }
}
@media (min-width: 1086px) {
  .footer__menu-btn_city-choose {
    font-size: 17px;
  }
}
@media (min-width: 1086px) {
  .footer__menu-btns {
    margin-bottom: 80px;
  }
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1086px) {
  .footer__bottom {
    flex-direction: column-reverse;
  }
}
.footer .social-links {
  margin-bottom: 31px;
}
@media (min-width: 1086px) {
  .footer .social-links {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.footer__copyright-item {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 5px;
}
.footer__copyright-item:first-child {
  color: var(--color-white);
  margin-bottom: 8px;
}
.footer .social-links__item_max svg path{
  fill: #fff;
}