

/* Start:/local/templates/g1/components/openregion/news/activity/openregion/news.detail/.default/style.css?15960935337663*/
.news {}
.news-filter {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.news__item {
    display: flex;
    flex-wrap: wrap;
    background: #f3f3f3;
    border-bottom: 2px #dbdbdb solid;
    margin: 0 0 15px 0;
    padding: 7px;
    align-items: flex-start;
}
.news__photo-wrapper {
    flex: 1 72px;
    margin: 7px;
    display: inline-block;
    text-align: center;
}
.news__photo.news__photo--fixed {
    width: 120px;
}
.news__default-icon {
    font-size: 90pt !important;
}
.news__preview-wrapper {
    flex: 50 320px;
    margin: 0px !important;
}
.news__title {
    margin: 0 0 10px 0;
    display: flex;
}
.news__info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.news__info-item {
    margin: 0 15px 5px 0;
    white-space: nowrap;
}
.news__views, .news__rating {
    color: #4a4a4e;
}
.news__info-icon {
    color: #7e7e7e;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
.news__info-value {
    margin: 0 5px 0 0;
}
.news__rating--disabled .news__rating-icon, .news__rating--disabled .news__rating-icon:hover {
    color: #c3c3ce;
    cursor: default;
}
.news__preview {
    margin: 10px 0 0 0;
    text-align: justify;
}
.news__item hr {
    border-top: 1px #dbdbdb solid;
    border-bottom: 1px #fff solid;
    border-left: 0;
    border-right: 0;
    margin: 15px 0;
}
.news__link-icon {
    margin: 0 7px 0 0;
    color: #7e7e7e;
}


.news__new-children {
    list-style-type: none;
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
}
.news__new-child {
    line-height: 22px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-left: 10px;
}
.news__new-child-collapse-btn {
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer;
}
.news__new-child .item-admin {
    margin: 0 0 0 auto;
}
.news__new-child-icon-wrapper {
    flex: 1 15px;
    display: inline-block;
    text-align: center;
    margin: 0 7px;
    width: 30px;
}
.news__new-child .news__photo {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.news__new-child .news__default-icon {
    font-size: 20px !important;
    vertical-align: middle;
}
ul.news__new-children--icons li:before {
    display: none;
}
.news__new-child-preview-wrapper {
    flex: 50 320px;
    margin: 0;
}
.news__new-children-wrapper {
    margin-bottom: 10px;
    display: none;
}
.news__new-children-wrapper--open {
    display: block;
}
.news__new-child-second-level .news__new-child-preview-wrapper {
    flex: 50 300px;
}
.news__new-children-wrapper--expandable .news__new-child {
    display: block;
}

/* activity-tabs */
.activity-tabs {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -3px 0 -3px !important;
    text-align: center;
}
.activity-tabs__item {
    list-style-type: none;
    flex-grow: 1;
    flex-basis: 200px;
    background: #dbdbdb;
    padding: 15px !important;
    margin: 0 3px 5px 3px !important;
    transition: background 0.5s, box-shadow 0.5s;
}
.activity-tabs__item:hover {
    background: #ffffff;
    box-shadow: 1px 1px 7px 3px hsla(0, 0%, 0%, 0.078);
}
.activity-tabs__item:before {
    display: none;
}
.activity-item__title {
    margin: 0 0 5px 0;
    display: flex;
    text-align: left;
}
.activity-item__badge {
    margin-bottom: 5px;
}
.activity-item__logo .fa {
    font-size: 28pt !important;
    float: left;
    margin-right: 16px;
}
.activity-item__logo-photo {
    float: left;
    margin-right: 15px;
}
.activity-item__detail {
    text-align: left;
}



.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 650px;
    margin: 20px auto;
}
.white-popup ol {
    padding: 0 0 0 15px;
}
.white-popup li {
    margin: 10px 0;
}
.button--anticorrupt-request , .edit-form__submit {
    font-size: 10.5pt;
}


.edit-form {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}
.edit-form__field {
    display: flex;
    margin: 10px 0;
    min-height: 29px;
    position: relative;
}
.edit-form__label {
    flex: 0 240px;
    margin: 3px 15px 0 0;
    text-align: right;
    font-weight: bold;
    position: relative;
}
.edit-form__field--required .edit-form__label:after {
    content: '*';
    font-size: 14pt;
    color: red;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: -9px;
}
.edit-form__value {
    flex: 1 520px;
}
.edit-form__field--control .edit-form__value {
    margin-top: 10px;
}
.edit-form__field--control .edit-form__value > * {
    margin-right: 10px;
}
.edit-form .js-input {
    height: 40px;
    border-radius: 0;
    border: 1px #c8cad2 solid;
    width: 100%;
}
.edit-form__captcha-input {
    border: 1px #c8cad2 solid;
}
.edit-form textarea[name="message"] {
    height: 100px;
    border-radius: 0;
    border: 1px #c8cad2 solid;
    width: 100%;
    padding-right: 0;
    resize: vertical;
}
.color-red {
    color: red;
}
.edit-form__field--error input[type="text"] {
    border-color: #f00;
}
.edit-form__field--error textarea[name="message"] {
    border-color: #f00;
}
.edit-form__error-msg {
    font-size: 10pt;
    color: #f00;
    font-style: italic;
}
.edit-form__row {
    display: flex;
    flex-wrap: wrap;
}
.edit-form input[name="captcha_word"] {
    flex: 0 150px;
    height: 32px;
    width: 150px;
}
.edit-form__field--control {
    margin-top: 0;
}
.edit-form__captcha {
    border: 1px #c8cad2 solid;
    flex: 0 150px;
    margin-right: 7px;
    display: inline-block;
    line-height: 0;
    position: relative;
}
.edit-form__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: 150px;
    height: 30px;
    background: #fff;
    color: #22252d;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 30px;
    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;
}
.edit-form__captcha:active:after {
    opacity: 1;
}
.edit-form__captcha-image {
    width: 150px;
    height: 30px;
}
.anticorrupt-hint {
    font-style: italic;
    font-size: 9pt;
}
.edit-form__additional-hint {
    margin-top: 10px;
}


.news__manual-order {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 870px) {
    .news__manual-order {
        flex-direction: column;
    }
    .news__manual-order .news__item-left {
        flex: none;
        order: 2;
    }

    .news__manual-order .news__item-right {
        flex: none;
        order: 1;
    }
}

.news__item-title {
    flex: 1 100%;
    padding: 12px 7px;
    padding-bottom: 0;
}

.news__item-title .news-filter {
    margin-bottom: 0;
}

.news__item-left {
    flex: 7 400px;
    padding: 7px;
}

.news__item-left .news__photo-wrapper {
    flex: none;
    float: left;
    margin-right: 20px;
}

.news__item-right {
    flex: 3 250px;
    display: flex;
    flex-wrap: wrap;
    padding: 7px;
}

.news__item--right .news__item-left {
    order: 2;
    flex: 7 400px;
}

.news__item--right .news__item-right {
    order: 1;
    flex: 3 250px;
}

.news-detail__change {
    width: 100%;
}

.news-detail__change-item {
    margin-bottom: 10px;
}

.news-detail__change {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.news-detail__change-item {
    margin-right: 2%;
}

/* End */


/* Start:/local/templates/g1/components/openregion/news.list/documents/style.css?15360360462042*/
.news {}
.news-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
}
.news-filter__add {
    margin-left: 7px;
}
.news-filter__body {
    flex: 1 100%;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}
.news-filter__body--expanded {
    display: block;
}
.news-filter__field {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0;
}
.news-filter__label {
    flex: 0 250px;
    padding: 5px 10px 0 0;
    display: block;
    color: #7e7e7e;
}
.news-filter__value {
    flex: 0 500px;
    display: block;
}
.news-filter__value input[type="text"] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 10px;
    color: #444;
    border: 1px #c8cad2 solid;
}
.news-group__title-type{
    text-transform: lowercase;
}
.news-group__title-level.hidden + .news-group__title-type{
    text-transform: capitalize;
}
.news__item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px #dbdbdb solid;
    margin: 0 0 15px 0;
    padding: 7px;
    align-items: flex-start;
}
.news__item--document {
    background: none !important;
}
.news__photo-wrapper {
    flex: 1 150px;
    margin: 7px;
}
.news__photo {
    width: 100%;
}
.news__preview-wrapper {
    flex: 10 320px;
    margin: 7px;
}
.news__title {
    margin: 0 0 10px 0;
    display: flex;
}
.news__title-link {
    text-decoration: none;
}
.news__info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.news__info-item {
    margin: 0 15px 5px 0;
    white-space: nowrap;
}
.news__views, .news__rating {
    color: #4a4a4e;
}
.news__info-icon {
    color: #7e7e7e;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
.news__info-icon--text {
    font-size: inherit;
}
.news__info-value {
    margin: 0 5px 0 0;
}
.news__info-value--wrappable {
    white-space: normal;
}
.news__rating--disabled .news__rating-icon, .news__rating--disabled .news__rating-icon:hover {
    color: #c3c3ce;
    cursor: default;
}
.news__preview {
    margin: 10px 0 0 0;
}

/* End */


/* Start:/local/templates/g1/components/bitrix/main.pagenavigation/.default/style.css?1485171435963*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-right-width: 1px; 
	border-right-style: solid; 
	border-left: none; }
div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; 
	padding-left: 0.5em; }
span.modern-page-current { 
	font-weight: bold; }
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }

.page-navigation-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-navigation {
    flex: 1 320px;
}
.page-navigation-size {
    display: flex;
    align-items: baseline;
}

/* End */


/* Start:/local/templates/g1/components/openregion/news.list/news/style.css?15166159921811*/
.news {}
.news-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
}
.news-filter__rss, .news-filter__show, .news-filter__add {
    margin-left: 7px;
}
.news-filter__body {
    flex: 1 100%;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}
