
/* 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;
}
/* 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;
	width: 100%;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-weight: 400;
	width: 100%;
	/*height: 100%;*/
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.clear{
	clear: both;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	width: 100%;
	height: 118px;
	background: url('image/header-bg.png')top center repeat-x;
	position: relative;

}

.header:before{
	content: '';
	width: 100%;
	height: 18px;
	background: url('image/header-bg.png')bottom center repeat-x;
	position: absolute;
	/*bottom: 0;*/
	bottom: -10px;
	z-index: 10;
}

.left-header{
	float: left;
	height: 105px;
	padding-top: 13px;
}

.left-header img{
	margin-bottom: 17px;
}

.left-header h1{
	font-size: 21px;
	color: #0091b5;
}

.tel{
	float: right;
	padding-top: 13px;
	height: 105px;
}

.tel h2{
	font-weight: 700;
	color: #000;
	text-align: right;
	font-size: 24px;
	margin-bottom: 5px;
}

.tel a{
	color: #114c5f;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	background: url('image/result-head.png') top center no-repeat;
	height: 36px;
	width: 198px;
	display: block;
	text-indent: 26px;
	line-height: 30px;
	text-transform: uppercase;
}

.tel a:hover{
	background-position: 0px -46px;
}

.tel p{
	color: #d42322;
	font-size: 11px;
	text-align: left;
	margin-left: 8px;
}

.block1{
	width: 100%;
	height: 700px;
	position: relative;
	background: url('image/b1-bg.jpg') top center no-repeat;
	margin-top: -8px;
}

.sale{
	display: block;
	float: right;
	height: 405px;
	width: 260px;
	text-align: center;
	margin-top: 30px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 72px;
	z-index: 1000 !important;
	position: relative;
}

.sale h2{
	color: #0091b5;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 15px;
}

.sale h3{
	font-size: 14px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 20px;
}

.sale h3 span{
	font-weight: 700;
}

.sale input[type=text]{
	width: 223px;
	height: 26px;
	border-radius: 5px;
	border: 1px solid #000;
	text-indent: 10px;
	line-height: 13px;
	margin-bottom: 10px;
	z-index: 100;
}

.sale input[type=submit]{
	text-transform: uppercase;
	font-size: 17px;
	color: #fff;
	background: url('image/result-red.png') top center no-repeat;
	width: 223px;
	height: 37px;
	border: none;
	outline: none;
	border-radius: 5px;
	line-height: 37px;
	cursor: pointer;
	font-weight: 700;
	margin-bottom: 5px;
}

.sale input[type=submit]:hover{
	background-position: 0px -47px;
}

.modalWindow input[type=submit]:hover{
	background-position: 5px -47px;
}

.sale p {
	font-size: 18px;
	color: #0091b5;
}

.video{
	width: 510px;
	height: 385px;
	padding-top: 50px;
	margin-left: 64px;
	margin-bottom: 50px;
	float: left;
}

/*******************timer***********************/


#countdown_dashboard {
 	margin: 0 auto;
}

.dash {
	display: inline-block;
	margin-left: 0px;
	position: relative;
  	text-align: center;
  	margin: 0 10px 0 0;
}

.seconds_dash {
	margin: 0;
}

.dash .bkg{
    background: url('../images/timer.png') no-repeat;
    height: 40px;
    width: 40px;
}

.dash .digit {
	font-size: 60px;
	color: #fff;
    float: left;
	text-align: center;
	position: relative;
	margin: 0 2px 0 0;
    left: 7px;
}

.dash_title {
	display: block;
	font-size: 11px;
 	text-align: center;
	line-height: 22px;
  	color: #0f92b6;
    text-transform: uppercase;
}


/************************************************/

.block2{
	height: 959px;
	width: 100%;
	background: url('image/b2.jpg') top center no-repeat;
}

.bold{
	font-weight: 700;
}


