@import url(https://fonts.googleapis.com/css?family=Saira+Semi+Condensed:200,300,400,500,600,700);
* {
  margin: 0;
  padding: 0
}
:focus {
  outline: 0
}
img {
  border: none
}
html,body {
  height: 100%
}
ol,ul {
  list-style: none
}
html {
  font-size: 62.5%
}
body {
  background: #373942 url(/landings/105345/1522157432/images/main_bg2.jpg) no-repeat center center;
  background-size: cover;
  font-family: 'Saira Semi Condensed', Arial, sans-serif;
  color: #000;
  font-size: 1.8rem;
}
.first_page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  margin: auto;
  width: 100%;
  max-width: 605px;
  height: 90%;
  max-height: 763px;
  background: url(/landings/105345/1522157432/images/girl2.jpg) no-repeat center top;
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.35)
}
.warning_popup {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  bottom: 5rem;
  background: #2afdff;
  border-radius: 3px;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  padding: 2rem 1rem;
  text-align: center;
}
.warning_popup h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem
}
.warning_popup p {
  font-size: 1.6rem
}
.loader_page {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem
}
.loader_page img {
  max-width: 90%
}
.load_title {
  margin: 4rem 0
}
.step_block {
  display: none;
  width: 96%;
  max-width: 550px;
  margin: -150px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 100;
  background: #fff
}
.step {
  display: none;
  text-align: left
}
.step:first-child {
  display: block
}
.step_header {
  padding: 1.5rem 0;
  background: #2afdff;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  box-shadow: inset 0 -3px 15px rgba(0, 0, 0, .2);
}
.step_header h2 {
  font-weight: 700;
  color: #000;
  font-size: 2.2rem;
}
.step_header {
  text-align: center
}
.step_header li {
  display: inline-block;
  margin: 0 0.8rem;
  font-weight: normal;
  font-size: 24px;
  vertical-align: middle
}
.step_header li.circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.step_header li.circle.active {
  border-color: #fff;
  background: #fff;
  color: #000000;
}
.step_inner {
  box-sizing: border-box;
  padding: 3rem
}
.step_inner .main_img {
  width: 100%;
  display: block
}
.step_inner p {
  margin-bottom: 1.5rem
}
.step_title {
  background: #2b3242;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.2rem 1rem;
  margin-bottom: 2rem
}
.notice_title {
  font-size: 2rem;
  color: #a4b3ff;
}
.option {
  display: block;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
  position: relative;
  cursor: pointer;
  font-size: 2rem;
  color: #454a50;
  line-height: 24px
}
.option:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #a4b3ff;
}
.option:before {
  content: '';
  display: none;
  position: absolute;
  left: 2px;
  top: 5px;
  z-index: 10;
  width: 13px;
  height: 5px;
  border: 3px solid #a4b3ff;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}
.option.checked:before {
  display: block
}
.buttons_block {
  padding: 2rem 0;
  text-align: center
}
.buttons_block a {
  display: inline-block;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  height: 5rem;
  line-height: 5rem;
  padding: 0 2rem;
  text-align: center;
  text-decoration: none;
  transition: .4s;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px #b8b8b8
}
.btn_start,.btn_next {
  width: 40%
}
.btn_yes,.btn_no {
  width: 40%;
  margin: 0 1%
}
.btn_start,.btn_yes,.btn_next {
  background: #423fc1;
  border: 2px solid #333198;
  color: #fff;
}
.btn_no {
  background: #d80c0c;
  border: 2px solid #bb1919;
  color: #ffffff;
}
@media (max-width: 600px) {
  html {
    font-size:42%
  }
  .option {
    margin-bottom: 0
  }
}
