

/* Start:/local/js/lab4u/healthInsights/components/greetPage/dist/component.bundle.css?17537071184080*/
.your-account-page {
    background: #FFF !important;
}

.greet-section {
    margin: 50px 0 240px;
    padding: 0 16px;
}
@media (max-width: 1279px) {
    .greet-section {
        margin: 10px 0 0;
    }
}

.greet-section__header {
    margin-bottom: 40px;
    width: 100%;
}
@media (max-width: 1279px) {
    .greet-section__header {
        margin-bottom: 24px;
    }
}
.greet-section__header .health-insights__title{
    margin-bottom: 8px;
}
.greet-section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
}


.greet-section__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 856px;
    width: 100%;
}
@media (max-width: 1200px) {
    .greet-section__left {
        width: 60%;
    }
}
@media (max-width: 1279px) {
    .greet-section__left {
        width: 100%;
        max-width: unset;
    }
}
.greet-section__left li {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    padding: 20px 16px 20px 0;
    border-radius: 16px;
    border: 1px solid #EDF0F4;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1279px) {
    .greet-section__left li {
        padding: 12px 16px 12px 0;
        font-size: 14px;
        line-height: 20px;
    }
}
.greet-section__left li + li {
    margin-top: 16px;
}

.greet-section__left--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.greet-section__left--buttons a,
.greet-section__left--buttons p{
    margin-top: 24px;
}
.greet-section__left--buttons a + a {
    margin: 24px 12px 0;
}
@media (max-width: 1279px) {
    .greet-section__left--buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .greet-section__left--buttons a,
    .greet-section__left--buttons p{
        margin-top: 16px;
    }
    .greet-section__left--buttons a {

    }
}

.greet-section__left--buttons a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.greet-section__left--buttons p {
    max-width: 470px;
    width: 100%;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
}
@media (max-width: 1279px) {
    .greet-section__left--buttons a,
    .greet-section__left--buttons p {
        width: 100%;
        max-width: unset;
    }
    .greet-section__left--buttons a + a {
        margin: 16px 0px 0;
    }
}
.greet-section__left li > span {
    background-color: #00aacc;
    color: #fff;
    width: 32px;
    height: 32px;
    min-width: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #eaebeb;
    border-radius: 50%;
    display: inline-block;
    margin: 0 12px 0 16px;
    font-size: 14px;
    line-height: 20px;
}

.greet-section__left i {
    font-style: normal;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    top: 1px;
}
.greet-section__right {
    margin-left: 20px;
}
@media (max-width: 1279px) {
    .greet-section__right {
        display: none;
    }
}
.greet-section__right img{
    width: 100%;
    height: 100%;
}
.greet-section__step-list {
    margin-top: 16px;
}
/* End */


/* Start:/local/js/lab4u/entities/AnalysisCard/dist/component.bundle.css?17158596239759*/
.result-section__analyzes-item {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 24px;
    border-top: 1px solid #eaebeb;
    border-left: 1px solid #eaebeb;
    border-right: 1px solid #eaebeb;
    background-color: #ffffff;
    -webkit-transition: opacity .4s, -webkit-transform .6s;
    transition: opacity .4s, -webkit-transform .6s;
    -o-transition: opacity .4s, transform .6s;
    transition: opacity .4s, transform .6s;
    transition: opacity .4s, transform .6s, -webkit-transform .6s;
    font-size: 12px;
}
@media (max-width: 980px) {
    .result-section__analyzes-item {
        padding: 16px;
    }
}
@media (max-width: 500px) {
    .result-section__analyzes-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.result-section__analyzes-item:first-child {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.result-section__analyzes-item:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom: 1px solid #eaebeb;
}
.result-section__analyzes-item.hidden {
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.result-section__analyzes-item h5 {
    font-weight: bold;
    line-height: 24px;
    font-size: 16px;
}
@media (max-width: 980px) {
    .result-section__analyzes-item h5 {
        font-weight: normal;
    }
}
.result-section__analyzes-item h5 a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
@media (min-width: 981px) {
    .result-section__analyzes-item h5 a:hover {
        color: #0ac;
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
    }
}

.result-section__analyzes-item .first-side {
    width: calc(100% - 145px);
}
@media (max-width: 500px) {
    .result-section__analyzes-item .first-side {
        width: 100%;
    }
}
.result-section__analyzes-item .second-side {
    width: 143px;
    margin-left: 18px;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
@media (max-width: 500px) {
    .result-section__analyzes-item .second-side {
        margin-top: 20px;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        margin-left: unset;
    }
}
.result-section__analyzes-item .second-side .btn2 {
    padding: 8px 23px;
    max-width: 113px;
}
.result-section__analyzes-item.item-in-basket .second-side .btn2 {
    background-color: #fafafa;
    border: 1px solid #eaebeb;
    padding: 7px 22px;
    color: #00aacc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.result-section__analyzes-item.item-in-basket .second-side .btn2:hover {
    background-color: #f3f3f3;
}
.result-section__analyzes-item .description {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #6e7475;
}
@media (max-width: 980px) {
    .result-section__analyzes-item .description {
        margin-top: 8px;
    }
}
.result-section__analyzes-item .description p {
    font-size: 12px;
    line-height: 16px;
    color: #6e7475;
}
.result-section__analyzes-item .description a{
    text-decoration: none;
    color: #0ac;
}
.result-section__analyzes-item .description a:hover {
    color: #ff4700;
}
.result-section__analyzes-item .description strong {
    line-height: 24px;
    color: #6e7475;
}
.result-section__analyzes-item .notion {
    color: #00aacc;
    margin: 4px 0;
}
.price {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
}
.result-section__analyzes-item .price-wrapper .price {
    font-weight: normal;
    color: #acb0b0;
    text-decoration: line-through;
    margin-right: 8px;
}
@media (max-width: 500px) {
    .result-section__analyzes-item .price-wrapper .price {
        font-size: 12px;
        line-height: 16px;
        margin-right: unset;
    }
}
@media (max-width: 500px) {
    .result-section__analyzes-item .price-wrapper .discount-price {
        font-size: 20px;
        line-height: 24px;
    }
}
.result-section__analyzes-item .price-wrapper {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
@media (max-width: 500px) {
    .result-section__analyzes-item .price-wrapper {
        margin-bottom: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: right;
    }
}
.result-section__analyzes-item .labels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.result-section__analyzes-item .labels-wrapper .label-decryption {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 6px;
    background-color: #00CC84;
    border-radius: 4px;
    cursor: default;
}
@media (max-width: 980px) {
    .result-section__analyzes-item .labels-wrapper .label-decryption {
        pointer-events: none;
    }
}
.result-section__analyzes-item .labels-wrapper .label-complex {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 6px;
    background-color: #00aacc;
    border-radius: 4px;
}
.result-section__analyzes-item .labels-wrapper .label-count-complex {
    position: relative;
    color: #00aacc;
    padding-left: 22px;
    font-size: 12px;
    line-height: 16px;
}
@media (min-width: 981px) {
    .result-section__analyzes-item .labels-wrapper .label-count-complex:hover a{
        color: #ff4700;
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
    }
}
.result-section__analyzes-item .labels-wrapper span {
    margin: 6px 0px;
}
@media (max-width: 500px) {
    .result-section__analyzes-item .labels-wrapper span {
        margin: 8px 0px;
    }
}
.result-section__analyzes-item .labels-wrapper span + span {
    margin-left: 18px;
}
@media (max-width: 500px) {
    .result-section__analyzes-item .labels-wrapper span + span {
        margin-left: 10px;
    }
}
.result-section__analyzes-item .labels-wrapper .label-count-complex a {
    text-decoration: none;
    color: #00aacc;
}
.result-section__analyzes-item .labels-wrapper .label-deadline {
    color: #6e7475;
    padding-left: 22px;
    position: relative;
}
.result-section__analyzes-item .labels-wrapper .label-deadline::before {
    position: absolute;
    left: 0px;
    font-family: "icomoon4";
    content: "\e906";
    font-size: 12px;
}
.result-section__analyzes-item .labels-wrapper .label-count-complex a::before {
    position: absolute;
    left: 0px;
    font-family: "icomoon4";
    content: "\e907";
    font-size: 12px;
}
.result-section__analyzes-item .toggle-wrapper {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 500px) {
    .result-section__analyzes-item .toggle-wrapper {
        margin-top: 26px
    }
}
.result-section__analyzes-item .toggle-wrapper .toggle {
    margin-left: 0px;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 18px;
    background-color: #fff;
}
.result-section__analyzes-item .toggle-wrapper label {
    cursor: pointer;
    margin-left: 6px;
    color: #6e7475;
}
.result-section__analyzes-item .toggle-wrapper .toggle__input {
    height: 0px;
    width: 0px;
    opacity: 0;
}
.result-section__analyzes-item .toggle-wrapper .toggle__handle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #6e7475;
    border-radius: 34px;
}
.result-section__analyzes-item .toggle-wrapper .toggle__input:checked + .toggle__handle {
    background-color: #00aacc;
}
.result-section__analyzes-item .toggle-wrapper .toggle__handle::before {
    content: "";
    position: absolute;
    cursor: pointer;
    left: 3px;
    bottom: 3px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.result-section__analyzes-item .toggle-wrapper .toggle__input:checked + .toggle__handle::before {
    transform: translateX(13px);
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
}

.popup-complex-detail__item.popup-complex-detail__item__catalog-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.popup-complex-detail__item-price .price {
    font-weight: 400;
    color: #acb0b0;
    text-decoration: line-through;
    margin-right: 12px;
}
/* End */


/* Start:/local/js/lab4u/entities/AnalysisResultCard/dist/component.bundle.css?1715859623845*/
.analysis-result {
    padding: 12px;
    border-radius: 8px;
}
.analysis-result.success {
    background-color: #E3FFE4;
}
.analysis-result.alert {
    background-color: #FFE8E3;
}
.analysis-result__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}
.analysis-result.success .analysis-result__value {
    background-color: #00CC84;
}
.analysis-result.alert .analysis-result__value {
    background-color: #F40;
}
.analysis-result__value {
    padding: 4px 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
}
.analysis-result__references {
    font-size: 14px;
    line-height: 20px;
    margin-left: 8px;
}
.analysis-result__unit {
    font-size: 14px;
    line-height: 20px;
    margin-left: 4px;
}
.analysis-result__comment {
    margin-top: 8px;
}
/* End */


/* Start:/local/js/lab4u/personalNew/components/UI/Vbutton/dist/component.bundle.min.css?1715859623562*/
.v-btn{padding:12px 20px;border:0;font-family:"Roboto","Arial",sans-serif;font-size:16px;line-height:24px;font-weight:400;color:#fff;text-decoration:none;text-align:center;overflow-wrap:break-word;background-color:#0ac;cursor:pointer;outline:0;border-radius:8px;-webkit-transition:background-color .2s,color .2s;-o-transition:background-color .2s,color .2s;transition:background-color .2s,color .2s;width:100%}.v-btn:hover{background-color:#0fb7d9}.v-btn:active{background-color:#0096b4}.v-btn:disabled{background-color:#f7f8fd;color:#d0d5dd;pointer-events:none}
/* End */


/* Start:/local/js/lab4u/healthInsights/components/listPage/components/Decryption/dist/component.bundle.css?17761549446140*/
.decryption.success {
  border-color: #00cc84;
}
.decryption.success .progress-bar .fill {
  background-color: #00cc84;
}
.decryption.success .progress-bar-description {
  color: #000;
}
.decryption__left {
  margin-right: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 64px;
}
@media (min-width: 1280px) {
  .decryption__left {
    max-width: 45%;
  }
}
@media (max-width: 1279px) {
  .decryption__left {
    margin-right: unset;
    position: unset;
    top: unset;
  }
}
.decryption__right {
  width: 100%;
}
@media (max-width: 1279px) {
  .decryption__right {
    margin-top: 16px;
  }
}
.decryption__right .label-decryption {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.decryption__right .second-side .btn2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.decryption__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
}
@media (max-width: 1279px) {
  .decryption__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.decryption .progress-bar {
  margin-top: 16px;
  background-color: #edf0f4;
  height: 28px;
  border-radius: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #edf0f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.progress-bar .number {
  position: absolute;
  left: calc(50% - 17px);
  color: #fff;
}
.progress-bar .number.color-black {
  color: #000;
}
.progress-bar .fill {
  background-image: -o-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.3) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0.3) 77%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.3) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0.3) 77%,
    transparent 75%,
    transparent
  );
  background-color: #ffa621;
  background-size: 29px;
  border-radius: 16px;
  height: 100%;
  -webkit-animation: move 3s linear infinite;
          animation: move 3s linear infinite;
  -webkit-transition:
    width 0.6s,
    background-image 0.3s;
  -o-transition:
    width 0.6s,
    background-image 0.3s;
  transition:
    width 0.6s,
    background-image 0.3s;
}
.decryption .progress-bar-description {
  color: #f40;
  margin: 4px 0 16px 0;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.decryption .progress-bar__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 1279px) {
  .decryption .progress-bar__button {
    width: 100%;
  }
}
.decryption_description-toggler {
  color: #00aacc;
  font-size: 12px;
  line-height: 16px;

  background-color: transparent;
  border: none;

  padding: 0;
}
@media (hover: hover) {
  .decryption_description-toggler:hover {
    cursor: pointer;
  }
}
.decryption .result-section__analyzes-item {
  padding: 16px;
  border: 0px;
  border-radius: unset;
}

