/*---------------------
  Footer
-----------------------*/
.footer {
  background: #F3F6FA;
  padding-top: 70px;
  padding-bottom: 0;
}

.footer__about {
  margin-bottom: 30px;
}
.footer__about ul li {
  font-size: 16px;
  color: rgb(223, 95, 10);
  line-height: 36px;
  list-style: none;
}

.footer__about__logo {
  margin-bottom: 15px;
}
.footer__about__logo a {
  display: inline-block;
}

.footer__widget {
  margin-bottom: 30px;
  overflow: hidden;
}
.footer__widget h6 {
  color: rgb(223, 95, 10);
  font-weight: 700;
  margin-bottom: 10px;
}
.footer__widget ul {
  width: 50%;
  float: left;
}
.footer__widget ul li {
  list-style: none;
}
.footer__widget ul li a {
  color: rgb(223, 95, 10);
  font-size: 14px;
  line-height: 32px;
}
.footer__widget p {
  font-size: 14px;
  color: rgb(223, 95, 10);
  margin-bottom: 30px;
}
.footer__widget form {
  position: relative;
  margin-bottom: 30px;
}
.footer__widget form input {
  width: 100%;
  font-size: 16px;
  padding-left: 20px;
  color: rgb(223, 95, 10);
  height: 46px;
  border: 1px solid #ededed;
}
.footer__widget form input::-moz-placeholder {
  color: rgb(223, 95, 10);
}
.footer__widget form input::placeholder {
  color: rgb(223, 95, 10);
}
.footer__widget form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 26px;
  height: 100%;
}
.footer__widget .footer__widget__social a {
  display: inline-block;
  height: 41px;
  width: 41px;
  font-size: 16px;
  color: #404040;
  border: 1px solid #ededed;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  background: white;
  margin-right: 10px;
}
.footer__widget .footer__widget__social a:last-child {
  margin-right: 0;
}
.footer__widget .footer__widget__social a:hover {
  background: orange;
  color: white;
  border-color: white;
}

.footer__copyright {
  border-top: 1px solid red;
  padding: 15px 0;
  overflow: hidden;
  margin-top: 20px;
}

.footer__copyright__text {
  font-size: 14px;
  color: rgb(223, 95, 10);
  float: left;
  line-height: 25px;
}

.footer__copyright__payment {
  float: right;
}/*# sourceMappingURL=style.css.map */