
.section.other_uslugi_slider {
	
}
.other_uslugi_slider .owl-carousel-wrapper {
	margin: 84px 0 0;
}
.other_uslugi_slider_owl .item {
	border-radius: 30px;
	padding: 42px;
	position: relative;
	font-size: 18px;
	color: var(--white);
	min-height: 288px;
	overflow: hidden;
	z-index: 1;
}
.other_uslugi_slider_owl .item img {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	object-fit: cover;
	z-index: -1;
}
.other_uslugi_slider_owl .item:after {
	position: absolute;
	display: block;
	content: '';
	background-color: #000000B2;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	pointer-events: none;
	transition: 0.3s;
}
.other_uslugi_slider_owl .item a {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.other_uslugi_slider_owl .item:hover:after {
	background-color: #000000B2;
}
.other_uslugi_slider_owl .item:hover, .other_uslugi_slider_owl .item:hover a {
	color: #fff;
}
.other_uslugi_slider_owl .item svg {
	position: absolute;
	right: 33px;
	bottom: 33px;
	transition: 0.3s;
	opacity: 0;
	z-index: 3;
}
.other_uslugi_slider_owl .item:hover svg {
	opacity: 1;
}
.other_uslugi_slider_owl .item .item_title {
	border-left: 1px solid var(--blue);
	padding-left: 24px;
}



@media (max-width: 991px) {
	
	.other_uslugi_slider .owl-carousel-wrapper {
		margin: 60px 0 0;
	}
	.other_uslugi_slider_owl .item {
		border-radius: 24px;
		padding: 24px;
	}
}


@media (max-width: 767px) {
	.other_uslugi_slider_owl.grid.col2 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.other_uslugi_slider .owl-carousel-wrapper {
		margin: 40px 0 0;
	}
	.other_uslugi_slider_owl .item {
		font-size: 16px;
	}
}

@media (max-width: 450px) {

	.other_uslugi_slider_owl .item {
		font-size: 14px;
	}
}
