* {
	padding: 0;
	margin: 0;
	outline: none;
}

*:focus, a, a:hover, a:active {outline: none;}
.clear {clear: both;}
.left {float: left;}
.right {float: right;}

@font-face {
	font-family: 'Ubuntu';
	src: url('../font/ubuntu.ttf') format('truetype'),
		url('../font/ubuntu.eot') format('embedded-opentype');
}

@font-face {
	font-family: 'Ubuntu-Light';
	src: url('../font/ubuntu_light.ttf') format('truetype'),
		url('../font/ubuntu_light.eot') format('embedded-opentype');
}

@font-face {
	font-family: 'Ubuntu-Bold';
	src: url('../font/ubuntu_bold.ttf') format('truetype'),
		url('../font/ubuntu_bold.eot') format('embedded-opentype');
}

@font-face {
	font-family: 'Ubuntu-Medium';
	src: url('../font/ubuntu_medium.ttf') format('truetype'),
		url('../font/ubuntu_medium.eot') format('embedded-opentype');
}

body {
	font: 13px Ubuntu-Light;
	background: #fcfcfc;
	color: #313131;
}

#main_wrap {
	width: 1200px; /*общая ширина сайта*/
	margin: 0 auto;
	background: #fff;
	padding-top: 96px;
}
#main_wrap > div {
	padding-left: 120px;
	padding-right: 120px;
}
/* меню */
#menu {
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 22px;
	height: 55px;
	letter-spacing: 42px;
	position: fixed;
	top: 0;
	left: 50%;
	background: #fff;
	width: 960px;
	margin-left: -600px;
	z-index: 2;
	white-space: nowrap;
    font-size: 18px;
}
#menu span {
	word-spacing: normal;
	letter-spacing: normal;
	cursor: pointer;    
}

.uline {
    border-bottom: 1px dashed grey;
}

#menu span.active, #menu span:hover {
	color: #4c9201;
}
#menu img {
	vertical-align: middle;
}
/*блок контактов*/
#contacts {
	background: url('../images/contacts_bg.png');
	border-bottom: 1px solid #e9e9e9;
	height: 82px;
	padding-top: 33px;
	color: #707070;
	font-size: 15px;
}
#contacts > div {
	float: left;
	text-align: right;
	margin-right: 27px;
	line-height: 16px;
}
.fatfont {
	font-family: Ubuntu-Bold;
	font-size: 46px;
}
.green {
	color: #52a013;
	font-family: Ubuntu;
}
.fs30 {
	font-size: 30px;
}
#count_year {
	/*background: url('../images/count_year_bg.png') right center no-repeat;*/
	padding-right: 0px; /*35px*/
	margin-left: 30px;
}
#satisfied_clients {
	/*background: url('../images/satisfied_clients_bg.png') right center no-repeat;*/
	padding-top: 23px;
	padding-right: 0px;/*30px;*/
	margin-top: -19px;
	margin-left: 30px;
}
.over_bg {
	display: inline-block;
	background: url('../images/contacts_bg.png');
	line-height: 8px;
	padding-bottom: 4px;
}
#count_tech div {
	float: right;
	margin-left: 0px;
}
.fs24 {
	font-size: 24px;
	line-height: 24px;
}
#contacts #contacts_phone {
	float: right;
	margin: -16px 0 0 0;
	color: #313131;
}
.fs14 {
	font-size: 14px;
}
.fs18 {
	font-size: 18px;
}
.inner_phone {
	background: url('../images/inner_phone_bg.png') left center no-repeat;
	padding-left: 17px;
	font-size: 18px;
}
#contacts .btn_blue {
	margin-top: 15px;
}
/*блок заявки*/
.bid {
	height: 311px;
	/*background: url('../images/bid_bg.png');*/
	padding-top: 27px;
	padding-bottom: 20px;
	border: 1px solid #0f9dcb;
	margin-top: 1px;
}
.bid h1 {
	font-size: 41px;
	color: #0899bd;
	line-height: 38px;
	padding-bottom: 10px;
}
.bid h2 {
	font-size: 28px;
	color: #458c9e;
	line-height: 30px;
}
.bid_txt {
	font-size: 24px;
	color: #52a013;
	margin-top: 35px;
	line-height: 26px;
	font-weight:bold;
}
.send_txt {
	font: 17px Ubuntu;
	color: #626262;
	margin-bottom: 10px;
}

