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;
}

a,img,input,button {
	outline: none;
}

.clear {
	clear: both;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.mgbtm {
	margin-bottom: 30px !important;
}

.mgtop {
	margin-top: 30px !important;
}

.bold {
	font-weight: 700;
}

.ubold {
	font-weight: 900;
}

.green {
	color: #7bbe31;
}

.red {
	color: #ed1c24;
}

.black {
	color: #000;
}

p.text {
	text-indent: 13px;
	font-size: 17px;
	text-align: left;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	line-height: 23px;
	margin: 0 0 20px;
}

p.bold {
	font-weight: 700;
}

p.center {
	text-align: center;
}

.wrap img {
	display: block;
	margin: 40px auto;
}

p.texts {
	font-size: 17px;
	text-align: left;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	line-height: 23px;
	margin: 0 auto;
	text-align: center;
	width: 655px;
}

p.u {
	text-decoration: underline;
}

.list li {
	font-size: 17px;
	text-align: left;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	line-height: 23px;
	margin: 0 0 10px;
}

.list li:before {
	content: "•";
	margin-right: 6px;
	color: #8cc63f;
	font-size: 24px;
	margin-right: 10px;
}

.listcheck li {
	background: url(../images/check.png) no-repeat;
	font-size: 17px;
	text-align: left;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 5px 0 10px 40px;
	float: left;
	width: 100%;
}

.wrap a {
	text-decoration: underline;
	font-weight: 700;
	color: #000;
}

body {
	background: #FFF;
	font-family: 'Lato',sans-serif;
	font-size: 12px;
}

#top_bar {
	background: #8cc63f url(../images/headerbg.jpg) repeat scroll left top;
	border-color: #b7dd85;
	border-style: solid;
	border-width: 0 0 1px;
	height: 60px;
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 9999;
}

#top_bar .left {
	float: left;
	width: 400px;
}

#top_bar .left img {
	margin: 4px 0 0;
	width: 40px;
	float: left;
}

#top_bar .left h1 {
	color: #fff;
	font-size: 23px;
	display: inline-block;
	margin: 8px 0 0 10px;
}

#top_bar .left span {
	font-weight: 700;
}

#top_bar .left h2 {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	margin: 5px 0 0 10px;
}

#top_bar .right {
	float: right;
	margin: 20px 0 0;
}

#top_bar .right ul li {
	float: left;
	margin: 0 20px 0 0;
}

#top_bar .right ul li.last {
	margin: 0;
}

#top_bar .right ul li a {
	text-decoration: none;
	color: #fff;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

#top_bar .right ul li a:hover {
	color: #000;
}

.slider {
	height: 350px;
	position: relative;
}

.slide1,.slide2,.slide3 {
	position: absolute;
	width: 100%;
	height: 100%;
}

.slide1 {
	background: url(../images/slide1.jpg)no-repeat center;
	background-size: cover;
}

.slide2 {
	background: url(../images/slide2.jpg)no-repeat center;
	background-size: cover;
}

.slide3 {
	background: url(../images/slide3.jpg)no-repeat center;
	background-size: cover;
}

#testare {
	margin: -60px 0 0;
	position: relative;
}

#testare .box {
	float: left;
	background: #8cc63f url(../images/headerbg.jpg) repeat scroll left top;
	width: 300px;
	padding: 5px;
	border-radius: 5px;
	margin: 0 30px 0 0;
}

#testare .box.last {
	margin: 0;
}

#testare .box:hover {
	opacity: .8;
}

#testare .box i {
	border-radius: 50px;
	background: #fff;
	color: #8cc63f;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	float: left;
	width: 80px;
	margin: 10px 20px 0 10px;
}

#testare .box p {
	font-size: 31px;
	color: #fff;
	text-transform: uppercase;
	line-height: 33px;
}

#testare .box p.small {
	font-size: 20px;
}

#cumpara a {
	display: block;
	text-align: center;
	margin: 40px 0;
}

