html{
	min-height: 100%;
}
body{
	height: 100%;
	margin:0;
	background-color: #f4f4f4;
	/*background-image: url('../images/bg.png');*/
/*	background-size: 600px auto;*/
	background-position: center;
	background-attachment: fixed;
	/*background-image: none;*/

}
header{
	position: fixed;
	z-index: 3;
	width: 100%;
	height: 130px;
	/*background-color: #47484E;*/
	background-color: #111;
	background-size: cover;
	background-position: center;
	/*background-image: url('../images/headerbg.jpg');*/
	top: 0;
}
footer{
	position: static;
	width: 100%;
	/*height: 30px;*/
	background-color: #47484E;
	margin-top: 20px;
	color: #ccc;
	font-size: 14px;
	user-select: none;
	line-height: 30px;
	z-index: 10;
	background-size: cover;
	background-position: center;
	/*background-image: url('../images/headerbg.jpg');*/
}
.socials{
	width: 60px;
	height: 30px;
}
.social{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	float: right;
	cursor: pointer;
	margin-top: 6px;
}
.zoomBigBox,
.zoomCatalogBigBox {
	position: fixed;
	z-index: 1000001;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.95);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: none;
}
.zoomClose {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 1000001;
}
.zoomClose:hover {
	cursor: pointer;
	opacity: 0.7;
}
.toRight {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.toLeft {
	position: fixed;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.toRight:hover ,
.toLeft:hover {
	cursor: pointer;
	opacity: 0.7;
}
.newsItem .zoomBox {
	width: 100%;
	height: 100%;
}

.fb-img{
	background-image: url("../images/icons/facebook.png");
}
.fb-img:hover{
	background-image: url("../images/icons/facebook1.png");
}
.inst-img{
	background-image: url("../images/icons/instagram.png");
}
.inst-img:hover{
	background-image: url("../images/icons/instagram1.png");
}
#footer {
	max-width: 1200px;
	height: 100%;
	padding: 0 10px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footLeft{
	margin-right: 5px;
}

.footLeft,.footRight {
	height: 30px;
}
.footLeft span {
	color:#fff;
}
.footRight a {
	color:#fff;
}
.footRight a:hover {
	opacity: .7;
}
main{
	max-width: 1200px;
	background-color: #fff;
	margin: auto;
	margin-top: 150px;
	box-shadow: 0 0 10px #fff;
	padding: 10px;
	box-sizing: border-box;
}
#logo {
	display: block;
	margin:5px auto;
	height: 90px;
}
header nav {
	height: 30px;
	box-sizing: border-box;
	/*border-top: 1px solid rgba(255,255,255,0.2);*/
	text-align: center;
	line-height: 30px;
}
header nav img{
	transform: translateY(2px);
    margin-left: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.menuResponsiv{
	width: 100%;
	height: 30px;
	border-top: 1px solid rgba(255,255,255,0.2);
	display: none;
}
.arrow{
	width: 90px;
	height: 30px;
	display: block;
	margin:auto;
}
.close{
	display: none;
}
.menuRes{
	width: 110px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: rgba(0,0,0,0.85);
	margin:-1px auto;
}
.menu {
	position: relative;
	color:#ccc;
	text-decoration: none;
	margin: 0 10px;
	display: inline-block;
	height: 30px;
}
.menu-line {
	color:#ccc;
	margin: 0;
	display: inline-block;
	height: 30px;
	text-decoration: none;
	cursor: pointer;
}
.menu-line2 {
	margin-right: 10px;
}
.menu:hover, .menu-line:hover {
	cursor: pointer !important;
	color:#fff !important;
}
.menu-line:hover {
	cursor: default;
	color:#ccc;
}
.catalog_slideMenu a {
	color: #ccc;
	text-decoration: none;
}
.catalog_slideMenu {
	width: 180px;
	background-color: rgba(0,0,0,0.85);
	position: absolute;
	z-index: 8;
	left: -60px;
	display: none;
}
.catalog_slideMenu_arrow {
	width: 100%;
	height: 10px;
	background-image: url('../images/icons/triangle16.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-color: rgba(0,0,0,0.85);
}
.smallMenuIcon {
	position: absolute;
	z-index: 11;
	top: 65px;
	transform: translateY(-50%);
	left: 20px;
	display: none;
}
.smallMenuIcon:hover {
	cursor: pointer;
	opacity: 0.7;
}
.smallMenuList {
	width: 184px;
	max-height: 300px;
	border-top: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(0,0,0,.7);
	position: absolute;
	z-index: 10;
	top: 130px;
	left: -400px;
}
.smallMenuList a {
	display: block;
	box-sizing: border-box;
	color: #ccc;
	text-decoration: none;
	margin :0;
}
.smallMenuList div {
	text-align: left;
	color: #ccc;
	height: 20px;
	line-height: 20px;
	padding: 10px 0 5px 20px;
	position: relative;
}
.smallMenuList .catalog_child {
	height: 284px;
	display: none;
	font-size: 14px;
}
.smallMenuList div:hover{
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.smallMenuCatArrow {
	width: 12px;
	height: 12px;
	position: absolute;
	transform: rotate(180deg);
	right: 10px;
	top: 10px;
}

.smallMenuList::-webkit-scrollbar {
	width: 6px;
}
.smallMenuList::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}
.smallMenuList::-webkit-scrollbar-thumb {
	background: #eee;
	border-radius: 8px;
}
.smallMenuList::-webkit-scrollbar-thumb:hover{
	background: #eee;
}

@media(max-width: 480px){
	header nav{
		display: none;
	}
	.smallMenuIcon {
		display :block;
	}
}
@media(max-width: 604px){
	#footer{
		justify-content: center;
	}
}
@media(max-width: 330px){
	#footer {
		padding: 0;
		font-size: 12px;
	}
	.footRight{
		text-align: center
	}
}
