.main-page-section-block.container {
	display: flex;
	flex-wrap: wrap;
}
.main-page-section-block h2 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 40px;
	width: 100%;
}
.main-page-section-list {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	right: -10px;
}
@media (max-width: 1200px) {
	.main-page-section-list {
		max-width: unset;
		/*margin-right: 25px;*/
		right: 0;
	}
}
.main-page-section-list a {
	box-shadow: 7px 7px 20px 10px #cacaca7a;
	transition: all 200ms ease-in-out 0ms;
	position: relative;
	background: white;
	overflow: hidden;
}

.main-page-section-list a:hover {
	text-decoration: none;
	transform: scale(1.1);
	z-index: 2;
}
.main-page-section-list a .image {
	width: 100%;
	display: flex;
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	justify-content: center;
}
.main-page-section-list p {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #71b9b2;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: inherit;
}
.main-page-section-list {
	display: flex;
	flex-wrap: wrap;
}
.main-page-section-list a:hover p {
	background: #71b9b2;
	color: white;
}
.main-page-section-list a {
	width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 360px;
	border-radius: 30px;
	padding-top: 30px;
}
.main-page-section-list a .image {
	height: 255px;
}
.main-page-section-list p {
	height: 65px;
	margin-top: 10px;
}
.main-page-section-list {
	/*margin-right: -10px;*/
	margin-bottom: 40px;
}
@media (min-width: 576px) {
	.main-page-section-list a {
		width: 250px;
	}
}
@media (min-width: 768px) {
	.main-page-section-list a {
		width: 220px;
		height: 314px;
		padding-top: 15px;
		border-radius: 25px;
	}
	.main-page-section-list a .image {
		height: 234px;
	}
	.main-page-section-list p {
		height: 55px;
	}
}
@media (min-width: 992px) {
	.main-page-section-list a {
		width: 225px;
		height: 314px;
		padding-top: 15px;
		border-radius: 25px;
	}
	.main-page-section-list a .image {
		height: 234px;
	}
	.main-page-section-list p {
		height: 55px;
	}
}
@media (min-width: 1440px){
	/*.main-page-section-list a:first-child{
		    position: absolute;
    		top: 24rem;
	}*/
	.main-page-section-block{
		background-image:url('/upload/image/img_catalog1.jpeg');
		width: 87rem;
		background-repeat: no-repeat;
		background-position-x: -18.5rem;
		height: 36rem;
		background-size: cover;
	}
.container.main-page-section-block {
    position: relative;
    left: 0rem;
    top: 14rem;
}
.main-page-section-block h2{
    position: absolute;
    top: -14rem;
	}
	.main-page-section-list{
	position: relative;
    top: -5rem;
	padding: 0px 100px 0px 150px;
}
	.smart-filter-title{
     margin-top: 12rem;
}
}
@media (min-width: 1200px) {
	.main-page-section-list a {
		width: 270px;
		height: 370px;
		border-radius: 30px;
		padding-top: 30px;
	}

	.main-page-section-list a .image {
		height: 265px;
	}
	.main-page-section-list p {
		height: 65px;
	}
}