.container-reviews{
	padding-top: 50px;
}
.container-reviews h2{
	font-family: Modernist One;
	font-weight: 400;
	font-size: 47px;
	line-height: 45px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #C22F22;
	text-align: center;
}
.container-reviews > svg{
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
	padding-bottom: 10px;
}
.reviews-description {
	font-family: Times New Roman;
	font-weight: 400;
	font-size: 20px;
	line-height: 23.33px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 30px;
	color: #000000!important;
}
.name-autor{
	font-family: Modernist One;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	color: #292E32;
	margin: 0px!important;
}
.reviews-data{
	font-family: Times New Roman;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #A8A7A6;
}
.reviews-text{
	margin-top: 20px;
	color: #3D3E40!important;
	font-weight: 700;
	font-style: italic;
}
.linck-detail a{ 
		color: #031E2D!important;
}
.linck-detail{
	margin-top: 20px;
	font-family: Times New Roman;
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0%;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-offset: 0%;
	text-decoration-thickness: 0%;
	padding-bottom: 20px;

}
#ReviewsCarousel{
	padding-left: 20px;
	padding-right: 20px;
}
.f-button{
    width: 38px!important;
	height: 38px!important;
    background-color: #C22F22!important;
    border-radius: 50%!important;
    border: none!important;
    vertical-align: top!important;
	color: #FFFFFF!important;
   }

.f-carousel__dots{
	display: none!important;
}
#ReviewsCarousel .f-carousel__slide{
    width: 33%;
    height: 400px;
    padding: 3%;	
}
.all_reviews{
	width: 271px;
	height: 54px;
	border-radius: 4px;
	background: #C22F22;
	box-shadow: 0px 0px 0px 1px #C22F22 inset;
	margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: center;
	align-items: center;
	font-family: Modernist One;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0%;
	margin-bottom: 70px;
}
.all_reviews a { 
		color: #FFFFFF;
}
@media (max-width: 720px) {
	
	#ReviewsCarousel .f-carousel__slide{
		width: 100%;
		height: 470px;
	}
	.carousel__slide_body{
	background-image: url("/bitrix/templates/template.esperal/components/bitrix/news.list/carousel-review/background-reviews.png");
	background-size: cover;
	padding: 12% 10%;
}
}