.news-filter__body--expanded {
    display: block;
}
.news-filter__field {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0;
}
.news-filter__label {
    flex: 0 250px;
    padding: 5px 10px 0 0;
    display: block;
    color: #7e7e7e;
}
.news-filter__value {
    flex: 0 500px;
    display: block;
}
.news-filter__value input[type="text"] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 10px;
    color: #444;
    border: 1px #c8cad2 solid;
}
.news__item {
    display: flex;
    flex-wrap: wrap;
    background: #f3f3f3;
    border-bottom: 2px #dbdbdb solid;
    margin: 0 0 15px 0;
    padding: 7px;
    align-items: flex-start;
}
.news__photo-wrapper {
    flex: 1 150px;
    margin: 7px;
}
.news__photo {
    width: 100%;
}
.news__preview-wrapper {
    flex: 10 320px;
    margin: 7px;
}
.news__title {
    margin: 0 0 10px 0;
    display: flex;
}
.news__title-link {
    text-decoration: none;
}
.news__info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.news__info-item {
    margin: 0 15px 5px 0;
    white-space: nowrap;
}
.news__views, .news__rating {
    color: #4a4a4e;
}
.news__info-icon {
    color: #7e7e7e;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
.news__info-value {
    margin: 0 5px 0 0;
}
.news__rating--disabled .news__rating-icon, .news__rating--disabled .news__rating-icon:hover {
    color: #c3c3ce;
    cursor: default;
}
.news__preview {
    margin: 10px 0 0 0;
    text-align: justify;
}
/* End */


/* Start:/local/templates/g1/components/openregion/news.list/events/style.css?14845697301772*/
.news {}
.news-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
}
.news-filter__add {
    margin-left: 7px;
}
.news-filter__body {
    flex: 1 100%;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}
