@import url(/fonts/open-sans.css);body {
  font-size: 12px;
  font-family: "Open Sans";
  background: #f5f5f5; }

a {
  font-weight: 400;
  color: #2a5971; }

p {
  font-weight: 400;
  color: #2a5971; }

b {
  color: #2a5971; }

.page-title {
  font-size: 20px;
  font-weight: 600;
  color: #3d6274;
  line-height: 32px;
  margin-bottom: 20px;
  padding-right: 20px;
  box-sizing: border-box; }
  .page-title:last-child {
    padding-right: 0; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

.i-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center; }
  .i-icon_border-left {
    border-left: 1px solid #b4c3ca;
    margin-left: 10px; }
  .i-icon_included-left {
    margin-left: -16px; }
  .i-icon_included-right {
    margin-right: -16px; }
  .i-icon_arrow-left, .i-icon_arrow-right, .i-icon_arrow-up, .i-icon_arrow-down {
    background-image: url(/static/img/9493492dee5b0952b7af281d580ad027.svg); }
  .i-icon_arrow-left {
    transform: rotate(90deg); }
  .i-icon_arrow-right {
    transform: rotate(-90deg); }
  .i-icon_arrow-up {
    transform: rotate(180deg); }
  .i-icon_close {
    width: 9px;
    height: 9px;
    background-image: url(/static/img/de1c874fec63b2d4afe3c210c5dbbcc4.svg); }
  .i-icon_sort {
    width: 11px;
    height: 10px;
    background-image: url(/static/img/640955c16d492f47fcb5eb2320c2cbee.svg); }
  .i-icon_logout {
    background-image: url(/static/img/8df8fcbaa359ee16dae717ef0055c18d.svg); }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

img {
  max-width: 100%; }

.hidden {
  display: none !important; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.grid_margin-top {
  margin-top: 10px; }

.grid:after {
  display: block;
  content: '';
  clear: both; }

.span-inner {
  padding: 0 10px; }

.span-1 {
  float: left;
  width: 8.33333%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-1:first-child > .span-inner {
    padding-left: 0; }

.span-2 {
  float: left;
  width: 16.66667%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-2:first-child > .span-inner {
    padding-left: 0; }

.span-3 {
  float: left;
  width: 25.0%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-3:first-child > .span-inner {
    padding-left: 0; }

.span-4 {
  float: left;
  width: 33.33333%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-4:first-child > .span-inner {
    padding-left: 0; }

.span-5 {
  float: left;
  width: 41.66667%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-5:first-child > .span-inner {
    padding-left: 0; }

.span-6 {
  float: left;
  width: 50.0%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-6:first-child > .span-inner {
    padding-left: 0; }

.span-7 {
  float: left;
  width: 58.33333%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-7:first-child > .span-inner {
    padding-left: 0; }

.span-8 {
  float: left;
  width: 66.66667%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-8:first-child > .span-inner {
    padding-left: 0; }

.span-9 {
  float: left;
  width: 75.0%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-9:first-child > .span-inner {
    padding-left: 0; }

.span-10 {
  float: left;
  width: 83.33333%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-10:first-child > .span-inner {
    padding-left: 0; }

.span-11 {
  float: left;
  width: 91.66667%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-11:first-child > .span-inner {
    padding-left: 0; }

.span-12 {
  float: left;
  width: 100.0%;
  box-sizing: border-box;
  min-height: 1px; }
  .span-12:first-child > .span-inner {
    padding-left: 0; }

.full-width {
  width: 100%; }

.form-box {
  margin: 0 -10px; }
  .form-box:after {
    display: block;
    content: '';
    clear: both; }
  .form-box .form-box__col-1 {
    float: left;
    padding: 0 10px;
    width: 8.33333%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-2 {
    float: left;
    padding: 0 10px;
    width: 16.66667%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-3 {
    float: left;
    padding: 0 10px;
    width: 25.0%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-4 {
    float: left;
    padding: 0 10px;
    width: 33.33333%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-5 {
    float: left;
    padding: 0 10px;
    width: 41.66667%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-6 {
    float: left;
    padding: 0 10px;
    width: 50.0%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-7 {
    float: left;
    padding: 0 10px;
    width: 58.33333%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-8 {
    float: left;
    padding: 0 10px;
    width: 66.66667%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-9 {
    float: left;
    padding: 0 10px;
    width: 75.0%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-10 {
    float: left;
    padding: 0 10px;
    width: 83.33333%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-11 {
    float: left;
    padding: 0 10px;
    width: 91.66667%;
    box-sizing: border-box;
    margin-bottom: 15px; }
  .form-box .form-box__col-12 {
    float: left;
    padding: 0 10px;
    width: 100.0%;
    box-sizing: border-box;
    margin-bottom: 15px; }

.form-box__label {
  display: block;
  margin-bottom: 5px;
  color: #4A4A4A;
  font-size: inherit; }

input.error-field,
select.error-field,
textarea.error-field,
input.error-field:hover,
select.error-field:focus,
textarea.error-field:active {
  border-color: #C63F2D !important; }

.error-message {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  color: #C63F2D; }

.alert {
  position: fixed;
  z-index: 999999;
  top: 20px;
  left: 50%;
  margin-left: -215px;
  width: 430px; }

.alert__item {
  padding: 12px 24px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  color: #333333;
  border-radius: 4px;
  background: #F5E8A5;
  box-shadow: 0 2px 19px 0 rgba(0, 0, 0, 0.5);
  animation-name: alert_start;
  animation-duration: 0.3s; }
  .alert__item_end {
    animation-name: alert_end;
    animation-duration: 0.3s; }
  .alert__item-close {
    width: 30px;
    height: 30px;
    background: none; }

@keyframes alert_start {
  from {
    transform: translate(0px, -100px);
    opacity: 0; }
  to {
    transform: translate(0px, 0px);
    opacity: 1; } }

@keyframes alert_end {
  from {
    transform: translate(0px, 0px);
    opacity: 1; }
  to {
    transform: translate(0px, -100px);
    opacity: 0; } }

.i-icon_check {
  background-image: url(/static/img/f89e1130b2789ee934371f8e1f643262.svg); }

.i-icon_rightholders {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/9a92436cf5c13e7c4677ed66b6d6f8e5.svg); }

.i-icon_agreements {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/426b4479b4de7165b4bca0f221bca891.svg); }

.i-icon_catalogues-rights {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/c66de3bc54dfd9ea95d4e2d297c497e6.svg); }

.i-icon_conflicts-of-rights {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/5a5c7f336c8600802e8ab0605ff460da.svg); }

.i-icon_right-lens {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/6da6ce8266da6e0ae684249a0009aec7.svg); }

.i-icon_rights-to-object {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/2448cd66a6a1ac77536a13c616a699aa.svg); }

.i-icon_administration {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/9f711cf4de366644db6efa0815da2add.svg); }

.i-icon_scapr {
  width: 20px;
  height: 20px;
  background-image: url(/static/img/5253949f9ce057412c8fc9cf9d01f013.png);
  background-size: 100%; }

.i-icon_edit {
  cursor: pointer;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: #fde6bf url(/static/img/ea87752d0e3f112e4aebc66c0e544af8.svg) center no-repeat; }

.i-icon_delete {
  cursor: pointer;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background: #fde6bf url(/static/img/c7c50216f4f43f548dcb42fec9cf7ebf.svg) center no-repeat; }

.i-icon_lock {
  width: 32px;
  height: 32px;
  background: transparent url(/static/img/b23a29ff1d19a2116ba9390638e05073.svg) center no-repeat; }

.i-icon_check {
  width: 30px;
  height: 30px;
  background: transparent url(/static/img/f89e1130b2789ee934371f8e1f643262.svg) center no-repeat; }

.i-icon_note {
  width: 20px;
  height: 20px;
  background: transparent url(/static/img/94d629b0a9a698dde7c6364bd247af14.svg) center no-repeat; }

.i-icon_download {
  width: 20px;
  height: 20px;
  background: transparent url(/static/img/d14bcfea429b2ed08eb66a4a05e920da.svg) center no-repeat; }

.i-icon_alert {
  width: 15px;
  height: 15px;
  background: transparent url(/static/img/f2c0eb3026c8fd2a72009a211f8f4cc2.svg) center no-repeat; }

.i-icon_arrow-copy {
  width: 15px;
  height: 15px;
  background: transparent url(/static/img/da65e3b95fa53791374e3d479ad277cd.svg) center no-repeat; }

.i-icon_check-button {
  width: 25px;
  height: 25px;
  background: #fde6bf url(/static/img/958887e07e73314b8eb93d4e4e1a7f7c.svg) center no-repeat; }

.i-icon_alert-error {
  width: 30px;
  height: 30px;
  float: left;
  background-image: url(/static/img/de04123d49e858f154b672f366d29183.svg); }

.i-icon_reload {
  padding: 0 3px;
  width: 30px;
  height: 30px;
  float: left;
  background: transparent url(/static/img/679a1794f94f50bef9a2045e5e67c485.svg) center no-repeat; }

.i-icon_collapse-all {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: transparent url(/static/img/b4ec9bcdffbc44ffa33f69b3de82481e.svg) center no-repeat; }

.i-icon_collapse-one {
  cursor: pointer;
  width: 100%;
  height: 30px;
  background: transparent url(/static/img/a8698432aa5f96c6e74a2d9e34142120.svg) center no-repeat; }
  .i-icon_collapse-one:hover {
    background: transparent url(/static/img/5eee7f395fa6986e4e1c80e15dc379e0.svg) center no-repeat; }
  .i-icon_collapse-one_active {
    transform: rotate(-90deg);
    background: transparent url(/static/img/5eee7f395fa6986e4e1c80e15dc379e0.svg) center no-repeat; }

.i-icon_rights-flag {
  width: 22px;
  height: 22px;
  border-radius: 15px;
  background-color: #39d008;
  border: 3px solid white; }

.i-progress-bar {
  position: fixed;
  z-index: 999999999;
  top: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3); }
  .i-progress-bar_show {
    top: 0; }
  .i-progress-bar:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background: #f5e8a5;
    animation-iteration-count: infinite;
    animation-name: i-progress-bar;
    animation-duration: 2s; }

@keyframes i-progress-bar {
  0% {
    left: 0;
    width: 0; }
  50% {
    width: 40%; }
  100% {
    left: 100%;
    width: 0; } }

.b-button {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  height: 32px;
  font-family: Arial;
  font-size: 12px;
  font-weight: 600;
  line-height: 31px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  background: #eca123;
  box-sizing: border-box; }
  .b-button_active, .b-button:active, .b-button_hover, .b-button:hover {
    background: #00b7ff; }
  .b-button_active, .b-button:active {
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    line-height: 32px; }
  .b-button:focus {
    outline: none; }
  .b-button:disabled {
    background-color: #cccccc; }
  .b-button_small {
    font-size: 10px;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px; }
  .b-button_secondary {
    color: #eca123;
    border-color: #eca123;
    background: #fff;
    font-weight: 600; }
    .b-button_secondary_active, .b-button_secondary:active {
      background: #fff;
      box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 2px 0 rgba(134, 162, 175, 0.2); }
    .b-button_secondary_hover, .b-button_secondary:hover {
      background: #fff;
      border-color: #86a2af; }
  .b-button_danger {
    color: #c63f2d;
    border-color: #e2bcb7;
    background: transparent;
    font-weight: 600; }
    .b-button_danger_active, .b-button_danger:active {
      box-shadow: inset 0 1px 2px 0 #dd968c; }
    .b-button_danger_hover, .b-button_danger:hover {
      background: transparent;
      border-color: #dd968c; }
  .b-button img {
    vertical-align: middle; }

.b-check__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  vertical-align: middle;
  box-sizing: border-box; }
  .b-check__input:checked {
    background: url(/static/img/98b1f80fdbafe6d3cd33eeedea205fc9.svg) no-repeat center center #ffffff;
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #999999; }
  .b-check__input:focus {
    outline: none; }
  .b-check__input_hover, .b-check__input:hover {
    border: solid 1px #999999; }
  .b-check__input[type="radio"] {
    border-radius: 50%; }
    .b-check__input[type="radio"]:checked {
      background: url(/static/img/c339842408c067d9f744eb32920f7c56.svg) no-repeat center center #ffffff;
      border: solid 1px #999999; }

.b-input {
  padding: 0 8px;
  height: 32px;
  width: 100%;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  border-radius: 4px;
  color: #333333;
  box-sizing: border-box;
  border: solid 1px #cccccc; }
  .b-inputhover, .b-input:hover {
    border: solid 1px #999999; }
  .b-inputfocus, .b-input:focus {
    border: solid 1px #01a1e2;
    outline: none;
    box-shadow: 0 0 5px 0 #00b7ff, inset 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 2px 0 rgba(1, 161, 226, 0.2); }
  .b-input:disabled {
    background: #f1f1f1; }
  .b-input_error {
    border: 1px solid #c63f2d; }
    .b-input_errorhover, .b-input_error:hover {
      border: solid 1px #eb7363; }
    .b-input_errorfocus, .b-input_error:focus {
      border: solid 1px #c63f2d;
      outline: none;
      box-shadow: 0 0 5px 0 #e99b91, inset 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 2px 0 rgba(233, 154, 144, 0.2); }
  .b-input_large {
    height: 40px;
    font-size: 24px;
    font-weight: 600;
    color: #333333; }
  .b-input_inline {
    width: auto;
    margin: 0 5px; }
  .b-input::-webkit-input-placeholder {
    color: #999999; }
  .b-input::-moz-placeholder {
    color: #999999; }
  .b-input:-moz-placeholder {
    color: #999999; }
  .b-input:-ms-input-placeholder {
    color: #999999; }

.b-input__note {
  color: #666666;
  font-size: 11px;
  line-height: 1.36;
  margin-top: 5px;
  display: block; }

.b-input-suggest {
  cursor: pointer;
  font-size: 12px;
  margin: 0;
  padding: 5px 20px; }
  .b-input-suggest:first-child {
    margin-top: 5px; }
  .b-input-suggest:last-child {
    margin-bottom: 5px; }
  .b-input-suggest:nth-of-type(odd):not(:hover):not([class*="_active"]) {
    background: none; }
  .b-input-suggest_active, .b-input-suggest:hover {
    background: #CCEFFC !important; }

.b-textarea {
  padding: 10px;
  width: 100%;
  min-height: 100px;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  border-radius: 4px;
  color: #333333;
  box-sizing: border-box;
  border: solid 1px #cccccc; }
  .b-textarea:hover {
    border: solid 1px #999999; }
  .b-textarea:focus {
    border: solid 1px #01a1e2;
    outline: none;
    box-shadow: 0 0 5px 0 #00b7ff, inset 0 1px 2px 0 rgba(0, 0, 0, 0.2), inset 0 1px 2px 0 rgba(1, 161, 226, 0.2); }

.b-select::-ms-expand {
  width: 30px;
  border: none;
  background: url(/static/img/9493492dee5b0952b7af281d580ad027.svg) center center #ffffff no-repeat;
  color: #fff;
  margin: 3px -20px 3px 3px; }

.b-select {
  box-shadow: none;
  padding: 0 30px 0 9px;
  height: 32px;
  color: #333333;
  border: solid 1px #cccccc;
  background: url(/static/img/9493492dee5b0952b7af281d580ad027.svg) no-repeat calc(100% - 10px) center #ffffff;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%; }
  .b-select:hover {
    border: solid 1px #999999; }
  .b-select:focus {
    outline: none;
    border: solid 1px #01a1e2;
    box-shadow: 0 0 5px 0 #00b7ff; }
  .b-select:disabled {
    background: #f1f1f1;
    border: solid 1px rgba(0, 0, 0, 0.17); }

.b-breadcrumbs {
  color: #3d6274;
  font-size: 20px;
  font-weight: 600; }

.b-paginate {
  overflow: hidden; }

.b-paginate__left-button {
  float: left;
  margin-right: 10px; }

.b-paginate__right-button {
  float: left;
  margin-left: 10px; }

.b-paginate__item {
  float: left;
  font-size: 12px;
  padding: 0 13px;
  height: 30px;
  line-height: 31px;
  text-decoration: none;
  color: #2a5971;
  border: 1px solid #b4c3ca;
  border-left: 0;
  cursor: pointer;
  background: #FFFFFF; }
  .b-paginate__item_active {
    background: #f5e8a5;
    font-weight: 700; }
  .b-paginate__item:active {
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 2px 0 rgba(134, 162, 175, 0.2);
    border-color: #86a2af;
    line-height: 32px; }
  .b-paginate__item:hover {
    border-color: #86a2af; }
  .b-paginate__item:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #b4c3ca; }
  .b-paginate__item:last-child {
    border-left: 0;
    border-radius: 0 4px 4px 0; }

.b-tab {
  display: table;
  font-weight: normal;
  vertical-align: middle;
  font-size: 12px;
  border-bottom: 1px solid #c6e1ef;
  line-height: 32px; }
  .b-tab_small {
    font-size: 12px;
    line-height: 22px; }

.b-tab__button {
  display: table-cell;
  padding: 0 16px;
  cursor: pointer;
  color: #2a5971;
  border: 1px solid transparent;
  background: transparent;
  font-weight: 400;
  border-radius: 4px 4px 0 0; }
  .b-tab__button:first-child {
    border-radius: 4px 4px 0 0; }
  .b-tab__button:last-child {
    border-radius: 4px 4px 0 0; }
  .b-tab__button:focus {
    outline: none; }
  .b-tab__button:hover {
    color: #2a5971;
    border-color: transparent;
    background: #ffffff; }
  .b-tab__button_active {
    color: #2a5971;
    border-color: transparent;
    background: #c6e1ef;
    font-weight: 600;
    padding: 0 15px; }
    .b-tab__button_active:hover {
      background: #c6e1ef; }

.b-table_bordered tr td {
  border-right: 1px solid #e0e0e0; }
  .b-table_bordered tr td:last-child {
    border-right: 0; }

.b-table_striped > tbody > tr:nth-of-type(even) > td {
  background-color: #f5f5f5; }

.b-table_striped_info > tbody > tr:nth-of-type(4n-1) > td {
  background-color: #f5f5f5; }

.b-table_hover tbody tr:hover td {
  background-color: #cfe6f7; }

.b-table__head-fixed {
  position: relative;
  padding-top: 48px;
  background: #fde6bf;
  border-radius: 5px 5px 0 0; }

.b-table__head-fixed-wrap {
  overflow-y: auto; }

.b-table {
  width: 100%;
  border-spacing: 0; }
  .b-table td {
    padding: 7px 8px;
    color: #2a5971;
    border-top: 1px solid #f5f5f5;
    background: #fff;
    word-wrap: break-word;
    /* IE */ }
  .b-table td:first-child {
    padding-left: 17px; }
  .b-table td:last-child {
    padding-right: 17px; }

.b-table__border {
  border: 1px solid #f5f5f5; }
  .b-table__border_right {
    border: 0;
    border-right: 1px solid #f5f5f5; }
  .b-table__border_left {
    border: 0;
    border-left: 1px solid #f5f5f5; }

.b-table__delimiter {
  font-weight: 600; }
  .b-table__delimiter td {
    background-color: #e9eff3;
    border-top: 0;
    border-bottom: 1px solid #dae7f1; }

.b-table__delimiter-ivisible td {
  background: none; }

.b-table__row_transparent td {
  background: transparent; }

.b-table__row td {
  padding: 14px 8px;
  font-weight: 600;
  border-top: 0; }

.b-table__header td {
  background: #fde6bf; }

.b-table__header tr:first-child td:first-child {
  border-radius: 6px 0 0 0; }

.b-table__header tr:first-child td:last-child {
  border-radius: 0 6px 0 0; }

.b-table__header_fixed-td {
  height: 0;
  line-height: 0;
  padding: 0 !important;
  color: transparent;
  border: none;
  background: none; }

.b-table__header_fixed-div {
  position: absolute;
  background: transparent;
  color: #2a5971;
  padding: 14px 12px 14px 8px;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  box-sizing: border-box;
  z-index: 1; }

.b-table__header_fixed-td:first-child .b-table__header_fixed-div {
  padding-left: 17px; }

.b-header {
  height: 56px;
  padding: 0 24px;
  background: #eca123;
  color: #fff;
  overflow: hidden; }

.b-header__logo {
  line-height: 56px;
  font-size: 20px;
  color: #fff;
  text-decoration: none; }
  .b-header__logo b {
    color: #fff; }

.b-header__logout {
  cursor: pointer;
  margin-top: 12px; }

.b-header__user {
  line-height: 17px;
  height: 56px;
  padding: 11px 19px 0;
  box-sizing: border-box; }

.b-header__user-name {
  font-weight: normal;
  text-transform: uppercase;
  color: inherit;
  letter-spacing: 1px; }

.b-header__user_active {
  background-color: #f5f5f5;
  color: #426a7e; }
  .b-header__user_active a {
    text-decoration: none; }

.b-layout {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }

.b-layout__sidebar {
  float: left;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
  width: 200px;
  background: #fff; }

.b-layout__content {
  overflow: hidden;
  margin-left: 200px;
  padding: 20px; }

.b-layout__footer {
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  color: #485e6a;
  opacity: 0.5;
  position: absolute;
  bottom: 20px;
  width: 200px; }

.b-nav {
  float: left; }

.b-nav__item {
  float: left;
  text-decoration: none;
  color: #2a5971;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 200ms linear;
  position: relative; }
  .b-nav__item a {
    text-decoration: none; }
  .b-nav__item_active {
    background: #dccfc6; }
    .b-nav__item_active .b-nav__item-name {
      font-weight: 600; }
  .b-nav__item:hover {
    background: #e9e4e1; }
  .b-nav__item:hover .b-nav__sub-menu {
    visibility: visible;
    opacity: 1; }

.b-nav__item-container {
  padding: 18px 24px; }

.b-nav__item-icon {
  margin-right: 10px;
  height: 20px;
  width: 20px; }

.b-nav__item-bage {
  background: #c63f2d;
  color: #FFFFFF;
  font-weight: 600;
  padding: 0 5px; }

.b-nav__item-counter {
  border-radius: 15px;
  background-color: #c63f2d;
  padding: 1px 7px;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  vertical-align: middle; }

.b-nav__item-name {
  font-size: 12px;
  line-height: 14px;
  width: 118px; }

.b-nav__item-icon,
.b-nav__item-name {
  display: inline-block;
  vertical-align: middle; }

.b-nav__sub-menu {
  position: absolute;
  top: 0;
  left: 200px;
  width: 200px;
  opacity: 0;
  background: #e9e4e1;
  transition: visibility 400ms, opacity 400ms;
  visibility: hidden; }
  .b-nav__sub-menu .b-nav__item:hover {
    background: #dccfc6; }
  .b-nav__sub-menu .b-nav__item-name {
    width: auto; }

.i-dropdown {
  position: absolute;
  display: none;
  z-index: 199;
  padding: 0;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(55, 65, 72, 0.3), 0 1px 2px 0 rgba(41, 88, 113, 0.3);
  background: #FFFFFF;
  overflow: hidden; }
  .i-dropdown_show {
    display: block; }

.i-dropdown_filter {
  width: auto;
  margin-left: -63px;
  margin-top: -32px; }

.b-dropdown-filter {
  padding: 7px 20px 8px; }

.b-dropdown__title {
  background-color: #fde6bf;
  font-size: 12px;
  font-weight: 600;
  color: #2a5971;
  padding: 0 39px 0 13px;
  line-height: 32px;
  position: relative; }

.b-dropdown__title-icon {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer; }

.b-dropdown__content {
  width: 240px; }

.b-loader {
  color: #999999;
  display: inline-block;
  vertical-align: middle; }

.b-loader__spinner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-size: 10px;
  text-indent: -9999em;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #01a1e2;
  background: linear-gradient(to right, #01a1e2 10%, rgba(1, 161, 226, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0); }
  .b-loader__spinner:before {
    width: 50%;
    height: 50%;
    background: #01a1e2;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .b-loader__spinner:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

@keyframes load3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.b-filter-values__wrap {
  padding: 9px 10px 0;
  background: #faecd4;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden; }

.b-filter-values__result {
  font-weight: 700;
  color: #426a7e;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  float: left; }

.b-filter-values__value {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 14px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  box-sizing: border-box;
  color: #333333;
  border: 1px solid #c2c2c2;
  background: #fff;
  font-weight: 400;
  overflow: hidden;
  margin: 0 10px 10px 0; }
  .b-filter-values__value:focus {
    outline: none; }
  .b-filter-values__value:hover {
    border: 1px solid #999999; }
    .b-filter-values__value:hover i {
      border-color: #999999; }
  .b-filter-values__value span {
    margin-right: 14px;
    float: left; }
  .b-filter-values__value b {
    color: inherit; }

.b-filter-values__icon {
  width: 28px !important;
  height: 27px !important;
  vertical-align: top;
  border-left: 1px solid #c2c2c2;
  float: left; }
  .b-filter-values__icon:active {
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 2px 0 rgba(134, 162, 175, 0.2); }

.b-combo {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  overflow: hidden;
  background: #fff; }

.b-combo__margin-bottom {
  margin-bottom: 20px; }

.b-combo__item {
  float: left;
  font-size: 12px;
  padding: 0 13px;
  height: 30px;
  line-height: 31px;
  text-decoration: none;
  color: #2a5971;
  border: 1px solid #b4c3ca;
  border-left: 0;
  cursor: pointer;
  font-weight: 400; }
  .b-combo__item_active {
    background: #f5e8a5;
    font-weight: 700; }
  .b-combo__item:active {
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 1px 2px 0 rgba(134, 162, 175, 0.2);
    border-color: #86a2af;
    line-height: 32px; }
  .b-combo__item:hover {
    border-color: #86a2af; }
  .b-combo__item:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #b4c3ca; }
  .b-combo__item:last-child {
    border-left: 0;
    border-radius: 0 4px 4px 0; }

.b-menu {
  background: #FFFFFF;
  border-radius: 6px 6px 0 0;
  overflow: hidden; }

.b-menu__name {
  padding: 14px 20px;
  background-color: #c6e1ef;
  font-size: 12px;
  font-weight: 700;
  color: #345556; }

.b-menu__item {
  display: block;
  font-size: 12px;
  line-height: 2.5;
  color: #345556;
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  text-decoration: none;
  font-weight: 400; }

.b-menu__item_active {
  background-color: #f5e8a5;
  font-weight: 700; }

.b-menu__button {
  margin: 10px 20px 10px 20px; }

.b-search {
  position: relative;
  vertical-align: middle; }

.b-search__clear {
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer; }

.b-modal {
  border-radius: 6px;
  overflow: hidden; }

.b-modal__header {
  background-color: #FDE6BF;
  font-size: 18px;
  font-weight: 400;
  color: #3D6274;
  padding: 15px 25px;
  margin: 0 -25px 15px -25px; }

.b-modal__body {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto; }

.b-modal__footer {
  border-top: none;
  padding: 15px 0 15px 0;
  overflow: hidden; }

.i-modal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  padding: 25px 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.2); }
  .i-modal_show {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.i-modal__box {
  position: relative;
  width: 700px;
  margin: auto;
  padding: 0 25px;
  border: 0;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 6px 0 rgba(55, 65, 72, 0.3), 0 1px 2px 0 rgba(41, 88, 113, 0.3); }

.i-modal__close {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(/static/img/de1c874fec63b2d4afe3c210c5dbbcc4.svg) no-repeat center transparent; }

.b-table-sort-item {
  cursor: pointer; }
  .b-table-sort-item .i-icon {
    width: 8px;
    height: 12px;
    background: url(/static/img/ede7c130460e0ff675156d122327b718.svg);
    margin-left: 5px;
    margin-right: 0; }
    .b-table-sort-item .i-icon_left {
      margin-right: 5px;
      margin-left: 0; }
  .b-table-sort-item_asc .i-icon {
    background: url(/static/img/bc4b2e5c267790ff2ed871046537d36b.svg) no-repeat center center; }
  .b-table-sort-item_desc .i-icon {
    background: url(/static/img/e09827039f6dda3811417113870e698c.svg) no-repeat center center; }

.b-button-submit:disabled {
  color: #eca123;
  border-color: #eca123;
  background: #fff;
  font-weight: 600;
  cursor: progress; }

.b-button-submit__load {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #01a1e2;
  background: linear-gradient(to right, #01a1e2 10%, rgba(1, 161, 226, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0); }
  .b-button-submit__load:before {
    width: 50%;
    height: 50%;
    background: #01a1e2;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''; }
  .b-button-submit__load:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

@keyframes load3 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.l-auth {
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 56px);
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto; }

.l-auth__box {
  width: 420px;
  height: 420px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 41px 60px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(55, 65, 72, 0.3), 0 1px 2px 0 rgba(41, 88, 113, 0.3); }

.l-auth__box-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  color: #2a5971;
  margin-bottom: 21px; }

.l-auth__error {
  margin-top: -5px;
  margin-bottom: 10px;
  color: #ED1C24; }

.l-error {
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 56px);
  -ms-flex-align: center;
      align-items: center; }

.l-error__box {
  width: 300px;
  margin: 0 auto; }

.l-error__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  color: #2a5971;
  margin-bottom: 10px; }

.l-error__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.58;
  color: #2a5971;
  margin-bottom: 10px; }

.l-error__code {
  color: #999999; }

.i-ajax-form__default-text-error {
  line-height: 30px;
  color: #808080; }

.i-ajax-form__error {
  color: #da1414; }

.b-modal__header_error {
  margin: 0 -25px;
  background: repeating-linear-gradient(45deg, #c91313, #c91313 60px, #d41c1c 60px, #d41c1c 120px);
  color: #fff;
  font-size: 14px;
  font-weight: 600; }

.b-modal__content_error {
  padding: 15px 25px;
  margin: 0 -25px;
  width: 500px;
  font-size: 13px;
  line-height: 22px; }

.b-modal__close-error {
  width: 30px;
  height: 30px;
  margin: 10px;
  background: url(/static/img/0943f4cce073030cbed5cb182054af81.svg) no-repeat center center transparent !important; }

.l-home__filters {
  margin-bottom: 10px; }

.l-home__rightholders-list-okup {
  color: #b8e986 !important;
  padding: 0 8px !important;
  font-size: 20px !important; }

.l-home__rightholders-list__info-wrap {
  background: #FFECB3 !important; }

.l-home__rightholders-list__info-table td {
  background: none !important;
  border: none !important; }

.l-home__rightholders-list__title_active td, .l-home__rightholders-list__title_active a {
  font-weight: 600;
  background: #FFE082 !important; }

.l-home__rightholders-list__title td:last-child {
  padding: 0; }

.l-home__create-rightholder-form .error-message {
  position: absolute; }

.l-home__button-reload {
  margin-left: 5px; }

.l-home__modal-export-body {
  margin: 25px 0; }
  .l-home__modal-export-body .b-loader {
    font-size: 14px;
    color: #345556; }
  .l-home__modal-export-body .b-loader__spinner {
    width: 50px;
    height: 50px;
    background: #eca123;
    background: linear-gradient(to right, #eca123 10%, rgba(236, 161, 35, 0) 42%); }
    .l-home__modal-export-body .b-loader__spinner:before {
      background: #eca123; }

.l-home__table-wrap {
  height: calc(100vh - 240px);
  background: #fff; }
  .l-home__table-wrap_filter {
    height: calc(100vh - 297px); }

.l-home__table-col-default {
  width: 8%; }

.l-home__table-col-main {
  width: 30%; }

.l-home__table-col-control {
  width: 15%; }

.l-home__table-col-small {
  width: 5%; }

.l-home__table-col-collapse-all {
  width: 1.5%; }

.l-home__rightholders-list__box_active {
  display: none; }

.l-agreements__table-wrap {
  height: calc(100vh - 240px);
  background: #fff; }
  .l-agreements__table-wrap_filter {
    height: calc(100vh - 297px); }

.l-agreements__table-col-default {
  width: 8%; }

.l-agreements__table-col-type {
  width: 11%; }

.l-agreements__table-col-main {
  width: 30%; }

.l-agreements__table-col-num {
  width: 18%; }

.l-agreements__table-col-control {
  width: 14%; }

.l-scapr__table-wrap {
  height: calc(100vh - 240px);
  background: #fff; }
  .l-scapr__table-wrap_filter {
    height: calc(100vh - 297px); }

.l-scapr__table-col-default {
  width: 8%; }

.l-scapr__table-col-type {
  width: 11%; }

.l-scapr__table-col-main {
  width: 30%; }

.l-scapr__table-col-num {
  width: 18%; }

.l-scapr__table-col-control {
  width: 14%; }

.l-scapr__load-item {
  width: 100px;
  padding: 15px 6px;
  text-align: center; }

.l-scapr__load-item:hover {
  background: rgba(253, 230, 191, 0.3); }

.l-scapr__load-label {
  cursor: pointer;
  color: #000000;
  text-decoration: none; }

.l-post__item {
  cursor: pointer; }

.l-post__table-wrap {
  height: calc(100vh - 245px);
  background: #fff; }

.l-post__table-col-default {
  width: 30%; }

.l-post__table-col-control {
  width: 10%; }

.l-users__add-user-admin-label {
  margin-bottom: 15px; }

.l-users__password-show-button {
  margin-top: 20px; }

.l-users__table-wrap {
  height: calc(100vh - 245px);
  background: #fff; }

.l-users__table-col-default {
  width: 11%; }

.l-users__table-col-main {
  width: 33%; }

.l-contract-type__table-wrap {
  height: calc(100vh - 203px);
  background: #fff; }

.l-contract-type__table-col-main {
  width: 24%; }

.l-contract-type__table-col-control {
  width: 4%; }

.l-user__block {
  margin-bottom: 40px;
  overflow: hidden; }

.l-user__box {
  background-color: #ffffff; }

.l-user__table td {
  border-top: none; }

.l-user__box-account-content {
  color: #2a5971;
  padding: 20px 0;
  line-height: 3;
  background-color: #fff; }

.l-user__password-save {
  margin-left: 10px; }

.l-rightholder__content {
  height: calc(100vh - 173px);
  overflow-y: auto; }

.l-rightholder__top {
  overflow: hidden;
  margin-bottom: 20px;
  color: #345556; }
  .l-rightholder__top-links {
    margin-bottom: 20px; }
  .l-rightholder__top-collapse {
    color: #345556; }
    .l-rightholder__top-collapse span {
      text-decoration: underline;
      cursor: pointer; }

.l-rightholder__block {
  margin-bottom: 41px;
  overflow: hidden; }
  .l-rightholder__block_active {
    margin-bottom: 0; }
  .l-rightholder__block_active .l-rightholder__switcher,
  .l-rightholder__block_active .l-rightholder__block-button {
    display: none; }

.l-rightholder__switcher {
  padding-top: 10px;
  color: #3d6274;
  font-size: 11px; }
  .l-rightholder__switcher-item {
    cursor: pointer;
    text-decoration: underline; }
    .l-rightholder__switcher-item_active {
      font-weight: bold;
      text-decoration: none; }

.l-rightholder__box {
  display: none; }
  .l-rightholder__box_active {
    display: block; }

.l-rightholder__reformat-address {
  color: #2a5971;
  text-decoration: underline;
  cursor: pointer; }

.l-contragent__modal-edit-form .error-message {
  position: absolute; }

.l-rightholder__requisites-block-checkbox {
  margin-top: 25px; }

.l-rightholder__table-col-primary {
  width: 35%; }

.l-rightholder__table-col-secondary {
  width: 15%; }

.l-rightholder__table-col-control {
  width: 10%; }

.l-rightholder__table-col-date {
  width: 80px; }

.l-rightholder__table-col-sm {
  width: 100px; }

.l-agreement__table {
  border-top: none; }

.l-agreement__block {
  margin-bottom: 40px;
  overflow: hidden; }

.l-agreement__box {
  background-color: #ffffff; }

.l-agreement__block-title {
  font-size: 16px;
  font-weight: 600;
  color: #345556;
  cursor: pointer;
  margin-bottom: 20px; }

.l-agreement__error {
  color: #da1414; }

.l-agreement__table td {
  width: 20%; }

.l-agreement__rightholder-link {
  font-weight: 700; }

.l-files__select-file {
  margin-top: 22px; }

.l-files__table-wrap {
  height: calc(100vh - 255px);
  background: #fff; }

.l-files__table-col-default {
  width: 23%; }

.l-files__table-col-control {
  width: 8%; }

.l-objects-rights-card__block {
  padding: 5px;
  margin-top: 10px;
  background-color: #ffffff; }

.l-objects-rights-card__table td:nth-child(2n) {
  font-weight: 700; }

.l-objects-rights__table td {
  border-top: none; }

.l-objects-rights-card__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #3d6274;
  margin: 20px 0 8px; }

.l-objects-rights-synonyms__block-table {
  margin-top: 20px; }

.l-objects-rights-synonyms__requisites-table td:nth-child(2n) {
  font-weight: 700; }

.l-objects-rights-synonyms__requisites-table td {
  border-top: none; }

.l-object-rights-synonyms__table-wrap {
  height: calc(100vh - 471px);
  background: #fff; }

.l-object-rights-synonyms__table-col-default {
  width: 9%; }

.l-object-rights-synonyms__table-col-main {
  width: 20%; }

.l-object-rights-synonyms__table-col-control {
  width: 4%; }

.l-object-rights-synonyms__table-col-collapse-all {
  width: 2%; }

.l-objects-rights-merge__block {
  padding: 5px;
  margin-top: 10px;
  background-color: #ffffff; }

.l-objects-rights-merge__subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #3d6274; }

.l-objects-rights-merge__subtitle_second {
  margin: 20px 0 8px; }

.l-objects-rights-merge__arrow {
  cursor: pointer; }

.l-objects-rights-merge__table td:nth-child(2n) {
  font-weight: 700; }

.l-objects-rights-merge__table-head-fixed {
  background-color: #fff;
  padding-top: 81px; }

.l-objects-rights-merge__scroll-box {
  height: calc(100vh - 510px); }

.l-objects-rights-merge__table-header-fixed-td {
  width: 15%; }

.l-objects-rights-merge__table-header-fixed-td:nth-last-child(2) {
  width: 5%; }

.l-objects-rights-merge__table-header-fixed-td:last-child {
  width: 2%; }
  .l-objects-rights-merge__table-header-fixed-td:last-child .l-objects-rights-merge__table-header-fixed-div {
    width: 2%; }

.l-objects-rights-merge__table-header-fixed-div {
  padding-right: 20px; }

.l-objects-rights-merge__field-description {
  font-weight: 700;
  margin-top: 8px; }

.l-objects-rights__table td {
  border-top: none; }

.l-objects-rights-merge__modal-table, .l-objects-rights-merge__modal-table .b-table__header td {
  background: transparent; }

.l-objects-rights-merge__modal-width_title {
  width: 18%; }

.l-objects-rights-merge__modal-width_object-right {
  width: 26%; }

.l-objects-rights-merge__modal-width_form {
  width: 30%; }

.l-objects-rights-merge__colored-td:hover {
  background-color: #cfe6f7 !important;
  cursor: pointer; }

.l-objects-rights-merge__buttons-container .b-button {
  margin-left: 8px; }

.l-objects-rights-merge__rights-stub {
  visibility: hidden; }

.l-agreement-catalog__table-info td {
  border-top: none; }

.l-agreement-catalog__table-info td:nth-child(2n) {
  font-weight: 700; }

.l-agreement-catalog__box {
  margin-bottom: 20px; }

.l-agreement-catalog__tools input {
  margin-bottom: 10px; }

.l-agreement-catalog__modal-export-body {
  margin: 25px 0; }
  .l-agreement-catalog__modal-export-body .b-loader {
    font-size: 14px;
    color: #345556; }
  .l-agreement-catalog__modal-export-body .b-loader__spinner {
    width: 50px;
    height: 50px;
    background: #eca123;
    background: linear-gradient(to right, #eca123 10%, rgba(236, 161, 35, 0) 42%); }
    .l-agreement-catalog__modal-export-body .b-loader__spinner:before {
      background: #eca123; }

.l-agreement-catalog__modal-pass .b-button_secondary:disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.l-agreement-catalog__button-reload {
  margin-left: 5px; }

.l-agreement-catalog__table-wrap {
  background: #fff; }

.l-agreement-catalog__table-col-default {
  width: 8%; }

.l-agreement-catalog__table-col-main {
  width: 26%; }

.l-agreement-catalog__table-col-collapse-all {
  width: 2%; }

.l-agreement-catalog__table-check {
  width: 3%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

.l-agreement-catalog__table-check input {
  margin: 0; }

.l-agreement-catalog__footer-panel {
  padding: 15px 20px 0;
  position: fixed;
  bottom: 0;
  width: calc(100% - 280px);
  background: #fff;
  box-shadow: 0 6px 30px #ccc; }

.l-agreement-catalog__table-content tr td:first-child {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.l-agreement-catalog__table-content tr td:first-child input {
  margin: 0; }

.l-agreement-catalog__table-wrap {
  height: calc(100vh - 440px);
  background: #fff; }
  .l-agreement-catalog__table-wrap_filter {
    height: calc(100vh - 497px); }
  .l-agreement-catalog__table-wrap_pad {
    height: calc(100vh - 530px); }
  .l-agreement-catalog__table-wrap.l-agreement-catalog__table-wrap_filter.l-agreement-catalog__table-wrap_pad {
    height: calc(100vh - 587px); }

.l-agreement-catalog-object__title {
  margin-top: 25px; }

.l-agreement-catalog-object__button, .l-agreement-catalog-object__delete-button {
  margin-top: 25px; }

.l-agreement-catalog__table-card td {
  border-top: none; }

.l-agreement-catalog-object__modal-right-info {
  font-weight: 700;
  margin-bottom: 15px; }

.l-agreement-files__table-wrap {
  height: calc(100vh - 240px);
  background: #fff; }

.l-agreement-files__table-col-default {
  width: 15%; }

.l-agreement-files__table-col-main {
  width: 25%; }

.l-agreement-files__table-col-control {
  width: 5%; }

.l-object-comparison__title {
  font-size: 16px;
  font-weight: 600;
  color: #3d6274;
  margin: 20px 0; }

.l-object-comparison__copy-default {
  cursor: pointer; }

.l-object-comparison__table .b-input {
  width: 85%; }

.l-object-comparison__table-head {
  padding-top: 88px;
  background: #fff; }

.l-object-comparison__lower-label {
  font-weight: 700;
  margin-top: 10px;
  text-align: center; }

.l-object-comparison__table-wrap {
  height: calc(100vh - 448px);
  background: #fff; }
  .l-object-comparison__table-wrap_filter {
    height: calc(100vh - 297px); }

.l-object-comparison__table-col-default {
  width: 19%; }

.l-object-comparison__table-col-control {
  width: 5%; }

.l-object-comparison__table-col-collapse-all {
  width: 2%; }

.l-agreement-journal__table-info td:nth-child(2n) {
  font-weight: 700; }

.l-agreement-journal__tools input {
  margin-bottom: 10px; }

.l-agreement-journal__box {
  margin-bottom: 20px; }

.l-agreement-journal__table-info td {
  border-top: none; }

.l-agreement-journal__select-file {
  margin-top: 22px; }

.l-agreement-journal__table-info-block-secondary-col {
  width: 600px; }

.l-agreement-journal__button-reload {
  margin-left: 5px; }

.l-agreement-journal__table-wrap {
  background: #fff; }
  .l-agreement-journal__table-wrap_pad {
    height: calc(100vh - 530px) !important; }

.l-agreement-journal__table-col-default {
  width: 8%; }

.l-agreement-journal__table-col-main {
  width: 32%; }

.l-agreement-journal__table-col-collapse-all {
  width: 2%; }

.l-agreement-journal__table-check {
  width: 3%; }

.l-agreement-journal__footer-panel {
  padding: 15px 20px 0;
  position: fixed;
  bottom: 0;
  width: calc(100% - 280px);
  background: #fff;
  box-shadow: 0 6px 30px #ccc; }

.l-agreement-journal__error {
  cursor: help; }

.l-agreement-journal__table-check {
  width: 3%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

.l-agreement-journal__table-check input {
  margin: 0; }

.l-agreement-journal__table-content {
  vertical-align: top; }

.l-agreement-journal__table-content tr td:first-child input {
  margin: 0; }

.l-agreement-journal__cell-table td {
  vertical-align: top;
  padding: 7px 8px !important;
  font-weight: 400 !important; }

.l-agreement-journal__cell-table td:first-child {
  width: 28px;
  padding-right: 0 !important; }

.b-table__wrap-info-table_detail {
  margin-left: -8px; }

.l-rights__filter-body {
  width: 480px; }

.l-right__table-info-col {
  width: 100px; }

.l-rights__table-wrap {
  height: calc(100vh - 240px);
  background: #fff; }
  .l-rights__table-wrap_filter {
    height: calc(100vh - 297px); }
  .l-rights__table-wrap_pad {
    height: calc(100vh - 330px); }

.l-rights__table-col-default {
  width: 8%; }

.l-rights__table-col-main {
  width: 16%; }

.l-rights__table-col-secondary {
  width: 10%; }

.l-rights__table-col-small {
  width: 5%; }

.l-rights__table-col-control {
  width: 7%; }

.l-rights__table-col-collapse-all {
  width: 2%; }

.l-rights__table-check {
  width: 3%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

.l-rights__table-check input {
  margin: 0; }

.l-rights__footer-panel {
  padding: 15px 20px 0;
  position: fixed;
  bottom: 0;
  width: calc(100% - 280px);
  background: #fff;
  box-shadow: 0 6px 30px #ccc; }

.l-rights__table-content tr td:first-child {
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.l-rights__table-content tr td:first-child input {
  margin: 0; }

.l-objects-rights__filter-body {
  width: 480px; }

.l-objects-rights__table-wrap {
  height: calc(100vh - 245px);
  background: #fff; }
  .l-objects-rights__table-wrap_filter {
    height: calc(100vh - 302px); }

.l-objects-rights__table-col-default {
  width: 11%; }

.l-objects-rights__table-col-main {
  width: 21%; }

.l-objects_rights__table-col-control {
  width: 5%; }

.l-objects_rights__table-col-collapse-all {
  width: 2%; }

.l-objects_rights__text-bold {
  font-weight: bold; }

[data-tooltip]:after {
  position: absolute;
  display: none;
  max-width: 200px;
  content: attr(data-tooltip);
  padding: 3px 8px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.9); }

[data-tooltip]:before {
  position: absolute;
  top: 0;
  display: none;
  content: '';
  border: 5px solid transparent; }

[data-tooltip]:hover {
  position: relative;
  z-index: 99; }
  [data-tooltip]:hover:before, [data-tooltip]:hover:after {
    display: block; }

[data-tooltip-position="left"]:after {
  top: -5px;
  margin-left: 10px;
  left: 100%; }

[data-tooltip-position="left"]:before {
  left: 100%;
  margin-top: 5px;
  margin-left: 5px;
  border-left: 0;
  border-right-color: rgba(0, 0, 0, 0.9); }

[data-tooltip-position="right"]:after {
  top: -5px;
  margin-right: 10px;
  right: 100%; }

[data-tooltip-position="right"]:before {
  right: 100%;
  margin-top: 5px;
  margin-right: 5px;
  border-right: 0;
  border-left-color: rgba(0, 0, 0, 0.9); }

[data-tooltip-position="bottom"]:after {
  top: 100%;
  margin-top: 10px; }

[data-tooltip-position="bottom"]:before {
  top: 100%;
  left: 50%;
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.i-dropdown_suggest__box {
  z-index: 260;
  max-height: 300px;
  max-width: 400px;
  min-width: 200px;
  width: inherit !important; }

.b-input-suggest:nth-of-type(odd) {
  background: #eeeeee; }

.b-table {
  table-layout: fixed; }

.b-layout {
  min-width: 1200px; }

.b-layout__content {
  box-sizing: border-box; }

.b-nav__sub-menu {
  z-index: 100; }

.b-breadcrumbs {
  margin-bottom: 20px; }

.b-search__input {
  width: 450px; }

.required,
.error {
  color: #da1414; }

.blocked {
  color: #da1414;
  text-decoration: line-through; }

.success {
  color: #6bb812; }

.top-links {
  font-size: 14px;
  font-weight: bold;
  color: #f5a623;
  margin-left: 10px;
  margin-bottom: 10px; }
  .top-links_disabled {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #808080;
    margin-bottom: 10px; }

.tools-bar {
  margin-bottom: 10px; }

.spoiler-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  font-weight: 600;
  color: #345556;
  cursor: pointer;
  margin-bottom: 10px; }

.b-table__wrap-row-title_active td,
.b-table__wrap-row-title_active a {
  font-weight: 600;
  background: #FFE082 !important; }

.b-table__wrap-row-title td:last-child {
  padding: 0; }

.b-table__wrap-info-container {
  background: #FFECB3 !important; }

.b-table__wrap-info-table td {
  background: none !important;
  border: none !important; }

.b-table__row-empty-query {
  text-align: center;
  font-weight: 600; }

.b-table__nav-links {
  margin-right: 10px; }

.b-table a:hover {
  color: #eca123; }

.b-table__head-fixed {
  border: none; }

.alert {
  top: 250px; }

.alert__item {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #FFFFFF;
  background: repeating-linear-gradient(45deg, #c91313, #c91313 60px, #d41c1c 60px, #d41c1c 120px); }
  .alert__item-box {
    display: inline-block;
    width: 400px; }
  .alert__item-close {
    float: right;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/static/img/0943f4cce073030cbed5cb182054af81.svg) no-repeat center center transparent; }

.b-button:not(:last-child) {
  margin-left: 10px; }

/*# sourceMappingURL=main.css.map?hash=aa41dfb536ab1b3bd70a42d9182c06c7*/