

/* Start:/bitrix/templates/lesservice/components/bitrix/news/products/bitrix/news.list/.default/style.css?17301344361740*/
section.products-section {
	margin: 0px 20px 40px;
}

.products-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-start;
	    -ms-flex-pack: flex-start;
	        justify-content: flex-start;
    font-family: 'Century Gothic';
	font-weight: 600;
	flex-wrap: wrap;
}

.products-block a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
    margin: 20px 20px;
    width: calc(20% - 40px);
}

.products-block a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.product-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 150px;
	background-size: cover;
}

.product-item__img { margin-top: 10px; max-height: 50px;}

.product-item__title {
	position: relative;
	font-size: 17px;
	text-align: center;
    margin-bottom: 0;
	margin-top: 10px;
}

.product-item__description {
	margin-top: 0;
    font-family: 'Century Gothic';
	font-size: 13px;
	font-weight: 400;
	text-align: center;
}
.products-block .product-item {
	background-size: cover;
	background-position: center;
}
@media (max-width: 1600px) {
	.products-block a {
		width: calc(25% - 40px);
	}
}
@media (max-width: 1600px) {
	.product-item__title {
		font-size: 17px;
	}
}
@media (max-width: 1280px) {
	.products-block a {
		width: calc(33% - 40px);
	}
}
/* End */
/* /bitrix/templates/lesservice/components/bitrix/news/products/bitrix/news.list/.default/style.css?17301344361740 */