.info1 {
	width: 650px;
	margin: 0 auto;
}

.info1 h1 {
	font-family: 'Lato',sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 31px;
	text-align: center;
}

.info1 span {
	color: #000;
	font-weight: 700;
}

#videos {
	margin: 30px 0;
}

#videos iframe {
	margin: 0 30px 0 0;
}

#videos iframe.last {
	margin: 0;
}

.info2 {
	width: 760px;
	margin: 0 auto;
}

.info2 h1 {
	font-family: 'Lato',sans-serif;
	font-size: 29px;
	font-weight: 900;
	line-height: 41px;
	text-align: center;
	margin: 10px 0;
}

.info2 span {
	color: #000;
	font-weight: 700;
}

#testimonials {
}

#testimonials .box {
	background: #D7EBBC;
	border-radius: 5px;
	font-size: 17px;
	font-family: 'Lato',sans-serif;
	font-weight: 400;
	line-height: 23px;
	padding: 0 0 15px;
	margin: 0 0 30px;
}

#testimonials .box .title {
	background: #7BBE31;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}

#testimonials .box .title .left {
	float: left;
}

#testimonials .box .title .right {
	float: right;
	font-style: italic;
}

#testimonials .box p {
	padding: 20px;
	text-indent: 13px;
}

#testimonials img {
	margin: 0 auto;
}

#buynow {
	background: #8cc63f url(../images/headerbg.jpg) repeat scroll left top;
	padding: 80px 0 20px;
}

#buynow h1 {
	font-family: 'Lato',sans-serif;
	font-size: 34px;
	font-weight: 600;
	line-height: 41px;
	text-align: center;
	color: #fff;
	margin: 0 0 13px 0;
}

#buynow h2 {
	font-family: 'Lato',sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	color: #000;
}

#buynow .border {
	border-bottom: 3px dashed #fff;
	margin: 0 0 13px 0;
	width: 96%;
}

#buynow .tableform {
	color: #000;
	color: #000;
	font-family: raleway,sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	margin: 20px auto;
}

#buynow .tableform input[type="text"] {
	background-color: #fff;
	border-color: #d9e7e9;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #c4c4c4;
	font-family: Trebuchet,Trebuchet MS,Tahoma,Arial,sans-serif;
	line-height: 14px;
	min-height: 23px;
	padding: 6px;
	position: relative;
	width: 378px;
	margin: 5px 20px 20px 0;
}

#buynow .tableform textarea {
	width: 790px;
	height: 90px;
	background-color: #fff;
	border-color: #d9e7e9;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: #5285af;
	font-family: Trebuchet,Trebuchet MS,Tahoma,Arial,sans-serif;
	padding: 6px;
	position: relative;
}

#buynow .tableform .last {
	margin: 5px 0 20px !important;
}

#buynow .tableform input[type="text"]:hover,#buynow .tableform input[type="text"]:focus {
	border-color: #5285af;
	color: #5285af;
}

.pachet5 {
	width: 796px;
	height: 255px;
	background: #a1ca68;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #85a556;
	cursor: pointer;
	margin: 20px auto;
}

.pachet5:hover {
	background: #006837;
}

.pachet5 .img {
	width: 435px;
	text-align: center;
	margin-top: 20px;
}

.pachet5 img {
	display: block;
	height: 140px;
	margin: 0 auto;
}

.pachet5 .stanga {
	float: left;
	width: 435px;
	position: relative;
}

.pachet5 .stanga .tratament {
	width: 90%;
	background: #91b65e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	margin-left: 15px;
	font-size: 23px;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin-top: 20px;
}

.pachet5 .dreapta {
	width: 360px;
	float: left;
}

.pachet5 .dreapta .nume_pachet {
	color: #fff;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin-top: 20px;
	font-size: 24px;
}

.pachet5 .dreapta .continut {
	color: #000;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin: 10px 0;
	font-size: 23px;
	line-height: 35px;
	position: relative;
}

