

/* Start:/local/templates/radio/components/bitrix/news.list/katalogi-pdf/style.css?17630311731183*/
.katalog-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin: 7px 0;
	gap: 10px;
}
.katalog-list_item {
	display: flex;
    width: 19%;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #efefef;
    padding: 10px;
	justify-content: space-between;
}
.katalog-list_item .articles-listing_item-title {
	min-height: 50px;
	font-size: 16px;
}
.katalog-list_item-img {
    width: 100%;
    overflow: hidden;
    max-height: 400px;
}
.katalog-list_item-img img {
	position: relative;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.katalog-list_item-info {
	text-align: center;
}
.katalog-list_item-info>a {
	display: block;
	margin-bottom: 5px;
}
@media (max-width: 1306px) {
	.katalog-list_item {
		width: 23%;
	}
}
@media (max-width: 761px) {
	.katalog-list_item {
		width: 32%;
	}
}
@media (max-width: 541px) {
	.katalog-list_item {
		width: 48%;
	}
	.katalog-list_item-img img {
		object-fit: unset;
	}
	.katalog-list_item .articles-listing_item-title {
		font-size: 15px;
	}
}
@media (max-width: 300px) {
	.katalog-list_item {
		width: 100%;
	}
}
/* End */
/* /local/templates/radio/components/bitrix/news.list/katalogi-pdf/style.css?17630311731183 */
