﻿.content-header{
	
}


.content{
	/*padding-top: 50px;*/
	margin-left: 90px;
	margin-right: 90px;
	/*padding-bottom: 20px;*/
}
h2{
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	font-family: helveticaneuecyrbold;
}
h3{
	padding-bottom: 15px;
	border-top: 2px solid #454444;
	text-transform: uppercase;
	font-size: 18px;
	font-family: helveticaneuecyrbold;
	text-align: center;
	
}
h3 span{
	position: relative;
	display: inline-block;
	top: -10px;
	background: #fff;
	padding: 0 10px;
}
h4{
	padding-bottom: 25px;
	font: 18px helveticaneuecyrbold;
	color: #454444;
	text-transform: uppercase;
}
.content p, .info-block p{
	padding-bottom: 10px;
	font-size: 15px;
	font-family: helveticaneuecyrroman;
}
.adv-block{
	padding: 25px 0 35px 0;
	text-align: center;
}
.adv-block p{
	float: left;
	width: 250px;
	margin-right: 30px;
}
.adv-block img{
	
}
.adv-block span{
	display: inline-block;
/*	text-transform: uppercase;*/
	font-size: 14px;
	line-height: 18px;
	text-align:left;
	font-family: helveticaneuecyrbold;
	color: #454444;
}
.info-block{
	margin-left: 63px;
	margin-right: 63px;
	margin-bottom: 20px;
	/*background: #eee;*/
	padding: 20px 28px;
	font-family: helveticaneuecyrroman;
	font-size: 14px;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}
.info-block li{
	line-height: 20px;
}
.info-block h4{
	/*padding-bottom: 10px;
	border-bottom: 2px solid #454444;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	font-family: helveticaneuecyrbold;*/
	
}
.info-block li{
	float: left;
	width: 217px;
	padding-right: 55px;
	background: url(../images/bg-shadow.png) no-repeat 242px top;
}
.info-block p{
	/*padding-top: 12px;*/
	font-size: 13px;
	line-height: 18px;
	font-family: helveticaneuecyrbold;
	color: #454444;
}
.info-block img{
	float: right;
	padding-left: 10px;
}

h3 + div{
	padding-bottom: 60px;
}
h3 + div p{
	float: right;
	width: 400px;
}
h3 + div p:first-child{
	float: left;
	width: 390px;
	padding-right: 10px;
	margin-right: 20px;
}

.safety{
	position: relative;
	padding: 70px 0 30px 30px;
	margin: 75px 88px 30px 88px;
	background: #eee;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.safety p{
	float: left;
	width: 233px;
	min-height: 90px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-right: 30px;
	font-size: 15px;
	line-height: 20px;
	border-bottom: 2px solid #434242;
}

.safety h3{
	width: 183px;
	position: absolute;
	left: 50%;
	top: -40px;
	padding: 20px 0 0 0;
	margin: 0 0 0 -91px;
	border: 0;
	text-align: center;
	background: url(../images/index-safety-bg.png) no-repeat 50% top;
}
.safety h3 img{
	margin-bottom: 10px;
}

.about-order{
	padding-bottom: 30px;
}
.about-order ul{
	float: left;
	margin-left: -25px;
	margin-right: 30px;
	padding: 25px;
	font-size: 15px;
	line-height: 20px;
	background-color: #ecf1f7;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.about-order ul li{
	padding-bottom: 16px;
}
.about-order ul li span{
	padding-right: 5px;
	color: #3ba2d7;
}
.about-order p{
	font-size: 13px;
}

.about-order .button_5min{
	display: inline-block;
	margin-left: -10px;
	/*width: 193px;*/
	width: 235px;
	height: 63px;
	background: url(../images/button-5min.png) no-repeat left top;
}
.about-order .button_5min:hover{
	background-position: left -65px;
}


.carousel-wrapper{
	width: 820px;
	margin: 0 auto;
}


.carousel-indicators {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
}
.carousel-indicators li {
    /*background-color: rgba(255, 255, 255, 0.25);*/
	background-color: #858585;
	opacity: 0.3;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: left;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    width: 10px;
	cursor: pointer;
}

.carousel-indicators .active {
    background-color: #FFFFFF;
	opacity: 1;
}

.carousel-caption {
    position: absolute;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
    bottom: 0;
    left: 0;
    padding: 15px;
    right: 0;
}
.carousel-caption h5, .carousel-caption p{
	color: #fff;
}
.carousel-caption h5{
	float: left;
	padding-left: 80px;
	padding-right: 15px;
	font-size: 24px;
	font-family: helveticaneuecyrbold;
	text-transform: uppercase;
}
.carousel-caption p{
	padding-right: 80px;
	font-size: 13px;
	line-height: 18px;
	font-family: helveticaneuecyrbold;
}

.about-order .example_links{
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
	background: none;
}
.about-order .example_links li{
	padding-bottom: 7px;
}
.about-order .example_links a{
	padding-top:4px;
	padding-bottom:2px;
	display: inline-block;
	font-family: helveticaneuecyrbold;
	font-size: 13px;
	/*color: #39a0ff;*/
	color: #548cc6;
	padding-left: 20px;
	background: url(../images/icons-text.png) no-repeat left top;
	line-height: 16px;
}
