

/* Start:/local/templates/opendata/components/bitrix/menu/mobile/style.css?15366668351511*/
.mobile-menu-opened {
    background: #2e2d3c;
}
.mobile-menu {
    display: none;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: auto;
    padding: 0 15px 15px 15px;
    background: #2e2d3c;
}
.mobile-menu hr {
    border-top: 1px #2c2b3a solid;
    border-bottom: 1px #33323e 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: #e0e0e0;
}
.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) {
    /* mobile-menu*/
    body.mobile-menu-opened > * {
        display: none;
    }
    body.mobile-menu-opened .top-panel-wrapper {
        display: block;
    }
    body.mobile-menu-opened .mobile-menu {
        display: flex;
    }
}

/*
IE11 doesn't display a mobile menu the way it should (flex: 1 bug).
To mask this behavior I set body background the same as the menu color.
And when the page width more than 767px I should return it to default white color.
 */
@media screen and (min-width: 767px) {
    body {
        background: #ffffff !important;
    }
}
/* End */


/* Start:/local/templates/opendata/components/bitrix/menu/header-menu/style.css?15366668351809*/
/* ------------------ <template: header menu> ------------------ */
.header__menu {
    padding: 0 50px;
}
.header__menu .fa {
    font-size: 18px;
    position: relative;
    margin-right: 10px;
}
.header-menu, .header-menu__childs {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-menu__childs {
    position: absolute;
    display: none;
    box-sizing: border-box;
    max-width: 910px;
    max-height: 300px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.45098) 0px 9px 18px 0px;
    border-bottom: 4px solid #f44e3d;
    background: #26243e;
    z-index: 150;
}
.header-menu__childs li {
    display: inline-block;
}
.header-menu__root { border-bottom: 4px solid transparent; }
.header-menu__root--selected,
.header-menu__root--selected:hover,
.header-menu__root:hover {
    border-bottom: 4px solid #f44e3d;
}
.header-menu__root--selected,
.header-menu__root {
    font-size: 12pt;
    display: block;
    padding: 0 15px;
    height: 54px;
    line-height: 42px;
    text-decoration: none;
}
.header-menu__child--selected,
.header-menu__child {
    display: block;
    width:  400px;
    padding: 5px 15px;
}
.header-menu__root,
.header-menu__child {
    color: #ffffff;
}
.header-menu__root--selected,
.header-menu__child--selected {
    color: #f44e3d;
}
.header-menu__root--selected:hover,
.header-menu__child--selected:hover,
.header-menu__root:hover,
.header-menu__child:hover {
    color: #f44e3d;
}
.fa-sort-desc {
    top: -2px;
}
.header-menu__root--parent:hover {
    box-shadow: rgba(0, 0, 0, 0.45098) 0px 9px 18px 0px;
    background: #26243e;
}
.header-menu__root--parent:hover a {
    border-bottom: 4px solid transparent;
}
.header-menu__root--parent:hover .header-menu__childs { display: block; }
/* ------------------ </template: header menu> ------------------ */
/* End */


