.footer {
  padding-top: 0;
}
.footer__inner {
  margin-bottom: 1.25rem;
}
.footer .region-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .footer .region-footer {
    display: flex;
    flex-direction: column;
  }
}
.footer .block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1rem;
  line-height: 128%;
  color: #000;
  margin-bottom: 0.3rem;
}
.footer #block-vesta-theme-logopodval,
.footer #block-vesta-theme-logofuter {
  width: 13%;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-logopodval,
  .footer #block-vesta-theme-logofuter {
    width: 50%;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    justify-self: center;
  }
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-osnovnayanavigaciya-3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 .menu {
  display: flex;
  flex-direction: column;
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 .menu a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 128%;
  color: #000;
  padding: 0.15rem 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-views-block-nashi-uslugi-block-2 {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}
.footer #block-vesta-theme-views-block-nashi-uslugi-block-2 .view-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.footer #block-vesta-theme-views-block-nashi-uslugi-block-2 .view-content a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  line-height: 128%;
  color: #000;
  padding: 0.15rem 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer #block-vesta-theme-kontakty-2 {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
  }
}
.footer #block-vesta-theme-kontakty-2 .user-contacts {
  flex-direction: column;
  row-gap: 1rem;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1rem;
  line-height: 128%;
  color: #000;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__item--soc {
  flex-direction: row;
}
.footer #block-vesta-theme-kontakty-2 .user-contacts__item--soc svg {
  fill: #987fe0;
  color: #fff;
}
.footer .block-superfish {
  width: auto;
}
.footer .copyright .privacy-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: #888;
}
@media screen and (max-width: 768px) {
  .footer .copyright .privacy-content {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.6rem;
  }
}
.footer .copyright .privacy-content a {
  color: #888;
  transition: 0.3s;
}
.footer .copyright .privacy-content a:hover {
  color: #000;
}
