

/* Start:/bitrix/templates/ezco/components/bitrix/news.list/service_widget/style.css?17878232221535*/
.wservices-item {
	min-height: 100px;
	padding: 0 0 0 110px;
	margin: 0 0 30px;
	position: relative;
}

.wservices-item:before {
	content: "";
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
	background-color: #293d62;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
	position: absolute;
	left: 0;
	top: 0;
}

.wservices-item_service1:before {
	background-image: url("/bitrix/templates/ezco/components/bitrix/news.list/service_widget/images/service1.png");
}

.wservices-item_service2:before {
	background-image: url("/bitrix/templates/ezco/components/bitrix/news.list/service_widget/images/service2.png");
}

.wservices-item_service3:before {
	background-image: url("/bitrix/templates/ezco/components/bitrix/news.list/service_widget/images/service3.png");
}

.wservices-item_service4:before {
	background-image: url("/bitrix/templates/ezco/components/bitrix/news.list/service_widget/images/service4.png");
}

.wservices-item_service5:before {
	background-image: url("/bitrix/templates/ezco/components/bitrix/news.list/service_widget/images/service5.png");
}

.wservices-item_service6:before {
	background-image: url("/bitrix/templates/ezco/components/bitrix/news.list/service_widget/images/service6.png");
}

.wservices-item__title {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.wservices-item__title a {
	color: #3d3d3d;
	text-decoration: none;
}


/* MEDIAQUERIES */

@media (min-width: 768px) {
	.wservices-box {
		margin-top: -50px;
	}
	.wservices-item {
		text-align: center;
		min-height: 1px;
		padding: 120px 0 0;
	}
	.wservices-item:before {
		margin-left: -50px;
		left: 50%;
	}
}

/* END MEDIAQUERIES */
/* End */


/* Start:/bitrix/templates/ezco/components/bitrix/news.list/rent_widget/style.css?17878232221044*/
.wrent {
	padding: 50px 0;
	position: relative;
}

.wrent:before {
	content: "";
	width: 100%;
	height: 20px;
	background: url("/bitrix/templates/ezco/components/bitrix/news.list/rent_widget/images/separator.png") center top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.wrent-title {
	font-size: 30px;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}

.wrent-item {
	margin: 0 0 30px;
}

.wrent-item__photo {
	max-width: 400px;
	border: 3px solid #c3c3c3;
	overflow: hidden;
	margin: 0 0 10px;
}

.wrent-item__photo img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

.wrent-item__photo:hover img {
	transform: scale(1.2);
}

.wrent-item__title {
	font-weight: normal;
	font-size: 22px;
	margin: 0 0 5px;
}

.wrent-item__title a {
	color: #3d3d3d;
	text-decoration: none;
}

.wrent-item__text {
	margin: 0 0 10px;
}

.wrent-item__more {
	margin: 0;
}

.wrent-item__more a {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

.wrent-item__more a:hover {
	text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/ezco/components/bitrix/news.list/news_widget/style.css?1787823222993*/
.wnews {
	padding: 0 0 10px;
}

.wnews-title {
	font-size: 30px;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}

.wnews-item {
	margin: 0 0 40px;
}

.wnews-item__title {
	font-weight: normal;
	font-size: 22px;
	margin: 0 0 10px;
}

.wnews-item__title a {
	color: #3d3d3d;
	text-decoration: none;
}

.wnews-item__photo {
	max-width: 400px;
	border: 3px solid #c3c3c3;
	overflow: hidden;
	margin: 0 0 10px;
}

.wnews-item__photo img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

.wnews-item__photo:hover img {
	transform: scale(1.2);
}

.wnews-item__text {
	margin: 0 0 15px;
}

.wnews-item__button {
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 10px 30px;
	background: #293d62;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

.wnews-item__button:hover {
	color: white;
	background: #3da3d8;
}
/* End */


/* Start:/bitrix/templates/ezco/components/bitrix/news.list/examples_widget/style.css?17878232221260*/
.wgallery {
	padding: 50px 0;
	position: relative;
}

.wgallery:before {
	content: "";
	width: 100%;
	height: 20px;
	background: url("/bitrix/templates/ezco/components/bitrix/news.list/examples_widget/images/separator.png") center top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.wgallery-title {
	font-size: 30px;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}

.wgallery-item {
	margin: 0 0 30px;
}

.wgallery-item__photo {
	border: 3px solid #c3c3c3;
	overflow: hidden;
	margin: 0 0 10px;
}

.wgallery-item__photo img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

.wgallery-item__photo:hover img {
	transform: scale(1.2);
}

.wgallery-item__title {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}

.wgallery-item__title a {
	color: #3d3d3d;
	text-decoration: none;
}

.wgallery-button-box {
	text-align: center;
	padding: 10px 0 0;
}

.wgallery-button {
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 15px 40px;
	background: #293d62;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

.wgallery-button:hover {
	color: white;
	background: #3da3d8;
}
/* End */


/* Start:/bitrix/templates/ezco/components/bitrix/news.list/reviews_widget/style.css?1787823222748*/
.wreviews {
	padding: 50px 0 10px;
	position: relative;
}

.wreviews:before {
	content: "";
	width: 100%;
	height: 20px;
	background: url("/bitrix/templates/ezco/components/bitrix/news.list/reviews_widget/images/separator.png") center top no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.wreviews-title {
	font-size: 30px;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 30px;
}

.wreviews-item {
	text-align: center;
	padding: 40px 30px;
	background: white;
	margin: 0 0 30px;
}

.wreviews-item__photo {
	margin: 0 0 20px;
}

.wreviews-item__title {
	font-weight: normal;
	margin: 0 0 5px;
}

.wreviews-item__title a {
	color: #3d3d3d;
	text-decoration: none;
}

.wreviews-item__date {
	color: #c3c3c3;
	margin: 0 0 5px;
}

.wreviews-item__text {
	margin: 0;
}
/* End */
/* /bitrix/templates/ezco/components/bitrix/news.list/service_widget/style.css?17878232221535 */
/* /bitrix/templates/ezco/components/bitrix/news.list/rent_widget/style.css?17878232221044 */
/* /bitrix/templates/ezco/components/bitrix/news.list/news_widget/style.css?1787823222993 */
/* /bitrix/templates/ezco/components/bitrix/news.list/examples_widget/style.css?17878232221260 */
/* /bitrix/templates/ezco/components/bitrix/news.list/reviews_widget/style.css?1787823222748 */
