/* молодые, динамично развивающиеся стили */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic);
BODY {
    font-family: "PT Sans", "Segoe UI", "Helvetica CY", sans-serif;
    font-size: 1em;
    background: #f4f4f4;
    color: #000;
    font-weight: normal;
}
a,
a:visited,
a:link {
    color: #ff4f55;
    text-decoration: underline;
}
a:hover {
    color: #0000ff;
    text-decoration: underline;
}
a:focus,
a:active {
    color: #000000;
    text-decoration: underline;
}
.wrap {
    min-height: 100%;

    position: relative;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.centertblock {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -70px;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 1em;
    width: 200px;
    height: 140px;
    overflow: hidden;
}
.content {
    min-width: 280px;
    width: 80%;
    max-width: 50em;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding: 2em;
    text-align: left;
}
.yashares {
    float: none;
    clear: both;
    margin: 2em 0;
}
.yashares h5 {
    margin-bottom: 1em;
}
.content p {
    margin: 0.6em 0 0.8em 0;
    line-height: 160%;
}
h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2em;
    text-align: center;
}
h2 {
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    font-size: 1.4em;
    color: rgb(51 51 51);
}
h3 {
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    font-size: 1.2em;
    color: rgb(73 73 73);
    font-weight: 700;
}
blockquote {
    margin: 0;
    padding: 0;
    padding: 1em 4em;
    position: relative;
}
blockquote:before,
blockquote:after {
    font-size: 3em;
    color: #800;
}
blockquote:before {
    content: "«";
    position: absolute;
    top: 0.4em;
    left: 0.4em;
}
blockquote:after {
    content: "»";
    position: absolute;
    bottom: 0.4em;
    right: 0.4em;
}
blockquote p.source {
    text-align: right;
    font-weight: 700;
}

#mega_nano_tech_btns {
    text-align: center;
    margin: 1em 0;
}
#nano_tech_start {
    outline: none;
    display: inline-block;
    border: none;
    padding: 1em 2em;
    background: #777;
    color: #fff;
    text-shadow: 0 0 2px #1b1b1b;
}
#nano_tech_start:hover {
    background: #444;
    color: #e7e7e7;
}
#nano_tech_start:active,
#nano_tech_start:focus {
    background: #000;
}

@media all and (max-width: 600px) {
    .content {
        width: 90%;
        max-width: 50em;
        background: #fff;
        overflow: hidden;
        margin: 0 auto;
        padding: 1em;
        text-align: left;
    }
    blockquote {
        margin: 0;
        padding: 0;
        padding: 1em 2em;
        position: relative;
    }
    blockquote:before {
        left: 0;
    }
    blockquote:after {
        right: 0;
    }
    h2 {
        font-size: 1.4em;
    }
}
