strong {
    font-weight:bold;
}
nav{
	height: 15px;
}
nav a{
    display: block;

}
nav  .level1 > ul{
	border: 2px solid #d0d0d0;
    border-bottom: 5px solid #00965A;
    border-top: none;
    padding-top:15px;
}
nav ul li{
	display: block;
	position: relative;
    float: left;
}
nav > ul > li > a{
	padding-left: 8px;
    padding-right: 5px;
    border-left: 1px solid #D7D7D7;
}

nav > ul > li:first-child > a{
	border-left: none;
}
nav ul ul {	
	padding: 10px;
	display:none;	
	position: absolute;
	width: 650px;
	background: white;
	top:100%;
	left:0;
}
nav li:hover ul {
	display:block;
}
nav ul ul a{
	color:#00965A; 
	padding-left: 4px;
	vertical-align: top;
	margin-top:-2px;
	text-transform: uppercase;
	border-left: 3px solid #00965A;	
	margin-bottom:10px;
}
nav ul ul li{
	margin-bottom: 30px;
    float:left;    
	width:50%;
	padding-right:20px;
	box-sizing: border-box;
}
nav ul ul ul{
	position: static;
	padding: 0px;
}
nav ul ul ul li {
	margin-bottom: 5px;
	margin-left:3px;
}
nav ul ul ul a{
	margin-bottom: 0;
	border-left:none;
	color: #8E8E8E;
	text-transform: none;
	font-family: 'helveticaneuecyrlight';
}
nav ul ul ul a:hover{
	color:#666;
}

.level4 {
    padding-left: 5px;
    margin-top: 10px
}
li.level4 a {
    font-style: italic;
}
.slides .pagination li a {
	background-image: url(../img/pagination.png);
}


.grid_8 h2
{
    color: #00965A;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 24px;
    text-transform: uppercase;
}
.grid_8 h3
{
    color: #A1C130;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    word-spacing: -1px;
}
.grid_8 h4
{
    color: #039258;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight:normal;
}
.grid_8 h5
{
    color: #00965A;
    margin-bottom: 5px;
    padding-top: 5px;
}
.grid_8 ul
{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #666;
    list-style: disc;
}
.grid_8 ul li
{
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 30px;
    line-height: 16px;
}
.grid_8 ol
{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #666;
    list-style: decimal;
}
.grid_8 ol li
{
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 30px;
    line-height: 16px;
}
.grid_8 p
{
    margin-bottom: 10px;
    color: #666;
    line-height: 16px;
}
.grid_8 .top
{
    display: block;
    background: url(../img/fleche_haut.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.grid_8 .noir
{
    color: #000;
}
.grid_8 a
{
    color: #016235;
    font-weight: bold;
    border-bottom: 1px dotted white;
}
.grid_8 a:hover {
    border-bottom: 1px dotted silver;
}
.grid_12 h2 {
    color: #00965A;
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 24px;
    text-transform: uppercase;
}
.grid_12 h3 {
    color: #A1C130;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    word-spacing: -1px;
}
.grid_12 h4
{
    color: #039258;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight:normal;
}
.grid_12 h5
{
    color: #00965A;
    margin-bottom: 5px;
    padding-top: 5px;
}
.grid_12 ul
{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #666;
    list-style: disc;
}
.grid_12 ul li
{
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 30px;
    line-height: 16px;
}
.grid_12 ol
{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #666;
    list-style: decimal;
}
.grid_12 ol li
{
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 30px;
    line-height: 16px;
}
.grid_12 p
{
    margin-bottom: 10px;
    color: #666;
    line-height: 16px;
}
.grid_12 .top
{
    display: block;
    background: url(../img/fleche_haut.png) no-repeat;
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.grid_12 .noir
{
    color: #000;
}
.grid_12 a
{
    color: #016235;
    font-weight: bold;
    border-bottom: 1px dotted white;
}
.grid_12 a:hover {
    border-bottom: 1px dotted silver;
}
.col6 {
    width: 47%;
}
.item {
    padding-bottom: 5px;
}
.item a {
    float: left;
}
.item img {
    width:10px;
}
.item .delete {
    background: url(../img/delete.png) no-repeat;
    background-size: contain;
    border: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-left: 10px;
    float: left;
}
.item-upload input{
    display: block;
    width: 80%;
    padding: 3px 3px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom:10px;
}
.item-upload input:focus {
    border: 1px solid #000;
}
.item-upload label{
    display: inline-block;
    max-width: 80%;
    margin-bottom: 5px;
    font-weight: bold;
}
.item-upload input.upload-btn {
    width: 100px;
    height: 30px;
    text-transform:uppercase;
    font-weight:bold;
    color:#fff;
    border: 1px solid #00975a;
    background: #00975a;
}
.col6 {
    margin-bottom:20px;
}
.grid_12 table {
    border-collapse:collapse;
    margin-bottom:20px;
}
.grid_12 table td{
    padding:2px;
    border:1px solid #ccc;
}
header.header1{
    height:110px;
}
.full_tabs ul li, .full_tabs ul li a {
    height: 50px;
    font-size: 11px;
    min-width: 80px;
    max-width: 200px;
    width: 200px;
}
.fil_ariane {
    margin-top: 30px;
    margin-bottom: 5px;
    height: auto;
    padding-left: 0px;
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    color: #666;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.popup {
    top: 10%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #d3d3d3;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.button {
    padding:3px 10px;
    color:#ffffff;
    border: none;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
    
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
.popup p {
    color: #016235;
    /*font-weight: bold;*/
    padding:5px 10px;
}
.popup ul li {
    color: #016235;
}
.popup h2 {
    color: #016235;
    font-weight: bold;
    padding:20px 10px;
    font-size:1em;
}
.fileList .sortable h1 {
    padding:10px;
    font-size: 1.5em;
}

a.fraud__alert {
    color: red;
    font-weight: bold;
}
a.fraud__rus {
    width:190px;
}
nav {
    font-size: 13px;
}