#wr .header-menu {
    list-style-type: none;
}

a.read-more, a.read-more:visited, a.read-more:link {
    margin: 0 0 0 0;
}

.gallery-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-item__caption {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #990000;
    margin-top: 10px;
}

.personnel-card__text .two-column {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.personnel-card__text .two-column div {
    max-width: 60%;
}

.hide-p {
    display: none;
}

.gallery-item__wrap {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.article-body {
    padding: 0;
}

.read-more-block {
    position: relative;
}

.article-img img:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

a.read-more, a.read-more:visited, a.read-more:link {
    height: 20px;
    padding-top: 4px;
    width: 157px;
}

.menu-item > .menu-link {
    text-shadow: 1px 1px 2px #000000a8;
}

.current-menu-item > .menu-link {
    text-shadow: none;
}

.flex-tab {
    font-family: Arial;
}

.content {
    min-height: 58.3vh;
}

.menu-level-1 > .menu-item > .menu-link:before {
    display: none;
}

.menu-level-1 > .menu-item > .menu-link:hover {
    text-shadow: none;
}

.menu-item {
    text-align: center;
}

.content-wrap {
    min-height: 58.3vh;
}

.uk-margin-large {
    margin-bottom: 0;
}

.photos-title {
    border-bottom-style: double;
    border-bottom-color: #990000;
}

.mobile-menu-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 98;
}

.hide-elem {
    display: none;
}

.mobile-menu {
    display: none;
}

main {
    min-height: 58.3vh;
}

.menu-item-lvl2 > a {
    padding: 0 3px;
}

.menu-item-lvl2 {
    height: 40px;
    background: url("../img/tab-new.png") no-repeat;
    background-size: cover;
}

.selected-lvl2 {
    background: url("../img/tab-active.png") no-repeat;
    background-size: cover;
}

.news-tabs .menu-item-lvl2 {
    height: 49px;
    background: url("../img/tab-news.png") no-repeat;
    background-size: cover;
}

.news-tabs .selected-lvl2 {
    background: url("../img/tab-news-active.png") no-repeat;
    background-size: cover;
}

.title h1 {
    line-height: normal;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: right;
}

.article {
    position: relative;
    margin-top: 25px;
}
.article-txt {
    margin-left: 20px;
}

.menu-level-1 > .menu-item {
    line-height: 29px;
}

.main-page-text p, .main-page-text li, .main-page-text span {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
}

span.red-text {
    color: #990000;
    font-style: normal;
}

.main-page-list {
    list-style: none;
}

.two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.two-column div {
    margin: 0 15px;
}

.two-column__text {
    width: 100%;
}

.wrap-elements {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap-elements div {
    margin: 0 15px 15px 15px;
}

#wr {
    background: none;
}

.news-article .article-img {
    -webkit-box-flex: 200px;
    -ms-flex: 200px;
    flex: 200px;
    max-width: 200px;
}

.news-article .article-txt {
    -webkit-box-flex: calc(100% - 220px);
    -ms-flex: calc(100% - 220px);
    flex: calc(100% - 220px);
    max-width: calc(100% - 220px);
    min-height: 40px;
}

.news-article .article-txt--full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
}

.container img {
    margin-top: 15px;
}

.news-pagetitle {
    line-height: normal;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: right;
    border-bottom-style: double;
    border-bottom-color: #990000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#end-all {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.article-text-news em {
    color: #000;
}

.article-text-news img {
    margin: 15px 0 5px 0;
}


.photos .article-title {
    margin: 0;
}

.article-video-date {
    width: auto;
    top: 10px;
    left: 10px;
}

.title > h2 {
    margin-top: 0;
}

.scroll-table table {
    width: 100%;
}

.article-title-news--grid2 {
    text-align: left;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-title-news--grid2 .article-date {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    font-size: 14px;
    width: 78px;
}

.article-title-news--grid2 .article-pagetitle {
    display: block;
    width: calc(100% - 150px);
    margin-left: auto;
}

.article-title-news--grid2 .article-pagetitle h1 {
    font-size: 14px;
    color: #990000;
    font-weight: bold;
    line-height: 14px;
    margin: -1px 20px 0 0;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.personnel-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    text-align: center;
    border: 1px solid lightgray;
}

.personnel-item__img img {
    margin: 0;
}

.personnel-item {
    margin-top: 30px;
    margin-bottom: 20px;
}

.personnel-item__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    margin-left: auto;
}

.personnel-item__text p {
    text-align: left;
    margin-top: 4px;
    margin-bottom: 0;
}

.personnel-list {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.personnel-card__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.personnel-card__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 272px;
    flex: 0 0 272px;
    max-width: 272px;
}

.personnel-card__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 292px);
    flex: 0 0 calc(100% - 292px);
    max-width: calc(100% - 292px);
    margin-left: auto;
}

