.footer {
  color: #fff;
  background: #040404;
}

.footer .footer-top {
  padding: 30px 0;
}

.footer .footer-top .container {
  margin-bottom: -30px;
}

.footer .footer-top .container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}

.footer .item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.footer .item:nth-child(1), .footer .item:nth-child(4) {
  width: 100%;
}

.footer .item:nth-child(2) {
  max-width: 40%;
}

.footer .item:nth-child(3) {
  max-width: 60%;
}

.footer .logo {
  width: auto;
  height: 60px;
  margin-bottom: 20px;
}

.footer .cont-list li {
  display: flex;
  color: #fff;
  font-size: 14px;
  font-family: 'Montserrat-SemiBold';
}

.footer .cont-list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer .cont-list li i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  transform: translateY(2px);
  margin-right: 12px;
}

.footer .tit {
  font-family: 'Montserrat-Bold';
  margin-bottom: 15px;
}

.footer .item-list>li {
  font-size: 14px;
  color: rgba(255, 255, 255, .8);
}

.footer .item-list>li:not(:last-child) {
  margin-bottom: 12px;
}

.footer .item-list>li i {
  font-size: 12px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.footer .form-group {
  margin-bottom: 12px;
}

.footer .form-control {
  color: #fff;
  border: none;
  font-size: 14px;
  background: #232323;
  padding-left: 23px;
  padding-right: 23px;
  font-family: 'Montserrat-Medium';
}

.footer input.form-control {
  height: 36px;
}

.footer textarea.form-control {
  padding-top: 8px;
  min-height: 96px;
}

.footer .btn-wrap {
  margin-top: 20px;
}

.footer .btn {
  width: 143px;
  font-size: 14px;
  color: #fff;
  padding: 7px 15px 6px;
  border-radius: 4px;
  background: var(--style-color);
  font-family: 'Montserrat-Medium';
}

.footer .footer-bottom {
  padding: 12px 0;
  color: #fff;
  text-align: center;
  border-top: 1px solid #3A3A3A;
}

.footer .footer-bottom p {
  font-size: 14px;
  font-family: 'Montserrat-Medium';
}

.footer .icon-list {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.footer .icon-list li {
  font-size: 20px;
  line-height: 1;
}

.footer .icon-list li:not(:last-child) {
  margin-right: 10px;
}

.footer .icon-list li a {
  width: 40px;
  height: 40px;
  color: #040404;
  border-radius: 50%;
  background: rgba(255, 255, 255, .7);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .icon-list li i {
  font-size: inherit;
}

@media (min-width: 768px) {
  .footer {
    margin-bottom: 0;
  }

  .footer .item:nth-child(1) {
    order: 1;
    width: 55%;
  }

  .footer .item:nth-child(2) {
    width: 180px;
    max-width: none;
  }

  .footer .item:nth-child(3) {
    width: 220px;
    max-width: none;
  }

  .footer .item:nth-child(4) {
    order: 2;
    width: 45%;
  }

  .footer .footer-bottom {
    border-width: 2px;
  }
}

@media (min-width: 992px) {
  .footer .item:nth-child(1) {
    width: 100%;
  }

  .footer .item:nth-child(4) {
    order: 0;
    width: 310px;
  }
}

@media (min-width: 1200px) {
  .footer .footer-top {
    padding: 60px 0 58px;
  }

  .footer .item:nth-child(1) {
    order: 0;
    width: 332px;
    padding-top: 2px;
  }

  .footer .logo {
    height: 85px;
    margin-bottom: 25px;
  }

  .footer ul>li a, .footer .btn {
    display: inline-block;
    transition: all .3s;
  }

  .footer .cont-list li:not(:last-child) {
    margin-bottom: 16px;
  }

  .footer .cont-list>li a:hover {
    color: var(--style-color);
  }

  .footer .tit {
    margin-bottom: 25px;
  }

  .footer .item-list>li a:hover {
    color: #fff;
  }

  .footer .btn {
    transition: all .3s;
  }

  .footer .btn:hover {
    color: var(--style-color);
    background: #fff;
  }

  .footer .footer-bottom {
    padding: 20px 0;
  }

  .footer .footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer .lt {
    margin-bottom: 0;
  }

  .footer .icon-list {
    margin-bottom: 0;
  }

  .footer .icon-list li:not(:last-child) {
    margin-right: 18px;
  }

  .footer .icon-list li a:hover {
    color: var(--style-color);
    background: #fff;
  }
}

@media (min-width: 1440px) {
  .footer .footer-top {
    padding-top: 97px;
  }

  .footer .footer-bottom .container {
    position: relative;
  }
}