/*  general */
body,
html {
  font-family: 'Acumin Pro', sans-serif;
}

/*.field-label, .b24-form-control:focus+.b24-form-control-label, .b24-form-control-not-empty+.b24-form-control-label {
    top: -22px !important;
}*/
body {
  background: #fff;
  position: relative;
  overflow-x: hidden;
}

/*body:before {*/
/*position: absolute;*/
/*content: url("../img/bg1.png");*/
/*top: 70px;*/
/*left: -345px;*/
/*}*/

/*body:after {*/
/*position: absolute;*/
/*content: url("../img/bg2.png");*/
/*top: -137px;*/
/*right: -275px;*/
/*}*/

.lines {
  overflow: hidden;
}

.main-color {
  /*color: #00bcbd !important;*/
  font-weight: 900 !important;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

/*  general */

/*  header */

footer .container {
  max-width: 1920px;
  position: relative;
}

#header {
  position: relative;
  z-index: 3;
  padding-bottom: 38px;
}

#header:before {
  content: '';
  background: url('../img/img_background_1_1360_1.png') no-repeat top left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

#header h1,
#header h3 {
}

#header .h-image {
  padding: 0;
}

#header h3 {
  color: #333;
  font-size: 50px;
  font-weight: 600;
  font-family: 'Acumin Pro Bold', sans-serif;
  text-transform: uppercase;
  line-height: 90px;
  margin-bottom: 30px;
}

#header h3 span {
  font-size: 38px;
}

#header .lg-logo img {
  max-width: 220px;
}

#header h1 {
  color: #333;
  font-size: 40px;
  font-weight: 400;
  line-height: 64.99px;
  margin-bottom: 0;
}

#header .tagline {
  padding: 12px 0 22px 0;
  margin-left: auto;
}

#header p {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

#header .tagline--after p,
#header .tagline p {
  color: #000 !important;
}

#header .tagline--after p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

#header p.desc {
  font-weight: 700;
  font-size: 33px;
}

#header .header_main_image {
  padding-top: 50px;
}

#header .header_main_image img {
  max-width: 385px;
}

#header .lg-logo {
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
}

#header .sm-logo {
  margin-top: 40px;
  width: 100%;
}

#header .wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #header .right-col .h-image img,
  #header .header_main_image img {
    width: 100%;
  }

  #header .sm-logo img {
    max-width: 80%;
  }

  #header .sm-logo img {
    width: 100%;
  }

  #header h1 {
    font-size: 35px;
    line-height: 50px;
  }

  #header .header_main_image {
    padding-top: 30px;
  }

  .form__arrow {
    height: 80px;
  }
}

@media (min-width: 991px) {
  #header .tagline {
  }
}

@media (min-width: 1200px) {
  #header h3 {
    font-size: 72px;
    margin-bottom: 0;
  }
}

/*  header */

/*  form */
form {
  background: #1a5c3c;
  position: relative;
}

form:before {
  content: '';
  background: url('../img/img_background_1_1360_2.png') no-repeat top right;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.form__arrow-wrap {
  display: flex;
  justify-content: center;
  padding-top: 38px;
}

.form__arrow {
  height: 110px;
}

#form .section-header p a {
  color: #000;
}

#form .section-header p {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
  padding: 56px 0 39px 0;
  margin-bottom: 0;
}

#form .section-header p small {
  margin-top: -30px;
  display: block;
  position: static;
  color: #fff;
}

#form .section-header p .bigest {
  font-size: 36px;
  line-height: 1.4;
  color: #fff;
}

#form .section-header .input-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

#form .section-header .input-row input {
  flex-basis: 50%;
  line-height: 45px;
  padding: 0 15px;
  font-size: 20px;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: border-color 0.7s;
}

#form .section-header .input-row input:focus {
  outline: none;
  border-color: #ca6600;
}

#form .section-header .input-row button {
  margin-left: 20px;
  line-height: 45px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #000;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: background-color 0.5s;
  cursor: pointer;
  transform: translateY(0);
  padding: 0 30px;
}

#form .section-header .input-row button:focus {
  outline: none;
}

#form .section-header .input-row button:active {
  transform: translateY(1px);
}

#form .section-header .input-row button:hover {
  background: #000;
  color: #fff;
}

#form .form-input-container {
  padding: 36px 0 28px 0;
}

#form h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 25.4px;
  padding-bottom: 13px;
}

#form input {
  border: 2px solid transparent;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  color: #000;
  line-height: 28px;
  /*padding: 5px 15px 1px;
    height: unset;*/
}

