: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;
	}
}


/* ADVANTAGES 4 */
.widget-advantages-4{
	position: relative;
	padding: 183px 0 183px;
	background-color: #F3F3F3;
	font-size: clamp(16px, 1.7vw, 20px);
}
.widget-advantages-4 .widget-header{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 60px;
	margin-left: calc((100vw - 1200px) / 2);
	max-width: 1543px;
}
.widget-advantages-4 .widget-header-text{}
.widget-advantages-4 .widget-header .widget-title{
	font-size: 1.9em;
	font-weight: 700;
	line-height: 1.3;
	color: #151515;
	text-transform: uppercase;
	text-wrap: balance;
}
.widget-advantages-4 .widget-header .widget-description{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.3;
	color: #323232;
	margin-top: 38px;
}
.widget-advantages-4 .widget-header .widget-picture{
	display: flex;
	max-width: 841px;
	flex: 1 0 56%;
	border-radius: 4px;
	overflow: hidden;
	margin-top: -247px;
}
.widget-advantages-4 .widget-header .widget-picture img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	user-select: none;
}
.widget-advantages-4 .widget-content{
	margin-top: 122px;
}
.widget-advantages-4 .widget-items{
	display: flex;
	flex-wrap: wrap;
	gap: 46px 134px;
}
.widget-advantages-4 .widget-item{
	max-width: calc(25% - 100.5px);
	flex: 0 0 calc(25% - 100.5px);
}
.widget-advantages-4 .widget-item-number{
	font-size: 2.4em;
	font-weight: 700;
	line-height: 130%;
	color: #151515;
	text-align: center;
}
.widget-advantages-4 .widget-item-description{
	font-size: 18px;
	font-weight: 400;
	line-height: 130%;
	color: #323232;
	text-align: center;
	margin-top: 2px;
	text-wrap: balance;
}
@media all and (max-width: 1240px) {
	.widget-advantages-4{
		padding: 120px 0 183px;
	}
	.widget-advantages-4 .widget-header{
		margin-left: 0;
		padding: 0 20px;
	}
	.widget-advantages-4 .widget-header .widget-picture{
		margin-top: 0;
		max-width: 50%;
	}
	.widget-advantages-4 .widget-header-text {
		margin-top: 60px;
	}
	.widget-advantages-4 .widget-header .widget-description br{
		display: none;
	}
	.widget-advantages-4 .widget-items{
		gap: 48px 40px;
	}
	.widget-advantages-4 .widget-item{
		max-width: calc(25% - 30px);
		flex: 0 0 calc(25% - 30px);
	}
}
@media all and (max-width: 1000px) {
	.widget-advantages-4 {
		padding: 0 0 183px;
	}
	.widget-advantages-4 .widget-header .widget-picture{
		max-width: calc(100% + 40px);
		flex: 0 0 calc(100% + 40px);
		aspect-ratio: 16 / 9;
		order: 1;
		margin: 0 -20px;
	}
	.widget-advantages-4 .widget-header-text{
		margin-top: 0;
		order: 2;
	}
	.widget-advantages-4 .widget-header .widget-description{
		margin-top: 28px;
	}
	.widget-advantages-4 .widget-header{
		flex-wrap: wrap;
	}
	.widget-advantages-4 .widget-content {
		margin-top: 80px;
	}
	.widget-advantages-4 .widget-item {
		max-width: calc(50% - 20px);
		flex: 0 0 calc(50% - 20px);
	}
}
@media all and (max-width: 800px) {
	.widget-advantages-4 .widget-header .widget-title{
		font-size: 1.625em;
	}
}
@media all and (max-width: 600px) {
	.widget-advantages-4 {
		padding: 0 0 120px;
	}
	.widget-advantages-4 .widget-header{
		gap: 40px 60px;
	}
	.widget-advantages-4 .widget-header .widget-description {
		margin-top: 25px;
	}
	.widget-advantages-4 .widget-content {
		margin-top: 36px;
	}
	.widget-advantages-4 .widget-items {
		gap: 48px 20px;
	}
	.widget-advantages-4 .widget-item {
		max-width: calc(50% - 10px);
		flex: 0 0 calc(50% - 10px);
	}
}
@media all and (max-width: 450px) {
	.widget-advantages-4 .widget-header .widget-picture{
		aspect-ratio: 16 / 13.5;
	}
	.widget-advantages-4 .widget-header .widget-picture img{
		object-position: right;
	}
	.widget-advantages-4 .widget-item {
		max-width: 100%;
		flex: 0 0 100%;
	}
}


/* ADVANTAGES 5 */
.widget-advantages-5{
	position: relative;
	margin-top: -82px;
	padding: 0 0 clamp(30px, 8vw, 60px);
	z-index: 1;
}
.widget-advantages-5 .widget-content{}
.widget-advantages-5 .widget-items{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.widget-advantages-5 .widget-item{
	max-width: calc(25% - 11.25px);
	flex: 0 0 calc(25% - 11.25px);
	padding: 27px 34px 34px;
	background-color: #FFFFFF;
	box-shadow: -11px 15px 17px 0 #00000008;
}
.widget-advantages-5 .widget-item-icon{
	display: flex;
	margin-bottom: 18px;
}
.widget-advantages-5 .widget-item-name{
	font-size: 20px;
	font-weight: 700;
	line-height: 128%;
	color: #151515;
	text-transform: uppercase;
}
.widget-advantages-5 .widget-item-description{
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
	color: #585858;
	margin-top: 1px;
}
.widget-advantages-5 .widget-item:nth-child(4){
	background-color: #000000;
}
.widget-advantages-5 .widget-item:nth-child(4) .widget-item-name,
.widget-advantages-5 .widget-item:nth-child(4) .widget-item-description{
	color: #ffffff;
}
@media all and (max-width: 1240px) {
	.widget-advantages-5 .widget-item{
		padding: 27px 28px 34px;
	}
	.widget-advantages-5 .widget-item-name,
	.widget-advantages-5 .widget-item-description{
		font-size: 18px;
	}
}
@media all and (max-width: 1000px) {
	.widget-advantages-5 .widget-item {
		max-width: calc(50% - 7.5px);
		flex: 0 0 calc(50% - 7.5px);
	}
	.widget-advantages-5 .widget-item-name{
		font-size: 20px;
	}
	.widget-advantages-5 .widget-item-description{
		font-size: 18px;
	}
}
@media all and (max-width: 600px) {
	.widget-advantages-5{
		margin-top: -58px;
	}
	.widget-advantages-5 .widget-item-name{
		font-size: 22px;
	}
}
@media all and (max-width: 550px) {
	.widget-advantages-5 .widget-item-name br,
	.widget-advantages-5 .widget-item-description br{
		display: none;
	}
	.widget-advantages-5 .widget-item {
		max-width: 100%;
		flex: 0 0 100%;
	}
}

/* CLIENTS */
.widget-clients{
	position: relative;
	overflow: hidden;
	padding: clamp(30px, 8vw, 60px) 0 clamp(60px, 8vw, 120px);
	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(30px, 8vw, 60px) 0;
}