* {
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0
}

img {
  border: none
}

html {
  font-size: 62.5%;
  height: 100%
}

body {
  font-size: 1rem;
  height: 100%;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

body.bg2 {
  background: url("02.jpg") no-repeat center 0;
  background-size: cover
}

body.bg3 {
  background: url("03-2.jpg") no-repeat center 0;
  background-size: cover;
}

ol,
ul {
  list-style: none
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer
}

.first_page {
  height: 100%;
  text-align: center
}

.radar_scanner {
  display: none;
  margin: 0 auto;
  text-align: center;
  background: url("bg.jpg") no-repeat center 0;
  background-size: cover;
  height: 100%;
  width: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

h3.radar_title {
  font-size: 2rem;
  line-height: 20px;
  margin-top: 50px;
}

#popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url("main-bg.jpg") center center no-repeat #000;
}

.popup_alert {
  position: absolute;
  width: 900px;
  left: 0;
  top: 20%;
  right: 0;
  margin: auto;
  z-index: 100;
  padding: 50px 0 40px;
  border: 1px solid #949494;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 0 18px rgba(0, 0, 0, .4);
  font-size: 0;
  text-align: center;
}

.popup_alert .two-columns.column {
  display: inline-block;
  vertical-align: top;
}

.popup_alert .two-columns.column.left-column {
  width: 46%;
  text-align: center;
}

.popup_alert .two-columns.column.left-column h5 {
  font-size: 37px;
  color: #000;
  padding-top: 10px;
}

.popup_alert .two-columns.column.left-column h5 span {
  color: #000;
  font-weight: 400;
}

.popup_alert .two-columns.column.right-column {
  width: 54%;
  text-align: left;
}

.popup_alert h3 {
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: -34px;
  left: 55%;
  background-color: #e2e2e2;
  color: #000;
  width: auto;
  text-align: center;
  margin-left: -170px;
  z-index: -1;
  padding: 5px 15px;
  white-space: nowrap;
}

.popup_alert h3:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 31px 7px;
  border-color: transparent transparent #e2e2e2 #e2e2e2;
  position: absolute;
  left: -7px;
  top: 0px;
}

.popup_alert h3:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 0px 0px 18px;
  border-color: #e2e2e2 transparent #e2e2e2 #e2e2e2;
  position: absolute;
  top: 0;
  right: -17px;
}

.popup_alert .two-columns.column.right-column h2 {
  font-size: 67px;
  line-height: 81px;
  font-family: 'Arial';
  font-weight: 700;
  color: #3f3f3f;
  margin-bottom: 55px;
}

.popup_alert .two-columns.column.right-column .b-buttons {
  padding-right: 60px;
  font-size: 0;
  box-sizing: border-box;
}

.popup_alert .popup_close {
  display: inline-block;
  text-decoration: none;
  width: 50%;
  border: 1px solid #000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  box-sizing: border-box;
}

.popup_alert .popup_close.yes-btn {
  background: #e2e2e2;
  color: #000;
  transition: all 0.3s ease;
}

.popup_alert .popup_close.no-btn {
  background: #e2e2e2;
  color: #000;
  transition: all 0.3s ease;
}

.second_page {
  display: none
}

.intro_image {
  display: inline-block
}

.second_page .step {
  display: none;
  background: #FFF;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  width: 900px;
  position: absolute;
  border-radius: 10px;
  left: 0;
  right: 0;
  top: 40%;
  margin: -185px auto 0;
  line-height: 28px;
  font-size: 2.4rem;
  text-align: center;
}

.second_page .step1 {
  display: block
}

.step_header {
  padding: 22px 40px;
  color: #ff6b6b;
  font-weight: bold;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 37px;
}

.step1 .step_header {
  line-height: 44px;
}

.step6 .step_header,
.step7 .step_header,
.step8 .step_header,
.step9 .step_header,
.step10 .step_header {
  padding: 40px 40px 10px;
  text-transform: uppercase;
  color: #ff6b6b;
  font-weight: bold;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 37px;
}

.step10 .step_content p {
  text-align: left;
  color: #616061;
  font-size: 37px;
  line-height: 44px;
}

.step_header ul {
  text-align: center
}

.step_header li {
  display: inline-block;
  font-size: 2.3rem;
  margin-left: 5px;
  font-weight: 400;
  vertical-align: middle;
}

