@font-face {
  font-family: 'Affect';
  font-display: auto;
  src: url('/fonts/Affect.woff') format('woff'),
  url('/fonts/Affect.otf') format('otf');
  font-style: normal;
}@font-face {
  font-family: 'Affect-Bold';
  font-display: auto;
  src: url('/fonts/Affect-Bold.woff') format('woff'),
  url('/fonts/Affect-Bold.otf') format('otf');
  font-style: normal;
}@font-face {
  font-family: 'Affect-Light';
  font-display: auto;
  src: url('/fonts/Affect-Light.woff') format('woff'),
  url('/fonts/Affect-Light.otf') format('otf');
  font-style: normal;
}

/* style */
/* 17.12.2020 */
body.club-page {
  background: url('/img/main_backgroundpng.png') no-repeat;
  background-size: cover;
}

main{
  padding-top: 1px;
  padding-bottom: 1px;
  background-size: cover;
}
/* end 17.12.2020 */

.main-container{
  position: relative;
  max-width: 846px;
  margin: 0 auto;
  padding-top: 1px;
  padding-bottom: 1px;
}

.main-container img{
  position: absolute;
}

.card-background{
  left: -70px;
  top: 95px;
  z-index: 3;
}

.iphone-background{
  right: 0;
  top: 20px;
  z-index: 1;
}

.main-offer{
  position: relative;
  z-index: 2;
  margin-top: 435px;
  background-color: #ffffff;
  background-image: url('/img/phone.png');
  background-repeat: no-repeat;
  background-position: -40px 40px;
  border-radius: 45px;
  padding: 58px 142px 42px 142px;
}

.main-offer form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-offer h3{
  margin-bottom: 34px;
  font-family: 'Roboto-Bold';
  color: #df7754;
  font-size: 30px;
  line-height: 30px;
}

.main-offer input{
  width: 100%;
  margin-bottom: 35px;
  padding: 15px 24px;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
}

.main-offer .input-wrapper{
  width: 100%;
  position: relative;
}

/* input-error */
.main-offer .input-wrapper .input-error{
  position: absolute;
  content: "";
  display: block;
  bottom: 4px;
  right: 0;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #e74c3c;
}

.main-offer .input-wrapper.incorrect input{
  background-color: #fdedeb;
  border: 1px solid #e74c3c;
}

