

/* Start:/local/templates/.default/components/bitrix/news.list/feedback/style.css?16207404221998*/
.feedback{
	background: url(/local/templates/.default/images/feedback-bg.jpg) no-repeat center center;
	padding-top: 44px;
	padding-bottom: 100px;
}
.inner-page-style .feedback__title{
	margin-bottom: 41px;
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 50px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
}
.feedback__item{
	padding: 38px 12px 38px 30px;
	background: #FFFFFF;
	position: relative;
	min-height: 292px;
}
.feedback__item:after{
	position: absolute;
	content: '';
	background: url(/local/templates/.default/images/quote.svg) no-repeat center center;
	width: 19px;
	height: 16px;
	top: 44px;
	right: 30px;
}
.feedback__name{
	font-family: 'Roboto Slab', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #CC1111;
	margin-bottom: 6px;
}
.feedback__date{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #9B9B9B;
	margin-bottom: 8px;
}
.feedback__desc{
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 25px;
	color: #000000;
}
.feedback__arrow{
	width: 32px;
	height: 16px;
	position: absolute;
	transform: translate(0, 50%);
	top: 50%;
	z-index: 400;
	outline: none;
	cursor: pointer;
}
.feedback--prev{
	left: -60px;
}
.feedback--next{
	right: -60px;
}
.feedback__arrow svg{
	fill: #CCCCCC;
	transition: 0.5s;
}
.feedback__arrow:hover svg{
	fill: #000000;
}
@media(max-width: 1310px){
	.feedback--prev{
		left: 0px;
		bottom: -30px;
		top: unset;
		transform: unset;
	}
	.feedback--next{
		left: 60px;
		bottom: -30px;
		top: unset;
		transform: unset;
	}	
}
@media(max-width: 768px){
	.feedback{
		background-size: cover;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.feedback__title{
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.feedback__desc{
		font-size: 13px;
	}
	.feedback--prev,
	.feedback--next{
		display: none;
	}
}


/* End */
/* /local/templates/.default/components/bitrix/news.list/feedback/style.css?16207404221998 */