.step_header li:first-child {
  margin-left: 0;
  text-transform: uppercase;
  color: #505050;
  font-size: 32px;
  font-weight: 700;
}

.circle {
  border-radius: 100px;
  padding: 5px 13px;
  background: #FFF;
  color: #ff6b6b;
  border: 2px solid #ff6b6b;
}

.circle.active {
  color: #FFF;
  background: #ff6b6b;
}

.step_content {
  padding: 15px 30px 35px;
  text-align: left;
}

.step_content p {
  margin: 10px 0 30px;
  color: #3f3f3f;
  text-align: center;
  font-size: 29px;
  line-height: 34px;
  font-weight: 700;
}

.button_block {
  text-align: center;
  padding-top: 25px;
  clear: both;
  overflow: hidden;
}

.step1 .button_block a {
  text-transform: capitalize;
}

.button_block a {
  color: #000;
  cursor: pointer;
  font-size: 3rem;
  width: 100%;
  max-width: 240px;
  padding: 15px 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.btn_ok,
.btn_next,
.btn_start {
  background-color: #e2e2e2;
}

.button_block a.btn_no {
  background: #e2e2e2;
  color: #000;
  border-radius: 0 4px 4px 0
}

.button_block a.btn_yes {
  background: #e2e2e2;
  color: #000;
  border-radius: 4px 0 0 4px
}

.button_block a.yes-btn {
  background: #e2e2e2;
  color: #000;
  transition: all 0.3s ease;
  border: 3px solid #000;
  text-transform: uppercase;
  width: 40%;
}

.button_block a.no-btn {
  background: #e2e2e2;
  color: #000;
  transition: all 0.3s ease;
  border: 3px solid #000;
  text-transform: uppercase;
  width: 40%;
}

.checkbox_wrap {
  width: 60%;
  margin: 0 auto
}

p.notice {
  font-weight: 400;
  font-style: italic;
  color: #565656;
}

.option {
  color: #505050;
  font-weight: 700;
  font-size: 36px;
  display: block;
  padding-left: 75px;
  margin-bottom: 15px;
  position: relative;
  line-height: 40px;
  cursor: pointer;
}

.option:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 2px solid #ff6b6b;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.option.checked:after {
  background: #ff6b6b;
  transition: all 0.3s ease;
}

@media (max-width: 900px) {
  html {
    font-size: 55%
  }

  .second_page .step {
    max-width: 600px;
    width: 100%;
  }

  .popup_alert {
    width: 90%;
  }

  .step_header {
    padding: 5px 0
  }

  .step_content {
    padding: 5px 15px 15px;
    line-height: 1.1;
  }

  .checkbox_wrap {
    width: 100%
  }

  .button_block a {
    font-size: 2.8rem;
  }

  .step .step_header {
    font-size: 3.0rem;
    line-height: 1.3;
  }

  .step_content p {
    font-size: 3.0rem;
    line-height: 1.3;
  }

  .step10 .step_content p {
    font-size: 2.9rem;
    line-height: 1.3;
  }

  .button_block {
    padding-top: 10px;
  }

  .option {
    font-size: 3.1rem
  }
}

@media (max-width: 800px) {
  .popup_alert:before {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
    background-size: contain;
  }

  .popup_alert .two-columns img {
    width: 80%;
  }

  .popup_alert .two-columns.column.left-column h5 {
    font-size: 26px;
  }

  .popup_alert .two-columns.column.right-column h2 {
    font-size: 32px;
    line-height: 39px;
  }

  .popup_alert .two-columns.column.right-column h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #popup-wrapper {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .popup_alert {
    position: relative;
    margin-top: 20px;
  }

  .popup_alert .two-columns.column {
    display: block;
  }

  .popup_alert .two-columns.column.left-column,
  .popup_alert .two-columns.column.right-column {
    width: 100%;
    text-align: center;
  }

  .popup_alert .two-columns.column.right-column .b-buttons {
    padding: 0 15px;
  }

  .second_page {
    position: relative;
    padding: 10px 0;
  }

  .second_page .step {
    padding-bottom: 20px;
    position: relative;
    margin-top: 0;
    top: 0;
    float: none;
  }

  .step_header li:first-child {
    font-size: 2.0rem
  }
}

@media (max-width: 375px) {
  #radar>img {
    width: 60%
  }
}