/* Подвал — как на prutkovsky.ru (nostro) */
.site-footer {
  background-color: #dedede;
  /* margin-top: 2rem; */
  padding: 2rem 0 0;
}

.site-footer__inner {
  padding-bottom: 12px;
}

.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.site-footer__top .region {
  min-width: 0;
}

.site-footer .block {
  margin: 7px 0;
  border: none;
}

.site-footer__top p {
  margin-top: 0;
}

.site-footer .content,
.site-footer .content p,
.site-footer .content a {
  color: #333;
  font-size: 15px;
  line-height: 1.45;
}

.site-footer .content a {
  text-decoration: none;
}

.site-footer .content a:hover {
  color: #820000;
}

.site-footer img {
  display: block;
  max-width: 153px;
  height: auto;
}

.site-footer__bottom {
  padding: 1rem 0 0.5rem;
  font-size: 0.875rem;
  color: #666;
  border-top: 1px solid #c4bfbf;
}

@media (min-width: 801px) {
  .site-footer__top {
    flex-wrap: nowrap;
  }

  .site-footer__top .region {
    flex: 1 1 0;
  }

  .site-footer__top .region + .region {
    margin-left: 1%;
    padding-left: 2%;
    border-left: 1px solid #c4bfbf;
  }

  .sting-tel-mobile {
    display: none;
  }
}

@media (max-width: 800px) {
  .site-footer__top .region {
    flex: 1 1 100%;
  }

  .site-footer__top .region + .region {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #c4bfbf;
  }

  .sting-tel-decktop {
    display: none;
  }
}
