﻿.content-header{
	margin-left: 63px;
	margin-right: 55px;
	height: 143px;
	background: #eee url(../images/cont-head-rates.png) no-repeat 310px top;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.standart-rate{
	background: url(../images/rate-st-img.png) no-repeat 200px 14px;
}
.express-rate{
	background: url(../images/rate-expr-img.png) no-repeat 200px 14px;
}
.content-header ul:first-child{
	margin-right: 79px;
}
.content-header ul{
	padding-left: 25px;
}
.content-header ul, .content-header p{
	float: left;
}
.content-header ul{
	font-family: helveticaneuecyrbold;
	font-size: 22px;
	color: #454444;
}
.content-header ul li:first-child{
	padding: 28px 0 18px 0;
	text-transform: uppercase;
}
.content-header ul .small-header{
	padding-bottom: 7px;
	font-family: helveticaneuecyrroman;
	text-transform: uppercase;
	font-size: 12px;
}
.content-header span{
	display: inline-block;
	width: 130px;
}
.content-header p{
	width: 200px;
	padding: 26px 0 0 15px;
	font-family: helveticaneuecyrroman;
	font-size: 12px;
	line-height: 17px;
}


.content{
	padding-top: 40px;
	padding-left: 90px;
	padding-right: 90px;
	color: #434242;
}
.content p{
	padding-bottom: 20px;
	font-family: helveticaneuecyrroman;
	font-size: 15px;
	line-height: 20px;
}
.content strong{
	text-transform: uppercase;
}
.blue-label{
	position: relative;
	top: 1px;
	display: inline-block;
	padding: 3px 5px 2px 5px;
	margin-right: 5px;
	background: #0c54a0;
	font-family: helveticaneuecyrroman;
	font-size: 12px;
	color: #fff;
	vertical-align: top;
	text-transform: uppercase;
	line-height: 12px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.content h3{
	padding-bottom: 20px;
	font-size: 15px;
	font-family: helveticaneuecyrbold;
	text-transform: uppercase;
	color: #434242;
    font: bold;
}
.content .two-cols-text{
	padding-top: 20px;
	padding-bottom: 20px;
}
.content .two-cols-text p{
	float: left;
	width: 45%;
	margin-right: 5%;	
}

.discount-block{
	margin-left: 63px;
}
.discount-block ul{
	float: left;
	height: 164px;
	padding-left: 35px;
	padding-right: 75px;
	text-align:center;
	font-family: helveticaneuecyrbold;
	font-size: 24px;
	background: #eee;
}
.discount-block ul li:first-child{
	padding-top: 28px;
	padding-bottom: 7px;
	font-family: helveticaneuecyrroman;
	font-size: 12px;
	text-transform: uppercase;
}
.hours-value{
	display: inline-block;
	background: #0c54a0;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	color: #fff;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.discount-value{
	padding-top: 20px;
	font-size: 48px;
	color: #0c54a0;
	text-transform: uppercase;
}
.discount5{
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
}
.discount5, .discount10{
	background: #eee url(../images/cont--rates-rate.png) no-repeat right top!important;
}
.discount5 .hours-value{
	background: #548cc6;
}
.discount5 .discount-value{
	color: #548cc6;
}
.discount10 .hours-value{
	background: #3867ae;
}
.discount10 .discount-value{
	color: #3867ae;
}
.discount20{
	padding-right: 65px!important;

	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.content form.one-input{
	padding: 20px;
	margin-top: 5px;
	margin-left: 20px;
	background: #eee;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*Текстовая кнопка*/
.text-button{
	display: inline-block;
	padding: 2px;
	font-size: 15px;
	font-family: helveticaneuecyrbold;
	color: #fff;
	text-decoration: none;
	background: #548cc6;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-box-shadow: 0px 5px 15px #0d2045;
	-moz-box-shadow:    0px 5px 15px #0d2045;
	box-shadow:         0px 5px 15px #0d2045;
}
.text-button:hover{
	color: #fff;
	text-decoration: none;
}
.text-button span{
	display: inline-block;
	padding: 10px 20px;
	border-top: 3px solid #fff;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}