@charset "UTF-8";
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'verdana';
  src: url("../fonts/verdana.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'verdanab';
  src: url("../fonts/verdanab.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'verdanai';
  src: url("../fonts/verdanai.ttf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'verdanaz';
  src: url("../fonts/verdanaz.ttf");
  font-weight: 700;
  font-style: italic;
}

/* ----- START BODY и HTML для шаблонов авторизации и страницы приветствия с градиентом на фоне   -----*/
/* ----- END BODY и HTML для шаблонов авторизации и страницы приветствия с градиентом на фоне   -----*/
/* ----- START BODY и HTML  -----*/
html, body {
  min-height: 100%;
  height: 100%;
  width: 100%;
}

body {
  font-family: 'verdana', sans-serif;
  font-size: 12px;
  overflow-x: hidden;
}

/* ----- END BODY и HTML  -----*/
/*START WIDGET SUPPORT*/
.support-widget {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 8px 5px 10px;
  background-color: #90b7d7;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
}

.support_question, .support_call, .support_mail {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}

.support_question {
  background: url("../img/support/sup_help.png") left top no-repeat;
}

.support_call {
  background: url("../img/support/sup_call.png") left top no-repeat;
}

.support_mail {
  background: url("../img/support/sup_mail.png") left top no-repeat;
  height: 16px;
}

.support_hr {
  display: block;
  width: 26px;
  height: 1px;
  border-bottom: 1px dotted #cccccc;
  margin-top: 8px;
  margin-bottom: 10px;
}

/*END WIDGET SUPPORT*/
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row {
  padding-bottom: 15px;
}

.row_link_title {
  padding-bottom: 8px !important;
}

.auth_input, .main_input, .main_textarea {
  display: block;
  font-family: 'verdana', sans-serif;
  width: 228px;
  height: 30px;
  padding-left: 9px;
  padding-right: 5px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: #0e0c0d;
  font-size: 1em;
}

.main_input, .main_textarea {
  width: 350px;
}

.input_calendar-inline {
  display: inline-block !important;
  width: 151px;
  margin-right: 15px;
}

.input_small-size {
  width: 90px;
}

.input_midle-size {
  width: 217px;
}

.input_full-size {
  width: 100%;
}

.main_textarea {
  padding-top: 7px;
  min-height: 61px;
}

.label-small_size {
  min-width: 92px;
}

.checked_row {
  padding-bottom: 5px;
}

.checked_row label {
  display: inline-block;
  vertical-align: super;
}

.inp-radio {
  margin-left: 0;
}

i.checked-provereno {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/checked_check.png");
}

select.main_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  background: url("../img/min_arrow.png") 97% 50% no-repeat;
}

.small_calendar {
  background: url("../img/small_calendar.png") 97% 50% no-repeat;
  padding-right: 27px;
}

.small_search {
  display: inline-block;
  width: 208px;
  font-family: 'verdana', sans-serif;
  font-style: italic;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: #777777;
  font-size: 1em;
  height: 24px;
  background: url("../img/search-bg.png") 97% 50% no-repeat;
  padding-right: 20px;
  padding-left: 6px;
}

select::-ms-expand {
  display: none;
}

.main-inlineBlock {
  display: inline-block !important;
}

.embed-box {
  vertical-align: middle;
  padding-left: 10px;
}

a {
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
}

a:hover {
  cursor: pointer;
}

a.link-forgot_pass {
  display: block;
  color: #5596c8;
  padding-top: 20px;
}

a.link-forgot_pass:hover {
  text-decoration: none;
}

.prev-page {
  display: block;
  background: url("../img/left-arrow.png") left top no-repeat;
  height: 18px;
  width: 28px;
  margin-left: 22px;
}

.h3-title {
  display: block;
  padding-bottom: 15px;
  font-size: 1em;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
}

.h4-title {
  display: block;
  color: #2d2c2c;
  font-size: 1em;
  font-weight: 700;
  padding-bottom: 10px;
}

.content-tab-suptitle {
  display: block;
  padding-top: 19px;
  padding-bottom: 13px;
  color: #2d2c2c;
  font-weight: 700;
  font-size: 1em;
}

.main-clear:before, .main-clear:after {
  display: table;
  content: '';
  line-height: 0;
}

.main-clear:after {
  clear: both;
}

.main-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.header {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding: 12px 18px;
  border: 1px solid #327ac3;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  background: url("../img/header_bg.png") right top no-repeat;
  background-color: #2e5c82;
}

a.header-logo {
  display: inline-block;
  height: 40px;
  background: url("../img/header_logo.png") left top no-repeat;
  padding-left: 50px;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  line-height: 40px;
}

.content-area {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  color: #363636;
}

.content-indent {
  padding: 15px 18px;
  line-height: 16px;
}

.breadcrumbs {
  display: block;
  padding-bottom: 22px;
  font-weight: 400;
  font-size: 1em;
  color: #838384;
}

.breadcrumbs a {
  text-decoration: underline;
  color: #1c4d84;
}

.page-top-title {
  display: table;
  width: 100%;
  vertical-align: top;
  padding-bottom: 18px;
  height: 100%;
}

.page-top-title__item_org {
}

.head-org-box__butt {
  display: flex;
  align-items: center;
}

.page-top-title__item-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}


.head-org-box {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  color: #707070;
}

.head-org-box__row a {
  color: #707070;
}

.head-org-box_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../img/info.png') left top no-repeat
}

.page-top-title .page-top-title__item:last-child {
  vertical-align: middle;
}

.page-top-title__item .link_style-blue:last-child {
  margin-right: 0px;
}

.page-top-title__item .link_style-white:last-child {
  margin-right: 0px;
}

.page-top-title__item .stl-w-full:first-child {
  margin-bottom: 10px;
}

.page-top-title__item {
  display: table-cell;
  height: 100%;
}

.page-top-title__item-title {
  display: table;
}

.content-title {
  display: table-cell;
  vertical-align: super;
  padding-right: 12px;
  font-size: 1.16em;
  font-weight: 400;
  text-transform: uppercase;
  color: #1c4d84;
}

