@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap");
@font-face {
  font-family: 'PermianSlabSerifTypeface Regular';
  font-style: normal;
  font-weight: normal;
  src: local("PermianSlabSerifTypeface Regular"), url("../fonts/PermianSlabSerifTypeface.woff") format("woff");
  font-display: swap; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  position: relative; }

*:hover, *:active, *:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

body, html {
  overflow-x: hidden;
  overflow-y: auto; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000000;
  background: #F8F8F8; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500; }

strong, b, .bold {
  font-weight: 700; }

h1, .h1 {
  font-size: 48px;
  line-height: 56px; }

h2, .h2 {
  font-size: 36px;
  line-height: 1.3; }

.h3, h3 {
  font-size: 24px;
  line-height: 28px; }

.h4, h4 {
  font-size: 20px;
  line-height: 23px; }

h5, .h5 {
  font-size: 16px;
  line-height: 19px; }

.block-title {
  display: block;
  margin-bottom: 40px;
  width: 100%; }
  .block-title span {
    display: inline-block;
    padding-right: 20px;
    font-size: 36px;
    line-height: 22px;
    background: #F8F8F8;
    z-index: 2; }
  .block-title:before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    left: 0;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    z-index: 1; }

h1.block-title:before {
  top: -webkit-calc(50% + 5px);
  top: calc(50% + 5px); }

.category h1.block-title,
.page-template-template-tags h1.block-title {
  margin-top: 55px;
  font-weight: 400; }
  .category h1.block-title span,
  .page-template-template-tags h1.block-title span {
    font-size: 48px;
    line-height: 22px; }

.category h2.block-title,
.page-template-template-tags h2.block-title {
  margin-bottom: 52px;
  display: block;
  width: 100%;
  font-weight: 400;
  margin-top: 14px; }

.page-template-template-worships h1 {
  margin-top: 57px; }

ul, li {
 list-style: inherit;
 list-style-type: none;
}
ul, ol {
  padding-left: 20px;
}


p, li {
  font-size: 16px;
  line-height: 19px; }

a {
  cursor: pointer;
  color: #C80B13;
  text-decoration: underline; }

img {
  border: none;
  image-rendering: auto; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  z-index: 2;
  height: 100%; }

.flex,
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-flex-direction: column; }

.row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

.hb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.hc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center; }

.hr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.hl {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.vc {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-align-items: center; }

.vr {
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-align-items: flex-start; }

.acenter {
  text-align: center; }

.italic {
  font-style: italic; }

.shadow, .grid, .widget {
  box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
  -moz-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
  -webkit-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08); }

.bordered, .grid, .widget {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.visible-mobile {
  display: none !important; }

.permian {
  font-family: 'PermianSlabSerifTypeface Regular', sans-serif;
  font-weight: normal; }

@media all and (max-width: 992px) {
  .visible-mobile {
    display: block !important; }
  .hidden-mobile {
    display: none !important; } }

.grid {
  width: 260px;
  background: #ffffff; }
  .grid a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000000; }
  .grid .inner {
    padding: 20px 20px 32px 20px; }
  .grid .preview {
    width: 100%;
    height: 260px;
    background: no-repeat top center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0; }
  .grid .title {
    font-weight: 400; }
.grid:hover {
  box-shadow: 0px 0 16px 0px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.16);
  -moz-box-shadow: 0px 0 16px 0px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.16);
  -webkit-box-shadow: 0px 0 16px 0px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.16);
}
.share {
  margin-top: 25px; }
  .share .title {
    margin-right: 25px; }

.btn {
  display: block;
  text-align: center;
  height: 40px;
  background: #C80B13;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none; }
  .btn.more-articles {
    width: 360px;
    margin-top: 40px;
    margin-right: 100px; }

.breadcrumbs {
  margin-top: 0;
  margin-bottom: 30px; }
  .breadcrumbs li {
    margin-right: 10px;
    display: inline-block; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 16px;
    line-height: 19px; }
  .breadcrumbs a {
    color: #C80B13;
    text-decoration: underline; }
    .breadcrumbs a:hover {
      text-decoration: none; }
  .breadcrumbs .arrow {
    display: inline-block;
    width: 13px;
    height: 10px;
    margin-left: 10px;
    background: url("../images/bread-arrow.svg") no-repeat center; }

.tags {
  margin-bottom: 20px; }

.tag-item {
  display: inline-block;
  background: rgba(196, 196, 196, 0.3);
  margin: 0 10px 10px 0;
  padding: 5px 14px 5px 14px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border-radius: 45px;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px; }
  .tag-item:last-child {
    margin-right: 0; }
.tag-item.current {
  background: #C80B13;
  color: #ffffff;
}
.header__top {
  background: #ffffff;
  padding-top: 22px;
  padding-bottom: 22px; }
  .header__top ul > li {
    display: inline-block; }
    .header__top ul > li:last-child {
      margin-right: 0; }
  .header__top .top-menu > li {
    margin-right: 50px; }
    .header__top .top-menu > li a {
      font-size: 14px;
      line-height: 16px;
      color: #C80B13; }
  .header__top .social {
    top: 2px; }
    .header__top .social > li {
      margin-right: 40px; }
      .header__top .social > li svg {
        opacity: 0.55;
        -moz-opacity: 0.55; }
  .header .search .input {
    width: 240px;
    height: 40px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.25);
    background: #F8F8F8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding-left: 47px;
    font-size: 14px;
    line-height: 40px; }
  .header .search .input::-webkit-input-placeholder,
  .header .search .input::-moz-placeholder,
  .header .search .input:-ms-input-placeholder,
  .header .search .input:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 40px; }
  .header .search .submit {
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 1px #EDEDED;
    -moz-box-shadow: 0px 1px 1px #EDEDED;
    -webkit-box-shadow: 0px 1px 1px #EDEDED;
    border: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: url("../images/search-icon-red.svg") no-repeat center #FFFFFF;
    color: transparent;
    cursor: pointer; }

.header__middle {
  padding-top: 10px;
  padding-bottom: 20px; }
  .header__middle .logo img {
    max-width: 458px; }
  .header__middle .slogan {
    margin-left: 26px;
    padding-left: 30px;
    border-left: solid 1px #C4C4C4;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5); }

.main-menu {
  width: 100%;
  z-index: 9; }
  .main-menu .container {
    background: #C80B13;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .main-menu ul {
    width: 100%; }
    .main-menu ul > li {

      border-left: solid 1px rgba(0, 0, 0, 0.2);
      display: inline-block;
      height: 60px;
      cursor: pointer; }
      .main-menu ul > li:first-child {
        border: none; }
      .main-menu ul > li a {
        display: block;
        font-size: 14px;
        line-height: 60px;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        padding: 0 45px 0 45px;
        text-align: center;
      }
      .main-menu ul > li .sub-menu {
        display: none;
        z-index: 9;
        position: absolute;
        width: 200px;
        top: 60px;
        left: 0;
        padding: 10px 0 0 0;
        background-size: auto; }
        .main-menu ul > li .sub-menu > li {
          display: block;
          width: 100%;
          height: auto;
          line-height: 1;
          background: #ffffff;
          padding: 20px 20px 0 20px;
          border: none; }
          .main-menu ul > li .sub-menu > li a {
            color: #000000;
            font-size: 14px;
            line-height: 16px;
            width: 100%;
            padding: 0;
            text-align: left;
          }
          .main-menu ul > li .sub-menu > li:first-child {
            padding-top: 30px;
            border-radius: 10px 10px 0 0;
            -moz-border-radius: 10px 10px 0 0;
            -webkit-border-radius: 10px 10px 0 0; }
          .main-menu ul > li .sub-menu > li:last-child {
            padding-bottom: 42px;
            border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            -webkit-border-radius: 0 0 10px 10px; }
      .main-menu ul > li:hover .sub-menu {
        display: block; }
      .main-menu ul > li.menu-item-has-children:before {
        display: block;
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        top: 26px;
        right: 20px;
        background: url("../images/menu-chevron-down.svg") center no-repeat;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out; }
      .main-menu ul > li.menu-item-has-children:hover:before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .main-menu.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19; }

