@font-face {
    font-family: 'Europe';
    src: url('/local/templates/dorf/fonts/fontsEuropeExt-Bold.eot');
    src: local('☺'), url('/local/templates/dorf/fonts/EuropeExt-Bold.woff') format('woff'), url('/local/templates/dorf/fonts/EuropeExt-Bold.ttf') format('truetype'), url('/local/templates/dorf/fonts/EuropeExt-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
    min-height: 100%;
}

html * {
    font-family: 'Oswald', sans-serif;
}

body {
    background: url('/local/templates/dorf/images/about-bg.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

header {
    width: 100%;
}

h1, .title_cat {
    font-family: 'Europe' !important;
    background: #0f1d64;
    color: #fff !important;
    font-size: 28px !important;
    padding: 5px;
    margin-top: 100px !important;
    margin-bottom: 50px !important;
}
.title_cat{margin-top: 30px !important;}

.bx-top-nav-container .bx-nav-1-lvl {
    float: inherit !important;
    display: inline-block;
    margin: 0 35px;
}

.bx-top-nav-container .bx-nav-1-lvl > a:hover {
    color: #fff;
}

.bx-top-nav-container .bx-nav-1-lvl a span {
    font-family: 'Europe';
    font-size: 16px;
    font-weight: bold;
    padding: 0 !important;
}

.main-frb {
    margin-bottom: 30px;
}

.main-frb span {
    font-family: 'Europe';
    font-size: 21px;
    color: #494f53;
    font-weight: bold;
    text-align: right;
}

.main-frb .span1 {
    font-size: 35px;
}

.main-frb .span2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 100 !important;
}

.main-frb .span3 {
    font-size: 18px;
}

.main_cont {
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 3px;
    margin-bottom: 120px;
}

.content {
    background: #fff;
    padding: 60px 50px !important;
    border-radius: 15px;
}

footer {
    background: #fff;
}

footer p {
    padding: 15px;
    font-size: 12px;
    margin: 0 !important;
}

.m_about {
    width: 100%;
    display: block;
    overflow: hidden;
    z-index: 9999;
    font-family: 'Europe';
    color: white;
    font-size: 16px;
}

.man {
    width: 117px;
    height: 71px;
    background: url('/local/templates/dorf/images/man-bg.png');
    margin: -107px auto 0;
}

.contacts {
    margin-bottom: 30px;
}
.img-block{
    margin-top: 30px;
}