@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap);
@charset "UTF-8";
/*Color progress bar*/
/*diagramm colors*/
/* @import '~bootstrap/scss/bootstrap';*/
html {
  height: 100%;
}

body {
  font-family: "OpenSans", sans-serif;
}

.body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.body main {
  flex-grow: 1;
}
.body--xl {
  min-width: 1024px;
}
.body--lg {
  min-width: 992px;
}

p {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
.h1, h1 {
  font-size: calc(1rem + 1vw);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.h1-not-mt {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 1.6rem;
  }
}
.h2, h2 {
  font-size: calc(1rem + .9vw);
}

.h2--mb3 {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 1.4rem;
  }
}
.h3, h3 {
  font-size: calc(1rem + 0.5vw);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 1.2rem;
  }
}
.font-bold {
  font-weight: bold;
}

.font-size-sm {
  font-size: 0.9rem;
}

.big-1 {
  font-size: 2.5rem;
}

.big-2 {
  font-size: 2rem;
}

.big-3 {
  font-size: 1.8rem;
}

.big-4 {
  font-size: 1.5rem;
}

.big-5 {
  font-size: 1.3rem;
}

.big-6 {
  font-size: 1.2rem;
}

a {
  color: #1C82B5;
  text-decoration: underline;
}
a:hover {
  color: #155D82;
}

.a--grey {
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
}
.a--grey:hover, .a--grey:focus {
  color: rgba(0, 0, 0, 0.7);
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-center-lg {
  text-align: center;
}

@media (max-width: 768px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-center-lg {
    text-align: left;
  }
}
.service-info {
  font-size: 0.9rem;
}

.first-letter-capitalize::first-letter {
  text-transform: capitalize;
}

[contenteditable=true]:focus {
  padding-left: 5px;
  padding-right: 5px;
  font-style: italic;
}

.contenteditable-wizywig {
  padding: 0.25rem;
  border: 1px solid #1C1C1C;
  height: 350px;
  overflow-y: auto;
}
.contenteditable-wizywig--h-40 {
  height: 150px;
}

.container-lg {
  /* min-width: 1024px;*/
  max-width: 1440px;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 991px) {
  .container, .container-md, .container-sm {
    max-width: 1140px;
  }
}
.container-content {
  /* overflow: auto;*/
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  /*min-width: 830px;*/
}

.bg-footer {
  background-color: rgba(0, 0, 0, 0.2);
}

.mt-12per {
  margin-top: 12%;
}

.mt-lg-5 {
  margin-top: 3rem !important;
}

@media (max-width: 575px) {
  .mt-lg-5 {
    margin-top: 1rem !important;
  }
}
.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-auto-lg {
  margin-left: auto !important;
}

@media (max-width: 768px) {
  .ml-auto-md {
    margin-left: auto !important;
  }

  .ml-auto-lg {
    margin-left: 0;
  }
}
.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-lg-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

@media (max-device-width: 768px) {
  .pl-lg-3 {
    padding-left: 0;
  }

  .p-5 {
    padding: 1rem !important;
  }
}
.navbar .active {
  position: relative;
}
.navbar .active:after {
  content: "";
  height: 5px;
  background-color: #1085BF;
  position: absolute;
  width: 100%;
  bottom: -0.8rem;
}

.navbar-brand img {
  /* width: 140px;*/
}

.nav__link {
  margin-left: 0.7rem;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
.nav__link:hover, .nav__link:focus {
  color: rgba(0, 0, 0, 0.55);
}
.nav__link--photo {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.55);
}

.nav-item--right {
  position: absolute;
  right: 0;
  top: 0;
}

.nav-item--users {
  position: absolute;
  top: 7px;
  right: 45px;
}

.nav-item--users.active {
  position: absolute;
}

.nav__user-photo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ececec;
}

.nav-link--photo > .dropdown-item__user-name {
  display: none;
}

/*меню боковое*/
.sidebar {
  min-width: 170px;
}

