.card-banner {
	background:linear-gradient(13deg, #A151AD 0%, #A151AD 100%);
}

.nav-check li:before {
	content: " ";
	position: absolute;
	left:0;
	top:9px;
	width:20px;
	height: 20px;
	background:url('../../../img/icon_check_white.png') no-repeat;
	background-size: contain;
	background-position: center;
}

.nav-check li {
	line-height: 2em;
	position: relative;
	padding-left: 40px;
}

img.bg-phone {
    position: absolute;
    bottom: -192px;
    right: 210px;
    max-width: 400px;
    transition: all 0.5s;
}

img.brand {
	position:absolute;
	top:0;
	right: 0;
	max-width: 120px;
}

.promo-card {
	height: 107px;
   width: 259px;
	border-radius: 10px;
	background:linear-gradient(90deg, #FB626A 0%, #A151AD 100%);
	color:white;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.25);
}

.promo-card .promo-price {
	font-family: 'roboto';
	font-weight: 500;
}

.promo-card .promo-digits {
   font-size: 3.0em;
   line-height: 1em;
}

.promo-card .promo-discount {
	font-family: 'roboto';
	font-weight: 500;
	font-size:2.2em;
	line-height: 1em;
}

@media ( min-width:0px ) /* mobile */ {

	img.bg-phone {
		max-width: 320px;
		right: 0px;
		bottom: -182px;
	}

}

@media ( max-width:321px ) /* mobile 5S */ {

}

@media ( min-width:576px ) /* sm */ {

	img.bg-phone {
	   max-width: 350px;
	   right: -90px;
	}

}

@media ( min-width:768px ) /* md */ {

	img.bg-phone {
	   max-width: 350px;
	   right: 0px;
	}

}

@media ( min-width:1020px ) /* lg */ {

	img.bg-phone {
	   max-width: 390px;
	   right: 100px;
	}

}

@media ( min-width:1280px ) /* xl */ {

	img.bg-phone {
	    position: absolute;
	    bottom: -192px;
	    right: 210px;
	    max-width: 430px;
	}

}