@media only screen and (min-width: 500px) {

  .footer_mobile {
    display: none;
  }
}

.footer .newsletter .title {
  color: #8c8c8c;
  font-size: 15px;
  margin: 0;
  text-transform: none;
}

@media (max-width: 500px) {

  .header-links ul {
    align-content: flex-end;
    align-items: flex-end;
    column-gap: 20px;
    display: flex;
  flex-direction: row;
    font-size: 0;
  
    justify-content: center;
  }

  .footer-block {
    width: 100%;
  }

  .footer-middle {
    width: 100%;
  }

  .footer-middle {
    clear: left;
    display: block;
    float: inherit;
    margin: auto;
    padding: 0;
    text-align: right;
  }

  .footer-upper {
    clear: right;
    margin-top: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }

  .footer .title {
    color: black;
  float: initial;
    font-size: 16px;
  
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .FollowUs {
    content: url(../../images/samples/facebook.svg);
    margin: auto;
  }

  .footer-block ul {
    background-color: #712d2d;
    display: block;
    opacity: 0;
    padding: 10px 0;
    text-align: center;
  }

  .footer-block:nth-child(2) ul {
    background-color: #712d2d;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    opacity: 0;
    padding: 10px 0;
    text-align: center;
  }

  .footer-middle .footer-block:nth-child(2) {
    width: 100%;
  }

  .footer_mobile .header-links {
    display: none;
  }

  .footer-lower-inside {
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .address_footer {
    color: black;
    font-size: 14px;
    margin-top: 0;
    text-align: center;
  }
}