.block2 h2{
	font-size: 44px;
	text-align: center;
	color: #0091b5;
	padding-top: 40px;
	line-height: 36px;
}

.man{
	display: block;
float: left;
font-size: 30px;
color: #000;
height: 30px;
margin-top: 63px;
margin-left: 136px;
}

.woman{
display: block;
float: left;
font-size: 30px;
color: #000;
height: 30px;
margin-top: 63px;
margin-left: 314px;
}

.circle{
	width: 170px;
	height: 170px;
	/*background: url('image/circle.png') center center no-repeat;*/
	float: right;;
}

.circle p{
	font-size: 12px;
	color: #000;
	text-align: center;
	padding-top: 75px;
	padding-left: 5px;
}


.problems{
	height: 315px;
	width: 480px;
	float: left;
	margin-top: 297px;
	margin-left: 360px;
}

.problems h3{
	color: #000;
	text-align: left;
	font-size: 24px;
}

.orange{
	color: #fd7801;
}

.problems p{
	font-size: 16px;
	text-align: left;
	color: #000;
	padding-left: 40px;
	padding-top: 30px;
}

.label{
	background: #0091b5;
	width: 100%;
	height: 118px;
	text-align: center;
}

.label h2{
	font-size: 36px;
	line-height: 118px;
}

.block3{
	background: url('image/b3.jpg') top center no-repeat;
	width: 100%;
	height: 1068px;
	position: relative;
	display:none;
}

.block3 p{
	color: #383838;
	font-size: 15px;
	display: block;
	margin-bottom: 45px;
	padding-top: 95px;
	margin-left: 200px;
	float: left;
}

.b3-video{
	width: 370px;
	height: 187px;
	border: 13px solid #f7f7f7;
	/*position: absolute;*/
	/*bottom: 452px;*/
	margin-right: 245px;
	/*right: 0;*/
	float: left;
		margin-left: 513px;
margin-top: -85px;
}

.block4{
	width: 100%;
	height: 925px;
	background: #f3f4f5;
	padding-top: 35px;
	position: relative;
}

.balon{
	position: absolute;
bottom: 0;
display: block;
left: 0;
margin-left: 58%;
}

.block4 h2{
	font-size: 36px;
	color: #3c3c3c;
	text-align: center;
	line-height: 36px;
	margin-bottom: 50px;
}

.item{
	width: 445px;
	height: 245px;
	float: left;
	position: relative;
	margin-bottom: 40px;
	margin-right: 24px;
}

.nomar{
	margin-right: 0 !important;
}

.img-block{
	height: 241px;
	width: 167px;
	border: 2px solid #959595;
	border-radius: 5px;
	float: left;
	margin: auto;
	text-align: center;
	background: #fff;
	position: relative;
	margin-right: 20px;
}

.img-block:hover{
	border: 2px solid #408abb;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.img-block img{
	vertical-align: middle;;
}

.img-block:after{
	position: absolute;
	content: '';
	width: 270px;
	height: 153px;
	right: -272px;
	background: url('image/card.png') top center no-repeat;
	top: 15px;
	z-index: 0;
}

.reg{
	font-weight: 400;
}

.item span.bold{
	color: #3c3c3c;
	margin-top: 30px;
	display: block;
	z-index: 10;
	position: absolute;
	right: 73px;
}

.opis{
	color: #3c3c3c;
	margin-top: 65px;
	display: block;
	z-index: 10;
	position: absolute;
	right: 10px;
}

.toright{
	left: 195px;
	right: 0;

}

.blue{
	color: #408abb;
	font-weight: 700;
}

.item h3{
	color: #e93e50;
	font-size: 22px;
	display: block;
	z-index: 10;
	position: absolute;
	margin-top: 65px;
	left: 195px;
	top: 90px;
}