.send_txt h2{
	/*color: white;*/
	background-color: rgba(255,255,255,0.8);
}

label {
	display: block;
	width: 328px;
	background: #e4e4e5 no-repeat 10px center;
	margin-bottom: 14px;
	border-radius: 6px;
	border: 1px solid #cdcdcd;
	text-align: right;
}
.input_name {
	background-image: url('../images/input_name_bg.png');
}
.input_phone {
	background-image: url('../images/input_phone_bg.png');
}
.input_email {
	background-image: url('../images/input_email_bg.png');
}
label input {
	background: #fff;
	font: 13px Ubuntu-light;
	color: #333;
	border: none;
	border-left: 1px solid #cececf;
	width: 272px;
	height: 33px;
	border-radius: 0 6px 6px 0;
	padding: 0 10px;
}
.bid .green_btn {
	margin-top: 9px;
}
/* список услуг */
#service {
	margin-bottom: 39px;
}
#list_service {
	letter-spacing: 60px;
	text-align: center;
	padding-top: 40px;
}
#list_service div {
	display: inline-block;
	width: 191px;
	vertical-align: top;
	padding-bottom: 50px;
	letter-spacing: normal;
}
#list_service img {
	margin-bottom: 9px;
}
#list_service span {
	font: 18px Ubuntu;
	color: #313131;
	display: block;
	padding: 0 15px;
}
/* блок "мы вам поможем" */
#helper {
    margin-top: 33px;
	margin-bottom: 30px;
}
#list_helper {
	position: relative;
	height: 330px;
	/*background: url('../images/list_helper_bg.png') center 27px no-repeat;*/
	letter-spacing: 40px;
	text-align: center;
}
#list_helper div {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	letter-spacing: normal;
	font: 13px Ubuntu;
	color: #686868;
}
#list_helper .up {
	margin-top: 34px;
}
#list_helper .down {
	margin-top: 161px;
}
/* блок самые популярные ошибки*/
#most_errors {
	background: url('../images/most_errors_bg.jpg') center 54px no-repeat;
}
#most_errors_desc {
	padding-top: 30px;
}
.most_errors_elem {
	padding-top: 10px;
	padding-bottom: 30px;
}
#most_errors_desc .top.left {width: 218px;}
#most_errors_desc .top.right {width: 237px;}
#most_errors_desc .bot.left {width: 289px;}
#most_errors_desc .bot.right {width: 317px;}
#most_errors_desc .left {
	border-right: 1px solid #2e9ec2;
	padding-right: 10px;
}
#most_errors_desc .right {
	border-left: 1px solid #2e9ec2;
	padding-left: 10px;
}
#most_errors_desc .clear {
	height: 134px;
}
#most_errors_bottom {
	height: 97px;
}
.situation {
	font: 16px/19px Ubuntu;
	padding-bottom: 14px;
	color: #313131;
}
.explanation {
	font-size: 14px;
	color: #686868;
	line-height: 17px;
}
.aboutme {
	font-size: 14px;
	color: #963142;
	padding-top: 45px;
}
.aboutme img {float: left;}
.aboutme div {
	padding-left: 65px;
}
/* с нами работать просто*/
#simple_work {
	margin-bottom: 25px;
}
#simple_work_list {
	word-spacing: 0px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 25px;
}
#simple_work_list > *{word-spacing:normal;}
#simple_work_list div {
	width: 157px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#simple_work_list img {
	margin-bottom: 6px;
}
#simple_work_list span {
	display: block;
	font: 16px Ubuntu;
	color: #686868;
	padding: 0 5px;
}

