.module-brands.style-4 {
	padding: 120px 0 150px;
}

.module-brands.style-4 .section-headline h2 {
	font-size: 58px;
	color: #bfdedd;
	text-transform: uppercase;
}
.module-brands.style-4 .brands-slider .slick-list {
	padding: 40px;
}
.module-brands.style-4 .brands-slider {
	max-width: 1280px;
	transition: .4s;
}

.module-brands.style-4 .content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.module-brands.style-4 .brands-slider .slick-slide:not(.slick-active) {
	opacity: 0;
	transition: .5s;
}

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

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

.module-brands.style-4 .content .brand-block .each-brand:nth-child(odd) {
	padding-top: 25%;
}

.module-brands.style-4 .content .brand-block .each-brand .photo, 
.module-brands.style-4 .content .brand-block .each-brand .logo {
	position: relative;
	padding-bottom: 100%;
}

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

.module-brands.style-4 .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-4 .content .brand-block .each-brand .logo {
	background: #bfdddd;
	box-shadow: -20px 20px 30px 0px rgba(0,0,0,0.8);
	-webkit-box-shadow: -20px 4px 30px 0px rgb(0 0 0 / 31%);
	-moz-box-shadow: -20px 20px 30px 0px rgba(0,0,0,0.8);
}

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

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

.module-brands.style-4 .brands-slider .draggable {
	padding: 40px;
}


.module-brands.style-4 .brands-slider .slick-slide:not(.slick-active) {
	opacity: 0;
	transition: .5s;
}

.module-brands.style-4 .slick-dots {
	position: absolute;
	right: -70px;
	padding-left: 0;
	list-style: none;
	top: 50%;
	transform: translate(0, -50%);
}

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

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

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

.module-brands.style-4 .slick-dots li.slick-active {
	opacity: 1;
}
.module-brands.style-4 .brands-slider .brand-block {
    display: flex;
    flex-wrap: wrap;
}
.module-brands.style-4 .content .brand-block .each-brand {
	width: 25%;
	flex-basis: unset;
	max-width: unset;
}

.module-brands.style-4 .ry-headline h4 {
    color: #bfdedd;
}
.module-brands.style-4 .ry-headline h2 {
    color: #fff;
}
.module-brands.style-4 .ry-btn-wrap .ry-btn {
    border-color: #bfdedd;
    color: #fff !important;
}
.module-brands.style-4 .ry-btn-wrap .ry-btn:hover {
    background: #bfdedd !important;
    color: #000 !important;
}

.module-brands.style-4 .content .brand-block .each-brand:first-child .logo {
    border-radius: 0 0 0 80px;
}
.module-brands.style-4 .content .brand-block .each-brand:nth-child(3) .logo {
    border-radius: 0 0 80px 0;
}
.module-brands.style-4 .content .brand-block .each-brand:nth-child(2) .photo img {
    border-radius: 80px 0 0 0;
}
.module-brands.style-4 .content .brand-block .each-brand:nth-child(4) .photo img {
    border-radius: 0 80px 0 0;
}

@media (max-width: 1680px) {
	.module-brands.style-4 .section-headline h2 {
		color: #bfdedd;
		font-size: 50px;
	}
}
@media (max-width: 1480px) {
	.module-brands.style-4 .slick-dots {
		right: -20px;
	}
}
@media (max-width: 1080px) {
	.module-brands.style-4 {
		padding: 60px 0;
	}
	.module-brands.style-5 .content .section-headline {
		margin-bottom: 30px;
	}
	.module-brands.style-4 .section-headline h2 {
		text-align: center;
		font-size: 46px;
	}
	.module-brands.style-4 .content .brand-block .each-brand {
		width: 50%;
	}
	.module-brands.style-4 .content .brand-block .each-brand:nth-child(odd) {
		padding-top: 50%;
	}
	.module-brands.style-4 .content .brand-block .each-brand:nth-child(3) {
		padding-top: 0;
	}

	.module-brands.style-4 .content .brand-block .each-brand:nth-child(4) {
		margin-top: -50%;
	}
	.module-brands.style-4 .brands-slider .slick-list {
		padding: 20px 20px;
	}
	.module-brands.style-4 .content .brand-block .each-brand .logo {
		box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.8);
		-webkit-box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.8);
		-moz-box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.8);
	}	
}

@media (max-width: 480px) {
	.module-brands.style-4 .section-headline h2 {
		font-size: 42px;
	}
	.module-brands.style-4 .slick-dots {
		right: -10px;
	}
	.module-brands.style-4 .slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.module-brands.style-4 .slick-dots li {
		height: 10px;
		width: 10px;
		opacity: .5;
	}
}
@media (max-width: 420px) {
	.module-brands.style-4 .section-headline h2 {
		font-size: 36px;
	}
}