.item a{
	position: absolute;
	bottom: 0;
	right: 62px;
	z-index: 10;
	color: #fff;
	background: url('image/result-it.png') top center no-repeat;
	font-size: 24px;
	width: 192px;
	height: 47px;
	text-indent: 44px;
	line-height: 37px;
	text-decoration: none;
	cursor: pointer;
}

.item a:hover{
	background-position: 0px -57px;
}

.lastit:after{
	background: url('image/lastit.png') top center no-repeat;
	width: 340px;
	right: -342px;
}

.itwidth{
	width: 515px;
}

.itwidth span.bold{
	right: 126px;	
}

.itwidth h3{
	right: 177px;
	top: 105px;

}

.itwidth a{
	right: 128px;
	bottom: -3px;

}

/***********block5**************/

.block5{
	padding-top: 40px;
	width: 100%;
	background: url('image/b5.jpg') top center no-repeat;
	height: 438px;
}

.block5 h2{
	font-size: 36px;
	text-align: center;
	margin-bottom: 25px;
}

.block5 p{
	font-size: 17px;
	text-align: left;
	margin-left: 140px;
	margin-bottom: 225px;
	display: block;
}

.block5 ul{
	text-align: center;
	display: block;;
}

.block5 li{
	display: inline-block;
	width: 200px;
	text-align: center;
}

/***********block6************************/

.block6{
    display: none;
	width: 100%;
	height: 399px;
	padding-top: 40px;
	background: url('image/b6.jpg') top center no-repeat;
}

.block6 h2{
	margin-bottom: 250px;
	text-align: center;
	color: #2d2d2d;
	font-size: 36px;
}

.block6 ul{
	display: block;
	text-align: center;
}

.block6 li{
	display: inline-block;
	width: 271px;
	text-align: center;
	color: #2d2d2d;
	height: 32px;
	float: left;;

}



.block7{
	height: 681px;
	width: 100%;
	background: url('image/b7.jpg') top center no-repeat;
	padding-top: 50px;
}

.block7 h2{
	text-align: center;
	font-size: 24px;
	margin-bottom: ;
	width: 960px;
}

.block7 p{
	text-align: center;
	font-size: 18px;
	color: #2d2d2d;
	width: 795px;
	padding-left: 82px;
}

.block7 .colors-top{
	display: inline-block;
	/*margin-left: 40px;*/
	font-size: 12px;
	margin-top: 250px;
}

.block7 .colors-top li{
	display: inline-block;
	color: #000;
	text-align: center;
	/* margin-left: 40px; */
	/* margin-right: 17px; */
	width: 132px
}

.block7 .colors-bot{
	display: inline-block;
	/*margin-left: 40px;*/
	font-size: 12px;
	margin-top: 227px;
}

.block7 .colors-bot li{
	display: inline-block;
	color: #000;
	text-align: center;
	 margin-left: 9px; 
	/* margin-right: 17px; */
	width: 132px
}

/******block-8****************/

.block8{
	width: 100%;
	height: 281px;
	background: url('image/b8.jpg') top center no-repeat;
	padding-top: 50px;
}

.block8 h2{
	font-size: 24px;
}

.block8 p{
	color: #343434;
	font-size: 18px;
	margin-bottom: 30px;
}

.load{
	width: 556px;

}

.load input[type=text]{
	height: 25px;
	width: 220px;
	outline: none;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	text-indent: 10px;
	margin-bottom: 8px;
	margin-right: 14px;
	display: block;
	float: left;
}

.load input[type=file]{
	height: 25px;
	width: 220px;
	outline: none;
	margin-bottom: 8px;
	background: url('image/load.png') top center no-repeat;
}

.load input[type=submit]{
	background: url('image/result-big.png') top center no-repeat;
	height: 35px;
	width: 458px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Exo 2';
	cursor: pointer;
}

.load input[type=submit]:hover{
	background-position: 0px -45px;
}

.block9{
	height: 875px;
	width: 100%;
	padding-top: 45px;
	background: url('image/b9.jpg') top center no-repeat;
}

