.ym-footer {
  padding:1rem;
}

.ym-footer__top {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:1rem 0;
}

.ym-footer__brand {
  font-weight: 700;
  font-size: 1rem;
}

.ym-footer__links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer .ym-footer__links a {
  color: inherit;
  text-decoration: none;
  font-size: 0.8rem;
}

.site-footer .ym-footer__links a:hover {
  text-decoration: underline;
}

.ym-footer__contact {
  margin-top: 8px;
}
.ym-footer__contact p{
    font-size: 0.8rem;
    margin-top:0.2rem;
}
.ym-footer__contact p a{
    color:var(--ym-muted);
}
.site-footer .ym-footer__tel {
  color: inherit;
  text-decoration: none;
}

.ym-footer__meta {
  margin-top: 6px;
}

.ym-footer__blocks {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--ym-border);
}
