@media (min-width: 1024px){
	.brands_wrapper .owl-carousel {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.brands_wrapper a .brand_item_image{
	display: flex;
	justify-content: center;
	align-items: center;
}
.brands_wrapper a .brand_item_image img{
	max-width: 150px;
	height: auto;
	margin-bottom: 10px;
}
.brands_wrapper .brand_item{
	display: flex;
	justify-content: center;
	justify-content: end;
	align-items: center;
	height: 60px;
	height: 105px;
	height: 120px;
	flex-direction: column;
        padding-right: 51px;
        text-align: center;
}
.block_section_link{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 40px;
}
.more-brands-link{
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--main_color);
	font-size: 16px;
	line-height: 6px;
	font-weight: bold;
}
.more-brands-link i{
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	top: 0px;
	transition: translate .3s;
}
.more-brands-link:hover i{
	animation: arrow_move 1s infinite;
}
.more-brands-link:hover{
	color: var(--main_color_hover);
}
@keyframes arrow_move {
	0%{
		transform: translate(0px, 0);
	}
	50%{
		transform: translate(5px, 0);
	}
	100%{
		transform: translate(0px, 0);
	}
}

.brand_item .brand_item_image img{
	transition: .3s;
	/*filter: grayscale(100%);
	opacity: .6;*/
}
.brand_item .brand_item_image:hover img{
	filter: grayscale(20%);
	opacity: 1;
}
.wrapper_slider_brends{
	padding-top: 0!important;
	/*background-color: #fff;*/
	padding-bottom: 80px!important;
	padding-bottom: 0 !important;
}
@media screen and (max-width: 767.98px){
	.brands_wrapper .owl-carousel .owl-nav button.owl-prev, .brands_wrapper .owl-carousel .owl-nav button.owl-next {
		top: -24px !important;
	}
}
.brands_container{
	position: relative;
}
.block_section_link{
	position: absolute;
	top: -52px;
}