.pachet5 .dreapta .continut span {
	color: #000;
}

.pachet5 .dreapta .continut .cutoff {
	background: rgba(0,0,0,0) url(../images/cutoff.png) no-repeat scroll 0 0 !important;
	display: inline;
	font-size: 16px;
	height: 46px;
	left: 146px;
	opacity: .6;
	position: absolute;
	top: -4px;
	width: 48px;
	z-index: 4;
}

.pachet5 .dreapta .btn {
	width: 275px;
	height: 42px;
	background: url(../images/selecteazapachet.png);
	cursor: pointer;
}

.pachet5 .dreapta .btn_selectat {
	width: 275px;
	height: 42px;
	background: url(../images/pachetselectat.png);
	cursor: pointer;
}

.pachet4 {
	width: 796px;
	height: 255px;
	background: #a1ca68;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #85a556;
	cursor: pointer;
	margin: 20px auto;
}

.pachet4:hover {
	background: #006837;
}

.pachet4 .img {
	width: 435px;
	text-align: center;
	margin-top: 20px;
}

.pachet4 img {
	display: block;
	height: 140px;
	margin: 0 auto;
}

.pachet4 .stanga {
	float: left;
	width: 435px;
	position: relative;
}

.pachet4 .stanga .tratament {
	width: 90%;
	background: #91b65e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	margin-left: 15px;
	font-size: 23px;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin-top: 20px;
}

.pachet4 .dreapta {
	width: 360px;
	float: left;
}

.pachet4 .dreapta .nume_pachet {
	color: #fff;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin-top: 20px;
	font-size: 24px;
}

.pachet4 .dreapta .continut {
	color: #000;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin: 10px 0;
	font-size: 24px;
	line-height: 35px;
	position: relative;
}

.pachet4 .dreapta .continut span {
	color: #000;
}

.pachet4 .dreapta .continut .cutoff {
	background: rgba(0,0,0,0) url(../images/cutoff.png) no-repeat scroll 0 0 !important;
	display: inline;
	font-size: 16px;
	height: 46px;
	left: 146px;
	opacity: .6;
	position: absolute;
	top: -4px;
	width: 48px;
	z-index: 4;
}

.pachet4 .dreapta .btn {
	width: 275px;
	height: 42px;
	background: url(../images/selecteazapachet.png);
	cursor: pointer;
}

.pachet4 .dreapta .btn_selectat {
	width: 275px;
	height: 42px;
	background: url(../images/pachetselectat.png);
	cursor: pointer;
}

.pachet3 {
	width: 796px;
	height: 255px;
	background: #a1ca68;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #85a556;
	cursor: pointer;
	margin: 20px auto;
}

.pachet3:hover {
	background: #006837;
}

.pachet3 .img {
	width: 435px;
	text-align: center;
	margin-top: 20px;
}

.pachet3 img {
	display: block;
	height: 140px;
	margin: 0 auto;
}

.pachet3 .stanga {
	float: left;
	width: 435px;
	position: relative;
}

.pachet3 .stanga .tratament {
	width: 90%;
	background: #91b65e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	margin-left: 15px;
	font-size: 23px;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin-top: 20px;
}

.pachet3 .dreapta {
	width: 360px;
	float: left;
}

.pachet3 .dreapta .nume_pachet {
	color: #fff;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin-top: 20px;
	font-size: 24px;
}

.pachet3 .dreapta .continut {
	color: #000;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin: 10px 0;
	font-size: 24px;
	line-height: 35px;
	position: relative;
}

.pachet3 .dreapta .continut .cutoff {
	background: rgba(0,0,0,0) url(../images/cutoff.png) no-repeat scroll 0 0 !important;
	display: inline;
	font-size: 16px;
	height: 46px;
	left: 146px;
	opacity: .6;
	position: absolute;
	top: -4px;
	width: 48px;
	z-index: 4;
}

