/*
Theme Name: AMPR-Prim
Theme URI: 
Author: Farweb.ru
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/*reset*/
@charset "utf-8";
/* CSS Document */
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, font, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
/*end reset*/

body {
	background:#f3f3f3 url(images/bodybg.png) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	}
a {
	text-decoration: none;
	color: #3498db;
	}
	
a:hover {
	text-decoration: underline;
	color: #333;
	}	

	.topback {
	width: 100%;
	max-width: 1920px;
	}
	
	.backbox {
	width: 938px;
	padding: 20px;
	border: 1px solid #aaa;
	box-shadow: 0 1px 5px #aaa;
	margin: 40px 0;
	background: #3498db;
	}
	
	.whiteback {
	width: 100%;
	padding-bottom: 20px;
	}
	
	.whiteblock {
	background: #fff;
	width: 980px;
	margin: 40px 0 0;
	}
	
	.blockcontent {
	width: 940px;
	padding: 20px;
	}
	
	.blocktitle {
	width: 100%;
	height: 10px;
	background: url(images/title.png) repeat;
	padding-top: 5px;
	}
	
	.blocktitle h3 {
	font-size: 16px;
	font-family: 'Open Sans', Arial;
	margin-bottom: 12px;
	font-weight: 300;
	line-height: 20px;
	background: #fff;
	width: 200px;
	margin: -8px 0 0;
	text-transform: uppercase;
	}
	
	.block_wide {
	width: 990px;
	margin-left: -50px;
	}
	
	.blockabout {
	width: 238px;
	height: 310px;
	padding: 20px;
	border: 1px solid #aaa;
	margin: 90px 0 0 50px;
	float: left;
	position: relative;
	}
	
	.blockabout h3 {
	font-size: 20px;
	font-family: 'Open Sans', Arial;
	margin: 12px 0 15px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	}
	
	.blockabout p {
	font-size: 14px;
	font-family: 'Open Sans', Arial;
	margin: 10px 0 10px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	}
	
	.blockabout img{
	width: 128px;
	height: 128px;
	margin: -84px 0 0 50px;
	background: #fff;
	padding: 0 5px;
	}
	
	.blockabout_button {
	font-size: 14px;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	text-transform: uppercase;
	width: 160px;
	padding: 10px 10px;
	color: #fff;
	background: #3498db;
	text-align: center;
	bottom: 20px;
	left: 49px;
	position: absolute;
	border-radius: 4px;
	}
	
	.blockabout_button:hover {
	background: #333;
	}
	
	.whitenews {
	background: #fff;
	width: 600px;
	margin: 40px 40px 0 0;
	float: left;
	}
	
	.newscontent {
	width: 560px;
	padding: 20px;
	height: 660px;
	}
	
	.mainnews {
	width: 560px;
	}
	
	.mainnews_post {
	border-bottom: 1px solid #aaa;
	padding-bottom: 20px;
	margin: 20px 0 0;
	}
	
	.mainnews_post + .mainnews_post + .mainnews_post {
	}
	
	.mainnews_post img {
	float: left;
	width: 150px;
	height: 150px;
	margin: 5px 40px 0 0;
	}
	
	.mainnews_post img:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
	}
	
	.mainnews_post h3 {
	color: #3498db;
	font-size: 16px;
	font-family: 'Open Sans', Arial;
	line-height: 1.6em;
	margin-bottom: 10px;
	}
	
	.mainnews_post p {
	color: #666;
	font-size: 12px;
	font-family: 'Open Sans', Arial;
	line-height: 1.6em;
	}
	
	p.linkto {
	color: #3498db;
	font-size: 16px;
	font-family: 'Open Sans', Arial;
	text-align: right;
	margin: 15px 0;
	font-weight: 400;
	}

	p.linkto a {
	color: #3498db;
	text-decoration: underline;
	}
	
	.mainnews_post h3 a {
	color: #3498db;
	text-decoration: none;
	}
	
	.mainnews_post h3 a:hover {
	text-decoration: underline;
	color: #333;
	}	
	
	.news_meta {
	font-size: 12px!important;
	font-family: 'Open Sans', Arial!important;
	line-height: 1.6em!important;
	color: #de2e22!important;
	margin-top: 10px;
	}
	
	.news_meta a {
	color: #de2e22!important;
	}
	
	.whiteside {
	background: #fff;
	width: 340px;
	margin: 40px 0 0;
	float: right;
	}
	
	.sidecontent {
	width: 300px;
	padding: 20px;
	height: 410px;
	}
	
	.sidevk {
	width: 340px;
	height: 210px;
	margin-top: 40px;
	}
	
	.bluetitle {
	color: #3498db!important;
	}
	
	.peoplemain {
	
	}
	
	.peoplemain_post {
	margin: 20px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #3498db;
	}
	
	.peoplemain_post img {
	margin: 0 20px 0 0;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	float: left;
	}
	
	.peoplemain_post img:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7; 
	}
	
	.peoplemain_post h3 {
	color: #333;
	font-size: 14px;
	font-family: 'Open Sans', Arial;
	margin: 0 0 10px;
	font-weight: 300;
	}
	
	.peoplemain_post h3 a {
	color: #333;
	}
	
	.peoplemain_post p {
	color: #3498db;
	font-size: 11px;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	line-height: 1.6em;
	}
	
	.mainside {
	width: 340px;
	float: right;
	}
	