.news-filter__body--expanded {
    display: block;
}
.news-filter__field {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0;
}
.news-filter__label {
    flex: 0 250px;
    padding: 5px 10px 0 0;
    display: block;
    color: #7e7e7e;
}
.news-filter__value {
    flex: 0 500px;
    display: block;
}
.news-filter__value input[type="text"] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 10px;
    color: #444;
    border: 1px #c8cad2 solid;
}
.news__item {
    display: flex;
    flex-wrap: wrap;
    background: #f3f3f3;
    border-bottom: 2px #dbdbdb solid;
    margin: 0 0 15px 0;
    padding: 7px;
    align-items: flex-start;
}
.news__photo-wrapper {
    flex: 1 150px;
    margin: 7px;
}
.news__photo {
    width: 100%;
}
.news__preview-wrapper {
    flex: 10 320px;
    margin: 7px;
}
.news__title {
    margin: 0 0 10px 0;
    display: flex;
}
.news__title-link {
    text-decoration: none;
}
.news__info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.news__info-item {
    margin: 0 15px 5px 0;
    white-space: nowrap;
}
.news__views, .news__rating {
    color: #4a4a4e;
}
.news__info-icon {
    color: #7e7e7e;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
.news__info-value {
    margin: 0 5px 0 0;
}
.news__rating--disabled .news__rating-icon, .news__rating--disabled .news__rating-icon:hover {
    color: #c3c3ce;
    cursor: default;
}
.news__preview {
    margin: 10px 0 0 0;
    text-align: justify;
}
/* End */


/* Start:/local/templates/g1/components/openregion/news.list/projects/style.css?14823873271685*/
.news {}
.news-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
}
.news-filter__add {
    margin-left: 7px;
}
.news-filter__body {
    flex: 1 100%;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}