/* Start:/local/templates/opendata/components/bitrix/menu/footer-menu/style.css?1538375280754*/
.footer-menu-wrapper {
	background: #f7f7f9;
}
.footer-menu-wrapper--top-border {
	border-top: 1px solid #e0e0e2;
}
.footer-menu-block {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto !important
}
.footer-menu-block .fa {
	margin-right: 10px;
}
.footer-menu {
	flex: 1 600px;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li:last-child {
	margin-right: 30px;
}
.footer-menu__item--selected,
.footer-menu__item {
	font-size: 11pt;
	color: #565560;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}
.footer-menu__item:hover,
.footer-menu__item--selected:hover {
	color: #1e1e2a;
}
.footer-menu__item--selected {
	color: #333333;
}
/* End */


/* Start:/local/templates/opendata/template_styles.css?160733723116356*/
html, body {
    font-family: "Trebuchet MS", "Arial", "Tahoma", "Verdana", "sans-serif";
    font-size: 10.5pt;
    margin: 0;
    padding: 0;
    color: #22252d;
    background: #ffffff;
}
body{
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: 100vh;
}



a, img, button, input[type="text"], input[type="password"], textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
img { border: none; }
p { margin: 0 0 10px 0; }
a { color: #565684; }
a:hover { color: #8484ba; }
h1 { font-weight: normal; font-size: 200%; }
h2 { font-weight: normal; font-size: 150%; }
h3 { font-weight: normal; font-size: 120%; }
h4 { font-weight: normal; font-size: 120%; }
h5 { font-weight: normal; font-size: 100%; }
h6 { font-weight: normal; font-size: 100%; }
input[type="text"], input[type="password"] {
    font-family: "Trebuchet MS", "Arial", "Tahoma", "Verdana", "sans-serif";
    font-size: 10.5pt;
    box-sizing: border-box;
    height: 32px;
    padding: 0 12px;
    line-height: 32px;
    border-width: 0;
}
* {
    box-sizing: border-box;
}



.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}
.block-wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.column {
    display: flex;
    flex-direction: column;
}
.row {
    display: flex;
    flex-direction: row;
}
.wrap {
    display: flex;
    flex-wrap: wrap;
}
.block-padding {
    padding: 0 15px;
    /*padding-top: 15px;*/
    padding-bottom: 15px;
}
.content-background {
    background: #f8f8fa;
}


/* ------------------ <template: top panel> ------------------ */
.top-panel-wrapper {
    background: #191939;
}
.top-panel {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    height: 39px;
    font-size: 11.5pt;
    color: #b4c2fe;
    padding: 0 15px;
}
.top-panel .fa {
    font-size: 17pt;
}
.top-panel__section {
    display: flex;
    flex: 1 150px;
}
.top-panel__section--center {
    justify-content: center;
}
.top-panel__button {
    display: flex;
    align-items: center;
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
    color: #b4c2fe;
    transition: background ease-out 0.2s;
    border: none;
}
.top-panel__button:hover {
    color: #dee4ff;
    background: #32324e;
}
.top-panel__button--active {
    color: #dee4ff;
    background: #2e2d3c;
}
.top-panel__button--active:hover {
    background: #2e2d3c;
}
.top-panel__button-text {
    margin: 0 0 0 7px;
}
.top-panel__button--gap {
    margin-right: 10px;
}
.top-search-panel {
    display: flex;
    flex: 1;
}
.top-search-panel__input{
    flex: 1;
    height: 39px !important;
    margin-left: 40px;
    border-width: 0 !important;
    color: #dee4ff;
    background: #3d3d66;
}
.top-search-panel__input::placeholder {
    color: #b1c0f8;
}
.top-search-panel__input::-ms-input-placeholder,
.top-search-panel__input:-ms-input-placeholder {
    color: #b1c0f8;
}
.top-search-panel__button {
    padding: 0 25px;
    margin-right: 0;
    color: #ffffff;
    background: #7d94f6;
}
.top-search-panel__button:hover {
    background: #384478;
}

.top-panel__xs-button-section {
    margin-right: auto;
}
.top-panel__xs-search-section {
    flex: 1;
}
.xs-search-panel__input {
    width: 0px;
    max-height: 250px;
    margin-left: 0;
}
.xs-search-panel__button {
    padding: 0 15px;
    margin-right: 0;
    color: #858eb5;
    background: #3d3d66;
}
.xs-search-panel__button:hover {
    color: #b4c2fe;
    background: #3d3d66;
}
/* ------------------ </template: top panel> ------------------ */


/* ------------------ <template: header> ------------------ */
.header-wrapper {
    background: #1e1e40 url(/local/templates/opendata/./images/header-bg.jpg) no-repeat 50% 50%;
}
.header__main-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
    flex-wrap: wrap;
}
.header__logo-section {
    flex: 1 320px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    margin: 30px 20px 30px 65px;
}
.header__logo-section:hover {
    color: #ffffff;
}
.header__title-section {
    margin-left: 30px;
}
.header__title {
    font-size: 150%;
}
.header__sub-title {
    font-size: 110%;
}
.header__control-section {
    margin-left: 30px;
    margin-right: 15px;
    color: #ffffff;
}
.header__button {
    display: flex;
    align-items: center;
    padding: 12px 25px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 13.5pt;
    background: #f44e3d;
    text-decoration: none;
    cursor: pointer;
    transition: background ease-out 0.3s;
}
.header__button:hover {
    color: #ffffff;
    background: #c13a3a;
}
.header__button-upper {

}
.header__button-upper-icon {
    margin-right: 20px;
}
.header__button-bottom {
    font-size: 11.5pt;
}
.header__button-bottom-icon {
    margin-left: 5px;
}
/* ------------------ </template: header> ------------------ */


.top-scroller-wrapper {

}

/* ------------------ <template: main area> ------------------ */
.main-area-wrapper {
    background: #f7f7f9;
}
/* ------------------ </template: main area> ------------------ */


/* ------------------ <template: footer> ------------------ */
.footer-links {
    align-items: center;
    flex-wrap: wrap;
    padding: 0 15px;
}
.footer-feedback,
.footer-map {
    font-size: 11pt;
    color: #3c3c49;
    margin-right: 15px;
    padding: 10px 0;
    text-decoration: none;
}
.footer-feedback {
    margin: 0 30px 0 0;
}
.footer-map:hover,
.footer-feedback:hover {
    color: #1e1e2a;
}
.footer-wrapper {
    border-top: 1px solid #e0e0e2;
    background: #f7f7f9;
}
.footer-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto;
    color: #565560;
}
.footer-left {
    display: flex;
    align-items: center;
    flex: 1 250px;
    padding: 0 15px;
}
.footer-left__logo {
    width: 55px;
    height: 55px;
}
.footer-left__title-section {
    margin-left: 20px;
}
.footer-left__title {
    font-size: 120%;
}
.footer-left__sub-title {
    font-size: 90%;
}

.footer-center {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    color: #a8a8a8;
    margin: 0 20px;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 300px;
}
.footer-right__text {
    color: #a8a8a8;

}
.footer-right__logo {
    width: 120px;
    padding: 10px;
}
.footer-right__logo-image {
    width: 80%;
}
/* ------------------ </template: footer> ------------------ */



input[type='text'],
input[type='password'],
input[type='time'] {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
}

.time-input__item {
    -moz-appearance: textfield;
}

.time-input__item::-webkit-outer-spin-button,
.time-input__item::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


.edit-form__date,
.news-filter__date {
    position: relative;
    width: 125px !important;
    padding-right: 34px !important;
}

.edit-form__date--time,
.news-filter__date--time {
    width: 155px !important;
}

.edit-form__date + .fa,
.news-filter__date + .fa {
    color: #a2a4a9;
    cursor: pointer;
    position: absolute;
    margin: 8px 0 0 -24px;
    font-size: 10.5pt;
}

.edit-form__date + .fa:hover,
.news-filter__date + .fa:hover {
    color: #6e7072;
}

li > p {
    margin: 0 0 10px 0;
}

.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;
    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;
}

