@font-face {
    font-family: 'pt-sans-caption';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/PTC55F_W.woff) format('woff');
}

@font-face {
    font-family: 'pt-sans-caption';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/PTC75F_W.woff) format('woff');
}

@font-face {
    font-family: 'pt-serif-caption';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/PTZ55F_W.woff) format('woff');
}

@font-face {
    font-family: 'pt-serif-caption';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/PTZ56F_W.woff) format('woff');
}

:focus {
    outline: 0
}

[hidden] {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
}

body {
    background: rgb(229, 240, 251) linear-gradient(rgba(0, 16, 32, .8), rgba(0, 16, 32, .8)) 0 0 repeat-x fixed;
    background-size: 100% 50%;
    color: #333;
    min-height: 100%;
}

body, button, input, textarea {
    font-family: 'pt-sans-caption', sans-serif;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.25em;
    text-rendering: optimizelegibility;
}

a,
label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: rgb(0, 102, 204);
    color: inherit;
    text-decoration: none;
    -webkit-touch-callout: none;
}

a:hover {

}

h1, h2, h3, h4, li, p, figcaption {
    position: relative;
}

h1, h2, h3, h4 {
    /*font-family: "pt-sans-caption";*/
}

h2,
h3,
h4,
ol,
ul,
p {
    margin: inherit;
    max-width: inherit;
    position: relative;
}

h1 {
    font-size: 3em;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1em;
    margin: 0 0 .4em;
}

.small {
    font-size: 2.4em !important;
}

.medium {
    font-size: 2em !important;
}

.large {
    font-size: 1.75em !important;
}

.x-large {
    font-size: 1.5em !important;
    font-weight: 400;
}

@media (max-width: 25em) {
    h1 {
        font-size: 1.25em !important;
    }
}

h2 {
    font-size: 1.125em;
    font-weight: 700;
    margin-top: 1em;
    position: relative;
}

.article h2 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 3rem;
}

h2:first-child {
    margin-top: 0;
}

h3 {
    font-size: 1.25em;
    font-weight: 400;
    margin-top: 3rem;
}

h3 strong {
    font-weight: inherit;
}

h4 {
    font-size: 1.125em;
    font-weight: 400;
    margin: 0 0 .5rem;
}

img {
    border: 0;
    display: block;
    float: inherit;
    height: auto;
    margin: auto;
    max-width: 100%;
    vertical-align: top;
}

svg {
    display: block;
    overflow: hidden;
    -moz-transform: translate(0) !important;
}

figure {
    height: auto;
    margin: 3rem auto;
    overflow: hidden;
    position: relative;
    max-width: inherit;
    min-width: 100%;
}

figure figure {
    margin: 0;
}

figcaption {
    font-size: 13px;
    margin: 1rem auto 0;
    max-width: inherit;
}

figure embed,
figure iframe,
figure object,
figure video {
    max-width: 100%;
}

p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p,
li {
    font-size: .875em;
}

b,
strong {
    font-family: "pt-sans-caption";
    font-style: normal;
    font-weight: 800;
}

i,
em {
    /*font-family: "pt serif caption";*/
}

blockquote {
    border-left: 1.25rem solid #eee;
    margin: inherit;
    max-width: inherit;
    padding-left: 1.25rem;
}

ul {
}

li {

}

dd {
    margin: 0;
}