.content-suptitle {
  display: table-cell;
  vertical-align: super;
  font-size: 1.16em;
  font-weight: 400;
  text-transform: uppercase;
  color: #1c4d84;
  border-left: 1px solid #346894;
  padding-left: 12px;
  height: 100%;
}

.footer-area {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 8px 18px;
  width: 100%;
  border: 1px solid #327ac3;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  background: url("../img/header_bg.png") right top no-repeat;
  background-color: #2e5c82;
}

.footer {
  display: block;
  padding-left: 45px;
  min-height: 44px;
  background: url("../img/logo_foot.png") left center no-repeat;
}

.footer span {
  display: block;
  color: #80a9cc;
  font-size: 0.9em;
  padding-top: 8px;
}

.footer span a {
  color: #80a9cc;
}

.table-area {
  display: block;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 10px;
}

.td_count_bold {
  font-size: 1em;
  font-weight: bold;
  color: #393838;
}

.td_count_link {
  text-decoration: none;
  color: #3d7aaa;
  font-weight: 400;
  font-size: 1em;
}

table.table_style {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #182633;
}

table.table_style tr {
  border-top: 0px solid transparent;
}

table.table_style a {
  color: #3d7aaa;
}

table.table_style th {
  text-align: left;
  color: #3d7aaa;
  font-weight: 700;
  font-size: 1em;
  padding-bottom: 5px;
  padding-left: 38px;
}

table.table_style th:first-child {
  padding-left: 0;
}

table.table_style td {
  text-align: left;
  position: relative;
  padding: 10px 0px;
  vertical-align: middle;
  padding-left: 38px;
  font-size: 1em;
  min-height: 34px;
}

table.table_style td:first-child {
  padding-left: 0;
}

table.table_style tbody tr {
  border-top: 1px solid #e0e0e0;
}

tr.no-border {
  border-top: 0px solid transparent !important;
}

.no-border-bot {
  border-bottom: 0px solid transparent !important;
}

.t-max {
  width: 100%;
}

.t-small {
  width: 850px;
}

.t-min {
  width: 650px;
}

table .size_midle {
  width: 230px;
}

table .size_thumb {
  width: 130px;
}

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

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

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

.style-pl_0 {
  padding-left: 0 !important;
}

.style-pl_38 {
  padding-left: 38px !important;
}

.stl-mt_10 {
  margin-top: 10px;
}

.stl-mb_0 {
  margin-bottom: 0px !important;
}

.stl-pb_0 {
  padding-bottom: 0px !important;
}

.stl-pb_5 {
  padding-bottom: 5px !important;
}

.stl-pb_10 {
  padding-bottom: 10px;
}

.stl-pb_20 {
  padding-bottom: 10px;
}

.stl-pb_30 {
  padding-bottom: 30px;
}

.stl-vermid {
  vertical-align: middle !important;
}

.stl-versub {
  vertical-align: sub;
}

.stl-FR {
  float: right;
}

.stl-FL {
  float: left;
}

.stl-max-w-300 {
  max-width: 300px;
}

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

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

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

.i-file {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url("../img/min_file.png") left top no-repeat;
}

.i-avtoprolong {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("../img/avto_prolong.png") left top no-repeat;
}

.check_red {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("../img/check-red.png") left top no-repeat;
}

.after_dashed {
  position: relative;
}

.after_dashed::after {
  position: absolute;
  content: '';
  width: 97%;
  height: 1px;
  left: 0px;
  bottom: 0;
  border-bottom: 1px dotted #acacac;
}

.required_color {
  color: #ff0000;
}

.disable_color {
  color: #757575;
}

.link-disabled {
  pointer-events: none !important;
  cursor: default !important;
  background-color: #acacac !important;
  border: none !important;
}

.i-doc-desc {
  margin-right: 10px;
}

i.i-doc {
  display: inline-block;
  width: 18px;
  height: 20px;
}

i.i-doc_y {
  background: url("../img/doc_y.png") top left no-repeat;
}

i.i-doc_n {
  background: url("../img/doc_n.png") top left no-repeat;
}

i.i-doc_fp {
  background: url("../img/doc_fp.png") top left no-repeat;
}

i.i-doc_np {
  background: url("../img/doc_np.png") top left no-repeat;
}

.link-doc-np, .link-doc-n, .link-doc-y, .link-doc-fp {
  display: block;
  position: relative;
  vertical-align: bottom;
  padding-top: 2px;
  background: url("../img/doc_np.png") top left no-repeat;
  color: #2d2c2c;
  padding-left: 24px;
  height: 20px;
  margin-right: 10px;
}

.link-doc-n {
  background: url("../img/doc_n.png") top left no-repeat;
}

.link-doc-y {
  background: url("../img/doc_y.png") top left no-repeat;
}

.link-doc-fp {
  background: url("../img/doc_fp.png") top left no-repeat;
}

.link-doc_required {
  display: block;
  color: #f00007;
  font-size: 0.8em;
}

.text-red {
  color: #f00007;
}

.red-warning {
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url("../img/red-warning.png") left top;
  vertical-align: sub;
  margin-left: 5px;
}

.versia-box_doc {
  display: inline-block;
  vertical-align: text-top;
}

.e-signature_data {
  font-size: 0.8em;
  margin-left: 6px;
}

.filter_img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}

.filter_img_active {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

/*START ГЛАВНОЕ ОКНО ВЫБОРА ВХОДА*/
.auth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #327ac3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#143a5e), to(#3e6c8f));
  background-image: linear-gradient(to top, #143a5e 0%, #3e6c8f 100%);
  background-color: #68bcf5;
}

.auth-header__menu {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  padding-top: 15px;
  padding-right: 18px;
  padding-bottom: 10px;
}

.auth-content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  padding: 0 18px;
}

.auth-footer {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: 'verdana', sans-serif;
  background: url("../img/logo_foot.png") 18px center no-repeat;
  padding-left: 65px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.auth-footer span {
  display: block;
  color: #80a9cc;
  font-size: 0.9em;
  padding-top: 7px;
}

.auth-footer span a {
  color: #80a9cc;
}

.auth-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.auth-area__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/logo_auth.png") left center no-repeat;
  min-height: 281px;
  padding-left: 170px;
  padding-right: 22px;
  text-transform: uppercase;
  color: #fff;
  vertical-align: middle;
  text-align: right;
}