#wrapper,.wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
	}
#header {
	width:980px;
	margin: 0 auto;
	padding: 20px 0 5px;
	}

	.topwhy {
	width: 300px;
	margin: 0 40px 0 40px;
	float: left;
	}
	
	.topwhy p {
	font-size: 14px;
	font-family: 'Open Sans', Arial;
	margin-bottom: 12px;
	font-weight: 400;
	line-height: 20px;
	}
	
	.topwhy b {
	font-family: 'Open Sans', Arial;
	font-weight: 700;
	color: #db534d;
	right: 10px;
	}
	
	.headline {
	width: 980px;
	margin-bottom: 20px;
	}
	
	.left-text {
	width: 420px;
	margin: 0 0 20px 0;
	padding: 50px 20px;
	text-align: left;
	background: #fff;
	font-size: 26px;
	line-height: 32px;
	font-weight: 600;
	color: #ad4f46;
	font-family: 'Open Sans', Arial;
	height: 120px;
	float: left;
	}	
	
	.right-text {
	margin: 0 0 20px;
	width: 250px;
	float: right;
	padding: 0;
	color: #333;
	font-family: 'Open Sans', Arial;
	height: 60px;
	}
	
	.right-text h3 {
	margin: 0 0 10px 0;
	color: #000;
	font-family: 'Open Sans', Arial;
	font-size: 30px;
	font-weight: 600;
	text-align: right;
	}
	
	.right-text span {
	margin: 0 0 0 0;
	color: #333;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
	float: right;
	}
	
	.right-text span a {
	color: #34a8d6;
	text-decoration: underline;
	}
	
	.right-text span a:hover {
	color: #333;
	text-decoration: none;
	}
	
	.blueback {
	background: #34a8d6;
	width: 100%;
	height: 100px;
	margin: 20px 0 0;
	}
	
	.slogan {
	width: 980px;
	height: 100px;
	background: url(images/sloganbg.png) top center no-repeat;
	margin-top: -1px;
	}
	
	.slogantext {
	margin-top: -180px;
	width: 980px;
	margin-bottom: 70px;
	}
	
	.slogantext p {
	color: #fff;
	font-family: 'Open Sans', Arial;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 980px;
	}
	
	.slogantext .p1 {
	color: #fff;
	font-weight: 400;
	text-transform: none;
	width: 980px;
	}
	
	.pagemiddle {
	width: 980px;
	height: 558px;
	background: url(images/lights.png) top left no-repeat;
	}
	
	.middle_left {
	width: 420px;
	margin-top: 15px;
	float: left;
	}
	
	.middle_left p {
	color: #fff;
	font-family: 'Open Sans', Arial;
	font-size: 28px;
	margin: 10px 0;
	font-weight: 400;
	text-align: center;
	}
	
	.middle_left p.sum1 {
	font-size: 44px;
	margin: 0px 0 10px;
	font-weight: 700;
	}
	
	.middle_left p.sum2 {
	font-size: 36px;
	margin: 10px 0;
	font-weight: 400;
	text-decoration: line-through;
	color: #ddd;
	}
	
	.middle_left p.prim {
	font-size: 22px;
	margin: 25px 0 15px;
	font-weight: 400;
	color: #ddd;
	}
	
	.middle_left p.mini {
	font-size: 12px;
	margin: 25px 0 0;
	font-weight: 400;
	color: #fff;
	}
	
	.middle_right {
	width: 420px;
	float: right;
	margin-top: 15px;
	}
	
	.middle_right p {
	margin: 10px 0;
	color: #fff;
	font-family: 'Open Sans', Arial;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	}
	
	.middle_right .sendform {
	width: 370px;
	height: 140px;
	padding: 10px;
	margin: 10px auto 10px;
	background: url(images/wbg.png) repeat;
	}
	
	.middle_right .sendform h3 {
	color: #333;
	font-family: 'Open Sans', Arial;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin: 0 0 10px;
	}
	
	.middle_right .mainform {
	
	}
	
	.middle_right .mainform input[type="tel"], .middle_right .mainform input[type="text"], select {
	background: #fff;
	border: 1px solid #000;
	font-family: 'Open Sans', Arial;
	color: #000;
	font-size: 12px;
	width: 140px;
	padding: 5px;
	text-align: left;
	margin: 10px 0 10px 22px;
	float: left;
	}
	
	.middle_right .mainform .wpcf7-submit {
	width: 140px;
	padding: 5px 10px;
	text-align: center;
	margin: 0 auto;
	font-family: 'Open Sans', Arial;
	font-size: 16px;
	background: #db534d;
	color: #fff;
	margin: 10px 0 0 20px;
	font-weight: 600;
	border: none;
	}
	
	.middle_right .mainform .wpcf7-submit:hover {
	background: #000;
	color: #fff;
	}
	
	.lm1 {
	text-align: center;
	}
	
	.right-text ul li {
	list-style: circle;
	list-style-position: inside;
	font-size: 18px;
	line-height: 24px;
	}
	
	.headlogo {
	width: 980px;
	position: relative;
	}
	
	.logo {
	width: 500px;
	padding: 0;
	float: left;
	margin: -15px 0 10px 240px;
	position: relative;
	}
	
	h2.prim {
	font-family: 'Open Sans', Arial;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 0 0;
	font-weight: 700;
	}
	
	.headright {
	float: right;
	height: 122px;
	width: 670px;
	}
	
	.topright {
	background: #fff;
	margin: 0 0 10px;
	width: 670px;
	height: 80px;
	}
	
	.topmenu {
	width: 980px;
	float: right;
	text-align: right;
	margin: 10px 0 15px;
	}
	
	.menu-menu-container {
	text-align: right;
	float: right;
	}
	
	.topmiddle {
	width: 980px;
	padding: 30px 0 15px;
	}
	
	.topmiddle_text {
	width: 580px;
	font-family: 'Open Sans', Arial;
	float: left;
	margin: 0 100px 0 0;
	font-size: 44px;
	line-height: 54px;
	text-transform: uppercase;
	font-weight: 700;
	}
	
	.topmiddle_text {
	width: 580px;
	font-family: 'Open Sans', Arial;
	float: left;
	margin: 5px 0 0;
	font-size: 44px;
	line-height: 54px;
	text-transform: uppercase;
	font-weight: 700;
	}
	
	.phone_block {
	width: 350px;
	margin-left: 50px;
	float: right;
	}
	
	.phone_block p.phone1 {
	font-family: 'Open Sans', Arial;
	font-size: 46px;
	color: #de2e22;
	font-weight: 700;
	margin: 5px 0 0;
	text-align: right;
	}
	
	.phone_block p.desc1 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
	text-align: right;
	margin: 10px 0 0;
	}
	
	.whywe {
	width: 980px;
	height: 320px;
	margin: 30px 0 20px;
	background: #83c550;
	}
	
	.prichiny {
	width: 460px;
	height: 300px;
	padding: 20px;
	float: left;
	}
	
	.prichiny h3 {
	font-family: 'Open Sans', Arial;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 18px;
	}
	
	.prichiny ul {
	list-style-type: none;
	}
	
	.prichiny ul li {
	margin: 0 0 15px;
	}
	
	.prichiny img {
	float: left; 
	margin-right: 15px;
	}
	
	.prichiny p {
	font-family: 'Open Sans', Arial;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	text-align: left;
	}
	
	.whyform {
	width: 380px;
	background: #fff;
	height: 320px;
	padding: 10px;
	margin: -10px 40px 0 40px;
	box-shadow: 0 0 5px #aaa;
	float: right;
	}
	
	.whyform h3 {
	margin: 10px 0 20px;
	font-family: 'Open Sans', Arial;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	}
	
	.whyform input[type="tel"], .whyform input[type="text"], select {
	background: #f7f7f7;
	border: 1px solid #aaa;
	box-shadow: 0 0 3px #aaa;
	font-family: sabs-serif, Arial;
	color: #000;
	font-size: 14px;
	width: 258px;
	padding: 8px 10px;
	text-align: left;
	margin: 15px 0 10px 50px;
	}
	
	.whyform .wpcf7-submit {
	width: 140px;
	padding: 8px 12px;
	text-align: center;
	box-shadow: 0 0 3px #aaa;
	margin: 0 auto;
	font-family: Arial;
	font-size: 16px;
	background: #000;
	color: #fff;
	margin: 20px 0 0 120px;
	font-weight: 600;
	border: none;
	}
	
	.whyform .wpcf7-submit:hover {
	background: #db534d;
	color: #fff;
	}
	
	.uslugi {
	width: 980px;
	margin: 40px 0 40px;
	}
	
	.uslugi h2 {
	font-family: 'Open Sans', Arial;
	font-size: 42px;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin: 0 0 30px;
	}
	
	.uslugi_wide {
	width: 1020px;
	margin-left: -40px;
	}
	
	.uslugi_block {
	background: #fff;
	width: 193px;
	height: 140px;
	padding: 10px;
	border-radius: 4px;
	float: left;
	margin-left: 40px;
	border: 1px solid #aaa;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px; 
	}
	
	.uslugi_block:hover {
	box-shadow: 0 0 10px #aaa;
	}
	
	.uslugi_block img {
	margin: 10px auto 15px;
	text-align: center;
	width: 80px;
	border: none;
	display: block;
	}
	
	
	.uslugi_block h3 {
	font-family: 'Open Sans', Arial;
	font-size: 22px;
	font-weight: 700;
	color: #db534d;
	text-align: center;
	margin: 0 0 10px;
	}
	
	.reviews_backtop {
	width: 100%;
	height: 86px;
	background: url(images/f1bg.png) top repeat-x;
	margin: 40px 0 0;
	}
	
	.reviews_backbottom {
	width: 100%;
	height: 86px;
	background: url(images/f2bg.png) top repeat-x;
	margin: 0 0 40px;
	padding: 0 20px;
	}
	
	.reviews_backbottom h3 {
	font-family: 'Open Sans', Arial;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	}
	
	.reviews_backbottom h3 a {
	font-family: 'Open Sans', Arial;
	font-size: 28px;
	font-weight: 700;
	color: #333;
	border-bottom: 1px dotted #83c550;
	text-transform: uppercase;
	text-decoration: none;
	}
	
	.reviews_backbottom h3 a:hover {
	color: #83c550;
	}
	
	.reviews_back {
	width: 100%;
	background: #f1f1f1;
	margin: 0;
	padding-bottom: 40px;
	}
	
	.reviews_back h2 {
	font-family: 'Open Sans', Arial;
	font-size: 42px;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin: 0 0 30px;
	}
	
	.reviews_content {
	margin-top: -50px;
	width: 980px;
	}
	
	.reviews_block {
	margin: 40px 0 0px;
	}
	
	.reviews_content img {
	float: left;
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px; 
	-khtml-border-radius: 50px; 
	border-radius: 50px; 
	margin: 0 20px 0 0;
	width: 100px;
	height: 100px;
	}
	
	.reviews_info {
	float: left;
	padding: 20px 0 0;
	width: 300px;
	margin-right: 40px;
	}
	
	.reviews_text {
	width: 480px;
	padding: 20px;
	float: right;
	background: #fff;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	border-radius: 8px; 
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
	}
	
	.reviews_text p {
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
	margin: 0 0 10px;
	}
	
	.reviews_block p.name{
	font-family: 'Open Sans', Arial;
	font-size: 26px;
	color: #333;
	font-weight: 700;
	margin: 5px 0 5px;
	text-transform: uppercase;
	}
	
	.reviews_block p.status {
	font-family: Arial;
	font-size: 12px;
	color: #999;
	font-weight: 400;
	margin: 5px 0 5px;
	}
	
	.clientslogo {
	width: 980px;
	}
	
	.clientslogo h2 {
	width: 980px;
	font-family: 'Open Sans', Arial;
	font-size: 42px;
	font-weight: 700;
	color: #333;
	text-align: center;
	margin: 0 0 30px;
	}
	
	.clientslogo_back {
	width: 1020px;
	margin-left: -40px;
	}
	
	.clientslogo_block {
	width: 258px;
	padding: 20px;
	margin: 0 0 30px 40px;
	border: 1px solid #aaa;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	border-radius: 8px; 
	float: left;
	}
	
	.clientslogo img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	display: block;
	margin: 0 auto;
	}
	
	.clientslogo img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	}
	
	.whyred {
	background: #db534d!important;
	}
	
	
	.topmenu ul {
	list-style-type: none;
	}
	
	.topmenu ul li {
	float: left;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial;
	font-weight: 700;
	line-height: 32px;
	margin-right: 58px;
	}
	
	.topmenu ul li.menu-item-11 {
	margin-right: 0!important;
	}
	
	.topmenu ul li.menu-item-11 a {
	color: #de2e22;
	}
	
	
	
	.topmenu ul li a {
	color: #fff;
	font-weight: 700;
	border-bottom: 1px dotted #aaa;
	text-decoration: none;
	}
	
	.topmenu ul li a:hover {
	color: #ccc;
	}
	
	.logo span {
	font-size: 12px;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	color: #eee;
	position: relative;
	margin-top: -5px;
	}
	
	.icons_top {
	width: 960px;
	margin: 20px 0;
	}
	
	.icons_place {
	width: 1000px;
	margin-left: -40px;
	}
	
	.icon_block {
	width: 180px;
	height: 130px;
	margin-left: 40px;
	float: left;
	padding: 15px;
	text-align: center;
	background: #ad4f46;
	}
	
	.icon_block:hover {
	background: #333;
	}
	
	.icon_block img {
	width: 100px;
	height: 100px;
	margin: 0 auto 10px;
	}
	
	.icon_block h3{
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', Arial;
	}
	
	
	font.thin {
	font-weight: 300;
	font-size: 20px;
	}
	
	.phone span a {
	color: #ad4f46;
	border-bottom: 1px dotted #ad4f46;
	}
	
	.phone span a:hover {
	border-bottom: none;
	}
	
	.whatis {
	width: 960px;
	margin: 20px 0;
	}
	
	.whatis h3 {
	font-size: 24px;
	font-family: 'Open Sans', Arial;
	font-weight: 600;
	text-align: center;
	margin: 0 0 15px;
	color: #fff;
	}
	
	.whatis p {
	font-size: 14px;
	line-height: 1.6em;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	text-align: justify;
	color: #fff;
	}
	
	.whats1 {
	width: 420px;
	padding: 20px;
	margin-right: 40px;
	background: url(images/gbg.png) repeat;
	float: left;
	}
	
	.whats2 {
	width: 420px;
	padding: 20px;
	background: url(images/gbg.png) repeat;
	float: right;
	}
	
	
	.thatswy_l {
	width: 350px;
	float: left;
	margin-left: 50px;
	}
	
	.thatswy_l p {
	background: url(images/check.png) top center no-repeat;
	padding-top: 40px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	}
	
	.thatswy_r {
	width: 350px;
	float: right;
	margin-right: 50px;
	}
	
	.thatswy_r p {
	background: url(images/check.png) top center no-repeat;
	padding-top: 40px;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	}
	
	.maintxt {
	margin: 20px 0 0;
	padding: 20px;
	background: #f1f1f1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	}
	
	.maintxt p {
	font-size: 16px;
	line-height: 1.6em;
	line-height: 22px;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	color: #333;
	text-align: justify;
	margin-bottom: 20px;
	}
	
	.maintxt h2 {
	font-size: 32px;
	font-family: 'Open Sans', Arial;
	font-weight: 600;
	text-align: center;
	margin: 10px 0 15px;
	}
	
	.saleinfo {
	width: 960px;
	margin: 40px 0 0;
	}
	
	.saleinfo h3 {
	font-size: 28px;
	line-height: 38px;
	font-family: 'Open Sans', Arial;
	font-weight: 400;
	color: #ad4f46;
	text-align: center;
	}
	
	font.thr {
	text-decoration: line-through;
	}
	
	font.blk {
	color: #000;
	}
	
	.callbg {
	margin: 120px auto 110px;
	background: #000;
	height: 250px;
	width: 960px;
	}
	
	.wr {
	width: 960px;
	margin: 0 auto;
	}
	
	.wr h3 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	}
	
	.wr .callus {
	width: 520px;
	float: left;
	padding: 0;
	height: 230px;
	margin-left: 10px;
	}
	
	.wr .callus p {
	font-size: 26px;
	line-height: 26px;
	font-family: 'Open Sans', Arial;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 40px 0 20px;
	}
	
	
	.wr .callus .tel1 { -
	font-family: 'Open Sans', Arial;
	text-align: center;
	font-size: 28px;
	color: #000;
	margin-top: 150px;
	}
	
	.wr .callus .calltime {
	font-family: 'Open Sans', Arial;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	font-weight: 400;
	text-decoration: underline;
	}
	
	.sendname {
	background: url(images/formbg.png) top left no-repeat;
	width: 380px;
	margin-right: 10px;
	padding: 10px;
	float: right;
	height: 360px;
	border-radius: 8px;
	border: 1px solid #000;
	margin-top: -70px;
	}
	
	.sendname h3 {
	font-family: 'Open Sans', Arial;
	text-align: center;
	font-size: 22px;
	color: #333;
	padding-top: 5px;
	margin-bottom: 10px;
	}
	
	.sendname input[type="tel"], .sendname input[type="text"], select {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	width: 320px;
	padding: 5px;
	text-align: center;
	margin: 10px 0 10px 25px;
	}
	
	select {
	padding: 10px;
	width: 330px;
	}
	
	.yphone {
	font-family: 'Open Sans', Arial;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: 600;
	text-align: center;
	}
	
	.yphone span {
	font-size: 18px;
	margin: 25px 0 10px;
	display: block;
	font-weight: 400;
	}
	
	h2.partname {
	font-size: 32px;
	padding: 10px 0;
	font-family: 'Open Sans', Arial;
	text-align: center;
	}
	
	.cifry {
	width: 960px;
	margin: 10px auto 0;
	}
	
	.nline {
	margin: 30px 0;
	border-bottom: 1px solid #ccc;
	}
	
	.widebl {
	width: 960px;
	margin: 0 auto;
	}
	
	.tblock_1 {
	background: #e3e3e3;
	width: 420px;
	padding: 15px;
	font-size: 16px;
	color: #333;
	font-family: 'Open Sans', Arial;
	text-align: justify;
	height: 150px;
	margin: 30px 100px 0 0;
	line-height: 22px;
	float: left;
	}
	
	.tblock_2 {
	background: #e3e3e3;
	width: 420px;
	padding: 15px;
	font-size: 16px;
	color: #333;
	font-family: 'Open Sans', Arial;
	text-align: justify;
	height: 150px;
	margin: 30px 0 0 0;
	line-height: 22px;
	float: right;
	}
	
	.tblock_3 {
	background: #3a83b0;
	width: 700px;
	padding: 25px;
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', Arial;
	text-align: justify;
	height: 200px;
	margin: 30px auto 40px;
	line-height: 22px;
	}
	
	.iblock {
	width: 960px;
	margin: 10px 0 25px;
	padding: 10px;
	font-size: 20px;
	font-family: 'Open Sans', Arial;
	line-height: 26px;
	background: #e7e7e7;
	}
	
	
	.tblock_3 ul {
	list-style-type: disc;
	list-style-position: inside;
	}
	
	.tblock_3 ul li {
	margin-bottom: 5px;
	}
	
	
	.aboutservice {
	width: 960px;
	margin: 10px auto 45px;
	}
	
	.footermap {
	margin-top: 65px;
	min-width: 980px;
	width: 100%;
	}
	
	.footermap h2.ftitle {
	background: #fff;
	font-size: 36px;
	padding: 15px 0 25px;
	text-align: center;
	font-weight: 600;
	color: #333;
	font-family: 'Open Sans', Arial;
	}
	
	.cifblocks {
	width: 1125px;
	margin-left: -105px;
	margin-top: 40px;
	}
	
	.etoblock {
	width: 250px;
	margin-left: 105px;
	float: left;
	height: 150px;
	margin-bottom: 25px;
	background: url(images/star.jpg) top center no-repeat;
	}
	
	.etoblock p {
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	font-weight: 400;
	line-height: 22px;
	padding-top: 50px;
	}

	.bot_block {
	background: #333;
	width: 100%;
	margin: 60px auto 0;
	padding: 30px 0 40px;
	}
	
	
	
	.footer_left {
	width: 440px;
	float: left;
	margin-right: 30px;
	}
	
	.footer_logo {
	background: url(images/logo_footer.png) top left no-repeat;
	width: 150px;
	height: 150px;
	padding: 0 0;
	float: left;
	margin: 10px 70px 20px 0;
	}
	
	.footer_right {
	width: 250px;
	float: right;
	text-align: right;
	padding-top: 60px;
	}
	
	.footer_right .phone {
	color: #fff!important;
	text-align: right!important;
	margin: 0 0 15px!important;
	}
	
	.footer_right .phone p {
	color: #fff!important;
	font-size: 34px;
	font-family: 'Open Sans', Arial;
	font-weight: 700;
	margin: 0 0 10px;
	}
	
	.footer_right .phone span {
	color: #fff!important;
	font-size: 12px;
	font-family: Arial, Tahoma;
	font-weight: 400;
	}
	
	.footer_right .phone span a {
	color: #fff!important;
	}
	
	.footer_left .menul {
	width: 400px;
	margin: 40px 20px 0 0;
	float: left;
	}
	
	.footer_left .menur {
	width: 220px;
	float: left;
	}
	
	.footer_left .menur li a{
	color: #83c550!important;
	border-bottom: none;
	text-transform: none!important;
	}
	
	.footer_left .menur li a:hover{
	color: #fff!important;
	}
	
	.footer_left li {
	width: 200px;
	text-align: left;
	font-size: 14px;
	line-height: 1.7em;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial;
	float: left;
	margin-bottom: 5px;
	}
	
	.footer_left li a {
	color: #fff;
	text-decoration: underline;
	}
	
	.footer_left li a:hover {
	color: #3498db;
	text-decoration: none;
	}
	
	.headbox {
	width: 1003px;
	height: 100px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
	h3.whats {
	font-size: 18px;
	font-family: 'Open Sans', Arial;
	font-weight: 600;
	color: #fff;
	line-height: 24px;
	text-align: center;
	width: 400px;
	top: 360px;
	margin-left: 300px;
	position: absolute;
	}
	
	.rightmenu {
	height: 160px;
	float: right;
	margin-left: 23px;
	width: 540px;
	}
	
	.rightmenu ul li {
	padding: 4px 5px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background: #fb6b11;
	width: 250px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	font-family: 'Open Sans', Arial, Tahoma;
	}
	
	
	.rightmenu ul li a {
	color: #fff;
	}
	
	.rightmenu ul li:hover {
	background: #000;
	}
	
	
	.results {
	width: 400px;
	height: 140px;
	background: #000;
	float: left;
	padding: 20px;
	}
	
	.results .about{
	color: #fff;
	text-align: center;
	font-size: 22px;
	}
	
	
#slideshow {
    position:relative;
    height:330px;
    z-index:-1;
	background: url(images/header2.jpg) bottom left no-repeat;
}
 
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
 
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow IMG.last-active {
    z-index:9;
}
 