/*
#form input::placeholder {
    opacity: 0.42;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.57px;
}*/

#form input:focus {
  border: 2px solid rgba(255, 104, 0, 0.58);
  box-shadow: unset;
}

#form input.error {
  border: 2px solid rgba(235, 75, 66, 1);
}

#form .form-input-container .vertical-inputs input:last-of-type {
  margin-bottom: 0;
}

#form .form-input-container .vertical-inputs .form-group {
  position: relative;
}

#form .inplg1 {
  margin-top: 10px;
}

#form .inplg1,
#form .inpsm1 {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 15.25px;
}

/*#form .inplg1 {*/
/*position: absolute;*/
/*top: 0;*/
/*left: calc(100% + 7px);*/
/*width: 300px;*/
/*}*/

#form .inpsm1 img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

#form .inpsm1 {
  padding-top: 14px;
}

#form .inplg1 .arrow {
  max-width: 14px;
  float: left;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

#form .inplg1 .description {
  margin-left: 24px;
  overflow: hidden;
  color: #fff;
}

#form .form-input-container small {
  height: 13px;
  color: #e05f21;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.83px;
  position: absolute;
  top: 11px;
  right: 10px;
  display: none;
}

#form .input-headers {
  padding: 0;
  margin-bottom: 6px;
}

#form .input-headers .right_input_header {
  float: right;
  font-size: 14px;
  margin-right: 22px;
  margin-top: 14px;
}

#form .input-headers .left_input_header {
  font-size: 22px;
  line-height: 41.82px;
}

#form .row.privacy {
  margin-left: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.57px;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}

#form .form-group {
  margin-bottom: 20px;
}

#form .zipstate input {
  max-width: 138px;
  margin: 0 auto;
}

#form .zipstate input:last-of-type {
  margin-left: 12px;
}

#form .privacy img {
  margin: 3px 3px 0 0;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

#form .submit-row {
  padding-bottom: 50px;
}

#form .submit-btn {
  color: #d25f00;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px;
  background: #fff;
  position: relative;
  transition: 0.7s;
  padding: 5px 15px 1px;
  font-family: 'Acumin Pro', sans-serif;
}

#form .submit-btn:hover {
  color: #fff;
  background: #d25f00;
}

#form a.text-dark {
  text-transform: uppercase;
  color: #e5056b !important;
  text-decoration: underline;
}

@media (min-width: 1200px) {
  #form .zipstate input {
    max-width: 168px;
    margin: 0 auto;
  }

  #form .section-header img {
    margin-top: -154px;
  }
}

/*  form */

/* footer */
footer {
  margin: 0 auto;
  max-width: 1920px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer .wrapper {
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.73px;
  padding: 18px 32px 18px 64px;
}

footer .wrapper:before {
  content: '';
  background: url('../img/img_background_1_1360_3.png') no-repeat top left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.footer-mail img {
  filter: invert(1);
}

footer .text-left img {
  margin-right: 4px;
}

footer .footer-main-link {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.8px;
}

footer .footer-main-link:hover {
  text-decoration: none;
  color: #1eb400;
}

footer .creators a {
  opacity: 0.41;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 727px) {
  footer .footer-mail {
    font-size: 13px;
  }

  #form .row.privacy {
    margin-top: 0px;
  }

  #form .inplg1 {
    display: none;
  }

  #header .right-col {
    text-align: center;
  }

  #header h3 {
    margin-bottom: 0;
  }

  #form .section-header p,
  #form .form-input-container {
    padding-top: 0;
  }
}

body {
  padding-bottom: 56px;
}

/* footer */

@media screen and (min-width: 1200px) {
  #form .section-header p {
    font-size: 24px;
    line-height: 1.3;
    padding-top: 0;
  }

  #form .section-header p small {
    font-size: 14px;
    /*margin-top: -70px;*/
  }

  #form .section-header p a {
    display: block;
    text-align: center;
    font-size: 42px;
  }
}

@media screen and (min-width: 1600px) {
  #form .section-header p {
    padding-top: 50px;
  }
}

@media screen and (max-width: 550px) {
  footer {
    position: static;
  }

  #form .section-header p a {
    font-size: 27px;
  }

  #form .section-header .input-row {
    flex-flow: row wrap;
  }

  #form .section-header .input-row input {
    flex-basis: 100%;
  }

  #form .section-header .input-row button {
    margin: 30px 0 0 0;
  }

  #form .section-header .input-row input,
  #form .section-header .input-row button {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .form__arrow {
    height: 80px;
    margin-bottom: 20px;
  }
}
