
.container-header {
	
	/*Solid Background*/
	background: #7C919D;
    
  /* Gradient for top */  
	/*Gradient Background*/
	/*
	position: relative;
    z-index: 10;
    margin-bottom: 20px;
	background-color: #434178;
    background-image: linear-gradient(135deg, #578e8e 0%, #14382c 100%);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
	*/
}


.container-header .mod-menu .nav-item {
     margin: 0; padding: 0;
    overflow: hidden; /* Отменяем действие float */
}

.container-header .mod-menu .nav-item li {
	float: left;
    list-style: none; /* Убираем маркеры списка */
	padding: 12px 15px;
	font-size:1em;
}

.container-header .mod-menu li a {
	
	border: 1px solid #e5e5e5;
	text-transform: uppercase;

	color: #333;
	font-family: arial,sans-serif;
	font-size:1em;
	/*font-height:1.5em;*/
	font-weight: bold;
	text-decoration: none;
	/*padding: 0px 10px;*/
	/*display: block;*/
	/*display: inline;*/
	display: block;
	margin: 0 0 0;
	padding: 12px 15px;
	position: relative;
	/*border-right: 1px solid #ddd;*/
	box-shadow: 1px 0px 0px #f5f5f5;
	
	
  /*grey background*/
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(#eeeeee, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
} 

.container-header .mod-menu li a:hover{
  background-color:#095197;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0087d1", endColorstr="#095197");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0087d1), to(#095197));
  background-image: -moz-linear-gradient(top, #0087d1, #095197);
  background-image: -ms-linear-gradient(top, #0087d1, #095197);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0087d1), color-stop(100%, #095197));
  background-image: -webkit-linear-gradient(top, #0087d1, #095197);
  background-image: -o-linear-gradient(top, #0087d1, #095197);
  background-image: linear-gradient(#0087d1, #095197);
  border-color: #00456b #095197 hsl(201, 100%, 16%);
  color: #fffff ;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

body h2 {
	margin-bottom: 0.75em;
	font-size: 1.8em;
	line-height: 2.0;
	padding: 5px 0;
color: #eab818;
text-transform: uppercase;
border-bottom: solid 1px #ddd;
}

body h3 {
	margin-bottom: 1em;
margin-top: 1em;
	font-size: 1.4em;
	line-height: 1.0;
	padding-bottom: 5px;
text-transform: uppercase;
font-family: inherit;
    font-weight: normal;

}
body h4 {
    margin-bottom: 0.9em;
    font-size: 1.2em;
    line-height: 1.0;
    font-weight: bold;
}

body h6 {
	font-size: 1.2em;
font-weight: bold;
}

.footer {
    background: #555;
}
.footer a {
	line-height: 200%;
    text-decoration: none;
    margin-left: 20px;
    text-transform: uppercase;
    color: #bbb;
    background: none;
}
.footer a:hover {
/*make links in footer yellow when mouseover*/
color: #eab818; 
}


h3 a:hover,a:active,a:focus {	
/*make links in article "Services" blue when mouseover*/
	background: #095197;
	color: #FFF;
}	
.footer .grid-child {
/*make menu and custom module in footer align to top*/
	padding: 0em 4em;
	display:flex;
	align-items: stretch;
	justify-content: center;
	/*text-align:center;*/

}
.footer nav.navbar.navbar-expand-md {
/*make menu and custom module in footer align to top*/	
	/*display:inline-block;*/
	/*vertical-align:top;*/
	/*text-align:center;*/
	padding: 0em 4em;
		display:flex;
	align-items: stretch;


}
#mod-custom121 {
/*make menu and custom module in footer align to top*/
	float: right;
	padding: 0em 4em;


}
