:root{
	--main-color: #C41F4C;
	--main-color-hover: #000000;
}

b{
	font-weight: 600 !important;
}
.special{
	color: var(--main-color, #252525);
}
b.special{
	font-weight: 700 !important;
}
hr{
	margin: 0 !important;
}

@media all and (max-width: 1000px) {
	.br:after{
		display: none;
	}
}

/* CLIENTS */
.widget-clients{
	position: relative;
	overflow: hidden;
	padding: clamp(60px, 8vw, 120px) 0;
	font-size: clamp(16px, 1.7vw, 20px);
}
.widget-clients .widget-header{
	position: relative;
	padding: 0 0 20px;
	display: flex;
	justify-content: center;
}
.widget-clients .widget-header-title{
	color: #151515;
	font-size: 4em;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.widget-clients .widget-header-title div:nth-child(1){
	transform: translateX(-144px);
}
.widget-clients .widget-header-title div:nth-child(2){
	transform: translateX(97px);
	margin: 12px 0 0;
}
.widget-clients .widget-header-title span{
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #151515;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.widget-clients .widget-content{
	margin: 73px 0 0;
}
.widget-clients .widget-items:nth-child(2){
	transform: rotateY(-180deg);
	margin-top: 21px;
}
.widget-clients .widget-items:nth-child(2) .widget-item{
	transform: rotateY(180deg);
}
.widget-clients .widget-items:nth-child(2) .owl-stage-outer{
	overflow: visible;
}
.widget-clients .widget-items .owl-stage{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.widget-clients .widget-item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 257px;
	height: 118px;
	border: 1px solid #E7E7E7;
	padding: 30px 44px;
}
.widget-clients .widget-item .widget-item-picture {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-filter: contrast(0) grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: contrast(0) grayscale(100%);
	transition: 0.4s;

}
.widget-clients .widget-item .widget-item-picture:hover {
	-webkit-filter: none;
	filter: none;
}
@media all and (max-width: 1000px) {
	.widget-clients .widget-header{
		justify-content: center;
	}
	.widget-clients .widget-header-title{
		text-align: center;
	}
	.widget-clients .widget-header-title div:nth-child(1),
	.widget-clients .widget-header-title div:nth-child(2){
		transform: none;
		margin: 7px 0 0;
	}
	.widget-clients .widget-item{
		padding: 15px 46px;
	}
	.widget-clients .widget-content{
		margin: 40px 0 0;
	}
	.widget-clients .widget-header-title span{
		-webkit-text-stroke-width: .5px;
	}
}
@media all and (max-width: 800px) {
	.widget-clients .widget-header-title{
		font-size: 2.125em;
	}
}
@media all and (max-width: 550px) {
	.widget-clients .widget-content{
		margin: 22px 0 0;
	}
	.widget-clients .widget-item{
		width: 220px;
		height: 101px;
		padding: 14px 24px;
	}
	.widget-clients .widget-header-title span{
		margin: 0 0 5px;
	}
	.widget-clients .widget-header{
		padding: 0 0 25px;
	}
}


.widget-reviews-wrap{
	padding: clamp(60px, 8vw, 120px) 0;
	background-color: #F8F8F8;
}
.widget-services-wrap{
	padding: clamp(60px, 10vw, 120px) 0 40px;
}
.widget-prices-wrapper{
	padding: clamp(60px, 10vw, 120px) 0;
}
.widget-projects-wrap{
	padding: clamp(60px, 10vw, 120px) 0;
	background-color: #F8F8F8;
}