.pachet3 .dreapta .continut span {
	color: #000;
}

.pachet3 .dreapta .btn {
	width: 275px;
	height: 42px;
	background: url(../images/selecteazapachet.png);
	cursor: pointer;
}

.pachet3 .dreapta .btn_selectat {
	width: 275px;
	height: 42px;
	background: url(../images/pachetselectat.png);
	cursor: pointer;
}

.pachet2 {
	width: 796px;
	height: 255px;
	background: #a1ca68;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #85a556;
	cursor: pointer;
	margin: 20px auto;
}

.pachet2 img {
	display: block;
	height: 140px;
	margin: 0 auto;
}

.pachet2:hover {
	background: #006837;
}

.pachet2 .img {
	width: 435px;
	text-align: center;
	margin-top: 20px;
}

.pachet2 .stanga {
	float: left;
	width: 435px;
	position: relative;
}

.pachet2 .stanga .tratament {
	width: 90%;
	background: #91b65e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	margin-left: 15px;
	font-size: 23px;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin-top: 20px;
}

.pachet2 .dreapta {
	width: 360px;
	float: left;
}

.pachet2 .dreapta .nume_pachet {
	color: #fff;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin-top: 20px;
	font-size: 24px;
}

.pachet2 .dreapta .continut {
	color: #000;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin: 10px 0;
	font-size: 24px;
	line-height: 35px;
	position: relative;
}

.pachet2 .dreapta .continut span {
	color: #000;
}

.pachet2 .dreapta .continut .cutoff {
	background: rgba(0,0,0,0) url(../images/cutoff.png) no-repeat scroll 0 0 !important;
	display: inline;
	font-size: 16px;
	height: 46px;
	left: 146px;
	opacity: .6;
	position: absolute;
	top: -4px;
	width: 48px;
	z-index: 4;
}

.pachet2 .dreapta .btn {
	width: 275px;
	height: 42px;
	background: url(../images/selecteazapachet.png);
	cursor: pointer;
}

.pachet2 .dreapta .btn_selectat {
	width: 275px;
	height: 42px;
	background: url(../images/pachetselectat.png);
	cursor: pointer;
}

.pachet1 {
	width: 796px;
	height: 255px;
	background: #a1ca68;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #85a556;
	cursor: pointer;
	margin: 20px auto;
}

.pachet1 img {
	display: block;
	height: 140px;
	margin: 0 auto;
}

.pachet1:hover {
	background: #006837;
}

.pachet1 .img {
	width: 435px;
	text-align: center;
	margin-top: 20px;
}

.pachet1 .stanga {
	float: left;
	position: relative;
	width: 435px;
}

.pachet1 .stanga .tratament {
	width: 90%;
	background: #91b65e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	margin-left: 15px;
	font-size: 23px;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin-top: 20px;
}

.pachet1 .dreapta {
	float: left;
	width: 360px;
}

.pachet1 .dreapta .nume_pachet {
	color: #fff;
	font-family: lato,sans-serif;
	font-weight: 700;
	margin-top: 20px;
	font-size: 24px;
}

