<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


/* Start:/bitrix/templates/main/template_styles.css*/
* {
  outline: none; }

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
/*font: inherit;*/
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 9999px; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

body {
  font: 14px/18px Arial, sans-serif;
  width: 100%;
  height: 100%;
  background: url('/bitrix/templates/main/image/elements/enter-vizual-image.jpg') no-repeat center top; }
  body.main-vizual {
    background: url('/bitrix/templates/main/image/elements/vizual-image.jpg') no-repeat center top; }

.btn-style {
  position: relative;
  background: url('/bitrix/templates/main/image/elements/btn-style-bg.png') repeat-x 0 0;
  border: 1px solid #446e8b;
  border-top-color: #1c4f73;
  border-bottom-color: #1c4f73;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.29);
  font: bold 14px Arial;
  text-transform: uppercase;
  padding: 7px 12px 8px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  color: #fff; }
  .btn-style:hover {
    background-position: 0 -33px; }

input[type="text"], input[type="password"], textarea {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 5px 15px 4px;
  background: #e0e0e0;
  border: 2px solid transparent;
  border-top-color: #cccccc; }
  input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background: #fff;
    border-color: #cccccc; }
  input[type="text"].error, input[type="password"].error, textarea.error {
    border: 2px solid #f11f03;
    background: #fff; }
  input[type="text"].active-input, input[type="password"].active-input, textarea.active-input {
    background: #b9b9b9;
    border: 2px solid transparent;
    color: #010101; }
    input[type="text"].active-input:focus, input[type="password"].active-input:focus, textarea.active-input:focus {
      border: 2px solid #b9b9b9;
      background: #fff; }

textarea {
  resize: none;
  height: 16px;
  font-size: 12px;
  overflow-y: hidden;
  font: 14px/18px Arial, sans-serif; }

.wrapper {
  width: 982px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%; }

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 225px;
  position: relative;
  cursor: default; }
  .header .main-logo {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 510px;
    height: 42px;
    margin-left: -255px; }
  .header .icona-left {
    position: absolute;
    width: 134px;
    height: 162px;
    background: url('/bitrix/templates/main/image/elements/ikon-head-left.png') no-repeat;
    top: 22px;
    left: 0; }
  .header .icona-right {
    position: absolute;
    width: 134px;
    height: 162px;
    background: url('/bitrix/templates/main/image/elements/ikon-head-right.png') no-repeat;
    top: 22px;
    right: 0; }
  .header .header-title {
    position: absolute;
    width: 446px;
    top: 149px;
    left: 50%;
    line-height: 22px;
    margin-left: -223px;
    color: #1e4966;
    font-size: 18px;
    text-align: center; }
  .header .nav-header {
    position: absolute;
    width: 690px;
    top: 91px;
    left: 50%;
    margin-left: -345px; }
    .header .nav-header li {
      position: relative;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top: 2px solid transparent;
      border-bottom: 1px solid transparent;
      float: left; }
      .header .nav-header li:hover .dropdown {
        display: block; }
      .header .nav-header li a {
        font-weight: bold;
        text-decoration: none;
        font-size: 18px;
        padding: 4px 13px 8px;
        display: block;
        color: #1e4966; }
      .header .nav-header li.active {
        background: #adcdd6;
        border-top-color: #8aafbb;
        border-bottom-color: #fff; }
        .header .nav-header li.active a {
          color: #fff; }
      .header .nav-header li .dropdown {
        display: none;
        position: absolute;
        top: 36px;
        left: 0;
        width: 170px;
        border: 1px solid #b0c0c8;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
        background: #fff;
        padding: 4px 2px; }
        .header .nav-header li .dropdown:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 6px;
          background: url('/bitrix/templates/main/image/elements/arrow-dropdown.png') no-repeat center;
          top: -6px;
          left: 0; }
        .header .nav-header li .dropdown li {
          float: none;
          border: none; }
          .header .nav-header li .dropdown li a {
            font-size: 12px;
            font-weight: normal;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            line-height: 15px;
            padding: 3px 6px;
            background: #fff;
            color: #1e4966; }
            .header .nav-header li .dropdown li a:hover {
              background: #e8ecef; }

/* Middle
-----------------------------------------------------------------------------*/
.content {
  padding: 0 0 127px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }
  .content h1 {
	line-height: 28px;
	text-shadow: #FFF 1px 1px 7px;
    color: #1e4966;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    cursor: default; }
  .content .item-news-all {
    margin-bottom: 42px; }
    .content .item-news-all .item-news {
      margin-bottom: 25px; }
  .content .page-nav {
    cursor: default; }
    .content .page-nav span {
      color: #3c3c3c; }
    .content .page-nav ul {
      display: inline-block;
      margin-bottom: -6px; }
      .content .page-nav ul li {
        float: left;
        position: relative;
        margin: 0 5px; }
        .content .page-nav ul li.active {
          color: #113650;
          border-bottom: 1px solid #113650; }
        .content .page-nav ul li a {
          color: #3c3c3c;
          text-decoration: none;
          padding: 0 3px; }
  .content .news-more-box {
    margin-bottom: 78px; }
    .content .news-more-box .news-more {
      border: 1px solid #c4c4c4;
      background: #fff;
      background: rgba(255, 255, 255, 0.9);
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      cursor: default;
      overflow: hidden;
      padding: 20px 14px 15px 17px;
      margin-left: 16px;
      width: 747px;
      float: left; }
      .content .news-more-box .news-more:first-child {
        margin-left: 0; }
      .content .news-more-box .news-more figure {
        margin: 0 20px 20px 0;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        float: left; }
        .content .news-more-box .news-more figure img {
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px; }
      .content .news-more-box .news-more article {
        overflow: hidden;
        margin-top: -3px; }
        .content .news-more-box .news-more article a {
          display: block;
          margin-bottom: 13px;
          color: #113650; }
          .content .news-more-box .news-more article a:hover {
            text-decoration: none; }
        .content .news-more-box .news-more article header time {
          display: block;
          font-family: Arial;
          font-weight: bold;
          margin-bottom: 3px;
          color: #3c3c3c; }
        .content .news-more-box .news-more article footer p {
          color: #3c3c3c;
          margin-bottom: 15px; }
    .content .news-more-box .prev-all-news {
      display: inline-block;
      margin: 18px 0;
      color: #113650; }
      .content .news-more-box .prev-all-news:hover {
        text-decoration: none; }
    .content .news-more-box.left-sidebar .news-more {
      width: 747px; }
    .content .news-more-box.left-sidebar .prev-all-news {
      margin-left: 235px; }
  .content .contact {
    margin-bottom: 85px; }
    .content .contact .contact-content {
      border: 1px solid #c4c4c4;
      background: #fff;
      background: rgba(255, 255, 255, 0.9);
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      cursor: default;
      overflow: hidden;
      padding: 15px 20px 15px;
      width: 985px; }
      .content .contact .contact-content .contact-content-left {
        width: 635px;
        padding: 10px 0 10px 8px;
        float: left; }
        .content .contact .contact-content .contact-content-left article {
          margin-bottom: 38px; }
          .content .contact .contact-content .contact-content-left article header {
            font: normal 18px Arial;
            margin-bottom: 16px;
            color: #1f4a67; }
          .content .contact .contact-content .contact-content-left article footer {
            color: #58585a; }
        .content .contact .contact-content .contact-content-left .article-rows {
          *zoom: 1; }
          .content .contact .contact-content .contact-content-left .article-rows:before, .content .contact .contact-content .contact-content-left .article-rows:after {
            content: " ";
            display: table; }
          .content .contact .contact-content .contact-content-left .article-rows:after {
            clear: both; }
          .content .contact .contact-content .contact-content-left .article-rows article {
            float: left; }
            .content .contact .contact-content .contact-content-left .article-rows article.phones {
              width: 300px; }
              .content .contact .contact-content .contact-content-left .article-rows article.phones span {
                margin-right: 8px; }
            .content .contact .contact-content .contact-content-left .article-rows article.lavka {
              width: 172px; }
            .content .contact .contact-content .contact-content-left .article-rows article header {
              margin-bottom: 10px; }
        .content .contact .contact-content .contact-content-left .map {
          position: relative;
          width: 635px;
          height: 227px;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
          overflow: hidden; }
      .content .contact .contact-content .contact-content-aside {
        width: 269px;
        float: right; }
        .content .contact .contact-content .contact-content-aside form {
          position: relative;
          width: 269px;
          height: 100%;
          margin-bottom: 70px;
          background: #fff;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px;
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
          border: 1px solid #cecece;
          background: url('/bitrix/templates/main/image/elements/contact-form-bg.png') repeat;
          padding: 22px 23px; }
          .content .contact .contact-content .contact-content-aside form .title-form {
            display: block;
            font-size: 18px;
            margin-bottom: 14px;
            cursor: default;
            color: #1f4a67; }
          .content .contact .contact-content .contact-content-aside form fieldset {
            display: block;
            margin-bottom: 19px; }
            .content .contact .contact-content .contact-content-aside form fieldset label {
              display: block;
              margin-bottom: 10px;
              color: #464646; }
              .content .contact .contact-content .contact-content-aside form fieldset label span {
                color: #ff0000; }
            .content .contact .contact-content .contact-content-aside form fieldset input[type="text"],
            .content .contact .contact-content .contact-content-aside form fieldset input[type="password"] {
              width: 186px; }
            .content .contact .contact-content .contact-content-aside form fieldset textarea {
              width: 186px; }
            .content .contact .contact-content .contact-content-aside form fieldset.last {
              text-align: center;
              margin-bottom: 0; }
          .content .contact .contact-content .contact-content-aside form .popup-block-close {
            position: absolute;
            right: 10px;
            top: 10px; }
  .content .news-left-sidebar {
    float: left;
    margin-right: 16px; }
    .content .news-left-sidebar ul {
      background: #fff;
      border: 1px solid #C4C4C4;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      overflow: hidden;
      width: 219px; }
      .content .news-left-sidebar ul li {
        border-top: 1px solid #c4c4c4; }
        .content .news-left-sidebar ul li:first-child {
          border-top: none; }
        .content .news-left-sidebar ul li:hover {
          background-color: #0b4972;
          background-image: -webkit-linear-gradient( #0b4972, #135e90);
          background-image: linear-gradient( #0b4972, #135e90); }
          .content .news-left-sidebar ul li:hover a {
            color: #fff; }
        .content .news-left-sidebar ul li.active {
          background-color: #0b4972;
          background-image: -webkit-linear-gradient( #0b4972, #135e90);
          background-image: linear-gradient( #0b4972, #135e90); }
          .content .news-left-sidebar ul li.active a {
            color: #fff; }
        .content .news-left-sidebar ul li a {
          display: block;
          padding: 11px 17px 12px;
          text-decoration: none;
          font-size: 14px;
          font-weight: bold;
          color: #3c3c3c; }
  .content .content_text {
    border: 1px solid #C4C4C4;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    cursor: default;
    overflow: hidden;
    padding: 15px 20px;
    width: 747px;
    float: left; }

.index-content {
  overflow: hidden;
  margin: 372px 0 53px; }
  .index-content .index-news {
    margin: 0 0 53px;
    *zoom: 1; }
    .index-content .index-news:before, .index-content .index-news:after {
      content: " ";
      display: table; }
    .index-content .index-news:after {
      clear: both; }
    .index-content .index-news.overflow {
      overflow: hidden;
      padding-top: 40px; }
    .index-content .index-news .index-news-box {
      float: left;
      background: #fff;
      background: rgba(255, 255, 255, 0.9);
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border: 1px solid #fff;
      cursor: default;
      width: 610px; }
      .index-content .index-news .index-news-box.grey-border {
        border-color: #e6e6e5; }
      .index-content .index-news .index-news-box .news-box-title {
        padding: 15px 17px 6px; }
        .index-content .index-news .index-news-box .news-box-title span {
          font-weight: bold;
          font-size: 18px;
          color: #113650; }
        .index-content .index-news .index-news-box .news-box-title a {
          font-weight: bold;
          font-size: 18px;
          color: #113650;
          float: right; }
          .index-content .index-news .index-news-box .news-box-title a:hover {
            text-decoration: none; }
      .index-content .index-news .index-news-box article {
        border-top: 1px dotted #c1c2be;
        padding: 11px 17px 16px;
        color: #3c3c3c; }
        .index-content .index-news .index-news-box article time {
          font-weight: bold;
          font-family: Arial; }
        .index-content .index-news .index-news-box article.first {
          border-top: none; }
    .index-content .index-news .index-news-aside {
      float: right;
      background: #fff;
      position: relative;
      background: rgba(255, 255, 255, 0.9);
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border: 1px solid #fff;
      padding: 12px 20px;
      cursor: default;
      color: #3c3c3c;
      width: 358px; }
      .index-content .index-news .index-news-aside.full-image {
        padding: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px; }
      .index-content .index-news .index-news-aside header {
        width: 215px;
        line-height: 22px;
        margin-bottom: 9px;
        font-weight: bold;
        font-size: 18px;
        color: #113650; }
      .index-content .index-news .index-news-aside p {
        width: 150px;
        font-size: 13px; }
      .index-content .index-news .index-news-aside .priest {
        position: absolute;
        width: 176px;
        height: 259px;
        bottom: 0;
        right: 3px; }
      .index-content .index-news .index-news-aside img.full {
        width: 358px;
        height: auto; }
  .index-content .item-news {
    margin: 35px 0; }

.item-news {
  *zoom: 1; }
  .item-news:before, .item-news:after {
    content: " ";
    display: table; }
  .item-news:after {
    clear: both; }
  .item-news .item-news-box {
    border: 1px solid #c4c4c4;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: default;
    overflow: hidden;
    padding: 15px 14px 15px 17px;
    margin-left: 16px;
    width: 483px;
    float: left; }
    .item-news .item-news-box:first-child {
      margin-left: 0; }
    .item-news .item-news-box &gt; header {
      margin-bottom: 12px; }
      .item-news .item-news-box &gt; header span {
        font-weight: bold;
        font-size: 18px;
        color: #113650; }
      .item-news .item-news-box &gt; header &gt; a {
        display: inline-block;
        margin-top: -2px;
        font-weight: bold;
        font-size: 13px;
        color: #113650;
        float: right; }
        .item-news .item-news-box &gt; header &gt; a:hover {
          text-decoration: none; }
    .item-news .item-news-box &gt; footer figure {
      width: 140px;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      float: left; }
      .item-news .item-news-box &gt; footer figure img {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px; }
    .item-news .item-news-box &gt; footer article {
      width: 296px;
      max-height: 141px;
      overflow: hidden;
      margin-top: -3px;
      float: right; }
      .item-news .item-news-box &gt; footer article a {
        display: block;
        margin-bottom: 13px;
        color: #113650; }
        .item-news .item-news-box &gt; footer article a:hover {
          text-decoration: none; }
      .item-news .item-news-box &gt; footer article header time {
        display: block;
        font-weight: bold;
        margin-bottom: 3px;
        color: #3c3c3c; }
      .item-news .item-news-box &gt; footer article footer p {
        color: #3c3c3c; }

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  position: absolute;
  width: 100%;
  height: 127px;
  margin: -127px auto 0;
  background: url('/bitrix/templates/main/image/elements/vizual-footer-image.jpg') no-repeat center bottom; }
  .footer .footer-container {
    position: relative;
    border-top: 1px solid #bdbebd;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    cursor: default;
    width: 982px; }
    .footer .footer-container .copyright {
      float: left;
      color: #3c3c3c; }
    .footer .footer-container .footer-nav {
      float: right; }
      .footer .footer-container .footer-nav li {
        float: left;
        text-align: right;
        margin-left: 31px; }
        .footer .footer-container .footer-nav li a {
          color: #3c3c3c;
          text-decoration: none; }
          .footer .footer-container .footer-nav li a:hover {
            text-decoration: underline; }

			
.iframe-block{
border: 1px solid #E6E6E5 !important;
border-top-left-radius: 4px !important;
border-top-right-radius: 4px !important;
border-bottom-left-radius: 4px !important;
border-bottom-right-radius: 4px !important;
padding: 14px 17px !important;
}
.iframe-block b{
font-weight: bold;
}
.iframe-block i{
font-style: italic;
}
.iframe-block a{
color: #008000;
}
/* End */
/* /bitrix/templates/main/template_styles.css */
</pre></body></html>