

/* Start:/local/templates/agropak/components/bitrix/catalog.section.list/index-page/style.css?14895005881805*/
.section-list{
	text-align: center;
}
.section-item{
	text-align: left;
	position: relative;
	width: 19%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding:10px;
	vertical-align: top;
	margin:0 1.25% 20px 0;
	background: #fff;
	box-shadow: 0 8px 10px -10px rgba(0,0,55,1);
	border:1px solid #ccc;
	border-radius: 4px;
	transition: box-shadow .2s;
	font-size: 12px;
}
.section-item .hover-bg{
	background: #ffe100;
	background: -moz-linear-gradient(top,  #ffe100 0%, #f7a700 100%);
	background: -webkit-linear-gradient(top,  #ffe100 0%,#f7a700 100%);
	background: linear-gradient(to bottom,  #ffe100 0%,#f7a700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe100', endColorstr='#f7a700',GradientType=0 );
	opacity: 0;
	box-shadow: 0 14px 24px -14px rgba(0,0,55,.5);
	position: absolute;
	z-index: -1;
	left: -4px;
	top: -4px;
	width: 100%;
	height: 100%;
	padding: 4px;
	border-radius: 4px;
	transition: opacity 0.1s ease-in-out;
}
.section-item:hover .hover-bg{
	opacity:1;
}
.section-item a{
	text-decoration: none;
	color: #C31924;
	text-transform: uppercase;
}
.section-item .section-item__image{
	text-align: center;
	padding:8px 0;
}
.section-item img{border: 0;max-width: 100%}
@media screen and (min-width: 1101px){
	.section-item:nth-child(5n){
		margin-right: 0;
	}
}
@media screen and (max-width: 1100px){
	.section-item{
		width: 32%;
		margin-right: 2%;
	}
	.section-item:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 500px){
	.section-item{
		width: 48%;
		margin-right: 2%;
	}
	.section-item:nth-child(3n){
		margin-right: 2%;
	}
	.section-item:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width: 375px){
	.section-item{
		width: auto;
		margin-right: 0;
	}
}
/* End */
/* /local/templates/agropak/components/bitrix/catalog.section.list/index-page/style.css?14895005881805 */