.article {
  background: #FFFFFF;
  padding: 30px 20px 60px 20px; }
  .article__title {
    margin-bottom: 20px;
    font-weight: bold; }
  .article__body h2, .article__body h3, .article__body h4, .article__body h5, .article__body h6, .article__body p {
    margin-bottom: 20px; }
  .article__body img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .article__body a {
    color: #C80B13;
    text-decoration: underline; }
    .article__body a:hover {
      text-decoration: none; }
  .article__body .widget {
    margin-right: 20px;
    margin-bottom: 10px; }
  .article__body table {
    margin-bottom: 20px; }
    .article__body table td {
      vertical-align: top; }
      .article__body table td p:last-child {
        margin-bottom: 0; }
    .article__body table img {
      margin-bottom: 0; }
  blockquote {
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #FFFEE8;
    margin-bottom: 20px; }
   blockquote p:last-child {
      margin-bottom: 0; }
  .article .slider {
    height: 420px;
    margin-bottom: 20px; }
    .article .slider .slick-list, .article .slider .slick-track, .article .slider .slide {
      height: 420px; }

  .article .person {
    margin-top: 50px; }
    .article .person .h3 {
      margin-bottom: 40px;
      font-weight: 400; }
    .article .person__item {
      width: 160px;
      padding-right: 10px;
      margin-bottom: 35px; }
