

/* Start:/bitrix/templates/shop-constructor/components/bitrix/news.list/books_list/style.css?1726436170963*/
.apart-list {
	display: flex;
	margin: 0 -20px;
	flex-wrap: wrap;
}

.apart-item {
	width: 50%;
	margin-bottom: 40px;
}

.apart-item_wrapper {
	margin: 0 20px;
	border: 1px solid #ccc;
	height: 100%;
}

.apart-item_wrapper a {
	text-decoration: none !important;
	color: #222 !important;
}

.apart-item_img {
	height: 350px;
}

.apart-item_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.apart-item_wrapper a:hover {
	text-decoration: none;
}

.apart-item_info {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.apart-item_name {
	font-size: 16px;
	font-weight: 600;
}

.apart-item_btns {
	margin-top: 10px;
}

.apart-item_btn {
	background-color: #c10841;
	display: block;
	width: fit-content;
	padding: 5px 15px;
	border-radius: 24px;
	color: #fff;
}

@media (max-width: 720px) {
	.apart-list {
		flex-direction: column;
	}

	.apart-item {
		width: 100%;
	}

	.apart-item_wrapper {
		margin: 20px;
	}
}
/* End */
/* /bitrix/templates/shop-constructor/components/bitrix/news.list/books_list/style.css?1726436170963 */