.nav-aside .nav__link {
  color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 0;
  padding: 0.5rem 0.7rem 0.5rem 0.9rem;
}
.nav-aside .nav__link:hover, .nav-aside .nav__link:focus {
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  background-color: #ececec;
}
.nav-aside .active {
  color: #1C82B5;
  font-weight: 700;
  position: relative;
  margin-right: -1px;
}
.nav-aside .active:after {
  content: "";
  height: 100%;
  width: 7px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1C82B5;
}
.nav-aside svg {
  width: 15px;
  margin-right: 8px;
  height: 18px;
}

.sub-menu .nav__link {
  padding-left: 2.5rem;
}

.nav-tabs .active {
  font-weight: bold;
}
.nav-tabs .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
  .navbar .active:after {
    content: "";
    height: 3px;
    bottom: 0;
  }

  .nav__link {
    display: block;
    margin-top: 10px;
  }

  .nav-item--right {
    position: static;
  }

  .nav-link--photo {
    display: flex;
    align-items: center;
  }

  .nav-link--photo > .dropdown-item__user-name {
    display: block;
    border-bottom: none;
  }
}
@media (min-width: 991px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: 0;
  }

  .nav__link--lg-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
    background-color: #1085BF;
    border-color: #0a6d9e;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .nav__link--lg-btn:hover {
    color: white;
    background-color: #0a6d9e;
  }
  .nav__link--lg-btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    color: white;
  }
}
.dropdown-menu {
  max-width: 300px;
}

.dropdown-item__user-name {
  padding: 0.25rem 1rem;
  border-bottom: 1px solid #ececec;
}

.dropdown__name,
.dropdown__email {
  margin-bottom: 0.2rem;
  word-wrap: break-word;
}

.dropdown__name {
  font-weight: bold;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #1085BF;
}

.dropdown-menu .dropdown-item__user-name {
  display: block;
}

@media (max-width: 991px) {
  nav .dropdown-menu {
    display: block;
    border: none;
  }

  nav .dropdown-menu .dropdown-item__user-name {
    display: none;
  }
}
@media (min-width: 400px) and (max-width: 991px) {
  nav .dropdown-menu {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  nav .dropdown-menu {
    font-size: 14px;
  }
}
.card-body {
  padding: 1rem 0.6rem;
}

.a-card {
  text-decoration: none;
  color: #1C1C1C;
}
.a-card:hover {
  text-decoration: underline;
  color: #1C1C1C;
}

@media (max-width: 575px) {
  /* .card-img-top {
   width: 50%;
   }*/
}
.col-count-3 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 4%;
       column-gap: 4%;
}

