.b-services-tile__items {
	position: relative;
}
.b-services-tile__item {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	background: #FFFFFF;
	border-radius: 5px;
}
/* .b-services-tile__slider.owl-carousel.owl-loaded .owl-stage-outer {
	overflow-x: hidden !important;
} */
.b-services-tile__icon {
	position: absolute;
	bottom: 27px;
	right: 22px;
	width: 28px;
	min-width: 28px;
	height: 28px;
	min-height: 28px;
	background: url("/include/img/info.png") no-repeat center;
	z-index: 99;
}
.b-services-tile__info {
	width: 100%;
	position: relative;
}
.b-services-tile__image {
	width: 100%;
	padding-top: 65%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.b-services-tile__image:after {
	content: ' ';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(65eb936….jpg);
	border-radius: 5px;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	bottom: 0;
}
.b-services-tile__name {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	z-index: 1;
}
.b-services-tile-info-block {
	display: none;
	position: absolute;
	width: 85%;
	top: 224px;
	right: 4px;
	background-color: #fff !important;
	padding: 16px 9px 18px 24px;
	border-radius: 15px;
	box-shadow: 0 0 27px -7px #00000029;
	background: url("/include/img/info-opened.png") no-repeat;
	background-position-x: 95%;
	background-position-y: 5%;
	z-index: 99;
}
.b-services-tile-info-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #000;
	padding-right: 40px;
}
.b-services-tile-info-text {
	margin-top: 14px;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #333333;
}
/* .b-services-tile__slider.owl-carousel .owl-stage-outer {
	overflow: hidden!important;
} */
.b-services-tile__slider.owl-carousel .owl-stage-outer .owl-stage {
	display: flex;
	align-items: stretch;
}

.b-services-tile__navigation {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 50%;
	z-index: 1;
}
.b-services-tile .preview-navigation-left,
.b-services-tile .preview-navigation-right {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-color: #E0F3F3;
	border-radius: 50%;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.b-services-tile .preview-navigation-left {
	left: -14px;
}
.b-services-tile .preview-navigation-right {
	right: -14px;
}
.b-services-tile .preview-navigation-left.disabled,
.b-services-tile .preview-navigation-right.disabled {
	display: none;
}



@media (max-width: 1479px) {
	.b-services-tile-info-block {
		top: 160px;
		right: 8px;
	}
}
@media (max-width: 1120px) {
	.b-services-tile-info-block {
		width: 100%;
		top: 149px;
		right: 0;
	}
	.b-services-tile-info-title {
		font-size: 16px;
	}
	.b-services-tile-info-text {
		margin-top: 10px;
		font-size: 10px;
	}
}
@media (max-width: 1100px) {
	.b-services-tile-info-block {
		top: 266px;
	}
}
@media (max-width: 1000px) {
	.b-services-tile-info-block {
		top: 81%;
	}
}
@media (max-width: 990px) {
	.b-services-tile-info-block {
		top: 79%;
	}
}
@media (max-width: 900px) {
	.b-services-tile-info-block {
		top: 67%;
	}
}
@media (max-width: 768px) {
	.b-services-tile__name {
		font-size: 16px;
	}
	.b-services-tile-info-block {
		top: 84%;
		background-position-x: 96.7%;
		background-position-y: 22%;
	}
}
@media (max-width: 600px) {
	.b-services-tile-info-block {
		top: 70%;
		background-position-x: 93.5%;
		background-position-y: 12%;
	}
}
@media (max-width: 425px) {
	.b-services-tile__name {
		font-size: 14px;
	}
}
@media (max-width: 380px) {
	.b-services-tile-info-block {
		top: 63%;
	}
}
