/* fonts */
@font-face {
	font-family: 'allerbold';
	src: url('../fonts/aller_bd-webfont.eot');
	src: url('../fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/aller_bd-webfont.woff') format('woff'),
		 url('../fonts/aller_bd-webfont.ttf') format('truetype'),
		 url('../fonts/aller_bd-webfont.svg#allerbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'alleritalic';
	src: url('../fonts/aller_it-webfont.eot');
	src: url('../fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/aller_it-webfont.woff') format('woff'),
		 url('../fonts/aller_it-webfont.ttf') format('truetype'),
		 url('../fonts/aller_it-webfont.svg#alleritalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'allerregular';
	src: url('../fonts/aller_rg-webfont.eot');
	src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/aller_rg-webfont.woff') format('woff'),
		 url('../fonts/aller_rg-webfont.ttf') format('truetype'),
		 url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* general reset */
body{
	margin: 0;
	color: #666; /* old #999 */
	font: 14px/22px 'allerregular', sans-serif;
	font-weight: normal;
	background: #fff;
}
img{border-style: none;}
a{
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover{text-decoration: none;}
input,
textarea,
select{
	/*  background: #999; */
	color: #fff;
	vertical-align: middle;
	font: 14px/22px 'allerregular', sans-serif;
}
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;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	outline: none;
}
blockquote,
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form,
fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
a:focus,
input:focus,
textarea:focus,
select:focus{outline: none;}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
}
.container.wide {width: 1180px;}
.container:after,
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
#wrapper {width: 100%;}
/* header */
#header {
	height: 90px;
	position: relative;
	background: #f7f7f7;
	text-align: center;
	padding: 0;
}
.open-menu {display: none;}
.logo {
	float: left;
	width: 170px;
	height: 90px;
	background: #fff;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.logo:before {
	content: '';
	height: 100%;
	width: 5000px;
	position: absolute;
	top: 0;
	left: -5000px;
	background: #fff;
}
.logo a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 100%;
	padding-top: 19px;
	position: relative;
}
.logo a:before,
.logo a:after {
	content: '';
	background: #fff;
	height: 30px;
	position: absolute;
	left: 100%;
}
.logo a:before {
	width: 40px;
	top: 30px;
}
.logo a:after {
	width: 80px;
	top: 60px;
}
.logo img {display: block;}
#main-nav {
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
}
#main-nav .lang {display: none;}
#main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
#main-nav ul li {
	display: inline-block;
	vertical-align: top;
	font: 14px/16px 'allerregular', sans-serif;
	text-transform: uppercase;
	color: #999;
	margin: 0;
}
#main-nav ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	height: 90px;
	vertical-align: middle;
	padding: 15px 20px 5px;
}
#main-nav ul li a span {
	display: inline-block;
	vertical-align: top;
	padding: 0 2px;
	position: relative;
}
#main-nav ul li a span:before {
	content: '';
	height: 1px;
	width: 0;
	background: #78b62e;
	position: absolute;
	left: 0;
	bottom: -7px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#main-nav ul li.active a,
