.modal-guarantee{
	position: relative;
	max-width: 850px;
	min-height: 610px;
	padding: 100px 30px 80px 30px;
	font-size: 13px;
	font-family: helvetica;
	text-align: center;
	margin: auto;
}
.modal-guarantee .background{
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	right: 0;
	background: white url("/Resources/Public/images/pages/guarantee/background.png") no-repeat center center;
	background-size: cover;
}
.modal-guarantee .background.cyclonis{
	background: white url("/Resources/Public/images/pages/guarantee/cyc-cert.png") no-repeat center center;
}
.modal-guarantee .text{
	position: relative;
	z-index: 2;
	margin: 0 auto;
	max-width: 670px;
}
.modal-guarantee h2{
	position: initial;
	color: #e8242d;
	font-size: 68px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	font-family: verdana;
}
.modal-guarantee p{
	line-height: 2;
}
@media screen and (max-width: 500px){
	.modal-guarantee h2{
		font-size: 40px;
	}
}
.modal-guarantee h3{
	color: #0c4173;
	font-size: 24px;
	margin: 5px 0;
}
.modal-guarantee .blue{
	color: #0c4173;
}
.modal-guarantee .left{
	text-align: left;
}
.modal-guarantee .media{
	float: right;
	margin: 0 0 0 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.modal-guarantee .background{
		background-image:url("/Resources/Public/images/pages/guarantee/background@2x.png");
	}
	.modal-guarantee .background.cyclonis{
		background-image:url("/Resources/Public/images/pages/guarantee/cyc-cert@2x.png");
	}
}
