/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@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; }
html {
  scroll-behavior: smooth; }

:root {
  --bg-color: #fff;
  --bg-light-color: #F4F5F9;
  --prime-color: #0076FF;
  --text-color: #000000;
  --disable-color: #747580;
  --error-color: #FF2600; }

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

ul {
  list-style: none; }

.hr {
  width: 100%;
  height: 2px;
  background-color: #EAF0F6; }

input {
  outline: none; }

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

* img {
  max-width: 100%; }

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

h1 {
  font-family: 'Proxima nova';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  max-width: 360px;
  margin-bottom: 10px; }

.pre_name {
  font-family: 'Proxima nova';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 28px;
  margin-bottom: 16px; }

.test__card .test__card_question_tren h2 {
  font-family: 'Proxima nova';
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  max-width: 400px; }

.test__card .test__card_question_tren {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 170px;
  background: url(../images/img_question.svg) no-repeat, left center;
  min-height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

          @media (max-width: 520px) {
            .test__card .test__card_question_tren {
  padding-left: 0;
  background:none; }}

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: 650px;
  margin: 0px auto;
  padding-top: 0;
  padding-bottom: 0;
  /*  padding-left: 90px;
    padding-right: 90px;*/ }

@media (max-width: 520px) {
  [class*="__container"] {
    padding-bottom: 24px; } }
@media (max-width: 650px) {
  [class*="__container"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }
.btn_std {
  font-family: 'Proxima nova', sans-serif;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  cursor: pointer;
  white-space: nowrap; }

#start {
  max-width: 260px; }

.btn_ghost {
  font-family: 'Proxima nova', sans-serif;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid var(--prime-color);
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-top: 24px;
  white-space: nowrap; }

.btn_std:hover {
  background: #0055B5; }

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

.btn_final {
  max-width: 350px; }

.btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 32px; }

.type {
  /* .type__wrapper */
  /* .type__item */ }
  .type__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    margin-top: 45px; }
  .type__wrapper:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #919294;
    top: 16px;
    display: block; }
  .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; }
  .type__item.active {
    font-weight: 600;
    border: 2px solid var(--prime-color); }
  .type__item.post {
    font-weight: 300;
    background-color: #DAE9FB;
    border: 1px solid #919294; }
  .type__item.passive {
    font-weight: 300; }

.test__card_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.test__card_btns.first_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.test {
  /* .test__container */
  /* .test__card */
  /* .test__start_text */
  /* .test__start_img */
  /* .test__card */
  /* .test__number */
  /* .test__question_wrapper */
  /* .test__question */
  /* .test__answear */ 

}
    @media (min-width: 520px) {
       .test  {    padding-top: 60px; } 
  }
  .test__card {
    width: 100%;
    min-height: 455px;
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 520px) {
      .test__card {
        padding: 0 16px; } }
  .test__start_text {
    max-width: 480px;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 44px; }

    @media (max-width: 520px) {
        .test__start_text {
    padding-left: 0; } 
  }


  .test__start_text p {
    max-width: 300px;
    margin-bottom: 0px; }
  .test__start_img {
    width: 70%;
    margin-bottom:32px;
    background-image: url(../images/img_start_tren.svg?2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 300px;}
  .test__number {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 6px;
    opacity: .6; }
  .test__question_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    margin: 24px 0;
    padding: 28px;
    border-radius: 5px;
    border: 2px solid #DAE9FB;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 2px 0px 0px rgba(34, 60, 80, 0.2); }
  .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;
    line-height: 1.2em;
    font-weight: 500; }
  .test__question:hover {
    border: 1px solid var(--prime-color);
    background-color: #DAE9FB; }
  .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: #DAE9FB;
    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; }
  .test__question2:hover {
    border: 1px solid var(--prime-color);
    background-color: #DAE9FB; }
  .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: #DAE9FB;
    border-color: var(--prime-color);
    opacity: 1 !important;
    cursor: default; }
  .test__question3 {
    width: 100%;
    padding: 8px 24px;
    border-radius: 3px;
    border: 1px solid #919294;
    background-color: #FCFCFC;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600; }
  .test__question3:hover {
    border: 1px solid var(--prime-color);
    background-color: #DAE9FB; }
  .test__question3.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: #DAE9FB;
    border-color: var(--prime-color);
    opacity: 1 !important;
    cursor: default; }
  .test__answear {
    width: 100%;
    padding: 13px 24px;
    border-radius: 3px;
    background-color: var(--bg-light-color); }

.test_progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          flex-direction:column;

  height: 658px; 
    padding-top: 30px;

}

  @media (max-width: 520px) {    .start {      height: 478px; } }

.test__card.question {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 80px; }

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

.question__about {
  margin-top: 100px; }

.question {
  /* .question__about_txt */ }
  .question__about_txt h3 {
    font-size: 20px; }
  .question__about_txt p {
    font-size: 12px;
    line-height: 17px; }

.pre_name_small {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0; }

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: 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);
    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: 520px) {
    .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;
  -webkit-box-shadow: none;
          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 для печати */
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          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;
  -o-text-overflow: ellipsis;
     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%;
  -webkit-transform: translate(-50%, -0.4em);
      -ms-transform: translate(-50%, -0.4em);
          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%;
  -webkit-transform: translate(-50%, 0.4em);
      -ms-transform: translate(-50%, 0.4em);
          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);
  -webkit-transform: translate(-0.5em, -50%);
      -ms-transform: translate(-0.5em, -50%);
          transform: translate(-0.5em, -50%); }

