*, *:before, *:after {
  -webkit-box-sizing: border-box;/* Нужно для мобильного WebKit */
  -moz-box-sizing: border-box;/* Нужно для Firefox */
  box-sizing: border-box;
}
html {
    font:14px Verdana,Geneva,sans-serif;
}
body {	
	margin: auto;
	max-width: 976px;
	display: block;
	background-image: url("bg1.png");
	overflow-y: scroll !important;
/*	overflow-x: scroll !important;*/
	font:14px Verdana,Geneva,sans-serif;
	color:#333;
}
strong {
    /*clear: both;*/
	display: block;
	text-indent: 26px;
	font-size: 20px;
	color: rgb(3, 140, 62);
	-webkit-filter: drop-shadow(1px 1px 1px rgba(100,0,0,0.5));
	-moz-filter: drop-shadow(1px 1px 1px rgba(100,0,0,0.5));
	filter: drop-shadow(1px 1px 1px rgba(100,0,0,0.5));
	margin-bottom: 15px;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
/* ------------------------------------Секция header */
#header_logo img{
	width: 300px;
	padding:5px;
	float: left;
	-webkit-filter: drop-shadow(2px 2px 3px rgba(100,0,0,0.5));
	-moz-filter:drop-shadow(2px 2px 3px rgba(100,0,0,0.5));
	filter: drop-shadow(2px 2px 3px rgba(100,0,0,0.5));
}
#slogan{
	font-size: 22px;
	color:#006600;
    float: left;
	margin-left:30px;
    color: #005500;
}

.osnovnoj {
    position: relative;
    overflow: hidden;
    min-height: 550px;
}
.layout{
	margin-left: 230px;
}
.opisan p{
	font-size: 18px;
	text-indent: 30px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mebserija p {
    display: block;
    /*min-height: 250px;*/
    font-size: 16px;
    text-indent: 26px;
    font-style: italic;
    margin-bottom: 3px;
}
.opisan img{
	/*float:left;*/
	margin-right: 10px;
	margin-bottom: 10px;
}
.opisan h2{font-size: 20px;
    text-decoration: underline;
    line-height: 40px;
    margin-bottom: 5px;}
.opisan h1, h2{
	text-indent: 26px;
	font: 24px/34px Verdana, Arial, sans-serif;
	font-style: italic;
	text-decoration: underline;
}
.opisan a:visited{
	color: #ff4500;
}
.navig{
	font-size:14px;
	width: 220px;
	margin-bottom: 20px;
	float: left;
}
.navig a{	
	color: #0000ff;
	text-decoration: none;
	display: block;
    	background-image: linear-gradient(rgba(219, 226, 228, 0.4), rgba(136, 136, 136, 0.27));
}
.navig a:visited{
	color:#006600;
}
.navig a:hover{
	color:red;
}
.navlevelallcat{
	margin-left: 12px;
}
.navlevelkuch {
	margin-left: 12px;
}

.newnav a {
color : #0000ff;
text-decoration : none;
display : block;
height: 18px;
background-image : linear-gradient(rgba(255, 204, 51, 0.4), rgb(255, 204, 51));
}


.catcontbox{
	 width: 750px;
	 height: 260px;
	 background: rgba(255,255,255,1);
	 margin-bottom: 9px;
	 box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
	 position: relative;
	 border-radius: 7px;
	}
.catcontimg{
	 margin: 5px;
	 -webkit-filter: drop-shadow(2px 2px 3px rgba(100,0,0,0.5));
	 width: 250px;
	 height: 250px;
	 border-radius: 4px;
	 position: absolute;
	 left: 35px;
	}
.catcontimg:hover{
	 -webkit-filter: drop-shadow(5px 5px 10px rgba(100,0,0,0.5));
	}
.catcontshema{
	 margin: 5px;
	 position: absolute;
	 z-index:2;
	 -webkit-filter: drop-shadow(2px 2px 3px rgba(100,0,0,0.5));
	 width: 250px;
	 height: 250px;
	 border-radius: 4px;
	 opacity:0;
	 left: 35px;
	 transition: opacity 1s ease-out 0.5s;
	}
	
.catcontshema:hover{
	opacity:1;
	-webkit-filter: drop-shadow(5px 5px 10px rgba(100,0,0,0.5));
    cursor: url(../styles/lupa.png), auto;
	}
.catcontnom{
	position: absolute;
	font-size: 14px;
	padding: 3px;
}	
/*.catcontname{
	position: absolute;
	left: 300px;
	font-size: 18px;
	text-decoration: underline;
	width: 448px;
}*/
.catcontbox h2{
	position: absolute;
	left: 300px;
	font-size: 18px;
	text-decoration: underline;
	width: 448px;
}
.catcontproekt{
	position: absolute;
	top: 44px;
	left: 308px;
	font-size: 18px;
	/*width: 448px;*/
}
.catcontgabar{
	position: absolute;
	top: 68px;
	left: 310px;
	font-size: 14px;
	/* width: 448px; */
	/* background-color: rgba(0, 255, 217, 0.10); */
}
.catcontispol {
    position: absolute;
    top: 25px;
    left: 420px;
    width: 100px;
    font-size: 14px;
    background-color: rgba(0, 255, 217, 0.10);
}
.catconttsenaBopt{
	position: absolute;
	top: 72px;
	left: 540px;
	/*width: 180px;*/
	font-size: 22px;
	color: blue;
	/*background-color: rgba(0, 255, 217, 0.10);*/
}
.catconttsenaR{
	position: absolute;
	top: 72px;
	left: 500px;
	width: 180px;
	font-size: 22px;
	color: red;
	background-color: rgba(0, 255, 217, 0.10);
}
.catconttsenaBroz{
	position: absolute;
	top: 45px;
	left: 570px;
	/*width: 180px;*/
	font-size: 22px;
	color: red;
	/* background-color: rgba(0, 255, 217, 0.10); */
}
.catcontabout {
    position: absolute;
    margin: 5px;
    top: 150px;
    left: 335px;
    font-size: 14px;
    font-style: italic;
    width: 400px;
}
.catcontButOrder{
	position: absolute;
	top: 132px;
	left: 2px;
	font-size: 16px;
	width: 36px;
	height: 123px;
	/* background-color: rgba(0, 255, 217, 0.10); */
	background-image: url("../images/ORDER.gif");
	border-radius: 5px;
}
.catcontBut100rage{
	position: absolute;
	top: 24px;
	left: 2px;
	font-size: 16px;
	width: 36px;
	height: 103px;
	background-image: url("../images/MIND.gif");
	background-size: cover;
	border-radius: 5px;
}

.footer {
	height: 155px;
	background-color:  rgb(230, 230, 230);/*rgba(0, 0, 0, 0.85);*/
	margin-bottom: 20px;
}
.foot_firminfo{
	/*position: static;*/
	float: left;
    width: 350px;
}
.foot_creator{
    position: relative;
    top:25px;
	width: 240px;
}
.adresa p {
	text-align:right;
}
.adresa {
	float:right;
	padding: 5px;
	margin-right: 5px;
}