

/* Start:/local/templates/sezon/components/bitrix/news.list/articles/style.css?16610228461115*/
/**/
.uslugiList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.uslugiList > .uItem{
	width:24%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-bottom: 5%;
}
.uItem .img {
	padding-top: 80%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
	display: block;
}
.uItem a {
	color: #333;
	font-size: 21px;
	line-height: 20px;
	text-decoration: none;
	/* min-height: 40px; */
}
.uItem .ttl {
	text-align: center;
	display: flex;
	min-height: 40px;
	margin-bottom: 10px;
	justify-content: center;
	align-items: center;
}

@media(max-width:1000px){
	.uslugiList{
		justify-content: flex-start;
	}
	.uslugiList > .uItem{
		width:29%;
		margin:0 2% 4%;
	}
}
@media(max-width:738px){
	.uslugiList > .uItem{
		width:44%;
		margin:0 2% 5%;
	}
	.uItem .ttl{
		margin-bottom: 10px;
	}
}
@media(max-width:450px){
	.uslugiList > .uItem{
		width:100%;
		margin:0 0 5%;
	}
	.uItem .ttl{
		margin-bottom: 10px;
		min-height: auto;
	}
}
/* End */
/* /local/templates/sezon/components/bitrix/news.list/articles/style.css?16610228461115 */
