

/* Start:/local/templates/xxc/components/bitrix/news.detail/guide-detail/style.css?16996176001977*/
.guide__list {
	padding: 50px 0;
	display: grid;
	grid-auto-columns: 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin-bottom: 50px
}
.guide-tizer__image {
	margin-right: 20px
}

.guide-tizer__title {
	font-size: 1.5rem;
	line-height: 2rem;
	text-transform: uppercase;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.guide-tizer__title .title {
	max-width: 600px
}

.guide__item {
	margin-left: auto;
	margin-right: auto
}

.guide__title {
	padding-bottom: 10px;
	margin-bottom: 12px;
	position: relative;
	font-weight: 700;
	margin-top: 15px
}

.guide__title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	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%)
}

.guide-tizer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f7f4f1;
	border-radius: 5px;
	padding: 28px 30px
}
@media screen and (max-width:1200px) {
	.guide__list {
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 30px
	}

	.guide__text .h2 {
		font-size: 1.125rem;
		line-height: 1.484rem
	}

	.guide-tizer {
		display: grid;
		grid-template-columns: repeat(3, auto);
		grid-template-rows: repeat(2, auto);
		padding: 30px 22px
	}

	.guide-tizer__image {
		grid-area: 1/1/3/2
	}

	.guide-tizer__title {
		font-size: 1.125rem;
		line-height: 1.484rem;
		grid-area: 1/2/2/4;
		margin-bottom: 18px
	}
}


@media screen and (max-width:640px) {
	.guide__list {
		grid-template-columns: repeat(1, 1fr)
	}
	.guide-tizer {
		display: block;
		text-align: center
	}

	.guide-tizer__image {
		margin-bottom: 18px
	}

	.footer__copy {
		margin-top: 25px
	}
}
/* End */
/* /local/templates/xxc/components/bitrix/news.detail/guide-detail/style.css?16996176001977 */
