.footer {
  padding: 40px 0 60px;
  background-color: #242424;
  color: #eee
}
.footer__content {
  display: flex
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  max-width: 454px;
  width: 100%;
  margin-right: auto;
  padding-right: 70px
}
.footer__contacts-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px
}
.footer__contacts-text {
  font-size: 14px;
  letter-spacing: .02em;
  margin-bottom: 30px
}
.footer__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400
}
.footer__contacts-list a {
  font-weight: 700;
  color: #fff
}
.footer__contacts-list a:focus,
.footer__contacts-list a:hover {
  opacity: .7
}
.footer__contacts-list a:active {
  opacity: .4;
  transition: none
}
.footer__contacts-item svg {
  display: inline-block;
  grid-column: 1/2;
  fill: #eee;
  margin: 0 5px 0 0;
  translate: 0 1px
}
.footer__menu {
  display: flex;
  flex-shrink: 0;
  -moz-column-gap: 45px;
  column-gap: 45px
}
.footer__menu-item {
  min-width: 142px;
  max-width: 200px
}
.footer__menu-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px
}
.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 3px
}
.footer__menu-link a {
  display: block;
  font-size: 14px;
  letter-spacing: .02em;
  color: #eee
}
.footer__menu-link a:focus,
.footer__menu-link a:hover {
  opacity: .7
}
.footer__menu-link a:active {
  opacity: .4;
  transition: none
}
@media (max-width:1023px) {
  .footer__content {
    flex-direction: column;
    width: 100%
  }
  .footer__contacts {
    align-items: center;
    max-width: none;
    margin-bottom: 40px;
    padding-right: 0
  }
  .footer__contacts-list {
    align-items: center;
    max-width: 480px;
    text-align: center
  }
  .footer__menu {
    flex-direction: column;
    gap: 0;
    width: 100%
  }
  .footer__menu-item {
    min-width: none;
    max-width: none;
    border-top: 1px solid #4a4a49;
    cursor: pointer;
    transition: .2s linear
  }
  .footer__menu-item_open .footer__menu-list {
    display: block
  }
  .footer__menu-title {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 0
  }
  .footer__menu-list {
    display: none;
    text-align: center;
    padding-bottom: 15px
  }
  .footer__menu-link a {
    padding: 8px 0
  }
}