#slideshow img {
    width: 1003px;
    height: 289px;
	padding-top: 41px;
}

.slidehome {
border-top: 1px dotted #b7b7b7;
border-bottom: 1px dotted #b7b7b7;
margin: 10px 0 25px;
padding: 10px 0;
background: #f3f3f3;
}

.sldleft {
width: 350px;
margin-right: 30px;
padding-left: 10px;
font-size: 20px;
font-family: Arial, Tahoma;
float: left;
text-decoration: underline;
line-height: 36px;
margin-top: 7px;
}

.ctxt {
width: 200px;
font-size: 18px;
font-weight: normal;
color: #fb6b11;
float: left;
margin-left: 14px;
margin-top: 38px;
}

.rightmenu {
height: 100px;
}

.sld {
width: 600px;
font-size: 20px;
font-family: Arial, Tahoma;
float: left;
}

.ctsop_div {
font-size: 20px;
font-family: Arial, Tahoma;
line-height: 36px;
}

.sld span {
background: #fb6b11;
color: #fff;
padding: 8px 5px;
line-height: 20px;
height: 20px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
margin: 0 2px;
}

.companys {
border-bottom: 1px dotted #b7b7b7;
padding: 5px 0 1px;
font-size: 20px;
font-family: 'Open Sans', Arial, Tahoma;
margin-bottom: 20px;
color: #000;
}