.block9 h2{
	text-align: center;
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 25px;
}

.block9 h2.orange.bold{
	font-size: 27px;
}

.pref{
	width: 375px;
	height: 210px;
	float: left;
	margin-right: 105px;
	margin-bottom: 34px;
	margin-left: 55px;;
}

.pref img{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.pref p{
	color: #343434;
	line-height: 1.1;
}

.block9 .nomar{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.therapy{
	display: inline-block;
	margin-left: 400px;
	margin-top: 45px;
}

.therapy li{
	display: inline-block;
	color: #000;
	font-size: 14px;
	text-align: center;
}

.effect{
	display: inline-block;
	/*margin-left: 85px;*/
	margin-top: 59px;
}

.effect li{
	display: inline-block;
	color: #000;
	font-size: 14px;
	text-align: center;
}

.price-ul{
	display: inline-block;
	/*margin-left: 85px;*/
	margin-top: 22px;
}

.price-ul li{
	display: inline-block;
	color: #000;
	font-size: 14px;
	text-align: center;
}

/************block-10************/

.block10{
	width: 100%;
	height: 605px;
	padding-top: 35px;
	position: relative;
	background: url('image/b10.jpg') top center repeat;
}

.block10 h2{
	margin-bottom: 40px;
	font-size: 24px;
	text-align: center;
	color: #4a4a4a;
}

.slideshow{
	position: relative;
	height: 306px;
	width: 960px;
	margin-bottom: 35px;
}


#prev4{
	background: url('image/prev.png') top center no-repeat;
	width: 60px;
	height: 70px;
	position: absolute;
	display: block;
	/*left: 435px;*/
	bottom: 335px;
	z-index: 100;
	cursor: pointer;
	margin-left: -24px;
}

#next4{
	background: url('image/next.png') top center no-repeat;
	width: 60px;
	height: 70px;
	position: absolute;
	display: block;
	margin-left: 924px;
	bottom: 335px;
	z-index: 100;
	cursor: pointer;
}


.block10 h3{
	text-align: left;
	color: #343434;
	font-size: 16px;
	position: absolute;
	line-height: 1.1;
	margin-bottom: 15px;
	bottom: 115px;

}

.block10 h3 span.bold{
	font-size: 20px;
}

.after{
	/*position: absolute;*/
	display: block;
	/*bottom: 45px;*/
}

.slide-form{
	position: absolute;
	bottom: 45px;
}

.after:before{
	position: absolute;
	width: 489px;
	height: 161px;
	content: '';
	right: -430px;
	background: url('image/before.png') top center no-repeat;
	bottom: -25px;
	z-index: -10;
}

.block10 p{
	display: block;
	color: #343434;
	font-size: 20px;
	width: 400px;
	right: 0;
	float: right;
	margin-top: -255px;
	z-index: 26;
	margin-right: 20px;
	line-height: 1.2;
}

.block11{
	background: url('image/b11.jpg') top center no-repeat;
	height: 350px;
	width: 100%;
}

.block11 h2{
	font-size: 24px;
	color: #fff;
	text-align: left;
	padding-left: 50px;
	position: absolute;
	width: 960px;
	padding-top: 32px;
	margin-bottom: 31px;
	line-height: 1.2;
}

.block11 p{
font-size: 16px;
color: #fff;
padding-left: 28px;
line-height: 1.2;
padding-top: 100px;
}

.block12{
	background: url('image/b12.jpg') top center no-repeat;
	width: 100%;
	height: 333px;
}

.block12 h2{
font-size: 24px;
color: #fff;
text-align: center;
padding-top: 32px;
margin-bottom: 17px;
line-height: 1.2;
}

.block13{
	height: 1750px;
	width: 100%;
	position: relative;
	padding-top: 35px;
}

.block13 h2{
	font-size: 36px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 40px;
}

