@charset "UTF-8";
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  /*-ms-text-size-adjust: 100%;*/
  /*-moz-text-size-adjust: 100%;*/
  /*-webkit-text-size-adjust: 100%;*/
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  color: #3D69E1;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------*/
/* ---------------- */
body {
  color: #393C41;
  font-family: "Gotham", "Arial", sans-serif;
  overflow-x: hidden;
  max-width: 520px;
  margin: 0 auto;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.container-quiz {
   margin: 30px auto !important;
}

.row {
  padding: 0 15px;
}

h1 {
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  color: #393C41;
}

h2 {
  font-style: normal;
  font-weight: 700;
 /* font-size: 16px;
  line-height: 20px;*/
  font-size: 20px;  
  line-height: 24px;  
}

p {
  /*font-size: 10px;
  line-height: 20px;*/
  font-size: 14px;  
  line-height: 24px;  
  color: #484F57;
}

/* styles */
.main_head {
  background: url("../img/bg-before.png") bottom center no-repeat;
  background-size: cover;
  padding-top: 70px;
  text-align: center;
}
.main_head h1 {
  max-width: 282px;
  margin: 0 auto;
  padding-top: 44px;
  padding-bottom: 72px;
}

.main_content {
  padding-bottom: 24px;
}
.main_content-box {
  margin: 24px 0;
}
.main_content h2 {
  margin-bottom: 14px;
}

.suptitle {
  color: rgba(72, 79, 87, 0.7);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.button {
  display: inline-block;
  padding: 16px;
  color: #fff;
  background: #323439;
  border-radius: 100px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  border: 1px solid #323439;
  text-transform: uppercase;
}
.button:hover {
  background:#fff;
  color: #323439;
}

.button-blue {
  background: #3D69E1;
  border: 1px solid #3D69E1;
  color: #fff;
}
.button-blue:hover {
  background: transparent;
  color: #3D69E1;
}

.quiz_start {
  background: url("../img/quiz-start.png") left bottom no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 70px;
  text-align: center;
  position: relative;
}
.quiz_start h1 {
  margin-bottom: 8px;
  margin-top: 54px;
}
.quiz_start .button {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 150px;
  width: calc(100% - 30px);
}

.quiz_steps {
  min-height: 100vh;
  text-align: center;
  position: relative;
}
.quiz_steps-head {
  
  padding-top: 13px;
  min-height: 232px;
  margin-bottom: 16px;
}

#quiz_step-1 .quiz_steps-head {
  background: url("../img/bg-steps-1.png") center bottom no-repeat;
  background-size: cover;
}

#quiz_step-2 .quiz_steps-head {
  background: url("../img/bg-steps-2.png") center bottom no-repeat;
  background-size: cover;
}

#quiz_step-3 .quiz_steps-head {
  background: url("../img/bg-steps-3.png") center bottom no-repeat;
  background-size: cover;
}

#quiz_step-4 .quiz_steps-head {
  background: url("../img/bg-steps-4.png") center bottom no-repeat;
  background-size: cover;
}

#quiz_step-5 .quiz_steps-head {
  background: url("../img/bg-steps-5.png") center bottom no-repeat;
  background-size: cover;
}

#quiz_step-6 .quiz_steps-head {
  background: url("../img/bg-steps-6.png") center bottom no-repeat;
  background-size: cover;
}

#quiz_step-7 .quiz_steps-head {
  background: url("../img/bg-steps-7.png") center bottom no-repeat;
  background-size: cover;
}

#quiz_step-8 .quiz_steps-head {
  background: url("../img/bg-steps-8.png") center bottom no-repeat;
  background-size: cover;
}
.quiz_steps-content h1 {
  margin-bottom: 24px;
}
.quiz_steps-content .button {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 150px;
  width: calc(100% - 30px);
}

.form_radio_btn {
  width: 100%;
}

.form_radio_btn input[type=radio] {
  display: none;
}

.form_radio_btn label {
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  color: #393C41;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #F4F4F4;
  margin-bottom: 16px;
}
.form_radio_btn label:hover {
  background: #DFDFDF;
}

.form_radio_btn input[type=radio]:checked + label {
  background: #3E6AE1;
  color: #fff;
}

.quiz_end-head {
  min-height: 402px;
  background: url("../img/quiz-end.png") center bottom no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 13px;
  margin-bottom: 24px;
}
.quiz_end-head h1 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 15px;
}
.quiz_end-content {
  padding-bottom: 43px;
}
.quiz_end-content label {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
  color: #5E5F63;
}
.quiz_end-content input {
  background: #F4F4F4;
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  color: #5E5F63;
  margin-bottom: 16px;
}
.quiz_end-content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 16px;
  color: #5E5F63;
}

.checkbox {
  margin-top: 16px;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5E5F63;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 2px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
}

.custom-checkbox:checked + label::before {
  border-color: #3D69E1;
  background-color: #3D69E1;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.5L3.5 5L7.5 1' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.quiz-test {
  display: none;
}
.quiz-test.active {
  display: block;
}

.quiz_finish {
  background: url("../img/bg-finish.png") center top no-repeat;
  background-size: cover;
}