

/* Start:/local/templates/staff89/components/openregion/component/login-form/style.css?16049209724209*/
.shim-layer {
  display: none;
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.top-panel__auth-window {
  position: absolute;
  top: 39px;
  right: 10px;
  color: white;
  background: #68a8db;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.4s;
}

.top-panel__auth-window--translate {
  transform: translateY(-1000px);
}

.top-panel__auth-window--opacity {
  opacity: 1;
}

.top-panel__auth-container {
  width: 200px;
  padding: 10px 20px 15px 20px;
  box-sizing: content-box;
}

.top-panel__auth-window label {
  display: block;
  margin: 0 0 5px 0;
}

.top-panel__auth-window input[type="text"],
.top-panel__auth-window input[type="password"] {
  display: block;
  height: 28px;
  line-height: 28px;
  width: 100%;
  margin: 0 0 5px 0;
}

.top-panel__auth-window .button {
  background: #2b76b2;
  color: white;
}

.auth-window__submit-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sign-in-section__reference {
  padding: 0 !important;
  color: #ffffff !important;
  background: none !important;
  text-decoration: underline !important;
}

.sign-in-section__reference:hover {
  background: none !important;
}

.auth-window__text-field {
  border: 1px solid #2b76b2 !important;
}

.auth-window__window-error {
  background: #fdd;
  padding: 4px 7px;
  margin: 0 0 4px 0;
  color: #f00;
  font-size: 10pt;
  border-radius: 4px;
}

.sign-in-section__register,
.sign-in-section__register:hover {
  color: #fff;
  display: block;
  margin: 4px 0 0 0;
}

.auth-window__section-wrapper {
  text-align: right;
}

.auth-window__hint {
  display: block;
  margin-bottom: 10px;
}

.auth-window__window-error,
.auth-window__window-info {
  margin-top: 5px;
}

.auth-window__window-info {
  font-size: 10pt;
}

.auth-window__captcha-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.auth-window__captcha:hover:after {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  color: #2b76b2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 100px;
  height: 28px;
  background: #ffffff;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 28px;
  font-size: 21px;
  opacity: 0.8;
  -webkit-transition: opacity ease-out 0.15s !important;
  -moz-transition: opacity ease-out 0.15s !important;
  -o-transition: opacity ease-out 0.15s !important;
  transition: opacity ease-out 0.15s !important;
}

.auth-window__captcha {
  padding: 0 !important;
}

.auth-window__captcha:hover {
  background: initial !important;
}

.auth-window__captcha:active:after {
  opacity: 1;
}

.auth-window__captcha-image {
  width: 100px;
  height: 28px;
  margin: 0 4px 0 0;
}

.top-login__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-login__social-icon {
  font-size: 17px;
  background: #fff;
  width: 36px;
  height: 23px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  margin: 0 0 4px 0;
  flex: 1 36px;
}

.top-login__social-icon-gap {
  margin-left: 4px;
}

.top-login__social-icon--gosuslugi {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 41px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  flex: 1 100%;
}

.top-login__social-icon--gosuslugi span {
  font-size: 13pt;
  margin-left: 5px;
}

.auth-window__back-section {
  display: flex;
  justify-content: flex-end;
}

.auth-window__back-button:hover {
  color: #ffffff;
}

.auth-window__back-button .fa {
  padding: 0;
  font-size: 15pt;
  margin: 0 10px;
}

.auth-window__back-button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding-right: 0;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  /* To make it work in the mobile version */
  .login-section-active {
    overflow: hidden;
  }

  .login-section-active .top-panel__auth-window {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }

  .login-section-active .top-panel__auth-container {
    width: initial;
  }
}

/* End */


/* Start:/local/templates/staff89/components/bitrix/menu/mobile/style.css?16049209721437*/
.mobile-menu {
  position: absolute;
  min-width: 250px;
  top: 39px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  transform: translateX(-100%);
  background: #253148;
  color: #ffffff;
  padding: 0 10px;
  font-size: 12pt;
  transition: transform 0.5s;
  overflow-x: auto;
}

.mobile-menu::-webkit-scrollbar {
  width: 12px;
}

.mobile-menu::-webkit-scrollbar-track {
  background: #212b3f;
}

.mobile-menu::-webkit-scrollbar-thumb {
  background: #2c3f60;
}

.mobile-menu::-webkit-scrollbar-thumb:hover {
  background: #394e6b;
}

.mobile-menu hr {
  border-top: 1px #212b3f solid;
  border-bottom: 1px #29354e solid;
  border-left: none;
  border-right: none;
  height: 0;
  margin: 0;
}

