@charset "UTF-8";
@font-face {
  font-family: 'Proxima nova';
  src: url("../fonts/Proxima-Nova-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima nova';
  src: url("../fonts/Proxima-Nova-Extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima nova';
  src: url("../fonts/Proxima-Nova-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima nova';
  src: url("../fonts/Proxima-Nova-Semibold-Italic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima nova';
  src: url("../fonts/Proxima-Nova-Thin-Italic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima nova';
  src: url("../fonts/Proxima-Nova-Regular-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Proxima nova';
  src: url("../fonts/Proxima-Nova-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rouble';
  src: url("../fonts/rouble.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Proxima nova';
  src: url("../fonts/Proxima-Nova-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
:root {
  --bg-color: #fff;
  --bg-light-color: #F4F5F9;
  --prime-color: #77A14C;
  --text-color: #000000;
  --disable-color: #747580;
  --error-color: #FF2600; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul {
  list-style: none; }

.hr {
  width: 100%;
  height: 1px;
  background-color: var(--light-color);
  opacity: .5; }

input {
  outline: none; }

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

* img {
  max-width: 100%; }

body {
  font-family: "Proxima nova", sans-serif;
  background-color: white;
  font-size: 20px;
  line-height: 1.4em;
  color: var(--text-color); }

section {
  padding-top: clamp(3.75rem, 2.523rem + 6.14vw, 7.125rem);;
  padding-bottom: clamp(3.75rem, 2.523rem + 6.14vw, 7.125rem);; }

h1 {
  font-family: 'Proxima nova';
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 103%;
  margin-bottom: 30px; }
  @media (max-width: 447px) {
    h1 {
      font-size: 32px; } }

h2 {
  font-family: 'Proxima nova';
  margin-bottom: 8px;
  font-size: 29px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  max-width: 525px; }

h3 {
  font-family: 'Proxima nova';
  font-weight: 600;
  line-height: 1.4em;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 0px;
  margin-bottom: 12px; }

h4 {
  font-family: 'Proxima nova';
  font-weight: 800;
  line-height: 1.4em;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 10px; }

p, li {
  font-family: 'Proxima nova';
  font-weight: 400;
  line-height: 1.4em;
  color: var(--text-color); }

p:not(:first-child) {
  margin-top: 10px; }

li {
  margin-bottom: 16px; }

p.note {
  display: block;
  padding-left: 32px;
  font-style: italic;
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);;
  width: 100%;
  max-width: 360px;
  margin-top: 32px; }

[class*="__container"] {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  /*	padding-left: 90px;
  	padding-right: 90px;*/ }

@media (max-width: 720px) {
  [class*="__container"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
.btn_std {
  font-family: 'Proxima nova', sans-serif;
  cursor: pointer;
  display: flex;
  padding: 16px 24px;
  background: var(--prime-color);
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: .8em;
  text-align: center;
  text-decoration: none;
  max-width: 220px;
  text-align: center;
  color: white;
  transition: all 0.3s;
  border: 0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  cursor: pointer;
  white-space: nowrap;
  max-width: none; }

#start {
  max-width: 260px; }

.btn_ghost {
  font-family: 'Proxima nova', sans-serif;
  cursor: pointer;
  display: flex;
  padding: 14px 24px;
  background: white;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: .8em;
  text-align: center;
  text-decoration: none;
  text-align: center;
  color: black;
  transition: all 0.3s;
  border: 2px solid var(--prime-color);
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 24px;
  white-space: nowrap; }

.btn_std:hover {
  background: #8ABA58; }

.btn_ghost:hover {
  background: var(--prime-color);
  color: white; }

.btn_final {
  max-width: 350px; }

.btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px; }

@media (max-width: 447px) {
  .ideal_structure .btn_wrapper {
    flex-direction: column;
    align-items: start; } }

@media (max-width: 447px) {
  .ideal_structure .btn_ghost {
    width: 100%; } }

@media (max-width: 447px) {
  .ideal_structure .ideal_structure__btns {
    display: block;
    width: 100%; } }

@media (max-width: 447px) {
  .ideal_structure .ideal_structure__btns .btn_std {
    width: 100%; } }

.type {
  /* .type__wrapper */
  /* .type__item */ }
  .type__wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 45px; }
  .type__wrapper:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #919294;
    top: 16px;
    display: block; }
    @media (max-width: 447px) {
      .type__wrapper:before {
        top: 12px; } }
  .type__item {
    font-size: 14px;
    line-height: 32px;
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 16px;
    border: 1px solid #919294;
    background-color: white;
    position: relative;
    z-index: 1; }
    @media (max-width: 447px) {
      .type__item {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 20px;
        font-size: 12px; } }
  .type__item.active {
    font-weight: 600;
    border: 2px solid var(--prime-color); }
  .type__item.post {
    font-weight: 300;
    background-color: #F4F9F6;
    border: 1px solid var(--prime-color); }
  .type__item.passive {
    font-weight: 300; }

.test {
  /* .test__container */
  /* .test__card */
  /* .test__start_text */
  /* .test__start_img */
  /* .test__card */
  /* .test__number */
  /* .test__question_wrapper */
  /* .test__question */
  /* .test__answear */ }
  .test__container {
    overflow: hidden; }
  .test__card {
    width: 100%;
    min-height: 455px; }
    @media (max-width: 720px) {
      .test__card {
        padding: 0; } }
  .test__start_text {
    max-width: 400px;
    height: 528px; }
    @media (max-width: 992px) {
      .test__start_text {
        max-width: none;
        height: auto; } }
  .test__start_text p {
    max-width: 300px;
    margin-bottom: 60px; }
    @media (max-width: 992px) {
      .test__start_text p {
        max-width: none; } }
  .test__start_img {
    width: 50%;
    background-image: url(../images/bg_main.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 100%; }
    @media (max-width: 992px) {
      .test__start_img {
        width: 100%;
        height: 320px;
        background-size: cover;
        margin-top: 40px;
        flex-shrink: 0;
        border-radius: 10px; } }
  .test__number {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 6px;
    opacity: .6; }
  .test__question_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    margin: 24px 0;
    padding: 28px;
    border-radius: 5px;
    border: 1px solid #DFF2EC;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 2px 0px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 2px 0px 0px rgba(34, 60, 80, 0.2); }
    @media (max-width: 447px) {
      .test__question_wrapper {
        padding: 14px; } }
  .test__question {
    width: 100%;
    padding: 8px 24px;
    border-radius: 3px;
    border: 1px solid #919294;
    background-color: #FCFCFC;
    cursor: pointer;
    transition: all .3s;
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 447px) {
      .test__question {
        padding: 14px 12px;
        line-height: 20px; } }
  .test__question:hover {
    border: 1px solid var(--prime-color);
    background-color: #F4F9F6; }
  .test__question.var_checked {
    background-image: url(../images/icn_true.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 24px center;
    padding-left: 50px;
    background-color: #EDF3EE;
    border-color: var(--prime-color);
    opacity: 1 !important;
    cursor: default; }
  .test__question2 {
    width: 100%;
    padding: 8px 24px;
    border-radius: 3px;
    border: 1px solid #919294;
    background-color: #FCFCFC;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 447px) {
      .test__question2 {
        padding: 14px 12px;
        line-height: 20px; } }
  .test__question2:hover {
    border: 1px solid var(--prime-color);
    background-color: #F4F9F6; }
  .test__question2.var_checked {
    background-image: url(../images/icn_true.svg?2);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 24px center;
    padding-left: 50px;
    background-color: #EDF3EE;
    border-color: var(--prime-color);
    opacity: 1 !important;
    cursor: default; }
    @media (max-width: 447px) {
      .test__question2.var_checked {
        background-position: 8px center;
        padding-left: 30px; } }
  .test__answear {
    width: 100%;
    padding: 13px 24px;
    border-radius: 3px;
    background-color: var(--bg-light-color); }

.test_progress {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 32px; }

.test__progress_bar {
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background-color: var(--bg-light-color);
  position: relative;
  z-index: 0;
  display: block; }

.test__progress_bar:after {
  content: '';
  background-color: var(--prime-color);
  height: 6px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block; }

.pg_1:after {
  width: 5%; }

.pg_2:after {
  width: 15%; }

.pg_3:after {
  width: 25%; }

.pg_4:after {
  width: 35%; }

.pg_5:after {
  width: 45%; }

.pg_6:after {
  width: 55%; }

.pg_7:after {
  width: 65%; }

.pg_8:after {
  width: 75%; }

.pg_9:after {
  width: 85%; }

.pg_10:after {
  width: 95%; }

.question_result {
  font-weight: 800; }

.error-result .question_result {
  color: var(--error-color); }

.success-result .question_result {
  color: #378E47; }

.start {
  /*	background-image: url('../images/bg_main.svg');
  	background-repeat: no-repeat;
  	background-position: bottom right;
  		*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 528px;
  padding-left: 90px;
  padding-right: 90px; }
  @media (max-width: 992px) {
    .start {
      flex-direction: column;
      height: auto;
      padding-left: 24px;
      padding-right: 24px; } }
  @media (max-width: 447px) {
    .start {
      padding-left: 0;
      padding-right: 0; } }

.test__card.question {
  max-width: 532px;
  margin-left: auto;
  margin-right: auto; }

.screenshot {
  margin-bottom: 24px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 23px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 1px 23px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 1px 23px 0px rgba(34, 60, 80, 0.2); }

.timeline {
  margin-top: 44px;
  /* .timeline__block */
  /* .timeline__error */
  /* .timeline__success */ }
  .timeline__block {
    padding-left: 44px;
    padding-bottom: 24px;
    position: relative; }
  .timeline__block:after {
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    left: 6px;
    top: 0;
    position: absolute;
    background-color: var(--bg-light-color); }
  .timeline__block:first-child {
    padding-top: 12px;
    position: relative; }
  .timeline__block:first-child:after {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .timeline__block:last-child:after {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; }

.timeline__block.point {
  position: relative; }

.timeline__block.point:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  left: 1px;
  top: 2px;
  position: absolute;
  z-index: 2;
  background-color: var(--bg-light-color); }

.test__card.question.final {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
  max-height: 700px;
  overflow-y: scroll; }

.btn {
  /* .btn__print_wrapper */ }
  .btn__print_wrapper {
    height: 88px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    background-color: white;
    position: fixed;
    z-index: 2;
    -webkit-box-shadow: 0px -12px 36px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px -12px 36px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px -12px 36px 0px rgba(34, 60, 80, 0.2); }
  .btn__print_wrapper .btn_std {
    padding: 12px 24px;
    margin-top: 0; }

.btn_std.icn_pdf span:before {
  background-image: url(../images/icn_pdf.svg?2);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: -6px; }

.btn_std.icn_star span:before {
  background-image: url(../images/icn_star.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 12px;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  left: 0;
  top: -6px; }

.btn_std span.icn {
  position: relative;
  display: block;
  padding-left: 32px; }

.btn_std.bnt_short {
  max-width: 140px; }

.test__card.question {
  display: none; }

.true_answear {
  background-image: url(../images/icn_true.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 24px center;
  padding-left: 50px;
  background-color: #EDF3EE;
  border-color: #D3D9D4;
  opacity: 1 !important;
  cursor: default; }

.false_answear {
  background-image: url(../images/icn_false.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 24px center;
  padding-left: 50px;
  background-color: #FFF3EB;
  border-color: #E0D6CF;
  opacity: 1 !important;
  cursor: default; }

.test__answear {
  display: none; }

.error-result {
  display: none; }

.success-result {
  display: none; }

.next_slide {
  display: none; }

.btn_answear.btn_ans_add {
  opacity: 1;
  cursor: pointer; }

.timeline__error, .timeline__success {
  display: none; }

.timeline__block.point.error_point:before {
  background-color: var(--error-color); }

.timeline__block.point.success_point:before {
  background-color: #378E47; }

.recommendations_print.print {
  max-width: none !important;
  padding: 0;
  border: none;
  background-image: url(../images/logos_to_print.svg?2);
  background-repeat: no-repeat;
  background-size: 168px;
  background-position: 90% 15px;
  background-color: white;
  height: 100%; }
  @media (max-width: 720px) {
    .recommendations_print.print {
      padding-top: 50px; } }

.recommendations_print.print .recommendations-content {
  max-height: none;
  overflow-y: visible; }

.recommendations_print.print {
  max-width: none;
  padding: 30px;
  width: 100%;
  left: 20px;
  box-shadow: none;
  top: 0px; }

.recommendations_print.print .recommendations-list > li {
  display: inline-block;
  margin-right: 12px; }

.recommendations_print.print .close-popup, .recommendations_print.print .popup-footer {
  display: none; }

.test__card.print .timeline__block {
  page-break-inside: avoid;
  /* Стандартный CSS для печати */
  break-inside: avoid;
  /* Современный аналог */ }

[data-tooltip] {
  position: relative;
  pointer: cursor; }

[data-tooltip]::before,
[data-tooltip]::after {
  text-transform: none;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 400;
  position: absolute;
  display: none;
  opacity: 0; }

[data-tooltip]::before {
  content: '';
  border: 6px solid transparent;
  z-index: 101; }

[data-tooltip]::after {
  content: attr(data-tooltip);
  text-align: left;
  /*  min-width: 3em;
    max-width: 21em;*/
  width: 240px;
  /*  white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 8px;
  border-radius: 3px;
  background: #333333;
  color: #FFFFFF;
  z-index: 100; }

[data-tooltip]:hover::before,
[data-tooltip]:hover::after {
  display: block; }

[data-tooltip='']::before,
[data-tooltip='']::after {
  display: none !important; }

[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow^="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333333; }

[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow^="top"]::after {
  bottom: calc(100% + 5px); }

[data-tooltip]:not([data-flow])::before,
[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow^="top"]::before,
[data-tooltip][data-flow^="top"]::after {
  left: 50%;
  transform: translate(-50%, -0.4em); }

[data-tooltip][data-flow^="bottom"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333333; }

[data-tooltip][data-flow^="bottom"]::after {
  top: calc(100% + 5px); }

[data-tooltip][data-flow^="bottom"]::before,
[data-tooltip][data-flow^="bottom"]::after {
  left: 50%;
  transform: translate(-50%, 0.4em); }

[data-tooltip][data-flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%); }

[data-tooltip][data-flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.4em, -50%); }

[data-tooltip][data-flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333333;
  right: calc(0em - 7px);
  transform: translate(0.4em, -50%); }

[data-tooltip][data-flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%); }

@keyframes tooltip-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0); } }
@keyframes tooltip-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%); } }
[data-tooltip]:not([data-flow]):hover::before,
[data-tooltip]:not([data-flow]):hover::after,
[data-tooltip][data-flow^="top"]:hover::before,
[data-tooltip][data-flow^="top"]:hover::after,
[data-tooltip][data-flow^="bottom"]:hover::before,
[data-tooltip][data-flow^="bottom"]:hover::after {
  animation: tooltip-vert .5s ease-out forwards; }

[data-tooltip][data-flow^="left"]:hover::before,
[data-tooltip][data-flow^="left"]:hover::after,
[data-tooltip][data-flow^="right"]:hover::before,
[data-tooltip][data-flow^="right"]:hover::after {
  animation: tooltip-horz .5s ease-out forwards; }

.note {
  background-image: url(../images/icn_info.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0;
  min-height: 24px;
  padding-left: 27px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1em;
  color: #585858;
  padding-top: 5px;
  margin-bottom: 2px; }

.test__question_wrapper .note {
  margin-top: -8px; }

.ideal_structure {
  display: none;
  /* .ideal_structure__container */
  /* .ideal_structure__image */
  /* .ideal_structure__btns */ }
  @media (max-width: 447px) {
    .ideal_structure {
      overflow: hidden; } }
  .ideal_structure__image {
    margin-top: 32px; }
  .ideal_structure__btns {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 32px; }
  .ideal_structure hr {
    margin-top: 32px;
    margin-bottom: 32px; }

hr {
  background-color: #EAF6F2;
  height: 2px;
  width: 100%;
  border: 0; }

.directory {
  padding-top: 32px; }

.ideal_structure {
  padding-bottom: 40px; }

.your_positions, .your_audit {
  display: none; }

.your_positions__container .note {
  margin-top: 56px; }

.your_positions__container h2 {
  max-width: none; }

.btns__wrapper {
  display: flex;
  align-items: center;
  gap: 32px; }
  @media (max-width: 447px) {
    .btns__wrapper {
      flex-direction: column; } }

@media (max-width: 447px) {
  .btns__wrapper .btn_ghost {
    margin-top: 0; } }

.logo__wrapper {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 24px;
  max-width: 215px;
  margin-bottom: 58px; }

.logo__wrapper.bottom {
  margin-top: 32px;
  gap: 24px;
  max-width: 150px;
  margin-bottom: inherit;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: none; }
  @media (max-width: 447px) {
    .logo__wrapper.bottom {
      justify-content: center;
      margin-top: 52px; } }

.logo__wrapper.bottom img {
  max-width: 80%; }

.test__card.question .btn_ghost {
  max-width: 120px; }

.person.level-1 + ul, .person.level-2 + ul {
  padding-left: 40px; }
  
  
.start_text {
	display:none;
    padding: 10px;
    background: #dae9fb;
    margin-top: -35px;
}
.start_text p {
    margin-bottom: 0;
    font-size: 16px;
    max-width: none;
}
.start_text p b {
    font-weight: 600;
    font-size: 18px;
}
.start_text p a {
    color: #0055b5;
    font-weight: 600;
}

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