div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.advantages-product{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap:20px;
}

.advantages-slider.advantages-product .swiper-slide{
	width: calc(25% - 15px);
	padding-right: 20px
}

.advantages-product .advantages-slider__img img{
	display: block;
	width: 100%;
	height: auto;
}

.advantages-product .advantages-slider__img{
	margin-bottom: 20px
}

.advantages-slider.advantages-product .swiper-slide.hidden_product:not(.active){
	display: none
}

.advantages-product~.btn--solutions{
	margin: -50px auto 0;

}

.products_show_hide span:nth-of-type(2){
	display: none;
}

.products_show_hide.active span:nth-of-type(2){
	display: block;
}


.products_show_hide.active span:nth-of-type(1){
	display: none;
}

@media (max-width: 1023px){
	.advantages-slider.advantages-product .swiper-slide{
		width: calc(50% - 10px);
	}
}


@media (max-width: 767px){
	.advantages-slider.advantages-product .swiper-slide{
		width: 100%
	}
}

.advantages-product  .advantages-slider__text a{
	text-decoration: none;
	color: inherit;
}