.c-footer {
  background: #000000;
  color: #ffffff;
  overflow: hidden;
  padding: 65px 0;
}
.c-footer__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.c-footer__row-1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .c-footer__row-1 {
    justify-content: center;
    flex-direction: column;
    order: 0;
  }
}
.c-footer__logo-container {
  width: 30%;
}
@media (max-width: 1199.98px) {
  .c-footer__logo-container {
    width: auto;
    text-align: center;
    margin-bottom: 50px;
  }
}
.c-footer__logo-container img {
  width: 290px;
  height: auto;
}
@media (max-width: 1649.98px) {
  .c-footer__logo-container img {
    width: 232px;
  }
}
@media (max-width: 1199.98px) {
  .c-footer__logo-container img {
    width: 290px;
  }
}
.c-footer__contact {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 30px;
}
@media (max-width: 1649.98px) {
  .c-footer__contact {
    gap: 24px;
  }
}
@media (max-width: 1199.98px) {
  .c-footer__contact {
    width: auto;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.c-footer__contact a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25em;
  font-family: "Inter", sans-serif;
}
.c-footer__contact a:hover, .c-footer__contact a:active, .c-footer__contact a:focus, .c-footer__contact a:visited {
  color: #ffffff;
}
@media (max-width: 1649.98px) {
  .c-footer__contact a {
    font-size: 1em;
  }
}
@media (max-width: 1199.98px) {
  .c-footer__contact a {
    font-size: 1.25em;
  }
}
.c-footer__payment {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .c-footer__payment {
    width: auto;
    justify-content: center;
  }
}
.c-footer__payment img {
  max-height: 30px;
}
@media (max-width: 1649.98px) {
  .c-footer__payment img {
    max-height: 24px;
  }
}
.c-footer__row-2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1199.98px) {
  .c-footer__row-2 {
    order: 4;
  }
}
@media (max-width: 767.98px) {
  .c-footer__row-2 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.c-footer__copy {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.43;
}
@media (max-width: 767.98px) {
  .c-footer__copy {
    text-align: center;
  }
}
.c-footer__icons {
  display: flex;
  align-items: center;
  gap: 18px;
}
.c-footer__icons img {
  max-height: 64px;
}
@media (max-width: 1649.98px) {
  .c-footer__icons img {
    max-height: 51.2px;
  }
}
.c-footer__separator {
  width: 20000px;
  margin-left: -10000px;
  height: 1px;
  background: #ebebeb;
  opacity: 0.2;
}
@media (max-width: 1199.98px) {
  .c-footer__separator {
    order: 3;
    width: 100%;
    margin-left: 0;
  }
}
.c-footer__separator.is-responsive {
  display: none;
}
@media (max-width: 1199.98px) {
  .c-footer__separator.is-responsive {
    display: block;
    order: 1;
  }
}
@media (max-width: 1199.98px) {
  .c-footer__row-3 {
    order: 2;
  }
}
.c-footer__legal-title {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}
.c-footer__legal-container {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 16px;
}
.c-footer__legal-container img {
  display: inline-block;
  margin: 20p;
  max-height: 120px;
  width: auto;
}
.c-footer__row-4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .c-footer__row-4 {
    order: 2;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
}
.c-footer__menu {
  flex: 1;
}
@media (max-width: 1199.98px) {
  .c-footer__menu {
    text-align: center;
  }
}
.c-footer__menu .menu-item {
  display: inline-block;
  margin: 7px 30px 7px 0;
}
@media (max-width: 1649.98px) {
  .c-footer__menu .menu-item {
    margin: 7px 20px 7px 0;
  }
}
@media (max-width: 1199.98px) {
  .c-footer__menu .menu-item {
    margin: 7px 10px;
  }
}
@media (max-width: 575.98px) {
  .c-footer__menu .menu-item {
    display: block;
  }
}
.c-footer__menu .menu-item a {
  font-family: "Inter", sans-serif;
  font-size: 0.875em;
  color: #ffffff;
  text-transform: uppercase;
}
.c-footer__menu .menu-item a:hover, .c-footer__menu .menu-item a:active, .c-footer__menu .menu-item a:focus, .c-footer__menu .menu-item a:visited {
  color: #ffffff;
}
.c-footer__rrss {
  flex: 0 0 auto;
  display: flex;
  gap: 7px;
}
.c-footer__rrss img {
  height: 36px;
  width: auto;
}