@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-regular-webfont.woff') format('woff'),
		 url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
		 url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/opensans-bold-webfont.eot');
	src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-bold-webfont.woff') format('woff'),
		 url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
		 url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html,body {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	color: #010101;
	min-width:320px;
	font: 16px/20px 'open_sansregular', arial, helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {
	border-style: none;
	vertical-align:top;
}
ul {
	list-style: none;
	padding:0;
	margin:0;
}
ul li{vertical-align:top;}
input, select, textarea {
	vertical-align: middle;
	-webkit-appearance: none; /*для нормального отображения инпутов в Safari*/
}
a {
	color: #338b51;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block;}
figure{margin:0;}

button::-moz-focus-inner {
	padding:0;
	border:0;
}

a:focus,
a:hover {
 outline: none;
 outline: 0;
}
p {margin: 0 0 15px;}
/* wrapper */
#wrapper {
	overflow:hidden;
	width:100%;
	min-height: 100%;
}
.w1 {padding-bottom: 177px;}
.container {
	max-width: 1200px;
	margin:0 auto;
	padding: 0 16px;
	position:relative;
}
.container:after {
	content:"";
	display:block;
	clear:both;
}
h1 {
	font: 28px/30px 'open_sansbold', arial, helvetica, sans-serif;
	margin: 0 0 32px;
	color: #338b51;
}
h2 {
	font: 24px/25px 'open_sansbold', arial, helvetica, sans-serif;
	margin: 0 0 20px;
	color: #338b51;
}
h4 {margin: 0 0 30px;}
 /* header */
#header {
	background: url(../images/bg-header.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	padding: 35px 0 0;
	position:relative;
	margin: 0 0 28px;
	overflow:hidden;
	z-index:3;
}
#header:before {
	content: '';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: 5px;
	background: #fdf17e;
}
#header .logo {
	float: left;
	margin:0 7.2% 18px 15px;
	position:relative;
	padding: 22px 0 28px 118px;
	font: 33px/35px 'open_sansbold', arial, helvetica, sans-serif;
	text-shadow: 0 2px 3px rgba(0,0,0,0.8);
}
#header .logo:before {
	content:'';
	position:absolute;
	top: -34px;
	left:-173px;
	width: 460px;
	height: 205px;
	background: url(../images/logo-waves.png) no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index:-1;
}
#header .logo a{
	color: #fff;
	text-decoration: none;
}
#header .logo .subtitle {
	font: 14px/16px 'open_sansregular', arial, helvetica, sans-serif;
	display:block;
	padding:5px 0 0;
}
#header .logo-icon {
	display:block;
	width: 104px;
	height: 104px;
	background: url(../images/logo-icon.png) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation: rotation 20s linear infinite;
	-moz-animation: rotation 20s linear infinite;
	-o-animation: rotation 20s linear infinite;
	animation: rotation 20s linear infinite;
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}
	100%{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.enterprise-box {
	float: left;
	padding: 0 0 0 76px;
	width: 225px;
	font: 19px/23px 'open_sansbold', arial, helvetica, sans-serif;
	text-shadow: 0 2px 3px rgba(0,0,0,0.8);
	margin: 28px 10px 10px 0;
	text-transform: uppercase;
}
.enterprise-box .enterprise-number {
	font: 58px/60px 'open_sanssemibold', arial, helvetica, sans-serif;
	float: left;
	margin: -8px 0 0 -75px;
	color: #fce71f;
}
.gold-text {color: #fce71f;}
.header-top {
	position:absolute;
	top:-35px;
	right:13px;
	padding: 7px 15px 13px 24px;
	background: rgba(0,0,0,0.19);
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	z-index: 3;
}
.header-top:before,
.header-top:after {
	content:'';
	position:absolute;
	top:0;
	left:100%;
	width:2000px;
	height: 14px;
	background: url(../images/bg-head-top.jpg) no-repeat 0 0;
}
.header-top:after {
	left:auto;
	right: 100%;
	background-position: 100% 0;
}
.enter-link {
	font-size:14px;
	line-height:16px;
	color: #fff !important;
	padding: 0 0 0 31px;
	float: left;
	background: url(../images/sprites.png) no-repeat 0 1px;
}
.phone-box {
	float: right;
	padding: 23px 12px 0 0;
	text-align:right;
	text-shadow: 0 2px 3px rgba(0,0,0,0.8);
}
.phone-box a[href^='tel'] {
	font: 26px/28px 'open_sanssemibold', arial, helvetica, sans-serif;
	text-decoration: none;
	cursor: default;
	display:inline-block;
	vertical-align:top;
	margin: 0 0 8px;
	color: #fff;
}
.phone-box .call-link {
	color: #f5eb71;
}
.language-list {
	float: left;
	margin: 2px 0 0 9px;
}
.language-list li {
	float: left;
	margin: 0 0 0 14px;
}
.language-list li a {
	display:block;
	width:23px;
	height: 15px;
	background: url(../images/sprites.png) no-repeat 0 0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.language-list li a.english-lang {background-position: 0 -35px;}
.language-list li a.сhinese-lang {background-position: 0 -57px;}
.header-inner {
	position:relative;
	z-index:1;
}
.header-inner:after {
	content:"";
	display:block;
	clear:both;
}
#nav {
	width:100%;
	position:relative;
	bottom: -1px;
	z-index: 2;
}
.menu {
	width:100%;
	display: table;
	position:relative;
}
.menu:before {
	content:'';
	position:absolute;
	bottom:0;
	left:10px;
	right: 10px;
	height: 48px;
	background: rgba(255,255,255,0.8);
}
.menu > li {
	display: table-cell;
	text-align:center;
	padding: 0 1px 0 0;
	position:relative;
}
.menu > li ul {display:none;}
.menu > li > a {
	display:block;
	color: #3b3b3b;
	text-decoration: none;
	padding: 15px 10px 18px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%);
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	border-right: 1px solid rgba(255,255,255,0.1);
}
.menu > li > a:hover,
.menu > li.active > a{
	color: #38834d;
}
.menu > li.active > a {
	background: #fff;
}
.map-box {
	position:absolute;
	top:-35px;
	right:153px;
}
.map-box .marker {
	position:absolute;
	height: 8px;
	width: 8px;
	opacity:0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fbe40a;
	-webkit-animation: pulse 2s ease-in infinite;
	-moz-animation: pulse 2s ease-in infinite;
	-o-animation: pulse 2s ease-in infinite;
	animation: pulse 2s ease-in infinite;
}
.map-box .marker:before {
	content:'';
	position:absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	border: 1px solid #fbe40a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: pulse 2s ease-in infinite;
	-moz-animation: pulse 2s ease-in infinite;
	-o-animation: pulse 2s ease-in infinite;
	animation: pulse 2s ease-in infinite;
}

@-webkit-keyframes pulse {
	0% {transform: scale(0, 0); opacity: 0.0;}
	50% {opacity: 1;}
	100% {transform: scale(1, 1); opacity: 0.0;}
}

@-moz-keyframes pulse  {
	0% {transform: scale(0, 0); opacity: 0.0;}
	50% {opacity: 1;}
	100% {transform: scale(1, 1); opacity: 0.0;}
}

@-o-keyframes pulse  {
	0% {transform: scale(0, 0); opacity: 0.0;}
	50% {opacity: 1;}
	100% {transform: scale(1, 1); opacity: 0.0;}
}

@keyframes pulse  {
	0% {-webkit-transform: scale(0, 0); opacity: 0.0;}
	50% {opacity: 1;}
	100% {transform: scale(1, 1); opacity: 0.0;}
}

.map-box .marker.marker-one {
	top:23px;
	left: 26px;
}
.map-box .marker.marker-two {
	top:36px;
	left: 70px;
	animation-delay:1.5s;
}
.map-box .marker.marker-three {
	bottom: 65px;
	left: 138px;
	animation-delay:2.5s;
}
.map-box .marker.marker-four {
	top: 128px;
	left: 264px;
	animation-delay:3.5s;
}
.map-box .marker.marker-five {
	top: 26px;
	left: 270px;
	animation-delay:4.5s;
}
.map-box .marker.marker-six {
	top: 50px;
	left: 296px;
	animation-delay:5.5s;
}
.map-box .marker.marker-seven {
	top: 100px;
	left: 371px;
	animation-delay:6.5s;
}
/* main */
#main {
	overflow:hidden;
	width:100%;
	position:relative;
	z-index:1;
}
.main-gallery {
	width:100%;
	overflow:hidden;
	position:relative;
	margin: 0 0 44px;
}
.main-gallery a.link-prev,
.main-gallery a.link-next {
	position:absolute;
	top:50%;
	left:0;
	height: 50px;
	width: 50px;
	margin: -25px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	z-index:100;
	background: #fff;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.main-gallery a.link-prev:hover,
.main-gallery a.link-next:hover {opacity:0.8;}
.main-gallery a.link-next {
	left:auto;
	right:0;
}
.main-gallery a.link-prev:before,
.main-gallery a.link-next:before  {
	content: '';
	position:
	absolute;
	top:50%;
	left: 50%;
	width: 16px;
	height: 26px;
	margin: -13px 0 0 -8px;
	background: url(../images/sprites.png) no-repeat 0 -86px;
}
.main-gallery a.link-next:before {background-position: 0 -131px;}
.main-gallery .gallery-holder {
	position:relative;
	overflow:hidden;
}
.main-gallery .gallery-holder ul {
	width:99999px;
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
	overflow: hidden;
}
.main-gallery .gallery-holder ul li {
	width:1200px;
	float:left;
	height:auto;
	position:relative;
}
.main-gallery .gallery-holder ul li img {
	width:100%;
	height:auto;
	display:none;
}
.main-gallery .gallery-holder ul li img:first-child {display:block;}
.main-gallery .gallery-holder li .text-wrap {
	position:absolute;
	top:0;
	bottom:0;
	left: 115px;
	width: 350px;
	padding: 20px 0;
	font: 28px/34px 'open_sansbold', arial, helvetica, sans-serif;
	color: #333;
}
.main-gallery .gallery-holder li:nth-child(1) .text-wrap,
.main-gallery .gallery-holder li:nth-child(3) .text-wrap ,
.main-gallery .gallery-holder li:nth-child(5) .text-wrap {color: #fff;}
.text-center {
	display:table;
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}
.text-center .text-inner {
	display:table-cell;
	vertical-align:middle;
}
.text-center .text-inner .text-last {
	width:100%;
	display:block;
}
.main-gallery .btn-holder {padding:21px 0 0;}
.btn {
	font: 16px/20px 'open_sansregular', arial, helvetica, sans-serif;
	padding: 13px 36px 14px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	color: #fff;
	text-decoration: none;
	background: #48bb72;
	background: -moz-linear-gradient(top,  #48bb72 0%, #1e5c30 100%);
	background: -webkit-linear-gradient(top,  #48bb72 0%,#1e5c30 100%);
	background: linear-gradient(to bottom,  #48bb72 0%,#1e5c30 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn:hover {
	background: -moz-linear-gradient(top,  #1e5c30 0%, #48bb72 100%);
	background: -webkit-linear-gradient(top,  #1e5c30 0%,#48bb72 100%);
	background: linear-gradient(to bottom,  #1e5c30 0%,#48bb72 100%);
}
.main-gallery .gallery-holder li:nth-child(1) .btn, .main-gallery .gallery-holder li:nth-child(3) li:nth-child(5) .btn {
	background: #e9e9e9;
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #cdcdcd 100%);
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#cdcdcd 100%);
	background: linear-gradient(to bottom,  #e9e9e9 0%,#cdcdcd 100%);
	color: #000;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.main-gallery .gallery-holder li:nth-child(4) .btn:hover {
	background: -moz-linear-gradient(top,  #cdcdcd 0%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top,  #cdcdcd 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #cdcdcd 0%,#e9e9e9 100%);
}
.service-row {
	overflow:hidden;
	margin: 0 -15px 48px;
}
.cooperation {
    position: relative;
    background-image: url(../images/hand.jpg);
    background-size: 56%;
    background-repeat: no-repeat;
    background-position: 75%;
    margin: 2rem 0rem;
}
.cooperation span {
    background: linear-gradient(to bottom, #44b46d 26%,#44b46d 26%,#2f824a 100%,#207cca 100%,#7db9e8 100%,#2e8149 100%);
    padding: 15px 20px;
    border-radius: 5%;
    margin-right: 1.5rem;
}
.cooperation li:first-child{
	margin: 2rem 0rem;
}
.cooperation li {
    margin-top: 2rem;
}
.inf {
    position: absolute;
    background: #f6f6f6;
    border-radius: 0;
    color: #202020;
    margin: 0;
    display: block;
    width: 100%;
    max-width: 280px;
    font-weight: 500;
    line-height: 2rem;
    right: 1%;
    top: 60%;
}
.inf p:before {
    content: '';
    position: absolute;
    top: 25px;
    left: 20px;
    width: 8px;
    height: 8px;
    background: #3ba05e;
}
.city p{color: #338b51;font-weight: 600;}
.cooperation p {
    line-height: 1.5rem;
	    padding: 11px 20px 15px 0px;
}
.inf p {
    color: #202020;
    font-weight: 500;
    line-height: 2rem;
	font-size: 1em;
    padding: 11px 20px 15px 43px;
    margin: 0;
	position: relative;
}
.service-row h2 {margin-left: 16px;}
.service-row .col {
	float: left;
	width: 50%;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.service-row ul,
#content ul {
	margin: 0 0 25px;
}
.service-row ul li,
#content ul li {
	padding: 11px 20px 15px 43px;
	background: #f6f6f6;
	position:relative;
	margin: 0 0 4px;
}
.service-row ul li:before,
#content ul li:before {
	content:'';
	position:absolute;
	top: 19px;
	left: 17px;
	width: 8px;
	height: 8px;
	background: #3ba05e;
}
.service-row .main-li-3 {
	margin: 0 0 35px;
}
.read-more {
	display:inline-block;
	vertical-align:top;
	line-height: 47px;
}
.service-row .hold-btn {
	padding: 0 0 0 14px;
	margin: 0 0 10px;
}
.service-row .hold-btn .btn {
	margin: 0 43px 0 0;
	padding: 13px 40px 14px;
}
.promo-box {
	padding: 0 528px 0 16px;
	min-height: 307px;
	background: url(../images/img05.png) no-repeat 100% 0;
}
.promo-box h2 {
	font-size:32px;
	line-height:34px;
	margin: 0 0 46px;
}
.news-box {
	background: #f5f5f5;
	padding: 38px 0 30px;
}
.news-box h2 {
	font-size:32px;
	line-height:34px;
	margin-left: 16px;
}
.news-list {
	font-size:0px;
	line-height:0px;
	margin: 0 -14px 15px;
}
.news-list li {
	display:inline-block;
	vertical-align:top;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 14px;
	font-size:16px;
	line-height:19px;
	margin: 0 0 15px;
}
.news-item {
	padding: 28px 24px 33px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
}
.news-date {
	display:block;
	font-size:14px;
	line-height:16px;
	margin: 0 0 11px;
}
.news-list li a {
	text-decoration: none;
}
.news-list .hold-link {
	margin: 0 0 19px;
}
.news-category {
	display:block;
	font-size:13px;
	line-height:15px;
	color: #999;
}
.news-btn {
	position:absolute;
	top:-6px;
	right:15px;
	padding: 13px 10px;
	min-width: 184px;
	border: 1px solid #e3e3e3;
	color: #000;
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #e3e3e3 100%);
	background: -webkit-linear-gradient(top,  #fff 0%,#e3e3e3 100%);
	background: linear-gradient(to bottom,  #fff 0%,#e3e3e3 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	text-decoration: none;
}
.news-btn:hover {
	background: -moz-linear-gradient(top,  #e3e3e3 0%, #fff 100%);
	background: -webkit-linear-gradient(top,  #e3e3e3 0%,#fff 100%);
	background: linear-gradient(to bottom,  #e3e3e3 0%,#fff 100%);
}
.contenr-holder {
	padding: 0 0 0 307px;
	overflow:hidden;
}
#sidebar {
	float: left;
	width: 200px;
	margin: 0 0 0 -307px;
	padding: 53px 0 0 26px;
}
.breadcrumbs {
	margin:0 0 32px;
	padding:3px 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
}
.breadcrumbs li{
	float:left;
	padding:0 8px 0 8px;
	margin:0 0 0 -8px;
	position:relative;
}
.breadcrumbs li:before {
	content:'/ ';
	position:absolute;
	top:0;
	right:0;
}
.breadcrumbs a{color:#6a6b6a;}
.content-inner-oform {
	padding: 0 350px 0 0;
}
.content-inner .hold-img {
	float: right;
	max-width: 240px;
	margin: 0 -270px 10px 0;
	position:relative;
}
.content-inner img {
	width:100%;
	height:auto;

}
.clearance-box {
	padding: 42px 20px 35px 360px;
	background: url(../images/bg-clearance.jpg) no-repeat 0 0;
	margin: 86px 0 18px;
	text-align:center;
}
.clearance-box:after {
	content:"";
	display:block;
	clear:both;
}
.clearance-box .hold-img {
	float: left;
	margin: -84px 0 0 -290px;
	width: 273px;
}
.clearance-box.clearance-logistic .hold-img {
	width:393px;
	margin: -60px 0 -30px -330px;
}
.clearance-box .hold-img img {
	width:100%;
	height:auto;
}
.clearance-box h3 {
	font: 28px/30px 'open_sansbold', arial, helvetica, sans-serif;
	margin: 0 0 20px;
	color: #fff;
	text-transform: uppercase;
}
.clearance-box .btn {
	background: #ece403; /* Old browsers */
	background: -moz-linear-gradient(top,  #ece403 0%, #f0e80f 18%, #d7cf01 73%, #a29d01 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ece403 0%,#f0e80f 18%,#d7cf01 73%,#a29d01 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ece403 0%,#f0e80f 18%,#d7cf01 73%,#a29d01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #fffaa5;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	color: #000;
}
.side-menu li{
	padding: 0 0 0 23px;
	margin: 0 0 19px;
	position:relative;
}
.side-menu li:before {
	content: '';
	position:absolute;
	top:5px;
	left:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #389659;
}
.side-menu li a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.side-menu li a:hover,
.side-menu li.active a {color: #50a76d;}
#content {
	position:relative;
	padding: 0 0 30px;
}
#content:before {
	content: '';
	position:absolute;
	top:0;
	left: -51px;
    height: 285vh;
	width: 1px;
	background: #e8e8e8;
}
/* footer */
#footer {
	overflow:hidden;
	width:100%;
	padding:0;
	position:relative;
	height: 165px;
	margin-top: -175px;
	background: url(../images/bg-footer.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 12px solid #fdf17e;
	color: #fff;
}
.footer-inner {
	padding: 46px 315px 25px 350px;
	text-align:center;
	overflow:hidden;
}
.presentation-link {
	float: left;
	margin: -12px 0 0  -326px;
	max-width: 340px;
	padding: 10px 0 14px 59px;
	background: url(../images/sprites.png) no-repeat 0 -187px;
	color: #fff;
	text-align: left;
}
.footer-inner a[href^="tel"] {
	color: #fff;
	text-decoration: none;
	cursor:default;
	text-align: left;
}
.footer-recall {
	float: right;
	margin: -16px -283px 0 0;
	padding: 13px 0 14px 65px;
	background: url(../images/sprites.png) no-repeat 0 -248px;
	color: #fff;
}
.footer-bottom {
	background: rgba(0,0,0,0.12);
	padding: 13px 0 17px;
	font-size:12px;
	line-height:14px;
}
.developer-link {
	float: left;
	width: 88px;
	padding: 8px 0 7px 41px;
	background: url(../images/sprites.png) no-repeat 0 -312px;
	font-size:9px;
	line-height:10px;
	color: #fff;
	text-decoration: none;
	margin: 0 15px 10px 33px;
	text-transform: uppercase;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.developer-link:hover {opacity: 0.8;}
.company-requisites {
	float: right;
	text-align:right;
}
.toogle-menu {
	z-index:105;
	width:30px;
	height:17px;
	text-indent:-99999px;
	display:none;
	position: fixed;
	top:13px;
	right: 16px;
	cursor: pointer;
}
.toogle-menu > span {
	position:absolute;
	left:0;
	height:2px;
	width:100%;
	background: #fff;
}
.toogle-menu .t {
	top: 0;
	transform: rotate(0deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
}
.toogle-menu .c {
	top: 7px;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
.toogle-menu .b {
	top: 14px;
	transform: rotate(0deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s;
}
.open .toogle-menu .t{
	top: 8px;
	transform: rotate(45deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}
.open .toogle-menu .b{
	top: 8px;
	transform: rotate(135deg);
	transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.3s, top 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
}
.open .toogle-menu .c{	opacity:0;}
#content .thanks-list {
	margin: 0 -15px 30px;
	font-size:0px;
	line-height:0px;
}
#content .thanks-list li {
	display:inline-block;
	vertical-align:top;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 15px;
	background: none;
	width: 228px;
	font-size:16px;
	line-height:18px;
}
#content .thanks-list li:before {display:none;}
.thanks-list li img {
	height:100%;
	width: 100%;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#content .thanks-list li a {
	position:relative;
	display:block;
	height: 276px;
	margin: 0 0 20px;
}
#content .thanks-list li a:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	opacity:0;
	background: rgba(255,255,255,0.7) url(../images/icon05.png) no-repeat 50% 50%;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
#content .thanks-list li a:hover:before {opacity: 1;}
.modal {
	width:737px;
	border: 4px solid #f5f5f5;
	padding:30px 29px 35px 0;
	position:absolute;
	top:-9999px;
	left:-9999px;
	z-index:1000;
	background: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal#service-order {background-image:url(../images/bg-order-service.jpg);}
.modal#call-order {background-image:url(../images/bg-order-call.jpg);}
.modal .close {
	background: url(../images/sprites.png) no-repeat 0 -404px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:25px;
	right:27px;
	height: 23px;
	width: 23px;
}
.modal h3 {
	font: 28px/30px 'open_sansbold', arial, helvetica, sans-serif;
	margin: 0 0 37px;
	color: #338b51;
	text-align:center;
}
.modal#call-order h3 {text-align: left;}
.modal#call-order p {margin: 0 0 30px;}
.modal-inner {
	padding: 8px 0 0 346px;
}
.modal#call-order .modal-inner {
	padding: 70px 20px 30px 346px;

}
input[type='text'],
input[type='email'],
input[type='password'],
textarea {
	display:block;
	width:100%;
	height: 47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
	line-height:18px;
	padding: 15px 20px 14px;
	background: #fafafa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	margin: 0 0 9px;
	font-family: 'open_sansregular';
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
}
textarea {
	min-height: 107px;
	width:100% !important;
}
.modal .hold-btn {
	text-align: right;
	padding: 13px 0 8px;
}
button.btn {
	border:none;
	cursor: pointer;
}
.visible-xs,
.visible-sm {display:none;}
/* placeholder input*/
input:-moz-placeholder {
	color:#979696;
	opacity:1;
}
input::-moz-placeholder {
	color:#979696;
	opacity:1;
}
input::-webkit-input-placeholder {color:#979696;}
input:-ms-input-placeholder {color: #979696 ;}
/* input:focus placeholder */
input:focus:-moz-placeholder {
	color:#979696;
	opacity:1;
}
input:focus::-moz-placeholder {
	color:#979696;
	opacity:1;
}
input:focus::-webkit-input-placeholder {color:#979696;}
input:focus:-ms-input-placeholder {color: #979696 ;}
/* placeholder  textarea*/
textarea:-moz-placeholder {
	color:#979696;
	opacity:1;
}
textarea::-moz-placeholder {
	color:#999;
	opacity:1;
	font-family: 'open_sansregular';
}
textarea::-webkit-input-placeholder {color:#979696;}
textarea:-ms-input-placeholder {color: #979696 ;}
/*  textarea:focus placeholder */
textarea:focus:-moz-placeholder {
	color:#999;
	opacity:1;
}
textarea:focus::-moz-placeholder {
	color:#999;
	opacity:1;
}
textarea:focus::-webkit-input-placeholder {color:#979696;}
textarea:focus:-ms-input-placeholder {color: #979696 ;}
.media-holder {margin: 0 0 50px;}
.media-item {
	display:block;
	padding: 28px 35px 10px 264px;
	overflow:hidden;
	color: #000;
	text-decoration:none;
	border: 1px solid #e6e6e6;
	margin: 0 0 13px;
	background: #fbfbfb;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.media-item:hover {background: #fff;}
.media-item .hold-img {
	width: 226px;
	height: 156px;
	float: left;
	margin: -30px 0 -10px -264px;
}
.media-item .hold-img img{
	width:100%;
	height: 100%;
}
.media-item .title {
	display:block;
	margin: 0 0 18px;
}

/*08.03.2017*/
.presentation-box {
	padding: 42px 20px 35px 250px;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #f6f6f6 0%,#e9e9e9 100%);
	margin: 86px 0 18px;
	text-align:center;
	position:relative;
}
.presentation-box .hold-img {
	position:absolute;
	top: 15px;
	left: 30px;
}

.presentation-box .hold-img img {
	width:100%;
	height:auto;
}
.presentation-box h3 {
	font: 28px/30px 'open_sansbold', arial, helvetica, sans-serif;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.presentation-box .btn {
	background: url(../images/bg-btn.png) no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.address {
	font-style: normal;
	padding: 0 430px 0 0;
	position:relative;
	margin: 0 0 33px;
}
.hold-map {
	position:absolute;
	top:-50px;
	right: 60px;
}
#content .address .address-list {
	padding: 8px 0 0 5px;
	margin: 0 0 15px;
}
#content .address .address-list li {
	padding:0 0 0 56px;
	margin: 0 0 5px;
	background: none;
	overflow:hidden;
}
#content .address .address-list li:before {display:none;}
#content .address .address-list li .hold-icon {
	float: left;
	width: 23px;
	margin: 7px 0 0 -56px;
}
#content .firm-info-list {
	float: left;
	margin: 0 65px 30px 0;
	padding: 11px 0 0;
}
#content .firm-info-list li {
	margin: 0 0 10px;
	padding:0;
	background: none;
}
#content .firm-info-list li:before,
#content .personal-list li:before {display:none;}
.firm-info {
	width:100%;
	overflow:hidden;
}
#content .personal-list {
	font-size:0px;
	line-height:0px;
	padding: 14px 0 0;
	margin: 0 -6px 20px 0;
}
#content .personal-list li {
	margin: 0 1% 10px 0;
	padding:29px 10px 8px 194px;
	background: none;
	min-height: 143px;
	font-size:16px;
	line-height:18px;
	display:inline-block;
	vertical-align:top;
	background: #fbfbfb;
	border: 1px solid #e6e6e6;
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content .personal-list li:after {
	content:"";
	display:block;
	clear:both;
}
#content .personal-list li .hold-img {
	float: left;
	width: 170px;
	height: 144px;
	margin: -30px 0 -10px -194px;
}
#content .personal-list li .title {
	display:block;
	margin: 0 0 21px;
}
#content .personal-list li .job {
	display:block;
	margin: 0 0 12px;
}
.control-box {
	padding: 11px 420px 0 0;
	margin: 0 0 79px;
	position:relative;
}

.control-box .hold-img {
	float:right;
	position:absolute;
	top: -40px;
	right:58px;
}
.form-hold {
	background: #efefef;
	padding: 25px 35px 16px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	overflow:hidden;
}
.form-hold .field-label {
	display:block;
	margin: 0 0 11px;
}
.hold-field input,
textarea {
	width:100%;
	height: 49px;
	background: #fff;
	border: 1px solid #e5e5e5;
	font-size:16px;
	line-height:19px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0 0 15px;
}
textarea {
	max-width: 100% !important;
	min-height: 100px;
}
.form-hold .hold-btn {
	width:100%;
	overflow:hidden;
	padding: 11px 0 1px;
}
.form-hold .hold-btn .btn {
	float: right;
	background: url(../images/bg-btn.png) no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.hold-captcha {
	float:left;
}
.hold-captcha .captcha-img {
	float: left;
	width: 199px;
	height: 47px;
	border: 1px solid #e5e5e5;
	margin: 0 13px 10px 0;
}
.hold-captcha input {
	width: 200px;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.clearance-box.clearance-dop .hold-img {
	margin: -32px 0 0 -263px;
	width: 240px;
}
.history-box {
	padding: 28px 0 0 110px;
	position:relative;
}
.history-box:before {
	content: '';
	position:absolute;
	top:34px;
	bottom:0;
	left: 40px;
	width: 1px;
	background: #c3c3c3;
}
.history-item {
	position:relative;
	padding: 30px 39px 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin: 0 5px 70px 0;
}
.history-item:before {
	content:'';
	position:absolute;
	top: 50%;
	left: -14px;
	width: 14px;
	height: 24px;
	margin: -11px 0 0;
	background: url(../images/bg-angle.gif) no-repeat 0 0;
}
.history-item .history-year {
	position:absolute;
	top: 50%;
	left: -105px;
	height: 66px;
	width: 66px;
	background: #fff;
	border: 2px solid #3ba05e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align:center;
	color: #3ba05e;
	margin: -35px 0 0;
	font: 20px/66px 'open_sansbold', arial, helvetica, sans-serif;
}
.history-item .history-year:before {
	content: '';
	position:absolute;
	top: 50%;
	left: 50%;
	width: 74px;
	height: 74px;
	border: 3px solid #3ba05e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -40px 0 0 -40px;
}
.action-item {
	padding: 0 0 0 300px;
	overflow:hidden;
	height: 174px;
	margin: 0 0 40px;
}
.action-item .hold-img {
	height: 174px;
	width: 244px;
	float: left;
	margin: 0 0 0 -300px;
	text-align:center;
}
.action-item .hold-img img {
	height: 100%;
	width: auto;
	max-width: 100%;
}
.vacancy-item {
	padding: 0 0 0 355px;
	overflow:hidden;
	height: 275px;
	margin: 0 0 40px;
}
.vacancy-item .hold-img {
	height: 275px;
	width: 265px;
	float: left;
	margin: 0 0 0 -320px;
	text-align:center;
}
.vacancy-item p {margin: 0;}
.vacancy-item .title {
	font: 20px/22px 'open_sansbold', arial, helvetica, sans-serif;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0 0 15px;
	display:block;
}
.vacancy-contacts {
	padding: 15px 0 0;
}
.vacancy-contacts .phone-num {margin: 0 10px 0 0;}
.send-box {
	padding: 58px 40px 60px 371px;
	overflow:hidden;
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 80px 158px 100px 147px;
}
.send-box .hold-img {
	float: left;
	margin: 0 0 0 -290px;
}
.send-box .hold-btn {
	padding: 30px 0 0;
}
.send-box .btn {
	background: url(../images/bg-btn.png) no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*media*/


@media (max-width: 1200px) {
	#header .logo {
		margin-right: 3%;
	}
	.enterprise-box {
		padding: 0 0 0 70px;
		font-size:17px;
		line-height:22px;
		width: 190px;
	}
	.enterprise-box .enterprise-number {
		font-size:50px;
		line-height:60px;
		margin-left: -70px;
	}
	.promo-box {
		-webkit-background-size: 400px auto;
		-moz-background-size: 400px auto;
		-o-background-size: 400px auto;
		background-size: 400px auto;
		padding: 0 380px 0 0;
	}
	.media-item {
		font-size:14px;
		line-height:16px;
	}
	#content .personal-list {margin: 0 0 20px;}
	#content .personal-list li {
		width:100%;
		margin: 0 0 10px;
	}
}
@media (max-width: 1080px){
	.header-top:before,
	.header-top:after {display:none;}
	.enterprise-box {
		position:absolute;
		top:-43px;
		left:0;
		right:0;
		width:auto;
		font-size:16px;
		line-height:18px;
		text-transform: none;
		margin:0;
		padding: 11px 0 0 52px;
		height: 43px;
		font-family: 'open_sanssemibold';
		background: #338851;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index:2;
	}
	.enterprise-box br {display: none;}
	.visible-sm {display:block;}
	.header-inner .enterprise-box {display:none;}
	.enterprise-box .enterprise-number {
		font-size:27px;
		line-height:30px;
		margin: -6px 0 0 -36px;
	}
	#header {
		margin-top: 43px;
		overflow:visible;
		padding:0;
	}
	#header .logo::before {height: 164px;}
	/*
#header:after {
		content:'';
		position:absolute;
		left:0;
		top: -43px;
		width:100%;
		height: 43px;
		background: #338851;
	}
*/
	.header-top {top: -42px;}
	.header-inner {
		padding: 35px 0 0;
	}
	.menu:before {height: 45px;	}
	.menu > li > a {
		font-size:13px;
		line-height:16px;
	}
	.map-box {
		top: -12px;
	}
	.main-gallery .gallery-holder li .text-wrap {
		font-size:22px;
		line-height:25px;
		width: 285px;
	}
	.btn {
		padding: 13px 15px 14px;
	}
	.map-box {
		height: 180px;
		overflow: hidden;
	}
	#header .logo {
		font-size:30px;
		line-height:32px;
		padding: 18px 0 18px 105px;
		margin: 0 15px 15px 0;
	}
	#header .logo .subtitle {
		font-size:13px;
		line-height:15px;
		padding: 4px 0 0;
	}
	#header .logo-icon {
		height: 92px;
		width: 92px;
	}
	.phone-box a[href^="tel"] {
		font-size:24px;
		line-height:26px;
		margin: 0 0 5px;
	}
	.phone-box .call-link {
		font-size:15px;
		line-height:17px;
	}
	.phone-box {
		padding: 20px 0 0;
	}
	.w1 {padding-bottom: 202px;}
	#footer {
		font-size:15px;
		line-height:18px;
		height: 190px;
		margin-top: -202px;
	}
	.footer-inner {
		padding: 40px 240px 25px;
	}
	.presentation-link {
		max-width: 180px;
		margin: -14px 0 0 -240px;
	}
	.footer-recall {
		max-width: 180px;
		margin: -14px -240px 0 0;
	}
	.developer-link {
		margin: 0 15px 10px 0;
	}
	.content-inner {
		padding:0;
	}
	.content-inner .hold-img {
		float: none;
		margin:0 auto 20px;
	}
	.contenr-holder {
		padding: 0 0 0 250px;
	}
	#sidebar {
		padding:50px 0 0;
		margin: 0 0 0 -250px;
		width: 220px;
	}
	#content:before {left: -35px;}
	.clearance-box {
		padding: 20px 20px 20px 340px;
	}
	.clearance-box h3 {
		font-size:24px;
		line-height:26px;
	}
	.clearance-box .hold-img {
		width: 180px;
		margin-top: -10px;
	}
	.clearance-box.clearance-logistic .hold-img {
		width: 270px;
		margin-top: -10px;
	}
	.address {
		padding:0;
	}
	.hold-map {
		position:relative;
		top:auto;
		right:auto;
		text-align:center;
	}
	.control-box {
		padding: 11px 300px 0 0;
	}
	.control-box .hold-img {
		top: -20px;
		right:0;
	}
	.form-hold .hold-btn {
		text-align:center;
		padding: 11px 0 20px;
	}
	.hold-captcha,
	 .form-hold .hold-btn .btn{
		float: none;
		text-align:center;
	}
	.hold-captcha .captcha-img,
	.hold-captcha input {
		float: none;
		display:inline-block;
		vertical-align:top;

	}
	.clearance-box {padding-left: 280px;}
	.clearance-box.clearance-dop .hold-img {
		width: 200px;
		margin-top: -10px;
	}
	.action-item {
		padding: 0 0 0 200px;
	}
	.action-item .hold-img {
		width: 180px;
		height: 140px;
		position:relative;
		top: 50%;
		margin: -70px 0 0 -200px;
	}
	.vacancy-item {
		padding: 0 0 0 250px;
	}
	.vacancy-item .hold-img {
		width: 200px;
		margin: 0 0 0 -250px;
	}
	.vacancy-item .hold-img img{
		display:block;
		width:100%;
		height:auto;
		position:relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.send-box {
		margin: 20px;
	}
}
@media (min-width: 861px) {
	.nav-holder {
		display:block !important;
	}
}
@media (max-width: 860px) {
	.send-box {
		padding: 40px 40px 40px 250px;
	}
	.send-box .hold-img {
		width: 170px;
		margin: 0 0 0 -200px;
	}
	.send-box .hold-img img {
		display:block;
		width:100%;
		height:auto;
	}
	.header-top {display:none;}
	#nav {
		position:static;
	}
	.nav-holder {
		display:none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: auto;
		height:100vh;
		overflow:hidden;
		overflow-y:auto;
		z-index:1;
		text-align:center;
		padding: 43px 0;
		background: rgba(0,0,0,0.7);
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.toogle-menu {
		display:block;
	}
	#header:after {
		content:"";
		display:block;
		clear:both;
	}
	#header .container {position: static;}
	.menu {
		width:100%;
		margin: 0 0 30px;
		padding:0;
		display:block;
	}
	.menu:before {display:none;}
	.menu li {
		display:block;
		position:relative;
		margin: 0;
		opacity: 0;
		text-align: left;
	}
	.menu > li > a {
		font-size:16px;
		line-height:18px;
	}
	.open .menu li {
		opacity: 1;
		transform: none;
	}
	.menu li a {
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.menu li.active a {
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%);
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%);
	}
	.menu > li ul {
		display:block;
		background: #fff;
		border-bottom: 1px solid #c3c8c4;
		border-top: 1px solid #c3c8c4;
		padding: 9px 19px 0 19px;
	}
	.menu > li ul li {
		margin: 0 0 20px;
		padding: 0 0 0 22px;
		position:relative;
	}
	.menu > li ul li:before {
		content: '';
		position:absolute;
		top:6px;
		left:0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 4px 0 4px 5px;
		border-color: transparent transparent transparent #389659;
	}
	.menu > li ul li a {
		color: #000;
		font-size:14px;
		line-height:16px;
		text-decoration: none;
	}
	.map-box {display:none;}
	#header {
		padding: 35px 0 31px;
		margin: 43px 0 13px;
	}
	.enterprise-box {
		position:fixed;
		top:0;
		left:0;
		right:0;
	}
	.header-inner {
		padding: 0;
	}
	#main {
		position:relative;
		z-index:2;
	}
	.promo-box {
		padding: 0;
		background: none;
		min-height: inherit;
		margin: 0 0 40px;
	}
	.main-gallery {
		margin: 0 -16px 44px;
		width:auto;
	}
	.main-gallery .gallery-holder li .text-wrap {
		font-size:20px;
		line-height:24px;
		width: 240px;
	}
	h1, h2,
	.promo-box h2,
	.news-box h2,
	.clearance-box h3 {
		font-size:24px;
		line-height:26px;
		margin: 0 0 33px;
	}
	.service-row {margin: 0 -32px 40px;}
	.news-list {margin: 0 -3px 15px;}
	.news-list li {
		font-size:14px;
		line-height:16px;
		padding: 0 3px;
	}
	.news-box {padding-bottom: 15px;}
	.presentation-link,
	.footer-recall {
		margin-top: -29px;
	}
	#sidebar {display:none;}
	.contenr-holder {padding:0;}
	#content:before {display:none;}
	.breadcrumbs {margin: 0 0 15px;}
	.clearance-box {margin: 50px 0 20px;}
	.modal {width: 700px;}
	#content .thanks-list {
		margin: 0 0 20px;
		text-align:center;
	}
}

@media (max-width: 768px) {
	.inf p:before {
		content: '';
		position: absolute;
		top: 20px;
		left: 3px;
		width: 8px;
		height: 8px;
		background: #3ba05e;
	}
	.cooperation p {
		line-height: 1.5rem;
		padding: 0;
	}
	.inf p {
		padding: 11px 20px 15px 43px;
	}
}

@media (max-width: 760px) {
	.inf p {
		max-width: 290px;
		margin: 18rem auto;
		margin-bottom: 0;
	}
	.service-row {
		margin: 0 0 20px;
		overflow:visible;
	}
	.cooperation span {
    	display: none;
	}
	.cooperation li:first-child{
		margin: 0rem 0rem;
		margin: 0rem 1.5rem;
	}
	.cooperation li {
		margin-top: 0rem;
		margin: 0rem 1.5rem;
		list-style: disc;
		color: #338b51;
	}
	.inf p {
		padding: 10px 0px 10px 0;
		margin-top: 15rem;
	}
	.cooperation {
		background-position: 100% 75%;
		background-size: 100%;
	}
	.inf {
		position: initial;
		padding: 0;
		text-align: center;
		margin-top: 2rem;
		max-width: 100%;
	}
	.service-row .col {
		float: none;
		width:100%;
		padding:0;
		margin: 0 0 33px;
	}
	.main-gallery .gallery-holder li {
		min-height: 467px;
		background:#f5f5f5;
	}
	.main-gallery .gallery-holder li .text-wrap {
		position:static;
		height:auto;
		background:#f5f5f5;
		width:auto;
		text-align:center;
		padding: 22px 30px;
	}
	.main-gallery .gallery-holder li:nth-child(1) .text-wrap,
	.main-gallery .gallery-holder li:nth-child(3) .text-wrap,
	.main-gallery .gallery-holder li:nth-child(5) .text-wrap {
		color: #333;
	}
	.main-gallery .gallery-holder li .text-wrap br {display:none;}
	.main-gallery .btn-holder {padding: 5px 0 0;}
	.main-gallery a.link-prev,
	.main-gallery a.link-next {
		background: none;
		top:auto;
		margin:0;
		bottom: 52px;
	}
	.main-gallery .gallery-holder li .btn,
	.main-gallery .gallery-holder li:nth-child(3) .btn {
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
		background: #fff;
		background: -moz-linear-gradient(top,  #fff 0%, #e4e4e4 100%);
		background: -webkit-linear-gradient(top,  #fff 0%,#e4e4e4 100%);
		background: linear-gradient(to bottom,  #fff 0%,#e4e4e4 100%);
		color: #338b51;
		border: 1px solid #e3e3e3;
	}
	.phone-box a[href^="tel"] {display:none;}
	.call-link {
		position: fixed;
		top:12px;
		right:70px;
		width: 20px;
		height: 20px;
		text-indent: 99999px;
		overflow:hidden;
		background: url(../images/sprites.png) no-repeat 0 -366px;
		z-index:2;
	}
	.phone-box {display:none;}
	#header .logo {
		font-size:20px;
		line-height:22px;
		padding: 13px 0 12px 69px;
	}
	#header .logo .subtitle {
		font-size:8px;
		line-height:10px;
		padding: 3px 0 0;
	}
	#header .logo-icon {
		height: 60px;
		width: 60px;
	}
	#header .logo::before {
		top: -34px;
		left: -131px;
		width: 326px;
		height: 141px;
	}
	.news-list {margin: 0 0 27px;}
	.news-list li {
		display:block;
		width:100%;
		padding:0;
		margin: 0 0 6px;
	}
	.news-btn {
		position:static;
		display:block;
		width: 183px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin:0 auto 15px;
	}
	.w1 {padding-bottom:0;}
	#footer {
		height:auto;
		margin-top:0;
	}
	.footer-inner {
		padding: 28px 15px 11px;
		text-align:left;
	}
	.footer-inner a[href^="tel"] {
		display:block;
		margin: 0 0 19px;
	}
	.presentation-link,
	.footer-recall {
		float: none;
		display:block;
		margin: 0 0 16px;
	}
	.presentation-link {background-position: 0 -178px;}
	.footer-recall {padding-left: 60px;}
	.footer-bottom {
		padding: 17px 15px 5px;
	}
	.company-requisites,
	.developer-link {
		float: left;
		display:block;
		margin: 0 0 17px;
		text-align: left;
	}
	h1, h2, .promo-box h2, .news-box h2 {margin: 0 0 24px;}
	.news-box h2 {text-align:center;}
	.container {padding: 0 8px;}
	.service-row .hold-btn {padding: 0;}
	.service-row .hold-btn .btn {
		margin: 0 27px 0 0;
		padding: 13px 30px 14px;
	}
	.service-row h2 {margin-left:5px;}
	.main-gallery {margin-bottom: 34px;}
	.service-row ul,
	#content ul {margin: 0 -8px 28px;}
	.service-row ul li,
	#content ul li {
		padding-left: 33px;
	}
	.service-row ul li:before,
	#content ul li:before {left: 10px;}
	.enterprise-box {
		font-size:12px;
		line-height:14px;
		padding-top: 7px;
	}
	.enterprise-box br {display: block;}
	.enterprise-box .enterprise-number {margin: 0 0 0 -36px;}
	.content-inner .hold-img {max-width: 190px;}
	.clearance-box .hold-img {display:none;}
	.clearance-box {
		padding: 20px;
		text-align:center;
	}
	.main-gallery .gallery-holder ul li img {display:block;}
	.main-gallery .gallery-holder ul li img:first-child {display:none;}
	.thanks-list li {
		width:  250px;
		height: 300px;
	}
	.modal {
		width:90%;
		padding: 40px 15px 25px;
	}
	.modal h3 {
		font-size:26px;
		line-height:31px;
	}
	.modal .hold-btn {text-align:center;}
	.modal-inner {
		padding: 190px 0 0;
	}
	#service-order.modal {
		background-image: url(../images/bg-order-service-sm.png);
		background-position: 50% 55px;
	}
	.modal .close {
		top: 13px;
		right: 15px;
	}
	#call-order.modal {
		background-image: none;
		text-align:center;
	}
	#call-order.modal .modal-inner {padding:0;}
	#call-order.modal h3 {
		text-align:center;
		margin: 0 0 20px;
	}
	.visible-xs {display:block;}
	.modal .visible-xs {
		padding: 20px 0 0;
	}
	.modal .visible-xs p {margin: 0 0 15px !important;}
	.modal .visible-xs a[href^="tel"] {
		font: 26px/30px 'open_sanssemibold', arial, helvetica, sans-serif;
	}
	#header.fixed-head .logo {
	 	position: fixed;
		top:-10px;
		left:-63px;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		margin: 0;
		background: #338851;
		height: 43px;
		padding: 20px 0 3px 69px;
	 }
	 #header.fixed-head .logo .subtitle {display:none;}
	 #header.fixed-head .logo:before {display:none;}
	 .fixed-head .header-inner {z-index:2;}
	 #header {min-height: 75px;}
	 #header.fixed-head .enterprise-box,
	 #header.fixed-head .enterprise-box .enterprise-number,
	 #header.fixed-head .gold-text {
	 	color: #338851;
		text-shadow: none;
	 }
	 .media-item {
	 	padding: 0 15px 15px;
	 }
	 .media-item .hold-img {
	 	width: 180px;
		height:auto;
		float: none;
		display:block;
		margin:0 auto 20px;
	 }
	 .media-item .hold-img img {
	 	height:auto;
	 }
	 .media-holder {margin: 0 0 20px;}
	 .presentation-box h3 {
	 	font-size:22px;
	 	line-height:24px;
	 }
	 .presentation-box .hold-img {
	 	top: -20px;
		left:0;
	 	-webkit-transform: scale(0.6);
	 	-moz-transform: scale(0.6);
	 	-ms-transform: scale(0.6);
	 	-o-transform: scale(0.6);
	 	transform: scale(0.6);
	 }
	 .presentation-box {
	 	padding-left: 200px;
		margin: 0 0 20px;
	 }
	 .hold-map {
	 	width: 300px;
		margin:0 auto;
	 }
	 .hold-map img {
	 	display:block;
		width:100%;
		height:auto;
	 }
	 .control-box {
	 	padding: 11px 0 0;
		margin: 0 0 20px;
	 }
	 .control-box .hold-img {display:none;}
	 .form-hold {
	 	padding: 25px 15px 15px;
	 }
	 .history-box {
	 	padding:50px 0 0;
	 }
	 .history-box:before {display:none;}
	 .history-item  {
		margin: 0 5px 70px;
		padding: 40px 20px 15px;
	}
	 .history-item .history-year {
	 	left: 50%;
		margin: 0 0 0 -35px;
		top: -40px;
	 }
	 .action-item {
	 	padding:0;
		height:auto;
	 }
	 .action-item .hold-img {
	 	top: auto;
		margin:0 auto 20px;
		float: none;
		display:block;
	 }
	 .vacancy-item {
	 	padding:0;
		height: auto;
	 }
	 .vacancy-item .hold-img {
	 	float: none;
		display:block;
		margin:0 auto 15px;
		height:auto;
	 }
	  .vacancy-item .hold-img img {
	  	top:auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	  }
	  .send-box {
		padding: 20px;
		margin: 0;;
	}
	.send-box .hold-img {
		float: none;
		display:block;
		margin:0 auto 20px;
		width: 120px;
	}
}

@media (max-width: 550px) {
	.main-gallery .gallery-holder li {
		min-height:420px;
	}
	.presentation-box .hold-img {display:none;}
	.presentation-box {
		padding: 20px;
	}
	.presentation-box h3 {
	 	font-size:18px;
	 	line-height:20px;
	 }
	 .hold-map {
	 	width: 250px;
	 }
	 #content .firm-info-list {
	 	float: none;
		width:100%;
		margin: 0 0 20px;
	 }
	 #content .personal-list li {
	 	padding: 15px;
		margin: 0 0 50px;
		text-align:center;
	 }
	 #content .personal-list li .hold-img {
	 	float: none;
		display:block;
		margin:-40px auto 15px;
	 }
	.inf {
		font-size: 21px;
	}
	 #content {padding:0;}
}

