

/* Start:/local/templates/karelax/components/bitrix/news.detail/article/style.css?17067780131373*/
.article__detail {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0;
	max-width: 1240px;
	margin: 0 auto 30px auto;
	font-size: 16px;
	font-family: 'Roboto';
}

.f-carousel a img {
	max-width: 100%;
}

.article__detail h1 {
	margin-top: 0;
	margin-bottom: 40px;
	font-family: "Roboto";
	font-size: 40px;
	font-weight: 300;
}

.article__detail h2 {
	font-size: 28px;
	font-family: "Roboto";
	font-weight: 500;
	margin-top: 28px;
	margin-bottom: 16px;

	border-top: 1px solid #ccc;
	padding-top: 20px;
}



.photos-info-block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.photos-info-block > * {
	width: 50%;
}

.photos-info-block .main-info {
	padding: 0 20px;
}

@media (max-width: 640px) {
	.photos-info-block {
		flex-direction: column;
	}
	.photos-info-block > * {
		width: 100%;
	}
}
.photos-info-block .photos-wrap .f-carousel__slide {
	max-height: 400px;
	overflow-y: hidden;
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
}

.text-block ul {
	margin-left: 20px;
	list-style: circle;
}

.text-block p {
	margin-top: 20px;
	margin-bottom: 25px;
}

.text-block p,
.text-block li {
	font-size: 20px;
	line-height: 28px;
}

.text-block h3 {
	color: #41984F;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 24px !important;
	margin-top: 20px;
	margin-bottom: 12px;
}

.article__detail hr {
	display: none;
}




/* End */
/* /local/templates/karelax/components/bitrix/news.detail/article/style.css?17067780131373 */