.companys span {
padding: 0;
color: #fb6b11;
}

.links {
	margin:17px 0 0;
	float:left;
	}
.links a {
	background:url(images/links.png) no-repeat 0 0;
	width:10px;
	height:10px;
	margin:0 6px 0 0;
	float:left;
	}
.links a:hover {
	background-position:0 -10px;
	}
.links a+a {
	background-position:-17px 0px;
	width:11px;
	}
.links a+a:hover {
	background-position:-17px -10px;
	}	
.links a+a+a {
	background-position:-34px 0px;
	width:11px;
	}
.links a+a+a:hover {
	background-position:-34px -10px;
	}
.mailto {
	font-size:11px;
	color:#a9a9a9;
	text-decoration:underline;
	margin:17px 0 0;
	float:right;
	}
.mailto:hover {
	text-decoration:none;
	}		
.menu_box {
	background:url(images/menu.png) no-repeat;
	width:1003px;
	height:33px;
	position:absolute;
	left:0;
	bottom:0;
	}	
.menu_box ul {
	margin:0 0 0 1px;
	padding:1px;
	float:left;
	}
.menu_box ul li {
	background:url(images/separator.png) no-repeat right;
	height:30px;
	padding:0 2px 0 0;
	float:left;
	}
.menu_box ul li a {
	font-size:11px;
	line-height:30px;
	color:#2f2f2f;
	text-shadow:1px 1px #fff;
	margin:1px 0 0;
	padding:0 13px;
	float:left;
	}
