

/* Start:/local/components/gnvs/structure/templates/.default/css/jquery.orgchart.min.css?178101368018899*/
.orgchart {
  box-sizing: border-box;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image:
    linear-gradient(to top, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%),
    linear-gradient(to right, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%),
    linear-gradient(to bottom, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%),
    linear-gradient(to left, rgba(200, 0, 0, 0.15) 5%, rgba(0, 0, 0, 0) 5%);
  background-size: 10px 10px;
  padding: 20px 20px 0 20px;
}
.orgchart .hidden,
.orgchart ~ .hidden {
  display: none !important;
}
.orgchart.b2t {
  transform: rotate(180deg);
}
.orgchart.l2r {
  position: absolute;
  transform: rotate(-90deg) rotateY(180deg);
  transform-origin: left top;
  text-align: center;
}
.orgchart.r2l {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  text-align: center;
}
.orgchart ~ .mask {
  position: sticky;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}
.orgchart ~ .mask .spinner {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
}
.orgchart > .spinner::before,
.orgchart ~ .mask .spinner::before {
  width: 100px;
  height: 100px;
  border-width: 10px;
  border-radius: 50px;
  border-top-color: rgba(68, 157, 68, 0.8);
  border-bottom-color: rgba(68, 157, 68, 0.8);
  border-left-color: rgba(68, 157, 68, 0.8);
}
.orgchart .nodes {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
  justify-content: center;
}
.orgchart .hierarchy {
  position: relative;
}
.orgchart .hierarchy::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 0;
  width: 100%;
  border-top: 2px solid rgba(217, 83, 79, 0.8);
  box-sizing: border-box;
}
.orgchart .couple:first-child:not(:only-child)::before {
  width: calc(100% - 69px);
  left: 69px;
}
.orgchart .couple:last-child:not(:only-child)::before {
  width: calc(50% + 71px);
  left: 0;
}
.orgchart .hierarchy.couple:only-child::before {
  width: 142px;
  left: calc(50% - 71px);
}
.orgchart .hierarchy.spouse:not(.couple)::after {
  content: "";
  position: absolute;
  border-top: 2px solid rgba(217, 83, 79, 0.8);
  box-sizing: border-box;
  z-index: 0;
  top: 24px;
  width: var(--ft-width);
  left: var(--ft-left-offset);
}
.orgchart .couple {
  white-space: nowrap;
}
.orgchart .couple:has(> .nodes) > .node:first-child::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(100% + 1px);
  width: 2px;
  height: 33px;
  background-color: rgba(217, 83, 79, 0.8);
}
.orgchart .couple::after {
  content: "";
  position: absolute;
  border-top: 2px solid rgba(217, 83, 79, 0.8);
  box-sizing: border-box;
  z-index: 0;
  top: 24px;
  width: 20px;
  left: calc(50% - 10px);
}
.orgchart .hierarchy.isSiblingsCollapsed.left-sibs::before,
.orgchart .hierarchy:first-child::before {
  left: calc(50% - 1px);
  width: calc(50% + 1px);
}
.orgchart .hierarchy.isSiblingsCollapsed.right-sibs::before,
.orgchart .hierarchy:last-child::before {
  width: calc(50% + 1px);
}
.orgchart .hierarchy:not(.hidden):not(.spouse):only-child::before {
  width: 2px;
}
.orgchart
  .hierarchy.isChildrenCollapsed:not(.couple)
  > .node:has(+ .nodes)::after,
