@charset "UTF-8";
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 99999999; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666; }

.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important; }
.no-flexbox .page-wrapper {
  width: auto;
  display: block !important;
  min-height: 100%;
  height: auto !important; }
.no-flexbox .page-footer {
  width: auto; }

.page-wrapper {
  max-width: none;
  min-width: 0;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.page-footer {
  max-width: none;
  min-width: 0;
  width: 100%;
  margin: 0 auto; }

.lt-ie-11 .page-wrapper,
.lte-ie-11 .page-wrapper {
  min-height: 0; }

.page-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.page-body.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.nicescroll-rails {
  margin-top: 18px; }

.wrapper-scroll .simplebar-track.horizontal {
  padding: 4px 3px;
  background: #e1e8ee;
  height: 15px; }
  .wrapper-scroll .simplebar-track.horizontal .simplebar-scrollbar {
    top: 4px; }
    .wrapper-scroll .simplebar-track.horizontal .simplebar-scrollbar:before {
      border-radius: 0;
      opacity: 1;
      background: #004382; }

.external-scroll_x {
  border: solid 1px #9999fc;
  cursor: pointer;
  display: none;
  position: absolute; }
  .external-scroll_x .scroll-bar {
    width: 100px;
    background: #9999fc;
    z-index: 12; }
  .external-scroll_x div {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%; }
  .external-scroll_x.scroll-scrollx_visible {
    display: block;
    height: 10px;
    left: 0;
    top: 410px;
    width: 200px; }

.external-scroll_y {
  border: solid 1px #9999fc;
  cursor: pointer;
  display: none;
  position: absolute; }
  .external-scroll_y .scroll-bar {
    height: 100px;
    background: #9999fc;
    z-index: 12; }
  .external-scroll_y div {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%; }
  .external-scroll_y.scroll-scrolly_visible {
    display: block;
    height: 200px;
    left: 610px;
    top: 0;
    width: 10px; }

.breadcrumb-section {
  background: #fff;
  display: block; }
  .breadcrumb-section .corection {
    padding: 0; }

.breadcrumb-section--container {
  height: 85px;
  display: block;
  padding-top: 42px;
  box-shadow: 1px -40px 47px -2px rgba(0, 0, 0, 0.33);
  padding-left: 22px; }

.breadcrumb-section--item {
  display: inline-block;
  width: auto;
  float: left;
  position: relative;
  padding-right: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  color: #555; }
  .breadcrumb-section--item:last-child:before {
    display: none; }
  .breadcrumb-section--item:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer; }

.breadcrumb-section--link {
  text-decoration: none;
  color: #555; }

.pagination__wrapper:after, .pagination__wrapper:before {
  content: '';
  display: block;
  clear: both; }
.pagination__wrapper li {
  line-height: 38px;
  width: 38px;
  text-decoration: none;
  color: #193b7f;
  display: block;
  float: left;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #dfdfdf; }
  .pagination__wrapper li:not(:first-child) {
    border-left: none; }
  .pagination__wrapper li img {
    width: 9px;
    display: inline-block;
    position: relative;
    top: 1px; }
  .pagination__wrapper li span.active {
    font-weight: 600; }
  .pagination__wrapper li a {
    display: block;
    color: inherit;
    text-decoration: none; }
    .pagination__wrapper li a:active, .pagination__wrapper li a:focus, .pagination__wrapper li a:hover {
      text-decoration: none;
      color: inherit; }

@media screen and (max-width: 1024px) {
  .breadcrumb-section {
    display: none; } }
.bottom-indent {
  margin-bottom: 30px; }

.right {
  text-align: right; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:after, .container:before,
  .container-fluid:after,
  .container-fluid:before {
    content: " ";
    display: table; }
  .container:after,
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:after, .row:before {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 8.333333333333332%; }

.col-sm-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 16.666666666666664%; }

.col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 25%; }

.col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 33.33333333333333%; }

.col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 41.66666666666667%; }

.col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 50%; }

.col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 58.333333333333336%; }

.col-sm-7 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-7 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 66.66666666666666%; }

.col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 75%; }

.col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 83.33333333333334%; }

.col-sm-10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 91.66666666666666%; }

.col-sm-11 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-11 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%; }

.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666666666666%; }

.col-xs-pull-10 {
  right: 83.33333333333334%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666666666666%; }

.col-xs-pull-7 {
  right: 58.333333333333336%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666666666667%; }

.col-xs-pull-4 {
  right: 33.33333333333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.666666666666664%; }

.col-xs-pull-1 {
  right: 8.333333333333332%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666666666666%; }

.col-xs-push-10 {
  left: 83.33333333333334%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666666666666%; }

.col-xs-push-7 {
  left: 58.333333333333336%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666666666667%; }

.col-xs-push-4 {
  left: 33.33333333333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.666666666666664%; }

.col-xs-push-1 {
  left: 8.333333333333332%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666666666666%; }

.col-xs-offset-10 {
  margin-left: 83.33333333333334%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666666666666%; }

.col-xs-offset-7 {
  margin-left: 58.333333333333336%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666666666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.666666666666664%; }

.col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

.col-xs-offset-0 {
  margin-left: 0; }

@-ms-viewport {
  width: device-width; }
.visible-xs-block {
  display: none !important; }

.visible-xs-inline {
  display: none !important; }

.visible-xs-inline-block {
  display: none !important; }

.visible-sm-block {
  display: none !important; }

.visible-sm-inline {
  display: none !important; }

.visible-sm-inline-block {
  display: none !important; }

.visible-md-block {
  display: none !important; }

.visible-md-inline {
  display: none !important; }

.visible-md-inline-block {
  display: none !important; }

.visible-lg-block {
  display: none !important; }

.visible-lg-inline {
  display: none !important; }

.visible-lg-inline-block {
  display: none !important; }

.visible-print-block {
  display: none !important; }

.visible-print-inline {
  display: none !important; }

.visible-print-inline-block {
  display: none !important; }

.hidden {
  display: none; }

.clearfix:before {
  display: table;
  clear: both;
  content: ''; }
.clearfix:after {
  display: table;
  clear: both;
  content: ''; }

@media screen and (min-width: 1025px) {
  .empty-desktop {
    display: none; } }
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 991px; }

  .col-sm-1 {
    float: left;
    width: 8.333333333333332%; }

  .col-sm-2 {
    float: left;
    width: 16.666666666666664%; }

  .col-sm-3 {
    float: left;
    width: 25%; }

  .col-sm-4 {
    float: left;
    width: 33.33333333333333%; }

  .col-sm-5 {
    float: left;
    width: 41.66666666666667%; }

  .col-sm-6 {
    float: left;
    width: 50%; }

  .col-sm-7 {
    float: left;
    width: 58.333333333333336%; }

  .col-sm-8 {
    float: left;
    width: 66.66666666666666%; }

  .col-sm-9 {
    float: left;
    width: 75%; }

  .col-sm-10 {
    float: left;
    width: 83.33333333333334%; }

  .col-sm-11 {
    float: left;
    width: 91.66666666666666%; }

  .col-sm-12 {
    float: left;
    width: 100%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666666666666%; }

  .col-sm-push-10 {
    left: 83.33333333333334%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666666666666%; }

  .col-sm-push-7 {
    left: 58.333333333333336%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666666666667%; }

  .col-sm-push-4 {
    left: 33.33333333333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.666666666666664%; }

  .col-sm-push-1 {
    left: 8.333333333333332%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 1320px) {
  .container {
    width: 100%;
    max-width: 1280px; }

  .col-md-1 {
    float: left;
    width: 8.333333333333332%; }

  .col-md-2 {
    float: left;
    width: 16.666666666666664%; }

  .col-md-3 {
    float: left;
    width: 25%; }

  .col-md-4 {
    float: left;
    width: 33.33333333333333%; }

  .col-md-5 {
    float: left;
    width: 41.66666666666667%; }

  .col-md-6 {
    float: left;
    width: 50%; }

  .col-md-7 {
    float: left;
    width: 58.333333333333336%; }

  .col-md-8 {
    float: left;
    width: 66.66666666666666%; }

  .col-md-9 {
    float: left;
    width: 75%; }

  .col-md-10 {
    float: left;
    width: 83.33333333333334%; }

  .col-md-11 {
    float: left;
    width: 91.66666666666666%; }

  .col-md-12 {
    float: left;
    width: 100%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666666666666%; }

  .col-md-pull-10 {
    right: 83.33333333333334%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666666666666%; }

  .col-md-pull-7 {
    right: 58.333333333333336%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666666666667%; }

  .col-md-pull-4 {
    right: 33.33333333333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.666666666666664%; }

  .col-md-pull-1 {
    right: 8.333333333333332%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666666666666%; }

  .col-md-push-10 {
    left: 83.33333333333334%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666666666666%; }

  .col-md-push-7 {
    left: 58.333333333333336%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666666666667%; }

  .col-md-push-4 {
    left: 33.33333333333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.666666666666664%; }

  .col-md-push-1 {
    left: 8.333333333333332%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1600px) {
  .container {
    width: 100%;
    max-width: 1280px; }

  .col-lg-1 {
    float: left;
    width: 8.333333333333332%; }

  .col-lg-2 {
    float: left;
    width: 16.666666666666664%; }

  .col-lg-3 {
    float: left;
    width: 25%; }

  .col-lg-4 {
    float: left;
    width: 33.33333333333333%; }

  .col-lg-5 {
    float: left;
    width: 41.66666666666667%; }

  .col-lg-6 {
    float: left;
    width: 50%; }

  .col-lg-7 {
    float: left;
    width: 58.333333333333336%; }

  .col-lg-8 {
    float: left;
    width: 66.66666666666666%; }

  .col-lg-9 {
    float: left;
    width: 75%; }

  .col-lg-10 {
    float: left;
    width: 83.33333333333334%; }

  .col-lg-11 {
    float: left;
    width: 91.66666666666666%; }

  .col-lg-12 {
    float: left;
    width: 100%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666666666666%; }

  .col-lg-push-10 {
    left: 83.33333333333334%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666666666666%; }

  .col-lg-push-7 {
    left: 58.333333333333336%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666666666667%; }

  .col-lg-push-4 {
    left: 33.33333333333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.666666666666664%; }

  .col-lg-push-1 {
    left: 8.333333333333332%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .visible-lg-block {
    display: block !important; }

  .visible-lg-inline {
    display: inline !important; }

  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; }

  .visible-xs-inline {
    display: inline !important; }

  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 1319px) {
  .visible-sm-block {
    display: block !important; }

  .visible-sm-inline {
    display: inline !important; }

  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1320px) and (max-width: 1599px) {
  .visible-md-block {
    display: block !important; }

  .visible-md-inline {
    display: inline !important; }

  .visible-md-inline-block {
    display: inline-block !important; } }
@media print {
  .visible-print-block {
    display: block !important; }

  .visible-print-inline {
    display: inline !important; }

  .visible-print-inline-block {
    display: inline-block !important; } }
@media screen and (min-width: 1025px) and (max-width: 1319px) {
  .container {
    width: 100%;
    max-width: 1024px; } }
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  input::-ms-clear {
    display: none; }

input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

html {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  color: #1a2024;
  height: 100%; }

div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

span {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 20px; }

h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px; }

h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px; }

h4 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }
  em.em-force {
    font-style: italic; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-width: 100%; }

strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: bold; }

b {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

u {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

i {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

dl {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

dt {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

ol {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none; }

ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none; }

li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

label {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

table {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border-collapse: collapse;
  border-spacing: 0; }

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

tfoot {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

thead {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

th {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

aside {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

menu {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

nav {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block; }

.empty-message {
  font-size: 27px;
  font-weight: 600;
  display: inline-block; }

.cke_textarea_inline table td {
  border: 1px double #dfdfdf;
  padding: 5px; }

.result-description {
  padding-top: 16px; }
  .result-description p {
    margin-bottom: 12px; }

.cke_textarea_inline table,
.comparison-display .result-description table {
  border-style: solid;
  border-color: #004382;
  white-space: nowrap;
  min-width: 30%; }
  .cke_textarea_inline table caption,
  .comparison-display .result-description table caption {
    font-weight: 800;
    border: 1px double #dfdfdf; }
  .cke_textarea_inline table td,
  .comparison-display .result-description table td {
    border: 1px solid;
    border-color: #DFDFDF #A8A8A8;
    vertical-align: middle;
    white-space: nowrap;
    padding: 3px; }
.cke_textarea_inline ul:not(.content-tabs__nav), .cke_textarea_inline ol,
.comparison-display .result-description ul:not(.content-tabs__nav),
.comparison-display .result-description ol {
  margin: 14px;
  padding-left: 40px; }
.cke_textarea_inline ol,
.comparison-display .result-description ol {
  list-style: decimal; }
.cke_textarea_inline ul,
.comparison-display .result-description ul {
  list-style: disc; }
.cke_textarea_inline h1, .cke_textarea_inline h2, .cke_textarea_inline h3, .cke_textarea_inline h4, .cke_textarea_inline h5, .cke_textarea_inline h6,
.comparison-display .result-description h1,
.comparison-display .result-description h2,
.comparison-display .result-description h3,
.comparison-display .result-description h4,
.comparison-display .result-description h5,
.comparison-display .result-description h6 {
  margin: 22px 0; }
.cke_textarea_inline h1,
.comparison-display .result-description h1 {
  font-size: 32px; }
.cke_textarea_inline h2,
.comparison-display .result-description h2 {
  font-size: 24px; }
.cke_textarea_inline h3,
.comparison-display .result-description h3 {
  font-size: 19px; }
.cke_textarea_inline h4,
.comparison-display .result-description h4 {
  font-size: 16px; }
.cke_textarea_inline h5,
.comparison-display .result-description h5 {
  font-size: 13px; }
.cke_textarea_inline h6,
.comparison-display .result-description h6 {
  font-size: 10px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

span[dir="rtl"] {
  unicode-bidi: bidi-override;
  direction: rtl; }

.form-horizontal .form-group .without-float {
  float: none; }

.main-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 20px; }

.second-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px; }

.third-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px; }

.page-title {
  padding: 30px 20px 0; }

.tab-content .page-title {
  font-size: 20px;
  line-height: 20px;
  padding: 40px 0 30px;
  margin: 0; }

[type="checkbox"] {
  position: absolute;
  left: -9999px; }
  [type="checkbox"] ~ label:not(.error) {
    position: relative;
    padding-left: 38px;
    display: inline-block;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    [type="checkbox"] ~ label:not(.error):before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 32px;
      height: 30px;
      border: 1px solid #dfdfdf;
      background: #fff url("/kcdb/static/icons/checked-add8bb8cc215056a80f1542a8c1b2da5.png") no-repeat center center;
      background-size: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    [type="checkbox"] ~ label:not(.error):active:before, [type="checkbox"] ~ label:not(.error):focus:before, [type="checkbox"] ~ label:not(.error):hover:before {
      border-color: #bababa; }
  [type="checkbox"]:checked ~ label:not(.error):before {
    background-size: 36%; }
  [type="checkbox"]:disabled {
    pointer-events: none; }
    [type="checkbox"]:disabled ~ label:not(.error) {
      cursor: default !important; }
      [type="checkbox"]:disabled ~ label:not(.error):before {
        border-color: #bbb;
        background-color: #ddd;
        color: #aaa; }
  [type="checkbox"].error ~ label:not(.error):before {
    border-color: #d0021b; }

.form-section .page-title {
  padding: 0 10px; }
.form-section .form-group {
  margin-bottom: 35px;
  position: relative; }
  .form-section .form-group label.error {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #d0021b;
    position: absolute;
    left: 0;
    top: calc(100% + 10px); }
    .form-section .form-group label.error + .select2-container .select2-selection {
      border-color: #d0021b; }
    .form-section .form-group label.error + .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline {
      border-color: #d0021b; }
    .form-section .form-group label.error ~ .cke_editable {
      border-color: #d0021b; }
.form-section .row-cmc {
  margin-left: -30px;
  margin-right: -30px; }
  .form-section .row-cmc .col-cmc {
    padding-left: 30px;
    padding-right: 30px; }
.form-section .col-border:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 15px);
  background: #dfdfdf; }
.form-section .upload-wrapper .label-upload #upload-file {
  display: none; }
.form-section .upload-wrapper label.label-upload {
  cursor: pointer; }
.form-section .upload-wrapper .upload-list--item {
  padding: 15px 8px 15px 42px;
  border: 1px solid #dfdfdf;
  margin-bottom: 5px;
  color: #1a2024;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative; }
  .form-section .upload-wrapper .upload-list--item .delete {
    width: 24px;
    height: 24px;
    background: #a8a8a8;
    position: absolute;
    left: 8px;
    text-indent: -9999px;
    overflow: hidden;
    transition: all 0.5s ease; }
    .form-section .upload-wrapper .upload-list--item .delete:hover {
      opacity: 0.5; }
    .form-section .upload-wrapper .upload-list--item .delete:before {
      content: '';
      width: 2px;
      height: 18px;
      background: #fff;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -1px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .form-section .upload-wrapper .upload-list--item .delete:after {
      content: '';
      width: 2px;
      height: 18px;
      background: #fff;
      position: absolute;
      top: 2px;
      left: 50%;
      margin-left: -1px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
.form-section .alert-info {
  color: #f00;
  padding: 0 10px 10px; }

.form-section--item {
  padding: 0 10px;
  position: relative; }
  .form-section--item .caption-item {
    margin-bottom: 50px;
    padding-left: 10px; }
  .form-section--item .description-item {
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px; }
  .form-section--item .edit-item {
    text-decoration: none;
    border-bottom: 2px solid #597da1;
    padding-bottom: 3px;
    margin-top: 58px;
    float: left; }
    .form-section--item .edit-item:hover span {
      color: #004382; }
    .form-section--item .edit-item span {
      color: #597da1;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      transition: 0.3s; }
    .form-section--item .edit-item img {
      width: 17px;
      height: 12px;
      margin-right: 8px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .form-section--item .edit-item.add {
    margin-top: 15px; }

.form-section--item.param-item {
  background: #e6f1fb;
  margin-top: -30px;
  margin-bottom: 60px;
  padding: 18px 10px 35px; }
  .form-section--item.param-item:before {
    display: none; }
  .form-section--item.param-item .caption {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 40px;
    text-transform: uppercase;
    color: #004382;
    margin-bottom: 30px; }
  .form-section--item.param-item .close-item {
    position: absolute;
    top: 32px;
    right: 20px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    transition: all 0.5s ease; }
    .form-section--item.param-item .close-item:before {
      content: '';
      width: 2px;
      height: 16px;
      background: #004382;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .form-section--item.param-item .close-item:after {
      content: '';
      width: 2px;
      height: 16px;
      background: #004382;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .form-section--item.param-item .close-item:hover {
      opacity: 0.5; }
  .form-section--item.param-item .delete-item {
    float: right;
    position: relative;
    right: 50%;
    margin-right: -9px;
    margin-top: 34px;
    width: 19px;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("/kcdb/static/icons/trash_ico-d63568b901542f9dc0d121a801d55cd0.svg") no-repeat;
    background-size: cover;
    transition: all 0.5s ease; }
    .form-section--item.param-item .delete-item:hover {
      opacity: 0.5; }
  .form-section--item.param-item .item-bottom {
    border-top: 1px solid #cbdeef;
    padding: 30px 20px 0;
    margin: 0 -10px; }
    .form-section--item.param-item .item-bottom .add-param {
      text-decoration: none;
      border-bottom: 2px solid #597da1;
      padding-right: 8px;
      padding-bottom: 3px; }
      .form-section--item.param-item .item-bottom .add-param span {
        color: #597da1;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px; }
      .form-section--item.param-item .item-bottom .add-param img {
        width: 17px;
        height: 12px;
        margin-right: 8px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

.form-section--label {
  display: block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  color: #1a2024;
  padding-bottom: 6px; }

.form-section--control {
  width: 100%;
  height: 55px;
  border: 1px solid #dfdfdf;
  padding: 0 20px;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  color: #3e3e3e;
  font-family: "Open Sans", sans-serif; }
  .form-section--control:active, .form-section--control:focus, .form-section--control:hover {
    outline: 0 none;
    border-color: #bababa; }
  .form-section--control.error {
    border-color: #d0021b; }
  .form-section--control.textarea {
    height: 110px;
    resize: none; }
  .form-section--control.date-styles {
    padding-right: 45px;
    background-image: url("/kcdb/static/icons/calendar_ico-eb65ac0565bbdd96eb6b2f20fdf642fa.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 20px; }
  .form-section--control.date-styles--custom {
    padding-right: 45px;
    background-image: url("/kcdb/static/icons/calendar_ico-eb65ac0565bbdd96eb6b2f20fdf642fa.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 20px; }
  .form-section--control.wrong_fild {
    border: 1px solid #cf112d; }

.reviewers-notification {
  margin-top: 10px;
  color: #D0021B;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 14px;
  font-weight: 300; }

button + .reviewers-notification {
  display: block; }

.reviewers-notification_top {
  position: relative;
  top: 7px; }

.form-section--select-wrap {
  position: relative;
  width: 100%; }
  .form-section--select-wrap .select2-container {
    width: 100% !important; }
    .form-section--select-wrap .select2-container .select2-selection {
      height: 55px;
      padding: 13px 30px 0 20px;
      border-radius: 0;
      border-color: #dfdfdf; }
      .form-section--select-wrap .select2-container .select2-selection:hover {
        outline: 0 none;
        border-color: #bababa; }
      .form-section--select-wrap .select2-container .select2-selection:focus {
        outline: 0 none;
        border-color: #bababa; }
    .form-section--select-wrap .select2-container .select2-selection__rendered {
      color: #3e3e3e !important;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 19px;
      font-weight: 300;
      padding: 0 15px 0 0 !important; }
    .form-section--select-wrap .select2-container .select2-selection--single .select2-selection__arrow {
      top: -2px;
      right: 10px;
      height: 100%; }
      .form-section--select-wrap .select2-container .select2-selection--single .select2-selection__arrow b {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -5px; }
    .form-section--select-wrap .select2-container .select2-selection--single .select2-selection__clear {
      font-size: 16px;
      font-weight: normal;
      margin-right: -14px; }
    .form-section--select-wrap .select2-container .select2-selection--single .select2-selection__placeholder {
      font-weight: normal; }
    .form-section--select-wrap .select2-container .select2-search--inline .select2-search__field {
      font-family: "Open Sans", sans-serif;
      color: inherit;
      font-weight: inherit; }
      .form-section--select-wrap .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
        opacity: 0.8; }
      .form-section--select-wrap .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
        opacity: 0.8; }
      .form-section--select-wrap .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
        opacity: 0.8; }
      .form-section--select-wrap .select2-container .select2-search--inline .select2-search__field:-moz-placeholder {
        opacity: 0.8; }
    .form-section--select-wrap .select2-container .select2-selection--multiple .select2-selection__clear {
      font-size: 16px;
      font-weight: normal;
      margin-right: -14px; }
  .form-section--select-wrap .select2-container--focus .select2-selection--multiple {
    border-color: #bababa !important; }
  .form-section--select-wrap .select2-container.open-menu {
    display: block; }
  .form-section--select-wrap .select2-container--open .select2-selection--single .select2-selection__arrow b {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-color: #004382 !important;
    border-width: 1px 1px 0 0 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0; }

.form-section--check-wrap {
  margin-top: 30px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #3e3e3e;
  font-family: "Open Sans", sans-serif; }
  .form-section--check-wrap [type="checkbox"]:not(:checked) ~ label:not(.error):before {
    border-color: #dfdfdf; }
  .form-section--check-wrap [type="checkbox"]:checked ~ label:not(.error):before {
    border-color: #dfdfdf; }

.form-section--btn {
  clear: both;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 10px; }
  .form-section--btn .cmc-button {
    display: inline-block;
    width: 160px;
    margin: 0 16px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding: 13px 0 9px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background: #6184a6;
    border: 0 none;
    cursor: pointer;
    transition: all 0.5s ease;
    text-decoration: none; }
    .form-section--btn .cmc-button:hover {
      opacity: 0.6; }
    .form-section--btn .cmc-button--dark {
      background: #004382; }
  .form-section--btn .cmc-button.submit {
    background: #004382; }
  .form-section--btn .cmc-button.reset {
    background: #cf112d; }

#cke_eq-textarea .cke_button__h1 {
  display: none; }
#cke_eq-textarea .cke_button__h2 {
  display: none; }
#cke_eq-textarea .cke_button__h3 {
  display: none; }
#cke_eq-textarea .cke_button__h4 {
  display: none; }
#cke_eq-textarea .cke_button__h5 {
  display: none; }
#cke_eq-textarea .cke_button__h6 {
  display: none; }

.cke_dialog_body,
.cke_dialog_footer {
  min-width: 310px; }

#cke_crm-eq-textarea .cke_button__h1 {
  display: none; }
#cke_crm-eq-textarea .cke_button__h2 {
  display: none; }
#cke_crm-eq-textarea .cke_button__h3 {
  display: none; }
#cke_crm-eq-textarea .cke_button__h4 {
  display: none; }
#cke_crm-eq-textarea .cke_button__h5 {
  display: none; }
#cke_crm-eq-textarea .cke_button__h6 {
  display: none; }

.table {
  color: #3e3e3e;
  font-size: 14px;
  width: 100%; }
  .table td {
    border: 1px solid #dfdfdf;
    padding: 17px 10px; }

.table-striped tr:nth-of-type(odd) {
  background-color: #f7f7f7; }

.form-section--select-wrap .select-multi + .select2-container .select2-selection--multiple {
  height: auto; }

.custom-error {
  display: inline-block;
  margin-top: 7px;
  color: #d0021b;
  font-size: 14px;
  font-weight: 300;
  font-style: italic; }

.date-field::-webkit-outer-spin-button,
.date-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.date-field {
  -moz-appearance: textfield; }

.force-pre {
  white-space: pre; }

.cke_dialog_ui_radio_input[type="radio"] {
  -webkit-appearance: radio;
  vertical-align: top; }

.cke_dialog_ui_checkbox_input[type="checkbox"] {
  -webkit-appearance: checkbox; }
  .cke_dialog_ui_checkbox_input[type="checkbox"] ~ label {
    padding-left: 0; }
    .cke_dialog_ui_checkbox_input[type="checkbox"] ~ label:before {
      width: auto;
      height: auto; }

.required .form_create-cmc--label:after {
  content: ' *';
  color: #D0021B; }

@media screen and (max-width: 1024px) {
  .form-section .form-group label.error {
    font-size: 12px; }
  .form-section .col-border {
    padding-top: 22px; }
    .form-section .col-border:before {
      left: 15px;
      width: calc(100% - 30px);
      height: 1px; }

  .form-section--item.param-item .item-bottom .add-param span {
    font-size: 14px;
    line-height: 19px; }
  .form-section--item .edit-item span {
    font-size: 14px;
    line-height: 19px; } }
@media screen and (max-width: 991px) {
  .form-section .form-group {
    margin-bottom: 20px; }
    .form-section .form-group label.error {
      top: calc(100% + 3px); }
  .form-section .row-cmc {
    margin-left: -15px;
    margin-right: -15px; }
    .form-section .row-cmc .col-cmc {
      padding-left: 15px;
      padding-right: 15px; }

  .form-section--item {
    padding-bottom: 20px; } }
@media screen and (max-width: 425px) {
  .form-section .form-group {
    margin-bottom: 10px; }
  .form-section .row-cmc {
    margin-left: -10px;
    margin-right: -10px; }
    .form-section .row-cmc .col-cmc {
      padding-left: 10px;
      padding-right: 10px; }

  .form-section--item {
    padding-top: 20px;
    padding-bottom: 20px; }
    .form-section--item.param-item .delete-item {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 25px;
      right: 0; }
    .form-section--item .edit-item {
      margin: -15px 0 24px; }
    .form-section--item .edit-item.add {
      margin: 15px 0 0; }

  .form-section--check-wrap {
    margin-bottom: 35px; }

  [type="checkbox"] ~ label:not(.error) {
    padding: 5px 0 0 41px;
    line-height: 20px; }

  .form-section--btn {
    margin-top: 0; }
    .form-section--btn .cmc-button {
      width: 105px;
      margin: 0 2px;
      font-size: 14px; }
      .form-section--btn .cmc-button--nowrap {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
        min-width: 105px; } }
@media screen and (max-width: 320px) {
  .form-section--btn .cmc-button {
    width: 90px;
    margin: 0 2px; }
    .form-section--btn .cmc-button--nowrap {
      width: auto; } }
[data-cke-table-faked-selection-table] .cke_editable_inline::-webkit-keygen-select {
  background: #0076cb !important;
  color: white; }
[data-cke-table-faked-selection-table] .cke_editable_inline::inactive-selection {
  background: #0076cb !important;
  color: white; }
[data-cke-table-faked-selection-table] .cke_editable_inline::selection {
  background: #0076cb !important;
  color: white; }
[data-cke-table-faked-selection-table] .cke_editable_inline *::-webkit-keygen-select {
  background: #0076cb !important;
  color: white; }
[data-cke-table-faked-selection-table] .cke_editable_inline *::inactive-selection {
  background: #0076cb !important;
  color: white; }
[data-cke-table-faked-selection-table] .cke_editable_inline *::selection {
  background: #0076cb !important;
  color: white; }

._text-center {
  text-align: center; }

._padding-0 {
  padding: 0 !important; }

._margin-bottom-30 {
  margin-bottom: 30px; }

._pt-20 {
  padding-top: 20px; }

.form_radio--wrapper {
  display: inline-block;
  margin-right: 25px; }
  @media screen and (max-width: 767px) {
    .form_radio--wrapper {
      margin-right: 10px; } }
.form_radio--label {
  font-size: 14px; }
.setEntityStatusPopup .form_radio--wrapper {
  margin-top: 10px;
  margin-bottom: 30px; }
.setEntityStatusPopup .form_radio--label {
  font-size: 16px; }
.form_radio [type="radio"] {
  position: absolute;
  left: -9999px; }
  .form_radio [type="radio"] ~ label {
    position: relative;
    padding-left: 38px;
    display: inline-block;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .form_radio [type="radio"] ~ label:before {
      content: '';
      display: block;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      border: 1px solid #dfdfdf;
      background: #fff url("/kcdb/static/icons/checked-add8bb8cc215056a80f1542a8c1b2da5.png") no-repeat center center;
      background-size: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .form_radio [type="radio"] ~ label:active:before, .form_radio [type="radio"] ~ label:focus:before, .form_radio [type="radio"] ~ label:hover:before {
      border-color: #bababa; }
  .form_radio [type="radio"]:checked ~ label:not(.error):before {
    background-size: 36%; }
  .form_radio [type="radio"]:disabled ~ label:not(.error):before {
    border-color: #bbb;
    background-color: #ddd;
    color: #aaa; }
  .form_radio [type="radio"].error ~ label:not(.error):before {
    border-color: #d0021b; }

.autocomplete-selected-list {
  margin: 20px 0; }

.autocomplete-selected-list__item {
  margin-bottom: 24px; }
  .autocomplete-selected-list__item:focus .autocomplete-selected-list__remove-button, .autocomplete-selected-list__item:hover .autocomplete-selected-list__remove-button {
    background-color: #004382; }

.autocomplete-selected-list__remove-button {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border: 0;
  background: #a8a8a8;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  cursor: pointer; }
  .autocomplete-selected-list__remove-button:before, .autocomplete-selected-list__remove-button:after {
    content: '';
    width: 2px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -1px; }
  .autocomplete-selected-list__remove-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .autocomplete-selected-list__remove-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.autocomplete-selected-list__item-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  vertical-align: middle; }

.dropdown-autocomplete-input {
  width: 100%;
  height: 55px;
  padding: 17px 45px 17px 20px;
  border: 1px solid #dfdfdf;
  background: #fff url("/kcdb/static/icons/add_ico-930aeaabe15a0a42b00c6ec3891c6e88.svg") no-repeat center right 10px;
  background-size: 35px;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: #3e3e3e;
  font-family: "Open Sans", sans-serif; }
  .dropdown-autocomplete-input:focus, .dropdown-autocomplete-input:active {
    background: #fff; }

ul.ui-autocomplete.mCustomScrollbar {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto; }
  ul.ui-autocomplete.mCustomScrollbar li {
    padding: 10px 6px 8px 20px;
    background-color: #fff;
    color: #3E3E3E;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: normal;
    cursor: pointer; }
    ul.ui-autocomplete.mCustomScrollbar li strong {
      font-weight: 700 !important; }
    ul.ui-autocomplete.mCustomScrollbar li em {
      font-style: italic; }
    ul.ui-autocomplete.mCustomScrollbar li u {
      text-decoration: underline; }
    ul.ui-autocomplete.mCustomScrollbar li + li {
      border-top: 1px solid #dfdfdf; }
    ul.ui-autocomplete.mCustomScrollbar li:hover {
      background-color: #f7f7f7; }
      ul.ui-autocomplete.mCustomScrollbar li:hover .ui-menu-item-wrapper {
        background-color: #f7f7f7 !important;
        outline: 0 !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important; }
    ul.ui-autocomplete.mCustomScrollbar li .ui-menu-item-wrapper {
      background-color: #fff !important;
      padding: 0 !important;
      color: #3E3E3E;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 17px;
      letter-spacing: 1px;
      outline: 0 !important;
      border: 0 !important;
      margin: 0 !important; }
  ul.ui-autocomplete.mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin-right: 15px; }

.dropdown-autocomplete-list .autocomplete-selected-list__item {
  position: relative;
  padding-left: 30px; }
.dropdown-autocomplete-list .autocomplete-selected-list__remove-button {
  position: absolute;
  left: 0;
  top: 0; }
.dropdown-autocomplete-list .autocomplete-selected-list__item-name {
  display: inline; }

@media (min-width: 715px) {
  .ui-autocomplete.link-autocomplete {
    max-width: 210px; } }

ul.ui-autocomplete.filter-autocomplete {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto; }
  ul.ui-autocomplete.filter-autocomplete li {
    padding: 0;
    background-color: #fff;
    color: #3E3E3E;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: normal;
    cursor: pointer; }
    ul.ui-autocomplete.filter-autocomplete li strong {
      font-weight: 700 !important; }
    ul.ui-autocomplete.filter-autocomplete li em {
      font-style: italic; }
    ul.ui-autocomplete.filter-autocomplete li u {
      text-decoration: underline; }
    ul.ui-autocomplete.filter-autocomplete li + li {
      border-top: 1px solid #dfdfdf; }
    ul.ui-autocomplete.filter-autocomplete li:hover {
      background-color: #f7f7f7 !important; }
    ul.ui-autocomplete.filter-autocomplete li:hover .ui-menu-item-wrapper, ul.ui-autocomplete.filter-autocomplete li .ui-menu-item-wrapper.ui-state-active {
      background-color: #f7f7f7 !important;
      outline: 0 !important;
      border: 0 !important;
      margin: 0 !important; }
    ul.ui-autocomplete.filter-autocomplete li .ui-menu-item-wrapper {
      background-color: #fff !important;
      padding: 10px 6px 8px 20px !important;
      color: #3E3E3E;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 17px;
      letter-spacing: 1px;
      outline: 0 !important;
      border: 0 !important;
      margin: 0 !important; }
  ul.ui-autocomplete.filter-autocomplete::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #dfdfdf; }
  ul.ui-autocomplete.filter-autocomplete::-webkit-scrollbar-thumb {
    background-color: rgba(0, 67, 130, 0.7);
    border-width: 3px 2px;
    border-style: solid;
    border-color: #dfdfdf; }
    ul.ui-autocomplete.filter-autocomplete::-webkit-scrollbar-thumb:hover, ul.ui-autocomplete.filter-autocomplete::-webkit-scrollbar-thumb:active {
      background-color: #004382; }
  ul.ui-autocomplete.filter-autocomplete::-webkit-scrollbar-corner {
    background: #dfdfdf; }

.datepickers-container {
  margin-right: 3px;
  z-index: 1045;
  top: 10px; }
  .datepickers-container .datepicker--pointer {
    border-color: #bababa; }
  .datepickers-container .datepicker {
    box-shadow: 4px 4px 3px 0 #d5e1ec;
    border-radius: 0;
    border-color: #bababa; }
  .datepickers-container .datepicker.active {
    margin-top: -13px; }
  .datepickers-container .datepicker--nav {
    border-bottom: 0 none;
    padding: 5px 18px; }
  .datepickers-container .datepicker--nav-action path {
    stroke: #004382; }
  .datepickers-container .datepicker--nav-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #004382; }
    .datepickers-container .datepicker--nav-title i {
      font-weight: 600;
      color: #004382; }
  .datepickers-container .datepicker--content {
    padding-top: 0; }
  .datepickers-container .datepicker--days-names {
    margin-top: 0; }
  .datepickers-container .datepicker--day-name {
    color: #1a2024;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-transform: inherit; }
  .datepickers-container .datepicker--cell {
    border-radius: 0; }
  .datepickers-container .datepicker--cell.-current- {
    color: #004382;
    font-weight: bold; }
  .datepickers-container .datepicker--cell.-focus- {
    background: #004382;
    color: #fff; }
  .datepickers-container .datepicker--cell.-selected- {
    background: #004382;
    color: #fff; }

hidden {
  display: none; }

.tab-top__filter__item.open .filter__item__wrapper {
  display: block; }
.tab-top__filter__item .filter__item__wrapper.open .filter__item__wrapper {
  display: block; }
.tab-top__filter__item .filter__item__wrapper {
  display: none;
  position: relative;
  margin: 15px 0 0; }
  .tab-top__filter__item .filter__item__wrapper:nth-of-type(-n+4) {
    display: block; }
  .tab-top__filter__item .filter__item__wrapper label {
    font-size: 14px;
    font-weight: 300;
    color: #1a2024; }
  .tab-top__filter__item .filter__item__wrapper.radio-filter__item__wrapper [type="radio"] {
    position: absolute;
    left: -9999px; }
    .tab-top__filter__item .filter__item__wrapper.radio-filter__item__wrapper [type="radio"] + label {
      position: relative;
      padding-left: 38px;
      display: inline-block;
      line-height: 30px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #1a2024; }
      .tab-top__filter__item .filter__item__wrapper.radio-filter__item__wrapper [type="radio"] + label:before {
        content: '';
        display: block;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        border: 1px solid #dfdfdf;
        background: #fff url("/kcdb/static/icons/checked-add8bb8cc215056a80f1542a8c1b2da5.png") no-repeat center center;
        background-size: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .tab-top__filter__item .filter__item__wrapper.radio-filter__item__wrapper [type="radio"] + label:active:before, .tab-top__filter__item .filter__item__wrapper.radio-filter__item__wrapper [type="radio"] + label:focus:before, .tab-top__filter__item .filter__item__wrapper.radio-filter__item__wrapper [type="radio"] + label:hover:before {
        border-color: #bababa; }
    .tab-top__filter__item .filter__item__wrapper.radio-filter__item__wrapper [type="radio"]:checked ~ label:not(.error):before {
      background-size: 36%; }
.tab-top__filter__item .child-filter__item__wrapper {
  position: relative;
  margin: 15px 0 0; }
  .tab-top__filter__item .child-filter__item__wrapper label {
    font-size: 14px;
    font-weight: 300;
    color: #1a2024; }
.tab-top__filter__item .expand,
.tab-top__filter__item .expand-chb {
  display: inline-block;
  margin: 20px 15px 6px 0;
  font-size: 12px;
  line-height: 17px;
  color: #004382; }
  .tab-top__filter__item .expand:hover,
  .tab-top__filter__item .expand-chb:hover {
    text-decoration: none; }
.tab-top__filter__item .toggle-select-all-chb {
  display: inline-block;
  margin: 20px 0 6px 0;
  font-size: 12px;
  line-height: 17px;
  color: #004382; }
  .tab-top__filter__item .toggle-select-all-chb:hover {
    text-decoration: none; }
.tab-top__filter__item:not(:first-child), #areasFilter .tab-top__filter__item, #countryFilterWrapper .tab-top__filter__item {
  margin-top: 40px; }

.tab-top__filter__wrapper {
  margin: 0 0 20px; }
  .tab-top__filter__wrapper .mob-filter-btn {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #004382;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #004382;
    background: #e6f1fb;
    margin: 10px 0;
    transition: all 0.5s ease;
    display: none; }
    .tab-top__filter__wrapper .mob-filter-btn:hover {
      background: #004382;
      color: #fff; }
  .tab-top__filter__wrapper .mod-title {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    padding: 20px 0 30px;
    color: #004382;
    text-align: center;
    position: relative;
    display: none;
    text-transform: uppercase; }
    .tab-top__filter__wrapper .mod-title:before {
      content: '';
      background: #fff;
      position: absolute;
      height: 2px;
      width: calc(100% + 20px);
      left: -10px;
      top: 53px; }
    .tab-top__filter__wrapper .mod-title .mob-close {
      position: absolute;
      top: 50%;
      right: 10px;
      width: 16px;
      height: 16px;
      margin-top: -13px;
      text-indent: -9999px;
      overflow: hidden;
      transition: all 0.5s ease; }
      .tab-top__filter__wrapper .mod-title .mob-close:before {
        content: '';
        width: 2px;
        height: 16px;
        background: #004382;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .tab-top__filter__wrapper .mod-title .mob-close:after {
        content: '';
        width: 2px;
        height: 16px;
        background: #004382;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.results-counter {
  color: #0f3c80;
  font-size: 18px;
  font-weight: 600; }

.results-counter__wrapper {
  margin-bottom: 40px; }

.results-reset {
  display: inline-block;
  margin: 9px 0 0;
  font-weight: 300;
  font-size: 13px;
  color: #193b7f; }

@media screen and (min-width: 1025px) {
  .tab-top__filter__wrapper {
    width: 370px;
    padding-right: 20px;
    margin-right: 38px; } }
@media screen and (max-width: 1024px) {
  .tab-top__filter__item .filter__item__wrapper {
    margin-top: 14px; }
  .tab-top__filter__item .child-filter__item__wrapper {
    margin-top: 14px; }
  .tab-top__filter__item .expand-chb {
    margin-top: 17px; }
  .tab-top__filter__item:not(:first-child) {
    margin-top: 36px; }

  .tab-top__filter__wrapper {
    position: relative;
    margin-bottom: 6px;
    padding: 0 10px 24px;
    width: 100%; }
    .tab-top__filter__wrapper:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      border-bottom: 1px solid #DFDFDF;
      margin: 0 -10px; }
    .tab-top__filter__wrapper .mob-filter-btn {
      padding: 14px 15px 13px;
      margin-bottom: 32px; }
    .tab-top__filter__wrapper .results-reset {
      margin-top: 12px; }

  .results-counter__wrapper {
    margin-bottom: 9px; } }
@media screen and (max-width: 1023px) {
  .tab-top__filter__item .filter__item__wrapper {
    margin-top: 14px; }
  .tab-top__filter__item .child-filter__item__wrapper {
    margin-top: 14px; }
  .tab-top__filter__item .expand-chb {
    margin-top: 17px; }
  .tab-top__filter__item:not(:first-child) {
    margin-top: 36px; }

  .tab-top__filter__wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tab-top__filter__wrapper > div {
      width: 100%;
      margin-bottom: 11px; }
    .tab-top__filter__wrapper .results-counter__wrapper {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 4;
      order: 4;
      margin: 20px 0 0; }
    .tab-top__filter__wrapper .mob-wrapper {
      display: none; }
    .tab-top__filter__wrapper.mobile-open .mob-wrapper {
      display: block; }
    .tab-top__filter__wrapper .mob-filter-btn {
      display: block;
      margin-bottom: 13px; }
    .tab-top__filter__wrapper .results-reset {
      margin-top: 9px; } }
@media screen and (max-width: 425px) {
  .tab-top__filter__wrapper .mod-title {
    text-align: left; } }
.filter__item__title {
  color: #004382;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px; }

.filter__item__content {
  margin-bottom: 20px; }

.data-report__table-row {
  border: 1px solid #004382; }
  .data-report__table-row:first-child {
    font-weight: 600; }
.data-report__table-cell {
  border: 1px solid #004382;
  text-align: center;
  padding: 5px; }

.filter-result__text {
  font-size: 14px;
  line-height: 31px; }
  .filter-result__text strong {
    white-space: nowrap; }

.filter-result__title {
  font-weight: 600;
  font-size: 20px;
  position: relative;
  margin: 55px 0 0;
  padding: 0 0 24px; }
  .filter-result__title:after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 4px;
    background-color: #fccf00;
    position: absolute; }

.filter-result__item {
  margin: 20px 0 0;
  padding: 22px 40px; }

.filter-result__main-table-wrap {
  overflow: auto; }

.filter-result__item__title {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 14px; }

.filter-result__item__lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }
  .filter-result__item__lead a {
    color: #1a2024; }
  .filter-result__item__lead em {
    font-style: italic; }
  .filter-result__item__lead p {
    display: inline-block; }

.filter-result__item__lead p:first-child {
  display: inherit; }

.filter-result__table {
  min-width: 472px;
  border-collapse: collapse; }
  .filter-result__table tr:nth-child(odd) {
    background-color: #f7f7f7; }
  .filter-result__table tr td {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd #a8a8a8;
    font-size: 14px; }
    .filter-result__table tr td em {
      font-style: italic; }

.cmc-preview-modal .modal-content {
  margin-bottom: 0; }
.cmc-preview-modal .close {
  top: 0;
  right: 0;
  line-height: 36px; }

.cmc-preview-modal__title {
  margin: 0 0 20px;
  text-align: center; }

.cmc-preview-modal__header-text {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px; }
  .cmc-preview-modal__header-text em {
    font-style: italic; }

.cmc-preview-modal__laboratory {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700; }

.modal-content .filter-result__item {
  border: 0 none;
  margin: 0;
  padding: 0; }
.modal-content .filter-result__item__lead {
  margin-bottom: 15px; }
  .modal-content .filter-result__item__lead:last-child {
    margin-bottom: 0; }

.filter-result__main-table {
  max-width: 590px; }

.filter-result__main-table-cell {
  min-width: 80px;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }
  .filter-result__main-table-cell[rowspan="2"], .filter-result__main-table-cell[colspan="2"] {
    vertical-align: middle;
    text-align: center; }

.code-copy {
  position: relative;
  top: 0;
  left: 0;
  background: url("/kcdb/static/icons/copy-14b27ec86ed76ed3d11321b4a32a0ea9.png") no-repeat 5px 0;
  width: 29px;
  height: 24px;
  display: inline-block;
  cursor: pointer; }
  .code-copy:active {
    top: 1px;
    left: 1px; }

.filter-result__main-list-item {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }
  .filter-result__main-list-item:last-child {
    border-bottom: 0; }
  .filter-result__main-list-item .forTable {
    margin: 10px 0; }
  .filter-result__main-list-item em {
    font-style: italic; }

@media screen and (max-width: 991px) {
  .filter-result__text {
    line-height: 29px; } }
@media screen and (max-width: 650px) {
  .filter-result__table {
    min-width: 100%; }

  .data-report__table-row {
    font-size: 10px; }
  .data-report__table-cell {
    padding: 3px; }

  .filter__item__title {
    font-size: 17px;
    margin-bottom: 5px; }

  .filter__item__content {
    font-size: 12px;
    margin-bottom: 10px; } }
@media screen and (max-width: 425px) {
  .filter-result__text {
    line-height: 25px; } }
.footer-section .corection {
  padding-left: 38px;
  padding-right: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 421px; }

.footer-section__top-section {
  background-image: url("/kcdb/static/img/footer-bg-eb8b1ca0738bb6bf6074f5a9aec30f58.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-color: #004382;
  overflow: hidden; }

.footer-section__top-section--wrapper {
  width: 299px;
  float: left;
  padding-left: 33px;
  padding-top: 43px; }

.footer-section__top-section--wrapper__title {
  color: #33c9f0;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
  min-height: 44px;
  text-transform: uppercase;
  margin-bottom: 0; }

.footer-section__top-section--item {
  display: block;
  margin-bottom: 18px; }

.footer-section__top-section--item-link {
  text-decoration: none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 24px;
  position: relative;
  padding-right: 12px; }
  .footer-section__top-section--item-link:hover:after {
    width: 100%;
    transition: 0.3s; }
  .footer-section__top-section--item-link:after {
    position: absolute;
    width: 0;
    height: 1px;
    content: '';
    display: block;
    background: #fff;
    transition: 0.3s;
    left: 0;
    bottom: -3px; }

.footer-section__bottom-section {
  height: 99px;
  background: #fff; }

.footer-section__bottom-section--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 20px 10px; }

.footer-section__bottom-section--logo {
  text-align: center; }
  .footer-section__bottom-section--logo a {
    display: inline-block;
    max-width: 100%; }
    .footer-section__bottom-section--logo a img {
      display: block;
      width: 100%; }

@media screen and (min-width: 1025px) and (max-width: 1319px) {
  .footer-section__top-section {
    background-image: url("/kcdb/static/img/footer-bg-t-6c20391cefe33c49c8d2b6ea3e23944b.png"); } }
@media screen and (max-width: 1024px) {
  .footer-section .corection {
    display: block;
    padding: 36px 0 0;
    min-height: inherit; }

  .footer-section__top-section {
    background-image: url("/kcdb/static/img/footer-bg-t-6c20391cefe33c49c8d2b6ea3e23944b.png");
    padding-left: 3%; }

  .footer-section__top-section--wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 24px; }
    .footer-section__top-section--wrapper:last-child {
      border: none; }
      .footer-section__top-section--wrapper:last-child .footer-section__top-section--wrapper__title {
        display: none; }
    .footer-section__top-section--wrapper:nth-child(3) {
      margin-bottom: 18px; }

  .footer-section__top-section--wrapper__title {
    min-height: 25px;
    cursor: pointer; }

  .footer-section__bottom-section--container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .footer-section__bottom-section--logo {
    width: 33.2%; } }
@media screen and (max-width: 320px) {
  .footer-section__top-section {
    background-image: url("/kcdb/static/img/footer-bg-m-eba34d434600371444cae83b892c34e5.png"); } }
@media screen and (max-width: 720px) {
  .footer-section .corection {
    padding-top: 41px; }

  .footer-section__top-section--wrapper {
    margin-bottom: 25px; }
    .footer-section__top-section--wrapper:last-child {
      margin-bottom: 36px; } }
@media screen and (max-width: 650px) {
  .footer-section .corection {
    padding-top: 53px; }

  .footer-section__bottom-section--logo {
    width: 49%; } }
.hedaer-section {
  min-height: 312px;
  background-image: url("/kcdb/static/img/header-bg-11bf7d6685fa30bfc47c43738128b3c3.jpg");
  background-position: top center;
  background-color: #004382;
  position: relative;
  z-index: 1; }
  .hedaer-section .container {
    padding: 0;
    overflow: hidden; }
  .hedaer-section header {
    padding-top: 25px; }

.hedaer-section__top-bar {
  width: 100%; }

.hedaer-section__top-bar--back-url {
  height: 44px;
  width: 210px;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  float: left;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding-top: 11px; }

.hedaer-section__top-bar--back-url-text {
  color: #004382;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px; }

.hedaer-section__top-bar--back-url-img {
  width: 20px;
  height: 11px;
  margin-left: -5%;
  margin-right: 4%; }

.hedaer-section__top-bar--container {
  float: right;
  display: inline-block;
  text-align: right;
  width: auto; }

.hedaer-section__top-bar--container.mobile {
  width: auto;
  text-align: right;
  clear: both;
  display: none;
  color: #004382; }
  .hedaer-section__top-bar--container.mobile .hedaer-section__top-bar--link {
    display: block;
    padding-right: 0;
    margin-bottom: 10px;
    color: #004382; }

.hedaer-section__top-bar--link {
  text-decoration: none;
  display: inline-block;
  padding-right: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  position: relative; }
  .hedaer-section__top-bar--link:first-child {
    padding-right: 20px; }
    .hedaer-section__top-bar--link:first-child:before {
      display: block;
      right: 0;
      height: 44px;
      content: '';
      background: #fff;
      width: 1px;
      position: absolute;
      top: 50%;
      opacity: 0.4;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .hedaer-section__top-bar--link:nth-of-type(1n+2) {
    padding-left: 17px;
    padding-right: 20px; }
    .hedaer-section__top-bar--link:nth-of-type(1n+2):before {
      display: block;
      right: 0;
      height: 44px;
      content: '';
      background: #fff;
      width: 1px;
      position: absolute;
      top: 50%;
      opacity: 0.4;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .hedaer-section__top-bar--link:last-child {
    padding-left: 17px; }

.hedaer-section__top-bar--link-user {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  margin-bottom: -2px; }

.hedaer-section__top-bar--link-user-add {
  width: 21px;
  height: 21px;
  margin-right: 8px;
  margin-bottom: -6px; }

.hedaer-section__top-bar--link-planet {
  width: 21.5px;
  position: absolute;
  bottom: 12px;
  left: -30px;
  margin-right: 5px; }

.hedaer-section__slogan-container {
  float: left;
  width: 100%;
  position: relative; }

.hedaer-section__testmode-container {
  clear: both;
  background-color: #ffff99;
  position: relative;
  text-align: center;
  padding: 15px;
  border: 1px solid black; }
  @media (min-width: 426px) and (max-width: 991px) {
    .hedaer-section__testmode-container {
      margin-right: 20px; } }
  @media (min-width: 992px) {
    .hedaer-section__testmode-container {
      min-height: 212px; } }

.hedaer-section__tesmode--title {
  color: red;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
  display: inline-block; }
  @media (min-width: 426px) and (max-width: 991px) {
    .hedaer-section__tesmode--title {
      font-size: 34px;
      max-width: 400px; } }
  @media (min-width: 992px) {
    .hedaer-section__tesmode--title {
      font-size: 76px; } }

.hedaer-section__slogan-container--logo {
  min-height: 144px;
  float: left; }
  .hedaer-section__slogan-container--logo .info {
    display: none;
    width: 40%; }
  .hedaer-section__slogan-container--logo:hover .info {
    display: block;
    color: #004382;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 17px;
    background: #fff;
    position: absolute;
    right: 0;
    padding: 20px;
    top: 20px;
    border-radius: 5px; }

.hedaer-section__slogan-container--logo_img {
  margin-top: 59px;
  margin-left: 22px; }

.hedaer-section__slogan-container--title {
  width: 575px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  clear: both;
  display: block;
  min-height: 96px;
  padding-left: 21px; }

.site-nav-section {
  position: relative;
  height: 70px;
  background-image: url("/kcdb/static/img/header-bg-11bf7d6685fa30bfc47c43738128b3c3.jpg");
  background-position: center bottom;
  z-index: 101; }
  .site-nav-section .corection {
    padding: 0; }
  .site-nav-section .site-nav {
    float: left;
    width: 100%;
    height: 69px;
    background: #fff;
    box-shadow: 0 1px 0 0 #dfdfdf;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-bottom: 0; }
  .site-nav-section .site-nav--wrapper {
    float: left;
    width: 100%; }
  .site-nav-section .site-nav__item {
    height: 100%;
    text-align: center;
    position: relative;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
    .site-nav-section .site-nav__item:hover:before {
      background: transparent;
      transition: 0.3s; }
    .site-nav-section .site-nav__item:last-child:before {
      display: none; }
    .site-nav-section .site-nav__item:before {
      width: 1px;
      background: #e7e7e7;
      display: block;
      position: absolute;
      right: 0;
      content: '';
      height: 30px;
      top: 34%; }
  .site-nav-section .site-nav__item.home-link {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #fccf02;
    -webkit-box-flex: 0.3;
    -ms-flex-positive: 0.3;
    flex-grow: 0.3;
    -ms-flex-negative: 0.3;
    flex-shrink: 0.3;
    -ms-flex-preferred-size: 0.3;
    flex-basis: 0.3; }
    .site-nav-section .site-nav__item.home-link img {
      height: 19px;
      width: 16px; }
    .site-nav-section .site-nav__item.home-link:before {
      display: none; }
  .site-nav-section .site-nav__item-link {
    text-decoration: none;
    color: #004382;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 25px;
    width: 100%;
    height: calc(100% + 1px);
    transition: 0.3s; }
    .site-nav-section .site-nav__item-link:hover {
      background: #2c6dab;
      color: #fff;
      transition: 0.3s; }

.site-nav-submenu {
  position: absolute;
  left: 0;
  top: 70px;
  padding-left: 70px;
  box-shadow: 0 4px 7px 0 rgba(200, 200, 200, 0.5);
  width: 100%;
  background-color: #2c6dab; }

.site-nav-submenu--block {
  display: none;
  min-height: 238px;
  width: 100%; }

.site-nav-submenu--block.open-sub {
  display: block; }

.menu-icon {
  height: 25px;
  float: right;
  vertical-align: top; }

.site-nav-submenu--block__item {
  width: 240px;
  border-left: 1px solid #0063aa;
  display: inline-block;
  float: left;
  padding-left: 39px;
  padding-right: 20px;
  margin-top: 30px;
  min-height: 180px; }
  .site-nav-submenu--block__item:nth-of-type(5):after {
    display: table;
    content: '';
    clear: both; }
  .site-nav-submenu--block__item .title {
    color: #33c9f0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 23px;
    min-height: 46px; }
    .site-nav-submenu--block__item .title a {
      color: inherit;
      font: inherit; }
      .site-nav-submenu--block__item .title a:active, .site-nav-submenu--block__item .title a:focus, .site-nav-submenu--block__item .title a:hover {
        text-decoration: none; }

.site-nav-submenu--block__item-list[data-id="JCRB space"] .site-nav-submenu--block__item-list--item {
  white-space: nowrap; }

.site-nav-submenu--block[data-id="Statistics"] .site-nav-submenu--block__item {
  width: auto;
  min-width: 240px; }
  @media (max-width: 1024px) {
    .site-nav-submenu--block[data-id="Statistics"] .site-nav-submenu--block__item {
      width: 100%; } }

.site-nav-submenu--block__item-list--item {
  margin-bottom: 5px; }

.site-nav-submenu--block__item-list--link {
  text-decoration: none;
  text-align: left;
  margin-bottom: 5px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px; }
  .site-nav-submenu--block__item-list--link._prev {
    display: none; }

.site-nav {
  float: left;
  width: 100%;
  background: #fff;
  height: auto;
  margin-bottom: 20px; }

.site-nav.open-menu {
  display: block; }

.site-nav--wrapper {
  float: left;
  width: 100%; }

.site-nav__item {
  height: 100%;
  text-align: left;
  position: relative;
  width: auto; }

.site-nav__item.home-link img {
  height: 19px;
  width: 16px; }
.site-nav__item.home-link:before {
  display: none; }

.site-nav__item-link {
  text-decoration: none;
  color: #004382;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 25px;
  height: 100%;
  cursor: pointer; }

.nav-select-wrapper {
  display: inline-block;
  margin-left: 18px; }
  .nav-select-wrapper select {
    width: 247px; }
  .nav-select-wrapper .select2-container {
    text-transform: uppercase; }
    .nav-select-wrapper .select2-container.select2 {
      min-width: 100%; }
  .nav-select-wrapper .select2-container--default .select2-selection--single {
    border-radius: 0;
    height: auto; }
    .nav-select-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 8px 40px 8px 21px;
      color: #004382;
      font-family: inherit;
      font-weight: bold;
      font-size: 12px;
      letter-spacing: 1px;
      text-align: left; }
    .nav-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 50%;
      right: 15px;
      margin-top: -4px;
      height: 8px;
      width: 14px;
      background: url("/kcdb/static/img/select_arrow_down-bc038a86c3e7605c04b6937f3e151f10.png") no-repeat center center;
      background-size: cover; }
      .nav-select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
  .nav-select-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

@media screen and (max-width: 1199px) {
  .hedaer-section__top-bar--link:first-child {
    padding-right: 15px; }
  .hedaer-section__top-bar--link:nth-of-type(1n+2) {
    padding-left: 12px;
    padding-right: 15px; }

  .nav-select-wrapper {
    margin-left: 13px; } }
@media screen and (min-width: 1025px) and (max-width: 1319px) {
  .hedaer-section .row > div {
    position: static; }

  .hedaer-section__top-bar--back-url {
    position: absolute;
    left: 30px;
    top: 25px; } }
@media screen and (max-width: 1024px) {
  .hedaer-section__top-bar--back-url {
    float: left;
    margin-left: 10px; }

  .site-nav-section .site-nav__item.home-link {
    display: none; } }
@media screen and (min-width: 1025px) {
  .site-nav-section .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .mobile-nav-top-wrapper {
    display: none; }

  .site-nav--wrapper .nav-select-wrapper {
    display: none; }
  .site-nav--wrapper .nav-top-bar-container {
    display: none; } }
@media screen and (max-width: 1024px) {
  .site-nav-section {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #DFDFDF;
    height: 70px; }
    .site-nav-section .container {
      width: 100%; }
    .site-nav-section .site-nav {
      width: 40%;
      max-width: 378px;
      float: none;
      box-shadow: none;
      position: relative;
      margin-bottom: 31px; }
    .site-nav-section .site-nav__item-link {
      color: #fff;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: relative;
      padding: 0;
      font-size: 16px;
      margin-bottom: 47px;
      letter-spacing: 0; }
      .site-nav-section .site-nav__item-link span {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .site-nav-section .site-nav__item-link:hover {
        background-color: transparent; }
    .site-nav-section .arrow-container {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 9px;
      height: 16px; }
      .site-nav-section .arrow-container:after {
        content: '';
        display: block;
        width: 11px;
        border-bottom: 2px solid #fff;
        position: absolute;
        top: 10px;
        left: -1px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transform: rotate(-50deg);
        -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        -o-transform: rotate(-50deg);
        transform: rotate(-50deg);
        -webkit-transform: rotate(50deg);
        -moz-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        -o-transform: rotate(50deg);
        transform: rotate(50deg);
        top: 3px; }
      .site-nav-section .arrow-container:before {
        content: '';
        display: block;
        width: 11px;
        border-bottom: 2px solid #fff;
        position: absolute;
        top: 10px;
        left: -1px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transform: rotate(-50deg);
        -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        -o-transform: rotate(-50deg);
        transform: rotate(-50deg); }
    .site-nav-section .site-nav__item.open-mobile-subnav .site-nav__item-link {
      color: #33c9f0; }
    .site-nav-section .site-nav__item.open-mobile-subnav .arrow-container:after {
      border-color: #33c9f0; }
    .site-nav-section .site-nav__item.open-mobile-subnav .arrow-container:before {
      border-color: #33c9f0; }
    .site-nav-section .site-nav__item.open-mobile-subnav .site-nav__item-link {
      color: #33c9f0; }
    .site-nav-section .site-nav__item.open-mobile-subnav .site-nav-submenu--block .arrow-container {
      display: none; }
    .site-nav-section .site-nav__item {
      position: static; }
      .site-nav-section .site-nav__item:before {
        display: none; }

  .nav-select-wrapper {
    margin-left: 0; }

  .site-nav--wrapper .nav-select-wrapper {
    max-width: 378px;
    width: 40%;
    border-top: 1px solid #0063AA;
    padding: 29px 0; }
  .site-nav--wrapper > .site-nav-submenu {
    display: none !important; }

  .mobile-nav-top-wrapper {
    text-align: justify;
    background: #fff;
    padding: 13px 30px 0 24px;
    min-height: 70px; }
    .mobile-nav-top-wrapper .hedaer-section__top-bar--link .white {
      display: none; }
    .mobile-nav-top-wrapper .nav-logo-container {
      width: 138px;
      opacity: 0; }
      .mobile-nav-top-wrapper .nav-logo-container img {
        max-width: 100%;
        height: auto; }
    .mobile-nav-top-wrapper:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .mobile-nav-top-wrapper > div {
      display: inline-block;
      vertical-align: middle; }
    .mobile-nav-top-wrapper span:not(.burger-container) {
      font: 700 14px/43px "Open Sans", sans-serif;
      color: #004382;
      letter-spacing: 1.17px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      margin-left: 9px; }
    .mobile-nav-top-wrapper .nav-btn-container {
      cursor: pointer; }
      .mobile-nav-top-wrapper .nav-btn-container span.burger-container {
        display: inline-block;
        width: 20px;
        height: 16px;
        position: relative;
        vertical-align: top; }
        .mobile-nav-top-wrapper .nav-btn-container span.burger-container + span {
          line-height: 16px; }
        .mobile-nav-top-wrapper .nav-btn-container span.burger-container i {
          display: block;
          width: 100%;
          border-bottom: 2px solid #004382;
          position: absolute;
          left: 0;
          top: 7px; }
        .mobile-nav-top-wrapper .nav-btn-container span.burger-container:before {
          content: '';
          display: block;
          width: 100%;
          border-bottom: 2px solid #004382;
          position: absolute;
          left: 0;
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition: transform 0.3s;
          -moz-transition: transform 0.3s;
          -ms-transition: transform 0.3s;
          -o-transition: transform 0.3s;
          transition: transform 0.3s;
          top: 0;
          width: 75%; }
        .mobile-nav-top-wrapper .nav-btn-container span.burger-container:after {
          content: '';
          display: block;
          width: 100%;
          border-bottom: 2px solid #004382;
          position: absolute;
          left: 0;
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -o-transform: rotate(0);
          transform: rotate(0);
          -webkit-transition: transform 0.3s;
          -moz-transition: transform 0.3s;
          -ms-transition: transform 0.3s;
          -o-transition: transform 0.3s;
          transition: transform 0.3s;
          bottom: 0; }

  .nav-user-top-wrapper .hedaer-section__top-bar--link:first-child:before {
    display: none; }
  .nav-user-top-wrapper .hedaer-section__top-bar--link:nth-child(2):before {
    right: auto;
    left: 0;
    background-color: #004382; }
  .nav-user-top-wrapper .hedaer-section__top-bar--link:last-child {
    padding-right: 0; }

  .nav-top-bar-container {
    max-width: 378px;
    width: 40%;
    border-top: 1px solid #0063AA;
    padding: 16px 0 24px; }
    .nav-top-bar-container .hedaer-section__top-bar--link {
      padding-left: 31px; }
      .nav-top-bar-container .hedaer-section__top-bar--link:first-child:before {
        display: none; }
    .nav-top-bar-container .hedaer-section__top-bar--link-planet {
      left: 0; }

  body.sticky-navigation .site-nav-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #2C6DAB; }
    body.sticky-navigation .site-nav-section + * {
      margin-top: 70px; }
  body.sticky-navigation .mobile-nav-top-wrapper {
    background-color: transparent;
    border-color: #004382; }
    body.sticky-navigation .mobile-nav-top-wrapper span:not(.burger-container) {
      color: #fff; }
    body.sticky-navigation .mobile-nav-top-wrapper .nav-btn-container span.burger-container:after, body.sticky-navigation .mobile-nav-top-wrapper .nav-btn-container span.burger-container:before,
    body.sticky-navigation .mobile-nav-top-wrapper .nav-btn-container span.burger-container i {
      border-color: #fff; }
    body.sticky-navigation .mobile-nav-top-wrapper .hedaer-section__top-bar--link .blue {
      display: none; }
    body.sticky-navigation .mobile-nav-top-wrapper .hedaer-section__top-bar--link .white {
      display: inline-block; }
  body.sticky-navigation .nav-user-top-wrapper .hedaer-section__top-bar--link:nth-child(2):before {
    background-color: #fff; }
  body.sticky-navigation .nav-logo-container {
    opacity: 1; }

  body.opened-nav {
    overflow: hidden; }
    body.opened-nav .site-nav-section {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      border: 0;
      z-index: 999;
      background: #2c6dab;
      overflow: auto;
      padding: 0 2%; }
      body.opened-nav .site-nav-section .site-nav {
        background-color: transparent;
        height: auto; }
      body.opened-nav .site-nav-section .site-nav__item-link {
        text-align: left; }
    body.opened-nav .mobile-nav-top-wrapper {
      background-color: transparent;
      border-color: #004382;
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 114px; }
      body.opened-nav .mobile-nav-top-wrapper .nav-btn-container span.burger-container i {
        display: none;
        border-color: #fff; }
      body.opened-nav .mobile-nav-top-wrapper .nav-btn-container span.burger-container:after, body.opened-nav .mobile-nav-top-wrapper .nav-btn-container span.burger-container:before {
        top: 7px;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s;
        border-color: #33c9f0; }
      body.opened-nav .mobile-nav-top-wrapper .nav-btn-container span.burger-container:before {
        width: 100%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      body.opened-nav .mobile-nav-top-wrapper .nav-btn-container span.burger-container:after {
        bottom: auto;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      body.opened-nav .mobile-nav-top-wrapper .nav-btn-container span.burger-container + span {
        color: #33c9f0; }
      body.opened-nav .mobile-nav-top-wrapper .nav-logo-container {
        opacity: 1; }
      body.opened-nav .mobile-nav-top-wrapper span:not(.burger-container) {
        color: #fff; }
      body.opened-nav .mobile-nav-top-wrapper .hedaer-section__top-bar--link .blue {
        display: none; }
      body.opened-nav .mobile-nav-top-wrapper .hedaer-section__top-bar--link .white {
        display: inline-block; }
    body.opened-nav .nav-user-top-wrapper .hedaer-section__top-bar--link:nth-child(2):before {
      background-color: #fff; }

  html.opened-nav {
    overflow: hidden; }

  .site-nav-submenu {
    background-color: transparent;
    box-shadow: none; }

  .site-nav__item.open-mobile-subnav .site-nav-submenu--block {
    display: block; }

  .site-nav-submenu--block {
    position: absolute;
    top: 0;
    left: calc(100% + 54px);
    width: 100%;
    max-width: 338px;
    text-align: left;
    min-height: auto; }
    .site-nav-submenu--block:after, .site-nav-submenu--block:before {
      display: block;
      position: absolute;
      top: 0;
      height: 94%;
      border-left: 1px solid #0063AA;
      content: ''; }
    .site-nav-submenu--block:before {
      left: 0; }
    .site-nav-submenu--block:after {
      right: 0; }

  .site-nav-submenu--block__item {
    width: 100%;
    min-height: 1px;
    border-color: transparent;
    margin-top: 0;
    padding: 0 20px 0 42px;
    margin-bottom: 32px;
    float: none; }
    .site-nav-submenu--block__item._prev {
      display: none; }
    .site-nav-submenu--block__item:last-child {
      margin-bottom: 0; }
    .site-nav-submenu--block__item .title {
      line-height: 17px;
      min-height: auto;
      margin-bottom: 6px; }

  .site-nav-submenu--block__item-list--item {
    margin-bottom: 0; } }
@media screen and (max-width: 991px) {
  .hedaer-section header {
    padding-top: 20px;
    padding-left: 10px; }

  .hedaer-section__slogan-container {
    padding: 19px 0 72px 10px; }

  .hedaer-section__slogan-container--logo_img {
    margin-top: 60px;
    margin-left: 19px; }

  .hedaer-section__slogan-container--title {
    width: 70%;
    min-height: 86px;
    padding-left: 19px;
    font-size: 14px; }

  .hedaer-section__slogan-container--logo {
    min-height: 142px; }
    .hedaer-section__slogan-container--logo:hover .info {
      display: none; } }
@media screen and (max-width: 425px) {
  .hedaer-section__top-bar--back-url {
    float: none;
    width: 280px;
    display: block;
    margin: 0 auto;
    text-align: left; }

  .hedaer-section header {
    padding-top: 18px;
    padding-left: 0; }

  .hedaer-section__slogan-container {
    padding-left: 0; }

  .hedaer-section__slogan-container--logo {
    min-height: 113px;
    margin-bottom: 5px; }

  .hedaer-section__slogan-container--logo_img {
    margin-top: 48px;
    margin-left: 19px;
    width: 210px; }

  .hedaer-section__slogan-container--title {
    display: block;
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 2; }

  .site-nav-section {
    height: 70px; }
    .site-nav-section._auth {
      height: 100px; }
      .site-nav-section._auth .mobile-nav-top-wrapper > .nav-user-top-wrapper {
        display: block; }

  .mobile-nav-top-wrapper {
    padding: 14px 13px 0 21px;
    min-height: 100px; }
    .mobile-nav-top-wrapper .nav-btn-container {
      margin: 10px 0; }
    .mobile-nav-top-wrapper .hedaer-section__top-bar--link:first-child {
      padding-right: 11px; }
    .mobile-nav-top-wrapper .hedaer-section__top-bar--link:last-child {
      padding-left: 11px; } }
@media screen and (max-width: 320px) {
  .hedaer-section {
    background-image: url("/kcdb/static/img/header-bg-m-8ec8a6bd6f92a0a4e3e16ba708d42d76.png"); }

  .site-nav-section {
    background-image: url("/kcdb/static/img/header-bg-m-8ec8a6bd6f92a0a4e3e16ba708d42d76.png"); } }
@media screen and (max-width: 720px) {
  .hedaer-section__top-bar--back-url-img {
    margin-left: 5%;
    margin-right: 9px; } }
@media screen and (max-width: 1024px) {
  .hedaer-section__top-bar--container {
    display: none; }

  .hedaer-section__top-bar--container.mobile.open-bar {
    display: block; } }
@media screen and (max-width: 650px) {
  .hedaer-section__top-bar--link-user {
    margin-right: 2px; }

  .hedaer-section__slogan-container--logo_img {
    width: 200px;
    margin-top: 52px;
    margin-left: 21px; }

  .hedaer-section__slogan-container--title {
    width: 81%; }

  .mobile-nav-top-wrapper .nav-logo-container {
    display: none; }

  /* start: site horizontal navigation */
  .site-nav-section .site-nav {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s; }
  .site-nav-section .site-nav__item {
    border-top: 1px solid #0163AA; }
    .site-nav-section .site-nav__item.open-mobile-subnav .arrow-container {
      display: block; }
      .site-nav-section .site-nav__item.open-mobile-subnav .arrow-container:after, .site-nav-section .site-nav__item.open-mobile-subnav .arrow-container:before {
        border-bottom-color: #fff; }
    .site-nav-section .site-nav__item.open-mobile-subnav .site-nav-submenu--block .arrow-container {
      display: block; }
    .site-nav-section .site-nav__item.open-mobile-subnav .site-nav-submenu--block__item-list--link {
      display: block; }
      .site-nav-section .site-nav__item.open-mobile-subnav .site-nav-submenu--block__item-list--link._prev .arrow-container:before {
        border-bottom-color: #33c9f0; }
      .site-nav-section .site-nav__item.open-mobile-subnav .site-nav-submenu--block__item-list--link._prev .arrow-container:after {
        border-bottom-color: #33c9f0; }
  .site-nav-section .site-nav__item-link {
    margin: 0;
    padding: 12px 10px; }
  .site-nav-section .arrow-container {
    top: 12px;
    right: 10px; }

  .site-nav-submenu--block {
    left: 100%;
    max-width: none; }
    .site-nav-submenu--block:before {
      display: none; }
    .site-nav-submenu--block:after {
      display: none; }
    .site-nav-submenu--block .arrow-container {
      display: block; }

  .site-nav-submenu--block__item {
    margin: 0;
    padding: 0;
    border-top: 1px solid #0163AA; }
    .site-nav-submenu--block__item:last-child {
      margin-bottom: 0; }
    .site-nav-submenu--block__item .title {
      position: relative;
      margin: 0;
      padding: 12px 10px;
      color: #fff;
      cursor: pointer; }
      .site-nav-submenu--block__item .title > a {
        text-decoration: none; }
    .site-nav-submenu--block__item > .open-mobile-subnav .site-nav-submenu--block__item-list--item {
      display: block; }
    .site-nav-submenu--block__item._prev {
      display: inline-block; }
      .site-nav-submenu--block__item._prev .title {
        padding-left: 40px;
        color: #33c9f0; }
        .site-nav-submenu--block__item._prev .title .arrow-container {
          right: auto;
          left: 12px;
          -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }
          .site-nav-submenu--block__item._prev .title .arrow-container:before {
            border-bottom-color: #33c9f0; }
          .site-nav-submenu--block__item._prev .title .arrow-container:after {
            border-bottom-color: #33c9f0; }

  .site-nav-submenu--block__item-list {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%; }

  .site-nav-submenu--block__item-list--item {
    display: none;
    border-top: 1px solid #0163AA; }

  .site-nav-submenu--block__item-list--link {
    display: block;
    margin: 0;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 17px; }
    .site-nav-submenu--block__item-list--link._prev {
      position: relative;
      padding-left: 40px;
      color: #33c9f0; }
      .site-nav-submenu--block__item-list--link._prev .arrow-container {
        right: auto;
        left: 12px;
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1); }

  /* end: site horizontal navigation */
  .site-nav--wrapper {
    overflow: hidden; }
    .site-nav--wrapper .nav-top-bar-container {
      width: 100%;
      max-width: none;
      padding-right: 2%;
      padding-left: 2%; }
    .site-nav--wrapper .nav-select-wrapper {
      width: 100%;
      max-width: none;
      padding-right: 2%;
      padding-left: 2%; }

  body.opened-nav .site-nav-section {
    padding: 0; }
  body.opened-nav .mobile-nav-top-wrapper {
    margin-bottom: 50px;
    padding: 0 2%; } }
@media screen and (min-width: 992px) {
  .site-nav-submenu--block.custom-menu .site-nav-submenu--block__item:last-child {
    width: auto; } }
.site-nav-submenu--block.custom-menu .site-nav-submenu--block__item:last-child .site-nav-submenu--block__item-list {
  display: inline-block;
  margin-right: 35px; }

.login-page .popup-modal_login-link {
  pointer-events: none; }

[data-id="Back Office"] .site-nav-submenu--block__item:nth-child(2) > div {
  display: grid; }

.site-nav-submenu--block__item-list[data-id="Reference data management"] .site-nav-submenu--block__item-list--item-empty .site-nav-submenu--block__item-list--link {
  cursor: default;
  pointer-events: none; }
@media screen and (max-width: 1024px) {
  .site-nav-submenu--block__item-list[data-id="Reference data management"] .site-nav-submenu--block__item-list--item:nth-child(5n+2) {
    margin-bottom: 7px; }
  .site-nav-submenu--block__item-list[data-id="Reference data management"] .site-nav-submenu--block__item-list--item:nth-child(2) {
    margin-bottom: 0; }
  .site-nav-submenu--block__item-list[data-id="Reference data management"] .site-nav-submenu--block__item-list--item-empty {
    height: 0px; } }
@media screen and (min-width: 1025px) {
  .site-nav-submenu--block__item-list[data-id="Reference data management"] {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 4;
    column-width: 200px;
    max-width: 900px;
    margin-right: 0; }
    .site-nav-submenu--block__item-list[data-id="Reference data management"] .site-nav-submenu--block__item-list--item {
      display: block;
      width: 100%; } }

.safari .site-nav-submenu--block__item-list[data-id="Reference data management"] .site-nav-submenu--block__item-list--item {
  display: inline-block; }

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 67, 130, 0.4); }

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 30px;
  max-width: 700px;
  position: relative; }
  .modal-content b {
    font-weight: bold; }
  .modal-content strong {
    font-weight: bold; }

.kcdb-popup_container {
  width: 100%;
  display: none;
  min-height: 100%;
  background: rgba(0, 67, 130, 0.2);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1047; }

.kcdb-popup_body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500px;
  min-height: 50px;
  padding: 10px;
  background-color: #ffffff;
  z-index: 1047; }
  .kcdb-popup_body.kcdb-popup_modal_body {
    max-width: 800px; }

.kcdb-popup_close {
  position: absolute;
  font-size: 30px;
  cursor: pointer;
  color: #004382;
  opacity: 0.7;
  top: 15px;
  right: 20px;
  z-index: 1; }
  .kcdb-popup_close:hover {
    opacity: 1; }

.kcdb-popup_container.popup-style2 .kcdb-popup_body {
  padding: 10px 30px;
  max-width: 550px; }
  .kcdb-popup_container.popup-style2 .kcdb-popup_body .cmc-button {
    padding: 0px 10px;
    height: 52px;
    line-height: 20px;
    vertical-align: middle; }
    .kcdb-popup_container.popup-style2 .kcdb-popup_body .cmc-button.js-no-button {
      background: #cf112d; }

.mfp-close-btn-in .popup-action-confirmation .mfp-close {
  color: #004382;
  top: 13px;
  right: 13px;
  font-size: 32px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  background: rgba(0, 67, 130, 0.4); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:active {
    top: 1px; }
  .mfp-close:hover {
    opacity: 1; }
  .mfp-close:focus {
    opacity: 1; }

.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:hover {
    opacity: 1; }
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #ccc; }
    .mfp-preloader a:hover {
      color: #fff; }

.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

.close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 14px;
  right: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #004382;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .close:hover {
    opacity: 1;
    text-decoration: none;
    cursor: pointer; }
  .close:focus {
    opacity: 1;
    text-decoration: none;
    cursor: pointer; }

.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: -40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.white-popup-block {
  background: #fff;
  padding: 21px;
  text-align: left;
  max-width: 750px;
  margin: 40px auto;
  position: relative; }
  .white-popup-block .mfp-close {
    color: #004382;
    top: 14px;
    right: 10px; }
  .white-popup-block .caption {
    text-align: left;
    color: #004382;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px; }
  .white-popup-block .form-title {
    padding: 0 10px;
    color: #004382;
    margin-bottom: 30px; }
  .white-popup-block .select-multi ~ .select2-container .select2-selection--multiple {
    height: auto; }

.white-popup-block.details .group {
  margin-bottom: 25px; }
.white-popup-block.details .group--label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #1a2024;
  padding-bottom: 6px; }
.white-popup-block.details .group--control {
  border: 1px solid #dfdfdf;
  padding: 25px;
  font-size: 14px;
  line-height: 19px;
  color: #1a2024; }
  .white-popup-block.details .group--control span {
    display: block; }
  .white-popup-block.details .group--control a {
    color: #1a2024; }
.white-popup-block.details .group-link {
  padding-left: 30px;
  background-image: url("/kcdb/static/icons/attach_ico-3a3d7d6ce9506ca742c5e516e9210c50.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top left; }
  .white-popup-block.details .group-link a {
    color: #004382;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 0.6px; }
.white-popup-block.details .form_create-cmc--btn {
  margin: 20px 0 0;
  padding: 0; }

.popup-action-confirmation {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding-top: 51px; }
  .popup-action-confirmation p {
    color: #1a2024;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 15px 20px; }
  .popup-action-confirmation h1 {
    margin-bottom: 57px; }
  .popup-action-confirmation h2 {
    margin-bottom: 9px; }
  .popup-action-confirmation .form_create-cmc--btn .cmc-button {
    width: 160px;
    margin: 5px 20px; }

.popup-action-notification {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding: 51px 0; }
  .popup-action-notification h1 {
    margin-bottom: 30px; }
  .popup-action-notification p {
    color: #1a2024;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 15px 20px; }
  .popup-action-notification .form_create-cmc--btn {
    padding-bottom: 0; }
    .popup-action-notification .form_create-cmc--btn .cmc-button {
      width: 160px;
      margin: 5px 20px; }
  .popup-action-notification .mfp-close {
    color: #004382;
    opacity: .65; }
    .popup-action-notification .mfp-close:hover {
      opacity: 1; }

.print-out-popup p {
  text-align: left; }

.print-out-form__checkbox-row {
  text-align: left;
  padding: 0 15px 20px; }

.print-out-form__checkbox-row p {
  padding-left: 0; }

.print-out-form__checkbox-row._second-level {
  padding-left: 20px; }

.print-out-form__btn {
  display: inline-block;
  width: 160px;
  margin: 0 16px 30px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding: 15px 0 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: #004382;
  border: 0 none;
  cursor: pointer;
  transition: all 0.5s ease; }

.print-out-form__btn:hover {
  opacity: 0.6; }

@media screen and (max-width: 900px) {
  #contentPart {
    padding-left: 6px;
    padding-right: 6px; } }
@media screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media screen and (max-width: 680px) {
  .white-popup-block {
    padding: 15px; }
    .white-popup-block .mfp-close {
      top: 0;
      right: 0; } }
@media screen and (min-width: 768px) {
  .popup-action-confirmation p {
    padding-right: 100px;
    padding-left: 100px; } }
@media screen and (min-width: 425px) {
  .white-popup-block .form-section--item {
    padding-top: 0; } }
@media screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.gdpr-popup {
  margin: 0 auto;
  width: 1282px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  padding: 10px 170px 10px 15px;
  overflow: hidden;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 1px;
  z-index: 1048;
  color: #3e3e3e; }
  @media screen and (max-width: 1319px) and (min-width: 1025px) {
    .gdpr-popup {
      width: 1026px; } }
  @media (max-width: 1024px) and (min-width: 721px) {
    .gdpr-popup {
      width: auto;
      margin: 0 20px; } }
  @media (max-width: 720px) {
    .gdpr-popup {
      width: auto;
      margin: 0 10px; } }
  .gdpr-popup a {
    font-weight: 600;
    color: #6184A6;
    white-space: nowrap; }
  .gdpr-popup .gdpr-text {
    display: table-cell;
    height: 34px;
    vertical-align: middle; }
  .gdpr-popup .gdpr-accept {
    position: absolute;
    right: 10px;
    top: 11px;
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    padding: 6px 50px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background: #004382;
    border: 0 none;
    cursor: pointer;
    transition: all 0.5s ease;
    text-decoration: none;
    text-align: center;
    vertical-align: middle; }

.review-accept-icon:after {
  background-image: url("/kcdb/static/icons/green-plus-64fb09104aa529b3e495540fb314e6cb.svg");
  background-size: 20px 16px;
  display: inline-block;
  width: 20px;
  height: 16px;
  content: "";
  margin-left: 5px; }

.review-refuse-icon:after {
  background-image: url("/kcdb/static/icons/red-minus-a8fc4370523dd8d1d8e8d5c014bcad30.svg");
  background-size: 20px 16px;
  display: inline-block;
  width: 20px;
  height: 16px;
  content: "";
  margin-left: 5px; }

.review-ok-icon:after {
  background-image: url("/kcdb/static/icons/green-tick-8ab2ae3534517a8067e1e9c087f7c369.svg");
  background-size: 20px 16px;
  display: inline-block;
  width: 20px;
  height: 16px;
  content: "";
  margin-left: 5px; }

.review-ko-icon:after {
  background-image: url("/kcdb/static/icons/red-cross-e8b01be473556cdca871007b9bae8dc1.svg");
  background-size: 20px 16px;
  display: inline-block;
  width: 20px;
  height: 16px;
  content: "";
  margin-left: 5px; }

.messages .message {
  color: #137054;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.7px;
  border-left: 5px solid transparent;
  position: relative;
  padding: 15px 15px 15px 65px;
  margin-bottom: 20px;
  word-break: break-word; }
  .messages .message:empty {
    display: none; }
  .messages .message:before {
    content: '';
    display: block;
    width: 25px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    background: url("/kcdb/static/icons/success-message-acdbbbbe7d2248e31b5423420f67c76a.png") no-repeat center;
    background-size: contain; }
  .messages .message.success {
    background-color: #BCEDDE;
    color: #137054;
    border-left-color: #137054; }
  .messages .message.error {
    color: #D0021B;
    border-left-color: #D0021B;
    background-color: #FD919E; }
    .messages .message.error:before {
      background-image: url("/kcdb/static/icons/error-message-f8c665424037dc3f13f0506966d16f03.png"); }
  .messages .message.notification {
    color: #9D7428;
    border-left-color: #9D7428;
    background-color: #FFE2AB; }
    .messages .message.notification:before {
      background-image: url("/kcdb/static/icons/notification-message-f093a77dbe543490e23faa9b6feca0ba.png"); }

@media screen and (min-width: 768px) {
  .messages .message {
    font-size: 20px;
    border-left-width: 7px;
    padding: 20px 20px 20px 80px; }
    .messages .message:before {
      width: 30px;
      left: 30px; } }
@media screen and (min-width: 1024px) {
  .messages .message {
    font-size: 22px;
    border-left-width: 10px;
    padding: 43px 40px 44px 157px; }
    .messages .message:before {
      width: 40px;
      left: 80px; } }
.help-popup-container {
  display: inline-block;
  position: relative; }
  .help-popup-container .help-bth {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    width: 25px;
    background-color: #a8a8a8;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer; }
  .help-popup-container .help-popup {
    display: none;
    position: absolute;
    width: 300px;
    border: 1px solid #a8a8a8;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: -4px 2px 7px 0 rgba(191, 190, 190, 0.5);
    left: 19%;
    top: 45px;
    transform: translate(-46%, 0);
    min-height: 60px;
    padding: 14px 22px;
    z-index: 3;
    color: #1a2024;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400; }
    .help-popup-container .help-popup:before {
      display: block;
      content: '';
      width: 15px;
      height: 15px;
      left: 46%;
      top: -9px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-left: 1px solid #a8a8a8;
      border-top: 1px solid #a8a8a8;
      position: absolute;
      background: #fff; }
    .help-popup-container .help-popup .help-close {
      position: absolute;
      right: 5px;
      top: 5px;
      color: #ca1e7e;
      display: block;
      font-size: 28px;
      cursor: pointer;
      font-weight: 300;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .help-popup-container .help-popup .help-text {
      display: block;
      text-transform: none; }
      .help-popup-container .help-popup .help-text i {
        font-style: italic; }
      .help-popup-container .help-popup .help-text b {
        font-weight: 700; }
      .help-popup-container .help-popup .help-text_separator {
        margin-top: 12px;
        border-top: 3px solid #000;
        padding-top: 8px; }
    .help-popup-container .help-popup span {
      margin: 0; }
    @media screen and (max-width: 1024px) {
      .help-popup-container .help-popup {
        left: 109px; }
        .help-popup-container .help-popup:before {
          left: 11%; }
        .help-popup-container .help-popup--right {
          right: -13px;
          left: unset;
          transform: translate(0); }
          .help-popup-container .help-popup--right:before {
            right: 16px;
            left: auto; } }
  .help-popup-container:hover .help-popup {
    display: block; }

.styled-select {
  height: 40px;
  padding: 5px 20px 5px 8px;
  border: 1px solid #DFDFDF;
  background: #fff url("/kcdb/static/img/select_arrow_down-bc038a86c3e7605c04b6937f3e151f10.png") top 15px right 5px/15px 9px no-repeat;
  color: #004382;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container.select2-container--open .select2-dropdown {
    z-index: 1044; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      height: 24px;
      border: none;
      font-size: 100%;
      padding: 0;
      max-width: 100%; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

._selected-white-space-normal .select2-selection--multiple .select2-selection__rendered {
  white-space: normal; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-dropdown {
  display: block;
  position: absolute;
  left: -100000px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  z-index: 999; }
  .select2-dropdown._surfacing {
    z-index: 999; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .select2-results__options .mCSB_scrollTools {
    width: 15px;
    border-left: 1px solid #dfdfdf; }
    .select2-results__options .mCSB_scrollTools .mCSB_draggerContainer {
      top: 3px;
      bottom: 3px; }
    .select2-results__options .mCSB_scrollTools .mCSB_draggerRail {
      background: transparent; }
    .select2-results__options .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 6px;
      background-color: #004382; }
  .select2-results__options .mCSB_inside > .mCSB_container {
    margin-right: 15px; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  padding: 10px 6px 8px 20px;
  background-color: #fff;
  color: #3E3E3E;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: normal;
  cursor: pointer; }
  .select2-results__option[aria-selected] + .select2-results__option[aria-selected] {
    border-top: 1px solid #dfdfdf; }

.select2-results__option.readonly {
  color: #999 !important;
  touch-events: none;
  pointer-events: none; }

.select2-dropdown._small .select2-results__option[aria-selected] {
  padding-left: 18px;
  color: #3E3E3E;
  font-weight: 300; }

.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff; }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default .select2-selection--multiple {
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -3em;
      padding-left: 4em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -4em;
        padding-left: 5em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -5em;
          padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #3E3E3E;
  background-color: #f7f7f7;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: normal; }
.select2-container--default .select2-dropdown._small .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f7f7;
  color: #3E3E3E;
  font-weight: 300; }
.select2-container--default .select2-results__group {
  padding: 12px 6px 12px 27px;
  color: #999;
  font-weight: inherit;
  display: block; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  border: 1px dashed #dfdfdf;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  border: 1px dashed #dfdfdf;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-selection--single {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x; }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x; }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: #808080; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f7f7;
  color: #3E3E3E;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 17px;
  text-transform: normal; }
.select2-container--classic .select2-dropdown._small .select2-results__option--highlighted[aria-selected] {
  color: #3E3E3E; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select-multi ~ .select2-container.select2-container--open .select2-dropdown--above,
.select-multi ~ .select2-container.select2-container--open .select2-dropdown--below {
  border-bottom: 1px solid #aaa; }
.select-multi ~ .select2-container .select2-selection--multiple {
  height: auto;
  border: none;
  position: relative;
  padding-left: 0; }
  .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-top: 55px; }
    .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
      position: relative;
      padding: 0 0 0 34px;
      margin: 0 0 24px;
      color: #1a2024;
      font-size: 14px;
      line-height: 24px;
      display: none;
      width: 100%;
      background: no-repeat;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:nth-child(-n+3) {
        display: block; }
      .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        width: 24px;
        height: 24px;
        background: #a8a8a8;
        position: absolute;
        left: 0;
        top: 0;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -ms-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s; }
        .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
          background: #004382; }
        .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:after, .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
          content: '';
          width: 2px;
          height: 18px;
          background: #fff;
          position: absolute;
          top: 3px;
          left: 50%;
          margin-left: -1px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:after {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 55px;
      padding: 15px 30px 0 20px;
      border: 1px solid #dfdfdf;
      background: #fff url("/kcdb/static/icons/add_ico-930aeaabe15a0a42b00c6ec3891c6e88.svg") no-repeat center right 10px;
      background-size: 35px; }
      .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline:active, .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline:focus, .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline:hover {
        border-color: #bababa; }
      .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline input[type="text"] {
        width: 100% !important;
        color: #3e3e3e !important;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 19px;
        font-weight: 300;
        padding: 0 15px 0 0 !important; }
    .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-search.wrong_fild {
      border: 1px solid #cf112d; }
  .select-multi ~ .select2-container .select2-selection--multiple a.expand {
    color: #004382;
    font-size: 12px;
    letter-spacing: 0.33px;
    margin: 0; }
    .select-multi ~ .select2-container .select2-selection--multiple a.expand:active, .select-multi ~ .select2-container .select2-selection--multiple a.expand:focus, .select-multi ~ .select2-container .select2-selection--multiple a.expand:hover {
      text-decoration: none; }
  .select-multi ~ .select2-container .select2-selection--multiple.show-more-options .select2-selection__rendered .select2-selection__choice {
    display: block; }
.select-multi ~ .select2-container.select2-container--open .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline {
  background-image: none; }
.select-multi ~ .select2-container + .select2-container {
  top: 0 !important;
  bottom: 100%;
  -webkit-transform: translate(0, 55px);
  -moz-transform: translate(0, 55px);
  -ms-transform: translate(0, 55px);
  -o-transform: translate(0, 55px);
  transform: translate(0, 55px);
  z-index: 1; }
  .select-multi ~ .select2-container + .select2-container.select2-container--open .select2-dropdown--above,
  .select-multi ~ .select2-container + .select2-container.select2-container--open .select2-dropdown--below {
    border-bottom: 1px solid #aaa;
    border-top: 0; }

.select-multi.select-optional-readonly ~ .select2-container .select2-selection--multiple {
  padding-right: 0; }
  .select-multi.select-optional-readonly ~ .select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-top: 42px;
    padding-right: 0 !important; }
    .select-multi.select-optional-readonly ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
      padding: 12px 0 12px 34px;
      margin: 0;
      border-radius: 0; }
      .select-multi.select-optional-readonly ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
        top: 12px; }
      .select-multi.select-optional-readonly ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice.readonly {
        background-color: #eee; }
        .select-multi.select-optional-readonly ~ .select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice.readonly .select2-selection__choice__remove {
          touch-events: none;
          pointer-events: none; }

.expertise-select ~ .select2-container + .select2-container .select2-results__option[role=group] {
  display: none; }
  .expertise-select ~ .select2-container + .select2-container .select2-results__option[role=group].show {
    display: block; }
.expertise-select optgroup {
  display: none; }
  .expertise-select optgroup.show {
    display: block; }

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none; }
  select[readonly].select2-hidden-accessible + .select2-container .expand {
    pointer-events: initial;
    touch-action: initial; }
  select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none; }
  select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
  select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none; }

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .select2-container--default .select2-results__option--highlighted[aria-selected],
  .select2-results__option[aria-selected] {
    height: auto;
    padding-top: 12px;
    padding-bottom: 11px; } }
.multi-select-check-all {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent url("/kcdb/static/icons/check_all-e5d529b4999f95a9c81262cc4267fe96.png") no-repeat center center;
  background-size: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 1; }

.tabs-wrapper {
  margin-bottom: 100px; }

.tabs-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px; }

.tabs-list-item {
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  line-height: 17px;
  height: 55px;
  border: 1px solid #e7e7e7;
  border-right: none;
  transition: 0.4s; }
  .tabs-list-item a {
    display: block;
    height: 100%;
    color: #A8A8A8;
    text-decoration: none; }
  .tabs-list-item span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .tabs-list-item:last-child {
    border-right: 1px solid #e7e7e7; }

.tabs-list-item.active {
  transition: 0.4s;
  color: #004382;
  border-bottom: 1px solid #fff; }
  .tabs-list-item.active a {
    color: #004382; }

.tab {
  display: none; }
  .tab.active {
    display: block; }

.tab-top {
  margin: 14px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.tab-top__pagination {
  margin: 34px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end; }

.tab-top__main {
  margin: 40px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tab-search__wrapper {
  position: relative;
  margin-bottom: 30px; }

.tab-search__input {
  width: 100%;
  height: 55px;
  padding: 0 40px 0 17px;
  font-size: 14px;
  font-weight: 300;
  outline: none;
  border: 1px solid #dfdfdf; }

.tab-search__submit {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 23px;
  height: 23px;
  border: none;
  background: url("/kcdb/static/icons/search_ico-e141def5a409b72b4ee1a59401f64e04.svg") no-repeat center;
  background-size: cover;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .tab-search__submit {
      right: 55px; } }

.tab-btn {
  display: inline-block;
  text-align: center;
  padding: 0 18px;
  vertical-align: middle;
  height: 55px;
  line-height: 55px;
  color: #1a2024;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #e7e7e7;
  border-top: 4px solid #e2002a; }
  .tab-btn img {
    width: 24px;
    vertical-align: text-bottom;
    margin: 0 4px 0 0; }
  .tab-btn:last-child {
    margin: 0 0 0 18px; }

.tab-btn__wrapper {
  margin-left: 0;
  text-align: right; }

@media screen and (min-width: 768px) {
  .tabs-list-item {
    min-width: 320px;
    width: 50%; }

  ._justified .tabs-list-item {
    min-width: 1px;
    width: 20%; }

  ._justified-col-3 .tabs-list-item {
    min-width: 1px;
    width: 25%; } }
@media screen and (min-width: 1024px) {
  .tabs-list-item {
    width: auto; } }
@media screen and (max-width: 1023px) {
  .tab-top__main {
    margin-top: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .tab-btn__wrapper {
    width: 100%;
    text-align: center;
    margin: 0 -6px 37px; }

  .tab-btn {
    margin: 0 6px 10px; }
    .tab-btn:last-child {
      margin: 0 6px 10px; } }
@media screen and (max-width: 991px) {
  .tabs-list-item {
    box-shadow: inset -2px -2px 4px 0 rgba(210, 210, 210, 0.5);
    min-width: 50%; }
    .tabs-list-item:first-child {
      border-left: none; }
    .tabs-list-item:last-child {
      border-right: none; }

  .tabs-list-item.active {
    box-shadow: none; }

  .tab-search__wrapper {
    margin-bottom: 35px; }

  .tab-top__main {
    margin-top: 21px; }

  .tab-btn {
    width: 100%;
    margin: 0 0 20px; }
    .tab-btn:last-child {
      margin: 0 0 50px !important; }

  .comparison-dashboard_export-btn:last-child {
    margin: 0 0.5% 30px !important; }

  .tab-btn__wrapper {
    margin: 0;
    width: 100%; } }
@media screen and (max-width: 425px) {
  .tabs-list-item {
    min-width: 50%; }
    .tabs-list-item span {
      padding: 0 20%; } }
@media screen and (max-width: 320px) {
  .tabs-list-item span {
    padding: 0 10%; } }
.tab-section {
  display: none; }
  .tab-section__left-sidebar {
    margin-left: 11px;
    width: 298px;
    float: left; }
    .tab-section__left-sidebar .tab-top__filter__wrapper {
      width: 100%;
      padding-right: 0;
      margin-right: 0; }
      @media (max-width: 1023px) {
        .tab-section__left-sidebar .tab-top__filter__wrapper {
          margin-bottom: 0;
          padding-bottom: 0;
          display: block; }
          .tab-section__left-sidebar .tab-top__filter__wrapper:after {
            display: none; } }
    .tab-section__left-sidebar .filter__item__title {
      margin-bottom: 7px; }
    .tab-section__left-sidebar .filter__item__wrapper {
      margin: 0; }
    @media (max-width: 1023px) {
      .tab-section__left-sidebar {
        margin-left: 0;
        width: auto;
        float: none;
        position: static !important; } }
  .tab-section__content {
    margin-right: -10px;
    width: calc(100% - 300px);
    padding-top: 56px;
    float: right;
    padding-left: 2px; }
    @media (max-width: 1023px) {
      .tab-section__content {
        margin-right: 0;
        width: auto;
        float: none;
        padding-left: 0;
        padding-top: 7px; } }
  .tab-section__content-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .tab-section__content-heading {
        display: block; } }
    .tab-section__content-heading .tab-btn__wrapper .tab-btn {
      text-transform: uppercase; }
    @media (max-width: 1023px) {
      .tab-section__content-heading .tab-btn__wrapper {
        width: auto; }
        .tab-section__content-heading .tab-btn__wrapper .tab-btn:last-child {
          margin: 0 !important; } }
    @media (max-width: 767px) {
      .tab-section__content-heading .tab-btn__wrapper {
        width: 100%; } }
  .tab-section__title {
    color: #1A2024;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px; }
    @media (max-width: 1023px) {
      .tab-section__title {
        margin-bottom: 20px; } }
    .tab-section__title + .tab-btn__wrapper .tab-btn {
      min-width: 145px; }

.visible-tab-section {
  display: block; }

.tab-section__content-heading_description-tabs {
  display: block;
  float: right; }
  @media (max-width: 767px) {
    .tab-section__content-heading_description-tabs {
      float: none; } }

.content-tabs__nav {
  padding-left: 0;
  border-bottom: 1px solid #DFDFDF;
  font-size: 0; }
  .content-tabs__nav li {
    display: inline-block; }
    @media (max-width: 767px) {
      .content-tabs__nav li {
        width: 50%; } }
  .content-tabs__nav a {
    color: #6184A6;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    display: inline-block;
    padding: 0 30px 5px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative; }
    @media (max-width: 767px) {
      .content-tabs__nav a {
        padding: 0 5px 5px;
        display: block;
        text-align: center; } }
    .content-tabs__nav a:hover {
      text-decoration: none;
      color: #004382; }
    .content-tabs__nav a.active {
      color: #004382; }
      .content-tabs__nav a.active:after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        height: 2px;
        background: #004382; }
.content-tabs-wrap {
  padding-top: 39px; }
.content-tabs__nav {
  border-bottom: 1px solid #DFDFDF;
  font-size: 0; }
  .content-tabs__nav li {
    display: inline-block; }
    @media (max-width: 767px) {
      .content-tabs__nav li {
        width: 50%; } }
  .content-tabs__nav a {
    color: #6184A6;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    display: inline-block;
    padding: 0 30px 5px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative; }
    @media (max-width: 767px) {
      .content-tabs__nav a {
        display: block;
        text-align: center; } }
    .content-tabs__nav a:hover {
      text-decoration: none;
      color: #004382; }
    .content-tabs__nav a.active {
      color: #004382; }
      .content-tabs__nav a.active:after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        height: 2px;
        background: #004382; }
.content-tabs-wrap {
  padding-top: 39px; }
.content-tabs .content-tab {
  display: none;
  animation: fadeEffect 1s; }
  .content-tabs .content-tab.active {
    display: block; }

@keyframes fadeEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.information-list-wrap {
  padding-top: 71px; }
  @media (max-width: 1023px) {
    .information-list-wrap {
      padding-top: 26px; } }

.information-list {
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .information-list {
      padding-right: 35px; } }
  .information-list li {
    padding: 6px 0 2px; }
    @media (max-width: 1060px) {
      .information-list li {
        padding: 6px 0 6px 17px; } }
  .information-list a {
    display: inline-block;
    position: relative;
    color: #6184A6;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-decoration: none; }
    .information-list a.active {
      color: #004382;
      padding-bottom: 1px;
      border-bottom: 2px solid #004382; }
      .information-list a.active:before {
        content: "";
        display: block;
        position: absolute;
        left: -19px;
        top: 5px;
        height: 9px;
        width: 12px;
        background: url("/kcdb/static/img/arrow-left-sm-1e44d256dc0406684124870273d734b3.png") center no-repeat;
        background-size: contain; }
    .information-list a:hover, .information-list a:active, .information-list a:focus {
      color: #004382;
      text-decoration: none; }

.info-block__img {
  margin-bottom: 30px; }
.info-block .row-blue-bg,
.info-block .table-blue-bg {
  background: #e6f1fb; }
.info-block table.info-block__table {
  width: 100%;
  border: 1px solid #E7E7E7;
  margin-bottom: 19px; }
  .info-block table.info-block__table tr:first-child td {
    padding-top: 27px; }
    .info-block table.info-block__table tr:first-child td .comparison__bold-field {
      text-transform: uppercase; }
    .info-block table.info-block__table tr:first-child td:first-child .comparison__bold-field {
      text-transform: none;
      text-transform: initial; }
  .info-block table.info-block__table tr:last-child td {
    padding-bottom: 27px; }
  .info-block table.info-block__table tr + .row-blue-bg td {
    margin-top: 15px; }
  .info-block table.info-block__table tr.row-blue-bg td {
    padding-bottom: 27px;
    padding-top: 27px; }
  .info-block table.info-block__table tr.row-blue-bg + .row-blue-bg td {
    margin-top: -15px;
    padding-top: 5px; }
  .info-block table.info-block__table tr.row-blue-bg + tr td {
    padding-top: 20px; }
  .info-block table.info-block__table td {
    padding: 5px; }
    .info-block table.info-block__table td:first-child {
      padding-right: 27px;
      width: 25%;
      color: #1A2024;
      text-align: right;
      font-size: 14px;
      font-weight: 300;
      line-height: 19px; }
      @media (max-width: 540px) {
        .info-block table.info-block__table td:first-child {
          padding-right: 10px; } }
    .info-block table.info-block__table td:nth-child(2) {
      color: #1A2024;
      font-size: 16px;
      line-height: 22px; }
      @media (max-width: 540px) {
        .info-block table.info-block__table td:nth-child(2) {
          word-break: break-word; } }
.info-block .mlink-copy {
  position: relative;
  top: 0;
  left: 0;
  background: url("/kcdb/static/icons/copy-14b27ec86ed76ed3d11321b4a32a0ea9.png") no-repeat 5px 0;
  width: 29px;
  height: 24px;
  display: inline-block;
  cursor: pointer; }
  .info-block .mlink-copy:active {
    top: 1px;
    left: 1px; }
.info-block a[href*="mailto"], .info-block a.mlink {
  display: inline-block;
  background: url("/kcdb/static/icons/mail-b3ef5b442b29cf29c53a7868e20bb45a.svg") no-repeat;
  background-size: auto 80%;
  background-position: 0 3px;
  padding-left: 28px; }
  .info-block a[href*="mailto"].mlink-print, .info-block a.mlink.mlink-print {
    background-size: auto 18px;
    padding-top: 1px; }
.info-block a {
  color: #1A2024;
  font-size: 16px;
  text-decoration: underline; }
  .info-block a:hover {
    color: #1A2024;
    text-decoration: none; }
.info-block h3 {
  color: #1A2024;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px; }
.info-block p {
  color: #1A2024;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px; }
.info-block .comparison-link {
  font-size: 16px; }
.info-block .result-description p {
  margin-bottom: 15px; }
.info-block .without-margin-bottom {
  margin-bottom: 0; }
  .info-block .without-margin-bottom p {
    margin-bottom: 0; }
  .info-block .without-margin-bottom a {
    display: inline-block; }
    .info-block .without-margin-bottom a p {
      margin-bottom: 0;
      display: inline; }
      .info-block .without-margin-bottom a p * {
        display: inline; }
.info-block b {
  font-weight: 600; }
.info-block__img img {
  max-width: 100%; }
.info-block table.comparison__table tr:first-child td .comparison__bold-field {
  font-weight: 600; }
.info-block table.comparison__table tr:first-child td:not(:first-child) {
  text-transform: uppercase; }
.info-block table.comparison__table tr .result-table__cell a {
  display: block;
  line-height: 27px; }
.info-block table.comparison__table tr .result-table__cell p {
  margin-bottom: 10px;
  line-height: 20px; }
.info-block table.comparison__table tr .result-table__cell .comparison__status {
  font-style: italic; }
  .info-block table.comparison__table tr .result-table__cell .comparison__status span {
    display: inline-block;
    vertical-align: middle; }
  .info-block table.comparison__table tr .result-table__cell .comparison__status .comparison__status_img {
    width: 50px;
    height: 40px;
    margin-left: 15px; }
.info-block table.comparison__table tr .result-table__cell_left {
  padding-right: 27px;
  text-align: left;
  width: 35%;
  padding-left: 15px; }
.info-block.print-pdf .comparison__table {
  margin-bottom: 15px; }
.info-block.print-pdf table.info-block__table tr:first-child td {
  padding-top: 10px; }
.info-block.print-pdf table.info-block__table tr:last-child td {
  padding-bottom: 10px; }
.info-block.print-pdf table.comparison__table tr .result-table__cell p {
  margin-bottom: 1px; }

#popupWithTabs .cke_editable p {
  font-size: 16px;
  margin-bottom: 15px; }

.tab-section__content .info-block > p {
  overflow-x: auto; }

.container_print-out {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  .container_print-out h1 {
    color: #1A2024;
    font-family: "Open Sans", Sans-Serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1; }
  .container_print-out h2 {
    color: #1A2024;
    font-family: "Open Sans", Sans-Serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px; }
    .container_print-out h2:before {
      content: '';
      display: block;
      position: absolute;
      height: 4px;
      width: 38px;
      background-color: #FCCF00;
      bottom: 0;
      left: 0; }
  .container_print-out img {
    max-width: 100%;
    height: auto; }
  .container_print-out table.info-block__table {
    margin-bottom: 42px; }
  .container_print-out strong {
    display: inline-block; }
  .container_print-out .info-block p,
  .container_print-out .info-block a,
  .container_print-out .info-block table.info-block__table td:nth-child(2) {
    font-size: 14px; }

.container_print-out_to_pdf .info-block strong {
  display: inline; }
.container_print-out_to_pdf .info-block a[href*="mailto"] {
  background: none;
  padding-left: 5px;
  display: inline; }

.degrees-table {
  border-top: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  margin: 25px 0;
  width: 100%;
  max-width: 570px;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .degrees-table {
      font-size: 12px; } }
  .degrees-table th {
    padding: 15px 30px;
    min-height: 50px;
    vertical-align: middle;
    background: #1c3383;
    color: #fff;
    font-weight: 700;
    font-style: italic; }
    @media (max-width: 767px) {
      .degrees-table th {
        padding: 10px; } }
    .degrees-table th:first-child {
      width: 50px; }
      @media (max-width: 767px) {
        .degrees-table th:first-child {
          width: 25px; } }
    .degrees-table th:nth-child(3), .degrees-table th:nth-child(4) {
      width: 100px; }
      @media (max-width: 767px) {
        .degrees-table th:nth-child(3), .degrees-table th:nth-child(4) {
          width: auto; } }
    .degrees-table th + th {
      border-left: 1px solid #fff;
      border-bottom: 1px solid #a7a7a7; }
  .degrees-table ._red-bg td:first-child:not(th) {
    background: #e2072e; }
  .degrees-table ._red-bg > span {
    background: #e2072e; }
  .degrees-table ._violet-bg td:first-child:not(th) {
    background: #510094; }
  .degrees-table ._violet-bg > span {
    background: #510094; }
  .degrees-table ._pink-bg td:first-child:not(th) {
    background: #b50096; }
  .degrees-table ._pink-bg > span {
    background: #b50096; }
  .degrees-table ._yellow-bg td:first-child:not(th) {
    background: #f9b02b; }
  .degrees-table ._yellow-bg > span {
    background: #f9b02b; }
  .degrees-table ._plum-bg td:first-child:not(th) {
    background: #7252c5; }
  .degrees-table ._plum-bg > span {
    background: #7252c5; }
  .degrees-table td {
    padding: 15px 20px;
    min-height: 50px;
    vertical-align: middle;
    border-bottom: 1px solid #a7a7a7; }
    @media (max-width: 767px) {
      .degrees-table td {
        padding: 10px; } }
    .degrees-table td + td {
      border-left: 1px solid #a7a7a7; }
    .degrees-table td:first-child {
      width: 50px; }
      @media (max-width: 767px) {
        .degrees-table td:first-child {
          width: 25px; } }
    .degrees-table td:nth-child(3), .degrees-table td:nth-child(4) {
      width: 100px; }
      @media (max-width: 767px) {
        .degrees-table td:nth-child(3), .degrees-table td:nth-child(4) {
          width: auto; } }

.degrees-table-legend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  max-width: 990px; }
  .degrees-table-legend__title {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .degrees-table-legend__title {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .degrees-table-legend__item {
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    align-items: center;
    margin-bottom: 12px;
    word-break: break-all; }
    .degrees-table-legend__item-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; }
      @media (max-width: 991px) {
        .degrees-table-legend__item-row {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
    @media (max-width: 991px) {
      .degrees-table-legend__item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (max-width: 767px) {
      .degrees-table-legend__item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

.legend-color {
  display: inline-block; }
  .legend-color span {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid  #a7a7a7;
    margin-right: 5px; }
  .legend-color._red-bg > span {
    background: #e2072e; }
  .legend-color._violet-bg > span {
    background: #510094; }
  .legend-color._pink-bg > span {
    background: #b50096; }
  .legend-color._yellow-bg > span {
    background: #f9b02b; }
  .legend-color._plum-bg > span {
    background: #7252c5; }

.legend-name {
  font-size: 12px;
  display: inline-block; }

.participant-block table.info-block__table thead {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px; }
  .participant-block table.info-block__table thead th {
    padding: 27px 20px 0;
    text-align: left; }
.participant-block table.info-block__table td:first-child {
  width: 18%;
  min-width: 100px; }
.participant-block table.info-block__table td .link-wrapper p {
  margin: 0; }
.participant-block table.info-block__table td .link-wrapper:last-child {
  margin-bottom: 10px; }
.participant-block table.info-block__table td p {
  line-height: 22px; }
.participant-block table.info-block__table .comparison-info,
.participant-block table.info-block__table .comparison-comment {
  margin-bottom: 10px; }

@media screen and (max-width: 576px) {
  .info-block table.info-block__table tr a {
    font-size: 13px;
    line-height: 16px; }
  .info-block p {
    font-size: 13px; }
  .info-block table.comparison__table tr .result-table__cell .comparison__status .comparison__status_img {
    width: 34px;
    height: 28px;
    margin-left: 0; }
  .info-block table.comparison__table tr .result-table__cell_left {
    padding-right: 5px;
    text-align: left;
    width: 35%;
    padding-left: 5px; } }
@media screen and (max-width: 480px) {
  .participant-block {
    font-size: 13px; }
    .participant-block table.info-block__table tr a {
      font-size: 13px; }
    .participant-block table.info-block__table td:nth-child(2) {
      font-size: 13px; }
    .participant-block table.info-block__table td:first-child {
      padding-right: 15px;
      font-size: 13px; } }
.statistics-chart-wrap {
  height: 400px;
  margin: 30px 0; }
  .statistics-chart-wrap .canvasjs-chart-toolbar {
    display: none; }

.statistics-title {
  color: #1a2024;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 9px;
  text-align: left; }

.statistics-chart-filters {
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding: 0 10px 25px; }
  .statistics-chart-filters._with-label-or {
    margin-right: 50px;
    position: relative; }
    .statistics-chart-filters._with-label-or .statistics-radio-wrapper {
      text-align: right; }
  @media (max-width: 768px) {
    .statistics-chart-filters {
      flex-basis: 100%;
      max-width: 100%; }
      .statistics-chart-filters._with-label-or {
        margin-right: 0;
        margin-bottom: 50px; }
        .statistics-chart-filters._with-label-or .statistics-radio-wrapper {
          text-align: left; } }
  .statistics-chart-filters-wrap {
    background: #e6f1fb;
    padding: 20px 10px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px; }
  .statistics-chart-filters-title {
    font-weight: 700;
    width: 100%;
    padding: 0 10px 20px; }
  .statistics-chart-filters-submit {
    flex: 1;
    padding: 0 10px 25px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end; }
    .statistics-chart-filters-submit a,
    .statistics-chart-filters-submit .form-section--control-sub {
      display: inline-block;
      min-width: 160px;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      padding: 14px 0;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      border-radius: 5px;
      background: #004382;
      border: 0 none;
      cursor: pointer;
      transition: all 0.5s ease;
      text-decoration: none; }
      .statistics-chart-filters-submit a:hover,
      .statistics-chart-filters-submit .form-section--control-sub:hover {
        opacity: 0.6; }
  .statistics-chart-filters .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-top: 0; }
    .statistics-chart-filters .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered li:first-child:not(.select2-search--inline) {
      padding-top: 52px; }
      .statistics-chart-filters .select-multi ~ .select2-container .select2-selection--multiple .select2-selection__rendered li:first-child:not(.select2-search--inline) .select2-selection__choice__remove {
        top: 52px; }
  .statistics-chart-filters .form-section--select-wrap .select2-container {
    min-height: 55px; }
  .statistics-chart-filters .form_create-cmc--label {
    pointer-events: none; }

.label-or {
  color: #1a2024;
  position: absolute;
  top: 0;
  left: calc(100% + 14px);
  line-height: 30px; }
  @media (max-width: 768px) {
    .label-or {
      left: 50%;
      transform: translateX(-50%);
      top: calc(100% + 9px); } }

.statistics-info-message {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #3e3e3e;
  margin-bottom: 30px;
  text-align: center; }

.right-info_statistics .tab-btn:last-child {
  margin: 0 !important; }

.list-search-result__table._blue-head thead .data-report__table-cell {
  background-color: #004382;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 29px 0 18px;
  height: 54px;
  min-width: 100px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #fff;
  transition: background-color 0.5s ease;
  background-position: center right 9px;
  border-bottom: 0 none; }

.statistics-table-wrap {
  padding: 30px 0; }
  .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #DFDFDF !important;
    border-radius: 0;
    background: #fff;
    color: #004382 !important;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 -1px;
    padding: 0;
    position: relative;
    transition: all 0.5s ease; }
    .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      border: 1px solid #DFDFDF;
      color: #004382 !important;
      font-weight: 500;
      background: #fff !important; }
    .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      color: #004382 !important;
      font-weight: 600;
      background: #fff !important; }
      .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #fff; }
    .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
      color: #666 !important;
      background: #fff; }
      .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:before {
        border-color: #666 !important; }
    .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.first, .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.last {
      display: none; }
    .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
      text-indent: -9999px; }
      .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.previous:after {
        display: none; }
      .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5px 0 0 -2px;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        border-style: solid;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.next {
      text-indent: -9999px; }
      .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
        display: none; }
      .statistics-table-wrap .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5px 0 0 -7px;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        border-style: solid;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

.padding-bottom-30 {
  padding-bottom: 30px; }

.statistics-radio-wrapper {
  padding-bottom: 30px; }
  .statistics-radio-wrapper [type="radio"] {
    position: absolute;
    left: -9999px; }
    .statistics-radio-wrapper [type="radio"] + label {
      position: relative;
      padding-left: 38px;
      display: inline-block;
      line-height: 30px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #1a2024;
      cursor: pointer; }
      .statistics-radio-wrapper [type="radio"] + label:before {
        content: '';
        display: block;
        position: absolute;
        border-radius: 50%;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        border: 1px solid #dfdfdf;
        background: #fff url("/kcdb/static/icons/checked-add8bb8cc215056a80f1542a8c1b2da5.png") no-repeat center center;
        background-size: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .statistics-radio-wrapper [type="radio"] + label:active:before, .statistics-radio-wrapper [type="radio"] + label:focus:before, .statistics-radio-wrapper [type="radio"] + label:hover:before {
        border-color: #bababa; }
    .statistics-radio-wrapper [type="radio"]:checked ~ label:not(.error):before {
      background-size: 36%; }
    .statistics-radio-wrapper [type="radio"]:disabled ~ label:not(.error):before {
      border-color: #bbb;
      background-color: #ddd;
      color: #aaa; }
    .statistics-radio-wrapper [type="radio"].error ~ label:not(.error):before {
      border-color: #d0021b; }

.quick-search-wrapper .tab-top__search-result__wrapper.key-comparisons-wrapper thead .data-report__table-cell[aria-label*="Participation including pilots"] {
  width: 132px !important; }

.statistics-table {
  margin: 30px 0; }
  .statistics-table table td {
    border: 1px solid #dfdfdf;
    padding: 8px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px; }
  .statistics-table table tr:first-child td,
  .statistics-table table tr:last-child td {
    font-weight: 700; }
  .statistics-table table .total {
    font-weight: 700; }

.more-statistics-section .comparison-dashboard_controls-block {
  margin: 40px 0 0; }
@media (max-width: 1023px) {
  .more-statistics-section .comparison-dashboard_controls-block {
    text-align: left; } }
.more-statistics-section .comparison-dashboard_controls-block .export-btn_wrapper {
  margin: 0 !important; }
  .more-statistics-section .comparison-dashboard_controls-block .export-btn_wrapper .tab-btn {
    margin: 0 !important;
    width: 100%; }
  @media (max-width: 1023px) {
    .more-statistics-section .comparison-dashboard_controls-block .export-btn_wrapper {
      width: 48.5%;
      margin: 0 !important;
      float: none; } }
  @media (max-width: 425px) {
    .more-statistics-section .comparison-dashboard_controls-block .export-btn_wrapper {
      width: 100%;
      margin: 0 !important; } }

.statistics_export-btn {
  text-transform: uppercase; }

.grey_column {
  background-color: #dfdfdf; }

.section_search-tabs {
  margin: 11px 0 0;
  position: relative; }
  .section_search-tabs:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 54px;
    left: 0;
    background-color: #e7e7e7;
    z-index: -1; }

.advanced-form {
  width: 100%; }

.comparison-section_search-tabs {
  overflow: inherit; }

.form_create-cmc--select-wrap .comparison_search--label {
  line-height: 28px; }

.search-block {
  background: #fff; }
  .search-block .corection {
    position: relative;
    padding-top: 83px; }
    .search-block .corection:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 85px;
      display: block;
      box-shadow: 1px -40px 47px -2px rgba(0, 0, 0, 0.33); }
  .search-block--hint {
    margin-left: 15px;
    right: 0;
    top: 0; }
    @media screen and (max-width: 1024px) {
      .search-block--hint {
        position: absolute;
        right: 0;
        top: 10px; } }
    @media screen and (max-width: 720px) {
      .search-block--hint {
        top: -36px; } }

.search-block--container {
  width: 50%;
  float: left;
  padding-left: 40px;
  padding-bottom: 78px;
  padding-top: 9px; }
  .search-block--container:last-child {
    padding-left: 49px; }

.search-block--container-title {
  color: #1a2024;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 9px; }

.search-block--form {
  width: 100%;
  margin-bottom: 13px; }
  .search-block--form .search-block--form_field {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    height: 55px;
    width: 320px;
    outline: none;
    padding-left: 20px;
    color: #1a2024;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 55px; }
  .search-block--form .search-block--form_submit {
    height: 43.27px;
    width: 129px;
    border-radius: 5px;
    background-color: #004382;
    border: none;
    outline: none;
    text-align: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
    margin-left: 20px; }
    .search-block--form .search-block--form_submit:hover {
      background-color: #6184A6;
      transition: 0.3s; }

.search-block--form_field::-webkit-input-placeholder {
  color: #1a2024;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 55px; }
.search-block--form_field::-moz-placeholder {
  color: #1a2024;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 55px; }
.search-block--form_field:-ms-input-placeholder {
  color: #1a2024;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 55px; }
.search-block--form_field:-moz-placeholder {
  color: #1a2024;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 55px; }

.search-block--link {
  text-decoration: none;
  border-bottom: 2px solid #597da1;
  padding-right: 8px;
  padding-bottom: 3px; }
  .search-block--link:hover {
    border-color: #004382; }
    .search-block--link:hover .search-block--link-text {
      color: #004382; }
    .search-block--link:hover img {
      opacity: 1; }
  .search-block--link img {
    width: 17px;
    height: 12px;
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.7; }

.search-block--link-text {
  color: #597da1;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; }

.advanced-search--top {
  margin-bottom: 42px;
  padding: 0 135px 0 125px; }
  .advanced-search--top .row {
    margin-left: -15px;
    margin-right: -15px; }
  .advanced-search--top .col-md-4 {
    padding-left: 15px;
    padding-right: 15px; }
  .advanced-search--top .container-fluid {
    padding: 0; }
  .advanced-search--top .advanced-search--select-wrap {
    position: relative; }
  .advanced-search--top .advanced-search--select-wrap.caption .caption-select {
    color: #004382;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    padding-left: 20px;
    margin-top: 10px; }
  .advanced-search--top .advanced-search--select-wrap.caption .select2-container .select2-selection__rendered {
    padding-top: 10px;
    font-size: 12px;
    font-weight: normal;
    text-transform: none; }
  .advanced-search--top .advanced-search--select-wrap.caption .select2-container .select2-selection__clear {
    top: -7px; }
  .advanced-search--top .select2-container {
    width: 100% !important; }
    .advanced-search--top .select2-container .select2-selection {
      height: 55px;
      padding-top: 18px;
      padding-left: 20px;
      padding-right: 30px;
      border-radius: 0;
      border-color: #dfdfdf; }
      .advanced-search--top .select2-container .select2-selection:focus {
        outline: 0 none; }
    .advanced-search--top .select2-container .select2-selection__rendered {
      color: #004382 !important;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 17px;
      text-transform: uppercase;
      padding-left: 0 !important; }
    .advanced-search--top .select2-container .select2-selection--single .select2-selection__arrow {
      top: -2px;
      right: 10px;
      height: 100%; }
      .advanced-search--top .select2-container .select2-selection--single .select2-selection__arrow b {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -12px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
    .advanced-search--top .select2-container .select2-selection--single .select2-selection__clear {
      font-size: 16px;
      font-weight: normal;
      margin-right: -14px; }
    .advanced-search--top .select2-container .select2-selection--single .select2-selection__placeholder {
      font-weight: normal; }
  .advanced-search--top .select2-container.open-menu {
    display: block; }
  .advanced-search--top .select2-container--open .select2-selection--single .select2-selection__arrow b {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-color: #004382 !important;
    border-width: 1px 1px 0 0 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0; }
  .advanced-search--top .search-block--link {
    margin-top: 15px;
    display: inline-block; }

.advanced-search--filter {
  padding: 0 10px; }
  .advanced-search--filter .form-section .form-group {
    position: relative;
    margin-bottom: 20px; }
  .advanced-search--filter .form-section .other-filter-btn {
    display: block;
    background: #e6f1fb;
    padding: 21px 20px 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #004382;
    text-transform: uppercase;
    transition: all 0.5s ease;
    text-decoration: none;
    position: relative; }
    .advanced-search--filter .form-section .other-filter-btn:before {
      content: '+';
      font-size: 30px;
      font-weight: 500;
      color: #004382;
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .advanced-search--filter .form-section .other-filter-btn:hover {
      background: #004382;
      color: #fff; }
      .advanced-search--filter .form-section .other-filter-btn:hover:before {
        color: #fff; }
  .advanced-search--filter .form-section .other-filter {
    background: #e6f1fb;
    padding: 18px 20px 25px 20px;
    position: relative;
    display: none; }
    .advanced-search--filter .form-section .other-filter .container-fluid {
      padding: 0; }
    .advanced-search--filter .form-section .other-filter .row-cmc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -20px;
      margin-right: -20px; }
    .advanced-search--filter .form-section .other-filter .col-cmc {
      padding-left: 20px;
      padding-right: 20px;
      width: 33%; }
    .advanced-search--filter .form-section .other-filter .col-cmc--caption {
      font-size: 16px;
      line-height: 24px;
      color: #004382;
      margin-bottom: 10px; }
    .advanced-search--filter .form-section .other-filter .help-popup-container {
      margin-left: 11px; }
    .advanced-search--filter .form-section .other-filter .form_create-cmc--label {
      padding-bottom: 2px; }
    .advanced-search--filter .form-section .other-filter .form-group {
      margin-bottom: 10px; }
    .advanced-search--filter .form-section .other-filter .form-section--select-wrap .select2-container .select2-selection {
      padding-right: 40px; }
      .advanced-search--filter .form-section .other-filter .form-section--select-wrap .select2-container .select2-selection .select2-selection__arrow {
        right: 31px; }
  .advanced-search--filter .form-section .comparisons__other-filter .col-cmc {
    width: calc(25% - 0.25px); }
  .advanced-search--filter .form-section .other-filter--caption {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #004382;
    margin-bottom: 20px; }
  .advanced-search--filter .form-section .other-filter--close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    transition: all 0.5s ease; }
    .advanced-search--filter .form-section .other-filter--close:before {
      content: '';
      width: 2px;
      height: 16px;
      background: #004382;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .advanced-search--filter .form-section .other-filter--close:after {
      content: '';
      width: 2px;
      height: 16px;
      background: #004382;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .advanced-search--filter .form-section.other-open .other-filter-btn {
    display: none; }
  .advanced-search--filter .form-section.other-open .other-filter {
    display: block; }
  .advanced-search--filter .form-section--item {
    float: left;
    width: calc(100% / 5 + 8px);
    padding: 0 10px; }
  .advanced-search--filter .form-section--item:first-child {
    width: 220px; }
  .advanced-search--filter .form-section--control.search {
    padding-right: 45px; }
    .advanced-search--filter .form-section--control.search::-webkit-input-placeholder {
      color: #3e3e3e; }
    .advanced-search--filter .form-section--control.search::-moz-placeholder {
      color: #3e3e3e; }
    .advanced-search--filter .form-section--control.search:-ms-input-placeholder {
      color: #3e3e3e; }
    .advanced-search--filter .form-section--control.search:-moz-placeholder {
      color: #3e3e3e; }
  .advanced-search--filter .form-section--control-sub {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 23px;
    height: 23px;
    border: none;
    background: url("/kcdb/static/icons/search_ico-e141def5a409b72b4ee1a59401f64e04.svg") no-repeat center;
    background-size: cover;
    cursor: pointer;
    text-indent: -9999px; }
  .advanced-search--filter .form-section--btn {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 22px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dfdfdf; }
    .advanced-search--filter .form-section--btn .cmc-button {
      margin: 0 8px;
      width: auto;
      padding: 16px 52px 16px; }
      .advanced-search--filter .form-section--btn .cmc-button:last-child {
        margin-right: 0; }

.advanced-search--key {
  color: #1a2024;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 6px; }
  .advanced-search--key span {
    display: inline-block;
    margin-right: 10px; }

.num-control::placeholder {
  font-style: italic; }
.num-control::-webkit-input-placeholder {
  font-style: italic; }
.num-control::-moz-placeholder {
  font-style: italic; }
.num-control:-ms-input-placeholder {
  font-style: italic; }
.num-control:-moz-placeholder {
  font-style: italic; }

.tab-top__filter__wrapper.advanced-search {
  width: 100%;
  padding: 0;
  margin: 0; }
  .tab-top__filter__wrapper.advanced-search:after {
    display: none; }
  .tab-top__filter__wrapper.advanced-search .advanced-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 27px 18px 30px;
    display: none;
    margin-top: -75px; }
    .tab-top__filter__wrapper.advanced-search .advanced-title .advanced-close {
      margin-top: -10px;
      right: 25px; }

.advanced-search.filter-open,
.compare-cmc.filter-open {
  margin-top: -18px; }
.advanced-search .mod-title .advanced-close,
.compare-cmc .mod-title .advanced-close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -13px;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.5s ease; }
  .advanced-search .mod-title .advanced-close:before,
  .compare-cmc .mod-title .advanced-close:before {
    content: '';
    width: 2px;
    height: 16px;
    background: #004382;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .advanced-search .mod-title .advanced-close:after,
  .compare-cmc .mod-title .advanced-close:after {
    content: '';
    width: 2px;
    height: 16px;
    background: #004382;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.advanced-search .search-result--top-btn,
.compare-cmc .search-result--top-btn {
  text-align: right;
  margin-top: -16px;
  margin-bottom: 34px; }
.advanced-search .search-result--wrapper,
.advanced-search .compare-cmc--wrapper,
.compare-cmc .search-result--wrapper,
.compare-cmc .compare-cmc--wrapper {
  margin-top: 37px;
  width: 100%;
  position: relative; }
  .advanced-search .search-result--wrapper > .help-popup-container,
  .advanced-search .compare-cmc--wrapper > .help-popup-container,
  .compare-cmc .search-result--wrapper > .help-popup-container,
  .compare-cmc .compare-cmc--wrapper > .help-popup-container {
    float: left;
    height: 0; }
    .advanced-search .search-result--wrapper > .help-popup-container .help-popup,
    .advanced-search .compare-cmc--wrapper > .help-popup-container .help-popup,
    .compare-cmc .search-result--wrapper > .help-popup-container .help-popup,
    .compare-cmc .compare-cmc--wrapper > .help-popup-container .help-popup {
      bottom: auto;
      left: 30px;
      top: 50px; }
      .advanced-search .search-result--wrapper > .help-popup-container .help-popup:before,
      .advanced-search .compare-cmc--wrapper > .help-popup-container .help-popup:before,
      .compare-cmc .search-result--wrapper > .help-popup-container .help-popup:before,
      .compare-cmc .compare-cmc--wrapper > .help-popup-container .help-popup:before {
        bottom: auto;
        top: -8px; }
      .advanced-search .search-result--wrapper > .help-popup-container .help-popup.open,
      .advanced-search .compare-cmc--wrapper > .help-popup-container .help-popup.open,
      .compare-cmc .search-result--wrapper > .help-popup-container .help-popup.open,
      .compare-cmc .compare-cmc--wrapper > .help-popup-container .help-popup.open {
        display: block; }
    .advanced-search .search-result--wrapper > .help-popup-container.help-popup-container-group-id .help-popup,
    .advanced-search .compare-cmc--wrapper > .help-popup-container.help-popup-container-group-id .help-popup,
    .compare-cmc .search-result--wrapper > .help-popup-container.help-popup-container-group-id .help-popup,
    .compare-cmc .compare-cmc--wrapper > .help-popup-container.help-popup-container-group-id .help-popup {
      left: 120px; }
  .advanced-search .search-result--wrapper .wrapper-scroll,
  .advanced-search .compare-cmc--wrapper .wrapper-scroll,
  .compare-cmc .search-result--wrapper .wrapper-scroll,
  .compare-cmc .compare-cmc--wrapper .wrapper-scroll {
    width: 100%;
    overflow-y: auto; }
  .advanced-search .search-result--wrapper .wrapper-mob,
  .advanced-search .compare-cmc--wrapper .wrapper-mob,
  .compare-cmc .search-result--wrapper .wrapper-mob,
  .compare-cmc .compare-cmc--wrapper .wrapper-mob {
    display: none; }
    .advanced-search .search-result--wrapper .wrapper-mob .table,
    .advanced-search .compare-cmc--wrapper .wrapper-mob .table,
    .compare-cmc .search-result--wrapper .wrapper-mob .table,
    .compare-cmc .compare-cmc--wrapper .wrapper-mob .table {
      width: 100%; }
      .advanced-search .search-result--wrapper .wrapper-mob .table th:first-child,
      .advanced-search .compare-cmc--wrapper .wrapper-mob .table th:first-child,
      .compare-cmc .search-result--wrapper .wrapper-mob .table th:first-child,
      .compare-cmc .compare-cmc--wrapper .wrapper-mob .table th:first-child {
        width: 60px; }
      .advanced-search .search-result--wrapper .wrapper-mob .table th:last-child,
      .advanced-search .compare-cmc--wrapper .wrapper-mob .table th:last-child,
      .compare-cmc .search-result--wrapper .wrapper-mob .table th:last-child,
      .compare-cmc .compare-cmc--wrapper .wrapper-mob .table th:last-child {
        width: 60px;
        min-width: auto; }
  .advanced-search .search-result--wrapper table.dataTable.no-footer,
  .advanced-search .compare-cmc--wrapper table.dataTable.no-footer,
  .compare-cmc .search-result--wrapper table.dataTable.no-footer,
  .compare-cmc .compare-cmc--wrapper table.dataTable.no-footer {
    border-bottom: 0 none; }
  .advanced-search .search-result--wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody,
  .advanced-search .compare-cmc--wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody,
  .compare-cmc .search-result--wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody,
  .compare-cmc .compare-cmc--wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0 none;
    padding-bottom: 25px; }
.advanced-search .dataTables_scroll,
.compare-cmc .dataTables_scroll {
  position: relative; }
  .advanced-search .dataTables_scroll:before,
  .compare-cmc .dataTables_scroll:before {
    content: '';
    width: 1px;
    height: calc(100% - 25px);
    background: #dfdfdf;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
  .advanced-search .dataTables_scroll:after,
  .compare-cmc .dataTables_scroll:after {
    content: '';
    width: 1px;
    height: calc(100% - 25px);
    background: #dfdfdf;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
.advanced-search .dataTables_length,
.compare-cmc .dataTables_length {
  display: none; }
.advanced-search .dataTables_info,
.compare-cmc .dataTables_info {
  display: none; }
.advanced-search .dataTables_wrapper .dataTables_paginate,
.compare-cmc .dataTables_wrapper .dataTables_paginate {
  padding-top: 50px; }
  .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button,
  .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #DFDFDF;
    border-radius: 0;
    background: #fff;
    color: #004382 !important;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 -1px;
    padding: 0;
    position: relative;
    transition: all 0.5s ease; }
    .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
      border: 1px solid #DFDFDF;
      color: #004382 !important;
      font-weight: 500; }
    .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button.current {
      font-weight: 600; }
      .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
      .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #fff; }
    .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
      color: #666 !important; }
      .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:before,
      .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:before {
        border-color: #666 !important; }
    .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button.first, .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button.last,
    .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button.first,
    .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button.last {
      display: none; }
    .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
      text-indent: -9999px; }
      .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before,
      .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5px 0 0 -2px;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        border-style: solid;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button.next,
    .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button.next {
      text-indent: -9999px; }
      .advanced-search .dataTables_wrapper .dataTables_paginate .paginate_button.next:before,
      .compare-cmc .dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5px 0 0 -7px;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        border-style: solid;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
.advanced-search .search-result--table thead th,
.advanced-search .DTFC_ScrollWrapper thead th,
.compare-cmc .search-result--table thead th,
.compare-cmc .DTFC_ScrollWrapper thead th {
  background-color: #004382;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 18px;
  height: 54px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #fff;
  transition: background-color 0.5s ease;
  background-position: center right 9px;
  min-width: 135px; }
  .advanced-search .search-result--table thead th span,
  .advanced-search .DTFC_ScrollWrapper thead th span,
  .compare-cmc .search-result--table thead th span,
  .compare-cmc .DTFC_ScrollWrapper thead th span {
    display: block;
    padding-right: 10px; }
  .advanced-search .search-result--table thead th:first-child, .advanced-search .search-result--table thead th.group-id-head,
  .advanced-search .DTFC_ScrollWrapper thead th:first-child,
  .advanced-search .DTFC_ScrollWrapper thead th.group-id-head,
  .compare-cmc .search-result--table thead th:first-child,
  .compare-cmc .search-result--table thead th.group-id-head,
  .compare-cmc .DTFC_ScrollWrapper thead th:first-child,
  .compare-cmc .DTFC_ScrollWrapper thead th.group-id-head {
    min-width: auto; }
  .advanced-search .search-result--table thead th .help-bth,
  .advanced-search .DTFC_ScrollWrapper thead th .help-bth,
  .compare-cmc .search-result--table thead th .help-bth,
  .compare-cmc .DTFC_ScrollWrapper thead th .help-bth {
    width: auto;
    height: auto;
    border-radius: 0;
    white-space: nowrap;
    font-size: 12px;
    background: initial;
    line-height: 18px;
    border-bottom: 2px dotted gray; }
    .advanced-search .search-result--table thead th .help-bth:hover,
    .advanced-search .DTFC_ScrollWrapper thead th .help-bth:hover,
    .compare-cmc .search-result--table thead th .help-bth:hover,
    .compare-cmc .DTFC_ScrollWrapper thead th .help-bth:hover {
      background-color: #2c6dab; }
.advanced-search .search-result--table thead th.header,
.advanced-search .DTFC_ScrollWrapper thead th.header,
.compare-cmc .search-result--table thead th.header,
.compare-cmc .DTFC_ScrollWrapper thead th.header {
  background-image: url("/kcdb/static/icons/sort-arrow-53a9ba9fab929cdb773cb25b96fb0afc.png");
  background-repeat: no-repeat;
  background-position: center right 10px;
  cursor: pointer;
  padding-right: 30px; }
  .advanced-search .search-result--table thead th.header:hover,
  .advanced-search .DTFC_ScrollWrapper thead th.header:hover,
  .compare-cmc .search-result--table thead th.header:hover,
  .compare-cmc .DTFC_ScrollWrapper thead th.header:hover {
    background-color: #2c6dab; }
.advanced-search .search-result--table thead th.headerSortDown,
.advanced-search .DTFC_ScrollWrapper thead th.headerSortDown,
.compare-cmc .search-result--table thead th.headerSortDown,
.compare-cmc .DTFC_ScrollWrapper thead th.headerSortDown {
  background-image: url("/kcdb/static/icons/sort-desc-320cd0bcb2e6e42a3c9209917707f70e.png"); }
.advanced-search .search-result--table thead th.headerSortUp,
.advanced-search .DTFC_ScrollWrapper thead th.headerSortUp,
.compare-cmc .search-result--table thead th.headerSortUp,
.compare-cmc .DTFC_ScrollWrapper thead th.headerSortUp {
  background-image: url("/kcdb/static/icons/sort-asc-9cdbcbfed3b57524721ef7d593f6b4c1.png"); }
.advanced-search .search-result--table tbody td,
.advanced-search .DTFC_ScrollWrapper tbody td,
.compare-cmc .search-result--table tbody td,
.compare-cmc .DTFC_ScrollWrapper tbody td {
  color: #1a2024;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  vertical-align: middle; }
  .advanced-search .search-result--table tbody td .comparison-check-wrap,
  .advanced-search .DTFC_ScrollWrapper tbody td .comparison-check-wrap,
  .compare-cmc .search-result--table tbody td .comparison-check-wrap,
  .compare-cmc .DTFC_ScrollWrapper tbody td .comparison-check-wrap {
    text-align: center; }
  .advanced-search .search-result--table tbody td .first-param,
  .advanced-search .search-result--table tbody td .full-params,
  .advanced-search .DTFC_ScrollWrapper tbody td .first-param,
  .advanced-search .DTFC_ScrollWrapper tbody td .full-params,
  .compare-cmc .search-result--table tbody td .first-param,
  .compare-cmc .search-result--table tbody td .full-params,
  .compare-cmc .DTFC_ScrollWrapper tbody td .first-param,
  .compare-cmc .DTFC_ScrollWrapper tbody td .full-params {
    word-break: break-all; }
    .advanced-search .search-result--table tbody td .first-param p,
    .advanced-search .search-result--table tbody td .full-params p,
    .advanced-search .DTFC_ScrollWrapper tbody td .first-param p,
    .advanced-search .DTFC_ScrollWrapper tbody td .full-params p,
    .compare-cmc .search-result--table tbody td .first-param p,
    .compare-cmc .search-result--table tbody td .full-params p,
    .compare-cmc .DTFC_ScrollWrapper tbody td .first-param p,
    .compare-cmc .DTFC_ScrollWrapper tbody td .full-params p {
      display: inline-block; }
      .advanced-search .search-result--table tbody td .first-param p em,
      .advanced-search .search-result--table tbody td .full-params p em,
      .advanced-search .DTFC_ScrollWrapper tbody td .first-param p em,
      .advanced-search .DTFC_ScrollWrapper tbody td .full-params p em,
      .compare-cmc .search-result--table tbody td .first-param p em,
      .compare-cmc .search-result--table tbody td .full-params p em,
      .compare-cmc .DTFC_ScrollWrapper tbody td .first-param p em,
      .compare-cmc .DTFC_ScrollWrapper tbody td .full-params p em {
        font-style: italic; }
    .advanced-search .search-result--table tbody td .first-param span,
    .advanced-search .search-result--table tbody td .full-params span,
    .advanced-search .DTFC_ScrollWrapper tbody td .first-param span,
    .advanced-search .DTFC_ScrollWrapper tbody td .full-params span,
    .compare-cmc .search-result--table tbody td .first-param span,
    .compare-cmc .search-result--table tbody td .full-params span,
    .compare-cmc .DTFC_ScrollWrapper tbody td .first-param span,
    .compare-cmc .DTFC_ScrollWrapper tbody td .full-params span {
      display: inline-block; }
  .advanced-search .search-result--table tbody td.dataTables_empty,
  .advanced-search .DTFC_ScrollWrapper tbody td.dataTables_empty,
  .compare-cmc .search-result--table tbody td.dataTables_empty,
  .compare-cmc .DTFC_ScrollWrapper tbody td.dataTables_empty {
    border-right: 0 none;
    position: relative;
    z-index: 1; }
  .advanced-search .search-result--table tbody td a,
  .advanced-search .DTFC_ScrollWrapper tbody td a,
  .compare-cmc .search-result--table tbody td a,
  .compare-cmc .DTFC_ScrollWrapper tbody td a {
    color: #1a2024; }
    .advanced-search .search-result--table tbody td a:hover,
    .advanced-search .DTFC_ScrollWrapper tbody td a:hover,
    .compare-cmc .search-result--table tbody td a:hover,
    .compare-cmc .DTFC_ScrollWrapper tbody td a:hover {
      text-decoration: none; }
    .advanced-search .search-result--table tbody td a.expand-params,
    .advanced-search .DTFC_ScrollWrapper tbody td a.expand-params,
    .compare-cmc .search-result--table tbody td a.expand-params,
    .compare-cmc .DTFC_ScrollWrapper tbody td a.expand-params {
      font-size: 12px;
      line-height: 17px;
      color: #004382; }
  .advanced-search .search-result--table tbody td .attach,
  .advanced-search .DTFC_ScrollWrapper tbody td .attach,
  .compare-cmc .search-result--table tbody td .attach,
  .compare-cmc .DTFC_ScrollWrapper tbody td .attach {
    display: block;
    background-image: url("/kcdb/static/icons/attach_ico-3a3d7d6ce9506ca742c5e516e9210c50.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    text-indent: -9999px; }
    .advanced-search .search-result--table tbody td .attach:hover,
    .advanced-search .DTFC_ScrollWrapper tbody td .attach:hover,
    .compare-cmc .search-result--table tbody td .attach:hover,
    .compare-cmc .DTFC_ScrollWrapper tbody td .attach:hover {
      opacity: 0.7; }
  .advanced-search .search-result--table tbody td .view-details,
  .advanced-search .DTFC_ScrollWrapper tbody td .view-details,
  .compare-cmc .search-result--table tbody td .view-details,
  .compare-cmc .DTFC_ScrollWrapper tbody td .view-details {
    display: block;
    background-image: url("/kcdb/static/icons/look_ico-cd09cb436d42f933b7c3b5f2a1ca4457.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    text-indent: -9999px; }
    .advanced-search .search-result--table tbody td .view-details:hover,
    .advanced-search .DTFC_ScrollWrapper tbody td .view-details:hover,
    .compare-cmc .search-result--table tbody td .view-details:hover,
    .compare-cmc .DTFC_ScrollWrapper tbody td .view-details:hover {
      opacity: 0.7; }
  .advanced-search .search-result--table tbody td span,
  .advanced-search .DTFC_ScrollWrapper tbody td span,
  .compare-cmc .search-result--table tbody td span,
  .compare-cmc .DTFC_ScrollWrapper tbody td span {
    display: block; }
  .advanced-search .search-result--table tbody td.cbx-cell,
  .advanced-search .DTFC_ScrollWrapper tbody td.cbx-cell,
  .compare-cmc .search-result--table tbody td.cbx-cell,
  .compare-cmc .DTFC_ScrollWrapper tbody td.cbx-cell {
    text-align: center; }
  .advanced-search .search-result--table tbody td .years-wrapper span,
  .advanced-search .DTFC_ScrollWrapper tbody td .years-wrapper span,
  .compare-cmc .search-result--table tbody td .years-wrapper span,
  .compare-cmc .DTFC_ScrollWrapper tbody td .years-wrapper span {
    display: inline-block; }
.advanced-search .comparison-table tbody tr td:last-child,
.compare-cmc .comparison-table tbody tr td:last-child {
  text-align: center; }
.advanced-search .dataTables_scrollHead th:last-child,
.compare-cmc .dataTables_scrollHead th:last-child {
  border-right: 0 none; }
.advanced-search .mob-filter-btn,
.compare-cmc .mob-filter-btn {
  width: 100%;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  color: #004382;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #004382;
  background: #e6f1fb;
  margin: 30px 0;
  transition: all 0.5s ease; }
  .advanced-search .mob-filter-btn:hover,
  .compare-cmc .mob-filter-btn:hover {
    background: #004382;
    color: #fff; }

@media screen and (min-width: 1025px) {
  .tab-top__main .advanced-search.tab-top__filter__wrapper .mob-filter-btn {
    display: none; } }
@media screen and (max-width: 1024px) {
  .tab-top__main .advanced-search.tab-top__filter__wrapper .mob-filter-btn {
    display: block; }
  .tab-top__main .advanced-search.tab-top__filter__wrapper.mobile-open .mob-filter-btn {
    display: none; } }

.compare-cmc {
  padding-bottom: 20px; }
  .compare-cmc--wrapper.compare-cmc--wrapper_without-margin {
    margin-top: 0; }
    .compare-cmc--wrapper.compare-cmc--wrapper_without-margin table.dataTable tbody tr.odd,
    .compare-cmc--wrapper.compare-cmc--wrapper_without-margin table.dataTable tbody tr.even {
      background-color: #fff; }
      .compare-cmc--wrapper.compare-cmc--wrapper_without-margin table.dataTable tbody tr.odd:hover,
      .compare-cmc--wrapper.compare-cmc--wrapper_without-margin table.dataTable tbody tr.even:hover {
        background-color: #fff; }
      .compare-cmc--wrapper.compare-cmc--wrapper_without-margin table.dataTable tbody tr.odd td,
      .compare-cmc--wrapper.compare-cmc--wrapper_without-margin table.dataTable tbody tr.even td {
        border: 1px solid #dfdfdf; }
      .compare-cmc--wrapper.compare-cmc--wrapper_without-margin table.dataTable tbody tr.odd td.sorting_1,
      .compare-cmc--wrapper.compare-cmc--wrapper_without-margin table.dataTable tbody tr.even td.sorting_1 {
        background-color: #fff; }

.mob-visible {
  display: none; }

.advanced-search.advanced-open {
  margin-top: -75px;
  background: #fff; }
  .advanced-search.advanced-open .mod-title {
    display: block; }
  .advanced-search.advanced-open .advanced-search--top .col-md-4 {
    width: 100%; }
  .advanced-search.advanced-open .advanced-search--top .mob-visible {
    display: none; }

.wrapper-result {
  padding: 0 10px; }

.advanced-search--result {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #004382;
  position: relative;
  top: 5px; }

.comparison-result__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .comparison-result__info .left_info {
    max-width: 70%; }
    .comparison-result__info .left_info .search-criteria__list {
      font-weight: 600;
      font-size: 18px;
      line-height: 20px; }
    .comparison-result__info .left_info .advanced-search--result {
      font-weight: 400;
      line-height: 24px; }
  .comparison-result__info .right-info .search-result--top-btn {
    margin-top: 0;
    margin-bottom: 0; }

.metrology-list {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .metrology-list .col {
    min-width: 350px;
    padding-right: 20px; }
    .metrology-list .col:last-child {
      padding-right: 0; }
  .metrology-list .col--item {
    margin-bottom: 25px; }
    .metrology-list .col--item p {
      font-size: 12px;
      color: #a8a8a8; }

.metrology-list--caption {
  font-size: 18px;
  font-weight: 700;
  color: #004382;
  margin-bottom: 25px; }
  .metrology-list--caption a {
    color: #004382; }
    .metrology-list--caption a:hover {
      text-decoration: none; }

.metrology-list--link {
  font-size: 16px;
  font-weight: 600;
  color: #3e3e3e;
  display: block;
  margin-bottom: 5px; }
  .metrology-list--link:hover {
    text-decoration: none; }

@media screen and (min-width: 1025px) and (max-width: 1319px) {
  .search-block--container,
  .search-block--container:last-child {
    padding-left: 20px; }

  .search-block--form .search-block--form_field {
    width: 270px; }

  .advanced-search--top {
    padding: 0 10px; }
    .advanced-search--top .col-md-4 {
      width: calc(100% / 3); }

  .advanced-search--filter .form-section--item,
  .advanced-search--filter .form-section--item:first-child {
    width: calc(100% / 5); } }
@media screen and (max-width: 1024px) {
  .section_search-tabs {
    margin: 0; }

  .search-block .corection {
    padding-top: 40px; }
    .search-block .corection:before {
      display: none; }

  .search-block--container {
    width: 100%;
    padding-left: 0;
    padding-bottom: 74px;
    position: relative; }
    .search-block--container:first-child:before {
      content: '';
      position: absolute;
      left: -20px;
      bottom: 32px;
      width: calc(100% + 40px);
      height: 1px;
      background: #DFDFDF; }
    .search-block--container:last-child {
      width: 100%;
      padding-left: 0;
      padding-top: 0;
      margin-bottom: 12px; }

  .advanced-search .search-result--table thead th {
    height: 54px; }

  .advanced-search--filter .form-section .other-filter .col-cmc--caption {
    margin-bottom: 12px; }
  .advanced-search--filter .form-section .other-filter .form-group {
    margin-bottom: 10px; }
  .advanced-search--filter .form-section .other-filter .row-cmc .col-cmc {
    padding-bottom: 10px;
    width: 100%; }

  .other-filter .form_create-cmc--label {
    padding-bottom: 4px; }
  .other-filter .form_create-cmc--label[for="unit"],
  .other-filter .label__hide-in-mobile {
    font-size: 2px;
    line-height: inherit; }
  .other-filter .help-popup-container {
    margin-left: 47px; }
  .other-filter .form-section--select-wrap .select2-container .select2-selection {
    padding-right: 30px; }
    .other-filter .form-section--select-wrap .select2-container .select2-selection .select2-selection__arrow {
      right: 18px; }

  .advanced-search--top {
    padding: 0; }
    .advanced-search--top .col-md-4 {
      width: calc(100% / 3); }
    .advanced-search--top .container-fluid {
      padding-left: 10px;
      padding-right: 10px; }

  .advanced-search--filter .form-section--item,
  .advanced-search--filter .form-section--item:first-child {
    width: calc(100% / 5); }

  .advanced-search .dataTables_wrapper .dataTables_paginate {
    width: 100%;
    text-align: center;
    padding-top: 40px; }

  .search-block--form .search-block--form_field {
    width: 100%; }
  .search-block--form .search-block--form_submit {
    position: absolute;
    right: 0;
    height: 48px;
    bottom: 51px;
    font-size: 14px; }

  .search-block--link-text {
    font-size: 14px;
    line-height: 19px; }

  .metrology-list .col {
    min-width: 293px; }

  .mob-hidden {
    display: none; }

  .mob-visible {
    display: block; }

  .tab-top__filter__wrapper.advanced-search .mod-title:before {
    height: 4px;
    left: -10px;
    top: 51px; }
  .tab-top__filter__wrapper.advanced-search .mob-filter-btn {
    margin-bottom: 25px; }

  .advanced-search--form,
  .compare-cmc--form {
    width: 100%; }
  .advanced-search--top .col-md-4,
  .compare-cmc--top .col-md-4 {
    width: calc(100% / 2); }
  .advanced-search .search-result--top-btn,
  .compare-cmc .search-result--top-btn {
    margin-top: 20px;
    margin-bottom: 43px; }
    .advanced-search .search-result--top-btn .tab-btn,
    .compare-cmc .search-result--top-btn .tab-btn {
      width: 48%; }
      .advanced-search .search-result--top-btn .tab-btn:first-child,
      .compare-cmc .search-result--top-btn .tab-btn:first-child {
        float: left;
        margin-left: 0;
        margin-bottom: 0; }
      .advanced-search .search-result--top-btn .tab-btn:last-child,
      .compare-cmc .search-result--top-btn .tab-btn:last-child {
        float: right;
        margin-right: 0;
        margin-bottom: 0 !important; }
  .advanced-search .search-result--wrapper,
  .advanced-search .compare-cmc--wrapper,
  .compare-cmc .search-result--wrapper,
  .compare-cmc .compare-cmc--wrapper {
    margin-top: 28px; }
    .advanced-search .search-result--wrapper > .help-popup-container .help-popup,
    .advanced-search .compare-cmc--wrapper > .help-popup-container .help-popup,
    .compare-cmc .search-result--wrapper > .help-popup-container .help-popup,
    .compare-cmc .compare-cmc--wrapper > .help-popup-container .help-popup {
      left: 110px; }
      .advanced-search .search-result--wrapper > .help-popup-container .help-popup:before,
      .advanced-search .compare-cmc--wrapper > .help-popup-container .help-popup:before,
      .compare-cmc .search-result--wrapper > .help-popup-container .help-popup:before,
      .compare-cmc .compare-cmc--wrapper > .help-popup-container .help-popup:before {
        left: 11%; }
    .advanced-search .search-result--wrapper > .help-popup-container.help-popup-container-group-id .help-popup,
    .advanced-search .compare-cmc--wrapper > .help-popup-container.help-popup-container-group-id .help-popup,
    .compare-cmc .search-result--wrapper > .help-popup-container.help-popup-container-group-id .help-popup,
    .compare-cmc .compare-cmc--wrapper > .help-popup-container.help-popup-container-group-id .help-popup {
      left: 200px; }
  .advanced-search .search-result--table thead th,
  .compare-cmc .search-result--table thead th {
    min-width: 106px;
    padding-right: 25px; }
    .advanced-search .search-result--table thead th:first-child,
    .compare-cmc .search-result--table thead th:first-child {
      min-width: auto;
      padding-right: 18px; }
  .advanced-search .advanced-search--top,
  .compare-cmc .advanced-search--top {
    margin-bottom: 20px;
    margin-top: 27px; }
  .advanced-search.mobile-open .advanced-search--top,
  .compare-cmc.mobile-open .advanced-search--top {
    margin-bottom: 40px;
    margin-top: 12px; }
    .advanced-search.mobile-open .advanced-search--top .col-md-4,
    .compare-cmc.mobile-open .advanced-search--top .col-md-4 {
      width: 100%; }
    .advanced-search.mobile-open .advanced-search--top .mob-visible,
    .compare-cmc.mobile-open .advanced-search--top .mob-visible {
      display: none; }
  .advanced-search.mobile-open .advanced-search--filter,
  .compare-cmc.mobile-open .advanced-search--filter {
    display: block; }

  .advanced-search--filter .form-section--item,
  .advanced-search--filter .form-section--item:first-child {
    width: 100%; }
  .advanced-search--filter .form-section--btn {
    margin-top: 33px;
    border: 0 none;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center; }

  .advanced-search--result {
    padding-bottom: 33px;
    margin-bottom: 35px;
    position: relative; }
    .advanced-search--result:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #DFDFDF; } }
@media screen and (max-width: 991px) {
  .section_search-tabs {
    margin: 0; }

  .search-block .container {
    padding-left: 20px;
    padding-right: 20px; }
  .search-block .corection {
    padding-top: 50px; }
    .search-block .corection:before {
      display: none; }

  .metrology-list .col {
    min-width: 200px; } }
@media screen and (max-width: 720px) {
  .comparison-result__info .left_info .search-criteria__list,
  .comparison-result__info .left_info .advanced-search--result {
    font-size: 15px;
    line-height: 20px; }

  .search-block .container {
    padding-left: 10px;
    padding-right: 10px; }
  .search-block .corection {
    padding-top: 31px; }

  .search-block--container {
    padding-bottom: 69px;
    padding-top: 0; }
    .search-block--container:first-child:before {
      display: none; }

  .search-block--container-title {
    margin-bottom: 8px;
    padding-right: 42px;
    padding-left: 0; }

  .search-block--form {
    position: relative;
    margin-bottom: 19px; }
    .search-block--form .search-block--form_submit {
      bottom: -60px;
      width: 110px; } }
@media screen and (max-width: 425px) {
  .wrapper-result {
    padding: 0; }

  .tab-top__filter__wrapper.advanced-search .search-result--top-btn {
    margin-bottom: 27px; }
    .tab-top__filter__wrapper.advanced-search .search-result--top-btn .tab-btn {
      width: 100%;
      margin: 0 0 20px !important; }
  .tab-top__filter__wrapper.advanced-search .search-result--wrapper .wrapper-scroll {
    display: none; }
  .tab-top__filter__wrapper.advanced-search .search-result--wrapper .wrapper-mob {
    display: block; }
  .tab-top__filter__wrapper.advanced-search .mob-filter-btn {
    margin: 23px 0 26px; }
  .tab-top__filter__wrapper.advanced-search .advanced-search--top {
    margin-bottom: 0; }
    .tab-top__filter__wrapper.advanced-search .advanced-search--top .col-md-4 {
      width: 100%;
      padding-left: 10px;
      padding-right: 10px; }
    .tab-top__filter__wrapper.advanced-search .advanced-search--top .row {
      margin-left: -10px;
      margin-right: -10px; }
    .tab-top__filter__wrapper.advanced-search .advanced-search--top .advanced-search--select-wrap {
      margin-bottom: 2px; }
    .tab-top__filter__wrapper.advanced-search .advanced-search--top .container-fluid {
      padding: 0; }
    .tab-top__filter__wrapper.advanced-search .advanced-search--top .search-block--link {
      margin-bottom: 0; }

  .other-filter .row-cmc .col-cmc {
    padding-bottom: 6px; }

  .advanced-search--filter {
    padding: 34px 0 0;
    background: #fff;
    position: relative; }
    .advanced-search--filter .form-section .other-filter {
      margin-top: 13px;
      padding: 22px 10px 14px; }
      .advanced-search--filter .form-section .other-filter .form-group .row .col-md-6 {
        margin-bottom: 8px; }
    .advanced-search--filter .form-section .other-filter-btn {
      margin-top: 13px; }
    .advanced-search--filter .form-section .form-section--btn {
      margin-bottom: 30px; }
    .advanced-search--filter .form-section .form-group {
      margin-bottom: 15px; }
      .advanced-search--filter .form-section .form-group .row .col-md-6 {
        margin-bottom: 20px; }
        .advanced-search--filter .form-section .form-group .row .col-md-6:last-child {
          margin-bottom: 0; }
    .advanced-search--filter .form-section .form-section--item:first-child {
      margin-bottom: 42px; }
    .advanced-search--filter .form-section .other-filter--close {
      top: 24px; }
    .advanced-search--filter .form-section .other-filter--caption {
      margin-bottom: 14px; }
    .advanced-search--filter .form-section--btn .cmc-button {
      padding: 16px 22px 12px; }
    .advanced-search--filter .col-cmc--caption__numerical .help-popup-container .help-popup {
      left: 50%;
      transform: translateX(-50%); }
      .advanced-search--filter .col-cmc--caption__numerical .help-popup-container .help-popup:before {
        left: 50%;
        transform: translateX(-50%) rotate(45deg); }

  .advanced-search--result {
    padding-bottom: 23px;
    margin-bottom: 37px; }

  .search-block .corection {
    padding-top: 30px; }

  .metrology-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .metrology-list .col {
      min-width: auto;
      width: 100%;
      margin-bottom: 20px; } }
.quick-search-result-print .section_search-tabs:after {
  display: none; }
.quick-search-result-print .section_search-tabs.comparison-section_search-tabs .info-block table.info-block__table {
  border: 0 !important; }
.quick-search-result-print .info-block a {
  text-decoration: none; }

.pdf-print-result td, .pdf-print-result th {
  border: 1px solid #000000; }

.uncert-table-popup {
  padding-top: 35px; }
  .uncert-table-popup .mfp-close {
    top: 0; }
  .uncert-table-popup .filter-result__table {
    min-width: 100%; }
  .uncert-table-popup .forTable {
    margin-bottom: 30px; }
  .uncert-table-popup .filter-result__item__lead {
    margin-bottom: 30px; }

@media (max-width: 1024px) {
  ul.ui-autocomplete.mCustomScrollbar.adv-search-cmc-autocomplete {
    max-width: 100%; } }
@media (min-width: 1024px) {
  ul.ui-autocomplete.mCustomScrollbar.adv-search-cmc-autocomplete {
    max-width: 200px; } }
@media (min-width: 1320px) {
  ul.ui-autocomplete.mCustomScrollbar.adv-search-cmc-autocomplete {
    max-width: 240px; } }

.advanced-search .search-result--table tbody td a.comment-popup[href*='#uncert'], .advanced-search .search-result--table tbody td a.comment-popup[href*='#comment'], .advanced-search .search-result--table tbody td a.comment-popup[href*='#crm-uncert'] {
  font-size: 12px;
  line-height: 17px;
  color: #004382; }

.compare-cmc .DTFC_ScrollWrapper tbody td a.popup-modal,
.compare-cmc .DTFC_ScrollWrapper tbody td .js-preview-table-link a {
  color: #004382;
  font-size: 12px;
  line-height: 17px; }

.section_login .form-title,
.section_registration .form-title {
  padding: 20px 10px 0;
  color: #004382;
  margin-bottom: 20px; }
.section_login .form-section--btn,
.section_registration .form-section--btn {
  padding-bottom: 80px; }

.mfa-code-image {
  text-align: center; }

.section_registration .form-title {
  padding-left: 30px;
  padding-right: 30px; }

@media screen and (max-width: 991px) {
  .section_login .form-section--btn,
  .section_registration .form-section--btn {
    padding-bottom: 40px; } }
@media screen and (max-width: 425px) {
  .section_registration .form-title {
    margin-bottom: 0; }

  .section_login .form-title {
    margin-bottom: 0; }
  .section_login .form-section--item .edit-item {
    margin: 0 0 24px; } }
.section_detail-view-cmc.white-popup-block .caption {
  margin-bottom: 30px; }
.section_detail-view-cmc.white-popup-block .form-horizontal .form-group {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.section_detail-view-cmc.white-popup-block .form-horizontal #outputTable,
.section_detail-view-cmc.white-popup-block .form-horizontal #crmOutputTable {
  margin-bottom: 20px;
  padding: 0;
  overflow-x: auto; }
.section_detail-view-cmc .form_create-cmc--label {
  padding-bottom: 5px;
  font-size: 14px; }
.section_detail-view-cmc .form_create-cmc--output {
  color: #004382;
  font-size: 18px;
  font-weight: 400; }
  .section_detail-view-cmc .form_create-cmc--output em {
    font-style: italic; }
.section_detail-view-cmc .form_create-cmc--item .col-border:before {
  content: none; }
.section_detail-view-cmc .form_create-cmc--item.param-item {
  display: block; }
.section_detail-view-cmc .parameter-block .form_create-cmc--label {
  padding-left: 15px; }
.section_detail-view-cmc .parameter-block .form_create-cmc--output {
  padding-left: 15px; }
.section_detail-view-cmc .upload-wrapper .upload-wrapper-btn {
  margin-bottom: 20px; }
  .section_detail-view-cmc .upload-wrapper .upload-wrapper-btn .label-upload {
    display: block;
    margin-bottom: 15px;
    font-size: 14px; }
  .section_detail-view-cmc .upload-wrapper .upload-wrapper-btn .search-block--link-wrap {
    margin-bottom: 15px; }
    .section_detail-view-cmc .upload-wrapper .upload-wrapper-btn .search-block--link-wrap .search-block--link-text {
      line-height: 27px; }

.white-popup-block .form-horizontal .form_create-cmc--label {
  float: none; }

.section_detail-view-cmc-actions {
  margin: -80px 0 80px; }
  .section_detail-view-cmc-actions .edit-item {
    display: inline-block;
    float: none;
    margin: 13px 16px 30px;
    border-bottom-color: rgba(89, 125, 161, 0.7); }
    .section_detail-view-cmc-actions .edit-item:hover {
      border-bottom-color: #597da1; }
      .section_detail-view-cmc-actions .edit-item:hover img {
        opacity: 1; }
    .section_detail-view-cmc-actions .edit-item img {
      opacity: .7; }
  .section_detail-view-cmc-actions .review-action-buttons.form_create-cmc--btn {
    margin-top: 10px; }

.reviewer-actions-modal.white-popup-block .mfp-close {
  top: 0;
  right: 0; }
.reviewer-actions-modal .form-horizontal .form-group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.reviewer-actions-modal__form {
  padding-top: 20px; }
  .reviewer-actions-modal__form .select2-container {
    width: calc(100% - 251px) !important; }
    .reviewer-actions-modal__form .select2-container .select2-selection {
      height: 55px;
      padding-top: 18px;
      padding-left: 20px;
      padding-right: 30px;
      border-radius: 0;
      border-color: #004382; }
    .reviewer-actions-modal__form .select2-container .select2-selection__rendered {
      padding-left: 0 !important;
      color: #004382 !important;
      font-family: inherit;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 17px;
      text-transform: uppercase; }
    .reviewer-actions-modal__form .select2-container .select2-selection--single .select2-selection__arrow {
      top: -3px;
      right: 20px;
      height: 100%; }
      .reviewer-actions-modal__form .select2-container .select2-selection--single .select2-selection__arrow b {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -5px; }
    .reviewer-actions-modal__form .select2-container .select2-selection--single .select2-selection__clear {
      font-size: 16px;
      font-weight: normal;
      margin-right: -14px; }
    .reviewer-actions-modal__form .select2-container .select2-selection--single .select2-selection__placeholder {
      font-weight: normal; }
  .reviewer-actions-modal__form .select2-container.open-menu {
    display: block; }
  .reviewer-actions-modal__form .select2-container--open .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-color: #004382 !important;
    border-width: 1px 1px 0 0 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
    content: ''; }
  .reviewer-actions-modal__form .form_create-cmc--btn {
    margin-top: 50px; }
  .reviewer-actions-modal__form .ta-review-comment ~ .cke_editable {
    max-height: 250px; }
  .reviewer-actions-modal__form textarea.error ~ .cke_editable {
    border-color: #D0021B; }
  .reviewer-actions-modal__form label.error {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #d0021b;
    margin-bottom: 10px; }

.comment-modal .comments-list {
  max-height: 200px;
  overflow-x: auto;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .comment-modal .comments-list--item {
    clear: both;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .comment-modal .comments-list--item:last-child {
      border-bottom: 0 none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .comment-modal .comments-list--user-type {
    font-size: 14px;
    font-weight: 600; }
  .comment-modal .comments-list--info {
    font-size: 14px;
    padding: 5px 0 10px; }
    .comment-modal .comments-list--info .user-name {
      font-size: 18px; }
    .comment-modal .comments-list--info .inst-name {
      font-weight: 600;
      padding-right: 10px; }
    .comment-modal .comments-list--info .date {
      font-style: italic; }
  .comment-modal .comments-list--caption {
    font-weight: 600;
    color: #004382;
    margin-bottom: 5px;
    font-size: 14px; }
  .comment-modal .comments-list--description {
    padding-left: 15px;
    font-size: 16px;
    line-height: 18px;
    position: relative; }
    .comment-modal .comments-list--description:before {
      content: '\201C';
      font-size: 28px;
      position: absolute;
      top: 2px;
      left: 0;
      color: #004382; }
  .comment-modal .comments-list em {
    font-style: italic; }
.comment-modal .form-horizontal .comment-form {
  margin-top: 25px; }
  .comment-modal .form-horizontal .comment-form .form_create-cmc--label {
    width: 100%;
    padding-right: 0; }
  .comment-modal .form-horizontal .comment-form .form_create-cmc--control {
    width: 100%; }

@media (max-width: 991px) {
  .section_detail-view-cmc .form_create-cmc .form-group {
    margin-bottom: 30px; }
  .section_detail-view-cmc .parameter-block .form_create-cmc--label {
    padding-left: 10px; }
  .section_detail-view-cmc .parameter-block .form_create-cmc--output {
    padding-left: 10px; }

  .section_detail-view-cmc-actions {
    margin-top: -50px; } }
@media (max-width: 767px) {
  .section_detail-view-cmc .form_create-cmc--item .description-item {
    padding-left: 0; }
  .section_detail-view-cmc .parameter-block .property .form-group {
    margin-bottom: 10px; }
  .section_detail-view-cmc .parameter-block .form_create-cmc--label {
    padding-left: 0; }
  .section_detail-view-cmc .parameter-block .form_create-cmc--output {
    padding-left: 0; }

  .section_detail-view-cmc-actions {
    margin-bottom: 50px;
    padding: 0 10px; }
    .section_detail-view-cmc-actions .form_create-cmc--btn {
      padding-top: 10px; }
      .section_detail-view-cmc-actions .form_create-cmc--btn .cmc-button {
        margin: 10px 0; } }
@media screen and (max-width: 425px) {
  .section_detail-view-cmc-actions {
    padding: 0; }
    .section_detail-view-cmc-actions .form_create-cmc--btn .cmc-button {
      width: 160px; }

  .comment-modal .comments-list--info .inst-name {
    display: block;
    padding: 5px 0 0; }
  .comment-modal .comments-list--info .date {
    display: block;
    padding-top: 5px; } }
.section_create-cmc .page-title {
  padding: 1px 11px 0; }

.metrology-area {
  width: 300px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 76px; }
  .metrology-area .select2-container {
    width: 100% !important;
    margin-top: 10px; }
    .metrology-area .select2-container .select2-selection {
      height: 55px;
      padding-top: 18px;
      padding-left: 20px;
      padding-right: 30px;
      border-radius: 0;
      border-color: #004382; }
    .metrology-area .select2-container .select2-selection__rendered {
      color: #004382 !important;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 17px;
      text-transform: uppercase;
      padding-left: 0 !important; }
    .metrology-area .select2-container .select2-selection--single .select2-selection__arrow {
      top: -3px;
      right: 20px;
      height: 100%; }
      .metrology-area .select2-container .select2-selection--single .select2-selection__arrow b {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -5px; }
    .metrology-area .select2-container .select2-selection--single .select2-selection__clear {
      font-size: 16px;
      font-weight: normal;
      margin-right: -14px; }
    .metrology-area .select2-container .select2-selection--single .select2-selection__placeholder {
      font-weight: normal; }
  .metrology-area .select2-container.open-menu {
    display: block; }
  .metrology-area .select2-container--open .select2-selection--single .select2-selection__arrow b {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-color: #004382 !important;
    border-width: 1px 1px 0 0 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0; }

.metrology-area--caption {
  color: #004382;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.form_create-cmc .form-group {
  margin-bottom: 31px;
  position: relative; }
  .form_create-cmc .form-group input.error {
    border-color: #D0021B; }
  .form_create-cmc .form-group select.error ~ .select2-container .select2-selection {
    border-color: #D0021B; }
  .form_create-cmc .form-group textarea.error ~ .cke_editable {
    border-color: #D0021B; }
  .form_create-cmc .form-group label.error {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #d0021b;
    position: absolute;
    left: 0;
    bottom: -25px; }
.form_create-cmc .row-cmc {
  margin-left: -30px;
  margin-right: -30px; }
  .form_create-cmc .row-cmc .col-cmc {
    padding-left: 30px;
    padding-right: 30px; }

.form_create-cmc--check-wrap {
  position: relative; }
  .form_create-cmc--check-wrap label.error {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #d0021b;
    position: absolute;
    left: 0;
    bottom: -25px; }

.create-recipient-form-row {
  margin: 0 0 35px 0; }

@media screen and (max-width: 991px) {
  .create-recipient-form-row {
    margin: 0 0 20px 0; } }
.form_create-cmc--label {
  display: block;
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  color: #1a2024; }
  .form_create-cmc--label em {
    font-style: italic; }

.form_create-cmc--control {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 17px 20px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #3e3e3e;
  font-family: "Open Sans", sans-serif; }
  .form_create-cmc--control.error {
    border-color: #D0021B !important; }
    .form_create-cmc--control.error:hover, .form_create-cmc--control.error:focus, .form_create-cmc--control.error:active {
      border-color: #D0021B !important; }
  .form_create-cmc--control:focus, .form_create-cmc--control:hover {
    outline: 0 none;
    border-color: #bababa; }
  .form_create-cmc--control._with-button {
    padding-right: 44px; }
  .form_create-cmc--control.wrong_fild {
    border: 1px solid #cf112d; }

.form_create-cmc--submit-search {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 23px;
  height: 23px;
  margin: -12px 0 0;
  padding: 0;
  border: 0;
  background: url("/kcdb/static/icons/search_ico-e141def5a409b72b4ee1a59401f64e04.svg") center/contain no-repeat;
  cursor: pointer; }

.form_create-cmc--control.textarea {
  height: 110px;
  resize: none; }
  .form_create-cmc--control.textarea:disabled + .cke_editable {
    border: 1px dashed #dfdfdf; }
  .form_create-cmc--control.textarea.wrong_fild {
    border: 1px solid #cf112d; }
  .form_create-cmc--control.textarea--no-enter {
    min-height: 55px;
    height: 55px;
    resize: vertical; }

.form_create-cmc--select-wrap {
  position: relative;
  width: 100%; }
  .form_create-cmc--select-wrap .select2-container {
    width: 100% !important; }
    .form_create-cmc--select-wrap .select2-container .select2-selection {
      min-height: 55px;
      padding-top: 18px;
      padding-left: 20px;
      padding-right: 30px;
      border-radius: 0;
      border-color: #dfdfdf; }
      .form_create-cmc--select-wrap .select2-container .select2-selection:hover {
        outline: 0 none;
        border-color: #bababa; }
      .form_create-cmc--select-wrap .select2-container .select2-selection:focus {
        outline: 0 none;
        border-color: #bababa; }
    .form_create-cmc--select-wrap .select2-container .select2-selection__rendered {
      color: #3e3e3e !important;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      line-height: 19px;
      font-weight: 300;
      padding: 0 !important; }
    .form_create-cmc--select-wrap .select2-container .select2-selection--single .select2-selection__arrow {
      top: -2px;
      right: 13px;
      height: 100%; }
      .form_create-cmc--select-wrap .select2-container .select2-selection--single .select2-selection__arrow b {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -5px; }
    .form_create-cmc--select-wrap .select2-container .select2-selection--single .select2-selection__clear {
      font-size: 16px;
      font-weight: normal;
      margin-right: -14px; }
  .form_create-cmc--select-wrap .select2-container.open-menu {
    display: block; }
  .form_create-cmc--select-wrap .select2-container--open .select2-selection--single .select2-selection__arrow b {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-color: #004382 !important;
    border-width: 1px 1px 0 0 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0; }

.persons--select-wrap {
  width: calc(100% - 251px) !important; }

.form_create-cmc--check-wrap {
  margin-top: 30px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #3e3e3e;
  font-family: "Open Sans", sans-serif; }
  .form_create-cmc--check-wrap [type="checkbox"]:not(:checked) + label:before {
    border-color: #dfdfdf; }
  .form_create-cmc--check-wrap [type="checkbox"]:checked + label:before {
    border-color: #dfdfdf; }

.form_create-cmc--btn {
  clear: both;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 50px; }
  .form_create-cmc--btn .cmc-button,
  .form_create-cmc--btn .submit-cmc-button {
    display: inline-block;
    width: 160px;
    margin: 0 16px 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 15px 0 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #004382;
    border: 0 none;
    cursor: pointer;
    transition: all 0.5s ease; }
    .form_create-cmc--btn .cmc-button:hover,
    .form_create-cmc--btn .submit-cmc-button:hover {
      opacity: 0.6; }
    .form_create-cmc--btn .cmc-button.cmc-button-wide,
    .form_create-cmc--btn .submit-cmc-button.cmc-button-wide {
      width: 200px; }
  .form_create-cmc--btn .cmc-large-button {
    width: 210px; }
  .form_create-cmc--btn .cmc-button.submit,
  .form_create-cmc--btn .submit-cmc-button {
    background: #004382; }
  .form_create-cmc--btn .cmc-button.reset {
    background: #cf112d; }

.popup-with-tabs .form_create-cmc--btn {
  margin-top: 0; }

.form_create-cmc--item {
  padding: 30px 0 50px;
  position: relative; }
  .form_create-cmc--item:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0;
    left: -100%;
    background: #fccf00; }
  .form_create-cmc--item .caption-item {
    margin-bottom: 40px;
    padding-left: 10px; }
  .form_create-cmc--item .description-item {
    margin-bottom: 30px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px; }
  .form_create-cmc--item .col-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 15px);
    background: #dfdfdf; }

.param-item-btn {
  display: block;
  background: #e6f1fb;
  padding: 21px 20px 20px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #004382;
  margin-top: -40px;
  margin-bottom: 62px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  text-decoration: none;
  position: relative; }
  .param-item-btn:hover {
    background: #004382;
    color: #fff; }
    .param-item-btn:hover:before {
      color: #fff; }
  .param-item-btn:before {
    content: '+';
    font-size: 30px;
    font-weight: 500;
    color: #004382;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.form_create-cmc--item.param-item {
  background: #e6f1fb;
  margin-top: -40px;
  margin-bottom: 62px;
  padding: 17px 0 35px;
  display: none; }
  .form_create-cmc--item.param-item:before {
    display: none; }
  .form_create-cmc--item.param-item .caption h2 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    padding-left: 16px;
    padding-right: 40px;
    text-transform: uppercase;
    color: #004382;
    margin-bottom: 36px; }
  .form_create-cmc--item.param-item .close-item {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    transition: all 0.5s ease; }
    .form_create-cmc--item.param-item .close-item:before {
      content: '';
      width: 2px;
      height: 16px;
      background: #004382;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .form_create-cmc--item.param-item .close-item:after {
      content: '';
      width: 2px;
      height: 16px;
      background: #004382;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -1px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .form_create-cmc--item.param-item .close-item:hover {
      opacity: 0.5; }
  .form_create-cmc--item.param-item .form-group {
    margin-bottom: 24px; }
    .form_create-cmc--item.param-item .form-group label.error {
      bottom: -20px; }
  .form_create-cmc--item.param-item .delete-item {
    float: right;
    position: relative;
    right: 50%;
    margin-right: 2px;
    margin-top: 14px;
    width: 21px;
    height: 23px;
    overflow: hidden;
    text-indent: -9999px;
    background: url("/kcdb/static/icons/trash_ico-d63568b901542f9dc0d121a801d55cd0.svg") no-repeat;
    background-size: cover;
    border: 0 none;
    cursor: pointer;
    transition: all 0.5s ease; }
    .form_create-cmc--item.param-item .delete-item:hover {
      opacity: 0.5; }
  .form_create-cmc--item.param-item .item-bottom {
    border-top: 1px solid #cbdeef;
    padding: 34px 22px 0; }
    .form_create-cmc--item.param-item .item-bottom .add-param {
      text-decoration: none;
      border: 0 none;
      border-bottom: 2px solid #597da1;
      padding-right: 3px;
      padding-bottom: 3px;
      padding-left: 0;
      background: none;
      cursor: pointer;
      outline: 0 none; }
      .form_create-cmc--item.param-item .item-bottom .add-param:hover {
        border-color: #004382; }
        .form_create-cmc--item.param-item .item-bottom .add-param:hover span {
          color: #004382; }
      .form_create-cmc--item.param-item .item-bottom .add-param span {
        color: #597da1;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px; }
      .form_create-cmc--item.param-item .item-bottom .add-param img {
        width: 17px;
        height: 12px;
        margin-right: 5px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

.form_create-cmc--item.expanded .caption-item {
  margin-bottom: 30px; }
.form_create-cmc--item.expanded .description-item {
  margin-bottom: 40px; }

.upload-wrapper {
  margin-bottom: 15px; }
  .upload-wrapper label.label-upload {
    cursor: pointer; }
  .upload-wrapper .upload-file {
    position: absolute;
    width: 0;
    height: 0;
    clip: rect(0, 0, 0, 0); }
  .upload-wrapper .upload-list--item {
    padding: 15px 8px 15px 42px;
    border: 1px solid #dfdfdf;
    margin-bottom: 5px;
    color: #1a2024;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative; }
    .upload-wrapper .upload-list--item .delete {
      width: 24px;
      height: 24px;
      background: #a8a8a8;
      position: absolute;
      left: 8px;
      text-indent: -9999px;
      overflow: hidden;
      transition: all 0.5s ease; }
      .upload-wrapper .upload-list--item .delete:hover {
        background: #004382; }
      .upload-wrapper .upload-list--item .delete:before {
        content: '';
        width: 2px;
        height: 18px;
        background: #fff;
        position: absolute;
        top: 3px;
        left: 50%;
        margin-left: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .upload-wrapper .upload-list--item .delete:after {
        content: '';
        width: 2px;
        height: 18px;
        background: #fff;
        position: absolute;
        top: 3px;
        left: 50%;
        margin-left: -1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .upload-wrapper .upload-list--item.active {
    display: block; }
  .upload-wrapper .search-block--link-wrap {
    margin-bottom: 10px; }
  .upload-wrapper .upload-list--item.hidden--item {
    display: none; }

.upload-wrapper-btn label.label-upload {
  margin-bottom: 15px; }
.upload-wrapper-btn .search-block--link-wrap {
  margin-bottom: 15px; }

.upload-wrapper-btn .label-upload {
  display: block;
  margin-top: 30px;
  margin-bottom: 15px; }
.upload-wrapper-btn .search-block--link-wrap {
  margin-bottom: 15px; }

.edit-item {
  text-decoration: none;
  border-bottom: 2px solid #597da1;
  padding-bottom: 3px;
  margin-top: 58px;
  float: left; }
  .edit-item:hover {
    cursor: pointer; }
    .edit-item:hover span {
      color: #004382; }
    .edit-item:hover img {
      opacity: 1; }
  .edit-item span {
    color: #597da1;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    transition: 0.3s; }
  .edit-item img {
    width: 17px;
    height: 12px;
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .7; }
  .edit-item.add {
    margin-top: 15px; }

.preview-table-link {
  color: #597da1;
  border-bottom: 2px solid #597da1;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
  transition: 0.3s; }
  .preview-table-link:hover {
    color: #004382;
    border-bottom-color: #004382; }

.preview-table-content {
  margin: 0 0 5px 0;
  max-width: 350px; }

.form-horizontal .form-group,
.form-cke-short .form-group {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .form-horizontal .form-group em,
  .form-cke-short .form-group em {
    font-style: italic; }
.form-horizontal .form-group_align-top,
.form-cke-short .form-group_align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }
  .form-horizontal .form-group_align-top .form_create-cmc--label,
  .form-cke-short .form-group_align-top .form_create-cmc--label {
    line-height: 55px; }
  .form-horizontal .form-group_align-top .form_create-cmc--item,
  .form-cke-short .form-group_align-top .form_create-cmc--item {
    padding: 0; }
.form-horizontal .form_create-cmc--label,
.form-cke-short .form_create-cmc--label {
  float: left;
  width: 250px;
  padding-right: 15px;
  line-height: 24px; }
  .form-horizontal .form_create-cmc--label.form_create-cmc--wide-label,
  .form-cke-short .form_create-cmc--label.form_create-cmc--wide-label {
    width: 450px;
    max-width: 100%; }
.form-horizontal .form_input-wrapper,
.form-cke-short .form_input-wrapper {
  float: left;
  width: calc(100% - 251px);
  flex-direction: column;
  align-items: flex-start; }
.form-horizontal .cke_editable,
.form-cke-short .cke_editable {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 12px 20px;
  min-height: 55px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #3e3e3e;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff; }
  .form-horizontal .cke_editable:hover,
  .form-cke-short .cke_editable:hover {
    outline: 0 none;
    border-color: #bababa; }
  .form-horizontal .cke_editable:focus,
  .form-cke-short .cke_editable:focus {
    outline: 0 none;
    border-color: #bababa; }
  .form-horizontal .cke_editable.wrong_fild,
  .form-cke-short .cke_editable.wrong_fild {
    border: 1px solid #cf112d; }
    .form-horizontal .cke_editable.wrong_fild:focus, .form-horizontal .cke_editable.wrong_fild:hover,
    .form-cke-short .cke_editable.wrong_fild:focus,
    .form-cke-short .cke_editable.wrong_fild:hover {
      border-color: #cf112d; }
  .form-horizontal .cke_editable em,
  .form-cke-short .cke_editable em {
    font-style: italic; }
  .form-horizontal .cke_editable table tbody tr td,
  .form-cke-short .cke_editable table tbody tr td {
    border: 1px solid #dfdfdf; }
.form-horizontal .form_create-cmc--control.num,
.form-cke-short .form_create-cmc--control.num {
  padding: 10px;
  width: 60px;
  text-align: center; }
.form-horizontal .form_create-cmc--btn,
.form-cke-short .form_create-cmc--btn {
  margin-top: 30px;
  padding-bottom: 0; }
.form-horizontal #outputTable,
.form-cke-short #outputTable {
  max-height: calc( 100vh - 440px );
  margin-bottom: 20px;
  overflow: auto; }
  .form-horizontal #outputTable .table td,
  .form-cke-short #outputTable .table td {
    min-width: 80px;
    padding: 5px; }
    .form-horizontal #outputTable .table td .cke_editable,
    .form-cke-short #outputTable .table td .cke_editable {
      height: auto;
      width: 100%;
      padding: 0;
      background: none;
      border: 0 none;
      border-bottom: 1px solid #597da1; }
      .form-horizontal #outputTable .table td .cke_editable::-webkit-keygen-select,
      .form-cke-short #outputTable .table td .cke_editable::-webkit-keygen-select {
        background: #0076cb !important;
        color: white; }
      .form-horizontal #outputTable .table td .cke_editable::inactive-selection,
      .form-cke-short #outputTable .table td .cke_editable::inactive-selection {
        background: #0076cb !important;
        color: white; }
      .form-horizontal #outputTable .table td .cke_editable::selection,
      .form-cke-short #outputTable .table td .cke_editable::selection {
        background: #0076cb !important;
        color: white; }
      .form-horizontal #outputTable .table td .cke_editable *::-webkit-keygen-select,
      .form-cke-short #outputTable .table td .cke_editable *::-webkit-keygen-select {
        background: #0076cb !important;
        color: white; }
      .form-horizontal #outputTable .table td .cke_editable *::inactive-selection,
      .form-cke-short #outputTable .table td .cke_editable *::inactive-selection {
        background: #0076cb !important;
        color: white; }
      .form-horizontal #outputTable .table td .cke_editable *::selection,
      .form-cke-short #outputTable .table td .cke_editable *::selection {
        background: #0076cb !important;
        color: white; }
    .form-horizontal #outputTable .table td.cke_table-faked-selection,
    .form-cke-short #outputTable .table td.cke_table-faked-selection {
      background: inherit !important; }

.small-popup-block {
  max-width: 300px; }
  .small-popup-block .form-horizontal .form-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .small-popup-block .form-horizontal .form-group .person-info_item {
      max-width: 100%;
      display: block;
      margin-bottom: 20px;
      word-break: break-all; }
    .small-popup-block .form-horizontal .form-group #person-first-name {
      margin-right: 15px; }
    .small-popup-block .form-horizontal .form-group #person-last-name {
      text-transform: uppercase; }
    .small-popup-block .form-horizontal .form-group #person-mail,
    .small-popup-block .form-horizontal .form-group #person-telephone {
      position: relative; }
      .small-popup-block .form-horizontal .form-group #person-mail:before,
      .small-popup-block .form-horizontal .form-group #person-telephone:before {
        content: '';
        width: 20px;
        height: 20px;
        display: block;
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        left: -30px; }
    .small-popup-block .form-horizontal .form-group #person-mail:before {
      background-image: url("/kcdb/static/img/email-552a5a5e4e8cd9ba4a01f9e08fa658f1.svg"); }
    .small-popup-block .form-horizontal .form-group #person-telephone:before {
      background-image: url("/kcdb/static/img/telephone-d5bd7a661a9a80594911c6743f6a6075.svg"); }
    .small-popup-block .form-horizontal .form-group .hidden-field {
      display: none; }
  .small-popup-block .form-horizontal .person-names {
    word-break: break-all; }
  .small-popup-block .form-horizontal .person-info_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 62px; }
    .small-popup-block .form-horizontal .person-info_wrapper a {
      color: #3e3e3e;
      text-decoration: underline; }
      .small-popup-block .form-horizontal .person-info_wrapper a:hover {
        text-decoration: none; }

.form-horizontal_top-align .form_create-cmc--label {
  -ms-flex-item-align: self-start;
  -ms-grid-row-align: self-start;
  align-self: self-start; }
.form-horizontal_top-align .form_input-wrapper--big-field .cke_editable {
  height: 110px; }

.form-horizontal_without-title {
  padding-top: 20px; }
  .form-horizontal_without-title .cke_textarea_inline,
  .form-horizontal_without-title .upload-list--item {
    max-width: 350px; }
  .form-horizontal_without-title .form_create-cmc--label {
    width: 200px; }
  .form-horizontal_without-title .form_create-cmc,
  .form-horizontal_without-title .form_input-wrapper {
    width: calc(100% - 201px); }

.form-horizontal_with-padding-top {
  padding-top: 40px; }

.link-and-date-form {
  padding-right: 50px; }
  .link-and-date-form .form-group,
  .link-and-date-form .form-group_blue {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .link-and-date-form .form-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
    .link-and-date-form .form-group .form-section--control {
      padding: 0 15px; }
    .link-and-date-form .form-group .cke_editable {
      height: 110px; }
    .link-and-date-form .form-group .form_input-wrapper--long-field {
      width: calc(100% - 150px); }
    .link-and-date-form .form-group .label-for-comment {
      max-width: 150px; }
  .link-and-date-form .date_form-group .form_input-wrapper {
    width: calc(100% - 180px); }
  .link-and-date-form .form-group_blue {
    background: #e6f1fb;
    border: 2px solid #004382;
    padding: 20px 10px 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .link-and-date-form .form-group_blue .links-label {
      font-size: 12px;
      padding-right: 20px;
      line-height: 39px; }
    .link-and-date-form .form-group_blue .links-wrapper {
      width: 75%; }
      .link-and-date-form .form-group_blue .links-wrapper .button-for-add-link {
        display: block;
        width: 37px;
        height: 37px;
        background: url("/kcdb/static/icons/add_ico-930aeaabe15a0a42b00c6ec3891c6e88.svg") no-repeat center center;
        margin-bottom: 20px; }
      .link-and-date-form .form-group_blue .links-wrapper .created-link_wrapper {
        background: #fff;
        margin-bottom: 10px;
        border: 1px solid #dfdfdf;
        max-width: 300px;
        position: relative; }
        .link-and-date-form .form-group_blue .links-wrapper .created-link_wrapper .created-link_remove {
          display: inline-block;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #fff;
          position: absolute;
          right: -80px;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          border: none;
          font-size: 20px;
          line-height: 20px;
          border-radius: 50%;
          background: #004382;
          transition: all .3s;
          cursor: pointer;
          text-align: center;
          padding: 3px 0;
          width: 26px; }
          .link-and-date-form .form-group_blue .links-wrapper .created-link_wrapper .created-link_remove:hover {
            color: #cf112d;
            background: #e6f1fb;
            -webkit-box-shadow: 0px 0px 0px 1px #004382;
            -moz-box-shadow: 0px 0px 0px 1px #004382;
            box-shadow: 0px 0px 0px 1px #004382; }
        .link-and-date-form .form-group_blue .links-wrapper .created-link_wrapper .created-link_item {
          display: block;
          text-decoration: underline;
          padding: 10px 12px;
          font-size: 14px;
          line-height: 19px;
          font-weight: 300;
          color: #3e3e3e;
          word-break: break-all; }
        .link-and-date-form .form-group_blue .links-wrapper .created-link_wrapper .created-link_key {
          font-weight: 600; }
  .link-and-date-form .form_create-cmc--label {
    width: 180px; }

.popup_copy-link {
  padding: 30px 60px 0 30px; }
  .popup_copy-link .form-for-copy-link .form_create-cmc--label {
    width: 100px; }
  .popup_copy-link .form-for-copy-link .form_input-wrapper {
    width: calc(100% - 100px); }

.insert-link_horizontal {
  padding: 20px 40px 10px; }
  .insert-link_horizontal .insert-link_form-group {
    margin-top: 30px;
    font-size: 0; }
    .insert-link_horizontal .insert-link_form-group .form_input-wrapper {
      width: calc(100% - 190px);
      display: inline-block;
      float: right; }
    .insert-link_horizontal .insert-link_form-group .form_create-cmc--label {
      width: 190px;
      display: inline-block; }
  .insert-link_horizontal .insert-button_form-group .form_input-wrapper {
    float: right; }
    .insert-link_horizontal .insert-button_form-group .form_input-wrapper .insert-button,
    .insert-link_horizontal .insert-button_form-group .form_input-wrapper .edit-button {
      width: 160px;
      font-size: 16px;
      line-height: 16px;
      font-weight: 700;
      padding: 15px 0 13px;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      border-radius: 5px;
      background: #6184a6;
      border: 0 none;
      cursor: pointer;
      background: #004382;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .insert-link_horizontal .insert-button_form-group .form_input-wrapper .insert-button:hover,
      .insert-link_horizontal .insert-button_form-group .form_input-wrapper .edit-button:hover {
        opacity: 0.6; }
    .insert-link_horizontal .insert-button_form-group .form_input-wrapper .insert-button {
      display: block; }
    .insert-link_horizontal .insert-button_form-group .form_input-wrapper .edit-button {
      display: none; }

.form-cke-multi .cke_editable {
  height: 110px; }

.form-horizontal__with-cols .cke_editable {
  float: left;
  width: calc(100% - 251px);
  height: 110px; }

.fullscreen-toggle {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: url("/kcdb/static/img/baseline-fullscreen-7fa92dfe2e432a58433531d8a88fc858.svg") no-repeat;
  cursor: pointer; }
  .fullscreen-toggle:hover {
    transform: scale(1.25); }
  .fullscreen-toggle._active {
    background-image: url("/kcdb/static/img/baseline-fullscreen_exit-63ddeae162e33535987e1302a401c113.svg"); }
    .fullscreen-toggle._active:hover {
      transform: scale(0.75); }

._uncertainty-table-popup .fullscreen-toggle {
  display: block;
  margin-left: auto; }

.will-not-review-link-wrapper {
  margin-top: 5px; }

@media screen and (max-width: 1024px) {
  .form-section--item.param-item .item-bottom .add-param span {
    font-size: 14px;
    line-height: 19px; }

  .form-section--item.param-item .item-bottom .add-param span {
    font-size: 14px;
    line-height: 19px; }

  .form-section .form-group label.error {
    font-size: 12px; }
  .form-section .col-border {
    padding-top: 22px; }
    .form-section .col-border:before {
      left: 15px;
      width: calc(100% - 30px);
      height: 1px; }

  .edit-item span {
    font-size: 14px;
    line-height: 19px; } }
@media screen and (max-width: 991px) {
  .metrology-area {
    padding-top: 20px;
    padding-bottom: 60px; }

  .form_create-cmc .form-group {
    margin-bottom: 20px; }
    .form_create-cmc .form-group label.error {
      bottom: -20px; }
  .form_create-cmc .row-cmc {
    margin-left: -15px;
    margin-right: -15px; }
    .form_create-cmc .row-cmc .col-cmc {
      padding-left: 15px;
      padding-right: 15px; }
  .form_create-cmc .form_create-cmc--btn {
    margin-top: 25px; }

  .form_create-cmc--item {
    padding-bottom: 20px; }
    .form_create-cmc--item:before {
      width: 160px;
      left: -15px; }
    .form_create-cmc--item._measurand_b, .form_create-cmc--item._measurand_c, .form_create-cmc--item._measurand_p {
      padding-top: 21px; }
      .form_create-cmc--item._measurand_b .caption-item, .form_create-cmc--item._measurand_c .caption-item, .form_create-cmc--item._measurand_p .caption-item {
        margin-bottom: 20px; }
    .form_create-cmc--item.param-item {
      margin-top: 20px;
      margin-bottom: 40px; }
      .form_create-cmc--item.param-item .close-item {
        top: 20px;
        right: 24px; }
      .form_create-cmc--item.param-item .caption h2 {
        margin-bottom: 30px;
        padding-left: 10px; }
      .form_create-cmc--item.param-item .item-bottom {
        padding: 35px 15px 0; }
    .form_create-cmc--item._uncertainty {
      padding-bottom: 40px; }
      .form_create-cmc--item._uncertainty .caption-item {
        margin: 3px 0 30px; }
      .form_create-cmc--item._uncertainty .description-item {
        margin-bottom: 17px; }
    .form_create-cmc--item._references {
      padding-top: 20px; }
      .form_create-cmc--item._references .caption-item {
        margin-bottom: 20px; }
    .form_create-cmc--item .col-border:before {
      content: none; }

  .param-item-btn {
    margin-top: 20px; }

  .upload-wrapper .upload-list {
    margin-bottom: 10px; }

  .edit-item {
    margin-top: 36px; } }
@media screen and (max-width: 650px) {
  .popup_copy-link {
    padding-right: 30px; }
    .popup_copy-link .form-for-copy-link .form_input-wrapper {
      width: 100%; }

  .form-horizontal .form_create-cmc--label,
  .form-cke-short .form_create-cmc--label {
    width: 150px; }
  .form-horizontal .form_input-wrapper,
  .form-cke-short .form_input-wrapper {
    width: calc(100% - 150px); }

  .form_create-cmc .form-cke-short .form_create-cmc--label {
    width: 100%; }

  .link-and-date-form {
    padding-right: 0px;
    padding-top: 30px; }
    .link-and-date-form .form-group,
    .link-and-date-form .form-group_blue {
      flex-wrap: wrap; }
    .link-and-date-form .form-group {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start; }
      .link-and-date-form .form-group .cke_editable {
        height: 110px; }
      .link-and-date-form .form-group .form_input-wrapper {
        width: 100%; }
      .link-and-date-form .form-group .form_input-wrapper--long-field {
        width: 100%; }
      .link-and-date-form .form-group .form_create-cmc--label {
        width: 100%; }
    .link-and-date-form .form-group_blue .links-wrapper {
      width: 100%; }
      .link-and-date-form .form-group_blue .links-wrapper .created-link_wrapper {
        max-width: 100%; }
        .link-and-date-form .form-group_blue .links-wrapper .created-link_wrapper .created-link_remove {
          right: 5px; }
        .link-and-date-form .form-group_blue .links-wrapper .created-link_wrapper .created-link_item {
          padding: 10px 34px 10px 12px; }

  .insert-link_horizontal {
    padding: 20px 40px 10px; }
    .insert-link_horizontal .insert-link_form-group {
      margin-top: 30px; }
      .insert-link_horizontal .insert-link_form-group .form_input-wrapper {
        width: 100%; }
      .insert-link_horizontal .insert-link_form-group .form_create-cmc--label {
        width: 190px; }
    .insert-link_horizontal .insert-button_form-group .form_input-wrapper {
      float: none; }
      .insert-link_horizontal .insert-button_form-group .form_input-wrapper .insert-button,
      .insert-link_horizontal .insert-button_form-group .form_input-wrapper .edit-button {
        margin: 0 auto; }
      .insert-link_horizontal .insert-button_form-group .form_input-wrapper .insert-button {
        display: block; }
      .insert-link_horizontal .insert-button_form-group .form_input-wrapper .edit-button {
        display: none; }

  .form-horizontal_without-title .cke_textarea_inline,
  .form-horizontal_without-title .upload-list--item {
    max-width: 100%; }
  .form-horizontal_without-title .form_create-cmc,
  .form-horizontal_without-title .form_input-wrapper {
    width: 100%; }

  .persons--select-wrap {
    width: calc(100% - 150px) !important; } }
@media screen and (max-width: 425px) {
  .metrology-area {
    padding-top: 10px;
    padding-bottom: 40px; }

  .section_create-cmc .page-title {
    margin-bottom: 18px;
    padding: 30px 0 0; }

  .form_create-cmc .form-group {
    margin-bottom: 11px; }
    .form_create-cmc .form-group label.error {
      bottom: -15px; }
  .form_create-cmc .row-cmc {
    margin: 0 -10px; }
    .form_create-cmc .row-cmc .col-cmc {
      padding: 0 10px; }
  .form_create-cmc .form_create-cmc--btn {
    margin: 35px -5px 0;
    padding-bottom: 15px; }
    .form_create-cmc .form_create-cmc--btn .cmc-button {
      width: 92px;
      margin: 0 3px 10px;
      font-size: 16px; }

  .form_create-cmc--item {
    padding-top: 20px;
    padding-bottom: 20px; }
    .form_create-cmc--item._identifier_p .caption-item {
      margin: 13px 0 49px; }
    .form_create-cmc--item._identifier_r {
      padding-top: 33px; }
      .form_create-cmc--item._identifier_r .caption-item {
        margin-bottom: 49px; }
    .form_create-cmc--item._classification_p {
      margin-bottom: 50px; }
      .form_create-cmc--item._classification_p .caption-item {
        margin-bottom: 49px; }
    .form_create-cmc--item._classification_c {
      padding-top: 32px; }
      .form_create-cmc--item._classification_c .caption-item {
        margin-bottom: 50px; }
    .form_create-cmc--item.param-item {
      margin: 10px -10px 40px;
      padding: 18px 0 25px; }
      .form_create-cmc--item.param-item .delete-item {
        margin-top: 10px;
        margin-right: 20px;
        margin-bottom: 20px;
        right: 0; }
      .form_create-cmc--item.param-item .close-item {
        right: 13px; }
      .form_create-cmc--item.param-item .caption h2 {
        margin-bottom: 29px; }
      .form_create-cmc--item.param-item .parameter-block {
        margin: 0; }
        .form_create-cmc--item.param-item .parameter-block .row {
          margin: 0; }
        .form_create-cmc--item.param-item .parameter-block [class^="col-"] {
          padding: 0; }
      .form_create-cmc--item.param-item .form-group {
        margin-bottom: 11px;
        padding: 0 10px; }
      .form_create-cmc--item.param-item .item-bottom {
        padding: 25px 13px 0; }
    .form_create-cmc--item._uncertainty {
      padding-top: 30px;
      padding-bottom: 20px; }
    .form_create-cmc--item.expanded .description-item {
      margin-bottom: 20px;
      padding-left: 0; }
    .form_create-cmc--item .container-fluid {
      padding-right: 0;
      padding-left: 0; }
    .form_create-cmc--item .caption-item {
      margin-bottom: 20px;
      padding-left: 0; }
    .form_create-cmc--item .col-border {
      padding-top: 30px; }
      .form_create-cmc--item .col-border:before {
        left: 15px;
        width: calc(100% - 15px);
        height: 1px; }

  .param-item-btn {
    margin: 10px -10px 62px; }

  .upload-wrapper .upload-list {
    margin-bottom: -5px; }
    .upload-wrapper .upload-list .upload-list--item {
      margin-bottom: 6px;
      padding: 10px 8px 18px 38px; }
      .upload-wrapper .upload-list .upload-list--item .delete {
        top: 13px;
        left: 4px; }

  .edit-item.popup-modal {
    margin: 1px 0 24px;
    padding-bottom: 4px; }
    .edit-item.popup-modal img {
      width: 15px;
      margin-right: 6px; }
    .edit-item.popup-modal span {
      font-size: 16px; }
  .edit-item.add {
    margin: 15px 0 0;
    padding-bottom: 2px; }
    .edit-item.add img {
      width: 13px;
      margin: 0 6px 0 0; }
    .edit-item.add span {
      font-size: 14px; }

  .form_create-cmc--label.hidden-xs {
    display: none; }

  .form-horizontal .form_create-cmc--label {
    width: 100%; }
  .form-horizontal .form-group_align-top .form_create-cmc--label {
    line-height: 24px; }
  .form-horizontal .form_input-wrapper {
    width: 100%; }
  .form-horizontal .persons--select-wrap {
    width: 100% !important; }
  .form-horizontal .form_create-cmc--control {
    width: 100%; }
  .form-horizontal .cke_editable {
    width: 100%; }
  .form-horizontal #outputTable {
    padding: 0; }

  .form_create-cmc--check-wrap {
    margin-top: 16px;
    margin-bottom: 24px; } }
.cke_editable_inline[placeholder]:empty:before {
  content: attr(placeholder);
  color: #555; }

.tooltip {
  position: absolute;
  bottom: calc(100% - 17px);
  right: 0;
  width: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 2px;
  border: 1px solid #a8a8a8;
  visibility: hidden;
  padding: 5px;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }
  .tooltip b {
    font-weight: 700; }
  .tooltip i {
    font-style: italic; }
  @media (max-width: 768px) {
    .tooltip a {
      word-break: break-all; } }
  @media (max-width: 1024px) {
    .tooltip._mob-top {
      bottom: 100%; } }

.hover {
  position: relative; }
  .hover:hover .tooltip {
    visibility: visible; }

@media (max-width: 768px) {
  ul.ui-autocomplete.mCustomScrollbar.create-cmc-autocomplete {
    max-width: 94%; } }
@media (min-width: 768px) {
  ul.ui-autocomplete.mCustomScrollbar.create-cmc-autocomplete {
    max-width: 45.5%; } }
@media (min-width: 1024px) {
  ul.ui-autocomplete.mCustomScrollbar.create-cmc-autocomplete {
    max-width: 462px; } }
@media (min-width: 1320px) {
  ul.ui-autocomplete.mCustomScrollbar.create-cmc-autocomplete {
    max-width: 590px; } }

.edit-item-fill-mark {
  margin-top: 47px;
  margin-left: 10px;
  display: inline-block;
  color: #597da1;
  font-size: 41px;
  font-family: inherit; }
  .edit-item-fill-mark:before {
    content: "\2713"; }
  @media screen and (max-width: 425px) {
    .edit-item-fill-mark {
      margin-top: -11px; } }
  @media screen and (min-width: 426px) and (max-width: 991px) {
    .edit-item-fill-mark {
      margin-top: 22px; } }

.data-report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0; }
  .data-report._with-sidebar .dataTables_length {
    float: left; }
  .data-report._with-sidebar .dataTables_wrapper {
    width: calc(100% - 324px); }
  .data-report .tab-top__filter__wrapper {
    width: 260px;
    padding: 0 0 32px; }
    .data-report .tab-top__filter__wrapper .results-counter__wrapper {
      margin-bottom: 47px; }
    .data-report .tab-top__filter__wrapper .select2-container {
      width: 100% !important; }
    .data-report .tab-top__filter__wrapper .mob-filter-btn {
      display: none; }
    .data-report .tab-top__filter__wrapper.mobile-open .mob-wrapper,
    .data-report .tab-top__filter__wrapper.mobile-open .results-counter__wrapper {
      display: block; }
  .data-report .dataTables_wrapper {
    width: 100%;
    padding: 0; }
  .data-report .dataTables_processing {
    height: 100px;
    padding-top: 40px; }
  .data-report .dataTables_length {
    float: none;
    padding-bottom: 15px;
    color: #3E3E3E;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px; }
    .data-report .dataTables_length select {
      width: 80px; }
  .data-report table.data-report__table.no-footer {
    border-bottom: 1px solid #DFDFDF; }
  .data-report .data-report__table.hover tbody tr:hover,
  .data-report .data-report__table.display tbody tr:hover {
    background-color: #fff; }
    .data-report .data-report__table.hover tbody tr:hover td[class*="sorting"],
    .data-report .data-report__table.display tbody tr:hover td[class*="sorting"] {
      background-color: #fff; }
  .data-report .data-report__table .data-report__table-head th.data-report__table-head-cell {
    padding: 10px 20px;
    background-color: #004382;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle; }
    @media (max-width: 440px) {
      .data-report .data-report__table .data-report__table-head th.data-report__table-head-cell {
        padding: 10px 7px; } }
    .data-report .data-report__table .data-report__table-head th.data-report__table-head-cell + .data-report__table-head-cell {
      border-left: 1px solid #fff; }
    .data-report .data-report__table .data-report__table-head th.data-report__table-head-cell.sorting {
      background-image: url("/kcdb/static/img/sort_both-2d4617958626495caec72820fa420ed2.png"); }
    .data-report .data-report__table .data-report__table-head th.data-report__table-head-cell.sorting_asc {
      background-image: url("/kcdb/static/img/sort_asc-6e168e86e4070eb893aa5b752c877ae8.png"); }
    .data-report .data-report__table .data-report__table-head th.data-report__table-head-cell.sorting_desc {
      background-image: url("/kcdb/static/img/sort_desc-9cccafb33f834037a70baa63564c0677.png"); }
    .data-report .data-report__table .data-report__table-head th.data-report__table-head-cell:first-child {
      padding: 10px; }
      .data-report .data-report__table .data-report__table-head th.data-report__table-head-cell:first-child .data-report__check-wrap label {
        font-size: 12px;
        font-weight: 600;
        line-height: 1.4; }
  .data-report .data-report__table tbody tr._greyout td.data-report__table-cell,
  .data-report .data-report__table tbody tr:hover._greyout td.data-report__table-cell {
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    background-color: #dfdfdf; }
    .data-report .data-report__table tbody tr._greyout td.data-report__table-cell[class*="sorting"],
    .data-report .data-report__table tbody tr:hover._greyout td.data-report__table-cell[class*="sorting"] {
      background-color: #dfdfdf; }
  .data-report .data-report__table tbody tr._new td.data-report__table-cell:first-child,
  .data-report .data-report__table tbody tr:hover._new td.data-report__table-cell:first-child {
    background-color: #cbdeef; }
    .data-report .data-report__table tbody tr._new td.data-report__table-cell:first-child[class*="sorting"],
    .data-report .data-report__table tbody tr:hover._new td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #cbdeef; }
  .data-report .data-report__table tbody tr._modified td.data-report__table-cell:first-child,
  .data-report .data-report__table tbody tr:hover._modified td.data-report__table-cell:first-child {
    background-color: #e6f1fb; }
    .data-report .data-report__table tbody tr._modified td.data-report__table-cell:first-child[class*="sorting"],
    .data-report .data-report__table tbody tr:hover._modified td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #e6f1fb; }
  .data-report .data-report__table tbody tr._greyout_modified td.data-report__table-cell:first-child,
  .data-report .data-report__table tbody tr:hover._greyout_modified td.data-report__table-cell:first-child {
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    background-color: #dfdfdf; }
    .data-report .data-report__table tbody tr._greyout_modified td.data-report__table-cell:first-child[class*="sorting"],
    .data-report .data-report__table tbody tr:hover._greyout_modified td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #dfdfdf; }
  .data-report .data-report__table tbody tr._published td.data-report__table-cell:first-child,
  .data-report .data-report__table tbody tr:hover._published td.data-report__table-cell:first-child {
    background-color: #e3ecad; }
    .data-report .data-report__table tbody tr._published td.data-report__table-cell:first-child[class*="sorting"],
    .data-report .data-report__table tbody tr:hover._published td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #e3ecad; }
  .data-report .data-report__table tbody td.data-report__table-cell {
    padding: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #DFDFDF #A8A8A8;
    background-color: #fff;
    color: #3E3E3E;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    vertical-align: middle; }
    .data-report .data-report__table tbody td.data-report__table-cell:first-child {
      padding: 10px;
      border-left: 1px solid #a8a8a8; }
    .data-report .data-report__table tbody td.data-report__table-cell[class*="sorting"] {
      background-color: #fff; }
  .data-report .dataTables_info {
    color: #3E3E3E;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px; }
  .data-report .dataTables_paginate .ellipsis {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 30px;
    text-align: center;
    padding: 0; }
  .data-report .dataTables_paginate .paginate_button {
    width: 38px;
    height: 38px;
    margin-left: -1px;
    padding: 0 3px !important;
    border: 1px solid #DFDFDF !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    color: #004382 !important;
    font-weight: 300;
    line-height: 38px;
    vertical-align: top; }
    .data-report .dataTables_paginate .paginate_button.current {
      color: #004382 !important;
      font-weight: 600; }
    .data-report .dataTables_paginate .paginate_button:hover {
      color: #004382 !important; }
  .data-report .dataTables_paginate .paginate_button.first {
    display: none; }
  .data-report .dataTables_paginate .paginate_button.last {
    display: none; }
  .data-report .dataTables_paginate .paginate_button.previous {
    position: relative;
    font-size: 0;
    text-indent: -9999px; }
    .data-report .dataTables_paginate .paginate_button.previous:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-width: 1px 0 0 1px;
      border-style: solid;
      border-color: #004382;
      top: 14px;
      left: 16px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .data-report .dataTables_paginate .paginate_button.next {
    position: relative;
    font-size: 0;
    text-indent: -9999px; }
    .data-report .dataTables_paginate .paginate_button.next:after {
      content: '';
      position: absolute;
      width: 8px;
      height: 8px;
      border-width: 1px 0 0 1px;
      border-style: solid;
      border-color: #004382;
      top: 14px;
      right: 16px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
  .data-report .select2-container .select2-selection {
    height: 40px;
    border-color: #DFDFDF;
    border-radius: 0; }
    .data-report .select2-container .select2-selection .select2-selection__rendered {
      color: #004382;
      font-size: 12px;
      font-weight: 700;
      line-height: 40px; }
    .data-report .select2-container .select2-selection .select2-selection__arrow b {
      border-top-color: #004382; }
  .data-report .select2-container .select2-selection--single .select2-selection__arrow b {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -8px;
    margin-top: -2px;
    border-color: #004382;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .data-report .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-color: #004382;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .data-report .votetracking-filters .select2-container .select2-selection {
    height: 55px; }
    .data-report .votetracking-filters .select2-container .select2-selection .select2-selection__rendered {
      font-size: 14px;
      font-weight: 300;
      line-height: 28px; }
  .data-report .votetracking-filters .form-section--select-wrap .select-multi + .select2-container .select2-selection--multiple {
    height: auto; }

.tab-top__main.list-dashboard {
  margin-top: 20px; }
  @media screen and (min-width: 1025px) {
    .tab-top__main.list-dashboard .tab-top__filter__wrapper {
      width: 250px;
      padding-right: 0;
      margin-right: 58px;
      min-width: 250px; } }
  .tab-top__main.list-dashboard .list-search-result__table thead .data-report__table-cell:nth-child(2), .tab-top__main.list-dashboard .list-search-result__table thead .data-report__table-cell:nth-child(7), .tab-top__main.list-dashboard .list-search-result__table thead .data-report__table-cell:nth-child(8), .tab-top__main.list-dashboard .list-search-result__table thead .data-report__table-cell:nth-child(9) {
    min-width: auto; }

.list-data-result.tab-top__search-result__wrapper {
  padding-top: 0; }
.list-data-result .form-section--btn {
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFDFDF;
  float: left;
  width: 100%;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .list-data-result .form-section--btn {
      border-bottom: none; } }
  .list-data-result .form-section--btn .cmc-button {
    text-align: center; }
    .list-data-result .form-section--btn .cmc-button:first-child {
      margin-left: 0; }
.list-data-result tbody .data-report__table-cell {
  word-break: break-word; }
.list-data-result thead .data-report__table-cell--checkboxes-simple {
  min-width: 43px; }
  .list-data-result thead .data-report__table-cell--checkboxes-simple [type="checkbox"] ~ label:not(.error) {
    vertical-align: middle; }
    .list-data-result thead .data-report__table-cell--checkboxes-simple [type="checkbox"] ~ label:not(.error):before {
      top: -16px; }
.list-data-result .data-report__table-indent {
  padding-top: 0; }
.list-data-result .dataTables_length {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 10px;
  width: 200px;
  text-align: left;
  padding-top: 20px; }
  .list-data-result .dataTables_length select {
    width: 80px; }
  @media screen and (max-width: 767px) {
    .list-data-result .dataTables_length {
      margin-top: 0.5em; } }
.list-data-result .dataTables_paginate {
  padding-top: 20px !important;
  float: none;
  text-align: right;
  padding-left: 200px; }
.list-data-result .select2-container .select2-selection {
  height: 40px;
  border-color: #DFDFDF;
  border-radius: 0; }
  .list-data-result .select2-container .select2-selection .select2-selection__rendered {
    color: #004382;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px; }
  .list-data-result .select2-container .select2-selection .select2-selection__arrow b {
    border-top-color: #004382; }
.list-data-result .select2-container .select2-selection--single .select2-selection__arrow b {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: -8px;
  margin-top: -2px;
  border-color: #004382;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }
.list-data-result .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-color: #004382;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.data-report.publication-screen-report .select2-container .select2-selection {
  height: 55px; }
  .data-report.publication-screen-report .select2-container .select2-selection .select2-selection__rendered {
    font-weight: 300;
    font-size: 14px; }

.data-report__clicable-table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .data-report__clicable-table .data-report__buttons-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF; }
  .data-report__clicable-table .dataTables_wrapper {
    padding: 15px 0 0; }
    .data-report__clicable-table .dataTables_wrapper tbody tr {
      cursor: pointer; }
      .data-report__clicable-table .dataTables_wrapper tbody tr:hover {
        background: #000; }

.data-report__table-top-ctrl .dataTables_paginate {
  padding-bottom: 15px; }

.data-report__table-wrap .mCustomScrollBox {
  clear: both; }

.data-report__header {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF; }

.data-report__btn-wrap.data-report__btn-wrap-block {
  display: inline-block; }
  .data-report__btn-wrap.data-report__btn-wrap-block .tab-btn:first-child {
    margin-left: 0; }

.data-report__buttons-wrap._left {
  float: left;
  padding-top: 7px; }
.data-report__buttons-wrap._right {
  float: right; }

.data-report__btn {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0 12px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #004382;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  text-align: center; }
  .data-report__btn:hover {
    background-color: #6184A6;
    transition: 0.3s; }
  .data-report__btn.back {
    background: #cf112d; }

.data-report__export-btn-wrap .tab-btn {
  background-color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer; }

.data-report__table-indent {
  padding-top: 19px; }

.data-report__table-cell select {
  width: 153px; }

.data-report__check-wrap {
  padding-top: 6px; }
  .data-report__check-wrap--default {
    padding-top: 0;
    height: auto;
    line-height: 0; }
    .data-report__check-wrap--default [type="checkbox"] ~ label {
      padding-left: 32px; }
  .data-report__check-wrap label {
    height: 30px;
    font-weight: 700; }

.data-report__cmc-state {
  margin-left: 7px; }

.data-report__table-cell-link {
  color: #004382;
  font-size: 12px;
  line-height: 1.2; }
  .data-report__table-cell-link:focus, .data-report__table-cell-link:hover {
    color: #005db5; }

.list-fixed-columns table {
  border-collapse: separate !important; }
  .list-fixed-columns table tbody td {
    border-width: 0 1px 1px 0 !important; }
    tr:first-child .list-fixed-columns table tbody td {
      border-top-width: 1px !important; }
    .list-fixed-columns table tbody td:first-child {
      border-left-width: 1px !important; }
    .list-fixed-columns table tbody td.data-report__table-cell {
      height: auto !important; }
    .list-fixed-columns table tbody td.dataTables_empty {
      text-align: left !important;
      border-color: #DFDFDF #A8A8A8;
      border-style: solid; }
  .list-fixed-columns table tbody tr.DTFC_NoData td.dataTables_empty {
    border-right-width: 0 !important; }
  .list-fixed-columns table tbody .form_create-cmc--select-wrap .select2-container .select2-selection {
    height: 40px !important;
    padding-top: 0 !important;
    min-height: 40px; }
    .list-fixed-columns table tbody .form_create-cmc--select-wrap .select2-container .select2-selection__rendered {
      line-height: 40px; }
.list-fixed-columns .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0 none;
  padding-bottom: 15px;
  overflow-x: hidden; }
.list-fixed-columns .dataTables_paginate {
  padding-top: 0 !important; }
.list-fixed-columns [type="checkbox"] {
  visibility: hidden; }
.list-fixed-columns .dataTables_scrollBody.ps-container > .ps-scrollbar-x-rail {
  width: calc(100% - 348px) !important;
  margin-left: 348px; }
  @media screen and (max-width: 1024px) {
    .list-fixed-columns .dataTables_scrollBody.ps-container > .ps-scrollbar-x-rail {
      width: 100% !important;
      margin-left: 0; } }
  .list-fixed-columns .dataTables_scrollBody.ps-container > .ps-scrollbar-x-rail:before {
    display: none; }

@media (max-width: 1319px) {
  .data-report .dataTables_info {
    display: none; }
  .data-report._with-sidebar .dataTables_length {
    float: none; }
  .data-report .dataTables_length {
    text-align: center; }
  .data-report .dataTables_paginate {
    display: inline-block;
    float: none;
    margin-left: 1px; }
  .data-report .data-report__table tbody td.data-report__table-cell {
    padding: 20px 6px;
    font-size: 13px; }

  .data-report__buttons-wrap._left, .data-report__buttons-wrap._right {
    float: none; }

  .data-report__export-btn-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dfdfdf; }
    .data-report__export-btn-wrap .tab-btn {
      margin-left: 0; }

  .data-report__table-wrap {
    position: relative;
    max-width: 100%;
    overflow-x: auto;
    clear: both; }

  .data-report__footer, .data-report__table-top-ctrl {
    text-align: center; }

  .comparison-result__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .comparison-result__info .left_info {
      max-width: 100%; }
    .comparison-result__info .right-info .search-result--top-btn {
      margin-top: -16px; } }
@media (max-width: 1024px) {
  .data-report {
    display: block; }
    .data-report._with-sidebar .dataTables_wrapper {
      width: 100%; }
    .data-report .tab-top__filter__wrapper {
      width: 100%; }
    .data-report .data-report__table tbody td.data-report__table-cell {
      padding: 20px 5px;
      font-size: 12px; }

  .data-report__header {
    margin-bottom: 20px; }

  .data-report__export-btn-wrap {
    padding-top: 0;
    border-top: 0 none; }
    .data-report__export-btn-wrap .tab-btn {
      width: 48.5%; }

  .data-report__btn {
    width: 48%;
    margin: 0 0 20px; } }
@media (max-width: 991px) {
  .data-report .tab-top__filter__wrapper .mob-filter-btn {
    display: inline-block; }

  .data-report__header {
    margin-bottom: 25px;
    padding-bottom: 17px; } }
@media (max-width: 767px) {
  .data-report .tab-top__filter__wrapper .mob-filter-btn {
    display: inline-block; }

  .data-report__check-wrap {
    text-align: center; } }
@media (max-width: 425px) {
  .data-report__export-btn-wrap .tab-btn {
    width: 100%; } }
.homepage-notifications {
  position: relative;
  z-index: 1; }
  .homepage-notifications .messages .message {
    margin-bottom: 0; }

.homepage-body {
  background-color: #fbfbfb;
  padding-top: 58px;
  padding-bottom: 44px;
  position: relative; }
  .homepage-body:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 100px;
    z-index: 1;
    top: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-box-shadow: 0 -12px 19px -23px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 -12px 19px -23px rgba(0, 0, 0, 0.55);
    box-shadow: 0 -12px 19px -23px rgba(0, 0, 0, 0.55); }

.homepage-body--container {
  width: 50%;
  float: left;
  padding-left: 50px; }
  .homepage-body--container:first-child {
    padding-left: 40px; }
  .homepage-body--container .more-news-btn {
    background: transparent;
    border: none;
    width: 97%; }
  .homepage-body--container__scroll {
    max-height: 600px; }

.homepage-body--container__title {
  color: #1a2024;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 21px; }

.homepage-body--container__item {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  width: 93.6%;
  min-height: 138px; }
  .homepage-body--container__item .date {
    color: #597da1;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase; }
  .homepage-body--container__item .title {
    color: #3e3e3e;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 19px;
    margin-bottom: 7px;
    margin-top: 3px; }
  .homepage-body--container__item .text-block {
    color: #0f3c80;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 23px;
    padding-left: 18px;
    position: relative;
    min-height: 55px; }
  .homepage-body--container__item .purple:before {
    display: block;
    content: '';
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    background: #ab378c; }
  .homepage-body--container__item .yellow:before {
    display: block;
    content: '';
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    background: #fccf00; }
  .homepage-body--container__item .orange:before {
    display: block;
    content: '';
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    background: #f47033; }
  .homepage-body--container__item .red:before {
    display: block;
    content: '';
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    background: #d33f3d; }
  .homepage-body--container__item .green:before {
    display: block;
    content: '';
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    background: #5eb047; }
  .homepage-body--container__item .map-container {
    width: 100%;
    position: relative; }
    .homepage-body--container__item .map-container img {
      width: 100%; }
    @media (max-width: 1024px) {
      .homepage-body--container__item .map-container {
        overflow: hidden; } }
  .homepage-body--container__item .statistics-list {
    padding-left: 9px;
    margin-top: 6px; }
  .homepage-body--container__item .statistics-list__item {
    width: auto;
    margin-bottom: 31px; }
    .homepage-body--container__item .statistics-list__item:first-child {
      margin-bottom: 60px; }
  .homepage-body--container__item .statistics-list__link {
    text-decoration: none;
    border-bottom: 2px solid #597da1;
    padding-right: 3px;
    padding-bottom: 3px; }
    .homepage-body--container__item .statistics-list__link:hover {
      border-color: #004382; }
      .homepage-body--container__item .statistics-list__link:hover .statistics-list-text {
        color: #004382; }
      .homepage-body--container__item .statistics-list__link:hover img {
        opacity: 1; }
    .homepage-body--container__item .statistics-list__link img {
      width: 17px;
      height: 12px;
      margin-right: 8px;
      opacity: 0.7;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .homepage-body--container__item .statistics-list-text {
    color: #597da1;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px; }
  .homepage-body--container__item table tbody td {
    border: 1px solid #000; }
  .homepage-body--container__item .help-popup-container.search-block--hint {
    position: relative;
    top: 0;
    right: 0;
    margin-left: 0; }
    @media (max-width: 1024px) {
      .homepage-body--container__item .help-popup-container.search-block--hint {
        top: 0; } }
  @media (max-width: 1024px) {
    .homepage-body--container__item .help-popup-container .help-popup:before {
      left: 46%; } }

.homepage-body--container__more-news-btn {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 18px auto;
  width: 334px;
  border-radius: 5px;
  background-color: #004382;
  padding: 10px;
  text-transform: uppercase;
  transition: 0.3s; }
  .homepage-body--container__more-news-btn:hover {
    background-color: #6184A6;
    transition: 0.3s; }

.homepage-body--container__achievements {
  padding-left: 9px; }

.homepage-body--container__achievements--title {
  position: relative;
  color: #1a2024;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 10px;
  padding-bottom: 15px; }
  .homepage-body--container__achievements--title:after {
    position: absolute;
    width: 40px;
    height: 4px;
    content: '';
    bottom: -3px;
    left: 1px;
    background: #fccf00; }

.homepage-body--container__achievements--item {
  float: left;
  display: block;
  width: 50%;
  padding-bottom: 20px; }

.homepage-body--container__achievements--item-num {
  color: #004382;
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.56px;
  line-height: 50px;
  display: block; }

.homepage-body--container__achievements--item-text {
  color: #1a2024;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }

.homepage-body--container__achievements--container {
  padding-top: 30px;
  padding-bottom: 15px; }

@media screen and (max-width: 1024px) {
  .homepage-body--container {
    width: 100%;
    padding-left: 0; }
    .homepage-body--container:first-child {
      padding-left: 0; }
    .homepage-body--container .more-news-btn {
      padding: 12px 10px;
      margin-bottom: 56px;
      min-height: auto; }

  .homepage-body--container__item {
    width: 100%;
    padding: 20px 15px; }
    .homepage-body--container__item .map-container {
      padding: 8px 0 12px; }
    .homepage-body--container__item .statistics-list {
      margin-top: 26px;
      margin-bottom: 41px;
      padding-left: 10px;
      padding-right: 10px; }
    .homepage-body--container__item .statistics-list-text {
      font-size: 14px;
      font-weight: 600;
      line-height: 25px; }

  .homepage-body--container__more-news-btn {
    width: 300px;
    padding: 15px 10px 14px;
    margin-top: 0;
    margin-bottom: 0; }

  .homepage-body--container__achievements--container {
    padding-top: 53px;
    padding-bottom: 10px; }

  .homepage-body--container__achievements--item-num {
    line-height: 47px; }

  .homepage-body--container__achievements--item {
    text-align: center;
    padding: 0 20px 20px; } }
@media screen and (max-width: 991px) {
  .homepage-body {
    padding-top: 30px;
    padding-bottom: 30px; }
    .homepage-body .container {
      padding-left: 20px;
      padding-right: 20px; } }
@media screen and (max-width: 425px) {
  .homepage-body--container__item .map-container {
    padding: 4px 0; } }
@media screen and (max-width: 720px) {
  .homepage-body {
    padding-top: 10px;
    padding-bottom: 41px; }
    .homepage-body .container {
      padding-left: 10px;
      padding-right: 10px; }

  .homepage-body--container__item {
    padding: 26px 10px 20px; }
    .homepage-body--container__item .date {
      margin-bottom: 7px; }
    .homepage-body--container__item .title {
      margin-top: 12px; }
    .homepage-body--container__item .text-block {
      padding-left: 23px; }
    .homepage-body--container__item .statistics-list {
      padding-left: 0;
      padding-right: 0;
      margin-top: 25px;
      margin-bottom: 15px; }
    .homepage-body--container__item .statistics-list__item {
      margin-bottom: 26px;
      display: block;
      width: 100%; }
      .homepage-body--container__item .statistics-list__item:nth-child(2) {
        width: 100%; }
      .homepage-body--container__item .statistics-list__item:last-child {
        margin-bottom: 10px;
        width: 100%; }
    .homepage-body--container__item .statistics-list__link img {
      margin-right: 5px; }

  .homepage-body--container .more-news-btn {
    width: 100%;
    margin-bottom: 21px;
    padding: 16px 0 12px; }

  .homepage-body--container__more-news-btn {
    width: 100%;
    height: 48px; }

  .homepage-body--container__achievements {
    padding-left: 0; }

  .homepage-body--container__achievements--title:after {
    bottom: 3px; }

  .homepage-body--container__achievements--item {
    width: 100%;
    text-align: center;
    padding: 20px 24% 7px; }

  .homepage-body--container__achievements--container {
    padding-top: 0;
    padding-bottom: 18px;
    margin-top: -4px; } }
.statistics_rmo {
  display: inline-block;
  background: #fff;
  border: 2px solid #000;
  -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.45);
  padding: 5px 4px 4px;
  position: absolute;
  font-weight: 800;
  cursor: pointer; }
  @media (max-width: 550px) {
    .statistics_rmo {
      padding: 4px;
      font-size: 12px; } }

.map_buton_AFRIMETS {
  color: #F38753;
  top: 82%;
  left: 46%; }
  @media (max-width: 1024px) {
    .map_buton_AFRIMETS {
      top: 80.5%;
      left: 48%; } }
  @media (max-width: 550px) {
    .map_buton_AFRIMETS {
      top: 79%;
      left: 47%; } }
.map_buton_APMP {
  color: #c1c74b;
  bottom: 37%;
  left: 83%; }
.map_buton_COOMET {
  color: #d33f3d;
  bottom: 88%;
  left: 80%; }
  .iphone .map_buton_COOMET {
    bottom: 85%;
    left: 76%; }
.map_buton_EURAMET {
  color: #4089aa;
  bottom: 83%;
  right: 49%; }
.map_buton_MENAMET, .map_buton_GULFMET {
  color: #a54198;
  bottom: 54%;
  left: 54%; }
.map_buton_SIM {
  color: #d41982;
  top: 44%;
  right: 86%; }

.statistics-modal {
  padding: 21px 45px; }
  @media (max-width: 768px) {
    .statistics-modal {
      padding: 21px; } }
  .statistics-modal__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 30px 0; }
  .statistics-modal__item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; }
    .statistics-modal__item span {
      display: block; }
      .statistics-modal__item span:nth-child(1) {
        padding-right: 15px; }
      .statistics-modal__item span:nth-child(2) {
        min-width: 70px; }
  .statistics-modal .form_create-cmc--btn {
    padding-bottom: 0; }

.quick-search-wrapper .filter-wrapper label {
  cursor: pointer; }
  .quick-search-wrapper .filter-wrapper label a {
    display: block;
    font: inherit;
    color: inherit; }
.quick-search-wrapper .filter__item__wrapper .filter-wrapper {
  padding-left: 20px; }
.quick-search-wrapper .tab-top__filter__item .filter__item__wrapper .parent-checkbox[type="checkbox"] ~ label:not(.error) {
  padding-left: 0; }
  .quick-search-wrapper .tab-top__filter__item .filter__item__wrapper .parent-checkbox[type="checkbox"] ~ label:not(.error):before {
    display: none; }
.quick-search-wrapper .tab-top__filter__item .filter__item__wrapper.filter-group-any-selected .filter-node-not-selected-checkbox[type="checkbox"] ~ label:not(.error):before {
  background-image: none;
  cursor: default;
  border-color: #dfdfdf;
  background-color: #f7f7f7; }
.quick-search-wrapper .tab-top__filter__item .filter__item__wrapper {
  margin-top: 19px; }
.quick-search-wrapper .tab-top__filter__item .filter__item__title {
  margin-bottom: 2px; }
.quick-search-wrapper .tab-top__filter__item .expand {
  margin-top: 22px; }
.quick-search-wrapper .tab-top__filter__wrapper .filters-form {
  display: block;
  width: 100%; }
.quick-search-wrapper .tab-top__filter__wrapper .mod-title {
  margin-bottom: 0; }
.quick-search-wrapper .filter-result__item {
  border: 1px solid #e7e7e7; }
.quick-search-wrapper .tab-top__pagination {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0; }
  .quick-search-wrapper .tab-top__pagination.top-pagination {
    margin-bottom: 47px; }
  .quick-search-wrapper .tab-top__pagination.bottom-pagination {
    margin-top: 40px; }
.quick-search-wrapper .pagination__wrapper li {
  width: 47px;
  line-height: 47px;
  height: 47px; }

.tab-top__search-result__wrapper {
  width: 100%;
  padding-top: 25px; }
  .tab-top__search-result__wrapper._border-top {
    border-top: 1px solid #DFDFDF; }

.results-for {
  font-size: 12px;
  line-height: 20px;
  color: #1a2024;
  margin-bottom: 5px; }

.help-popup-container.quick-search-block--hint {
  position: absolute;
  top: 15px;
  right: -35px;
  margin-left: 10px; }
  @media (max-width: 1024px) {
    .help-popup-container.quick-search-block--hint {
      right: 15px; } }

@media screen and (min-width: 768px) {
  .section_search-tabs {
    margin-top: 0; }

  .quick-search-wrapper .tab-btn__wrapper {
    margin: 0 -10px 48px;
    width: auto; }
    .quick-search-wrapper .tab-btn__wrapper .tab-btn {
      float: left;
      display: block;
      margin: 0 10px;
      width: 47.3%;
      width: calc(50% - 20px); }
      .quick-search-wrapper .tab-btn__wrapper .tab-btn:last-child {
        float: right;
        margin: 0 10px !important; }
    .quick-search-wrapper .tab-btn__wrapper:after, .quick-search-wrapper .tab-btn__wrapper:before {
      content: '';
      display: block;
      clear: both; }
  .quick-search-wrapper .tab-top__main {
    margin: 37px -6px 0; }
  .quick-search-wrapper .tab-top__search-result__wrapper {
    padding-right: 16px;
    padding-left: 16px; }
  .quick-search-wrapper .tab-top__filter__wrapper {
    padding: 0 16px 32px; }
    .quick-search-wrapper .tab-top__filter__wrapper > div {
      margin-bottom: 6px; }
    .quick-search-wrapper .tab-top__filter__wrapper .results-reset {
      margin-top: 11px; }
  .quick-search-wrapper .tab-top__filter__wrapper .mod-title {
    margin-bottom: 9px; }
  .quick-search-wrapper .tab-top__filter__wrapper .tab-search__wrapper {
    margin-bottom: 36px; }
  .quick-search-wrapper .tab-top__filter__wrapper .mob-filter-btn {
    margin-bottom: 33px; }
  .quick-search-wrapper .tab-top__filter__wrapper .results-counter__wrapper {
    margin-bottom: 0; }
  .quick-search-wrapper .tab-top__filter__item .filter__item__wrapper {
    margin-top: 14px; }
  .quick-search-wrapper .tab-top__filter__item .filter__item__title {
    margin-bottom: 10px; }
  .quick-search-wrapper .tab-top__filter__item .expand {
    margin-top: 17px; }
  .quick-search-wrapper .filter-result__title {
    margin-top: 44px; } }
@media screen and (min-width: 1024px) {
  .section_search-tabs {
    margin-top: 11px; }

  .quick-search-wrapper {
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 24px; }
    .quick-search-wrapper .tab-top__main {
      margin-top: 0;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .quick-search-wrapper .tab-top__filter__wrapper {
      padding-right: 0;
      padding-left: 0;
      margin-right: 0;
      width: 260px; }
      .quick-search-wrapper .tab-top__filter__wrapper > div {
        margin-bottom: 11px; }
      .quick-search-wrapper .tab-top__filter__wrapper .tab-search__wrapper {
        margin-bottom: 32px; }
      .quick-search-wrapper .tab-top__filter__wrapper .results-counter__wrapper {
        margin-bottom: 47px; }
    .quick-search-wrapper .tab-top__search-result__wrapper {
      width: calc(100% - 324px);
      padding: 31px 0 0; }
    .quick-search-wrapper .tab-btn__wrapper {
      margin-bottom: 30px; }
      .quick-search-wrapper .tab-btn__wrapper .tab-btn {
        float: right;
        width: auto; }
    .quick-search-wrapper .filter-result__title {
      margin-top: 52px; }
    .quick-search-wrapper .filter-result__item {
      margin-top: 16px; }
    .quick-search-wrapper .tab-top__pagination {
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      .quick-search-wrapper .tab-top__pagination.bottom-pagination {
        margin-top: 61px; }
    .quick-search-wrapper .pagination__wrapper li {
      line-height: 36px;
      width: 36px;
      height: 36px; }

  .tab-top__filter__wrapper .mob-filter-btn {
    display: none; }
  .tab-top__filter__wrapper:after {
    display: none; } }
@media screen and (max-width: 1023px) {
  .tab-top__filter__wrapper .filters-form > *:not(.results-counter__wrapper) {
    display: none; }
  .tab-top__filter__wrapper .mob-filter-btn {
    display: inline-block; }
  .tab-top__filter__wrapper.mobile-open .filters-form > *:not(.results-counter__wrapper),
  .tab-top__filter__wrapper.mobile-open .mod-title {
    display: block; }
  .tab-top__filter__wrapper.mobile-open .filters-form .results-counter__wrapper,
  .tab-top__filter__wrapper.mobile-open .mob-filter-btn,
  .tab-top__filter__wrapper.mobile-open .results-for {
    display: none; }

  .quick-search-wrapper .tab-top__pagination.top-pagination {
    display: none; }

  .results-for {
    margin-bottom: 17px; } }
.without-reviewer .tab-btn__wrapper {
  text-align: left;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 20px;
  margin: 0 0 20px; }
  .without-reviewer .tab-btn__wrapper .cmc-button {
    display: inline-block;
    width: auto;
    margin: 7px 0 0;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    padding: 14px 10px 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background: #004382;
    border: 0 none;
    cursor: pointer;
    transition: all 0.5s ease;
    text-decoration: none;
    text-align: center;
    vertical-align: middle; }
    .without-reviewer .tab-btn__wrapper .cmc-button:hover {
      opacity: 0.6; }
    .without-reviewer .tab-btn__wrapper .cmc-button:first-child {
      margin-left: 0; }
    .without-reviewer .tab-btn__wrapper .cmc-button:last-child {
      margin-left: 0;
      margin-right: 0; }
  .without-reviewer .tab-btn__wrapper .export-btn {
    float: right;
    min-width: 155px; }
    .without-reviewer .tab-btn__wrapper .export-btn .tab-btn {
      float: left;
      padding: 0 19px;
      background: #fff;
      text-transform: uppercase;
      cursor: pointer;
      font-family: "Open Sans", sans-serif; }
      .without-reviewer .tab-btn__wrapper .export-btn .tab-btn img {
        margin: 0 8px 0 0; }
      .without-reviewer .tab-btn__wrapper .export-btn .tab-btn:last-child {
        margin: 0 !important; }
.without-reviewer .list-search-result._border-top {
  border-top: 1px solid #DFDFDF; }
.without-reviewer .list-search-result__checked {
  margin-bottom: 20px;
  font-weight: 300; }
  .without-reviewer .list-search-result__checked label {
    padding-left: 42px;
    cursor: pointer; }
.without-reviewer .list-search-result__table {
  border-collapse: collapse;
  box-sizing: border-box; }
  .without-reviewer .list-search-result__table thead .data-report__table-cell {
    background-color: #004382;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 24px 0 18px;
    height: 54px;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #fff;
    transition: background-color 0.5s ease;
    background-position: center right 2px;
    border-bottom: 0 none;
    width: 100px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell span {
      display: block;
      padding-right: 10px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell:first-child {
      padding: 0 10px; }
      .without-reviewer .list-search-result__table thead .data-report__table-cell:first-child label {
        line-height: 1.4; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell--checkboxes:first-child {
      padding: 0 0 0 10px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell:nth-child(2) {
      min-width: 76px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell:nth-child(7) {
      min-width: 61px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell:nth-child(8) {
      min-width: 61px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell:nth-child(9) {
      min-width: 105px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell:nth-child(10) span {
      padding-right: 0; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell[aria-label*="Reviewer list + Review status"] {
      min-width: 142px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell[aria-label*="JCRB review limit"] {
      min-width: 97px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell[aria-label*="Initially submitted"] {
      min-width: 98px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell[aria-label*="Last update"] {
      min-width: 98px; }
    .without-reviewer .list-search-result__table thead .data-report__table-cell[aria-label*="Review limit"] {
      min-width: 98px; }
  .without-reviewer .list-search-result__table tbody tr .data-report__table-cell {
    color: #1a2024;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    vertical-align: middle;
    border-left-color: #a8a8a8;
    border-right-color: #a8a8a8;
    position: relative;
    height: 100%; }
    .without-reviewer .list-search-result__table tbody tr .data-report__table-cell:first-child {
      text-align: left;
      font-weight: bold; }
    .without-reviewer .list-search-result__table tbody tr .data-report__table-cell--center {
      text-align: center; }
      .without-reviewer .list-search-result__table tbody tr .data-report__table-cell--center:first-child {
        text-align: center; }
    .without-reviewer .list-search-result__table tbody tr .data-report__table-cell.dataTables_empty {
      border-right: 0 none;
      position: relative;
      z-index: 1; }
    .without-reviewer .list-search-result__table tbody tr .data-report__table-cell a {
      color: #1a2024; }
      .without-reviewer .list-search-result__table tbody tr .data-report__table-cell a:hover {
        text-decoration: none; }
    .without-reviewer .list-search-result__table tbody tr .data-report__table-cell .colorable-cells {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      min-height: 73px; }
      .without-reviewer .list-search-result__table tbody tr .data-report__table-cell .colorable-cells label {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%); }
      .without-reviewer .list-search-result__table tbody tr .data-report__table-cell .colorable-cells [type="checkbox"] ~ label:not(.error):before {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .without-reviewer .list-search-result__table tbody tr._greyout td.data-report__table-cell {
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    background-color: #FFFFFF; }
    .without-reviewer .list-search-result__table tbody tr._greyout td.data-report__table-cell:first-child {
      background-color: #cbdeef; }
      .without-reviewer .list-search-result__table tbody tr._greyout td.data-report__table-cell:first-child[class*="sorting"] {
        background-color: #cbdeef; }
    .without-reviewer .list-search-result__table tbody tr._greyout td.data-report__table-cell[class*="sorting"] {
      background-color: #ffffff; }
  .without-reviewer .list-search-result__table tbody tr._new td.data-report__table-cell:first-child {
    background-color: #cbdeef; }
    .without-reviewer .list-search-result__table tbody tr._new td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #cbdeef; }
  .without-reviewer .list-search-result__table tbody tr._modified td.data-report__table-cell:first-child {
    background-color: #e6f1fb; }
    .without-reviewer .list-search-result__table tbody tr._modified td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #e6f1fb; }
  .without-reviewer .list-search-result__table tbody tr._greyout_modified td.data-report__table-cell:first-child {
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    background-color: #dfdfdf; }
    .without-reviewer .list-search-result__table tbody tr._greyout_modified td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #dfdfdf; }
  .without-reviewer .list-search-result__table tbody tr._published td.data-report__table-cell:first-child {
    background-color: #e3ecad; }
    .without-reviewer .list-search-result__table tbody tr._published td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #e3ecad; }
  .without-reviewer .list-search-result__table.dataTable.no-footer {
    border-bottom: 0 none; }
  .without-reviewer .list-search-result__table .form_create-cmc--select-wrap {
    min-width: 150px; }
  .without-reviewer .list-search-result__table .check-wrap {
    width: 32px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
    .without-reviewer .list-search-result__table .check-wrap label {
      vertical-align: top;
      cursor: pointer; }
  .without-reviewer .list-search-result__table .form_create-cmc--select-wrap .select2-container .select2-selection {
    height: 35px;
    padding-top: 8px; }
  .without-reviewer .list-search-result__table .check-wrap {
    margin-right: 0;
    margin-top: 3px; }
  .without-reviewer .list-search-result__table .check-wrap-with-state label {
    padding-left: 42px; }
.without-reviewer .list-search-result .dataTables_paginate {
  padding-top: 30px; }
  .without-reviewer .list-search-result .dataTables_paginate .paginate_button {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #DFDFDF;
    border-radius: 0;
    background: #fff;
    color: #004382 !important;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 -1px;
    padding: 0;
    position: relative;
    transition: all 0.5s ease; }
    .without-reviewer .list-search-result .dataTables_paginate .paginate_button:hover {
      border: 1px solid #DFDFDF;
      color: #004382 !important;
      font-weight: 500; }
    .without-reviewer .list-search-result .dataTables_paginate .paginate_button.current {
      font-weight: 600; }
      .without-reviewer .list-search-result .dataTables_paginate .paginate_button.current:hover {
        background: #fff; }
    .without-reviewer .list-search-result .dataTables_paginate .paginate_button.disabled {
      color: #666 !important; }
      .without-reviewer .list-search-result .dataTables_paginate .paginate_button.disabled:before {
        border-color: #666 !important; }
    .without-reviewer .list-search-result .dataTables_paginate .paginate_button.first, .without-reviewer .list-search-result .dataTables_paginate .paginate_button.last {
      display: none; }
    .without-reviewer .list-search-result .dataTables_paginate .paginate_button.previous {
      text-indent: -9999px; }
      .without-reviewer .list-search-result .dataTables_paginate .paginate_button.previous:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5px 0 0 -2px;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        border-style: solid;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    .without-reviewer .list-search-result .dataTables_paginate .paginate_button.next {
      text-indent: -9999px; }
      .without-reviewer .list-search-result .dataTables_paginate .paginate_button.next:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5px 0 0 -7px;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        border-style: solid;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
.without-reviewer .tab-top__filter__wrapper.mobile-open .filter-wrapper,
.without-reviewer .tab-top__filter__wrapper.mobile-open .results-counter__wrapper {
  display: block; }

@media (min-width: 1024px) and (max-width: 1060px) {
  .review-row {
    margin-right: 0; } }
.action-btn-review-wrap {
  clear: both; }

@media (max-width: 1024px) {
  .mycmc-btn-wrap .data-report__export-btn-wrap {
    margin-top: 0; } }
@media (min-width: 1320px) {
  .mycmc-btn-wrap._right {
    width: 30%;
    text-align: right; }
    .mycmc-btn-wrap._right .tab-btn {
      margin-bottom: 12px; }
    .mycmc-btn-wrap._right .import-template-btn.data-report__export-btn-wrap .tab-btn {
      min-width: 337px;
      float: right; }
    .mycmc-btn-wrap._right .export-btn {
      min-width: 155px; }
  .mycmc-btn-wrap._left {
    width: 70%; } }
@media screen and (max-width: 991px) {
  .mycmc-btn-wrap .tab-btn:last-child {
    margin: 0 0 20px !important; } }

@media (max-width: 1024px) {
  .mycmc-btn-wrap .import-template-btn.data-report__export-btn-wrap .tab-btn {
    width: 48%;
    overflow: hidden; } }
@media (max-width: 767px) {
  .mycmc-btn-wrap .import-template-btn.data-report__export-btn-wrap .tab-btn {
    width: 97%;
    overflow: hidden; } }
@media (max-width: 425px) {
  .mycmc-btn-wrap .import-template-btn.data-report__export-btn-wrap .tab-btn {
    width: 100%; } }

@media (min-width: 1320px) {
  .mycmc-submit-cmc-wrap {
    padding-top: 81px; } }
@media (max-width: 1024px) {
  .mycmc-submit-cmc-wrap {
    display: inline-block;
    width: 48%; }
    .mycmc-submit-cmc-wrap .data-report__btn {
      width: 100%; } }

@media (min-width: 426px) and (max-width: 1024px) {
  .data-report__buttons-wrap.mycmc-btn-wrap._right .data-report__buttons-wrap {
    display: inline-block;
    width: 48%; }
    .data-report__buttons-wrap.mycmc-btn-wrap._right .data-report__buttons-wrap .tab-btn {
      width: 100%; } }

.white-popup-block .form_create-cmc--item:before {
  display: none; }

.white-popup-block._uncertainty-table-popup .help-popup-container {
  position: absolute;
  right: 2px; }
.white-popup-block._uncertainty-table-popup .data-report__buttons-wrap._right {
  max-width: 44%; }
  @media (max-width: 1319px) {
    .white-popup-block._uncertainty-table-popup .data-report__buttons-wrap._right {
      float: right; } }
  @media (max-width: 1128px) {
    .white-popup-block._uncertainty-table-popup .data-report__buttons-wrap._right {
      max-width: 50%; } }
  @media (max-width: 790px) {
    .white-popup-block._uncertainty-table-popup .data-report__buttons-wrap._right {
      float: none;
      max-width: 100%; }
      .white-popup-block._uncertainty-table-popup .data-report__buttons-wrap._right + .form-group .form_create-cmc--label {
        width: calc(100% - 60px); }
      .white-popup-block._uncertainty-table-popup .data-report__buttons-wrap._right + .form-group + .form-group .form_create-cmc--label {
        width: calc(100% - 60px); } }
.white-popup-block._uncertainty-table-popup .export-btn.data-report__export-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1319px) {
    .white-popup-block._uncertainty-table-popup .export-btn.data-report__export-btn-wrap {
      margin-top: 0;
      padding-top: 0;
      border-top: none; } }
.white-popup-block._uncertainty-table-popup .fullscreen-toggle {
  margin-top: 50px; }
  @media (max-width: 869px) {
    .white-popup-block._uncertainty-table-popup .fullscreen-toggle {
      margin-top: 20px; } }

.form-group._uncertainty-table-name {
  margin-top: -29px;
  margin-bottom: 40px; }
  .form-group._uncertainty-table-name .form_create-cmc--label {
    width: auto; }
  .form-group._uncertainty-table-name label.error {
    bottom: -35px;
    min-height: 30px; }

#reviewReplyDiv .form-horizontal .form_create-cmc--control, #reviewCommentWrapper .form-horizontal .form_create-cmc--control {
  width: 100%;
  float: none; }

@media screen and (min-width: 1025px) and (max-width: 1319px) {
  .without-reviewer .tab-top__search-result__wrapper .tab-btn__wrapper {
    margin: 0 0 20px; }
    .without-reviewer .tab-top__search-result__wrapper .tab-btn__wrapper .export-btn {
      width: 100%;
      padding-top: 20px;
      margin-top: 20px;
      border-top: 1px solid #DFDFDF; } }
@media screen and (min-width: 1025px) {
  .quick-search-wrapper .without-reviewer .tab-btn__wrapper {
    margin: 0 0 48px; }

  .without-reviewer .tab-top__search-result__wrapper .tab-btn__wrapper .tab-btn:last-child {
    margin: 0 !important; } }
@media screen and (max-width: 1024px) {
  .quick-search-wrapper .without-reviewer .top__filter__wrapper {
    width: 100%; }
  .quick-search-wrapper .without-reviewer .list-search-result {
    width: 100%; }
  .quick-search-wrapper .without-reviewer .tab-btn__wrapper .cmc-button {
    margin: 0 0 20px;
    padding: 21px 5px 18px;
    width: 48.5%;
    float: left; }
    .quick-search-wrapper .without-reviewer .tab-btn__wrapper .cmc-button:nth-child(2n) {
      float: right; }
  .quick-search-wrapper .without-reviewer .tab-btn__wrapper .export-btn {
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #DFDFDF; }
    .quick-search-wrapper .without-reviewer .tab-btn__wrapper .export-btn .tab-btn {
      width: 48.5%; }
  .quick-search-wrapper .without-reviewer .list-search-result .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 17px; }
  .quick-search-wrapper .without-reviewer .list-search-result .dataTables_paginate {
    width: 100%;
    text-align: center;
    padding-top: 39px; }
    .quick-search-wrapper .without-reviewer .list-search-result .dataTables_paginate .paginate_button {
      height: 50px;
      width: 50px;
      line-height: 50px; } }
@media screen and (min-width: 1024px) {
  .quick-search-wrapper .without-reviewer .tab-top__filter__wrapper .mob-filter-btn {
    display: none; }
  .quick-search-wrapper .without-reviewer .tab-top__filter__wrapper .mob-hidden {
    display: block; } }
@media (max-width: 1023px) {
  .quick-search-wrapper .tab-top__main.without-reviewer {
    margin-top: 26px; }
    .quick-search-wrapper .tab-top__main.without-reviewer .tab-top__filter__wrapper {
      padding-bottom: 0;
      margin-bottom: 0; }
      .quick-search-wrapper .tab-top__main.without-reviewer .tab-top__filter__wrapper:after {
        display: none; }
      .quick-search-wrapper .tab-top__main.without-reviewer .tab-top__filter__wrapper .mob-filter-btn {
        margin-bottom: 0; }
    .quick-search-wrapper .tab-top__main.without-reviewer .tab-btn__wrapper {
      padding-bottom: 17px;
      margin: 0 0 25px; }
      .quick-search-wrapper .tab-top__main.without-reviewer .tab-btn__wrapper .cmc-button {
        height: 47px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 5px 0; }
    .quick-search-wrapper .tab-top__main.without-reviewer .data-report__table-cell-data {
      width: auto;
      min-height: auto;
      float: none;
      padding: 0; } }
@media (max-width: 425px) {
  .quick-search-wrapper .without-reviewer .tab-btn__wrapper {
    border-bottom: 0 none; }
    .quick-search-wrapper .without-reviewer .tab-btn__wrapper .cmc-button {
      font-size: 12px; }
    .quick-search-wrapper .without-reviewer .tab-btn__wrapper .export-btn {
      width: 100%;
      padding-top: 0;
      border-top: 0 none; }
      .quick-search-wrapper .without-reviewer .tab-btn__wrapper .export-btn .tab-btn {
        width: 100%; }
  .quick-search-wrapper .without-reviewer .list-search-result__table thead .data-report__table-cell:first-child label {
    padding-top: 0; }
  .quick-search-wrapper .without-reviewer .list-search-result__table thead .data-report__table-cell:nth-child(2) {
    min-width: 90px; }
  .quick-search-wrapper .without-reviewer .list-search-result .dataTables_paginate {
    padding-top: 31px; } }
.cmc-document-list {
  margin-bottom: 100px;
  padding-top: 24px; }
  .cmc-document-list .filter-wrapper label {
    cursor: pointer; }
    .cmc-document-list .filter-wrapper label a {
      display: block;
      font: inherit;
      color: inherit; }
  .cmc-document-list .filter__item__wrapper .filter-wrapper {
    padding-left: 20px; }
  .cmc-document-list .tab-top__filter__item .filter__item__wrapper .parent-checkbox[type="checkbox"] ~ label:not(.error) {
    padding-left: 0; }
    .cmc-document-list .tab-top__filter__item .filter__item__wrapper .parent-checkbox[type="checkbox"] ~ label:not(.error):before {
      display: none; }
  .cmc-document-list .tab-top__filter__item .filter__item__wrapper {
    margin-top: 19px; }
  .cmc-document-list .tab-top__filter__item .filter__item__title {
    margin-bottom: 2px; }
  .cmc-document-list .tab-top__filter__item .expand {
    margin-top: 22px; }
  .cmc-document-list .tab-top__filter__wrapper .filters-form {
    display: block;
    width: 100%; }
  .cmc-document-list .tab-top__filter__wrapper .mod-title {
    margin-bottom: 0; }
  .cmc-document-list .filter-result__item {
    border: 1px solid #e7e7e7; }
    .cmc-document-list .filter-result__item .forTable {
      width: 100%;
      overflow-x: auto; }
  .cmc-document-list .tab-top__pagination {
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0; }
    .cmc-document-list .tab-top__pagination.top-pagination {
      margin-bottom: 47px; }
    .cmc-document-list .tab-top__pagination.bottom-pagination {
      margin-top: 40px; }
  .cmc-document-list .pagination__wrapper li {
    width: 47px;
    line-height: 47px;
    height: 47px; }

@media screen and (min-width: 768px) {
  .cmc-document-list .tab-btn__wrapper {
    margin: 0 -10px 48px;
    width: auto; }
    .cmc-document-list .tab-btn__wrapper .tab-btn {
      float: left;
      display: block;
      margin: 0 10px;
      width: 47.3%;
      width: calc(50% - 20px); }
      .cmc-document-list .tab-btn__wrapper .tab-btn:last-child {
        float: right;
        margin: 0 10px !important; }
    .cmc-document-list .tab-btn__wrapper:after, .cmc-document-list .tab-btn__wrapper:before {
      content: '';
      display: block;
      clear: both; }
  .cmc-document-list .tab-top__main {
    margin: 37px -6px 0; }
  .cmc-document-list .tab-top__search-result__wrapper {
    padding-right: 16px;
    padding-left: 16px; }
  .cmc-document-list .tab-top__filter__wrapper {
    padding: 0 16px 32px; }
    .cmc-document-list .tab-top__filter__wrapper > div {
      margin-bottom: 6px; }
    .cmc-document-list .tab-top__filter__wrapper .results-reset {
      margin-top: 11px; }
  .cmc-document-list .tab-top__filter__wrapper .mod-title {
    margin-bottom: 9px; }
  .cmc-document-list .tab-top__filter__wrapper .tab-search__wrapper {
    margin-bottom: 36px; }
  .cmc-document-list .tab-top__filter__wrapper .mob-filter-btn {
    margin-bottom: 33px; }
  .cmc-document-list .tab-top__filter__wrapper .results-counter__wrapper {
    margin-bottom: 0; }
  .cmc-document-list .tab-top__filter__item .filter__item__wrapper {
    margin-top: 14px; }
  .cmc-document-list .tab-top__filter__item .filter__item__title {
    margin-bottom: 7px; }
  .cmc-document-list .tab-top__filter__item .expand {
    margin-top: 17px; }
  .cmc-document-list .filter-result__title {
    margin-top: 44px; } }
@media screen and (min-width: 1024px) {
  .cmc-document-list .tab-top__main {
    margin-top: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .cmc-document-list .tab-top__filter__wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    width: 260px; }
    .cmc-document-list .tab-top__filter__wrapper > div {
      margin-bottom: 11px; }
    .cmc-document-list .tab-top__filter__wrapper .tab-search__wrapper {
      margin-bottom: 32px; }
    .cmc-document-list .tab-top__filter__wrapper .results-counter__wrapper {
      margin-bottom: 47px; }
  .cmc-document-list .tab-top__search-result__wrapper {
    width: calc(100% - 324px);
    padding: 31px 0 0; }
  .cmc-document-list .tab-btn__wrapper {
    margin-bottom: 30px; }
    .cmc-document-list .tab-btn__wrapper .tab-btn {
      float: right;
      width: auto; }
  .cmc-document-list .filter-result__title {
    margin-top: 52px; }
  .cmc-document-list .filter-result__item {
    margin-top: 16px; }
  .cmc-document-list .tab-top__pagination {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .cmc-document-list .tab-top__pagination.bottom-pagination {
      margin-top: 61px; }
  .cmc-document-list .pagination__wrapper li {
    line-height: 36px;
    width: 36px;
    height: 36px; } }
@media screen and (max-width: 1024px) {
  .cmc-document-list .tab-top__pagination.top-pagination {
    display: none; } }
.page-404 .messages {
  margin-top: 62px; }
@media (max-width: 1024px) {
  .page-404 .messages {
    margin-top: 40px; } }
@media (max-width: 767px) {
  .page-404 .messages {
    margin-top: 30px; } }

.popup-with-tabs {
  max-width: 1324px; }
  .popup-with-tabs .comparison-tabs-navigation-wrapper .tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .popup-with-tabs .comparison-tabs-navigation-wrapper .tabs-list .tabs-list-item {
      width: 25%;
      border: 1px solid #e7e7e7;
      border-left: 1px solid #e7e7e7; }

.hidden-span {
  display: none; }

.tab-section em, .tab-section i {
  font-style: italic; }
.tab-section b, .tab-section strong {
  font-weight: bold; }
.tab-section u {
  text-decoration: underline; }

.modal-without-float {
  float: none; }

.section-detail-form .col-cmc {
  padding: 0 30px; }
.section-detail-form .section-detail-top {
  margin-bottom: 50px;
  padding: 0; }
  .section-detail-form .section-detail-top .row-with-margin {
    margin-top: 25px; }

.result-name {
  font-size: 32px;
  font-weight: 600;
  color: #1A2024;
  line-height: 45px;
  margin-bottom: 30px; }
  .result-name span {
    color: #004382; }

.common-detail-section {
  padding: 25px 0 50px 0; }
  .common-detail-section .section_blue-block {
    background-color: #E6F1FB; }
  .common-detail-section .section_create {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 20px; }
  .common-detail-section .create-section_title {
    text-transform: uppercase;
    color: #004382;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    margin-right: 30px; }
  .common-detail-section .add-content-btn {
    margin: 0 0 0 22%;
    top: 0; }

.degrees-section .degrees-section_radio-wrapper {
  display: inline-block; }
  .degrees-section .degrees-section_radio-wrapper:first-child {
    margin-right: 25px; }
  .degrees-section .degrees-section_radio-wrapper .degrees-section_radio-label {
    font-size: 14px; }
.degrees-section [type="radio"] {
  position: absolute;
  left: -9999px; }
  .degrees-section [type="radio"] ~ label {
    position: relative;
    padding-left: 38px;
    display: inline-block;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .degrees-section [type="radio"] ~ label:before {
      content: '';
      display: block;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      border: 1px solid #dfdfdf;
      background: #fff url("/kcdb/static/icons/checked-add8bb8cc215056a80f1542a8c1b2da5.png") no-repeat center center;
      background-size: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .degrees-section [type="radio"] ~ label:active:before, .degrees-section [type="radio"] ~ label:focus:before, .degrees-section [type="radio"] ~ label:hover:before {
      border-color: #bababa; }
  .degrees-section [type="radio"]:checked ~ label:not(.error):before {
    background-size: 36%; }
  .degrees-section [type="radio"]:disabled ~ label:not(.error):before {
    border-color: #bbb;
    background-color: #ddd;
    color: #aaa; }
  .degrees-section [type="radio"].error ~ label:not(.error):before {
    border-color: #d0021b; }

.common-section_content-list .common_content-item {
  padding: 0 0 30px;
  margin-bottom: 20px; }
  .common-section_content-list .common_content-item .common_content-item--remove-block {
    position: relative;
    padding: 19px 0;
    margin: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #CBDEEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .common-section_content-list .common_content-item .common_content-item--remove-block .common_content-item--remove-btn {
      width: 17px;
      height: 20px;
      top: 18px;
      right: 22px;
      background: url("/kcdb/static/icons/trash_ico-d63568b901542f9dc0d121a801d55cd0.svg");
      background-size: cover;
      cursor: pointer;
      transition: all .3s; }
      .common-section_content-list .common_content-item .common_content-item--remove-block .common_content-item--remove-btn:hover {
        opacity: 0.7; }
  .common-section_content-list .common_content-item .degrees_content-row {
    margin-top: 25px; }
  .common-section_content-list .common_content-item .cke_editable {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 17px 20px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: #3e3e3e;
    font-family: "Open Sans", sans-serif;
    background-color: #ffffff;
    height: 160px; }
    .common-section_content-list .common_content-item .cke_editable:hover, .common-section_content-list .common_content-item .cke_editable:focus {
      border-color: #bababa; }
  .common-section_content-list .common_content-item .dynamic-height-control ~ .cke_editable {
    height: auto;
    min-height: 160px; }

.degrees-section_content-list .degrees_content-item .export-import_wrapper {
  padding-top: 20px;
  margin-bottom: 20px; }
  .degrees-section_content-list .degrees_content-item .export-import_wrapper .add-item-btn {
    margin-top: 15px;
    margin-right: 14%; }
.degrees-section_content-list .degrees_content-item .table-block-wrapper .table-container {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 17px 20px;
  background: #fff;
  min-height: 110px;
  display: inline-block;
  overflow-x: auto; }
  @media (max-width: 440px) {
    .degrees-section_content-list .degrees_content-item .table-block-wrapper .table-container {
      padding: 17px 14px; } }
  .degrees-section_content-list .degrees_content-item .table-block-wrapper .table-container .degree_import_result-table {
    border-collapse: collapse;
    min-width: 50%;
    width: auto; }
    .degrees-section_content-list .degrees_content-item .table-block-wrapper .table-container .degree_import_result-table th, .degrees-section_content-list .degrees_content-item .table-block-wrapper .table-container .degree_import_result-table td {
      text-transform: none; }
      .degrees-section_content-list .degrees_content-item .table-block-wrapper .table-container .degree_import_result-table th:first-child, .degrees-section_content-list .degrees_content-item .table-block-wrapper .table-container .degree_import_result-table td:first-child {
        width: 30px; }
      .degrees-section_content-list .degrees_content-item .table-block-wrapper .table-container .degree_import_result-table th:nth-child(2), .degrees-section_content-list .degrees_content-item .table-block-wrapper .table-container .degree_import_result-table td:nth-child(2) {
        text-align: left; }
  .degrees-section_content-list .degrees_content-item .table-block-wrapper .table-container .degree_import_result-legend-color {
    display: inline-block;
    border: 1px solid #dfdfdf;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0; }

.section-common {
  padding: 54px 0 24px; }

.remove-btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #a8a8a8;
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.5s ease; }
  .remove-btn:hover {
    opacity: 0.5; }
  .remove-btn:before {
    content: '';
    width: 2px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .remove-btn:after {
    content: '';
    width: 2px;
    height: 18px;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.result-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .result-controls .result-controls_fild-wrapper {
    max-width: 500px;
    width: 100%;
    position: relative; }
    .result-controls .result-controls_fild-wrapper .form_create-cmc--control {
      padding-right: 210px; }
  .result-controls .result-controls_checkbox {
    position: absolute;
    bottom: 12px;
    right: 30px; }

.publish-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px; }
  .publish-wraper .publish-wraper_btn:first-child {
    margin-right: 10px; }
  .publish-wraper .publish-wraper_checkbox {
    position: absolute;
    left: -9999px; }
    .publish-wraper .publish-wraper_checkbox:checked ~ .publish-wraper_label:before {
      -webkit-background-size: 75%;
      background-size: 75%; }
  .publish-wraper .publish-wraper_label {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 17px;
    padding: 15px 16px 19px 48px;
    border: 1px solid #E7E7E7;
    border-top: 4px solid #E2002A;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .publish-wraper .publish-wraper_label:focus:before, .publish-wraper .publish-wraper_label:active:before, .publish-wraper .publish-wraper_label:hover:before {
      border-color: #e2002a; }
    .publish-wraper .publish-wraper_label:before {
      content: '';
      display: block;
      position: absolute;
      left: 19px;
      top: 50%;
      transform: translate(0, -13px);
      -webkit-transform: translate(0, -13px);
      -ms-transform: translate(0, -13px);
      transform: translate(0, -13px);
      width: 20px;
      height: 20px;
      border: 2px solid #e2002a;
      border-radius: 4px;
      background: #fff url("/kcdb/static/icons/red-tick-4490457fe9968a16857a91bc6725bc13.png") no-repeat center center;
      background-size: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

.documents-list .upload-file {
  position: absolute;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0); }
.documents-list .list_with-manage .list-item-wrapper .items-control-wrapper {
  top: auto;
  right: 8px;
  bottom: -13px; }

.results-list {
  padding: 30px 20px 0; }
  .results-list .list_with-manage .list-item-wrapper .items-control-wrapper {
    top: auto;
    right: 45px;
    bottom: -7px; }
  .results-list .result-title {
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #1a2024;
    margin: 0;
    padding: 0 0 2px; }
  .results-list .results-list_form-controls {
    position: relative;
    padding-bottom: 0; }
  .results-list .results-list_form-controls .push-online {
    width: 250px; }
  .results-list .results-list_publication-status {
    position: absolute;
    top: -20px;
    left: 0;
    font-style: italic;
    opacity: .4;
    font-size: 12px; }

.result-checkbox_lable,
.results-section_lable {
  font-weight: 300;
  font-size: 14px; }

.result-publish-disable-notification {
  position: absolute;
  top: 5px;
  right: 0; }
  @media screen and (max-width: 1319px) {
    .result-publish-disable-notification {
      top: -65px; } }

.results-section {
  padding: 10px 45px 10px 43px;
  border: 1px solid #DFDFDF;
  margin-bottom: 20px;
  position: relative; }
  .results-section .result-section_remove {
    top: 11px;
    left: 9px; }
  .results-section .results-section_name,
  .results-section .results-section_description {
    display: block;
    color: #1A2024; }
  .results-section .results-section_name {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    margin: 0 0 7px 0;
    word-break: break-all; }
  .results-section .results-section_description {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DFDFDF;
    word-break: break-all; }
  .results-section .results-section_control {
    margin: 17px 0 7px; }
    .results-section .results-section_control .results-section_checkbox {
      display: inline-block;
      padding-right: 40px;
      border-right: 1px solid #dfdfdf; }
    .results-section .results-section_control .add-item-btn {
      margin: 0 0 0 40px;
      top: -3px; }

.participants-publick .form_input-wrapper,
.participants-publick .form_create-cmc--select-wrap,
.add-institute_list .form_input-wrapper,
.add-institute_list .form_create-cmc--select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.participants-publick label.error,
.add-institute_list label.error {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #d0021b;
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  padding-top: 8px;
  display: block; }
.participants-publick input.error,
.participants-publick select.error ~ .select2-container .select2-selection,
.participants-publick textarea.error ~ .cke_editable,
.add-institute_list input.error,
.add-institute_list select.error ~ .select2-container .select2-selection,
.add-institute_list textarea.error ~ .cke_editable {
  border-color: #D0021B; }

.participants-publick {
  padding: 40px 20px 0 20px; }
  .participants-publick .add-institute_title {
    padding: 0; }
  .participants-publick .publick-institute-list {
    max-height: 300px; }
    .participants-publick .publick-institute-list .publick-institute-item {
      margin-bottom: 10px; }
      .participants-publick .publick-institute-list .publick-institute-item:last-child .form_input-wrapper,
      .participants-publick .publick-institute-list .publick-institute-item:last-child .form_create-cmc--select-wrap {
        margin-bottom: 0; }
  .participants-publick .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }
    .participants-publick .form-group .form_create-cmc--label {
      min-width: 65px;
      padding: 15px 0 0; }
    .participants-publick .form-group .form_input-wrapper,
    .participants-publick .form-group .form_create-cmc--select-wrap {
      width: 60%;
      margin-bottom: 10px; }
    .participants-publick .form-group .form_create-cmc--select-wrap {
      position: relative; }
      .participants-publick .form-group .form_create-cmc--select-wrap .publick-instetute_remove {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        position: absolute;
        right: -45px;
        top: 15px;
        border: none;
        font-size: 21px;
        border-radius: 50%;
        background: #004382;
        transition: all .3s;
        cursor: pointer; }
        .participants-publick .form-group .form_create-cmc--select-wrap .publick-instetute_remove:hover {
          color: #cf112d;
          background: #e6f1fb;
          -webkit-box-shadow: 0px 0px 0px 1px #004382;
          -moz-box-shadow: 0px 0px 0px 1px #004382;
          box-shadow: 0px 0px 0px 1px #004382; }

.participants-section {
  padding: 40px 0 24px; }
  .participants-section .select2-selection {
    height: 56px; }
  .participants-section .form_create-cmc--label {
    line-height: 20px; }

.participants-section_filters-row {
  padding: 0 29px 0 11px;
  margin-bottom: 27px;
  max-width: 630px; }

.form_create-cmc--control.dashed-input {
  border: 1px dashed #dfdfdf; }
  .form_create-cmc--control.dashed-input:hover, .form_create-cmc--control.dashed-input:focus {
    border-color: #bababa; }
.form_create-cmc--control.results-description {
  cursor: default; }
.form_create-cmc--control:disabled {
  border: 1px dashed #dfdfdf;
  background-color: #fff; }

.add-institute {
  padding-top: 21px;
  position: relative; }
  .add-institute:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0;
    left: -100%;
    background: #fccf00; }
  .add-institute .add-institute_title {
    padding: 0 20px; }

.add-institute_title {
  margin-bottom: 57px;
  padding: 0 20px; }

.block-with-scroll {
  max-height: 825px;
  overflow: hidden; }
  .block-with-scroll .mCSB_scrollTools_vertical {
    visibility: visible !important; }

.institute-item {
  background-color: #E6F1FB;
  padding: 0 20px 30px;
  margin-bottom: 21px; }
  .institute-item:last-child {
    margin-bottom: 0; }
  .institute-item .institute-item_title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #CBDEEF;
    padding: 17px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .institute-item .institute-item_title-wrapper .institute-item_title {
      color: #004382;
      font-size: 14px;
      font-weight: bold;
      line-height: 19px;
      text-transform: uppercase;
      margin-bottom: 0; }
    .institute-item .institute-item_title-wrapper .institute-item_delete {
      width: 18px;
      height: 20px;
      cursor: pointer;
      background-image: url("/kcdb/static/icons/trash_ico-d63568b901542f9dc0d121a801d55cd0.svg");
      background-size: cover;
      opacity: 0.7; }
      .institute-item .institute-item_title-wrapper .institute-item_delete:hover {
        opacity: 1; }
  .institute-item .institute-item_body {
    padding: 23px 0 0; }
    .institute-item .institute-item_body .create-comparison-form-row {
      margin-bottom: 21px; }
      .institute-item .institute-item_body .create-comparison-form-row .form_create-cmc--select-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .institute-item .institute-item_body .create-comparison-form-row .form_create-cmc--select-wrap .error {
          padding-top: 0;
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
      .institute-item .institute-item_body .create-comparison-form-row label.error {
        color: #cf112d;
        padding-top: 5px;
        font-style: italic;
        font-weight: 300;
        position: relative;
        top: 5px; }

.add-item-btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 2px solid #597da1;
  color: #597da1;
  padding-bottom: 3px;
  margin: 30px 0 0;
  position: relative;
  top: -5px;
  transition: all 0.3s; }
  .add-item-btn img {
    width: 17px;
    height: 12px;
    margin-right: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .7; }
  .add-item-btn span {
    color: #597da1;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    transition: 0.3s; }
    .add-item-btn span:before {
      opacity: .7; }
  .add-item-btn:hover {
    opacity: 1;
    color: #004382;
    border-bottom: 2px solid #004382; }
    .add-item-btn:hover span {
      color: #004382; }
      .add-item-btn:hover span:before {
        opacity: 1; }
    .add-item-btn:hover img {
      opacity: 1; }

.without-img span:before {
  display: inline-block;
  content: '';
  width: 17px;
  height: 11px;
  margin-right: 8px;
  background-image: url("/kcdb/static/img/arrow-right-e65bf49ac9efa7456ad8c736bb054193.png");
  background-size: cover;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.add-title {
  margin-top: 9px;
  display: inline-block; }

.add-institute {
  margin-top: 30px; }
  .add-institute .add-institute-btn {
    margin: 30px 0 0 20px; }

.add-date_list .list-item-wrapper {
  position: relative;
  margin-bottom: 9px; }
  .add-date_list .list-item-wrapper .list-item_name-wrapper {
    background-color: #fff;
    padding: 17px 42px;
    border: 1px solid #dfdfdf; }
    .add-date_list .list-item-wrapper .list-item_name-wrapper .list-item_name {
      text-decoration: underline;
      line-height: 19px;
      color: #1a2024;
      margin-top: 0;
      word-break: break-word; }
  .add-date_list .list-item-wrapper .form_create-cmc--control {
    padding: 17px 42px; }
  .add-date_list .list-item-wrapper .remove-dates-list-item {
    top: 50%;
    left: 8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .add-date_list .list-item-wrapper .items-control-wrapper {
    display: none; }

.list_with-manage .list-item-wrapper .items-control-wrapper {
  display: inline-block;
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .list_with-manage .list-item-wrapper .items-control-wrapper .moveToTop,
  .list_with-manage .list-item-wrapper .items-control-wrapper .moveToBottom {
    width: 13px;
    height: 13px;
    border: 7px solid transparent;
    cursor: pointer; }
    .list_with-manage .list-item-wrapper .items-control-wrapper .moveToTop:hover,
    .list_with-manage .list-item-wrapper .items-control-wrapper .moveToBottom:hover {
      opacity: 0.5; }
  .list_with-manage .list-item-wrapper .items-control-wrapper .moveToTop {
    border-bottom: 7px solid #004382; }
  .list_with-manage .list-item-wrapper .items-control-wrapper .center {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 4px auto;
    background: #004382; }
  .list_with-manage .list-item-wrapper .items-control-wrapper .moveToBottom {
    border-top: 7px solid #004382; }
.list_with-manage .list-item-wrapper_first .items-control-wrapper .moveToTop {
  border-bottom: 7px solid #c1c1c1;
  cursor: auto; }
  .list_with-manage .list-item-wrapper_first .items-control-wrapper .moveToTop:hover {
    opacity: 1; }
.list_with-manage .list-item-wrapper_last .items-control-wrapper .moveToBottom {
  border-top: 7px solid #c1c1c1;
  cursor: auto; }
  .list_with-manage .list-item-wrapper_last .items-control-wrapper .moveToBottom:hover {
    opacity: 1; }

.hiddenNavigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -5; }

.comparison-tabs-navigation-wrapper {
  overflow: hidden; }
  .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) {
    margin: 0 -10px; }
    .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list {
      margin: 0; }
  .comparison-tabs-navigation-wrapper .tabs-list .tabs-list-item {
    border-right: 1px solid #e7e7e7;
    border-left: none; }
    .comparison-tabs-navigation-wrapper .tabs-list .tabs-list-item:first-child {
      border-left: 1px solid #e7e7e7; }

.section_search-tabs.section_create-comparison {
  overflow: visible; }

.mobile-navigation-btn {
  width: 55px;
  height: 55px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  color: #949494;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: inset 2px -5px 15px -2px #e7e7e7;
  -moz-box-shadow: inset 2px -5px 15px -2px #e7e7e7;
  box-shadow: inset 2px -5px 15px -2px #e7e7e7;
  display: none; }
  .mobile-navigation-btn:before, .mobile-navigation-btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    border-bottom: 2px solid #004382;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    opacity: 0; }
  .mobile-navigation-btn:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .mobile-navigation-btn:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.mobile-tabs-navigation {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: right;
  z-index: 5;
  padding: 0 30px;
  min-height: 500px; }
  .mobile-tabs-navigation .tabs-list-item {
    text-align: inherit;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    width: 100%; }

.collapsed-navigation .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item {
  width: calc(100% - 55px); }
  .collapsed-navigation .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item:not(.active) {
    display: none; }
  .collapsed-navigation .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item.active {
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7; }
.collapsed-navigation .mobile-navigation-btn {
  display: block; }
.collapsed-navigation .section_search-tabs:after {
  background-color: transparent; }

.popup-with-tabs {
  overflow: hidden; }
  .popup-with-tabs .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) {
    overflow: visible;
    position: relative; }
    .popup-with-tabs .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item {
      width: 25%;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .popup-with-tabs .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item:not(.active) {
        display: block; }
      .popup-with-tabs .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item.active {
        border-bottom: 1px solid #fff;
        z-index: 1;
        position: relative; }
    .popup-with-tabs .comparison-tabs-navigation-wrapper:not(.hiddenNavigation):after {
      content: '';
      display: block;
      width: 300%;
      position: absolute;
      left: -100%;
      bottom: 0;
      border-bottom: 1px solid #e7e7e7; }

.open-comparison-navigation .mobile-tabs-navigation {
  display: block; }
.open-comparison-navigation .mobile-navigation-btn {
  font-size: 0;
  color: transparent; }
  .open-comparison-navigation .mobile-navigation-btn:before, .open-comparison-navigation .mobile-navigation-btn:after {
    opacity: 1; }
.open-comparison-navigation .mobile-navigation-btn {
  -webkit-box-shadow: -6px -3px 15px -2px #e7e7e7;
  -moz-box-shadow: -6px -3px 15px -2px #e7e7e7;
  box-shadow: -6px -3px 15px -2px #e7e7e7;
  border-bottom-color: #fff; }
.open-comparison-navigation.collapsed-navigation .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item.active {
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-shadow: inset 1px -5px 15px -2px #e7e7e7;
  -moz-box-shadow: inset 1px -5px 15px -2px #e7e7e7;
  box-shadow: inset 1px -5px 15px -2px #e7e7e7; }

.comparison-create-form .messages {
  padding-top: 10px; }
  .comparison-create-form .messages .message {
    margin-top: 10px;
    margin-bottom: 0; }
.comparison-create-form form {
  padding-top: 20px; }
  .comparison-create-form form label.error {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #d0021b;
    position: absolute;
    left: 0;
    bottom: -25px; }
  .comparison-create-form form .final-report-row label.error {
    bottom: 27px; }
  .comparison-create-form form .upload-list--item {
    min-height: 56px;
    padding: 15px 95px 15px 42px; }
    .comparison-create-form form .upload-list--item .upload-list_edit-btn {
      background: url(/kcdb/static/img/arrow-left-5438cca1c481f66e60b2addc4cae5868.png) no-repeat;
      background-position: 0 7px;
      background-size: 21px;
      position: absolute;
      right: 36px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      height: 30px;
      padding-left: 27px;
      color: #597da1;
      font-weight: 600;
      font-size: 16px;
      text-decoration: none;
      cursor: pointer;
      opacity: .8;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      border-bottom: 2px solid #597da1; }
      .comparison-create-form form .upload-list--item .upload-list_edit-btn span {
        padding-bottom: 3px; }
      .comparison-create-form form .upload-list--item .upload-list_edit-btn:hover {
        color: #004382;
        opacity: 1;
        border-bottom: 2px solid #004382; }
    .comparison-create-form form .upload-list--item.hidden {
      position: absolute;
      left: -99999px;
      top: -99999px;
      width: 0;
      height: 0;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      z-index: -300; }
  .comparison-create-form form input.error,
  .comparison-create-form form select.error ~ .select2-container .select2-selection,
  .comparison-create-form form textarea.error ~ .cke_editable {
    border-color: #D0021B; }
.comparison-create-form .form_create-cmc--btn .kcdb-submit {
  width: auto;
  padding-left: 20px;
  padding-right: 20px; }
.comparison-create-form .wrapper-for-documents-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.comparison-create-form .wrapper-for-documents-input {
  padding: 15px 0 15px 42px;
  border: 1px solid #dfdfdf;
  border-right: none;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 251px); }
  .comparison-create-form .wrapper-for-documents-input a.delete + span.js-file-name {
    display: inline-block !important; }
.comparison-create-form .create-comparison-form-row {
  margin-bottom: 30px;
  position: relative; }
  .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 460px) {
      .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .wrapper-for-documents-input {
          width: 100%;
          border-right: 1px solid #dfdfdf;
          border-bottom: 1px dashed #dfdfdf; }
        .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .wrapper-for-documents-field {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; }
          .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .wrapper-for-documents-field .upload-list_edit-btn {
            width: calc(50% - 27px);
            border: 1px dashed #dfdfdf;
            border-right: none;
            height: 56px;
            text-align: center;
            background-position: 4px 20px;
            border-top: 0; }
          .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .wrapper-for-documents-field .download-document {
            border-top: 0;
            height: 56px; }
          .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .wrapper-for-documents-field .online-checkbox {
            height: 56px;
            width: calc(50% - 28px);
            border-top: 0; } }
    .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .download-document,
    .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .online-checkbox {
      border: 1px dashed #dfdfdf;
      border-right: none;
      margin: 0; }
      .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .download-document:last-child,
      .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .online-checkbox:last-child {
        border-right: 1px dashed #dfdfdf; }
    .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .download-document {
      height: auto;
      width: 55px;
      background-size: 27px; }
    .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .online-checkbox {
      padding: 12px 15px; }
    .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .upload-list_edit-btn {
      background-position: 0 20px;
      height: auto;
      position: static;
      transform: translate(0);
      border: 1px solid #dfdfdf;
      border-left: none;
      border-right: none;
      padding-top: 12px;
      padding-right: 15px; }
    .comparison-create-form .create-comparison-form-row[data-documents] .upload-list--item .wrapper-for-documents-field_with-border .upload-list_edit-btn {
      border-right: 1px solid #dfdfdf; }
  .comparison-create-form .create-comparison-form-row .form_create-cmc--label {
    width: auto; }
.comparison-create-form .form_create-cmc--label {
  padding-bottom: 5px; }
.comparison-create-form .popup-modal {
  float: none; }
.comparison-create-form .internal-id,
.comparison-create-form .last-update {
  font-style: italic;
  opacity: .4;
  font-size: 12px;
  display: block; }
.comparison-create-form .internal-id {
  text-align: right;
  margin: 10px 0 20px; }
.comparison-create-form .last-update {
  margin: 0 0 50px; }
  @media (min-width: 1024px) {
    .comparison-create-form .last-update {
      padding-left: 20px; } }
.comparison-create-form .js-file-name {
  text-decoration: underline;
  cursor: pointer;
  color: inherit; }
.comparison-create-form .textarea-comment-field .cke_editable {
  height: 110px; }
.comparison-create-form .summary-search-preview {
  text-transform: uppercase;
  font-weight: bold;
  border: 1px dashed #dfdfdf;
  height: 110px;
  overflow-y: auto;
  padding: 12px 20px; }
.comparison-create-form .comparison-group {
  text-align: justify;
  vertical-align: middle; }
  .comparison-create-form .comparison-group input {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px; }
  .comparison-create-form .comparison-group button {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 15px 0 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #004382;
    border: 0 none;
    cursor: pointer;
    transition: all 0.5s ease; }
    .comparison-create-form .comparison-group button:hover {
      opacity: .6; }
  .comparison-create-form .comparison-group:before {
    content: '';
    display: block;
    width: 100%; }
  .comparison-create-form .comparison-group:after {
    content: '';
    display: inline-block;
    width: 100%; }
.comparison-create-form button[disabled] {
  opacity: .6; }

#upload-wraper-on-page span.js-file-name {
  cursor: auto; }

.uploadFilePopin .form_create-cmc--item .upload-file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.uploadFilePopin .online-checkbox,
.uploadFilePopin .upload-list_edit-btn {
  display: none; }
.uploadFilePopin a.js-file-name {
  display: none !important; }
.uploadFilePopin span.js-file-name {
  display: inline-block !important; }

.form_create-cmc--label .info-message {
  font-size: 12px;
  font-style: italic;
  font-weight: 400; }

.required .form_create-cmc--label:after {
  content: ' *';
  color: #D0021B; }

.hide-ckeditor-fields {
  position: fixed !important;
  left: -99999px !important;
  top: -99999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important; }

.final-report-section form {
  padding-top: 52px; }
.final-report-section.comparison-create-form .messages {
  margin: 0 -10px; }
.final-report-section .kcdb-form-grop {
  position: relative; }
  .final-report-section .kcdb-form-grop .form_create-cmc--label {
    padding-bottom: 35px; }
  .final-report-section .kcdb-form-grop .upload-list--item {
    border: 1px dashed #dfdfdf; }
  .final-report-section .kcdb-form-grop .kcdb-publish-checkbox {
    position: absolute;
    bottom: -21px;
    right: 0;
    border: 1px dashed #dfdfdf;
    padding: 10px; }
.final-report-section .upload-list--item[disabled] {
  border: 1px dashed #dfdfdf;
  padding-left: 9px; }
  .final-report-section .upload-list--item[disabled] .wrapper-for-documents-input {
    padding-left: 9px;
    border: 1px dashed #dfdfdf; }
  .final-report-section .upload-list--item[disabled] .upload-file-link {
    display: none; }
  .final-report-section .upload-list--item[disabled] .delete {
    display: none; }
.final-report-section .upload-list .item-with-bigger-pading {
  padding: 15px 200px 15px 45px; }
.final-report-section .upload-list .item-with-big-padding {
  padding: 15px 100px 15px 45px; }
.final-report-section .online-checkbox,
.final-report-section .edit-document,
.final-report-section .download-document {
  display: inline-block;
  vertical-align: middle; }
.final-report-section .online-checkbox,
.final-report-section .edit-document {
  margin-right: 15px; }
.final-report-section .edit-document,
.final-report-section .download-document {
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: .7; }
  .final-report-section .edit-document:hover,
  .final-report-section .download-document:hover {
    opacity: 1; }
.final-report-section .edit-document {
  background: url(/kcdb/static/icons/pencil-edit-button-80d91e59c5992a312deb251b34f667f6.svg) no-repeat center;
  background-size: 70%; }
.final-report-section .download-document {
  background: url(/kcdb/static/icons/Terre-9d944e0e2e51f07b41a52164a96945e1.svg) no-repeat center 14px;
  background-size: 86%; }
.final-report-section .download-templates-wrapper {
  background-color: #E6F1FB;
  padding: 15px 0 3px;
  margin-bottom: 32px; }
  .final-report-section .download-templates-wrapper .upload-wrapper .upload-list--item {
    background-color: #fff; }
  .final-report-section .download-templates-wrapper .upload-wrapper .download-file:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #a8a8a8 url(/kcdb/static/icons/download-8100a98741414e22c2ff80c9cad7d738.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 8px;
    text-indent: -9999px;
    overflow: hidden;
    transition: all 0.5s ease; }
  .final-report-section .download-templates-wrapper .upload-wrapper .download-file:hover:before {
    background-color: #004382; }
.final-report-section .download-file {
  color: inherit; }

.degrees-no-data-hidden {
  display: none !important; }

.chart-graph-wrapper {
  width: 100%;
  background: #fff; }
  .chart-graph-wrapper .chart-graph-inner {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    max-width: 100%;
    overflow: auto; }
  .chart-graph-wrapper._mb50 {
    margin-bottom: 50px; }
  .chart-graph-wrapper .graph-title,
  .chart-graph-wrapper .graph-asix-x-name {
    display: block;
    text-align: center;
    padding: 10px 0 15px; }
  .chart-graph-wrapper .graph-asix-y-name {
    position: absolute;
    text-align: center;
    display: inline-block;
    left: -120px;
    top: 45%;
    height: 30px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.chart-graph-wrapper .degree_import_result-legend,
.table-block-wrapper .degree_import_result-legend {
  display: flex;
  margin-top: 10px;
  padding: 15px; }
  @media (max-width: 767px) {
    .chart-graph-wrapper .degree_import_result-legend,
    .table-block-wrapper .degree_import_result-legend {
      display: block; } }
  .chart-graph-wrapper .degree_import_result-legend .js-legend-container,
  .table-block-wrapper .degree_import_result-legend .js-legend-container {
    display: block;
    max-width: 660px;
    font-size: 0; }
  .chart-graph-wrapper .degree_import_result-legend .degree_import_result-legend-label,
  .table-block-wrapper .degree_import_result-legend .degree_import_result-legend-label {
    text-transform: uppercase;
    padding: 5px 5px 5px 0;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 56px; }
  .chart-graph-wrapper .degree_import_result-legend .degree_import_result-legend-item,
  .table-block-wrapper .degree_import_result-legend .degree_import_result-legend-item {
    padding: 5px 5px 10px 31px;
    position: relative;
    display: inline-block;
    width: 220px;
    vertical-align: top;
    margin-bottom: 8px; }
    @media (max-width: 1023px) {
      .chart-graph-wrapper .degree_import_result-legend .degree_import_result-legend-item,
      .table-block-wrapper .degree_import_result-legend .degree_import_result-legend-item {
        display: block;
        width: auto; } }
    .chart-graph-wrapper .degree_import_result-legend .degree_import_result-legend-item.hidden,
    .table-block-wrapper .degree_import_result-legend .degree_import_result-legend-item.hidden {
      display: none; }
  .chart-graph-wrapper .degree_import_result-legend .degree_import_result-legend-color,
  .table-block-wrapper .degree_import_result-legend .degree_import_result-legend-color {
    position: absolute;
    left: 0;
    top: 0; }
  .chart-graph-wrapper .degree_import_result-legend .degree_import_result-legend-institute,
  .table-block-wrapper .degree_import_result-legend .degree_import_result-legend-institute {
    display: inline-block;
    font-size: 12px;
    word-break: break-all; }

.js-legend-shape {
  position: relative; }
  .js-legend-shape.square {
    width: 25px;
    height: 25px; }
  .js-legend-shape.triangle {
    width: 25px;
    height: 25px; }
    .js-legend-shape.triangle:before, .js-legend-shape.triangle:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      top: 0; }
    .js-legend-shape.triangle:before {
      left: 0;
      border-width: 25px 12px 0 0;
      border-color: #ffffff transparent transparent transparent; }
    .js-legend-shape.triangle:after {
      right: 0;
      border-width: 0 12px 25px 0;
      border-color: transparent #ffffff transparent transparent; }
  .js-legend-shape.circle {
    width: 25px;
    height: 25px;
    border-radius: 50%; }
  .js-legend-shape.cross {
    width: 0;
    height: 0;
    margin-left: 30px; }
    .js-legend-shape.cross:before, .js-legend-shape.cross:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 3px;
      background-color: inherit;
      left: -32px;
      top: 13px; }
    .js-legend-shape.cross:before {
      transform: rotate(45deg); }
    .js-legend-shape.cross:after {
      transform: rotate(-45deg); }

.chart-graph {
  width: 800px;
  height: 600px;
  margin: 0 0 30px; }

.popup-without-select-margin .select2-selection__rendered {
  margin-top: 0 !important; }

.form_create-cmc--select-wrap.wrong_fild .select2-container .select2-selection {
  border-color: #cf112d; }

.hide-disabled {
  display: none !important; }

.degrees_import_result_content {
  text-align: left;
  padding: 0 30px;
  display: inline-block; }

@media screen and (max-width: 1024px) {
  .section-detail-form .section-detail-top {
    margin-top: 35px; }

  .common-detail-section .row,
  .section-detail-top .row {
    margin: 0; }

  .section-detail-form .col-cmc {
    padding: 0 20px; } }
@media screen and (max-width: 767px) {
  .participants-publick .publick-institute-list .publick-institute-item:last-child .form_input-wrapper {
    margin-bottom: 10px; }
  .participants-publick .form-group .form_create-cmc--select-wrap .publick-instetute_remove {
    right: -36px; }

  .common-detail-section .section_create {
    padding: 10px 15px; }
  .common-detail-section .add-content-btn {
    margin: 0 0 0 25px; }

  .degrees-section .degrees-section_radio-wrapper:first-child {
    margin-right: 10px; }

  .common-section_content-list .common_content-item .degrees_content-row {
    margin-top: 0; }
  .common-section_content-list .common_content-item .form-group,
  .common-section_content-list .common_content-item .table-block-wrapper {
    margin-top: 25px; } }
@media screen and (max-width: 576px) {
  .popup-with-tabs .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item {
    width: 100%; }

  .result-controls {
    margin-bottom: 20px; }
    .result-controls .result-controls_checkbox {
      margin-top: 10px;
      position: static; }
    .result-controls .result-controls_fild-wrapper {
      max-width: 100%; }
      .result-controls .result-controls_fild-wrapper .form_create-cmc--control {
        padding-right: 20px; }

  .publish-wraper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .publish-wraper .publish-all-checkbox {
      font-size: 10px;
      padding: 15px 16px 19px 32px; }
    .publish-wraper .publish-wraper_label:not(.error) {
      font-size: 10px;
      padding: 15px 16px 19px 32px; }
      .publish-wraper .publish-wraper_label:not(.error):before {
        left: 9px; }

  .results-section {
    padding: 45px 13px 10px 13px; }
    .results-section .results-section_control {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .results-section .results-section_control .results-section_checkbox {
        padding-right: 0;
        border-right: none; }
      .results-section .results-section_control .add-item-btn {
        margin: 0; }

  .results-list {
    padding: 30px 20px 0; }
    .results-list .list_with-manage .list-item-wrapper .items-control-wrapper {
      top: 20px;
      right: 10px;
      bottom: auto; }

  .common-detail-section .section_create {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .common-detail-section .section_create .create-section_title,
    .common-detail-section .section_create .add-content-btn {
      margin: 10px 0 0 0; }
  .common-detail-section .add-item-btn {
    margin: 0 0 0 10px; }
    .common-detail-section .add-item-btn span {
      font-size: 12px; }

  .section-detail-form .col-cmc {
    padding: 0 10px; } }
@media screen and (min-width: 577px) {
  .common-detail-section .add-item-btn span {
    font-size: 14px; }

  .popup-with-tabs .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item {
    width: 50%; } }
@media screen and (min-width: 768px) {
  .popup-with-tabs .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item {
    width: 33.3333%;
    min-width: 33.3333%; }

  .popup-with-tabs #resultSectionDetailForm .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item {
    width: 50%;
    min-width: 50%; } }
@media screen and (min-width: 992px) {
  .publish-wraper {
    padding-top: 0; }

  .results-list .results-list_form-controls {
    margin-bottom: 35px; }
    .results-list .results-list_form-controls .push-online {
      width: 334px; }

  .popup-with-tabs .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item {
    width: 25%;
    min-width: 25%; }

  .popup-with-tabs #resultSectionDetailForm .comparison-tabs-navigation-wrapper:not(.hiddenNavigation) .tabs-list-item {
    width: 25%;
    min-width: 25%; }

  .section-detail-form .col-cmc {
    padding: 0 30px; }
  .section-detail-form .section-detail-top {
    margin-bottom: 50px;
    padding: 0; }
    .section-detail-form .section-detail-top .row-with-margin {
      margin-top: 25px; }

  .common-detail-section .add-item-btn span {
    font-size: 14px; } }
@media screen and (min-width: 1320px) {
  .results-list .results-list_publication-status {
    top: 32px; }

  .participants-publick .form-group .form_create-cmc--select-wrap .publick-instetute_remove {
    right: -60px; }

  .result-controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .result-controls .result-controls_fild-wrapper {
      max-width: 669px; } }
@media screen and (min-width: 1024px) {
  .participants-publick .form-group .form_create-cmc--label {
    min-width: 100px;
    padding-right: 40px; }
  .participants-publick .form-group .form_input-wrapper,
  .participants-publick .form-group .form_create-cmc--select-wrap {
    width: 70%; }
  .participants-publick .form-group .form_create-cmc--select-wrap .publick-instetute_remove {
    right: -40px; }

  .comparison-create-form .col-cmc {
    padding-left: 30px;
    padding-right: 30px; } }
.results-list_form-controls.preview-controls {
  display: none; }

.close-preview-btn-x {
  display: none; }

.preview-opened #popupWithTabs {
  padding-top: 40px; }
  .preview-opened #popupWithTabs .mfp-close {
    display: none; }
  .preview-opened #popupWithTabs .section-detail-top {
    display: none; }
  .preview-opened #popupWithTabs .section_blue-block {
    background: #fff; }
  .preview-opened #popupWithTabs .common_content-item--remove-block {
    display: none; }
  .preview-opened #popupWithTabs .form_create-cmc--label {
    display: none; }
  .preview-opened #popupWithTabs .cke_editable {
    border: none;
    padding-left: 0;
    padding-right: 0;
    height: auto; }
  .preview-opened #popupWithTabs .table-container {
    border: none;
    padding-left: 0;
    padding-right: 0; }
  .preview-opened #popupWithTabs .export-import_wrapper {
    display: none; }
  .preview-opened #popupWithTabs .section_create {
    display: none; }
  .preview-opened #popupWithTabs .results-list_form-controls {
    display: none; }
  .preview-opened #popupWithTabs .results-list_form-controls.preview-controls {
    display: block; }
.preview-opened .cke_toolgroup, .preview-opened .cke_top, .preview-opened .cke_menu_panel {
  display: none !important; }
.preview-opened .close-preview-btn-x {
  display: block;
  color: #004382;
  top: 2px;
  right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }
  .preview-opened .close-preview-btn-x:hover {
    opacity: 1; }

@media (max-width: 1024px) {
  #sectionDetailTabsPage .col-sm-6 {
    width: 100%; } }

#tabsPage {
  padding-bottom: 56px; }

.recipient-create-form .form-section--btn {
  padding-bottom: 35px; }

.recipient-create-form form input + label.error {
  top: calc(100% + 6px); }

.recipient-create-form form select + label.error {
  top: calc(100% + 6px); }

.recipient-create-form form select.error ~ .select2-container .select2-selection .select2-search {
  border-color: #D0021B !important; }

.conversion-create-form .form-section--btn {
  padding-bottom: 35px; }

.comparison__tabs-wrapper .tab-top__main {
  display: block; }
  .comparison__tabs-wrapper .tab-top__main .tab-top__filter__wrapper {
    display: inline-block; }

.comparison-result_wrapper {
  display: inline-block;
  float: right;
  border-top: 1px solid #DFDFDF; }
  .comparison-result_wrapper .list-search-result {
    width: 100%; }
    .comparison-result_wrapper .list-search-result .data-report__check-wrap {
      padding-top: 0; }
  .comparison-result_wrapper .form-section--btn {
    padding-top: 5px;
    border-top: 1px solid #dfdfdf; }
    .comparison-result_wrapper .form-section--btn .tab-btn {
      min-width: 380px;
      background: #fff;
      margin-top: 15px;
      cursor: pointer;
      text-transform: uppercase; }
  .comparison-result_wrapper .greyout-status {
    display: none; }
  .comparison-result_wrapper .comparison-table_date {
    display: block;
    min-width: 75px; }
  .comparison-result_wrapper .greyout-checkboxes ~ label:not(.error):before {
    border: none;
    cursor: auto; }
  .comparison-result_wrapper .greyout-checkboxes:checked ~ label:not(.error):before {
    background-size: 100%; }
  .comparison-result_wrapper .greyout-checkboxes:disabled ~ label:not(.error):before {
    border-color: #fff;
    background-color: #fff; }

.comparison-result_wrapper .comparison-table_description,
.search-result--wrapper .comparison-table_description {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 27px;
  transition: max-height 20s; }
  .comparison-result_wrapper .comparison-table_description img,
  .search-result--wrapper .comparison-table_description img {
    display: none; }
  .comparison-result_wrapper .comparison-table_description br,
  .search-result--wrapper .comparison-table_description br {
    display: none; }
  .comparison-result_wrapper .comparison-table_description:hover,
  .search-result--wrapper .comparison-table_description:hover {
    text-overflow: inherit;
    white-space: normal;
    max-height: 99999px; }
    .comparison-result_wrapper .comparison-table_description:hover img,
    .search-result--wrapper .comparison-table_description:hover img {
      display: inline-block; }
    .comparison-result_wrapper .comparison-table_description:hover br,
    .search-result--wrapper .comparison-table_description:hover br {
      display: block; }
    .comparison-result_wrapper .comparison-table_description:hover > p,
    .search-result--wrapper .comparison-table_description:hover > p {
      line-height: normal; }
  .comparison-result_wrapper .comparison-table_description > p,
  .search-result--wrapper .comparison-table_description > p {
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis; }
.comparison-result_wrapper .comparison-table_search-description,
.comparison-result_wrapper .comparison-table_description,
.search-result--wrapper .comparison-table_search-description,
.search-result--wrapper .comparison-table_description {
  min-width: 250px;
  max-width: 251px; }
  .comparison-result_wrapper .comparison-table_search-description img,
  .comparison-result_wrapper .comparison-table_description img,
  .search-result--wrapper .comparison-table_search-description img,
  .search-result--wrapper .comparison-table_description img {
    max-width: 100%;
    max-height: 200px; }
  .comparison-result_wrapper .comparison-table_search-description span,
  .comparison-result_wrapper .comparison-table_description span,
  .search-result--wrapper .comparison-table_search-description span,
  .search-result--wrapper .comparison-table_description span {
    display: initial !important; }

.without-reviewer .comparison-table {
  width: calc(100% - 1px) !important; }
  .without-reviewer .comparison-table thead .data-report__table-cell:nth-child(8) {
    min-width: 99px; }

.empty-cell {
  display: none; }

.status_ico {
  width: 50px;
  height: 40px;
  background-image: url("/kcdb/static/icons/Graphique-8f021f88465831c63847fb1b687ac919.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: none; }

.status_ico-active {
  display: inline-block; }

.filters-form .without-reviewer .comparison-result_wrapper .list-search-result__table thead tr th:last-child,
.filters-form .without-reviewer .comparison-result_wrapper .list-search-result__table thead tr td:last-child,
.filters-form .without-reviewer .comparison-result_wrapper .list-search-result__table tbody tr th:last-child,
.filters-form .without-reviewer .comparison-result_wrapper .list-search-result__table tbody tr td:last-child {
  border-color: transparent;
  background-color: #fff; }
.filters-form .without-reviewer .comparison-result_wrapper .list-search-result__table tbody tr .data-report__table-cell {
  text-align: center; }

.dashboard-search__wrapper .dashboard-search__wrapper-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  height: 25px;
  width: 25px;
  background-color: #fff;
  background-image: url("/kcdb/static/icons/search_ico-e141def5a409b72b4ee1a59401f64e04.svg");
  -webkit-background-size: cover;
  background-size: cover;
  border: none;
  cursor: pointer; }
.dashboard-search__wrapper .form_create-cmc--control {
  padding: 17px 45px 17px 20px; }

.comparison-dashboard_controls-block {
  text-align: left;
  margin: 40px -6px 0;
  padding-bottom: 30px; }
  .comparison-dashboard_controls-block .cmc-button {
    display: inline-block;
    width: auto;
    margin: 7px 0 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background: #004382;
    border: 0 none;
    cursor: pointer;
    transition: all 0.5s ease;
    text-decoration: none;
    text-align: center;
    vertical-align: middle; }
  .comparison-dashboard_controls-block .comparison-dashboard_add-comparison {
    text-align: center;
    margin-left: 195px; }
  .comparison-dashboard_controls-block .select-comparison_delete {
    margin-left: 90px; }
  .comparison-dashboard_controls-block .delete_disabled {
    background: #A8A8A8;
    pointer-events: none;
    cursor: default; }
  .comparison-dashboard_controls-block .export-btn_wrapper {
    display: inline-block;
    float: right; }
    .comparison-dashboard_controls-block .export-btn_wrapper .comparison-dashboard_export-btn {
      background: #fff;
      cursor: pointer;
      text-transform: uppercase; }

@media (min-width: 1320px) {
  .export-btn_wrapper._right {
    float: right; } }
.export-btn_wrapper._right .tab-btn {
  margin-left: 0; }

.draft-row {
  font-style: italic; }

.print-out-popup {
  padding: 51px 20px; }
  .print-out-popup__content {
    padding: 0 20px; }
  .print-out-popup ._second-level {
    padding-left: 45px; }
  @media (max-width: 767px) {
    .print-out-popup__content {
      padding: 0 0; }
    .print-out-popup ._second-level {
      padding-left: 50px; }
    .print-out-popup .print-out-form__btn-row {
      padding-top: 20px; } }

.print-out-form_inner-wrap {
  padding-left: 20px; }

@media screen and (max-width: 1319px) {
  .comparison-result_wrapper .form-section--btn .tab-btn:last-child {
    margin-left: 0; }

  comparison__tabs-wrapper {
    margin-bottom: 50px; } }
@media screen and (max-width: 1023px) {
  .comparison__tabs-wrapper .tab-top__main .tab-top__filter__wrapper {
    display: block; }
    .comparison__tabs-wrapper .tab-top__main .tab-top__filter__wrapper .results-counter__wrapper {
      margin-bottom: 47px; }

  .print-out-popup p {
    text-align: left; }

  .print-out-form__checkbox-row {
    text-align: left;
    padding: 0 15px 20px; }
    .print-out-form__checkbox-row p {
      padding-left: 0; }
  .print-out-form__btn {
    display: inline-block;
    width: 160px;
    margin: 0 16px 30px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding: 15px 0 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background: #004382;
    border: 0 none;
    cursor: pointer;
    transition: all 0.5s ease; }
    .print-out-form__btn:hover {
      opacity: 0.6; }

  .comparison-dashboard_controls-block {
    text-align: center;
    font-size: 0; }
    .comparison-dashboard_controls-block:before {
      display: none; }
    .comparison-dashboard_controls-block .cmc-button {
      display: inline-block;
      width: 49%;
      margin: 20px 0.5% 0; }
    .comparison-dashboard_controls-block .export-btn_wrapper {
      width: 100%;
      margin-top: 40px; }
      .comparison-dashboard_controls-block .export-btn_wrapper .comparison-dashboard_export-btn {
        width: 49%;
        margin: 0 0.5% 10px; }

  .export-btn_wrapper {
    display: block;
    font-size: 0;
    text-align: center; } }
@media screen and (max-width: 991px) {
  .comparison-dashboard_controls-block {
    margin-top: 0; }
    .comparison-dashboard_controls-block .select-comparison_wrapper {
      margin-left: 10px;
      float: right; }

  .comparison-result_wrapper .form-section--btn .tab-btn {
    width: auto;
    margin: 15px 0 0;
    line-height: 15px;
    padding: 16px;
    height: auto; }
    .comparison-result_wrapper .form-section--btn .tab-btn:last-child {
      margin: 15px 0 0 !important; } }
@media screen and (max-width: 650px) {
  .comparison-dashboard_controls-block .select-comparison_wrapper {
    width: 100%;
    text-align: center; } }
#recipientDashboard .dataTables_empty {
  border-color: #dfdfdf; }

.recipient-dashboard_controls-block {
  padding-bottom: 0; }

.email-recipient-wrapper .list-search-result__table thead tr th:first-child {
  background-image: none;
  padding: 0 !important; }

@media (min-width: 1024px) {
  .quick-search-wrapper .tab-top__search-result__wrapper.key-comparisons-wrapper table.dataTable {
    width: 100% !important; } }
.quick-search-wrapper .tab-top__search-result__wrapper.key-comparisons-wrapper thead .data-report__table-cell {
  background-color: #004382;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 29px 0 18px;
  min-width: 74px;
  height: 54px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #004382;
  transition: background-color 0.5s ease;
  background-position: center right 9px; }
@media (min-width: 1024px) {
  .quick-search-wrapper .tab-top__search-result__wrapper.key-comparisons-wrapper {
    width: 100%; } }

.row-color-orange td:nth-child(1), .row-color-orange td:nth-child(2) {
  background: #F38753; }
.row-color-blue td:nth-child(1), .row-color-blue td:nth-child(2) {
  background: #4089AA; }
.row-color-green td:nth-child(1), .row-color-green td:nth-child(2) {
  background: #C1C74B; }

.unit-result_wrapper {
  border-top: 1px solid #DFDFDF; }
  @media screen and (max-width: 768px) {
    .unit-result_wrapper {
      margin-top: 20px; } }

.form-section--btn-separate {
  margin-top: 20px;
  padding-bottom: 30px; }
  @media screen and (max-width: 1023px) {
    .form-section--btn-separate {
      margin-top: 30px;
      padding-bottom: 0; } }

._unit-create .form-group {
  margin-bottom: 30px;
  position: relative; }

._unit-create .form-group_multi-select select + label.error {
  top: calc(100% - 12px); }
._unit-create .form-group_multi-select .select2-container--disabled .select2-search--inline {
  border: 1px dashed #dfdfdf !important; }
._unit-create .form-group_multi-select .select2-container--disabled .select2-selection__choice,
._unit-create .form-group_multi-select .select2-container--disabled .expand {
  display: none !important; }

.unitAllSubService-wrap {
  padding-bottom: 10px; }
  .unitAllSubService-wrap [type="checkbox"] + label:not(.error) {
    width: auto;
    height: auto;
    background: #fff;
    border: none;
    position: relative;
    cursor: pointer;
    padding: 0 0 0 34px;
    color: #1a2024;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300; }
    .unitAllSubService-wrap [type="checkbox"] + label:not(.error):before {
      display: block;
      content: '';
      width: 24px;
      height: 24px;
      background: #fff;
      border: 1px solid #a8a8a8;
      color: #fff;
      text-align: center;
      font-size: 33px;
      line-height: 20px;
      transition: background 0.3s; }
  .unitAllSubService-wrap [type="checkbox"]:checked + label:not(.error):before {
    display: block;
    content: '×';
    background: #a8a8a8; }
  .unitAllSubService-wrap [type="checkbox"]:checked + label:not(.error):hover:before {
    background: #004382;
    border: 1px solid #004382; }

.check-wrap [class*="-tick"] + label {
  padding-left: unset; }
  .check-wrap [class*="-tick"] + label:before {
    display: none; }
  .check-wrap [class*="-tick"] + label:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    border-style: solid;
    border-left: 4px;
    border-bottom: 4px;
    margin-bottom: 2px;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg);
    border-color: #0b0b0b; }
.check-wrap .black-tick + label:after {
  border-color: #000; }
.check-wrap .red-tick + label:after {
  border-color: #d33f3d; }

.tab-top__filter__wrapper.news {
  padding-top: 15px;
  padding-bottom: 30px; }

.tab-top__search-result__wrapper.news {
  padding-bottom: 30px; }
  .tab-top__search-result__wrapper.news .homepage-body--container__item {
    width: auto; }
.tab-top__search-result__wrapper table.dataTable.no-footer {
  border-bottom: 0; }
.tab-top__search-result__wrapper .dataTables_paginate .paginate_button {
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #DFDFDF !important;
  border-radius: 0;
  background: #fff;
  color: #004382 !important;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 0 -1px;
  padding: 0;
  position: relative;
  transition: all 0.5s ease; }
  .tab-top__search-result__wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #DFDFDF;
    color: #004382 !important;
    font-weight: 500;
    background: #fff !important; }
  .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.current {
    color: #004382 !important;
    font-weight: 600;
    background: #fff !important; }
    .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.current:hover {
      background: #fff; }
  .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.disabled {
    color: #666 !important;
    background: #fff; }
    .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.disabled:before {
      border-color: #666 !important; }
  .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.first, .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.last {
    display: none; }
  .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.previous {
    text-indent: -9999px; }
    .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.previous:after {
      display: none; }
    .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.previous:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -5px 0 0 -2px;
      width: 10px;
      height: 10px;
      border-color: #004382;
      border-width: 1px 1px 0 0;
      border-style: solid;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.next {
    text-indent: -9999px; }
    .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.next:after {
      display: none; }
    .tab-top__search-result__wrapper .dataTables_paginate .paginate_button.next:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -5px 0 0 -7px;
      width: 10px;
      height: 10px;
      border-color: #004382;
      border-width: 1px 1px 0 0;
      border-style: solid;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.pagination-all-news._top .dataTables_paginate {
  padding-top: 0;
  padding-bottom: 22px; }
.pagination-all-news._bottom .dataTables_paginate {
  padding: 30px 0; }

@media (min-width: 1024px) {
  .ipad.portrait .pagination-all-news._top .dataTables_paginate {
    padding-top: 15px;
    padding-bottom: 22px; } }
.news-table-wrap table.dataTable tbody th, .news-table-wrap table.dataTable tbody td {
  padding: 0; }
.news-table-wrap .homepage-body--container__item .title {
  font-size: 16px; }
.news-table-wrap .homepage-body--container__item .text-block {
  font-size: 16px;
  font-weight: normal; }

.homepage-body--container__item .text-block ul {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: disc outside; }

.homepage-body--container__item .text-block ol {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: decimal outside; }

@media screen and (min-width: 1024px) {
  .tab-top__search-result__wrapper.news {
    width: calc(100% - 273px);
    padding: 0 0 0 30px;
    float: right; }

  .tab-top__filter__wrapper.news {
    margin-right: 0;
    float: left;
    width: 260px; } }
/*News dashboard style*/
.news-dashboard .news-table_description ol {
  margin: 0;
  padding: 0 0 0 22px;
  list-style: decimal outside; }
.news-dashboard .news-table_description ul {
  margin: 0;
  padding: 0 0 0 22px;
  list-style: disc outside; }
.news-dashboard table.news-dashboard {
  border-collapse: collapse; }
  .news-dashboard table.news-dashboard thead .data-report__table-cell {
    background-color: #004382;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 18px;
    height: 54px;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #fff;
    transition: background-color 0.5s ease;
    background-position: center right -1px;
    border-bottom: 0 none;
    width: 100px; }
    .news-dashboard table.news-dashboard thead .data-report__table-cell[aria-label*="Date"] {
      min-width: 60px; }
    .news-dashboard table.news-dashboard thead .data-report__table-cell span {
      display: block;
      padding-right: 10px; }
    .news-dashboard table.news-dashboard thead .data-report__table-cell:first-child {
      padding: 0 10px;
      width: 33px !important; }
      .news-dashboard table.news-dashboard thead .data-report__table-cell:first-child label {
        line-height: 1.4; }
    .news-dashboard table.news-dashboard thead .data-report__table-cell:nth-child(2) {
      min-width: 76px; }
  .news-dashboard table.news-dashboard tbody tr .data-report__table-cell {
    border: 1px solid #dfdfdf;
    color: #1a2024;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    vertical-align: middle;
    position: relative; }
    .news-dashboard table.news-dashboard tbody tr .data-report__table-cell:first-child {
      text-align: left;
      font-weight: bold; }
    .news-dashboard table.news-dashboard tbody tr .data-report__table-cell:nth-child(6) label:before {
      display: none; }
    .news-dashboard table.news-dashboard tbody tr .data-report__table-cell--center {
      text-align: center; }
    .news-dashboard table.news-dashboard tbody tr .data-report__table-cell.dataTables_empty {
      border-right: 0 none;
      position: relative;
      z-index: 1; }
    .news-dashboard table.news-dashboard tbody tr .data-report__table-cell a {
      color: #1a2024; }
      .news-dashboard table.news-dashboard tbody tr .data-report__table-cell a:hover {
        text-decoration: none; }
    .news-dashboard table.news-dashboard tbody tr .data-report__table-cell .colorable-cells {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .news-dashboard table.news-dashboard tbody tr .data-report__table-cell .colorable-cells label {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%); }
      .news-dashboard table.news-dashboard tbody tr .data-report__table-cell .colorable-cells [type="checkbox"] ~ label:not(.error):before {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .news-dashboard table.news-dashboard tbody tr._greyout td.data-report__table-cell {
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    background-color: #FFFFFF; }
    .news-dashboard table.news-dashboard tbody tr._greyout td.data-report__table-cell:first-child {
      background-color: #cbdeef; }
      .news-dashboard table.news-dashboard tbody tr._greyout td.data-report__table-cell:first-child[class*="sorting"] {
        background-color: #cbdeef; }
    .news-dashboard table.news-dashboard tbody tr._greyout td.data-report__table-cell[class*="sorting"] {
      background-color: #ffffff; }
  .news-dashboard table.news-dashboard tbody tr._new td.data-report__table-cell:first-child {
    background-color: #cbdeef; }
    .news-dashboard table.news-dashboard tbody tr._new td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #cbdeef; }
  .news-dashboard table.news-dashboard tbody tr._modified td.data-report__table-cell:first-child {
    background-color: #e6f1fb; }
    .news-dashboard table.news-dashboard tbody tr._modified td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #e6f1fb; }
  .news-dashboard table.news-dashboard tbody tr._greyout_modified td.data-report__table-cell:first-child {
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    background-color: #dfdfdf; }
    .news-dashboard table.news-dashboard tbody tr._greyout_modified td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #dfdfdf; }
  .news-dashboard table.news-dashboard tbody tr._published td.data-report__table-cell:first-child {
    background-color: #e3ecad; }
    .news-dashboard table.news-dashboard tbody tr._published td.data-report__table-cell:first-child[class*="sorting"] {
      background-color: #e3ecad; }
  .news-dashboard table.news-dashboard.dataTable.no-footer {
    border-bottom: 0 none; }
  .news-dashboard table.news-dashboard .form_create-cmc--select-wrap {
    min-width: 150px; }
  .news-dashboard table.news-dashboard .form_create-cmc--select-wrap .select2-container .select2-selection {
    height: 35px;
    padding-top: 8px; }
  .news-dashboard table.news-dashboard .check-wrap {
    margin-right: 0; }
.news-dashboard .dataTables_paginate {
  padding-bottom: 30px; }
  .news-dashboard .dataTables_paginate .paginate_button {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #DFDFDF;
    border-radius: 0;
    background: #fff;
    color: #004382 !important;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 -1px;
    padding: 0;
    position: relative;
    transition: all 0.5s ease; }
    .news-dashboard .dataTables_paginate .paginate_button:hover {
      border: 1px solid #DFDFDF;
      color: #004382 !important;
      font-weight: 500; }
    .news-dashboard .dataTables_paginate .paginate_button.current {
      font-weight: 600; }
      .news-dashboard .dataTables_paginate .paginate_button.current:hover {
        background: #fff; }
    .news-dashboard .dataTables_paginate .paginate_button.disabled {
      color: #666 !important; }
      .news-dashboard .dataTables_paginate .paginate_button.disabled:before {
        border-color: #666 !important; }
    .news-dashboard .dataTables_paginate .paginate_button.first, .news-dashboard .dataTables_paginate .paginate_button.last {
      display: none; }
    .news-dashboard .dataTables_paginate .paginate_button.previous {
      text-indent: -9999px; }
      .news-dashboard .dataTables_paginate .paginate_button.previous:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5px 0 0 -2px;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        border-style: solid;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    .news-dashboard .dataTables_paginate .paginate_button.next {
      text-indent: -9999px; }
      .news-dashboard .dataTables_paginate .paginate_button.next:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -5px 0 0 -7px;
        width: 10px;
        height: 10px;
        border-color: #004382;
        border-width: 1px 1px 0 0;
        border-style: solid;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
.news-dashboard table.dataTable td.dataTables_empty {
  border: 1px solid #dfdfdf; }
.news-dashboard .news-title {
  font-weight: 400; }
  .news-dashboard .news-title * {
    font-weight: 400; }
.news-dashboard .cut-element {
  display: block;
  max-height: 40px; }
  .news-dashboard .cut-element__content-wrapper {
    display: inline-block; }
  .news-dashboard .cut-element.cuted {
    overflow: hidden;
    transition: max-height 20s ease-in-out;
    position: relative; }
    .news-dashboard .cut-element.cuted:after {
      box-sizing: border-box;
      padding: 0 13px;
      position: absolute;
      bottom: -2px;
      right: -1px;
      height: 23px;
      display: block;
      text-align: right;
      content: "\02026";
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(50%, white));
      background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
      background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
      background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
      background: linear-gradient(to right, rgba(255, 255, 255, 0), white 16%, white); }
    .news-dashboard .cut-element.cuted:hover {
      max-height: 99999px; }
      .news-dashboard .cut-element.cuted:hover:after {
        display: none; }

.news-table_text table tbody td {
  border: 1px solid #000; }

/* Create or edit a news */
.create-news-section {
  padding-bottom: 40px; }
  .create-news-section .form-title {
    margin-bottom: 30px; }
  .create-news-section .form-section--item {
    padding: 0; }
  .create-news-section .cke_editable {
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 17px 20px;
    min-height: 55px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: #3e3e3e;
    font-family: "Open Sans", sans-serif;
    background-color: #ffffff; }
  .create-news-section .textarea-content-field .cke_editable {
    min-height: 110px; }

.news-create-checkbox-wrap__left {
  float: left; }
.news-create-checkbox-wrap__right {
  float: right;
  margin-right: 30%; }
@media (max-width: 1024px) {
  .news-create-checkbox-wrap__right {
    margin-right: 0; } }
@media (max-width: 640px) {
  .news-create-checkbox-wrap__left {
    float: none; }
  .news-create-checkbox-wrap__right {
    float: none; } }
.news-create-checkbox-wrap [type="radio"] {
  position: absolute;
  left: -9999px; }
  .news-create-checkbox-wrap [type="radio"] + label {
    position: relative;
    padding-left: 38px;
    display: inline-block;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1a2024; }
    .news-create-checkbox-wrap [type="radio"] + label:before {
      content: '';
      display: block;
      position: absolute;
      border-radius: 50%;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      border: 1px solid #dfdfdf;
      background: #fff url("/kcdb/static/icons/checked-add8bb8cc215056a80f1542a8c1b2da5.png") no-repeat center center;
      background-size: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .news-create-checkbox-wrap [type="radio"] + label:active:before, .news-create-checkbox-wrap [type="radio"] + label:focus:before, .news-create-checkbox-wrap [type="radio"] + label:hover:before {
      border-color: #bababa; }
  .news-create-checkbox-wrap [type="radio"]:checked ~ label:not(.error):before {
    background-size: 36%; }
  .news-create-checkbox-wrap [type="radio"]:disabled ~ label:not(.error):before {
    border-color: #bbb;
    background-color: #ddd;
    color: #aaa; }
  .news-create-checkbox-wrap [type="radio"].error ~ label:not(.error):before {
    border-color: #d0021b; }

.news_radio-wrapper {
  display: inline-block;
  vertical-align: middle; }
  .news_radio-wrapper + .news_radio-wrapper {
    margin-left: 20px; }
  @media (max-width: 640px) {
    .news_radio-wrapper {
      display: block; }
      .news_radio-wrapper + .news_radio-wrapper {
        margin-left: 0; } }

.news-edit-label {
  display: block;
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  color: #1a2024;
  margin-bottom: 5px; }

.news_radio-btn + .news-edit-label {
  font-size: 14px;
  font-weight: 400; }

.required .news-edit-label:after {
  content: ' *';
  color: #D0021B; }

.form-group__news-create-date input {
  width: 252px;
  border: 1px solid #dfdfdf;
  padding: 9px 45px 10px 20px;
  min-height: 55px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #3e3e3e;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  background-image: url("/kcdb/static/icons/calendar_ico_black-3a9ee059ed3bb6525245fd5540a04295.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 20px; }

.recipient-create-form form label.error {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #d0021b;
  position: absolute;
  left: 0;
  bottom: -25px; }

.recipient-create-form form input.error,
.recipient-create-form form select.error ~ .select2-container .select2-selection,
.recipient-create-form form textarea.error ~ .cke_editable {
  border-color: #D0021B; }

.create-conversion-form-row {
  margin-bottom: 30px;
  position: relative; }

.tab-top__filter__wrapper._user {
  padding-top: 15px;
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .tab-top__filter__wrapper._user {
      margin-right: 0;
      float: left;
      width: 260px; } }

@media (min-width: 1024px) {
  .tab-top__search-result__wrapper._user {
    width: calc(100% - 273px);
    padding: 0 0 0 30px;
    float: right; } }
.tab-top__search-result__wrapper._user .data-report__table-head-cell {
  white-space: nowrap; }
.tab-top__search-result__wrapper._user .data-report__table .data-report__table-head th.data-report__table-head-cell:first-child .data-report__check-wrap label {
  line-height: 30px; }
.tab-top__search-result__wrapper._user .data-report__table-cell-expertise {
  min-width: 400px; }

.user-table_wrapper .locked-status {
  display: none; }
.user-table_wrapper .locked-checkboxes ~ label:not(.error):before {
  border: none;
  cursor: auto; }
.user-table_wrapper .locked-checkboxes:checked ~ label:not(.error):before {
  background-size: 100%; }
.user-table_wrapper .locked-checkboxes:disabled ~ label:not(.error):before {
  border-color: #fff;
  background-color: #fff; }

.individual-services-dashboard_controls-block,
.institutes-dashboard_controls-block {
  padding: 0;
  margin: 0; }
  .individual-services-dashboard_controls-block .cmc-button,
  .institutes-dashboard_controls-block .cmc-button {
    width: auto;
    min-width: 160px;
    padding: 15px 15px 13px;
    font-size: 14px; }

.individual-services-dashboard_table-wrap .dataTables_wrapper .dataTables_length {
  float: none; }
.individual-services-dashboard_table-wrap table.table {
  width: 100% !important; }
  .individual-services-dashboard_table-wrap table.table tbody tr td:last-child {
    display: none; }
.individual-services-dashboard_table-wrap .dataTables_wrapper .dataTables_paginate {
  float: left;
  text-align: left; }

.individual-services_filters.tab-top__filter__wrapper {
  margin-right: 38px; }

.voting-deadlines-filters .filter__item__title, .review-limits-filters .filter__item__title {
  width: 200px; }
  @media (max-width: 1024px) {
    .voting-deadlines-filters .filter__item__title, .review-limits-filters .filter__item__title {
      width: auto; } }

@media (max-width: 1024px) {
  .quantities-filters .filter__item__title br, .sources-filters .filter__item__title br, .mediums-filters .filter__item__title br {
    display: none; } }

p.bubble {
  position: relative;
  width: 30px;
  line-height: 1px;
  background-color: #fff;
  border: 1px solid #004382;
  border-radius: 10px;
  font-family: sans-serif;
  padding: 8px;
  left: 50px; }

p.bubble.toleft {
  left: 35px !important; }

p.bubble:before,
p.bubble:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0; }

p.speech:before {
  left: 9px;
  bottom: -10px;
  border: 5px solid;
  border-color: #004382 transparent transparent #004382; }

p.speech:after {
  left: 11px;
  bottom: -6px;
  border: 4px solid;
  border-color: #fff transparent transparent #fff; }

.list-wgchair-dashboard .DTFC_ScrollWrapper .data-report__table-cell:nth-child(1) {
  width: 83px !important; }
.list-wgchair-dashboard .DTFC_ScrollWrapper .data-report__table-cell:nth-child(2) {
  width: 75px !important; }
.list-wgchair-dashboard .DTFC_ScrollWrapper .data-report__table-cell:nth-child(3) {
  width: 80px !important; }
.without-reviewer .list-wgchair-dashboard .list-search-result__table .data-report__table-cell:nth-child(2), .without-reviewer .list-wgchair-dashboard .list-search-result__table .data-report__table-cell:nth-child(7), .without-reviewer .list-wgchair-dashboard .list-search-result__table .data-report__table-cell:nth-child(8), .without-reviewer .list-wgchair-dashboard .list-search-result__table .data-report__table-cell:nth-child(9) {
  min-width: auto; }
.without-reviewer .list-wgchair-dashboard .list-search-result__table .data-report__table-cell--rmo-reminder {
  padding: 0 5px; }
  .without-reviewer .list-wgchair-dashboard .list-search-result__table .data-report__table-cell--rmo-reminder span {
    text-align: center;
    padding-right: 0; }
  .without-reviewer .list-wgchair-dashboard .list-search-result__table .data-report__table-cell--rmo-reminder .colorable-cells {
    min-height: 0;
    position: relative; }
  .without-reviewer .list-wgchair-dashboard .list-search-result__table .data-report__table-cell--rmo-reminder.colorable-indicated {
    background-color: #68CC6F; }
.list-wgchair-dashboard table.dataTable tbody td {
  padding: 5px 10px; }

.list-jcrb-without-reviewers .dataTables_scrollBody.ps-container > .ps-scrollbar-x-rail {
  width: calc(100% - 471px) !important;
  margin-left: 471px; }

.list2-wrapper.quick-search-wrapper .without-reviewer .tab-btn__wrapper {
  margin: 0 0 20px; }
.list2-wrapper.quick-search-wrapper .without-reviewer .list-search-result .dataTables_paginate {
  padding-top: 0; }
.list2-wrapper.quick-search-wrapper .dataTables_length {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 15px;
  width: 200px;
  text-align: left; }
  .list2-wrapper.quick-search-wrapper .dataTables_length select {
    width: 80px; }
  @media screen and (max-width: 767px) {
    .list2-wrapper.quick-search-wrapper .dataTables_length {
      margin-top: 0.5em; } }
  .list2-wrapper.quick-search-wrapper .dataTables_length .select2-container .select2-selection {
    height: 40px;
    border-color: #DFDFDF;
    border-radius: 0; }
    .list2-wrapper.quick-search-wrapper .dataTables_length .select2-container .select2-selection .select2-selection__rendered {
      color: #004382;
      font-size: 12px;
      font-weight: 700;
      line-height: 40px; }
    .list2-wrapper.quick-search-wrapper .dataTables_length .select2-container .select2-selection .select2-selection__arrow b {
      border-top-color: #004382; }
  .list2-wrapper.quick-search-wrapper .dataTables_length .select2-container .select2-selection--single .select2-selection__arrow b {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: -8px;
    margin-top: -2px;
    border-color: #004382;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .list2-wrapper.quick-search-wrapper .dataTables_length .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-color: #004382;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
@media (max-width: 1319px) {
  .list2-wrapper.quick-search-wrapper .dataTables_length {
    width: auto;
    text-align: center;
    float: none; }
  .list2-wrapper.quick-search-wrapper .dataTables_paginate {
    display: inline-block;
    float: none; } }
@media screen and (min-width: 1024px) {
  .list2-wrapper.quick-search-wrapper {
    padding-top: 0;
    margin: 0; }
    .list2-wrapper.quick-search-wrapper .tab-top__search-result__wrapper {
      padding: 0; } }

/*# sourceMappingURL=main.css.map */
