.footer {
  color: #fff;
  background: var(--style-color);
}

.footer .footer-group {
  display: none;
  padding: 30px 0;
}

.footer .footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .list-item:last-child {
  max-width: 100%;
  margin-top: 20px;
}

.footer .list-item>h3 {
  margin-bottom: 17px;
}

.footer .list-item>h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  background: #fff;
}

.footer .list-item ul>li i {
  margin-right: 5px;
}

.footer .list-item ul>li:not(:last-child) {
  margin-bottom: 9px;
}

.footer .list-item .logo-wrap {
  margin-bottom: 15px;
}

.footer .logo {
  width: 231px;
  margin-bottom: 15px;
}

.footer .item {
  line-height: 1.8;
  position: relative;
  text-indent: 28px;
}

.footer .item:not(:last-child) {
  margin-bottom: 8px;
}

.footer .item i {
  position: absolute;
  top: 5px;
  left: -28px;
  font-size: 18px;
  line-height: 1;
}

.footer .icon-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}

.footer .icon-wrap h3 {
  margin-bottom: 0;
  margin-right: 27px;
}

.footer .icon-group i {
  font-size: 14px;
}

.footer .icon-group a:not(:last-child) {
  margin-right: 12px;
}

.footer .form-control {
  height: 33px;
  color: #fff;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, .7);
}

.footer textarea.form-control {
  min-height: 86px;
}

.footer form .btn {
  width: 98px;
  margin-top: 20px;
  color: #fff;
  line-height: 1;
  background: var(--sub-color);
  border-radius: 0px 20px 0px 20px;
}

.footer .footer-bottom {
  padding: 21px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .footer .footer-group {
    display: block;
  }

  .footer .list-item {
    max-width: 270px;
  }

  .footer .footer-bottom {
    border-top: 1px solid #fff;
  }
}

@media (min-width: 992px) {
  .footer .footer-list {
    flex-wrap: nowrap;
  }

  .footer .list-item:last-child {
    margin-top: 0;
  }

  .footer .list-item:last-child {
    max-width: 360px;
  }
}

@media (min-width: 1200px) {
  .footer .footer-group {
    padding: 40px 0;
  }

  .footer .list-item:last-child {
    max-width: 540px;
  }

  .footer .list-item .logo-wrap {
    display: flex;
    align-items: center;
  }

  .footer .logo {
    margin-bottom: 0;
  }

  .footer .list-item .logo-wrap h3 {
    margin-left: 25px;
  }
}

@media (min-width: 1440px) {
  .footer .list-item>h3::after {
    width: 260px;
  }
}

@media (min-width: 1640px) {
  .footer .list-item {
    max-width: 290px;
  }

  .footer .list-item>h3::after {
    width: 287px;
  }
}