

/* Start:/bitrix/templates/cosmetics/components/bitrix/news/article/bitrix/news.list/article/style.css?17473129831842*/
.article_container {


}

/* row */
.article_wrapper {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*gap: 20px;*/
	/*width: 100%;*/
	/* width: auto;
	overflow: hidden;
	display: flex;

	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap; */
}

/* column */
.article_item {
	box-sizing: border-box;
	/*border: 1px solid grey;*/
	gap: 20px;
	/*width: 100%;*/
	/*position: relative;*/
	/*border-radius: 15px;*/
	/*display: flex;*/
	/*justify-content: space-between;*/
	/*max-width: 550px;*/
	/*margin-right: 20px;*/
	margin-bottom: 20px;
}



.article_item_wrapper {

	/*width: 100%;*/
	/*border-radius: 15px;*/
	/*height: auto;*/
	/*flex: 1;*/
	text-align: center;
}

.article_item_image {
	/*border: 1px solid red;*/

	/*position: relative;*/
	/*border: 1px solid red;*/
	/*object-fit: fill;*/
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	/*width: 100%;*/
	/*height: auto;*/
	/*overflow: hidden;*/
	/*border-radius: 15px;*/
}



.article_item_image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 15px;
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/


}

.article_item_name {
	position: absolute;
	text-align: center;
	/*left: 0;*/
	padding: 7%;
	bottom: 20px;
	z-index: 999;
	font-size: 18px;
	font-weight: 800 !important;
	color: #fff !important;
}

.article_item_name a {
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.article_item {
		/*width: 100%;*/
		/*max-width: 100%;*/
		/*margin-right: 0;*/
	}

	.image_item_image img {
		/*width: 100%;*/
		/*object-fit: fill;*/
		/*margin: 0 auto;*/
	}
}

@media screen and (max-width: 1200px) {
	.article_item {
		width: 100%;
		height: 100%;
		max-width: 100%;
		margin-right: 0;
	}

	.image_item_image img {
		width: 100%;
		height: auto;
		object-fit: fill;
		margin: 0 auto;
	}

}

/* End */
/* /bitrix/templates/cosmetics/components/bitrix/news/article/bitrix/news.list/article/style.css?17473129831842 */
