@media (max-width: 767px) {
  .block_newsletter {
    padding-bottom: .625rem;
    border-bottom: 1px solid #f6f6f6
  }

  .block_newsletter form .input__wrapper {
    max-width: 100%;
  }

  .footer-container {
    box-shadow: none;
    margin-top: 0
  }

  .footer-container .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .footer-container .links .h3 {
    line-height: 1.5;
    font-size: 1rem
  }

  .footer-container .links ul {
    background-color: #f6f6f6;
    margin-bottom: 0
  }

  .footer-container .links ul > li {
    padding: .625rem;
    border-bottom: 1px solid #fff;
    font-weight: 700
  }

  .footer-container .links ul > li a {
    color: var(--color-black-default)
  }

  .links .collapse {
    display: none
  }

  .links .collapse.in {
    display: block
  }

  .links .title {
    padding: .625rem;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer
  }

  .links .title .collapse-icons .remove,
  .links .title[aria-expanded=true] .collapse-icons .add {
    display: none
  }

  .links .title[aria-expanded=true] .collapse-icons .remove {
    display: block
  }

  .links .navbar-toggler {
    display: inline-block;
    padding: 0
  }

}


@media (max-width: 991px) {

  /********************
    Part - block social
  ********************/

  .block-social {
    text-align: center
  }

  /********************
    Part - block contact
  ********************/

  .block-contact {
    padding-left: 1.5rem
  }

}

@media screen and (max-width: 1023px) {

  .footer-container .footer {
    flex-wrap: wrap;
  }

  .footer-container .footer > * {
    flex: 1 0 100%;
  }

  .newsletter-contact-container {
    padding-bottom: 2em;
  }

}

@media (min-width: 768px) {

  /*.section__title-content.newsletter .section__title-content__inner {*/
  /*  grid-template-columns: 30% auto;*/
  /*}*/

  .footer-container .footer {
    max-width: 73%;
  }

  .footer-info-container {
    max-width: 70%;
  }

}

@media screen and (min-width: 1024px) {

  .before-footer {
    position: relative;
    z-index: 1;
  }

  #footer {
    position: relative;
    z-index: 0;
  }

  #footer.footer-fixed {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }

  #footer > .container {
    position: relative;
    z-index: 1;
    padding: 15px;
  }

  .footer-container .footer > .footer-links-list {
    flex: 1 0 0;
  }

  .footer-container .footer {
    grid-template-columns: 25% 50% 1fr;
  }

  /********************
  Newsletter - contact
  ********************/

  .newsletter-contact-inner {
    grid-template-columns: repeat(2, 1fr);
    max-width: 60%;
  }

}
