html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "sofia-pro",sans-serif;
    font-style: normal;
}
header {
    height: 450px;
    position: relative;
    z-index: 1;
    background-image: url(/images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    padding: 100px;
}

.logo-bloc .inside-logo {
    margin-top: 20px
}

.logo-bloc h1 img {
    width: 62px;
    margin-top: -10px;
    margin-right: 22px;
    vertical-align: middle;
}
.logo-bloc h1 {
    display: block;
    color: #5a5a5a;
    font-size: 28px;
}
.logo-bloc h2 {
    display: block;
    color: #5a5a5a;
    font-size: 45px;
    font-weight: 400;
    margin-top: 40px;
    line-height: 50px;
}
.logo-bloc #itunes_button {
    display: block;
    margin: 20px 0;
}
.logo-bloc #itunes_button img {
    width: 200px;
    height: auto;
}

.iphone-bloc {
    position: relative;
}

.iphone-bloc img {
    position: absolute;
    left: 0; right: 0; top: -70px; margin: auto;
    width: 250px;
}

.content {
    text-align: center;
    padding: 50px;
}

.content h3 {
    font-size: 25px;
    letter-spacing: 0.04em;
    font-weight: 500;
    padding-bottom: 40px;
    color: #5a5a5a;
}

.content p {
    margin: 0 auto;
    font-size: 17px;
    letter-spacing: 0.04em;
    font-weight: 300;
    padding-bottom: 20px;
    line-height: 30px;
    max-width: 900px;
}


@media screen and (max-width:768px) {
    header {
        text-align: center;
        height: 750px;
        padding: 40px 20px 0px 20px
    }
    .iphone-bloc img {
        position: absolute;
        left: 0; right: 0; top: 80px; margin: auto;
        width: 250px;
    }
}