

.footer__section--main {
  padding-bottom: 3rem;
}

.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__nav ul li + li {
  margin-top: .56rem;
}

.footer__nav ul li a {
  text-decoration: none;
}

.footer__nav ul li a:hover {
  text-decoration: underline;
}

.footer__nav .txt--light ul li a,
.footer__nav .txt--light ul li a:hover {
  color: #222326;
}

.footer__nav .txt--dark ul li a,
.footer__nav .txt--dark ul li a:hover {
  color: #fff;
}

.footer__contact .properties__item {
  display: flex;
  align-items: flex-start;
  margin-inline-end: 0;
  padding-inline-end: 0;
  border-inline-end: none;
}

.footer__contact .properties__item:first-child {
  margin-top: 0;
}

.footer__contact .properties__icon .icon {
  min-height: 1.3884rem;
}

.footer__form-disclaimer {
  font-size: .78rem;
}

.footer__form-disclaimer a {
  text-decoration: underline;
}

.footer__form-disclaimer a:hover {
  text-decoration: none;
}

.footer__form-disclaimer .txt--light a,
.footer__form-disclaimer .txt--light a:hover {
  color: #222326;
}

.footer__form-disclaimer .txt--dark a,
.footer__form-disclaimer .txt--dark a:hover {
  color: #fff;
}

.footer__section--bottom {
  padding-top: 0;
}

.footer__lang-and-links-and-copyright {
  padding-top: 1.67rem;
  border-top: 1px solid;
}

.footer__lang .lang-select__button {
  padding: .56rem 1.11rem;
  border: 1px solid;
  border-radius: 8px;
}

.footer__lang .lang-select__nav {
  top: auto;
  bottom: 100%;
  right: 0;
}



.footer__links {
  margin-inline-end: 1.67rem;
}

.footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer__links ul li {
  margin: .5rem 1.11rem;
  line-height: 1;
}

.footer__links a {
  text-decoration: none;
}

.footer__links a:hover {
  text-decoration: underline;
}

.footer__links .txt--light a,
.footer__links .txt--light a:hover {
  color: #222326;
}

.footer__links .txt--dark a,
.footer__links .txt--dark a:hover {
  color: #fff;
}

/* Responsive */

@media (max-width: 1139px) {

  .footer__contact,
  .footer__form-title {
    margin-top: 2.78rem;
  }

  .footer__lang .module-wrapper {
    display: flex;
  }
  
  .footer__links ul {
    justify-content: flex-start;
  }

  .footer__links ul li {
    margin-inline-start: 0;
    margin-inline-end: 2.22rem;
  }
  
  .footer__links ul li:last-child {
    margin-inline-end: 0;
  }
}

@media (max-width: 767px) {
  .footer__nav {
    margin-top: 2.78rem;
  }

  .footer__contact .properties__item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .footer__lang{
    display: none!important;
  }
  
  .footer__logos{
  margin-bottom: 50px!important;
  }


/* Dark scheme */



  .footer {
    background: #fff;
  }

  .footer__lang-and-links-and-copyright,
  .footer__lang .lang-select__button {
    border-color: #E3E6EC;
  }

