html, body, div, span, h1, h2, p, ul, ol, li, a, img, blockquote, figure, figcaption, code, pre, table, tr, th, td, caption, em, strong {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font: inherit;
    vertical-align: baseline;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    font-style: inherit;
    color: inherit;
}

body {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 1.65;
}

.wrap {
    padding: 20px;
}

.wrap {
    max-width: 800px;
    min-width: 300px;
    margin: 0 auto;
}

h1, h2 {
    line-height: 1.0;
}

.block, .footer, h1 {
    margin-top: 100px;
}

h1 {
    font-size: 45px;
    margin-bottom: 30px;
}

.maintitle {
    font-size: 80px;
}

h1 .key {
    font-weight: 900;
}

h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}

p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.titleblock p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.block:first-child, h1:first-child, p:first-child {
    margin-top: 0px;
}

h1:last-child, p:last-child {
    margin-bottom: 0px;
}

ul, ol {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 30px;
}

ul ul, ul ol, ol ul, ol ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.compact li {
    margin-top: 3px;
    margin-bottom: 3px;
}

strong {
    font-weight: 700;
}

a:link, a:visited {
    color: #08c;
}

a:hover, a:active {
    color: #fff;
    background-color: #08c;
}

.footer {
    text-align: right;
}

@media (max-width: 800px) {
    body { font-size: 16px; }
    h1 { font-size: 40px; }
    h2 { font-size: 20px; }
    .maintitle { font-size: 60px; }
}

@media (max-width: 600px) {
    h1 { font-size: 25px; }
    h2 { font-size: 18px; }
    .maintitle { font-size: 35px; }
    .block, .footer, h1 { margin-top: 50px; margin-bottom: 15px; }
    h2 { margin-top: 30px; margin-bottom: 15px; }
    .wrap { padding: 10px; }
}