@media (max-width: 1279px) {
  .decryption .result-section__analyzes-item {
    border: 1px solid #edf0f4;
    border-radius: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
  }
}
.decryption .result-section__analyzes-item + .result-section__analyzes-item {
  border-top: 1px solid #edf0f4;
}
@media (max-width: 1279px) {
  .decryption .result-section__analyzes-item .first-side {
    width: 100%;
  }
  .decryption .result-section__analyzes-item .second-side {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: unset;
    margin-top: 20px;
  }
  .decryption .result-section__analyzes-item .second-side .price-wrapper {
    margin-bottom: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 560px) {
  .decryption
    .result-section__analyzes-item
    .second-side
    .price-wrapper
    .price {
    font-size: 12px;
    line-height: 16px;
    color: #98a2b3;
    text-align: start;
  }
  .decryption
    .result-section__analyzes-item
    .second-side
    .price-wrapper
    .discount-price {
    font-size: 14px;
    line-height: 20px;
    color: #30393a;
  }
}
.decryption .result-section__analyzes-item h5 a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.decryption .analysis-result + .analysis-result {
  margin-top: 8px;
}
.decryption .result-section {
  margin: 0px;
  max-width: unset;
  overflow: hidden;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
.decryption .analysis-results-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
}
@media (max-width: 1279px) {
  .decryption .analysis-results-wrapper {
    display: block;
  }
}
.decryption .analysis-results-wrapper .analysis-result {
  margin-top: 8px;
  width: calc(50% - 28px);
}
@media (max-width: 1279px) {
  .decryption .analysis-results-wrapper .analysis-result {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@-webkit-keyframes move {
  100% {
    background-position: 29px 0;
  }
}
@keyframes move {
  100% {
    background-position: 29px 0;
  }
}

/* End */


/* Start:/local/js/lab4u/personalNew/components/UI/Vcheckbox/dist/component.bundle.css?17421929851708*/
.v-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    cursor: pointer
}
.v-checkbox + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}
.v-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #6E7475;
}
.v-checkbox:not(:disabled):active + label::before {
    background-color: #00aacc;
}
.v-checkbox.disabled + label:before {
    background-color: #e9ecef;
}
.v-checkbox.disabled + label {
    pointer-events: none;
}
.v-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F4F5F5;
    border: 1px solid #EFF0F0;
    background-size: auto;
}
.v-checkbox:checked + label::before {
    border-color: #00AACC;
    background-color: #00AACC;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.725.876a.883.883 0 111.412 1.06l-6.544 8.686a1 1 0 01-1.4.198L.874 8.326a.88.88 0 111.062-1.405L4.65 8.989 10.725.876z' fill='%23fff'/%3E%3C/svg%3E");
    -o-object-fit: none;
       object-fit: none;
}
/* End */


