@media screen and (min-width: 1024px) {
  .site-footer .site-name {
    font-size: 16px;
    width: auto;
  }
}
@media (max-width: 478px) {
  .site-header-name {
    margin: 17px 0 10px 50px;
  }
  .bottom-contacts .contacts-flex .bottom-address {
    padding-left: 0;
    padding-right: 0;
  }
}