@media (max-width: 991px) {
  .col-count-md-2 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media (max-width: 575px) {
  .col-count-sm-1 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
.img-w {
  width: 80%;
}

.img-w-60 {
  width: 60%;
}

.img-w-8 {
  width: 8%;
}

.img-w-15 {
  width: 15%;
}

.img-w-18 {
  width: 18%;
  max-width: 250px;
}

.img-w-60 {
  width: 60%;
}

.img-w-80 {
  width: 80%;
}

.img-w-lg-80 {
  width: 80%;
}

@media (max-width: 575px) {
  img.img-w, .img-w-60 {
    width: 30%;
  }

  .img-w-lg-80 {
    width: 50%;
  }

  .img-w-18 {
    width: 58%;
  }
}
/*стили для иконок на главной*/
.img-icon-fix {
  height: 69px;
}

.img-icon-fix--small {
  height: 61px;
  padding-top: 8px;
  margin-bottom: 6px;
}

.br-right,
.br-bottom {
  border-color: rgba(139, 139, 139, 0.6);
}

.br-right {
  border-right-width: 1px;
  border-right-style: solid;
}

.br-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.flex-grow {
  flex-grow: 1;
}

.flex-row-to-col {
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-row-to-col {
    flex-direction: column;
  }
}
.d-grid {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}
.d-grid--users-admin-three-input {
  grid-template-columns: 150px 240px 1fr;
}
.d-grid--users-admin-two-input {
  grid-template-columns: 150px 1fr;
}
.d-grid--admin-date {
  grid-template-columns: 55px 170px 75px 170px 1fr;
  align-items: center;
  grid-column-gap: 10px;
}
.d-grid--admin-search-export {
  grid-template-columns: 170px 1fr;
  grid-column-gap: 10px;
}
.d-grid--two-column {
  grid-template-columns: 1fr 1fr;
}

.grid-elem--col-start-5 {
  grid-column-start: 5;
}

@media (max-device-width: 768px) {
  .d-grid {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .d-grid--users-admin-three-input {
    grid-template-columns: 150px 240px;
  }
  .d-grid--users-admin-two-input {
    grid-template-columns: 150px 1fr;
  }
  .d-grid--admin-date {
    grid-template-columns: 65px 170px;
    align-items: baseline;
    grid-column-gap: 10px;
  }
}
@media (max-device-width: 575px) {
  .d-grid {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .d-grid--users-admin-three-input, .d-grid--users-admin-two-input {
    grid-template-columns: 1fr;
  }
}
.dataTables_paginate {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paginate_button {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: 3px 8px;
}
.paginate_button:hover {
  text-decoration: underline;
}
.paginate_button.current {
  background-color: #1C82B5;
  color: white;
}

span .paginate_button {
  font-weight: normal;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-one-symbol {
  width: 40px;
}

.btn {
  min-width: 80px;
}

.btn--flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn--icon {
  min-width: auto;
  background-color: transparent;
  padding: 0.15rem 0.45rem;
  line-height: 1.2;
}

.btn-link {
  color: #1C82B5;
}
.btn-link:hover {
  color: #155D82;
}

.btn--nopadding {
  line-height: 1;
  padding: 0 3px;
}

.btn--search {
  border-radius: 0 0.25rem 0.25rem 0;
  padding-right: 6px;
  min-width: auto;
}

.btn-primary {
  background-color: #1085BF;
  border-color: #0a6d9e;
}
.btn-primary:hover {
  background-color: #0a6d9e;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #1085BF;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  /* float: right;
  margin-top: -30px;
   margin-right: -5px;
   */
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  cursor: pointer;
}

.panel {
  margin-bottom: 0;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-title {
  border: 1px solid #ececec;
  border-radius: 1px;
  font-size: 1rem;
  margin-bottom: 0;
}

.panel-triangle > .panel-heading .panel-title,
.panel-triangle-before > .panel-heading .panel-title,
.panel-triangle-before > .panel-collapse {
  border: none;
}

.panel-default > .panel-heading a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
  font-weight: 700;
  color: #1C1C1C;
  text-decoration: none;
}

.panel-triangle-before > .panel-heading a {
  font-weight: normal;
  line-height: 1.2;
}

.panel-default > .panel-heading a:after {
  content: "";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded=true] {
  background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded=true]:after {
  content: "−";
  transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded=false]:after {
  content: "+";
  transform: rotate(90deg);
}

.panel-triangle > .panel-heading a {
  display: flex;
  align-items: center;
  padding: 10px 0 0 0;
}

.panel-triangle-before > .panel-heading a {
  display: flex;
  align-items: flex-start;
  padding: 10px 0 0 0;
}

.panel-triangle > .panel-heading a:after,
.panel-triangle-before > .panel-heading a:before {
  content: "";
  font-size: 30px;
  line-height: 20px;
}

.panel-triangle > .panel-heading a[aria-expanded=true],
.panel-triangle-before > .panel-heading a[aria-expanded=true] {
  background-color: white;
}

.panel-triangle > .panel-heading a[aria-expanded=true]:after {
  content: "‣";
  transform: rotate(270deg);
}

.panel-triangle > .panel-heading a[aria-expanded=false]:after {
  content: "‣";
  transform: rotate(90deg);
}

.panel-triangle-before > .panel-heading a[aria-expanded=true]:after {
  content: "";
}

.panel-triangle-before > .panel-heading a[aria-expanded=true]:before {
  content: "‣";
  transform: rotate(270deg);
}

.panel-triangle-before > .panel-heading a[aria-expanded=false]:after {
  content: "";
}

.panel-triangle-before > .panel-heading a[aria-expanded=false]:before {
  content: "‣";
  transform: rotate(90deg);
}

.panel-collapse {
  padding: 0.5rem;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.panel-column-2 > .panel-collapse {
  border: none;
  padding: 0;
}
.panel-column-2 > .panel-collapse > .panel-body {
  /* column-count: 2;
   column-gap: 7px;*/
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 0;
  grid-template-columns: 1fr 1fr;
}
.panel-column-2 > .panel-collapse > .panel-body .panel {
  /*    break-inside: avoid;
      page-break-inside: avoid;*/
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

@media (max-width: 768px) {
  .panel-title {
    font-size: 14px;
  }

  .panel-default > .panel-heading a {
    padding: 9px 8px;
    word-break: break-word;
  }

  .panel-default > .panel-heading a:after {
    font-size: 16px;
  }

  .panel-column-2 > .panel-collapse {
    border: none;
    padding: 0;
  }
  .panel-column-2 > .panel-collapse > .panel-body {
    /* column-count: 2;
     column-gap: 7px;*/
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    grid-template-columns: 1fr;
  }
  .panel-column-2 > .panel-collapse > .panel-body .panel {
    /*    break-inside: avoid;
        page-break-inside: avoid;*/
  }
}
.alert > .close {
  margin-top: -5px;
  margin-right: -10px;
}

.list li {
  padding-bottom: 0.4rem;
  line-height: 1.2;
}

.list-style-none {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*элемент списка профессий*/
.list-prof__item {
  display: flex;
  align-items: center;
}
.list-prof__item:hover, .list-prof__item *:hover {
  cursor: pointer;
}

.test__question-wr {
  margin-bottom: 0.5rem;
}
.test__question-wr--boolean {
  display: flex;
}
.test__question {
  border: 1px solid #ececec;
  border-radius: 1px;
  padding: 0.3rem 0.4rem;
  flex-grow: 1;
}
.test__question--grey-bg {
  background-color: rgba(236, 236, 236, 0.8);
}
.test__answer {
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  padding: 0.3rem 0.4rem;
}
.test__answer .form-check:hover {
  background-color: #f5f5f5;
}
.test__answer--boolean {
  padding: 0;
  border-left: none;
  border-top: 1px solid #ececec;
}
.test__error {
  background-color: #F8D7DA;
}
.test__success {
  background-color: #DFF0D8;
}
.test__result .btn {
  margin-top: 0.5rem;
}
.test__res-title {
  border: 1px solid #ececec;
  border-radius: 1px;
  padding: 12px;
  font-weight: 700;
  color: #1C1C1C;
  word-break: break-word;
}
.test__block-label {
  display: block;
}

@media (max-width: 768px) {
  .test__res-title {
    padding: 13px;
  }

  .test__result-collapse {
    padding-right: 0;
  }
  .test__result-collapse a[role=button] {
    min-height: 50px;
  }

  .test__category-result > .col:first-child {
    width: 58%;
  }

  .test__category-result > .col:nth-child(2) {
    width: 42%;
  }
}
.check {
  display: block;
  min-height: 1.5rem;
  height: 50%;
}
.check:first-child {
  border-bottom: 1px solid #ececec;
}
.check__input:checked ~ .check__label {
  background-color: #97CC64;
}
.check__label {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #f5f5f5;
  height: 100%;
}
.check__label:hover {
  background-color: #c9c9c9;
}

.progress-test {
  display: flex;
  align-items: center;
}
.progress-test__bar {
  height: 50px;
  min-width: 0;
  max-width: 94%;
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
.progress-test__point {
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 2%;
}

.lv-1 {
  background-color: #97CC64;
}

.lv-2 {
  background-color: #A7D47D;
}

.lv-3 {
  background-color: #B7DC94;
}

.lv-4 {
  background-color: #C6E3AA;
}

.lv-5 {
  background-color: #D6EBC3;
}

.lv-6 {
  background-color: #E6F2DA;
}

.lv-7 {
  background-color: #EFF7E7;
}

.header-scroll {
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

.progress-bar {
  height: 8px;
  background: #1085BF;
  width: 0;
}

.stages {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stage {
  color: #1085BF;
  border-top: 1px solid #1085BF;
  border-bottom: 1px solid #1085BF;
  cursor: pointer;
  width: 18%;
  padding: 0.3rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.stage--corner:before {
  content: "";
  background: url("../img/right.svg") top left no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
  width: 20.5px;
  height: 104%;
  background-size: cover;
}
.stage--corner:after {
  content: "";
  background: url("../img/right.svg") top left no-repeat;
  position: absolute;
  top: -1px;
  right: -20px;
  width: 20.5px;
  height: 104%;
  background-size: cover;
}
.stage--active {
  background-color: #1085BF;
  color: white;
}
.stage--active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  border-top: 29px solid transparent;
  border-left: 20px solid white;
  border-bottom: 29px solid transparent;
}
.stage--active:after {
  content: "";
  border-top: 29px solid transparent;
  border-left: 20px solid #1085BF;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: -1px;
  right: -20px;
}
.stage--pseudo-active {
  background-color: #0a6d9e;
  color: white;
}
.stage--pseudo-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  border-top: 29px solid transparent;
  border-left: 20px solid white;
  border-bottom: 29px solid transparent;
}
.stage--pseudo-active:after {
  content: "";
  border-top: 29px solid transparent;
  border-left: 20px solid #0a6d9e;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: -1px;
  right: -20px;
}
.stage--disabled {
  background-color: #1085BF;
  color: white;
  opacity: 0.4;
}
.stage--disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 29px solid transparent;
  border-left: 20px solid white;
  border-bottom: 29px solid transparent;
}
.stage--disabled:after {
  content: "";
  border-top: 29px solid transparent;
  border-left: 20px solid #1085BF;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: -1px;
  right: -20px;
}
.stage--wrong {
  background-color: #c4452e;
  color: white;
}
.stage--wrong:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 29px solid transparent;
  border-left: 20px solid white;
  border-bottom: 29px solid transparent;
}
.stage--wrong:after {
  content: "";
  border-top: 29px solid transparent;
  border-left: 20px solid #c4452e;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: -1px;
  right: -20px;
}
.stage--sub {
  width: 15.6%;
  padding-left: 15px;
  font-size: 14px;
}
.stage--sub:before {
  content: "";
  background: url("../img/right.svg") top left no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
  width: 11px;
  height: 103%;
  background-size: cover;
}
.stage--sub:after {
  content: "";
  background: url("../img/right.svg") top left no-repeat;
  position: absolute;
  top: -1px;
  right: -11px;
  width: 11px;
  height: 103%;
  background-size: cover;
}
.stage--sub.stage--active:before {
  border-top: 17px solid transparent;
  border-left: 11px solid white;
  border-bottom: 17px solid transparent;
  top: -2px;
}
.stage--sub.stage--active:after {
  border-top: 17px solid transparent;
  border-left: 11px solid #1085BF;
  border-bottom: 16px solid transparent;
  right: -11px;
}
.stage--sub.stage--pseudo-active:before {
  border-top: 17px solid transparent;
  border-left: 11px solid white;
  border-bottom: 17px solid transparent;
  top: -2px;
}
.stage--sub.stage--pseudo-active:after {
  border-top: 17px solid transparent;
  border-left: 11px solid #0a6d9e;
  border-bottom: 16px solid transparent;
  right: -11px;
}
.stage--sub.stage--disabled:before {
  border-top: 17px solid transparent;
  border-left: 11px solid white;
  border-bottom: 17px solid transparent;
  top: -2px;
}
.stage--sub.stage--disabled:after {
  border-top: 17px solid transparent;
  border-left: 11px solid #1085BF;
  border-bottom: 16px solid transparent;
  right: -11px;
}
.stage__abbr {
  display: none;
}

@media (max-width: 991px) {
  .stage {
    width: 18%;
    padding-left: 15px;
  }
  .stage--corner:before {
    height: 103%;
  }
  .stage--corner:after {
    right: -19px;
    width: 20.5px;
    height: 103%;
  }
  .stage--active:after, .stage--disabled:after {
    border-bottom: 27px solid transparent;
  }

  .stage__description {
    font-size: 13px;
  }

  .stage--sub {
    width: 14.5%;
    font-size: 1rem;
  }
  .stage--sub .stage__title {
    display: none;
  }
  .stage--sub .stage__abbr {
    display: block;
  }
  .stage--sub.stage--active:before, .stage--sub.stage--disabled:before {
    top: 0;
  }
}
@media (max-width: 768px) {
  .stage {
    width: 16%;
    /*padding-left: 18px;*/
  }
  .stage--corner:before {
    height: 103%;
    width: 11px;
  }
  .stage--corner:after {
    right: -11px;
    width: 11px;
    height: 106%;
  }
  .stage--active:before, .stage--disabled:before {
    border-top: 15px solid transparent;
    border-left: 11px solid white;
    border-bottom: 16px solid transparent;
  }
  .stage--active:after, .stage--disabled:after {
    border-top: 15px solid transparent;
    border-left: 11px solid #1085BF;
    border-bottom: 17px solid transparent;
    right: -11px;
  }
  .stage__abbr {
    display: block;
  }
  .stage__title {
    display: none;
  }
  .stage__description {
    display: none;
  }

  .stage--sub {
    width: 13%;
  }
}
@media (max-width: 575px) {
  .stage--sub {
    width: 13%;
  }
  .stage--sub.stage--active {
    border-right: 1px solid #1085BF;
  }
  .stage--sub.stage--active:before {
    left: -1px;
    top: -1px;
  }
  .stage--sub.stage--active:after {
    border-top: 17px solid transparent;
    border-left: 11px solid #1085BF;
    border-bottom: 16px solid transparent;
    right: -12px;
  }
  .stage--sub.stage--disabled {
    border-right: 1px solid #1085BF;
  }
  .stage--sub.stage--disabled:before {
    border-top: 17px solid transparent;
    border-left: 11px solid white;
    border-bottom: 17px solid transparent;
    top: -1px;
  }
  .stage--sub.stage--disabled:after {
    border-top: 17px solid transparent;
    border-left: 11px solid #1085BF;
    border-bottom: 16px solid transparent;
    right: -12px;
  }
}
.scale__title {
  font-weight: bold;
  margin-bottom: 5px;
}
.scale__input {
  display: none;
}
.scale__group {
  display: flex;
  align-items: center;
  border: 2px solid white;
}
.scale__group--wrong {
  border: 2px solid #FD5A3E;
}
.scale__label {
  display: block;
  padding: 0.5rem 0.7rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  flex-grow: 1;
  text-align: center;
}
.scale__input:checked + .scale__label:after {
  content: "";
  display: block;
  border: 2px solid #1A6405;
  background-color: transparent;
  position: absolute;
  width: 101%;
  height: 101%;
  top: -1px;
  left: -1px;
}

.code__wr {
  background-color: #EFF7E7;
}

.code {
  display: flex;
  align-items: center;
}
.code__label {
  font-weight: bold;
  margin-right: 30px;
}
.code__label:not(:first-child) {
  margin-left: 30px;
}
.code__num {
  font-weight: bold;
  font-size: 2.3rem;
  padding: 0 0.7rem;
  background-color: #C6E3AA;
  margin-right: 0.3rem;
  margin-bottom: 0.4rem;
  /*box-shadow: 3px 3px 0px #114E00;*/
}
.code__num:last-child {
  margin-right: 0;
}
.code.btn {
  padding: 0;
}
.code.btn .code__num {
  margin-bottom: 0;
}
.code__active .code__num, .code.btn:hover .code__num {
  background-color: #fbeb8b;
}

@media (max-width: 575px) {
  .code__num {
    font-size: 1.6rem;
  }
}
.job {
  margin-bottom: 0;
}

.job__item {
  margin-bottom: 0.4rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.job__link {
  color: #1C1C1C;
  text-decoration: none;
  display: block;
}
.job__link:hover {
  text-decoration: underline;
  color: #1C1C1C;
}
.job__link span {
  font-weight: bold;
}

.user-profile__photo {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #ececec;
  margin-left: auto;
}
.user-profile__img-button .col {
  text-align: left;
}

@media (max-width: 768px) {
  .user-profile__photo {
    margin: 0 auto;
  }
  .user-profile__img-button .col {
    text-align: center;
  }
}
/*блок, в котором находится поиск из коробки*/
.dataTables_filter {
  display: none;
}

.search-wr {
  width: content-box;
  display: flex;
}
.search-wr::after {
  content: "";
  background: #1085BF;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 49px;
  height: 38px;
}

.search {
  border: 1px solid #ececec;
  padding: 5px 20px 5px 10px;
  border-radius: 2px;
  width: 232px;
}
.search:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);*/
}

.search-input {
  position: relative;
}
.search-input > span {
  border: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  top: 20px;
  right: 45px;
  border-radius: 50%;
  line-height: 0;
  pointer-events: none;
  cursor: pointer;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
  font-size: 20px;
}

.search-input > input.has-value + span {
  pointer-events: all;
  opacity: 1;
}

.password-control {
  position: absolute;
  top: 11px;
  right: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/view.svg") 0 0 no-repeat;
}

.password-control.view {
  background: url("../img/no-view.svg") 0 0 no-repeat;
}

select.form-control {
  -webkit-appearance: menulist;
}

.dataTables_wrapper {
  position: static;
  overflow: auto;
}

/*сортировка*/
table.dataTable thead .sorting div {
  display: flex;
  align-items: center;
  line-height: 1rem;
}
table.dataTable thead .sorting div::after {
  content: "";
  background-image: url("../images/sort_both.png");
  width: 17px;
  height: 19px;
}

table.dataTable thead .sorting_asc div::after {
  content: "";
  background-image: url("../images/sort_asc.png");
}

table.dataTable thead .sorting_desc div::after {
  content: "";
  background-image: url("../images/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled div::after {
  content: "";
  background-image: url("../images/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled div::after {
  background-image: url("../images/sort_desc_disabled.png");
}

/*наведение строк*/
.table-hover > tbody > tr:hover {
  background-color: #EFF7E7;
}

.table-sm-font {
  line-height: 1.3;
  font-size: 0.9rem;
}

.table-sticky tr td:first-child, .table-sticky tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 10;
  background-color: #fff;
}

.table-word-break-7 tbody td:nth-child(7) {
  word-break: break-word;
  width: 220px;
}

.width-full {
  width: 100%;
}

.width-md-50 {
  width: 50%;
}

@media (max-width: 768px) {
  .width-md-50 {
    width: 100%;
  }
}
.copy-link-mess {
  border-radius: 0.25rem;
  background-color: #C6E3AA;
  border-color: #B7DC94;
  color: #1C1C1C;
  position: fixed;
  padding: 0.375rem 0.75rem;
  z-index: 99;
  bottom: 10%;
  left: 50%;
  margin-left: -120px;
  display: none;
  vertical-align: middle;
}

.modal-question {
  word-break: break-word;
}

.panel {
  margin-bottom: 0;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-title {
  border: 1px solid #ececec;
  border-radius: 1px;
  font-size: 1rem;
  margin-bottom: 0;
}

.panel-triangle > .panel-heading .panel-title,
.panel-triangle-before > .panel-heading .panel-title,
.panel-triangle-before > .panel-collapse {
  border: none;
}

.panel-default > .panel-heading a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
  font-weight: 700;
  color: #1C1C1C;
  text-decoration: none;
}

.panel-triangle-before > .panel-heading a {
  font-weight: normal;
  line-height: 1.2;
}

.panel-default > .panel-heading a:after {
  content: "";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded=true] {
  background-color: #eee;
}

.panel-default > .panel-heading a[aria-expanded=true]:after {
  content: "−";
  transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded=false]:after {
  content: "+";
  transform: rotate(90deg);
}

.panel-triangle > .panel-heading a {
  display: flex;
  align-items: center;
  padding: 10px 0 0 0;
}

.panel-triangle-before > .panel-heading a {
  display: flex;
  align-items: flex-start;
  padding: 10px 0 0 0;
}

.panel-triangle > .panel-heading a:after,
.panel-triangle-before > .panel-heading a:before {
  content: "";
  font-size: 30px;
  line-height: 20px;
}

.panel-triangle > .panel-heading a[aria-expanded=true],
.panel-triangle-before > .panel-heading a[aria-expanded=true] {
  background-color: white;
}

.panel-triangle > .panel-heading a[aria-expanded=true]:after {
  content: "‣";
  transform: rotate(270deg);
}

.panel-triangle > .panel-heading a[aria-expanded=false]:after {
  content: "‣";
  transform: rotate(90deg);
}

.panel-triangle-before > .panel-heading a[aria-expanded=true]:after {
  content: "";
}

.panel-triangle-before > .panel-heading a[aria-expanded=true]:before {
  content: "‣";
  transform: rotate(270deg);
}

.panel-triangle-before > .panel-heading a[aria-expanded=false]:after {
  content: "";
}

.panel-triangle-before > .panel-heading a[aria-expanded=false]:before {
  content: "‣";
  transform: rotate(90deg);
}

.panel-collapse {
  padding: 0.5rem;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.panel-column-2 > .panel-collapse {
  border: none;
  padding: 0;
}
.panel-column-2 > .panel-collapse > .panel-body {
  /* column-count: 2;
   column-gap: 7px;*/
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 0;
  grid-template-columns: 1fr 1fr;
}
.panel-column-2 > .panel-collapse > .panel-body .panel {
  /*    break-inside: avoid;
      page-break-inside: avoid;*/
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
}

@media (max-width: 768px) {
  .panel-title {
    font-size: 14px;
  }

  .panel-default > .panel-heading a {
    padding: 9px 8px;
    word-break: break-word;
  }

  .panel-default > .panel-heading a:after {
    font-size: 16px;
  }

  .panel-column-2 > .panel-collapse {
    border: none;
    padding: 0;
  }
  .panel-column-2 > .panel-collapse > .panel-body {
    /* column-count: 2;
     column-gap: 7px;*/
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 0;
    grid-template-columns: 1fr;
  }
  .panel-column-2 > .panel-collapse > .panel-body .panel {
    /*    break-inside: avoid;
        page-break-inside: avoid;*/
  }
}
.alphabet-list {
  list-style: none;
  margin-top: 2rem;
  padding-left: 0;
}

.alphabet-symbol:hover {
  color: #1085BF;
}
.alphabet-symbol--active {
  background-color: rgba(236, 236, 236, 0.8);
}

.color1,
.color2,
.color3,
.color4,
.color5,
.color6,
.color7,
.color8 {
  display: flex;
  align-items: center;
}
.color1:before,
.color2:before,
.color3:before,
.color4:before,
.color5:before,
.color6:before,
.color7:before,
.color8:before {
  content: "";
  border-radius: 50%;
  height: 9px;
  width: 9px;
  margin-right: 6px;
  background-color: #97CC64;
}

.color2:before {
  background-color: #FFD963;
}

.color3:before {
  background-color: #FD5A3E;
}

.color4:before {
  background-color: #d17905;
}

.color5:before {
  background-color: #77B6E7;
}

.color6:before {
  background-color: #A955B8;
}

.color7:before {
  background-color: #c7c6c3;
}

.color8:before {
  background-color: #C1E0E7;
}

.card-body--diagramm {
  padding: 1rem 0.75rem 0.25rem 0.75rem;
}

#chart5 {
  height: 400px;
}

.box-shadow {
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.15);
}

.box-shadow-hover:hover {
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.15);
}

.navbar-brand .animation {
  transition: transform 0.9s;
}

.navbar-brand:hover .animation {
  transform: rotate(400grad);
}

.v-cloak-container, [v-cloak] {
  display: none;
}

[v-cloak] + .v-cloak-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}

.v-cloak-img {
  width: 100px;
  transform: rotate(360grad);
  -webkit-animation: rotate 0.6s infinite;
          animation: rotate 0.6s infinite;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

/*# sourceMappingURL=app.css.map*/