.vaf {
  background: #fafafa;
  padding: 50px 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.vaf__title {
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
.vaf__form {
  display: block;
  width: 470px;
  max-width: 100%;
  margin: 0 auto;
}
.vaf__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.vaf__col {
  padding: 0 10px;
  width: 100%;
}
.vaf__col--60 {
  width: 60%;
}
.vaf__col--40 {
  width: 40%;
}
.vaf__label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
}
.vaf__field {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0 15px !important;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px !important;
  color: #495057 !important;
  border: 1px solid #ced4da !important;
  background: #fff !important;
}
.vaf__field--textarea {
  min-width: 100%;
  max-width: 100%;
  height: 76px;
  padding: 10px 15px !important;
}
.vaf__error {
  display: none;
  color: red;
  font-size: 12px;
  line-height: 14px;
  padding-top: 7px;
}
.vaf__error--general {
  padding-top: 15px;
}
.vaf__field-wrap {
  margin-bottom: 15px;
}
.vaf__offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #efefef;
  padding: 15px 15px 10px;
  width: 380px;
  max-width: 100%;
  margin: 0 auto 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vaf__offer-right {
  padding-left: 15px;
  position: relative;
  top: -4px;
}
.vaf__offer-pretitle {
  padding-bottom: 0 !important;
}
.vaf__offer-title {
  font-size: 24px;
  font-weight: 600;
}
.vaf__shipping {
  text-align: center;
  margin-bottom: 10px;
}
.vaf__shipping-wrap {
  background-color: #ffc205;
  color: #000;
  padding: 4px;
  font-weight: 700;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
}
.vaf__privacy {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 15px;
}
.vaf__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 auto;
  background-color: #ffc205;
  border: 0;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.vaf__submit:hover {
  background-color: #e0a800;
}
.vaf__submit-left {
  background-color: #343a40;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  width: 48px;
  font-size: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vaf__submit-text {
  font-size: 20px;
  padding: 0 15px;
  font-weight: 800;
}
.vaf__loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.7);
  background-image: url("/templates/eronexT/images/loader.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.vaf__landing {
  display: block;
}
.vaf__thankyou {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.5;
}
.vaf__thankyou p {
  font-weight: 400;
}
.vaf__thankyou__success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  font-size: 16px;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.vaf__thankyou__title {
  font-size: 24px;
  font-weight: 600;
}
.vaf__thankyou__subtitle {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.vaf__thankyou__info {
  padding-bottom: 0;
  font-size: 16px;
}
.vaf__selimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vaf__selimg__left {
  width: 80px;
}
.vaf__selimg__right {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  padding-left: 10px;
}
.thanks {
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .vaf {
    padding: 30px;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 350px) {
  .vaf {
    padding: 30px 18px;
  }
}

/*# sourceMappingURL=style.css.map */
