

/* Start:/local/templates/pravitelstvo-new/components/openregion/esia/top/style.css?15967909983374*/
.top-login, .top-register, .top-forgot, .top-change-password {
    position: absolute;
    right: 7px;
    top: 39px;
    padding: 10px 20px;
    z-index: 9999;
    width: 200px;
    background: #6c7882;
}
.top-login label, .top-register label, .top-forgot label, .top-change-password label {
    display: block;
    margin: 0 0 5px 0;
}
.top-login input[type="text"],
.top-login input[type="password"],
.top-register input[type="text"],
.top-forgot input[type="text"],
.top-change-password input[type="password"] {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 100%;
    margin: 0 0 5px 0;
}
.top-login input[type="submit"],
.top-register input[type="submit"],
.top-forgot input[type="submit"],
.top-change-password input[type="submit"] {
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 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 4px 4px 0;
    flex: 1 36px;
}
.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;
}
.top-login__error,
.top-register__error,
.top-forgot__error,
.top-change-password__error {
    background: #fdd;
    padding: 4px 7px;
    margin: 0 0 4px 0;
    color: #f00;
    font-size: 10pt;
    border-radius: 4px;
}
.top-register__info,
.top-forgot__info,
.top-change-password__info {
    margin: 0 0 4px 0;
    font-size: 10pt;
}
.top-login__submit-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.top-register__captcha-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.top-register__captcha:hover:after {
    content: '\f021';
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -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.9;
    -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;
}
.top-register__captcha:active:after {
    opacity: 1;
}
.top-register__captcha-image {
    width: 100px;
    height: 28px;
    margin: 0 4px 0 0;
}
.top-login__forgot, .top-login__forgot:hover {
    color: #fff;
}
.top-login__register, .top-login__register:hover {
    color: #fff;
    display: block;
    margin: 4px 0 0 0;
}
.top-register small, .top-forgot small {
    display: block;
    margin: 0 0 10px 0;
}


#auth-agreement-modal {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 30px;
  background: #ffffff;
}

.auth-agreement-modal__buttons {
  display: flex;
  justify-content: center;
}

/* End */


/* Start:/local/templates/pravitelstvo-new/template_styles.css?160733723111041*/
.select2-selection__choice:before,
.select2-search:before {
  display: none;
}

.select2-container--default .select2-selection--multiple {
  border-color: #c8cad2 !important;
  border-radius: 0 !important;
  position: relative;
}

.select2-container--default .select2-selection--multiple:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px #888 solid;
  border-left: 4px transparent solid;
  border-right: 4px transparent solid;
  right: 5px;
  top: 50%;
}

.select2-container--default .select2-selection--multiple[aria-expanded='true']:after {
  border-top: none;
  border-bottom: 5px #888 solid;
  border-left: 4px transparent solid;
  border-right: 4px transparent solid;
}

