/* INdex - geogrefiya prodag PAGE */


.slogan {
	text-align: center;
	background: #000033;
	margin-bottom: 35px;
	box-shadow: 0 2px 5px rgba(0,0,0,.5)
}

/* ABOUT BLOCK */

article#info {
	width: 1190px;
	margin: 0 auto 40px;
}

section.about {
	width: 522px;
	float: left;
}

section.about h1 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 25px;
}

section.about p {
	font-size: 17px;
	color: #333;
	margin-bottom: 15px;
	text-align: justify;
	line-height: 1.2;	
}

section.main-video {
	width: 640px;
	float: right;
}

/* VIDEO SLIDER */

section.video-slider {
	margin-bottom: 40px;
	position: relative;
	height: 156px;
	box-shadow: 0 1px 8px rgba(0,0,0,.5);
}

section.video-slider ul {
	position: absolute;
	width: 1410px;
	left: -60px;
}

section.video-slider ul li {
	float: left;
	position: relative;
}

section.video-slider ul li:hover figure {
	display: block;
}

section.video-slider figure {
	width: 365px;
	display: none;
	position: absolute;
    top: -30px;
    left: -40px;
    z-index: 20;
    cursor: pointer;
}

/* MANUFACTURE BLOCK */

section.manufacture {
	width: 1190px;
	margin: 0 auto;
	color: #333;
	margin-bottom: 40px;
}

section.manufacture ul li {
	width: 33%;
	float: left;
	padding: 0 40px;
	position: relative;
}

section.manufacture ul li + li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
	height: 93px;
	width: 1px;
	background: url(img/line.png) no-repeat;
}

section.manufacture h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
}

section.manufacture p {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-align: justify;
}

/* NEWS BLOCK */

section.news {
	background: #ccc;
	padding-top: 25px;
	margin-bottom: 30px;
	position: relative;
}

section.news h2 {
	background: #000033;
	color: #fff;
	line-height: 2;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

section.news ul {
	margin: 0 auto;
	padding-bottom:  20px;
	width: 1200px;
}

section.news ul li {
	/*float: left;*/
	width: 33%;
	display: inline-block;
	padding: 5px;
}

section.news ul li a {
	padding: 15px;
	display: block;
	color: #333;
}

section.news ul li a:hover {
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

section.news h4 {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.2;
}

section.news i {
	display: block;
	margin-bottom: 20px;
	font-size: 10px;
}

section.news p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.2;
}

/* MEDIA QUERIES */

@media  (max-width: 1600px) {

} 

@media  (max-width: 1400px) {

} 

@media  (max-width: 1300px) {

} 

@media  (max-width: 1150px) {

	article section.about {
		text-align: left;
		padding: 2%;
	}

	.main-video {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}

	.main-video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	section.manufacture li {
		text-align: left;
	}

	section.manufacture ul li {
	padding: 0 15px;
	}	
	section.news ul {
		width: 100%;
	}

	section.news ul li {
		text-align: left;
		display: inline-block;
		float: none;
	}

	article section.about h1 {
		text-align: center;
	}

	article#info {
	margin: 0 auto 30px;
	}	
	
	section.video-slider  {
		overflow-x: scroll; 
	}

	section.video-slider figure  img{
	width: 80%;
	}
	
	section.video-slider figure {
    top: 0px;
    left: -40px;
	}		
}  

 @media  (max-width: 1100px) {

} 

@media  (max-width: 1050px) {

}

@media  (max-width: 1000px) {

}

@media  (max-width: 744px) {

	section.manufacture ul li {
		width: 100%;
	}
	
	section.news ul li {
		width: 100%;
	}	
}

@media  (max-width: 480px) {

	article section.about h1 {
		font-size: 20px;
		text-align: center;
	}
}
