@font-face {
    font-family: font1;
    src: url(../fnt/DejaVuSansCondensed.ttf);
}

@font-face {
    font-family: font2;
    src: url(../fnt/DejaVuSansCondensed-Bold.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#Banner {
    width: 750px;
    height: 531px;
    color: rgb(0, 80, 159);

}

#Banner #blok {
    background: #fff;
    padding-top: 38px;
    padding-left: 34px;
}

#Banner h2 {
    font-family: font1;
    font-size: 34px;
}

#Banner h3 {
    font-family: font2;
    font-size: 36.5px;
    margin-top: 13px;
    line-height: 1.35;
    margin-bottom: 17px;
}

#Banner h4 {
    font-family: font1;
    font-size: 19px;
    font-weight: normal;
}

#Banner span {
    font-family: font2;
}

#Banner #blok p {
    margin-top: 16px;
    margin-right: 58px;
}

#Banner p {
    font-family: font1;
    font-size: 15.8px;
    line-height: 1.3;
    color: #000;
}

#Banner img {
    width: 667px;
    margin-left: 9px;
    margin-top: 138px;
}

#Banner #fotr {
    box-sizing: content-box;
    background-color: rgb(0, 80, 159);
    height: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#Banner #fotr p {
    text-align: center;
    font-size: 9px;
    color: #fff;
}

#Banner #fotr a {
    text-decoration: none;
    font-family: font2;
    color: #fff;
}