.select2-container--default .select2-selection--single {
  border-color: #c8cad2 !important;
  border-radius: 0 !important;
  height: 100% !important;
  min-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

.bx-calendar-form-input {
  padding: 0 !important;
  width: 28px !important;
  height: 21px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 2px 5px !important;
  border: 1px #dbdbdb solid !important;
  border-left-width: 4px !important;
  background-color: #f3f3f3 !important;
  border-radius: 0 !important;
  color: #454545 !important;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-results__option option  {
  white-space: normal !important;
  line-height: 1.6;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  white-space: normal !important;
}

.select2-container{
  display: inline-block;
  border: 1px solid #aaa;
  vertical-align: top !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
  border: none !important;
}

.select2-container--open .select2-dropdown--below{
  margin-left: -1px !important;
}

.select2-container--default .select2-selection--single {
  min-height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 10px;
}

.submenu-wrapper {
  background-color: #ffffff;
}

.edit-form__date + .fa,
.edit-form__date + .fas,
.edit-form__date + .far,
.edit-form__date + .fab,
.news-filter__date + .fa,
.news-filter__date + .fas,
.news-filter__date + .far,
.news-filter__date + .fab {
  position: absolute;
  cursor: pointer;
  margin: 1rem 0 0 -1.25rem;
}

.news__item-edit {
  color: #0061d9;
}

.item-admin__delete {
  color: #a14743 !important;
}

.item-admin__warn {
  color: #ffa700 !important;
}

.item-admin__eds-check {
  color: #9c9c9c !important;
}

.item-admin__eds-check--pending {
  color: #ffa700 !important;
}

.item-admin__eds-check--success {
  color: #5d824b !important;
}

.item-admin__eds-check--failed {
  color: #a14743 !important;
}

.item-admin__eds-check--empty {
  color: #9c9c9c !important;
}


.tabs {
  display: none;
}

.tabs-head {
   display: flex;
   flex-wrap: wrap;
   list-style-type: none;
   padding: 10px 25px 0 25px !important;
   margin: 0 !important;
   background: #f3f3f3;
   border-bottom: 2px #dbdbdb solid;
  font-size: 14pt;
}

.activity-documents .tabs-head {
  display: none;
}

.activity-news .tabs-head {
  display: none;
}

.tabs-head__item {
  height: 42px;
  line-height: 36px;
  padding: 0 16px !important;
  position: relative;
  bottom: -2px;
  white-space: nowrap;
  cursor: pointer;
  border: 1px transparent solid;
  border-bottom: 0;
}
.tabs-head__item[data-disabled="true"] {
  color: #808080;
}

.tabs-head__item:before {
  display: none;
}

.tabs-head__item--active {
  background: #fff;
  border: 1px #e6e6e6 solid;
  border-bottom: 0;
}

.tabs-body {
  display: block;
  list-style-type: none;
  padding: 20px 0 !important;
  margin: 0 !important;
}

.tabs-body__item {
  display: none;
  padding: 0 !important;
}

.tabs-body__item:before {
  display: none;
}

.tabs-body__item--active {
  display: block;
}

.grayscale {
  filter: grayscale(100%);
}

.progress {
  display: none;
}

audio {
  outline: none;
}

.badge {
  color: #fff;
  font-size: 8pt;
  height: 17px;
  line-height: 17px;
  display: inline-block;
  padding: 0 5px;
  border-radius: 7px;
  vertical-align: top;
  white-space: nowrap;
}

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

.badge--red-text {
  color: #ed5564 !important;
  background: transparent !important;
}

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

.badge--green-text {
  color: #42cb6e !important;
  background: transparent !important;
}

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

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

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

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

.subscribe-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.subscribe-form__label {
  margin-right: 10px;
  font-size: 11.5pt;
  color: #0061d9;
}
.subscribe__input {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  color: #444;
  border: 1px #c8cad2 solid;
  margin: 0 10px;
  font-size: 12px;
  width: 170px !important;
}
.subscribe__button {
  font-size: 11.5pt;
}

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

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

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

.cookie-warning-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  background: #00001E;
  z-index: 100;
}

.cookie-warning {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 10px 30px;
}

.cookie-warning__item {
  margin-right: 10px;
  font-size: 14px;
  color: #D8D8D8;
}

.cookie-warning__item a:hover {
  text-decoration: underline;
}

.cookie-warning__accept-btn {
  min-height: 2.5em !important;
  font-size: 14px !important;
  border: none !important;
}

.cookie-warning__close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 16px;
  color: #D8D8D8;
}

.cookie-warning__close-btn:hover {
  font-size: 18px;
}

@media screen and (max-width: 425px) {
  .cookie-warning {
    flex-direction: column;
  }

  .cookie-warning__item {
    margin-bottom: 20px;
  }
}



/* Styles for dialog window */
#sign-dialog,
#verify-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

#sign-dialog h1,
#verify-dialog h1 {
  font-weight: normal;
  font-size: 150%;
}

#sign-dialog .button,
#verify-dialog .button {
  display: block;
  margin: 0 0 7px 0;
  line-height: 1.2em;
  height: auto;
  padding: 7px 12px;
}

#sign-dialog .certificates,
#verify-dialog .certificates {
  max-height: 280px;
  overflow-y: auto;
}

#sign-dialog .button b,
#verify-dialog .button b {
  font-size: 12pt;
}

#sign-dialog textarea,
#verify-dialog textarea {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  resize: none;
}


/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;

  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;

  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.eds-info {
  border: 3px #000000 solid;
  border-radius: 20px;
  width: 400px;
  padding: 10px 20px;
  margin: 0 auto;
}

.eds-info__title {
  margin: 0;
  padding: 10px 0 0 50px;
  background: url(/local/templates/pravitelstvo-new/images/eds-gerb.png) no-repeat 0 50%;
  text-transform: uppercase;
  text-align: center;
  font-family: serif;
  height: 65px;
  font-weight: bold;
  font-size: 19px;
  box-sizing: border-box;
  line-height: 24px;
}

.eds-info__head {
  background: #000000;
  color: #ffffff;
  font-size: 10pt;
  text-align: center;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  margin: 5px 0;
}

.eds-info__req {
  margin: 5px 0;
  font-size: 10pt;
}

/* End */
/* /local/templates/pravitelstvo-new/components/openregion/esia/top/style.css?15967909983374 */
/* /local/templates/pravitelstvo-new/template_styles.css?160733723111041 */
