.home_systems .items.brand-slider .item {
	width: auto;
}
.home_systems .items.brand-slider .wrap-item .item {
	float: left;
	width: 50%;
}
.home_systems .items.brand-slider .wrap-item .item:nth-of-type(3),
.home_systems .items.brand-slider .wrap-item .item:nth-of-type(4) {
	border-top: 0;
}
.home_systems .items.brand-slider .wrap-item .item:nth-of-type(2),
.home_systems .items.brand-slider .wrap-item .item:nth-of-type(4) {
	border-left: 0;
}
.home_systems .items.brand-slider {
	display: block;
}
.home_systems .items.brand-slider .owl-dots {
	text-align: center;
}
.home_systems .items.brand-slider .owl-dot {
	width: 6px;
	height: 6px;
	background: #d9d9d9;
	margin: 0 4px;
	border-radius: 50%;
	vertical-align: middle;
}
.home_systems .items.brand-slider .owl-dot.active {
	background: #00509e;
	width: 8px;
	height: 8px;
}
.home_systems .items.brand-slider .owl-dots {
	position: absolute;
	top: 100%;
	left: 80px;
	right: 80px;
	padding-top: 7px;
}


.home_systems .items.brand-slider .owl-prev,
.home_systems .items.brand-slider .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.home_systems .items.brand-slider button:hover {
    background-color: #00509e!important;
    border-color: #00509e;
}
.home_systems .items.brand-slider .owl-prev {
	left: -100px;
}
.home_systems .items.brand-slider .owl-next {
	right: -100px;
}
.home_systems .items.brand-slider button:hover:before {
    -webkit-filter: brightness(7);
    filter: brightness(7);
}
.home_systems .items.brand-slider button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 23px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
.home_systems .items.brand-slider .owl-prev:before {
    background: url(img/pagination_prev.png) no-repeat;
}
.home_systems .items.brand-slider .owl-next:before {
    background: url(img/pagination_next.png) no-repeat;
}
.home_systems .items.brand-slider .item img {
	margin: 0 auto;
}
@media screen and (max-width: 1400px) {
	.home_systems .items.brand-slider button.owl-next {
	    right: 0;
	    top: 100%;
	    margin-top: 10px;
	}
	.home_systems .items.brand-slider button.owl-prev {
	    left: 0;
	    top: 100%;
	    margin-top: 10px;
	}
	.home_systems .items.brand-slider .owl-prev,
	.home_systems .items.brand-slider .owl-next {
	    width: 60px;
	    height: 60px;
	}
	.brand-slider {
		margin-bottom: 40px;
	}
	.home_systems .items.brand-slider .owl-dots {
		padding-top: 30px;
	}
}
@media screen and (max-width: 1200px) {
	.home_systems .items.brand-slider .owl-prev,
	.home_systems .items.brand-slider .owl-next {
	    width: 50px;
	    height: 50px;
	}
	.home_systems .items.brand-slider .owl-dots {
		padding-top: 27px;
	}
}
@media screen and (max-width: 760px) {
	.home_systems .items.brand-slider .item {
	    width: auto;
	    margin-bottom: 0px;
	}
}
.home_systems .items.brand-slider .button img {
	max-width: none;
	width: auto;
	margin-left: 10px;
}