/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: "icomoon";
  src: url("../fonts/icomoon.woff?yuzzw2") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down::before {
  content: "\e908";
}

.icon-cross::before {
  content: "\e90d";
}

.icon-chevron-up::before {
  content: "\e911";
}

.icon-chevron-left::before {
  content: "\e912";
}

.icon-chevron-right::before {
  content: "\e913";
}

/**
 * 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;
}

.foot-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0 25px;
}

.foot-links li {
  margin-bottom: 20px;
}

.foot-links a {
  color: #737a86;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.foot-links a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.register-block .logo {
  width: 113px;
  margin-bottom: 24px;
}

.register-content {
  width: 100%;
  height: auto;
  background: #ffffff;
  color: #000000;
  padding: 56px 17px 62px;
  max-width: 487px;
  margin: 0 auto;
}

.register-content a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}

.register-content a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.registration-form {
  margin-bottom: 24px;
}

.registration-form .form-group {
  margin-bottom: 16px;
}

.registration-form label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-bottom: 4px;
  color: #374151;
}

.registration-form input[type=text],
.registration-form input[type=email] {
  width: 100%;
  display: block;
  border: 1px solid #e9eaec;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  padding: 8px 13px;
}

.registration-form input[type=text][disabled],
.registration-form input[type=email][disabled] {
  background: #eff2f1;
  color: #22614f;
}

.registration-form .btn-holder {
  padding-top: 7px;
}

.confirmation-block {
  padding: 20px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 209px);
}

.confirmation-wrap {
  background: #ffffff;
  border: 1px solid #bcc4cc;
  overflow: hidden;
  padding: 62px 17px;
  width: 100%;
  max-width: 326px;
  border-radius: 13px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 400;
  color: #737a86;
}

.confirmation-wrap .icon-holder {
  margin-bottom: 10px;
}

.confirmation-wrap .lead {
  display: block;
  font-size: 16px;
  line-height: 1.21;
  font-weight: 400;
  color: #191b1e;
  margin-bottom: 12px;
}

.confirmation-wrap .text-holder {
  padding-bottom: 45px;
}

.confirmation-wrap p a {
  font-weight: 700;
  color: inherit;
}

.confirmation-wrap p a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.confirmation-wrap .btn-holder {
  margin: 0 -17px -62px;
  padding: 16px 17px;
  background: #eff2f1;
}

.privacy-block {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 209px);
}

.privacy-wrap {
  background: #ffffff;
  border: 1px solid #bcc4cc;
  padding: 64px 17px;
  width: 100%;
  max-width: 326px;
  border-radius: 13px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 400;
  color: #737a86;
}

.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;
}

.privacy-wrap .text-section {
  text-align: left;
  padding-bottom: 24px;
  color: #a8a6a5;
  font-size: 13px;
  line-height: 1.21;
}

.accordion {
  text-align: left;
  margin: 0 0 16px;
  padding: 10px 0 15px;
  list-style: none;
  border-bottom: 1px solid #e3e3e3;
}

.accordion li {
  margin-bottom: 8px;
}

.accordion li.active .opener:before {
  transform: translateY(-50%) rotate(180deg);
}

.accordion .opener {
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 700;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.3571428571;
  color: #191b1e;
  padding: 8px 30px 8px 0;
  font-family: "Nunito Sans", "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.accordion .opener:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../images/icon-arrow-down.svg);
  width: 14px;
  height: 9px;
  background-size: 100% 100%;
}

.accordion .slide {
  padding: 4px 0 0;
}

.accordion p {
  margin-bottom: 15px;
}

.check-list {
  text-align: left;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #111827;
}

.check-list li {
  position: relative;
  padding: 24px 0 16px 24px;
}

.check-list .is-error .fake-input {
  border-color: #ce1e2c;
}

.check-list input[type=checkbox] {
  position: absolute;
  top: 24px;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
}

.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;
}

.check-list a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.check-list a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.questions-block {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 209px);
}

.questions-wrap {
  background: #ffffff;
  border: 1px solid #bcc4cc;
  padding: 64px 17px;
  width: 100%;
  max-width: 326px;
  border-radius: 13px;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 400;
  color: #737a86;
}

.questions-wrap h2 {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 24px;
  color: #191b1e;
}

.questions-wrap .form-group {
  margin-bottom: 7px;
}

.questions-wrap .form-group + .error-state {
  padding-top: 7px;
}

.questions-wrap label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #374151;
}

.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 input[type=text] {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}

.questions-wrap .check-list {
  border-bottom: 0;
  margin-bottom: 0;
}

.questions-wrap .check-list li {
  padding: 0 0 8px 24px;
}

.questions-wrap .check-list input[type=checkbox] {
  top: 2px;
}

.questions-wrap .check-list .fake-input {
  top: 5px;
}

.questions-wrap select {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.5384615385;
  font-weight: 700;
  padding: 10px 3px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}

.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 li {
  margin-bottom: 8px;
}

.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 {
  display: block;
  position: relative;
  padding: 9px 20px 9px 47px;
  background: #f8f9f9;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3642857143;
}

.radio-custom label input[type=radio] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  width: 24px;
  height: 24px;
  opacity: 0;
  visibility: hidden;
}

.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 {
  width: 326px;
  max-height: 80vh;
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 17px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 22px;
  opacity: 0;
  visibility: hidden;
}

.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 h3 {
  color: #22614f;
  padding-right: 50px;
}

.popup-content .radio-custom .is-error label {
  border: 1px solid #22614f;
}

.popup-content .radio-custom label {
  font-weight: 400;
  border: 1px solid #e3e3e3;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.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 {
  display: none;
}

.sidebar ul li {
  margin-bottom: 12px;
  padding: 0 15px 0 7px;
}

.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 {
  color: #777f89;
  font-weight: 600;
  position: relative;
  padding: 6px 20px 6px 35px;
}

.sidebar ul a:hover {
  color: #22614f;
  background: #e5edeb;
  border-radius: 7px;
}

.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 {
  padding-top: 40px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.page-content .wrap {
  flex-grow: 1;
  padding-bottom: 65px;
}

.page-content .heading {
  width: 100%;
  margin-bottom: 36px;
  padding: 0 17px;
}

.page-content h2 {
  margin-bottom: 6px;
}

.page-content .content {
  padding: 0 17px;
}

.page-content .prog-indicators {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 24px 23px;
  border-radius: 10px;
  margin: 0 17px;
  color: #191b1e;
}

.page-content h3 {
  margin-bottom: 15px;
}

.page-content .footer {
  flex-shrink: 0;
}

.page-content .sub-title {
  display: block;
  font-size: 16px;
  line-height: 1.21;
  font-weight: 600;
  color: #737a86;
}

.prog-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.prog-list li:last-child {
  margin-bottom: 0;
}

.prog-list li .icon {
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.assessment-single {
  border: 1px solid #e3e3e3;
  padding: 24px 17px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.21;
  color: #737a86;
}

.assessment-single.complete p {
  display: none;
}

.assessment-single.complete .tag {
  display: none;
}

.assessment-single .left {
  position: relative;
  padding-left: 50px;
}

.assessment-single .left .progress {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.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;
}

.assessment-single .tag {
  display: none;
  border: 1px solid #e5edeb;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.3333333333;
  font-weight: 600;
  color: #22614f;
  padding: 1px 8px;
  margin-bottom: 20px;
}

.edit-form {
  max-width: 525px;
  padding-bottom: 14px;
}

.edit-form .form-group {
  margin-bottom: 15px;
}

.edit-form label {
  display: block;
  margin-bottom: 4px;
  color: #374151;
  font-weight: 500;
}

.edit-form input[type=text],
.edit-form input[type=email],
.edit-form input[type=password] {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px 13px;
  border: 1px solid #e9eaec;
  border-radius: 2px;
}

.edit-form input[type=text][disabled],
.edit-form input[type=email][disabled],
.edit-form input[type=password][disabled] {
  background: #eff2f1;
  color: rgba(34, 97, 79, .4);
}

.edit-form .btn-holder {
  padding-top: 17px;
}

.edit-form .btn {
  min-width: 140px;
}

.pq-form {
  background: #ffffff;
  padding: 24px 0 0;
}

.pq-form .container {
  padding: 0 25px;
  max-width: 1350px;
}

.pq-form .ques-label {
  display: none;
}

.pq-form .ques-label ul {
  font-size: 14px;
  line-height: 1.3642857143;
  font-weight: 700;
  font-family: "Nunito Sans", "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  display: flex;
  width: 700px;
  text-align: center;
  background: #eff2f1;
}

.pq-form .ques-label li {
  padding: 15px 20px;
  flex: 1;
  display: flex;
  align-items: center;
}

.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 .radio-custom label {
  font-weight: 700;
  border: 1px solid #e3e3e3;
  min-height: 40px;
  display: flex;
  align-items: center;
  font-family: "Nunito Sans", "Inter", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background: transparent;
}

.pq-form .btn-holder {
  padding: 31px 0 90px;
}

@media screen and (min-width: 500px) {
  .footer {
    text-align: center;
  }

  .foot-links {
    justify-content: center;
  }

  .register-block {
    padding-top: 48px;
    padding-bottom: 27px;
  }

  .register-content {
    border: 1px solid #bcc4cc;
    border-radius: 7px;
  }
}

@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;
  }

  .foot-links {
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
  }

  .foot-links li {
    margin-bottom: 0;
  }

  .register-content {
    padding: 56px 55px;
  }

  .confirmation-wrap {
    max-width: 610px;
  }

  .confirmation-wrap .text-holder {
    padding-left: 50px;
    padding-right: 50px;
  }

  .confirmation-wrap .btn {
    min-width: 145px;
    padding: 16px 20px;
  }

  .privacy-block {
    padding: 66px 0 50px;
  }

  .privacy-wrap {
    max-width: 610px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .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;
  }

  .accordion .opener {
    font-size: 16px;
  }

  .accordion .slide {
    padding-top: 1px;
  }

  .questions-block {
    padding: 64px 0 47px;
  }

  .questions-wrap {
    max-width: 552px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .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 {
    padding: 22px 20px 23px 67px;
  }

  .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 {
    width: 503px;
  }

  .popup-content h3 {
    margin-bottom: 28px;
  }

  .popup-content .radio-custom {
    margin: 0 -5px;
  }

  .popup-content .radio-custom label {
    padding: 5px 20px 6px 47px;
  }

  .popup-content .radio-custom .fake-input {
    left: 8px;
  }

  .edit-form .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .edit-form label {
    margin-bottom: 0;
    width: 48.3%;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #737a86;
  }

  .edit-form input[type=text],
  .edit-form input[type=email],
  .edit-form input[type=password] {
    width: 51.7%;
    border-color: #b8bbbe;
    border-radius: 6px;
    padding: 10px 8px;
  }

  .edit-form input[type=text][disabled],
  .edit-form input[type=email][disabled],
  .edit-form input[type=password][disabled] {
    background: transparent;
    border-color: transparent;
  }

  .edit-form .btn-holder {
    padding-left: 48.3%;
    padding-top: 25px;
  }

  .pq-form .radio-custom {
    margin: 0 -5px;
  }

  .pq-form .radio-custom label {
    padding: 5px 20px 6px 47px;
  }

  .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 {
    display: flex;
    flex-direction: column;
    width: 220px;
    flex-shrink: 0;
    border-right: 1px solid #e3e3e3;
    height: calc(100vh - 82px);
    padding: 44px 7px 23px;
    font-size: 15px;
    font-weight: 500;
    background: #f8f9f9;
    position: sticky;
    top: 82px;
    left: 0;
  }

  .sidebar .top {
    flex-grow: 1;
  }

  .sidebar .bottom {
    flex-shrink: 0;
  }

  .page-content {
    padding: 40px 40px 0;
    width: 100%;
  }

  .page-content .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 155px;
  }

  .page-content .heading {
    padding: 0;
  }

  .page-content h2 {
    font-size: 32px;
    line-height: 1.1875;
  }

  .page-content h3 {
    margin-bottom: 18px;
  }

  .page-content .footer {
    background: transparent;
  }

  .page-content .footer .container {
    padding: 0;
  }

  .assessment-single {
    padding: 24px 24px 20px;
    position: relative;
    margin-bottom: 12px;
    min-height: 151px;
  }

  .assessment-single.complete p {
    display: block;
  }

  .assessment-single.complete .tag {
    display: inline-block;
  }

  .assessment-single .left {
    padding-left: 47px;
    max-width: 80%;
  }

  .assessment-single .left p:last-child {
    margin-bottom: 0;
  }

  .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;
  }

  .assessment-single .tag {
    display: inline-block;
  }

  .pq-form {
    padding-top: 23px;
  }

  .pq-form .ques-label {
    display: flex;
    justify-content: flex-end;
    justify-content: flex-end;
  }

  .pq-form .alt-ques {
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
  }

  .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 {
    margin: 0;
    width: 700px;
    display: flex;
    background: #f8f9f9;
  }

  .pq-form .radio-custom li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
  }

  .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 label {
    border: 0;
    padding: 28px 0;
    border-radius: 0;
    min-height: 0;
  }

  .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%;
  }

  .page-content .prog-indicators {
    width: 315px;
    flex-shrink: 0;
    margin: 0;
    font-size: 13px;
  }

  .pq-form .ques-label ul {
    width: 850px;
  }

  .pq-form .title {
    width: calc(100% - 850px);
  }

  .pq-form .radio-custom {
    width: 850px;
  }
}


/*# sourceMappingURL=style.css.map*/