form {
    margin: 1em 0;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button,
input,
textarea {
    background: rgb(255, 255, 255);
    background-clip: padding-box !important;
    border: 0;
    box-shadow: rgba(255, 255, 255, .1) 0 1px 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -o-border-radius: .25rem;
    border-radius: .25rem;
}

button {
    background-color: rgb(0, 102, 204);
    box-shadow: rgba(0, 0, 0, .0) 0 1rem 1rem -.5rem, rgba(0, 0, 0, .0) 0 0 1rem 0 inset;
    color: rgb(255, 255, 255);
    cursor: default;
    display: inline-block;
    padding: .5em 1em;
    position: relative;
}

button,
input[type='submit'] {
    -webkit-appearance: button;
    padding: .5em 1em;
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
}

input[type='search'],
input[type='text'],
input[type='email'] {
    padding: .5rem 1rem;
    width: 100%;
}

input[type='search'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background: #f5f5f5;
    border: 0;
    border-radius: 2em;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-moz-placeholder {
    color: #ccc;
}

textarea {
    overflow: auto;
    padding: .75rem 1rem;
    resize: none;
    vertical-align: top;
    width: 100%;
}

small {
    display: block;
    font-size: .8125rem;
    margin: .5rem 0 0;
}

time {
    display: block;
    font-size: .8em;
    white-space: nowrap;
}

address {
    font-family: "pt-sans-caption";
    font-size: 1rem;
    font-style: normal;
    line-height: 1rem;
    margin: inherit;
    max-width: inherit;
    overflow: hidden;
    position: relative;
}

address > div {
    display: table;
    width: 100%;
}

address dl {
    margin: 0;
    padding: 1rem;
    height: 100%;
    overflow: hidden;
    vertical-align: bottom;
    position: relative;
    z-index: 0;
}

.at {
    display: table-cell;
    left: 0;
    vertical-align: top;
    width: 128px;
}

.at img {
    margin-right: 2rem;
    height: 80px;
    width: 80px;
}

.att {
    display: table-cell;
    vertical-align: middle;
}

.p {
    border-radius: 50%;
    margin: 0 auto 1rem;
    height: 240px;
    width: 240px;
}

.p + * + p {
    font-size: 14px;
}

.profile {
    min-height: 7rem;
    padding-left: 100px
}

.profile-split {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.profile-image {
    background: rgba(0, 16, 32, .05);
    border-radius: 50%;
    height: 5rem;
    -webkit-filter: grayscale();
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 5rem;
}

.profile-image img {
    border-radius: 50%;
}

.profile-image a {
    display: block;
    height: 100%;
}

.profile-image a:hover {
    opacity: 1;
}

.profile-name {
    font-weight: 700;
    margin-bottom: .5rem;
}

.profile-description {
    color: rgba(0, 0, 0, .5);
    margin: .25rem 0 .5rem;
    font-size: .75em;
}

.profile-contact {
    display: inline-block;
    margin: 0 1rem 0 0;
    position: relative;
    z-index: 1;
}

address p {
    color: inherit;
    clear: left;
    margin: 0;
}

.author {
    display: inline-block;
    width: 50%;
}

.c {
    height: 10rem;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0rem;
}

.c img {
    position: absolute;
    left: 0;
    z-index: -1;
}

.sec {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1;
    margin: 0 0 1em;
    max-width: none;
    text-align: center;
    text-transform: none;
}

.nav {
    list-style: none;
    margin: 0;
    padding: 0 1.5rem;
    text-align: center;
}

.nav ul {
    padding: 0;
}

.nav-item {
    color: rgba(0, 102, 204, 1);
    display: inline-block;
    /*float: left;*/
    font-size: 15px;
    font-weight: 700;
    line-height: 3rem;
    list-style: none;
    padding: 0 .5rem;
}

.nav-item a {
    display: block;
    height: 100%;
    position: relative;
}

.nav-item svg {
    display: inline-block;
    vertical-align: middle;
}

.nav-mag {
    background: url(../images/icon-badge.svg) 0 50% no-repeat;
    background-size: 30px;
    padding-left: 40px;
}

.nav-mag span {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    left: 0;
    position: absolute;
    text-align: center;
    width: 30px;
}

@media (max-width: 55em) {

    header {
        padding-left: 4.5rem !important;
    }

    .nav-trigger {
        background: rgb(0, 102, 204) url(../images/nav.svg) 50% 50% no-repeat;
        background-size: 19px 17px;
        bottom: 0;
        content: '';
        display: block;;
        position: absolute;
        left: 0;
        top: 0;
        width: 3.5rem;
    }

    .nav ul {
        float: none;
        padding: 0;
    }

    .nav-item {
        display: none;
    }

    .nav-open .nav-item {
        display: inline-block;
    }

}

.nav-drop {
    background: #fff;
    bottom: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 7rem 0;
    position: fixed;
    width: 100%;
    z-index: 3;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.nav-close {
    cursor: pointer;
    height: 2rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2rem;
    z-index: 1;
}

.nav-close svg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.dropped {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}

.search {
    text-align: center;
}

.search label {
    display: none;
}

.search #s {
    background: rgba(0, 32, 64, .1);
    border: 1px solid rgba(0, 32, 64, .1);
    margin-right: 1rem;
    width: 70%;
}

.search #searchsubmit {
    background: rgb(0, 102, 204);
    color: rgb(255, 255, 255);
}

.tags {
    line-height: 3rem;
    font-weight: 600;
    padding: 3.5rem 3rem 0;
    text-align: center;
}

.tags p {
    font-size: 1rem;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.tags a {
    margin: 0 .5rem;
}

.tag {
    font-family: "pt-sans-caption";
    font-weight: 600;
    text-transform: lowercase;
}

.size-1 {
    font-size: 1em;
}

.size-2 {
    font-size: 1.5em;
}

.size-3 {
    font-size: 2em;
}

.size-4 {
    font-size: 2.5em;
}

.size-5 {
    font-size: 3em;
}

main {
    background: rgb(229, 240, 251);
    border-top: 1px solid rgba(0, 16, 32, .05);
}

header {
    overflow: hidden;
    padding: .5rem 2rem 0;
    position: relative;
    width: 100%;
}

@media (max-width: 400px) {
    header {
        padding: 0 1rem;
    }
}

.logo {
    text-align: center;
}

.logo .title {
    line-height: 1;
    margin: 0;
}

.logo a {
    color: rgba(0, 102, 204, 1);
    display: block;
}

.logo svg {
    margin: auto;
    max-width: 640px;
    min-height: 3rem;
    width: 100%;
}

footer {
    clear: both;
    padding: 3rem 20% 2rem !important;
    text-align: center;
}

.post {
    display: block;
    overflow: hidden;
    position: relative;
    height: 500px;
    width: 320px;
    z-index: 1;
}

.post-image {
    height: 0;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    width: 100%;
}

.post-image img {
    bottom: 0;
    height: 100%;
    margin: auto;
    max-width: none;
    left: -50%;
    position: absolute;
    right: -50%;
    top: 0;
    width: auto;
}

.post-content {
    color: #888;
    overflow: hidden;
    padding: 1.25rem 1rem 0;
}

.post-content h2 {
    color: #333;
    margin: 0 0 10px;
}

.post-author {
    color: #333;
    font-weight: 600;
}

.grid .post-content::after {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    border-bottom: 1rem solid #fff;
    bottom: 0;
    content: "";
    height: 3rem;
    left: 0;
    position: absolute;
    right: 0;
}

.post-badge {
    background: url(../images/icon-badge.svg) 0 50% no-repeat;
    background-size: 3rem;
    color: #fff;
    font-weight: 800;
    left: 1rem;
    line-height: 3rem;
    position: absolute;
    text-align: center;
    top: 1rem;
    width: 3rem;
}

.post-meta {
    bottom: 0;
    color: rgb(0, 102, 204);
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
}

.projects-list {
    /*background: rgb(0, 102, 204);*/
    /*border-top: 1rem solid;*/
    border-spacing: 1rem;
    padding: 0;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

.projects-item {
    display: inline-block;
    padding: 1rem;
    vertical-align: middle;
}

.projects-link {
    color: rgb(0, 102, 204);
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.projects-all {
    background: rgba(0, 102, 204, .1);
    border-radius: 1rem;
    color: rgb(0, 102, 204);
    display: inline-block;
    font-size: .875rem;
    font-weight: normal;
    padding: .25rem 1rem;
}

@media (max-width: 50em) {
    .projects-item {
        display: block;
    }

    .projects-link {
        font-size: 1.5rem;
        font-weight: normal;
    }
}

.interview {
    text-align: center;
}

.interview .post-image {
    width: 75%;
    border-radius: 50%;
    margin: auto;
}

.interview h2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 1rem !important;
}

.music a {
    color: rgb(255, 102, 0);
}

.music .post-image {
    background: rgba(255, 102, 0, .5) url(../images/icon-music.svg) 50% 50% no-repeat;
    background-size: 152px;
}

.review a {
    color: rgb(128, 204, 0)
}

.review .post-image {
    background: url(../images/icon-review.svg) 50% 50% no-repeat,
    -webkit-linear-gradient(135deg, rgba(160, 240, 0, .5), rgba(0, 240, 160, .9));
    background: url(../images/icon-review.svg) 50% 50% no-repeat,
    -moz-linear-gradient(135deg, rgba(160, 240, 0, .5), rgba(0, 240, 160, .9));
    background: url(../images/icon-review.svg) 50% 50% no-repeat,
    -ms-linear-gradient(135deg, rgba(160, 240, 0, .5), rgba(0, 240, 160, .9));
    background: url(../images/icon-review.svg) 50% 50% no-repeat,
    linear-gradient(135deg, rgba(160, 240, 0, .5), rgba(0, 240, 160, .9));
    background-size: 152px, auto;
}

.video a {
    color: rgb(102, 0, 204)
}

.video .post-image {
    background: url(../images/icon-video.svg) 50% 50% no-repeat,
    -webkit-linear-gradient(135deg, rgba(0, 102, 204, .5), rgba(102, 0, 204, .7));
    background: url(../images/icon-video.svg) 50% 50% no-repeat,
    -moz-linear-gradient(135deg, rgba(0, 102, 204, .5), rgba(102, 0, 204, .7));
    background: url(../images/icon-video.svg) 50% 50% no-repeat,
    -ms-linear-gradient(135deg, rgba(0, 102, 204, .5), rgba(102, 0, 204, .7));
    background: url(../images/icon-video.svg) 50% 50% no-repeat,
    linear-gradient(135deg, rgba(0, 102, 204, .5), rgba(102, 0, 204, .7));
    background-size: 152px, auto;
}

.mag {
    /* padding: 2rem 0 0; */
    position: relative;
    text-align: center;
}

.mag-cover {
    display: table;
    margin-bottom: 2rem;
    width: 100%;
}

.mag h2 {
    font-size: 3em;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: none;
    margin: 0 0 1rem !important;
}

.profiles .group {
    background: rgba(0, 16, 32, .1);
    padding: 2rem;
    text-align: center;
}

.profiles img {
    margin-bottom: .5rem;
    width: 100%;
}

.profiles .count {
    background: #fff;
    border-radius: 2rem;
    font-weight: 800;
    line-height: 30px;
    padding: 0 .5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    text-align: center;
    min-width: 30px;
}

.profiles-item {
    display: inline-block;
    padding: .5rem;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 160px;
}

.subscription {
    background: rgba(0, 64, 128, 1);
    color: white;
    display: table;
    margin: 0;
    padding: 0 1rem;
    width: 100%;
}

@media (max-width: 600px) {
    .subscription {
        display: none;
    }
}

.subscription > div {
    display: table-cell;
    padding: 1rem;
    vertical-align: middle;
    white-space: nowrap;
}

.subscription h4 {
    font-size: 1rem;
    font-weight: 800;
}

.stretch {
    width: 100%;
}

.ipad {
    background: url(../images/ipad.png);
    background-size: 100% auto;
    margin: 2rem auto 0;
    overflow: hidden;
    padding-top: 60%;
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
    width: 80%;
}

.ipad--active {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.ipad--active::before {
    background: rgba(0, 0, 0, .7);
    border-radius: 1rem;
    color: rgb(255, 255, 255);
    content: 'Пролистать журнал';
    bottom: 1rem;
    left: 0;
    margin: 0 auto;
    padding: .25rem 1rem;
    position: absolute;
    right: 0;
    width: 10rem;
    z-index: 2;
}

.ipad::after {
    background: -webkit-radial-gradient(50% 0, 50% 100%, rgba(0, 0, 0, .7), rgba(0, 0, 0, .0)) 0 100% no-repeat;
    background: radial-gradient(ellipse closest-side, rgba(0, 0, 0, .7), rgba(0, 0, 0, .0)) 0 100% no-repeat;
    bottom: -1rem;
    content: '';
    height: 2rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.ipad img {
    left: 6%;
    position: absolute;
    right: 6%;
    top: 15%;
    width: 88%;
}

.container {
    background: #fff;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
}

.group {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.column {
    display: table-cell;
    padding: 2rem 2.5rem;
    vertical-align: top;
}

@media all and (max-width: 800px) {
    .column {
        display: block;
        width: 100%;
    }
}

.column-title {
    background: rgba(0, 102, 204, .05);
    border-bottom: 1px solid rgba(0, 102, 204, .1);
    color: rgb(0, 102, 204);
    margin: -2rem -2.5rem 1rem;
    padding: 1rem 2.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: .75;
}

.grid {
    margin: -8px auto;
    padding: 0 8px;
}

@media (max-width: 623px) {
    .grid {
        max-width: 320px;
    }

    .grid-item > * {
        height: auto;
        width: auto !important;
    }
}

@media (min-width: 624px) and (max-width: 687px) {
    .grid {
        width: 624px;
    }

    .grid-item > * {
        height: 450px;
        width: 288px !important;
    }
}

@media (min-width: 688px) and (max-width: 927px) {
    .grid {
        width: 688px;
    }
}

@media (min-width: 928px) and (max-width: 1023px) {
    .grid {
        width: 928px;
    }

    .grid-item > * {
        height: 450px;
        width: 288px !important;
    }
}

.grid-item {
    display: inline-block;
    /*float: left;*/
    padding: 8px;
    position: relative;
    text-align: left;
    vertical-align: top;
}

@media (max-width: 25em) {
    .grid-item {
        text-align: center;
        width: 100%;
    }
}

.grid-banner {
    float: right;
}

.post-banner {
    width: 320px;
    height: 500px;
    background: red;
    float: right;
    margin: 10px;
}

.list {
    list-style: none;
    padding: 0;
}

.list-item {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    white-space: nowrap;
}

.list-item a {
    display: block;
    overflow: hidden;
    padding: .5rem 0;
    text-overflow: ellipsis;
}

.list-item a::before {
    border: solid rgb(0, 102, 204);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .5rem;
    margin-right: 1rem;
    vertical-align: middle;
    width: .5rem;
}

.module {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.featured {
    padding: 16px;
}

.featured-post {
    display: table;
    height: 300px;
    table-layout: fixed;
}

.featured-post .post-image {
    height: auto;
    min-height: 300px;
    padding-top: 0;
}

.featured-post .post-image img {
    height: auto;
    left: -9999px;
    max-width: 100%;
    top: 0px;
    bottom: auto;
    /*position: relative;*/
    right: -9999px;
}

.featured h2 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0 0 1rem !important;
}

.single {
    padding: 3.5rem 0 2.5rem;
}

.topics {
    font-size: .6875rem;
    font-weight: 600;
    height: 3.5rem;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.topics .group {
    padding: 1rem 0;
}

.topics::after {
    content: '';
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

.topics a,
.topics span {
    display: inline-block;
    padding: .625rem 0 .625rem 1rem;
}

.bu {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 1));
    padding: 1.25rem 5rem;
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    right: 1.25rem;
}

.bu a {
    float: left;
    font-size: 2rem;
    font-weight: 300;
    line-height: 85px;
    padding-left: 5rem;
    width: 50%;
}

.issue-app {
    background: url(../images/apple.svg) 0 0 no-repeat;
    background-size: 32px;
    color: inherit;
    display: inline-block;
    padding-left: 32px;
    line-height: 32px;
}

.issue-google {
    background: url(../images/icon-google.png) 6px 50% no-repeat;
    color: inherit;
    display: inline-block;
    padding-left: 32px;
    line-height: 32px;
}

.issue-download {
    background: url(../images/download.svg) 0 0 no-repeat;
    background-size: 32px;
    color: inherit;
    display: inline-block;
    padding-left: 32px;
    line-height: 32px;
}

html body .archive {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.archive > * {
    float: left;
    margin-right: 1.25rem;
    height: 100%;
}

.archive h2 {
    line-height: 85px;
    margin-right: 2.5rem;
}

.archive img {
    height: 100%;
}

.cc {
    padding: 0 15%;
}

.item {
    margin: 1rem 0 0;
    min-height: 75px;
    overflow: hidden;
    position: relative;
}

.item img {
    left: 0;
    top: 0px;
}

.item p {
    font-size: 12px;
    line-height: 16px;
}

.recent-comments,
.blog {
    clear: both;
    margin: auto;
    max-width: 40rem;
    min-width: 100%;
    padding: 2rem 2.5rem;
    position: relative;
}

.recent-comments {
    background: rgba(0, 102, 204, .2);
    padding-bottom: 7rem;
}

.blog {
    background: rgba(0, 102, 204, .05);
}

.blog .p {
    border: solid #fff;
    margin: -7rem auto 1rem;
    height: 10rem;
    width: 10rem;
}

.blog h4 span {
    display: block;
    font-size: 1rem;
    margin-top: .5rem;
}

.blog .item {
    margin: 1rem auto;
    max-width: inherit;
}

.blog .item .at {
    width: 6.5rem;
}

.blog .item img {
    margin-left: 0;
}

.popular {
    padding-top: 2rem;
}

.article {
    font-family: "pt-serif-caption";
    font-size: 24px;
    line-height: 32px;
    margin: 1rem auto 0;
    min-width: 100%;
    max-width: 40rem;
    padding: 0 2rem 2rem;
}

@media all and (max-width: 25em) {
    .article {
        font-size: 1em;
        line-height: 1.5rem;
    }
}

.article a,
.topics a,
footer a {
    color: rgb(0, 102, 204);
}

.article-header {
    padding: 0 5%;
    text-align: center;
}

.article-header a {
    color: inherit !important;
}

.article-header ~ p:first-of-type {
    font-size: 1.5rem;
    /*font-weight: 300;*/
    line-height: 1.25;
}

.details {
    max-width: inherit;
    margin: 0 0 1rem;
    padding: .5rem 2rem;
    float: left;
    font-size: 1rem;
    line-height: 1rem;
    width: 180px;
}

.details p {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.details figure {
}

.details img {
    height: auto;
}

.aside {
    background: -webkit-linear-gradient(225deg,
    #eee 5px,
    transparent 0) 0 5px, -webkit-linear-gradient(-45deg,
    #eee 5px,
    #fff 0) 0 5px;
    background-color: #eee;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    margin: inherit;
    max-width: inherit;
    padding: 1.25rem 1.25rem;
}


.asidecolor {
    background: -webkit-linear-gradient(225deg,
    #e5f0fb 5px,
    transparent 0) 0 5px, -webkit-linear-gradient(-45deg,
   #e5f0fb 5px,
    #fff 0) 0 5px;
    background-color: #e5f0fb;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10px 10px;
    margin: inherit;
    max-width: inherit;
    padding: 1.25rem 1.25rem;
}

.aside-tweet {
    background: rgba(0, 102, 204, .1);
    margin: 1rem auto;
    max-width: inherit;
    padding: 1rem 1rem 1rem 6rem;
    position: relative;
}

@media (min-width: 640px) {
    .aside-tweet {
        font-size: 1.5rem;
        margin: 3rem auto;
    }
}

.aside-tweet svg {
    position: absolute;
    left: 1rem;
    top: 1rem;
    height: 4rem;
    width: 4rem;
}

.aside-tweet h3 {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
}

.aside-tweet p {
    margin: 0;
}

.hero {
    float: right;
    margin: 0 5% 5%;
    max-width: none;
    min-width: 0;
    width: 25%;
    z-index: 1;
}

.hero img {
    float: none;
}

.hero figcaption {
    margin: 1.25rem 0 0;
}

.epigraph {
    text-align: right;
}

.related {
    clear: both;
    overflow: hidden;
}

.related h3 {
    margin-bottom: 1.25rem;
    text-align: center;
}

.related-item {
    float: left;
    position: relative;
    width: 16.66%;
}

.related-item .vp {
    position: relative;
}

.related-item .i {
    height: 175px;
}

.related-item .tc {
    padding: 1.25rem 0 0;
}

.related-item h2 {
    font-size: 16px;
}

.l {
    padding-top: 0;
}

.vidw {
    margin: 0 auto;
    max-width: inherit;
}

.videoWrapper {
    clear: both;
    margin: inherit;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.share {
    height: 20px;
    margin: inherit;
    max-width: inherit;
    padding: 0;
    position: relative;
    z-index: 2;
}

.share-button {
    display: inline-block;
    height: 20px;
    line-height: 0;
}

.like {
    width: 157px;
}

.plus {
    width: 80px;
}

.tweet {
    width: 115px;
}

.banner {
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner a {
    color: inherit;
    display: block;
    height: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.banner a:hover {
    opacity: 1;
}

.banner img {
    position: relative;
    z-index: -1;
}

.banner-top {
    margin-bottom: 16px;
    padding: 16px 0;
}

@media (max-width: 1024px) {
    .banner-top {
    margin-bottom: 0;
    padding: 5px 0;
    }
}

.icon {
    display: block;
    height: 1.5rem;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    width: 1.5rem;
}

.icon.facebook {
    background: url(../images/facebook.svg) 50% 50% no-repeat;
}

.icon.telegram {
    background: url(../images/telegram.svg) 50% 50% no-repeat;
    background-size: cover;
}

.icon.twitter {
    background: url(../images/twitter.svg) 50% 50% no-repeat;
}

.icon.instagram {
    background: url(../images/instagram.svg) 50% 50% no-repeat;
}

.icon.linkedin {
    background: url(../images/linkedin.svg) 50% 50% no-repeat;
    background-size: 16px;
}

.icon.vk {
    background: url(../images/vk.svg) 50% 50% no-repeat;
}

.icon.youtube {
    background: url(../images/icon-youtube.svg) 50% 50% no-repeat;
}

.icon.flickr {
    background: url(../images/flickr.jpg) 50% 50% / 20px no-repeat;
}

.rss {
    background: url(../images/rss.svg) 50% 50% no-repeat;
}

.facebook {
    color: #3b5998;
}

.twitter {
    color: #00aced;
}

.navigation {
    clear: both;
    margin: 2rem 0 1.25rem;
    overflow: hidden;
    padding: .5rem 2rem;
}

.navigation div {
    float: right
}

.navigation div + div {
    float: left
}

.index {
    clear: both;
    text-align: center;
}

.index-item {
    border: 1px solid rgba(0, 16, 32, .1);
    color: rgba(0, 16, 32, .3);
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    line-height: 2rem;
    margin: 1px;
    text-align: center;
    text-transform: uppercase;
    width: 2rem;
}

.index-item:hover {
    background: rgba(0, 16, 32, .05);
    background-clip: padding-box;
}

.animated {
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.comments {
    clear: both;
    margin: auto;
    max-width: 40rem;
    min-width: 100%;
    padding: 3rem 0;
    position: relative;
}

.comments h2 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 3rem;
    text-align: center;
}

.comments ul {
    list-style: none;
    padding: 0;
}

.comment,.kurs {
    background: rgba(0, 102, 204, .1);
    margin-top: .5rem;
    padding: 1rem;
    position: relative;
}

.comment-author,.kurs-header {
    display: inline-block;
    font-weight: bold;
    margin-right: .5rem;
    vertical-align: top;
}

.comment-time {
    display: inline-block;
    font-size: .75rem;
    vertical-align: top;
}

.comment-content {
    padding: .5rem 0 0;
    word-wrap: break-word;
}

.comment-content p {
    font-size: 1rem;
	display:block;
	min-height:20px;
    position: relative;
    z-index: 1;
}
.comment-content p ~ p {
    margin-top: 10px;
}


.comment-reply {
    background: url(../images/icon-reply.svg) 50% 50% no-repeat;
    background-size: 1rem .75rem;
    cursor: pointer;
    height: 3rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
}

.comment-reply button {
    display: none;
}

.comment-form,.kurs-form {
    overflow: hidden;
    position: relative;
}

.comments textarea {
    padding-bottom: 4rem;
}

.comment-form-author {
    text-transform: capitalize;
}

.comment-form-email {
    text-transform: lowercase;
}

.comment-form-post {
    background: rgb(0, 102, 204);
    border: 0;
    color: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: .875rem;
    padding: 0 1.5rem;
    height: 3rem;
}

.comment-form-post::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20rem;
    height: 100%;
}

.comment-form-post:disabled {
    background: #eee;
}

.blog h3 {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1;
    margin: 0 0 1em;
    max-width: none;
    text-align: center;
    text-transform: none;
}

.progress::after {
    -webkit-animation: progress 2s linear infinite;
    -moz-animation: progress 2s linear infinite;
    animation: progress 1s linear infinite;
    background-image: linear-gradient(45deg, transparent 25%, rgba(0, 102, 204, .1) 25%, rgba(0, 102, 204, .1) 50%, transparent 50%, transparent 75%, rgba(0, 102, 204, .1) 75%);
    background-size: 2rem 2rem;
}

.draggable {
    height: 100%;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.draggable-item {
    display: inline-block;
    overflow: hidden;
    padding: 0 6rem;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
}

.gallery {
    background: #333;
    color: #fff;
    overflow: hidden;
    padding: 1rem 0;
    position: relative;
}

.preview {
    background: rgba(0, 0, 0, .95);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    -moz-transition: opacity .5s, -moz-transform .5s;
    transition: opacity .5s, transform .5s;
    width: 100%;
    z-index: 99;
}

.preview-close {
    color: #fff;
    cursor: pointer;
    height: 2rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2rem;
    z-index: 1;
}

.preview-close svg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.preview-page {
    height: 100%;
    min-width: 100%;
    padding: 5%;
    text-align: center;
}

.preview-page img {
    display: inline-block;
    max-height: 100%;
    max-width: 50%;
}

.view-control {
    bottom: 0;
    border-radius: .25rem;
    cursor: pointer;
    height: 6rem;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 4rem;
}

.prev {
    background: rgba(0, 0, 0, .5) url(../images/icon-prev.svg) 50% 50% no-repeat;
    background-size: 32px 60px;
    left: 1rem;
}

.next {
    background: rgba(0, 0, 0, .5) url(../images/icon-next.svg) 50% 50% no-repeat;
    background-size: 32px 60px;
    right: 1rem;
}

.disabled {
    display: none;
}

.hidden {
    opacity: 0;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 100px);
    -moz-transform: perspective(1000px) translate3d(0, 0, 100px);
    transform: perspective(1000px) translate3d(0, 0, 100px);
    visibility: hidden;
}

@-webkit-keyframes progress {
    100% {
        -webkit-transform: translateX(-10rem)
    }
}

@-moz-keyframes progress {
    100% {
        -moz-transform: translateX(-10rem)
    }
}

@keyframes progress {
    100% {
        transform: translateX(-10rem)
    }
}

.book {
    background: url(../images/book.jpg) 125% -50px no-repeat;
    background-size: 65% auto;
    border-bottom: solid rgb(229, 240, 251);
    padding-bottom: 0;
    padding-right: 50%;
    font-size: 112.5%;
    line-height: 1.5;
}

.book h1 {
    margin: auto;
    max-width: inherit;
}

.book-form {
    background: #ff8504;
    color: #fff;
    margin: 2rem 0;
    padding: 2rem 5%;
}

.book-form form {
    margin: auto;
    max-width: 280px;
}

@media (max-width: 60em) {
    .book {
        background-position: 50% 150%;
        background-size: 600px auto;
        padding: 0 2rem 600px;
    }
}

.overflow {
    overflow: hidden;
}

#orphus {
    position: absolute;
    right: 0;
    bottom: -10px;
}

/*mailchimp*/
.mailchimp-form {
    margin-left: 5%;
    width: 90%;
    position: relative;
    background: rgba(0, 102, 204, .1);
    margin-top: .5rem;
    padding: 1rem;
}

.left-side {
    width: 50%;
    padding: 10px;
    float: left;
}

.right-side {
    width: 50%;
    padding: 10px;
    float: right;
}

.form-header {
    display: block;
    clear: both;
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
}

#lists {
    width: 92%;
    margin: 10px 0 0 0;
}

.select-container {
    padding: 10px;
    margin-top: 140px;
    height: 270px;
}

.selection {
    margin: 10px 0 0 0;
}

.selectAll, .deselectAll {
    cursor: pointer;
}

.selectAll:hover, .deselectAll:hover {
    color: #000
}

#submit_mailchimp[disabled] {
    background: #eee !important;
    cursor: default !important;
}

/*mailchimp*/

@media (max-width: 60em) {
    .module {
        display: block;
        width: 100%;
    }
}

@media (min-width: 45em) {
    /*.grid-item {width: 33.33%;}*/
    .span-4 {
        width: 50%;
    }
}

@media (min-width: 60em) {
    .span-4 {
        width: 25%;
    }
}

@media (max-width: 45em) {
    .topics {
        display: none;
    }

    .h {
        display: none;
    }

    .cover {
        width: 100%;
    }
}

@media (max-width: 25em) {
    .title {
        left: auto;
        right: 0;
        margin: 0 0 0 4rem;
    }

    .article-header {
        padding: 0;
    }

    .single {
        overflow: hidden;
        padding: 0;
    }
}

.bookparent {
    width: 1024px;
    height: 80px;
}

.hero-list {
    width: 96%;
    padding: 10px;
    margin: 0 auto;
    border-collapse: collapse;
}

.hero-th {
    width: 20%;
    text-align: center;
    border: 1px #000 solid;
}

.download-btn {
    margin: 15px;
    background-color: rgb(0, 102, 204);
    box-shadow: rgba(0, 0, 0, .0) 0 1rem 1rem -.5rem, rgba(0, 0, 0, .0) 0 0 1rem 0 inset;
    color: rgb(255, 255, 255);
    cursor: default;
    display: inline-block;
    padding: .5em 1em;
    position: relative;
    border-radius: .25rem;
}

.download-btn:hover {
    cursor: pointer
}

.kurs-form-post {
    background: rgb(0, 102, 204);
    border: 0;
    color: #fff;
    overflow: hidden;
    padding: 0 1.5rem;
    height: 3rem;
    float: right;
    position: relative;
    bottom: 0;
}
.kurs-form-post:disabled {
    background: #eee;
}
.comment-img{
    position: relative;
    z-index: 2;
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 10px 10px 0;
}
.error_input {
    box-shadow: inset 0 0 2px 2px #f00 !important;
}
.comment-form-post {
    cursor:pointer;
}
html body .book_my h3, html body .book_my h3 * {
    font-size:18px;
}
html body .book_my, html body .book_my * {
    font-size:16px;
}
.comment .comment-time {
    display:none;
}



figure {
    margin: 0.5rem auto 4rem auto;
}


.bnrwithtxt {
	width: 100%;
  	max-width: 100%;
  	min-height: 560px;
  	display: table;
}

.bnrtxtblock {
  	float: right;
  	margin: 10px;
  	position: relative;
  	z-index: 10;
}

@media (min-width: 800px) {
  .bnrwithtxt {
    padding-left: 160px; }
}
