video {
	width: 100%;
	height: 100%;
}
.header {
	position: fixed;
}
.preload-video {
	position: fixed;
	z-index: 1003;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	transition: opacity 1s linear;
}
.skip-video {
	font-family: "Verdana";
	position: fixed;
	border: 2px solid #fff;
	z-index: 1005;
	width: 200px;
	height: 80px;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.skip-video:hover, 
.skip-video:hover span {
	background-color: #fff;
	color: #9eb948;
	cursor: pointer;
}
.skip-video span {
	margin-top: 15px;
	display: inline-block;
}
.col-1.init-hide {
	display: none;
}
.sl_cont-1 {
	position: relative;
	overflow: hidden;
	height: 600px;
}
.slider {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: 50%;
}

.slider_link {
	line-height: 1;
	font-size: 70px;
	position: absolute;
	color: #fff;
	text-decoration: none;
	text-align: right;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.content {
	padding: 120px 20px 80px 20px;
}
.arrow-slider {
	background: url(/images/arrow-slider.gif);
	width: 13px;
	height: 24px;
	margin-top: 5%;
}
/*
.slider-1 {
	background-image: url('/images/slides/1.jpg');
	right: 0;
}
.slider-2 {
	background-image: url('/images/slides/3.jpg');
}
.slider-3 {
	background-image: url('/images/slides/2.jpg');
}
.slider-4 {
	background-image: url('/images/slides/4.jpg');
}
*/
.slider-1 {
	background-image: url('/images/slides/new/03-2019/1.jpg');
}
.slider-2 {
	background-image: url('/images/slides/new/03-2019/2.jpg');
	
}
.slider-3 {
	background-image: url('/images/slides/new/03-2019/3.jpg');
	
}
.slider-4 {
	background-image: url('/images/slides/new/03-2019/4.jpg');
	
}
.slider-5 {
	background-image: url('/images/slides/new/03-2019/5.jpg');
	
}
.slider-6 {
	background-image: url('/images/slides/new/03-2019/6.jpg');
	
}
.slider-7 {
	background-image: url('/images/slides/new/03-2019/7.jpg');
	
}
.slider-8 {
	background-image: url('/images/slides/new/03-2019/8.jpg');
	
}
.slider-9 {
	background-image: url('/images/slides/new/03-2019/9.jpg');
	
}
.slider-10 {
	background-image: url('/images/slides/new/03-2019/10.jpg');
	
}
.slider-11 {
	background-image: url('/images/slides/new/03-2019/11.jpg');	
}
.slider-12 {
	background-image: url('/images/slides/new/03-2019/12.jpg');	
}

.controls {
	color: #fff;
	position: absolute;
	z-index: 2;
	line-height: 2;
	font-size: 40px;
	top: 15%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: 'Europe normal';
	white-space: nowrap;
}
.controls .outer {
	display: inline-block;
	margin: 35px;
	cursor: pointer;
}
.controls .inner{
	color: #fff;
	text-decoration: none;
}
.controls .outer:hover .inner{
	border-bottom: 5px solid #fff;
}
.slider a {
	text-decoration: none;
	color: #fff;
	display:block;
	height:100%
}
.slider-info {
	position: absolute;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	top: 40%;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
.slider-title {
	font-size: 80px;
	margin-bottom: 40px;  
}
.slider-button {
	margin: 0 auto;
	text-align: center;
	border: 2px solid #fff;
	width: 200px;
	height: 80px;
	position: relative;
}
.slider-button span{
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	font-family: "Verdana";
	letter-spacing: 2px;
}
.slider-button:hover {
	background-color: #fff;
	color: #9EB948;	
}
.row {
	width: 100%;
}
.row-slider, .row-news, .row-cont, .row-map {
	width: 100%;
}
.column {
	vertical-align: top;
}
.col-1{
	display: inline-block;
	width: 12.5%;
}
.col-2{
	display: inline-block;
	width: 25%;
}
.col-4{
	display: inline-block;
	width: 50%;
}
.col-8 {
	display: inline-block;
	width: 100%;	
}

.small-img {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 200px;
	position: relative;
}
.img-txt {
	position: absolute;
	z-index: 4;
	line-height: 1.2;
	font-size: 16px;
	font-family: 'Verdana';
	top: 50%;
	left: 50%;
	color: #fff;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.col-news {
	width: 100%;
	height: 440px;
	background-color: grey;
	position: relative;
	color: #fff;
	z-index: -2;
}
.news-link:hover .news-overlay{
	cursor: pointer;
	opacity: .7;

}
.news-link {
	text-decoration: none;
}
.row-cont {
	background-image: url('/images/bg-comp.jpg');
}
.contacts {
	font-size: 16px;
	line-height: 1.2;
	padding-bottom: 60px;
	width: 100%;
}
.show-more {
	margin: 15px 0 0 25px;
	cursor: pointer;
	color: #9EB948; 
	display: block;
}
.col-hidden {
	display: none;
}
.col-hidden.opened {
	display: block;
}
.text {
	color: #373737;
	font-family: 'Verdana';
	position: relative;
	font-size: 14px;
}
.text a {
	text-decoration: none;
	color: #373737;
}
.text span {
	display: block;
}
.text h1,
.text h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 5px 25px;
	margin: 0;
	color: #000;
	font-family: 'Europe Normal';
}
.text + h2 {
	padding: 100px 0 5px 25px;
	margin: 0;
	color: #000;
	font-family: 'Europe Normal';
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.text p {
	line-height: 1.5;
	padding: 0 5px 5px 25px;
}
.text .added-h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0 5px 25px;
	margin: 0;
	color: #000;
	font-family: 'Europe Normal';
	text-transform: uppercase;
}
.text .added-span {
	font-size: 14px;
}
.arrow-contacts {
	display: block;
	background: url('/images/ar-gray.png');
	width: 100%;
	max-width: 29px;
	height: 100%;
	max-height: 20px;
	position: absolute;
	bottom: -35px;
	left: 25px;	
}
.soc-cont{
	position: absolute;
	bottom: -35px;
	left: 25px;
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 18px	
}
.social {
	display: inline-block;
	width: 100%;
	height: 100%;
	max-width: 18px;
	max-height: 18px;
	margin-right: 20px;
}
.fb {
	background: url('/images/socseti/i-fb.png')
}

.inst {
	background: url('/images/socseti/i-inst.png')
}
.rss {
	background: url('/images/socseti/i-rssgray.png');
	max-width: 18px;
}
.vk {
	background: url('/images/socseti/i-wk.png')
}
.news-item {
	font-family: 'Verdana';
	padding: 3%;
	line-height: 1.3;
	font-size: 16px;
}
.news-item span {
	padding: 2%; 
	display: block;
}
.n_date {
	font-family: 'Arial';
	font-size: 14px;
	color: #9eb948; 
}
.n_announce {
	color: #c9c9c9; 
	font-size: 14px;
	font-family: 'Verdana';
}
.n_title {
	line-height: 1.8;
	margin: 10px 0;
}
.small {
	width:100%;
}
.img1 {
	background-image: url('/images/factory/pr1.jpg');
}
.img2 {
	background-image: url('/images/factory/pr2.jpg');
}
.img3 {
	background-image: url('/images/factory/pr4.jpg');
}
.link {
	background-color: #9eb948;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	position: relative;
	font-family: 'Verdana';
	transition: background-color .4s linear;
}
.link:hover {
	background-color: #83a028;
}
.link-text {
	padding: 35px;
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 2;
}
.link-arrow{
	display: block;
	background: url('/images/arrow.gif');
	width: 100%;
	max-width: 29px;
	height: 100%;
	max-height: 20px;
	position: absolute;
	bottom: 15px;
	left: 35px;
}
.img4 {
	background-image: url('/images/factory/pr3.jpg');
}
.img5 {
	background-image: url('/images/factory/pr5.jpg');
}
.img6 {
	background-image: url('/images/factory/pr6.jpg');
}
.img7 {
	background-image: url('/images/friends/dr-linovich-e.jpg');
}
.img8 {
	background-image: url('/images/friends/dr-zavgorodniy.jpg');
}
.img9 {
	background-image: url('/images/friends/rd-lionovich.jpg');
	background-position: 50% 0;
}
.img10 {
	background-image: url('/images/friends/dr-saveliev.jpg');
}
.img11 {
	background-image: url('/images/friends/dr-bartenev.jpg');
}
.img12 {
	background-image: url('/images/friends/dr-lavr.jpg');
}
.img13 {
	background-image: url('/images/friends/dr-fomina.jpg');
}
.news-overlay {
	background-image: url('/images/news/bg-news.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: opacity .4s linear;
}
.row-map .map-container {
	padding: 0px;
}
.row-map .map-text {
	right: 0px;
}
#footer {
	position: fixed;
	z-index: 5;
}

@media screen and (max-width: 1100px) {
	.content {
		padding: 50px 0 20px 0;
	}
	.row-news .col-2{
		width: 33.3%;
	}
	.row-links .col-1 {
		width: 16.6%;
	}
	.row-links .col-2 {
		width: 33.3%;
	}
	.slider_link {
		font-size: 65px;
	}
	.slider-3 .slider_link {
		font-size: 45px;
	}
	
@media screen and (max-width: 850px) {	
	.row-slider .col-4 {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.content {
		padding: 0px 0 20px 0;
	}
	.img1 {
		background-image: url('/images/factory/800/pr1-0.jpg');
	}	
	.img2 {
		background-image: url('/images/factory/800/pr2-0.jpg');
	}		
	.img4 {
		background-image: url('/images/friends/800/dr-linovich-e2.jpg');
	}	
	.img5 {
		background-image: url('/images/friends/800/dr-zavgorodniy2.jpg');
	}	
	.img6 {
		background-image: url('/images/friends/800/dr-zhdanova-0.jpg');
	}	
	.img7 {
		background-image: url('/images/factory/800/pr5-0.jpg');
	}	
	.img8 {
		background-image: url('/images/factory/800/pr6-0.jpg');
	}	
	.img10 {
		background-image: url('/images/friends/800/dr-saveliev-0.jpg');
	}	
	.img11 {
		background-image: url('/images/friends/800/dr-bartenev-0.jpg');
	}
	.linkimg {	
		background-image: url('/images/factory/800/pr3-0.jpg');
	}
	
	.row-slider .col-4 {
		width: 100%;
	}
	.slider2 {
		display: none;
	}
	.row-news .col-2{
		width: 50%;
	}
	.row-links .col-1 {
		width: 50%;
	}
	.row-links .col-2 {
		width: 100%;
	}
	.row-cont .col-4 {
		width: 100%;	
	}
	.controls {
		font-size: 30px;
	}
	.text {
		position: relative;
	}
	.arrow-contacts {
		bottom: -35px;
	}
	.soc-cont{
		bottom: -35px;
	}
	.contacts {
		padding-bottom: 60px;
	}
}
