.body {
  font-family: Helveticaneuecyr, sans-serif;
  color: #051c36;
  font-size: 16px;
  font-weight: 300;
}

.section_first {
  display: block;
}

.container {
  width: 100%;
  max-width: 750px;
  min-height: 735px;
  margin-right: auto;
  margin-left: auto;
  padding: 55px;
  border-radius: 7px;
  background-color: #e6f5fc;
}

.container.q1 {
  display: none;
}

.container.q2 {
  display: none;
}

.container.q3 {
  display: none;
}

.container.q4 {
  display: none;
}

.container.q5 {
  display: none;
}

.container.q6 {
  display: none;
}

.container.q7 {
  display: none;
}

.container.q8 {
  display: none;
}

.container.q9 {
  display: none;
}

.container.q10 {
  display: none;
}

.container.q11 {
  display: none;
}

.container.q12 {
  display: none;
}

.container.q13 {
  display: none;
}

.container.q14 {
  display: none;
}

.container.q15 {
  display: none;
}

.container.result_d {
  display: none;
}

.container.result_i {
  display: none;
}

.container.result_s {
  display: none;
}

.container.result_c {
  display: none;
}

.container.result_di {
  display: none;
}

.container.result_dc {
  display: none;
}

.container.result_ds {
  display: none;
}

.container.result_ic {
  display: none;
}

.container.result_is {
  display: none;
}

.container.result_sc {
  display: none;
}

.block_disk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.disk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 116px;
  height: 116px;
  margin-right: 6px;
  margin-left: 6px;
  -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: 7px;
  background-color: #cfdce3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 100px;
}