.pachet1 .dreapta .continut {
	color: #000;
	font-family: lato,sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

.pachet1 .dreapta .continut span {
	color: #000;
}

.pachet1 .dreapta .continut .cutoff {
	background: rgba(0,0,0,0) url(../images/cutoff.png) no-repeat scroll 0 0 !important;
	display: inline;
	font-size: 16px;
	height: 46px;
	left: 134px;
	opacity: .6;
	position: absolute;
	top: -4px;
	width: 48px;
	z-index: 4;
}

.pachet1 .dreapta .btn {
	width: 275px;
	height: 42px;
	background: url(../images/selecteazapachet.png);
	cursor: pointer;
}

.pachet1 .dreapta .btn_selectat {
	width: 275px;
	height: 42px;
	background: url(../images/pachetselectat.png);
	cursor: pointer;
}

.ribbon {
	background: url(../images/ribbon.png);
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
}

.ribbon_one {
	background: url(../images/ribbon1.png);
	position: absolute;
	width: 123px;
	height: 123px;
	top: -9px;
	left: -9px;
}

.ribbon_two {
	background: url(../images/ribbon2.png);
	position: absolute;
	width: 123px;
	height: 123px;
	top: -9px;
	left: -9px;
}

.ribbon_three {
	background: url(../images/ribbon3.png);
	position: absolute;
	width: 123px;
	height: 123px;
	top: -9px;
	left: -9px;
}

.ribbon_four {
	background: url(../images/ribbon4.png);
	position: absolute;
	width: 123px;
	height: 123px;
	top: -9px;
	left: -9px;
}

.ribbon_five {
	background: url(../images/ribbon5.png);
	position: absolute;
	width: 123px;
	height: 123px;
	top: -9px;
	left: -9px;
}

#buynow .buydiv {
	width: 900px;
	height: 110px;
	position: relative;
	margin: 0 auto;
}

#buynow .buydiv .img_left {
	position: absolute;
	left: 0;
	top: 0;
}

#buynow .buydiv .img_right {
	position: absolute;
	right: 0;
	top: 0;
}

#buynow .buydiv .btn {
	display: block;
	background: url(../images/buynow.png) no-repeat center center;
	background-color: #98C75B;
	border-radius: 3px;
	width: 609px;
	height: 68px;
	margin: 30px auto 20px;
	border: none;
	cursor: pointer;
}

#buynow .buydiv .btn:hover {
	display: block;
	background: url(../images/buynowh.png) no-repeat center center;
	background-color: #98C75B;
	border-radius: 3px;
	width: 609px;
	height: 68px;
}

#buynow .buydiv p {
	font-size: 16px;
}

#cmd {
	display: block;
	background: url(../images/btn_comanda.png) no-repeat;
	width: 971px;
	height: 65px;
}

#footer {
	background: #F2F8EA;
	padding: 10px 0;
}

#footer h2 {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 10px;
}

#footer ul {
	float: left;
	margin: 0 90px 0 0;
}

#footer .last {
	margin: 0;
}

#btmbar {
	background: #DEEFCB;
	padding: 10px 0;
	font-size: 16px;
}

#sanatate p,#sanatate p,#energie p,#fericire p,#somn p,#imunitate p,#fumatori p,#testareb p,#tratamentb p {
	font-size: 16px;
	margin: 0 0 20px;
}

#sanatate img,#sanatate img,#energie img,#fericire img,#somn img,#imunitate img,#fumatori img,#testareb img,#tratamentb img {
	display: block;
	margin: 0 auto;
}

#sanatate,#energie,#fericire,#somn,#imunitate,#fumatori,#testareb,#tratamentb {
	display: none;
}

#promo {
	display: block;
	font-family: "PT Sans",arial,sans-serif;
}
#promo {
	min-height: 760px;
    padding: 60px 0;
}

#promo .left-box {
	float: left;
	padding: 0 0 0 6px;
	width: 49%;
}

#promo .left-box .alert {
	text-align: center;
	font-weight: 700;
	color: #a70515;
	font-size: 24px;
	padding: 48px 0 40px 0;
}

#promo .left-box .banka {
	height: 365px;
	padding: 22px 0 0 162px;
	position: relative;
}

#promo .left-box .banka_img {

	height: 400px;
	padding: 22px 0 0 162px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#promo .left-box .sale {
	background: url(../images/sale.jpg) no-repeat 0 0;
	width: 289px;
	height: 221px;
	padding: 65px 0 0 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	line-height: 16px;
	text-transform: uppercase;
}

#promo .left-box .sale div {
	font-size: 110px;
	line-height: 80px;
	padding: 16px 0 11px 0;
}

#promo .left-box .sale div span {
	font-size: 77px;
}

