body {
	background: url('../images/page_t.jpg');
	font-family: sans-serif;
	font-size: 14px;
}

h2 {
	color: #0094DA;
	font-size: 16px;
	line-height: 1.2em;
}

.telo {
	max-width: 1180px;
	margin: 0 auto;	
	min-height: 800px;
	background-color: #eee;	
	box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */	
}

header {
	max-height: 300px;
	position: relative;
}

header .phones {
	font-size: 24px;
	color: #0096e1;	
	position: absolute;
	bottom: 22px;
	left: 120px;
	/*margin-top: -100px;*/
}
header .phones span{
	font-size: 18px;
	color: #999;
}

header img {
	width: 100%;
}

menu {
	width: 100%;
	margin: 0px;
	padding: 0px;	
}

menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #eee;
}

menu li {
    float: left;    
}

@media only screen and (max-width: 800px) {
	header .phones {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	menu li {
		float: none;    
	}
	.article {		
		font-size: 12px !important;
	}
}

menu li a {
    display: block;
    color: #0081C2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    border-left: solid 1px #0081C2;
}

menu li:first-child a{ 
	border-left: none;
}

menu li a:hover:not(.active) {
    background-color: #0081C2;
    color: #FFF;
}

.active {
    background-color: #4CAF50;    
}

.main {
	padding: 30px;
	display: block;
}

.article {
	display: inline-block;
	max-width: 840px;
	min-height: 500px;
	margin-right: 20px;	
	font-size: 16px;
}

.dop {
	display: inline-block;
	width: 250px;
	vertical-align: top;
	margin-left: 0px;
}

.hdr {
	background-image: linear-gradient(to right, #DAF0FB, #0094DA);	
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5); /* Параметры тени */
}

.hdr .hdr-text {
	margin-left : 60px;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

.dop-text {
	background-color: #FFF;
	margin-top: 10px;
	padding: 10px;
	line-height: 1.5em;
	background-image: linear-gradient(to right, #FFF, #FFFDCE);	
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5); /* Параметры тени */
    text-align: center;
}

.dop-text img{
	width: 80%;
}

.dop-rasdel {
	width:250px;
	display: inline-block;	
	margin-top: 20px;
}

.footer-imgs {
	margin-top: 70px;
}

.footer-img {	
	display: inline-block;		
	margin-right: 10px;
}

.img-01 {
	background: url('/images/65382_137.jpg') no-repeat;
	width: 250px;		
	height: 150px;		
	border: solid 3px #DAF0FB;
	background-size: cover;	
	overflow: hidden;
	object-fit: cover;		
}

.img-02 {
	background: url('/images/65382_135.jpg') no-repeat;
	width: 250px;		
	height: 150px;		
	border: solid 3px #DAF0FB;
	background-size: cover;	
	overflow: hidden;
	object-fit: cover;		
}

.img-03 {
	background: url('/images/65382_134.jpg') no-repeat;
	width: 250px;		
	height: 150px;		
	border: solid 3px #DAF0FB;
	background-size: cover;	
	overflow: hidden;
	object-fit: cover;		
}


.footer-img img {
	object-fit: cover;
}

.footer-img-hdr {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #0094DA;
	font-weight: bold;
	text-transform: uppercase;
}

.footer {
	border-top: solid 1px #ccc;
	padding: 20px;
	text-align: center;
	margin: 40px;
}