.menu_box ul li a:hover,.menu_box ul li.current_page_item a,.menu_box ul li.current-menu-item a {
	background:url(images/hover.png) repeat-x;
	text-shadow:none;
	color:#fff;
	}
.menu_box ul li.border_radius a {
	border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	-webkit-border-radius:3px 0 0 3px;
	}	
.fblike {
width: 430px;
margin: 15px 0;
}	
.no_border {
	background:none !important;
	}	
.search_box {
	margin:7px 4px 0 0;
	float:right;
	}
.input {
	background:url(images/input.png) no-repeat;
	font:10px/19px Arial, Helvetica, sans-serif; 
	color:#ababab;
	border:0 none;
	width:85px;
	padding:0 5px 0 15px;
	height:19px;
	float:left;
	}
.button {
	background:url(images/button.png) no-repeat;
	text-indent:-9999px;
	cursor:pointer;
	width:17px;
	height:19px;
	border:0 none;
	float:left;
	}		

.dot {
margin: 10px 0 15px;
border-bottom: 1px dotted #666;
height: 1px;
}
	
#content {
	width:100%;
	margin:15px 0 0;
	float:left;
	}
.content_item #center {
	width:960px;
	padding: 0 10px;
	}	
.block {
	width:100%;
	margin:0 0 10px;
	float:left;
	}