.personnel-card__name, .personnel-card__name h1 {
    font-weight: bold;
    color: #990000;
    font-size: 16px;
}

.personnel-card__introtext p, .personnel-card__introtext span {
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
}

.personnel-card__text {
    font-size: 14px;
}

.personnel-card__text em {
    color: #000;
}


.personnel-card__text p {
    font-size: 14px;
}

.header-logo {
    position: absolute;
    width: 211px;
    height: 174px;
}

.menu-contents ul {
    padding: 0;
    text-align: right;
    margin-top: -69px;
    margin-right: -20px;
    margin-bottom: 20px;
}

.alert.alert-success {
    background: #318831;
    padding: 15px;
    color: #fff;
}

.form-md {
    width: 100%;
}

#form_1 {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}

#form_1 .btn {
    width: 100%;
}

#form_1 ul {
    padding: 0;
}

.contacts {
    margin-top: 15px;
}

.b-share {
    margin: 10px 0;
}

.menu-contents li {
    width: 130px;
    height: 49px;
    background: url(../img/tab-new.png);
    text-align: center;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.menu-contents li.active {
    background: url(../img/tab-active.png);
}

.menu-contents li a {
    color: #7c6f55 !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-top: 0;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px;
}

.link-to-top {
    text-decoration: underline !important;
}

p.red-text {
    color: #990000;
    font-weight: bold;
    text-align: right;
}

.menu-lvl3 {
    min-height: 0 !important;
}

.personnel__name,
.personnel-item__name a {
    color: #990000;
    font: bold 12px Arial, Helvetica, sans-serif;
}


.border-wrap {
    margin-top: 4px;
    border: 3px solid #000;
    padding: 5px;
}

.second-border {
    border: 1px solid #000;
    padding: 15px;
}
.second-border strong {
    color: #000 !important;
}

.second-border img {
    border: 2px solid #000;
}

.uk-breadcrumb a {
    font-size: 12px;
}

.uk-breadcrumb a {
    font-weight: normal;
}

.block-quote {
    padding: 0 80px;
}

.block-quote p {
    font-size: 13px;
}

.blog-img__caption {
    padding: 0;
    text-align: center;
}

.filter-submit {
    height: 37px;
    line-height: 1;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.border-gray {
    padding: 30px 30px 50px 30px;
    border: 2px solid #D7D5C4;
    width: 60%;
    margin: 0 auto;
}

.full-width {
    width: auto;
}

.filter-buttons .filter-reset {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    padding: 10px;
    margin: 0 15px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff !important;
    font-size: 16px;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

.b-gymn-audio {
    text-align: center;
}

.audio::-webkit-media-controls-panel {
    background: red;
}

.news-tabs .menu-item-lvl2 > a {
    color: #7c6f55;
}

.b-download-links {
    text-align: center;
}

.filter-submit:hover {
    background: #fff;
    color: #000;
}

.filter-buttons .filter-reset:hover {
    color: #000;
}

.b-download-links a {
    display: inline-block;
    margin: 5px 0;
    color: #000 !important;
}

.filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #E3E3D9;
    padding: 15px;
    font-size: 16px;
}

.b-filter span {
    margin-right: 15px;
}

#events-filter-form {
    margin-top: 30px;
}

.photo-archiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gymn-wrap {
    margin: 0 auto;
    border-style: double;
    border-color: #990000;
    padding: 15px;
    width: 300px;
}

.videos .article-img {
    margin-top: 25px;
}

.gymn-wrap p {
    font-size: 16px;
    text-align: center;
}

.gymn-wrap {
    text-align: left;
    font-size: 12px;
}

.with-padding {
    margin-left: 35px;
}

.blockquote-padding {
    padding: 0 120px;
}

input.hasDatepicker {
    padding: 8px;
    width: 140px;
    position: relative;
    background: url("../img/calendar.png") no-repeat 94% center;
    background-size: 18px;
}
.videos .article-txt {
    min-height: 150px;
}

.content a.article-title:hover {
    color: #F00;
}

.menu-level-1 a:hover {
    text-decoration: none;
}

input.hasDatepicker:active {
    color: #888;
}

.pagination a.page:not(.active):hover {
    color: #9c1416 !important;
}

.menu-item-lvl2 > a:hover {
    color: #9c1416;
    text-decoration: none;
}
@media screen and (min-width: 992px) {
    .menu-item-lvl2:hover {
        background: url("../img/tab-hover.png") no-repeat;
        background-size: cover;
    }
    .news-tabs .menu-item-lvl2:hover {
        background: url("../img/tab-hover.png") no-repeat;
        background-size: cover;
    }
}

.menu-level-1 > .menu-item > .menu-link {
    display: inline-block;
    padding: 0;
    width: 100%;
}

.anketa {
    margin: 0 auto;
}

.symbolic a:hover {
    color: #9c1416;
}

.content a.listen:hover {
    color: #9c1416;
}

.filter-reset:hover {
    color: #000 !important;
    background: #fff;
}

.menu.menu-level-1 .menu-item:hover > a {
    color: #988967;
    text-shadow: none;
}

.input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input-wrap span {
    margin-right: 5px;
}

.news-cat {
    display: none;
}

/*.news-tabs {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -49px;*/
/*}*/

.menu-item-lvl2.selected-lvl2 > a {
    color: #990000;
}

.black-border {
    border: 2px solid grey;
    padding: 30px;
    width: 60%;
    margin: 15px auto;
}

.patriarh {
    width: 50%;
}

.photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.photos .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    margin-top: 0;
}