.bxlhe-frame-table {
    margin: 0 !important;
}

.lha-source-div {
    padding: 0;
}

.lha-textarea {
    width: 100% !important;
    height: 100% !important;
}

.lhe-button-cont--html {
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    height: 20px;
    margin: 2px 4px;
    width: 40px;
    text-align: center;
    color: #383838;
    cursor: default;
}

.lhe-button-cont--html:hover {
    background: #e7e7e7;
}


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

.content ul ul {
    margin-left: 20px;
}

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

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

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

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

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

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


.map-columns tr {
    display: flex;
    flex-wrap: wrap;
}

.map-columns td {
    border: none !important;
    flex: 1 320px;
    padding: 0 !important;
}


.button {
    font-family: 'Trebuchet MS', 'Arial', 'Tahoma', 'Verdana', 'sans-serif';
    text-align: left;
    border-width: 0;
    border-style: solid;
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    background: #f44e3e;
    color: #ffffff;
}
.button:hover {
    background: #bb3c2d;
}
.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;
}

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

.button-main-color {
    background: #ffffff;
    color: #565684;
    border: 1px solid #565684;
}
.button-main-color:hover {
    background: #565684;
    color: #ffffff;
}

.block-breadcrumb {
    padding-bottom: 0;
}


/* colors */
.b-color {
    color: #565684;
}
.b-color-hover:hover {
    color: #565684;
}
.b-bg {
    background-color: #565684;
    transition: background-color 0.5s ease-out;
}
.b-bg-hover:hover {
    background-color: #565684;
}
.b-border {
    border-color: #565684;
}
.b-border-hover:hover {
    border-color: #565684;
}
.b-light-color {
    color: #8484ba;
}
.b-light-color-hover:hover {
    color: #8484ba;
}
.b-light-bg {
    background-color: #8484ba;
}
.b-light-bg-hover:hover {
    background-color: #8484ba;
}
.b-light-border {
    border-color: #8484ba;
}
.b-light-border-hover:hover {
    border-color: #8484ba;
}
.b-extra-light-color {
    color: #d4d5ff;
}
.b-extra-light-color-hover:hover {
    color: #d4d5ff;
}
.b-extra-light-bg {
    background-color: #d4d5ff;
}
.b-extra-light-bg-hover:hover {
    background-color: #d4d5ff;
}
.b-extra-light-border {
    border-color: #d4d5ff;
}
.b-extra-light-border-hover:hover {
    border-color: #d4d5ff;
}
.b-desat-color {
    color: #7775ba;
}
.b-desat-color-hover:hover {
    color: #7775ba;
}
.b-desat-bg {
    background-color: #7775ba;
}
.b-desat-bg-hover:hover {
    background-color: #7775ba;
}
.b-desat-border {
    border-color: #7775ba;
}
.b-desat-border-hover:hover {
    border-color: #7775ba;
}
.b-dark-1-bg {
    background-color: #29354e;
}
.b-dark-1-bg-hover:hover {
    background-color: #29354e;
}
.b-dark-1-border {
    border-color: #29354e;
}
.b-dark-1-border-hover:hover {
    border-color: #29354e;
}
.b-dark-2-bg {
    background-color: #253148;
}
.b-dark-2-bg-hover:hover {
    background-color: #253148;
}
.b-dark-2-border {
    border-color: #253148;
}
.b-dark-2-border-hover:hover {
    border-color: #253148;
}
.b-dark-3-bg {
    background-color: #212b3f;
}
.b-dark-3-bg-hover:hover {
    background-color: #212b3f;
}
.b-dark-3-border {
    border-color: #212b3f;
}
.b-dark-3-border-hover:hover {
    border-color: #212b3f;
}
.b-dark-grad {
    background: #2a3143;
    background: -moz-linear-gradient(top, #253148 0%, #212b3f 100%);
    background: -webkit-linear-gradient(top, #253148 0%, #212b3f 100%);
    background: linear-gradient(to bottom, #253148 0%, #212b3f 100%);
}
.b-dark-grad-hover:hover {
    background: #2a3143;
    background: -moz-linear-gradient(top, #253148 0%, #212b3f 100%);
    background: -webkit-linear-gradient(top, #253148 0%, #212b3f 100%);
    background: linear-gradient(to bottom, #253148 0%, #212b3f 100%);
}



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

.item-admin__delete {
    color: #a14743;
}

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

.item-admin__warn {
    color: #ffa700;
}
.item-admin > * {
    margin: 0 0 0 4px;
    text-decoration: none;
}

.item-admin .news__item-edit--locked {
  color: #8484ba;
}

.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;
}

.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;
}

.ya-share2__list {
    padding: 0 !important;
    margin: 0 !important;
}

.ya-share2__item {
    padding: 0 !important;
    margin: 0 5px 5px 0 !important;
}

.ya-share2__item:before {
    display: none;
}

.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;
}

/* End */
/* /local/templates/opendata/components/bitrix/menu/mobile/style.css?15366668351511 */
/* /local/templates/opendata/components/bitrix/menu/header-menu/style.css?15366668351809 */
/* /local/templates/opendata/components/bitrix/menu/footer-menu/style.css?1538375280754 */
/* /local/templates/opendata/template_styles.css?160733723116356 */