#main-nav ul li a:hover {
	background: #fff;
	color: #78b62e;
}
#main-nav ul li.active a span:before,
#main-nav ul li a:hover span:before {width: 100%;}
.lang {
	margin: 0;
	padding: 17px 0 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	float: right;
}
.lang li {
	font: 14px/16px 'allerregular', sans-serif;
	color: #999;
}
.lang li + li {border-top: 1px solid #ccc;}
.lang li a {
	display: block;
	width: 30px;
	padding: 7px 0;
}
.lang li.active a,
.lang li a:hover {color: #78b62e;}

/* slideshow */
.slideshow {
	background: #78b62e;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	position: relative;
}
.slide {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 560px;
	padding: 115px 0 30px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	outline: none;
}
.slideshow h2 {
	font: 50px/54px 'allerregular', sans-serif;
	letter-spacing: -2px;
	font-weight: normal;
	margin: 0 0 23px;
	color: #fff;
}
.slideshow h2 b {
	font-family: 'allerbold', sans-serif;
	font-weight: normal;
}
.slideshow p {
	max-width: 490px;
	margin: 0 0 49px;
}
.btn {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	border: 2px solid;
	font: 12px/14px 'allerbold', sans-serif;
	color: #666;
	border-color: #666;
	padding: 12px 27px 10px;
}
.btn:hover {
	color: #78b62e;
	border-color: #78b62e;
	background: #fff;
}
.btn-stripes {
	display: inline-block;
	vertical-align: top;
	padding: 11px 44px 10px 25px;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	position: relative;
}
.btn-stripes:hover {
	color: #78b62e;
	border-color: #78b62e;
	background: #fff;
}
.btn-stripes:before,
.btn-stripes:after {
	content: '';
	width: 16px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-stripes:before {
	background: url(../images/ico-btn.png) no-repeat;
	opacity: 1;
}
.btn-stripes:after {
	background: url(../images/ico-btn-hover.png) no-repeat;
	opacity: 0;
}
.btn-stripes:hover:before {opacity: 0;}
.btn-stripes:hover:after {opacity: 1;}
.slick-dots {
	list-style: none;
	font-size: 0;
	line-height: 0;
	margin: 0 0 0 -53px;
	padding: 0;
	position: absolute;
	z-index: 1002;
	bottom: -10px;
	left: 50%;
}
.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}
.slick-dots li button {
	border: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	outline: none;
	position: relative;
}
.slick-dots li button:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #ddd;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3) inset;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3) inset;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before {
	background: #74b12d;
	box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, .2) inset;
	-webkit-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, .2) inset;
}

/* communications */
.communications {padding: 210px 0 85px;}
h2 {
	font: 24px/30px 'allerregular', sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
}
.communications h2 {
	text-align: center;
	color: #78b62c;
	border-top: 1px solid #e6e6e6;
	padding-top: 29px;
	position: relative;
	margin: 0 0 33px;
}
.communications h2:before {
	content: '';
	width: 80px;
	height: 95px;
	background: url(../images/ico-01.png) no-repeat;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin: 0 0 36px -40px;
}
.communications .cols {
	clear: both;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 65px;
	-moz-column-gap: 65px;
	column-gap: 65px;
}
.communications .cols p {
	margin: 0;
	text-indent: 4px;
	text-align:justify; /* client request */
}
.communications .cols .first.column p {margin-right: 30px;}
.communications .cols .last.column p {margin-left: 30px;}