.photos .article-txt {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
    line-height: 150%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.photos .article-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 300px;
    margin: 10px;
    background: #E3E3D9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.photos .spoiler {
    display: none;
}


.photos .article-img {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid lightgray;
    min-height: 174px;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    margin-bottom: 15px;
    background: #fff;
}

.photos .article-img img {
    margin: 0;
}

.photos .read-more-block {
    padding-top: 10px;
    margin-top: auto !important;
    margin-bottom: 0;
    bottom: 0;
}

.photos a.read-more, .photos a.read-more:visited, .photos a.read-more:link {
    margin: auto;
}

.search-article .article-body {
    padding-top: 15px;
}

.search-article .article-txt {
    margin-left: 0px;
    font-weight: normal !important;
    color: #000;
}

.search-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.search-article__number {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 24px;
}

.search-article__content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 0;
}

.search-article__url {
    margin-top: 8px;
}

.search-article__url a {
    font-size: 12px;
}

.searchform .form-control {
    width: 100%;
    padding: 5px;
}

.searchform .btn {
    height: 29px;
}
.search-title h1 {
    text-align: left;
}

@media (max-width: 1199px) {
    .menu-level-1 > .menu-item > .menu-link {
        font-size: 12px;
    }

    .photos .article {
        width: 33%;
    }

    .photos .article-img {
        min-height: 190px;
    }

    .photos .article-body {
        min-height: 320px;
    }
}

@media (max-width: 1024px) {
    .news-tabs {
        display: none;
    }

    .news-cat {
        display: block;
    }

    .photos .article-body {
        min-height: 370px;
    }

    .black-border {
        width: auto;
    }
}

@media (max-width: 991px) {
    .photos .article-txt {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 !important;
        flex: 0 !important;
    }
}

@media (max-width: 768px) {
    .two-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .patriarh {
        width: auto;
    }

    .photos .article {
        width: 50%;
    }

    .photos .article-img {
        min-height: 250px;
    }

    .photos .article-body {
        min-height: 400px;
    }

    .article-text-news h4 {
        font-size: 1rem;
    }

    .two-column div {
        margin: 0 0 15px;
    }

    .border-gray {
        width: auto;
    }

    .input-wrap {
        margin-top: 15px;
    }

    .b-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blockquote-padding {
        padding: 0px;
    }

    .filter-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .filter-submit {
        margin: 15px 0 !important;
    }

    .filter-reset {
        margin: 0 !important;
    }

    input.hasDatepicker {
        margin-right: 0 !important;
    }
}

@media (max-width: 620px) {
    .photos .article {
        width: 100%;
        margin-bottom: 0;
    }
}

.lh-1 {
    line-height: 1 !important;
}

.lh-2 {
    line-height: 1.25 !important;
}

.lh-3 {
    line-height: 1.5 !important;
}

.hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border-color: #9a9a9a;
}

.hb-wrap .content .link-rubric {
    background-color: #A9A892;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 1.5;
    height: 20px;
    padding-top: 4px;
    -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,border-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,border-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,border-color 0.25s ease-in-out;
}
.hb-wrap .content .link-rubric:hover {
    background-color: #9c1416;
    color: #fff;
}

.link-rubric + .link-rubric {
    margin-top: 15px;
}

.container {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.news-article .read-more-block {
    margin-top: 0;
}

.news-article .article-title {
    display: block;
    margin-top: 15px;
}

.pager {
    margin-top: 15px;
}

.card-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.card-new:not(:last-child) {
    margin-bottom: 20px;
}

.card-new__number {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
}

.card-new__cnt {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-width: 0;
}

.card-new__title {
    font-weight: 700;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
    color: #9c1416;
    margin-bottom: 16px
}

.card-new__more {
    font-size: 12px !important;
}

.card-new__desc {
    margin-bottom: 4px;
}
.list-years {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.list-years > div {
    margin-right: 12px;
    margin-left: 12px;
}
.list-years a {
    font-size: 14px;
}
