/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	height: 100%;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
	height: 100%;
  margin: 0;
  color: #434343;
  }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
  input[type="text"]:focus { outline: none; }
@font-face {
    font-family: 'RobotoLight';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light.woff') format('woff'),
         url('fonts/Roboto-Light.ttf') format('truetype'),
         url('fonts/Roboto-Light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular.woff') format('woff'),
         url('fonts/Roboto-Regular.ttf') format('truetype'),
         url('fonts/Roboto-Regular.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoItalic';
    src: url('fonts/Roboto-Italic.eot');
    src: url('fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Italic.woff') format('woff'),
         url('fonts/Roboto-Italic.ttf') format('truetype'),
         url('fonts/Roboto-Italic.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
.outer {
	position: relative;
    overflow: hidden;
}
.outer .header .header_wrap:after, 
.footer_wrap:after, 
.info_block:after, 
.portfolio_body:after, 
.outer .body .content .content_wrap:after,
.contacts_block:after,
.slide ul:after {
	display: block;
    content: "";
    position: relative;
    clear: both;
}
.outer .header {
	height: 150px;
}
.outer .header .header_wrap {
	width: 1024px;
	height: 118px;
	margin: 0 auto;
	position: relative;
}
.outer .header .header_wrap .left_menu {
	float: left;
	height: 20px;
	margin-top: 49px;
}
.outer .header .header_wrap .right_menu {
	float: right;
	height: 15px;
	margin-top: 52px;
}
.outer .header .header_wrap .logo_box {
	position: absolute;
	width: 235px;
	height: 41px;
	top: 40px;
	margin-left: -117.5px;
	left: 50%;
	z-index: 99;
}
.outer .header .header_wrap ul{
	margin: 0;
	padding: 0;
}
.outer .header .header_wrap ul li {
	list-style: none;
	display: inline-block;
}
.outer .header .header_wrap ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #434343;
	font-family: RobotoLight;
	font-size: 20px;
}
.outer .header .header_wrap .left_menu ul li {
	margin-right: 15px;
}
.outer .header .header_wrap ul li.selected{
	border-bottom: 3px solid #2AB6BF;
}
.hor_line {
	width: 1024px;
	height: 1px;
	border-top: 1px solid #b6b6b6;
	margin: 0 auto;
}
.outer .body .tile_box, .contacts_block{
	background: #faf7f5;
}
.outer .body .tile_box_wrap {
	width: 1024px;
	margin: 0 auto;
	height: 354px;
}
.outer .body .tile_box .tile_box_wrap ul {
	margin: 0;
	padding: 0;
}
.outer .body .tile_box .tile_box_wrap li {
	margin: 0 15px 20px 0;
	display: inline-block;
	width: 241px;
	height: 167px;
	list-style: none;
	position: relative;
}
.category_name {
	width: 241px;
	height: 167px;
	display: none;
	position: absolute;
	z-index: 9;
	top: 0px;
	left: 0px;
	color: #494c1a;
	font-family: Roboto;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	line-height: 167px;
}
.category_name.two_line {
	line-height: 26px;
	padding-top: 60px;
	height: 107px;
}
.tile_box_wrap ul li:hover a span {
	display: block;
}
.outer .body .tile_box .tile_box_wrap li.n_mar {
	margin-right: 0;
}
.outer .body .clients_block, .outer .body .gallery_block {
	margin: 76px auto 0px auto;
	width: 1024px;
	position: relative;
	max-width: 100%;
}
@media only screen and (max-device-width: 600px){
	.outer .body .gallery_block {
		width: 100%;
	}
	.owl-slide-item {
		font-size: 16px;
	}
}
body .outer .body .gallery_block {
	margin-bottom: 62px;
}
.owl-nav {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	/* z-index: 1; */
}
.owl-prev, .owl-next {
	position: absolute;
	display: block;
	width: 24px;
	height: 46px;
	background: url(img/slider-arrow.png) no-repeat 0;
	top: 50%;
	margin-top: -23px;
	left: -39px;
	text-indent: 9999px;
	transform: rotate(180deg);
	z-index: 100;
	opacity: .6;
}
.owl-nav .owl-next {
	transform: rotate(0deg);
	right: -39px;
	left: auto;
}
.owl-carousel .owl-stage-outer {
	z-index: 2;
}
.owl-slide-item {
	position: relative;
}
.slide-desc {
	position: absolute;
	display: block;
	padding: 20px 40px;
	background: rgba(0,0,0,.7);
	color: #fff;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
}
.slide-desc a {
	display: block;
	color: #fff;
	float: right;
}
.slide-desc:after {
	content: '';
	display: block;
	position: absolute;
	clear: both;
}
.outer .body .clients_block .clients_title {
	position: absolute;
	width: 200px;
	height: 20px;
	top: -11px;
	left: 50%;
	margin-left: -100px;
	font-family: RobotoLight;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	z-index: 10;
	
}
.gallery_block .hor_line {
	margin-bottom: 50px;
}
.outer .body .gallery_block .clients_title {
	position: absolute;
	height: 20px;
	top: -11px;
	font-family: RobotoLight;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	z-index: 10;
	width: 100%;
}
.outer .body .gallery_block .clients_title span {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
}
.outer .body .clients_block .clients_slider {
	margin-top: 35px;
	width: 1024px;
	height: 253px; /* 700px; */
	overflow: hidden;
	margin-bottom: 35px;
	position: relative;
}
.clients_slider_wrap {
	width: 1024px;
	height: 1000px;
	position: absolute;
	top: -95px;
}
.outer .body .clients_block .clients_slider .slide {

}
.outer .body .clients_block .clients_slider .slide ul{
	margin: 0 0 32px 0; 
	padding: 0;
	width: 100%;
	height: 63px;
	    /* display: table; */
}
.outer .body .clients_block .clients_slider .slide li {
	list-style: none;
	/* display: inline-block; */
	text-align:center;
	/* margin-left: 35px; */
		/* display: table-cell; */
		display:block;
		float:left;
}
.outer .body .clients_block .clients_slider .slide li:first-child {
	margin-left: 0;
}
.bottom_line {
	margin-bottom: 62px;
}
.footer a {
	color: #fff;
}
.footer {
	background: #2ab6bf;
	color: #fff;
}
.footer .footer_wrap {
	margin: 0 auto;
	width: 1024px;
	height: 136px;
}
.footer .footer_wrap  .info_block {
	float: left;
}
.footer .footer_wrap  .info_block {
	margin: 31px 0 0 0;
}
.footer .footer_wrap  .info_block .name {
	font-size: 16px;
	font-family: RobotoLight;
	text-transform: uppercase;
	float: left;
	margin-left: 35px;
	margin-top: 2px;
}
.footer .footer_wrap  .info_block .footer_contacts {
	float: left;
	margin-left: 35px;
}
.footer .footer_wrap  .info_block .footer_contacts a {
	font-size: 16px;
	font-family: RobotoLight;
	text-decoration: none;
	display: block;
	margin-bottom: 7px;
}
.footer .footer_wrap  .copyright {
	float: right;
	margin-top: 80px;
	font-size: 16px;
	font-family: RobotoLight;
}
.outer .body .portfolio_wrap {
	width: 1024px;
	margin: 0 auto;
}
.portfolio_filter ul {
	padding: 0;
	display: table;
    margin: 0 auto;
}
.portfolio_filter ul.two_depht{
    margin-bottom: 25px;
}
.portfolio_filter ul li {
	display: inline-block;
	/* border-bottom: 1px solid #434343; */
    height: 24px;
	margin-left: 14px;
}
.portfolio_filter ul li.active {
	border-bottom: 3px solid #2AB6BF;
}
.portfolio_filter ul li:first-child {
	margin: 0;
}
.portfolio_filter ul li a, .portfolio_filter ul li {
	font-size: 16px;
	font-family: RobotoLight;
	color: #434343;
	text-decoration: none;
}
.portfolio_filter ul.two_depht li a{
	color: #888888
}
.portfolio_body .portfolio_item{
	width: 241px;
	height: 232px;
	float: left;
	margin: 0 20px 20px 0;
}
.portfolio_body .portfolio_item a {
	display: block;
	text-decoration: none;
	color: #434343;
}
.portfolio_body .portfolio_item span{
	display: block;
	width: 207px;
	height: 37px;
	padding: 14px 17px;
	font-size: 16px;
	font-family: RobotoLight;
	background: #faf7f5;
	text-align: center;
}
.portfolio_body .portfolio_item.it4 {
	margin-right: 0;
}
.outer .body .portfolio_wrap .paging {
    margin-bottom: 50px;
    margin-top: 10px;
	text-align: right;
	clear: both;
}
.outer .body .portfolio_wrap .paging .page_item{
	font-size: 14px;
	font-family: RobotoLight;
	color: #434343;
	display: inline-block;
	border-left: 1px solid #434343;
	width: 20px;
	text-align: center;
}
.outer .body .portfolio_wrap .paging .page_item:first-child {
	border: none;
}
.outer .body .back_page {
	width: 1024px;
	margin: -10px auto 22px auto;
}
.outer .body .content {
	background: #faf7f5;
	min-height: 489px;
}
.outer .body .portfolio_body{
	min-height: 489px;
}
.outer .body .content .content_wrap {
	width: 1024px;
	margin: 0 auto 70px auto;
}
.outer .body .back_page a {
	font-size: 15px;
	color: #434343;
	font-family: RobotoItalic;
	text-decoration: none;
}
.outer .body .content .content_wrap .slider {
	float: left;
	width: 700px;
	height: 500px;
	margin-right: 25px;
}
.slides_box {
	width: 700px;
	height: 500px;
}
.slides_box .slide_item, .slides_box .one_slide {
	overflow: hidden;
	width: 700px;
	height: 500px;
}
.outer .body .content .content_wrap .slider {
	position: relative
}
.slider .big_img {
	position: absolute;
	width: 92px;
	height: 92px;
	bottom: 0px;
	right: 0px;
	background: #faf7f5;
	border-radius: 92px 0 0 0;
}
.slider .big_img span{
	display: block;
	text-indent: 111111px;
	overflow: hidden;
	width: 49px;
	height: 49px;
	background: url('img/loupe.png') no-repeat 0 0;
	position: relative;
    top: 35px;
    left: 35px;
}
.outer .body .content .content_wrap .right_col {
	float: left;
	width: 285px;
}
.outer .body .content .content_wrap .slider img {
	width: 100%;
}
.outer .body .content .content_wrap .right_col .client_logo_block {
	width: 285px;
}
.content_wrap .right_col .client_logo_block img{
	width: 100%;
}
.content_wrap .right_col .text_block {
	margin-top: 25px;
	font-family: RobotoLight;
	font-size: 16px;
}
.content_wrap .right_col .link_block {
	margin-top: 22px;
}
.content_wrap .right_col .link_block a{
	font-size: 15px;
	color: #434343;
	font-family: RobotoItalic;
}
.content_wrap .right_col .back_button{
	width: 159px;
	height: 39px;
	background: #2ab6bf;
	text-decoration: none;
	color: #fff;
	font-family: RobotoLight;
	font-size: 17px;
	text-transform: uppercase;
	display: block;
	line-height: 39px;
	text-align: center;
	margin-top: 29px;
}
#prewbutton , #nextbutton {
	display: block;
	width: 35px;
	height: 45px;
	top: 227px;
	position: absolute;
	background: #FAF7F5;
	z-index: 99;
}
#prewbutton span{
	text-indent: -999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url('img/larr.png') no-repeat 6px 5px;
	display: block;
}
#nextbutton span{
	text-indent: -999px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url('img/raar.png') no-repeat 11px 5px;
	display: block;
}
#prewbutton {
	left: 0px;
}
#nextbutton {
	right: 0px;
}
.contact_wrap {
	width: 1024px;
    margin: 0 auto;
}
.left-col {
	float: left;
	width: 512px;
}
.right-col {
	float: left;
    padding-left: 35px;
    padding-right: 35px;
    width: 442px;
}
.contacts_block {
	padding-top: 33px;
	padding-bottom: 33px;
	margin-bottom: 70px;
}
.contact-title, .contact-text{
	font-family: RobotoLight;
	font-size: 20px;
	color: #434343;
}
.contacts-links, .contact-text{
	margin-top: 22px;
}
.contacts-links a, .contacts-links, .contacts-links span {
	text-decoration: none;
	font-family: RobotoLight;
	color: #b6b6b5;
	font-size: 16px;
}
.contacts-links a:hover, .contact-phone a:hover, .contact-email a:hover, .contact-skype a:hover {
	text-decoration: underline;
}
.contact-phone a, .contact-email a, .contact-skype a {
	font-family: RobotoLight;
	font-size: 16px;
	color: #434343;
	text-decoration: none;
}
.contact-phone, .contact-email, .contact-skype {
	margin-top: 11px;
}
html,
body,
/* .outer */ {
  height: 100%;
}
.assistant_block {
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 137px;
}
.footer {
  height: 137px;
  margin-top: -137px;
}
.social {
	margin-top: 13px;
}
.vk, .instogram, .facebook {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url('img/soc-seti.png') no-repeat;
	text-indent: 999px;
	overflow: hidden;
	margin-right: 5px;
}
.vk {
	background-position: 0px 0px;
}
.instogram {
	background-position: -39px 0px;
}
.facebook {
	background-position: -78px 0px;
}
.slide ul li a {
	height: 100%;
    display: inline-block;
}
.slide ul li a img.color_img {
	display: none;
}
.slide ul li a:hover img.color_img {
	display: block;
}
.slide ul li a:hover img.mono_img {
	display: none;
}
.prev_c, .next_c {
	text-indent: 999px;
	overflow: hidden;
	width: 16px;
	height: 9px;
	display: inline-block;
	margin-bottom: 3px;
}
.prev_c {
	background: url('img/prev.jpg') no-repeat 0px 0px;
    margin-right: 15px;
}
.next_c {
	background: url('img/next.jpg') no-repeat 0px 0px;
	margin-left: 15px;
}
.mobile-menu-button, .mobile-layout {
	display: none;
}
.mobile-layout {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index:  99997;
}
.mobile-menu-box {
	display: none;
	position: absolute;
	height: 10000px;
	width: 75%;
	z-index: 99998;
	background: #1B858C;
	left: 0;
	top: 0;
	padding-top: 110px;
	padding-bottom: 110px;
	overflow-y: auto
}
.catalog-section-list ul{
	list-style-type: none;
}
.catalog-section-list ul li{
	border-top: 1px dotted #00666D;
	padding-top: 10px;
}
.catalog-section-list ul li ul {
	padding-left: 0px;
}
.catalog-section-list ul li ul  li a {
	padding-left: 30px;
	font-family: RobotoLight;
	font-size: 22px;
}
.catalog-section-list ul a.active span:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(img/arrow.png) no-repeat 0 0;
	top: 0px;
    right: -30px;
}
.catalog-section-list ul span {
	position: relative;
}
.catalog-section-list ul a{
	color: #fff;
	font-family: Roboto;
	font-size: 22px;
	text-decoration: none;
	height: 40px;
	display: block;
	position: relative;
}
@media screen and (max-width: 600px) {
	.left_menu{
		display: none;
	}
	.mobile-menu-button {
		zoom: 0.6;
		display: block;
		position: relative;
		z-index: 99999;
		width: 120px;
		margin-bottom: 34px;
		margin-top: 40px;
		margin-left: 60px;
		float: left;
	}
	.mobile-menu-button a{
		display: block;
		width: 100%;
		height: 120px;
		background: url(img/mobile-menu.png) no-repeat 0px 0px;
		text-indent: 999px;
		overflow: hidden;
	}
	.mobile-menu-button a.close{
		background: url(img/close.png) no-repeat 0px 0px;
	}
	.outer .header {
		height: 190px;
	}
	
	
	
	
	.outer .header .header_wrap {
		width: 100%;
	}
	.outer .body .tile_box_wrap {
		width: 502px;
	}
	.outer .body .tile_box .tile_box_wrap li.s_mar {
		margin-right: 0;
	}
	.outer .body .tile_box_wrap {
		height: auto;
	}
	.outer .header .header_wrap .left_menu {
		margin-left: 20px;
	}
	.outer .header .header_wrap .right_menu {
		margin-right: 20px;
	}
	.outer .body .clients_block {
		display: none;
	}
	.footer .footer_wrap .info_block, .footer .footer_wrap .copyright {
		float: none;
	}
	.footer {
		padding-top: 1px;
		padding-bottom: 32px;
	}
	.footer .footer_wrap, .footer {
		height: auto;
		width: 100%;
	}
	.footer .footer_wrap .copyright{
		margin-left: 35px;
	}
	.hor_line {
		width: 100%;
	}
	.tile_box_wrap ul li a span {
		display: block;
	}
	.left-col {
		display: none;
	}
	.contact_wrap {
		width: 100%;
	}
	.portfolio_filter {
		display: none;
	}
	.outer .body .portfolio_wrap {
		width: 502px;
	}
	.portfolio_body .portfolio_item.it2 {
		margin-right: 0;
	}
	.right-col {
		width: 85%;
	}
	.outer .body .content .content_wrap, .slides_box, .slides_box .slide_item, .slides_box .one_slide, .outer .body .content .content_wrap .slider {
		width: 100%;
	}
	.outer .body .content .content_wrap .slider, .outer .body .content .content_wrap .right_col {
		float: none;
	}
	.outer .body .content .content_wrap .right_col {
		width: 90%;
		margin: 0 auto;
	}
	
}
@media only screen and (max-device-width: 600px) {
	.body {
		zoom: 1.5;
	}
	.outer .header .header_wrap .logo_box {
		top: 80px;
	}
	.left_menu{
		display: none;
	}
	.mobile-menu-button {
		display: block;
		position: relative;
		z-index: 99999;
		width: 120px;
		margin-bottom: 34px;
		margin-top: 34px;
		margin-left: 34px;
		float: left;
	}
	.mobile-menu-button a{
		display: block;
		width: 100%;
		height: 120px;
		background: url(img/mobile-menu.png) no-repeat 0px 0px;
		text-indent: 999px;
		overflow: hidden;
	}
	.mobile-menu-button a.close{
		background: url(img/close.png) no-repeat 0px 0px;
	}
	.outer .header {
		height: 210px;
	}
	.outer .header .header_wrap {
		width: 100%;
		height: 190px;
	}
	.outer .body .tile_box_wrap {
		width: 502px;
	}
	.outer .body .tile_box .tile_box_wrap li.s_mar {
		margin-right: 0;
	}
	.outer .body .tile_box_wrap {
		height: auto;
	}
	.outer .header .header_wrap .left_menu {
		margin-left: 20px;
	}
	.outer .header .header_wrap .right_menu {
		margin-right: 20px;
		margin-top: 80px;
	}
	.outer .body .clients_block {
		display: none;
	}
	.footer .footer_wrap .info_block, .footer .footer_wrap .copyright {
		float: none;
	}
	.footer {
		padding-top: 1px;
		padding-bottom: 32px;
	}
	.footer .footer_wrap, .footer {
		height: auto;
		width: 100%;
	}
	.footer .footer_wrap .copyright{
		margin-left: 35px;
	}
	.hor_line {
		width: 100%;
	}
	.tile_box_wrap ul li a span {
		display: block;
	}
	.left-col {
		display: none;
	}
	.contact_wrap {
		width: 100%;
	}
	.contact-title, .contact-text {
		font-size: 60px;
	}
	.android .contact-title, .android .contact-text {
		font-size: 40px;
	}
	.contacts-links a, .contact-phone a, .contact-email a, .contact-skype a {
		font-size: 50px;
	}
	.android .contacts-links a, .android  .contact-phone a, .android  .contact-email a, .android  .contact-skype a {
		font-size: 30px;
	}
	.outer .header .header_wrap ul li a {
		font-size: 40px;
	}
	.footer .footer_wrap .info_block .name, .footer .footer_wrap .info_block .footer_contacts a {
		font-size: 40px;
	}
	.portfolio_filter {
		display: none;
	}
	.outer .body .portfolio_wrap {
		width: 502px;
	}
	.portfolio_body .portfolio_item.it2 {
		margin-right: 0;
	}
	.portfolio_body .portfolio_item span {
		font-size: 40px;
		height: 90px;
	}
	.android .portfolio_body .portfolio_item span {
		font-size: 25px;
		height: 90px;
	}
	.portfolio_body .portfolio_item {
		margin: 0 20px 65px 0;
	}
	.outer .body .portfolio_wrap .paging .page_item {
		font-size: 40px;
		width: 40px;
	}
	.outer .body.android .portfolio_wrap .paging .page_item {
		font-size: 27px;
		width: 27px;
	}
	.right-col {
		width: 85%;
	}
	.outer .body .content .content_wrap, .slides_box, .slides_box .slide_item, .slides_box .one_slide, .outer .body .content .content_wrap .slider {
		width: 100%;
	}
	.outer .body .content .content_wrap .slider, .outer .body .content .content_wrap .right_col {
		float: none;
	}
	.outer .body .content .content_wrap .right_col {
		width: 90%;
		margin: 0 auto;
	}
	.content_wrap .right_col .text_block {
		font-size: 40px;
	}
	.content_wrap .right_col .link_block a {
		font-size: 40px;
	}
	.android .content_wrap .right_col .text_block {
		font-size: 30px;
	}
	.android .content_wrap .right_col .link_block a {
		font-size: 30px;
	}
	.content_wrap .right_col .back_button {
		font-size: 40px;
		width: 300px;
		height: 50px;
		line-height: 50px;
	}
	.android .content_wrap .right_col .back_button {
		font-size: 30px;
		width: 300px;
		height: 50px;
		line-height: 50px;
	}
	.catalog-section-list ul li{
		border-top: 2px dotted #00666D;
	}
	.catalog-section-list ul li ul  li a {
		font-size: 43px;
	}
	.catalog-section-list ul a{
		font-size: 50px;
	}
	.catalog-section-list ul a{
		height: 60px;
	}
	.mobile-menu-box {
		padding-top: 170px;
	}
	.catalog-section-list ul a.active span:after {
		top: 15px;
		right: -40px;
	}
}
