

body {
    margin: 0;
    padding: 0;
    position: relative;
}

* {
    font: 15px "Open Sans";
}

.topmenu {
    background: #eaeaf1;
    position: relative;
    width: 100% !important;
}
.topmenu > div {
    display: table;
    margin: auto;
    padding: 0;
}


.topmenu > div > a{
    display: table-cell;
    margin: 0 40px;
    padding: 10px 10px;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    color: #02024c;
    text-align: center;
}


@media screen and (max-width: 765px) {
    .topmenu > div,
    .topmenu > div > a
    {
        display: block;
    }
}


.topmenu > div > a.selected{
    background: #d52927;
    color: white;
}

.hat {
    position: relative;
    min-height: 460px;
    width: 100%;
    background: url("img/bgtop.jpg") no-repeat left -35px;
    background-color: #1b1461;
}

.hat:before {
    position: absolute;
    content: "";
    background: rgba(2,2,76,0.3);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.hat > .logo_contacts {
    width: 100%;
    background: rgba(2,2,76,0.65);
    padding: 25px 0 25px 0;
    color: white;
    font: 12px "Open Sans";
    font-weight: 400;
}
.hat > .logo_contacts a {
    color: white;
}
.hat > .logo_contacts img {
    position: relative;;
    top: -5px;
}
.right {
    text-align: right;
}

.hat > .logo_contacts .pre,
.oak .pre{
    color: #9793c3;
    font-size: 12px;
}
.hat > .logo_contacts .phone,
.oak .bottom_contacts_text .phone a{
    font-size: 18px;
}

.hat .hat_head_head {
    font: 46px "Open Sans";
    font-weight: 800;
    color: white;
    line-height: 45px;
    margin: 20px 0;
}

.hat .hat_head_text {
    font: 26px "Open Sans";
    font-weight: 200;
    color: white;
    line-height: 25px;
    text-align: left;
    margin: 20px 0;
}

.hat .hat_head_text ul{
    margin: 0;
    padding: 0;
    margin: 15px 25px;
}

.hat .hat_head_text li{
    display: block;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    margin:0;
    padding: 0;
    padding-left: 20px;
}
.hat .hat_head_text li:before{
    position: absolute;
    content: "";
    display: block;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("img/bullet_1.png") no-repeat center center;
}


.novintex h1 {
    position: relative;
    font-size: 23px;
    margin-top: 38px;
    margin-bottom: 20px;
    margin-left: 35px;
}

.novintex h1:after {
    content: "";
    position: absolute;
    left: -30px;
    top: -3px;
    bottom: -3px;
    width: 6px;
    background: #d52928;
}

.novintex h1.grey:after {
    background: #e3e3ed;
}
.novintex h1.white:after {
    background: white;
}
.novintex h1.bold:after {
    font-weight: 700;
}
.novintex h1.logo:after {
    width: 30px;
    left: -40px;
    height: 40px;
    top: -10px;
    background: url("img/logo_sml.png") no-repeat center center;
}

.novintex h1 ~ p,
.novintex h1 ~ div{
    margin-left: 35px;
}

.novintex h1 ~ ul{
    margin-left: 52px;
}

.novintex ul {
    margin: 0;
    padding: 0;
}
.novintex ul li{
    margin-left: 15px;
    padding: 0;
    margin: 10px 15px;
    position: relative;
    display: block;
}
.novintex ul li:before{
    position: absolute;
    content: "";
    display: block;
    left: -35px;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("img/bullet_1.png") no-repeat center center;
}


.novintex ul.stars{
    position: relative;
}
.novintex ul.stars > li{
    margin: 20px 0 10px -15px;
    padding-left: 30px;
}
.novintex ul.stars > li > ul{
    margin-top: 20px;
    padding-left: 19px;
}
.novintex ul.stars > li:before{
    display: none;
}
.novintex ul.stars > li > i{
    z-index: 1;
    position: absolute;
    left: 0px;
    font-size: 14px;
    font-weight: 700;
}

.novintex ul.stars > li > i:before{
    z-index: -1;
    content: "";
    position: absolute;
    left: -12px;
    top: -5px;
    width: 30px;
    height: 30px;
    background: url("img/bullet_2.png") no-repeat center center;
}


.row.photos div {
    text-align: center;
}
.photo_frame {
    width: 150px;
    height: 150px;
    max-height: 150px;
    max-width: 150px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: auto;
}
.photo_frame:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url("img/photo_frame.png") no-repeat;
}
.photo_frame .photo {
    position: relative;
    left: -100px;
    width: 350px;
    text-align: center;
}
.photo_frame img {
    max-height: 150px;   
}

.photos.firstname {
    font-size: 15px;
}
.novintex .photos .lastname {
    font-size: 19px;
}
.photos .position {
    font-size: 15px;
    margin: 10px 0;
    color: #828292;
}

.cert img {
    max-height: 150px;
    margin: 10px 20px 10px 0;
    border: 5px solid #ebebf2;
}
.cert {
    padding-bottom: 30px;
}


.oak {
    color: white;
    height: 300px;
    background: url("img/bgbottom.jpg") no-repeat top right;
    background-color: #606191;
}

.oak {
    color: white;

}
.oak .bottom_contacts_text:first-line {
    color: white;
    font-size: 21px;
    
}
.oak .bottom_contacts_text {
    position: relative;
    margin-left: 180px;
    margin-top: 50px;
    font-weight: 400;
    font-size: 12px;
}
.oak .bottom_contacts_text:after {
    content: "";
    position: absolute;
    left: -160px;
    width: 120px;
    height: 150px;
    top: -40px;
    background: url("img/logo_bottom.png") no-repeat center center;
}
.oak .bottom_contacts_text a { 
    color: white;
    font-size: 12px;
}

.navbar-toggle {
    display: block;
    content: "";
    width: 100px;
    height: 20px;
    background: black;
}

.novintex button.navbar-toggle {
    z-index: 100;
    position: absolute;
    right: 0;
    top: -10px;
    width: 40px;
    height: 40px;
    background: url("img/navi.png") no-repeat center center;

}

.y_map {
    width: 100%;
}


/*
*/