/* Start:/local/js/lab4u/personalNew/components/UI/mainPreloader/dist/component.bundle.min.css?1681301878802*/
.main-preloader{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;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;z-index:1}.main-preloader img{width:50px;height:50px;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.main-preloader.component{position:relative;padding-top:156px;padding-bottom:100px}@media (max-width:980px){.main-preloader.component{padding-top:70px;padding-bottom:50px}}.main-preloader.component-preview-chart{position:relative;padding-top:62px;padding-bottom:72px}.main-preloader.component-orders-section{padding-top:231px}@media (max-width:980px){.main-preloader.component{padding-top:145px}}
/* End */


/* Start:/local/js/lab4u/personalNew/components/popups/popup_template/dist/component.bundle.min.css?17158596232065*/
.v-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:24px;margin:auto;position:relative;color:#30393a;background-color:#fff;border-radius:8px}@media (max-width:980px){.v-popup{width:85%;padding:16px 20px}}.v-popup__header,.v-popup__overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.v-popup__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v-popup__overlay{position:fixed;top:0;bottom:0;right:0;left:0;background-color:#00000073;overflow-y:auto;z-index:999}.v-popup__btn-close{position:absolute;top:26px;right:24px;border:0;background-color:#fff;cursor:pointer;width:24px;height:24px;font-size:14px;color:#667085}@media (max-width:500px){.v-popup__btn-close{top:30px}}.v-popup__btn-close:hover{color:#aaa}.v-popup__btn-close::before{content:"";font-family:"icomoon";position:relative;font-weight:700}.v-popup__title{max-width:600px;font-weight:300;font-size:32px;line-height:44px;margin-bottom:8px;margin-right:50px}@media (max-width:620px){.v-popup__title{font-size:20px;line-height:28px}}@media (max-width:400px){.v-popup__title{font-weight:400;max-width:240px}}.v-popup__title.v-popup__title--size_sm{font-size:20px;line-height:24px}.v-popup__subtitle{line-height:24px;max-width:560px}.v-popup__footer,.v-popup__main{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:center;-ms-flex-align:center;align-items:center;margin-top:16px}.v-popup__footer span{margin-bottom:16px}.v-popup__submit{margin-top:40px;padding:12px 0;color:#fff;background-color:#0ac;line-height:24px;width:100%;border:0;border-radius:8px;cursor:pointer}.popup-hint .v-popup{max-width:500px;line-height:24px;padding-right:60px}.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .25s ease;-o-transition:opacity .25s ease;transition:opacity .25s ease}.fade-enter-from,.fade-leave-to{opacity:0}
/* End */


/* Start:/local/js/lab4u/personalNew/components/addPatientForm/dist/component.bundle.css?17421929857964*/
.popup-add-patient__gender-photo{
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
/* animations */
.fade-enter-active, .fade-leave-active {
    -webkit-transition: opacity ease .5s;
    -o-transition: opacity ease .5s;
    transition: opacity ease .5s;
}
.fade-enter-from, .fade-leave-to {
    opacity: 0;
    -webkit-transition: opacity ease .5s;
    -o-transition: opacity ease .5s;
    transition: opacity ease .5s;
}
.fade-group-enter-active, .fade-group-leave-active {
    -webkit-transition: opacity ease .5s;
    -o-transition: opacity ease .5s;
    transition: opacity ease .5s;
}
.fade-group-enter-from, .fade-group-leave-to {
    opacity: 0;
    -webkit-transition: opacity ease .2s;
    -o-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.popup-add-patient {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4509803922);
    overflow-y: auto;
    z-index: 999;
}
.popup-add-patient__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px 60px 20px;
    margin: auto;
}
@media (max-width: 390px) {
    .popup-add-patient__inner {
        padding: 10px;
    }
}
.popup-add-patient__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
    border: 12px;
    min-height: 664px;
    min-width: 720px;
    padding: 22px 22px 40px 40px;
    color: #30393a;
    border-radius: 8px;
}
@media (max-width: 760px) {
    .popup-add-patient__content {
        min-width: 0;
        max-width: 720px;
    }
}
@media (max-width: 580px) {
    .popup-add-patient__content {
        padding: 16px 22px 16px 20px;
    }
}
@media (max-width: 390px) {
    .popup-add-patient__content {
        padding: 10px;
    }
}
.popup-add-patient__header {
    max-width: 640px;
}
@media (max-width: 760px) {
    .popup-add-patient__header {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}
.popup-add-patient__title {
    margin-top: 22px;
    font-weight: 300;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 8px;
}
@media (max-width: 760px) {
    .popup-add-patient__title {
        margin-top: 0;
    }
}
@media (max-width: 580px) {
    .popup-add-patient__title {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }
}
.popup-add-patient__btn-close {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    border: none;
}
.popup-add-patient__btn-close::before {
    content: "\e902";
    font-family: "icomoon";
    position: relative;
    font-weight: bold;
}
.popup-add-patient__subtitle {
    line-height: 24px;
    margin-bottom: 16px;
}
.popup-add-patient__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 24px 0 54px 0;
    position: relative;
}
@media (max-width: 980px) {
    .popup-add-patient__field.fullname {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
#add-patient-form .custom-select__popup{
    top: -15px;
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    left: 0;
    right: 0;
    background-color: #fff;
    position: absolute;
}
.popup-add-patient__input {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #F4F5F5;
    border-radius: 8px;
    height: 40px;
    width: 200px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.popup-add-patient__input-wrapper + .popup-add-patient__input-wrapper {
    margin-left: 20px;
}

@media (max-width: 980px) {
    .popup-add-patient__input-wrapper + .popup-add-patient__input-wrapper {
        margin-left: unset;
    }
}
@media (max-width: 460px) {
    .dateBirth .popup-add-patient__input-wrapper:nth-child(2n) {
        margin: 0 5px;
    }
}
@media (max-width: 980px) {
    .popup-add-patient__input {
        display: block;
        width: 100%;
    }
    .popup-add-patient__input + .popup-add-patient__input {
        margin-top: 26px;
    }
}
.popup-add-patient__input-wrapper {
    position: relative;

}
@media (min-width: 980px) {
    .popup-add-patient__input-wrapper {
        width: 200px;;
    }
}
@media (max-width: 980px) {
    .popup-add-patient__field.fullname .popup-add-patient__input-wrapper {
        width: 96%;
    }
    .popup-add-patient__field.fullname .popup-add-patient__input-wrapper + .popup-add-patient__input-wrapper {
        margin-top: 20px;
    }
}
.popup-add-patient__select {
    background-color: #F4F5F5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 8px;
    width: 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 24px;
    cursor: pointer;
}
@media (max-width: 760px) {
    .popup-add-patient__select {
        width: 130px;
    }
}
@media (max-width: 460px) {
    .popup-add-patient__select {
        width: 97px;
    }
}
@media (max-width: 360px) {
    .popup-add-patient__select {
        width: 80px;
    }
}
@media (max-width: 580px) {
    .popup-add-patient__select + .popup-add-patient__select {
        margin-left: 8px;
    }
}
@media (max-width: 760px) {
    .popup-add-patient__field .gender div{
        width: 100%;
        max-width: 100%;
    }
}
.popup-add-patient__avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 40px 0px ;
}
@media (max-width: 980px) {
    .popup-add-patient__avatar {
        margin: 40px 0 30px 0px ;
    }
}
.popup-add-patient__btn {
    margin-left: 20px;
    padding: 8px 20px;
    background-color: #F4F5F5;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    line-height: 24px;
    color: black;
}
.popup-add-patient__btn:hover {
    background-color: #EFF0F0;
}
.popup-add-patient__submit {
    margin-top: 40px;
    padding: 12px 0;
    color: #ffffff;
    background-color: #00aacc;
    line-height: 24px;
    width: 100%;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.popup-add-patient__dropdown {
    position: relative;
    background-color: #fff;
    width: 400px;
    height: 600px;
}
.main-popup__form.delete-patient-popup .main-popup__btn{
    margin-top: 0px;
}
.popup-add-patient__btn-save {
    padding: 12px 20px;
    border: 0;
    font-family: "Roboto","Arial",sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    text-align: center;
    overflow-wrap: break-word;
    background-color: #0ac;
    cursor: pointer;
    outline: 0;
    border-radius: 8px;
    -webkit-transition: background-color .2s,color .2s;
    -o-transition: background-color .2s,color .2s;
    transition: background-color .2s,color .2s;
    width: 100%;
}
.popup-add-patient__btn-save:hover {
    background-color: #00aacc;
}
.patient-edit .main-popup__small-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: unset;
}
@media (max-width: 980px) {
    .patient-edit .main-popup__small-controls {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
    }
}
.popup-add-patient__btn-delete {
    margin-top: 10px;
}
/* End */


/* Start:/local/js/lab4u/personalNew/components/photoeditor/dist/photoEditor.bundle.min.css?16813018782507*/
.photo_editor{overflow:hidden;max-width:480px;width:100%;height:280px;margin-top:16px}#drop-files-form{display:block;height:280px;width:480px;background:#f4f5f5;border:2px dashed #d5d7d7;color:#acb0b0;text-align:center;line-height:280px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px}@media (max-width:580px){#drop-files-form{width:100%}}.edit-zone{height:280px;background-color:#d5d7d7}.preview.Frame{position:relative}.preview_focus{width:280px;height:280px;border-radius:50%;left:0;right:0;margin:auto;-webkit-box-shadow:0 0 2000px 2000px rgba(0,0,0,.5);box-shadow:0 0 2000px 2000px rgba(0,0,0,.5);position:absolute;z-index:2}.photo-img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.photo_editor_wrapper .hidden{display:none!important}div.file-listing{width:400px;margin:auto;padding:10px;border-bottom:1px solid #ddd}div.file-listing img{height:100px}.image-editor-form,.zoom-control{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.image-editor-form{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.image-editor-form span{color:#acb0b0}.zoom-control{position:relative}.zoom-control__slider{width:400px;margin:0 auto;position:relative}@media (max-width:550px){.zoom-control__slider{width:400px}}.minus,.plus{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;position:relative;width:16px;height:16px;cursor:pointer}.minus{right:40px}.plus{left:40px}.minus::before,.plus::after,.plus::before{content:"";display:inline-block;height:2px;width:100%;position:absolute;left:0;top:50%;margin-top:-1px;background-color:#000;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.plus::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.disabled+.minus::before,.disabled+.plus::after,.disabled+.plus::before{background-color:#acb0b0}.phone-enter-active,.phone-leave-active{-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.phone-enter,.phone-leave-to{-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px)}.slider-with-handle__thumb{cursor:pointer}.form-group{margin:18px 0 50px}@media (max-width:980px){.form-group{width:80%}}
/* End */


/* Start:/local/js/lab4u/healthInsights/components/listPage/dist/component.bundle.css?175387635023368*/
.list-section {
    margin: 50px 0px;
    padding: 0 16px;
    max-width: 1264px;
    min-height: 100dvh;
}
@media (max-width: 1279px) {
    .list-section{
        margin: 16px 0px;
    }
}
.list-section__main {
    margin-top: 48px;
}
@media (max-width: 1279px) {
    .list-section__main {
        margin-top: 32px;
    }
}
.list-section__main-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
}
@media (max-width: 1279px) {
    .list-section__main-top{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.list-section__main-top ul {
    overflow-y: hidden;
}
.list-section__main-bot {
    position: relative;
    width: 100%;
    min-height: 200px;
}
.list-section__selector {
    min-width: 320px;
}
.list-section__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #FFA621;
    /*color: #f59f21;*/
    /*color: #ee9b20;*/
}

.list-section__main-mid {
    font-size: 22px;
    margin: 20px 0;
    color: #30393a;
}
@media (max-width: 1279px) {
    .list-section__selector{
        width: 100%;
        margin-bottom: 16px;
    }
}
.list-section__btn-display-cards {
    padding-left: 12px;
}
.list-section__btn-display-cards label{
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    padding-right: 24px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    display: inline-block;
    position: relative;
    margin-top: 8px;
}
.list-section__btn-display-cards input {
    width: 0px;
    height: 0px;
    visibility: hidden;
    position: absolute;
}
.list-section__btn-display-cards label:hover {
    color: #727c93;
}
.list-section__btn-display-cards label::after {
    content: '\e926';
    font-family: 'icomoon';
    font-weight: bold;
    font-size: 10px;
    -webkit-transform: rotateZ(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotateZ(-90deg);
    position: absolute;
    right: 5px;
}
.list-section__btn-display-cards input:checked + label::after {
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
}
.decryption__wrapper + .decryption__wrapper{
    margin-top: 24px;
}
.btn-decipher-all-wrapper a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
@media (max-width: 1279px) {
    .btn-decipher-all-wrapper {
        width: 100%;
    }
    .btn-decipher-all-wrapper a {
        display: block;
    }
}


ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin: 0;
  list-style: none;
}
/*фикс сдвига контента при открытии бокового попапа*/
@media (min-width: 980px) {
  .private-office-page_hidden-scrollbar {
    overflow-y: hidden !important;
    padding-right: 17px;
  }
  .private-office-page_hidden-scrollbar .page-header2 {
    left: unset;
    right: 8.5px;
  }
  .private-office-page_hidden-scrollbar .secondary-page-footer {
    right: 8px;
  }
  .private-office-page_hidden-scrollbar .b24-widget-button-wrapper {
    right: 67px;
  }
}

.personal-page {
  margin-bottom: 100px !important;
}
.account-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  border: none;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #00aacc;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media (min-width: 981px) {
  .account-btn {
    border-right: 1px solid #0099b7;
    border-left: 1px solid #1ab3d1;
  }
}
.account-btn:hover {
  background-color: #0099b7;
}
.account-btn__info {
  display: none;
  margin-top: 2px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media (min-width: 981px) {
  .account-btn__info {
    margin-top: 0;
  }
}
@media (min-width: 1270px) {
  .account-btn__info {
    display: block;
  }
}
.account-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.account-btn__icon.active {
  color: #000000;
}
.account-btn--theme_transparent {
  background-color: transparent;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.account-btn--theme_transparent::before {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.account-btn--theme_transparent:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
}
@media (min-width: 981px) {
  .account-btn--theme_transparent {
    border-left: none;
    border-right: none;
  }
}
.account-btn--size_md .account-btn__info {
  font-size: 16px;
  line-height: 24px;
}

.basket-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  border: none;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #00aacc;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.basket-btn:hover {
  background-color: #0099b7;
}
@media (min-width: 981px) {
  .basket-btn {
    border-left: 1px solid #1ab3d1;
  }
}
.basket-btn__info {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media (min-width: 981px) {
  .basket-btn__info {
    margin-top: 0;
  }
}
.basket-btn__text {
  display: none;
}
@media (min-width: 1270px) {
  .basket-btn__text {
    display: inline;
  }
}
.basket-btn__dbl-dots {
  display: none;
}
.basket-btn__count {
  display: none;
}
.basket-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 1280px) {
  .basket-btn--not-empty .basket-btn__text {
    display: inline;
  }
}
@media (min-width: 1270px) {
  .basket-btn--not-empty .basket-btn__dbl-dots {
    display: inline;
  }
}
.basket-btn--not-empty .basket-btn__count {
  display: inline;
}
.basket-btn--is-actived {
  background-color: #0099b7;
}
.basket-btn--size_md .basket-btn__info {
  font-size: 16px;
  line-height: 24px;
}
.basket-btn--theme_transparent {
  background-color: transparent;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.basket-btn--theme_transparent::before {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.basket-btn--theme_transparent:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
}
@media (min-width: 981px) {
  .basket-btn--theme_transparent {
    border-left: none;
  }
}

.nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 275px;
  height: 100%;
  padding-top: 55px;
  padding-bottom: 105px;
  background-color: #ffffff;
  -webkit-transition: left 0.2s, opacity 0.2s;
  -o-transition: left 0.2s, opacity 0.2s;
  transition: left 0.2s, opacity 0.2s;
  overflow: auto;
}
@media (min-width: 981px) {
  .nav {
    display: none;
  }
}
.nav__cls-btn {
  position: absolute;
  top: 0;
  left: 0;
}
.nav__list {
  margin: 0;
  margin-bottom: 15px;
  padding: 0 15px 20px;
  border-bottom: 1px solid #eeeeee;
  list-style: none;
}
.nav__list-item {
  margin-bottom: 10px;
}
.nav__list-item:last-child {
  margin-bottom: 0;
}
.nav__list2 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #eeeeee;
  list-style: none;
}
.nav__list2-item {
  margin-bottom: 10px;
}
.nav__list2-item:last-child {
  margin-bottom: 0;
}
.nav__sub-list {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}
.nav__sub-list-item {
  margin-bottom: 15px;
}
.nav__sub-list-item:last-child {
  margin-bottom: 0;
}
.nav--hidden {
  left: -275px;
  opacity: 0;
  pointer-events: none;
}
.nav--type_secondary {
  padding-top: 40px;
}
.nav--type_secondary .nav__cls-btn {
  right: 0;
  left: auto;
}
.nav--type_secondary .nav__list {
  margin-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
}
.nav--type_secondary .nav__list-item {
  margin-bottom: 20px;
}
.nav--type_secondary .nav__list-item:last-child {
  margin-bottom: 0;
}
.nav--type_secondary .nav__list2 {
  margin-bottom: 25px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 25px;
}
.nav--type_secondary .nav__list2-item {
  margin-bottom: 20px;
}
.nav--type_secondary .nav__list2-item:last-child {
  margin-bottom: 0;
}
.nav--type_secondary .nav__sub-list {
  padding-left: 40px;
  padding-right: 40px;
}
.nav--type_secondary .nav__sub-list-item {
  margin-bottom: 20px;
}
.nav--type_secondary .nav__sub-list-item:last-child {
  margin-bottom: 0;
}

