@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext');

html, body {
    height:100%;
    margin: auto;
    padding: 0;
	font-family:'Roboto Condensed', Verdana, Geneva, sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size:16px;
	background-color:#fff;
	text-align:left;
	color:#000;
	max-width:1000px;
}
.top {
	background:  url(../img/logo.png?) no-repeat;
	background-size: 8%;
	background-position:left 30px center ;
	padding:0 30px 0 0;
	margin:0 0 0px 0;
	height:40px;
	text-align:right;
	
    display: flex;
    align-items: center; /* Вертикальное выравнивание */	
    justify-content: right; /* Горизонтальное выравнивание */

	font-size:12px;
    box-shadow: 0px 0  12px #CCCCCC; /* Параметры тени */

    position: relative;    
    z-index: 2;

	
}
.head {
	background:#f6f6fb url(../img/domain.png?) no-repeat;
	background-size: cover;
	background-position:right top;
	height:210px;
	padding:60px 0 0 30px;
	
    position: relative;    
	z-index: 1;
}
.head h1 {
	margin:0 0 15px 0;
	font-weight:normal;
	font-size:30px;
	width:31%;
    text-shadow: -3px -3px 0 #FFF, 3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px 3px 0 #FFF;
}
.title-divider {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
}
.title-divider::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #3057a6;
    border-radius: 3px;
}
.head span {
	color:#666;
	font-size:15px;
	width:25%;
    text-shadow: -3px -3px 0 #FFF, 3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px 3px 0 #FFF;
}
.head p {
	margin:8px 0 0 0;
	
	color:#666;
	font-size:13px;
	width:30%;
    text-shadow: -3px -3px 0 #FFF, 3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px 3px 0 #FFF;
}


@media (max-width: 950px) {
.head {
	height:200px;
	padding:40px 0 0 30px;
}
.head h1 {
	font-size:26px;
}
}

@media (max-width: 850px) {
.head {	
	height:200px;
	padding:60px 0 0 30px;
}
.head h1 {
	font-size:22px;
}
.head span {
	font-size:14px;
}
.head p {
	font-size:11px;
}
}
@media (max-width: 700px) {
.head {
	margin:0;
	text-align:center;
	background-position:right center;
	background-size:260%;
	height:150px;
	padding:40px 30px 0 30px;
}
.head h1 {
	font-size:24px;
	margin: auto  auto 10px  auto;
	text-align:center;
    background: rgba(255, 255, 255, 0.75);
    padding: 6px 12px 12px 12px;
    border-radius: 6px;
	min-width:90%;
}
.head span {
    background: rgba(255, 255, 255, 0.75);
    padding: 6px 12px;
    border-radius: 6px;
	min-width:80%;
}
.title-divider::after {
    width: 100%;
    height: 2px;
}
.head p {
	display: none;
}}









