#contact {
  margin-top: 0em !important;
  background-color: #f2f2f2;
  border-top: 0.0625rem solid #cecece;
  display: flex;
  align-items: stretch;
}

/* === LOGO CONTAINER === */

.contact-logo-container {
  width: 50%;
  border-right: 0.0625rem solid #ababab;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 3rem 0;
}

.footer_logo {
  width: 16vw;
}

.footer-note {
  color: #464646;
  line-height: 1.2vw;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 0.5em;
}

.social li {
  display: inline-block;
  padding-right: 1.2rem;
}

.social li:last-child {
  padding-right: 0rem;
}

.social li a {
  display: block;
  width: 2.75vw;
  height: 2.75vw;
  line-height: 2.75vw;
  border-radius: 50%;
  font-size: 0.875rem;
  background: #181043;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.social li a:hover {
  background: #ef426f;
  color: #fff;
}

@media (max-width: 1200px) {
  .footer-note {
    font-size: 0.8rem;
  }
}

/* === LINKS CONTAINER === */

.footer-links-legal-container {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-container {
  width: 100%;
  height: 50%;
  position: relative;
}

.footer-links--wrap {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.footer-menu li {
  color: #464646;
  font-size: calc(10px + (14 - 10) * ((100vw - 769px) / (2560 - 769))) !important;
  font-weight: 400;
  margin: 0;
  padding: 0.2rem 0;
}

.footer-menu li:last-child {
  padding-bottom: 1em;
}

.footer-menu li a {
  color: #464646;
}

.footer-menu li a:hover {
  color: #ef426f;
}

.footer-title {
  padding-bottom: 0.25vw;
  font-weight: 800 !important;
}

/* === LEGAL CONTAINER === */

.footer-legal {
  background-color: #8a8796;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  font-size: 0.75rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 50%;
}

.footer-panel {
  list-style: none;
  padding: 0;
  margin-left: 8%;
  max-width: 580px;
}

.footer-panel li {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: calc(10px + (14 - 12) * ((100vw - 360px) / (2560 - 360))) !important;
  font-weight: 200;
}

.footer-panel li.next_line {
  display: block;
}

.footer-panel li.next_line p {
  margin: 0.8em 0 0 0;
  line-height: 1rem;
}

@media only screen and (max-width: 1919px) and (min-width: 1681px) {
  .accept_button {
    margin-top: 0.3rem;
  }

  #contact {
    margin-top: 3em;
  }

  .compad {
    padding: 0em 6em;
  }
}

@media screen and (max-width: 1440px) {
  .footer-note {
    line-height: 1.6vw;
  }

  .footer-panel {
    margin-left: 6%;
  }
}

@media (max-width: 1050px) {
  .contact-logo-container {
    width: 40%;
  }

  .footer-links-legal-container {
    width: 60%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .social li a {
    width: 3.75vw;
    height: 3.75vw;
    line-height: 3.75vw;
  }
}

@media (max-width: 850px) {
  .contact-logo-container {
    width: 35%;
  }

  .footer-links-legal-container {
    width: 65%;
  }
}

@media only screen and (max-width: 769px) {
  #contact {
    background-color: #f2f2f2;
    border-top: 0.0625rem solid #cecece;
    margin-top: 2em;
  }

  .login_body {
    width: 60%;
    text-align: center;
    margin: auto;
  }

  .footer_logo {
    width: 24vw !important;
  }

  .footer-note {
    line-height: 2.6vw;
  }

  .social li a {
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
  }
}

@media (max-width: 730px) {
  #contact {
    flex-direction: column;
  }

  .contact-logo-container {
    width: 100%;
    border-right: none;
  }

  .footer-links-legal-container {
    width: 100%;
  }

  .footer-links-container {
    display: none;
  }

  .footer-legal {
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 575px) {
  .footer_logo {
    width: 44vw !important;
  }

  .footer-note {
    line-height: 5vw;
  }

  .social li a {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
}
