.simple-banner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 495px;
  width: 100%;
}
.simple-banner:after {
  content: '';
  top: -3px;
  left: 0;
  position: absolute;
  height: 2px;
  box-shadow: 0 -3px 9px 6px rgba(0, 0, 0, 0.3);
  width: 100%
}
.simple-banner h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 43px;
  font-weight: 400;
  margin: 52px 0 45px 0;
  color: #B1BBC0;
}
h3.expired {
  font-size: 150% !important;
  margin: 50px 0 50px;
}
.simple-banner .claim {
  margin: 55px 0 55px 0;
}
.simple-banner .text-green {
  color: #00a947;
}
.simple-banner .title {
  font-family: 'Roboto', sans-serif;
  color: #363a42;
  font-size: 55px;
  font-weight: 400;
  margin: 20px 0;
}
.simple-banner .download-title {
  margin-top: 20px;
  font-size: 30px;
}
.simple-banner .download-title img {
  vertical-align: middle;
}
.simple-banner .btn.btn-green {
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  padding: 16px;
}
.try-now {
  display: inline;
  margin-right: 35px;
  margin-bottom: 10px;
}
.payments {
  text-align: center;
}
.scheme {
  margin: 100px 0;
}
.scheme .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 16%;
  width: 21%;
}
.scheme .block-img {
  position: relative;
  height: 286px;
}
.scheme .block-img img {
  margin: 0;
  max-width: 100%;
}
.scheme p {
  vertical-align: top;
}
.scheme .text-center {
  text-align: center;
}
.scheme .item:first-child .block-img:after {
  content: '';
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 66%;
  left: 100%;
  height: 16px;
  width: 267%;
  z-index: 1;
}
.scheme .item:first-child .block-img:before {
  content: '';
  background-image: url('../img/many-arrows.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 8%;
  left: 77%;
  height: 99px;
  width: 95%;
  z-index: 1;
}
.scheme .item:last-child {
  margin-right: 0;
}
.scheme .item:first-child .block-img img{
  margin-top: 20px;
}
.scheme .item:last-child .block-img img{
  margin-top: 20px;
  height: 80%;
}
.offer h3 {
  text-align: center;
  font-family: 'segoe_uiregular', sans-serif;
  font-size: 46px;
  color: #333333;
  margin: 85px 0 55px;
  font-weight: normal;
}
.offer p {
  font-size: 16px;
  margin-top: 0.9em;
  line-height: 27px;
  font-family: 'segoe_uiregular', sans-serif;
}
.main-content {
  width: 1105px;
}
.btn.btn-green {
    background: #00a947;
    color: #ffffff;
    padding: 4px 23px;
    margin-left: 12px;
    font-family: 'segoe_uiregular', sans-serif;
    font-size: 14px;
    line-height: 14px;
}

.banner-wrapper {
  margin-bottom: 0px;
}


@media screen and (max-width: 990px) {
  .offer h3 {
    margin: 50px 0 50px;
  }

  .simple-banner .claim {
    margin: 25px 0 25px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  /*768*/
  /*Offer page*/
  .main-content {
    width: 100%;
  }

  .scheme .block-img {
      height: 225px;
  }
  /*@end Offer page*/
}

@media screen and (max-width: 767px) {
  .main-content {
    width: 100%;
  }

  /*Offer page*/
  .scheme .item {
      margin-right: 0;
      margin-bottom: 20px;
      width: 100%;
  }
  .scheme {
      margin: 30px 0;
  }
  .simple-banner {
      background-size: auto;
    }
  .scheme .block-img {
    height: auto;
    display: inline-block;
    width: 34%;
  }
  .scheme .block-img img {
      margin: 0 auto;
  }
  .scheme .item:last-child .block-img img {
    height: auto;
  }
  .scheme p {
      display: inline-block;
      width: 56%;
      margin-left: 4%;
      vertical-align: bottom;
  }
  .scheme .item:first-child .block-img:after {
    top: 166%;
    left: 9%;
    width: 151%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .scheme .item:first-child .block-img:before {
    top: 96%;
    left: -31%;
    width: 43%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /*@end Offer page*/
}

@media screen and (max-width: 480px) {
  .main-content {
    width: 100%;
  }

  /*Offer page*/
  .offer-small {
    width: 100%;
  }

  .simple-banner {
    height: 390px;
  }
  .simple-banner h2 {
      font-size: 22px;
      margin: 18px 0;
    }
  .simple-banner .claim {
      margin: 30px 0 30px 0;
  }
  .simple-banner .download-title img {
    width: 30px;
    height: 30px;
  }
  .simple-banner .try-now {
    display: block;
  }
  .simple-banner .title {
      font-size: 22px;
    }
  .scheme .item:first-child .block-img:after {
    top: 168%;
    left: -4%;
    width: 184%;
  }
  .scheme .item:first-child .block-img:before {
    top: 82%;
    left: -50%;
    width: 38%;
  }
  /*@end Offer page*/

  /* Special registration form */ 
  .register-form fieldset {
    width: 100%;
    padding: 0px !important;
  }
  /* End Special registration form */

  .resend-voucher-link {
    font-size: 17px !important;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .special-offer {
    margin-left: 24px;
    margin-right: 24px;
  }

  .paymentwall {
    background-image: url('../images/btn-group-360.png');
    width: 250px;
    height: 120px;
    margin-bottom: 20px;
  }
}
