

/* Start:/local/templates/xxc/components/bitrix/news/kompleks/bitrix/news.list/section-detail/style.css?16996176002543*/
.news {
	padding: 8px 0 120px
}

.news__list {
	position: relative
}

.news-item__image {
	display: block;
	height: 180px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	position: relative;
	margin-bottom: 22px
}

.news-item__sticker {
	display: inline-block;
	position: relative;
	background: var(--gradient);
	color: #fff;
	top: 20px;
	padding: 6px 11px
}

.news-item__title {
	font-weight: 700;
	line-height: 1.313rem;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 12px;
	display: block;
	color: var(--color__text)
}

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

.news-item__intro {
	line-height: 1.313rem;
	margin-bottom: 22px
}

.news-item--red .news-item__sticker {
	background: #d0080e
}

.news-item--red .news-item__title {
	color: #d0080e
}

.news-item--blue .news-item__sticker {
	background: #314b7d
}

.news-item--blue .news-item__title {
	color: #314b7d
}

.news-item--white .news-item__sticker {
	background: #fff
}

.news-item--white .news-item__title {
	color: #fff
}

.news-item--violet .news-item__sticker {
	background: #664581
}

.news-item--violet .news-item__title {
	color: #664581
}

.news-item--sea .news-item__sticker {
	background: #05afdd
}

.news-item--sea .news-item__title {
	color: #05afdd
}

.news-item--green .news-item__sticker {
	background: #008949
}

.news-item--green .news-item__title {
	color: #008949
}

.news-item--black .news-item__sticker {
	background: #000
}

.news-item--black .news-item__title {
	color: #000
}

.news-item--gray .news-item__sticker {
	background: #fff;
	color: #686868
}

.news-item--gray .news-item__title {
	color: #686868
}


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

	.news-item__image {
		height: 165px
	}
}

@media screen and (max-width:640px) {
	
	.news {
		padding: 120px 0 90px
	}
	
	.news-item__image {
		height: 150px
	}
}

.about__text {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.978rem;
	text-transform: uppercase;
	margin-bottom: 30px
}

@media screen and (max-width:767px) {
	.about__text {
		font-size: 1.125rem;
		line-height: 1.484rem;
		margin-bottom: 50px
	}
}

.about__image {
	margin-bottom: 10px
}
.about__image img {
	border-radius: 5px;
}
/* End */


/* Start:/local/templates/xxc/components/bitrix/news.list/clergy-slider/style.css?17004879572508*/
.clergy {
	padding-bottom: 30px;
	margin-bottom: 40px
}

.clergy__text {
	line-height: 1.362rem;
	text-align: center
}

.clergy__list {
	position: relative;
	padding: 30px 0
}

.clergy__first {
	text-align: center;
	margin-top: 160px
}

.clergy__first .clergy-item {
	max-width: 385px;
	margin-left: auto;
	margin-right: auto
}

.clergy__second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.clergy__second .clergy-item {
	width: 32%;
	min-height: 303px;
	margin-top: 160px
}

.clergy-item {
	text-align: center;
	border: 1px solid #f5ecd8;
	padding: 110px 30px 50px;
	position: relative;
	border-radius: 10px;
	margin-top: 125px;
	height: auto
}
.clergy-item--big {
	margin-top: 160px
}
/*
.clergy-item--big .clergy-item__image {
	width: 166px;
	top: -155px
}*/

.clergy-item__link {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	margin: auto
}

.clergy-item__link a {
	display: inline-block;
	width: auto
}

.clergy-item__image {
	width: 150px;
	top: -130px;
	height: 238px;
	text-align: center;
	margin: auto;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0
}

.clergy-item__image img {
	width: 100%
}

.clergy-item__post {
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 700
}

.clergy-detail__image {
	text-align: center;
	margin-bottom: 25px
}

.clergy-detail__text {
	margin-bottom: 120px
}

.clergy-item__text {
	line-height: 1.362rem;
	margin-bottom: 17px
}

.clergy-item__name {
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.978rem;
	margin-bottom: 10px;
	font-weight: 700
}

@media screen and (max-width:1350px) {
	.clergy__second .clergy-item {
		width: 49%
	}
	
	.clergy-item {
		padding-left: 10px;
		padding-right: 10px
	}
}

@media screen and (max-width:1200px) {
	.clergy {
		margin-bottom: 0
	}

	.clergy__second .clergy-item {
		margin-top: 150px
	}

	.clergy-item__name {
		margin-bottom: 15px
	}

	.clergy-item__text {
		margin-bottom: 12px
	}

	.clergy-detail__text {
		margin-bottom: 80px
	}
}

@media screen and (max-width:640px) {
	.clergy {
		padding: 22px 0
	}

	.clergy__first .clergy-item__image {
		top: -153px
	}

	.clergy__second .clergy-item {
		width: 100%;
		margin-top: 155px
	}

	.clergy__second .clergy-item__image {
		width: 150px
	}

	.clergy-item {
		padding-top: 105px;
		padding-left: 15px;
		padding-right: 15px
	}

	.clergy-item__post {
		margin-bottom: 20px
	}
}


/* 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 */
/* /local/templates/xxc/components/bitrix/news/kompleks/bitrix/news.list/section-detail/style.css?16996176002543 */
/* /local/templates/xxc/components/bitrix/news.list/clergy-slider/style.css?17004879572508 */
/* /local/templates/xxc/components/bitrix/news.list/bogosluzheniya-slider/style.css?16996176001226 */