.block h2 {
font-family: 'Open Sans', Arial, Tahoma;
font-size: 22px;
color: #000;
text-align: center;
padding-bottom: 8px;
font-weight: 600;
}
.block h3 {
font-family: 'Open Sans', Arial, Tahoma;
font-size: 18px;
color: #000;
text-align: center;
padding-bottom: 8px;
margin-top: 20px;
font-weight: 400;
}
.block p.pric {
font-family: 'Open Sans', Arial, Tahoma;
font-size: 26px;
color: #000;
font-weight: 700;
text-align: center;
padding-bottom: 8px;
text-decoration: underline;
}
ul.dost {
font-family: 'Open Sans', Arial, Tahoma;
font-size: 18px;
color: #000;
margin-left: 15px;
margin-top: 10px;
}

ul.dost li {
background: url('images/yes.png') top left no-repeat;
list-style-position: inside;
line-height: 32px;
margin-bottom: 8px;
padding-left: 35px;
}
.topblock1 {
	width: 331px;
	height: 300px;
	margin-right: 5px;
	background: #E6E6E6;
	float: left;
	}
.topblock2 {
	width: 331px;
	height: 300px;
	margin-right: 5px;
	background: #FFE7B3;
	float: left;
	}
.topblock3 {
	width: 331px;
	height: 300px;
	background: #E6E6E6;
	float: left;
	}	