.news-filter__body--expanded {
    display: block;
}
.news-filter__field {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0;
}
.news-filter__label {
    flex: 0 250px;
    padding: 5px 10px 0 0;
    display: block;
    color: #7e7e7e;
}
.news-filter__value {
    flex: 0 500px;
    display: block;
}
.news-filter__value input[type="text"] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 10px;
    color: #444;
    border: 1px #c8cad2 solid;
}
.news__item {
    display: flex;
    flex-wrap: wrap;
    background: #f3f3f3;
    border-bottom: 2px #dbdbdb solid;
    margin: 0 0 15px 0;
    padding: 7px;
    align-items: flex-start;
}
.news__photo-wrapper {
    flex: 1 150px;
    margin: 7px;
}
.news__photo {
    width: 100%;
}
.news__preview-wrapper {
    flex: 10 320px;
    margin: 7px;
}
.news__title {
    margin: 0 0 10px 0;
    display: flex;
}
.news__title-link {
    text-decoration: none;
}
.news__info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.news__info-item {
    margin: 0 15px 5px 0;
    white-space: nowrap;
}
.news__views, .news__rating {
    color: #4a4a4e;
}
.news__info-icon {
    color: #7e7e7e;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
.news__info-icon--text {
    font-size: inherit;
}
.news__info-value {
    margin: 0 5px 0 0;
}
.news__preview {
    margin: 10px 0 0 0;
    text-align: justify;
}
/* End */


/* Start:/local/templates/g1/components/openregion/news.list/lectures/style.css?14823881411882*/
.news {}
.news-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
}
.news-filter__add {
    margin-left: 7px;
}
.news-filter__body {
    flex: 1 100%;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}
