.footer {
  margin-bottom: 75px;
}
.footer.product-footer {
  margin-bottom: 119px;
}

.footer__addres {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 8px;
  color: var(--text-primary);
  text-align: center;
  display: block;
}

.footer__number {
  display: block;
  text-align: center;
  font-size: 18px;
  color: var(--text-primary);
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 16px;
}

.footer__text {
  font-size: 16px;
  text-align: center;
  line-height: 120%;
  margin-bottom: 8px;
}

.footer__apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.footer__apps a {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
}
.footer__apps a img {
  width: 100%;
  height: 100%;
}

.footer__messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer__messages a {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
}
.footer__messages a img {
  width: 100%;
  height: 100%;
}

.footer__subtext {
  text-align: center;
  font-size: 12px;
  line-height: 120%;
  color: var(--text-muted);
}

@media (min-width: 767px) {
  .footer__addres br {
    display: none;
  }
}