@font-face {
  font-family: F37Ginger-Bold;
  src: url('../fonts/F37Ginger-Bold.otf');
}
@font-face {
  font-family: F37Ginger-BoldItalic;
  src: url('../fonts/F37Ginger-BoldItalic.otf');
}
@font-face {
  font-family: F37Ginger-Light;
  src: url('../fonts/F37Ginger-Light.otf');
}
@font-face {
  font-family: F37Ginger-Lightitalic;
  src: url('../fonts/F37Ginger-LightItalic.otf');
}
@font-face {
  font-family: F37Ginger-Regular;
  src: url('../fonts/F37Ginger-Regular.otf');
}
@font-face {
  font-family: F37Ginger-Thin;
  src: url('../fonts/F37Ginger-Thin.otf');
}
.offers-wrapper {
  width: 100%;
  margin: 0;
  padding: 25px 35px;
  box-sizing: border-box;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.offers-wrapper.without-arrow {
  bottom: 10px;
}
.offers-wrapper.sticky {
  top: 0;
  position: fixed;
  bottom: auto;
  z-index: 5000;
  left: 0;
}
.offers-wrapper .offers {
  width: 100%;
  height: 87px;
  border: 1px solid #eaf4f4;
  border-radius: 42px;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  padding-left: 40px;
  background: #eaf4f4;
  margin: 0 auto;
}
.offers-wrapper .offers ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 72%;
}
.offers-wrapper .offers ul .offer {
  float: left;
  height: 85px;
  font-size: 15px;
  color: #2E5872;
  width: 36%;
  padding-top: 12px;
}
.offers-wrapper .offers ul .offer.offer-become {
  background: url(../img/1unlock.svg) no-repeat left 16px;
  padding-left: 43px;
  width: 28%;
  margin-right: 20px;
  background-size: 32px 52px;
}
.offers-wrapper .offers ul .offer.offer-receive {
  background: url(../img/2offers.svg) no-repeat left 16px;
  padding-left: 52px;
  background-size: 38px 53px;
}
.offers-wrapper .offers ul .offer.offer-join {
  background: url(../img/3bill.svg) no-repeat left 15px;
  padding-left: 51px;
  width: 28%;
  margin-left: 20px;
  background-size: 34px 56px;
}
.offers-wrapper .offers .sign-up-action {
  width: 28%;
  float: right;
  background: #F37B28;
  height: 85px;
  display: inline-block;
  border-radius: 0 42px 42px 0;
  -moz-border-radius: 0 42px 42px 0;
  -webkit-border-radius: 0 42px 42px 0;
  text-align: center;
  padding-top: 30px;
  outline: none;
}
.offers-wrapper .offers .sign-up-action:hover,
.offers-wrapper .offers .sign-up-action:focus,
.offers-wrapper .offers .sign-up-action:visited,
.offers-wrapper .offers .sign-up-action:active {
  text-decoration: none;
}
.offers-wrapper .offers .sign-up-action span {
  display: block;
}
.offers-wrapper .offers .sign-up-action span.title {
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-family: F37Ginger-Bold, sans-serif;
  font-style: normal;
}
.offers-wrapper .offers .sign-up-action span.date {
  font-size: 16px;
  font-family: F37Ginger-Regular, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #F9D1B7;
}
@media only screen and (max-width: 767px) {
  .offers-wrapper {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  .offers-wrapper .offers {
    width: 100%;
    padding-left: 0;
  }
  .offers-wrapper .offers .sign-up-action {
    width: 100%;
    display: inline-block;
    border-radius: 42px;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
  }
  .offers-wrapper .offers .sign-up-action:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offers-wrapper {
    width: 100%;
    margin: 0;
    padding: 15px 0;
  }
  .offers-wrapper .offers {
    width: 100%;
    padding-left: 35px;
    height: 120px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
  }
  .offers-wrapper .offers ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 68%;
  }
  .offers-wrapper .offers ul .offer {
    float: left;
    height: 110px;
    font-size: 13px;
    color: #2E5872;
    width: 33%;
    padding-top: 10px;
    text-align: center;
  }
  .offers-wrapper .offers ul .offer.offer-become {
    background: url(../img/1unlock.svg) no-repeat center 10px;
    padding-left: 0;
    padding-top: 60px;
    width: 30%;
    margin-right: 20px;
    background-size: 28px;
  }
  .offers-wrapper .offers ul .offer.offer-receive {
    background: url(../img/2offers.svg) no-repeat center 10px;
    padding-left: 0;
    padding-top: 60px;
    background-size: 32px;
  }
  .offers-wrapper .offers ul .offer.offer-join {
    background: url(../img/3bill.svg) no-repeat center 10px;
    padding-left: 0;
    padding-top: 77px;
    width: 25%;
    margin-left: 20px;
    background-size: 32px;
  }
  .offers-wrapper .offers .sign-up-action {
    width: 30%;
    display: inline-block;
    border-radius: 0 60px 60px 0;
    -moz-border-radius: 0 60px 60px 0;
    -webkit-border-radius: 0 60px 60px 0;
    height: 118px;
    padding-top: 33px;
  }
  .offers-wrapper .offers .sign-up-action:hover {
    text-decoration: none;
  }
}
.mobile-app {
  background: url(../img/9appicons.svg) #fecb00 center left no-repeat;
  overflow: hidden;
  background-size: cover;
  min-height: 0;
  box-sizing: border-box;
  padding-top: 55px;
  padding-bottom: 30px;
}
.mobile-app .app-description {
  padding: 0;
}
.mobile-app .app-description::before {
  background: url('../img/apphone.svg') no-repeat;
  content: " ";
  width: 185px;
  height: 182px;
  display: block;
  position: absolute;
  bottom: -32px;
  left: -230px;
  background-size: 100%;
}
.mobile-app .app-description h3 {
  font-size: 30px;
  font-family: F37Ginger-Bold, sans-serif;
  font-style: normal;
  color: #161616;
  margin: 0 0 20px 0;
}
.mobile-app .app-description p {
  font-size: 17px;
  font-family: F37Ginger-Light, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #353535;
}
.mobile-app .app-description-tablet {
  display: none;
}
.mobile-app .download-app {
  margin: 30px 0 40px 0;
}
.mobile-app .download-app img {
  margin-right: 20px;
}
.mobile-app .download-app img.no-margin {
  margin: 0;
}
.mobile-app .text-me-app-container {
  width: 425px;
  position: relative;
}
.mobile-app .text-me-app-container #text-me-app-input {
  padding: 10px 20px;
  border-radius: 25px;
  border: 0;
  width: 100%;
  font-size: 18px;
  height: 46px;
  font-family: F37Ginger-Regular, sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: none;
}
.mobile-app .text-me-app-container #text-me-app-submit {
  position: absolute;
  right: 1px;
  top: 1px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 0;
  padding: 13px 20px 13px 15px;
  font-size: 16px;
  text-transform: uppercase;
  background: #f77a2a;
  font-family: F37Ginger-Regular, sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 44px;
  line-height: 22px;
  color: #FFF;
  outline: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile-app {
    background: url(../img/tablet-app.svg) #fecb00 center left no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  .mobile-app .app-description {
    padding: 0;
  }
  .mobile-app .app-description-tablet {
    text-align: center;
    display: none;
  }
  .mobile-app .app-description-tablet h3 {
    font-size: 37px;
    font-family: F37Ginger-Bold, sans-serif;
    font-style: normal;
    color: #161616;
    margin: 0 0 20px 0;
  }
  .mobile-app .app-description-tablet p {
    font-size: 19px;
    font-family: F37Ginger-Light, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #353535;
    width: 570px;
    margin: 0 auto 10px auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .mobile-app {
    background: url(../img/mobile-app.svg) #fecb00 center left no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .mobile-app .app-description {
    display: none;
  }
  .mobile-app .app-description-tablet {
    display: block;
    padding: 0 35px;
  }
  .mobile-app .app-description-tablet h3 {
    font-size: 40px;
    font-family: F37Ginger-Bold, sans-serif;
    font-style: normal;
    color: #161616;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .mobile-app .app-description-tablet p {
    font-size: 19px;
    font-family: F37Ginger-Light, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #353535;
    text-align: center;
  }
  .mobile-app .text-me-app-container {
    margin: 0 auto;
    width: 100%;
  }
  .mobile-app .text-me-app-container #text-me-app-submit {
    position: static;
    border-radius: 50px;
    width: 100%;
    border: 1px solid #FFF;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    margin-top: 20px;
  }
  .mobile-app .text-me-app-container #text-me-app-input {
    position: static;
    font-size: 22px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
  }
  .mobile-app .download-app {
    text-align: center;
  }
  .mobile-app .download-app img {
    margin: 0;
  }
}
/* modal */
.modal .modal-content {
  padding: 20px 20px;
}
.modal .modal-content .modal-preloader {
  opacity: 0.8;
  position: absolute;
  background: url('../img/spinner.gif') #FFF no-repeat center center;
}
.modal .modal-content h4 {
  margin: 40px 0;
  text-align: center;
  font-size: 20px;
  font-family: F37Ginger-Bold, sans-serif;
  font-style: normal;
}
.modal .modal-content .terms-error,
.modal .modal-content .fields-error {
  text-align: center;
  color: #FF451A;
  width: 100%;
  max-width: 350px;
  font-size: 16px;
  font-family: F37Ginger-Regular, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: none;
  margin: 0 auto 17px auto;
}
.modal .modal-content .terms-error.error,
.modal .modal-content .fields-error.error {
  display: block;
}
.modal .modal-content .terms {
  text-align: center;
}
.modal .modal-content .terms input {
  display: none;
}
.modal .modal-content .terms label {
  width: 100%;
  max-width: 350px;
  cursor: pointer;
  color: #3F3F3F;
  font-size: 14px;
  font-family: F37Ginger-Light, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 25px;
  height: 26px;
  padding-left: 25px;
  padding-top: 4px;
  background: url(../img/unchecked.jpg) no-repeat left center;
}
.modal .modal-content .terms label a {
  color: #3F3F3F;
  text-decoration: underline;
}
.modal .modal-content .terms input:checked + label {
  background: url(../img/checked.jpg) no-repeat left center;
}
.modal .modal-content .terms.error label {
  background: url(../img/error-check.jpg) no-repeat left center;
}
.modal .modal-content .name,
.modal .modal-content .email,
.modal .modal-content .phone,
.modal .modal-content .action {
  text-align: center;
}
.modal .modal-content .name .modal-input,
.modal .modal-content .email .modal-input,
.modal .modal-content .phone .modal-input,
.modal .modal-content .action .modal-input {
  margin: 0 0 26px 0;
  padding: 18px 15px;
  box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 47px;
  border: 1px solid #BFBFBF;
  font-size: 17px;
  color: #494949;
  font-family: F37Ginger-Regular, sans-serif;
  font-weight: 400;
  font-style: normal;
  outline: none;
}
.modal .modal-content .name .action-button,
.modal .modal-content .email .action-button,
.modal .modal-content .phone .action-button,
.modal .modal-content .action .action-button {
  width: 100%;
  max-width: 350px;
  background: #F37B28;
  font-size: 18px;
  font-family: F37Ginger-Bold, sans-serif;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  line-height: 45px;
  display: inline-block;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin-bottom: 40px;
}
.modal .modal-content .name .action-button:hover,
.modal .modal-content .email .action-button:hover,
.modal .modal-content .phone .action-button:hover,
.modal .modal-content .action .action-button:hover,
.modal .modal-content .name .action-button:focus,
.modal .modal-content .email .action-button:focus,
.modal .modal-content .phone .action-button:focus,
.modal .modal-content .action .action-button:focus,
.modal .modal-content .name .action-button:active,
.modal .modal-content .email .action-button:active,
.modal .modal-content .phone .action-button:active,
.modal .modal-content .action .action-button:active,
.modal .modal-content .name .action-button:visited,
.modal .modal-content .email .action-button:visited,
.modal .modal-content .phone .action-button:visited,
.modal .modal-content .action .action-button:visited {
  text-decoration: none;
}
.modal .modal-content .name ::-webkit-input-placeholder,
.modal .modal-content .email ::-webkit-input-placeholder,
.modal .modal-content .phone ::-webkit-input-placeholder,
.modal .modal-content .action ::-webkit-input-placeholder {
  color: #AFAFAF;
}
.modal .modal-content .name :-moz-placeholder,
.modal .modal-content .email :-moz-placeholder,
.modal .modal-content .phone :-moz-placeholder,
.modal .modal-content .action :-moz-placeholder {
  /* Firefox 18- */
  color: #AFAFAF;
}
.modal .modal-content .name ::-moz-placeholder,
.modal .modal-content .email ::-moz-placeholder,
.modal .modal-content .phone ::-moz-placeholder,
.modal .modal-content .action ::-moz-placeholder {
  /* Firefox 19+ */
  color: #AFAFAF;
}
.modal .modal-content .name :-ms-input-placeholder,
.modal .modal-content .email :-ms-input-placeholder,
.modal .modal-content .phone :-ms-input-placeholder,
.modal .modal-content .action :-ms-input-placeholder {
  color: #AFAFAF;
}
.modal .modal-content .name.error .modal-input,
.modal .modal-content .email.error .modal-input,
.modal .modal-content .phone.error .modal-input,
.modal .modal-content .action.error .modal-input {
  border: 1px solid #FF451A;
}
.modal .modal-content .name.error ::-webkit-input-placeholder,
.modal .modal-content .email.error ::-webkit-input-placeholder,
.modal .modal-content .phone.error ::-webkit-input-placeholder,
.modal .modal-content .action.error ::-webkit-input-placeholder {
  color: #FF451A;
}
.modal .modal-content .name.error :-moz-placeholder,
.modal .modal-content .email.error :-moz-placeholder,
.modal .modal-content .phone.error :-moz-placeholder,
.modal .modal-content .action.error :-moz-placeholder {
  /* Firefox 18- */
  color: #FF451A;
}
.modal .modal-content .name.error ::-moz-placeholder,
.modal .modal-content .email.error ::-moz-placeholder,
.modal .modal-content .phone.error ::-moz-placeholder,
.modal .modal-content .action.error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #FF451A;
}
.modal .modal-content .name.error :-ms-input-placeholder,
.modal .modal-content .email.error :-ms-input-placeholder,
.modal .modal-content .phone.error :-ms-input-placeholder,
.modal .modal-content .action.error :-ms-input-placeholder {
  color: #FF451A;
}
.bullet-list .bullet-item {
  padding-left: 40px;
  font-family: F37Ginger-Light, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .bullet-list .bullet-item {
    font-size: 1.5em;
  }
}
.bullet-list .bullet-item.empty {
  content: " ";
  margin-bottom: 0;
  padding-left: 27px;
  height: 19px;
  display: inline-block;
}
.bullet-list.bullet-x .bullet-item {
  background: url('../img/widgets/bullet-x.png') no-repeat center left;
}
.bullet-list.bullet-tick .bullet-item {
  background: url('../img/widgets/bullet-tick.png') no-repeat;
}
.bullet-list.bullet-euro .bullet-item {
  background: url('../img/widgets/bullet-euro.png') no-repeat;
}
