

/* Start:/local/templates/.default/components/bitrix/news.list/serv/style.css?17636761211871*/
.b-services {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.b-services .services__item {
	padding: 30px;
	position: relative;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 200px;
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	width: calc(50% - 15px);
}
.b-services .services__item:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.b-services .services__item:before {
	content: '';
	position: absolute;
	left: 30px;
	bottom: 35px;
	width: 24px;
	height: 14px;
	background: url(/images/ar-detail.svg) no-repeat;
}
.b-services .big {
	width: calc(50% - 15px);
}
.b-services .small {
	width: calc(33.333% - 15px);
}
.b-services .services__title {
	margin-bottom: 15px;
	font-size: 24px;
}
.b-services .services__left {
	padding-left: 20px;
	width: calc(100% - 145px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.b-services .services__img {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    width: 145px;
    height: 100%;
}
.b-services .services__link a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 1500px) and (min-width:1024px) {
.b-services .services__item {
	padding: 20px;
	}
.b-services .services__title {
	font-size: 18px;
}

}
/* End */
/* /local/templates/.default/components/bitrix/news.list/serv/style.css?17636761211871 */
