.footer {
  background-color: #F9F9F9;
}
.footer__container {
  padding-block: 40px 0px;
}
.footer__benefit__area {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  max-width: 327px;
  margin-bottom: 20px;
}
.footer__logo__wrapper {
  flex-basis: 100%;
}
.footer__nav {
  margin-bottom: 42px;
}
.footer__nav__link {
  color: #212529;
}
.footer__nav__item {
  margin-bottom: 12px;
  max-width: 162px;
}
.footer__nav__item--bold {
  margin-bottom: 20px;
}
.footer__nav__item--bold strong {
  font-weight: 800;
}
.footer__contact__item {
  margin-bottom: 19px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.footer__contact__link {
  color: #212529;
}
.footer__accounts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.footer__bottom {
  padding-block: 25px 20px;
  border-top: 1px solid #6C757D;
}
.footer__bottom__container {
  padding-top: 15px;
}
.footer__bottom * {
  color: #212529;
  font-size: 10px;
  line-height: 13px;
}
.footer__bottom__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.footer__bottom .footer__copyright {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__seo__zone, .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .footer__nav, .footer__contact, .footer__accounts {
    margin-bottom: 0px;
  }
  .footer__bottom {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    border-top: 1px solid #6C757D;
    justify-content: center;
    gap: 60px;
  }
  .footer__bottom * {
    font-size: 12px;
  }
  .footer__bottom .footer__copyright {
    margin-top: 0px;
  }
  .footer__bottom__wrapper, .footer__bottom .footer__copyright {
    padding: 0;
  }
  .footer__bottom__wrapper {
    gap: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .footer__container {
    padding-block: 40px 0px;
    padding-inline: 102px;
  }
  .footer__body {
    display: flex;
    gap: 40px;
  }
  .footer__nav, .footer__contact {
    width: max-content;
    max-width: 260px;
    flex-grow: 1;
  }
  .footer__nav__item:last-child, .footer__contact__item:last-child {
    margin-bottom: 0px;
  }
  .footer__seo__zone {
    row-gap: 60px;
    column-gap: 40px;
    align-content: flex-start;
  }
  .footer__contact {
    flex-grow: 1;
  }
  .footer__accounts {
    margin-top: 15px;
    justify-content: center;
    width: 100%;
    gap: 48px;
  }
  .footer__bottom * {
    font-size: 16px;
  }
}
/*# sourceMappingURL=footer.min.css.map */
