.module-brands.style-5 {
	padding: 80px 0 90px;
}

.module-brands.style-5 .section-headline h2 {
	font-size: 58px;
	font-family: Open Sans;
	text-transform: uppercase;
}


.module-brands.style-5 .content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.module-brands.style-5 .content .section-headline {
	margin-bottom: 60px;
}

.module-brands.style-5 .content  .brand-block {
	display: flex;
}

.module-brands.style-5 .content .brand-block .each-brand {
    padding: 15px;
	width: 50%;
}
.module-brands.style-5 .content .brand-block .each-brand .photo, 
.module-brands.style-5 .content .brand-block .each-brand .logo {
	position: relative;
	padding-bottom: 50%;
	/* width: 300px; */
	/* height: 300px; */
	width: 50%;
	
}

.module-brands.style-5 .content .brand-block .each-brand .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-brands.style-5 .content .brand-block .each-brand .logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	filter: invert(1);
}

.module-brands.style-5 .content .brand-block .each-brand .logo {
	background: #002e35;
	
}

.module-brands.style-5 .content .brand-block .each-brand:nth-child(even) .logo {
	background: #60c0d8;
}

.module-brands.style-5 .content .brand-block .each-brand .photo {
	position: relative;
	z-index: 2;
}


.module-brands.style-5 .slick-dots {
	z-index: 999;
	position: absolute;
	left: 50%;
	padding-left: 0;
	list-style: none;
	top: unset;
	bottom: -60px;
	transform: translate(-50%, 0);
	display: flex !important;
}

.module-brands.style-5 .slick-dots li button {
	text-indent: -999999px;
	padding: 0;
	border: unset;
	box-shadow: unset;
	width: 15px;
	height: 15px;
	background: #60c0d8;
	border-radius: 50%;
}

.module-brands.style-5 .slick-dots li {
	height: 15px;
	width: 15px;
	opacity: .5;
}

.module-brands.style-5 .slick-dots li:not(:last-child) {
	margin-right: 10px;
}

.module-brands.style-5 .slick-dots li.slick-active {
	opacity: 1;
}

.module-brands.style-5 .brands-slider .brand-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

.module-brands.style-5 .brands-slider  .brand-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-brands.style-5 .brands-slider .brand-block .each-brand-group:nth-child(1) {
    margin-left: -25%;
}
.module-brands.style-5 .brands-slider .brand-block .each-brand-group:nth-child(2) {
    margin-right: -25%;
}

@media (max-width: 1680px) {
	.module-brands.style-5 .section-headline h2 {
		font-size: 50px;
	}
}

@media (max-width: 1080px) {
	.module-brands.style-5 {
		padding: 60px 0;
	}
	
	.module-brands.style-5 .section-headline h2 {
		text-align: center;
		font-size: 46px;
	}
	.module-brands.style-5 .content .brand-block .each-brand {
		padding: 10px;
		width: 50%;
	}
	.module-brands.style-5 .content .section-headline {
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.module-brands.style-5 .content .brand-block .each-brand .photo, 
	.module-brands.style-5 .content .brand-block .each-brand .logo {
		width: 100%;
		padding-bottom: 100%;
	}
}
@media (max-width: 480px) {
	.module-brands.style-5 .section-headline h2 {
		font-size: 42px;
	}
	.module-brands.style-5 .content .brand-block .each-brand {
		padding: 5px;
	}
}
@media (max-width: 420px) {
	.module-brands.style-5 .section-headline h2 {
		font-size: 36px;
	}
}