

/* Start:/bitrix/templates/redcode_corporatelight/components/bitrix/catalog.section.list/uslugi/style.css?15153937432571*/
.services{margin: 0px 0 35px 0;}
	.servicesItem{width: 45%; margin: 2%; display: inline-block; vertical-align: top; background: #fff; transition: box-shadow .25s ease;
		min-height: auto; position: relative;
		box-shadow: 1px 1px 5px rgba(0,0,0, .12);
		/*box-shadow: 0 1px 1px rgba(0,0,0, .12);*/
	}
	.servicesItem:hover {box-shadow: rgba(0,0,0, .12) 0 35px 90px}
	.servicesItem:hover .servicesItem_button {background: #EF6C00; color: #fff; box-shadow: 0 2px 8px rgba(239,108,0, .27);}
	.servicesItem:nth-child(3n){margin-right: 2%;}
		.servicesItemWrap{}
			
			.servicesItemInfo{margin: 0 35px; padding: 10px 0;text-align: center;}
				.servicesItem_name{
					font-size: 19px;
					font-weight: 700;
					margin: 20px 0;
					line-height: 28px;
					height: 36px;
					padding-bottom: 20px;
				}
				.servicesItem_text{line-height: 1.5; margin-bottom: 45px;}
				.servicesItem_button{color: #EF6C00; text-transform: uppercase; font-size: 13px; padding: 10px 16px;
					border-radius: 2px; transition: background .25s, color .25s; font-weight: 500;
				}

.servicesItemLine{
	height: 2px;
	background: #cdcdcd;
	width: 50px;
	margin: 10px auto 20px auto;
	clear: both;
	position: relative;
	overflow: hidden;
}

.servicesItem_img {
    width: 100%;
    height: 150px;
    margin: 0px auto 0px auto;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.servicesItemInfoBot{
	padding-bottom: 30px;
}

.servicesItem:after {
    content: '';
  
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 60px;
    height: 60px;
    border-bottom: 2px solid #047CC0;
    border-right: 2px solid #047CC0;
}

.servicesItem:before {
    content: '';
  
    position: absolute;
	left: 0;
    top: 0;
    
    width: 60px;
    height: 60px;
    border-top: 2px solid #047CC0;
    border-left: 2px solid #047CC0;
}

.servicesItem:hover:after {
	width: 100px;
    height: 100px;
}

.servicesItem:hover:before {
	width: 50%;
    height: 50%;
}

@media all and (max-width: 1000px) {
	/*.servicesItem{width: 48%; margin: 0 4% 4% 0;}
	.servicesItem:nth-child(3n){margin-right: 4%;}
	.servicesItem:nth-child(2n){margin-right: 0;}*/
		.servicesItem_img{background-size: cover;}
	.servicesItem{width: 45% !important;}
}

@media all and (max-width: 690px) {
	.services{padding: 0 40px 40px 40px;}
		.servicesItem{width: 100% !important; margin: 20px 0 40px 0;}
		.servicesItem:last-child{margin: 0;}
}

@media all and (max-width: 550px) {
	.services{padding: 0 0 40px 0;}
	.servicesItem{margin: 20px 0 22px 0;}
}
/* End */
/* /bitrix/templates/redcode_corporatelight/components/bitrix/catalog.section.list/uslugi/style.css?15153937432571 */
