@font-face {
  font-family: "Neucha";
  src: url(/fonts/Neucha/Neucha-Regular.ttf);
}

@font-face {
  font-family: "Lato";
  src: url(/fonts/Lato/Lato-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  src: url(/fonts/Roboto/Roboto-Regular.ttf);
}

.bonus * {
  font-family: "Roboto", sans-serif;
}

.bonus .text-orng {
  color: #000;
  font-family: "Lato" , sans-serif;
  font-weight: 400;
  font-size: 30px;
}

.bonus section {
  /*padding: 50px 0;*/
  background-color: #FFF;
  position: relative;
}

.bonus .container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
}

.download_mp {
  position: absolute;
  margin: 0 auto;
  width: 13.5%;
  left: 43.25%;
  top: 60%;
}

.bonus__about, .bonus__lola_cashback {
  background-color: #FFF;
  position: relative;
}

.bonus__about > .container {
  position: relative;
}

.bonus img {
  margin: auto;
}

.bonus__about img {
  width: 80%;
  margin: auto;
}

.bonus__lola_cashback img{
  width: 92%;
  margin: auto;
}

.master_button {
  position: absolute;
  margin: 0 auto;
  width: 12.2%;
  left: 43.9%;
  top: 74%;
}

.bonus__form {
  position: relative;
}
.monets_left, .monets_right{
  position: absolute;
  width: 22%;
  height: auto;
}
.monets_left {
  left: -2%;
  bottom: 0px;
}
.monets_right {
  right: 0px;
  top: -100px;
}
.questions_answers {
  width: 67%;
  margin: 40px auto 40px auto;
  background-color: #9DD1A5;
  border-radius: 30px;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
}
.questions_answers .bonus__title-wrapper {
  padding: 40px 0 20px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.question {
  width: 80%;
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  padding: 16px 8px;
  margin: 10px auto;
  background-color: #FFF;
}
.answer {
  width: 80%;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 30px;
  padding: 16px 8px;
  margin: 10px auto;
}
.answer_caption {
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
}
.question_text, .answer_title {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-left: 20px;
}
.answer_title {
  text-transform: uppercase;
}
.answer_text {
  font-size: 14px;
  margin: 0 20px;
}
.answer_open img {
  width: 24px;
  height: 24px;
}
/*.answer_open, .answer_close {
  align-self: flex-end;
}*/

@media screen and (max-width: 1600px) {
  .bonus .text-orng {
    font-size: 28px;
  }
}

@media screen and (max-width: 1440px) {
  .bonus .text-orng {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .bonus .text-orng {
    font-size: 24px;
  }
  .answer_text {
    font-size: 13px;
  }
  .bonus__about img {
    width: 90%;
  }
  .bonus__lola_cashback img {
    width: 100%;
  }
  .bonus__main img, .bonus__lola_club img {
    width: 110%;
  }
}

@media screen and (max-width: 1024px) {
  .bonus .text-orng {
    font-size: 22px;
  }
  .questions_answers {
    width: 80%;
  }
  .question_text, .answer_title {
    font-size: 15px;
  }
}

@media screen and (max-width: 920px) {
  .bonus .text-orng {
    font-size: 20px;
  }
  .questions_answers {
    width: 90%;
  }
  .question_text, .answer_title {
    font-size: 14px;
  }
  .question, .answer {
    width: 90%;
  }
  .answer_title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 620px) {
  .bonus .text-orng {
    font-size: 18px;
  }
  .questions_answers {
    width: 100%;
  }
  .question_text, .answer_title {
    font-size: 12px;
  }
  .question, .answer {
    width: 95%;
  }
  .answer_text {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 380px) {
}