/*Reset styles*/
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;
}
body, html {
	height: 100%;
	background-color: #f4f4f4;
}
/*General styles*/
body {
	position: relative;
	font-family: 'pt_sans', 'PT Sans', Arial, Geneva, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 23px;
	color: #000000;
}
[class*='row'] {
	width: 100%;
	min-width: 960px;
}
.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}
.container:after {
	clear: both;
}
.container {
    position: relative;
	width: 960px;
	margin: 0 auto 0;
}
h1 {
	font-weight: 700;
	font-size: 53px;
	line-height: 75px;
	text-align: center;
}
h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 55px;
	text-align: center;
}
h3 {
	font-weight: 700;
	font-size: 35px;
	line-height: 47px;
	text-align: center;
}
.title-line {
	margin-left: auto;
	margin-right: auto;
	height: 4px;
	line-height: 0;
	font-size: 0;
	border: none;
}
.form-container {
	padding: 18px 28px 17px 29px;
	width: 251px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 3px 0 rgba(214, 214, 214, 1);
	-moz-box-shadow: 0 3px 0 rgba(214, 214, 214, 1);
	box-shadow: 0 3px 0 rgba(214, 214, 214, 1);
}
.form-container form .controls {
	margin-bottom: 10px;
}
.form-container form .controls label {
	margin: 0 0 2px 1px;
	display: block;
	font-family: 'pt_sans', 'PT Sans', Arial, Geneva, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 25px;
	color: #888888;
}
.form-container form input[type="text"],
.form-container form input[type="email"] {
	margin: 0;
	padding: 4px 8px;
	width: 233px;
	border: 1px solid #d7d7d7;
	font-size: 18px;
	font-family: 'pt_sans', 'PT Sans', Arial, Geneva, sans-serif;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
}
.form-container form input[type="text"]:focus,
.form-container form input[type="email"]:focus {
	outline: none;
}
.form-container form input[type="text"]::-webkit-input-placeholder {color: #bfbfbf;}
.form-container form input[type="text"]:-moz-placeholder {color: #bfbfbf;}
.form-container form button {
	padding: 0;
	margin: 12px 0 0;
	border: none;
	width: 250px;
	height: 47px;
	background-color: #7eb30c;
	-moz-box-shadow: 0 3px 0 rgba(105, 160, 10, 1);
	-webkit-box-shadow: 0 3px 0 rgba(105, 160, 10, 1);
	box-shadow: 0 3px 0 rgba(105, 160, 10, 1);
	font-family: 'pt_sans', 'PT Sans', Arial, Geneva, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 0.5px;
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
	vertical-align: middle;
	text-align: center;
}
.form-container form button:hover {
	background-color: #4f7906;
	-moz-box-shadow: 0 3px 0 rgba(66, 101, 5, 1);
	-webkit-box-shadow: 0 3px 0 rgba(66, 101, 5, 1);
	box-shadow: 0 3px 0 rgba(66, 101, 5, 1);
}
.form-container form button:focus {
	outline: none;
}
.check-controls {
	display: block;
	margin: 15px 0 0 0;
	font-size: 13px;
	font-style: italic;
	color: #888888;
	line-height: 14px;
}
#errors2,
#errors1,
#errors3,
#errors4,
#errors5,
#errors6,
#errors7,
#errors8 {
	color: #FF0000;
	font-size: 11px;
}
/*Header*/
header.header {
	width: 100%;
	min-width: 960px;
	background-color: #ffffff;
}
.logo-group { 
	float: left;
	margin: 25px 0 14px 21px;
}
.logo-group img {
	width: 318px;
	height: 28px;
	margin-left: 1px;
}
.logo-group p {
	font-size: 30px;
	line-height: 1.4em;
	color: #758d9f;
}
.phone-group {
	float: right;
	padding: 23px 0 0 91px;
	min-height: 70px;
	width: 245px;
	background: url('../img/phone-icon.png') 0 0 no-repeat #ffffff;
	font-weight: 700;
}
.phone-time {
	margin-left: 37px;
	font-size: 20px;
	color: #758d9f;
	line-height: 1.5em;
}
.phone-number {
	font-size: 28px;
	color: #fc801c;
	line-height: 1.5em;
}
/*Row 1*/
.row1 {
	min-height: 615px;
	background-color: #4288bf;
	background-image: url('../img/back-1.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.row1 .container {
	padding: 37px 0 0;
}
.row1 h1 {
	margin: 0 0 2px;
	color: #ffffff;
}
.row1 .title-line {
	margin-bottom: 9px;
	width: 659px;
	background-color: #ffffff;
}
.row1 h2 {
	margin-bottom: 35px;
	color: #ffffff;
}
.promo-text {
	margin: 0 0 11px;
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
}
/*Row 2*/
.row2 .container {
	padding: 40px 0 20px;
	min-height: 556px;
	background: url('../img/back-2.png') center top no-repeat #f7f8f8;
}
.row2 h2 {
	margin-bottom: 10px;
	color: #758d9f;
}
.row2 .title-line {
	width: 659px;
	background-color: #fc801c;
}
.scheme-container {
	position: relative;
	margin: 73px 0 0 64px;
	width: 896px;
	height: 400px;
	background: url('../img/scheme.png') 78px 0 no-repeat transparent;
}
[class*='scheme-item'] {
	display: inline-block;
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	line-height: 23px;
}
.scheme-item1 {
	top: 105px;
	left: 0;
}
.scheme-item2 {
	top: 104px;
	left: 331px;
}
.scheme-item3 {
	top: 106px;
	left: 653px;
}
.scheme-item4 {
	top: 314px;
	left: 107px;
}
.scheme-item5 {
	top: 315px;
	left: 488px;
	color: #fc801c;
}
/*Row 3*/
.row3 .container {
	padding: 26px 0 20px;
	min-height: 439px;
	background: url('../img/back-3.jpg') center top no-repeat #8a8a8a;
}
.row3 h3 {
	margin-bottom: 6px;
	color: #ffffff;
}
.row3 .title-line {
	margin-bottom: 33px;
	width: 282px;
	background-color: #ffffff;
}
/*Row 4*/
.row4 .container {
	padding: 38px 0 0;
	min-height: 754px;
	background: url('../img/back-4.png') 0 0 repeat #fbfbfb;
}
.row4 h2 {
	margin-bottom: 7px;
	color: #758d9f;
}
.row4 .title-line {
	margin-bottom: 10px;
	width: 659px;
	background-color: #fc801c;
}
ul.advantages-list {
	margin: 49px 80px 0 43px;
}
ul.advantages-list li {
	padding: 35px 0 54px 213px;
	background: url('../img/advantages-icons.png') 0 0 no-repeat transparent;
}
ul.advantages-list li.second {
	background-position: 0 -210px;
}
ul.advantages-list li.third {
	padding-top: 25px;
	background-position: 0 -420px;
}
ul.advantages-list li p {
	font-size: 18px;
	font-weight: 700;
	color: #000000;
	line-height: 23px;
}
ul.advantages-list li p.advantage-title {
	margin-bottom: 4px;
	font-size: 30px;
	color: #fc801c;
	line-height: 36px;
}
/*Row 5*/
.row5 .container {
	padding: 13px 0 0;
	min-height: 438px;
	background: url('../img/back-5.jpg') center top no-repeat #909090;
}
.container-inner {
	position: relative;
	padding-right: 26px;
}
.row5 h2 {
	margin-bottom: 11px;
	color: #ffffff;
	line-height: 51px;
}
.row5 .title-line {
	margin-bottom: 10px;
	width: 282px;
	background-color: #ffffff;
}
.container-inner .form-container {
	position: absolute;
	top: 120px;
	right: 15px;
	padding: 10px 28px 8px 29px;
}
.container-inner .form-container textarea {
	margin: 0;
	padding: 6px 8px;
	resize: none;
	width: 233px;
	height: 57px;
	border: 1px solid #d7d7d7;
	display: inline-block;
	font-size: 18px;
	font-family: 'pt_sans', 'PT Sans', Arial, Geneva, sans-serif;
	font-weight: 400;
	color: #888888;
	line-height: 25px;
	vertical-align: middle;
}
.container-inner .form-container textarea:focus {
	outline: none;
}
.container-inner .form-container form button {
	margin: 5px 0 0;
}
.container-inner .check-controls {
	margin-top: 12px;
}
.call-cont {
	width: 282px;
	min-height: 219px;
	margin: 0 auto 0;
	padding: 20px 0 0;
	font-weight: 700;
	color: #ffffff;
	background: url('../img/arrow.png') 155px bottom no-repeat transparent;
}
.call-cont p {
	font-size: 25px;
	line-height: 35px;
}
.call-cont p.call-phone {
	font-size: 35px;
	line-height: 51px;
}
/*Row 6*/
.row6 .container {
	padding: 44px 0 0;
	min-height: 777px;
	background: url('../img/back-6.png') 0 0 repeat #f2f2f2;
}
.row6 h2 {
	margin-bottom: 11px;
	font-size: 50px;
	color: #758d9f;
}
.row6 .title-line {
	margin-bottom: 0px;
	width: 659px;
	background-color: #fc801c;
}
.review-container {
	margin: 64px 0 0 56px;
}
.review-container:after {
	clear: both;
}
.review-container:before,
.review-container:after {
	display: table;
	content: "";
	line-height: 0;
}
.image-cont {
	float: left;
	width: 198px;
	margin: 42px 0 0;
	padding-right: 89px;
	background: url('../img/review-back.png') 211px center no-repeat transparent;
}
.image-cont img {
	width: 198px;
	height: 200px;
}
.review-block {
	float: left;
	width: 572px;
	background: url('../img/review-back.png') 13px center no-repeat transparent;
}
p.review-title {
	margin: 0 0 8px 4px;
	font-size: 25px;
	font-weight: 700;
	font-style: italic;
	color: #758d9f;
	line-height: 30px;
}
.review-text-wrap {
	padding: 25px 20px 21px 31px;
	background-color: #fde057;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 3px 0 rgba(203, 203, 203, 1);
	-moz-box-shadow: 0 3px 0 rgba(203, 203, 203, 1);
	box-shadow: 0 3px 0 rgba(203, 203, 203, 1);
}
.review-text-wrap p {
	margin-bottom: 14px;
	font-size: 18px;
	font-style: italic;
	line-height: 23px;
	color: #000000;
}
.review-text-wrap p span {
	font-weight: 700;
	font-style: italic;
	font-size: 20px;
}
.review-text-wrap p.review-author {
	margin: 0;
	font-weight: 700;
	font-style: italic;
	color: #758d9f;
}
.review-text-wrap p.review-author span {
	margin-right: 20px;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
}
/*Row 7*/
.row7 {
	min-height: 509px;
	border-top: 1px solid #ffffff;
	background: url('../img/back-7.jpg') center top no-repeat #366990;
}
.row7 .container {
	padding: 28px 0 0;
}
.row7 p.block-title {
	font-size: 45px;
	font-weight: 700;
	color: #ffffff;
	line-height: 56px;
	text-align: center;
}
.row7 p.block-title.bottom {
	margin-bottom: 35px;
}
.row7 .title-line {
	margin-top: 7px;
	width: 659px;
	background-color: #ffffff;
}
/*Footer*/
footer.footer {
	width: 100%;
	min-width: 960px;
	background: url('../img/footer-back.png') 0 0 repeat #fc801c;
}
.footer-lgroup {
	margin: 26px 0 0 19px;
	float: left;
}
.footer-lgroup img {
	width: 318px;
	height: 28px;
	margin: 0 0 2px 1px;
}
.footer-lgroup p {
	font-size: 30px;
	line-height: 1.4em;
	color: #ffffff;
}
.footer-pgroup {
	float: right;
	padding: 24px 0 0 89px;
	min-height: 76px;
	width: 253px;
	background: url('../img/footer-phone-icon.png') 0 0 no-repeat transparent;
	color: #ffffff;
}
p.ptime {
	margin: 0 0 4px 44px;
	font-size: 18px;
	line-height: 1.5em;
}
p.pnumber {
	font-size: 30px;
	line-height: 1.5em;
}
.share42init {
    clear: both;
    margin: 0 0 0 18px;
}
/*Final page*/
.row8 {
	position: relative;
	min-height: 300px;
	height: 100%;
	background-color: #4288bf;
	background-image: url('../img/back-1.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='../img/back-1.jpg',
    sizingMethod='scale'); /*For IE 8 and less*/
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.row8 .container {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -480px;
	margin-top: -100px;
	height: 200px;
}
.row8 h1 {
	margin-bottom: 20px;
	color: #ffffff;
	line-height: 60px;
}
.row8 .title-line {
	width: 659px;
	margin-bottom: 20px;
	background-color: #fc801c;
}
.socail-block p {
    float: left;
    margin-top: 6px;
    margin-left: 385px;
    color: #ffffff;
    font-weight: 700;
}
.socail-block .yashare-auto-init {
    float: left;
    clear: none;
    margin: 0 0 0 5px;
}
.socail-block .share42init {
    float: left;
    clear: none;
    margin: 0 0 0 15px;
}