#footer {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
@media (max-width: 768px) {
  #footer {
    padding-left: 0;
    padding-right: 0;
  }
}
#footer .footer-nav li,
#footer .footer-nav a,
#footer .footer-copyright p,
#footer .footer-social li,
#footer .footer-social li i {
  color: #cbcfda;
}
#footer .footer-social i,
#footer .footer-social a,
#footer .footer-nav a {
  transition: all ease .3s;
}
#footer .footer-social a:hover i,
#footer .footer-social a:hover,
#footer .footer-nav a:hover {
  color: #df244f;
}
#footer .footer-copyright p {
  font-size: 14px;
}
#footer .footer-content {
  padding: 40px 0;
}
#footer .footer-content,
#footer .footer-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer .footer-logo img {
  width: 200px;
  display: block;
}
#footer .footer-logo {
  width: 35%;
}
#footer .footer-nav {
  width: 65%;
}
#footer .footer-copyright p,
#footer  .footer-social {
  width: 50%;
}
#footer .footer-nav,
#footer .footer-social {
  text-align: right;
}
#footer .footer-nav li,
#footer .footer-social li {
  display: inline-block;
  margin-left: 18px;
}
#footer .footer-social {
  order: 2;
}
#footer .footer-copyright {
  order: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid #4e5777;
}
@media (max-width: 768px) {
  #footer .footer-nav a,
  #footer .footer-social li i,
  #footer .footer-social li span {
    font-size: 15px;
  }
  #footer .footer-copyright p {
    font-size: 12px;
    padding: 8px;
    text-align: center;
  }
  #footer .footer-social {
    text-align: center;
  }
  #footer .footer-copyright {
    display: block;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1px;
  }
  #footer .footer-copyright p,
  #footer  .footer-social {
    width: 100%;
  }
  #footer .footer-copyright,
  #footer .footer-content {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .footer-content {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer .footer-logo,
  #footer .footer-nav {
    width: 100%;
  }
  #footer .footer-logo a {
    display: table;
    margin: 15px auto;
  }
  #footer .footer-logo img {
    width: 120px;
  }
  #footer .footer-nav,
  #footer .footer-social {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
  }
  #footer .footer-nav li,
  #footer .footer-social li {
    float: left;
    width: calc( 50% - 1px );
    margin-left: 0;
  }
  #footer .footer-nav li:first-child {
    width: 100%;
  }
  #footer .footer-nav a,
  #footer .footer-social a {
    display: block;
    box-sizing: border-box;
    padding: 10px;
    background: #273157;
  }
}