/*! 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: 1210px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .container {
    padding: 0 10px;
  }
}

.button {
  display: inline-block;
  max-width: 100%;
  width: 350px;
  padding: 22px 20px;
  font-size: 20px;
  border-radius: 4px;
  border: transparent;
  font-weight: 700;
  color: #ffffff;
  background-image: linear-gradient(180deg, #FF9900 0%, #EA8C00 100%);
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 20px 20px rgba(255, 153, 0, 0.3);
}
@media (max-width: 425px) {
  .button {
    font-size: 1rem;
    width: 100%;
    padding: 18px;
  }
}
.button:not(:disabled):hover {
  background: rgba(255, 153, 0, 0.9);
}
.button:disabled {
  cursor: unset;
}
.button_sm {
  width: 280px;
  max-width: 100%;
}
@media (max-width: 425px) {
  .button_sm {
    width: 240px;
  }
}
.button_outline {
  background: transparent;
  border: 1.5px solid #362A0C;
  padding: 20px;
  box-shadow: none;
}
.button_outline:not(:disabled):hover {
  background: #F3F3F3;
}

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

li {
  list-style-type: none;
}

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

h1 {
  font-size: 2.125rem;
  line-height: 2.75rem;
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.25rem;
    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;
  }
}

.highlight_blue {
  color: #0066FF;
}

.highlight_orange {
  color: #FF9900;
}

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

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

.d-flex {
  display: flex;
}

.hidden {
  display: none;
}

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

@media (max-width: 1025px) {
  .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 {
  background: url("https://iquiz.me/gym/sng/1/img/main-bg.png") no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 425px) {
  .main {
    background: url("https://iquiz.me/gym/sng/1/img/main-bg-mobile.png") no-repeat;
    background-size: cover;
  }
}
.main__title {
  text-align: center;
  max-width: 100%;
  width: 800px;
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 375px) {
  .main__title {
    width: 80%;
    font-size: 20px;
  }
}
.main__subtitle {
  font-size: 20px;
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 375px) {
  .main__subtitle {
    font-size: 14px;
  }
}
.main .button__index {
  max-width: 100%;
  width: 320px;
}

.questions {
  background: url("https://iquiz.me/gym/sng/1/img/general-bg.png") no-repeat;
  background-position: 102% 100%;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .questions {
    background: none;
  }
}
.questions__box {
  display: flex;
  min-height: 100vh;
}
.questions__content-right {
  width: 580px;
  max-width: 100%;
}
.questions__column_left {
  position: relative;
  display: flex;
  align-items: center;
  width: 45%;
  align-self: stretch;
}
@media (max-width: 1025px) {
  .questions__column_left {
    display: none;
  }
}
.questions__column_right {
  padding: 50px 50px 50px 100px;
  width: 55%;
}
@media (max-width: 1025px) {
  .questions__column_right {
    margin: 0 auto;
    width: 65%;
    padding: 50px 50px 20px 50px;
  }
}
@media (max-width: 768px) {
  .questions__column_right {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .questions__column_right {
    padding: 0 10px 30px;
  }
}
.questions__form {
  margin-bottom: 45px;
}
@media (max-width: 425px) {
  .questions__form {
    margin-bottom: 0;
  }
}
.questions__image {
  max-width: 100%;
}
@media (max-width: 1025px) {
  .questions__image {
    display: block;
    margin: 0 auto 30px;
  }
}
@media (max-width: 425px) {
  .questions__image {
    margin: 0 auto 20px;
  }
}
.questions__image_big {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 1025px) {
  .questions__image_big {
    margin-bottom: 30px;
    position: static;
    height: initial;
  }
}
@media (max-width: 425px) {
  .questions__image_big {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    display: block;
    width: calc(100% + 20px);
    max-width: none;
  }
}
@media (max-width: 425px) {
  .questions__image_big-top {
    margin-top: -37px;
  }
}
.questions__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 120px;
}
@media (max-width: 1025px) {
  .questions__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 425px) {
  .questions__title {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
  }
}
.questions__title_margin-sm {
  margin-bottom: 50px;
}
@media (max-width: 425px) {
  .questions__title_margin-sm-mobile {
    margin-bottom: 20px;
  }
}
.questions__subtitle {
  margin-bottom: 10px;
}
@media (max-width: 425px) {
  .questions__subtitle {
    margin-top: 40px;
  }
}
.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: 580px;
  background: #FFFFFF;
  border: 1px solid #CECECE;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 20px;
  padding: 25px;
  font-weight: 500;
}
@media (max-width: 425px) {
  .questions__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .questions__item {
    padding: 18px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.questions__item-body {
  position: relative;
  padding: 32px 55px 32px 127px;
  max-width: 100%;
  width: 480px;
}
.questions__item-body:before {
  content: "";
  position: absolute;
  background: #0066FF;
  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: #0066FF;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  color: #ffffff;
}
.questions input:checked + .questions__item-body:before {
  background: white;
}

.questions input:checked + .questions__item_purpose:after {
  content: "";
  background-image: url("https://iquiz.me/gym/sng/1/img/tick.svg");
  position: absolute;
  width: 26px;
  height: 26px;
  left: 30px;
  top: calc(50% - 12px);
}

/*@media (max-width: 425px) {*/
/*  .questions input:checked + .questions__item_purpose:after  {*/
/*    left: 8%;*/
/*    top: 28%;*/
/*  }*/
/*}*/

/*@media (max-width: 360px) {*/
/*  .questions input:checked + .questions__item_purpose:after  {*/
/*    left: 9%;*/
/*  }*/
/*}*/


.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: 580px;
  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: #0066ff;
  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 {
  margin: auto 0;
}

.arrow-back_arrowBack__1_s8A {
  cursor: pointer;
}

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

.quiz-indicator_container__2NU8l {
  max-width: 580px;
  padding: 20px 0 16px;
  margin-bottom: 120px;
}
@media (max-width: 1025px) {
  .quiz-indicator_container__2NU8l {
    padding-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 425px) {
  .quiz-indicator_container__2NU8l {
    margin-bottom: 0 !important;
  }
}

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

.quiz-indicator_barFilled__DOO5T {
  position: absolute;
  background: #FF9900;
  -webkit-transition: width 0.1s ease-in;
  -o-transition: width 0.1s ease-in;
  transition: width 0.1s ease-in;
}

.quiz_progressContainer__1Glqz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  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: #2E2E2E;
  font-size: 16px;
  font-weight: 600;
}

.header_currentProgress___WB0Q {
  color: #EA8C00;
}

.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: 1025px) {
  .loader__text-position {
    margin-left: -30px;
  }
}

/*# sourceMappingURL=styles.css.map */