.disk.red {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef5350), to(#e53a36));
  background-image: linear-gradient(180deg, #ef5350, #e53a36);
}

.disk.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00affe), to(#0278be));
  background-image: linear-gradient(180deg, #00affe, #0278be);
}

.disk.yellow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc928), to(#f9a825));
  background-image: linear-gradient(180deg, #ffc928, #f9a825);
}

.disk.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00e675), to(#00c854));
  background-image: linear-gradient(180deg, #00e675, #00c854);
}

.txt_disk {
  font-family: 'Radomir tinkov gilroy', sans-serif;
  color: #fff;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading_main {
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}

.red {
  color: #ea4744;
}

.red.bold {
  font-weight: 700;
}

.blue {
  color: #0192dc;
}

.yellow {
  color: #fcbb26;
}

.green {
  color: #00d765;
}

.btn_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 55px;
  margin: 30px auto 10px;
  padding-bottom: 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: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00e574), to(#00c854));
  background-image: linear-gradient(180deg, #00e574, #00c854);
  box-shadow: inset 0 -6px 0 0 #1aa557;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.btn_start:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ff81), to(#00e660));
  background-image: linear-gradient(180deg, #00ff81, #00e660);
  box-shadow: inset 0 -6px 0 0 #1ebf65;
}

.btn_start:active {
  padding-top: 15px;
  padding-bottom: 9px;
  box-shadow: inset 0 3px 0 0 #1ebf65;
}

.txt_note {
  text-align: center;
}

.img_test {
  position: relative;
  display: block;
  width: 422px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.img_pen {
  position: absolute;
  left: auto;
  top: 0%;
  right: 22%;
  bottom: auto;
  height: 138px;
}

.section_questions {
  display: none;
}

.heading_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 108px;
  margin-top: 25px;
  margin-bottom: 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;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}

.block_question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 76px;
  margin-bottom: 10px;
  padding: 15px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d1dce8;
  border-radius: 7px;
  background-image: url('../images/img_cell.png');
  background-position: 70px 0%;
  background-size: 2px;
  background-repeat: repeat-y;
  cursor: pointer;
}

.block_question:hover {
  border-width: 2px;
  border-color: #24ca6d;
  background-image: url('../images/img_cell_hover.png'), -webkit-gradient(linear, left top, left bottom, from(#2ad776), to(#21c368)), url('../images/img_cell.png');
  background-image: url('../images/img_cell_hover.png'), linear-gradient(180deg, #2ad776, #21c368), url('../images/img_cell.png');
  background-position: 70px 0px, 0px 0px, 70px 0%;
  background-size: contain, auto, 2px;
  background-repeat: no-repeat, repeat, repeat-y;
  color: #fff;
}

.txt_letter {
  display: inline-block;
  width: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  color: rgba(104, 110, 115, 0.5);
  font-size: 36px;
}

.cell_line {
  width: 1px;
  height: 100%;
  min-height: 74px;
  margin-right: 24px;
  background-color: #397ac2;
}

.txt_question {
  margin-left: 48px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
}

.block_progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt_progress {
  width: 50px;
  margin-right: 22px;
  color: #515f6e;
}

.progress_line {
  position: relative;
  width: 100%;
  height: 6px;
  border-bottom: 1px solid #bfd6e1;
  background-color: #cae2ed;
}

.progress-green {
  width: 6.666666666666667%;
  height: 6px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#26d170), to(#20b15f));
  background-image: linear-gradient(180deg, #26d170, #20b15f);
}

.progress-green._2 {
  width: 13.333333333333334%;
}

.progress-green._3 {
  width: 20%;
}

.progress-green._4 {
  width: 26.666666666666668%;
}

.progress-green._5 {
  width: 33.33333333333333%;
}

.progress-green._6 {
  width: 40%;
}

.progress-green._7 {
  width: 50%;
}

.progress-green._8 {
  width: 53.333333333333336%;
}

.progress-green._9 {
  width: 60%;
}

.progress-green._10 {
  width: 66.66666666666666%;
}

.progress-green._11 {
  width: 73.33333333333333%;
}

.progress-green._12 {
  width: 80%;
}

.progress-green._13 {
  width: 86.66666666666667%;
}

.progress-green._14 {
  width: 93.33333333333333%;
}

.progress-green._15 {
  width: 100%;
}

.section_results {
  display: none;
}

.heading_results {
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.txt_result {
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.hr {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #b8d5e3;
}

.block_about-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block_subheading {
  width: 32%;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subheading {
  margin-top: 0px;
  padding-top: 9px;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
}

.block_content-result {
  width: 68%;
  padding-top: 15px;
}

.block_icn-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.block_icn {
  width: 48px;
  height: 48px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block_icn.gold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -9px;
  -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: 48px;
  background-color: #fbc02d;
}

.block_icn.gold.heart {
  padding-top: 5px;
}

.block_icn.icn_green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -9px;
  -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: 48px;
  background-color: #f7fdff;
}

.block_icn.icn_red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -9px;
  -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: 48px;
  background-color: #f7fdff;
}

.txt_result_content {
  line-height: 22px;
}

.btn_restart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 342px;
  height: 55px;
  margin: 30px auto 10px;
  padding-bottom: 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: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00e574), to(#00c854));
  background-image: linear-gradient(180deg, #00e574, #00c854);
  box-shadow: inset 0 -6px 0 0 #1aa557;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Radomir tinkov gilroy', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.btn_restart:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00ff81), to(#00e660));
  background-image: linear-gradient(180deg, #00ff81, #00e660);
  box-shadow: inset 0 -6px 0 0 #1ebf65;
}

.btn_restart:active {
  padding-top: 15px;
  padding-bottom: 9px;
  box-shadow: inset 0 3px 0 0 #1ebf65;
}

@media screen and (max-width: 767px) {
  .container {
    min-height: 650px;
    padding: 25px;
  }
  .disk {
    width: 64px;
    height: 64px;
    font-size: 50px;
  }
  .subheading {
    padding-top: 10px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    min-height: 420px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .img_test {
    display: none;
  }
  .block_question {
    padding-right: 15px;
    padding-left: 15px;
    background-position: 50px 0%;
  }
  .block_question:hover {
    background-position: 50px 0px, 0px 0px, 70px 0%;
  }
  .txt_question {
    margin-left: 30px;
  }
  .block_about-result {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block_subheading {
    width: 100%;
  }
  .block_content-result {
    width: 100%;
  }
  .btn_restart {
    width: 280px;
    font-size: 20px;
  }
}

@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/RADOMIR-TINKOV---GILROY-EXTRABOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Radomir tinkov gilroy';
  src: url('../fonts/Radomir-Tinkov---Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helveticaneuecyr';
  src: url('../fonts/HelveticaNeueCyr-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}