body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
	background:  #ffffff url(../img/fon.png) top center;
	background-position: top -800px center;
	color: #444444;
}
b, strong {font-weight: 400;}
a {color:#000000;}
a:hover {color:#404040;}
h1  {font-weight: 400; font-size: 180%; text-transform: uppercase;}
h2  {font-weight: 400; font-size: 160%;}
h3  {font-weight: 400; font-size: 140%;}
h4  {font-weight: 400; font-size: 120%;}
ul {
	padding-left: 25px;
}
.small, small {
  font-size: 90%;
  font-weight: 300;
}
@media (min-width: 1800px) {
	.container {max-width: 1600px;}
}
@media (min-width: 1500px) {
	.container {max-width: 1400px;}
}
.menu {
	line-height: 120%;
	position: fixed;
	width: 100%;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	z-index:100;
}
.menu img {
	max-height:75px;
	padding: 10px 0;
}
.menu .col {
	color:#939393;
}
.menu .menulinks a {
	text-transform:uppercase;
	color: #757575;
	padding: 10px 20px;
}
.menu .menulinks a.menucontacts {
	background:#d7ffa5;
	color:#ffffff;
	border-radius:50px;
}
.block01, .block02 {
	padding-top:150px;
}
.showgrey {
	background: #fffffff5;
}
.container-02 {
	max-width: 2000px;
}
.blockblu {
	background:#d4ffa524;
	padding:100px 0;
	margin:50px 0;
}
.blockblu2 {
	background:#d4ffa524;
	padding:30px 0 ;
	margin:50px 0;
}
.col-lg-7 {
	padding:0;
}
.col-xl-4 img {
	padding: 15px 0;
}
@media (max-width: 991px) {
h1 {
	text-align:center;
	padding:15px 0;
}
body {
	font-size: 16px;
}
.menu img {
	max-height:50px;
	padding: 5px 0;
}
}
#contacts img {
	max-height:100px;
}