.paragraph2 {
  font-size: 16px;
  line-height: 24px;
  color: #30393a;
  font-weight: 400;
  overflow-wrap: break-word;
}
.paragraph2--line_through {
  text-decoration: line-through;
}
.paragraph2--theme_light {
  color: #ffffff;
}
.paragraph2--theme_dim {
  color: rgba(48, 57, 58, 0.5);
}
.paragraph2--theme_dim2 {
  color: #acb0b0;
}
.paragraph2--size_xs {
  font-size: 10px;
  line-height: 12px;
}
.paragraph2--size_sm {
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 981px) {
  .paragraph2--size_sm {
    font-size: 16px;
    line-height: 24px;
  }
}
.paragraph2--size_sm2 {
  font-size: 13px;
  line-height: 20px;
}
.paragraph2--size_md {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 981px) {
  .paragraph2--size_md2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.paragraph2--weight_bold {
  font-weight: 600;
}
@media (max-width: 980px) {
  .paragraph2--weight_bold2 {
    font-weight: 600;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}
.overlay--show_mobile {
  opacity: 1;
  pointer-events: visible;
}
@media (min-width: 981px) {
  .overlay--show_mobile {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 981px) {
  .overlay--show_desktop {
    opacity: 1;
    pointer-events: visible;
  }
}
.overlay--show_all {
  opacity: 1;
  pointer-events: visible;
}

.select-town {
  display: none;
}
@media (min-width: 1050px) {
  .select-town {
    padding: 8px 44px 8px 20px;
    background-color: #f4f5f5;
    border-radius: 20px;
    display: block;
    line-height: 24px;
  }
}

.purchase {
  z-index: 1;
  width: 100%;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.purchase__inner {
  width: 100%;
  position: absolute;
  background: #ffffff;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(48, 57, 58, 0.05),
    0px 8px 30px rgba(48, 57, 58, 0.1);
          box-shadow: 0px 0px 0px 1px rgba(48, 57, 58, 0.05),
    0px 8px 30px rgba(48, 57, 58, 0.1);
  border-radius: 8px;
}
.purchase__item {
  padding: 12px 20px;
  border-bottom: 1px solid #eaebeb;
}
.purchase__analysis-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.purchase__analysis-title {
  line-height: 24px;
  max-width: 64%;
  color: black;
}

.purchase__analysis-title:hover {
  color: #00aacc;
}

.purchase__analysis-title.orange {
  color: #ff4400;
}
.purchase__analysis-price {
  margin-left: 16px;
  color: black;
}
.purchase__analysis-price.gray {
  color: #acb0b0;
  font-weight: 300;
}
.purchase__analysis-discont {
  color: #acb0b0;
  text-decoration: line-through;
  font-weight: 300;
}
.purchase__analysis-discont,
.purchase__analysis-price {
  line-height: 24px;
  white-space: nowrap;
}
.purchase__analysis-bot {
  margin-top: 4px;
}
.purchase__analysis-label {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
  font-weight: 300;
}
.purchase__analysis-label + .purchase__analysis-label {
  margin-left: 12px;
}
.purchase__analysis-label.blue {
  color: #91c9d4;
  cursor: pointer;
}
.purchase__analysis-label.blue:hover {
  color: #ff4700;
}

.purchase__analysis-label.grey {
  color: #acb0b0;
}
.purchase__analysis-label.orange {
  color: #ffa180;
}
.purchase__analysis-label.ready::before {
  content: "\e907";
  font-family: "icomoon3";
  margin-right: 6px;
  font-size: 12px;
}
.purchase__addition {
  padding-top: 12px;
}
.purchase__calculation {
  padding: 12px 20px;
}
.purchase__calculation-field {
  color: #acb0b0;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.purchase__calculation-field + .purchase__calculation-field {
  margin-top: 12px;
}
.purchase__calculation-field:last-child {
  color: #000000;
  font-weight: 700;
}
.purchase__calculation-field span:last-child {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.private-office-page {
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  width: 100%;
  min-height: 100%;
  font-family: "Roboto", "Arial", sans-serif;
}
@media (min-width: 981px) {
  .private-office-page {
    padding-top: 0;
  }
}
@media (min-width: 981px) {
  .private-office-page .page-footer-wrap {
    padding-bottom: 50px;
  }
}

.custom-select__wrap {
  position: relative;
}

.custom-select__btn {
  background-color: #f4f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 16px 8px 20px;
  border-radius: 8px;
  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;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.custom-select__btn:hover {
  background-color: #eff0f0;
}

.custom-select__btn::after {
  content: "\e927";
  font-family: "icomoon";
  font-size: 8px;
  color: #30393a;
  position: absolute;
  right: 16px;
}

.custom-select__btn-dropdown-active::after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}

@media (max-width: 490px) {
  .popup-add-patient__field-gender .popup-add-patient__select {
    width: 100%;
  }
  .popup-add-patient__field-gender .popup-add-patient__input-wrapper {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .popup-add-patient__field-gender .popup-add-patient__input-wrapper {
    width: 116px;
  }
}

@media (max-width: 460px) {
  .custom-select__btn::after {
    right: 8px;
  }
}

@media (max-width: 360px) {
  .custom-select__btn::after {
    content: "";
  }
}

@media (min-width: 981px) {
  .custom-select__wrap--off .custom-select__popup {
    top: -15px;
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
        transform: translateY(55px);
    left: 0;
    background-color: #fff;
  }
}
@media (min-width: 981px) {
  #add-patient-form .custom-select__wrap--off .custom-select__popup--hidden {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
        transform: translateY(20px);
  }
}

.custom-select__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 230px;
  width: 196px;
  padding: 16px 0px;
  overflow-y: scroll;
  scrollbar-color: #ffffff #ffffff;
  scrollbar-width: thin;
}

@media (max-width: 460px) {
  .custom-select__dropdown {
    padding: 10px 0px;
    width: 94px;
  }
}

.custom-select__dropdown::-webkit-scrollbar {
  width: 6px;
}

.custom-select__dropdown::-webkit-scrollbar-track {
  background: none;
}

.custom-select__dropdown::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 8px;
}

.custom-select__dropdown:hover {
  scrollbar-color: #eaebeb #ffffff;
}

.custom-select__dropdown:hover::-webkit-scrollbar-thumb {
  background: #eaebeb;
}

@media (max-width: 980px) {
  .custom-select__dropdown:hover {
    scrollbar-color: none;
  }
  .custom-select__dropdown:hover::-webkit-scrollbar-thumb {
    background: none;
  }
}

.custom-select__dropdown li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 125px;
  padding: 4px 20px;
  margin-bottom: 8px;
  cursor: pointer;
  color: black;
}

@media (max-width: 460px) {
  .custom-select__dropdown li {
    padding: 4px 16px;
    width: 88px;
  }
}

.custom-select__dropdown li:last-child {
  margin-bottom: 0;
}

.custom-input {
  outline: none;
  border: none;
  background-color: inherit;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border-radius: 8px;
}

.custom-input:focus {
  border: 1px solid #00aacc;
  background-color: #fff;
}
.popup-small {
  max-width: 480px;
}

.patient-edit {
  margin-top: 40px;
  width: 430px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 980px) {
  .patient-edit {
    width: unset;
  }
}
.personal-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #30393a;
  margin-top: 10px;
}
@media (min-width: 981px) {
  .personal-data {
    max-width: 470px;
  }
}
.personal-data__item {
  position: relative;
}

.personal-data__item:first-child {
  margin-bottom: 16px;
  width: 100%;
}

.personal-data__item:last-child {
  left: 162px;
}

@media (max-width: 500px) {
  .personal-data__item:last-child {
    left: 30%;
  }
}

.personal-data__label {
  font-size: 16px;
  color: #acb0b0;
}

.v-popup .error {
  margin-top: 5px;
  color: #ff4700;
}
.v-popup__subtitle-wrapper {
  margin-bottom: 8px;
}
.v-popup__subtitle.attention {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #f40;
  max-width: 600px;
}

.invalid {
  background-color: #ffece6 !important;
  color: #ffb499 !important;
  border-radius: 8px;
}

.custom-select__wrap.invalid .custom-select__btn::after {
  color: #ff4400 !important;
}

.invalid::-webkit-input-placeholder {
  color: #ffb499 !important;
}

.invalid::-moz-placeholder {
  color: #ffb499 !important;
}

.invalid:-ms-input-placeholder {
  color: #ffb499 !important;
}

.invalid::-ms-input-placeholder {
  color: #ffb499 !important;
}

.invalid::placeholder {
  color: #ffb499 !important;
}

.invalid:focus {
  border: 1px solid #ff4400 !important;
}

.invalid-text-error {
  position: relative;
  color: #f40;
  top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.custom-select__wrap.invalid .custom-select__btn {
  background-color: #ffece6;
}

.popup-complex-detail__list-wrapper {
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-color: #ffffff #ffffff;
  scrollbar-width: thin;
}

.popup-complex-detail__list {
  padding-right: 4px;
}
@media (max-width: 780px) {
  .popup-complex-detail__list-wrapper {
    max-height: 450px;
  }
}
.popup-complex-detail__list-wrapper::-webkit-scrollbar {
  width: 6px;
}
.popup-complex-detail__list-wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
.popup-complex-detail__list-wrapper::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 8px;
}
.popup-complex-detail__list-wrapper:hover {
  scrollbar-color: #eaebeb #ffffff;
}

.popup-complex-detail__list-wrapper:hover::-webkit-scrollbar-thumb {
  background: #eaebeb;
}

.popup-complex-detail__item {
  min-width: 500px;
  padding: 11px 0px;
  border-top: 1px solid #eaebeb;
}
@media (max-width: 780px) {
  .popup-complex-detail__item {
    min-width: unset;
  }
}

.popup-complex-detail__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px;
  line-height: 24px;
  min-width: 42px;
}
.popup-complex-detail__price {
  color: #acb0b0;
}
.popup-complex-detail__date {
  color: #acb0b0;
  font-size: 13px;
  line-height: 20px;
}

