.footer__fat {
  padding-bottom: 70px;
  background-color: #81c058;
}

.footer__form {
  padding-top: 70px;
}

.footer__form [type="submit"] {
  display: none;
}

.footer__text {
  margin-bottom: 20px;
  color: white;
  font-size: 16px;
  line-height: 18px;
}

.footer__input {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: none;
  border-radius: 3px;
  color: #1c1c1c;
  display: block;
  font-size: 16px;
  line-height: 40px;
  width: 100%;
}

.footer__textarea {
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  color: #1c1c1c;
  display: block;
  font-size: 16px;
  height: 150px;
  resize: vertical;
  width: 100%;
}

.footer__submit {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #66a94f;
  border-radius: 3px;
  color: #f1f1f1;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
}

.footer__submit:hover {
  background-color: #50954e;
  color: #f1f1f1;
}

.footer__info {
  padding-top: 70px;
}

.footer__info-line {
  margin-bottom: 20px;
}

.footer__info-line-title {
  margin-bottom: 5px;
  color: #f1f1f1;
  font-weight: bold;
}

.footer__info-line-title > .fa {
  margin-right: 5px;
  color: #f1f1f1;
}

.footer__mail {
  color: #f1f1f1;
  text-decoration: none;
}

.footer__mail:hover {
  color: white;
}

.footer__info-line-text {
  margin-left: 25px;
  color: white;
  font-size: 16px;
  line-height: 18px;
}

.footer__social {
  color: #f1f1f1;
}

.footer__social:hover {
  color: white;
}

.footer__upper-down {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #66a94f;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.footer__upper-down-text {
  padding-right: 130px;
  position: relative;
  display: inline-block;
}

.footer__upper-down-logo {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.footer__down {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #50954e;
  color: #f1f1f1;
  font-size: 12px;
  text-align: center;
}