.article .person__item:nth-child(5n +5) {
  padding-right: 0;
}
      .article .person__item:last-child, .article .person__item:nth-child(6n + 6) {
        margin-right: 0; }
      .article .person__item a {
        text-decoration: none;
        color: #000000; }
      .article .person__item .preview {
        width: 70px;
        height: 70px;
        display: block;
        margin: 0 auto;
        background: no-repeat top center;
        background-size: cover;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }
      .article .person__item .title {
        margin-top: 20px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 0; }
  .article .share {
    margin-top: 48px; }
    .article .share .title {
      margin-right: 20px; }
  .article.interview .article__body h2, .article.interview .article__body h3, .article.interview .article__body h4, .article.interview .article__body h5, .article.interview .article__body h6, .article.interview .article__body p {
    margin-bottom: 35px; }
  .article.projects .article__body p {
    margin-bottom: 20px; }
  .article.projects .article__body img.size-full {
    margin-bottom: 35px; }
  .article .info-block {
    margin-top: 53px;
    margin-bottom: 22px; }
    .article .info-block .block-title {
      margin-bottom: 30px; }
      .article .info-block .block-title span {
        font-size: 24px;
        line-height: 28px;
        background: #ffffff;
        color: #C80B13;
        font-style: italic;
        font-weight: bold; }
      .article .info-block .block-title:before {
        background: #C80B13; }

.post_slider {
  height: auto !important;
  width: 100%;
  padding-bottom: 40px;
  overflow: hidden; }
  .post_slider .slider__wrap {
    height: 420px !important; }
  .post_slider .slick-list, .post_slider .slick-track, .post_slider .slide {
    height: 420px !important;
    width: 100%; }
  .post_slider .slide {
    display: inline-block;
    background: no-repeat center;
    background-size: cover;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .post_slider .slick-arrow {
    display: block !important; }
  .post_slider .slick-dots {
    bottom: -40px; }
    .post_slider .slick-dots button {
      border: solid 2px #C4C4C4;
      background: #C4C4C4; }
    .post_slider .slick-dots .slick-active button {
      border-color: #000000;
      background: #000000;
      width: 11px;
      height: 11px; }

.wrap {
  overflow: hidden;
  margin-top: 30px;
  max-width: 1180px; }

.content {
  width: 880px;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px; }

.full_content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.chosen_news {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%; }
  .chosen_news .grid .preview {
    height: 180px; }

.page__title {
  font-weight: bold;
  margin-bottom: 33px; }

.page p {
  margin-bottom: 40px; }

.other_news {
  margin-top: 70px; }
  .other_news .block-title span {
    font-weight: 400; }
  .other_news .news-all {
    margin-top: 50px;
    margin-bottom: 0; }

.other-gallery .grid {
  width: 373px;
  margin-right: 18px; }
  .other-gallery .grid .title {
    font-weight: bold; }
  .other-gallery .grid:nth-child(3n + 3) {
    margin-right: 0; }

.parent-pageid-41793 .other_news {
  margin-top: 40px; }

.news__item {
  margin-bottom: 30px;
  width: 100%;
  padding: 10px 30px 10px 10px;
  max-height: 260px;
  box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
  -moz-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
  -webkit-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08); }
.news__item .column {
  height: 100%;
}
  .news__item .preview {
    display: inline-block;
    min-width: 240px;
    width: 240px;
    height: 240px;
    margin-right: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }
  .news__item .body {
    max-width: -webkit-calc(100% - 272px);
    max-width: calc(100% - 272px); }
  .news__item .title {
    font-weight: 700;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 20px; }
  .news__item p {
    margin-top: 20px;
    margin-bottom: 24px !important;
  }
  .news__item .label {
    position: absolute;
    top: 20px;
    left: 0;
    -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    background: #C80B13;
    padding: 5px 8px 5px 8px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #ffffff;
    z-index: 9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  .news__item .tags {
    margin-top: 22px; }
  .news__item .tag-item {
    display: inline-block;
    width: auto; }

.news__item .date {
  margin-bottom: 14px;
  text-align: right;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
}
.day-date {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  width: 100%;
  text-align: right;
  margin-bottom: 27px;
}

.news-all {
  width: 100%;
  margin-bottom: 30px; }

.articles {
  margin-top: 50px; }
  .articles .grid {
    margin-bottom: 30px; }

.albums {
  width: 560px; }
  .albums_slider {
    width: 100%;
    height: 310px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px; }
    .albums_slider .slick-list,
    .albums_slider .slide {
      width: 100%; }
    .albums_slider .slick-list, .albums_slider .slick-track, .albums_slider .slide {
      height: 310px !important; }
    .albums_slider .slide {
      background: no-repeat center;
      background-size: cover;
      display: inline-block;
      background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 20.32%, rgba(0, 0, 0, 0) 35.16%); }
      .albums_slider .slide .title {
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        color: #ffffff;
        position: absolute;
        left: 20px;
        bottom: 26px;
        max-width: 50%; }
    .albums_slider .slick-dots {
      display: none !important; }

.worships {
  margin-top: 50px;
  max-width: 660px; }
  .worships__item {
    width: 100%;
    margin-bottom: 40px; }
    .worships__item:last-child {
      margin-bottom: 0; }
    .worships__item .date {
      margin-bottom: 20px; }
    .worships__item .body {
      height: 160px; }
      .worships__item .body .preview {
        width: 260px;
        height: 100%;
        background: no-repeat center;
        background-size: cover;
        border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px; }
      .worships__item .body .text {
        background: #ffffff;
        border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        -webkit-border-radius: 0 10px 10px 0;
        width: -webkit-calc(100% - 260px);
        width: calc(100% - 260px);
        padding: 25px 15px 23px 31px; }
      .worships__item .body .time {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 4px;
        margin-bottom: 0;
        width: 100%;
        border-bottom: solid 1px #000000; }
      .worships__item .body .title {
        margin-top: 7px; }
      .worships__item .body .building {
        margin-top: 10px;
        display: block; }

.structure h1 {
  margin-top: 30px; }

.structure__info h3, .structure__info p {
  margin-top: 30px;
  max-width: 759px; }

.structure__info h3 {
  font-size: 28px;
  line-height: 33px; }

.structure .thumb {
  max-width: 280px;
  margin-left: 80px; }

.structure__single_info {
  background: #ffffff;
  padding: 40px 60px 40px 60px;
  margin-top: 40px; }
  .structure__single_info h4 {
    margin-bottom: 20px;
    font-weight: bold; }
  .structure__single_info p {
    margin-top: 0;
    margin-bottom: 30px; }

.structure__items {
  margin-top: 55px;
  background: #ffffff;
  padding: 40px 60px 22px 60px; }
  .structure__items .item {
    margin-bottom: 30px; }
    .structure__items .item:nth-child(1n),
    .structure__items .item:nth-child(2n) {
      width: 300px;
      margin-right: 60px;
    }
    .structure__items .item:nth-child(3n) {
      width: 259px; }

    .structure__items .item a {
      color: #000000;
      text-decoration: underline; }
.structure__items .item a:hover {
  color: #C80B13;
  text-decoration: none; }

.saints h1 {
  margin-top: 47px;
  margin-bottom: 34px; }

.saints__body {
  background: #ffffff;
  padding: 40px 60px 40px 60px;
  margin-bottom: 30px; }
  .saints__body h2, .saints__body h3 {
    margin-bottom: 56px; }
  .saints__body table p {
    margin-bottom: 20px; }
    .saints__body table p:last-child {
      margin-bottom: 0; }

.saints__patrons {
  margin-bottom: 20px; }
  .saints__patrons .grid {
    width: 360px;
    margin-right: 40px;
    margin-bottom: 40px; }
    .saints__patrons .grid:nth-child(3n) {
      margin-right: 0; }
    .saints__patrons .grid .preview {
      height: 460px;
      background-size: cover;
      background-position: top center;
    }
    .saints__patrons .grid .inner {
      padding: 10px 28px 20px 28px; }
    .saints__patrons .grid .title {
      font-weight: 700; }

.saints__list {
  margin-top: 30px; }
  .saints__list .list-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700; }
  .saints__list .grid {
    margin-bottom: 40px;
    margin-right: 40px; }
    .saints__list .grid:nth-child(4n) {
      margin-right: 0; }
    .saints__list .grid .preview {
      height: 300px; }
    .saints__list .grid .inner {
      padding: 10px 20px 20px 20px; }
    .saints__list .grid .title {
      font-weight: 700; }
    .saints__list .grid .date {
      margin-top: 10px;
      margin-bottom: 0;
    }

.persons__list {
  width: 352px;
  padding-left: 52px;
  padding-bottom: 30px;
}
  .persons__list p {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 5px; }
    .persons__list p a {
      font-size: 18px;
      line-height: 150%;
      text-decoration: none; }
    .persons__list p.with-symbol {
      margin-top: 18px; }
      .persons__list p.with-symbol:first-child {
        margin-top: 0; }
  .persons__list .symbol {
    font-size: 48px;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: -51px;
    color: #C80B13;
    text-transform: uppercase; }

.persons__info {
  text-align: center; }
.persons__info a {
  text-decoration: none;
  color: #000000;
}
.persons__info a:hover {
  color: #C80B13;
}
.persons__info h1 {
    margin-bottom: 30px; }
  .persons__info .preview {
    display: block;
    margin: 0 auto;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: no-repeat center;
    background-size: cover;
    margin-bottom: 35px; }
  .persons__info h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .persons__info h2, .persons__info h3, .persons__info h4, .persons__info h5, .persons__info h6, .persons__info p {
    margin-bottom: 30px; }
    .persons__info h2:last-child, .persons__info h3:last-child, .persons__info h4:last-child, .persons__info h5:last-child, .persons__info h6:last-child, .persons__info p:last-child {
      margin-bottom: 62px; }

.person__name {
  margin-bottom: 40px; }
  .person__name h1 {
    max-width: 680px;
    text-transform: inherit;
  }

.person__info {
  padding: 38px 100px 60px 60px;
  background: #ffffff; }
  .person__info .photo {
    display: inline-block;
    width: 300px;
    height: 400px;
    background: no-repeat top center;
    background-size: cover;
    margin-right: 40px; }
  .person__info .building {
    display: block;
    margin-bottom: 20px;
    max-width: 260px; }
    .person__info .building span {
      display: block;
      margin-top: 10px;
      color: #000000;
      text-decoration: none; }
  .person__info .text {
    max-width: 360px; }
.person__info .text .more-person-text {
  margin-top: 58px;
}
    .person__info .text p {
      margin-bottom: 10px; }
      .person__info .text p:last-child {
        margin-bottom: 0; }
.person__info .detail-text {
  margin-top: 43px;
}
.person__info .detail-text p {
  margin-bottom: 15px;
}
.person__other {
  width: 200px;
  height: 40px;
  border: 1px solid #000000;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  padding: 0;
  font-size: 14px;
  line-height: 40px;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

.history h1 {
  margin-top: 59px; }

.history__body {
  padding: 40px 40px 80px 40px;
  background: #ffffff;
  margin-top: 40px; }

.history__links {
  max-width: 280px; }
  .history__links ul > li {
    margin-bottom: 10px; }

.history__text {
  max-width: 718px; }
  .history__text h2, .history__text h3, .history__text h4, .history__text h5, .history__text h6, .history__text p, .history__text table {
    margin-bottom: 30px; }

.deanery h1 {
  margin-top: 59px;
  margin-bottom: 48px; }

.deanery__list {
  max-width: 860px; }
  .deanery__list.full {
    max-width: 100%; }
  .deanery__list .grid {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 40px;
    margin-right: 40px; }
    .deanery__list .grid:nth-child(4n + 4) {
      margin-right: 0; }
    .deanery__list .grid .preview {
      width: 100%;
      height: 160px;
      border-radius: 10px 10px 0 0;
      -moz-border-radius: 10px 10px 0 0;
      -webkit-border-radius: 10px 10px 0 0; }
    .deanery__list .grid .text {
      padding: 10px 20px 32px 20px; }
      .deanery__list .grid .text h5 {
        font-weight: bold;
        line-height: 22px;
        min-height: 66px; }
      .deanery__list .grid .text .address {
        margin-top: 10px;
        min-height: 76px; }
      .deanery__list .grid .text .person {
        margin-top: 14px; }
        .deanery__list .grid .text .person .label {
          display: block;
          font-size: 13px;
          line-height: 22px;
          font-weight: 400;
          color: rgba(0, 0, 0, 0.5); }
        .deanery__list .grid .text .person a {
          font-size: 15px;
          line-height: 21px;
          -webkit-text-decoration-line: underline;
                  text-decoration-line: underline;
          color: #000000; }
        .deanery__list .grid .text .person .photo {
          width: 60px;
          height: 60px;
          min-width: 60px;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          background: no-repeat top center;
          background-size: cover;
          margin-right: 10px; }

.deanery__item {
  width: 100%;
  height: 200px;
  margin-bottom: 20px; }
  .deanery__item a {
    color: #000000;
    text-decoration: none; }
  .deanery__item .preview {
    width: 260px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    background: no-repeat center;
    background-size: cover;
    display: inline-block; }
  .deanery__item .text {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    height: 100%;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    background: #ffffff;
    display: inline-block;
    padding: 23px 40px 30px 40px; }
    .deanery__item .text .title {
      font-weight: bold;
      margin-bottom: 33px;
      max-width: 440px; }
    .deanery__item .text .person .label {
      display: block;
      font-size: 13px;
      line-height: 22px;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.5); }
    .deanery__item .text .person a {
      font-size: 16px;
      line-height: 22px;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #000000; }
    .deanery__item .text .person .photo {
      width: 60px;
      height: 60px;
      min-width: 60px;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      background: no-repeat top center;
      background-size: cover;
      margin-right: 10px; }

.video__item {
  width: 420px; }

.projects__body p {
  margin-bottom: 20px; }

.projects__body h2, .projects__body h3, .projects__body h4, .projects__body h5, .projects__body h6 {
  margin-bottom: 30px; }

.projects__body img {
  display: block;
  margin-bottom: 30px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.projects__body img.size-full {
  margin-bottom: 35px; }

.projects__list {
  margin-top: 50px; }
  .projects__list .grid .preview {
    height: 160px; }
  .projects__list .grid .inner {
    padding-top: 10px; }
  .projects__list .grid .title {
    font-weight: bold;
    min-height: 44px;
    margin-bottom: 10px;
    text-decoration: underline; }

.building__title {
  margin-bottom: 40px; }
  .building__title h1 {
    max-width: 864px; }

.building__text {
  max-width: 720px; }
  .building__text h2,
  .building__text h3,
  .building__text h4,
  .building__text h5,
  .building__text h6,
  .building__text img,
  .building__text table, .building__text p {
    margin-bottom: 30px; }
.building__text li {
  margin-bottom: 20px;
}
  .building__text img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px; }

.building__text table img {
  width: 100% !important;
  height: auto !important;
}
.building__text table tr td {
  vertical-align: top;
}
.building__text table tr td:first-child {
  padding-right: 20px;
}
.building__text table tr td:last-child {
  padding-left: 20px;
}
.building__info {
  max-width: 347px; }
  .building__info p {
    margin-bottom: 10px; }
  .building__info a {
    margin-bottom: 10px;
    color: #C80B13;
    text-decoration: none;
    display: block; }
.building__info h5 {
  margin-bottom: 10px;
  color: #C80B13;
}

.building__persons {
  margin-top: 55px; }
  .building__persons .title {
    margin-bottom: 55px;
    font-size: 24px;
    line-height: 28px;
  }
  .building__persons .item {
    display: inline-block;
    margin-right: 32px;
    width: 166px;
    margin-bottom: 38px; }
    .building__persons .item:nth-child(6n + 6) {
      margin-right: 0; }
    .building__persons .item .preview {
      display: block;
      width: 107px;
      height: 107px;
      background: no-repeat top center;
      background-size: cover;
      margin: 0 auto; }
    .building__persons .item .position {
      text-align: center;
      margin-top: 9px;
      font-size: 13px;
      line-height: 22px;
      color: rgba(0, 0, 0, 0.5); }
    .building__persons .item a {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #000000;
      text-align: center;
      display: block; }

.single-building .deanery__list,
.post-type-archive-building .deanery__list {
  max-width: 100%;
  margin-top: 48px; }

.gallery {
  margin-top: 50px; }
  .gallery__item {
      margin-bottom: 32px;

    width: 420px; }
    .gallery__item .preview {
      height: 300px; }
      .gallery__item .preview svg {
        position: absolute;
        top: 125px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto; }
    .gallery__item .body {
      padding: 20px 14px 6px 35px; }
      .gallery__item .body .title {
        font-weight: bold;
        margin-bottom: 20px; }
      .gallery__item .body .tag-item {
        display: inline-block;
        width: auto; }
  .gallery__slide {
    display: inline-block;
    height: 238px;
    margin-right: 18px;
    background: no-repeat center;
    background-size: cover;
    margin-bottom: 18px; }
    .gallery__slide:nth-child(3n + 3) {
      margin-right: 0; }
    .gallery__slide.slide-1, .gallery__slide.slide-2, .gallery__slide.slide-3, .gallery__slide.slide-7, .gallery__slide.slide-8, .gallery__slide.slide-9, .gallery__slide.slide-13, .gallery__slide.slide-14, .gallery__slide.slide-15 {
      width: 374px; }
    .gallery__slide.slide-4, .gallery__slide.slide-6, .gallery__slide.slide-11, .gallery__slide.slide-12 {
      width: 458px; }
    .gallery__slide.slide-5, .gallery__slide.slide-10 {
      width: 206px; }

.thematic .block-title {
  margin-top: 49px;
  margin-bottom: 37px; }

.thematic h3, .thematic h4, .thematic h5, .thematic h6, .thematic p {
  margin-bottom: 27px; }

.thematic img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

.thematic__tags {
  margin-bottom: 49px;
  padding: 12px 20px 13px 20px;
  background: #ffffff; }
  .thematic__tags .title {
    margin-bottom: 20px; }

.numbers {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent; }
  .numbers__body {
    margin-top: 30px; }
    .numbers__body p, .numbers__body li, .numbers__body table {
      font-size: 18px;
      line-height: 22px; }
    .numbers__body h4, .numbers__body h5, .numbers__body h6, .numbers__body p, .numbers__body table, .numbers__body ul {
      margin-bottom: 32px; }
    .numbers__body h2 {
      margin-top: 8px;
      margin-bottom: 40px; }
    .numbers__body img {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }
    .numbers__body p span {
      font-weight: 300; }
    .numbers__body li {
      padding-left: 15px;
      width: 100%; }
      .numbers__body li:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        width: 4px;
        height: 4px;
        background: #000000;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%; }

.chronology,
.offset {
  margin-top: 60px;
  margin-bottom: 44px; }


  .chronology .years {
    overflow-x: auto; }
    .chronology .years > li {
      display: inline-block;
      width: 90px;
      min-width: 90px;
      height: 40px;
      text-align: center; }
      .chronology .years > li a {
        font-size: 16px;
        line-height: 40px;
        color: #000000;
        text-decoration: none; }
      .chronology .years > li.current {
        width: 100px;
        min-width: 100px;
        background: #C80B13;
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0; }
        .chronology .years > li.current a {
          color: #ffffff; }
  .chronology .months {
    height: 60px;
    padding: 0 13px 0 13px;
    background: #ffffff; }
    .chronology .months li {
      line-height: 60px; }
      .chronology .months li a {
        color: #000000;
        text-decoration: none; }
      .chronology .months li.current:before {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #C80B13; }

.home_slider {
  width: 100%;
  height: 460px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden; }
  .home_slider .slick-list,
  .home_slider .slide {
    width: 860px; }
  .home_slider .slick-list, .home_slider .slick-track, .home_slider .slide {
    height: 460px !important; }
  .home_slider .slide {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: no-repeat center;
    background-size: cover;
    display: inline-block; }
    .home_slider .slide:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 29.05%, rgba(0, 0, 0, 0) 50%);
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      z-index: 1; }

    .single-post .home_slider .slide:before {
      display: none;
    }

    .home_slider .slide .title {
      font-weight: bold;
      font-size: 30px;
      line-height: 35px;
      color: #ffffff;
      position: absolute;
      left: 30px;
      bottom: 30px;
      max-width: 650px;
      z-index: 2; }
 .home .home_slider .slick-arrow {
    display: none !important; }
.single-post .home_slider .slick-arrow {

}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center; }
  .slick-dots li {
    margin-right: 10px;
    display: inline-block; }
    .slick-dots li:last-child {
      margin-right: 0; }
  .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: transparent;
    background: transparent;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    font-size: 0; }
  .slick-dots .slick-active button {
    background: #ffffff; }

.slick-next,
.slick-prev {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc((100% - 50px) / 2);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: transparent;
  z-index: 3;
  cursor: pointer; }
  .slick-next:hover,
  .slick-prev:hover {
    background-color: #000000; }

.slick-prev {
  left: 20px;
  background: url("../images/arrow-left.svg") no-repeat center #C80B13; }

.slick-next {
  right: 20px;
  background: url("../images/arrow-right.svg") no-repeat center #C80B13; }

.page-template-template-numbers .home_slider .slick-dots {
  display: none !important;
}
.thumbnails .item {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 14px;
  margin-bottom: 15px;
  background: no-repeat center;
  background-size: cover; }
  .thumbnails .item:last-child, .thumbnails .item:nth-child(8n + 8) {
    margin-right: 0; }
  .thumbnails .item.current {
    border: solid 3px #C80B13; }

.thumbnails .more {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  width: 260px;
  color: #ffffff;
  text-decoration: none; }

.sidebar {
  width: 280px;
  padding-left: 10px;
  padding-right: 10px; }
  .sidebar.m-top {
    margin-top: 50px; }
  .sidebar.other {
    margin-top: 160px; }

.category .sidebar {
  padding-top: 93px; }

.widget {
  margin-bottom: 40px;
  height: auto; }
  .widget .head {
    width: 100%;
    height: 40px;
    background: #C80B13;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;

  }
    .widget .head img {
      margin-right: 11px; }
    .widget .head span {
      font-size: 13px;
      line-height: 40px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #FFFFFF; }
  .widget a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }
  .widget .inner {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px; }
  .widget .preview {
    width: 100%; }
    .widget .preview.with-head {
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
  .widget .title {
    font-weight: 700;
    padding: 0; }
  .widget.interview .preview {
    height: 240px; }
  .widget.interview .inner {
    padding: 20px 20px 32px 20px; }
  .widget.interview p {
    font-style: italic;
    font-size: 15px;
    line-height: 19px;
    color: #C80B13;
    margin-top: 10px;
    margin-bottom: 0;
    text-decoration: underline;
  }
  .widget.info-block .inner {
    padding: 10px 10px 22px 10px; }
  .widget.info-block .preview {
    width: 100%;
    height: 240px;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
  .widget.info-block .title,
  .widget.info-block p {
    padding-left: 10px;
    padding-right: 10px;
  }
.widget.info-block p:last-child {
  margin-bottom: 0;
}
  .widget.info-block .title {
    margin-top: 10px; }
  .widget.info-block p {
    margin-top: 10px; }
  .widget.calendar .inner img {
    display: block;
    margin: 0 auto; }
  .widget.calendar p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .widget.analytics a, .widget.sites a {
    width: 100%;
    font-size: 16px;
    line-height: 22px; }
    .widget.analytics a:last-child, .widget.sites a:last-child {
      margin-bottom: 0; }
    .widget.analytics a:hover, .widget.sites a:hover {
      color: #C80B13; }
  .widget.analytics a {
    display: block;
    margin-bottom: 15px; }
  .widget.sites a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    margin-bottom: 20px; }
    .widget.sites a img {
      width: 22px;
      margin-right: 11px; }
  .widget.banner .preview {
    height: 128px; }
  .widget.banner .inner {
    background: #C80B13;
    padding: 16px 20px 16px 20px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px; }
  .widget.banner .title {
    color: #ffffff;
    font-weight: 400; }
  .widget.album .preview {
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 20.32%, rgba(0, 0, 0, 0) 35.16%);
    background-repeat: no-repeat;
    background-size: cover;
    height: 310px; }
    .widget.album .preview .title {
      color: #ffffff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 20px 26px 20px;
      }
  .widget.video {
    width: 260px; }
    .widget.video .preview {
      border-radius: 0 0 10px 10px;
      -moz-border-radius: 0 0 10px 10px;
      -webkit-border-radius: 0 0 10px 10px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
      height: 226px; }
      .widget.video .preview:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
      .widget.video .preview svg {
        z-index: 2; }
    .widget.video .inner {
      padding: 20px 20px 26px 20px; }
  .widget.post .preview {
    height: 152px; }
  .widget.post .inner {
    padding: 10px 10px 13px 10px;
    background: #EDEDED; }
  .widget.post .title {
    margin-bottom: 10px; }
  .widget.tags {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 100%; }
    .widget.tags .title {
      margin-bottom: 30px;
      font-weight: 400; }
    .widget.tags .btn {
      width: 81px;
      height: 24px;
      font-size: 12px;
      line-height: 24px;
      color: #ffffff;
      font-weight: 400; }
  .widget.announcements a {
    margin-bottom: 20px; }
    .widget.announcements a:last-child {
      margin-bottom: 0; }
  .widget.interview-tags .tags {
    background: #ffffff;
    padding: 22px 25px 18px 25px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px; }

.worships-side {
  padding-top: 78px; }

.footer {
  margin-top: 100px; }
  .footer__top {
    background: #EDEDED;
    padding-top: 40px; }
  .footer .logo {
    margin-left: 50px;
    margin-right: 114px; }
    .footer .logo img {
      max-width: 195px; }
  .footer__menus .menu {
    margin-right: 60px; }
    .footer__menus .menu p {
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 20px;
      font-weight: 700; }
    .footer__menus .menu ul {
      margin-bottom: 35px; }
      .footer__menus .menu ul:last-child {
        margin-right: 0; }
      .footer__menus .menu ul > li {
        display: block;
        margin-bottom: 10px; }
        .footer__menus .menu ul > li > a {
          font-size: 16px;
          line-height: 19px;
          color: #000000;
          text-decoration: none; }
      .footer__menus .menu ul.last > li {
        margin-bottom: 20px; }
  .footer__middle {
    background: #EDEDED; }
    .footer__middle ul {
      width: 100%;
      border-top: solid 1px #C4C4C4; }
      .footer__middle ul:before {
        display: block;
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 240px;
        height: 1px;
        background: #C80B13; }
      .footer__middle ul > li {
        width: 25%;
        display: inline-block;
        padding-top: 28px;
        padding-bottom: 42px;
        text-align: center; }
        .footer__middle ul > li a {
          text-align: center;
          font-size: 14px;
          line-height: 16px;
          color: #000000;
          text-decoration: none; }
  .footer__bottom {
    padding-top: 40px;
    padding-bottom: 75px;
    text-align: center; }
    .footer__bottom p {
      text-align: center;
      font-size: 12px;
      line-height: 14px;
      padding-bottom: 20px;
      margin: 0 auto;
      max-width: 760px; }
      .footer__bottom p:last-child {
        padding-bottom: 0; }

.single-building .footer {
  margin-top: 160px; }

.contacts {
  padding-right: 10px;
  padding-left: 10px; }
  .contacts h1 {
    margin-top: 30px;
    margin-bottom: 60px; }
  .contacts__info {
    max-width: 360px;
    margin-right: 40px; }
    .contacts__info p {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 20px; }
  .contacts__map {
    width: 760px;
    height: 330px; }
    .contacts__map iframe {
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
      -moz-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
      -webkit-box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08); }
  .contacts .departments {
    margin-top: 40px;
    padding: 40px 60px 0 60px;
    background: #ffffff; }
    .contacts .departments .item {
      width: 33%;
      margin-bottom: 42px;
      padding-right: 40px; }
      .contacts .departments .item:nth-child(3n + 3) {
        padding-right: 0; }
      .contacts .departments .item .title {
        padding-bottom: 4px;
        border-bottom: solid 1px #000000; }
      .contacts .departments .item a {
        display: block;
        width: 100%; }
      .contacts .departments .item .person {
        margin-top: 10px; }
        .contacts .departments .item .person span {
          display: block;
          width: 100%;
          font-size: 14px;
          line-height: 22px;
          font-style: italic;
          margin-top: 3px; }
      .contacts .departments .item .phone {
        margin-top: 10px;
        line-height: 1.5;
        margin-bottom: 0;
      }
      .contacts .departments .item .email {
        margin-top: 10px; }

      .search .news-all {
        margin-top: 66px;
      }
      .search .form {
        width: 100%;
        height: 58px;
        margin-bottom: 80px;
        padding-left: 50px;
      }
.search .form span {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #6B6B6B;
  margin-right: 28px;
}
.search .form .input {
  background: #FFFFFF;
  width: 700px;
  height: 58px;
  font-weight: 500;
  font-size: 16px;
  line-height: 58px;
  padding-left: 25px;
  padding-right: 50px;
}

.search .form .submit {
  width: 21px;
  height: 21px;
  background: url("../images/search-icon-red-big.svg") no-repeat center;
  background-size: contain;
  display: block;
  color: transparent;
  position: absolute;
  top: 18px;
  right: 24px;
}
.answers .block-title {
  margin-top: 50px;
  margin-bottom: 37px;
}
.answers .block-title span {
  font-size: 48px;
  line-height: 56px;
}
.answers .text img {
  width: auto;
  margin: 0 auto;
}
.answers .text p,
.answers .text h2,
.answers .text h3,
.answers .text h4 {
  margin-bottom: 27px;
}
.answers .text p {
  font-size: 18px;
  line-height: 21px;
}
.answers .form {
  background: #FFFFFF;
  padding: 31px 27px 27px 27px;
}
.answers .form .title {
  width: 100%;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.answers .form .input {
  width: 300px;
  height: 30px;
  border: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 17px;
}
.answers .form .input.error {
  border-bottom: 1px solid #C80B13;
}
.answers .form .textarea {
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
  -o-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
  padding: 15px 20px 15px 20px;
  resize: none;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 23px;
}
.answers .form .textarea.error {
  border: 1px solid #C80B13;
}
.answers .form .input::-webkit-input-placeholder,
.answers .form .textarea::-webkit-input-placeholder {
  font-size: 20px;
  line-height: 23px;
  color: #C4C4C4;
  font-family: 'Roboto', sans-serif;
}
.answers .form .input::-moz-placeholder,
.answers .form .textarea::-moz-placeholder {
  font-size: 20px;
  line-height: 23px;
  color: #C4C4C4;
  font-family: 'Roboto', sans-serif;
}
.answers .form .input:-ms-input-placeholder,
.answers .form .textarea:-ms-input-placeholder {
  font-size: 20px;
  line-height: 23px;
  color: #C4C4C4;
  font-family: 'Roboto', sans-serif;
}
.answers .form .input:-moz-placeholder,
.answers .form .textarea:-moz-placeholder {
  font-size: 20px;
  line-height: 23px;
  color: #C4C4C4;
  font-family: 'Roboto', sans-serif;
}
.checkbox-wrapper {
  min-height: 18px;
  padding-left: 19px;
  width: 100%;
}
.checkbox-wrapper * {
  cursor: pointer !important;
}
.checkbox-wrapper .form-checkbox-title {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}
.checkbox-wrapper .form-checkbox-title a {
  text-decoration: underline;
  color: #C80B13;
  font-size: 14px;
  line-height: 16px;
}
.checkbox-wrapper label.form-checkbox {
  left: 0;
  position: absolute;
  top: 4px;
}
.checkbox-wrapper input {
  display: none;
}
.checkbox-wrapper label.form-checkbox > span {
  background: #ffffff;
  border: 1px solid #C4C4C4;
  content: '';
  cursor: pointer;
  display: block;
  width: 13px;
  height: 13px;
}
.checkbox-wrapper input[type="checkbox"]:checked + span {
  background: #C80B13;
}
.answers .form .checkbox-wrapper {
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 24px;
}
.answers .form .submit {
  width: 104px;
  height: 28px;
  font-size: 12px;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 27px;
  font-weight: 300;
}
.checkbox-wrapper.error label.form-checkbox > span {
  border: 1px solid #C80B13;
}
.answers .form .success {
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
  color: green;
  margin-bottom: 0;
}
.answers .questions .block-title {
  margin-top: 75px;
  margin-bottom: 67px;
}
.answers .questions .block-title span {
  font-size: 48px;
  line-height: 22px;
}
.answers .questions .themes {
  background: #FFFFFF;
  padding: 12px 19px 33px 19px;
}
.answers .questions .themes .tags {
  margin-bottom: 0;
}
.answers .questions .themes h4 {
  margin-bottom: 20px;
}
.answers .comments {
  margin-top: 19px;
}
.answers .comments .item {
  width: 100%;
}
.answers .comments .item.level-1 {
  max-width: 795px;
  background: rgba(176, 255, 157, 0.25);
  filter: drop-shadow(2px 0px 4px rgba(0, 0, 0, 0.1));
  z-index: 1;
}
.answers .comments .item.level-1 .head {
  padding: 11px 21px 11px 36px;
  border-bottom: 1px solid #C4C4C4;
}
.answers .comments .item.level-1 .name {
  font-size: 18px;
  line-height: 21px;
  max-width: calc(100% - 150px);
}
.answers .comments .item .date {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  color: #C4C4C4;
}
.answers .comments .item .body p {
  font-size: 18px;
  line-height: 130%;
}
.answers .comments .item.level-1 .body {
  padding: 26px 36px 7px 36px;
}
.answers .comments .item .body p {
  margin-bottom: 8px;
}
.answers .comments .item .tags {
  margin-top: 19px;
  margin-bottom: 0;
}
.answers .comments .item.level-2 {
  margin-left: 65px;
  width: calc(100% - 65px);
  background: #FFFFFF;
  box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.04);
  z-index: 3;
  margin-bottom: 19px;
}
.answers .comments .item.level-2:before {
  content: "";
  display: block;
  position: absolute;
  top: -38px;
  right: 80px;
  width: 62px;
  height: 38px;
  background: url("../images/comment-polygon.svg") no-repeat top left;
}
.answers .comments .item.level-2 .head {
  padding: 13px 21px 13px 36px;
  border-bottom: 1px solid #C4C4C4;
}
.answers .comments .item.level-2 .person .thumb {
  display: inline-block;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  background: no-repeat top center;
  background-size: cover;
  margin-right: 21px;
}
.answers .comments .item.level-2 .person .name {
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
}
.answers .comments .item.level-2 .person .name a {
  font-weight: bold;
  color: #C80B13;
}
.answers .comments .item.level-2 .body {
  padding: 42px 26px 50px 36px;
}
.answers .comments .comments-all {
  margin-top: 48px;
}
.more-opinions,
.more-slovo {
  margin-top: 39px;
  width: 100%;
}
.slovo h1 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
}
.slovo .page-content img,
.slovo .page-content p,
.slovo .page-content h2,
.slovo .page-content h3 {
  margin-bottom: 30px;
}
.slovo .page-content img {
  border-radius: 10px;
}
.page-template-template-slovo .sidebar {
  margin-top: 120px;
}
  /* Slider */
.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
          transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
          transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 20px;
  width: 100%;
  position: fixed;
  text-align: center;
}
.fancybox-toolbar svg {
  width: 28px !important;
  height: 28px !important;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: -webkit-transform, opacity;
          transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
          transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 80px;
  opacity: 0;
  position: fixed;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 80px;
  z-index: 9999999;
}

.fancybox-navigation .fancybox-button div {
  padding: 10px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
 }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }
.fancybox-navigation .fancybox-button svg {
  width: 42px;
  height: 42px;
}
/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }
.fancybox-share__button--vk {
  background: #0077ff;
}
.fancybox-share__button--odk {
  background: #ed812b;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px); } }


@media all and (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  h1, .h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  p, li {
    font-size: 16px;
    line-height: 1.4;
    list-style-type: none;
  }
  .grid {
    width: 100%;
  }
  .grid a {
    flex-wrap: wrap;
  }
  .header {
    padding-left: 37px;
    padding-right: 37px;
  }
  .header__middle {
    padding-top: 23px;
  }
  .header__middle .logo {
    width: 100%;
  }
  .header__middle .logo img {
    display: block;
    max-width: 304px;
    margin: 0 auto;
  }
  .mobile-menu {
    width: 100%;
    /*  */
    overflow-y: auto;
    /* max-height: calc(100vh - 171px); */
  }

  .mobile-menu.fixed-top {
    position: fixed;
    top: 0;
    left: 37px;
    width: calc(100% - 74px);
    z-index: 999;
  }
  .mobile-menu .head {
    width: 100%;
    height: 60px;
    background: #C80B13;
    border-radius: 10px;
    padding: 21px 20px 21px 29px;
    color: #ffffff;
  }
  .mobile-menu span {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.14em;
  }
  .mobile-menu #menu-trigger {
    position: absolute;
    top: 21px;
    right: 20px;
    width: 30px;
    height: 18px;
    background: url("../images/menu-icon.svg") no-repeat center;
    background-size: auto;
  }
  .mobile-menu.opened #menu-trigger {
    background: url("../images/menu-icon-close.svg") no-repeat center;
    width: 26px;
    height: 26px;
    top: 17px
  }
  .mobile-menu .body {
    padding: 30px 20px 34px 20px;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08)
    border-radius: 0 0 10px 10px;
    background: #FFFFFF;
  }
  .mobile-menu #main-menu {
    width: 100%;
    margin-bottom: 30px;
  }
  .mobile-menu #main-menu > li {
    width: 100%;;
    margin-bottom: 10px;
    padding-left: 9px;
  }
  .mobile-menu #main-menu > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 16px;
    width: 14px;
    height: 8px;
    background: url("../images/chevron-down.svg") no-repeat;
    z-index: 2;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
  }
  .mobile-menu #main-menu > li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #EDEDED;
    border-radius: 4px;
    display: none;
  }
  .mobile-menu #main-menu > li.menu-item-has-children.opened:before {
    display: block;
  }
  .mobile-menu #main-menu > li.menu-item-has-children.opened:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .moble-menu #main-menu > li:last-child {
    margin-bottom: 0;
  }
  .mobile-menu #main-menu > li > a {
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
    text-decoration: none;
  }
  .mobile-menu #main-menu .sub-menu {
    padding: 10px 0 10px 0;
    background: #ffffff;
  }
  .mobile-menu #main-menu .sub-menu > li {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .mobile-menu #main-menu .sub-menu > li:last-child {
    margin-bottom: 0;
  }
  .mobile-menu #main-menu .sub-menu > li > a {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
  }
  .mobile-menu #top-menu {
    margin-bottom: 40px;
  }
  .mobile-menu #top-menu > li {
    margin-bottom: 20px;
  }
  .mobile-menu #top-menu > li:last-child {
    margin-bottom: 0;
  }
  .mobile-menu #top-menu > li > a {
    font-size: 16px;
    line-height: 19px;
  }
  .mobile-menu .social {
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .mobile-menu .social > li {
    margin-right: 40px;
  }
  .mobile-menu .social > li:last-child {
    margin-right: 0;
  }
  .mobile-menu .social > li svg {
    opacity: 0.6;
  }
  .header .search .input {
    width: 100%;
  }
  .wrap {
    margin-top: 40px;
    max-width: 100%;
  }
  .content {
    width: 100%;
    padding-right: 37px;
    padding-left: 37px;
  }
  .home .content,
  .archive .content,
  .single-post .content,
  .content.answers {
    padding-right: 0;
    padding-left: 0;
  }
  .single-post .breadcrumbs,
  .content.answers .breadcrumbs {
    padding-right: 37px;
    padding-left: 37px;
  }
  .home_slider {
    height: 320px;
    margin: 0 auto;
    border-radius: 0;
  }
  .home_slider .slick-list, .home_slider .slide {
    width: 100%;
  }
  .home_slider .slick-list, .home_slider .slick-track, .home_slider .slide {
    height: 320px !important;
  }
  .home_slider .slide {
    border-radius: 0;
  }
  .home_slider .slide .title {
    font-size: 22px;
    line-height: 26px;
    left: 38px;
    bottom: 25px;
    max-width: calc(100% - 76px);
  }
  .chosen_news {
    padding-right: 37px;
    padding-left: 37px;
    margin-bottom: 10px;
  }
  .chosen_news .grid {
    margin-bottom: 30px;
  }
  .news {
    padding-left: 37px;
    padding-right: 37px;
  }
  .home .news .row {
    flex-wrap: nowrap;
  }
  .mobile-slider {
    width: calc(100% + 74px);
    left: -37px;
    padding-bottom: 75px;
  }
  .mobile-slider .slick-list {
    width: 100%;
  }
  .mobile-slider .slick-slide {
    width: calc(100vw - 111px) !important;
    margin: 0 30px 0 0;
  }
  .mobile-slider .slick-dots {
    bottom: 45px;
  }
  .mobile-slider .slick-dots button {
    border: none;
    background: #E1DADA;
  }
  .mobile-slider .slick-dots .slick-active button {
    background: #000000;
  }
  .news__item {
    margin-bottom: 0;
    padding: 0;
    max-height: none;
    min-height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
  }
  .news__item .preview {
    display: block;
    min-width: 100%;
    width: 100%;
    height: 260px;
    margin-right: 0;
    border-radius: 10px 10px 0 0;
    background-position: top center;
    background-size: cover;
  }
  .news__item .body {
    max-width: 100%;
    padding: 20px;
    background: #ffffff;
  }
  .news__item .title {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
  }
  .news__item .label {
    display: none;
  }
  .block-title {
    margin-bottom: 30px;
  }
  .block-title:before {
    display: none
  }
  .block-title span {
    display: block;
    padding-right: 0;
    width: 100%;
    font-size: 36px;
    line-height: 36px;
  }
  .home .articles {
    margin-top: 0;
    padding-left: 37px;
    padding-right: 37px;
  }
  .articles .grid:last-child {
    margin-bottom: 0;
  }
  .home .widgets {
    padding-right: 37px;
    padding-left: 37px;
  }
  .widget {
    margin-bottom: 30px;
  }
  .albums {
    width: 100%;
  }
  .albums_slider {
    height: 240px;
  }
  .albums_slider .slick-list, .albums_slider .slick-track, .albums_slider .slide {
    height: 240px !important;
  }
  .albums_slider .slick-next {
    right: 10px;
  }
  .albums_slider .slick-prev {
    left: 10px;
  }
  .albums_slider .slide .title {
    left: 20px;
    bottom: 16px;
    max-width: calc(100% - 40px);
    margin-bottom: 0;
  }
  .widget.video {
    width: 100%;
  }
  .sidebar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar .widget {
    border-radius: 0;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
  }
  .sidebar .widget .preview {
    border-radius: 0;
  }
  .sidebar .widget .inner {
    padding: 20px 37px 40px 37px;
  }
  .widget.interview .inner {
    padding: 20px 37px 50px 37px;
  }
  .widget.interview p {
    margin-top: 28px;
  }
  .widget .head {
    border-radius: 0;
  }
  .widget.info-block .inner {
    padding: 10px 37px 38px 37px;
  }
  .widget.info-block .title {
    margin-top: 20px;
  }
  .sidebar .widget.banner {
    width: calc(100% - 74px);
    margin: 0 auto;
    margin-bottom: 30px;
    background: transparent;
  }
  .sidebar .widget.banner .preview {
    border-radius: 10px 10px 0 0;
  }
  .sidebar .widget.banner .inner {
    padding: 10px 23px 38px 23px;
  }
  .sidebar .widget.analytics .inner {
    padding: 20px 37px 17px 37px;
  }
  .sidebar .widget.sites .inner {
    padding: 20px 37px 30px 37px;
  }
  .widget.sites a {
    flex-wrap: nowrap;
  }
  .footer {
    margin-top: 40px;
    padding-left: 37px;
    padding-right: 37px;
  }
  .footer__top {
    padding: 36px 40px 8px 40px;
    border-radius: 10px 10px 0 0;
  }
  .footer .logo {
    margin: 0 auto;
    margin-bottom: 51px;
  }
  .footer__menus .menu {
    width: 100%;
    margin-right: 0;
  }
  .footer__menus .menu ul {
    margin-bottom: 30px;
  }
  .footer__middle ul:before {
    left: 35px;
    width: calc(100% - 70px);
  }
  .footer__middle {
    padding-bottom: 64px;
  }
  .footer__middle ul {
    flex-wrap: wrap;
  }
  .footer__middle ul > li {
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .footer__bottom {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 14px;
    line-height: 1.4;
  }
  .full_content  .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
  .full_content {
    padding-left: 37px;
    padding-right: 37px;
  }
  .saints h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .saints__patrons .grid {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .saints__patrons .grid .preview {
    height: 260px;
  }
  .saints__body {
    background: #ffffff;
    padding: 30px 15px 5px 15px;
    margin-bottom: 30px;
  }
  .saints__body h2, .saints__body h3 {
    margin-bottom: 30px;
  }
  .saints__body table,
  .saints__body table tr,
  .saints__body table td {
    height: auto !important;
    width: 100% !important;
  }
  .saints__body table {

  }
  .saints__body table tr,
  .saints__body table td {
    display: block;
  }
  .saints__body table td img {
    width: 100% !important;
    height: auto !important;
  }
  .saints__list .list-title {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .saints__list {
    margin-top: 0;
  }
  .saints__list .grid {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .article {
    border-radius: 0;
    width: calc(100% + 74px);
    left: -38px;
    padding: 30px 37px 30px 37px;
  }
  .article.numbers {
    width: 100%;
    left: 0;
    padding: 0 37px 30px 37px;
  }
  .article__body img,
  .article__body iframe,
  .article__body video
  {
    max-width: 100% !important;
    height: auto !important;
  }
  .page p {
    margin-bottom: 20px;
  }
  .article__body table td {
    width: 100% !important;
    display: block;
  }
  .article__body table td img {
    margin-bottom: 30px;
  }
  .article .share {
    margin-top: 30px;
  }
  .other_news {
    margin-top: 40px;
  }
  .parent-pageid-41793 .other_news {
    margin-top: 30px;
  }
  .other_news .grid {
    margin-bottom: 30px;
  }
  .other_news .grid:last-child {
    margin-bottom: 0;
  }
  .other_news .news-all {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .structure__info h3, .structure__info p {
    margin-top: 0;
    max-width: 100%;
  }
  .structure__info h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .structure .thumb {
    max-width: 100%;
    margin: 0 auto;
    margin-left: 0;
  }
  .structure__items {
    margin-top: 30px;
    padding: 30px 20px 30px 20px;
  }
  .structure__items .item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .structure__items .item:nth-child(1n), .structure__items .item:nth-child(2n) {
    margin-right: 0;
    width: 100%;
  }
  .structure__single_info {
    padding: 30px 20px 30px 20px;
    margin-top: 30px;
  }
  .structure__single_info p {
    margin-bottom: 20px;
  }
  .persons__info h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .persons__info h2:last-child, .persons__info h3:last-child, .persons__info h4:last-child, .persons__info h5:last-child, .persons__info h6:last-child, .persons__info p:last-child {
    margin-bottom: 30px;
  }
  .persons__list {
    width: 100%;
    padding-bottom:0;
  }
  .person__other {
    margin: 0 auto;
    margin-top: 30px;
  }
  .person__info {
    width: calc(100% + 74px);
    left:  -37px;
    border-radius: 0;
    padding: 30px 37px 30px 37px;
  }
  .person__info .detail-text {
    margin-top: 30px;
  }
  .person__info .row {
    width: 100%;
  }
  .person__info .photo {
    display: block;
    width: 260px;
    height: 260px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .person__info .building {
    display: block;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .person__info .building span {
    margin-top: 5px;
  }
  .person__info .text {
    max-width: 100%;
    margin-top: 30px;
  }

  .btn.more-articles {
    width: 100%;
    margin-right: 0;
  }
  .history__body {
    width: calc(100% + 74px);
    border-radius: 0;
    left: -37px;
    padding: 30px 37px 30px 37px;
    margin-top: 30px;
  }
  .history__links,
  .history__text {
    width: 100%;
  }
  .post_slider .slider__wrap {
    height: 260px !important;
  }
  .post_slider .slick-list, .post_slider .slick-track, .post_slider .slide {
    height: 260px !important;
  }
  .post_slider {
    padding-bottom: 70px;
  }
  .numbers__body img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block;
  }
  .numbers__body table td {
    display: block;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .numbers__body table td:last-child {
    margin-bottom: 0;
  }
  .numbers__body h2 {
    margin-bottom: 30px;
  }
  .article .slider {
    height: 320px;
  }
  .thumbnails .item {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
  .deanery h1 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .deanery__item {
    height: auto;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  .deanery__item a:first-child {
    width: 100%;
  }
  .deanery__item .preview {
    width: 100%;
    height: 260px;
    border-radius: 10px 10px 0 0;
  }
  .deanery__item .text {
    width: 100%;
    height: auto;
    border-radius: 0 0 10px 10px;
    padding: 20px 20px 30px 20px;
  }
  .deanery__list .grid {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .single-building .footer {
    margin-top: 40px;
  }
  .building__text {
    max-width: 100%;
  }
  .building__text img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  .chronology {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .chronology .months,
  .chronology .years {
    scrollbar-width: 0; }
  .chronology .months::-webkit-scrollbar,
  .chronology .years::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .chronology .months {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .chronology .months li {
    margin-right: 20px;
  }
  .category h1.block-title, .page-template-template-tags h1.block-title {
    margin-top: 40px;
    padding-right: 37px;
    padding-left: 37px;
  }
  .category h2.block-title, .page-template-template-tags h2.block-title {
    margin-bottom: 30px;
    padding-right: 37px;
    padding-left: 37px;
  }
  .archive .news__item {
    margin-bottom: 30px;
  }
  .archive .news__item .preview {
    border-radius: 0;
  }
  .archive .news__item .body {
    padding: 20px 37px 30px 37px;
  }
  .archive .news-all {
    width: calc(100% - 74px);
    margin: 0 auto;
  }
  .category .sidebar {
    padding-top: 50px;
  }
  .sidebar .widget.tags {
    padding: 0 37px 20px 37px;
  }
  .single-post .article {
    width: 100%;
    left: 0;
  }
  .single .other_news {
    padding-right: 37px;
    padding-left: 37px;
  }
  .gallery__item {
    margin-bottom: 30px;
    border-radius: 0;
  }
  .gallery__item:last-child {
    margin-bottom: 0;
  }
  .gallery__item .preview {
    border-radius: 0;
  }
  .gallery__item .body {
    padding: 20px 37px 6px 37px;
  }
  .single .full_content .other_news {
    padding-right: 0;
    padding-left: 0;
  }
  .other-gallery .grid {
    width: 100%;
    margin-right: 0;
  }
  .gallery {
    margin-top: 30px;
  }
  .gallery__slide {
    width: 320px !important;
    height: 320px !important;
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
  }
  .answers .block-title {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-right: 37px;
    padding-left: 37px;
  }
  .answers .block-title span,
  .answers .questions .block-title span {
    font-size: 32px;
    line-height: 36px;
  }
  .answers .text img {
    width: 100%;
    height: auto;
  }
  .answers .text p, .answers .text h2, .answers .text h3, .answers .text h4 {
    padding-right: 37px;
    padding-left: 37px;
  }
  .answers .form,
  .answers .questions .themes {
    border-radius: 0;
    padding: 30px 20px 30px 20px;
  }
  .answers .form .input {
    width: 100%;
    margin-bottom: 30px;
  }
  .answers .questions .block-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .answers .comments .item.level-1,
  .answers .comments .item.level-2 {
    max-width: 100%;
    border-radius: 0;
  }
  .answers .comments .item.level-2 {
    margin-left: 0;
    width: 100%;
  }
  .answers .comments .item.level-2:before {
    right: 15px;
  }
  .answers .comments .item.level-1 .head,
  .answers .comments .item.level-2 .head {
    padding: 11px 20px 11px 20px;
  }
  .answers .comments .item.level-1 .body {
    padding: 20px 20px 7px 20px;
  }
  .answers .comments .item.level-2 .body {
    padding: 20px 20px 30px 30px;
  }
  .thematic img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
  .thematic .news__item {
    margin-bottom: 30px;
  }
  .thematic .news__item:last-child {
    margin-bottom: 0;
  }
  .sidebar.other {
    margin-top: 50px;
  }
  .page-template-template-worships h1 {
    margin-top: 30px;
  }
  .worships {
    margin-top: 30px;
    max-width: 100%;
  }
  .worships__item {
    margin-bottom: 30px;
  }
  .worships__item:last-child {
    margin-bottom: 0;
  }
  .worships__item .body {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
  }
  .worships__item .body .preview {
    width: 100%;
    height: 180px;
    border-radius: 10px 10px 0 0;
  }
  .worships__item .body .text {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .content.projects {
    padding-left: 37px;
    padding-right: 37px;
  }
  .projects__body img,
  .slovo .page-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
  .projects__body img.size-full {
    margin-bottom: 20px;
  }
  .projects__list {
    margin-top: 30px;
  }
  .contacts h1 {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .contacts__info {
    max-width: 100%;
    margin-right: 0;
  }
  .contacts .departments {
    margin-top: 30px;
    width: calc(100%  + 74px);
    left: -37px;
    padding: 30px 37px 30px 37px;
    border-radius: 0;
  }
  .contacts .departments .item {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .page-template-template-slovo .news__item {
    margin-bottom: 30px;
  }
}
.images-section .round-image {
	margin: 0 12px 12px 0;
	height: 133px;
	position: relative;
}
.round-image {
	position: relative;
	display: inline-block;
	max-width: 100%;
	background: none;
}
.article-blogmeta-single {
  margin-bottom: 14px;
  font-style: italic;
  width: 100%;
  text-align: right;
}