/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #2E2E2E;
  box-sizing: border-box;
}
body * {
  box-sizing: inherit;
}

.container {
  max-width: 1680px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .container {
    padding: 0 10px;
  }
}

.button {
  display: inline-block;
  max-width: 100%;
  padding: 22px 48px;
  font-size: 16px;
  border: transparent;
  font-weight: 700;
  color: #000000;
  background: #FEC31C;
  border-radius: 60px;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
}
@media (max-width: 425px) {
  .button {
    font-size: 1rem;
    width: 100%;
    padding: 18px;
  }
}
.button:not(:disabled):hover {
  background: #FFCC3A;
}

.button:active {
  background: #EBB51C;
}

a {
  color: #2E2E2E;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

h1, h2 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 3rem;
  line-height: 3rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
    line-height: 2.375rem;
  }
}
@media (max-width: 425px) {
  h1 {
    line-height: 1.5rem;
  }
}

h2 {
  font-size: 3.8889rem;
  line-height: 4.2778rem;
}
@media (max-width: 425px) {
  h2 {
    font-size: 2.2222rem;
    line-height: 2.4444rem;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0;
}

.d-flex {
  display: flex;
}

.hidden {
  display: none;
}

@media (min-width: 769px) {
  .desktop-hidden {
    display: none;
  }
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

@media (max-width: 768px) {
  .popup-mobile-hidden {
    display: none;
  }
}

@media (min-width: 769px) {
  .popup-desktop-hidden {
    display: none;
  }
}

.t-align {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.mb-lg {
  margin-bottom: 80px !important;
}

@media (min-width: 425px) {
  .pd-sm {
    padding: 15px !important;
  }
}

.main {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

@media (min-width: 1000px) {
  .main {

  }
}

.main__columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .main__columns {
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
  }
}

@media (max-width: 425px) {
  .main__columns {
    padding: 15px 0;
  }
}

.main__block {
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .main__block {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .main__block {
    margin: 0 auto;
  }
}

.main__button {
  margin-right: 16px;
}

@media (max-width: 1000px) {
  .main__button {
    order: 2;
  }
}

.main__block-text {

}

@media (max-width: 1000px) {
  .main__block-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  .main__block-text {
    margin-bottom: 24px;
    text-align: center;
  }
}


.main__column_left {
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;

}

@media (max-width: 1500px) {
  .main__column_left {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .main__column_left {
    padding-top: 0;
  }
}

@media (max-width: 1000px) {
  .main__column_left {
    width: 100%;
    padding-top: 0;
    order: 2;
  }
}
.main__column_right {
  width: 45%;
}

@media (max-width: 1500px) {
  .main__column_right {
    width: 50%;
  }
}
@media (max-width: 1025px) {
  .main__column_right {
    margin: 0 auto;
    width: 65%;
    padding-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .main__column_right {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}
.main__title {
  max-width: 100%;
  width: 100%;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .main__title {
    width: 80%;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    margin: 0 auto 16px;
  }
}
@media (max-width: 425px) {
  .main__title {
    width: 100%;
  }
}
.main__subtitle {
  display: flex;
  align-items: center;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main__subtitle  {
    margin: 0 auto 40px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .main__subtitle  {
    width: 100%;
    margin-bottom: 16px;
  }
}

.main__image {
  max-width: 100%;
}

.main__icon {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .main .button {
    margin: 0 auto;
  }
}

.main .highlight_main {
  color: #12AAFF;
}

@media (max-width: 1500px) {
  .questions {
    background: none;
  }
}
.questions__bg {
  position: relative;
}

.questions__opacity-bg {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
}

.progress-bar__container {

}

@media (max-width: 425px) {
  .progress-bar__container {
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 20px;
    left: 0;
  }
}

.questions__box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 100vh;
}

@media (max-width: 425px) {
  .questions__box {
    position: relative;
  }
}

.questions__box-slide {

}

@media (max-width: 768px) {
  .questions__box-slide {
    flex-direction: column;
  }
}

@media (max-width: 425px) {
  .questions__box-slide {
    justify-content: normal;
  }
}

.questions__image-slide {

}

@media (max-width: 768px) {
  .questions__image-slide {
    max-width: 100%;
    width: 60%;
    margin-bottom: 20px;
    margin-top: 24px;
  }
}

@media (max-width: 425px) {
  .questions__image-slide {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.questions__content-right {
  width: 660px;
  max-width: 100%;
}
.questions__column_left {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 45%;
  padding-top: 80px;
}
@media (max-width: 1025px) {
  .questions__column_left {
    display: none;
  }
}

.questions__column_right {
  padding: 50px 0 50px 60px;
  width: 50%;
}
@media (max-width: 1200px) {
  .questions__column_right {
    margin: 0 auto;
    width: 65%;
    padding: 50px 10px 50px 50px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .questions__column_right {
    width: 80%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .questions__column_right {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .questions__column_right {
    padding: 0 10px;
  }
}
@media (max-width: 425px) {
  .questions__form {
    margin-bottom: 0;
  }
}
.questions__image {
  max-width: 100%;
}

@media (max-width: 425px) {
  .questions__image {
    display: block;
    width: 60%;
    margin: 50px auto 20px;
  }
}

.questions__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .questions__title {
    font-size: 22px;
  }
}

@media (max-width: 425px) {
  .questions__title {
    margin-bottom: 15px;
    line-height: 24px;
  }
}

@media (max-width: 425px) {
  .questions__title_sm {
    font-size: 17px;
  }
}




@media (max-width: 768px) {
  .questions__title-slide {
    margin-bottom: 16px;
  }
}

@media (max-width: 425px) {
  .questions__title-slide {
    font-size: 20px;
  }
}

.question__title_final {
  text-align: left;
  width: 80%;
}

@media (max-width: 1100px) {
  .question__title_final {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .question__title_final {
    margin-top: 50px;
  }
}

@media (max-width: 425px) {
  .question__title_final {
    text-align: center;
    margin: 0 auto 40px;
    width: 100%;
  }
}

.questions__subtitle {
  text-align: center;
  font-size: 16px;
  width: 80%;
  margin: 0 auto 25px;
}

.questions__subtitle-slide {

}

@media (max-width: 425px) {
  .questions__subtitle-slide {
    width: 100%;
    font-size: 14px;
  }
}

.questions__image_right {
  max-width: 100%;
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .questions__image_right {
    display: block;
    width: 70%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 425px) {
  .questions__image_right {
    width: 92%;
    margin-bottom: 10px;
  }
}

.slide__button {
  display: block;
  margin: 0 auto;
}

.questions__text {
  margin-bottom: 20px;
  color: #434343;
}
@media (max-width: 425px) {
  .questions__text {
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .questions__paragraph {
    font-size: 12px;
  }
}
.questions__desc {
  margin-bottom: 10px;
}
.questions__purpose {
  margin-bottom: 60px;
}
@media (max-width: 425px) {
  .questions__purpose {
    margin-bottom: 18px;
  }
}
.questions__item {
  display: block;
  max-width: 100%;
  width: 660px;
  background: #FFFFFF;
  border: 1px solid #CECECE;
  border-radius: 15px;
  cursor: pointer;
  margin-bottom: 16px;
  padding: 22px;
  font-weight: 500;
}

.questions__item_error {
  background: #EB5959 !important;
}

.questions__item_correct {
  background: #52C348 !important;
}

@media (max-width: 425px) {
  .questions__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .questions__item {
    padding: 18px;
    text-align: center;
    font-size: 14px;
  }
}
.questions__item-body {
  position: relative;
  padding: 32px 55px 32px 127px;
  max-width: 100%;
  width: 480px;
}
.questions__item-body:before {
  content: "";
  position: absolute;
  background: #F1426C;
  border-radius: 24px;
  width: 80px;
  height: 80px;
  left: 23px;
  top: calc(50% - 40px);
}
.questions__item-body img {
  position: absolute;
  left: 63px;
  bottom: 0;
  transform: translateX(-50%);
}
.questions__item_purpose {
  position: relative;
  padding-left: 100px;
}
.questions__item_purpose:before {
  content: "";
  position: absolute;
  background: #D9D9D9;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  left: 28px;
  top: calc(50% - 12px);
}
.questions input:checked + .questions__item {
  background: #FEC31C;
  border-radius: 15px;
  color: #1E1E1E;
}
.questions input:checked + .questions__item-body:before {
  background: white;
}
.questions input:checked + .questions__item-body span {
  color: #ffffff;
}
.questions input:checked + .questions__item_purpose:before {
  background: transparent;
  border: 2px solid #ffffff;
}
.questions__input-text {
  display: block;
  max-width: 100%;
  width: 660px;
  background: #ffffff;
  border: 1px solid #cecece;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 25px;
  font-weight: 500;
}
@media (max-width: 425px) {
  .questions__input-text {
    padding: 18px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.questions__input-text:focus, .questions__input-text:focus-visible, .questions__input-text:active {
  border-color: #F1426C;
  outline: none;
}
.questions .input_number {
  position: relative;
}
.questions .input_number label {
  position: absolute;
  right: 50px;
  top: calc(50% - 9px);
}
.questions .count__button {
  position: absolute;
  background: transparent;
  border: none;
  right: 10px;
}
.questions .count__button_up {
  top: 5px;
}
.questions .count__button_down {
  bottom: 0;
}
.questions input[type=radio],
.questions input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.questions input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.questions input::-webkit-outer-spin-button,
.questions input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.questions__final-page {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .questions__final-page {
    padding-top: 20px;
  }
}

@media (max-width: 1100px) {
  .questions__final-page {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.arrow-back_arrowBack__1_s8A {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .quiz_indicator__1aZ7_,
.quiz_indicator {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.quiz-indicator_container__2NU8l,
.quiz-indicator_container {
  max-width: 660px;
  margin-bottom: 25px;
}
@media (max-width: 1025px) {
  .quiz-indicator_container__2NU8l,
.quiz-indicator_container {
    padding-top: 0;
  }
}
@media (max-width: 425px) {
  .quiz-indicator_container__2NU8l,
.quiz-indicator_container {
    margin-bottom: 0 !important;
  }
}

.quiz-indicator {
  width: 525px;
  max-width: 100%;
}

@media (max-width: 600px) {
  .quiz-indicator {
    width: 100%;
  }
}

.quiz-indicator_container {
  width: 525px;
  max-width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .quiz-indicator_container {
    width: 100%;
  }
}


.quiz-indicator_bar__PFO9K,
.quiz-indicator_bar,
.quiz-indicator_barFilled__DOO5T,
.quiz-indicator_barFilled {
  position: relative;
  max-width: 100%;
  height: 4px;
  background: #E0E0E0;
  border-radius: 2px;
}

.quiz-indicator_barFilled__DOO5T,
.quiz-indicator_barFilled {
  position: absolute;
  background: #12AAFF;
  transition: width 0.1s;
}

.quiz_progressContainer__1Glqz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  margin-bottom: 55px;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .quiz_progressContainer__1Glqz {
    z-index: 111;
    margin: 15px 0 10px;
  }
}
@media (max-width: 425px) {
  .quiz_progressContainer__1Glqz {
    margin: 10px 0 10px;
  }
}

.header_progress__oqWtS {
  color: #263238;
}

.header_currentProgress___WB0Q {
  color: #12AAFF;
  font-weight: 700;
}

.margin-sm {
  margin-bottom: 50px;
}
@media (max-width: 425px) {
  .margin-sm-final {
    margin-bottom: 0 !important;
  }
}

.Loader_loader__3pijl {
  display: flex;
  align-items: center;
  height: 80px;
  margin-left: -50px;
}
@media (max-width: 1025px) {
  .Loader_loader__3pijl {
    margin-left: -40px;
  }
}
@media (max-width: 425px) {
  .Loader_loader__3pijl {
    margin-bottom: -23px;
  }
}
.Loader_loader__3pijl svg {
  transform: scale(0.5);
  width: 152px;
  min-width: 152px;
}
@media (max-width: 425px) {
  .Loader_loader__3pijl svg {
    transform: scale(0.4);
  }
}

.Loader_loader__3pijl circle {
  transition: stroke-dashoffset 0.1s;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.Loader_loader__3pijl text {
  color: #111520;
  font-weight: 700;
  font-size: 14px;
  line-height: 34px;
}

.Loader_loader__3pijl :first-child {
  stroke: #cdced2;
}

.Loader_loader__3pijl :nth-child(2) {
  stroke: #0066FF;
}

@media (max-width: 640px) {
  .quiz__indicator-box {
    width: 100%;
    margin: 0 auto;
  }
}
.quiz__indicator-item {
  margin-bottom: 30px;
}

.loader__text {
  font-size: 14px;
}

.loader__text-position {
  display: flex;
  justify-content: space-between;
}


@media (max-width: 425px) {
  .loader__text-position {
    margin-top: 10px;
  }
}

.questions__slide-column_right {

}

@media (max-width: 768px) {
  .questions__slide-column_right {
    width: 100%;
    max-width: 100%;
  }
}

.questions__slide-column_left {

}

@media (max-width: 1300px) {
  .questions__slide-column_left {
    display: none;
  }
}

@media (max-width: 768px) {
  .final__image {
    width: 100%;
    margin-top: 10px;
  }
}

