body > .wrapper,
body > .wrapper > .i-content{
	display: block;
	height: auto;
}

img.bg{
	width: 100%;
	vertical-align: top;
}

body.giftcard .giftcard{
	max-width: 1920px;
	min-width: 1000px;
	margin: 0 auto;
	font: normal 16px/18px gothic, arial;
	color: #6b6966;
	padding: 0 0 30px;
}
body.giftcard .h2{
	font: 20px/24px gothicb;
	margin:0 0 20px;
}
body.giftcard .giftcard a{
	color: #545454;
	text-decoration: underline;
}
body.giftcard .giftcard a:hover{
	color: #e85252;
}
body.giftcard .giftcard .wrapper{
	padding: 0 2.5%;
}


body.giftcard .giftcard-main{
	position: relative;
	color: #fff;
}
body.giftcard .giftcard-main .header{
	position: absolute;
	top: 120px;
	left: 15%;
	width: 35%;
}
body.giftcard .giftcard-main .header .h1{
	font:46px/52px gothicb;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
body.giftcard .giftcard-main .header .h2{
	font:38px/52px gothic;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
body.giftcard .giftcard-main .header .text{
	font:18px/20px gothic;
	margin: 30px 0 60px;
}
body.giftcard .giftcard-main .header .more{
	display: inline-block;
	color: #fff;
	padding: 15px 45px;
	border: 1px solid #fff;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	font:18px/22px gothicb;
}
body.giftcard .giftcard-main .header .more:hover{
	background: #fff;
	color: #111111;
}



body.giftcard .advantages{
	position: absolute;
	left: 15%;
	bottom: 0;
	width: 70%;
}
body.giftcard .advantages .advantages-list{
	font-size: 0;
	line-height: 0;
	margin: 0;
}
body.giftcard .advantages .advantages-item{
	display: inline-block;
	width: 28%;
	text-align: center;
	padding: 30px 25px;
	margin-right: 8%;
	font: 18px/20px gothic;
	vertical-align: top;
	height: 270px;
}
body.giftcard .advantages .advantages-item:before{
	display: block;
	width: 100%;
	height: 102px;
	content: '';
	margin: 0 0 20px;
}
body.giftcard .advantages .advantages-item.smile{
	background: rgba(211, 28, 84, 0.7);
}
body.giftcard .advantages .advantages-item.smile:before{
	background: url(/promos/pages/giftcard/images/smile_102x102.png) center top no-repeat;
}
body.giftcard .advantages .advantages-item.comment{
	background: rgba(40, 168, 224, 0.7);
}
body.giftcard .advantages .advantages-item.comment:before{
	background: url(/promos/pages/giftcard/images/hash_93x96.png) center top no-repeat;
}
body.giftcard .advantages .advantages-item.shoe{
	background: rgba(126, 82, 157, 0.7);
	margin-right: 0;
}
body.giftcard .advantages .advantages-item.shoe:before{
	background: url(/promos/pages/giftcard/images/shoe_184x77.png) center top no-repeat;
}


body.giftcard .giftcard-nominals{
	margin:75px 0 0;
	text-align: center;
}
body.giftcard .giftcard-nominals .header{
	font: 46px/52px gothic;
	margin: 0 0 75px;
	color: #333;
}
body.giftcard .giftcard-nominals .giftcard-nominals-image {
	margin: 0 0 90px;
}


body.giftcard .giftcard-preferences{
	text-align: center;
}
body.giftcard .giftcard-preferences .header{
	font: 46px/52px gothic;
	margin: 0 0 60px;
	color: #333;
}
body.giftcard .giftcard-preferences .giftcard-preferences-list{
	margin: 0 0 60px;
}
body.giftcard .giftcard-preferences .giftcard-preferences-list-items{
	font-size: 0;
	line-height: 0;
}
body.giftcard .giftcard-preferences-list .item{
	display: inline-block;
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 45px;
	vertical-align: top;
	border: 1px solid #ddd;
	font: 16px/20px gothic;
	box-shadow: #ccc 10px 10px 10px;
	padding: 25px 20px 10px 90px;
	text-align: left;
	background: url(/promos/pages/giftcard/images/check_61x60.png) 15px 25px no-repeat;
	min-height: 180px;
}
body.giftcard .giftcard-preferences-list .item.last{
	margin-right: 0;
}


body.giftcard .giftcard-rules li{
	padding: 0 0 5px;
}
body.giftcard .giftcard-rules p.document{
	display:inline-block;
	vertical-align:top;
	margin: 10px 0 60px;
	line-height: 22px;
}
body.giftcard .giftcard-rules p.document img{
	float:left;
	margin:0 10px 0 0;
}
body.giftcard .giftcard-rules p.document .filesize{
	color: #999999;
}
body.giftcard .giftcard-rules .comment{
	font: 16px/20px gothic;
}