/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable-line */

/*! 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: .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 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          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: .35em .75em .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;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter-latin-variable.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("/fonts/nunito-sans-latin-variable.woff2") format("woff2-variations");
}
/**
 * Set up a decent box model on the root element
 */

html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

*,
*::before,
*::after {
  box-sizing: inherit;
}

.pq-form .ques-label ul, .prog-list, .sidebar ul, .radio-custom, .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
  Basic typography style for copy text
*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-family: "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

/*
  Basic styles for links
*/

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #0366d6;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:hover {
  color: #035abd;
  -webkit-text-decoration: none;
  text-decoration: none;
}

ul,
ol,
dl,
p {
  margin: 0 0 1.5em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 1px solid currentColor;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}

.header {
  padding: 12px 0;
  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  z-index: 99;
}

.header .container {
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo {
  height: 58px;
  display: flex;
  align-items: center;
}

.header a.support-link {
  display: none;
  min-width: 107px;
  text-align: center;
  border: 1px solid #b5c8c3;
  border-radius: 42px;
  color: #22614f;
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 600;
  padding: 9px 15px;
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
}

.header a.support-link:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background: #e5edeb;
  border-color: #22614f;
}

.header a.support-link .icon {
  display: flex;
  align-items: center;
  padding-right: 11px;
}

.header a.support-link img {
  display: block;
}

.header .menu-opener {
  display: inline-block;
  min-width: 84px;
  text-align: center;
  border: 1px solid #b5c8c3;
  border-radius: 42px;
  color: #22614f;
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 600;
  padding: 9px 15px;
}

.menu-active .header .menu-opener {
  color: #ffffff;
  background: #22614f;
  border-color: #22614f;
}

.header .menu-opener .default {
  display: inline;
}

.menu-active .header .menu-opener .default {
  display: none;
}

.header .menu-opener .active {
  display: none;
}

.menu-active .header .menu-opener .active {
  display: inline;
}

.menu-active {
  overflow: hidden;
}

.menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.menu:before {
  content: "";
  position: fixed;
  top: 82px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .17);
  z-index: -1;
}

.menu-active .menu {
  opacity: 1;
  visibility: visible;
}

.menu .menu-wrapper {
  padding: 40px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  background: #ffffff;
}

.menu ul {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.menu li {
  margin-bottom: 24px;
}

.menu .active a {
  font-weight: 700;
  color: #22614f;
}

.menu .active a.assessment:before {
  background: url(../images/icon-assessment-active.svg);
}

.menu .active a.profile:before {
  background: url(../images/icon-profile-active.svg);
}

.menu a {
  color: #777f89;
  font-weight: 600;
  position: relative;
  padding-left: 31px;
}

.menu a:hover {
  color: #22614f;
}

.menu a.assessment {
  display: block;
}

.menu a.assessment:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/icon-assessment.svg);
  background-size: 100% 100%;
}

.menu a.profile {
  display: block;
}

.menu a.profile:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 18px;
  background: url(../images/icon-profile.svg);
  background-size: 100% 100%;
}

.menu a.logout {
  display: block;
}

.menu a.logout:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/icon-logout.svg);
  background-size: 100% 100%;
}

.menu a.support {
  display: block;
}

.menu a.support:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icon-support.svg);
  background-size: 100% 100%;
}

body {
  background-color: #eff2f1;
  min-width: 360px;
}

.wrapper {
  width: 100%;
  position: relative;
  min-height: 100vh;
}

.resize-active * {
  transition: none !important;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 17px;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
}

h1 {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 24px;
  font-weight: 700;
}

h2 {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 24px;
  letter-spacing: .02em;
}

h3 {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 13px;
  color: #191b1e;
}

.btn {
  display: block;
  width: 100%;
  background: #22614f;
  color: #ffffff;
  border-radius: 42px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  border: 0;
  padding: 16px 20px;
  cursor: pointer;
  transition: background .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
}

