.catalog-section {
	position: relative;
	margin: 30px 0px;
}

.catalog-section .swiper-wrapper {
	height: max-content;
}

.catalog-section .swiper {
	width: calc(100% - 60px);
}

.catalog-section .swiper-button-next,
.catalog-section .swiper-button-prev {
	background: url(/local/templates/malina/images/arrow-slider--green.svg);
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent;
}

.catalog-section .swiper-button-prev {
	left: 0;
	transform: translateY(-50%);
}

.catalog-section .swiper-button-next {
	rotate: -180deg;
	right: 0;
	transform: translateY(50%);
}

.catalog-section_btn-block {
	text-align: end;
}


.catalog-items-descriptions {
	margin-top: 20px;
}
.catalog-items-descriptions li {
	font-size: clamp(16px, 4vw, 20px);
}

.product-item .product-item-compare-container {
	display: block;
}

.product-item .product-item-compare-container {
	background: none;
	padding: 0;
}

@media(max-width: 768px) {
	.catalog-section {
		flex-direction: column;
	}

	.catalog-items-descriptions li {
		line-height: 30px;
	}
}