@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,300italic,400italic,600italic&subset=latin,cyrillic);
@font-face {
    font-family: 'HE';
    src: url('../fonts/HE_CN_B.eot');
    src: url('../fonts/HE_CN_B.eot') format('embedded-opentype'),
         url('../fonts/HE_CN_B.woff2') format('woff2'),
         url('../fonts/HE_CN_B.woff') format('woff'),
         url('../fonts/HE_CN_B.ttf') format('truetype'),
         url('../fonts/HE_CN_B.svg#HE_CN_B') format('svg');
}
@font-face {
    font-family: 'Chart';
    src: url('../fonts/charterblackc.eot');
    src: url('../fonts/charterblackc.eot') format('embedded-opentype'),
         url('../fonts/charterblackc.woff2') format('woff2'),
         url('../fonts/charterblackc.woff') format('woff'),
         url('../fonts/charterblackc.ttf') format('truetype'),
         url('../fonts/charterblackc.svg#charterblackc') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Chart';
    src: url('../fonts/chartercbold.eot');
    src: url('../fonts/chartercbold.eot') format('embedded-opentype'),
         url('../fonts/chartercbold.woff2') format('woff2'),
         url('../fonts/chartercbold.woff') format('woff'),
         url('../fonts/chartercbold.ttf') format('truetype'),
         url('../fonts/chartercbold.svg#chartercbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Chart';
    src: url('../fonts/chartercbolditalic.eot');
    src: url('../fonts/chartercbolditalic.eot') format('embedded-opentype'),
         url('../fonts/chartercbolditalic.woff2') format('woff2'),
         url('../fonts/chartercbolditalic.woff') format('woff'),
         url('../fonts/chartercbolditalic.ttf') format('truetype'),
         url('../fonts/chartercbolditalic.svg#chartercbolditalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

html {
    height: 100%;
    background: url('../images/mag-safari_back.jpg') repeat center;
    background-size: cover;
}
body {
    min-height: 650px;
    font-family: 'Chart';
    color:#000;
    font-size: 18px;
    box-sizing: border-box;
    padding: 20px;
}

body > div {
     max-width: 1280px;
     box-sizing: border-box;
     padding: 20px;
     }
body > div img {
     margin-bottom: 30px;
     margin-top: 30px;
}
.text {
    background: rgba(255,255,255,0.7);
    padding: 20px;
    box-sizing: border-box;
}