.btn.outline {
  border: 1px solid #b5c8c3;
  background: transparent;
  color: #22614f;
  padding: 15px 19px;
}

.btn .icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -3px;
  margin-left: 11px;
}

.btn:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.footer {
  padding: 33px 0;
  font-size: 13px;
  line-height: 1.2307692308;
}

.footer .foot-logo {
  margin-bottom: 26px;
}

.footer .report-error {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.21;
  color: #737a86;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  margin-bottom: 38px;
}

.footer .report-error .icon-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.footer .report-error:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.footer .foot-wrap {
  color: #737a86;
}

.footer .copyright a {
  color: inherit;
}

.footer .copyright a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.register-block .logo {
  width: 113px;
  margin-bottom: 24px;
}

.registration-form .btn-holder {
  padding-top: 7px;
}

.confirmation-wrap .icon-holder {
  margin-bottom: 10px;
}

.confirmation-wrap .text-holder {
  padding-bottom: 45px;
}

.confirmation-wrap .btn-holder {
  margin: 0 -17px -62px;
  padding: 16px 17px;
  background: #eff2f1;
}

.privacy-wrap .icon-holder {
  margin-bottom: 10px;
}

.privacy-wrap .btn-holder {
  margin: 0 -17px -64px;
  padding: 16px 17px;
  background: #eff2f1;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.accordion li.active .opener:before {
  transform: translateY(-50%) rotate(180deg);
}

.check-list .is-error .fake-input {
  border-color: #ce1e2c;
}

.check-list input[type=checkbox]:checked ~ .fake-label {
  font-weight: 600;
}

.check-list input[type=checkbox]:checked + .fake-input {
  background: #22614f;
  border-color: #22614f;
}

.check-list .fake-input {
  display: block;
  width: 15px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #d1d5d8;
  position: absolute;
  top: 28px;
  left: 0;
  transition: background .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
}

.check-list .fake-input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 7px;
  width: 9px;
  background: url(../images/icon-check-icon.svg);
  margin-top: -1px;
}

.questions-wrap .form-group + .error-state {
  padding-top: 7px;
}

.questions-wrap label + .select-wrap {
  margin-top: 11px;
}

.questions-wrap label .icon {
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 5px;
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.questions-wrap label .icon:hover {
  opacity: .6;
}

.questions-wrap label .icon img {
  display: block;
}

.questions-wrap .check-list .fake-input {
  top: 5px;
}

.questions-wrap .select-wrap + .select-wrap {
  margin-top: 12px;
}

.questions-wrap .select-wrap + label {
  margin-top: 26px;
}

.questions-wrap .btn-holder {
  width: auto !important;
  margin: 60px -17px -64px !important;
  padding: 16px 17px !important;
  background: #eff2f1;
  text-align: center !important;
}

.questions-wrap .btn {
  padding: 16px 20px;
  min-width: 149px;
}

.questions-wrap .error-state {
  display: block;
  color: #ce1e2c;
  font-weight: 700;
  margin-bottom: 26px;
}

.select-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

.select-wrap.is-error select {
  border-color: #ce1e2c;
}

.select-wrap:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 35px;
  background: #ffffff;
  pointer-events: none;
  border-radius: 0 6px 6px 0;
  z-index: 1;
}

.select-wrap:after {
  position: absolute;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  border: 2px solid #22614f;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  margin-top: -6px;
  line-height: 0;
  z-index: 1;
}

.select-wrap select::-ms-expand {
  display: none;
}

.select-wrap select {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.5384615385;
  font-weight: 700;
  font-family: "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  padding: 10px 3px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background: #ffffff;
}

.top-bar {
  background: #ffffff;
  padding: 24px 0 27px;
  border-bottom: 1px solid #e3e3e3;
}

.top-bar .container {
  padding: 0 17px;
}

.top-bar .progress-block {
  width: 100%;
}

.top-bar .progress-block:only-child .indicator {
  margin-bottom: 12px;
}

