.nav,
.nav a,
.nav ul,
.nav li,
.nav div {
    margin: 0;
    padding: 0;
    font-style: normal;
	font-weight: normal;
	color: #6c6c6c;
}

.nav a {text-decoration: none; }

.nav > li { list-style: none; }

.nav {
    position: relative;
    cursor: default;
    z-index: 500;
	  display: table;
	   left: 210px;
}

.nav > li {
    display: inline;
    float: left;

}

.nav > li > a {/* основное меню  */
	position: relative;
	display: block;
	z-index: 510;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #6c6c6c;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 5px;
	line-height: 24px;
}

.nav > li:hover > a {
	background-color: #F3F3F3;
}

.nav > li > div {/* выпадающий блок  */
	position: absolute;
	display: table;
	width: 110%;
	top: 24px;
	left: 0px;
	z-index: 520;
	opacity: -10;
	visibility: hidden;
	overflow: hidden;
	background-color: #F3F3F3;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .4);
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	margin: 0;
	padding: 20px;
border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CFD8EF;
  color: #6c6c6c; 
  
}

.nav > li:hover > div {/* выпадающий блок чтоб был виден при наведении  */
    opacity: 1;
    visibility: visible;
    overflow: visible;	
}

.navvnutr  {/* текст, список в выпадающем блоке  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.navvnutr a:hover {/* ссылка в выпадающем блоке  */
	text-decoration: underline;
}


  .navtxt {/* дополнительное меню в строчку  */
	left: 50px;
	position: absolute;	
}



@media (max-width: 800px) {
	.nav > li > a {/* основное меню  */
	
}


.nav > li > div {/* выпадающий блок  */
	width: 80%;
	left: 0px;
	padding: 10px;

}

.navtxt {
	left: 30px;
	}
}

@media (max-width: 600px) {/* становится в столбик  */

.nav {
    left: 10px;
}

.nav > li {
	display: inline-block;
	float: none;
	width: 75%;
	margin-bottom: 5px;
	
}
	.nav > li > a {/* основное меню  */
	display: block;
	font-size: 16px;
	padding-left: 3px;
	line-height: 30px;
	background-color: #CFD8EF;
	outline-style: solid;
	outline-width: 1px;
	outline-color: #CFD8EF;
	outline-offset: 0px;
	color: #6c6c6c;
}



.nav ul:hover li {
display: block;
}
.nav > li > div {/* выпадающий блок  */
	position:absolute
	width: inherit;
	top: inherit;
	padding: 5px;

}
 .navtxt {
	top: 350px;
	left: 6px;
	font-size: 14px;
	}
	
.navvnutr  {/* текст, список в выпадающем блоке  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
		
}

.navvnutr li {/*список в выпадающем блоке  */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CFD8EF;
	padding-bottom: 8px;
	padding-top: 3px;
}
.navvnutr a {/* ссылка в выпадающем блоке  */
	text-decoration: underline;
}

.navvnutr a:hover {/* ссылка в выпадающем блоке  */
	text-decoration: underline;
}


	
	


	
}	
	@media (max-width: 400px) {
	.navtxt {
	left: 5px;
	}

		}