.footer-area {

  background-color: #092030;
  color: #fff;
  direction: ltr;
}

.wrapper_he .footer-area {
  direction: rtl;
}

.footer-top-area {
  height: 200px;
}

.footer-bot-img {
  background-image: url(../images/payment-methods.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 54px;
  background-color: #092030;
  border-top: 1px solid #233e50;
}

.footer-h1 {
  padding-top: 40px;
  font-weight: 600;
  font-size: 30px;
  line-height: 57px;
  text-align: center;
}

.footer-h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.footer-form-area,
.footer-response-area {
  margin: 20px auto 0;
  margin-top: 0px;
  width: 449px;
}

.footer-form-b {
  width: 449px;
  margin: 12px auto;
}

.foo-gap {
  flex-grow: 1;
}

.footer-form-menu {
  width: 717px;
  margin: 0 auto 50px;
  font-weight: 100;
  padding-top: 70px;
}

.footer-form-input {
  flex-grow: 1;
}

.footer-form-save {
  background: #93BB3E;
  width: 100px;
  text-align: center;
  line-height: 43px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.wrapper_he .footer-form-save {
  border-radius: 5px 0 0 5px;
}

.footer-input {
  width: 100%;
  height: 43px;
  margin: 0;
  border: 0;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 18px;
  outline: none;
}

.wrapper_he .footer-input {
  border-radius: 0 5px 5px 0;
}

.footer-form-b-txt {
  margin: 0 10px;
}

.footer-form-social {
  width: 181px;
  margin: auto;
  height: 28px;
}

.footer-form-social-icon {
  width: 28px;
  height: 28px;
  background-image: url(../images/email.png);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-form-social-icon.icon2 {
  background-image: url(../images/phone.png);
  background-size: 22px;
}

.footer-form-social-icon.icon3 {
  background-image: url(../images/facebook.png);
  background-size: 12px;
}

.footer-form-social-icon.icon4 {
  background-image: url(../images/instagram.png);
  background-size: 25px;
}

a.nolink {
  text-decoration: none;
  color: inherit;
}