.news-filter__body--expanded {
    display: block;
}
.news-filter__field {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0;
}
.news-filter__label {
    flex: 0 250px;
    padding: 5px 10px 0 0;
    display: block;
    color: #7e7e7e;
}
.news-filter__value {
    flex: 0 500px;
    display: block;
}
.news-filter__value input[type="text"] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 10px;
    color: #444;
    border: 1px #c8cad2 solid;
}
.news__item {
    display: flex;
    flex-wrap: wrap;
    background: #f3f3f3;
    border-bottom: 2px #dbdbdb solid;
    margin: 0 0 15px 0;
    padding: 7px;
    align-items: flex-start;
}
.news__photo-wrapper {
    flex: 1 150px;
    margin: 7px;
}
.news__photo {
    width: 100%;
}
.news__preview-wrapper {
    flex: 10 320px;
    margin: 7px;
}
.news__title {
    margin: 0 0 10px 0;
    display: flex;
}
.news__title-link {
    text-decoration: none;
}
.news__info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.news__info-item {
    margin: 0 15px 5px 0;
    white-space: nowrap;
}
.news__views, .news__rating {
    color: #4a4a4e;
}
.news__info-icon {
    color: #7e7e7e;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
.news__info-icon--text {
    font-size: inherit;
}
.news__info-value {
    margin: 0 5px 0 0;
}
.news__info-value--wrappable {
    white-space: normal;
}
.news__rating--disabled .news__rating-icon, .news__rating--disabled .news__rating-icon:hover {
    color: #c3c3ce;
    cursor: default;
}
.news__preview {
    margin: 10px 0 0 0;
    text-align: justify;
}

/* End */


/* Start:/local/templates/g1/components/openregion/news.list/faq/style.css?14847194542264*/
.news {
}
.news-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
}
.news-filter__sort {
    margin-right: auto;
    color: #7e7e7e;
    height: 36px;
}
.news-filter__sort-link {
    text-decoration: none;
    padding: 2px 10px;
}
.news-filter__sort-link .fa {
    display: none;
}
.news-filter__sort-link--active {
    color: #fff;
    padding-left: 6px;
}
.news-filter__sort-link--active .fa {
    display: inline;
}
.news-filter__buttons {
    display: flex;
}
.news-filter__rss, .news-filter__show, .news-filter__add {
    margin-left: 7px;
}
.news-filter__body {
    flex: 1 100%;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}
.news-filter__body--expanded {
    display: block;
}
.news-filter__field {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0;
}
.news-filter__label {
    flex: 0 250px;
    padding: 5px 10px 0 0;
    display: block;
    color: #7e7e7e;
}
.news-filter__value {
    flex: 0 500px;
    display: block;
}
.news-filter__value input[type="text"] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 10px;
    color: #444;
    border: 1px #c8cad2 solid;
}
.news__item {
    display: flex;
    flex-wrap: wrap;
    background: #F3F3F3;
    border-bottom: 2px #DBDBDB solid;
    margin: 0 0 15px 0;
    padding: 7px;
    align-items: flex-start;
}
.news__photo-wrapper {
    flex: 1 150px;
    margin: 7px;
}
.news__photo {
    width: 100%;
}
.news__preview-wrapper {
    flex: 10 320px;
    margin: 7px;
}
.news__title {
    margin: 0 0 10px 0;
    display: flex;
}
.news__title-link {
    text-decoration: none;
}
.news__date-wrapper {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.news__info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.news__info-item {
    margin: 0 15px 5px 0;
    white-space: nowrap;
}
.news__info-icon {
    color: #7E7E7E;
    font-size: 12pt;
    margin-right: 5px;
}
.news__info-icon--text {
    font-size: inherit;
}
.news__info-value {
    margin-right: 5px;
}
.news__info-value--wrappable {
    white-space: normal;
}
.news__preview {
    margin: 10px 0 0 0;
    text-align: justify;
}
.news__close-answer {
    margin-top: 20px;
}
/* End */


/* Start:/local/templates/g1/components/openregion/news.list/photogallery/style.css?15740637724092*/
.news {}
.news-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
}
.news-filter__sort {
    margin-right: auto;
    color: #7e7e7e;
}
.news-filter__sort-link {
    text-decoration: none;
    padding: 2px 10px;
}
.news-filter__sort-link .fa {
    display: none;
}
.news-filter__sort-link--active {
    color: #fff;
    padding-left: 6px;
}
.news-filter__sort-link--active .fa {
    display: inline;
}
.news-filter__add {
    margin-left: 7px;
}
.news-filter__body {
    flex: 1 100%;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}
