html {height: 100%;}

body {
	min-height: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
	font-size: 13px;
    color: #525859;
	background: #ffffff;
}

#header {
	width: 100%;
	height: 650px;
	background: url(../img/bg.jpg) no-repeat center center;
}

#header_ {
	width: 100%;
	height: 650px;
	background: rgba(0,0,0,0.3);
}

.logo img {
	width: 225px;
	height: auto;
}

.logo {
	padding-top: 15px;
	text-align: center;
}

a.contacts:link, a.contacts:visited {
	width: 165px;
	height: 35px;
	background: #f7c713;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 35px;
	display: inline-block;
	margin-top: 80px;
	transition: all .25s ease-in;
}

a.contacts:hover {
	text-decoration: none;
	background: #e95407;
	color: #fff;
}

.fb {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../img/fb.png) no-repeat;
	background-size: 45px 45px;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 45px;
}

.in {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../img/in.png) no-repeat;
	background-size: 45px 45px;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 45px;
}

.wa {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(../img/wa.png) no-repeat;
	background-size: 45px 45px;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 45px;
}

#catalog img {
	width: 100%;
	height: auto;
}

.black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.3);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

a.item_name:link, a.item_name:visited {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	position: absolute;
	z-index: 3;
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 300;
}

a.item_name:hover {
	text-decoration: none;
}

a.mainlink {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 20px;
	z-index: 4;
	transition: all .15s ease-in;
}

a.mainlink:hover {
	padding: 25px;
}

.mainlink div {
	width: 100%;
	height: 100%;
	border: 0px solid #fff;
	transition: all .15s ease-in;
}

.mainlink:hover div {
	width: 100%;
	height: 100%;
	border: 2px solid rgba(255,255,255,1);
}

#company {
	height: 650px;
	background: url(../img/bg2.jpg) no-repeat;
}

#company_ {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	overflow-x: hidden;
}

#foooter {
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 300;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f0f0f0;
	text-align: center;
}

@media (min-width: 768px) {
	.menus {
		padding-top: 25px;
		display: flex;
		justify-content: flex-end;
	}
	
	#catalog {
		padding: 90px 0px 60px 0px;
	}
	
	a.phone {
		display: inline-block;
		height: 45px;
		background: url(../img/phone.png) no-repeat;
		background-size: 45px 45px;
		padding-left: 55px;
		line-height: 45px;
		margin-left: 45px;
		color: #fff;
		font-size: 16px;
	}
	
	.company {
		font-size: 24px;
		color: #f7c713;
		text-transform: uppercase;
		font-weight: 400;
		padding-top: 20px;
	}
	
	.item {
		position: relative;
		text-align: center;
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}
	
	.company_title {
		font-size: 30px;
		color: #fff;
		font-weight: 300;
		text-align: center;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.sli_item {
		height: 300px;
		background: rgba(0,0,0,0.65);
		display: flex;
	}

	.sli_item img {
		height: 300px;
		width: auto;
	}

	.sli_desc {
		color: #fff;
		font-size: 14px;
		font-weight: 300;
		padding: 15px;
		display: flex;
		align-items: center;
	}
}

@media (max-width: 767px) {
	.sli_item {
		background: rgba(0,0,0,0.65);
		text-align: center;
		padding-top: 15px;
	}

	.sli_item img {
		display: block;
		height: 150px;
		width: auto;
		margin: 0px auto;
	}

	.sli_desc {
		color: #fff;
		font-size: 14px;
		font-weight: 300;
		padding: 15px;
		text-align: justify;
	}

	.company_title {
		font-size: 30px;
		color: #fff;
		font-weight: 300;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.item {
		position: relative;
		text-align: center;
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

	.company {
		font-size: 18px;
		color: #f7c713;
		text-transform: uppercase;
		font-weight: 400;
		padding-top: 20px;
	}

	a.phone {
		display: inline-block;
		height: 45px;
		background: url(../img/phone.png) no-repeat;
		background-size: 45px 45px;
		padding-left: 55px;
		line-height: 45px;
		color: #fff;
		font-size: 26px;
		margin-top: 15px;
	}

	.menus {
		padding-top: 25px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	#catalog {
		padding: 15px 0px 0px 0px;
	}
}

.pd {
	padding: 30px;
	font-size: 15px;
	color: #000000;
}

.pd img {
	margin-bottom: 20px;
	width: auto;
	height: auto;
	max-width: 100%;
}

.slides {
	cursor: pointer;
}