/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

body {
	font-size: 18px;
	line-height: 1.2;
	font-family: Arial, Tahoma, sans-serif;
	width: 100%;
	
	
}
.wrapper {
	width: 1020px;
	margin: 0 auto;
}

#header {
	height: 97px;
	background: #932513;
	color: white;
}

#header h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
#header h2 {
	font-size: 18px;	
	text-align: center;
	padding-top: 4px;
}


#offers {padding-top: 58px;}

#offers .item1 {
	position: relative;
	width: 321px;
	background: #3a3737;
	float: left;
}

#offers .percent {
	position: absolute;
	right: -13px;
	top: -18px;
	width: 71px;
	height: 61px;
	background: #ad3232;
	border-radius: 50%;
	text-align: center;
	line-height: 61px;
	color: white;
	font-size: 24px;
	font-weight: bold;
}

#offers .class {
	padding: 5px 0px 0px 21px;
	font-weight: bold;
	font-size: 24px;
	color: white;
}

#offers .name {
	padding: 0px 0px 0px 21px;
	font-weight: 600;
	font-size: 24px;
	font-family: Arial Black;
	color: white;
	line-height: 20px;
}

#offers .sale {
	padding: 0px 0px 0px 21px;
	font-weight: 600;
	font-size: 16px;
	color: white;
	line-height: 12px;
}

#offers .item1 img {
	display: block;
	margin: 37px 0 0 10px;
}

#offers .item1 iframe {
	
	margin: 23px 0 0 25px;
}

#offers .oldprice {
	float: left; 
	width: 96px;
	text-decoration: line-through;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: rgba(255,255,255,0.56);
	padding: 21px 0 0;
	font-family: Arial Black;
}

#offers .price {
	width: 186px;
	height: 54px;
	float: right;
	margin-right: -5px;
	background: #ad3232;	
	margin-top: 3px;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	color: white;
	font-family: Arial Black;
	position: relative;
}

#offers .price span {
	font-size: 36px;
	
}

#offers .price:before {
	display: block;
	width: 26px;
	height: 54px;
	background: url(price.png) no-repeat;
	content: '';
	margin-left: -26px;
	position: absolute;
}

#offers .price:after {
	display: block;
	width: 7px;
	height: 6px;
	background: url(priceup.png) no-repeat;
	content: '';
	margin-left: 0;
	position: absolute;
	
	top: -6px;
	right: -1px;
}

#offers .order {
	margin-top: 31px;
	background: url(orderbg.jpg);
	height: 39px;
	padding-top: 8px;
}

#offers .order a {
	
	color: white;
	text-decoration: none;
	margin-left: 30px;
}

#offers .order .arr {
	
	vertical-align: -8px;
	margin-right: 6px;
	width: 29px;
	height: 29px;
	background: url(arr1.png) no-repeat;
	display: inline-block;
}

#offers .order .arr2 {
	
	background: url(arr2.png) no-repeat;
	
}

#offers .item2 {margin-left: 29px; margin-right: 28px; background: #ebebeb; box-shadow: 0px 0px 29px 4px rgba(0,0,0,0.24)}

#offers .item2 .name,
#offers .item2 .class,
#offers .item2 .sale {
color: #3a3737;}

#offers .item2 .oldprice {
	color: rgba(58,55,55,0.56);
}

#offers .item3 img {
	display: block;
	margin: 13px 0 0 10px;
}

.check {
	font-size: 20px;
	color: #3a3737;
	text-align: center;
	padding: 27px 0;
}



#add .wrapper {
		background: #C1C1C1;
		height: 156px;
		text-align: center;
		padding-top: 33px;
}

#add .add_to_order {
	display: inline-block;
	height: 56px;
	background: #ad3232;
	border-bottom: 9px solid #7e2222;
	color: white;
	line-height: 56px;
	text-align: center;
	width: 317px;
	text-decoration: none;
	margin-right: 44px;
	font-size: 24px;
	font-weight: bold;
	transition: all 0.3s ease;
}

#add .add_to_order:hover {
background: #ad2323;
border-bottom: 9px solid #7d1616;
}

#add .no_thanks {
	display: inline-block;
	height: 56px;
	background: #e0e0e0;
	border-bottom: 9px solid #686868;
	color: #515151;
	line-height: 56px;
	text-align: center;
	width: 317px;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}

#add .cart {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #AD3232;
    padding-top: 9px;
}

#add .cart span {
	
	color: white;
}

#add .itogo {
	margin: -45px auto 0;
  height: 82px;
  width: 285px;
  background: #252424;
  text-align: center;
  margin-bottom: 30px;
}

#add .itog {
	color: white; 
	font-size: 24px;
	font-family: Arial Black;
}

#add .itog span {
	font-size: 36px;
}

#add .full {
	color: #afafaf; 
	font-size: 18px;
	font-weight: bold;
	
}

#add .full span {
	font-size: 24px;
	
}

#add .full:before {
	display: block;
	content: '';
	width: 130px;
	height: 2px;
	background: #afafaf;
	position: relative;
	margin: 17px auto -17px;
}

body.bailini {
	background: url(bg.jpg) no-repeat center top;
}

.bailini #header {
	background: rgba(3,3,3,0.54);
}

.bailini .check {
	color: white;
}

.bailini #offers .item2 .order {
	
	background: url(orderbg2.jpg);
	
}


body.action {
	background: url(bg.jpg) no-repeat center top;
	background-size: cover;
}

.action #header {
	background: rgba(0,0,0,0.4);
}

.action .check {
	color: white;
	background-color: #6AA0B9;
}

.action #offers .item2 .order {
	
	background: url(orderbg2.jpg);
	
}

.action #header h1 {
	color: white;
	
}


