.footer {
  padding-top: 3.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1218px) {
  .footer {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
}
.footer .region-footer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: 4rem auto;
  justify-content: space-between;
  column-gap: 3rem;
  padding: 0;
}
@media screen and (max-width: 1218px) {
  .footer .region-footer {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 1rem;
  }
}
.footer #block-vesta-theme-logo-3 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
@media screen and (max-width: 1218px) {
  .footer #block-vesta-theme-logo-3 {
    grid-column: 1 / 3;
  }
}
.footer #block-vesta-theme-logo-3 a {
  display: block;
}
.footer #block-vesta-theme-logo-3 img {
  max-width: 100%;
  height: auto;
}
.footer #block-vesta-theme-kopirayt {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
@media screen and (max-width: 1218px) {
  .footer #block-vesta-theme-kopirayt {
    grid-column: 1 / 3;
  }
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
@media screen and (max-width: 1218px) {
  .footer #block-vesta-theme-osnovnayanavigaciya-3 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
}
.footer #block-vesta-theme-osnovnayanavigaciya-3 ul {
  width: auto;
  display: flex;
  flex-direction: column;
}
.footer .block-views-blockcatalog-block-front {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}
@media screen and (max-width: 1218px) {
  .footer .block-views-blockcatalog-block-front {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
}
.footer .block-views-blockcatalog-block-front a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  color: #373435;
  padding: 0.3rem 0;
}
.footer #block-vesta-theme-kontakty-2 {
  grid-column: 4 / 5;
  grid-row: 1 / 3;
}
@media screen and (max-width: 1218px) {
  .footer #block-vesta-theme-kontakty-2 {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
    padding-top: 1rem;
    border-top: 0.06rem solid #dfdfdf;
  }
}
.footer #block-vesta-theme-kontakty-2 .contacts-block {
  flex-direction: column-reverse;
  row-gap: 0.3rem;
}
.footer .copyright .privacy-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
}
.footer .copyright .privacy-content span {
  color: #373435;
}
.footer .copyright .privacy-content a {
  color: #f67b04;
}
.footer .vesta {
  display: flex;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9399999999999999rem;
  color: #373435;
  margin-top: 3rem;
}
.footer .vesta a {
  color: #373435;
}
@media screen and (max-width: 1218px) {
  .footer .vesta {
    margin-top: 2rem;
  }
}