.main-offer input::-moz-placeholder {
  color: #000000;
}
.main-offer input::-webkit-input-placeholder { color: #000000; }

.main-offer button,
.answer-content--qr button{
  padding: 12px 37px;
  display: inline-block;
  font-family: 'Roboto-Bold';
  font-size: 16px;
  color: #ffffff;
  background-color: #006f53;
  border: none;
  border-radius: 45px;
  cursor: pointer;
}

.main-offer button:hover,
.main-offer button:active{
  opacity: 0.8;
}

.offer-description,
.offer-discount{
  margin-top: 25px;
  padding: 43px 50px;
  background-color: #ffffff;
  border-radius: 45px;
}

.offer-description{
  position: relative;
  z-index: 2;
}

.offer-description h3,
.offer-discount h3{
  font-family: 'Roboto-Bold';
  font-size: 36px;
  line-height: 36px;
  color: #df7754;
}

.offer-description h3{
  margin-bottom: 34px;
}

.offer-description__text{
  margin-bottom: 3px;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  line-height: 36px;
  color: #454545;
}

.offer-description__benefits{
  margin-bottom: 37px;
}

.offer-description__benefits li{
  margin-bottom: 29px;
  font-family: 'Roboto-Bold';
  font-size: 16px;
  line-height: 30px;
  color: #454545;
}

.offer-description__note{
  font-family: 'Roboto-Regular';
  font-size: 14px;
  line-height: 24px;
  color: #121212;
  opacity: 0.3;
}

.offer-discount{
  margin-bottom: 45px;
}

.offer-discount h3{
  margin-bottom: 30px;
}

.offer-discount p{
  font-family: 'Roboto-Regular';
  font-size: 15px;
  line-height: 35px;
  color: #121212;
  opacity: 0.8;
}

.main-offer--second-screen{
  margin-bottom: 95px;
  background-position: -40px 35px;
}

.main-offer--second-screen input{
  margin-bottom: 17px;
}

.checkbox-wrapper{
  width: 100%;
  margin-top: 3px;
  margin-bottom: 30px;
}

.checkbox-wrapper input{
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-wrapper label{
  font-family: 'Roboto-Regular';
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  cursor: pointer;
}

.checkbox-wrapper input+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-wrapper input+label::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 5px;
  margin-right: 15px;
  background-color: #01654d;
  background-repeat: no-repeat;
  background-position: center center;
}

.checkbox-wrapper input:checked+label::before {
  background-image: url("/img/tick.png");
}

main.main__second-step{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 650px;
  height: calc(100vh - 481px);
}

.answer-content{
  max-width: 825px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  padding: 70px 25px 50px 25px;
  background-color: #ffffff;
  border-radius: 45px;
  text-align: center;
}

.answer-content h3{
  margin-top: 58px;
  margin-bottom: 35px;
  font-family: 'Roboto-Bold';
  font-size: 30px;
  line-height: 30px;
  color: #df7754;
}

.answer-content p{
  font-family: 'Roboto-Bold';
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.answer-content--qr{
  padding-top: 40px;
  padding-bottom: 50px;
}

.answer-content--qr h3{
  margin: 0;
  margin-bottom: 32px;
}

.answer-content--qr p{
  margin-bottom: 35px;
}

.answer-content--qr img{
  display: block;
  margin: 0 auto;
  margin-bottom: 36px;
}

.answer-content--qr button{
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.answer-content--qr button:hover,
.answer-content--qr button:active{
  opacity: 0.8;
}

@media(max-width: 900px){
  .main-container{
    max-width: none;
    padding-right: 30px;
    padding-left: 30px;
  }

  .main-offer {
    padding: 58px 102px 42px 102px;
  }

  .main-offer h3 {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    white-space: nowrap;
  }

  .main-offer input{
    font-size: 30px;
  }

  .main-offer button{
    font-family: 'Roboto-Regular';
    font-size: 30px;
  }

  .offer-description{
    padding-top: 72px;
  }

  .offer-description h3{
    font-family: 'Roboto-Bold';
    font-size: 72px;
    line-height: 60px;
    margin-bottom: 65px;
  }

  .offer-description__text {
    margin-bottom: 45px;
    font-size: 33px;
    line-height: 38px;
  }

  .offer-description__benefits li {
    margin-bottom: 38px;
    font-family: 'Roboto-Bold';
    font-size: 33px;
    line-height: 37px;
  }

  .offer-description__note {
    font-family: 'Roboto-Regular';
    font-size: 21px;
  }

  .offer-discount{
    padding-top: 60px;
  }

  .offer-discount h3 {
    margin-bottom: 45px;
    font-size: 55px;
  }

  .offer-discount p {
    font-size: 35px;
    line-height: 48px;
  }
}

@media(max-width: 850px){
  .main-offer h3 {
    white-space: normal;
  }
}

@media(max-width: 768px){

  .main-container .card-background,
  .main-container .iphone-background{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .card-background {
    top: 35px;
  }

  .iphone-background{
    top: -55px;
  }

  .main-offer {
    margin-top: 350px;
    padding: 58px 50px 42px 50px;
  }

  .main-offer h3 {
    font-size: 35px;
    line-height: 35px;
  }

  .main-offer input{
    font-size: 25px;
  }

  .main-offer button{
    font-size: 25px;
  }

  .offer-description{
    padding-top: 50px;
  }

  .offer-description h3{
    font-size: 50px;
    /* 10.02.2021 */
    line-height:60px;
    margin-bottom: 35px;
  }

  .offer-description__text {
    margin-bottom: 25px;
    font-size: 23px;
    /* 10.02.2021 */
    line-height: 28px;
  }

  .offer-description__benefits li {
    margin-bottom: 20px;
    font-size: 25px;
    /* 10.02.2021 */
    line-height: 30px;
  }

  .offer-description__note {
    font-size: 16px;
  }

  .offer-discount{
    padding-top: 40px;
  }

  .offer-discount h3 {
    margin-bottom: 25px;
    font-size: 50px;
  }

  .offer-discount p {
    font-size: 25px;
      /* 10.02.2021 */
      line-height: 50px;
  }
}

@media(max-width: 620px){
  .main-container .card-background,
  .main-container .iphone-background{
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .card-background {
    top: -10px;
    left: -125px;
  }

  .iphone-background {
    top: -150px;
    right: -50px;
  }

  .main-offer {
    margin-top: 280px;
  }
}

@media(max-width: 480px){
  .main-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-background {
    left: -165px;
  }

  .iphone-background {
    right: -105px;
  }

  .main-offer {
    padding: 38px 20px 20px 20px;
  }

  .main-offer h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .main-offer input{
    font-size: 25px;
  }

  .main-offer button{
    font-size: 25px;
  }

  .offer-description h3{
    font-size: 33px;
     /* 10.02.2021 */
     line-height: 39px;
    margin-bottom: 25px;
  }

  .offer-description__text {
    margin-bottom: 15px;
    font-size: 20px;
    /* 10.02.2021 */
    line-height: 24px;
  }

  .offer-description__benefits li {
    margin-bottom: 15px;
    font-size: 18px;
     /* 10.02.2021 */
     line-height: 23px;
  }

  .offer-description__note {
    font-size: 14px;
     /* 10.02.2021 */
     line-height: 17px;
  }

  .offer-description__benefits {
    margin-bottom: 27px;
  }

  .offer-discount h3 {
    font-size: 33px;
    line-height: 33px;
  }

  .offer-discount p {
    font-size: 18px;
    /* 10.02.2021 */
    line-height: 27px;
  }
}

@media(max-width: 420px){

  .main-container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .main-offer h3 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .main-offer input{
    margin-bottom: 20px;
    font-size: 16px;
  }

  .main-offer button{
    font-size: 20px;
  }

  .offer-description{
    padding: 35px 25px;
  }

  .offer-description h3{
    font-size: 23px;
     /* 10.02.2021 */
     line-height: 27px;
    margin-bottom: 20px;
  }

  .offer-description__text {
    font-size: 16px;
     /* 10.02.2021 */
     line-height: 20px;
  }

  .offer-description__benefits li {
    font-size: 16px;
    /* 10.02.2021 */
    line-height: 20px;
  }


  .offer-description__note {
    font-size: 14px;
     /* 10.02.2021 */
     line-height: 17px;
  }

  .offer-discount{
    padding: 35px 25px;
  }

  .offer-discount h3 {
    font-size: 23px;
    line-height: 23px;
  }

  .offer-discount p {
    font-size: 16px;
    /* 10.02.2021 */
    line-height: 24px;
  }

  .main-offer .input-wrapper.incorrect:before {
    bottom: 9px;
    font-size: 12px;
  }
}

@media(max-width: 860px){
  .main__second-step{
    padding-right: 15px;
    padding-left: 15px;
  }

  main.main__second-step {
    height: calc(100vh - 410px);
  }
}

@media(max-width: 480px){
  main.main__second-step {
    height: calc(100vh - 323px);
  }

  .answer-content {
    padding-top: 50px;
  }

  .answer-content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .answer-content--qr h3 {
    margin-top: 0;
  }
}

.answer-content--card{
  padding-top: 70px;
  padding-bottom: 65px;
}

.answer-content--card h3{
  margin-top: 0;
  font-family: 'Roboto-Bold';
  font-size: 64px;
  line-height: 64px;
  color: #000000;
}

.answer-content--card p{
  font-family: 'Roboto-Regular';
  font-size: 30px;
  line-height: 60px;
  color: #000000;
}

.answer-content--card button{
  margin-top: 40px;
  padding: 27px 40px 27px 115px;
  font-family: 'Roboto-Regular';
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  background: #000000 url('/img/G_pay.png') no-repeat;
  background-position: 25px 50%;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}

.answer-content--card button.apple-wallet-button{
  background: #000000 url('/img/apple_wallet.png') no-repeat;
  background-position: 25px 50%;
}

@media(max-width: 580px){
  .answer-content--card{
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .answer-content--card h3{
    margin-bottom: 25px;
    font-size: 45px;
    line-height: 45px;
  }

  .answer-content--card p{
    font-size: 24px;
    line-height: 35px;
  }

  .answer-content--card button{
    padding: 23px 40px 23px 115px;
    font-size: 24px;
    line-height: 24px;
  }
}

@media(max-width: 380px){
  .answer-content--card h3 {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
  }

  .answer-content--card p {
    font-size: 20px;
    line-height: 24px;
  }

  .answer-content--card button {
    padding: 23px 20px 23px 90px;
    font-size: 14px;
    line-height: 14px;
    background-position: 10px 50%;
    background-size: 20px;
  }

  .answer-content--card button.apple-wallet-button{
    background-size: 30px;
    padding: 23px 20px 23px 70px;
    background-position: 20px 50%;
  }
}

.checkbox-wrapper input:checked+label::before{
  background-image: url('/img/tick.png');
}


/* styles */
.checkbox-wrapper{
  white-space: nowrap;
}

.checkbox-wrapper a{
  text-decoration: underline;
}

.checkbox-wrapper label{
  position: relative;
}

.checkbox-wrapper input:checked+label::before,
.checkbox-wrapper input+label::before {
  position: absolute;
  left: 0;
}


.input-wrapper--sex select{
  width: 100%;
  margin-bottom: 35px;
  padding: 15px 24px;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
}

.checkbox-wrapper label{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 40px;
  line-height: 24px;
}

@media (max-width: 900px){
  .input-wrapper--sex select{
    font-size: 30px;
  }
}

@media (max-width: 768px){
  .input-wrapper--sex select{
    font-size: 25px;
  }
}

@media (max-width: 420px){
  .input-wrapper--sex select{
    margin-bottom: 20px;
    font-size: 16px;
  }
}

/* new styles select*/

.input-wrapper--sex{
  position: relative;
}

.input-wrapper--sex select{
  -webkit-appearance: textfield;
  -moz-appearance: none;
  appearance: none;
}

.input-wrapper--sex:before{
  position: absolute;
  content: ">";
  top: 12px;
  transform: rotate(90deg);
  right: 10px;
  font-family: 'Roboto-Regular';
  font-size: 25px;
  pointer-events: none;
}

/* 05.01.2021 */
/* styles */
.submit-button{
  position: relative;
}

.submit-button:active,
.submit-button:focus{
  outline: none;
}

.submit-button.loading{
  color: #006f53;
  pointer-events: none;
  opacity: 0.7;
}

.submit-button .loader{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}

.submit-button.loading .loader{
  display: flex;
}

.submit-button .dot {
  background: white;
  margin: 5px;
  animation-name: loader;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.submit-button .dot:nth-child(1) {
  animation-delay: 0.2s;
}
.submit-button .dot:nth-child(2) {
  animation-delay: 0.4s;
}
.submit-button .dot:nth-child(3) {
  animation-delay: 0.6s;
}
.submit-button .dot:nth-child(4) {
  animation-delay: 0.8s;
}

@keyframes loader {
  from {
    width: 2px;
    height: 2px;
    border-radius: 1px;
  }
  to {
    width: 15px;
    height: 15px;
    border-radius: 10px;
  }
}

.input-wrapper .calendar-icon {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url('/local/components/manao/passteam.form/img/sprite.svg');
  background-repeat: no-repeat;
  background-position: 1px -160px;
  cursor: pointer;
}

.checkbox-wrapper .errortext{
  display: block;
  margin-top: 2px;
  padding-left: 40px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  color: #df0024;
  white-space: normal;
}

/* new 5.01.2021 */
.answer-content--qr-description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 445px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Roboto-Bold';
  font-size: 10px;
  line-height: 15px;
  color: #4b4b4b;
}

.answer-content--qr img {
  margin-bottom: 30px;
}

.answer-content--qr {
  padding-bottom: 38px;
}

/* new 22.04.2021 */
.offer-description__link-ex {
	text-decoration: underline;
	font-family: 'Roboto-Regular';
    font-size: 14px;
    line-height: 35px;
    color: #121212;
    opacity: 0.8;
	text-transform: none;
}