.news-filter__body--expanded {
    display: block;
}
.news-filter__field {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0;
}
.news-filter__label {
    flex: 0 250px;
    padding: 5px 10px 0 0;
    display: block;
    color: #7e7e7e;
}
.news-filter__value {
    flex: 0 500px;
    display: block;
}
.news-filter__value input[type="text"] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 10px;
    color: #444;
    border: 1px #c8cad2 solid;
}
.news-groups {
    display: flex;
    flex-wrap: wrap;
}
.videogallery .news-items {
    display: flex;
    flex-wrap: wrap;
    flex: 1 500px;
}
.videogallery .news__item {
    display: flex;
    flex: 1 250px;
    flex-direction: column;
    background: #f3f3f3;
    border-bottom: 2px #dbdbdb solid;
    margin: 7px;
}
.videogallery .news-items--empty,
.videogallery .news__item--empty {
    opacity: 0;
}
.videogallery .news__photo-wrapper {
    flex: 1;
    background: #000;
    display: flex;
}
.videogallery .news__photo-wrapper > a {
    margin: auto;
}
.videogallery .news__photo {
    width: 100%;
}
.videogallery .news__date-wrapper {
    display: flex;
    justify-content: space-between;
}
.videogallery .news__date {
    margin: 10px 20px 0 20px;
    text-transform: lowercase;
}
.videogallery .news__preview-wrapper {
    flex: 10 320px;
    margin: 7px;
}
.videogallery .news__title {
    color: #22252d;
    text-decoration: none;
    margin: 20px 20px 25px 20px;
    font-weight: bold;
    flex: 0 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.videogallery .news__title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(243,243,243,0) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3f3', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.videogallery .news__title-link {
    text-decoration: none;
}
.videogallery .news__info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.videogallery .news__info-item {
    margin: 10px 20px 0 20px;
    white-space: nowrap;
}
.videogallery .news__views, .videogallery .news__rating {
    color: #4a4a4e;
}
.videogallery .news__info-icon {
    color: #7e7e7e;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
.videogallery .news__info-icon--text {
    font-size: inherit;
}
.videogallery .news__info-value {
    margin: 0 5px 0 0;
}
.videogallery .news__rating--disabled .news__rating-icon,
.videogallery .news__rating--disabled .news__rating-icon:hover {
    color: #c3c3ce;
    cursor: default;
}
.videogallery .news__preview {
    margin: 10px 0 0 0;
    text-align: justify;
}

.flex-parent {
    display: flex;
    /*flex-flow: row wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:  center;*/
    flex-flow: row wrap;
    justify-content: left;
}

.vp-player-layout {
    width: 100%;
    height: 100%;
    top: 0px;
}
/*.item-admin { width: 100px !important; }*/
/* End */


/* Start:/local/templates/g1/components/openregion/news.list/videogallery/style.css?15301854954092*/
.news {}
.news-filter {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
}
.news-filter__sort {
    margin-right: auto;
    color: #7e7e7e;
}
.news-filter__sort-link {
    text-decoration: none;
    padding: 2px 10px;
}
.news-filter__sort-link .fa {
    display: none;
}
.news-filter__sort-link--active {
    color: #fff;
    padding-left: 6px;
}
.news-filter__sort-link--active .fa {
    display: inline;
}
.news-filter__add {
    margin-left: 7px;
}
.news-filter__body {
    flex: 1 100%;
    padding: 0;
    margin: 10px 0 0 0;
    display: none;
}
.news-filter__body--expanded {
    display: block;
}
.news-filter__field {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0;
}
.news-filter__label {
    flex: 0 250px;
    padding: 5px 10px 0 0;
    display: block;
    color: #7e7e7e;
}
.news-filter__value {
    flex: 0 500px;
    display: block;
}
.news-filter__value input[type="text"] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 10px;
    color: #444;
    border: 1px #c8cad2 solid;
}
.news-groups {
    display: flex;
    flex-wrap: wrap;
}
.videogallery .news-items {
    display: flex;
    flex-wrap: wrap;
    flex: 1 500px;
}
.videogallery .news__item {
    display: flex;
    flex: 1 250px;
    flex-direction: column;
    background: #f3f3f3;
    border-bottom: 2px #dbdbdb solid;
    margin: 7px;
}
.videogallery .news-items--empty,
.videogallery .news__item--empty {
    opacity: 0;
}
.videogallery .news__photo-wrapper {
    flex: 1;
    background: #000;
    display: flex;
}
.videogallery .news__photo-wrapper > a {
    margin: auto;
}
.videogallery .news__photo {
    width: 100%;
}
.videogallery .news__date-wrapper {
    display: flex;
    justify-content: space-between;
}
.videogallery .news__date {
    margin: 10px 20px 0 20px;
    text-transform: lowercase;
}
.videogallery .news__preview-wrapper {
    flex: 10 320px;
    margin: 7px;
}
.videogallery .news__title {
    color: #22252d;
    text-decoration: none;
    margin: 20px 20px 25px 20px;
    font-weight: bold;
    flex: 0 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.videogallery .news__title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,f3f3f3+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(243,243,243,0) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(243,243,243,0) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3f3', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.videogallery .news__title-link {
    text-decoration: none;
}
.videogallery .news__info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.videogallery .news__info-item {
    margin: 10px 20px 0 20px;
    white-space: nowrap;
}
.videogallery .news__views, .videogallery .news__rating {
    color: #4a4a4e;
}
.videogallery .news__info-icon {
    color: #7e7e7e;
    font-size: 12pt;
    margin: 0 5px 0 0;
}
.videogallery .news__info-icon--text {
    font-size: inherit;
}
.videogallery .news__info-value {
    margin: 0 5px 0 0;
}
.videogallery .news__rating--disabled .news__rating-icon,
.videogallery .news__rating--disabled .news__rating-icon:hover {
    color: #c3c3ce;
    cursor: default;
}
.videogallery .news__preview {
    margin: 10px 0 0 0;
    text-align: justify;
}

.flex-parent {
    display: flex;
    /*flex-flow: row wrap;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:  center;*/
    flex-flow: row wrap;
    justify-content: left;
}

.vp-player-layout {
    width: 100%;
    height: 100%;
    top: 0px;
}
/*.item-admin { width: 100px !important; }*/
/* End */
/* /local/templates/g1/components/openregion/news/activity/openregion/news.detail/.default/style.css?15960935337663 */
/* /local/templates/g1/components/openregion/news.list/documents/style.css?15360360462042 */
/* /local/templates/g1/components/bitrix/main.pagenavigation/.default/style.css?1485171435963 */
/* /local/templates/g1/components/openregion/news.list/news/style.css?15166159921811 */
/* /local/templates/g1/components/openregion/news.list/events/style.css?14845697301772 */
/* /local/templates/g1/components/openregion/news.list/projects/style.css?14823873271685 */
/* /local/templates/g1/components/openregion/news.list/lectures/style.css?14823881411882 */
/* /local/templates/g1/components/openregion/news.list/faq/style.css?14847194542264 */
/* /local/templates/g1/components/openregion/news.list/photogallery/style.css?15740637724092 */
/* /local/templates/g1/components/openregion/news.list/videogallery/style.css?15301854954092 */