.mobile-menu .fa {
  font-size: 17pt;
  width: 25px;
  margin: 0 5px 0 0;
}

.mobile-menu__root-item {
  margin: 15px 0;
}

.mobile-menu__root-item a {
  text-decoration: none;
  color: #ffffff;
}

.mobile-menu__child-item {
  margin: 15px 0;
}

.mobile-menu__child-item a {
  text-decoration: none;
  color: #a6cbea;
}

.mobile-menu__children .fa {
  width: 5px;
  font-size: 10pt;
}

.mobile-menu__children {
  margin-left: 35px;
}

.mobile-menu__children .mobile-menu__children {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  body .mobile-menu {
    top: 48px;
  }

  body.mobile-menu-opened {
    overflow: hidden;
  }

  body.mobile-menu-opened .mobile-menu {
    top: 48px;
    transform: translateX(0);
  }
}

/* End */


/* Start:/local/templates/staff89/components/bitrix/menu/top/style.css?15471896441910*/
.top-menu {
    flex: 1 0 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-menu a {
    color: #62656b;
}
.top-menu a:hover {
    color: #22252d;
}
.top-menu__root-item {
    position: relative;
}
.top-menu__root-item > a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #22252d;
}
.top-menu__root-item > a > .fa {
    color: #c3ced6;
    font-size: 16pt !important;
    margin-right: 5px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.top-menu__root-item:hover > a {
    color: #4c7291;
}
.top-menu__root-item--selected > a > .fa,
.top-menu__root-item:hover > a > .fa {
    color: #68a8db;
}
.top-menu__children {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    border: 1px #dbdbdb solid;
    border-bottom: 2px #cccccc solid;
    background: #f3f3f3;
    z-index: 10;
    width: 190px;
    left: 7px;
}
.top-menu__root-item:last-child .top-menu__children {
    left: auto;
    right: 0;
}
.top-menu__child-item:hover > .top-menu__children {
    top: -1px;
    left: 100%;
    box-shadow: inset 5px 0 10px -10px #000;
    border-left: none;
    background: #efefef;
}
.top-menu__root-item:last-child .top-menu__child-item:hover > .top-menu__children {
    left: auto;
    right: 100%;
}
.top-menu__child-item {
    position: relative;
}
.top-menu__child-item > a {
    padding: 7px 0;
    margin: 0 15px;
    display: block;
    border-bottom: 1px #e0e0e0 solid;
    border-top: 1px #ffffff solid;
}
.top-menu__child-item:hover {
    background: #e0e0e0;
}
.top-menu__child-item:hover > a {
    border-color: transparent;
}
.top-menu__child-item a {
    text-decoration: none;
}
.top-menu__child-item--selected > a {
    color: #22252d;
}
.top-menu__root-item:hover > .top-menu__children,
.top-menu__child-item:hover > .top-menu__children {
    display: inline-block;
}

/* End */


/* Start:/local/templates/staff89/components/bitrix/breadcrumb/main/style.css?1547189644538*/
.breadcrumb-wrapper {
    background: #2b76b2;
}
.breadcrumb {
    display: block;
    max-width: 1170px;
    margin: 20px auto;
    padding: 12px 10px;
}
.breadcrumb, .breadcrumb a {
    color: #ffffff
}
.breadcrumb__item {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
}
.breadcrumb__item:before {
    display: none;
}
.breadcrumb__item:after {
    content: '\2216';
    color: #ffffff;
    margin: 0 7px;
}
.breadcrumb__item--last {
    color: #ffffff;
}
.breadcrumb__item--last:after {
    display: none;
}
/* End */


/* Start:/local/templates/staff89/styles.css?15471896441*/


/* End */


/* Start:/local/templates/staff89/template_styles.css?160492097214715*/
html, body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Trebuchet MS", "Arial", "Tahoma", "Verdana", "sans-serif";
  color: #22252d;
}

body {
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

html, body, input, textarea {
  font-size: 11pt; /* было 10.5 */
}

a, img, button, input[type="submit"], input[type="text"], input[type="password"], .edit-form input[type="number"], textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  color: #444;
}

.hidden {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden !important;
}

a {
  color: #2b76b2;
}

a:hover {
  color: #68a8db;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.button {
  font-family: "Trebuchet MS", "Arial", "Tahoma", "Verdana", "sans-serif";
  text-align: center;
  border-width: 1px;
  border-style: solid;
  min-height: 36px;
  line-height: 24px;
  padding: 5px 12px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff;
  color: #2b76b2;
  border-color: #2b76b2;
  vertical-align: middle;
  font-size: inherit;
  transition: 0.3s background, 0.3s color, 0.3s border;
}