.top-bar .indicator {
  display: block;
  margin-bottom: 23px;
}

.top-bar .indicator strong {
  display: block;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1.4;
  color: #191b1e;
}

.top-bar .ind-block {
  width: 100%;
  display: block;
  border-radius: 10px;
  height: 6px;
  background: #eff2f1;
  position: relative;
}

.top-bar .ind-block .ind {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: #22614f;
  border-radius: 10px;
}

.top-bar .alert {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  line-height: 1.3642857143;
  font-weight: 500;
  font-family: "Nunito Sans", "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: #777f89;
}

.top-bar .alert.time {
  font-size: 16px;
  font-weight: 600;
  color: #737a86;
  padding-left: 0;
}

.top-bar .alert.time .icon-holder {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none;
}

.top-bar .alert .icon-holder {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.top-bar .alert .rem {
  color: #191b1e;
}

.question-form {
  background: #ffffff;
  padding: 19px 0 0;
}

.question-form.lg {
  padding: 24px 0 0;
}

.question-form .container {
  width: 100%;
  padding: 0 17px;
}

.question-form .left-block {
  width: 100%;
  margin-bottom: 24px;
}

.question-form .left-block .title {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.question-form .img-holder {
  height: 197px;
  border-radius: 7px;
  overflow: hidden;
}

.question-form .img-holder img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.question-form .title {
  display: block;
  padding-top: 30px;
  font-size: 20px;
  line-height: 1.5;
}

.question-form .question-blocks {
  width: 100%;
  position: relative;
  padding-bottom: 17px;
}

.question-form .btn-holder {
  width: 100%;
  padding: 16px 0;
  text-align: right;
}

.question-form .btn {
  display: block;
  width: 100%;
  background: #22614f;
  color: #ffffff;
  border-radius: 42px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  border: 0;
  padding: 16px 20px;
  cursor: pointer;
}

.question-form .btn:hover {
  background: #000000;
}

.question-single {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #f8f9f9;
  padding: 19px 17px 30px;
  margin-bottom: 24px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.3642857143;
  font-weight: 500;
  font-family: "Nunito Sans", "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.question-single:last-child {
  margin-bottom: 30px;
}

.question-single label {
  display: block;
  margin-bottom: 14px;
  font-weight: 700;
}

.question-single .select-wrap {
  max-width: 338px;
}

.question-single .select-wrap select {
  padding: 5px 3px;
  font-weight: 400;
}

.question-single .success-state {
  align-self: flex-start;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  color: #00c389;
  background: rgba(0, 195, 137, .08);
  padding: 2px 8px 2px 26px;
  position: relative;
  font-weight: 700;
  font-family: "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.question-single .success-state .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.question-single .success-state img {
  display: block;
}

.question-single .error-state {
  align-self: flex-start;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 6px;
  color: #ce1e2c;
  background: rgba(206, 30, 44, .08);
  padding: 2px 8px 2px 26px;
  position: relative;
  font-weight: 700;
  font-family: "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.question-single .error-state .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.question-single .error-state img {
  display: block;
}

.radio-custom .is-error label {
  border: 2px solid #ce1e2c;
  background: rgba(206, 30, 44, .08);
}

.radio-custom .is-error .fake-input {
  border: 2px solid #ce1e2c;
}

.radio-custom label input[type=radio]:checked + .fake-input {
  border-color: #ce1e2c;
}

.radio-custom label input[type=radio]:checked + .fake-input:before {
  opacity: 1;
}

.radio-custom label .fake-input {
  width: 20px;
  height: 20px;
  border: 2px solid #b8bbbe;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.radio-custom label .fake-input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ce1e2c;
  opacity: 0;
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.bottom-block {
  padding-bottom: 75px !important;
}

.container.sm {
  max-width: 880px;
}

.question-banner {
  margin-bottom: 24px;
  height: 197px;
  border-radius: 7px;
  overflow: hidden;
}

.question-banner img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.ques-block .title {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #191b1e;
  padding-top: 0 !important;
}

.ques-block .error {
  font-size: 14px;
  line-height: 1.3642857143;
  font-weight: 700;
  display: block;
  color: #ce1e2c;
}

.ques-block .margin-bottom {
  padding-bottom: 90px;
}

.ques-block .margin-bottom .btn {
  width: auto;
  min-width: 149px;
}

.radio-list {
  margin: 0 -4px;
  padding: 26px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.radio-list li {
  width: 33.33%;
  padding: 0 4px 8px;
}

.radio-list .is-error label {
  border: 2px solid #ce1e2c;
}

.radio-list label {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 6px 7px;
  border: 1px solid #ce1e2c;
  border-radius: 9px;
  cursor: pointer;
}

.radio-list input[type=radio] {
  width: 22px;
  height: 22px;
  border: 3px solid #ce1e2c;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.radio-list input[type=radio]:checked + .fake-input {
  border-color: #ce1e2c;
}

.radio-list input[type=radio]:checked + .fake-input:before {
  opacity: 1;
}

.radio-list .fake-input {
  width: 22px;
  height: 22px;
  border: 2px solid #b8bbbe;
  border-radius: 50%;
  position: relative;
}

.radio-list .fake-input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ce1e2c;
  opacity: 0;
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.radio-list .fake-label {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
}

.radio-list .fake-label img {
  max-width: none;
  width: 100%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.popup-active {
  overflow: hidden;
}

.popup-active .popup-overlay {
  background: rgba(0, 0, 0, .65);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.popup-active .popup-content {
  opacity: 1;
  visibility: visible;
}

.popup-content .close {
  position: absolute;
  top: 24px;
  right: 22px;
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.popup-content .close:hover {
  opacity: .6;
}

.popup-content .radio-custom .is-error label {
  border: 1px solid #22614f;
}

.popup-content .btn-holder {
  margin: 26px -22px -22px;
  padding: 16px 17px;
  background: #eff2f1;
  text-align: center;
}

.popup-content .btn {
  padding: 16px 20px;
}

.is-content {
  display: flex;
}

.sidebar ul li.active a {
  background: #e5edeb;
  border-radius: 7px;
}

.sidebar ul .active a {
  font-weight: 700;
  color: #000000;
}

.sidebar ul .active a.assessment:before {
  background: url(../images/icon-assessment-active.svg);
}

.sidebar ul .active a.profile {
  font-weight: 500;
}

.sidebar ul .active a.profile:before {
  background: url(../images/icon-profile-active.svg);
}

.sidebar ul a.assessment {
  display: block;
}

.sidebar ul a.assessment:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 18px;
  height: 18px;
  background: url(../images/icon-assessment.svg);
  background-size: 100% 100%;
}

.sidebar ul a.profile {
  display: block;
}

.sidebar ul a.profile:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 20px;
  height: 18px;
  background: url(../images/icon-profile.svg);
  background-size: 100% 100%;
}

.sidebar ul a.logout {
  display: block;
}

.sidebar ul a.logout:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 18px;
  height: 18px;
  background: url(../images/icon-logout.svg);
  background-size: 100% 100%;
}

.sidebar ul a.support {
  display: block;
}

.sidebar ul a.support:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  width: 20px;
  height: 20px;
  background: url(../images/icon-support.svg);
  background-size: 100% 100%;
}

.page-content .content {
  padding: 0 17px;
}

.page-content .footer {
  flex-shrink: 0;
}

.prog-list li .icon {
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.assessment-single.complete p {
  display: none;
}

.assessment-single.complete .tag {
  display: none;
}

.assessment-single .right {
  padding-top: 3px;
}

.assessment-single .right.complete {
  font-size: 13px;
  line-height: 1.21;
  color: #737a86;
  font-weight: 600;
  padding-left: 50px;
  margin-bottom: 11px;
}

.assessment-single .right .btn {
  padding: 11px 20px;
  margin-bottom: 16px;
}

.assessment-single .right .btn:last-child {
  margin-bottom: 0;
}

.assessment-single .title {
  display: block;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 1.21;
  color: #191b1e;
}

.edit-form .btn-holder {
  padding-top: 17px;
}

.edit-form .btn {
  min-width: 140px;
}

.pq-form .container {
  padding: 0 25px;
  max-width: 1350px;
}

.pq-form .alt-ques.hide {
  display: none;
}

.pq-form .title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 24px;
}

.pq-form .validation {
  display: block;
  font-size: 14px;
  line-height: 1.3642857143;
  font-weight: 700;
  font-family: "Nunito Sans", "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin-bottom: 40px;
  color: #ce1e2c;
}

.pq-form .btn-holder {
  padding: 31px 0 90px;
}

@media screen and (min-width: 500px) {
  .footer {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .header .container {
    padding: 0 40px;
  }

  .container {
    padding: 0 20px;
  }

  h2 {
    margin-bottom: 22px;
  }

  .btn {
    min-width: 125px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 13px;
    padding: 12px 20px;
  }

  .btn.outline {
    padding: 11px 19px;
  }

  .footer {
    text-align: left;
  }

  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer:has(.report-error) {
    padding: 47px 0;
  }

  .footer:has(.report-error) .copyright {
    width: 220px;
  }

  .footer .foot-logo {
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .footer .report-error {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .footer .foot-wrap {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    gap: 0 20px;
    padding-left: 20px;
  }

  .footer .copyright br {
    display: none;
  }

  .confirmation-wrap .text-holder {
    padding-left: 50px;
    padding-right: 50px;
  }

  .confirmation-wrap .btn {
    min-width: 145px;
    padding: 16px 20px;
  }

  .privacy-wrap .btn-holder {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 0 16px;
    margin-left: -70px;
    margin-right: -70px;
    padding: 16px 23px;
  }

  .privacy-wrap .btn {
    min-width: 149px;
    padding: 16px 20px;
  }

  .privacy-wrap .btn.outline {
    min-width: 134px;
    padding: 15px 19px;
  }

  .questions-wrap .btn-holder {
    margin-left: -70px !important;
    margin-right: -70px !important;
  }

  .question-form .img-holder {
    height: 300px;
  }

  .question-form .img-holder.sm {
    height: 224px;
  }

  .radio-custom label .fake-input {
    left: 27px;
  }

  .question-banner {
    height: 202px;
    margin-top: 28px;
  }

  .ques-block .title {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .ques-block .error {
    font-size: 16px;
  }

  .ques-block .margin-bottom {
    display: flex;
    justify-content: flex-end;
    padding-top: 41px;
    padding-bottom: 190px;
  }

  .radio-list {
    padding-top: 22px;
  }

  .radio-list li {
    width: 20%;
    padding: 0 8px 8px;
  }

  .popup-content .radio-custom .fake-input {
    left: 8px;
  }

  .edit-form .btn-holder {
    padding-left: 48.3%;
    padding-top: 25px;
  }

  .pq-form .radio-custom .fake-input {
    left: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .header a.support-link {
    display: inline-flex;
    justify-content: center;
  }

  .header .menu-opener {
    display: none;
  }

  .menu-active .menu {
    opacity: 0;
    visibility: hidden;
  }

  .wrapper {
    padding-top: 82px;
  }

  .container {
    padding: 0 40px;
  }

  .footer:has(.report-error) .copyright {
    width: auto;
  }

  .top-bar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 40px;
  }

  .top-bar .progress-block {
    width: 54.5%;
  }

  .top-bar .progress-block:only-child {
    width: 100%;
  }

  .top-bar .indicator {
    margin-bottom: 0;
  }

  .top-bar .indicator strong {
    font-size: 20px;
    margin-bottom: 19px;
  }

  .top-bar .alert {
    width: 40.4%;
    margin-top: 25px;
  }

  .top-bar .alert.time {
    font-size: 20px;
    font-weight: 700;
    width: 40.9%;
    margin-top: 35px;
    padding-left: 36px;
  }

  .top-bar .alert.time .icon-holder {
    display: block;
  }

  .question-form.lg {
    padding-top: 44px;
  }

  .question-form .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
  }

  .question-form .left-block {
    width: 54.5%;
    padding-left: 30px;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 1.5;
  }

  .question-form .left-block .title {
    font-size: 20px;
    line-height: 1.5;
  }

  .question-form .text-holder {
    padding: 26px 80px 0 0;
  }

  .question-form .img-holder {
    height: 516px;
  }

  .question-form .img-holder.sm {
    height: 224px;
  }

  .question-form .question-blocks {
    width: 41%;
    padding-right: 30px;
    padding-bottom: 63px;
  }

  .question-form .btn {
    min-width: 125px;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }

  .question-single {
    padding: 19px 24px 30px;
  }

  .question-single .success-state {
    font-size: 13px;
    margin-bottom: -9px;
  }

  .question-single .error-state {
    font-size: 13px;
    margin-bottom: -9px;
  }

  .bottom-block {
    padding-bottom: 175px !important;
  }

  .bottom-block .btn-holder {
    padding-right: 30px !important;
  }

  .bottom-block .btn {
    min-width: 149px;
  }

  .radio-list .fake-label img {
    height: 112px;
  }

  .sidebar .top {
    flex-grow: 1;
  }

  .page-content .footer {
    background: transparent;
  }

  .page-content .footer .container {
    padding: 0;
  }

  .assessment-single.complete p {
    display: block;
  }

  .assessment-single.complete .tag {
    display: inline-block;
  }

  .assessment-single .right {
    position: absolute;
    top: 24px;
    right: 21px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 0;
    max-width: 50%;
  }

  .assessment-single .right.complete {
    top: 36px;
    right: 45px;
  }

  .assessment-single .right .btn {
    margin-bottom: 0;
    min-width: 80px;
    padding: 11px 23px;
  }

  .assessment-single .title {
    padding-right: 50%;
    margin-bottom: 9px;
  }

  .pq-form .alt-ques.hide {
    display: flex;
  }

  .pq-form .alt-ques.is-error .radio-custom {
    background: rgba(206, 30, 44, .08);
    border: 1px solid #ce1e2c;
    border-radius: 5px;
  }

  .pq-form .title {
    width: calc(100% - 700px);
    margin-bottom: 0;
    padding-right: 30px;
  }

  .pq-form .validation {
    display: none;
  }

  .pq-form .radio-custom li:nth-child(1) .fake-input, .pq-form .radio-custom li:nth-child(7) .fake-input {
    transform: scale(2);
  }

  .pq-form .radio-custom li:nth-child(2) .fake-input, .pq-form .radio-custom li:nth-child(6) .fake-input {
    transform: scale(1.8);
  }

  .pq-form .radio-custom li:nth-child(3) .fake-input, .pq-form .radio-custom li:nth-child(5) .fake-input {
    transform: scale(1.6);
  }

  .pq-form .radio-custom .fake-input {
    position: relative;
    left: auto;
    top: auto;
    transform: scale(1.3);
    border-width: 1px;
  }

  .pq-form .radio-custom .fake-label {
    display: none;
  }

  .pq-form .btn-holder {
    display: flex;
    justify-content: flex-end;
  }

  .pq-form .btn {
    min-width: 149px;
  }
}

@media screen and (min-width: 1440px) {
  .page-content .content {
    width: calc(100% - 315px);
    padding-right: 40px;
    padding-left: 0;
  }

  .page-content .content:only-child {
    width: 100%;
  }

  .pq-form .title {
    width: calc(100% - 850px);
  }
}

/*# sourceMappingURL=style.css.map*/