.block13 h3{
	font-size: 18px;
	color: #2c2c2c;
	text-align: left;
	margin-bottom: 10px;
	font-weight: 700;
}

.comm{
	width: 922px;
	height: 385px;
	float: left;
	margin-bottom: 40px;
	position: relative;
}

.do{
	position: absolute;
	top: 173px;
	left: 30px;
	color: #fff;
	font-size: 44px;
	font-weight: 400;
	font-family: 'Exo 2';
}

.posle{
	position: absolute;
	top: 186px;
	left: 382px;
	color: #fff;
	font-size: 37px;
	font-weight: 700;
	font-family: 'Exo 2';
	text-transform: capitalize;
}

.cvet{
	position: absolute;
	top: 165px;
	right: 68px;
	font-family: 'Exo 2';
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.comm p{
	font-size: 18px;
	color: #2c2c2c;
	text-align: left;
}


.block14{
	width: 100%;
	height: 65px;
	background: url('image/b14.png') top center no-repeat;
	padding-top: 20px;
}

.block14 h2{
	font-size: 36px;
	text-align: center;
	color: #408bbd;
	text-transform: uppercase;
}

.block15 ul{
	display: inline-block;
	width: 100%;
	padding-top: 38px;
}

.block15 ul li{
	display: inline-block;
	font-size: 18px;
	color: #000;
	text-align: center;
	width: 33%;
	vertical-align: middle;
}

label[for=email].error {
  display: none!important;
}

form input[type=text].error{
  box-shadow: 0 0 0 1px #dd2a1b;
}
.block15{
	width: 100%;
	height: 427px;
	position: relative;
	padding-top: 46px;
	background: url('image/b15.jpg') top center no-repeat;
}

.block16{
	background: url('image/b16.jpg') top center no-repeat;
	width: 100%;
	height: 294px;
}

.block16 h2{
	font-size: 38px;
	text-align: center;
	padding-top: 28px;
	text-transform: uppercase;
}

.block16 ul{
	display: inline-block;
	padding-top: 161px;
}

.block16 ul li{
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
}

.block17{
	background: url('image/b17.jpg') top center no-repeat;
	width: 100%;
	height: 239px;
	padding-top: 100px;
}

.block17 h2{
	text-align: left;
	font-size: 41px;
	margin-bottom: 20px;
}

.block18{
	height: 360px;
	width: 100%;
	position: relative;
}

/*.wrap-b{
	width: 1920px;
	margin: 0 auto;
	height: auto;
}*/

#map{
    height: 418px;
    overflow: hidden;
    position: relative;
}
.adres{
    padding: 20px 18px;
    width:410px;
    height:179px;
    position:absolute;
    left: 50%;
    margin-left: -502px;
    z-index:999;
    background: url('image/adres.png') top center no-repeat;
}
.adres a .img{
    width:103px;
    height:137px;
    float:left;
    display: block;
}
.adres .text_block{
    float:left;
    width:410px;
    text-align:left;
	color: #3a3a3a;
	padding-top: 60px;
	padding-left: 25px;
	line-height: 1.3;
	font-size: 14px;
}
.adres .text_block p{
    color:#fff;
    font-size:14px;
    margin-bottom:18px;
    line-height: 16px;
}
.adres .text_block p:last-child{
    margin:0;
}
body .adres .text_block p span{
}
.adres22{
    border-bottom: none;
	
    margin-top: 218px;
}

.modalWindow{
	width: 270px;
	height: 260px;
	text-align: center;
}

.modalWindow h2 span{
	font-size: 23px;
	padding-top: 25px;
	margin-bottom: 20px;
	display: block;
}

