.footer-box {
  width: 100%;
  height: 727px;
  background-image: url('../../images/footer.png');
  position: relative;
}
.footer-box .footer {
  padding-top: 73px;
  display: flex;
  justify-content: space-between;
  color: white;
}
.footer-box .footer .left .img {
  width: 151px;
  height: 69px;
}
.footer-box .footer .left .nav-list {
  margin-top: 62px;
  display: flex;
  margin-bottom: 196px;
}
.footer-box .footer .left .nav-list li {
  margin-right: 48px;
}
.footer-box .footer .left .nav-list li a {
  color: white;
}
.footer-box .footer .left .license {
  opacity: 0.41;
}
.footer-box .footer .left .license .name {
  margin-top: 7px;
  margin-bottom: 10px;
}
.footer-box .footer .right h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 32px;
}
.footer-box .footer .right a {
  color: white;
}
.footer-box .footer .right .row {
  margin-bottom: 29px;
}
.footer-box .footer .right .row p {
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-box .footer .right #email {
  margin-top: 36px;
  margin-bottom: 24px;
  width: 384px;
  height: 40px;
  padding-left: 12px;
  opacity: 0.7;
  outline: 0;
  border: 1px solid #707070;
  background-color: transparent;
}
.footer-box .footer .right .btn {
  text-align: center;
  line-height: 43px;
  width: 79px;
  height: 43px;
  font-weight: bold;
  margin-bottom: 44px;
  background: linear-gradient(180deg, #6238D5 0%, #2D5EC4 100%);
}
.footer-box .footer .right .contact-information {
  display: flex;
}
.footer-box .footer .right .contact-information a {
  margin-right: 34px;
}
.footer-box .footer .right .contact-information a:first-of-type img {
  width: 41.44px;
  height: 34.23px;
}
.footer-box .footer .right .contact-information a:last-of-type img {
  width: 34.23px;
  height: 34.23px;
}
.footer-box .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 89px;
  text-align: center;
  line-height: 89px;
  color: white;
  opacity: 0.41;
  background-color: #000000;
}
