.sec_test {
  width: 100%;
  padding: 5%;
}
a {
    color: #22a264;
}
.body {
  background-image: url('../images/bg_main.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.container {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}

.test_frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  max-width: 992px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/bg_pattern.svg'), url('../images/corner_br.svg'), url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
  background-position: 20px 20px, 103% 113%, 104% -5%, 0% 110%;
  background-size: 570px, 125px, 125px, 125px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  box-shadow: 0 16px 32px 0 #2e598c;
}

.test_frame.start {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.test_frame.question {
  position: relative;
  height: auto;
  max-width: 776px;
  min-height: 550px;
}

.test_frame.question.q1 {
  display: none;
  opacity: 0;
}

.test_frame.question.q2 {
  display: none;
  opacity: 0;
}

.test_frame.question.q3 {
  display: none;
  opacity: 0;
}

.test_frame.question.q4 {
  display: none;
  opacity: 0;
}

.test_frame.question.q5 {
  display: none;
  opacity: 0;
}

.test_frame.question.q6 {
  display: none;
  opacity: 0;
}

.test_frame.question.q7 {
  display: none;
  opacity: 0;
}

.test_frame.question.q8 {
  display: none;
  opacity: 0;
}

.test_frame.question.q9 {
  display: none;
  opacity: 0;
}

.test_frame.question.q10 {
  display: none;
  opacity: 0;
}

.test_frame.final {
  position: relative;
  height: auto;
  max-width: 776px;
  min-height: 550px;
}

.test_frame.final.var1 {
  display: none;
}

.test_frame.final.var2 {
  display: none;
}

.test_frame.final.var3 {
  display: none;
}

.left-side {
  width: 55%;
  padding: 16px 16px 16px 40px;
}

.right-side {
  width: 45%;
  background-image: url('../images/img_main.svg');
  background-position: 50% 50%;
  background-size: 96%;
  background-repeat: no-repeat;
}

.heading_main {
  margin-top: 80px;
  color: #21242b;
  font-size: 32px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.heading_main.start {
  margin-top: 49px;
  font-size: 38px;
  line-height: 44px;
}

.heading_lead {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.heading_lead.final {
  width: 80%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.txt_basic {
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 300;
  text-align: center;
}

.btn_std {
  display: block;
  width: 120px;
  margin: 30px auto;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
}

.btn_std:hover {
  background-color: #4dacff;
}

.btn_std.final {
  width: 340px;
}

.logo {
  margin-top: 13px;
}

.quest_content {
  width: 100%;
  padding: 16px 16px 16px 40px;
}

.variant {
  width: 80%;
  margin: 20px auto;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #3898ec;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #474d5e;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.variant:hover {
  border-color: #ffa92e;
  color: #272a33;
}

.txt_var {
  font-weight: 300;
}

.pages {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 56px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.txt_pages {
  color: #fff;
  font-weight: 700;
}

.container_case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 96px;
  margin: 26px auto 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #f8f8f8;
}

.final-txt {
  width: 100%;
  padding: 16px 16px 16px 40px;
}

.crown {
  width: 58px;
  height: 58px;
}

.crown.fill {
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/case_fill.svg');
  background-position: 50% 0%;
  background-size: 58px;
  background-repeat: no-repeat;
}

.crown.empty {
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/case_empty.svg');
  background-position: 50% 0%;
  background-size: 58px;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .container {
    opacity: 1;
  }
  .heading_main {
    margin-top: 33px;
  }
  .txt_basic {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .test_frame.start {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .test_frame.question {
    height: auto;
  }
  .test_frame.final {
    height: auto;
  }
  .left-side {
    width: 100%;
  }
  .right-side {
    width: 100%;
    height: 300px;
    background-size: contain;
  }
  .btn_std {
    margin-bottom: 0px;
  }
  .btn_std.final {
    margin-bottom: 27px;
  }
  .container_case {
    width: 340px;
  }
  .crown.fill {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .crown.empty {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
}

@media (max-width: 479px) {
  .test_frame.start {
    background-image: url('../images/corner_br.svg'), url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 103% 113%, 104% -5%, 0% 110%;
    background-size: 125px, 125px, 125px;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .test_frame.question {
    background-image: url('../images/bg_pattern.svg'), url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 20px 20px, 104% -5%, 0% 110%;
    background-size: 570px, 125px, 125px;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .test_frame.question.q1 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.question.q2 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.question.q3 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.question.q4 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.question.q5 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.question.q6 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.question.q7 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.question.q8 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.question.q9 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.question.q10 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.final {
    background-image: url('../images/bg_pattern.svg'), url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 20px 20px, 104% -5%, 0% 110%;
    background-size: 570px, 125px, 125px;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
  .test_frame.final.var1 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.final.var2 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .test_frame.final.var3 {
    background-image: url('../images/corner_tr.svg'), url('../images/corner_bl.svg');
    background-position: 104% -5%, 0% 110%;
    background-size: 125px, 125px;
    background-repeat: no-repeat, no-repeat;
  }
  .left-side {
    padding-left: 16px;
  }
  .heading_main {
    font-size: 25px;
    line-height: 32px;
  }
  .heading_lead {
    font-size: 18px;
    line-height: 24px;
  }
  .txt_basic {
    width: 100%;
    margin-bottom: 0px;
  }
  .btn_std.final {
    width: 240px;
  }
  .quest_content {
    padding-left: 16px;
  }
  .variant {
    width: 90%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .container_case {
    width: 250px;
    height: 64px;
  }
  .final-txt {
    padding-left: 16px;
  }
  .crown.fill {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .crown.empty {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}

