

/* Start:/local/components/mob.top/resources/templates/b_recommend/mob.top/resources.list/.default/style.css?1766101338999*/
.books__list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px 20px;
}
.books__list .new-book__item {
	display: block;
	max-width: 170px;
}
.books__list .new-book__item-title {
	/*height: 56px;
	white-space: unset;*/
	margin-bottom: 10px;
	text-overflow: ellipsis;
	line-height: 26px;
}
.books__list .new-book__item-pic {
	max-height: none;
	height: 240px;
	border: 1px solid var(--color-light-blue);
}
.books__list .new-book__item-pic img {
	object-fit: cover;
}

@media (max-width: 1199px) {
	.books__list {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width: 991px) {
	.books__list {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 767px) {
	.books__list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 575px) {
	.books__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 360px) {
	.books__list {
		grid-template-columns: repeat(1, 1fr);
	}
	.books__list .new-book__item-title {
		height: auto;
	}
}
/* End */
/* /local/components/mob.top/resources/templates/b_recommend/mob.top/resources.list/.default/style.css?1766101338999 */