.auth-area__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 19px;
  border-left: 1px solid #ffffff;
  min-height: 221px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.auth-form__media {
  width: 46%;
  overflow: hidden;
}

.area-logo__title {
  font-size: 2.33em;
  font-weight: 700;
  padding-bottom: 18px;
}

.area-logo__suptitle {
  width: 207px;
  text-align: right;
  font-size: 1.6em;
  font-weight: 400;
}

.auth_btn {
  display: block;
  background-color: #fff;
  border: 1px solid #3d7aaa;
  border-radius: 3px;
  color: #3d7aaa;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 16px;
}

.auth_btn:hover {
  cursor: pointer;
}

.auth_link-option {
  width: 230px;
  text-align: center;
  text-decoration: none;
}

.auth_login {
  margin-bottom: 29px;
  /*END ГЛАВНОЕ ОКНО ВЫБОРА ВХОДА*/
}

/*START ОКНО ВЫБОРА ВХОДА*/
.auth-field {
  display: block;
  margin-bottom: 17px;
}

.auth_label {
  display: block;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  padding-bottom: 8px;
}

.main_check {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-color: transparent;
  padding-left: 0;
  margin-left: 0;
}

.label_check {
  display: inline-block;
  height: 15px;
  vertical-align: text-top;
  padding-left: 2px;
}

.label_check a {
  color: #fff;
}

.label_check a:hover {
  text-decoration: none;
}

/*END ОКНО ВЫБОРА ВХОДА*/
/*START ОКНО РЕГИСТРАЦИИ*/
.form-title {
  color: #fff;
  font-size: 1.16em;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 34px;
}

.reg-danger {
  display: inline-block;
  color: #f74d5b;
  padding-bottom: 7px;
}

.reg-danger_auth {
    padding-bottom: 0px;
    padding-top: 3px;
}

.google-captha {
  padding-bottom: 30px;
  display: flex;
  justify-content: flex-start;
}

.auth-field_check {
  margin-bottom: 10px;
}

.soglasie-text {
  display: inline-block;
  color: #fff;
  padding-bottom: 10px;
}

.auth-field__org {
  margin-bottom: 10px;
}

.form-org-name {
  display: inline-block;
  color: #7ab4e3;
  margin-bottom: 15px;
}

/*END ОКНО РЕГИСТРАЦИИ*/
/*START СТИЛИ ГЛАВНОЙ СТРАНИЦЫ*/
p.auth-text {
  display: block;
  width: 650px;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  padding-bottom: 12px;
  line-height: 16px;
}

ul.auth-menu {
  float: left;
  padding-left: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 12px;
}

li.auth-menu__item {
  display: inline-block;
  padding-right: 19px;
}

li.auth-menu__item:last-child {
  padding-right: 0;
}

li.auth-menu__item a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
}

li.auth-menu__item a::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

li.auth-menu__item a:hover::before {
  width: 0%;
}

a.link-login {
  float: right;
  display: inline-block;
  background-color: #90b7d7;
  border: 1px solid #3d7aaa;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 1em;
  color: #ffffff;
  padding: 10px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a.link-login:hover {
  background-color: #3d7aaa;
}

a.btn-auth-mob {
  display: none;
  float: left;
  position: relative;
  margin-left: 30px;
  margin-top: -5px;
  width: 35px;
  height: 35px;
  background-color: transparent;
}

a.btn-auth-mob span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  height: 2px;
  width: 35px;
  background-color: #fff;
}

