/* 
 @font-face {
  font-family: 'Roboto-Black';
  src: url('../font/Roboto-Black.ttf');
}
  @font-face {
  font-family: 'Roboto-Black';
  src: url('../font/Roboto-Black.ttf');
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: 'Roboto-Bold';
  src: url('../font/Roboto-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: 'RobotoCondensed-BoldItalic';
  src: url('../font/RobotoCondensed-BoldItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url('../font/RobotoCondensed-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: 'RobotoCondensed-Italic';
  src: url('../font/RobotoCondensed-Italic.ttf');
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: 'RobotoCondensed-LightItalic';
  src: url('../font/RobotoCondensed-LightItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: 'RobotoCondensed-Light';
  src: url('../font/RobotoCondensed-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
 @font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url('../font/RobotoCondensed-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url('../font/Roboto-Italic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('../font/Roboto-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-MediumItalic';
  src: url('../font/Roboto-MediumItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../font/Roboto-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../font/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-ThinItalic';
  src: url('../font/Roboto-ThinItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Thin.ttf';
  src: url('../font/Roboto-Thin.ttf');
  font-weight: normal;
  font-style: normal;
}
*/
*{
	margin: 0;
	padding: 0;
}
img{
	border:none;
}

html,body,.wrapper{
	width:100%;
	height:100%;

}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.nav-wrapper{
	z-index:1;
	position:fixed;
	width: 100%;
	background: #efefef; /* Old browsers */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmQ5ZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
background: -moz-linear-gradient(top,  #efefef 0%, #efefef 60%, #d2dbe4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(60%,#efefef), color-stop(100%,#d2dbe4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%, #efefef 60%, #d2dbe4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%, #efefef 60%,#d2dbe4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%, #efefef 60%,#d2dbe4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%, #efefef 60%, #d2dbe4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d2dbe4',GradientType=0 ); /* IE6-8 */
border-bottom: 1px solid #bababa;
}
.top-block{
	width: 995px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 5px;
}
	a.btn-enter{
	float:right;
}
.top-menu{
	margin-left: -20px;
	width: 100%;
}
.top-menu ul li{
	float: left;
	border-right:1px solid #ccdbee;
}
.top-menu ul li:last-child{
	border-right: none;
}
.top-menu ul li a{
	font-size:16px;
	font-family: Roboto;
	color: #666666;
	
	padding:4px 25px 5px 25px;
	display: block;
	}
.top-menu ul li a.active{
	font-size:14px;
	color: #004d98;
}
.top-menu ul li a:hover {
color: #004d98;
}

.header-wrapper{
	width: 100%;
	background: #dbe6f0; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZTZmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #dbe6f0 40%, #ffffff 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#dbe6f0), color-stop(70%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dbe6f0 40%,#ffffff 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dbe6f0 40%,#ffffff 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dbe6f0 40%,#ffffff 70%); /* IE10+ */
background: linear-gradient(to bottom,  #dbe6f0 40%,#ffffff 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe6f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
	header{
	padding-top: 50px;
	width: 995px;
	margin: 0 auto;
	overflow: hidden;
	}
	.head-logo{
		float: left;
		margin-right: 20px;
	}
.head-contact{
float: right;
} 
.head-contact img{
	vertical-align: bottom;
}
.head-contact span{
font-family: "Roboto";
font-weight: 700;
font-size:26px;
color: #004990;
padding-left: 20px;
}
.callback{
	clear:right;
	float: right;

}

#feedback-1{width:209px; display:none; position:absolute; z-index:999; background:#f26820; padding:10px; margin:-11px 0 0 0px; border-radius:0 0 5px 5px;/* left:888px; top:167px;*/}
/*#feedback-1 .form-field span{display:none;}*/
#feedback-1 span{display:none;}
#feedback-1 .form-field  input[type=text], #feedback-1 .form-field textarea{
	width:170px;
	margin:0;
	padding:5px 18px;
	font-size:12pt;
	border:1px solid #9b9b9b;
	background:#FFF;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	-khtml-border-radius: 	5px;
	border-radius: 			5px;
	font-family:Verdana;
}

#feedback-main{position:relative; cursor:pointer;}


.sms{
float: left;
margin-top: 30px;
font-family: "Roboto";
font-weight:300;
font-size:18px;
color:#185ba4;
}
.h1-wrapper{
background: url(../images/back.png) repeat-x;
}
.h1-wrapper h1{
	padding:7px 0 6px 0;
		font-family: "Roboto";
		font-weight:300;
		font-size: 30px;
	color: #ededed;
	text-align: center;
}


.head-advantage{
padding-top: 20px;
padding-bottom: 30px;
	width: 995px;
	margin: 0 auto;
}
.head-advantage span{
	font-family: "Roboto";
	font-weight:300;
	font-size: 48px;
	color:#004d98;
}

.head-advantage img{
	float: right;
	margin-top: 35px;
	height:3px;
}
/*<!-- 	End header Block -->
		<!-- 	Start adv Block -->*/
.adv-wrapper{
	background: url(../images/a-bg.png);
}
.advantages{
	width: 995px;
	margin: 0 auto;
	
	}
	.advantage-group1{
	overflow: hidden;
			}
			.adv-img{
			float: left;
			margin-top: 20px;
			}
			.adv-head{
			float: right;
			background: url(../images/a-head-group1.png);
			width: 748px;
			height:63px;
			margin-right:-5px;
			margin-bottom: 20px;
			margin-top: 40px;
			}
			.adv-head img{
				margin-top:-28px;
			}
			.adv-head h3{
			font-family:  "Roboto";
			font-weight:300;
			font-size: 	30px;
			color:#ffffff;
			margin-left: 60px;
			padding: 11px 0 6px;
			}

			.advantage-group1 p{
			font-family: "Roboto";
			font-weight:500;
			font-size: 	18px;
			margin-left: 260px;
			color:#666666;
			}
			.advantage-group1 span{
			font-family: "Roboto";
			font-weight:500;
			font-size: 	18px;
			color:#5eb832;
			}

			.advantage-group2{
	margin-top: -30px;
	overflow: hidden;
			}
			.adv-img2{
			float: right;
			}
			.adv-head2 img{
				margin-top:-29px;
			}
			.adv-head2{
			float: left;
			background: url(../images/a-head-group2.png);
			width: 731px;
			height:50px;
			margin-top: 30px;
			
						}
			.adv-head2 h3{
			font-family: "Roboto";
			font-weight:300;
			font-size: 	30px;
			color:#fff;
			margin-left: 310px;
			padding: 6px 0 6px;
			}

			.advantage-group2 p{
			font-family: "Roboto";
			font-weight:500;
			font-size: 	18px;
			text-align: right;
			color:#666666;
			margin-top: 105px;
			margin-right: 320px;
			line-height: 26px;
			}
			.advantage-group2 span{
			font-family: "Roboto";
			font-weight:500;
			font-size: 	18px;
			color:#f0581b;
			}
			.advantage-group2 a{
			font-family: "Roboto";
			font-weight:500;
			font-size: 	18px;
			color:#004d98;
			text-decoration: underline;
			
			}
			.advantage-group2 a img{
				display:block;
				margin:6px 0 0 3px;
				float:right;
			}
			.advantage-group3{
	margin-top: -45px;
	overflow: hidden;
			}
			.advantage-group3 p{
			font-family: "Roboto";
			font-weight:500;
			font-size: 	18px;
			margin-left: 260px;
			color:#666666;
			}
			
			.advantage-group4{
	margin-top: -30px;
	overflow: hidden;
			}
			.adv-img4{
			float: right;
			}
			.adv-head4 img{
				margin-top:-30px;
			}
			.adv-head4{
			float: left;
			background: url(../images/a-head-group2.png);
			width: 731px;
			height:50px;
			
						}
			.adv-head4 h3{
			font-family: "Roboto";
			font-weight:300;
			font-size: 	30px;
			color:#fff;
			margin-left: 310px;
			padding-top: 5px;
			}

			.advantage-group4 p{
			font-family:"Roboto";
			font-size: 	18px;
			color:#666666;
			margin-top: 105px;
			margin-left: 40px;
			font-weight:500;
			}
/*		<!-- 	End adv Block -->*/
				/*<!-- start Why us block -->*/
.why-us-wrapper{
width: 100%;
background: url("../images/who-as22.png") repeat-x;

/*
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzhjZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjY2ZkNGRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiNlNGU5ZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjlmYmZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #e9eff6 10%, #ffffff 20%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#e9eff6), color-stop(20%,#ffffff)); 
background: -webkit-linear-gradient(top,  #e9eff6 10%, #ffffff 20%); 
background: -o-linear-gradient(top,  #e9eff6 10%, #ffffff 20%); 
background: -ms-linear-gradient(top,  #e9eff6 10%, #ffffff 20%); 
background: linear-gradient(to bottom,  #e9eff6 10%, #ffffff 20%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eff6', endColorstr='#ffffff',GradientType=0 ); IE6-8 
*/

			}
.why-us{
	width: 995px;
margin: 0 auto;
	overflow: hidden;

}
.wrong{
	float:left;
	width: 47%;
}
.wrong span{
	font-family: "Roboto";
	font-weight:500;
	font-size: 	22px;
	color:#666666;
	}
.wrong-mark{
	padding-top:20px;
	padding-bottom: 40px;
	margin-top: 20px;
	border-top: 1px dashed #e6e6e6;
	
	font-size: 	16px;
}
.why-us .wrong #wrong-mark-1{margin-bottom:20px;font-size: 	16px;}
.why-us .wrong #wrong-mark-2{margin-bottom:40px;font-size: 	16px;}
.why-us .wrong #wrong-mark-3{margin-bottom:20px;font-size: 	16px;}
.why-us .wrong #wrong-mark-5{margin-bottom:-16px;font-size: 	16px; border-top: 1px dashed #e6e6e6;}
.why-us .wrong #wrong-mark-6{margin-bottom:52px;font-size: 	16px;}
.why-us .wrong #wrong-mark-7{margin-bottom:42px;font-size: 	16px;}
.why-us .wrong #wrong-mark-8{margin-bottom:28px;font-size: 	16px;}
.wrong-mark:nth-of-type(1) {
	border-top: none;
	margin-top: 10px;
}
.wrong-mark p{
	font-family: "Roboto";
	font-weight:300;
	font-size:16px;
}
	.wrong-mark img{
float: left;
    margin-bottom: 15px;
    margin-right: 10px;
}
.wrong-mark p{
	font-size: 	16px;
	color:#333333;
line-height: 1;
}


.ok{
	margin-left: 30px;
	float: left;
	width:  49%;
}
.ok-mark{
	border-top: 1px dashed #e6e6e6;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 8px;
}
.ok #ok-mark1{margin-bottom:36px; border-top: 1px dashed #e6e6e6;}
.ok #ok-mark2{margin-bottom:52px;}
.ok #ok-mark3{margin-bottom:26px;}
.ok #ok-mark4{margin-bottom:20px;}
.ok-mark:nth-of-type(1) {
	border-top: none;
	margin-top: 10px;
}
.ok-mark img{
float: left;
    margin-bottom: 80px;
    margin-right: 10px;
}
.ok span{
	font-family: "Roboto";
	font-weight:500;
	font-size: 	22px;
	color:#666666;
	}
.ok-mark p {
	font-family: "Roboto";
	font-weight:300;
	font-size: 	16px;
	color:#333333;
	line-height: 1;
}
.ok-mark .end-div{margin-left:68px; font-family: "Roboto";font-weight:300; font-size: 16px;}
.more-info{
float:left;
text-align: center;
padding:10px;
width:500px;
margin:0px 0 30px 250px;
border:1px solid silver;
border-radius:5px;
background: #fcfcfc;
background: -moz-linear-gradient(top, #fcfcfc 0%, #fcfcfc 40%, #f4f4f4 61%, #f4f4f4 100%);
background: -o-linear-gradient(top, #fcfcfc 0%, #fcfcfc 40%, #f4f4f4 61%, #f4f4f4 100%);
background: -webkit-linear-gradient(top, #fcfcfc 0%, #fcfcfc 40%, #f4f4f4 61%, #f4f4f4 100%);
background: linear-gradient(top, #fcfcfc 0%, #fcfcfc 40%, #f4f4f4 61%, #f4f4f4 100%);
}
.more-info:hover{
box-shadow:inset 0px 0px 3px;
}
.more-info #arrows{
padding:5px 160px;
font-size:18px;
color:#636363;
font-weight:500;
font-family:Roboto;
cursor:pointer;
}
#more-info2{display:none;}
/*

.more-info img{
border:1px solid silver;
border-radius:5px;
}
.more-info img:hover{
box-shadow:inset 0px 0px 2px;
border:1px solid silver;
border-radius:5px;
}
*/
/*<!-- 	End why us Block -->*/
/*
		<!-- ## Start Don't Worry block## -->*/
.dont-worry-wrapper{
	max-width:1438px;
	/*min-width:995px;*/
	margin:0 auto;
	padding-bottom: 10px;
	background: url(../images/dont-worry-bg.jpg) no-repeat;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}
.be-happy{
width: 860px;
margin: 0 auto -60px;
overflow: hidden;
padding-top: 50px;
}
.be-happy h3{
			font-family: "Roboto";
			font-weight:300;
			font-size: 	48px;
			color:#004d98;
			text-align: center;
			padding-bottom: 10px;
			padding-top: 6px;
			background-color: #fff;
}
.about{
	float: left;
	width: 100%;
}
.about-us{
	overflow: hidden;
	width: 860px;
	margin: 0 auto;
	background-color: #fff;
	background:url(../images/volna.png);
}
.about-us h3{
			font-family: "Roboto";
			font-weight:500;
			font-size: 	24px;
			margin-left: 48px;
			margin-bottom: 20px;
			margin-top: 20px;
			margin-right: 40px;
			color:#f0581b;
			text-align: justify;
}

.about img{
	float: left;
}

.about p{
	font-family: "Roboto";
	font-weight:300;
	font-size: 	18px;
	color:#333333;
	margin-top: 22px;
	line-height: 1;
}
.about img{
	margin-bottom: 10px;
	margin-left: 48px;
	margin-right: 15px;
	}
.about-us-2{
clear: both;
width: 860px;
margin: 20px auto 6px;
overflow: hidden;
background-color: #fff;
background:url(../images/volna.png);
}
.about-us-2 h3{
			font-family: "Roboto";
			font-weight:500;
			font-size: 	24px;
			margin-left: 48px;
			margin-bottom: 20px;
			margin-top: 20px;
			margin-right: 40px;
			color:#f0581b;
		}
			/*	<!-- ## End Don't Worry block  ## -->*/
	/*	<!-- ## Start Our-services block## -->*/
.our-services-wrapper{
	width: 100%;
	padding-bottom: 10px;
	
	background: url("../images/uslugi22.png") repeat-x;
	/*
	background: #feffff; 

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2VkZjZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2UyZjFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmVlZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #feffff 60%, #dfeefc 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#feffff), color-stop(100%,#dfeefc));
background: -webkit-linear-gradient(top,  #feffff 60%,#dfeefc 100%); 
background: -o-linear-gradient(top,  #feffff 60%,#dfeefc 100%); 
background: -ms-linear-gradient(top,  #feffff 60%,#dfeefc 100%); 
background: linear-gradient(to bottom,  #feffff 60%,#dfeefc 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#dfeefc',GradientType=0 ); 
*/
		}
.our-services{
	overflow: hidden;
	width: 995px;
	margin: 0 auto;
		}
		.our-services-block{
			float: left;
			width: 12%;
			margin-top: 20px;
			margin-right: 55px;
			text-align: center;
		}
		.our-services div:last-child{
			margin-right:0px;
		}
		.our-services-block p{
		margin-top: 10px;
	font-family: "Roboto";
	font-weight:300;
	font-size: 	14px;
	color:#333333;
		}
		/*<!-- ## End Our-services block## -->*/
/*<!-- ## Start Now block## -->*/	
	.now-wrapper{
			width: 100%;
			background: url(../images/now-wrapper-bg.png) repeat;
		}
		.now{
	width: 995px;
	margin: 0 auto;
	overflow: hidden;
		}
		.now h3{
	font-family: "Roboto";/* Regular */
	font-size: 	24px;
	color:#fff;
	text-align: center; 
	padding: 10px 0;
	font-weight:400;
}


.button{
	float: left;
	border-radius: 4px;
	text-align: center;
	font-family: "Roboto";/*Black*/
	margin:10px 20px 20px 0;
	cursor:pointer;
	background: #406a93;
	width:300px;
	height:55px;
}
.button .rassilka{
	background: none repeat scroll 0 0 #f0581b; 
	border-radius: 2px; 
	height: 45px; 
	margin: 5px 0 0 5px; 
	width: 290px;
	box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-o-box-shadow:1px 1px 1px rgba(0,0,0,0.5);
	-webkit-border-radius: 2px; 
}
.button:hover .rassilka{ box-shadow:inset 1px 1px 1px rgba(0,0,0,0.5);-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.5);}
.button img{margin:14px 0 0 20px;}
.button:hover img{margin:14px 0 0 22px;}
.button.margin{
	margin-right:none;
}
/*<!-- ## End Now block## -->*/	

/*<!-- Start comment block -->*/
.comments-wrapper{
	width: 995px;
	margin: 0 auto;
	overflow: hidden;
}
.comment-block:nth-child(2n+1){
	margin-left: 0;

}
	.comment-block{
		float: left;
		margin-left: 20px;
		margin-bottom: 10px;
		width: 48.6666%;
		position: relative;
}
			.comment-block img{
				z-index: 12;
				float: left;
				margin-bottom: 80px;
				margin-right: 20px;
			}
					.comment-block hr{
						margin-top: 5px;
						margin-bottom: 5px;
					}
							.comment-block p{
								font-family: "Roboto";
								font-weight:300;
								font-size: 	14px;
								margin-top: 10px;
								color:#636363;
								margin:10px 0 20px 10px;
							}

	span.who-com{
    color: #004d98;
		font-family: "Roboto";
		font-weight:400;
		font-size: 	20px;
	}
.who-owner{
	width:400px;
	font-family: "Roboto";
	font-weight:500;
	font-size: 	14px;
	color:#f0581b;
}

div .line {
	position: absolute;
	top:-4px;
	left: 102px;
	width: 30px;
   }
   /*<!-- End comment block -->*/

   /*	<!-- Start footer block -->*/

   .clear_footer{
	min-height: 100%;
	box-sizing:border-box;
	padding-bottom:60px;
   }
  #footer{
   	width: 100%;
   	background: url(../images/footer-bg.png) repeat-x;
	height:60px;
	margin-top:-60px;
   }
   #footer p{
   	font-family: "Roboto";
	font-weight:300;
	font-size: 	16px;
	color:#fff;
	text-align: center;
	padding: 20px;}
/*	<!-- End footer block -->*/

#ip{display:none;}

.nc_mail_from_site{
    font-family: Roboto;
    font-size: 20px;
    margin-top: 100px;
    text-align: center;
}
.breadcrumbs {
    margin: 112px 0 13px;
    font-size: 14px;
    color: #0cc965;
}



