*{
    margin: 0;
    padding: 0;
}
body{
    font-family: Open Sans, sans-serif;
    height: 100%;
}
.container{
    display: flex;
    flex-direction: column;
    height: 100%;
    width:  1200px;
    padding: 0;
    margin: 0 auto;
}
p{
    color: #182d5b;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    
}
h1,h2,h3,h4,h5{
    color: #0069b4;
    text-transform: uppercase;
}
.header{
    position: relative;
    height: 343px;
}
.header img {
    display: block;
}
.header .h-box1 h1 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px #000;
    line-height: 28px;
    padding-left: 19px;
    margin: 0;
}
.header .h-box1 {
    border-left: 2px solid #FFF;
    height: 110px;
    position: absolute;
    top: 140px;
    left: 99px;
    z-index: 2;
    
}

.header .h-box2 {
    height: 110px;
    position: absolute;
    top: 145px;
    right: 30px;
    z-index: 2;
}
.contact{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px #000;
    margin: 0;
}
.navigation {
    background: url(../images/menu-bg.png) repeat-x;
    height: 50px;
}
.wrap-menu {
    /*width: 75%;*/
}
.search {
    width: auto;
}
/*content*/

.content {
    flex: 1 0 auto;
    padding: 15px;
    
}
.left-block, .right-block{
    float: left;
}
.content .left-block {
    width: calc(100%/4); 
}

.content .right-block {
    width: calc(100%*3/4);
}
/*content end*/
/*Хлебные крошки*/
ul.breadcrumb > li{
    float: left;
    list-style: none;
}
ul.breadcrumb > li > span, ul.breadcrumb > li > a{
    font-size: 14px;
    font-weight: 300;
    color: #0069b4;
    text-decoration: none;
}
/*Хлебные крошки закончились*/
.wrap-question {
    margin: 10px 0 0 0;
    width: 275px;
    background: #0069B4;
    height: 40px;
    border-radius: 5px 5px;
    background: url(../images/question.png) no-repeat 57px 11px, #0069B4;
    text-align: center;
    
}
.wrap-question .question {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px 5px;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    display: block;
}
.component {
    clear: both;
}
.footer {
    flex: 0 0 auto;
    border-radius: 5px 5px;
    background: #0069B4;
    margin: 15px 10px;
    padding: 20px 50px 15px 50px;
}
.footer h2 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    
}
.footer .f-h-box2{
    margin: 20px 0;
}
.footer .f-h-box2 p {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
}
.footer .f-h-box3 p {
    text-align: center;
    font-weight: 300;
    font-size: 10px;
    color: #0990f1;
}
#eye {
    z-index: 9999;
    position: absolute;
    top: 2px;
}
#eye a {
    border: 1px solid #142c62;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 9px;
    background-color: #073555;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px 5px;
}
#hpvgd,.h-mdiv,.h-mdiv2,.h-ldiv,.h-rdiv {background:#EAEAEA; color:#6D6D6D;}
 #hpvgd {width:100%; z-index:100; width:100%; border-bottom:2px solid rgb(230,230,230);}
 .h-mdiv {display:none; position:relative; margin:auto; text-alegn:center;}
 .h-mdiv2 {display:none; position:fixed; margin:auto; text-alegn:center; width:400px; height:200px;}
 .h-ldiv {float:left; padding:7px 10px 7px 0px;}
 .h-rdiv {position:absolute; top:7px; right:0px; text-align:right;}
 .h-ni {display:none !important;}
 a.hcmaf {color:red; margin-left:5px; font-size:20px; font-weight:bold;}
 a.h-anl {color:#2a72cc;}
 a.h-al {color:#ED664B;}
 .h-fi {font-weight:bold; border-radius:50%; padding:0px 8px; margin-right:5px; font-size:19px;}
 .h-background-1 {color:#fff !important; background:#000 !important;line-height: 42px !important;letter-spacing: 1px !important;font-family: 'Arial' !important;font-style: normal !important;height: auto !important;position: relative !important;}
 .h-background-2 {color:#000 !important; background:#fff !important;line-height: 42px !important;letter-spacing: 1px !important;font-family: 'Arial' !important;font-style: normal !important;height: auto !important;position: relative !important;}


/*Фотма задать вопрос*/
fieldset#rsform_3_page_0 {
    margin: 0px 0 0 170px;
}