@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

header, nav, section, article, aside, footer {
	display: block;
}

body {
	background: #fff;
}


/* Начало header */

.header {
	height: 258px;
	background: #f3f3f3 url(images/border_header.jpg) repeat-x 0 bottom;
	box-shadow: 0 1px 15px #dfdfdf;
}

.header .header_wrap {
	width: 1000px;
	margin: 0 auto;
	background: url(images/bg_header.jpg) no-repeat center top;
	height: 100%;
}

.header .header_wrap .block_logo {
	background: #ffffff;
	height: 109px;
	border-left: 1px solid #edecec;
	border-right: 1px solid #edecec;
	text-align: center;
}

.header .header_wrap .block_logo .logo_left {
	float: left;
	margin: 42px 38px 0 38px;
}

.header .header_wrap .block_logo .logo_right {
	float: left;
	margin: 42px 38px 0 38px;
}

.header .header_wrap .block_logo .logo {
	margin: 15px 0 0 0;
	float: left;
}

.header .header_wrap .top_menu {
	height: 63px;
	background: #de6833; /* Old browsers */
	background: -moz-linear-gradient(top, #de6833 0%, #ce4608 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de6833), color-stop(100%,#ce4608)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #de6833 0%,#ce4608 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #de6833 0%,#ce4608 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #de6833 0%,#ce4608 100%); /* IE10+ */
	background: linear-gradient(to bottom, #de6833 0%,#ce4608 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de6833', endColorstr='#ce4608',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #ebe9e9;
}

.header .header_wrap .top_menu ul {
	list-style: none;
	margin: 0 0 0 60px;
}

.header .header_wrap .top_menu ul li {
	float: left;
	background: url(images/separator_menu_left.png) no-repeat left center;
	margin: 0 1px 0 0;
}

.header .header_wrap .top_menu ul li:hover {
	background: #d13833; /* Old browsers */
	background: -moz-linear-gradient(top, #d13833 0%, #c72a25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d13833), color-stop(100%,#c72a25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d13833 0%,#c72a25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d13833 0%,#c72a25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d13833 0%,#c72a25 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d13833 0%,#c72a25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13833', endColorstr='#c72a25',GradientType=0 ); /* IE6-9 */
	z-index: 1;
}

.header .header_wrap .top_menu ul li a {
	color: #ffffff;
	font: 18px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0 50px;
	text-align: center;
	line-height: 60px;
	height: 63px;
	background: url(images/separator_menu_right.png) no-repeat right center;
	position: relative;
	z-index: 2;
}

.header .header_wrap .top_menu ul li:first-child {
	background: none;
}

.header .header_wrap .top_menu ul li:first-child:hover {
	background: #d13833; /* Old browsers */
	background: -moz-linear-gradient(top, #d13833 0%, #c72a25 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d13833), color-stop(100%,#c72a25)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d13833 0%,#c72a25 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d13833 0%,#c72a25 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d13833 0%,#c72a25 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d13833 0%,#c72a25 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13833', endColorstr='#c72a25',GradientType=0 ); /* IE6-9 */
	z-index: 1;
}

.header .header_wrap .top_menu ul li:last-child a {
	background: none;
}

.header .header_wrap h1 {
	color: #2b2332;
	font: 22px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 0 0 0;
}

.header .header_wrap h1 .red {
	color: #b51712;
	font-weight: bold;
}


/* Начало content */

.content {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0 70px 0;
}

.line_block {
	background: url(images/line_block.jpg) repeat-x;
	height: 2px;
	width: 1000px;
	position: absolute;
	bottom: 0;
	clear: both;
}

.block_cycle {
	padding: 10px 0 30px 0;
	position: relative;
}

.block_cycle h2 {
	color: #ad1a16;
	font: 24px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.block_cycle .subtitle {
	color: #325308;
	font: 20px Arial, Helvetica, sans-serif;
	text-align: center;
}

.block_cycle ul {
	list-style: none;
	margin: 5px 0 0 150px;
}

.block_cycle ul li {
	background: url(images/li.png) no-repeat;
	color: #2b2332;
	font: italic 18px Georgia, serif;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
}

.block_cycle .warranty_support {
	color: #cb5019;
	font: italic 18px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 20px 0 0 0;
}

.block_cycle .specification {
	color: #2b2332;
	font: bold 17px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 35px 0 0 0;
}

.block_cycle .specification a {
	color: #c7231e;
	font: normal 18px Arial, Helvetica, sans-serif;
}

.block_cycle .specification a:hover {
	text-decoration: none;
}

.two_blocks {
	position: relative;
	height: 552px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e9eff2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9eff2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e9eff2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e9eff2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e9eff2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e9eff2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eff2',GradientType=0 ); /* IE6-9 */
}

.two_blocks .we_work {
	width: 430px;
	text-align: center;
	height: 470px;
	position: relative;
	margin: 35px 0 0 0;
}

.two_blocks .block1 {
	float: left;
	margin-left: 15px;
}

.two_blocks .block2 {
	float: right;
	margin-right: 15px;
}

.two_blocks .we_work img {
	border: 2px solid #ffffff;
	box-shadow: 1px 0 2px #d3d3d4;
}

.two_blocks .block1 .block_number {
	background: url(images/bg_number1.png) no-repeat;
}

.two_blocks .block2 .block_number {
	background: url(images/bg_number2.png) no-repeat;
}

.two_blocks .we_work .block_number {
	width: 127px;
	height: 128px;
	position: absolute;
	top: 70px;
	left: 151px;
	color: #ffffff;
	font: bold 60px Arial, Helvetica, sans-serif;
	line-height: 120px;
	text-shadow: 2px 2px 6px #8c4d30;
}

.two_blocks .we_work .text_we_work {
	background: url(images/bg_we_work.png) no-repeat center bottom;
	width: 430px;
	height: 348px;
	position: absolute;
	bottom: 0;
	left: 0;

}

.two_blocks .we_work .title_we_work {
	color: #272424;
	font: 30px Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin: 120px 0 0 0;
	height: 60px;
}

.two_blocks .we_work ul {
	list-style: none;
	margin: 15px 0 0 0;
}

.two_blocks .we_work ul li {
	color: #272424;
	font: italic 18px Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.two_blocks .we_work ul li span {
	color: #c0201b;
}

.text {
	padding: 0 20px;
}

.text h2 {
	color: #b51712;
	font: bold 20px Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}

.text p {
	color: #2b2332;
	font: 16px Arial, Helvetica, sans-serif;
}

.juricrm .block_cycle p.text   {
	color: #2b2332;
	font: 16px Arial, Helvetica, sans-serif;
	margin-top: 50px;
    margin-bottom: 50px;
}


.juricrm .block_cycle ul {
    list-style: none outside none;
    margin: 5px 0 0 30px;
}

.portfolio {
	padding: 0 20px 0;
}

.portfolio .text {
	padding: 0;
	margin: 0 0 20px 0;
}

.portfolio .text h2 {
	color: #b51712;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

.portfolio .text p {
	color: #2b2332;
	font: 14px Arial, Helvetica, sans-serif;
}

.portfolio .text p span {
	font-weight: bold;
}

.portfolio img {
	margin: 0 0 25px 0;
}

.portfolio .use {
	overflow: hidden;
	margin: 10px 0 30px 0;
}

.portfolio .use .title_examples {
	color: #b51712;
	font: bold 18px Arial, Helvetica, sans-serif;
}

.portfolio .use ul {
	list-style: none;
	margin: 15px 0 0 15px;
}

.portfolio .use ul li {
	color: #292826;
	font: italic 14px Arial, Helvetica, sans-serif;
}

.portfolio .use .refinement_system {
	color: #292826;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 15px 0 0 0;
}

.portfolio .use img {
	float: left;
}

.portfolio .use .examples {
	float: right;
	width: 430px;
	margin: 65px 0 0 0;
}

.block_technology {
	margin: 35px 0 0 0;
}

.block_technology .title_block_technology {
	color: #cf470a;
	font: 18px Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.block_technology .technology {
	border-top: 1px solid #d8d9d9;
	border-bottom: 1px solid #d8d9d9;
	padding: 20px 0;
	overflow: hidden;
	margin: 13px 0 0 0;
}

.block_technology .technology .name_technology {
	float: left;
	width: 400px;
	margin: 10px 0 0 10px;
}

.block_technology .technology .name_technology p {
	color: #2b2332;
	font: 24px Arial, Helvetica, sans-serif;
}

.block_technology .technology .name_technology p.title_technology {
	color: #2b2332;
	font: bold 24px Arial, Helvetica, sans-serif;
}

.block_technology .technology .logo_technology {
	float: left;
	margin: 0 0 0 100px;
}

.block_technology .technology .logo_technology img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.block_technology .technology .img_technology1 img {
	margin: 0 55px 0 0;
}

.block_technology .technology .img_technology2 img {
	margin: 0 95px 0 0;
}

.block_technology .technology .img_technology3 img {
	margin: 0 45px 0 0;
}

.block_technology .technology .img_technology4 img {
	margin: 0 5px 0 0;
}

.block_technology .technology .img_technology5 img {
	margin: 0 25px 0 0;
}

.block_contacts {
	padding: 0 20px;
	overflow: hidden;
}

.block_contacts .contacts {
	float: left;
}

.block_contacts .contacts h2 {
	color: #b51712;
	font: bold 18px Arial, Helvetica, sans-serif;
	margin: 0 0 40px 0;
}

.block_contacts .contacts .contact {
	margin: 0 0 20px 0;
}

.block_contacts .contacts .contact .title_contact {
	color: #cf480b;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}

.block_contacts .contacts .contact p {
	color: #2b2332;
	font: normal 14px Arial, Helvetica, sans-serif;
	margin: 0 0 0 15px;
}

.block_contacts .contacts .contact p a {
	color: #214285;
	font: normal 14px Arial, Helvetica, sans-serif;
}

.block_contacts .contacts .contact p a:hover {
	text-decoration: none;
}

.block_contacts .map {
	float: right;
	border: 1px solid #d45319;
}


/* Начало botto_menu */

.bg_bottom_menu {
	background: #d45319 url(images/border_bottom_menu.jpg) repeat-x 0 top;
	height: 33px;
}

.bottom_menu {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #211f1f;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 33px;
}

.bottom_menu a {
	color: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0 16px;
}

.bottom_menu a:hover {
	color: #0b0a0a;
}


/* Начало footer */

.footer {
	background: #5b5757;
	height: 80px;
}

.footer .footer_wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.footer .footer_wrap .shadow_menu {
	position: absolute;
	left: 0;
}

.footer .footer_wrap .logo_footer {
	float: left;
	margin: 10px 0 0 0;
}

.footer .footer_wrap .contakt_footer {
	float: left;
	margin: 15px 0 0 160px;
}

.footer .footer_wrap .contakt_footer p {
	color: #020202;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.footer .footer_wrap .contakt_footer p span {
	color: #ffffff;
}

.footer .footer_wrap .cop {
	float: right;
	margin: 25px 0 0 0;
}

.footer .footer_wrap .cop p {
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
}

.remark{
     background-color: #f4a83d;
}
