.products .products__container {
	max-width: 1300px;
}
.products {
	margin-bottom: 34px;
	background: url(/images/new-images/sun.png) no-repeat left;
}
.products__list {
	display: flex;
}
.products__item {
	display: flex;
}
.products__title-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 30px;
	margin-right: 30px;
}
.products__see-all {
	display: flex;
	margin-left: auto;
	align-items: center;
	font-size: 16px;
	line-height: 19px;

	/* Синий */

	color: #475798!important;
	transition: all 0.4s;
}
@media(max-width:500px) {
	.products__see-all {
		margin-left: 0;
		margin-top: 10px;
	}
}
.products__see-all:hover,
.products__see-all:focus,
.products__see-all:active {
	opacity: 0.8;
}
.products__see-all::after {
	content: "";
	width: 45px;
	height: 34px;
	background:url(/images/new-images/see-all.svg) no-repeat;
	margin-left: 14px;
}	
	
.products__item {
	width: 250px;
	height: 330px;
	background:url(/images/new-images/product-border.png) no-repeat center;
}
.products__title {
	font-weight: normal;
	font-size: 13.2067px;
	line-height: 19px;

	color: #000000;
}
.products__image img {
	display: none;
}
.products__image {
	display: block;
	width: 144px;
	height: 127px;
	margin-bottom: 20px;
	background-repeat:no-repeat;
	background-position: center;	
	background-size: contain;
}
.products__price {
	margin-top: 15px;
	font-weight: 500;
	font-size: 16px;
	line-height: 144%;
	color: #54AB31;
}
.products__link {
	display: block;
	transition: all 0.4s;
}
.products__link:hover,
.products__link:focus,
.products__link:active {
	opacity: 0.6;
}
.products__item-wrapper {
	max-width: 150px;
	margin:auto;
}