.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(5, 120, 50, 0.27);
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #057832;
  font-weight: 700;
}

.head {
  width: 1000px;
  height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 3px;
  background-image: url('../images/15.png'), url('../images/main.jpg');
  background-position: 50% 100%, 50% 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.main {
  position: relative;
  width: 900px;
  min-height: 300px;
  margin-top: -201px;
  margin-right: auto;
  margin-left: auto;
  border-top: 5px none #057832;
  border-radius: 3px;
  background-color: #fff;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 37px;
  line-height: 35px;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.11);
}

.h3 {
  margin-top: 0px;
  color: #fff;
  font-size: 32px;
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.11);
}

.ecoupons-logo {
  width: 180px;
}

.maintop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.maintop1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.maintop1.b-l {
  width: auto;
  padding: 20px;
  border-right: 1px solid rgba(5, 120, 50, 0.5);
}

.maintop1.b-l.b-r {
  border-left: 1px solid rgba(5, 120, 50, 0.5);
}

.maintop2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(5, 120, 50, 0.06);
}

.maintop2.b-r {
  width: auto;
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid rgba(5, 120, 50, 0.5);
  border-radius: 0px;
}

.tb1 {
  color: #057832;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
}

.tb2 {
  color: #9e9e9e;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.maintop3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(5, 120, 50, 0.06);
}

.introform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 10px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p1 {
  display: block;
  padding: 11px;
  border-radius: 3px;
  background-color: #e8f8ff;
  font-size: 12px;
  line-height: 14px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.formblock {
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px none #dbdbdb;
}

.form-label {
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 400;
}

.form-input {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  border-radius: 2px;
}

.p2 {
  display: block;
  padding: 0px;
  border-radius: 3px;
  background-color: transparent;
  color: #575757;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
}

.mandatory {
  padding-left: 5px;
  color: #be0000;
  line-height: 13px;
  font-weight: 700;
}

.submit-button {
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 3px;
  background-color: #057832;
  font-weight: 700;
}

.boldy1 {
  color: #057832;
  font-weight: 700;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.rate-row1 {
  border-bottom: 1px solid #057832;
}

.rate-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate1-t1 {
  color: #057832;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
}

.rate-row2 {
  border-bottom: 1px solid #fff;
  background-color: #f1f1f1;
  color: #057832;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
}

.rate2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate2-t1 {
  color: #057832;
  font-size: 14px;
  line-height: 13px;
  font-weight: 700;
  text-align: center;
}

.rate-row3 {
  border-bottom: 1px solid #fff;
  background-color: #c1de00;
  color: #057832;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
}

.button-2 {
  width: 212px;
  height: 50px;
  margin-top: 25px;
}

.h1-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #057832;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.ecoupons-logo2 {
  position: static;
  width: 180px;
  margin-right: auto;
  margin-bottom: 21px;
  margin-left: auto;
}

.p3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #949494;
  font-size: 11px;
  line-height: 14px;
}

.toplogo {
  width: 300px;
}

.p4 {
  display: block;
  padding: 11px;
  border-radius: 3px;
  background-color: rgba(5, 120, 50, 0.2);
  color: #057832;
  font-size: 12px;
  line-height: 14px;
}

.row-button {
  border-radius: 3px;
  background-color: #057832;
  font-size: 10px;
}

.h4 {
  padding: 5px;
  border-radius: 3px;
  background-color: #18305f;
  color: #fff;
  text-align: center;
}

.row-p {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 16px;
}

.form-2 {
  padding: 22px;
  background-color: #fafafa;
}

.bod {
  padding-bottom: 40px;
}

.head2 {
  width: 1000px;
  height: 475px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 3px;
  background-image: url('../images/15.png'), url('../images/merci1.jpg');
  background-position: 50% 100%, 50% 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.boldy2 {
  color: #057832;
  font-style: italic;
}

.fb-but {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 45px;
  margin-top: 0px;
  margin-left: 20px;
  padding: 20px 20px 20px 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #4267b2;
  background-image: url('../images/facebook.png');
  background-position: 9% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.aa-but {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 45px;
  margin-top: 0px;
  margin-right: 20px;
  padding: 20px 20px 20px 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #c1d801;
  background-image: url('../images/colibri.png');
  background-position: 9% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
  color: #037b3b;
  font-size: 15px;
  font-weight: 700;
  text-transform: none;
}

.merciconbut {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .top {
    width: 100%;
  }
  .head {
    width: 100%;
  }
  .main {
    width: 100%;
  }
  .h2 {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .h3 {
    font-size: 27px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .formblock {
    border-right-style: none;
  }
  .div-block {
    width: 100%;
    padding-left: 0px;
  }
  .form-2 {
    margin-top: 44px;
  }
  .head2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .h2 {
    line-height: 32px;
  }
  .h3 {
    font-size: 23px;
  }
  .form {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .form-2 {
    margin-top: 0px;
  }
  .fb-but {
    margin-left: 0px;
  }
  .aa-but {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .merciconbut {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .top {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main {
    margin-top: -110px;
  }
  .h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .h3 {
    font-size: 19px;
    line-height: 26px;
  }
  .tb1 {
    font-size: 11px;
    line-height: 15px;
    text-align: left;
  }
  .tb2 {
    font-size: 11px;
  }
  .formblock {
    padding-right: 0px;
  }
  .rate2-col {
    height: 64px;
  }
  .rate2-t1 {
    font-size: 13px;
    line-height: 12px;
  }
  .toplogo {
    width: 203px;
    margin-bottom: 9px;
  }
  .form-2 {
    padding: 15px;
  }
  .head2 {
    height: 350px;
  }
}

