@charset "utf-8";
/* CSS Document */


/* CSS Reset */
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;
}
strong, b{ font-weight: bold;}
/* 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;
}
/* End CSS Reset */


@font-face {
    font-family: 'als_rublregular';
    src: url('/fonts/rouble-webfont.eot');
    src: url('/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rouble-webfont.woff') format('woff'),
         url('/fonts/rouble-webfont.ttf') format('truetype'),
         url('/fonts/rouble-webfont.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Typography 
-------------------------------------*/

* {margin: 0; padding: 0;}

body {
	background: #fff;
	font: 16px/24px 'PT Sans', Arial, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	width: 100%;
}

.rubl {
	font-family: 'als_rublregular';
	font-style: normal;
	font-weight: normal;
}

a {
	color: #526ba4;
	text-decoration: underline;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

h1 {
	margin-bottom: 10px;
	font: 700 30px/1.1em 'PT Sans Narrow', Arial, sans-serif;
	color: #333333;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 15px;
	font: 24px/1.1em 'PT Sans', Arial, sans-serif;
	color: #333333;
}

.main-tt {
	display: block;
	text-transform: uppercase;
	margin-bottom: 20px;
	font: 700 30px/1.1em 'PT Sans Narrow', Arial, sans-serif;
	color: #000000;
}

p {
	margin-bottom: 15px;
}

.wrap-centered {
	display: block;
	text-align: center;
}


/* Hover Effects 
-------------------------------------*/

a:hover {
	text-decoration: none;
}



/* Style Form 
-------------------------------------*/

input[type="text"],
input[type="password"],
textarea {
	position: relative;
	width: 100%;
	height: 39px;
	padding: 0 17px;
	color: #999999;
	border: 1px solid #dcdcdc;
	outline: none;
	margin-bottom: 4px;
	font: 14px 'PT Sans', Arial, sans-serif;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

textarea {
	height: 82px;
	padding: 10px;
	vertical-align: top;
	resize: none;
}

::-webkit-input-placeholder {color: #999999;}
:-moz-placeholder {color: #999999;}
.placeholder {color: #999999;}
.search-inner ::-webkit-input-placeholder {color: #fff;}
.search-inner :-moz-placeholder {color: #fff;}
.search-inner .placeholder {color: #fff;}
*:focus::-moz-placeholder {color: transparent !important;}
*[autofocus]::-moz-placeholder:focus {color: graytext !important;}
*:focus:-moz-placeholder {color: transparent !important;}
*[autofocus]:-moz-placeholder:focus {color: graytext !important;}
*:focus::-webkit-input-placeholder {color: transparent !important;}
*[autofocus]::-webkit-input-placeholder {color: graytext !important;}


.search {
	position: relative;
	float: right;
	width: 224px;
	height: 29px;
}

.search input[type="text"] {
	position: relative;
	height: 29px;
	padding: 0 40px 0 10px;
	background-color: #fff;
	border: none;
}

.search input[type="button"] {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 21px;
	top: 50%;
	margin-top: -7px;
	background: url(/img/sprite.png) -18px 0 no-repeat;
	border: none;
}

.search-component {
	background-color: #858585;
	overflow: hidden;
	position: relative;
	height: 61px;
}

.chip-bg-search {
	width: 1466px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -733px;
	padding: 12px 0;
	background: url(/img/chip-bg.png) 0 0 no-repeat;
}

.search-component form {
	position: relative;
	padding: 0 126px 0 204px;
}

.search-component form span {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	font: 700 18px/37px 'PT Sans', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.search-component input[type="text"] {
	border: none;
	height: 37px;
	margin-bottom: 0;
}

.search-component button {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	height: 35px;
	text-transform: uppercase;
	color: #fff;
	font: 700 16px 'PT Sans', Arial, sans-serif;
	border: 1px solid #fff;
	text-align: center;
	background: none;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* Button style 
-------------------------------------*/

.btn {
	border: 1px solid #526ba4;
	position: relative;
	display: inline-block;
	height: 30px;
	padding: 0px 24px;
	font: 700 14px 'PT Sans', Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #526ba4;
	background-color: #fff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn-large {
	height: 37px;
	padding: 0 30px;
}

a.btn-large {
	line-height: 35px;
	height: 35px;
}

a.btn {
	line-height: 32px;
}

a.btn-more {
	height: 35px;
	line-height: 35px;
}

/* fix button firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	border: none;
	padding:0;
}



/* Navigation
-------------------------------------*/

.menu-btn-open {
	display: none;
}

.menu {
	text-align: center;
	background-color: #526ba4;
}

.menu ul{
    list-style: none;
}

.menu li {
	display: inline-block;
	line-height: 62px;
	background: url(/img/pic-3.png) 0 0 no-repeat;
}

.menu li:first-child {
	background: none;
}

.menu li a {
	display: block;
	padding: 0 18px 0 10px;
	text-decoration: none;
	color: #fff;
}

.menu li a:hover {
	text-decoration: underline;
	z-index: 114;
}

.menu ul ul {
    position: absolute;
    display: none;
    z-index: 114;
    left: 5;
    top: 61px;
    padding: 12px 15px 20px;
    width: 200px;
    background: #526ba4;
    list-style: none;
    line-height: 30px;
				
    -webkit-box-shadow: inset 0 4px 4px 0 #6371b2;
    -moz-box-shadow: inset 0 4px 4px 0 #6371b2;
    box-shadow: inset 0 4px 4px 0 #6371b2;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.menu ul ul li {
    line-height: 14px;
    text-align: left;
    width: 100%;
    margin:  0px !important;
    padding: 0px !important;    
    list-style: none;
}
		
.menu ul ul li a {
    display: block;
    color: #fff !important;
    font-weight: normal !important;
    border: none !important;
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.menu li:hover ul{
    display: block;
}



.bread-crumbs {
	margin-bottom: 15px;
}

.bread-crumbs li {
	display: inline-block;
	color: #999999;
	font-size: 14px;
}


.pagination {
	width: 320px;
	margin: 15px auto 25px;
	background-color: #e8eff5;
	text-align: center;
}

.pagination li {
	display: inline-block;
}

.pagination .pagin-dotted {
	margin: 0 10px 0 6px;
}

.pagination li a {
	display: block;
	width: 23px;
	font: 16px/30px Arial, sans-serif;
	color: #292c33;
	text-decoration: none;
	text-align: center;
}

.pagination li a:hover,
.pagination li.pagin-active a {
	background-color: #ffd91a;
}

.pagin-prev a,
.pagin-next a {
	position: relative;
	top: 2px;
	margin-right: 3px;
	height: 15px;
	background: url(/img/sprite.png) -35px -18px no-repeat;
	border: 1px solid #000;
}

.pagin-next a {
	margin-left: 10px;
	background-position: -35px -30px;
}

.pagination .pagin-prev a:hover,
.pagination .pagin-next a:hover {
	background-color: #e8eff5;
}



/* Page 
-------------------------------------*/

.clear {clear: both;}
.group:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {display: block;}

#wrapper {
	min-width: 280px;
	position: relative;
}

.centered-bl {
	position: relative;
	width: 1110px;
	padding: 0 10px;
	margin: 0 auto;
}

.head-slide-absolute {
	position: absolute;
	left: 50%;
	margin-left: -565px;
	width: 1110px;
	padding: 30px 10px;
	z-index: 15;
}



/* Header 
-------------------------------------*/

.header {
	margin-bottom: 30px;
}

.head-panel {
	background-color: #2f3787;
	padding: 8px 0;
	line-height: 29px;
	color: #fff;
	font-size: 15px;
}

.head-pan-aside {
	float: right;
}

.head-pan-aside a,
.foot-cont-icon a {
	float: right;
	margin-left: 32px;
	padding-left: 26px;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.head-pan-aside a:before,
.foot-cont-icon a:before {
	content: ' ';
	position: absolute;
	left: 0px;
	top: 50%;
	background-image: url(/img/sprite.png);
}

.feedback-btn:before {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-position: -53px 0;
}

.order-online-btn:before {
	width: 17px;
	height: 21px;
	margin-top: -11px;
	background-position: -34px 0;
}

.head-current {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}

.arr-bottom,
.arrow-top {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 4px;
	background: url(/img/pic-1.png) 0 0 no-repeat;
	margin-left: 5px;
}

.arrow-top {
	background: url(/img/pic-2.png) 0 0 no-repeat;
}

.head-work-time {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 28px;
}

.head-work-time:before {
	content: ' ';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: url(/img/sprite.png) 0px 0px no-repeat;
}

.head-phone {
	float: right;
	text-align: right;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}

.head-numb {
	position: relative;
	display: block;
	padding: 12px 2px 0 50px;
	color: #fff;
	font: 700 30px/30px 'PT Sans Narrow', Arial, sans-serif;
}

.head-numb:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 43px;
	background: url(/img/sprite.png) 0 -24px no-repeat;
}

.logo {
	float: left;
}

.head-slide-absolute p {
	width: 540px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
}

.app-store-fix {
	position: absolute;
	right: 0;
	bottom: 0;
}

.centered-bl.head-inner-bl {
	border-bottom: 1px solid #ebebeb;
	padding: 30px 0 30px;
}

.inner-head-phone {
	text-align: right;
	color: #999999;
	margin-left: 28px;
}

.inner-head-phone .head-numb {
	color: #000000;
}

.inner-head-phone .head-numb:before {
	background-position: -140px 0;
}

.search-inner {
	float: right;
	padding-top: 9px;
	padding-right: 118px;
	position: relative;
	width: 263px;
}

.search-inner .btn {
	position: absolute;
	right: 0;
	top: 9px;
	width: 110px;
	height: 37px;
}

.search-inner input[type="text"] {
	border: 1px solid #526ba4;
	background-color: #fff;
	color: #000;
	height: 37px;
}



/* Content
-------------------------------------*/

.component-bl {
	padding-bottom: 35px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 55px;
}

.steps-work {
	margin-bottom: 40px;
}

.steps-work ul {
	overflow: hidden;
	padding: 8px 0 0;
}

.steps-work li {
	float: left;
	width: 25%;
	padding: 15px;
	min-height: 260px;
	border-left: 1px dashed #d5d5d5;

 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

.steps-work li:first-child {
	border: none;
	padding-left: 0;
}

.head-steps {
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	height: 100px;
}

.head-steps span {
	position: absolute;
	text-align: center;
	font: 700 21px/33px 'PT Sans Narrow', Arial, sans-serif;
	color: #fff;
	width: 33px;
	height: 33px;
	color: #fff;
	background-color: #d4d4d4;
	left: 0px;
	top: 0px;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.steps-work li p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 18px;
}

.brands-wrap {
	overflow: hidden;
	padding: 22px 0 0;
	background-color: #526ba4;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.brands_nobg{
	background:none;
}

.brands-wrap .centered-bl {
	padding-bottom: 27px;
}

.brands-wrap .main-tt {
	color: #fff;
}

.brands-list {
	overflow: hidden;
	padding: 28px 0 27px;
	border: 1px solid #ffffff;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.brands-list ul {
	display: inline-block;
	vertical-align: top;
	max-width: 220px;
	min-height: 220px;
	padding: 0 10px 0 5px;
	border-left: 1px dashed #ffffff;
}

.brands-list ul:first-child {
	padding: 0 20px 0 42px;
	width: 185px;
	border: none;
}

.brands-list ul li a {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	color: #fff;
	padding: 0 20px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.brands_nobg ul {
	border-left: 1px dashed #000;
}	

.brands-list ul li a:hover {
	background-color: #000000;
}

.brands_nobg ul li a{
	color: #000;
}

.brands-list ul li a:hover{
	color: #fff;
}

.mainpage_brands li{
    width: 180px;
    height: 90px;
    text-align: center;
}

.mainpage_brands img{
    margin-top: 10px;
    width:  150px;
}


.robot-bg {
	position: absolute;
	right: -188px;
	bottom: 0;
	width: 278px;
	height: 316px;
	background: url(/img/robot.png) 0 0 no-repeat;
}

.about-main {
	margin: 55px 0 40px;
}

.about-left {
	float: left;
	width: 735px;
	padding-top: 22px;
}

.about-left img {
	float: left;
	margin: 0 30px 20px 0;
}

.about-left p {
	font-size: 14px;
	line-height: 18px;
}

.send-doc {
	width: 349px;
	padding-top: 22px;
	float: right;
}

.send-wrap-btn {
	display: block;
	height: 68px;
	padding-top: 28px;
	text-align: center;
	/*background: url(/img/ptrn-2.jpg) 0 0 no-repeat;*/
	background-color: #526ba4;
}

.send-wrap-btn a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 42px;
	width: 226px;
	height: 42px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	background-color: #858585;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.content h1 {
	margin-bottom: 0;
}

.two-column-wrap .content {
	float: right;
	width: 825px;
	margin-bottom: 40px;
}

.typo-txt p {
	text-align: justify;
	margin-bottom: 23px;
}

.two-column-wrap .aside {
	float: left;
	width: 255px;
	margin-bottom: 40px;
}

.aside .send-doc {
	width: 100%;
	float: none;
}

.news-wrap article {
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
	padding: 0 0 10px;
	margin-bottom: 12px;
}

.news-wrap article img {
	float: left;
	width: 160px;
	border: 1px solid #ebebeb;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.news-wrap article div {
	/*margin-left: 187px;*/
}

.date {
	display: block;
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}

.news-wrap article h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}

.news-wrap article p {
	line-height: 18px;
}

.catalog-asdie {
	margin-bottom: 20px;
}

.catalog-asdie span {
	display: block;
	font: 700 30px/32px 'PT Sans Narrow', Arial, sans-serif;
	color: #000000;
	margin-bottom: 25px;
}

.catalog-asdie nav li {
	border-bottom: 1px solid #ebebeb;
	background: url(/img/pic-5.png) 13px 50% no-repeat;
	font: 16px/19px 'PT Sans Narrow', Arial, sans-serif;
}

.catalog-asdie nav li:first-child {
	border-top: 1px solid #ebebeb;
}

.catalog-asdie nav li a {
	display: block;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	color: #526ba4;
}

.catalog-asdie nav li a:hover {
	text-decoration: underline;
}

.map-wrap {
	height: 426px;
	background: url(/img/map.jpg) 50% 50% no-repeat;
}



/* Footer 
-------------------------------------*/

.footer {
	width: 100%;
	padding: 0 0 45px;
	background-color: #000000;
}

.footer-overflow {
	padding-top: 39px;
	overflow: hidden;
}

.footer .head-phone {
	padding-top: 0;
	margin-left: 52px;
}

.footer .head-numb {
	padding: 0 0 0 33px;
}

.footer .head-numb:before {
	width: 24px;
	height: 30px;
	background-position: 0 -69px;
}

.foot-contacts {
	float: right;
	width: 300px;
	margin-right: 10px;
}

.foot-contacts span {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.foot-contacts .foot-cont-icon {
	overflow: hidden;
	margin-bottom: 12px;
	line-height: 24px;
}

.foot-cont-icon a {
	color: #fff;
	font-weight: 400;
	float: left;
	margin-left: 25px;
	font-size: 15px;
}

.foot-cont-icon a:first-child {
	margin-left: 0;
}

.foot-logo {
	float: left;
	width: 240px;
}

.foot-logo a {
	float: left;
}

.foot-logo p {
	margin-left: 48px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.feedback-f-inner {
	float: right;
	width: 445px;
	margin: 0 50px 40px;
}

.feedback-f-inner .main-tt {
	color: #333333;
	padding-bottom: 2px;
}

.contacst-bl {
	float: left;
	width: 500px;
	margin-bottom: 40px;
}

.contacst-bl p {
	margin-bottom: 13px;
	line-height: 18px;
}

.contacst-bl p span {
	display: block;
	margin-bottom: 7px;
}



/* Tabs
-------------------------------------*/

.tabs {
	overflow: hidden;
	padding-top: 17px;
}

.tabs li {
	float: left;
	display: inline;
	padding: 5px 40px;
	margin: 0 16px 20px 0;
	color: #526ba4;
	font: bold 18px/25px 'PT Sans Narrow', Arial, sans-serif;
	cursor: pointer;
	border: 1px solid #526ba4;
	position: relative;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tabs li.current {
	border-color: #999999;
	color: #999999;
}

.box {
	display: none;
}

.box.visible {
	display: block;
	padding-top: 17px;
}

.box p {
	line-height: 20px;
	margin-bottom: 18px;
}

.list-img {
	margin: 25px 0 0 -25px;
	text-align: center;
}

.list-img img {
	width: 255px;
	margin: 0 0 15px 25px;
}

.typo-txt-margin-bl {
	margin-bottom: 32px;
}

.typo-margin-list {
	margin: 0 0 20px 30px;
}

.typo-margin-list li {
	line-height: 20px;
	margin-bottom: 15px;
}

.wrap-tbl {
	padding: 20px 0 0;
	margin-bottom: 40px;
}

.wrap-tbl table tr:hover td {
	background-color: #f5f5f5;
}

.tbl-two-line {
	border: 1px solid #d7d7d7;
	width: 100%;
	text-align: left;
}

.tbl-two-line td {
	border: 1px solid #d7d7d7;
	font-size: 14px;
	padding: 12px 3%;
	width: 55%;
	vertical-align: middle;
}

.tbl-two-line td span {
	display: block;
	margin: 6px 0;
}

.tbl-two-line th {
	border: 1px solid #d7d7d7;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 3%;
	width: 34%;
	vertical-align: middle;
}

.column-val {
	overflow: hidden;
}

.column-val > div {
	float: left;
	width: 46%;
}

.column-val > div + div {
	margin-left: 8%;
}

.column-val > div > b {
	display: block;
	margin-bottom: 15px;
}

.list-disc li {
	line-height: 20px;
	padding: 0 0 0 28px;
	background: url(/img/pic-4.png) 5px 50% no-repeat;
	margin-bottom: 10px;
}

.tabs-page {
	padding: 15px 0 0;
}

.tabs-page > p {
	line-height: 18px;
	margin-bottom: 22px;
}

.tabs-page .tabs {
	padding-top: 20px;
	margin: 0 0 20px -3%;
	font: 14px Verdana, sans-serif;
	word-spacing: -.36em;
}

.tabs-page .tabs li {
	width: 37%;
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	margin: 0 0 11px 3%;
	padding: 5px 3%;
	font: 700 16px/25px 'PT Sans', Arial, sans-serif;
}

.tabs-page .tabs li.current {
	background-color: #526ba4;
	border-color: #526ba4;
	color: #fff;
}

.tabs-page h2 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 0;
}

.tbl-fore-line {
	width: 100%;
}

.tbl-fore-line th {
	background-color: #526ba4;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	padding: 10px 1%;
	color: #fff;
	border-bottom: 1px solid #d2d2d2;
}

.tbl-fore-line th:first-child {
	width: 16%;
}

.tbl-fore-line th:first-child + th {
	width: 24%;
}

.tbl-fore-line th:first-child + th + th {
	width: 33%;
}

.tbl-fore-line th:first-child + th + th + th {
	width: 15%;
}

.tbl-fore-line td {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #d2d2d2;
	font-size: 14px;
	line-height: 18px;
	padding: 17px 1% 11px;
}

.tbl-fore-line td:first-child + td + td {
	text-align: left;
}

.tabs-page .wrap-tbl {
	margin-bottom: 25px;
}



/* Flexslider
-------------------------------------*/

/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-pauseplay span{text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after{content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child{display: block;}
.flexslider {margin: 0; padding: 0;}
.slides > li {
	display: none;
	position: relative;
	-webkit-backface-visibility: hidden;
	position: relative;
}

.main-slider {
	position: relative;
	zoom: 1;
	height: 497px;
	overflow: hidden;
	max-width: 2000px;
	margin: 0 auto;
}

.main-slider .slides > li img {
	height: 497px;
	max-width: 2000px;
}

.main-slider .slides > li > div {
	position: absolute;
	left: 50%;
	top: 140px;
	z-index: 16;
	margin-left: -565px;
	width: 1110px;
	padding: 30px 10px;
	color: #fff;
}

.slides > li > div > span {
	display: block;
	max-width: 700px;
	color: #fff;
	text-transform: uppercase;
	font: 700 40px/47px 'Open Sans', Arial, sans-serif;
	margin-bottom: 25px;
}

.slides > li > div > p {
	font-size: 18px;
	max-width: 600px;
}

.main-slider .slides > li:before {
	content: ' ';
	position: absolute;
	left: 0px;
	z-index: 2;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(/img/slide-ptrn.png) 0 0 repeat;
}

.carousel-brands {
	margin-bottom: 14px;
}

.carousel-flex {
	position: relative;
	margin-bottom: 20px;
	width: 1000px;
	padding: 0 55px;
	zoom: 1;
}

.carousel-flex .slides > li {
	line-height: 120px;
	text-align: center;
}

.carousel-component {
	position: relative;
	zoom: 1;
	margin: 0 auto;
	width: 1000px;
	padding: 0 55px;
}

.carousel-component .slides > li > a {
	display: block;
	padding: 16px 10px 21px;
	text-align: center;
	position: relative;
	text-decoration: none;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.carousel-component .slides > li > a:hover {
	background-color: #f7f7f7;
}

.carousel-component .slides > li > a img {
	border: 1px solid #ebebeb;
	margin-bottom: 8px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 150px;
}

.carousel-component .slides > li > a:hover img {
	border-color: #f7f7f7;
}

.carousel-component .slides > li > a span {
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	color: #526ba4;
}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px;}

.flex-control-nav,
.flex-control-thumbs {
	display: none;
}

.main-slider .flex-direction-nav {
	display: none;
}


/* Direction Nav */
.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	text-decoration:none;
	display: block;
	width: 22px;
	height: 39px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	background-image: url(/img/sprite.png);
	text-indent: -9999px;
}

.flex-direction-nav .flex-prev {
	left: 20px;
	background-position: -38px -26px;
}

.flex-direction-nav .flex-next {
	right: 20px;
	background-position: -63px -26px;
}

.flex-direction-nav .flex-prev:hover {
	background-position: -114px -26px;
}

.flex-direction-nav .flex-next:hover {
	background-position: -89px -26px;
}

.carousel-component .flex-direction-nav a {
	margin-top: -45px;
}


/* Control Nav */
.main-slider .flex-control-nav {
	display: block;
	width: 280px;
	left: 50%;
	margin-left: -140px;
	z-index: 110;
	position: absolute;
	bottom: 16px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 9px 0 8px;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.flex-control-paging li a.flex-active {
	background: none;
	border: 2px solid #fff;
	cursor: default;
}


/* Thumb control */
.flex-control-thumbs {
	margin: 26px 0 0 0;
	display: none;
}

.flex-control-thumbs li {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0;
	position: relative;
	margin-left: 17px;
	padding:3px;
	border: 1px solid #000;
}

.flex-control-thumbs img {
	width: 75px;
	height: 75px;
	display: block;
	cursor: pointer;
	border: 1px solid #cdd3d8;
	position: relative;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.flex-control-thumbs img:hover {

}

.flex-control-thumbs .flex-active {
	cursor: default;
	top: -2px;
	left: -2px;
	border: 3px solid #fe9928;
}



/* Reveal modal window
------------------------------------- */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.5);
	z-index: 1001;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 150px;
	left: 50%;
	margin-left: -257px;
	width: 445px;
	background: #fff;
	position: absolute;
	z-index: 1002;
	padding: 30px 35px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 0 12px 1px #587c70;
	-moz-box-shadow: 0 0 12px 1px #587c70;
	box-shadow: 0 0 12px 1px #587c70;
}

.reveal-modal .close-reveal-modal {
	position: absolute;
	top: 33px;
	right: 36px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url(/img/sprite.png) -75px 0 no-repeat;
}

.reveal-modal .main-tt {
	margin-bottom: 22px;
	color: #333333;
}

.reveal-modal .btn {
	margin-top: 6px;
	padding: 0 30px;
}


@media only screen and (max-width: 1140px) {
	.centered-bl {
		width: 980px;
		padding: 0 10px;
	}

	.menu ul li a {
		padding: 0 1px 0 6px;
	}

	.head-slide-absolute,
	.main-slider .slides > li > div {
		width: 980px;
		margin-left: -500px;
	}

	.carousel-component {
		width: 750px;
	}

	.brands-list ul:first-child {
		padding: 0 10px 0 20px;
		width: 135px;
	}

	.brands-list ul li a {
		padding: 0 12px;
	}

	.brands-list ul {
		padding-left: 10px;
	}

	.about-left {
		width: 610px;
	}

	.carousel-flex {
		width: 750px;
		margin: 0 auto 20px;
	}

	.footer-overflow {
		padding-top: 39px;
	}

	.footer .head-phone {
		margin-left: 32px;
	}

	.foot-contacts {
		width: 220px;
	}

	.foot-contacts .foot-cont-icon {
		margin-bottom: 5px;
	}

	.foot-cont-icon a {
		margin: 0 0 10px 0;
	}

	.two-column-wrap .content {
		width: 700px;
	}

	.feedback-f-inner {
		margin-right: 0;
		margin-left: 0;
	}

	.contacst-bl {
		width: 470px;
	}

	.tabs-page .tabs li {
		width: 39%;
		padding: 7px 2%;
		line-height: 20px;
	}
}

@media only screen and (max-width: 1020px) {
	.centered-bl {
		width: 728px;
	}

	.head-slide-absolute,
	.main-slider .slides > li > div {
		width: 728px;
		margin-left: -374px;
	}

	.two-column-wrap .content {
		width: 450px;
	}

	.search {
		display: none;
	}

	.head-current {
		margin-left: 40px;
	}

	.head-pan-aside a {
		margin-left: 40px;
	}

	.menu-btn-open {
		display: block;
		width: 30px;
		height: 19px;
		position: absolute;
		left: 0;
		top: -36px;
		z-index: 1000;
		border-top: 3px solid #fff;
		border-bottom: 3px solid #fff;
	}

	.menu-btn-open:before {
		content: ' ';
		position: absolute;
		left: 0px;
		top: 50%;
		width: 100%;
		height: 3px;
		margin-top: -2px;
		background: #fff;
	}

	.menu ul {
		position: fixed;
		left: -240px;
		top: 0;
	}

	.menu.open {
		background: none;

		-moz-transition: left 0.3s ease;
		-webkit-transition: left 0.3s ease;
		transition: left 0.3s ease;
	}

	.menu.open ul {
		display: block;
		left: 0;
		z-index: 1002;
		width: 240px;
		height: 100%;
		background: #000;
		background-color: rgba(0, 0, 0, 0.8);
	}

	.menu ul li:first-child {
		padding-top: 30px;
	}

	.menu ul li {
		display: block;
		background: none;
		padding: 0 20px;
		line-height: 35px;
		text-align: left;
	}

	.menu ul li a {
		padding: 0;
	}

	.carousel-component {
		width: 500px;
	}

	.head-steps img {
		margin-left: 15px;
	}

	.brands-wrap {
		-webkit-background-size: cover;
		background-size: cover;
	}

	.brands-list {
		text-align: center;
		padding-bottom: 0;
	}

	.brands-list ul {
		margin-bottom: 30px;
		min-height: 40px;
		border: none;
	}

	.about-left {
		width: 100%;
		float: none;
	}

	.send-doc {
		float: none;
		margin: 0 auto;
	}

	.carousel-flex {
		width: 500px;
	}

	.footer .head-phone {
		margin-left: 0;
	}

	.about-main {
		margin-bottom: 60px;
	}

	.search-inner {
		float: none;
		margin: 0 auto;
		padding-top: 20px;
		clear: both;
	}

	.search-inner .btn {
		top: 20px;
	}

	.news-wrap article p {
		margin-bottom: 10px;
	}

	.news-wrap article {
		padding-bottom: 20px;
	}

	.feedback-f-inner {
		width: 300px;
	}

	.contacst-bl {
		width: 380px;
	}

	.tabs-page .tabs li {
		width: 70%;
		padding: 7px 2%;
		line-height: 20px;
		float: none;
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.centered-bl {
		width: 460px;
	}

	.head-slide-absolute,
	.main-slider .slides > li > div {
		width: 460px;
		margin-left: -240px;
	}

	.main-slider .slides > li > div {
		top: 170px;
	}

	.main-slider .slides > li > div > span {
		font-size: 28px;
		line-height: 34px;
		width: 100%;
	}

	.carousel-flex,
	.carousel-component {
		width: 250px;
	}

	.menu-btn-open {
		left: 10px;
		top: -50px;
	}

	.head-pan-aside {
		width: 130px;
	}

	.head-pan-aside a {
		margin-left: 0;
	}

	.head-current {
		margin: 0 0 0 80px;
	}

	.head-work-time {
		line-height: 26px;
		margin: 0 0 0 80px;
	}

	.head-slide-absolute p {
		width: 100%;
	}

	.head-slide-absolute .group {
		margin-bottom: 30px;
	}

	.logo {
		float: none;
		margin-bottom: 20px;
	}

	.head-phone {
		float: none;
		text-align: left;
		padding-left: 50px;
	}

	.head-numb {
		padding-left: 0;
	}

	.head-numb:before {
		left: -50px;
		top: 10px;
	}

	.search-component {
		display: none;
	}

	.flex-direction-nav .flex-next {
		right: 10px;
	}

	.flex-direction-nav .flex-prev {
		left: 10px;
	}

	.steps-work li {
		float: none;
		width: 100%;
		border: none;
		min-height: 30px;
		padding: 0;
		margin-bottom: 30px;
	}

	.head-steps {
		height: 90px;
		margin-bottom: 0;
	}

	.robot-bg {
		display: none;
	}

	.footer .head-phone {
		width: 100%;
		float: none;
		padding-left: 0;
		text-align: center;
		margin: 0 0 20px;
	}

	.footer .head-numb {
		padding-left: 0;
		margin-bottom: 5px;
	}

	.foot-contacts {
		margin: 0;
		width: 100%;
		padding: 0;
		text-align: center;
		float: none;
	}

	.foot-contacts .foot-cont-icon {
		display: block;
		float: none;
		margin-bottom: 20px;
	}

	.foot-cont-icon a {
		float: none;
		display: inline-block;
		margin: 0 20px;
	}

	.foot-contacts span {
		margin-bottom: 15px;
	}

	.foot-logo {
		float: none;
		width: 250px;
		margin: 20px auto 0;
	}

	.reveal-modal {
		padding: 20px;
		width: 420px;
		margin-left: -230px;
		top: 50px;
	}

	.reveal-modal .main-tt {
		margin-bottom: 15px;
	}

	.reveal-modal .close-reveal-modal {
		top: 23px;
		right: 21px;
	}

	.head-inner-bl .logo {
		text-align: center;
		float: none;
	}

	.inner-head-phone {
		margin: 0 auto;
		width: 210px;
	}

	.two-column-wrap .content {
		float: none;
		width: 100%;
	}

	.two-column-wrap .aside {
		float: none;
		margin: 0 auto 40px;
	}

	.search-inner {
		width: auto;
	}

	.column-val > div {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.column-val > div + div {
		margin-left: 0;
	}

	.feedback-f-inner  {
		float: none;
		width: 100%;
		margin: 0 0 40px;
	}

	.contacst-bl {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.centered-bl {
		width: 280px;
	}

	.head-slide-absolute {
		width: 280px;
		margin-left: -150px;
	}

	.main-slider .slides > li > div {
		width: 280px;
		top: 140px;
		margin-left: -150px;
	}

	.main-slider .slides > li > div span {
		font-size: 22px;
		line-height: 24px;
	}

	.carousel-flex,
	.carousel-component {
		padding: 0 15px;
	}

	.head-pan-aside {
		float: none;
		text-align: center;
		width: 100%;
	}

	.head-pan-aside a {
		float: none;
		margin: 0 20px;
		display: inline-block;
	}

	.head-work-time {
		margin-left: 60px;
	}

	.head-current {
		margin-left: 60px;
	}

	.menu-btn-open {
		top: -75px;
	}

	.logo {
		width: 200px;
		margin-bottom: 15px;
	}

	.head-slide-absolute h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.main-slider .flex-control-nav {
		display: none;
	}

	.head-slide-absolute .group {
		margin-bottom: 20px;
	}

	.main-tt {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.flex-direction-nav .flex-next {
		right: 0;
	}

	.flex-direction-nav .flex-prev {
		left: 0;
	}

	.component-bl {
		padding-bottom: 10px;
		margin-bottom: 40px;
	}

	.brands-list ul,
	.brands-list ul:first-child {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 auto 30px;
		max-width: 100%;
	}

	.about-left img {
		margin-right: 0;
		width: 100%;
	}

	.send-doc {
		width: 100%;
	}

	.reveal-modal {
		padding: 20px;
		width: 220px;
		margin-left: -130px;
		top: 30px;
	}

	.reveal-modal .btn {
		padding: 0;
		width: 100%;
	}

	.reveal-modal .close-reveal-modal {
		top: 19px;
	}

	.centered-bl.head-inner-bl {
		padding-bottom: 25px;
	}

	.head-inner-bl .logo {
		width: 100%;
	}

	.news-wrap article img {
		width: 99%;
		float: none;
		margin-bottom: 20px;
	}

	.news-wrap article div {
		margin-left: 0;
	}

	.tbl-two-line th {
		font-size: 14px;
		line-height: 18px;
	}

	.tbl-two-line td span {
		line-height: 18px;
		margin: 3px 0;
	}

	.tabs-page .tabs li {
		width: 86%;
		padding: 6px 2% 6px 4%;
	}

	.tbl-fore-line .btn {
		padding: 0 10px;
		font-size: 13px;
	}

	.wrap-scroll {
		overflow-x: scroll;
	}

	.wrap-scroll .tbl-fore-line {
		width: 500px;
	}

	.tabs-page h2 {
		font-size: 24px;
		line-height: 28px;
	}
}

#container .content ul{
    list-style-type: square;
    margin-left: 20px;
}

.bread-crumbs{
    margin-left: 0 !important;
}

.brands-wrap ul{
    list-style-type: none !important;
    margin-left: 0 !important;
}

table.bord, .prop table{
    border-left: 1px solid #526ba4;
    border-top:  1px solid #526ba4;
}

.bord td, .bord th, .prop td, .prop th{
    border-right:  1px solid #526ba4;
    border-bottom: 1px solid #526ba4;
    padding: 4px;
}

.bord th{
    /*letter-spacing: 1px;*/
}

#container .content div, #container .content p, #container .content td, #container .content li{
    font-size: 15px;
}

.catalog-asdie li.active{
    background-color:  #526ba4;
    border-radius: 4px;
}

.catalog-asdie li{
    margin-left: -10px;
}

.catalog-asdie li.level1{
    margin-left:5px !important;
}

.catalog-asdie li.active A{
    color: #fff;
}

.menu .active A{
    /*background-color: #fff;*/
    color: #fff;
	text-decoration: underline;
    font-weight: bold;
}

A.dotted{
    text-decoration: none;
    border-bottom: 1px dotted #526ba4;
}


div.caps{
    float: left;
    color: #526ba4;
    line-height: 100%;
    font-size: 250%;
    margin: 0.30em 0 -0.35em 0;
    padding: 0 0 0 0;
}

ol.search{
    margin-top: 10px;
    float: left;
    width: 100%;
    height: 100%;
}

ol.search li{
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    margin-bottom: 12px;
}    

.hl{
    font-weight: bold;
    color: #526ba4;
}

A.all_brands{
    margin-left: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #858585;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 2px;
}

.cat_brands td{
    text-align: center;
    padding-right:  20px;
    padding-top: 30px;
    width: 200px;
}



.cat_brands td img{
    max-width: 200px;
    height: 80px;
}

#first-service,
#second-service,
#third-service,
#fourth-service{
    cursor: pointer;
    margin-top: 10px !important;
}

#first-service .show,
#second-service .show,
#third-service .show,
#fourth-service .show{
    width:100%;
    height:289px;
    overflow:hidden;
    font-size:12px;
    color:#808080;
    line-height: 18px;
    /*font-family: 'open_sansregular';*/
    border-radius: 8px;
}
#first-service .show h2,
#second-service .show h2,
#third-service .show h2,
#fourth-service .show h2{
    display:none;
}
			    
#first-service .show{
    background:url(/img/uslugi-razrabotka.png) no-repeat 0 0;
}
.services-onhover-block .show p{
    line-height:14px;
    width: 340px;
}
			
#fourth-service .text-block,
    #second-service .text-block {
    float: left;
    margin: 0 0 0 70px;
}
					        

.services-onhover-block .text-block {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    float: right;
    margin-right: 70px;
}
                        
.services-onhover-block .text-block .title {
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #333;
    font-family: Tahoma, sans-serif;
    white-space: nowrap;
    transform: translateX(-2px);
    -webkit-transform: translateX(-2px);
}
.services-onhover-block .text-block .subtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    letter-spacing: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#second-service .show{
    background:url(/img/uslugi-proizvodstvo.png) no-repeat 0 0;
}
    
#third-service{
    margin:0 0 60px;
}
#third-service .show{
    background:url(/img/uslugi-promdizain.png) no-repeat 0 0;
}
	    
#fourth-service .show{
    background:url(/img/uslugi-razrabotka-po.png) no-repeat 0 0;
}
		
#fourth-service{
    margin:0;
}

.text-block p{
    line-height: 20px !important;
}

p.promo{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.promo A{
    padding: 10px 14px 10px 14px !important;
    color: #fff;
    background: #858585;
    border-radius: 4px;
    text-decoration: none;
}

.gallery{
    float: left;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