#simple_work_list span:after {
	content: ' ';
	display: block;
	position: absolute;
	right: -15px;
	top: 32px;
	background: url('../images/simple_work_arrow.png');
	width: 30px;
	height: 40px;
}
#simple_work_list div:last-child span:after {
	display: none;
}
#simple_work .callme .green_btn {
	float: none;
	margin-left: 65px;
}
/* наши преимущества */
#benefits_list {
	/*background: url('../images/benefits_bg.png') center 10px no-repeat;*/
	text-align: center;
	letter-spacing: 40px;
	margin-bottom: 30px;
}
#benefits_list div {
	display: inline-block;
	vertical-align: top;
	width: 155px;
	letter-spacing: normal;
	font-size: 14px;
	color: #686868;
	margin-top: 30px;
}
#benefits_list .down {
	margin-top: 60px;
}
#benefits_list span {
	display: block;
	margin: 7px 0;
	color: #1782a4;
	font-size: 16px;
}
/* веские причины */
#cause table {
	width: 100%;
	font-size: 18px;
	color: #313131;
	border-collapse: collapse;
	margin-top: 34px;
	margin-bottom: 39px;
}
#cause table td {
	vertical-align: middle;
	padding-bottom: 40px;
}
.td_img {
	width: 45px;
}
.td_txt {
	width: 300px;
	padding-right: 60px;
}
/*долгосрочное сотрудничество*/
.coop_elem {
	border-bottom: 1px solid #f4f4f4;
	font-size: 16px;
	color: #686868;
}
.coop_elem_img {
	width: 211px;
	height: 175px;
	padding: 34px 67px 0;
	margin-bottom: -30px;
	/*background: url('../images/coop_elem_img_bg.png');*/
	float: left;
	margin-top: -15px;
}
#coop .coop_elem:nth-child(even) .coop_elem_img {
	float: right;
	text-align: right;
}
.coop_elem_txt {
	padding-top: 30px;
}
.coop_ttl {
	color: #313131;
}
/* блок рекомендаций */
#recom {
	margin-top: 76px;
	margin-bottom: 23px;
}
#recom_list {
	text-align: center;
	letter-spacing: 79px;
	padding-top: 40px;
	margin-bottom: -17px;
}
#recom_list img {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	margin-bottom: 60px;
	border-radius: 4px;
}
/*блок партнеров*/
#partners_list {
	padding-top: 40px;
}
.partners_list_elem {
	float: left;
	width: 265px;
	height: 235px;
	margin: 0 82px 50px 0;
	text-align: center;
	font: 16px Ubuntu;
	color: #686868;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	border-radius: 4px;
}
.partners_list_elem:hover {
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.5);
}
.partners_list_elem:nth-child(3n) {
	margin-right: 0;
}
.partners_list_elem img {
	display: block;
	border-radius: 4px 4px 0 0;
}
.partners_list_elem span {
    display: table-cell;
    height: 65px;
    text-align: center;
    vertical-align: middle;
    width: 265px;
}
/*подвал*/
#footer {
	background: url("../images/contacts_bg.png");
	height: 75px;
	padding-top: 23px;
	color: #686868;
}
#footer_req {
	margin: 15px 0 0 100px;
}
#footer .btn_blue {
	margin: 0 6px 0 20px;
}
#footer .inner_phone {
	margin-left: -17px;
}
.address {
	background: url('../images/address_ico.png') 0 18px no-repeat;
	padding: 18px 0 0 20px;
	clear: both;
}
/* типовой блок "позвоните нам"  */
.callme {
	border: 1px solid #a1d7e9;
	padding: 28px 10px;
	font-size: 17px;
	position: relative;
	text-align: center;
}
.callme b {
	font: 24px Ubuntu-Bold;
	color: #0f9dcb;
}
.callme .green_btn {
	float: right;
}
.callme_arrow {
	background: url('../images/callme_arrow.png');
	width: 75px;
	height: 11px;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -37px;
}
/*типовые заголовки блока*/
.ttl {
	position: relative;
	text-align: center;
}
.ttl span {
	font: 28px Ubuntu-Medium;
	background: #fff;
	padding: 0 30px;
	color: #1d1d1d;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.line_ttl {
	position: absolute;
	left: 0;
	top: 50%;
	border-top: 1px solid #000;
	width: 100%;
}
/*подзаголовок*/
.sub_ttl {
	text-align: center;
	color: #4a4a4a;
	font: 17px Ubuntu;
	margin-top: -3px;
}
/*кнопки*/
/*синяя кнопка*/
.btn_blue {
	background: url('../images/blue_btn_bg.png');
	font: 16px/30px Ubuntu;
	margin: 0 6px;
	padding: 0 26px;
	height: 35px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.btn_blue:hover {background-position: left bottom;}
.btn_blue span:before {
	content: ' ';
	display: block;
	background: url('../images/blue_btn_angelside.png');
	width: 6px;
	height: 35px;
	position: absolute;
	left: -6px;
	top: 0;
}
.btn_blue:hover span:before {background-position: left bottom;}
.btn_blue span:after {
	content: ' ';
	background: url('../images/blue_btn_angelside.png') right top;
	width: 6px;
	height: 35px;
	position: absolute;
	right: -6px;
	top: 0;
}
.btn_blue:hover span:after {background-position: right bottom;} 
/*зеленая кнопка*/
.green_btn {
	height: 42px;
	background: url('../images/green_btn_bg.png');
	color: #fff;
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 0 13px;
	font: 16px/36px Ubuntu;
    margin: 0 6px;
}
.green_btn:hover {background-position: left bottom;}
.green_btn img {
	vertical-align: middle;
	margin-right: 13px;
}
.green_btn span:before {
	content: ' ';
	display: block;
	background: url('../images/green_btn_angelside.png');
	width: 6px;
	height: 42px;
	position: absolute;
	left: -6px;
	top: 0;
}
.green_btn:hover span:before {background-position: left bottom;}
.green_btn span:after {
	content: ' ';
	background: url('../images/green_btn_angelside.png') right top;
	width: 6px;
	height: 42px;
	position: absolute;
	right: -6px;
	top: 0;
}
.green_btn:hover span:after {background-position: right bottom;}
/* всплывающие окна */
#wnd_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 3;
}
#wnd {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 4;
	width: 340px;
	box-shadow: 0 0 12px 2px rgba(0,0,0,0.5);
	border-radius: 6px;
	margin-left: -170px;
}
#wnd_top {
	/*background: url('../images/contacts_bg0.png');*/
	background-color: white;
	border-radius: 6px 6px 0 0;
	padding: 20px;
}
#wnd_ttl {
	font: 18px Ubuntu-Bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}
