@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,900');
@import url('https://fonts.googleapis.com/css?family=Oswald');

*{
-webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body{
	margin:0px;
	padding:0px;
	font-family: 'Montserrat', sans-serif;
	background-color:#fff;
}
header{
	width:100%;
	position: fixed;
	background-color:white;
	padding-left:5%;
	padding-right:0%;
	z-index:3;
	top:0px;
	margin-top:0px;
	margin-bottom:-3px;
	z-index:1000;
	box-sizing: border-box;
	box-shadow: 20px 20px 30px rgba(1,1,1,0.03);
}
section{
	min-height:500px;
	padding-top:70px;
}
.preloader{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	background-color:white;
	height:100vh;
	z-index:9000;
	display: block;
}
.preloader-2{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	background-color:black;
	height:100vh;
	z-index:9000;
	display: block;
}
.logo{
	position: relative;
	float:left;
	width:150px;
	height:70px;
	margin-left:1%;
	display: block;
	background-image: url(../img/i4sd.png);
	background-position: center center;
	background-size: 120px;
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.menu{
	position: relative;
	float:right;
}
.menu ul{
	padding:0px;
	margin:0px;
}
.menu ul li{
	display: inline-block;
}
.menu ul li a{
	line-height:60px;
	text-transform: uppercase;
	text-decoration: none;
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	font-weight:100;
	color:#222;
	display: block;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
}
.menu ul li a:hover{
	color:#F7971E;
}
.ham{
	position: absolute;
	right:0px;
	top:0px;
	width:60px;
	height:60px;
	padding:5px;
	display: none;
	padding-top:30px;
}
.ham span{
	width:40px;
	height:3px;
	position: relative;
	margin:auto;
	margin-top:2px;
	display: block;
	background-color:#F7971E;
}
.slider{
	height:100vh;
	position: relative;
	overflow:hidden;
	border-bottom:1px solid rgba(1,1,1,0.1);
}
.thumb{
	position: absolute;
	right:-100%;
	bottom:-400px;
	font-size:600px;
	font-weight:900;
	color:rgba(1,1,1,0.05);
}
.slider-text{
	position: absolute;
	left:13%;
	top:30vh;
	width:40%;
	height:50vh;
	display: block;
	color:#444;
	z-index:2;

}
.slider-text h1{
	text-transform: uppercase;
	font-weight:900;
	font-size:8vh;
	margin:0;
	padding:0;
	color:#F7971E;
	font-family: 'roboto', sans-serif;
	text-shadow: 2px 2px 40px rgba(1,1,1,0.03);
}
.slider-text h2{
	font-weight:900;
	font-size:3vh;
	margin:0;
	padding:0;
	color:black;
	font-weight:100;
	color:#222;
	width:60%;
}
.slider-text .breadcrump{
	color:#555;
	text-transform: uppercase;
	font-weight:900;
	font-size:10px;
}
.swiper-slide{
	height:80vh;
	background-size:55%;
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	position: relative;
	width:100%;
}
.bg-01{
	background-image: url(../img/fst.jpg);
}
.bg-02{
	background-image: url(../img/jager_spindle.jpg);
}
.bg-03{
	background-image: url(../img/imes-icore/rendezveny/8.jpg);
}
.mouse{
	position: absolute;
	left:50%;
	width:18px;
	height:34px;
	border-radius: 10px;
	bottom:60px;
	border:3px solid #F7971E;
	display:block;
	z-index:20;
}
.scroll{
	position: absolute;
	left:50%;
	top:10px;
	margin-left:-1px;
	background-color:#F7971E;
	display: block;
	width:2px;
	height:7px;
	-webkit-animation: scroll 1000ms infinite; /* Safari 4+ */
  -moz-animation:    scroll 1000ms infinite; /* Fx 5+ */
  -o-animation:      scroll 1000ms infinite; /* Opera 12+ */
  animation:         scroll 1000ms infinite; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes scroll {
  0%   { top: 8px; }
  100% { top: 11px; }
}
@-moz-keyframes scroll {
  0%   { top: 8px; }
  100% { top: 11px; }
}
@-o-keyframes scroll {
  0%   { top: 8px; }
  100% { top: 11px; }
}
@keyframes scroll {
  0%   { top: 8px; }
  100% { top: 11px; }
 }
.line{
	top:-20px;
	left:50%;
	height:200px;
	position: absolute;
	width:2px;
	margin-left:-1px;
	background-color:black;
	display: block;
	opacity: 0.03;
}
.arrow{
	position: absolute;
	bottom:100px;
	left:0%;
	width:20%;
	height:100px;
}

.swiper-container{
	width:100%;
}
.swiper-button-prev, .swiper-button-next{
	position: absolute;
	left:80%;
	top:20%;
}
.swiper-button-next{
	position: absolute;
	left:50%;
	top:20%;
}
.swiper-container{
	position: relative;
	height:100vh;
}
.button{
	width:230px;
	height:50px;
	line-height:50px;
	color:white;
	margin-top:20px;
	position: relative;
	cursor:pointer;
	color:black;
	text-align: left;
	z-index:300;
}
.button .arrow-sign{
	width:50px;
	height:50px;
	position: absolute;
	right:10px;
	top:0px;
	border-radius: 40px;
	border:3px solid #F7971E;;
	text-align:center;
}
.button .arrow-sign .im{
	font-size:14px;
	line-height:50px;
	text-align:center;
	color:#F7971E;
	background-image:url(../img/arrow-right.png);
}
.button a{
	text-decoration: none;
	color:black;

}
.swiper-pagination{
	left:20px;
	top:40%;
	margin-top:-100px;
	margin-left:20px;
	margin-top:5px;
}
.phone{
	width:200px;
	float:right;
	line-height:71px;
	font-size:14px;
	background-color:#F7971E;
	padding-left:20px;
	box-sizing: border-box;
	font-weight:100;
	letter-spacing: 1px;
	color:white;
	font-family: 'Oswald', sans-serif;
}
.brand-row{
	width:100%;
	position: relative;
	margin:auto;
	overflow:hidden;
	display: block;
	height:100%;
}
.brand-section{
	width:33.33%;
	float:left;
	box-sizing: border-box;
	position: relative;
	display: block;
	background-color:#000;
}
.brand-section:hover  .line {
	height:10px;
	width:10px;
	-webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.brand-section:hover img {
	opacity:0.95;
	-webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.brand-section:hover .head {
	opacity:0.95;
	-webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.brand-section:hover .button-2 {
	opacity:0.95;
	-webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.brand-section .button-2{
	width:170px;
	background-color:#F7971E;
	position: absolute;
	right:20px;
	bottom:20px;
	z-index:200;
	padding:6px;
	padding-left:20px;
	color:white;
	font-size:16px;
	font-weight:bold;
	display: block;
	background-image:url(../img/arrow-right.png);
	background-position: 90% center;
	background-size: 16px;
	background-repeat: no-repeat;
	opacity:0.8;
	cursor:pointer;

}
.button-2 a{
	width:100%;
	line-height:50px;
	text-decoration:none;
	color:white;
	display: block;
}
.brand-section .head{
	position: absolute;
	top:50%;
	left:0px;
	color:white;
	width:100%;
	height:50px;
	display: block;
	text-align:center;
	opacity:0;
	z-index:5;
	font-weight:900;
	text-shadow: 1px 1px 20px rgba(1,1,1,0.35);
	font-size:1.5vw;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.brand-section .line{
	background-color:#F7971E;
	width:100px;
	height:10px;
	display: block;
	position: absolute;
	top:80%;
	left:20px;
	opacity:1;
	z-index:50;
}

.brand-section img{
	width:100%;
	float:left;
	opacity:0.85;
	z-index:4;
}
.brands{
	width:80%;
	position: relative;
	margin:auto;
	vertical-align:middle;
	overflow:hidden;
	display: none;
	padding-bottom:100px;
}
.brand-head{
	width:100%;
	text-align:left;
	margin-top:80px;
	color:#F7971E;
}
.brands h2{
	line-height:60px;
	font-size:18px;
	text-transform: uppercase;
	font-size:25px;
}
.logos{
	position: relative;
	margin:auto;
	width:1100px;
}
.logos img{
	width:300px;
	padding:20px;
	display: inline;

}
.contrl{
	position: fixed;
	top:50%;
	right:0px;
	margin-top:-105px;
	width:70px;
	background-color:#F7971E;
	box-shadow:1px 1px 50px rgba(1,1,1,0.5);
}
.contrl ul{
	margin:0px;
	padding:0px;
}
.contrl ul li{
		list-style: none;
	width:70px;
	height:70px;
	display: block;
	text-align:center;
}
.contrl ul li a{
	display: block;
	text-decoration: none;
	list-style: none;
	display: block;
}
.contrl ul li a:hover .im{
	color:white;
}
.contrl ul li a .im{
	list-style: none;
	text-decoration: none;
	color:black;
	text-align:center;
	display: block;
	padding-top:20px;
}
.br-logo , .br-logo-fst ,.br-logo_ii{
	position: absolute;
	top:-50px;
	left:15%;
	box-shadow: 2px 40px 80px rgba(1,1,1,0.3);
	display: block;
	width:250px;
	height:180px;
	background-color:white;
	z-index:1001;
	image-rendering: auto;
}
.br-logo img{
	margin-top:90px;
	position: relative;
	width:95%;
}
.br-logo-fst img{
	margin-top:70px;
	position: relative;
	width:80px;
	margin-left:95px;
}
.br-logo_ii img{
	margin-top:100px;
	position: relative;
	width:200px;
	margin-left:25px;
}
.padd{
    width:80%;
}
#main-jg, #main-ii, #main-fst{
	min-height: 60vh;
	margin-bottom:-16px;
	border-bottom:1px solid rgba(1,1,1,0.1);
	position: relative;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
	max-height:600px;
}
#main-jg{
	background-image: url(../img/jaeger_bg_v1_jpg.jpg);
}
#main-ii{
	background-image: url(../img/imes-icore/rendezveny/7.jpg);
}
#main-fst{
	background-image: url(../img/first_bg.jpg);
}
.header-pic{
	width:100%;
	display: block;

}
article{
}
article .container{
	width:80%;
	position: relative;
	margin:auto;
	margin-top:40px;
	box-sizing: border-box;
	padding-bottom:10px;
	padding-top:40px;
	min-height:80vh;
}
article .container .col-half{
	width:48%;
	position: relative;
	box-sizing: border-box;
	margin:3px;
	padding:0;
	outline:0px;
	display: inline-block;
	vertical-align:top;

}
article h1{
	font-size:32px;
	text-transform: uppercase;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}
article h2{
	font-size:22px;
	font-weight:100;
	padding-top:5px;
	margin-top:0px;
}
article p{
	font-size:16px;
	text-align:justify;
}
article .container .col-3{
	width:33.2%;
	position: relative;
	box-sizing: border-box;
	margin:-3px;
	margin-bottom:3px;
	padding:0;
	outline:0px;
	display: inline-block;
	vertical-align:top;
	min-height:500px;
	text-align:center;
}
article .container .col-3 p{
	width:100%;
	text-align:center;
	padding-top:2px;
	margin:0;
}
article .container .col-3 h3{
	text-transform: uppercase;
	margin-bottom:2px;
	padding-bottom:2px;
}
article .container .col-3 img{
	width:90%;
	padding:5%;
}
article .container span{
	font-size:9px;
	color:black;
	text-transform: uppercase;
	font-weight:bold;
	padding-top:10px;
	display: block;
	padding-bottom:20px;
}
article .col{
	width:40%;
	display: inline;
	position: relative;
	box-sizing: border-box;
}
article .col img{
}
article .container-ii{
	width:90%;
	position: relative;
	margin:auto;
}
article .container-ii .col{
	width:25%;
	min-height:500px;
	display: inline-block;
	margin:-2px;
}
article .container-ii .col img{
	width:100%;
}
.ft img{
	width:96%;
	padding:2%;
}
.color-fs{
	color:#c7af8b;
}
h3.color-kt{
	padding-top:100px;
	display: block;
}
.ft a{
	padding-top:10px;
	display: block;
	text-decoration: none;
	color:black;

}
.color-ii{}
.color-jg{}
.line-jg, .line-fs, .line-ii{
	width:100px;
	position: relative;
	height:8px;
	background-color:#009fe3;
	display: block;
	margin-top:20px;
	margin-bottom:50px;
}
.line-fs{
	background-color:#c7af8b;
}
.line-ii{
	background-color:#009fe3;
}
.madein{
	width:100%;
	display: block;
	position: relative;
	padding:20%;
	padding-bottom:4%;
	box-sizing: border-box;
}
.madein img{
	position: relative;
	margin:auto;
	width:60%;
	display: block;
	margin-top:20px;
}
.link{
	text-align:center;
}
.link p{
	text-align:center;
	width:100%;
	padding-top:50px;
	font-weight:bold;
	text-transform: uppercase;
}
.link a{
	text-align:center;
	width:100%;
	padding-top:4px;
	color:black;
	font-weight:400;
	text-decoration: none;
}
.contact-land{
	background-color:#009fe3;
	min-height:500px;
	display: block;
	padding-top:160px;
	box-sizing: border-box;
	width:100%;
	padding:auto;
	margin-top:50px;
}
.contact-land p{
	width:100%;
	text-align:center;
	color:white;
	font-size:18px;
	font-weight:bold;
}
.contact-land h2{
	width:100%;
	text-align:center;
	color:#333;
	text-transform: uppercase;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0px;
}
.contact-land h3{
	width:100%;
	text-align:center;
	color:#333;
	font-size:22px;
	font-weight:bold;
	margin:0;
	padding:0px;
}
.contact-land img{
	width:30px;
	display: block;
}
.contact-land .row{
	width:630px;
	margin:auto;
	position: relative;
}
.contact-phone, .contact-email{
	width:250px;
	background-size:60px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size:60px;
	height:60px;
	padding-top:20px;
	display: inline-block;
	padding-left:50px;
	line-height:50px;
}
.contact-phone{
	background-image: url(../img/phone.png)
}
.contact-email{
	background-image: url(../img/email.png)
}
.col-100 a{
	text-decoration: none;
	color:#444;
	font-weight:bold;
}
.contact-land p{
	width:100% !important;
}

.back1, .back2, .back3{
	position: absolute;
	right:0%;
	top:30px;
	width:130px;
	border-radius: 50px 0px 0px 50px;
	background-image: url(../img/left.svg);
	background-position: 20px;
	background-size: 16px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: block;
	height:50px;
	z-index:40;
	font-weight:bold;
	font-size:12px;
	color:white;
	background-color:#009fe3;
	box-shadow:1px 1px 30px rgba(1,1,1,0.2);
}
.back2{
	background-color:#c7af8b;
}
.back3{
	background-color:#7;
}
.back1 a, .back2 a, .back3 a{
	color:white;
	text-decoration: none;
	line-height:48px;
	display: block;
	padding-left:60px;
}
footer{
	width:100%;
	border-top:1px solid rgba(1,1,1,0.1);
	z-index: 100;
	background-color:white;
	position: relative;
}
footer .container{
	width:80%;
	margin:auto;
	position: relative;
	vertical-align: top;
	padding-top:100px;
}
footer .col-footer{
	width:100%;
	display: inline-block;
	color:black;
	margin:-4px;
	box-sizing: border-box;
}
footer .testo{
	font-weight:500;
	width:50%;
	float:left;
	font-size:30px;
	padding-top:0px;

}
footer .testo h1{
	font-weight:900;
	width:100%;
	font-size:40px;
	padding-top:70px;
	margin-bottom:2px;
	text-transform: uppercase;
	color:#333;
	letter-spacing: -2px;

} 
footer .testo p{
	font-weight:500;
	width:100%;
	font-size:15px;
	padding-top:0px;
	margin-top:0px;

} 
footer .col-footer .im{
	color:#444;
}
footer .contact{
	margin-top:50px;
	text-align:center;
	min-height:300px;
}
footer .contact p{
	display: inline-block;
	padding-left:20px;
	line-height:20px;
	font-size:28px;
	font-weight:bold;
	color:#F7971E;
	margin-top:10px;
	margin-bottom:30px;
}
footer .footer-logo{
	background-image: url(../img/i4sd.png);
	background-position:left;
	background-size: 140px;
	background-repeat: no-repeat;
	display: block;
	width:250px;
	float:right;
	height:120px;
	margin-top:80px;
	padding-left:120px;
	line-height:147px;
	font-size:20px;
	font-weight:bold;
	font-style: italic;
	color:black;
}
footer .footer-menu{
	width:80%;
	position: relative;
	margin:auto;
	margin-top:100px;
}
footer .footer-menu ul{
	width:80%;
	position: relative;
	border-bottom: 1px solid rgba(1,1,1,0.05);
	margin-left:0px;
	padding-left:0px;

}
footer .footer-menu ul li{
	display: inline;
	margin-right:60px;
	font-weight:700;
	color:#666;
	line-height:40px;
	text-align:left;
	width:140px;
	font-size:14px;
	display: inline-block;
}
footer .footer-menu ul li:first-child{
	width:280px;
	display: inline-block;
	color:#F7971E;
	text-transform: uppercase;
	font-size:14px;
	line-height:14px;
}
footer .footer-menu ul li a{
	color:#666;
	text-decoration: none;
	font-weight:100;
}
footer .footer-menu ul li a:hover{
	color:#F7971E;
}
footer .copy{
	width:80%;
	position: relative;
	margin:auto;
	font-size:10px;
	line-height:30px;
	height:60px;
}
footer .back{
	width:60px;
	height:100px;
	position: absolute;
	right:5%;
	bottom:0%;
	background-color:#F7971E;
	display: block;
	text-align:center;
	cursor:pointer;
}
footer .back .im{
	line-height:60px;
	font-size:12px;
	color:white;
}
footer .back:hover{
	box-shadow: 0px 0px 30px rgba(1,1,1,0.4);
}

@media only screen and (max-width: 820px) {
	.menu{
	width:100%;
	position: relative;
	float:right;
	display: none;
}
	.menu ul li{
	display:block;
	width:100%;
	}
	.menu ul li a{
	text-align:center;
	padding:2px;
	width:100%;
	display: block;
	line-height:50px;
	}
	.ham{
		display: block;
	}
	.logo{
	background-size: 100px;
	background-position: left;	
	}
	.phone{
		display:none;
	}
	.swiper-slide{
		background-size:100%;
		margin-top:-100px;
	}
	.slider-text{
		margin-top:30vh;
		padding:20px;
		width:80%;
		left:10%;
		background-color:rgba(255,255,255,0.9);
	}
	.swiper-pagination{
		display: none;
	}
	.arrow{
		display: none;
	}
	.swiper-container{
	position: relative;
	height:100%;
	z-index:5;
		}
.logos{
	position: relative;
	margin:auto;
	width:100%;
}

.bg-02{
	background-image: url(../img/mobile/jaeger_bg_v1_jpg.jpg);
}
.bg-03{
	background-image: url(../img/imes-icore/rendezveny/5.jpg);
}
.bg-01{
	background-image: url(../img/mobile/first_bg.jpg);
}
section{
	width:100%;
	padding-top:70px;
}
.logos img{
	float:left;
}
.mouse{
	display: none;
}
.brand-section{
	width:85%;
	margin:5%;
}
.brand-section .head{
	font-size:24px;
}
.brand-row{
}
.brand-section{
	box-shadow:0px 0px 80px rgba(1,1,1,0.3);
}
.brand-section img{
	width:100%;
	float:left;
	opacity:0.9;
	z-index:4;
}
.logos{
	padding-bottom:100px;
	display: block;
	margin:auto;
	position: relative;
}
footer .testo{
	font-weight:500;
	width:80%;
	float:left;
	margin-left:10%;
	font-size:30px;
	padding-top:0px;

}
footer .footer-logo{
	background-image: url(../img/i4sd.png);
	background-position:left;
	background-size: 140px;
	background-repeat: no-repeat;
	display: block;
	width:150px;
	height:120px;
	position: relative;
	margin-left:10%;
	float:left;
	margin-top:10px;
	}
	footer .footer-menu ul{
	width:100%;
}
footer .footer-menu ul li{
	line-height: 0px;
	width:100%;
}
footer .footer-menu ul li:first-child{
	margin-bottom:20px;
	text-align:center;
	width:100%;
	font-size:20px;
	line-height:25px;
}
footer .footer-menu ul li a{
	color:#666;
	text-decoration: none;
	font-weight:100;
	display: block;
	line-height:25px;
	text-align:center;
}
.slider-text h1{
	font-size:5vh;
}
.slider-text h2{
	font-size:2vh;
}
article .container .col-half{
	width:100%;
	position: relative;
	box-sizing: border-box;
	margin:-3px;
	padding:0;
	outline:0px;
	display: inline-block;
	vertical-align:top;

}
article .container .col-100{
	width:100%;
}
 .main-he p{
	width:100%;
}
article .container .col-100 p{
	width:100%;
}
footer .testo{
	font-weight:500;
	width:100%;
	float:left;
	font-size:30px;
	padding-top:0px;
	text-align:center;
	margin-left:0%;

}
footer .testo h1{
	font-weight:900;
	width:100%;
	font-size:28px;
	padding-top:70px;
	margin-bottom:2px;
	text-transform: uppercase;
	color:#333;
	letter-spacing: -2px;

} 
footer .testo p{
	font-weight:500;
	width:100%;
	font-size:15px;
	padding-top:0px;
	margin-top:0px;

} 
footer .footer-logo{
	background-image: url(../img/i4sd.png);
	background-position:left;
	background-size: 70%;
	background-repeat: no-repeat;
	display: block;
	width:150px;
	height:120px;
	position: relative;
	margin-left:10%;
	float:left;
	margin-top:10px;
	display:none;
	}
	footer .back{
		display:none;
	}
	.brand-section .head{
		opacity:1;
		top:20%;
		font-size:4vw;
	}
	.brand-section:hover .head {
	opacity:1;
	-webkit-transition: width 600ms ease-out;
  	-moz-transition: width 600ms ease-out;
  	-o-transition: width 600ms ease-out;
  	transition: width 600ms ease-out;
}
header{
	padding-left:0px;
}
body{
	overflow-x: hidden;
}
header{
	width:95%;
	position: relative;
	background-color:white;
	z-index:3;
	margin-top:0px;
	margin-bottom:-3px;
	z-index:1000;
	box-sizing: border-box;
	box-shadow: 20px 20px 30px rgba(1,1,1,0.03);
}
.slider{
	width:100%;
	display: block;
}
article .container .col-3{
	width:100%;
	position: relative;
	box-sizing: border-box;
	margin:-3px;
	margin-bottom:3px;
	padding:0;
	outline:0px;
	display: inline-block;
	vertical-align:top;
	min-height:400px;
	text-align:center;
}
.main-he p{
	width:100%;
}
}