/* grey-section */
.gray-section {
	background: #f7f7f7;
	padding: 75px 0 80px;
}
.gray-cols {
	margin: 0 0 0 -60px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.gray-cols li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding: 0 0 0 60px;
}
.gray-section .holder {
	border-bottom: 2px solid #fff;
	padding: 0 20px;
	margin-bottom: 30px;
}
.gray-section .image {
	border: solid #fff;
	border-width: 10px 10px 0;
	position: relative;
}
.gray-section .image img {
	display: block;
	width: 100%;
}
.gray-section .image .label {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.gray-section .image .label img {
	width: auto;
	position: absolute;
	top: -95px;
	left: 5px;
	z-index: 3;
}
.gray-section .text {
	padding: 0 25px;
	text-align: center;
	font-size: 13px;
	line-height: 21px;
}
.gray-section .text h3 {
	font: 15px/24px 'allerbold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 17px;
}
.gray-section .text p {margin: 0 0 29px;}

/* news */
.news {padding: 97px 0 60px;}
.news h2 {
	text-align: center;
	color: #78b62c;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 23px;
	position: relative;
	margin: 0 0 49px;
}
.news h2 span {color: #333;}
.news h2:before {
	content: '';
	width: 20px;
	height: 17px;
	background: url(../images/ico-04.png) no-repeat;
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin: 0 0 10px -10px;
}
.news-list {
	margin: 0 0 0 -33px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.news-list li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33.33%;
	padding: 0 0 20px 33px;
	font: 13px/18px 'allerregular', sans-serif;
}
.news-list .img {
	float: left;
	margin: 0 24px 18px 0;
	width: 120px;
	height: 100px;
}
.news-list time {
	display: block;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;
	color: #999;
	margin-bottom: 15px;
}
.news-list h3 {
	font: 14px/18px 'allerbold', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 15px;
	overflow: hidden;
}
.news-list p {
	margin: 0 0 28px;
	width: 100%;
	overflow: hidden;
}
.news-list .btn {padding: 12px 32px 10px;}

/* visual */
.visual {
	min-height: 260px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/* slogan-section */
.slogan-section {
	max-width: 1040px;
	margin: -80px auto 0;
	background: #fff;
	color: #333;
	text-align: center;
	padding: 50px 0 49px;
	font: 14px/23px 'alleritalic', sans-serif;
}
.slogan-section .img {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 36px;
}
.slogan-section .img img {
	display: block;
	max-width: 100%;
}
.slogan-section p {
	max-width: 420px;
	margin: 0 auto;
}
.slogan-section p span {color: #78b62d;}

.communications.style-2 {padding-top: 0;}
.communications.style-2 .container {
	position: relative;
	border-top: 1px solid #e6e6e6;
	padding-top: 42px;
}
.communications.style-2 .container:before {
	content: '';
	width: 60px;
	height: 16px;
	background: url(../images/ico-stripes.png) no-repeat;
	position: absolute;
	left: 50%;
	top: -8px;
	margin-left: -30px;
}
.communications.style-3 {padding-top: 0;}
.communications.style-3 .container {
	position: relative;
	border-top: 1px solid #e6e6e6;
	padding-top: 42px;
}
.communications.style-3 .container:before {
	content: '';
	width: 60px;
	height: 16px;
	background: url(../images/ico-stripes.png) no-repeat;
	position: absolute;
	left: 50%;
	top: -8px;
	margin-left: -30px;
}

/* pictures-section */
.pictures-section {
	background: #f7f7f7;
	font-size: 13px;
	line-height: 21px;
}
.pictures-section .picture {width: 50%;}
.pictures-section .picture.left {
	float: left;
	margin: 0 34px 0 0;
}
.pictures-section .picture.right {
	float: right;
	margin: 0 0 0 34px;
}
.pictures-section .picture img {
	display: block;
	width: 100%;
}
.pictures-section p {
	overflow: hidden;
	padding-top: 56px;
	margin: 0 0 20px;
}
.pictures-section p + p {padding: 0;}


/* footer */
#footer {
	background: #333;
	color: #fff;
	padding: 60px 0 0;
	font-size: 12px;
	line-height: 16px;
}
#footer .logo {
	width: 222px;
	height: 90px;
	background: url(../images/logo-footer.png) no-repeat;
	margin-bottom: 60px;
}
#footer .logo:before {display: none;}
#footer .logo a {
	display: block;
	height: 100%;
}
#footer .logo a:before,
#footer .logo a:after {display: none;}
#footer .wrap {
	float: right;
	width: 608px;
	padding-top: 9px;
	text-align: center;
}
#footer h4 {
	text-align: left;
	font: 12px/16px 'allerregular', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
	margin: 0 0 24px;
}
#footer h4 span {color: #78b62d;}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 0;
	float: left;
	max-width: 240px;
}
#footer address span {
	display: block;
	margin-bottom: 1px;
}
.contacts {
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 130px;
}
.contacts dt {
	text-transform: uppercase;
	color: #78b62d;
	float: left;
	margin: 0 9px 0 0;
}
.contacts dd {
	display: block;
	margin: 0 0 1px;
	overflow: hidden;
}
.contacts a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.contacts a:hover {color: #78b62d;}
.social {
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	float: right;
}
.social li {
	display: inline-block;
	vertical-align: top;
}
.social li a {
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.social li a:hover {border-color: #78b62d;}
.social li .facebook {background: url(../images/ico-facebook.png) 50% 50% no-repeat;}
#footer .bottom {
	padding: 13px 0;
	background: #fff;
	font-size: 9px;
	line-height: 16px;
	text-transform: uppercase;
	color: #666;
	overflow: hidden;
}
#footer .bottom .copy {
	float: left;
	margin: 0;
}
#footer .bottom .by {
	float: right;
	margin: 0;
}
#footer .bottom .by a {color: #78b62d;}
#footer .bottom .by a:hover {text-decoration: underline;}
.btn-info {
	position: fixed;
	z-index: 1005;
	right: 0;
	top: 50%;
	margin-top: -35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 180px;
	height: 70px;
	padding-top: 23px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	background: #333;
	text-align: center;
}
.btn-info:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #78b62e transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.btn-info:after {
	content: '';
	width: 18px;
	height: 23px;
	background: url(../images/ico-phone.png) no-repeat;
	position: absolute;
	top: 9px;
	left: 8px;
	z-index: 3;
}
.btn-info span {
	display: block;
	color: #78b62e;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.btn-info:hover {color: #78b62e;}
.btn-info:hover span {color: #fff;}

@media screen and (max-width: 1210px){
	.container.wide {
		width: 100%;
		padding: 0 15px;
	}
}
@media screen and (max-width: 991px){
	.container {
		width: 100%;
		padding: 0 15px;
	}
	body.menu-opened{overflow: hidden;}
	#wrapper{
		height: auto;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		min-height: 100vh;
		margin: 0;
	}
	.menu-opened #wrapper{margin: 0 40% 0 -40%;}
	#header .open-menu {
		display: block;
		font-size: 0;
		line-height: 0;
		width: 30px;
		padding: 0;
		position: absolute;
		top: 50%;
		right: 15px;
		outline: none;
		margin-top: -10px;
	}
	#header .open-menu span{
		display: block;
		height: 3px;
		border-radius: 2px;
		background: #78b62e;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	#header .open-menu span+span{margin-top: 6px;}
	.menu-opened #header .open-menu span:nth-child(1){
		-webkit-transform: rotate(45deg) translate(-1px,0);
		-ms-transform: rotate(45deg) translate(-1px,0);
		-o-transform: rotate(45deg) translate(-1px,0);
		transform: rotate(45deg) translate(-1px,0);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
	}
	.menu-opened #header .open-menu span:nth-child(2){opacity: 0;}
	.menu-opened #header .open-menu span:nth-child(3){
		-webkit-transform: rotate(-45deg) translate(-2px,0);
		-ms-transform: rotate(-45deg) translate(-2px,0);
		-o-transform: rotate(-45deg) translate(-2px,0);
		transform: rotate(-45deg) translate(-2px,0);
		-webkit-transform-origin: 0 100%;
		-moz-transform-origin: 0 100%;
		-ms-transform-origin: 0 100%;
		-o-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}
	#main-nav {
		overflow: hidden;
		padding: 0;
		position: fixed;
		top: 0;
		right: -40%;
		bottom: 0;
		width: 40%;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		z-index: 1010;
		background: #fff;
	}
	#main-nav ul {
		float: none;
		list-style: none;
		margin: 0;
		text-align: left;
	}
	#main-nav ul li {
		display: block;
		margin: 0;
		border: 1px solid #78b62e;
		border-width: 0 0 1px;
		width: auto;
		font-size: 16px;
		line-height: 20px;
	}
	#main-nav ul li a {
		display: block;
		height: auto;
		padding: 8px 10px;
	}
	#main-nav ul li.active a,
	#main-nav ul li.active a:hover {color: #78b62e;}
	#main-nav ul li a:hover {color: #999;}
	#main-nav ul li.active a span:before,
	#main-nav ul li a:hover span:before {width: 0;}
	.menu-opened #main-nav {right: 0;}
	.fader{
		display: block;
		opacity: 0;
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	}
	.menu-opened .fader{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1007;
		opacity: .4;
		background: #000;
		cursor: pointer;
	}
	#main-nav .lang {
		display: block;
		margin: 0 auto;
		padding: 20px 10px;
		text-align: center;
	}
	#main-nav .lang li {
		display: inline-block;
		vertical-align: top;
		border: none;
		padding: 0 10px;
	}
	#main-nav .lang li + li {border-left: 1px solid #78b62e;}
	#main-nav .lang li a {padding: 0;}
	.lang {display: none;}
	.slide {
		min-height: 400px;
		padding: 50px 0 30px;
	}
	.communications {padding: 170px 0 30px;}
	.gray-section {padding: 50px 0;}
	.gray-cols {margin: 0 0 0 -20px;}
	.gray-cols li {padding: 0 0 0 20px;}
	.news {padding: 60px 0 20px;}
	.news-list {margin: 0 0 0 -20px;}
	.news-list li {padding: 0 0 20px 20px;}
	#footer {padding: 30px 0 0;}
	#footer .logo {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#footer .wrap {
		width: 100%;
		padding: 10px 0 20px;
	}
	#footer h4 {text-align: center;}
	.contacts {margin: 0;}
	.pictures-section p {
		padding-top: 20px;
		margin: 0 0 10px;
	}
}
@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px){
	#header,
	.logo {height: 71px;}
	.logo a {padding-top: 10px;}
	.logo a:before,
	.logo a:after {height: 25px;}
	.logo a:before {
		width: 25px;
		top: 26px;
	}
	.logo a:after {
		width: 50px;
		top: 46px;
	}
	.slideshow {
		font-size: 14px;
		line-height: 20px;
	}
	.slide {
		min-height: 0;
		padding: 50px 0;
	}
	.slideshow h2 {
		font-size: 30px;
		line-height: 34px;
		letter-spacing: -1px;
		margin: 0 0 15px;
	}
	.slideshow p {margin: 0 0 25px;}
	.communications {padding: 100px 0 20px;}
	.communications h2 {
		padding-top: 15px;
		margin: 0 0 15px;
	}
	.communications h2:before {
		width: 40px;
		height: 47px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin: 0 0 20px -20px;
	}
	.communications .cols {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	.communications .cols p {margin: 0 0 10px;}
	.gray-section {padding: 40px 0 10px;}
	.gray-cols li {
		width: 100%;
		padding-bottom: 30px;
	}
	.gray-section .holder {margin-bottom: 15px;}
	.gray-section .text h3 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.gray-section .text p {margin: 0 0 20px;}
	.news h2 {
		margin: 0 0 25px;
		padding-bottom: 15px;
	}
	.news-list li {width: 100%;}
	.news-list .img {margin: 0 15px 10px 0;}
	.news-list p {margin: 0 0 15px;}
	#footer .logo {
		width: 111px;
		height: 45px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.slogan-section {padding: 30px 0;}
	.slogan-section .img {margin-bottom: 20px;}
	.communications.style-2 .container {padding-top: 30px;}
	.pictures-section {padding-bottom: 20px;}
	.pictures-section .picture.left,
	.pictures-section .picture.right {
		width: 100%;
		margin: 0 0 10px;
	}
	.pictures-section p {
		padding: 0;
		overflow: visible;
	}
}
@media screen and (max-width: 550px), screen and (orientation: landscape) and (max-width: 550px), screen and (orientation: portrait ) and (max-width: 550px){
	.menu-opened #wrapper{margin: 0 220px 0 -220px;}
	#main-nav {
		right: -220px;
		width: 220px;
	}
	#footer .logo {margin-bottom: 10px;}
	#footer h4 {margin: 0 0 15px;}
	#footer address,
	.contacts,
	.social,
	#footer .bottom .copy,
	#footer .bottom .by {
		float: none;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.contacts dt {
		float: none;
		margin: 0;
	}
	.social {padding-top: 15px;}
	.btn,
	.btn-stripes {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		padding: 11px 25px 10px;
	}
	.btn-info {
		font-size: 0;
		line-height: 0;
		width: 60px;
		height: 60px;
		margin-top: -30px;
	}
	.visual {min-height: 180px;}
	.slogan-section {margin: 0;}
}

