.wraper {
  background: #F8F8FA;
}
.container-stl {
  background: #FFFFFF;
  box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.15);
  padding: 29px;
}
.wrapper-header {
  padding: 29px 29px 9px;
  background: #FFFFFF;
  box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 14px;
}
.filter-stl-holder {
  width: 177px;
  padding-right: 25px;
}
.filter-input-stl {
  border: 1px solid #000000;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 0 10px;
  color: #6C6D70;
}

.content .filter-select-stl, .container-fluid .filter-select-stl{
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #6C6D70;
  margin: 0;
  background-color: #fff;
  padding: 0 10px;
}

.content .select-new-filter-style .multiselect__tags {
  padding: 1px 34px 0 1px;
}
.content .select-new-filter-style .multiselect__content-wrapper {
  width: 220%;
}

.content .select-new-filter-style.ms-select-full .multiselect__content-wrapper {
  width: 320%;
}
.content .filter-select-stl .multiselect__tags, .container-fluid .filter-select-stl .multiselect__tags {
  margin-top: 0px;
  display: flex;
  align-items: center;
  max-height: 100%;
  font-size: 14px;
  line-height: 16px;
  max-width: 100%;
  overflow: hidden;
}

.form-control-multy-request .multiselect__content-wrapper {
  width: 540px;
}

.content .filter-select-stl .multiselect__tags  .multiselect__tags-wrap {
  max-width: 100%;
}
.multiselect__placeholder {
  margin-bottom: 0;
}

.content .filter-select-stl .multiselect__select {
  top: 7px;
}

.content .filter-select-stl  .multiselect__content-wrapper {
  top: 34px;
}

.df-ac {
  display: flex;
  align-items: center;
}

.df-al {
  display: flex;
  align-items: flex-start;
}

.df-ar {
  display: flex;
  align-items: flex-end;
}

.filter-wrapper-stl {
  padding-bottom: 0px;
  margin-bottom: 0px;
  box-shadow: inset 0px 0px 0px transparent;
}

.project-filter__butt {
  margin-bottom: 0;
}

.header-title-transpatrent {
  background-color: transparent;
  border: 0px;
  padding: 0px 20px;
  height: auto;
  float: none;
  margin-top: 55px;
}

.page-title {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 5px;
}

.page-content {
  padding: 20px;
}

.container-flex {
  display: flex;
}
.container-col {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
.container-col:first-child {
  margin-right: 25px;
  margin-left: 0;
}
.container-col .container-stl {
  margin-bottom: 20px;
}
.container-col .container-stl:last-child {
  margin-bottom: 0;
}

.container-stl-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.0015em;
  color: #000000;
  margin-bottom: 10px;
  padding: 0 16px;
}

.container-stl-body {
  padding: 14px 14px 10px;
}
.container-stl-body table.light-table tbody tr td {
  padding: 3px 18px 15px 0px;
}
.container-stl-body table.light-table tbody tr:last-child td {
  padding: 0px 18px 0px 0px;
}

.container-stl-table {
  width: 100%;
}
.container-stl-table tbody tr {
  border-bottom: 0.3px solid #6C6D70;
}
.container-stl-table tbody tr:last-child {
  border-bottom: 0px solid transparent;
}
.container-stl-table td {
  padding: 14px 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.0015em;
  color: #000000;
}

.container-stl-table .td-color-gray td, .container-stl-table .td-color-gray td a{
  color: #7e7e7e;
}

.container-stl-table th {
  letter-spacing: 0.0015em;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #002333;
  padding: 14px 16px;
}
.container-stl-table thead tr {
  border-bottom: 0.3px solid #6C6D70;
}

.stl-w-full {
  width: 100%;
}

.df-js-b {
  justify-content: space-between;
}

.df-jc {
  justify-content: center;
}

.butt-stl {
  display: flex;
  border: 1px solid transparent;
  min-width: 160px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.0125em;
  background-color: white;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 13px 15px;
  text-align: center;
  border-radius: 4px;
  height: 40px;
}
.butt-stl2 {
  height: 60px;
  font-size: 16px;
}
.butt-stl:hover {
  text-decoration: none;
}
.butt-stl:active {
  text-decoration: none;
}
.butt-stl:focus {
  text-decoration: none !important;
  outline-offset: 0px !important;
}
.butt-stl-midlle {
  height: 25px;
  font-size: 12px;
}

.butt-stl-small {
  font-size: 12px;
}

.butt-stl-small2 {
  font-size: 11px;
}

.butt-w-244 {
  min-width: 244px;
}

.butt-blue {
  border: 1px solid #0D74BB;
  background-color: #0D74BB;
  color: #fff;
}

.butt-blue:hover {
  color: #fff;
  background-color: rgba(9, 123, 202, 0.8392156863);
}
.butt-black {
  border: 1px solid #000000;
  background-color: white;
  color: #0A1729;
}
.butt-black:hover {
  background-color: #0A1729;
  color: white;
}
.butt-black-dis {
  border: 1px solid #777879;
  color: #828282;
}
.butt-black-dis:hover {
  background-color: #fff;
  border: 1px solid #777879;
  color: #828282;
  cursor: not-allowed;
  pointer-events: none;
}
.butt-red {
  background-color: #DC0032;
  border: 1px solid #DC0032;
  color: #ffffff;
}
.butt-red:hover {
  background-color: #9D1534;
  border: 1px solid #9D1534;
}

.butt-green {
  background-color: #3CB97D;
  border: 1px solid #3CB97D;
  color: #ffffff;
}
.butt-green:hover {
  background-color: #2fe62fd9;
  border: 1px solid #2fe62fd9;
  color: #ffffff;
}


.butt-green.disabled, .butt-green.disabled:hover  {
  cursor: default;
  background-color: rgba(60, 185, 125, .5);
  border: 1px solid rgba(60, 185, 125, .5);
}

.container-stl.container-stl-card {
  padding: 14px 0;
}

.butt-blue-add {
  color: #0D74BB;
  background-color: white;
  border: 1px solid #0D74BB;
  border-radius: 6px;
  height: 32px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
}
.butt-blue-add:hover {
  background-color: #0D74BB;
  color: white;
}
.butt-blue-add span.butt-plus {
  font-size: 26px;
  margin-right: 8px;
}

.stl-df-jsb {
  display: flex;
  justify-content: space-between;
}


