﻿@charset "windows-1251";
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700&subset=latin,cyrillic);
/* --------------- Style to null --------------- */
*{-webkit-text-size-adjust: none; }
*{-moz-box-sizing:border-box;box-sizing:border-box;}html,body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,a,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{-webkit-tap-highlight-color: rgba(0,0,0,0); border:0;outline:0;vertical-align:baseline;background:transparent;font-size:100%;margin:0;padding:0;}a{background:transparent;}table{border-collapse:collapse;border-spacing:0;}td,td img{vertical-align:top;}input,select,button,textarea{font-size:12px;font-family:Arial, Helvetica, sans-serif;margin:0;}input[type="text"],input[type="password"],textarea,input[type="email"],input[type="phone"],input[type="number"]{font:12px Arial, Helvetica, sans-serif;padding:0;}input[type="checkbox"]{vertical-align:bottom;}input[type="radio"]{vertical-align:text-bottom;}sub{vertical-align:sub;font-size:smaller;}sup{vertical-align:super;font-size:smaller;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}ul,ol{list-style:none;}html{overflow-y:scroll;overflow-x:auto;}html,body{height:100%;}body{line-height:1;color:#000;text-align:left;z-index:1;position:relative;}input [type='text']{padding:0;}textarea{resize:none;overflow:auto;}label,input[type="button"],input[type="submit"],button{cursor:pointer;}input[type="button"],input[type="reset"],input[type="submit"],button,input[type="text"],input[type="password"],textarea,input[type="email"],input[type="tel"],input[type="phone"],input[type="number"]{-webkit-appearance:none;}a,a:visited,a:hover,a:focus,a:active{text-decoration:none;}input[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border:0;padding:0;}input:invalid{outline:none;-moz-box-shadow:none;border:none;}::-ms-clear{display:none;}input,textarea,input[type="search"]:focus,:focus{outline:none;}
/* --------------- Style to null --------------- */

/*
    main styles
    version: 15.01.2013

    placeholder

    fonts

    site

    logo
*/

/* --------------- placeholder --------------- */
::-webkit-input-placeholder {
    color: #343434;
}
:-moz-placeholder {
    color: #343434;
}
.placeholder {
    color: #343434;
}
/* --------------- /placeholder --------------- */

/* --------------- fonts --------------- */
@font-face {
    font-family: "Blagovest";
    src: url("../fonts/blago.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Oswald Light";
    src: url("../fonts/Oswald-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
/* --------------- /fonts --------------- */

/* ------------ btn ------------ */
.btn {
    display: inline-block;
    padding: 5px 39px 8px;
    border: 1px solid #b0b0b0;
    font-size: 14px;
    color: #202020;
    -webkit-transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, border 0.4s ease;
}
.btn:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
/* ------------ /btn ------------ */

/* --------------- site --------------- */
.site {
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 100%;
    min-width: 320px;
    font-family: 'PT Sans', sans-serif;
    color: #202020;
    font-size: 16px;
    line-height: 24px;
    background: #ffffff;
}
.site:after {
    display: block;
    width: 100%;
    height: 500px;
    clear: both;
    content: '';
}
.site__content {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
    padding: 34px 20px;
}
.site__header {
    position: relative;
    z-index: 3;
    padding-top: 70px;
    font-family: "Oswald Light", sans-serif;
}
.site__header-items{
    position: relative;
    z-index: 1;
    background: url('../pics/header-bg1.jpg') no-repeat;
    background-size: cover !important;
    background-position: center;
}
.site_inner .site__header-items{
    background: url('../pics/header-bg1.jpg') no-repeat top center;
}
.site__header-items>div{
    position: relative;
    max-width: 1200px;
    padding: 20px 20px 40px;
    margin: 0 auto;
}
.site__header-slogan{
    padding: 11px 19px;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 28px;
    color: #f7f8f9;
    text-transform: uppercase;
}
.site__header-phone{
    max-width: 438px;
    padding: 12px 19px 11px 16px;
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 20px;
    color: #004b7d;
    background: rgba(255,255,255,0.68);
}
.site__header-phone a{
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding: 0 0 0 48px;
    margin: 0 1px 0 0;
    font-size: 24px;
    line-height: 24px;
    color: #004b7d;
    cursor: default;
}
.site__header-phone a:after{
    position: absolute;
    top: -4px;
    left: 0;
    width: 32px;
    height: 32px;
    background: url("../img/phone-icon.png") no-repeat top left;
    content: '';
}
.site__header-search{
    max-width: 438px;
    font-size: 18px;
    line-height: 20px;
}
.site__header-search>*{
    display: inline-block;
    vertical-align: top;
}
.site__header-search input{
    padding: 10px 4px;
    margin: 0 9px 0 0;
    width: 70%;
    height: 30px;
    border: none;
    font-size: 14px;
    line-height: 14px;
    color: #343434;
    background: url("../img/search.png") no-repeat 95% center #fff;
}
.site__header-search button{
    padding: 5px 10px;
    width: 25%;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    background: #0280c5;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Oswald Light", sans-serif;
    -webkit-transition: background 0.3s, background .3s;
    transition: background 0.3s, background .3s;
}
.site__header-search button:hover{
    background: #01466d;
}
.site__title{
    margin-bottom: 24px;
    padding-bottom: 17px;
    border-bottom: 1px solid #aeaeae;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Oswald Light", sans-serif;
    text-transform: uppercase;
}
.site__subtitle{
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 27px;
    font-weight: 400;
    font-family: "Oswald Light", sans-serif;
}
.site__subtitle a{
    color: inherit;
}
.site__subtitle a:hover{
    text-decoration: underline;
}
.site__time{
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-family: 'PT Sans', sans-serif;
}
.site__link{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 6px 9px 0;
    font-size: 14px;
    line-height: 20px;
    color: #1161ba;
    text-decoration: underline;
}
.site__elem-right{
    text-align: right;
}
.site__main-paragraph{
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Oswald Light", sans-serif;
    letter-spacing: 1.1px;
}
.site__main-paragraph a{
    color: inherit;
}
.site__main-paragraph a:hover{
    text-decoration: underline;
}
.site__footer {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    height: 500px;
    background: #f6f9fb;
}
.site__footer-layout {
    width: 100%;
    /*height: 500px;*/
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px 56px;
}
.site__footer-menu{
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Oswald Light", sans-serif;
}
.site__footer-menu li{
    margin: 0 0 12px;
}
.site__footer-menu a{
    color: #202020;
}
.site__footer-menu a:hover{
    text-decoration: underline;
}
.site__footer-info{
    margin: 0 0 30px;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
}
.site__footer-info dt{
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
}
.site__footer-info dd{
    display: inline-block;
    vertical-align: top;
}
.site__footer-info a{
    color: #202020;
    cursor: default;
}
.site__footer-info a:first-child:hover{
    text-decoration: underline;
    cursor: pointer;
}
.site__footer-copyright{
   /* position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;*/
	margin-top:20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.site__aside{
    padding: 31px 22px;
    margin: 0 0 20px;
    background: #f6f6f6;
}
.site__content-inner{
    overflow: hidden;
}
/* --------------- /site --------------- */

/* --------------- /site --------------- */
.menu-btn{
    position: absolute;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 4;
    display: block;
    padding: 0;
    background: none;
    border: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.menu-btn span{
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    display: block;
    height: 4px;
    margin-top: -2px;
    background: #bdbdbd;
    font-size: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.menu-btn span:before,
.menu-btn span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #bdbdbd;
    content: '';
    -webkit-transition: -webkit-transform 0.3s, background .3s;
    transition: transform 0.3s, background .3s;
}
.menu-btn span:after {
    -webkit-transform: translateY(220%);
    transform: translateY(220%);
}
.menu-btn span:before {
    -webkit-transform: translateY(-220%);
    transform: translateY(-220%);
}
.menu-btn:hover span,
.menu-btn:hover span:before,
.menu-btn:hover span:after {
    background: #00629c;
}
.menu-btn.opened span {
    background-color: transparent;
}
.menu-btn.opened span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-btn.opened span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.menu-btn.opened span:before,
.menu-btn.opened span:after {
    background: #6c6c6c;
}
/* --------------- /site --------------- */

/* --------------- header__menu --------------- */
.header__menu{
    display: none;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-family: "Oswald Light", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    color: #161616;
}
.header__menu>ul{
    position: relative;
}
.header__menu a{
    display: block;
    position: relative;
    padding: 10px 20px;
    color: #161616;
}
.header__menu a:hover{
    text-decoration: underline;
}
.header__menu span{
    display: none;
    position: absolute;
    top: 50%;
    width: 2px;
    height: 18px;
    background: #cacaca;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header__menu>ul>li:last-child span{
    display: none;
}
.header__menu>ul>li>ul{
    display: none;
    position: relative;
    padding: 0 0 0 20px;
}
.header__menu>ul>li>ul a{
    text-transform: none;
    font-size: 16px;
    line-height: 21px;
    color: #202020;
    font-family: 'PT Sans', sans-serif;
}
.header__menu>ul>li>ul a:hover,
.header__menu>ul>li>ul a.active{
    background: #0280c5;
    color: #fff;
    text-decoration: none;
}
/* --------------- /header__menu --------------- */

/* --------------- logo --------------- */
.logo {
    position: relative;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 300px;
}
.logo img{
    display: block;
    width: 100%;
    height: auto;
}
/* --------------- /logo --------------- */
.nullplus{
	width:2%;
	height:2%;
	position:absolute;
	top:3%;
	right:3%;
	overflow:hidden;
}
.nullplus {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 7%;
    right: 2%;
    overflow: hidden;
    z-index: 300;
}
.nullplus img{
	width:100%
}
/* --------------- main-news --------------- */
.main-news{
    position: relative;
    z-index: 1;
    margin: 0 0 32px;
    overflow: hidden;
}
.main-news img{
    display: inline-block;
    width: 100%;
    height: auto;
}
.main-news__pic{
    margin: 0 auto 30px;
    text-align: center;
    overflow: hidden;
    max-width: 533px;
}
.main-news .site__link{
    margin: -6px 10px 0;
}
.main-news__share .social-networks{
    margin: 0 0 0 10px;
}
.main-news__share{
    margin: 0 0 25px 0;
    max-width: 633px;
    overflow: hidden;
}
.main-news__author{
    display: block;
    position: relative;
    z-index: 2;
    max-width: 300px;
}
.main-news__author a{
    color: #202020;
}
.main-news__author a:hover{
    text-decoration: underline;
}
.main-news_inner .site__time{
    margin: 0 0 9px;
}
.main-news_inner .site__title{
    margin: 0 0 13px;
}
.main-news_inner .main-news__share{
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 23px;
}
.main-news_inner .site__title {
    padding-right: 0;
}
.main-news_inner cite{
    display: block;
    padding: 106px 25px 21px;
    background: url("../img/quotes.png") no-repeat 18px 22px #f8f8f8;
    font-style: normal;
    margin: 0 0 39px 20px;
}
.main-news_inner cite span{
    display: block;
    margin: 0 0 21px;
}
.main-news_inner .main-news__text{
    line-height: 21px;
}
.main-news_inner .main-news__text p{
    margin: 0 0 21px;
}
/* --------------- /main-news --------------- */

/* --------------- newslist --------------- */
.newslist{
    margin: 0 0 35px;
}
.newslist img{
    display: block;
    height: auto;
    min-height: 177px;
    width: 335px;
}
.newslist .site__title{
    margin-bottom: 17px;
}
.newslist__items{
    margin-bottom: 20px;
}
.newslist .site__time{
    margin: 0 0 11px 8px;
}
.newslist .site__main-paragraph{
    color: #0079bc;
}
.newslist__pic {
    margin: 0 auto 17px;
    overflow: hidden;
    max-width: 100%;
    width: 335px;
    height: 177px;
}
.newslist__pic img{
	width: 335px;
	height:auto;
	transition:transform 0.5s ease;
}
.newslist__pic:hover img{
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
}

.newslist_four {
    padding: 28px 0 0 0;
	}

.newslist_four .newslist__items{
    font-size: 14px;
    line-height: 18px;
    width: 278px  !important;
	float:left;
	text-align:left;
}
.newslist_four .newslist__pic{
    height: 152px;
    margin: 0 auto 11px;
    width: 257px;
	overflow:hidden;
}
.newslist_four .site__time {
    margin: 0 0 6px 1px;
}
.newslist_four .site__link{
    font-size: 12px;
}
.newslist_four .site__main-paragraph_black {
    color: #202020;
}
.newslist_four img {
    width: 257px;
    min-height: 152px;
	height:auto;
}
/* --------------- /newslist --------------- */

/* --------------- see-also --------------- */
.see-also{
    font-size: 16px;
    line-height: 21px;
}
.see-also a{
    display: inline-block;
    vertical-align: top;
    color: #202020;
}
.see-also>a{
    margin: 0 0 15px;
    text-decoration: underline;
}
.see-also>a:hover{
    text-decoration: none;
}
.see-also ul a{
    display: inline;
}
.see-also li{
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 0 32px;
    font-style: italic;
}
.see-also li:before{
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #0479c8;
    content: '';
}
.see-also li a:hover{
    text-decoration: underline;
}
/* --------------- /see-also --------------- */

/* --------------- word-archpastor --------------- */
.word-archpastor .site__title{
    margin-bottom: 17px;
}
.word-archpastor .site__time{
    margin: 0 0 11px 8px;
}
.word-archpastor__pic {
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
    height: 296px;
    overflow: hidden;
}
.word-archpastor__pic img{
    width: 525px;
    height: auto;
    min-height: 296px;
		transition:transform 0.5s ease;
}
.word-archpastor__pic:hover img{
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
}
.word-archpastor .site__main-paragraph{
    margin-bottom: 18px;
}
.word-archpastor .site__elem-right{
    padding: 6px 0 4px;
}
.word-archpastor__img{
    max-width: 525px;
    height: 296px;
    margin: 0 auto 24px;
    overflow: hidden;
}
/* --------------- /word-archpastor --------------- */

/* --------------- notice --------------- */
.notice .site__title{
    margin-bottom: 17px;
}
.notice .site__time{
    margin: 0 0 11px 8px;
}
.notice img{
    display: block;
    width: 525px;
    height: auto;
    min-height: 296px;
}
.notice .site__main-paragraph{
    margin-bottom: 18px;
}
.notice .site__elem-right{
    padding: 6px 0 4px;
}
.notice__img{
    max-width: 525px;
    height: 296px;
    margin: 0 auto 24px;
    overflow: hidden;
}
/* --------------- /notice --------------- */

/* --------------- multimedia --------------- */
.multimedia {
    margin: 0 0 30px;
}
.multimedia .site__title{
    margin: 0 0 34px;
}
.multimedia>div{
    overflow: hidden;
}
.multimedia__item{
    position: relative;
    float: left;
    width: 50%;
    padding: 3px;
    width: 274px;
    height:192px;
    overflow:hidden;
}
.multimedia_main{
    width:553px;
    height:384px;
}
.multimedia__item img{
    display: block;
    width: 100%;
    height: auto;
    min-width:274px;
    min-height:192px;
}
.multimedia_main img{
    min-width:553px;
    min-height:384px;
}
.multimedia_main{
    width: 100%;
}
.multimedia__item:before{
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: rgba(0,0,0,1);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    content: '';
}
.multimedia__item:hover:after{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.multimedia__item:hover:before{
    opacity: 0.4;
}
.multimedia__item>div {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    overflow: hidden;
}
.multimedia__item-photo {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 27px;
    height: 19px;
    background: url("../pics/camera-icon.png") no-repeat;
    z-index: 2;
    -webkit-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
    text-indent: 9999px;
}
.multimedia__item-video {
    position: absolute;
    top: 39px;
    right: 16px;
    width: 25px;
    height: 17px;
    background: url("../pics/video-icon.png") no-repeat;
    z-index: 2;
    -webkit-transition: opacity 100ms linear;
    transition: opacity 100ms linear;
    text-indent: 9999px;
}
.multimedia__item-photo:hover,
.multimedia__item-video:hover{
   opacity: 0.7;
}
.multimedia__item-info {
    opacity: 0;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 9px;
    left: 0;
    padding: 15px 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
.multimedia__item:hover .multimedia__item-info {
    opacity: 1;
}
.multimedia__item-info>div{
    padding: 0 10px;
    max-width: 277px;
    margin: 0 auto;
}
.multimedia_main .multimedia__item-info>div{
    max-width: 320px;
}
.multimedia__item-text {
    overflow: hidden;
    height: 50px;
    font-size: 18px;
    line-height: 24px;
    font-family: "Oswald Light", sans-serif;
	color:#444;
}
.multimedia__item-text  a{
	color:#444;
}
.multimedia_main .multimedia__item-text {
    font-size: 21px;
}
.multimedia__item-info .site__time{
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 7px 0;
}
.multimedia__item-count {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 22px;
    font-size: 14px;
    line-height: 20px;
    min-height: 14px;
    background: url("../pics/reviews.png") no-repeat left center;
}
/* --------------- /multimedia --------------- */

/* --------------- social-networks --------------- */
.social-networks{
    cursor: default;
    display: inline-block;
    vertical-align: middle;
}
.social-networks a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 28px;
    margin-left: 5px;
    border-radius: 6px;
    text-indent: -9999px;
}
.social-networks a:first-child{
    margin-left: 0;
}
.social-networks a:before {
    content: '';
    position: absolute;
    border: #d2cbce solid 3px;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border-radius: 6px;
    opacity: 0;
}
.social-networks a:hover:before,
.social-networks a:focus:before,
.social-networks a:active:before {
    -webkit-animation: out .8s ease;
    animation: out .8s ease;
}
.social-networks-vk{
    background: url("../img/vk.jpg") no-repeat;
}
.social-networks-od{
    background: url("../img/od.jpg") no-repeat;
}
.social-networks-utube{
    background: url("../img/youtube.jpg") no-repeat;
}
.social-networks-fb{
    background: url("../img/facebook.jpg") no-repeat;
}
.social-networks-google{
    background: url("../img/google.jpg") no-repeat;
}
@-webkit-keyframes out {
    0%{
        opacity: .5;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}
@keyframes out {
    0%{
        opacity: .5;
    }
    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

/* --------------- /social-networks --------------- */

/* --------------- breadcrumbs --------------- */
.breadcrumbs{
    margin: 0 0 19px;
    color: #202020;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
}
.breadcrumbs a{
    position: relative;
    z-index: 1;
    margin: 0 13px 0 0;
    color: #202020;
}
.breadcrumbs a:after{
    position: absolute;
    right: -13px;
    top: 2px;
    font-size: 19px;
    line-height: 19px;
    color: #202020;
    content: '/';
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.breadcrumbs span{
    color: #0d5a9c;
    cursor: default;
}
/* --------------- /breadcrumbs --------------- */

@media (min-width: 768px) {

    /* --------------- site --------------- */
    .site__header-items{
        min-height: 450px;
    }
    .site__header-items>div{
        padding: 103px 44px 0;
    }
    .site__header-slogan{
		font-size: 50px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0.3rem;
    }
    .site__header-search input{
        width: 248px;
    }
    .site__header-search button{
        width: 78px;
    }
    .site__content {
        padding: 34px 43px;
    }
    .site__footer-layout {
        padding: 30px 60px 56px;
        text-align: center;
    }
    .site__footer-info{
        max-width: 300px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 20px;
    }
    .site__aside{
        float: right;
        width: 295px;
        margin: 38px 0 0 54px;
    }
    /* --------------- /site --------------- */

    /* --------------- logo --------------- */
    .logo {
        margin: 0;
        position: absolute;
        top: 37px;
        left: 44px;
        width: 552px;
        height: 33px;
        max-width: 100%;
    }
    /* --------------- /logo --------------- */

}
@media (min-width: 992px) {

    /* --------------- site --------------- */
    .site:after,
    .site__footer,
    .site__footer-layout{
       /* height: 346px;*/
    }
    .site__footer-layout{
        padding-top: 60px;
        text-align: center;
    }
    .site__footer-layout .social-networks{
        margin: 0 0 0 40px;
        width: 185px;
    }
    .site__justify{
        margin-bottom: -22px;
        text-align: justify;
    }
    .site__justify:after{
        display: inline-block;
        width: 100%;
        height: 0;
        content: '';
    }
    .site__justify_block{
        display: inline-block;
        vertical-align: top;
        width: 48%;
        max-width: 525px;
        text-align: left;
    }
    .site__footer-info{
        width: 48%;
        max-width: 100%;
        /*padding-top: 28px;*/
        margin: 0;
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 15px;
    }
	.site__footer-info p{
		padding:5px 0;
	}
    .site__footer-menu{
        width: 48%;
        padding: 0 0 0 47px;
        margin: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .site__footer-menu li{
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin: 0 0 22px;
    }
    .site__footer-copyright{
        bottom: 29px;
        font-size: 16px;
        line-height: 24px;
    }
    .site__header{
        padding-top: 0;
    }
    /* --------------- /site --------------- */

    /* --------------- header__menu --------------- */
    .header__menu{
        display: block !important;
        padding: 0 35px 0 42px;
        font-size: 18px;
        line-height: 18px;
    }
    .header__menu>ul{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
		border-bottom:#aaa 1px solid;
    }
    .header__menu>ul>li{
        display: inline-block;
        vertical-align: top;
    }
    .header__menu a{
        padding: 22px 10px 23px;
    }
    .header__menu>ul>li:first-child>a{
        padding-left: 0;
    }
    .header__menu>ul>li:last-child>a{
        padding-right: 0;
    }
    .header__menu span{
        display: block;
    }
    .header__menu>ul>li>ul{
        position: absolute;
        top: 63px;
        left: 0;
        z-index: 5;
        width: 244px;
        padding: 11px 0;
        background: #fff;
    }
    .header__menu>ul>li>ul a{
        padding: 5.5px 24px;
    }
    /* --------------- /header__menu --------------- */

    /* --------------- menu-btn --------------- */
    .menu-btn{
        display: none;
    }
    /* --------------- /menu-btn --------------- */

    /* --------------- main-news --------------- */
    .main-news .site__title{
        padding-right: 300px;
    }
    .main-news__pic{
        padding: 2px 0 0 2px;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        width: 49%;
        height: 300px;
        text-align: left;
    }
    .main-news img{
        width: 533px;
        /*min-height: 300px;*/
		transition:transform 0.5s ease;
    }
    .main-news:hover img{
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    .main-news__text{
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 39px;
        width: 49%;
    }
    .main-news__share{
        position: absolute;
        top: 9px;
        right: 39px;
        margin: 0;
    }
    .main-news__author{
        float: right;
    }
    .main-news__share .social-networks{
        margin: 0 0 0 20px;
    }
    .main-news_inner .site__title {
        padding-right: 0;
    }
    .main-news_inner .main-news__pic{
        display: block;
        width: 100%;
        height: 356px;
        max-width: 633px;
        padding: 0 0 0 2px;
        margin: 0 0 24px;
    }
    .main-news_inner img{
        width: 633px;
        /*min-height: 356px;*/
    }
    .main-news_inner .main-news__text{
        display: block;
        width: 100%;
        padding: 0;
    }
    .main-news_inner cite{
        padding: 106px 25px 21px 41px;
        margin: 0 0 39px 45px;
        max-width: 84%;
    }
    /* --------------- /main-news --------------- */

    /* --------------- newslist --------------- */
    .newslist{
        margin: 0 0 58px;
    }
    .site:not(.site_inner) .newslist__items{
        width: 33%;
        max-width: 335px;
        padding: 0 10px;
    }
    .newslist .site__main-paragraph{
        height: 72px;
        overflow: hidden;
    }
    .newslist p{
        height: 150px;
        overflow: hidden;
    }
    /* --------------- /newslist --------------- */

    /* --------------- multimedia --------------- */
    .multimedia__item{
        width: 25%;
    }
    .multimedia_main{
        width: 50%;
    }
    /* --------------- /multimedia --------------- */

    /* ------------ word-archpastor ------------ */
    .word-archpastor__img{
        height: 296px;
    }
    /* ------------ /word-archpastor ------------ */

    /* ------------ notice ------------ */
    .notice__img{
        height: 296px;
    }
    /* ------------ /notice ------------ */

}
@media (min-width: 1200px) {

    .site__footer-layout .social-networks{
        margin: -9px 0 0 40px;
    }

    /* --------------- newslist --------------- */
    .newslist__items{
        padding: 0;
    }
    /* --------------- /newslist --------------- */

}
#MainContent{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:#aaa solid 1px;
}

/* ------------ blog ------------ */
.blog{
    margin: 17px 0;
}
.blog .site__time{
    margin-bottom: 8px;
}
.blog__items{
    padding: 10px 0 0;
}
.blog__item{
    font-size: 21px;
    line-height: 24px;
    color: #202020;
    font-family: "Oswald Light", sans-serif;
    text-align: center;
    margin: 0 0 25px;
    letter-spacing: 1px;
}
.blog__item-pic{
	background-repeat: no-repeat;
	background-position: 0 2px;
	background-size: auto 210px;
 /*   overflow: hidden;
    border-radius: 192px;*/
    margin: 0 auto 19px;
    width: 267px;
    height: 200px;
	background-color:#aaa;
	/*overflow: hidden;*/
}
.blog__item-pic img{
    display: block;
    width: 267px;
    height: 200px;
    margin: 19px 0 0 0;
}
.blog__name{
    display: block;
    margin: 0 0 13px;
    font-size: 18px;
    line-height: 21px;
    color: #0479c8;
}
.blog__name:hover{
    text-decoration: underline;
}
.blog__text{
    overflow: hidden;
    height: 50px;
    margin-bottom: 13px;
}
/* ------------ /blog ------------ */

@media (min-width: 768px) {
    .blog__items{
        margin: 0 -10px;
    }
    .blog__item{
        display: inline-block;
        vertical-align: top;
        width: 32.9%;
        padding: 0 15px;
    }
}

.main-news__text ul{
	list-style: disc !important;
    padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
.main-news__text ul li{
	padding:0 0 0 10px !important;
	margin: 0 0 0 4px;
}


.TopImgBlock{
    position: relative;
    width: 100%;    
     overflow:hidden;
     /*border-bottom: solid 4px #8f0418;*/
}
.TopImgBlock::before {
    content: "";
    display: block;
    padding-top: 23%;
}
.TopImgBlock img{
     width:100%;
     height:auto;
    position: absolute;
    top: 0;
    left: 0;
     min-height:100%;
}