/*new 10.012017*/
.staff-login-page {
	padding: 50px 0;
}
.staff-login-page p {
	margin: 0 0 15px;
}
.staff-login-page .btn {
	margin-bottom: 20px;
}
.staff-login-page .btn.type-01 {
	margin-bottom: 0;
}
.staff-login-page h2 {
	margin: 0 0 25px;
	color: #999;
	text-align: center;
}
.files-list {
	list-style: none;
	padding: 0;
	margin: 0 0 25px;
	position: relative;
	counter-reset: item;
}
.files-list:before {
	content: '';
	position: absolute;
	left: 20%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e6e6e6;
	margin-left: 4px;
}
.files-list:after {
	content: '';
	position: absolute;
	right: 20%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #e6e6e6;
	margin-right: 4px;
}
.files-list * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.files-list li {
	font-size: 0;
	line-height: 0;
	position: relative;
	padding-left: 15px;
	border: 1px solid #e6e6e6;
	padding: 7px;
}
.files-list li + li {
	border-top-width: 0;
}
.files-list li:before {
	content: counter(item) ".";
	counter-increment: item;
	position: absolute;
	left: 6px;
	text-align: center;
	top: 6px;
	font-size: 14px;
	line-height: 22px;
}
.files-list li:after {
	content: '';
	clear: both;
	display: block;
}
.files-list .title_file {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	padding: 0 8px 0 20px;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	font-family: "allerbold", sans-serif;
}
.files-list .descriptions {
	padding: 0 8px;
	width: 60%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
.files-list .file {
	padding: 0 8px;
	width: 20%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	position: relative;
}
.files-list .file-title {
	display: block;
	padding-right: 20px;
	margin-bottom: 8px;
	font-family: "allerbold", sans-serif;
}
.files-list .download {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
	line-height: 0;
	width: 20px;
	height: 20px;
	background: url(../images/downloads.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.staff-login-form {
	border: 3px solid #f1f1f1;
	max-width: 450px;
	margin: 0 auto;
	padding: 20px 15px 15px;
	position: relative;
}
.staff-login-form .loader {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.staff-login-form .loader img {
	width: 25px;
	height: auto;
}
.staff-login-form .form-control {
	width: 100%;
	padding: 12px 20px;
	margin: 3px 0 8px;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #999;
}
.staff-login-form .form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.staff-login-form .form-control:-ms-input-placeholder {
	color: #999;
}
.staff-login-form .form-control::-webkit-input-placeholder {
	color: #999;
}
#staff-submit {
	background: #78b62c;
	color: #fff;
	padding: 14px 20px;
	margin: 20px 0 5px;
	border: none;
	cursor: pointer;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
	font: 14px/16px 'allerbold', sans-serif;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#staff-submit:hover {
	background: #92D046;
}
.error-registration {
	color: #f00;
	font: 12px/15px "allerbold", sans-serif;
}
.loader,
.error-output {
	display: none;
	color: #f00;
}
.staff-login-form .error-type input {
	border: 1px solid red;
}
.staff-login-form .error-type .error-output {
	display: inline;
}
@media screen and (max-width: 767px),
screen and (orientation: landscape) and (max-width: 767px),
screen and (orientation: portrait) and (max-width: 767px) {
	.staff-login-page {
		padding: 30px 0;
	}
	.staff-login-page .btn {
		margin-bottom: 15px;
	}
	.files-list:after,
	.files-list:before {
		display: none;
	}
	.files-list .title_file {
		display: block;
		width: 100%;
		padding: 0 0 10px 25px;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 10px;
	}
	.files-list .file,
	.files-list .descriptions {
		display: block;
		width: 100%;
	}
	.files-list .descriptions + .file {
		border-top: 1px solid #e6e6e6;
		padding-top: 10px;
		margin-top: 10px;
	}
	.files-list li {
		padding: 15px 5px;
	}
	.files-list li:before {
		left: 6px;
		top: 15px;
	}
	.files-list .download {
		right: 5px;
		top: 5px;
	}
	.staff-login-form {
		padding: 15px 10px 10px;
	}
	.staff-login-page h2 {
		margin: 0 0 15px;
		font-size: 18px;
		line-height: 26px;
	}
}
@media screen and (max-width: 300px) {
	.staff-login-form span.psw {
		display: block;
		float: none;
	}
}