.button--blue {
  color: #fff;
  background: #2b76b2;
}

.button > i {
  margin-right: 7px;
}

.button.wait {
  cursor: progress;
}

.button.wait > i:before {
  content: "\f1ce";
}

.button.wait > i {
  animation: spinner 1s infinite linear;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.button:hover {
  color: #fff;
  background: #2b76b2;
}

.button[disabled],
.button[disabled]:hover {
  opacity: 0.5;
  background: #fff;
  cursor: default !important;
  display: inline-block;
  pointer-events: none;
}

input[type="text"],
input[type="password"],
input[type="number"] {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #444;
  border: 1px #c8cad2 solid;
}

input[type="text"], input[type="number"] {
  width: 100%;
}

input.date {
  width: 120px;
  padding-right: 29px;
  background: #ffffff url("/local/templates/staff89/images/calendar.png") no-repeat 100% 5px;
  cursor: pointer;
  /*margin-bottom: 5px;*/
}

input.date--time {
  width: 160px;
}

input.field-size-120 {
  width: 120px;
}

.color-grey {
  color: grey;
}

.color-red {
  color: red;
}

.color-blue {
  color: #2b76b2;
}

h1 {
  font-weight: normal;
  font-size: 200%;
}

h2 {
  font-weight: normal;
  font-size: 150%;
}

h3 {
  font-weight: normal;
  font-size: 130%;
}

h4 {
  font-weight: normal;
  font-size: 130%;
}

h5 {
  font-weight: normal;
  font-size: 100%;
}

h6 {
  font-weight: normal;
  font-size: 100%;
}

input::-ms-clear {
  display: none;
}


.top-panel-wrapper {
  background: #212b3f;
}

.top-panel {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  height: 39px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.top-panel__item {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 0 10px 0 0;
  color: #a6cbea;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.top-panel__item .fa {
  font-size: 17pt;
  margin: 0 10px;
}

.top-panel__auth-wrapper {
  display: inline-flex;
}

.top-panel__search-form {
  display: none;
  position: relative;
}

input.top-panel__search-input {
  width: 300px;
  padding: 0 15px !important;
  border: 0;
  box-shadow: inset 0 -10px 10px -14px #000;
  height: 39px;
  position: absolute;
  right: 0;
}

.top-panel__auth-wrapper--search-opened .top-panel__search-form {
  display: block;
}

.top-panel a.top-panel__auth,
.top-panel a.top-panel__search {
  color: #ffffff;
  padding: 0 10px 0 10px;
}

.top-panel a.top-panel__auth span,
.top-panel a.top-panel__search span {
  padding-right: 10px;
}

.top-panel a.top-panel__auth {
  background: #68a8db;
  position: relative;
}

.top-panel a.top-panel__search {
  background: #2b76b2;
}

.top-panel__item--active,
.top-panel__item:hover {
  color: #ffffff;
  background: #253148;
}

.top-menu-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 9px 10px 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top-sitename {
  background: url("/local/templates/staff89/images/top-logo.png") no-repeat 0 50%;
  font-size: 16pt;
  color: #22252d;
  text-decoration: none;
  flex: 0 0 300px;
  height: 96px;
  padding: 0 0 0 85px;
  display: flex;
  align-items: center;
}

.top-sitename:hover {
  color: #4c7291;
}

.content-wrapper {
  margin-bottom: auto;
}

.content {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px;
}

.content-wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

.content-wrapper table td, .content-wrapper table th {
  border: 1px #e4e5e5 solid;
  padding: 7px 14px;
  text-align: left;
  vertical-align: top;
}

.content-wrapper table th {
  font-weight: bold;
  background: #efefef;
}

.content-wrapper table.striped tbody tr:nth-child(odd) {
  background: #f8f8f8;
}

/*
// Удалить этот блок
.footer-contacts-wrapper {
    background: #2d3448;
    color: #ffffff;
}
.footer-contacts {
    max-width: 1170px;
    margin: 10px auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 10pt;
}
.footer-contacts__item {
    display: flex;
}
.footer-contacts__caption,
.footer-contacts__value {
    margin: 7px;
}
.footer-contacts__value {
    color: #ffffff;
    font-size: 11pt;
}
*/

.footer-wrapper {
  background: #212b3f;
  color: #ffffff;
}

.footer {
  max-width: 1170px;
  margin: 5px auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  font-size: 10.5pt;
  flex-wrap: wrap;
  align-items: center;
}

.footer-sitename {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  /* flex-basis: 420px; */
  /* flex: 1; */
}

.footer-sitename__logo {
  margin: 7px;
}

.footer-sitename__title {
  margin: 7px;
  flex: 1 200px;
}

.footer-contacts {
  width: 350px;
}

.footer-social {
  display: flex;
  align-items: center;
  flex-basis: 320px;
}

.footer-social__caption {
  margin: 7px 10px 7px 7px;
  margin-right: auto;
}

.footer-social__icon {
  margin: 7px 6px 7px 0px;
  display: inline-block;
  height: 28px;
  width: 28px;
  color: #fff;
  background: #4c7291;
  text-align: center;
  font-size: 20px;
  padding-top: 3px;
  box-sizing: border-box;
  position: relative;
}

.footer-social__icon:hover {
  background: #2b76b2;
}

.footer-social__icon--separated {
  margin-left: 7px;
}

.footer-social__icon--separated:before {
  content: '';
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  width: 1px;
  height: 28px;
  position: absolute;
  left: -7px;
  top: 0;
}

.footer-social__icon i {
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.footer-social__icon:hover {
  color: #fff;
}

.footer-social__icon:hover i {
  text-shadow: none;
}

.footer-contacts__item {
  display: flex;
}

.footer-contacts__caption,
.footer-contacts__value {
  margin: 7px;
}

.footer-contacts__caption {
  margin-right: auto;
}

.footer-contacts__value {
  color: #ffffff;
  font-size: 11pt;
}

.footer-yandex {
  flex: 100%;
  display: flex;
}

.footer-yandex__informer {
  margin-left: auto;

}

.item-admin {
  font-size: 14pt;
  white-space: nowrap;
  margin-left: auto;
}

.item-admin a {
  text-decoration: none;
}

.item-admin__delete {
  color: #a14743;
}

.item-admin__delete:hover {
  color: #e42f27;
}

.content ul {
  list-style-type: none;
}

.content ul, .content ol {
  list-style-position: outside;
  padding: 0;
  margin: 10px 0;
}

.content ol {
  padding-left: 20px;
}

.content ul > li {
  padding: 4px 0 4px 20px;
  position: relative;
}

.content ol > li {
  padding: 4px 0 4px 0;
}

.content ul > li:before {
  content: '\2014 ';
  color: #7e7e7e;
  position: absolute;
  left: 0;
}

ul.ya-share2__list,
ul.photo-slider__slides {
  margin: 0 !important;
  padding: 0 !important;
}

li.ya-share2__item {
  padding: 0 !important;
}


.js-checkbox-el {
  width: 16px;
  height: 16px;
  margin: 0 0px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
  margin-top: 5px;
}

.js-checkbox-el__div {
  display: none;
  width: 12px;
  height: 12px;
  margin: 1px 0 0 1px;
  border-radius: 2px;
  background: url(/local/templates/staff89/images/check.png) no-repeat 0 0;
}


.badge {
  color: #fff;
  font-size: 9pt;
  height: 17px;
  line-height: 17px;
  display: inline;
  padding: 1px 5px;
  /*margin: 4px 0px 5px 0;*/
  border-radius: 7px;
  vertical-align: middle;
  white-space: nowrap;
}

.badge--red {
  background-color: #ed5564;
}

.badge--green {
  background-color: #42cb6e;
}

.badge--blue {
  background-color: #4ec2e7;
}

.badge--yellow {
  background-color: #fcce54;
}

input.bx-calendar-form-input {
  background: #fff;
  border: 1px solid #d1d1d1;
  -moz-box-shadow: inset 1px 1px 0 #f7f7f7;
  -webkit-box-shadow: inset 1px 1px 0 #f7f7f7;
  box-shadow: inset 1px 1px 0 #f7f7f7;
  display: inline-block;
  height: 21px;
  margin-top: 6px;
  font-size: 15px;
  text-align: center;
  padding: 0;
  vertical-align: top;
  width: 28px;
}

.tabs {}

.tabs__head {
  padding: 5px 10px 0 10px;
  background: #f3f3f3;
  border-bottom: 2px #dbdbdb solid;
}

.tabs__head-item {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 26px;
  position: relative;
  bottom: -3px;
  cursor: pointer;
}

.tabs__head-item--selected {
  background: #ffffff;
  border: 1px #e6e6e6 solid;
  border-bottom: 0;
  cursor: default;
}

.tabs__body-item {
  display: none;
  padding: 10px 0;
}

.tabs__body-item--selected {
  display: block;
}

.select {
  font-size: 10.5pt;
  border: 1px #c8cad2 solid;
  padding-bottom: 2px;
  display: inline-block;
  width: 100%;
  position: relative;
  background: #ffffff;
}

.select--disabled {
  color: #888888;
  background: #fafafa;
}

.select-value-container {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  overflow: hidden;
}

.select-value {
  padding: 0 10px;
  flex: 1;
  overflow: hidden;
  user-select: none;
}

.select-value-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.select-value-base {
  flex: 1;
  height: 36px;
  line-height: 36px;
  color: #444;
}

.select-value--placeholder {
  color: #888888;
  padding: 0 7px;
}

.select-toggle {
  font-size: 12pt;
  color: #888888;
  padding: 0 10px;
  margin: 0;
  display: flex;
  align-items: center;
}

.select-value-container:hover .select-trigger {
  color: #444444
}

.select-value-item {
  border: 1px solid #c8cad2;
  height: 33px; /* 35 */
  line-height: 33px; /* 35 */
  padding: 0 5px;
  margin-right: 5px;
  margin-top: 2px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}

.select-value-item .fa {
  margin-right: 3px;
  color: #906462;
}

.select-dropdown {
  display: none;
  box-shadow: 0 0 0 1px #c8cad2;
  position: absolute;
  top: 100%;
  background: #ffffff;
  z-index: 1;
  line-height: 1.5em;
  width: 100%;
}

.select--opened .select-dropdown {
  display: block;
}

input.select-search {
  height: 32px !important;
  background: #f3f3f3;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px #e2e2e2 solid !important;
}

.select-items {
  max-height: 200px;
  overflow-y: auto;
}

.select-not-found {
  padding: 6px 10px;
  color: #888888;
}

.select-item {
  padding: 6px 10px;
  cursor: pointer;
  min-height: 33px;
}

.select-item--selected {
  color: #ffffff;
  background: #68a8db;
}

.select-item:hover {
  color: #ffffff;
  background: #888888;
}

.accordion {
}

.accordion__item {
  border-bottom: 2px #dbdbdb solid;
}

.accordion__item-head {
  height: 36px;
  line-height: 36px;
  background: #f3f3f3;
  cursor: pointer;
  padding: 0 10px;
}

.accordion__item-body {
  display: none;
}

.accordion__item--selected .accordion__item-body {
  display: block;
}

.spoiler {
  margin: 0 0 20px 0;
}

.spoiler__body {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}

.spoiler__body:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+50 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.spoiler__collapse {
  display: none;
}

.spoiler--expanded .spoiler__collapse {
  display: inline-block;
}

.spoiler--expanded .spoiler__expand {
  display: none;
}

.spoiler--expanded .spoiler__body {
  max-height: initial;
}

.spoiler--expanded .spoiler__body:after {
  display: none;
}


.top-panel__user {
  margin-left: auto;
}


.tinymce-area {
  max-height: 500px !important;
}

.browser-warning {
  position: relative;
  padding: 10px 10px;
  text-align: center;
  font-size: 14px;
  background: #f5e7d0;
  border-bottom: 1px solid #efd9b6;
  z-index: 10;
}

.browser-warning__link {
  color: #2b76b2;
}

.browser-warning__link:hover {
  text-decoration: none;
}


.tippy-box {
  text-align: center;
  font-weight: normal;
}


/* popup window */
.popup-window__window-shim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  background: rgba(22,22,22,0.8);
  overflow-y: auto;
  z-index: 999;
}

.popup-window__window-shim--visible {
  display: flex;
}

.popup-window__window-base {
  width: 50%;
  margin: 20px auto;
  max-height: 80vh;
  overflow-y: auto;
  background: #ffffff;
}

@media screen and (max-width: 1200px) {
  .popup-window__window-base {
    width: 90%;
  }
}

/* End */
/* /local/templates/staff89/components/openregion/component/login-form/style.css?16049209724209 */
/* /local/templates/staff89/components/bitrix/menu/mobile/style.css?16049209721437 */
/* /local/templates/staff89/components/bitrix/menu/top/style.css?15471896441910 */
/* /local/templates/staff89/components/bitrix/breadcrumb/main/style.css?1547189644538 */
/* /local/templates/staff89/styles.css?15471896441 */
/* /local/templates/staff89/template_styles.css?160492097214715 */