a.btn-auth-mob span::before, a.btn-auth-mob span::after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 35px;
  left: 0;
  height: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a.btn-auth-mob span::before {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

a.btn-auth-mob span::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

a.btn-auth-mob_active span {
  height: 0;
}

a.btn-auth-mob_active span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.btn-auth-mob_active span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul.auth-menu_active {
  -webkit-transform: translateX(5px) !important;
          transform: translateX(5px) !important;
}

/*END СТИЛИ ГЛАВНОЙ СТРАНИЦЫ*/
/* <===== START STYLE TABS ====> */
.content-tab-area {
  position: relative;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.content-tab-menu {
  display: block;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.content-tab-menu li.tab-menu__item, .content-tab-menu a.tab-menu__item {
  display: inline-block;
  position: relative;
  padding: 11px 13px 8px;
  color: #5f5f5f;
  font-size: 1em;
  font-weight: 400;
  margin-left: -4px;
  text-decoration: none;
}

.content-tab-menu li.tab-menu__item:first-child {
  margin-left: 0px;
}

.content-tab-menu li.tab-menu__item:hover {
  cursor: pointer;
}

.content-tab-menu li.tab-menu__item::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 70%;
  width: 1px;
  border-right: 1px dotted #b7b7b7;
}

.content-tab-menu li.tab-menu__item::before {
  position: absolute;
  content: '';
  left: 0;
}

.content-tab-menu li:first-child.tab_active {
  border-left: 0px solid transparent;
}

.content-tab-menu li.tab_active {
  position: relative;
  color: #3d7aaa;
  font-weight: 700;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  margin-left: -5px;
}

.content-tab-menu li.tab_active::before {
  background-color: #ffffff;
  width: 100%;
  left: 0;
  height: 8px;
  bottom: -4px;
  z-index: 20;
}

.content-tab-menu li.tab_active::after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.content-tab__panel {
  display: none;
  padding: 16px;
}

.content-tab__panel.tab_active {
  display: block;
}

/* <===== END STYLE TABS ====> */
/* <===== START STYLE NEWS ====> */
.news-item {
  padding: 10px 9px;
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  margin-bottom: 18px;
}

.news-item__content {
  font-size: 1em;
  font-weight: 400;
}

.news-item__picture {
  float: left;
  margin-right: 12px;
  margin-bottom: 3px;
  width: 261px;
  height: 180px;
}

.news-item__data {
  display: block;
  padding-bottom: 12px;
}

.news-item__title {
  font-size: 1.16em;
  font-weight: 700;
  padding-bottom: 12px;
}

.news-item__anons {
  padding-bottom: 12px;
  overflow: hidden;
}

.news-item__anons p {
  font-size: 1em;
}

.news-item__detail {
  padding-bottom: 0;
}

.news-item__detail p {
  font-size: 1em;
  padding-bottom: 15px;
}

.news-item__link {
  display: block;
  font-size: 1em;
  color: #3b75a6;
  text-decoration: underline;
}

.main-pagination {
  text-align: right;
}

.table-pagination {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

.ul-pagination {
  display: inline-block;
  padding-right: 21px;
}

.pagination__item {
  display: inline-block;
  margin-right: 5px;
}

.pagination__item a {
  color: #363636;
  text-decoration: none;
}

.pagination_active a {
  color: #3d7aaa;
  font-weight: 700;
}

.pagination_all {
  padding-right: 21px;
}

.pagination_disable a {
  color: #ababab;
}

.pagination__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
  background: url(../img/min_arrow.png) right center no-repeat;
  border: 0;
  width: 42px;
  padding: 3px;
}

.pagination__select::-ms-expand {
  display: none;
}

/* <===== END STYLE NEWS ====> */
/* <===== START STYLE METHODICAL ====> */
.methodic_link {
  display: block;
  background: url("../img/min_file.png") left top no-repeat;
  color: #000000;
  padding-left: 25px;
  padding-bottom: 12px;
}

/* <===== END STYLE METHODICAL ====> */
.content-tab-wrapper {
  width: 100%;
  padding-bottom: 17px;
}

.content-tab-wrapper .content-tab-wrapper:last-child {
  padding-bottom: 0 !important;
}

.content-tab-wrapper .row:last-child {
  padding-bottom: 0 !important;
}

.content-tab-wrapper .versia-tab-indent .row {
  padding-bottom: 10px !important;
}

.content-tab-wrapper .versia-tab-indent .row:last-child {
  padding-bottom: 0px !important;
}

.link_title, .link_suptitle {
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 1em;
  font-weight: 700;
  color: #000000;
  line-height: 18px;
  padding-left: 22px;
}

.link_suptitle {
  font-weight: normal;
  margin-top: 15px;
}

.i_arrow {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 7px;
  width: 12px;
  height: 6px;
  background: url("../img/min_arrow.png") left top no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.i_arrow_hidden {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.content-tab-indent .col-name {
  padding-left: 37px;
}

.content-child-box .col-name {
  padding-left: 37px;
}

.content-child-indent-box {
  padding-left: 27px;
}

.col-name {
  display: block;
  padding-top: 0px;
  width: 100%;
}

.col-name_bold {
  font-weight: bold;
}

.col-data {
  display: block;
}

.link_style-blue, .link_style-white {
  display: inline-block;
  min-width: 104px;
  padding: 10px 14px;
  margin-right: 15px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #3d7aaa;
  background-color: #3d7aaa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link_style-blue:hover, .link_style-white:hover {
  cursor: pointer;
  border: 1px solid #215d8c;
  background-color: #215d8c;
}

.link_style-white {
  background-color: #ffffff;
  color: #3d7aaa;
}

.link_style-white:hover {
  color: #ffffff;
}

.btn-box {
  padding-bottom: 15px;
}

.tariff-text {
  padding-bottom: 17px;
}

.e-signature {
  display: inline-block;
  height: 24px;
  background: url("../img/e-signature.png") left top no-repeat;
  padding-left: 26px;
  font-size: 0.8em;
  font-weight: bold;
  padding-top: 9px;
  text-transform: uppercase;
  color: #2d2c2c;
}

.link_up {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 15px;
  right: 15px;
  background: url("../img/up-top.png") center center no-repeat;
  background-color: #90b7d7;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.45);
  border-radius: 60px;
  width: 60px;
  height: 60px;
}

.user-panel {
  float: right;
  position: relative;
}

.user-panel__data {
  display: inline-block;
  padding-left: 30px;
  height: 30px;
  vertical-align: top;
}

.user-panel__avatar {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.user-panel__name {
  display: inline-block;
  color: #ffffff;
  font-family: Verdana;
  font-size: 1.16em;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
}

.user-panel__btn-menu {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  padding-left: 2px;
  width: 14px;
  height: 6px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../img/min_arrow-white.png") left top no-repeat;
}

/*todo сказать Паше что изменил класс*/
.user-panel__btn-menu-active {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.user-panel__menu {
  position: absolute;
  -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding: 0 8px;
  right: 30px;
  width: 100%;
  bottom: -65px;
  z-index: 100;
}

.user-panel__menu-link {
  display: block;
  padding: 10px 0;
  color: #000000;
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none;
}

.user-panel__menu-link.active {
  font-weight: bold;
}

.user-panel__menu-link:last-child {
  border-bottom: 0px solid transparent;
}

.user-panel__exit {
  display: inline-block;
  min-height: 30px;
  width: 30px;
  padding-left: 10px;
  border-left: 1px dotted #cccccc;
  background: url("../img/user_logout.png") center center no-repeat;
}

.user-panel__exit:hover {
  cursor: pointer;
}

.avatar-file-inp {
  display: none;
}

.avatar-file__edit {
  display: inline-block;
  background: url("../img/avatar_inp.png") left top no-repeat;
  width: 56px;
  height: 41px;
  cursor: pointer;
}

.avatar-file-name {
  font-size: 0.8em;
  font-weight: 700;
  border: 0;
  background-color: transparent;
  height: 41px;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
}

.content-indent-wrapper {
  padding-left: 44px;
}

/*START MAIN MENU*/
.main-menu__wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  height: calc(100%);
  background-color: #f6f7fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.31);
  height: calc(100%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  width: 42px;
}

.main-menu__list {
  position: relative;
  overflow-x: hidden;
  height: calc(100%);
}

.main-menu__list::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.11);
  left: 42px;
}

.main-menu__item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  padding-left: 2px;
}

.main-menu__item:first-child {
  padding-left: 0;
}

.main-menu__item-link {
  display: block;
  position: relative;
  width: 280px;
  color: #363636;
  text-decoration: none;
}

.main-menu__icon {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  min-width: 42px;
  width: 42px;
  position: relative;
  z-index: 4;
  background-color: transparent;
  padding: 6px 0;
}

.main-menu__text {
  display: table-cell;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 12px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-menu__text_link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #363636;
  padding-top: 3px;
}

.menu-inner_unlock {
  background: url("../img/min_arrow.png") right 7px no-repeat;
}

.menu-inner_unlock_open {
  background: url("../img/min_arrow_open.png") right 7px no-repeat;
}

.menu_img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}

.menu_img_active, .menu_img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.menu_img_margin {
  margin-left: -3px;
}

.main-menu__wrap:hover .main-menu__text {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.main-menu__wrap:hover {
  width: 280px;
}

.main-menu__item-link:hover .menu_img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.main-menu__item-link:hover .main-menu__text a.main-menu__text_link {
  color: #3d7aaa;
}

.main-menu__item-link_active .main-menu__text a.main-menu__text_link {
  color: #3d7aaa;
}

.main-menu__item-link_active .menu_img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.main-menu__item_disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

/*Внутреннее меню*/
.main-menu__inner {
  display: block;
  padding-left: 12px;
  padding-top: 10px;
  width: 100%;
}

.main-menu__inner-item {
  display: block;
  padding-top: 6px;
  width: 100%;
}

.main-menu__inner-item_link {
  display: block;
  color: #363636;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

/*END MAIN MENU*/
.content-tab-indent .col-name > .row > .col-name {
  padding-left: 17px;
}

.manager-viewer-doc {
  padding-bottom: 20px;
}

.manager-viewer-desc {
  padding-bottom: 10px;
  padding-left: 24px;
}

.content-tab-indent .manager-viewer-doc:last-child {
  padding-bottom: 10px;
}

.control-panel {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding: 6px;
}

.control-panel__item {
  display: inline-block;
  height: 26px;
  vertical-align: top;
  border-right: 1px solid #777777;
  padding: 2px 11px;
}

.control-panel__item:first-child {
  padding-left: 0;
}

.control-panel__item:last-child {
  border-right: 0px solid transparent;
}

.control-panel__search {
  display: inline-block;
  height: 26px;
  vertical-align: top;
  border-right: 1px solid #777777;
  padding: 2px 11px;
}

.control-panel__search:last-child {
  border-right: 0px solid transparent;
  padding-right: 0;
}

.control-panel__link-mobil {
  display: block;
  padding-bottom: 10px;
  color: #000000;
}

.control-panel__link {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.control-add_link, .control-copy_link, .control-delete_link, .control-pdf_link, .control-xls_link, .control-funnel_link, .control-diagram_link, .control-diagram_active, .control-print_link, .control-xml_link {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
}

.control-add_link {
  vertical-align: middle;
  padding-left: 26px;
  background: url("../img/add_link.png") left top no-repeat;
}

.control-copy_link {
  padding-left: 26px;
  background: url("../img/copy_link.png") left top no-repeat;
}

.control-delete_link {
  width: 16px;
  background: url("../img/delete_link.png") left top no-repeat;
}

.control-pdf_link {
  width: 20px;
  background: url("../img/pdf_link.png") left top no-repeat;
}

.control-xls_link {
  width: 20px;
  background: url("../img/xls_link.png") left top no-repeat;
}

.control-print_link {
  width: 20px;
  background: url("../img/printer_link.png") left top no-repeat;
}

.control-funnel_link {
  padding-left: 24px;
  background: url("../img/funnel_icon.png") left top no-repeat;
}

.control-diagram_link, .control-diagram_active {
  padding-left: 24px;
  background: url("../img/diagram_icon.png") left top no-repeat;
}

.control-diagram_link:hover, .control-diagram_active:hover {
  background: url("../img/diagram_icon_color.png") left top no-repeat;
}

.control-diagram_active {
  background: url("../img/diagram_icon_color.png") left top no-repeat;
}

i.control-link_arrow {
  display: inline-block;
  width: 12px;
  height: 6px;
  background: url("../img/min_arrow.png") left top no-repeat;
}

.control-panel__filter {
  display: inline-block;
  color: #000000;
}

.filter-inp_style {
  height: 25px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

.filter-btn_style, .filter-btn_style-blue {
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #3d7aaa;
  background-color: #ffffff;
  color: #3d7aaa;
  font-weight: 400;
  font-size: 0.9;
  height: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filter-btn_style-blue {
  background-color: #3d7aaa;
  color: #ffffff;
}

.filter-btn_style:hover, .filter-btn_style-blue:hover {
  cursor: pointer;
  border: 1px solid #215d8c;
  background-color: #215d8c;
}

.panel-filter_name {
  display: inline-block;
  margin-right: 0px;
}

.panel-filter__item {
  display: inline-block;
  margin-right: 10px;
}

.control-panel__filter .panel-filter__item:last-child {
  margin-right: 4px;
}

.panel-select_month {
  height: 25px;
}

.control-parent_item {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.control-panel__item .control-parent_item:last-child {
  margin-right: 0;
}

.control-child_box {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 32px;
  left: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  background-color: #ffffff;
}

.production-area {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  margin-top: 15px;
  padding: 19px 4px 4px;
}

table.production-table, table.production-table_child {
  width: 100%;
}

table.production-table thead tr, table.production-table_child thead tr {
  border-bottom: 1px solid #e0e0e0;
}

table.production-table thead th, table.production-table_child thead th {
  padding: 0px 5px 8px;
  text-align: left;
  color: #3d7aaa;
  font-weight: 700;
  font-size: 1em;
}

table.production-table tbody tr {
  height: 1px;
}

table.production-table tbody tr:hover {
  background-color: rgba(61, 122, 170, 0.2);
}

table.production-table td {
  height: 100%;
  padding: 8px 5px 8px;
  vertical-align: top;
}

table.production-table_child {
  width: 100%;
}

table.production-table_child thead tr {
  border-bottom: 0px solid transparent;
}

table.production-table_child thead tr th {
  padding-top: 2px;
}

table.production-table_child tbody tr {
  height: 1px;
  border-top: 1px solid #e0e0e0;
}

table.production-table_child tbody tr:hover {
  background-color: rgba(61, 122, 170, 0.2);
}

table.production-table_child tbody tr.row-parent {
  border-bottom: 1px solid #e0e0e0;
}

table.production-table_child tbody tr.row-parent td {
  min-width: 200px;
  padding: 8px 5px 8px;
  color: #182633;
  font-size: 1em;
}

table.production-table_child tbody tr td {
  height: 100%;
  padding: 8px 5px 8px;
  vertical-align: top;
}

table.production-table_child tbody tr td a {
  display: inline-block;
  color: #3d7aaa;
  margin-right: 5px;
}

table.production-table_child tbody tr td a:last-child {
  margin-right: 0;
}

table.production-table_child .control-delete_link {
  vertical-align: baseline;
}

table.production-table_child .control-panel__link {
  color: #000000;
}

.table-disabled {
  background-color: #f1f2f2;
}

.table-disabled thead tr th {
  color: #acacac;
}

.stl-row-wed {
  color: #3d7aaa;
}

.production-cell {
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  color: #000000;
  font-size: 1em;
  font-weight: 400;
}

.data-text-box {
  display: block;
  min-height: 30px;
  padding: 7px 5px 8px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

.inp-production-cell {
  height: 100%;
  width: 100%;
  border: 0px solid transparent;
  vertical-align: top;
}
.inp-production-cell:disabled {
  background-color: #e0e0e0;
}
select.inp-production-cell,input.inp-production-cell{
  padding: 6px;
}
textarea.inp-production-cell {
  min-height: 100px;
  height: 100%;
}

textarea.inp-production-cell::-webkit-input-placeholder {
  font-style: italic;
}

textarea.inp-production-cell:-ms-input-placeholder {
  font-style: italic;
}

textarea.inp-production-cell::-ms-input-placeholder {
  font-style: italic;
}

textarea.inp-production-cell::placeholder {
  font-style: italic;
}

.textarea_coment-cell {
  min-height: 50px !important;
}

.production-cell_desc {
  padding-right: 0;
  position: relative;
}

.production-cell_desc-text {
  display: inline-block;
  border-right: 1px dotted #cccccc;
  width: 90%;
  height: 100%;
}

.production-cell__link {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10%;
  padding-right: 3px;
  text-align: center;
}

.production-edit_link, .production-del_link, .production-img_link {
  display: inline-block;
  height: 20px;
  width: 22px;
  background: url("../img/edit_color.png") left top no-repeat;
  margin-bottom: 5px;
}

.production-del_link {
  width: 16px;
  background: url("../img/delete_color.png") left top no-repeat;
}

.production-img_link {
  width: 18px;
  background: url("../img/image-file.png") left top no-repeat;
}

.production-cell_scroll {
  display: block;
  position: relative;
  background-color: #ffffff;
  width: 9px !important;
  height: 100%;
}

.production-cell_scroll::before {
  position: absolute;
  content: '';
  width: 9px;
  height: 50%;
  background-color: #90b7d7;
  left: 0%;
  top: 0;
}

.table-row_active {
  background-color: rgba(61, 122, 170, 0.2);
}

.table-row_blue {
  background-color: #00b0f0;
}

.table-row_green {
  background-color: #92d050;
}

.table-row_signed {
  background-color: rgba(179, 179, 179, 0.2);
}

.red_border {
  border: 1px solid #ff0000;
}

.row-link_edit {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 19px;
  background: url("../img/edit_icon_gray.png") left top no-repeat;
}

.row-parent_child td:first-child {
  padding-left: 25px;
}

.row-parent_switch, .row-parent_switch_open {
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 15px;
  margin-right: 5px;
  background: url("../img/row_switch.png") left 4px no-repeat;
}

.row-parent_switch_open {
  background: url("../img/switch_open.png") left 4px no-repeat;
}

tbody.tbl-box-wed {
  border-top: 1px solid #e0e0e0;
}

tbody.tbl-box-wed:hover {
  background-color: rgba(61, 122, 170, 0.2);
}

tbody.tbl-box-wed_active {
  background-color: rgba(61, 122, 170, 0.2);
}

tbody.tbl-box-wed tr {
  border-top: 0px solid transparent !important;
}

tbody.tbl-box-wed tr:hover {
  background-color: transparent !important;
}

.cell-w_50 {
  width: 50px !important;
}

.cell-w_100 {
  width: 100px !important;
}

.cell-w_120 {
  width: 120px !important;
}

.cell-w_150 {
  width: 150px !important;
}

.cell-w_200 {
  width: 200px !important;
}

.cell-w_10 {
  width: 10% !important;
}

.cell-w_15 {
  width: 15% !important;
}

.cell-w_20 {
  width: 20% !important;
}

.cell-w_25 {
  width: 25% !important;
}

.cell-w_35 {
  width: 35% !important;
}

.cell-w_40 {
  width: 40% !important;
}

.i-panel_orient {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 18px;
  margin-left: 8px;
  background: url("../img/panel_arrow_color.png") left 4px no-repeat;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}

.orient_active {
  vertical-align: bottom;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

.conclusion-form p {
  padding-top: 10px;
}

.modal-add-document {
  display: block;
  width: 100%;
}

.modal-header {
  padding: 12px 7px 10px 12px;
  border-bottom: 1px solid #d9d9d9;
}

.modal-title {
  text-transform: uppercase;
  color: #33678f;
  font-size: 1em;
  font-weight: 400;
  vertical-align: super;
}

.modal-body {
  padding: 15px 7px 20px 12px;
}

.modal_row {
  padding-bottom: 15px;
}

.modal-body .modal_row:last-child {
  padding-bottom: 0;
}

.modal-field_name {
  display: inline-block;
  max-width: 200px;
  vertical-align: top;
  padding-top: 2px;
  padding-right: 6px;
}

.modal-desc-action {
  display: inline-block;
  height: 30px;
}

select.modal_input, .modal_input, textarea.modal_input {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 3px;
  min-width: 200px;
  height: 30px;
  padding: 8px 6px;
}

select.modal_input {
  padding: 0px 8px 0px 6px;
}

textarea.modal_input {
  height: 100px;
}

.modal_btn_wid {
  width: 46%;
  margin-right: 0;
}

.modal-exit {
  display: inline-block;
  background: url("../img/exit_modal.png") left top no-repeat;
  width: 14px;
  height: 14px;
}

.modal_i_file {
  display: none;
}

.modal_link_add {
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  color: #3d7aaa;
  border-radius: 3px;
  border: 1px solid #3d7aaa;
  background-color: #ffffff;
  padding: 10px 15px;
  margin-right: 13px;
  min-width: 100px;
  text-transform: uppercase;
}

.modal_link_add:hover {
  cursor: pointer;
  border: 1px solid #215d8c;
  background-color: #215d8c;
  color: #ffffff;
}

.modal_i_file_text {
  background: transparent;
  border: 0;
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
  padding-top: 10px;
}
/*Дополнения*/
.modal-body {
  padding: 15px 12px 20px 12px;
}
.modal_row_text p {
  padding-bottom: 12px;
  font-size: 1em;
}
.modal_row_text p a {
  color: #33678f;
}
.support_call_active {
  background: url("../img/support/sup_call_active.png") left top no-repeat;
}
.support_mail_active {
  background: url("../img/support/sup_mail_active.png") left top no-repeat;
}
.support_question_active {
  background: url("../img/support/support_question_active.png") left top no-repeat;
}
.question-item {
  display: block;
  padding: 16px 13px;
  min-height: 150px;
  height: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  font-size: 1.1em;
  color: #3d3d3d;
}
.question-item a{
  color: #3d3d3d;
}
.question-item:hover {
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.35);
}
.question-item-inside {
  font-size: 1.1em;
  color: #3d3d3d
}
.question-item-inside__title {
  font-weight: bold;
  padding-bottom: 20px;
}
.question-item-inside p {
  padding-bottom: 14px;
}

/* Модальное окно bootstrap*/

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
}
.modal-header .close {
}
.modal-body {
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    margin: 0px auto;
  }
  .modal-content {
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media (max-width: 1566px) {
  .auth-form__media {
    width: 60%;
  }
}

@media (max-width: 1450px) {
  .control-panel__search {
    display: block;
    height: auto;
    padding-left: 0;
    padding-top: 9px;
    padding-bottom: 5px;
  }
  .small_search {
    width: 49%;
    margin-top: 5px;
  }
  .control-panel__filter {
    display: block;
    height: auto;
    border-right: 0px solid transparent;
    padding-top: 8px;
    padding-left: 0;
  }
}

@media (max-width: 1366px) {
  .t-min, .t-small {
    width: 100%;
  }
    /*.page-top-title > .page-top-title__item:nth-child(2) {
    width: 260px;
  }*/
  /*.page-top-title__item_org {
    min-width: 60% !important;
  }*/
  /*.page-top-title > .page-top-title__item:nth-child(2) .link_style-blue, .page-top-title > .page-top-title__item:nth-child(2) .link_style-white {
    width: 100%;
    display: block;
  }*/
  .page-top-title > .page-top-title__item:nth-child(2) .link_style-blue:first-child, .page-top-title > .page-top-title__item:nth-child(2) .link_style-white:first-child {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .table-responsive {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 1px;
    padding-bottom: 10px;
  }
  .mob-cell-w_50 {
    min-width: 50px !important;
  }
  .mob-cell-w_100 {
    min-width: 100px !important;
  }
  .mob-cell-w_120 {
    min-width: 120px !important;
  }
  .mob-cell-w_150 {
    min-width: 150px !important;
  }
  .mob-cell-w_200 {
    min-width: 200px !important;
  }
  .mob-cell-w_250 {
    min-width: 250px !important;
  }
  .mob-cell-w_300 {
    min-width: 300px  !important;
  }
  .mob-cell-w_400 {
    min-width: 400px  !important;
  }
  .mob-cell-w_500 {
    min-width: 500px  !important;
  }
}

@media (max-width: 1150px) {
  p.auth-text {
    width: 400px;
  }
  .page-top-title__item-title {
    display: block;
  }
  .content-suptitle {
    display: block;
    padding-left: 0;
    border-left: 0px solid transparent;
  }
}

@media (max-width: 1100px) {
  .page-top-title__item_org {
    width: 75%;
  }
}

@media (max-width: 900px) {
  p.auth-text {
    width: 310px;
  }
  .table-area {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
  }
  .table_style {
    border: 0;
  }
  .table_style thead {
    display: none;
  }
  .table_style tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
  }
  .table_style tbody td {
    display: block;
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 10px !important;
    padding-right: 10px;
  }
  .table_style tbody td:first-child {
    padding-left: 10px;
  }
  .table_style tbody td.text-center {
    text-align: right !important;
  }
  .table_style tbody td:last-child {
    border-bottom: 0px solid transparent;
  }
  .table_style tbody td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .news-item__anons {
    overflow: visible;
  }
}

@media (max-width: 800px) {
  .col-data {
    padding-left: 25px;
    font-weight: normal !important;
  }
}

@media (max-width: 768px) {
  .check-flex{
    justify-content: center;
  }
  .google-captha{
    justify-content: center;
  }

  .recovery-code-area{
    justify-content: center;
  }

  .content-child-box .col-name {
    padding-left: 17px;
  }
  .content-child-indent-box {
    padding-left: 0px;
  }
  .page-top-title > .page-top-title__item:nth-child(2) {
    width: 100%;
  }
  .page-top-title .stl-max-w-300 {
    width: 100%;
    max-width: 100%;
  }
  .page-top-title {
    display: block;
  }
  .page-top-title__item {
    display: block;
  }
  .mob-none {
    display: none;
  }
  .page-top-title .content-title {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .page-top-title .stl-FR {
    float: none;
  }
  .modal-add-document {
    display: block;
    width: 100%;
  }
  .modal_input {
    display: block;
    width: 100%;
  }
  .modal-field_name {
    display: block;
    line-height: 16px;
    padding-bottom: 8px;
  }
  .panel-filter_name, .filter-inp_style {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .filter-btn_style {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .panel-filter__item {
    display: block;
    padding-bottom: 10px;
  }
  .control-child_box {
    left: 0px;
  }
  .control-parent_item {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
  .control-panel__search {
    padding-top: 0;
  }
  .control-panel__item {
    display: none;
    padding-left: 0;
    height: auto;
    padding-bottom: 10px;
    border-right: 0px solid transparent;
  }
  .content-tab-indent .col-name {
    padding-left: 15px;
  }
  .col-data {
    padding-top: 7px;
  }
  p.auth-text {
    max-width: 100%;
    min-width: 100%;
  }
  .main_input, .small_search {
    width: 100%;
  }
  [class*="col-"] {
    padding-bottom: 5px;
  }
  .auth-area, .auth-area__logo, .auth-area__form {
    display: block;
  }
  .auth-area {
    text-align: center;
    width: 100%;
    height: auto;
  }
  .auth-area__logo {
    position: relative;
    padding-top: 170px;
    padding-left: 0;
    padding-right: 0;
    background: url("../img/logo_auth.png") top center no-repeat;
    border-right: 0px solid transparent;
    height: auto;
    padding-bottom: 20px;
  }
  .auth-area__logo::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background-color: #fff;
  }
  .area-logo__title, .area-logo__suptitle {
    text-align: center;
    margin: 0 auto;
  }
  .auth-area__form {
    position: relative;
    min-height: 100%;
    height: auto;
    padding-left: 0;
    border-left: 0px solid transparent;
  }
  .auth-footer {
    padding-top: 60px;
    padding-left: 0;
    padding-bottom: 25px;
    background: url("../img/logo_foot.png") center 15px no-repeat;
    text-align: center;
  }
  .auth_btn {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .auth_input {
    margin: 0 auto;
    width: 60%;
  }
  a.link-forgot_pass {
    padding-top: 0;
  }
  p.auth-text {
    text-align: left;
  }
  a.btn-auth-mob {
    display: block;
  }
  ul.auth-menu {
    display: block;
    position: absolute;
    z-index: 10;
    padding: 20px;
    background-color: #3e6c8f;
    margin-top: 35px;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  li.auth-menu__item {
    display: block;
    text-align: left;
    padding-bottom: 12px;
    padding-right: 0;
  }
  .footer-area {
    background: url("../img/footer_bg.png") right top repeat-y;
  }
  .footer {
    display: block;
    width: 100%;
    text-align: center;
    background: url("../img/logo_foot.png") top center no-repeat;
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px;
  }
  .link_style-blue, .link_style-white {
    display: block;
    width: 100%;
    margin-top: 12px;
  }
  .col-name {
    font-weight: bold;
  }
  .auth-form__media {
    width: 100%;
    padding-left: 2px;
    padding-right: 20px;
  }
  .input_calendar-inline {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .main_textarea {
    width: 100%;
  }
  .versia-box_doc {
    display: block;
    padding-bottom: 8px;
  }
  .embed-box {
    display: block;
    padding-top: 10px;
    padding-left: 0;
  }
  .embed-box label {
    min-width: 92px;
  }
  .main-inlineBlock {
    display: block !important;
  }
  .link_up {
    position: fixed;
  }
  .page-top-title__item-area {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
  }
  .head-org-box, .head-org-box__butt {
    width: 100%;
    padding-right: 0;
  }
  .head-org-box__butt {
    flex-direction: column;
    align-items: flex-start;
  }
  .head-org-box_icon {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .col-data {
    padding-left: 15px;
  }
  .i-doc-desc {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
}

@media (max-width: 610px) {
  .modal_link_add {
    display: block;
    width: 100%;
    text-align: center;
  }
  .modal_i_file_text {
    display: block;
    width: 100%;
  }
  .link_up {
    bottom: 60px;
  }
  .tab-menu__item {
    display: block;
    width: 100%;
    position: static;
    margin-left: 0px !important;
  }
  .tab-menu__item::after {
    -webkit-transform: scale(0) !important;
            transform: scale(0) !important;
  }
  li.tab_active {
    border-right: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
  }
  li.tab_active::before {
    display: none;
    background: transparent !important;
  }
  .news-item__picture {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}

@media (max-width: 508px) {
  .auth_input {
    width: 70%;
  }
  a.link-login {
    padding-left: 25px;
    padding-right: 25px;
  }
  .user-panel {
    padding-left: 70px;
  }
  .user-panel__name {
    display: none;
  }
  .user-panel__menu {
    right: 0;
    bottom: -67px;
  }
}

@media (max-width: 330px) {
  .content-indent {
    padding: 15px 5px;
  }
}
.modal-body {
  padding: 15px 12px 20px 12px;
}
.modal_row_text p {
  padding-bottom: 12px;
  font-size: 1em;
}
.modal_row_text p a {
  color: #33678f;
}
.support_call_active {
  background: url("../img/support/sup_call_active.png") left top no-repeat;
}
.support_mail_active {
  background: url("../img/support/sup_mail_active.png") left top no-repeat;
}
.support_question_active {
  background: url("../img/support/support_question_active.png") left top no-repeat;
}
.question-item {
  display: block;
  padding: 16px 13px;
  min-height: 150px;
  height: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  font-size: 1.1em;
  color: #3d3d3d;
}
.question-item a{
  color: #3d3d3d;
}
.question-item:hover {
  box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.35);
}
.question-item-inside {
  font-size: 1.1em;
  color: #3d3d3d
}
.question-item-inside__title {
  font-weight: bold;
  padding-bottom: 20px;
}
.question-item-inside p {
  padding-bottom: 14px;
}
.control-panel__item .multiselect {
  min-height: auto;
  font-size: 12px !important;
  margin-right: 10px;
}
.control-panel__item .multiselect__select {
  height: 27px;
}
.control-panel__item .multiselect__tags {
  min-height: auto;
  padding: 3px 10px 3px 10px;
}
.control-panel__item .multiselect__placeholder, .control-panel__item  .multiselect__input{
  margin-bottom: 2px;
  font-size: 12px !important;
}
.control-panel__item .multiselect__tag {
  margin-bottom: 0;
  font-size: 12px;
}
.control-panel__item .multiselect__strong {
  display: none;
}
.control-panel__item .multiselect__placeholder {
  padding-bottom: 2px;
}

.control-delete_link:hover {
  background: url("../img/delete_color.png") left top no-repeat;
}

.control-xls_link:hover {
  background: url("../img/xls_link_color.png") left top no-repeat;
}

.control-funnel_link:hover {
  padding-left: 24px;
  background: url("../img/funnel_icon_color.png") left top no-repeat;
}