.card-butt {
  padding: 0 30px;
}

.info-help-block {
  position: relative;
}
.info-help-block-content {
  background: #FFFFFF;
  border: 0.5px solid #000000;
  border-radius: 10px;
  padding: 6px;
  position: absolute;
  bottom: 104%;
  left: 100%;
  display: none;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  width: auto;
  min-width: 328px;
}
.info-help-block:hover .info-help-block-content {
  display: block;
}

.icon-item {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}

.status-history {
  background-image: url("../img/history.svg");
}

.add-butt {
  background-image: url("../img/add-butt.png");
}

.add-butt-red {
  background-image: url("../img/add_red.png");
}

.icon-info-dis {
  background-image: url("../img/black-info-dis.svg");
}

.icon-info-black {
  background-image: url("../img/black-info.svg");
}

.icon-open-link {
  background-image: url("../img/arrow.svg");
}
.icon-open-link.collapse {
  transform: rotate(180deg);
}

.icon-edit-link {
  background-image: url("../img/edit.svg");
}

.icon-delete-link {
  background-image: url("../img/delete-gray.png");
}

.icon-delete-link:hover {
  background-image: url("../img/delete-black.png");
}

.icon-directim-link {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/directum.png") center center no-repeat;
  background-size: contain;
  background-position: center;
}

table td a.row-table-black-link{
  color: #002333;
  text-decoration-line: underline;"
}

.icon-ex-st-blocked {
  width: 12px;
  height: 13px;
  display: inline-block;
  background: url("../img/ex-st-blocked.png") center center no-repeat;
}
.icon-ex-st-unlock {
  width: 11px;
  height: 13px;
  display: inline-block;
  background: url("../img/ex-st-unlock.png") center center no-repeat;
}
.icon-ex-st-viewing {
  width: 14px;
  height: 13px;
  display: inline-block;
  background: url("../img/ex-st-viewing.png") center center no-repeat;
}

.card-info-text {
  color: #6C6D70;
  letter-spacing: 0.004em;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  display: flex;
}
.card-info-text .icon-item {
  margin-left: 0;
  margin-right: 6px;
}

.stl-fw-bold {
  font-weight: bold;
}

.stl-link-blue {
  color: #0D74BB;
}

.stl-link-black {
  text-decoration: underline;
  color: #000000;
}

.stl-black-light {
  color: #002333 !important;
}

.modal-dialog-scrollable .modal-content .modal-body {
  max-height: 400px;
  overflow-y: auto;
}

