@media(min-width:1950px){
	.et_pb_section{
		max-width:1920px;
		margin-left:auto !important;
		margin-right:auto !important;
	}
	#left_logo_menu{
		width:1920px !important;
		left:50%;
		transform:translateX(-50%);
	}
}

@media(min-width:1000px) and (max-width:3000px){
	.column_responsive{
		margin-top:auto !important;
		margin-bottom:auto !important;
	}
}

@media(max-width:1600px){
	.header_page{
		height:250px;
	}
}

@media(max-width:1400px){
	.header_page{
		height:220px;
	}
}

@media(max-width:1200px){
	.header_page{
		height:200px;
	}
}

@media(max-width:1080px){
	.header_page{
		height:180px;
	}
}

@media(max-width:980px){
	.module_bloc{
		display:flex;
		flex-direction:column;
		gap:30px;
	}
	.module_bloc:after{
		display:none;
	}
	.module_bloc_item{
		width:100% !important;
		margin-right:0 !important;
		margin-bottom:0 !important;
	}
	.slider_default .et_pb_column{
		padding:0px;
	}
	.header_page{
		height:170px;
	}
}

@media (max-width:800px){
	.header_page{
		height:140px;
	}
}

@media (max-width:600px){
	.column_mosaic{
		padding:70px 70px !important;
	}
	.header_page{
		height:110px;
	}
}

@media (max-width:500px){
	.column_mosaic{
		padding:70px 60px !important;
	}
}

@media (max-width:440px){
	.column_mosaic{
		padding:70px 50px !important;
	}
	.header_page{
		height:100px;
	}
}