.footer {
  min-height: 1px;
  background-color: #f8f2ee;
  color: #8a8a8a; }
  .footer__body {
    padding: 32px 0; }
  .footer__logo {
    margin-bottom: 1.25rem; }
  .footer__desc {
    font-size: 0.8rem; }
  .footer__title {
    margin-bottom: 1.5rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
    color: #111111; }
    @media (max-width: 767px) {
      .footer__title {
        margin-top: 1.75rem;
        margin-bottom: 1.25rem; } }
    .footer__title--upper {
      text-transform: uppercase;
      letter-spacing: 0.5px; }
  .footer__bottom {
    color: rgba(255, 255, 255, 0.75);
    background-color: #111111; }
  .footer .phone-link {
    line-height: 1.25; }
  .footer .phone-link__icon {
    display: none; }
  .footer .contact-list__link--phone,
  .footer .contact-list__link--mail,
  .footer .contact-list__title,
  .footer .phone-link__code,
  .footer .phone-link__number,
  .footer .contact-list__point {
    font-size: 1rem;
    color: rgba(17, 17, 17, 0.75); }
  .footer .nav-catalog__list {
    -webkit-column-count: 2;
            column-count: 2; }
  .footer .nav-catalog__link {
    color: rgba(17, 17, 17, 0.75); }
    .footer .nav-catalog__link:hover {
      color: #111111; }

.copyright {
  padding: 12px 0;
  font-size: 0.8rem;
  text-align: center; }
  @media (min-width: 576px) {
    .copyright__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left; } }
  .copyright__text, .copyright__link {
    margin-bottom: 0.5rem; }
    @media (min-width: 576px) {
      .copyright__text, .copyright__link {
        margin-bottom: 0; } }
  .copyright__qmedia {
    display: inline-block; }
    @media (min-width: 768px) {
      .copyright__qmedia {
        display: block; } }
  .copyright__link a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline; }
    @media (min-width: 1200px) {
      .copyright__link a:hover {
        color: #ffffff;
        text-decoration: none; } }