.popup-complex-detail__item-title {
  max-width: 516px;
  color: black;
  text-decoration: none;
}

.popup-complex-detail__item-title:hover {
  color: #00aacc;
}
.popup-complex-detail__researches__count {
  position: relative;
  left: 12px;
}

.popup-complex-detail__researches {
  margin-top: 15px;
}

.popup-complex-detail__researches li {
  line-height: 24px;
  max-width: 450px;
  margin-left: 30px;
}

.popup-complex-detail__researches li + li {
  margin-top: 10px;
}

.popup-complex-detail__researches-hidden {
  display: none;
}

/*анимации start*/

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.from-right-side-enter-active,
.from-right-side-leave-active {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.from-right-side-enter-from {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.from-right-side-enter-to {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.from-right-side-leave-from {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.from-right-side-leave-to {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.analyzes-result-popup-enter-active,
.analyzes-result-popup-leave-active {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.analyzes-result-popup-enter-from,
.analyzes-result-popup-leave-to {
  opacity: 0;
}
.analyzes-result-popup-move {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.list-change-leave-active {
  position: absolute;
  display: none;
}

.list-change-enter-active,
.list-change-leave-active {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.list-change-enter-from,
.list-change-leave-to {
  opacity: 0;
}
/*анимации end*/

.patients__list.disabled {
  pointer-events: none;
}
.patients__list.disabled a {
  color: #d4d8d8;
}

/* End */


/* Start:/local/js/lab4u/onlineTest/components/testSection/components/Question/dist/component.bundle.min.css?171585962345*/
.test-section__item-question{font-weight:700}
/* End */


/* Start:/local/js/lab4u/onlineTest/components/testSection/components/QuestionSkeleton/dist/component.bundle.css?17537071183297*/
.skeleton {
  position: relative;
  min-height: 18px;
  background-color: #dddddd !important;
  overflow: hidden;
  border-radius: 8px;
}
.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top, right top,
    from(transparent),
    color-stop(rgba(255, 255, 255, 0.5)),
    to(transparent)
  ) !important;
  background: -o-linear-gradient(
    left,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  ) !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  ) !important;
  -webkit-animation: wave 1.3s linear 0.5s infinite;
          animation: wave 1.3s linear 0.5s infinite;
}
@-webkit-keyframes wave {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes wave {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  65% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/*           */
.test-section__item-skeleton .test-section__item-right {
  width: 100%;
}
.skeleton.title {
  max-width: 320px;
  height: 54px;
  margin-top: 10px;
}
@media (max-width: 980px) {
  .skeleton.title {
    height: 40px;
  }
}
.test-section__item-skeleton p {
  height: 18px;
  margin-top: 34px;
}
@media (max-width: 980px) {
  .test-section__item-skeleton p {
    margin-top: 20px;
  }
}
.test-section__item-skeleton p + p {
  margin-top: 10px;
  max-width: 320px;
}
.test-section__item-skeleton span {
  height: 30px;
  width: 30px;
}
.skeleton.input {
  max-width: 320px;
  height: 48px;
  margin-top: 24px;
}
@media (max-width: 980px) {
  .skeleton.input {
    height: 44px;
  }
}
.skeleton.btn-submit {
  max-width: 200px;
  height: 48px;
  margin-top: 24px;
}
@media (max-width: 980px) {
  .skeleton.btn-submit {
    max-width: unset;
  }
}
.test-section__item-skeleton .test-section__item-dots-list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.test-section__item-skeleton .test-section__item-dots-list li:first-child {
  border-color: #dddddd !important;
}
.test-section__item-skeleton .test-section__item-dots-list li:first-child + li {
  width: 12px;
  height: 12px;
}
.test-section__item-skeleton
  .test-section__item-dots-list
  li:first-child
  + li::before {
  width: 12px;
  height: 12px;
}
.test-section__item-skeleton .test-section__item-dots-list li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dddddd !important;
  position: relative;
}
.test-section__item-skeleton .test-section__item-dots-list li::before {
  background: #dddddd !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 980px) {
  .test-section__item-skeleton .test-section__item {
    border-color: #dddddd !important;
  }
}

/* End */


/* Start:/local/js/lab4u/healthInsights/components/pollPage/dist/component.bundle.css?175387635016000*/
.test-section__wrapper {
  width: 100%;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.test-section {
  margin: 30px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1279px) {
  .test-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}
.test-section__item-wrapper {
  padding-top: 60px;
}
@media (max-width: 1279px) {
  .test-section__item-wrapper {
    padding-top: 16px;
  }
}
.test-section__form {
  width: 100%;
}
.test-section__form.hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.test-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1279px) {
  .test-section__item {
    padding: 16px;
    border: 2px solid #00aacc;
    -webkit-box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06),
      0px 4px 8px -2px rgba(16, 24, 40, 0.1);
            box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06),
      0px 4px 8px -2px rgba(16, 24, 40, 0.1);
    border-radius: 16px;
    margin-top: 0px;
  }
  .test-section__item + .test-section__item {
    margin-top: 60px;
  }
}
.test-section__item-left {
  margin-right: 60px;
}
@media (max-width: 1279px) {
  .test-section__item-left {
    display: none;
  }
}
.test-section__item-title {
  font-size: 40px;
  line-height: 64px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 1279px) {
  .test-section__item-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }
}
.test-section__item-title {
  color: #00aacc;
}
.test-section__item-dots-list {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin-top: 4px;
}
/*.test-section__item-dots-list li + li{*/
/*    margin-top: 60px;*/
/*}*/
.test-section__item-dots-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #00aacc;
  border-radius: 50%;
  display: inline-block;
}
.test-section__item-dots-list li:first-child:before {
  width: unset;
  height: unset;
}
.test-section__item-dots-list li:first-child,
.test-section__counter-mob {
  width: 60px;
  height: 60px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00aacc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
}
.test-section__counter-mob {
  display: none;
}
@media (max-width: 1279px) {
  .test-section__counter-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    margin-right: 8px;
  }
}
.test-section__item-dots-list li:first-child + li:before {
  width: 12px;
  height: 12px;
}
.test-section__item-input-wrapper {
  width: 320px;
  height: 44px;
  margin: 24px 0;
}
@media (max-width: 500px) {
  .test-section__item-input-wrapper {
    width: 100%;
  }
}
.test-section__item-input-wrapper .invalid {
  background-color: #ffece6;
}
.test-section__item-input-wrapper .invalid::-webkit-input-placeholder {
  color: #ffb499;
}
.test-section__item-input-wrapper .invalid::-moz-placeholder {
  color: #ffb499;
}
.test-section__item-input-wrapper .invalid:-ms-input-placeholder {
  color: #ffb499;
}
.test-section__item-input-wrapper .invalid::-ms-input-placeholder {
  color: #ffb499;
}
.test-section__item-input-wrapper .invalid::placeholder {
  color: #ffb499;
}
.test-section__item-input-wrapper input {
  border: 1px solid #edf0f4;
}
@media (max-width: 500px) {
  .test-section__item-input-wrapper input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.test-section__item-input-wrapper input::-webkit-input-placeholder {
  color: #98a2b3;
}
.test-section__item-input-wrapper input::-moz-placeholder {
  color: #98a2b3;
}
.test-section__item-input-wrapper input:-ms-input-placeholder {
  color: #98a2b3;
}
.test-section__item-input-wrapper input::-ms-input-placeholder {
  color: #98a2b3;
}
.test-section__item-input-wrapper input::placeholder {
  color: #98a2b3;
}
@media (min-width: 1280px) {
  .test-section__item-input-wrapper input:hover {
    border: 1px solid #00aacc;
  }
}
.test-section__item-btn-wrapper {
  display: inline-block;
}
@media (max-width: 1279px) {
  .test-section__item-btn-wrapper {
    display: block;
  }
}
.test-section__item-wrapper .test-section__item-btn-wrapper {
  pointer-events: none;
}
.test-section__item-wrapper.current-slide .test-section__item-btn-wrapper {
  pointer-events: auto;
}
.test-section__item-btn-wrapper .disabled {
  pointer-events: none;
  background-color: #bfbfbf;
}
.test-section__checkboxes-list {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 24px 0;
}
.test-section__checkboxes-list label {
  margin-left: 6px;
  margin-top: 15px;
}
.test-section__item p {
  line-height: 24px;
}
@media (max-width: 1279px) {
  .test-section__item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.invalid-text-error {
  color: #ff4400;
  line-height: 24px;
}
.test-section__item-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0;
}
.test-section__item-radio-wrapper * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.test-section__item-radio-wrapper label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 10px;
}
.test-section__item-radio-wrapper label:hover div {
  border: 1px solid rgba(48, 57, 58, 0.2);
}
.test-section__item-radio-wrapper input {
  display: none;
}
.test-section__item-radio-wrapper div {
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid #edf0f4;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.test-section__item-radio-wrapper.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.test-section__item-radio-wrapper div::after {
  content: "";
  min-width: 100%;
  min-height: 100%;
  border: 6px solid #0ac;
  display: block;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.test-section__item-radio-wrapper input:checked + div::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.test-section .answer__comment {
  outline: none;
  background-color: inherit;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #edf0f4;
  margin-top: 24px;
  padding: 10px;
  resize: none;
  scrollbar-color: #eaebeb transparent;
  scrollbar-width: thin;
}
.test-section .answer__comment:hover,
.test-section .answer__comment:focus {
  border: 1px solid #00aacc;
}
.test-section .answer__comment::-webkit-scrollbar {
  width: 6px;
}
.test-section .answer__comment::-webkit-scrollbar-track {
  background: transparent;
}
.test-section .answer__comment::-webkit-scrollbar-thumb {
  background: #eaebeb;
  border-radius: 6px;
}
.test-section__nav-wrapper {
  position: absolute;
  top: 162px;
  right: -100px;
}
@media (max-width: 1279px) {
  .test-section__nav-wrapper {
    right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: sticky;
    top: 59px;
    height: 48px;
    z-index: 1;
  }
}
.test-section__nav-wrapper.hidden {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1279px) {
  .test-section__header {
    padding-bottom: 4px;
  }
}

@media (max-width: 1279px) {
  .test-section__nav {
    margin-left: unset;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 0;
    background-color: #ffffff;
    z-index: 1;
  }
}
.test-section__progress-bar {
  display: none;
}
@media (max-width: 1279px) {
  .test-section__progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 73px 0 35px;
    position: relative;
    width: 100%;
    height: 4px;
  }
  .test-section__progress-bar-range {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #00aacc;
    width: 40%;
    border-radius: 6px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
  .test-section__progress-bar-track {
    height: 2px;
    width: 100%;
    background-color: #eff0f0;
    border-radius: 6px;
  }
}
.test-section__nav-btn {
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #d0d5dd;
  border-radius: 50%;
  border: 1px solid #edf0f4;
  cursor: pointer;
  position: relative;
  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;
  pointer-events: none;
}
.test-section__nav-btn:active:focus {
  outline: none;
}
@media (max-width: 1279px) {
  .test-section__nav-btn {
    padding: 0px;
  }
}
.test-section__nav-btn.active {
  pointer-events: unset;
  color: #000;
  border: 1px solid #b3b5b7;
}

@media (max-width: 1279px) {
  .test-section__nav-btn.active {
    border: unset;
  }
  .test-section__nav-btn.active path {
    stroke: #00aacc;
  }
}
.test-section__nav-btn:hover {
  -webkit-box-shadow: 0px 4px 8px -1px rgba(102, 112, 133, 0.2),
    0px 4px 8px -2px rgba(102, 112, 133, 0.12);
          box-shadow: 0px 4px 8px -1px rgba(102, 112, 133, 0.2),
    0px 4px 8px -2px rgba(102, 112, 133, 0.12);
}
.test-section__nav-btn:active {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(102, 112, 133, 0.2),
    0px 2px 12px -4px rgba(102, 112, 133, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(102, 112, 133, 0.2),
    0px 2px 12px -4px rgba(102, 112, 133, 0.12);
}
@media (max-width: 1279px) {
  .test-section__nav-btn:hover,
  .test-section__nav-btn:active {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
@media (max-width: 1279px) {
  .test-section__nav-btn {
    border: unset;
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1279px) {
  .test-section__nav-btn.next {
    right: 20px;
  }
  .test-section__nav-btn.prev {
    left: 20px;
  }
}

.test-section__nav-btn.next::before {
  content: "\e927";
  font-family: "icomoon";
  font-size: 7px;
  font-weight: bold;
  position: relative;
  top: 3px;
}
.test-section__nav-btn.prev::before {
  content: "\e927";
  font-family: "icomoon";
  font-size: 7px;
  font-weight: bold;
  position: relative;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
@media (max-width: 1279px) {
  .test-section__nav-btn.next::before,
  .test-section__nav-btn.prev::before {
    content: "";
  }
}
.test-section__nav-btn.prev {
  margin-bottom: 24px;
}
@media (max-width: 1279px) {
  .test-section__nav-btn.prev {
    margin-bottom: unset;
  }
}
.test-section__nav-btn svg {
  display: none;
}
@media (max-width: 1279px) {
  .test-section__nav-btn svg {
    display: unset;
  }
}

.test-section__list {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  /*min-width: 800px;*/
}
@media (max-width: 1279px) {
  .test-section__list {
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    /*min-width: unset;*/
  }
}
.current-slide .illuminated {
  display: none;
}
@media (max-width: 1279px) {
  .test-section__item .illuminated {
    height: 101%;
    top: -2px;
    left: -2px;
  }
}
.end-test {
  background-color: #00cc84;
}
@media (min-width: 1280px) {
  .end-test:hover {
    background-color: #2ed59a;
  }
  .end-test:active {
    background-color: #00a76c;
  }
}

.disabled-link {
  pointer-events: none;
}
.slider {
  overflow-y: hidden;
  overflow-x: hidden;
  min-height: 600px;
}
.slider .invalid-text-error {
  position: unset;
  margin-bottom: 16px;
}

.test-section__item-radio-wrapper.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.test-section__item-radio-wrapper.column label + label {
  margin-top: 15px;
}
.test-section__progress-counter {
  display: none;
}
@media (max-width: 1279px) {
  .test-section__progress-counter {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    position: absolute;
    right: 52px;
    display: unset;
  }
}
@media (max-width: 1279px) {
  .test-section__item-right {
    width: 100%;
  }
}
.online-test-preloader {
  height: 50%;
}

/* End */


/* Start:/local/js/lab4u/healthInsights/components/resultPage/components/DecryptionResultSection/dist/component.bundle.min.css?17537071187644*/
.conclusion-content h2,.recommended-analysis-content h2,.result-content h2,.result-content h3{color:#30393a;font-size:40px;font-weight:300;line-height:48px;margin-bottom:12px}@media (max-width:1279px){.conclusion-content h2,.recommended-analysis-content h2,.result-content h2{font-size:28px;line-height:40px;margin-bottom:8px}}.result-content h3{font-size:28px;line-height:40px}@media (max-width:1279px){.result-content h3{font-size:20px;line-height:24px;margin-bottom:8px}}.result-content p{color:#30393a;font-size:16px;font-weight:400;line-height:24px}@media (max-width:1279px){.result-content p{font-size:14px;line-height:20px}}.result-content__title{margin-bottom:40px}.result-content__evaluation,.result-content__risks{display:-webkit-box;display:-ms-flexbox;display:flex}.result-content__risks{padding:12px 42px 12px 0;border-radius:12px;border-left:4px solid #ffa621;background:#fff7e3}.result-content__evaluation{gap:24px}@media (max-width:1279px){.result-content__evaluation{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.evaluation__left,.evaluation__right{width:50%}@media (max-width:1279px){.evaluation__left,.evaluation__right{width:100%}}.result-content__risks-analysis{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.result-content__banners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1279px){.result-content__banners{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}}.result-content__banners--item{width:48%;padding:16px 24px 24px;height:256px;border-radius:16px;-webkit-box-shadow:0 1px 2px 0 rgba(102,112,133,.12),0 2px 8px 0 rgba(102,112,133,.12);box-shadow:0 1px 2px 0 rgba(102,112,133,.12),0 2px 8px 0 rgba(102,112,133,.12);-webkit-box-sizing:border-box;box-sizing:border-box;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-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1279px){.result-content__banners--item{width:100%;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.result-content__banners--item h3{color:#fff}.result-content__banners--item p{margin-bottom:24px;color:#fff;max-width:388px}.result-content__banners--item a{color:#244e67;font-size:.875rem;font-weight:500;line-height:1.25rem;padding:12px 16px;border-radius:8px;text-decoration:none;-ms-flex-item-align:start;align-self:flex-start}.result-content__main-section{margin-top:40px}@media (max-width:1279px){.result-content__main-section{margin-top:24px}}.warning__icon{width:52px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 16px}.main-analysis{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1279px){.main-analysis{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.main-analysis+.main-analysis{margin-top:24px}.main-analysis__title{width:33%}@media (max-width:1279px){.main-analysis__title{width:100%}}.main-analysis__title h4{color:#30393a;font-size:1.125rem;font-weight:400;line-height:1.5rem;margin-bottom:8px}.main-analysis__value{width:33%;-ms-flex-item-align:center;align-self:center;position:relative}@media (max-width:1279px){.main-analysis__value{width:100%}}.main-analysis__value--scale{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.main-analysis__value--scale div{height:24px;border-radius:6px;line-height:1.5;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.main-analysis__value--scale div:nth-of-type(1){background:-webkit-gradient(linear,left top,right top,from(#00cc84),color-stop(#ffa621),to(#f40));background:-o-linear-gradient(left,#00cc84,#ffa621,#f40);background:linear-gradient(to right,#00cc84,#ffa621,#f40)}.main-analysis__value--scale-field{position:relative}.main-analysis__value--arrow{position:absolute;bottom:-20px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-analysis__value--arrow span{position:absolute;bottom:-20px;font-weight:500;font-size:16px}.main-analysis__value--limit{position:absolute}.main-analysis__value--limit.left{left:2%}.main-analysis__value--limit.right{right:2%}.main-analysis__description{width:33%}@media (max-width:1279px){.main-analysis__description{width:100%;margin-top:24px}}.risks-analysis__additional-block ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;-webkit-transition:height 1s;-o-transition:height 1s;transition:height 1s}@media (max-width:1279px){.risks-analysis__additional-block ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}}.risks-analysis__additional-block li{width:calc((100%/3) - 35px)}@media (max-width:1279px){.risks-analysis__additional-block li{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}}.risks-analysis__additional-block-btn{position:relative}.risks-analysis__additional-block-btn input{width:0;height:0;visibility:hidden;position:absolute}.risks-analysis__additional-block-btn label{font-size:16px;line-height:24px;color:#667085;padding-right:24px;cursor:pointer;background-color:transparent;border:0;display:inline-block;position:relative;margin-top:16px}.risks-analysis__additional-block-btn label::after{content:"";font-family:"icomoon";font-weight:700;font-size:10px;-webkit-transform:rotateZ(-90deg);-ms-transform:rotate(-90deg);transform:rotateZ(-90deg);position:absolute;right:5px}.risks-analysis__additional-block-btn label:hover{color:#727c93}.risks-analysis__additional-block-btn input:checked+label::after{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg)}.additional-analysis{width:calc(33% - 7px);border-radius:16px;background:#e3ffe4;padding:12px 16px;-webkit-box-sizing:border-box;box-sizing:border-box}.additional-analysis h4{font-weight:400;margin-bottom:8px}.additional-analysis h4,.additional-analysis p{font-size:.875rem;line-height:1.25rem}.additional-analysis p:not(:last-child){margin-bottom:8px}.additional-analysis span{border-radius:4px;background:#00cc84;margin-right:8px;color:#fff;padding:2px 6px}.additional-analysis--abnormal{background:#ffe8e3}.additional-analysis.additional-analysis--abnormal span{background:#f40}.risks__block{width:calc(100% - 52px)}.risks__block h3{font-size:14px;font-weight:500;line-height:20px;text-transform:uppercase;margin-bottom:4px}.risks__block ul{list-style:inside}.risks__block li{color:#30393a;font-size:14px;font-weight:400;line-height:20px}@media (max-width:1279px){.risks__block li{font-size:12px;line-height:16px}}.risks-analysis__main-block{padding:24px;border-radius:16px;background:#f7f8fd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px}.recommendations-list--warning{display:-webkit-box;display:-ms-flexbox;display:flex;padding:12px 42px 12px 0;border-radius:12px;background:#fff7e3}
/* End */


/* Start:/local/js/lab4u/healthInsights/components/resultPage/components/ConclusionSection/dist/component.bundle.css?17538763501091*/
.conclusion-content_h2 {
  color: #30393a;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
}

.conclusion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 42px 12px 52px;
  -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;
  gap: 4px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 12px;
  background: #e3faff;
  position: relative;
  margin-top: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .conclusion-content {
    margin-bottom: 24px;
  }
}
.conclusion-content .conclusion-svg {
  position: absolute;
  left: 16px;
  top: 10px;
}

.conclusion-content p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1279px) {
  .conclusion-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.conclusion-content__inner p + p {
  margin-top: 8px;
}

/* End */


/* Start:/local/js/lab4u/healthInsights/components/resultPage/components/EmailPopup/dist/component.bundle.min.css?17158596231836*/
.email-popup .v-popup__footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:12px}.email-popup__input,.email-popup__input-autocomplete li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.email-popup__input{position:relative;width:100%}.email-popup__input::after{position:absolute;right:18px;content:"";font-family:"icomoon";font-weight:700;font-size:12px;color:#667085;-webkit-transform:rotateZ(-90deg);-ms-transform:rotate(-90deg);transform:rotateZ(-90deg)}.email-popup__input-autocomplete{background-color:#fff;border:1px solid #edf0f4;-webkit-box-shadow:0 2px 4px 0 rgba(102,112,133,.2),0 2px 12px -4px rgba(102,112,133,.12);box-shadow:0 2px 4px 0 rgba(102,112,133,.2),0 2px 12px -4px rgba(102,112,133,.12);border-radius:8px;padding:8px 0;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);opacity:0;pointer-events:none;-webkit-transition:opacity .3s,-webkit-transform .3s;-o-transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s;max-height:210px;overflow:auto;position:absolute;top:35px;z-index:1;scrollbar-color:#eaebeb #fff;scrollbar-width:thin;width:100%}.email-popup__input.dropdown-open::after{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg);color:#0ac}.email-popup__input.dropdown-open .email-popup__input-autocomplete{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px);opacity:1;pointer-events:auto;top:42px}.email-popup__input-autocomplete li{cursor:pointer;padding:8px 12px;font-size:14px;line-height:20px}.email-popup__input-autocomplete li:hover{background-color:#eceef5}
/* End */


/* Start:/local/js/lab4u/healthInsights/components/resultPage/components/StatusNotion/dist/component.bundle.min.css?1715859623861*/
.notion,.notion__overlay{display:-webkit-box;display:-ms-flexbox;display:flex}.notion__overlay{position:fixed;top:0;bottom:0;right:0;left:0;background-color:#00000073;overflow-y:auto;z-index:999}.notion{margin:auto;position:relative;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;padding:16px 44px;border-left:4px solid gray;background-color:#fff;border-radius:12px}.notion.success{border-color:#00cc84}.notion__icon-status{position:absolute;left:12px}.notion.success .notion__icon-status{background-image:url(/local/js/lab4u/images/success-check.svg);width:20px;height:20px}.notion__btn-close{position:absolute;right:20px;border:0;background-color:#fff;cursor:pointer;width:24px;height:24px;font-size:12px;color:#667085;padding-bottom:4px}.notion__btn-close:before{content:"";font-family:"icomoon";position:relative;font-weight:700}
/* End */


/* Start:/local/js/lab4u/healthInsights/components/resultPage/dist/component.bundle.css?175387635014466*/
.result-section__wrapper {
  max-width: 1264px;
  margin-top: 35px;
  padding: 15px;
}
@media (max-width: 1279px) {
  .result-section__wrapper {
    padding: 15px 0;
    margin-top: unset;
  }
}
.result-section {
  margin-bottom: 130px;
}
@media (max-width: 1279px) {
  .result-section {
    margin-bottom: unset;
  }
}
.result-section .btn2 {
  display: inline-block;
}
.result-section__note-block-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.result-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px 16px 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(102, 112, 133, 0.12),
    0px 2px 8px 0px rgba(102, 112, 133, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(102, 112, 133, 0.12),
    0px 2px 8px 0px rgba(102, 112, 133, 0.12);
  margin-bottom: 40px;
}

.step-counter {
  border-radius: 50%;
  background-color: #00aacc;
  color: #fff;
  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;
  font-size: 18px;
  line-height: 24px;
  width: 32px;
  height: 32px;
}

.step-counter i {
  font-style: normal;
  font-weight: normal;
  position: relative;
  right: 0.5px;
}

.result-header__title {
  padding-left: 12px;
  width: calc(100% - 132px);
}

.result-header__title h1 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
  margin-bottom: 4px;
}

.result-header__title p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 12px;
}

.result-header__title a {
  display: inline-block;
  font-size: 0.875rem;
}

.result-timer {
  position: relative;
  height: 100px;
  width: 100px;
  text-align: center;
  display: none;
}
@media (max-width: 1279px) {
  .result-timer {
    display: none;
  }
}
.result-timer__number {
  color: black;
  display: inline-block;
  line-height: 100px;
}
@media (max-width: 1279px) {
  .result-timer__number {
    background-color: #00cc84;
    padding: 2px 6px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    border-radius: 4px;
  }
}

.result-timer__mobile {
  display: none;
}
@media (max-width: 1279px) {
  result-timer__mobile {
    width: auto;
    height: auto;
    text-align: start;
  }
}

.main-svg,
.bg-svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 102px;
  height: 102px;
  -webkit-transform: rotateY(-180deg) rotateZ(-90deg);
          transform: rotateY(-180deg) rotateZ(-90deg);
}

.main-svg circle,
.bg-svg circle {
  stroke-dasharray: 301px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 6px;
  fill: none;
}
@media (max-width: 1279px) {
  .main-svg,
  .bg-svg {
    display: none;
    width: 0px;
    height: 0px;
  }
}

.main-svg circle {
  stroke: #00cc84;
}

.bg-svg circle {
  stroke: #f5f6f8;
}

@-webkit-keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 301px;
  }
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 301px;
  }
}

.result-section__navigation {
  margin-top: 40px;
}

@media (max-width: 1279px) {
  .result-section__navigation {
    margin-top: 24px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0 15px 260px 15px;
    margin-bottom: -260px;
  }
}
.result-section__navigation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-section__selector.result-nav__selector {
  min-width: 220px;
  margin-top: 0px;
}
@media (max-width: 1279px) {
  .list-section__selector.result-nav__selector {
    width: unset;
    margin-bottom: unset;
  }
}
.list-section__selector.result-nav__selector
  .health-insights__selector-dropdown {
  width: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-section__selector.result-nav__selector
  .health-insights__selector-dropdown
  li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.health-insights__selector.list-section__selector.result-nav__selector label {
  padding: 8px 30px 8px 12px;
}
.result-section__navigation .result-nav__conclusion-tab {
  margin: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.result-section__navigation .result-nav__analysis-recommends-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.result-section__navigation .result-nav__analysis-recommends-tab.active,
.result-section__navigation .result-nav__conclusion-tab.active,
.result-section__navigation .result-nav__decryption-tab.active {
  border-color: #00aacc;
}
.result-section__navigation .result-nav__conclusion-tab.active span {
  background-color: #00aacc;
}
.result-nav__conclusion-tab span {
  color: #fff;
  padding: 2px 6px;
  background: #b1bacd;
  border-radius: 200px;
  font-size: 12px;
  line-height: 16px;
  margin-left: 6px;
}

.step-counter.step-counter--small {
  width: 20px;
  height: 20px;
  font-size: 12px;
  margin-left: 6px;
}

.recommendations-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  background: #f7f8fd;
  margin-bottom: 4px;
  border-radius: 12px;
}

.step-counter.step-counter--black {
  background: #30393a;
  width: 24px;
  height: 24px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-right: 12px;
}

.recommendations-list p {
  width: calc(100% - 24px);
}

.bionmax-banner {
  background: url("/local/templates/L2020_v1/images/health-insights/bionmax-banner.svg")
      right no-repeat,
    -o-linear-gradient(341deg, #649194 0%, #3f7671 100%), #fff;
  background: url("/local/templates/L2020_v1/images/health-insights/bionmax-banner.svg")
      right no-repeat,
    linear-gradient(109deg, #649194 0%, #3f7671 100%), #fff;
}
@media (max-width: 1279px) {
  .bionmax-banner {
    background: -o-linear-gradient(341deg, #649194 0%, #3f7671 100%);
    background: linear-gradient(109deg, #649194 0%, #3f7671 100%);
  }
}

.faq-banner {
  background: url("/local/templates/L2020_v1/images/health-insights/faq-banner.svg")
      right no-repeat,
    -o-linear-gradient(341deg, #66d2d2 0%, #9fbbd5 100%), #fff;
  background: url("/local/templates/L2020_v1/images/health-insights/faq-banner.svg")
      right no-repeat,
    linear-gradient(109deg, #66d2d2 0%, #9fbbd5 100%), #fff;
}
@media (max-width: 1279px) {
  .faq-banner {
    background: -o-linear-gradient(341deg, #66d2d2 0%, #9fbbd5 100%);
    background: linear-gradient(109deg, #66d2d2 0%, #9fbbd5 100%);
  }
}

.bionmax-banner a {
  background: #e4ee70;
}

.bionmax-banner a:hover {
  background-color: #e0eb59;
}
.bionmax-banner a:active {
  background-color: #dbe942;
}

.faq-banner a {
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.faq-banner a:hover {
  background-color: #f3f5fb;
}
.faq-banner a:active {
  background-color: #eceef5;
}
@media (max-width: 1279px) {
  .bionmax-banner a,
  .faq-banner a {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
}

.result-section__analyzes {
  margin-top: 48px;
}
@media (max-width: 1279px) {
  .result-section__analyzes {
    margin-top: 24px;
  }
}
.result-section__analyzes-label {
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.result-section__analyzes-label span {
  margin-right: 12px;
  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;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  line-height: 24px;
}
.result-section__analyzes-label h4 {
  font-size: 14px;
  line-height: 19px;
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: uppercase;
}
.result-section__analyzes-label.red span,
.result-section__analyzes-label.red h4 {
  background-color: #ff4400;
}
.result-section__analyzes-label.red span,
.result-section__analyzes-label.red h4 {
  background-color: #ff4400;
}
.result-section__analyzes-label.orange span,
.result-section__analyzes-label.orange h4 {
  background-color: #ffa621;
}
.result-section__analyzes-label.green span,
.result-section__analyzes-label.green h4 {
  background-color: #00cc84;
}
.result-section__analyzes-list {
  margin-top: 24px;
}
.result-section__btn-submit-wrapper {
  width: 100%;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.result-section__btn-submit-wrapper button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1279px) {
  .result-section__btn-submit-wrapper button {
    width: 100%;
  }
}
.result-section__analyzes-item.item-in-basket.second-side.btn2 {
  background-color: #fafafa;
  border: 1px solid #eaebeb;
  padding: 7px 22px;
  color: #0ac;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.decoding-page-test .popup-complex-detail__item div {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.decoding-page-test .v-popup__title {
  margin-right: 30px;
}
.result-section__discount {
  margin-top: 48px;
}
@media (max-width: 1279px) {
  .result-section__discount {
    margin-top: 24px;
  }
}
.result-section__discount-title {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.result-section__discount-input-wrapper {
  width: 320px;
  height: 44px;
  margin: 24px 0;
}
@media (max-width: 500px) {
  .result-section__discount-input-wrapper {
    width: 100%;
  }
}
.result-section__discount-input-wrapper input {
  border: 1px solid #edf0f4;
}
@media (min-width: 1280px) {
  .result-section__discount-input-wrapper input:hover {
    border: 1px solid #00aacc;
  }
}
@media (max-width: 500px) {
  .result-section__discount-input-wrapper input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.result-section__discount-input-wrapper .disabled {
  background-color: #f4f5f5;
  pointer-events: none;
  color: grey;
}
.result-section__discount-btn-wrapper {
  display: inline-block;
  position: relative;
}
@media (max-width: 500px) {
  .result-section__discount-btn-wrapper {
    display: block;
  }
}
.result-section__discount-btn-wrapper .disabled {
  pointer-events: none;
  background-color: #bfbfbf;
}
.result-section__discount-btn-wrapper .main-preloader img {
  width: 30px;
  height: 30px;
}
.result-section__main {
  padding-top: 15px;
  min-height: 40dvh;
  position: relative;
  padding: 15px 15px 15px;
}

@media print {
  #panel,
  .health-insights__note-block,
  .b24-widget-button-wrapper,
  .page-header2__burger-btn,
  .page-header2__search-btn,
  .basket-btn__inner,
  .page-header2,
  .result-section__navigation {
    display: none !important;
  }

  .page-header2 {
    top: 0 !important;
  }

  body,
  .result-section__wrapper,
  #health-insights-vue,
  .health-insights__wrapper,
  .your-account-page__content {
    padding-top: 0 !important;
  }

  .result-section__wrapper,
  #health-insights-vue,
  .health-insights__wrapper,
  .your-account-page__content {
    margin-top: 0 !important;
  }

  * {
    print-color-adjust: exact !important;
  }
}

.result-content__banners--item h3 {
  color: #30393a;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 12px;
}

@media (max-width: 1279px) {
  .result-content__banners--item h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.result-content__banners--item p {
  color: #30393a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1279px) {
  .result-content__banners--item p {
    font-size: 14px;
    line-height: 20px;
  }
}

.result-content__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1279px) {
  .result-content__banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.result-content__banners--item {
  width: 48%;
  padding: 16px 24px 24px 24px;
  height: 256px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(102, 112, 133, 0.12),
    0px 2px 8px 0px rgba(102, 112, 133, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(102, 112, 133, 0.12),
    0px 2px 8px 0px rgba(102, 112, 133, 0.12);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1279px) {
  .result-content__banners--item {
    width: 100%;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.result-content__banners--item h3 {
  color: #fff;
}

.result-content__banners--item p {
  margin-bottom: 24px;
  color: #fff;
  max-width: 388px;
}

.result-content__banners--item a {
  color: #244e67;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* End */


/* Start:/local/js/lab4u/healthInsights/dist/healthInsights.bundle.css?17538763507419*/
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.fade-bottom-enter-active,
.fade-bottom-leave-active {
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.fade-bottom-enter-from,
.fade-bottom-leave-to {
  opacity: 0;
  -webkit-transform: translateY(140px);
      -ms-transform: translateY(140px);
          transform: translateY(140px);
}

.health-insights__wrapper {
  width: 100%;
}
.health-insights__title {
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  margin: 0px;
}
.health-insights__subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 0px;
}
.health-insights__note-block {
  position: relative;
  background-color: transparent;
  padding: 16px 16px 16px 60px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(102, 112, 133, 0.12),
    0px 2px 8px 0px rgba(102, 112, 133, 0.12);
          box-shadow: 0px 1px 2px 0px rgba(102, 112, 133, 0.12),
    0px 2px 8px 0px rgba(102, 112, 133, 0.12);
}
.health-insights__note-block.step-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1279px) {
  .health-insights__note-block.step-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 15px;
  }
}
.health-insights__note-block-right {
  margin-left: 20px;
}
@media (max-width: 1279px) {
  .health-insights__note-block-right {
    margin-left: unset;
  }
}
.health-insights__note-block .health-insights__subtitle {
  margin-bottom: 4px;
}
.health-insights__step-counter {
  border-radius: 50%;
  background-color: #00aacc;
  color: #fff;
  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;
  font-size: 18px;
  line-height: 24px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 16px;
  left: 16px;
}
.health-insights__step-counter i {
  font-style: normal;
  font-weight: normal;
  position: relative;
  left: 1px;
}
.health-insights__selector {
  display: inline-block;
  position: relative;
}
.health-insights__selector label {
  position: relative;
  padding: 12px 38px 12px 12px;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: border-color 0.2s, color 0.2s;
  -o-transition: border-color 0.2s, color 0.2s;
  transition: border-color 0.2s, color 0.2s;
}
.health-insights__selector label.disabled,
.health-insights__selector label.active.disabled {
  pointer-events: none;
  color: #d0d5dd;
  border-color: #f7f9fc;
}
.health-insights__selector label::after {
  position: absolute;
  right: 12px;
  content: "\e926";
  font-family: "icomoon";
  font-weight: bold;
  font-size: 12px;
  color: #667085;
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
}

.health-insights__selector label:hover {
  border-color: #e3e8ee;
}
.health-insights__selector label:active {
  border-color: #dde3ec;
}
.health-insights__selector label.disabled::after {
  color: #d0d5dd;
}
.health-insights__selector input {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}
.health-insights__selector input:checked + label,
.health-insights__selector label.active {
  border-color: #00aacc;
}
.health-insights__selector input:checked + label::after {
  -webkit-transform: rotateZ(90deg);
      -ms-transform: rotate(90deg);
          transform: rotateZ(90deg);
  color: #00aacc;
}
.health-insights__selector-placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #667085;
  background-color: #fff;
  position: absolute;
  left: 38px;
  top: 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.health-insights__selector
  input:focus
  + label:not(.emptyPatientList)
  .health-insights__selector-placeholder,
.health-insights__selector.selected
  label:not(.emptyPatientList)
  .health-insights__selector-placeholder,
.health-insights__selector:active
  label:not(.emptyPatientList)
  .health-insights__selector-placeholder {
  font-size: 12px;
  line-height: 16px;
  padding: 0 4px;
  top: -8px;
  left: 4px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #30393a;
}
.health-insights__selector img {
  margin-right: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.health-insights__selector-dropdown {
  background-color: #fff;
  border: 1px solid #edf0f4;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(102, 112, 133, 0.2),
    0px 2px 12px -4px rgba(102, 112, 133, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(102, 112, 133, 0.2),
    0px 2px 12px -4px rgba(102, 112, 133, 0.12);
  border-radius: 8px;
  padding: 8px 0;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  max-height: 210px;
  overflow: auto;
  position: absolute;
  z-index: 1;
  scrollbar-color: #eaebeb #ffffff;
  scrollbar-width: thin;
  width: 100%;
}
.health-insights__selector-dropdown::-webkit-scrollbar {
  width: 8px;
}
.health-insights__selector-dropdown::-webkit-scrollbar-track {
  background: #ffffff;
}
.health-insights__selector-dropdown::-webkit-scrollbar-thumb {
  background: #eaebeb;
  border-radius: 8px;
}
.health-insights__selector-dropdown li {
  cursor: pointer;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
}
.health-insights__selector-dropdown li:hover {
  background-color: #eceef5;
}
.health-insights__selector-dropdown li:active {
  background-color: #e5e8f1;
}

.health-insights__selector
  input:checked
  + label
  + .health-insights__selector-dropdown {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  opacity: 1;
  pointer-events: auto;
}
.health-insights__selector-dropdown-label {
  padding: 2px 6px;
  background-color: #b1bacd;
  color: #fff;
  border-radius: 200px;
  font-size: 12px;
  line-height: 16px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.health-insights__selector-dropdown
  li:hover
  .health-insights__selector-dropdown-label {
  background-color: #00aacc;
}
.health-insights__selector-dropdown .in-process p {
  max-width: 150px;
}
.text--blue {
  color: #00aacc;
  font-weight: inherit;
}

/* End */
/* /local/js/lab4u/healthInsights/components/greetPage/dist/component.bundle.css?17537071184080 */
/* /local/js/lab4u/entities/AnalysisCard/dist/component.bundle.css?17158596239759 */
/* /local/js/lab4u/entities/AnalysisResultCard/dist/component.bundle.css?1715859623845 */
/* /local/js/lab4u/personalNew/components/UI/Vbutton/dist/component.bundle.min.css?1715859623562 */
/* /local/js/lab4u/healthInsights/components/listPage/components/Decryption/dist/component.bundle.css?17761549446140 */
/* /local/js/lab4u/personalNew/components/UI/Vcheckbox/dist/component.bundle.css?17421929851708 */
/* /local/js/lab4u/personalNew/components/UI/mainPreloader/dist/component.bundle.min.css?1681301878802 */
/* /local/js/lab4u/personalNew/components/popups/popup_template/dist/component.bundle.min.css?17158596232065 */
/* /local/js/lab4u/personalNew/components/addPatientForm/dist/component.bundle.css?17421929857964 */
/* /local/js/lab4u/personalNew/components/photoeditor/dist/photoEditor.bundle.min.css?16813018782507 */
/* /local/js/lab4u/healthInsights/components/listPage/dist/component.bundle.css?175387635023368 */
/* /local/js/lab4u/onlineTest/components/testSection/components/Question/dist/component.bundle.min.css?171585962345 */
/* /local/js/lab4u/onlineTest/components/testSection/components/QuestionSkeleton/dist/component.bundle.css?17537071183297 */
/* /local/js/lab4u/healthInsights/components/pollPage/dist/component.bundle.css?175387635016000 */
/* /local/js/lab4u/healthInsights/components/resultPage/components/DecryptionResultSection/dist/component.bundle.min.css?17537071187644 */
/* /local/js/lab4u/healthInsights/components/resultPage/components/ConclusionSection/dist/component.bundle.css?17538763501091 */
/* /local/js/lab4u/healthInsights/components/resultPage/components/EmailPopup/dist/component.bundle.min.css?17158596231836 */
/* /local/js/lab4u/healthInsights/components/resultPage/components/StatusNotion/dist/component.bundle.min.css?1715859623861 */
/* /local/js/lab4u/healthInsights/components/resultPage/dist/component.bundle.css?175387635014466 */
/* /local/js/lab4u/healthInsights/dist/healthInsights.bundle.css?17538763507419 */
