*{
	margin: 0;
	padding: 0;
}

html{
	height: 100%;
	
}

body {
	font-family: Arial, "Trebuchet MS", Verdana, geneva, san-serif;
	display: flex;
	flex-direction: column;
	height: 100%;
	background:    #C1FFC1; 
	max-width: 1100px;
	min-width: 600px;
	margin: auto;

}
.header {
	//background: #00CD66;
	background: linear-gradient(to top, #336600, #00CD66,  #336600);
	flex: 0 0 auto;
	padding: 5px;
	text-align: center;
	margin: 20px 0 0 0;
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px;
	font-size: 14px;
}

.main {
	display: flex;
	flex: 1 0 auto;
	font-size: 15px;
	background: white;
	
}

.footer {
	background:  #00CD66;
	flex: 0 0 auto;
	padding: 5px;
	text-align: center;
	margin: 0 0 20px 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
}





/*Каталог*/

.content_catalog{
	display: flex column;
	width: 100%;
	
}

.group_name{
	margin: 10px 2px 5px 2px;
	text-align: justify;
	font-size: 20px;
	
}

.top{
	display: flex ;
	flex: 0 0 auto;
	font-size: 12px;
	//border-style: solid;
	//border-width: 1px;
	//border-color: black;
	
}



.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8{
	padding: 5px;
	margin: 2px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-size: 12px;
	background:  #CFCFCF;
}
.col1{
	max-width: 70px;
	min-width: 70px;
}
.col2{
	max-width: 70px;
	min-width: 70px;
}
.col3{
	max-width: 40px;
	min-width: 40px;
}
.col4{
	max-width: 70px;
	min-width: 70px;
}
.col5{
	max-width: 40px;
	min-width: 40px;
}
.col6{
	max-width: 400px;
	min-width: 400px;
}
.col7{
	width: 100%;
}
.col8{
	max-width: 60px;
	min-width: 60px;
}
	


.txt0,
.txt01
{
	padding: 5px;
	margin: 2px;
	text-align: justify;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	
}

.txt01{
	font-size: 12px;
}

.txt{
	display: flex;
	//border-style: solid;
	//border-width: 1px;
	//border-color: black;
}

.txt1,
.txt2,
.txt3,
.txt4,
.txt5,
.txt6,
.txt7,
.txt8
{
	padding: 5px;
	margin: 2px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	font-size: 12px;
}


.txt1{
	max-width: 70px;
	min-width: 70px;
}
.txt2{
	max-width: 70px;
	min-width: 70px;
}
.txt3{
	max-width: 40px;
	min-width: 40px;
}
.txt4{
	max-width: 70px;
	min-width: 70px;
}
.txt5{
	max-width: 40px;
	min-width: 40px;
}
.txt6{
	max-width: 400px;
	min-width: 400px;
	text-align: justify;
}
.txt7{
	width: 100%;
	text-align: justify;
}
.txt8{
	max-width: 60px;
	min-width: 60px;
}
/*Каталог*/




h1 {
	text-align: center;
	//text-shadow: 3px 3px 5px white;
	//font-family: impact;
}


h2, h3, h4, h5 {
	text-align: center;
	//font-family: impact;
}








/*все пагинаторы*/

.pag{
	flex: 0 0 auto;
	background: white;
	padding: 5px 5px 5px 10px;
	font-size: 16px;
	//font-weight: bold;
}
/*все пагинаторы*/


/*каталоги*/

.fltr{
	background: #00CD66;
	display: flex column;
	margin: 5px 0 0 0;
	
}

.fltr1{
	background: #00CD66;
	display: flex;
	
}
.fltr2{
	background: #00CD66;
	padding: 12px 5px 5px 5px;
	max-width: 50px;
	min-width: 50px;
	text-align: right;
	font-size: 14px;
}
.fltr3{
	background: #00CD66;
	padding: 5px;
	width: 100%;
	
	font-size: 14px;
}

.fltr3 input[type = text]{
	padding: 3px;
	font-size: 14px;
}
.fltr4{
	background: #00CD66;
	padding: 5px;
	max-width: 80px;
	min-width: 80px;
	
}

select{
	font-size: 14px;
	padding: 3px;
}


.super_img{
	padding: 5px 5px 3px 5px;
}

.super_img:hover{
	transform: scale(1.8)  translate(70px, 0px) ;
	transition: all 0.4s linear 0.5s;
	

	
}

/*Крутое меню*/

.n_menu{
	flex: 0 0 auto;	
	//border-style: solid;
	//border-width: 1px;
	//border-color: black;
	background: #00CD66;
	margin: 5px 0 0 0;
}


.dws-menu{
	max-width: 1100px;
	min-width: 600px;

	
}

.dws-menu ul,
.dws-menu ol
{
	list-style: none;
}

.dws-menu > ul{
	display: flex;
	//justify-content: center;
}

.dws-menu > ul li a{
	display: block;
	background: linear-gradient(to top, #336600, #00CD66, white, #00CD66, #336600);
	//background: radial-gradient(white, #00CD66, #336600);
	//background: #00CD66;
	padding: 8px 10px 8px 10px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.dws-menu > ul li {
	position: relative;
	border-right: 1px solid #336600;
}

.dws-menu > ul li:first-child {
	border-left: 1px solid #336600;
}

.dws-menu > ul li:last-child {
	border-right: 1px solid #336600;
}

.dws-menu  ul a:hover {
	background: #336600;
	color: white;
	//box-shadow: 1px 5px 10px -5px black;
	transition: all 0.3s ease;
}

/*Крутое подменю */
.dws-menu  li  ul{
	position: absolute;
	min-width: 180px;
	display: none;
}

.dws-menu  li > ul li{
	border: 1px solid #336600;
}

.dws-menu  li > ul li a{
	padding: 8px 10px 8px 10px;
	text-transform: none;
	font-size: 14px;
	//background: radial-gradient(white, #00CD66, #336600);
	background: linear-gradient(to top, #336600, #00CD66, white, #00CD66, #336600);
	

	//background: #00CD66;
	word-wrap: break-word;
}

.dws-menu  li > ul li ul{
	position: absolute;
	right: -180px;
	top:0;
}

.dws-menu  li:hover > ul{
	display: block;
}

  


/*ссылки*/

a{
	text-decoration: none;
	//color: #336600;
}	

a:hover {
	//opacity: 0.5;	
	cursor: pointer;
	text-decoration: underline;
	
}

a:visited{
	color: #336600;
}