.modalWindow input{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.modalWindow input[type=text]{
	width: 222px;
	height: 25px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	text-indent: 10px;
}

.modalWindow input[type=submit]{
	background: url('image/result-red.png') top center no-repeat;
	width: 233px;
	height: 37px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
}


label[for=uploaded_file1]{
	height: 31px;
	width: 230px;
	outline: none;
	margin-bottom: 8px;
	background: url('image/load.png') top center no-repeat;
	display: block;
	float: left;
	line-height: 28px;
	text-indent: 10px;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}

div.fileName{
	width: 100px!important;
position: absolute;
top: 0px;
right: 43px;
overflow-x:hidden;
}

.call-t{
	width: 1920px;
	height: 810px;

}

#popupThanks .call-t .fancybox-close{
	width: 1920px;
	height: 810px;
	background: url('image/call-t.jpg') center center no-repeat;
}

#timer{
	display: block;
	float: left;
	width: 285px;
	height: 85px;
	/*position: absolute;*/
}

#timer .timer_block > div{
  background: url('image/timer.png') center center no-repeat;
  width: 90px;
  height: 90px;
  text-align: center;
  float: left;
  margin: 0 0px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
    /*font-family: "helveticaneuecyrbold";*/
  line-height: 78px;
  /*margin-top: 10px;*/
  position: relative; 
  float: left;
	letter-spacing: 5px;
	text-indent: 7px;
}
#timer .timer_block{
  /*margin-left: 407px;*/
  /*margin-left: 15px;*/
  display: block;
  float: left;
}
#timer .timer_block .deys{
  position: relative;
  display: none!important;
}
#timer .timer_block .hours{
  position: relative;
  display: block;
  float: left;
}#timer .timer_block .minutes{
  position: relative;
  display: block;
  float: left;
}#timer .timer_block .seconds{
  position: relative;
  display: block;
  float: left;
} 
#timer .timer_block .deys:before{
  position: absolute;
  font-weight: normal;
  content: 'Дней';
  color: #d9d9d9;
    /*font-family: "Open Sans";*/
	font-family: 'Exo 2';
  font-size: 13px;
  bottom: -20px;
  text-align: center;
  left: 5px;
  display: none!important;
}
#timer .timer_block .hours:before{
  position: absolute;
  /*font-weight: normal;*/
  content: 'Часов';
	font-family: 'Ubuntu', sans-serif;
  color: #554400;
	text-transform: uppercase;
	font-weight: 700;
    /*font-family: "Open Sans";*/
  font-size: 9px;
  bottom: -20px;
  text-align: center;
  left: 5px;
  letter-spacing: 0px;
	text-indent: 25px;
}
#timer .timer_block .minutes:before{
  position: absolute;
  /*font-weight: normal;*/
  content: 'Минут';
  color: #554400;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;

    /*font-family: "Open Sans";*/
  font-size: 9px;
  bottom: -20px;
  text-align: center;
  left: 5px;
  letter-spacing: 0px;
	text-indent: 25px;
}
#timer .timer_block .seconds:before{
  position: absolute;
  /*font-weight: normal;*/
  content: 'Секунд';
  color: #554400;
	
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;

    /*font-family: "Open Sans";*/
  font-size: 9px;
  bottom: -20px;
  text-align: center;
  left: 5px;
  letter-spacing: 0px;
	text-indent: 23px;
}



/*bgt*/



.slidee{
	position: relative;
}

.before-us{
	width: 470px;
	height: 305px;
	float: left;
	margin-right: 20px;
}


.after-us{
	width: 470px;
	height: 305px;
	float: right;
}

.red-sl{
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 472px;
	height: 42px;
	text-align: center;
	background: #e86471;
	font-family: 'Exo 2';
	text-transform: uppercase;
	line-height: 42px;
	font-size: 18px;
}

.blue-sl{
	position: absolute;
	bottom: -1px;
	height: 42px;
	width: 472px;
	right: -2px;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
	background: #6da6cb;
	font-family: 'Exo 2';
	text-transform: uppercase;
}



.irunda{
	position: absolute;
	color: #fff;
	right: 72px;
	top: 185px;
	font-size: 17px;
	font-weight: 600;
}