@media (max-width: 450px) {
	.main-gallery .gallery-holder li {
		min-height:370px;
	}
	.cooperation {
		background-position: 100% 75%;
		background-size: 100%;
	}
	.inf {
		font-size: 21px;
	}
}

.tam-oform-img {
	width:300px;
	margin:0 auto;
}

.news-block .media-item {
	padding: 15px;
	height: 100px;
}

.news-item-inner {
	overflow: hidden;
	max-height: 96px;
}

.list-first {
	font-weight: bold;
	background: #fff!important;
	padding: 10px 5px!important;
	font-size: 18px;
}

.list-first:before {
	display: none;
}

.paginator a {
	text-decoration: none;
}

.news_title {
	color: #338b51;
}

.example-download {
	text-decoration: none;
	color: #50a76d;
	text-decoration: underline;
}

.example-download:hover {
	text-decoration: none;
}
.spoiler-text {
	display: none;
	margin: 0;
}
.btn-spoiler {
	background: none;
	border:none;
	outline: none;
	color: #338b51;
	font-size: 16px;
	line-height: 25px;
	display: block;
	margin-bottom: 5px;
	padding-left: 3px;
}
.btn-spoiler:hover {
	text-decoration: underline;
	cursor: pointer;
}
@media only screen and (min-device-width : 425px) and (max-device-width : 668px){
	.inf p{
	}
	.inf:before {
		position: absolute;
		top: 15%;
		left: 2%;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
	.inf p {
		font-size: 1em;
		max-width: 290px;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 860px) {
.menu li ul {
	display: none;
}

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

.menu li.active ul li a {
	background: none!important;
}
}

.breadcrumbs li:first-child {
	padding-left: 8px!important;
}

.breadcrumbs li {
	padding-left: 11px!important;
}

.rbc-gallery li, .rbc-gallery li a, .rbc-gallery li a img {
	width:143px!important;
	height:143px!important;
}
.rbc-gallery li {
	padding: 0 15px!important;
	box-sizing: content-box!important;
}

.resp-menu-home {
	display: none!important;
}

@media screen and (max-width: 860px) {
	.resp-menu-home {
		display: block!important;
	}
}

.principes-row ul li {
	background: none;
}

.price-table {
	border-collapse:collapse;
	width:100%;
	min-width: 600px;
}
.price-table td {
	padding:11px 17px 15px 17px;
	background:#f6f6f6;
	vertical-align:top;
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
}
.price-table td:first-child {border-left: 0;}
.price-table td:last-child {white-space:nowrap;}
.price-table-holder {
	width:100%;
	overflow:auto;
	margin: 0 0 20px;
}
@media (max-width: 768px) {
	.price-table td:last-child {white-space: normal;}
}