.orgchart .isAncestorsCollapsed:only-child::before,
.orgchart .isAncestorsCollapsed > .node:not(.outsider)::before,
.orgchart .isCollapsedDescendant::before,
.orgchart .isCollapsedDescendant > .node::after,
.orgchart .isCollapsedDescendant > .node::before,
.orgchart .isCollapsedSibling .hierarchy::before,
.orgchart .isCollapsedSibling::before,
.orgchart .isSiblingsCollapsed.left-sibs.right-sibs::before,
.orgchart .isSiblingsCollapsed.left-sibs:last-child:before,
.orgchart .isSiblingsCollapsed.right-sibs:first-child:before,
.orgchart .isSiblingsCollapsed:not(.left-sibs):not(.right-sibs)::before,
.orgchart > .nodes > .hierarchy::before {
  content: none;
}
.orgchart .hierarchy:not(.couple) > .node:has(+ .nodes)::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: calc(50% - 1px);
  width: 2px;
  height: 10px;
  background-color: rgba(217, 83, 79, 0.8);
}
.orgchart ul li .node.allowedDrop {
  border-color: rgba(68, 157, 68, 0.9);
}
.orgchart ul li .node.currentDropTarget {
  background-color: rgba(68, 157, 68, 0.9);
}
.orgchart ul li .node.selected {
  background-color: rgba(238, 217, 54, 0.5);
}
.orgchart ul li .node:hover {
  background-color: rgba(238, 217, 54, 0.5);
}
.orgchart > ul > li > ul li > .node:not(.outsider)::before {
  content: "";
  position: absolute;
  top: var(--top, -12px);
  left: calc(50% - 1px);
  width: 2px;
  height: var(--height, 10px);
  background-color: rgba(217, 83, 79, 0.8);
}
.orgchart > ul > li > ul li > .node.outsider::before {
  content: "";
  position: absolute;
  top: var(--top, -12px);
  left: calc(50% - 1px);
  width: 0;
  height: var(--height, 10px);
  border-right: 2px dotted rgba(217, 83, 79, 0.8);
}
.orgchart > ul > li > ul .isSiblingsCollapsed > .node::before {
  top: var(--top-cross-point, -12px);
  height: var(--height-cross-point, 10px);
}
.orgchart .node {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  margin: 0 0 20px 0;
  padding: 3px;
  border: 2px dashed transparent;
  text-align: center;
  transition:
    transform 0.3s,
    opacity 0.3s;
  z-index: 1;
}
.orgchart.l2r .node,
.orgchart.r2l .node {
  width: 50px;
  height: 140px;
}
.orgchart .node:hover {
  background-color: rgba(238, 217, 54, 0.5);
  transition: 0.5s;
  cursor: default;
  z-index: 2;
}
.orgchart .node.focused {
  background-color: rgba(238, 217, 54, 0.5);
}
.orgchart .ghost-node {
  position: fixed;
  left: -10000px;
  top: -10000px;
}
.orgchart .ghost-node rect {
  fill: #fff;
  stroke: #bf0000;
}
.orgchart .node.allowedDrop {
  border-color: rgba(68, 157, 68, 0.9);
}
.orgchart .node > .spinner {
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
}
.orgchart .node > .spinner::before {
  width: 2rem;
  height: 2rem;
  border-width: 0.2rem;
  border-radius: 1rem;
  border-top-color: rgba(68, 157, 68, 0.8);
  border-bottom-color: rgba(68, 157, 68, 0.8);
  border-left-color: rgba(68, 157, 68, 0.8);
}
.orgchart .node .title {
  box-sizing: border-box;
  width: 130px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(217, 83, 79, 0.8);
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.orgchart.b2t .node .title {
  transform: rotate(-180deg);
  transform-origin: center bottom;
}
.orgchart.l2r .node .title {
  transform: rotate(-90deg) translate(-45px, -45px) rotateY(180deg);
  transform-origin: bottom center;
}
.orgchart.r2l .node .title {
  transform: rotate(-90deg) translate(-45px, -45px);
  transform-origin: bottom center;
}
.orgchart .node .title .parentNodeSymbol {
  float: left;
}
.orgchart .node .title .parentNodeSymbol::before {
  color: #fff;
}
.orgchart .node .title .parentNodeSymbol::after {
  background-color: #fff;
}
.orgchart .node .content {
  box-sizing: border-box;
  width: 130px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid rgba(217, 83, 79, 0.8);
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 0.25rem 0.25rem;
  text-align: center;
  background-color: #fff;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.orgchart.b2t .node .content {
  transform: rotate(180deg);
  transform-origin: center top;
}
.orgchart.l2r .node .content {
  transform: rotate(-90deg) translate(-45px, -45px) rotateY(180deg);
  transform-origin: top center;
  width: 130px;
}
.orgchart.r2l .node .content {
  transform: rotate(-90deg) translate(-45px, -45px);
  transform-origin: top center;
  width: 130px;
}
.orgchart .node .edge {
  position: absolute;
  cursor: default;
  transition: 0.2s;
}
.orgchart .node .edge::before {
  border-color: rgba(68, 157, 68, 0.5);
}
.orgchart.noncollapsable .node .edge {
  display: none;
}
.orgchart .node .edge:hover {
  cursor: pointer;
}
.orgchart .edge:hover::before {
  border-color: #449d44;
}
.orgchart .node .verticalEdge {
  width: calc(100% - 6px);
  height: 10px;
  left: 3px;
}
.orgchart .node .verticalEdge::before {
  position: absolute;
  left: calc(50% - 5px);
}
.orgchart .node .topEdge {
  top: -2px;
}
.orgchart .node .topEdge.oci-chevron-up::before {
  top: 2px;
}
.orgchart .node .topEdge.oci-chevron-down::before {
  bottom: 3px;
}
.orgchart .node .bottomEdge {
  bottom: -2px;
}
.orgchart .node .bottomEdge.oci-chevron-up::before {
  bottom: -3px;
}
.orgchart .node .bottomEdge.oci-chevron-down::before {
  bottom: 1px;
}
.orgchart .node .horizontalEdge {
  width: 10px;
  height: calc(100% - 6px);
  top: 3px;
}
.orgchart .node .rightEdge {
  right: -2px;
}
.orgchart .node .leftEdge {
  left: -2px;
}
.orgchart .node .horizontalEdge::before {
  position: absolute;
  top: calc(50% - 5px);
}
.orgchart .node .leftEdge.oci-chevron-right::before {
  left: -3px;
}
.orgchart .node .leftEdge.oci-chevron-left::before {
  left: 1px;
}
.orgchart .node .rightEdge.oci-chevron-left::before {
  right: -3px;
}
.orgchart .node .rightEdge.oci-chevron-right::before {
  right: 1px;
}
.orgchart .node .toggleBtn {
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 16px;
  height: 16px;
}
.orgchart .node .toggleBtn::before {
  background-color: rgba(68, 157, 68, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}
.orgchart .node .toggleBtn:hover::before {
  background-color: #449d44;
}
.oc-export-btn {
  margin-left: 0.5rem;
  padding: 0.5rem 1rem;
}
.orgchart .slide-down {
  opacity: 0;
  transform: translateY(40px);
}
.orgchart.l2r .node.slide-down,
.orgchart.r2l .node.slide-down {
  transform: translateY(130px);
}
.orgchart .slide-up {
  opacity: 0;
  transform: translateY(-40px);
}
.orgchart.l2r .node.slide-up,
.orgchart.r2l .node.slide-up {
  transform: translateY(-130px);
}
.orgchart .slide-right {
  opacity: 0;
  transform: translateX(130px);
}
.orgchart.l2r .node.slide-right,
.orgchart.r2l .node.slide-right {
  transform: translateX(40px);
}
.orgchart .slide-left {
  opacity: 0;
  transform: translateX(-130px);
}
.orgchart.l2r .node.slide-left,
.orgchart.r2l .node.slide-left {
  transform: translateX(-40px);
}
.orgchart .nodes.vertical {
  display: block;
  padding-left: 10px;
}
.orgchart .nodes.vertical .nodes {
  list-style: none;
  display: block;
  margin: 0;
  padding-left: 10px;
  text-align: left;
}
.orgchart .nodes.vertical .node {
  margin-bottom: 0;
}
.orgchart .nodes.vertical .hierarchy .node::after,
.orgchart .nodes.vertical .hierarchy .node::before {
  content: none;
}
.orgchart .nodes.vertical .hierarchy {
  position: relative;
  text-align: left;
}
.orgchart .nodes.vertical .hierarchy::after,
.orgchart .nodes.vertical .hierarchy::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: -6px;
  border-color: rgba(217, 83, 79, 0.8);
  border-style: solid;
  border-width: 0 0 2px 2px;
}
.orgchart .nodes.vertical .hierarchy:only-child::before {
  width: 11px;
}
.orgchart .nodes.vertical .hierarchy::before {
  top: 0;
  height: 26px;
  width: 11px;
}
.orgchart .nodes.vertical .hierarchy::after {
  bottom: 0;
  height: calc(100% - 24px);
}
.orgchart .nodes.vertical .hierarchy:last-child::after {
  border-width: 2px 0 0 0;
}
.orgchart .nodes.vertical > .hierarchy:first-child::before {
  box-sizing: border-box;
  top: -11px;
  height: 35px;
  width: calc(50% + 2px);
  border-width: 2px 0 0 2px;
}
.orgchart .nodes.vertical > .hierarchy:first-child::after {
  box-sizing: border-box;
  top: 24px;
  width: 11px;
  border-width: 2px 0 0 2px;
}
.orgchart .nodes.vertical > .hierarchy:first-child:last-child::after {
  border-width: 2px 0 0 0;
}
.orgchart .node.compact {
  position: static;
  display: grid;
  width: 140px;
  height: 50px;
  background-color: #eee;
}
.orgchart .node.compact.looseMode {
  display: grid;
  width: unset;
  height: unset;
}
.orgchart .node.compact > .node {
  display: none;
}
.orgchart .node.compact.looseMode > .node {
  display: inline-block;
}
.orgchart .node.compact > .node.compact {
  position: relative;
}
.orgchart .node.compact > .node.compact.looseMode {
  display: grid;
}
.orgchart .node.compact.even,
.orgchart .node.compact.even:hover {
  background-color: #eee;
}
.orgchart .node.compact.odd,
.orgchart .node.compact.odd:hover {
  background-color: #fff;
}
.orgchart .node.compact.even > .node.focused,
.orgchart .node.compact.even > .node.selected,
.orgchart .node.compact.even > .node:hover {
  background-color: #fff;
}
.orgchart .node.compact.odd > .node.focused,
.orgchart .node.compact.odd > .node.selected,
.orgchart .node.compact.odd > .node:hover {
  background-color: #eee;
}
.orgchart .node.compact::before {
  top: var(--top-cross-point, -10px);
}
.orgchart .node.compact > .content {
  position: absolute;
  top: 25px;
  left: 5px;
}
.orgchart .node.compact.looseMode > .title {
  margin-top: 5px;
  margin-left: 5px;
}
.orgchart .node.compact.looseMode > .content {
  top: 30px;
  left: 10px;
}
.orgchart .node.compact > .node.compact.looseMode > .title {
  margin-top: 5px;
  margin-left: 5px;
}
.orgchart .node.compact > .node.compact > .content {
  position: absolute;
  top: 23px;
  left: 3px;
}
.orgchart .node.compact > .node.compact.looseMode > .content {
  top: 28px;
  left: 8px;
}
.orgchart .node.compact .node {
  margin-bottom: 0;
}
.orgchart .node.compact .node:has(+ .nodes)::after {
  content: unset;
}
.orgchart .backToCompactSymbol,
.orgchart .backToLooseSymbol {
  cursor: pointer;
}
.orgchart .node.compact > .backToCompactSymbol {
  position: absolute;
  top: 5px;
  left: 5px;
}
.orgchart .node.compact.looseMode > .backToCompactSymbol {
  top: 10px;
  left: 10px;
}
.orgchart .node.compact > .node.compact.looseMode > .backToCompactSymbol {
  top: 8px;
  left: 8px;
}
.orgchart .node.compact > .node.compact > .backToCompactSymbol {
  position: absolute;
  top: 3px;
  left: 3px;
}
.orgchart .node.compact > .backToLooseSymbol {
  position: absolute;
  top: 25px;
  right: 5px;
}
.orgchart .node.compact > .node.compact > .backToLooseSymbol {
  position: absolute;
  top: 23px;
  right: 3px;
}
.orgchart .node.compact .backToCompactSymbol::before {
  border-top-color: rgba(68, 157, 68, 0.6);
}
.orgchart .node.compact .backToLooseSymbol::before {
  border-bottom-color: rgba(68, 157, 68, 0.6);
}
.orgchart .node.compact .backToCompactSymbol:hover::before {
  border-top-color: #449d44;
}
.orgchart .node.compact .backToLooseSymbol:hover::before {
  border-bottom-color: #449d44;
}
.oci {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-family: Arial;
}
.oci-menu::before {
  content: "≡";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  color: #000;
  font-size: 1rem;
}
.oci-chevron-up::before {
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 3px solid #000;
  transform: rotate(45deg);
  border-right: unset;
  border-bottom: unset;
}
.oci-chevron-down::before {
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 3px solid #000;
  transform: rotate(45deg);
  border-top: unset;
  border-left: unset;
}
.oci-chevron-left::before {
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 3px solid #000;
  transform: rotate(45deg);
  border-top: unset;
  border-right: unset;
}
.oci-chevron-right::before {
  content: "";
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: inline-block;
  border: 3px solid #000;
  transform: rotate(45deg);
  border-left: unset;
  border-bottom: unset;
}
.oci-corner-top-left::before {
  content: "";
  display: inline-block;
  border-top: 20px solid #000;
  border-right: 20px solid transparent;
}
.oci-corner-top-right::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-top: 20px solid #000;
  border-left: 20px solid transparent;
}
.oci-corner-bottom-right::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-bottom: 20px solid #000;
  border-left: 20px solid transparent;
}
.oci-corner-bottom-left::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-bottom: 20px solid #000;
  border-right: 20px solid transparent;
}
.oci-plus-square::before {
  content: "﹢";
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.oci-minus-square::before {
  content: "﹣";
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.oci-arrow-square-up::before {
  content: "⬆";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.oci-arrow-square-down::before {
  content: "⬇";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.oci-info-circle::before {
  content: "i";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.oci-spinner::before {
  content: "";
  vertical-align: text-bottom;
  display: inline-block;
  box-sizing: border-box;
  width: 1rem;
  height: 1rem;
  border: 0.1rem solid #000;
  border-right-color: transparent;
  border-radius: 0.625rem;
  animation: oci-infinite-spinning 0.75s linear infinite;
}
@keyframes oci-infinite-spinning {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* End */


/* Start:/local/components/gnvs/structure/templates/.default/css/structure.css?17834283656692*/
.orgchart {
  --line-color: rgb(38 41 61);

  padding: 0;
  background-image: none;
}

#chart-container {
  height: auto;
  padding: 40px 24px;
  font-weight: 500;
  text-align: center;
  border-radius: 24px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(38 41 61);
  background-color: #fff;
}

.orgchart .node {
  width: 144px;
  margin-top: -6px;
  margin-bottom: -7px;
}

.orgchart .node:hover .title {
  background-color: rgb(54 57 80);
}

.orgchart .node .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 40px;
  margin-bottom: -8px;
  padding: 0 0.1rem;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  border: 1px solid var(--line-color);
}

.orgchart .node .content a {
  display: block;
  margin-bottom: 0;
  padding: 4px 12px;
  line-height: 13px;
  text-decoration: none !important;
  cursor: pointer;
}

.orgchart .node a {
  text-decoration: none !important;
}

.orgchart .node a:hover {
  text-decoration: underline !important;
}

.orgchart .node .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
  min-height: 54px;
  margin-bottom: 0 !important;
  padding: 8px 12px;
  font-size: 0.54rem !important;
  line-height: 12px;
  text-transform: none !important;
  white-space: inherit;
  background-color: rgb(81 94 176);
  transition: 0.7s;
}

.rec {
  width: 230px !important;
}

.rec.node {
  position: relative;
}

.rec .title {
  min-height: 40px !important;
}

.rec .title:first-child {
  font-size: 0.9rem !important;
}

.rec .content {
  min-height: 40px !important;
}

.rec.node::after {
  position: absolute;
  bottom: -36px;
  left: 49.6%;
  width: 2px;
  height: 31px;
  background-color: white;
  content: '';
}

/* сдвинули вверх блок с ректором */
.orgchart > table:first-child > tr:first-child {
  transform: translateY(-27px);
}

/* плюсик */
.orgchart .node .toggleBtn {
  bottom: -8px;
  left: -3px;
  font-size: 18px;
  color: rgb(251 26 89 / 60%);
}

.orgchart .node .toggleBtn:hover {
  color: rgb(251 26 89 / 100%);
}

/* заголовки с иконкой сдвигаем */
.title-with-icon {
  padding-left: 60px !important;
  text-align: left !important;
}

.orgchart .lines .topLine {
  border-color: var(--line-color);
}

.orgchart .lines .rightLine {
  border-color: var(--line-color);
}

.orgchart .lines .leftLine {
  border-color: var(--line-color);
}

.orgchart .lines .downLine {
  margin-top: -6px;
  background-color: var(--line-color);
}

.orgchart .verticalNodes > td::before {
  border-color: var(--line-color);
}

.orgchart .verticalNodes ul > li::before,
.orgchart .verticalNodes ul > li::after {
  border-color: var(--line-color);
}

.chart-icon {
  position: absolute;
  top: 4px;
  left: 8px;
  width: 50px;
  height: auto;
  border-radius: 50%;
}

/* там, где нет должности прячем нижний блок */
.orgchart .node.full .content {
  display: block;
  height: 0 !important;
  min-height: auto !important;
  padding: 0 !important;
  opacity: 0 !important;
}

.orgchart .node.full .title {
  border-radius: 4px;
}

.fa-group::before,
.fa-users::before {
  content: '';
}

/* блоки с ученым и наблюдатетельным советом */
.orgchart .assistant-node {
  position: absolute;
  top: -2px;
  left: 243px;
  z-index: 2;
  display: inline-block;
  width: 230px;
  margin: 0;
  padding: 3px;
  text-align: center;
  border: 2px solid transparent;
}

.orgchart .assistant-node .connector {
  position: absolute;
  top: 25px;
  left: -22px;
  width: 26px;
  height: 12.5px;
  border-bottom: var(--line-color) solid 2px;
}

.orgchart .assistant-node1 {
  position: absolute;
  top: -2px;
  left: -247px;
  z-index: 2;
  display: inline-block;
  width: 230px;
  margin: 0;
  padding: 3px;
  text-align: center;
  border: 2px solid transparent;
}

.orgchart .assistant-node1 .connector1 {
  position: absolute;
  top: 24px;
  left: 222px;
  width: 26px;
  height: 12.5px;
  border-bottom: var(--line-color) solid 2px;
}

/* удалить эффекты при наведении */
.orgchart .node .verticalEdge,
.orgchart .node .horizontalEdge {
  display: none;
}

.orgchart .node:hover,
.orgchart .node.focused {
  background: none !important;
}

.verticalNodes .node {
  margin-bottom: 10px;
}

.orgchart .node .title a {
  margin-bottom: 0;
  color: #fff;
}

.orgchart .node.height1 .title {
  min-height: 50px !important;
}

.orgchart .node.height1 .content {
  min-height: 40px !important;
}

.orgchart .hierarchy::before,
.orgchart .nodes.vertical .hierarchy::after,
.orgchart .nodes.vertical .hierarchy::before {
  border-color: rgb(38 41 61);
}

.orgchart > ul > li > ul li > .node:not(.outsider)::before,
.orgchart .hierarchy:not(.couple) > .node:has(+ .nodes)::after {
  background-color: rgb(38 41 61);
}

.rec .title:first-child,
.rec .content,
.title--assistant,
.assistant-node1 .title {
  width: 100% !important;
}

.orgchart .nodes {
  margin-top: 52px;
}

.orgchart > .nodes {
  margin-top: 0;
}

.orgchart .hierarchy:not(.couple) > .node:has(+ .nodes)::after {
  bottom: -36px;
  height: 31px;
}

.orgchart > ul > li > ul li > .node:not(.outsider)::before {
  top: var(--top, -6px);
}

.oci-menu::before {
  display: none;
}

.orgchart .nodes.vertical .hierarchy {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.orgchart .hierarchy:not(.couple) > .node:has(+ .hidden)::after {
  opacity: 0;
}

.orgchart .node .toggleBtn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-color: rgb(9 54 255);
  border-radius: 4px;
}

.orgchart .node .toggleBtn:hover::before {
  background-color: rgb(62 98 255);
}

.orgchart .node .oci-plus-square::before {
  content: '+';
}

.orgchart .node .oci-minus-square::before {
  line-height: 13px;
  content: '-';
}

.orgchart .nodes.vertical .nodes {
  padding-top: 6px;
}

.hierarchy.list-wrapper::before {
  width: 5px !important;
}

.hierarchy.list-wrapper > ul > li:first-child::before {
  width: 0 !important;
}

.no-btn > .toggleBtn {
  display: none;
  opacity: 0;
  pointer-events: none;
  visability: hidden;
}


/* End */
/* /local/components/gnvs/structure/templates/.default/css/jquery.orgchart.min.css?178101368018899 */
/* /local/components/gnvs/structure/templates/.default/css/structure.css?17834283656692 */