#promo .price {
	color: #a70515;
	font-size: 48px;
	line-height: 38px;
	padding: 0 0 0 104px;
	margin: -10px 0 0 0;
}

#promo .price_old {
	color: #282828;
	font-size: 26px;
	min-width: 74px;
	text-align: center;
	line-height: 18px;
	position: relative;
	display: inline-block;
	margin: 0 0 0 9px;
}

#promo .price_old div {
	background: url(../images/price_old.png) no-repeat 0 0;
	width: 74px;
	height: 28px;
	position: absolute;
	top: -6px;
	left: -2px;
}

#promo .price_new {
	color: #a70515;
	font-size: 44px;
	line-height: 38px;
	padding: 22px 0 0 0;
}

#promo .right-box {
	float: right;
	width: 50%;
	padding: 45px 0 0 0;
}

#promo .right-box .title {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #282828;
	font-size: 32px;
	line-height: 50px;
	padding: 0 0 32px 0;
}

#promo .right-box .title div {
	color: #a80b1a;
	font-size: 48px;
}

#promo .variant_text2 {
    color: #a80b1a;
    font-size: 24px;
    padding: 0 0 27px;
    text-align: center;
}

#promo .time {
	background: url(../images/timer.png) no-repeat 0 14px;
	padding: 0 0 33px 0;
	width: 360px;
	margin: 0 auto;
}

#promo .time .name-t {
	font-weight: 700;
	color: #fff;
	padding: 0 0 14px 0;
	color: #3e8eaa;
	text-align: center;
	font-size: 18px;
}

#promo .time #timer {
	padding: 0 0 0 19px;
}

#promo .time #timer div {
	position: relative;
	background: url(../images/timer-btn.png) no-repeat 0 0;
	width: 87px;
	height: 73px;
	line-height: 73px;
	padding: 0 0 0 0;
	display: inline-block;
	margin: 0 1px 0 0;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}

#promo .time span {
	position: absolute;
	width: 73px;
	text-align: center;
	left: 50%;
	margin-left: -35px;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	line-height: 12px;
	font-weight: 700;
	top: 91px;
	color: #3e8eaa;
}

#promo .time .hours span {
	margin: 0 0 0 -38px;
}

#promo .time .dots {
	background: url(../images/dots.png) no-repeat center center;
	display: inline-block;
	height: 73px;
	vertical-align: top;
	font-size: 32px;
	width: 28px;
}

#promo form {
	padding: 20px 0 0 0;
}

#promo select {
	width: 358px;
	height: 48px;
	line-height: 48px;
	display: block;
	font-size: 16px;
	padding: 0 1px 0 9px;
	margin: 0 auto 10px auto;
	-webkit-box-shadow: inset 0px 0px 17px -3px rgba(194, 194, 194, 1);
	-moz-box-shadow: inset 0px 0px 17px -3px rgba(194, 194, 194, 1);
	box-shadow: inset 0px 0px 16px -3px rgba(194, 194, 194, 1);
}

#promo select {
	border-radius: 5px;
	border: 1px solid #C8C8C8;
}

#promo input {
	width: 361px;
	height: 48px;
	line-height: 48px;
	display: block;
	font-size: 16px;
	padding: 0 1px 0 45px!important;
	margin: 0 auto 10px auto;
	position: relative;
	z-index: 1000;
}

.fio {
	background: url(../images/inputs.png) no-repeat 0 0;
	border: none;
}

.phone {
	background: url(../images/inputs.png) no-repeat 0 bottom;
	border: none;
}

#promo a {
	background: url(../images/button-s.png) no-repeat 0 0;
	cursor: pointer;
	width: 361px;
	height: 87px;
	line-height: 87px;
	display: block;
	text-transform: uppercase;
	font-size: 38px;
	color: #fff;
	padding: 0!important;
	text-align: center;
	font-weight: 700;
	margin: 50px auto 0;
	border: none;
	text-decoration: none;
}

#promo ia:hover {
	background-position: 0 bottom;
}