

/* Start:/local/templates/xxc/components/bitrix/news.detail/banner/style.css?16996176002369*/
.banner {
	height: 1078px;
	position: relative
}

.banner__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat
}

.banner__text {
	top: 18%;
	position: absolute;
	padding-left: 90px;
	max-width: 810px
}

.banner__title {
	font-size: 2.25rem;
	line-height: 2.875rem;
	margin-bottom: 18px;
	padding-left: 3px
}

.banner__icon {
	width: 40px;
	height: 49px;
	margin-right: 25px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

.banner__description {
	font-size: 5rem;
	line-height: 5.625rem
}
.banner__morewrap{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.banner__more {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	height: 145px;
	-webkit-animation: 4s linear infinite spin;
	animation: 4s linear infinite spin
}

.banner__more:before {
	content: "";
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(51.35%, #bd9673), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(0, #fff 0, #bd9673 51.35%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	height: 97px;
	width: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

@media screen and (max-width:1600px) {

	.banner__image {
		background-position: 46% center
	}

	.banner__text {
		top: 11%;
		padding-left: 40px
	}

}

@media screen and (max-width:1200px) {

	.banner {
		height: 920px;
		margin-top: 83px
	}

	.banner__more {
		height: 95px
	}

	.banner__more:before {
		height: 50px
	}

	.banner__image {
		background-position: 36% center
	}

	.banner__title {
		font-size: 1.875rem;
		margin-bottom: 30px
	}

	.banner__text {
		top: 15%;
		padding-left: 0
	}

	.banner__description {
		font-size: 3.75rem;
		line-height: 4.375rem
	}

}

@media screen and (max-width:640px) {

	.banner {
		height: 468px
	}
	.banner__morewrap {
		bottom: -60px
	}
	.banner__more {
		height: 75px;
	}

	.banner__image {
		margin-top: 60px;
		background-position: 50% center
	}

	.banner__text {
		top: 3%
	}

	.banner__title {
		font-size: 1rem;
		margin-bottom: 12px;
		padding-left: 0
	}

	.banner__icon {
		width: 30px;
		margin-right: 7px
	}

	.banner__description {
		font-size: 1.875rem;
		line-height: 2.5rem
	}
}
/* End */


/* Start:/local/templates/xxc/components/bitrix/news.detail/patriarh/style.css?17013392172917*/
.patriarh-block {
	padding-top: 90px;
    padding-bottom: 115px;
}
.patriarh {
	padding: 60px 130px;
	display: flex;
	align-items: center;
	background-color: #F7F4F1;
	position: relative;
    border-radius: 10px;
    align-content: flex-end;

}
.patriarh__image {
	position: absolute;
    bottom: 0;
}
.patriarh__image img {
	display: block;
}
.patriarh__info {
    position: relative;
    z-index: 1;
	max-width: 50%;
    padding-left: 50px;
    margin-left: 406px;
}
.patriarh__title {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.978rem;
}
.patriarh__post {
	font-size: 1.875rem;
    line-height: 2.473rem;
    text-transform: uppercase;
	text-align: left;
	padding-bottom: 30px;
	position: relative;
}
.patriarh__post:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/img/monogram.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 283px;
    height: 23px;
}
.patriarh__pict {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
     background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 0;
    border-radius: 10px;
}
.patriarh__pict:after {
    content: "";
    background: linear-gradient(85.2deg, #f7f4f1 10%, rgba(247, 244, 241, 0) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
}
.patriarh__text {
    margin-top: 25px;
}
.patriarh__btn {
    margin-top: 25px;
}
@media screen and (max-width:1350px) {
    .patriarh {
        padding: 40px 20px;
    }
}
@media screen and (max-width:1200px) {
    .patriarh__pict {
        display: none;
    }
    .patriarh__image img{
        max-height: 375px;
    }
    .patriarh__title {
        font-size: 1rem;
        line-height: 1.362rem;
        margin-bottom: 20px;
    }
    .patriarh__post{
        font-size: 1.5rem;
        line-height: 1.978rem;
        padding-bottom: 0;
    }
    .patriarh__info {
        max-width: 550px;
        padding-left: 25px;
        margin-left: 321px;
    }
    .patriarh__post:after {
        display: none;
    }
    .patriarh__text {
        margin-top: 20px;
    }
    .patriarh__btn {
        margin-top: 20px;
    }
    .patriarh-block {
        padding-bottom: 0px;
    }
}
@media screen and (max-width:740px) {
    .patriarh-block {
        /*padding-top: 0;*/
    }
    .patriarh {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 0;
        flex-direction: column-reverse;
    }
    .patriarh__info {
        margin-left: 0;
        padding-left: 0;
        max-width: 100%;
    }
    .patriarh__image {
        position: relative;
        margin-top: 20px;
    }
    .patriarh__post{
        text-align: center;
    }
     .patriarh__image img{
        max-height: 296px;
    }
}
/* End */


/* Start:/local/templates/xxc/components/bitrix/news.list/bogosluzheniya-slider/style.css?16996176001226*/
.syllabus {
	padding: 70px 0
}

.syllabus__list {
	position: relative
}

.syllabus__list .swiper {
	padding: 0 20px 20px;
	margin-left: -20px;
	margin-right: -20px
}

.syllabus__item.swiper-slide {
	background: #fff;
	height: auto
}

.syllabus__button {
	text-align: center;
	margin-top: 30px
}

.syllabus-item.swiper-slide-visible {
	-webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .0509803922);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .0509803922)
}

@media screen and (max-width:1800px) {

	.syllabus .swiper-navigation {
		max-width: 395px;
		margin-top: 0
	}

}
@media screen and (max-width:1200px) {

	.syllabus {
		padding: 60px 0
	}

	.syllabus__button {
		margin-top: 10px
	}
}

@media screen and (max-width:640px) {

	.syllabus {
		padding: 50px 0
	}


}

.worship {
	padding: 120px 0 60px
}

.worship .syllabus__list .swiper-navigation {
	max-width: 395px;
	margin-top: 0
}

.worship .syllabus__button {
	margin-top: 20px
}

@media screen and (max-width:1200px) {
	.worship {
		padding: 90px 0 20px
	}
}

@media screen and (max-width:640px) {
	.worship .syllabus__button {
		margin-top: 10px
	}

	.content .worship .swiper-button-prev {
		left: -20px
	}

	.content .worship .swiper-button-next {
		right: -20px
	}

}
/* End */


/* Start:/local/templates/xxc/components/bitrix/news.list/actual-slider/style.css?17095516072892*/
.actual {
	padding: 50px 0 70px
}

.actual__list {
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.actual .swiper {
	width: 100%;
}

.actual.actual--double .swiper {
	height: 672px
}


.actual-item.swiper-slide {
	background: center right/contain no-repeat #f7f4f1;
	border-radius: 5px;
	padding: 42px 34px;
	height: auto;
}
.actual--double .actual-item.swiper-slide {
	height: calc((100% - 20px)/ 2)
}

.actual-item__image {
	display: none
}

.actual-item__href {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.actual-item__tizer {
	margin-bottom: 35px
}

.actual-item__title {
	max-width: 440px;
	font-size: 1.875rem;
	text-transform: uppercase;
	line-height: 2.473rem;
	margin-bottom: 10px
}

.actual-item__description {
	line-height: 1.362rem;
	margin-bottom: 12px;
	max-width: 370px
}

.actual-item__description--big {
	font-size: 1.125rem;
	line-height: 1.532rem
}

.actual-item__button {
	margin-top: 20px;
	font-size: 1rem
}

.actual-poem {
	display: none
}
.fancybox-content.actual-poem {
	border-radius: 5px;
	background-image: url(/local/templates/xxc/components/bitrix/news.list/actual-slider/img/poem.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 75px;
}

.actual-poem__title {
	font-size: 2.5rem;
	text-transform: uppercase;
	margin-bottom: 30px
}

.actual-poem__title br {
	display: none;
}

.actual-item__link {
	font-size: 1.125rem;
	margin-top: 25px;
	z-index: 1;
	position: relative
}

.actual-poem__text {
	font-size: 1.125rem;
	line-height: 1.532rem
}
@media screen and (max-width:1200px) {
	
	.actual {
		padding: 35px 0
	}
	.actual.actual--double .swiper,
	.actual .swiper {
		height: auto;
		width: 100%;
		max-width: 800px
	}
	.actual--double .actual-item.swiper-slide,
	.actual-item.swiper-slide {
		padding: 42px 40px;
		height: auto
	}
}

@media screen and (max-width:767px) {
	.military-location__image {
		min-width: auto
	}
	.actual--double .actual-item.swiper-slide,
	.actual-item.swiper-slide {
		background-image: none !important;
		padding: 30px 15px 20px 20px
	}

	.actual-item__image {
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: contain;
		background-size: auto 100%;
		z-index: -1
	}

	.actual-item__title {
		font-size: 1.5rem;
		line-height: 1.978rem;
		margin-bottom: 20px
	}

	.actual-item__link {
		font-size: 1rem;
		margin-top: 20px
	}

	.fancybox-content.actual-poem {
		padding: 55px 25px
	}

	.actual-poem__title {
		font-size: 1.5rem
	}

}
@media screen and (max-width:640px) {

	.actual__list {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px
	}

	.actual-item__tizer {
		margin-bottom: 32px
	}

/*	.actual-item__description {
		display: none
	}*/
}



/* End */


/* Start:/local/templates/xxc/components/bitrix/news.list/useful-slider/style.css?16996176001509*/
.useful {
	padding: 50px 0 120px
}

.useful__list {
	position: relative
}

.useful-item {
	background: #f7f4f1;
	border-radius: 5px;
	padding: 32px 30px;
	position: relative
}

.useful-item.swiper-slide {
	height: auto;
}
.useful-item__href {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.useful-item__info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 15px
}

.useful-item__image {
	margin-right: 20px
}

.useful-item__title {
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 15px;
	min-height: 52px
}

.useful-item__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 206px;
	height: 1px;
	background: #ddc6a3;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #ddc6a3), color-stop(91.75%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, #ddc6a3 0, rgba(255, 255, 255, 0) 91.75%)
}

.useful-item__link {
	position: relative;
	z-index: 2
}

@media screen and (max-width:1350px) {

	.useful-item {
		padding: 20px 15px
	}

	.useful-item__image {
		margin-right: 9px
	}

}
@media screen and (max-width:1200px) {

	.useful {
		padding: 50px 0 90px
	}

	.useful-item__info {
		padding-top: 13px
	}

	.useful-item__image {
		max-width: 80px
	}

	.useful-item__title {
		line-height: 1.362rem;
		padding-bottom: 9px
	}

}
@media screen and (max-width:640px) {

	.shrines .temple-item {
		width: 100%
	}

	.useful-item {
		padding: 20px 15px
	}
	
}
/* End */
/* /local/templates/xxc/components/bitrix/news.detail/banner/style.css?16996176002369 */
/* /local/templates/xxc/components/bitrix/news.detail/patriarh/style.css?17013392172917 */
/* /local/templates/xxc/components/bitrix/news.list/bogosluzheniya-slider/style.css?16996176001226 */
/* /local/templates/xxc/components/bitrix/news.list/actual-slider/style.css?17095516072892 */
/* /local/templates/xxc/components/bitrix/news.list/useful-slider/style.css?16996176001509 */