#wnd_cttl {
	font: 18px Ubuntu-Bold;
	text-align: center;
}
#wnd_logo {
	display: block;
	margin: 30px auto;
}
#wnd label {
	width: 300px;
}
#wnd input {
	width: 248px;
}
#wnd .btn_blue {
	display: inline-block;
}
#wnd_txt {
	font-size: 14px;
	color: #6b6b6b;
}
#wnd_bottom {
	background: url('../images/wnd_bottom.png');
	border-top: 1px solid #ededed;
	border-radius: 0 0 6px 6px;
	padding: 20px;
}
#wnd_bottom p {
	color: #4c9301;
	font-size: 15px;
	text-align: center;
}
#wnd_close_btn {
	position: absolute;
	width: 32px;
	height: 32px;
	right: -10px;
	top: -14px;
	background: #fff;
	border: 2px solid #313131;
	border-radius: 50%;
	color: #313131;
	font: bold 23px/30px Tahoma;
	text-align: center;
	cursor: pointer;
}
.frm_error {
    color: #EE3300;
	position: relative;
    top: -16px;    
}
.bid .frm_error {
	height: 0;
}

/* обо мне */
.about_txt{
	border-bottom: 1px solid #f4f4f4;
	font-size: 16px;
	color: #686868;
	font-family: Ubuntu;
} 

.about_txt img{
    width: 250px;
}

.round {
    border-radius: 100px; /* Радиус скругления */
    border: 3px solid green; /* Параметры рамки */
    box-shadow: 0 0 7px #666; /* Параметры тени */
   }
   
.price {
    text-align: center;
    background-color: rgba(0,255,0,0.1);
    border: 2px solid rgba(0,255,0,0.5);
    padding: 10px;
    margin: 0px 250px;
    line-height: 30px;
}