.page-rabais{
	background-color: #fff;
	border-image: url(../img/brd-vert.jpg)30 round;
	border-top: none;
	border-bottom: none;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.6), -12px 0 8px -4px rgba(0, 0, 0, 0.6);
}
.page-rabais{
	text-align: center;
	min-height: 1200px;

}
.container{
}

.banner{
	margin-top: -22px;
}

.pub img{
	display: block;
	margin: 0px auto;
	box-shadow: 0px 0px 12px 1px rgba(0,0,0,.6);
	width: 100%;
}

.pub{
	padding: 20px 0;
}

.pub::after{
	content: ' ';
	display: block;
	width: 85%;
	height: 2px;
	margin: 40px auto 0;
	background: #eee;
}

.pub h3{
	font-size: 17px;
	text-align: left;
}

.manufacturier img{
	width: 80%;
	float: left;
}

.clear{
	clear: both;
}

.pub h3.first{
	margin-top: 0;
}

.one{
	margin-left: -2%;
}

.constructor-info{
	display: flex;
	align-items: center;
}

.constructor-info img{
	width: 100%;
}

hr{
    border-top: 2px solid lightgray!important;
}

.constructor-info .texte{
	font-family: 'Lato';
	font-size: 19px;
}

.constructor-info .date{
	font-weight: 700;
}

.date-bf{
	color: #014380;
	
}

.date{
	font-size: 26px;
}

.description-bf{
	color: #333;
}

.description{
	text-align: left;
}

.description-bf strong{
	color: #1B5D9A;
}

.btn-coupon{
	width: 243px;
	height: 78px;
	display: inline-block;
	background: url(../images/btn-link-bg.png)top left no-repeat;
	line-height: 65px;
	text-align: center;
	color: #fff;
	margin-top: 18px;
	opacity: 0.89;
	font-family: 'Fjalla One', sans-serif;
	font-size: 23px;

}

.btn-coupon:hover{
	text-decoration: none!important;
	color: #fff!important;
	opacity: 1;
	transition: opacity 700ms;
}

@media (max-width: 572px){
	.banner img{
		width: 111%;
		margin-top: 12px;
		margin-left: -6%!important;
	}
	.page-rabais{
		margin: 0!important;
		padding: 0!important;
		border: none!important;
	}
	.constructor-logo{
		display: none;
	}
	.constructor-info{
		display: block;
	}
	body{
		overflow-x: hidden;
	}
}

@media(max-width: 1350px){
	.btn-coupon{
		width: 100%!important;
		z-index: 300;
	}
}