.ifs-manufacturers {
}

.ifs-manufacturers__carousel {
	position: relative;
}

.ifs-manufacturers__title {
	margin-bottom: 24px;
}

.ifs-manufacturers__item {
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ifs-manufacturers__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 120px;
	padding: 20px;
	box-sizing: border-box;
}

.ifs-manufacturers__image {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 180px;
	object-fit: contain;
	object-position: center;
}

.ifs-manufacturers__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 120px;
	padding: 20px;
	box-sizing: border-box;
}

.ifs-manufacturers__item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ifs-manufacturers .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.ifs-manufacturers .owl-nav .owl-prev,
.ifs-manufacturers .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	/*
	background: #0061a1;
	color: #fff;
	*/
	border-radius: 0;
}

.ifs-manufacturers .owl-nav .owl-prev {
	left: -43px;
}

.ifs-manufacturers .owl-nav .owl-next {
	right: -43px;
}

.ifs-manufacturers .owl-nav i {
	font-size: 17px;
	line-height: 1;
	color: inherit;
}

@media (max-width: 778px) {
	.ifs-manufacturers .owl-nav .owl-prev {
		left: 10px;
	}

	.ifs-manufacturers .owl-nav .owl-next {
		right: 10px;
	}
}