.block a {
	margin:0 41px 20px 0;
	float:left;
	}
.block a+a+a+a {
	margin:0;
	}
.block a+a+a+a+a {
	margin:0 41px 10px 0;
	}	
.block a+a+a+a+a+a+a+a {
	margin:0 !important;
	}		
#sidebar_second .block a {
	margin:0 0 10px 0;
	} 	
.photo {
width: 1003px;
height: 386px;
background: url(images/main.png) top left no-repeat;
margin: 10px 0;
}
.ordermain {
background: url(images/grey.png) repeat;
width: 300px;
height: 130px;
margin: 220px 0 0 600px;
position: absolute;
}
.ordermain h3 {
padding: 10px 0 0 20px;
font-family: 'Open Sans', Arial, Tahoma;
color: #fff;
font-weight: 400;
font-size: 20px;
}

.main {
	width:100%;
	margin:0 0 20px;
	float:left;
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	line-height: 1.8em;
	}		
.main h1 {
	font-size: 36px;
	font-family: 'Open Sans', Arial;
	color: #3498db;
	margin-bottom: 20px;
	line-height: 1.3em;
	}	
.main h2 {
	font:18px 'Open Sans';
	color:#055477;
	margin-bottom:10px;
	}		
.main h3 {
	font:16px 'Open Sans';
	color:#055477;
	margin-bottom:10px;
	}		
.main h4 {
	font:14px 'Open Sans';
	color:#055477;
	margin-bottom:10px;
	}
