

/* Start:/local/templates/cosmetics_new/components/bitrix/news/article/bitrix/news.detail/article/style.css?1777284214915*/
.article_title_image_wrapper {
	width: 850px;
	border-radius: 15px;
	margin: 0 auto 25px auto;
	display: flex;
	justify-content: center;
}

.article_title_image_wrapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 15px;
}

.article_title_box {
	margin: 0 auto;
}

.article_name {
	text-align: center;
	font-size: 23px;
	font-weight: 700 !important;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px){
	.article_title_image_wrapper img{
		width: 100%;
		object-fit: cover;
		margin: 0 auto;
	}
	.article_title_image_wrapper {
		overflow: hidden;
		width: 100%;
		height: auto;
		object-fit: cover;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1024px){
	.article_title_image_wrapper img{
		width: 100%;
		object-fit: cover;
		margin: 0 auto;
	}
	.article_title_image_wrapper {
		overflow: hidden;
		width: 100%;
		height: auto;
		object-fit: cover;
		margin: 0 auto;
	}
}

/* End */
/* /local/templates/cosmetics_new/components/bitrix/news/article/bitrix/news.detail/article/style.css?1777284214915 */
