footer {
  background: #101D2A;
  margin-top: 80px;
}
footer .footer-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 40px 47px;
}
@media only screen and (max-width: 768px) {
  footer .footer-content {
    padding: 48px 32px;
  }
}
footer .footer-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  footer .footer-main {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-main {
    gap: 40px;
  }
}
footer .logo {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
@media only screen and (max-width: 600px) {
  footer .logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
  }
}
footer .logo img {
  height: 56px;
}
footer .logo p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 131.25% */
  margin-left: 24px;
  max-width: 336px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  footer .logo p {
    margin-left: 0;
  }
}
footer .footer-links {
  max-width: 730px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer-links nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 730px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer .footer-links nav {
    flex-direction: column;
    gap: 40px;
  }
}
footer .footer-links .footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-links .footer-links-list-item:nth-of-type(1) a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 6px;
  border: none;
}
footer .footer-links .footer-links-list-item a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  padding-bottom: 2px;
}
footer .footer-info .footer-contact {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  footer .footer-info .footer-contact {
    margin-bottom: 40px;
  }
}
footer .footer-info .footer-contact br {
  display: none;
}
@media only screen and (max-width: 991px) {
  footer .footer-info .footer-contact br {
    display: block;
  }
}
footer .footer-info .footer-contact .contact-phone {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 18px;
  display: block;
}
@media only screen and (max-width: 991px) {
  footer .footer-info .footer-contact .contact-phone {
    line-height: 21px;
  }
}
footer .footer-info .footer-contact .contact-phone span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  padding-bottom: 2px;
}
footer .footer-info .footer-contact .contact-info {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 12px;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  footer .footer-info .footer-contact .contact-info {
    line-height: 21px;
  }
}
footer .footer-info .footer-contact .contact-info:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
footer .footer-info .footer-trust {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media only screen and (max-width: 768px) {
  footer .footer-info .footer-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
footer .footer-info .footer-trust p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  max-width: 341px;
  width: 100%;
}
footer .footer-disclaimer {
  background: #07131F;
}
footer .footer-disclaimer-content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 22px 40px;
}
@media only screen and (max-width: 768px) {
  footer .footer-disclaimer-content {
    padding: 24px 15px;
  }
}
footer .footer-disclaimer-content p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 10px;
}
footer .contact {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  max-width: 636px;
}
@media only screen and (max-width: 991px) {
  footer .contact {
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  footer .contact {
    flex-direction: column;
    gap: 40px;
  }
}
footer .contact-item .country {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 100% */
  margin-bottom: 10px;
}
footer .contact-item .country span {
  margin-left: 8px;
}
footer .contact-item address {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 131.25% */
}
footer .copyright {
  background: #07131F;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .copyright-content {
  padding: 16px 40px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  footer .copyright-content {
    padding: 15px;
  }
}
footer .copyright-content > p {
  margin-top: 24px;
}
footer .copyright-footer-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media only screen and (max-width: 1199px) {
  footer .copyright-footer-links {
    justify-content: flex-start;
  }
}
footer .copyright span {
  color: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  padding: 0 8px;
}
footer .copyright p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}
footer .copyright a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  white-space: nowrap;
}

/*# sourceMappingURL=footer.css.map */