.main p {
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom:15px;
	}	
.main a {
	color:#0645ad;
	text-decoration:underline;
	}	
.main a:hover {
	text-decoration:none;
	}
.main ul {
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#424242;
	margin-bottom:18px;
	}
.blocksro {
padding: 8px 10px;
background: #FBA067;
margin-bottom: 20px;
font-size: 14px;
text-transform: uppercase;
}
.blocksro:hover {
background: #ccc;
}
.blocksro a {
font-size: 16px;
color: #fff;
text-decoration: none;
font-weight: bold;
}
#sidebar {
	width:430px;
	float:right;
	}
#sidebar_second {
	width:200px;
	float:left;
	}	
.sidebar_title {
	font:20px 'Open Sans';
	color:#9b9b9b;
	border-bottom:1px dotted #b7b7b7;
	margin-bottom:20px;
	}	
.no_margin {
	margin-right:0 !important;
	}
.news {
	width:100%;
	margin:0 0 30px;
	float:left;
	}	
.date {
	font-size:10px;
	color:#9d9d9d;
	margin:0 0 7px;
	width:100%;
	float:left;
	}	
.news_title {
	font-size:14px;
	color:#0645ad;
	text-decoration:underline;
	position:relative;
	z-index:2;
	clear:left;
	float:left;
	}
.news_title:hover {
	text-decoration:none;
	}
.news_img {
	margin:10px 20px 0 0;
	clear:left;
	float:left;
	}	
.news_text {
	font:11px/13px Arial, Helvetica, sans-serif;
	color:#8c8c8c;
	padding-top: 10px;
	}
.more {
	font-size:11px;
	color:#000000;
	}
.more span {
	text-decoration:underline;
	font-size: 14px;
	}
.more:hover span {
	text-decoration:none;
	}	
#footer {
	width:100%;
	height:80px;
	margin:20px 0 0;
	float:left;
	}
.dev {
	font-size:11px;
	color:#767676;
	margin:19px 0 0;
	float:left;
	}	

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 18px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 18px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}	
.breadcrumbs {
	font: 12px 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 0 0 10px;
	color:#a2a2a2;
	width:100%;
	margin:0 0 25px;
	float:left;
	border-bottom: 1px solid #a2a2a2;
	}
.breadcrumbs a {
	color:#a2a2a2;
	text-decoration:underline;
	}
.breadcrumbs a:hover {
	text-decoration:none;
	}
.breadcrumbs span {
	background:url(images/span.png) no-repeat;
	display:inline-block;
	width:5px;
	height:6px;
	margin:0 6px;
	}
.navigation {
	font-size:14px;
	width:100%;
	float:left;
	}	
.nav-previous {
	float:left;
	}	
.nav-next {
	float:right;
	}	
.textwidget {
	width:100%;
	margin:0 0 20px;
	float:left;
	}	
.textwidget p {
	font-size:11px;
	color:#9e9e9e;
	}
.textwidget p span {
	color:#ac4b2c;
	}
.clear {
	clear:both;
	}
.margin_top {
	margin:5px 0 0;}				
	
.joinblock {
background: #3498db;
width: 340px;
padding: 40px;
float: left;
margin: 40px 0;
height: 266px;
}	

.joinblocksec {
margin-left: 100px;
}	

.joinblock:hover {
background: #333;
}	

.joinblock img {
width: 128px;
height: 128px;
margin: 45px 0 0 106px;
}	

.joinblock h3 {
color: #fff;
font-size: 24px;
font-family: 'Open Sans', Arial;
margin: 12px 0 15px;
font-weight: 400;
line-height: 28px;
text-align: center;
}	

.blockcontent .wpcf7-text {
background: #fff;
font-family: 'Open Sans', Arial;
color: #666;
width: 500px;
height: 22px;
margin: 5px 0 30px;
padding: 5px;
border: 0 none;
border: 1px solid #aaa;
text-align: left;
font-size: 14px;
}

.blockcontent .wpcf7-quiz {
background: #fff;
font-family: 'Open Sans', Arial;
color: #666;
width: 40px;
height: 22px;
margin: 5px 0 30px;
padding: 5px;
border: 0 none;
border: 1px solid #aaa;
text-align: left;
font-size: 14px;
}

.blockcontent textarea {
background: #fff;
font-family: 'Open Sans', Arial;
color: #666;
width: 500px;
margin: 5px 0 30px;
padding: 5px;
border: 1px solid #aaa;
text-align: left;
font-size: 14px;
}

.blockcontent .wpcf7-submit {
cursor: pointer;
width: 500px;
border: 1px solid #aaa;
padding: 10px;
margin: 10px 0 25px 0;
font-family: 'Open Sans', Arial;
font-size: 16px;
background: #3498db;
color: #fff;
text-align: center;
}

.blockcontent .wpcf7-submit:hover {
background: #333;
}

p.lw1 {
	text-align: left;
	}
	
p.lw1 span {
	width: 250px!important;
	float: left;
	margin-right: 30px!important;
	}
	
p.lw1 input[type="text"] {
	width: 240px!important;
	margin: 10px 0 5px!important;
	}