.modal-new-style .modal-content {
  max-width: 600px;
  padding: 25px 0 25px;
  background: #FFFFFF;
  border: 1px solid #6C6D70;
  border-radius: 6px;
  box-shadow: none;
  margin-top: 0px;
  max-height: 100%;
  overflow-y: auto;
}
.modal-new-style .modal-content.modal-content-middle {
  max-width: 439px;
  margin-left: auto;
  margin-right: auto;
}
.modal-new-style .modal-content.modal-content-history .modal-body {
  padding: 0;
}
.modal-new-style .modal-content.modal-content-history .modal-history-statys {
  padding: 7px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.modal-new-style .modal-content.modal-content-history .modal-history-statys:first-child {
  padding: 10px 25px 7px;
}
.modal-new-style .modal-content.modal-content-history .modal-history-statys__name {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.0015em;
  margin-bottom: 2px;
}
.modal-new-style .modal-content.modal-content-history .modal-history-statys__author {
  color: #6C6D70;
  letter-spacing: 0.004em;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.modal-new-style .modal-content.modal-content-history .modal-history-link {
  padding-top: 10px;
}
.modal-new-style .modal-body {
  margin-bottom: 40px;
  padding: 0 25px;
}
.modal-new-style .modal-body .form-group {
  margin-bottom: 18px;
}
.modal-new-style .modal-body .form-group:last-child {
  margin-bottom: 0;
}
.modal-new-style .modal-body .form-group label {
  color: #6C6D70;
  letter-spacing: 0.004em;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.modal-new-style .modal-body .form-group .form-control {
  padding: 5px 16px;
  border: 1px solid #6C6D70;
  border-radius: 4px;
  height: 40px;
}
.modal-new-style .modal-body .form-group .form-control:focus {
  box-shadow: none;
}
.modal-new-style .modal-body .form-group .form-control::-moz-placeholder {
  color: #828282;
  letter-spacing: 0.0015em;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-style: normal;
}
.modal-new-style .modal-body .form-group .form-control::placeholder {
  color: #828282;
  letter-spacing: 0.0015em;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-style: normal;
}
.modal-new-style .modal-body .form-group select.form-control {
  background: url("../img/selet-arrow.svg") center right 10px no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 30px;
}

select.form-control:disabled {
  background-color: #eeeeee !important;
  /*background: url("../img/selet-arrow.svg") center right 10px no-repeat;*/
  opacity: 1;
}

.modal-new-style .modal-body .form-group select.form-control::-ms-expand {
  display: none;
}
.modal-new-style .modal-body .form-group select.form-control option {
  background-color: #fff;
}

.modal-new-style .modal-body .form-group select.form-control_dis option[disabled] {
  background-color: #eeeeee;
}

.modal-new-style .modal-header {
  padding: 0 25px;
  border: 0px solid transparent;
  margin-bottom: 20px;
}
.modal-new-style .modal-header .modal-suptitle {
  margin: 10px 0 0;
}
.modal-new-style .modal-header .modal-title {
  letter-spacing: 0.0015em;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
}
.modal-new-style .modal-header .close {
  display: none;
}
.modal-new-style .modal-footer {
  padding: 0 25px;
  border: 0px solid transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-new-style .modal-footer .butt-stl {
  margin-right: 10px;
  min-width: 129px;
}
.modal-new-style .modal-footer .butt-stl:last-child {
  margin-right: 0;
}

@media (max-width: 1700px) {
  .container-col .row .col-xs-12 {
    width: 100%;
  }
  .container-stl-body .w-1770-fw {
    flex-direction: column;
  }
  .container-stl-body .w-1770-fw .light-table {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .container-flex-card {
    flex-wrap: wrap;
  }
  .page-content .container-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-content .container-col:last-child {
    margin-bottom: 0;
  }
  .page-content .container-col .container-stl-card {
    width: 100%;
  }
}
.project-filter__butt-btn.butt-new-style {
  margin-bottom: 0;
  height: 40px;
}
.project-filter div.col-xs-12 {
  margin-bottom: 10px;
}
.filter-wrapper-stl .col-lg-2.mycol-l.filter-stl-holder {
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px 20px 0;
}
.col-md-12.mycol.header {
  display: flex;
  justify-content: space-between;
  background-color: #0a1729;
}
.nav.navbar-nav {
  width: 100%;
  flex-wrap: wrap;
}
.header-login {
  width: auto;
  min-width: 260px;
  height: auto;
  min-height: 50px;
  float: none;
  display: flex;
}
.header-login ul.l-menu {
  position: relative;
}

.header-login .header-link-help-info {
  display: flex;
  order: 2;
}

.header-login ul.l-menu li ul.user-name-menu {
  position: absolute;
  width: 100%;
  left: 0;
  /*top: 115%;*/
  top: 35px;
}
.modal-close-active .modal-header .close {
  display: block;
}
.modal form {
  width: 100%;
  height: 100%;
  margin-top: -29px;
}
.modal {
  z-index: 2050;
}
.modal-dialog.modal-new-style {
  height: 100%;
  max-height: 88vh;
  padding-top: 80px;
}

.filter-input-datapicer {
  background: url("../img/datapicker.png") center right 10px no-repeat;
  padding-right: 32px;
}

.form-control.filter-input-datapicer {
  background: url("../img/datapicker.png") center right 10px no-repeat !important;
  background-color: #fff;
}

.form-control.filter-input-timepicer {
  background: url("../img/timepicker.png") center right 16px no-repeat !important;
  background-color: #fff;
}

.vdp-datepicker__calendar .weekend{
  background-color: #d9edf7;
}
.vdp-datepicker__calendar .cell.highlighted.today,
.vdp-datepicker__calendar .cell.today{
  /*background-color: #95c6de;*/
  background-color: #e6e6fa;
}
.vdp-datepicker__calendar .cell.selected.today {
  background-color: rgb(68, 187, 221);
}

@media (max-width: 1200px) {
  .project-filter .filter-stl-holder, .project-filter .butt-new-style {
    width: 100%;
    padding-right: 0;
  }
}

.stl-pt-10 {
  padding-top: 10px;
}

.stl-rg-15 {
  padding-right: 15px;
}

.header-link-back {
  display: inline-block;
  background: url("../img/header-back.png") center center no-repeat;
  width: 29px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

.admin-form div{
  padding: 0px;
}
.admin-form div.multiselect{
  padding: 4px;
}

.admin-form h4{
  font-weight: bold;
  font-size: 14px;
}

.admin-form div span.link{
  color: #0d72b7;
}
.admin-form div.controller{
  width: 500px;
}
.admin-form div.controller input{
  width:100%;
}

.header-link-setting {
  display: inline-block;
  background: url("../img/settings.png") center center no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

.footer-stl-card-contol {
  display: flex;
  padding-top: 40px;
}

.expert-table-info tbody tr {
  border-bottom: 0px solid transparent;
}
.expert-table-info tbody td {
  line-height: 18px;
  vertical-align: top;
  border: 0px solid transparent;
}
.expert-table-info tbody td:first-child {
  width: 200px;
}

.stl-textarea-rn {
  resize: none;
}

.expert-form-stl {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6C6D70;
}
.expert-form-stl label.expert-edit-form__label {
  font-weight: normal;
  font-size: 12px;
  color: #6C6D70;
}
.expert-form-stl .stl-textarea-rn {
  height: 89px;
}

.footer-stl-table-contol {
  display: flex;
  padding-top: 20px;
  border-top: 0.3px solid #6C6D70;
}

.expert-table-stl thead tr {
  border-bottom: 0px solid transparent;
}

.expert-table-stl2 thead th, expert-table-stl2 tbody td{
  padding: 14px 8px;
}

.expert-table-stl tbody tr:first-child {
  border-top: 0.3px solid #6C6D70;
}

.stl-w-90 {
  width: 90px;
}

.stl-w-120 {
  width: 120px;
}

.stl-w-140 {
  width: 140px;
}

.stl-w-190 {
  width: 190px;
}

.stl-w-200 {
  width: 210px;
}
.stl-w-210 {
  width: 210px;
}

.stl-w-250 {
  width: 250px;
}
.conteiner-add-file {
  display: flex;
  align-items: center;
}
.conteiner-add-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.conteiner-add-file-title {
  margin-bottom: 0;
  margin-right: 10px;
}

.conteiner-add-file-butt {
  margin-top: 0;
}

.conteiner-add-file-text {
  margin-left: 10px;
}

.form-group-add-file {
  padding-top: 15px;
}

.table-question-list {
  width: 100%;
  min-width: 1200px;
  border: 0px solid transparent;
}
.table-question-list__thead-name {
  /*width: 50%;*/
  width: auto;
}
.table-question-list__thead-switch {
  width: 25% !important;
}
.table-question-list__thead-archive {
  width: 25% !important;
}
.table-question-list__thead tr {
  box-shadow: inset 0px -1px 0px #DCDCDC;
}
.table-question-list__thead th {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  padding: 16px 10px;
  color: #000000;
  letter-spacing: 0.004em;
}
.table-question-list__thead th:first-child {
  padding-left: 27px;
}
.table-question-list__thead th:last-child {
  padding-right: 27px;
}
.table-question-list__tfoot tr td {
  padding: 16px 10px !important;
}
.table-question-list__tfoot tr td:first-child {
  padding-left: 27px !important;
}
.table-question-list__tfoot tr td:last-child {
  padding-right: 27px !important;
}
.table-question-list__tbody tr {
  display: none;
}
.table-question-list__tbody tr td {
  vertical-align: middle;
  padding: 16px 10px;
}
.table-question-list__tbody.active tr {
  display: table-row;
}
.table-question-list__tbody.active .open-conteiner-icon {
  transform: rotate(0);
}
.table-question-list__tbody-container {
  display: table-row !important;
}
.table-question-list__tbody-container td {
  padding: 16px 10px;
}
.table-question-list__tbody-container td:first-child {
  padding-left: 27px;
}
.table-question-list__tbody-container td:last-child {
  padding-right: 27px;
}
.table-question-list__tbody-name {
  font-weight: 600;
  font-size: 14px;
}

.table-question-list__tbody-tr-result td {
  padding: 16px 10px;
}

.table-question-list__tbody-tr-result td:first-child {
  padding-left: 79px;
}
.exp-doc-file {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  background: url("../img/doc-pdf.png") center center no-repeat;
}

.open-conteiner-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  background: url("../img/arrow_down.png") center center no-repeat;
  transform: rotate(180deg);
}

.open-conteiner-icon-dop {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  background: url("../img/arrow_down.png") center center no-repeat;
  transform: rotate(180deg);
}

.close-area .open-conteiner-icon, .close-area .open-conteiner-icon-dop {
  transform: rotate(0);
}

.cloud-upload-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  background: url("../img/cloud-upload.png") center center no-repeat;
  transform: rotate(180deg);
}

.docs-doc-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  background: url("../images/docs.png") center center no-repeat;
  transform: rotate(180deg);
}

.docs-doc-icon-sovet {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  background: url("../images/docs.png") center center no-repeat;
}


.xls-doc-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
  background: url("../images/xls.png") center center no-repeat;
  /*transform: rotate(180deg);*/
}

.i-info-commetn {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 8px;
  background: url("../img/comment-info.png") center center no-repeat;
}

.icon-item-archive {
  display: inline-block;
  width: 24px;
  height: 22px;
  vertical-align: middle;
  margin-right: 6px;
  background: url("../img/archive.png") center center no-repeat;
}

.doc-arcive-box {
  display: flex;
  align-items: flex-start;
}
.doc-arcive-box__count {
  font-weight: 600;
  color: #002333;
  letter-spacing: 0.0015em;
  line-height: 1;
  font-size: 14px;
}

.table-question-link {
  color: #002333;
  text-decoration: none;
}
.table-question-link:hover {
  color: #002333;
  text-decoration: none;
}
.table-question-link:active, .table-question-link:focus {
  color: #002333;
  text-decoration: none;
}

.switch-container {
  display: flex;
  align-items: center;
}
.switch-container .switch-text {
  color: #939393;
}
.switch-container .switch-text.checked {
  color: #0D74BB;
}

.switch-box {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 18px;
  margin: 0 10px;
}
.switch-box input {
  display: none;
}
.switch-box__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E2E3EF;
  transition: 0.4s;
}
.switch-box__slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(113, 113, 113, 0.24);
  left: 0px;
  bottom: 0px;
  transition: 0.4s;
}

.switch-box input:checked + .switch-box__slider {
  background-color: #0D74BB;
}

.switch-box input:focus + .switch-box__slider {
  box-shadow: 0 0 1px #0D74BB;
}

.switch-box input:checked + .switch-box__slider:before {
  transform: translateX(20px);
}

.switch-box__slider.switch-box__round {
  border-radius: 10px;
}
.switch-box__slider.switch-box__round:before {
  border-radius: 50%;
}

.modal-close-active .modal-header .close {
  display: block;
}

/* ***  */
.switch-box__slider2:before {
  left: -1px;
  transform: translateX(20px);
}
.switch-box input:checked + .switch-box__slider2 {
  background-color: #0D74BB;
}
.switch-box input + .switch-box__slider2 {
  background-color: #0D74BB;
}
.switch-box input:checked + .switch-box__slider2:before {
  transform: translateX(0px);
}

.table-doc__status-link {
  position: relative;
}
.table-doc__status-link .table-doc__status-after {
  display: none;
  position: absolute;
  right: -50px;
  top: -15px;
  padding: 2px 4px;
  align-items: center;
  justify-content: center;
  line-height: 130%;
  font-weight: 600;
  font-size: 9px;
  letter-spacing: 0.0015em;
  color: #FFFFFF;
  background-color: #0D74BB;
  border-radius: 2px;
}
.table-doc__status-link.new-doc .table-doc__status-after {
  display: flex;
}

.page-title-wrapper {
  line-height: 1;
  padding: 10px 0px;
  font-size: 14px;
  line-height: 22px;
}

.page-title-container__title {
  margin-bottom: 5px;
}

.butt-vote-behind {
  background: #FFFFFF;
  border: 0.5px solid #3CB97D;
  color: #3CB97D;
  font-weight: 400;
  font-size: 11px;
}
.butt-vote-behind:hover, .butt-vote-behind.active {
  background-color: #3CB97D;
  color: #FFFFFF;
}
.butt-vote-against {
  background: #FFFFFF;
  border: 0.5px solid #DC3445;
  font-weight: 400;
  font-size: 11px;
  color: #DC3445;
}
.butt-vote-against:hover, .butt-vote-against.active {
  background-color: #DC3445;
  color: #FFFFFF;
}
.butt-vote-abstain {
  color: #F2994A;
  background: #FFFFFF;
  border: 0.5px solid #F2994A;
  font-weight: 400;
  font-size: 11px;
}
.butt-vote-abstain:hover, .butt-vote-abstain.active {
  background-color: #F2994A;
  color: #FFFFFF;
}
.butt-vote-disabled {
  background: #FFFFFF;
  border: 0.5px solid #999999;
  color: #999999;
  cursor: auto !important;
}
.butt-vote-disabled:hover {
  background: #FFFFFF;
  border: 0.5px solid #999999;
  color: #999999;
}

.vote-controll .vote-controll-item {
  margin-right: 25px;
}
.vote-controll .status-history {
  margin-left: 0;
}

.form-group .info-vote-modal__history {
  margin-bottom: 5px;
}
.form-group .info-vote-modal__history:last-child {
  margin-bottom: 0;
}

.modal-new-style .modal-header .modal-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.stl-vertical-bottom {
  vertical-align: bottom;
}

.item-vote-behind {
  display: block;
  width: 17px;
  height: 12px;
  background: url("../img/i-behind.png") center center no-repeat;
}
.item-vote-against {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/i-against.png") center center no-repeat;
}
.item-vote-abstain {
  display: block;
  width: 9px;
  height: 15px;
  background: url("../img/i-abstain.png") center center no-repeat;
}

.list-vote-area {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border: 2px solid transparent;
}
.list-vote-area:hover {
  cursor: pointer;
  border: 2px solid #0D74BB;
}
.list-vote-area:hover .list-vote-container {
  display: block;
}
.list-vote-checked {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.list-vote-container {
  display: none;
  position: absolute;
  width: 176px;
  background: #FFFFFF;
  top: 104%;
  z-index: 100;
}
.list-vote__item {
  display: flex;
  align-items: center;
  padding: 11px;
  width: 100%;
  letter-spacing: 0.0015em;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #002333;
  transition: 0.3s all;
}
.list-vote__item:hover {
  cursor: pointer;
}
.list-vote__item-behind {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background: url("../img/i-behind.png") center center no-repeat;
  border: 2px solid #3CB97D;
  border-radius: 6px;
}
.list-vote__item-against {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background: url("../img/i-against.png") center center no-repeat;
  border: 2px solid #DC3445;
  border-radius: 6px;
}
.list-vote__item-abstain {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  background: url("../img/i-abstain.png") center center no-repeat;
  border: 2px solid #F2994A;
  border-radius: 6px;
}

textarea.form-control {
  min-height: 89px;
}

.form-control-data-inp {
  background: url("../img/data-inp.png") right 13px center no-repeat;
  width: 182px;
  padding-right: 44px;
}

.stl-check-box {
  display: inline-block;
  position: relative;
  min-height: 18px;
  margin: 0px auto 0px !important;
}
.stl-check-box span {
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.stl-check-box span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0px auto 0px !important;
  border: 2px solid #002333;
  border-radius: 3px;
}
.stl-check-box span::before {
  position: absolute;
  content: "";
  left: 2px;
  top: 3px;
  width: 14px;
  height: 10px;
  background: url("../img/check.png") center center no-repeat;
  display: none;
}
.stl-check-box-inp {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.df-js-b {
  display: flex;
  justify-content: space-between;
}

.stl-check-box > .stl-check-box-inp:checked + span::before {
  display: block;
}

.completed-expert-title {
  display: block;
  margin-bottom: 3px;
  color: #6C6D70;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.completed-expert .form-control {
  color: #6C6D70;
  font-weight: 400;
  font-size: 14px;
}

.td-item-vote {
  margin: 0 auto;
}

.table-clue-matrix {
  margin-right: 20px;
}
.table-clue-matrix tr td {
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: #000;
  text-transform: uppercase;
  padding: 10px 12px;
  border: 1px solid #B9B9B9;
}

.table-expert-matrix {
  color: #000000;
  width: 100%;
  min-width: 991px;
}
.table-expert-matrix thead tr th {
  border: 1px solid #B9B9B9;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
}
.table-expert-matrix thead tr.tr-count-org th {
  font-weight: 400;
  font-size: 12px;
  padding: 12px 10px;
  line-height: 130%;
  padding: 10px 12px;
}
.table-expert-matrix thead tr.tr-count-org th.stl-bold {
  font-weight: 600;
}
.table-expert-matrix thead tr.tr-name-org th {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-weight: 400;
  font-size: 12px;
  padding: 12px 10px;
  line-height: 130%;
}
.table-expert-matrix thead tr.tr-name-org th.stl-bold {
  font-weight: 600;
}
.table-expert-matrix tbody tr td {
  border: 1px solid #B9B9B9;
  padding: 7px 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}
.table-expert-matrix tbody.tfoot-result-golos tr td {
  border: 1px solid #B9B9B9;
  padding: 8px 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
.table-expert-matrix tfoot.tfoot-result-itog tr td {
  border: 1px solid #B9B9B9;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  width: 36px;
  height: 36px;
}
.table-expert-matrix tfoot.tfoot-result-itog tr td.td-result-itog-title {
  padding: 26px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
}

.df-jc-r {
  display: flex;
  justify-content: flex-end;
}

.matrix-modal-content {
  padding-top: 25px;
}

.matrix-modal-content__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.004em;
  margin-bottom: 10px;
}

.modal-table-expert {
  width: 100%;
}
.modal-table-expert tbody tr:first-child {
  border-top: 1px solid #C4C4C4;
}
.modal-table-expert tbody tr:last-child {
  border-bottom: 1px solid #C4C4C4;
}
.modal-table-expert tbody tr td {
  font-weight: 400;
  font-size: 14px;
  padding: 15px 11px;
}
.modal-table-expert tbody tr td.stl-fw-bold {
  font-weight: 600;
}
.modal-table-expert tfoot tr:last-child {
  border-bottom: 1px solid #C4C4C4;
}
.modal-table-expert tfoot tr td {
  font-weight: 400;
  font-size: 14px;
  padding: 15px 11px;
}
.modal-table-expert tfoot tr td.stl-fw-bold {
  font-weight: 600;
}

.modal-dialog-lg {
  width: auto;
  max-width: 1024px;
}
.modal-dialog-lg .modal-content {
  max-width: 100%;
}

.modal-dialog-md {
  width: auto;
  max-width: 420px;
}

.modal-dialog-md  .modal-content {
  max-width: 100%;
}

.col-matrix-left {
  width: 75%;
}

.col-matrix-right {
  width: 25%;
}

p.text-loan-zaim-dz{
  padding-left: 46px;
  line-height: 42px;
}

@media (max-width: 1820px) {
  .matrix-expert-right {
    flex-direction: column;
    align-items: flex-end;
  }
  .matrix-expert-right .table-clue-matrix {
    margin-bottom: 20px;
    margin-right: 0;
    width: 200px;
  }
  .matrix-expert-right .matrix-expert-right__controll {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1620px) {
  .matrix-expert-right {
    flex-direction: column;
    align-items: flex-start;
  }
  .col-matrix-right {
    order: 1;
    display: flex;
  }
  .col-matrix {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .matrix-expert-right {
    flex-direction: column;
  }
  .matrix-expert-right .table-clue-matrix {
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .matrix-expert-right .matrix-expert-right__controll button {
    width: 100%;
  }
}

.modal-datepicker .modal-content {
  overflow-y: visible !important;
}

.modal-dialog .select-new-filter-style .multiselect__content-wrapper {
  width: 100% !important;
  min-height: 100px;
}

.modal-dialog.modal-dialog-datepicker-right .vdp-datepicker__calendar {
  right: 20px;
  top: -110px;
}

.modal-dialog.modal-dialog-datepicker-right_project .vdp-datepicker__calendar {
  right: 20px;
  top: -80px;
}
.h-t-status-buttons {
  display: flex;
  align-items: center;
}

.h-t-status {
  max-width: 100%;
  justify-content: flex-end;
}

.h-t-status .h-t-status-text {
  display: flex;
  align-items: center;
  max-width: 100%;
}

.h-t-status .h-t-status-text .h-t-status-text-wrapper {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.warning-point {
  display: inline-block;
  margin-left: 3px;
  color: #DC3445;
  letter-spacing: 0.0015em;
  font-weight: 700;
  font-size: 21px;
  line-height: 130%;
}

.modal-footer.df-js-b {
  justify-content: space-between !important;
}
.modal .modal-dialog-centered{
  padding-top: 0;
}

.modal .modal-dialog-centered .modal-content{
  top: 50%;
  transform: translateY(-50%);
}

tr.financlial-block {
  background-color: #e7f0f7;
}

tr.head-financlial-block th{
  padding: 10px 10px 10px 13px;
  min-width: 120px !important;
}

tr.financlial td{
  padding-right: 13px!important;
}

sup.new_doc{
  background-color: #0D74BB;
  color: #ffffff; padding: 2px 4px;
  border-radius: 4px;
}
sup.new_doc_alert{
  background-color: red;
}

.stl-mr-5 {
  margin-right: 5px;
}

.butt-stl:hover {
  cursor: pointer;
}

.table-hover--cursor-def tr:hover {
  cursor: default !important;
}

.table-new-style tbody td a.stl-link-black {
  text-decoration: underline;
  color: #000000;
}
.table-new-style tbody td a.stl-link-black:hover {
  color: #000000 !important;
  text-decoration: none;
}
.table-new-style tbody td a.stl-link-blue {
  color: #0D74BB;
  text-decoration: underline;
}
.table-new-style tbody td a.stl-link-blue:hover {
  color: #0D74BB;
  text-decoration: none;
}

.select-stl-blue, .select-stl-black {
  display: inline-block;
  border-radius: 5px;
  max-width: 100%;
  width: 142px;
  padding: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  text-align: center;
  letter-spacing: 0.0015em;
  font-weight: 400;
  line-height: 130%;
}
.select-stl-blue option, .select-stl-black option {
  background-color: #fff;
  padding: 14px;
  color: #6C6D70;
}
.select-stl-blue option:hover, .select-stl-black option:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.select-stl-blue::-ms-expand, .select-stl-black::-ms-expand {
  display: none;
}
.select-stl-blue {
  color: #3068BD;
  border: 1px solid #0D74BB;
  background: url("../img/expert-project/sel-blue.png") right 5px center no-repeat;
}
.select-stl-blue::-ms-expand {
  display: none;
}
.select-stl-black {
  color: #002333;
  border: 1px solid #002333;
  background: url("../img/expert-project/sel-black.png") right 5px center no-repeat;
}

.content .filter-select-stl {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/expert-project/sel-black.png") right 5px center no-repeat;
}
.content .filter-select-stl::-ms-expand {
  display: none;
}
.content .filter-select-stl option {
  background-color: #fff;
  padding: 14px;
  color: #6C6D70;
}

.filter-input-stl:disabled {
  background: #E0E0E0;
  border: 1px solid #6C6D70;
}

.add-butt-black {
  display: inline-block;
  transition: 0.3s;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../img/expert-project/add-butt-black.png") center center no-repeat;
  vertical-align: middle;
}
.add-butt-black:hover {
  cursor: pointer;
}

.icon-open-arrow-black {
  display: inline-block;
  transition: 0.3s;
  width: 12px;
  height: 6px;
  margin-right: 10px;
  background: url("../img/expert-project/icon-open-arrow-black.png") center center no-repeat;
  vertical-align: middle;
}
.icon-open-arrow-black.active {
  transform: rotate(180deg);
}
.icon-open-arrow-black:hover {
  cursor: pointer;
}

.modal-new-style .modal-header.close-active .close {
  display: block;
}

.modal-new-style .modal-body .form-group label.title-bold {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

.modal-new-style .modal-body .form-group .form-control {
  margin-bottom: 15px;
}

.modal-new-style .modal-body .form-group.no-bot .form-control {
  margin-bottom: 0px;
}

.modal-new-style .modal-body .form-group .form-control:last-child {
  margin-bottom: 0;
}

.stl-clr-red {
  color: red;
}

.btn-success, .btn-style-big {
  border-radius: 5px;
  padding: 10px 15px;
}
.btn-success.disabled {
  background-color: #BDBDBD;
  color: #FFFFFF;
  border: 1px solid transparent;
}

.expert-project-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.expert-project-table thead tr {
  border-top: 1px solid #C4C4C4;
}
.expert-project-table thead tr th {
  padding: 15px 10px;
}
.expert-project-table tbody.contoll-tbody-item:last-child tr.contoll-tr-item {
  border-bottom: 1px solid #C4C4C4;
}
.expert-project-table tbody.contoll-tbody-item:last-child tr.contoll-tr-item__inner:last-child {
  border-bottom: 1px solid #C4C4C4;
}
.expert-project-table tbody.contoll-tbody-item tr.contoll-tr-item__inner:nth-child(odd) {
  background: #CFE2F0;
}
.expert-project-table tbody.contoll-tbody-item.active tr.contoll-tr-item__inner {
  display: table-row;
}
.expert-project-table tbody.contoll-tbody-item.active .icon-open-arrow-black {
  transform: rotate(180deg);
}
.expert-project-table tbody.contoll-tbody-item tr {
  border-top: 1px solid #C4C4C4;
}
.expert-project-table tbody.contoll-tbody-item tr td {
  padding: 15px 10px;
}
.expert-project-table tbody.contoll-tbody-item tr.contoll-tr-item__inner {
  display: none;
}
.expert-project-table tbody.contoll-tbody-item tr.contoll-tr-item__inner:last-child {
  border-bottom: 0px solid transparent;
}
.expert-project-table tbody.contoll-tbody-item tr.contoll-tr-item__inner td:first-child {
  padding-left: 32px;
}
.expert-project-table tbody.contoll-tbody-item tr.contoll-tr-item__inner td:last-child {
  padding-right: 15px;
}
.expert-project-table tbody.contoll-tbody-item tr.contoll-tr-item__inner td a {
  color: #000;
  text-decoration: underline;
}

.chat-text-edit {
  position: relative;
}
.chat-text-edit::after {
  position: absolute;
  content: "";
  right: 6px;
  top: 6px;
  width: 11px;
  height: 11px;
  background: url("../img/chat/edit-p.png") center center no-repeat;
  background-size: contain;
}
.chat-container {
  position: relative;
  margin-bottom: 25px;
}
.chat-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.chat-item:last-child {
  margin-bottom: 0;
}
.chat-item-user {
  margin-right: 18px;
  width: 160px;
}
.chat-item-user__avatar {
  display: block;
  border: 0.5px solid #A7A1A1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.chat-item-user__name {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
}
.chat-item-user__data {
  color: #6C6D70;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.chat-item-text {
  width: calc(100% - 170px);
}
.chat-item-text-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F6F6F6;
  border: 0.5px solid #CCCCCC;
  border-radius: 3px;
  padding: 6px 10px;
  resize: vertical;
  overflow: auto;
  margin-bottom: 10px;
}
.chat-item-text-area {
  padding: 0;
  border: 0px solid transparent;
  width: 100%;
  margin-bottom: 12px;
  min-height: 35px;
}
.chat-item-text-area a {
  color: #0D73BB;
  text-decoration: underline;
}
.chat-item-text-area p {
  margin-bottom: 10px;
}
.chat-item-text-area p:last-child {
  margin-bottom: 0;
}
.chat-item-text__files {
  display: flex;
}
.chat-item-text__files-item {
  margin-bottom: 8px;
}
.chat-item-text__files-item:last-child {
  margin-bottom: 0;
}

.chat-holder-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  letter-spacing: 0.0015em;
  display: block;
  margin-bottom: 15px;
}

.chat-holder-wrapper {
  background: #EEF8FF;
  border: 1px solid #BDBDBD;
  padding: 25px;
}

.chat-navigation {
  margin-bottom: 25px;
}
.chat-navigation-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: 0;
}
.chat-navigation-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #4276B2;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-right: none;
  width: 41px;
  height: 42px;
}
.chat-navigation-list__item img {
  max-width: 100%;
  height: auto;
}
.chat-navigation-list__item:first-child {
  border-radius: 5px 0px 0px 5px;
}
.chat-navigation-list__item:last-child {
  border-right: 1px solid #E5E5E5;
  border-radius: 0px 5px 5px 0px;
}
.chat-navigation-list__item.last {
  background: url("../img/chat/chat-nav-last.png") center center no-repeat;
}
.chat-navigation-list__item.active {
  background: #0D74BB;
  color: #fff;
  border-color: #0D74BB;
}
.chat-navigation-list__item:hover {
  background: #0D74BB;
  color: #fff;
  cursor: pointer;
  border-color: #0D74BB;
}

.user-chat-wrapper {
  border-top: 1px solid #6CB9E8;
  padding-top: 17px;
  position: relative;
}
.user-chat-text {
  margin-bottom: 12px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.user-chat-text__area textarea {
  display: block;
  min-height: 50px;
  resize: vertical;
  padding: 8px;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.user-chat-text__area textarea a {
  color: #0D74BB;
}
.user-chat-controll {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.user-chat-controll .btn {
  margin-bottom: 12px;
}
.user-chat-controll .btn:last-child {
  margin-bottom: 0;
}

.modal-chat-answer {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 525px;
  min-height: 55px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  z-index: 200;
}
.modal-chat-answer__textarea {
  border-top: 1px solid #CCCCCC;
}
.modal-chat-answer__textarea textarea {
  border: 0px solid transparent;
  padding: 12px;
  width: 100%;
  height: 100%;
  resize: vertical;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.modal-chat-answer__textarea textarea a {
  color: #0D74BB;
}
.modal-chat-list-answer {
  display: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 100%;
  max-width: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-chat-list-answer__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0A1729;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px;
  border-bottom: 1px solid #E4E4E4;
}
.modal-chat-list-answer__title .close {
  width: 10px;
  height: 10px;
  display: block;
  background: url("../img/chat/modal-close.png") center center no-repeat;
  background-size: contain;
}
.modal-chat-list-answer__title .close:hover {
  cursor: pointer;
}
.modal-chat-list-answer__body {
  padding: 21px;
}
.modal-chat-list-answer__body ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modal-chat-list-answer__body ul li {
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0A1729;
  padding: 4px 10px;
}
.modal-chat-list-answer__body ul li:hover {
  cursor: pointer;
  background: #0D74BB;
  color: #fff;
}

.c-i-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  vertical-align: middle;
  border: 0px solid transparent;
}
.c-i-time {
  background: url("../img/chat/time.png") center center no-repeat;
  background-size: contain;
}
.c-i-time:hover {
  cursor: pointer;
}
.c-i-history {
  background: url("../img/chat/history.png") center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.c-i-history:hover {
  cursor: pointer;
}
.c-i-delete {
  background: url("../img/chat/delete.png") center center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.c-i-delete-lg {
  border-radius: 2px;
  background-size: auto;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
}

.c-i-delete:hover {
  cursor: pointer;
}
.c-i-edit {
  background: url("../img/chat/edit.png") center center no-repeat;
  background-size: contain;
}
.c-i-edit:hover {
  cursor: pointer;
}
.c-i-etsp {
  width: 24px;
  height: 24px;
  background: url("../img/expert-project/etsp.png") center center no-repeat;
  background-size: contain;
}
.c-i-etsp-info {
  background: url("../img/expert-project/ecp-info.png") center center no-repeat;
  background-size: contain;
}
.c-i-etsp-none {
  background: url("../img/expert-project/ecp-right.png") center center no-repeat;
  background-size: contain;
  position: relative;
}
.c-i-etsp-none .etsp-none-text {
  position: absolute;
  left: 0;
  top: 120%;
  border-radius: 6px;
  background: #0D73BB;
  display: none;
  align-items: center;
  padding: 8px 12px;
  color: #FFFFFF;
  letter-spacing: 0.0015em;
  font-weight: 500;
  font-size: 14px;
  min-width: 220px;
  transition: 0.3s;
}
.c-i-etsp-none:hover {
  cursor: pointer;
}
.c-i-etsp-none:hover .etsp-none-text {
  display: flex;
}

.d-i-icon {
  display: inline-block;
  vertical-align: middle;
}
.d-i-pdf {
  width: 22px;
  height: 24px;
  background: url("../img/chat/pdf.png") center center no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
}
.d-i-xls {
  width: 21px;
  height: 24px;
  background: url("../img/chat/xls.png") center center no-repeat;
  background-size: contain;
  margin-right: 0.6rem;
}

.c-link-blue {
  color: #0D73BB;
}

.expert-chat-card-info {
  padding-right: 26px;
  margin-bottom: 25px;
}
.expert-chat-card-info__row {
  margin-bottom: 15px;
}
.expert-chat-card-info__row:last-child {
  margin-bottom: 0;
}
.expert-chat-card-info__name {
  margin-right: 5px;
}

.c-text-comment {
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  resize: vertical;
  min-height: 90px;
  padding: 10px;
}

.expert-chat-card-select {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 5px 10px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: url("../img/expert-project/sel-grey.png") right 5px center no-repeat;
  background-color: #fff;
}
.expert-chat-card-select::-ms-expand {
  display: none;
}

.stl-df-fc .expert-chat-card-select {
  margin-bottom: 10px;
}
.stl-df-fc .expert-chat-card-select:last-child {
  margin-bottom: 0;
}

.stl-w-290 {
  width: 290px;
}

.bg-green {
  background-color: #BBEABB;
}

.expert-chat-card-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  height: 100%;
}

.grid-flex {
  display: flex;
  flex-wrap: wrap;
}

.stl-pb-100 {
  padding-bottom: 100px;
}

.expert-chat-card-footer .expert-chat-card-footer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.expert-chat-card-footer .expert-chat-card-footer__row .expert-chat-card-footer__item {
  margin-right: 10px;
  margin-bottom: 5px;
}
.expert-chat-card-footer .expert-chat-card-footer__row .expert-chat-card-footer__item:last-child {
  margin-right: 0;
}
.expert-chat-card-footer .expert-chat-card-footer__row:last-child {
  margin-bottom: 0;
}

@media (max-width: 1210px) {
  .expert-chat-card-info {
    padding-right: 0;
  }
  .chat-holder-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .chat-item {
    flex-direction: column;
  }
  .chat-item-user {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .chat-item-text {
    width: 100%;
  }
  .expert-chat-card-info__row {
    flex-direction: column;
  }
  .expert-chat-card-info__row .stl-w-290 {
    width: 100%;
  }
  .expert-chat-card-info__name {
    margin-left: 0;
    margin-bottom: 5px;
    width: 100%;
  }
  .expert-chat-card-select {
    width: 100%;
  }
}

.upload-file-area {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  border: 1px dashed #6C6D70;
  margin-bottom: 15px;
}
.upload-file-area__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.upload-file-area__label {
  display: flex;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}
.upload-file-area__text {
  font-size: 14px;
}
.upload-file-area__btn-remove {}

.icon-img-upload {
  background-image: url("../img/file_blanl.svg");
}

.content .filter-select-stl.multiselect {
  background: none;
}
/** Класс для мультиселекта в контенте */
.mult-filter-select-stl {
  min-height: 40px;
  height: auto;
  background-image: none;
  padding: 0 10px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #6c6d70;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #000000;
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  font-family: inherit;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.mult-filter-select-stl.stl-border-color--blue {
  border: 1px solid #6cbae8;
}

.mult-filter-select-stl .multiselect__select {
  top: 50%;
  transform: translateY(-50%);
}


.mult-filter-select-stl .multiselect__tags {
  margin-top: 0px;
  display: flex;
  align-items: center;
  max-height: 100%;
  font-size: 14px;
  line-height: 16px;
  max-width: 100%;
  overflow: hidden;
}
/** Класс для мультиселекта в контенте */

.filter-btn-container {
  display: flex;
  align-items: center;
  width: 100%;
}

/** Таблица засдания эксперты */
@media (max-width: 1220px) {
  .table-question-list.table-question-list--sm{
    min-width: 100%;
  }
  .table-question-list--sm.table-question-list__tbody-container td:first-child {
    padding-left: 12px;
  }
  .table-question-list--sm.table-question-list__tbody-tr-result td:first-child {
    padding-left: 15px;
  }
  .table-question-list--sm.table-question-list__tbody-name {
    font-size: 13px;
  }
}

@media (max-width: 1231px) {
  .table-expert-matrix thead tr.tr-name-org th {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
  }
}
@media (max-width: 567px) {
  .filter-btn-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .filter-wrapper-stl .filter-stl-holder {
    width: 100%;
  }
}

.scroll-table{
  overflow-x: auto;
  display: block;
}
.table-multiselect-modal {
  width: 100%;
}
.table-multiselect-modal .multiselect__content-wrapper {
}

.ackcept-table-modal thead tr th {
  background-color: #e7f0f7;
  /* min-height: 57px;
  padding-left: 13px;*/
  vertical-align: middle;
}

.ackcept-table-modal td {
  width: 200px;
  max-width: 240px;
}
@media (min-width: 768px) {
  .modal-dialog.modal-dialog-large {
    width: 95%;
    max-width: 1336px;
  }
  .modal-dialog.modal-dialog-full {
    width: 95%;
    max-width: 1640px;
  }
}

.blue-text{
  display: block;
  color:#0D74BB;
  padding-top: 4px;
}

.modal-content--resize {
  max-width: max-content !important;
  width: max-content;
  min-width: 620px;
  transform: translateX(-50%);
  left: 50%;
}

.multiselect-mh-220 .multiselect__content-wrapper {
  max-height: 220px !important;
}

.multiselect-mw-max-content .multiselect__content-wrapper {
  max-width: max-content !important;
}

.multiselect-mw-300 .multiselect__content-wrapper {
  max-width: 300px !important;
}


.error-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1050px;
  width: 100%;
  align-self: center;
}

.error-container__img {
  position: relative;
  width: 100%;
  height: 250px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.error-container__img--403 {
  background-image: url('../img/403-error.svg');
}

.error-container__img--404 {
  background-image: url('../img/404-error.svg');
}

.error-container__img--500 {
  background-image: url('../img/500-error.svg');
}

.error-container__description {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.error-title {
  color: #6C6D70;
  text-align: center;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 24px;
}

.error-subtitle {
  color: #6C6D70;
  text-align: center;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.024px;
}