[data-tooltip][data-flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-0.4em, -50%);
      -ms-transform: translate(-0.4em, -50%);
          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);
  -webkit-transform: translate(0.4em, -50%);
      -ms-transform: translate(0.4em, -50%);
          transform: translate(0.4em, -50%); }

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

@-webkit-keyframes tooltip-vert {
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

@keyframes tooltip-vert {
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
@-webkit-keyframes tooltip-horz {
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); } }
@keyframes tooltip-horz {
  to {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            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 {
  -webkit-animation: tooltip-vert .5s ease-out forwards;
          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 {
  -webkit-animation: tooltip-horz .5s ease-out forwards;
          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 */ }
  .ideal_structure__image {
    margin-top: 32px; }
  .ideal_structure__btns {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 32px auto;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px; }

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

.logo__wrapper.bottom {
  margin-top: 32px;
  gap: 24px;
  max-width: 150px;
  margin-bottom: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px;
  max-width: none; }

.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; }

.results {
  padding-bottom: 120px;
  /* .results__container */
  /* .results__wrapper */
  /* .results__content */
  /* .results__image */ }
  .results__container {
    padding-left: 90px;
    padding-right: 90px; }
  .results__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.4fr 80px .6fr;
    grid-template-columns: 1.4fr .6fr;
    grid-gap: 80px; }
  .results__content h2 {
    font-size: 29px;
    line-height: 34px;
    font-weight: 800;
    margin-bottom: 32px; }
  .results__content h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 16px;
    margin-top: 24px; }
  .results__content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500; }
  .results__content p:not(:last-child) {
    margin-bottom: 16px; }

.logo {
  /* .logo__wrapper */ }

.btn_wrapper {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.btn_wrapper a:not(:last-child) {
  margin-bottom: 16px; }

.btn_download {
  padding: 19px 32px 19px 76px;
  background-repeat: no-repeat;
  background-position: 32px center;
  border: 1px solid #A0A1A3;
  border-radius: 60px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.btn_download:hover {
  background-color: var(--prime-color);
  border: 1px solid var(--prime-color);
  color: white; }

.pdf {
  background-image: url(../images/icn_pdf.svg); }

.doc {
  background-image: url(../images/icn_doc.svg); }

.ppt {
  background-image: url(../images/icn_ppt.svg); }

.btn_download {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  display: block; }

.content_info {
  padding-left: 26px;
  min-height: 26px;
  width: 100%;
  color: var(--prime-color);
  margin-top: -6px;
  text-align: center; }

.content_info a {
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
  color: var(--prime-color);
  text-decoration: none;
  border-bottom: 1px dashed var(--prime-color);
  position: relative; }

.content_info a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -25px;
  background-image: url(../images/icn_information.svg);
  background-repeat: no-repeat;
  background-position: left center;
  top: -1px; }

.tren_argumentation {
  border: 1px solid #A0A1A3;
  border-radius: 10px;
  width: 100%;
  max-width: 580px;
  height: 680px;
  margin: 24px 0 32px; }

.tren_argumentation:not(:last-child) {
  margin: 24px 0 0; }

.results {
  /* .results__menu */
  /*.results__logo*/
  /*.results__header*/
  /* .results__list */ }
  .results__menu {
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    padding-top: 24px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 2px 0px 0px rgba(34, 60, 80, 0.1);
    z-index: 9; }
  .results__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: -4px; }
  .results__logo .logo {
    max-width: 150px; }
  .results__logo .logo:not(:last-child) {
    margin-right: 24px; }
  .results__header {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 90px;
    padding-right: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .results__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white; }
    @media (max-width: 520px) {
      .results__list {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  .results__list li:not(:last-child) {
    margin-right: 16px; }
  .results__list li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 24px;
    color: var(--text-color); }

.currentLink {
  color: #640200;
  background-color: #000000; }

.results__list .nav-link {
  color: #000;
  /* Цвет по умолчанию */
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.results__list .nav-link.active {
  color: var(--prime-color);
  font-weight: 600;
  font-family: 'Proxima nova'; }

/* Дополнительно: стили для наведения */
.results__list .nav-link:hover {
  color: #ff0000; }

[id^="result_"] {
  scroll-margin-top: 100px; }

.results__final_btns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px auto;
  grid-template-columns: auto auto;
  grid-gap: 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

/* Стили для модального окна */
.bookmark-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  padding: 30px;
  border-radius: 12px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  max-width: 500px;
  width: 90%;
  text-align: center; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999; }

.modal-content h3 {
  margin-bottom: 20px;
  color: #333; }

.shortcut {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold; }

kbd {
  background: #f4f4f4;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-family: monospace; }

.url-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0; }

.url-container input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  border-right: none; }

.url-container button {
  padding: 10px 15px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer; }

.close-btn {
  margin-top: 15px;
  padding: 10px 25px;
  background: #6c757d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer; }

.bold {
  font-weight: 800; }

.test__card_answear {
  font-weight: 800;
  font-size: 24px;
  line-height: 26px; }

.false {
  color: #F15642; }

.true {
  color: #288905; }

.final {
  min-height: 260px;
  padding-top: 50px; }