.home_brand {
	max-width: 1348px;
	margin: 0 auto;
	overflow: hidden;
}
.home_brand .item-views.brands .item img {
opacity:1;
filter:none;
-webkit-filter:none;
max-height: 45px;
max-width: 175px;
width: 100%;
}
.home_brand .home_brand--wrapper {
	display:flex;
	align-items: center;
    	justify-content: space-between;
}
.home_brand .brands_slider_wrapp li img {opacity: 1;}
.home_brand .brands_slider_wrapp {
    padding: 0;
    border-top: none;
    margin: 0px 0px 0px;
border: none;
    max-height: none;
}

.home_brand .brands_slider_wrapp {width:calc(100% - 162px)}
.home_brand .home_brand--wrapper .btn{
	width: 157px;
	margin-left:6px;
font: 400 16px / 16px Roboto, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    border: 1px solid;
    letter-spacing: 0;
    border-radius: 6px;
    padding: 12px 21px 11px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}

.home_brand .item {
    line-height: 90px;
    height: 90px;
}
.home_brand img {
height: auto;
    max-height: 69px;
    max-width: 175px;
    width: 100%;
}
.home_brand .item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_brand .top_block {
    margin: 32px 0 0 0;
    padding: 0;
}
.home_brand .top_block h3 {
display: inline-block;
    margin: 0;
    font-size: 23px;
    font-family: Roboto, Arial, sans-serif;

}
@media (min-width: 992px) and (max-width: 1350px) {
    .home_brand {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media(max-width: 991px) {
	.home_brand .home_brand--wrapper .btn {display:none}
	.home_brand .brands_slider_wrapp {width:100%;}
    .home_brand  {
        margin-left: 50px;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .home_brand {
        margin-left: 20px;
        margin-right: 0;
    }
}
@media(max-width: 600px) {

    .home_brand .top_block {margin-bottom: 28px;}
    .item-views.brands {margin-right: -16px;width: calc(100% + 16px);}
    .item-views.brands.owl-carousel .owl-stage-outer {margin-left: -16px;padding-left: 16px;}
    .home_brand  .owl-item {width: 120px !important;flex-shrink: 0;}

    .content_wrapper_block.front_brands_slider .owl-stage {display: flex !important;}
}
@media(max-width: 485px) {
    .home_brand  .item {width: 140px !important;}
}
@media(max-width: 430px) {
    .home_brand  .item {width: 120px !important;}
}
@media(max-width: 350px) {
    .home_brand  .item {width: 110px !important;}
}