@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;subset=cyrillic,cyrillic-ext,latin-ext&amp;text=™');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

html {
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}

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;
    vertical-align: baseline;
    font-family: 'Roboto';
    font-weight: 300;
    box-sizing: border-box;
    font-size: 16px;
    color: #424242;
    text-decoration: none;
}
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;
}
input, select {
    font-family: 'Roboto';
}

a, a:link, a:visited {
    text-decoration: underline;
    opacity: 0.6;
    color: #3b7bea;
}
a:hover {
    opacity: 1.0;
}

/* -------------------------------------------------------------------------- */

body {
    background: url(../loader.gif) 50% 200px no-repeat;
}

body > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    margin: 0 0 0 0;
}
body > div > img {
    width: 100%;
    max-width: 1000px;
    height: auto;
}
/* -------------------------------------------------------------------------- */
