.products_page {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 36px 83px 36px;
}
.products_page-photo {
	margin-right: 52px;
}
.products_page-description {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.products_page-title {
	margin-bottom: 40px;
}
.products_page-text {
	padding: 0 31px 0 0;
}
.products_page-list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1440px;
	margin: 0 auto;
	padding: 60px 35px 20px 35px;
}
.products_page-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: calc(25% - 20px);
	height: 542px;
	margin: 0 20px 30px 0;
	padding: 18px 20px;
	background: #FFFFFF;
	border-radius: 6px;
}
.products_page-item:nth-child(4n+1) {
	margin-left: 0;
}
.products_page-item > img {
	max-width: 100%;
	border-radius: 6px;
}
.products_page-name {
	margin-top: 17px;
}
.products_page-button {
	margin-top: auto;
}
.products_page-button > .btn2 {
	width: 100%;
}
.products_page-list + .pagination {
	padding-bottom: 125px;
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.products_page {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 0;
		padding-bottom: calc(60px - 1em);
	}
	.products_page-photo {
		margin: 0 -16px 0 -16px;
		width: calc(100% + 32px);
		margin-bottom: 30px;
	}
	.products_page-photo > img {
		max-width: 100%;
	}
	.products_page-description {
		padding: 0 12px;
	}
	.products_page-title {
		margin-bottom: 20px;
	}
	.products_page-text {
		padding: 0;
	}
	.products_page-list {
		flex-direction: column;
		justify-content: flex-start;
		width: 328px;
		padding: 40px 1px 30px 1px;
	}
	.products_page-item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.products_page-list + .pagination {
		padding-bottom: 90px;
		margin-bottom: 0;
	}


}
