@import url("lib/font-awesome/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic|Playfair+Display:400,400italic,700,700italic&subset=latin,cyrillic");

#phenaminum-profiling {
    position: fixed;
    top: 0;
    right: 0;
    width: 182px;
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 10px;
    opacity: 0;
}

#phenaminum-profiling:hover {
    opacity: 1;
}
::selection {
    background: #8cddcd;
    color: #fff;
}
html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Roboto, Arial, sans-serif;
    line-height: 24px;
    font-weight: 400;
    background: #000000;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
}

img, body {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    white-space: nowrap;
}

a {
    -webkit-transition: opacity 0.5s, color 0.5s, background 0.5s;
    -moz-transition: opacity 0.5s, color 0.5s, background 0.5s;
    -o-transition: opacity 0.5s, color 0.5s, background 0.5s;
    transition: opacity 0.5s, color 0.5s, background 0.5s;
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both;
}

/****************************************************************
 *                                                              *
 *                     LET'S MAKE SOME CSS!                     *
 *                                                              *
 ****************************************************************/
#layout {
    width: 1260px;
    margin: 0 auto 0;
}

.wrapper-header {
    background-position: top center;
    background-attachment: fixed;
    padding-bottom: 20px;
    z-index: 10;
    position: relative;
    /*background-size: cover*/;
}

.wrapper-header.bg {
    box-shadow: 0 -80px 156px rgba(0, 0, 0, 0.7) inset;
	background-size: cover
}

#header {
    margin: 0 auto;
    width: 1260px;
}

#header a.logo {
    display: block;
    width: 185px;
    height: 135px;
    background: url('/img/logo.png') no-repeat center #ff601a;
    float: left;
}

#header .nav {
    white-space: nowrap;
    font-size: 0;
}

#header .nav li {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: inline-block;
}

#header .nav li a {
    background: #ffffff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: block;
    text-align: center;
    width: 244px;
    height: 94px;
    font-size: 24px;
    line-height: 89px;
}

#header .nav li a:hover,
#header .nav li a.active {
    background-color: #ff601a;
}

#header .nav li.search a {
    width: 94px !important;
    height: 95px !important;
    background: #000 url('/img/icon-search.png') center center no-repeat;
    margin-bottom: -44px;
    cursor: pointer;
    margin-left: -1px;
}

#header .nav li.search form {
    display: none;
}

#header .nav li.search.active form {
    display: block;
    position: absolute;
    width: 584px;
    background: #fff;
    margin-left: -584px;
    height: 94px;
    border-left: 1px solid #000;
    box-shadow: -8px 0 20px -1px rgba(0, 0, 0, 0.5);
}

#header .nav li.search.active form input {
    height: 40px;
    margin: 25px 20px;
    width: 534px;
    border: 0;
    border-bottom: 1px solid #aaa;
    font-size: 28px;
    color: #aaa;
}

#header .nav.themes li a {
    height: 40px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 40px;
    width: auto;
}

#footer {
    margin: 20px auto 0;
    padding: 40px 0;
    overflow-y: hidden;
    height: 135px;
    background: #000;
    width: 1260px;
    z-index: 10;
    position: relative;
}

#footer a.logo {
    display: block;
    width: 185px;
    height: 135px;
    background: url('/img/logo-alt.png') no-repeat center #ffffff;
    float: left;
    margin: 0 40px;
}

#footer .inner {
    margin-left: 225px;
}

#footer .nav li {
    display: inline-block;
}

#footer .nav li a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
    padding-right: 20px;
}

#footer .nav li a:hover,
#footer .nav li a:active {
    color: #ff601a;
}

#footer .nav.social a {
    transition: 0.4s;
    border-radius: 3px;
    background-clip: padding-box;
    font-size: 17px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
    margin-left: 10px;
}

#footer .about {
    color: #7e8584;
    font-size: 14px;
    line-height: 16px;
}

#footer .about p {
    margin: 0 0 6px 0;
}

#footer .about p a {
    color: #fff;
}

.article #footer {
    margin-top: 0;
}

.article #footer .logo {
    margin-left: 0;
}

#content article {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: no-repeat center center / cover none;
}

#content article .caption {
    padding: 15px 20px;
    overflow: hidden;
    height: 105px;
    background: #ffffff;
    color: #000000;
}

#content article nav.rubrics {
    display: none;
}

.related li {
    margin-bottom: 20px;
}

.related h3 {
    font-size: 17px;
    line-height: 21px;
}

.related .date {
    font-family: "Playfair Display", sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    color: #7e8584;
}

.related .links {
    margin-left: 170px;
}

.article .related h2,
.article .also h2 {
    color: #303238;
    width: 120px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    float: left;
}

.article .also .articles {
    margin: 0 0 0 120px;
}

.article .also .articles .caption {
    padding: 0 20px 30px !important;
    height: 130px !important;
    width: 500px;
}

.article .also .articles .caption > * {
    display: none;
}

.article .also .articles .caption img {
    display: inline-block;
    width: 140px;
    height: 140px;
    float: left;
}

.article .also .articles .caption h3 {
    display: block;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
    padding-left: 160px;
}

section.most-complexity {
    background: #000000;
    padding: 20px 10px;
    color: #fff;
}

section.most-complexity .wrapper {
    border: 1px solid #8cddcd;
    border-left: 0;
    border-right: 0;
    margin: 0 auto;
}

section.most-complexity .wrapper h6 {
    position: absolute;
    display: inline-block;
    background: #8cddcd;
    color: #000;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    z-index: 2;
}

section.most-complexity .wrapper article {
    padding: 60px 0;
    text-align: center;
    display: inline-block;
}

section.most-complexity .wrapper article h3 {
    position: relative;
    display: block;
    padding: 0 120px;
    margin-top: 40px;
}

section.most-complexity .wrapper article h3 a {
    color: #fff;
    font-size: 24px;
    line-height: 27px;
}

section.most-complexity .wrapper article h3 a:hover {
    text-decoration: underline;
}

section.most-complexity .wrapper article .heading {
    font-family: "Playfair Display", sans-serif;
    width: 135px;
    margin: 0 auto;
}

section.most-complexity .wrapper article .heading p {
    font-size: 15px;
    line-height: 17px;
    font-style: italic;
    color: #8cddcd;
    margin-top: 0;
}

section.most-complexity .wrapper article .heading .num {
    width: 135px;
    height: 116px;
    overflow: hidden;
    display: inline-block;
    border-bottom: 1px solid #8cddcd;
}

section.most-complexity .wrapper article .heading .num .value {
    font-size: 60px;
    line-height: 110px;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    width: 135px;
    height: 135px;
    display: block;
    background: #8cddcd;
    color: #000;
}

section.most-complexity .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
}

section.most-complexity .swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

section.most-complexity .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

section.most-complexity .swiper-button-prev,
section.most-complexity .swiper-button-next {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-family: "Playfair Display", sans-serif;
    font-size: 24px;
    line-height: 20px;
    font-weight: 900;
    text-align: center;
    border: 1px solid #8cddcd;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

section.most-complexity .swiper-button-prev:hover,
section.most-complexity .swiper-button-next:hover {
    background: #8cddcd;
    border-color: #8cddcd;
}

section.most-complexity .swiper-button-prev:before,
section.most-complexity .swiper-button-next:before {
    display: block;
    content: '‹';
}

section.most-complexity .swiper-button-next {
    left: auto;
    right: 1px;
}

section.most-complexity .swiper-button-next:before {
    content: '›';
}

section.most-complexity .swiper-container-horizontal > .swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
}

section.most-complexity .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

section.most-complexity .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

section.most-complexity .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    margin: 0 5px;
}

section.most-complexity .swiper-pagination-bullet-active {
    background: #8cddcd;
}

#layout.list .most-complexity {
    background: transparent;
}

#complexity-swiper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.separator {
    border-bottom: 1px solid #dadbe4;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

/***************************************************
 *                                                 *
 *                     ARTICLE                     *
 *                                                 *
 ***************************************************/
#layout.article {
    width: 100%;
}

#layout.article #header .nav li a {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#layout.article #content {
    background: #ffffff;
    margin: 0;
    padding-top: 20px;
}

#layout.article .wrapper-header.bg[style^="background-image"] + #content {
    padding-top: 0
}


#layout.article .wrapper-header.bg[style^="background-image"] + #content .latest .ad > *:first-child {
    margin-top: 40px;
}

#layout.article #content > article {
    width: 960px;
    margin: 0 auto;
    background: #ffffff;
}

#layout.article #content > article header {
    padding: 40px 0 20px;
}

#layout.article #content > article > .text {
    width: 620px;
    display: inline-block;
}

#layout.article #content > article > .text a {
    color: #ff601a;
}

#layout.article #content > article > .text h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin: 40px 0;
}

#layout.article #content > article > .text img {
    max-width: 100%;
}

#layout.article #content > article > .text figure img {
    width: 620px;
}

#layout.article #content > article figure {
    margin: 0;
}

#layout.article #content > article {
    padding: 0;
}

header.article-header .nav {
    display: block;
}

header.article-header .nav li {
    clear: both;
    float: left;
    margin-bottom: 0 !important;
    display: block;
    line-height: 24px;
    border: #dadbe4 1px solid;
    margin-top: -1px;
}

header.article-header .nav li a {
    color: #303238;
    padding: 4px 10px;
    display: block;
    float: left;
    line-height: 24px;
    border-right: #dadbe4 1px solid;
}

header.article-header .nav li a span {
    font-size: 15px;
    line-height: 24px;
    border-right: #dadbe4 1px solid;
    padding: 0 10px;
    transition: border 0.5s;
    float: left;
}

header.article-header .nav li a span:last-child {
    border-right: 0;
}

header.article-header .nav li a span.counter {
    font-style: italic;
}

header.article-header .nav li a:last-child {
    border-right: 0;
}

header.article-header .nav li a:hover,
header.article-header .nav li a.active {
    zoom: 1;
    opacity: 1;
    background: #ff601a;
}

header.article-header .nav li a:hover span,
header.article-header .nav li a.active span {
    border-right-color: #303238;
}

.wrapper-header .article-header {
    width: 960px;
    margin: 40px auto 0;
    color: #fff;
}

.wrapper-header.bg .article-header {
    margin-top: 140px;
}

.wrapper-header .article-header a span {
    color: #fff;
}

.wrapper-header .article-header a:hover span,
.wrapper-header .article-header a.active span {
    border-right-color: #dadbe4 !important;
}

.wrapper-header .article-header .social-likes__icon {
    color: #fff;
}

.wrapper-header .article-header h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    margin: 40px 0 10px;
}

.wrapper-header .article-header h3 {
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    font-size: 24px;
}

.wrapper-header .article-header .social-likes {
    margin-left: 700px;
}

.latest {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin: -25px 0 0 20px;
}

.latest h2 {
    padding: 0 0 20px 0;
    color: #303238;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
}

.latest article a:hover .caption {
    color: #ff601a;
}

.latest article img {
    display: none;
}

.latest article:first-of-type img {
    display: block;
    float: left;
    width: 120px;
    margin: 0 20px 20px 0;
}

.latest article .caption {
    padding: 20px 0 !important;
    height: auto !important;
    border-top: 1px solid #dadbe4;
    transition: color 0.5s;
}

.latest article .date {
    display: inline;
    color: #ff601a;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
}

.latest article h3 {
    font-size: 17px;
    line-height: 21px;
    display: inline;
}

.latest article p {
    display: none;
}

#content .search {
    background: #fff;
    width: 960px;
    padding: 20px;
    margin: 0 auto;
}

#content .search .results {
    width: 100%;
    margin: 20px 0;
}

#content .search img {
    display: block;
    float: left;
    width: 120px;
    margin: 0 20px 20px 0;
}

#content article a:hover h3 {
    text-decoration: underline;
}

.text.themes h1 {
    margin: 0 0 40px !important;
}

.text.themes .themes-list li {
    margin-bottom: 20px;
}

.text.themes .themes-list a {
    font-size: 18px;
}

.social-likes {
    width: 300px;
    position: absolute;
    margin-left: 628px;
}

.social-likes__widget {
    font-size: 20px;
    color: #000;
    vertical-align: top;
    cursor: pointer;
    padding: 0 15px;
    height: 30px;
    display: inline-block;
}

.social-likes__widget:hover {
    opacity: 0.7;
}

.social-likes__counter {
    display: none;
}

.social-likes__icon {
    display: inline-block;
    font-family: 'FontAwesome';
    margin-top: 5px;
    vertical-align: top;
    font-weight: bold;
    font-size: 18px;
}

.social-likes__icon:before {
    content: '';
    display: block;
}

.social-likes__icon_facebook:before {
    content: "\f09a";
}

.social-likes__icon_twitter:before {
    content: "\f099";
}

.social-likes__icon_vkontakte:before {
    content: "\f189";
}

.social-likes__icon_odnoklassniki:before {
    content: "\f263";
}

div[data-oembed] {
    width: 100%;
}

div[data-oembed] > iframe {
    width: 100%;
}

.list #content article .author {
    display: none;
}

@media screen and (min-width: 481px) {

    #content article.list.at-bigmat > a {
        width: 100%;
    }

    #content article.list {
        display: inline-block;
        float: left;
        overflow: hidden;
        margin: 10px;
    }

    #content article.list.at-bigmat nav.rubrics,
    #content article.list.at-material nav.rubrics {
        white-space: nowrap;
        font-size: 0;
        display: block;
    }

    #content article.list.at-bigmat nav.rubrics a,
    #content article.list.at-material nav.rubrics a {
        background-color: #000;
        color: #fff;
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
        line-height: 40px;
        display: inline-block;
        text-decoration: none;
        transition: opacity .4s, zoom .4s;
        margin-right: 1px;
    }

    #content article.list.at-bigmat nav.rubrics a:hover,
    #content article.list.at-material nav.rubrics a:hover {
        opacity: 0.7;
        zoom: 1;
    }

    #content article.list.news.picture.low,
    #content article.list.at-material {
        height: 290px;
    }

    #content article.list.news.picture.low a,
    #content article.list.at-material a,
    #content article.list.news.picture.low .caption,
    #content article.list.at-material .caption {
        color: #fff !important;
    }

    #content article.list.news.picture.low .caption,
    #content article.list.at-material .caption {
        background: rgba(0, 0, 0, 0.6);
        width: 300px;
        min-height: 135px;
        max-height: 230px;
        position: absolute;
        height: auto;
        bottom: 0;
        left: 0;
    }

    #content article.list.news.picture.low a:hover .caption,
    #content article.list.at-material a:hover .caption {
        background: #000;
    }

    #content article.list.news.picture.low h3,
    #content article.list.at-material h3 {
        font-size: 24px;
        line-height: 26px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        border-top: 1px solid #fff;
    }

    #content article.list.news.picture.low .subtitle,
    #content article.list.at-material .subtitle {
        font-size: 15px;
        line-height: 17px;
        display: block;
    }

    #content article.list.stretch,
    #content article.list.at-bigmat {
        background: transparent !important;
    }

    #content article.list.stretch nav.rubrics,
    #content article.list.at-bigmat nav.rubrics {
        position: absolute;
        margin-top: 1px;
    }

    #content article.list.stretch a,
    #content article.list.at-bigmat a,
    #content article.list.stretch .caption,
    #content article.list.at-bigmat .caption {
        color: #fff !important;
    }

    #content article.list.stretch .caption,
    #content article.list.at-bigmat .caption {
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #fff;
        background: none;
        min-height: 288px;
        height: auto;
    }

    #content article.list.stretch h3,
    #content article.list.at-bigmat h3 {
        font-size: 45px;
        line-height: 50px;
        font-weight: 900;
        margin: 60px 320px 20px 0;
    }

    #content article.list.at-bigmat h3 {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    #content article.list.at-bigmat:hover h3 {
        color: #ff601a;
    }

    #content article.list.stretch .subtitle,
    #content article.list.at-bigmat .subtitle {
        font-size: 21px;
        font-weight: 900;
        line-height: 24px;
        margin-right: 320px;
    }

    #content article.list.stretch .lead,
    #content article.list.at-bigmat .lead {
        width: 300px;
        font-size: 18px;
        line-height: 24px;
        min-height: 285px;
        float: right;
        font-family: "Playfair Display", sans-serif;
    }

    #content article.list.stretch .date,
    #content article.list.at-bigmat .date {
        display: none;
    }

    #content article.list.news,
    #content article.list.at-news {
        margin-bottom: 10px;
        height: 135px;
        display: inline-block;
    }

    #content article.list.news a,
    #content article.list.at-news a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 18px;
    }

    #content article.list.news .caption,
    #content article.list.at-news .caption {
        transition: 0.4s;
        background: #fff;
    }

    #content article.list.news:hover .caption,
    #content article.list.at-news:hover .caption {
        background: #ff601a;
    }

    #content article.list.news .date,
    #content article.list.at-news .date {
        font-size: 13px;
        font-weight: 900;
        line-height: 20px;
        margin-bottom: 3px;
    }

    #content article.list.news h3,
    #content article.list.at-news h3 {
        font-size: 17px;
        line-height: 21px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    #content article.list.news .lead,
    #content article.list.at-news .lead,
    #content article.list.news .subtitle,
    #content article.list.at-news .subtitle {
        display: none;
    }

    #content article.list.news.picture,
    #content article.list.at-main {
        height: 444px;
    }

    #content article.list.news.picture .caption,
    #content article.list.at-main .caption {
        transition: 0.4s;
        background: #fff;
    }

    #content article.list.news.picture:hover .caption,
    #content article.list.at-main:hover .caption {
        background: #ff601a;
    }

    #content article.list.news.picture .date,
    #content article.list.at-main .date {
        font-size: 13px;
        font-weight: 900;
        line-height: 20px;
        margin-bottom: 3px;
    }

    #content article.list.news.picture h3,
    #content article.list.at-main h3 {
        font-size: 17px;
        line-height: 21px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    #content article.list.news.picture .lead,
    #content article.list.at-main .lead,
    #content article.list.at-material.list .lead,
    #content article.list.at-material.list .date,
    #content article.list.news.picture .subtitle,
    #content article.list.at-main .subtitle {
        display: none;
    }

    #content article.list.news.picture a,
    #content article.list.at-main a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    #content article.list.news.picture .caption,
    #content article.list.at-main .caption {
        height: 135px;
        width: 300px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #content .at-news {
        width: 300px;
        height: 135px;
    }

    #content .at-main {
        width: 620px;
        height: 444px;
    }

    #content .at-material {
        width: 620px;
    }

}

/* ============================================================================================================================================================================================================  */

    #content .at-blog {
        width: 300px;
        height: 444px;
        background: #fff;
    }

    #content .at-blog, #content .at-blog .caption {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    #content .at-blog:hover, #content .at-blog:hover .caption {
        background: #ff601a;
    }

    #content .at-blog a {
        width: 300px;
        height: 444px;
    }

    #content .at-blog .caption {
        font-family: "Playfair Display", sans-serif;
        width: 260px;
        margin: 0 20px;
        border-top: 1px dotted #000;
        padding: 10px 0;
        margin-top: 20px;
        height: 290px;
    }

    #content .at-blog h3 {
        display: none
    }

    .list #content article.at-blog .author {
        display: block;
    }

    #content .at-blog .date {
        display: none;
    }

    #content .news3v {
        display: inline-block;
        float: left;
        height: 464px;
        width: 320px;
    }

.author {
    white-space: nowrap;
    padding: 10px 20px 0 20px;
}

.avatar {
    width: 60px;
    height: 61px;
    background: no-repeat center center / cover #fff;
    -webkit-mask-image: url(../img/avatar-mask.svg);
}

#layout.article .avatar {
    width: 90px;
    height: 91px;
}

.author .avatar, .author .meta {
    display: inline-block;
    vertical-align: top;
}

.author .name, .author .specs {
    line-height: 15px;
    font-size: 13px;
    color: #333;
}

.author .heading {
    font-size: 15px;
    margin-bottom: 5px;
}

.author .name {
    margin-bottom: 3px;
}

.author .specs {
    margin-top: 0px;
    font-weight: normal;
    display: inline-block;
    width: 200px;
    white-space: initial;
}

#layout.article .articles .author {
    display: none
}

@media screen and (min-width: 841px) {
    #footer .nav.social {
        float: right;
        text-align: right;
        width: 220px;
        height: 300px;
        padding: 0 40px;
    }
}

@media screen and (min-width: 1151px) {
    #content {
        margin: 0 -10px;
    }

    #content article.at-bigmat {
        width: 1260px;
    }

    .most-complexity .wrapper {
        width: 1260px;
    }

    .article .most-complexity .wrapper {
        width: 960px;
    }

    #layout.article #header,
    #layout.article #footer {
        width: 960px;
    }

    #layout.article #content > article.full-width {
        width: 100%;
    }

    #layout.article #content > article > .text.parallax {
        width: 100%;
        position: relative;
        z-index: 9;
    }

    #layout.article #content > article > .text.parallax figure {
        background: #ffffff;
        padding: 20px 340px 20px 0;
    }

    #layout.article #content > article > .text.parallax figure img {
        margin: 0 auto;
        display: block;
    }

    #layout.article #content > article > .text.parallax div[data-oembed] {
        background: #fff;
    }

    #layout.article #content > article > .text.parallax div[data-oembed] > .inner {
        padding: 20px 340px 20px 0;
    }

    #layout.article #content > article > .text.parallax div[data-oembed] > .inner > iframe {
        margin: 0 auto;
        display: block;
    }

    #layout.article .parallax > .parallaxable {
        opacity: 0;
    }

    #layout.article .parallax > .parallaxable > img {
        display: none;
    }

    #layout.article .parallax > .parallaxable.visible {
        position: relative;
        display: block;
        opacity: 1;
        box-shadow: 0 -80px 156px rgba(0, 0, 0, 0.7) inset;
    }

    #layout.article .parallax-holder {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #layout.article .parallax-holder > * {
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 !important;
        box-shadow: 0 -80px 156px rgba(0, 0, 0, 0.7) inset;
    }

    #layout.article .parallax-holder > .hidden {
        opacity: 0;
    }

    #layout.article .parallax > p,
    #layout.article .parallax > h1,
    #layout.article .parallax > h2,
    #layout.article .parallax > h3,
    #layout.article .parallax > h4,
    #layout.article .parallax > h5,
    #layout.article .parallax > h6 {
        position: relative;
        z-index: 10;
        background-color: #fff;
        padding: 20px 0;
        display: block;
        width: 100%;
        margin: 0;
    }

    #layout.article .parallax > * > .inner {
        width: 620px;
        margin: 0 auto;
        padding-right: 340px;
    }

    #layout.article ._parallax {
        width: 100%;
        background-size: cover;
    }

    #layout.article .parallax-holder + .latest {
        display: none;
    }

    #layout.article .parallax-holder + .latest ~ .separator {
        max-width: 960px;
        margin: 0 auto;
    }

    #layout.article .parallax-holder + .latest ~ .separator + .also {
        width: 620px;
        margin: 20px auto 40px;
        padding: 20px 340px 0 0;
    }

    #layout.article .parallax-holder + .latest ~ .ad {
        width: 960px;
        margin: 40px auto 0;
    }
}

@media screen and (max-width: 1150px) {
    .parallax > p > .inner {
        display: inline;
    }

    .parallax-holder {
        display: none;
    }

    ._parallax.parallaxable {
        height: auto !important;
        background-image: none !important;
    }

    ._parallax.parallaxable > img {
        width: 100%;
    }
}

@media screen and (min-width: 841px) and (max-width: 1150px) {
    #header,
    #footer,
    #layout #content .most-complexity .wrapper {
        width: 942px;
    }

    #header .nav li a {
        width: 168px;
    }

    #header .nav.themes li a {
        padding: 0 10px;
    }

    #layout,
    #content article.at-bigmat {
        width: 960px;
    }

    .at-bigmat .caption {
        width: 920px;
    }

    #content article.at-material {
        width: 460px;
    }
}

@media screen and (max-width: 840px) {
    #layout,
    #header {
        width: 100%;
        margin: 0;
    }

    #header {
        background: #ff601a;
        margin: 0;
    }

    #header a.logo {
        width: 100px;
        height: 73px;
        background-size: cover;
        float: none;
        margin: 0 auto;
    }

    #header .nav li {
        display: none;
        border: 0;
    }

    #header #search {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    #header #search.search > a {
        height: 73px !important;
        background: transparent url('/img/icon-search-black.png') center center no-repeat;
    }

    #header #search form {
        width: 350px;
        margin-left: -350px;
        height: 73px;
    }

    #header #search form input {
        width: 310px;
    }

    #footer {
        width: 100%;
        height: auto;
    }

    #footer .logo {
        margin-bottom: 20px !important;
    }

    #footer .inner {
        margin-left: 20px;
    }

    #layout.article #content > article > .text img {
        max-width: 100%;
        height: auto !important;
    }

    .wrapper-header .article-header {
        width: auto;
        overflow: hidden;
    }
}

@media screen and (min-width: 481px) and (max-width: 840px) {
    #footer,
    #layout #content .most-complexity .wrapper {
        width: 620px;
    }

    #content {
        width: 640px;
        margin: 0 auto;
    }

    .at-bigmat {
        width: 640px;
    }

    .at-bigmat .caption {
        width: 580px;
    }

    #layout.article #content {
        width: 100%;
    }

    #layout.article #content > article {
        width: 640px;
    }

    #layout.article #content > article .latest {
        width: 100%;
        margin: 40px 0 20px;
    }

    .social-likes {
        position: relative;
        margin-left: 0;
        height: 60px;
    }

    #layout.article #content > article > .text img {
        max-width: 100%;
        height: auto !important;
    }
}

@media screen and (max-width: 480px) {
    /*, only screen and (max-device-width: 480px)*/

    #content .news3v {
        display: inline;
        float: none;
    }

    .most-complexity {
        display: none;
    }

    #layout.article #content {
        padding: 10px;
    }

    #layout.article article {
        width: 100% !important;
        padding: 0 !important;
    }

    #layout.article article .text {
        width: 100% !important;
    }

    #layout.article article .latest {
        width: 100%;
        margin: 40px 0 20px;
    }

    #layout.list {
        width: 100%;
    }

    #layout.list article {
        height: 135px;
        width: 300px;
        margin: 20px auto!important;
    }

    #layout.list article.at-news.list  {
        background: transparent;
        height: 135px!important;
        width: 300px!important;
        margin: 20px auto!important;
    }

    #layout.list article nav.rubrics li {
        display: none;
    }

    #layout.list article .caption .caption {
        transition: 0.4s;
        background: #fff;
    }

    #layout.list article .caption:hover .caption {
        background: #ff601a;
    }

    #layout.list article .caption .date {
        font-size: 13px;
        font-weight: 900;
        line-height: 20px;
        margin-bottom: 3px;
    }

    #layout.list article .caption h3 {
        font-size: 17px;
        line-height: 21px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    #layout.list article .caption .lead,
    #layout.list article .caption .subtitle {
        display: none;
    }

    #layout.list article .caption > * {
        display: none;
    }

    #layout.list article .caption > h3,
    #layout.list article .caption > .date {
        display: block;
    }

    #-layout.list article img {
        display: none;
    }

/* --------------------------------------------------------------------------- */

    #layout.list article.at-main .caption {
        margin-top: 220px;
    }


    #layout.list article {
        height: 355px;
        background-size: cover;
        background-position: center center;
    }

    #layout.list article {
        margin-top: 220px;
    }

    #layout.list article.no-bg.at-news {
        height: 135px;
    }

    #layout.list article.no-bg.at-news .caption {
        margin-top: 0;
    }

    // #layout.list article.at-news:nth-child(even), 
    // #layout.list article.at-main:nth-child(even), 
    // #layout.list article.no-bg {
    //     background-image: none !important;
    // }

    #layout.article #content > article.no-bg.at-news > .text img,
    #layout.article #content > article > .text img {
        max-width: 100%;
        height: auto !important;
    }


     #content article.list.at-bigmat > a {
        width: 100%;
    }

    // #content article.list {
    //     display: inline-block;
    //     float: left;
    //     overflow: hidden;
    //     margin: 10px;
    // }

    #content article.list.at-bigmat nav.rubrics,
    #content article.list.at-material nav.rubrics {
        white-space: nowrap;
        font-size: 0;
        display: block;
    }

    #content article.list.at-bigmat nav.rubrics a,
    #content article.list.at-material nav.rubrics a {
        background-color: #000;
        color: #fff;
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
        line-height: 40px;
        display: inline-block;
        text-decoration: none;
        transition: opacity .4s, zoom .4s;
        margin-right: 1px;
    }

    #content article.list.at-bigmat nav.rubrics a:hover,
    #content article.list.at-material nav.rubrics a:hover {
        opacity: 0.7;
        zoom: 1;
    }

    #content article.list.news.picture.low,
    #content article.list.at-material {
        height: 290px;
    }

    #content article.list.news.picture.low a,
    #content article.list.at-material a,
    #content article.list.news.picture.low .caption,
    #content article.list.at-material .caption {
        color: #fff !important;
    }

    #content article.list.news.picture.low .caption,
    #content article.list.at-material .caption {
        background: rgba(0, 0, 0, 0.6);
        width: 300px;
        min-height: 135px;
        max-height: 230px;
        position: absolute;
        height: auto;
        bottom: 0;
        left: 0;
    }

    #content article.list.news.picture.low a:hover .caption,
    #content article.list.at-material a:hover .caption {
        background: #000;
    }

    #content article.list.news.picture.low h3,
    #content article.list.at-material h3 {
        font-size: 24px;
        line-height: 26px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
        border-top: 1px solid #fff;
    }

    #content article.list.news.picture.low .subtitle,
    #content article.list.at-material .subtitle {
        font-size: 15px;
        line-height: 17px;
        display: block;
    }

    #content article.list.stretch,
    #content article.list.at-bigmat {
        background: transparent !important;
        width: 100%;
        margin-left: 0px;
    }

    #content article.list.stretch nav.rubrics,
    #content article.list.at-bigmat nav.rubrics {
        position: absolute;
        margin: 1px 0 0 30px
    }

    #content article.list.stretch a,
    #content article.list.at-bigmat a,
    #content article.list.stretch .caption,
    #content article.list.at-bigmat .caption {
        color: #fff !important;
    }

    #content article.list.stretch .caption,
    #content article.list.at-bigmat .caption {
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #fff;
        background: none;
        min-height: 288px;
        height: auto;
    }

    #content article.list.stretch h3,
    #content article.list.at-bigmat h3 {
        font-size: 24px;
        line-height: 26px;
        font-weight: 900;
        margin: 60px 20px 40px 20px;
    }

    #content article.list.at-bigmat h3 {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    #content article.list.at-bigmat:hover h3 {
        color: #ff601a;
    }

    #content article.list.stretch .subtitle,
    #content article.list.at-bigmat .subtitle {
        font-size: 21px;
        font-weight: 900;
        line-height: 24px;
        margin-right: 320px;
    }

    #content article.list.stretch .lead,
    #content article.list.at-bigmat .lead {
        width: 300px;
        font-size: 18px;
        line-height: 24px;
        min-height: 285px;
        float: right;
        font-family: "Playfair Display", sans-serif;
    }

    #content article.list.stretch .date,
    #content article.list.at-bigmat .date {
        display: none;
    }


    #content .at-material {
        width: 620px;
    }

    #content .at-blog {
        width: 300px;
        height: 444px;
        background: #fff;
    }

    #content .at-blog, #content .at-blog .caption {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    #content .at-blog:hover, #content .at-blog:hover .caption {
        background: #ff601a;
    }

    #content .at-blog a {
        width: 300px;
        height: 444px;
    }

    #content .at-blog .caption {
        font-family: "Playfair Display", sans-serif;
        width: 260px;
        margin: 0 20px;
        border-top: 1px dotted #000;
        padding: 10px 0;
        margin-top: 20px;
        height: 290px;
    }

    #content .at-blog h3 {
        display: none!important
    }

    #content .at-blog .lead {
        display: inline-block!important
    }

    .list #content article.at-blog .author {
        display: block;
    }

    #content .at-blog .date {
        display: none!important;
    }

    .list #content article.at-blog {
        height: auto;
    }

}

#header #mobile-menu {
    display: none;
}

.nav.social .viber {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAABGdBTUEAALGPC/xhBQAAAdBJREFUOBGdlE0oRFEUxz2KYpSQYkGiJKXEzkcphSwkiSyUmg0L2SK2srGwtEAsbCWKyGIkK80UEWmEFKKJQT7mw+9M75jbW5j412/+555773nn3ffeWEmGotFoNsN2aIFyKIR0iEIQruEENmHVsqwAHhcFLBiCIDgVIbEPr46JAGN3vAoRiTFj0TnxvTEOE8/BAHSDH0z1xYqRKYaQPTOFS3f5cGXnpNAOvIF03Al7oJJcpnQzoRm8QFslbrDzEXweumAWXqAHpLCqP5mNtboZL9OYg/QQn0HIZg5/hF1ohWVQ1UlHl1oW39IZYjdIN6I16IAP6IU7GASVRzrK0c14EzON9rgDt+y4DZd8CtRDHlSCyiUd6UFr9SMCF1TBpyYTuFc6CmtZ2yvwRfBBP8iLKDqABfgCp56dZ2ReeIZBChTBMGTIbrwGLsDUkkxsmRlHvME4y3l5cqWOdSNyaz9PyrmBcTP42CRPSg9ellXLj6F16SgXHiCRvCzog3EwX8btn4JMtMIT/FXHbJB/iLhIyDcnBywvXSIdsmAU0rSCed+xHJPnBCX2gkn8FCLwDjfg5/O5xX8Xhfwgmv59ZYJZCpzBCsgT/b8oUA+pf63wDQB36QkT5Lb+AAAAAElFTkSuQmCC') center center no-repeat;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: sub;
    margin-bottom: -5px;
}

.nav.social .feedly {
    background: url('data:image/png;base64,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') center center no-repeat;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: sub;
    margin-bottom: -5px;
}

#layout.list article > a {
    display: inline-block;
}

@media screen and (max-width: 840px) {

    .social-likes {
        width: 300px;
        position: absolute;
        margin-left: 0;
        margin-right: 0;
        right: 0;
        text-align: right;
    }

    .wrapper-header.open #header .nav li {
        border: 0;
        display: block;
    }

    .wrapper-header.open #header .nav.themes li a,
    .wrapper-header.open #header .nav li a {
        width: auto;
        height: 60px;
        font-size: 18px;
        line-height: 60px;
    }

    .wrapper-header.open #header {
        box-shadow: 0px 15px 90px #000;
    }

    .wrapper-header.open {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
    }

    #header #mobile-menu {
        display: block;
        cursor: pointer;
        position: absolute;
        font-size: 32px;
        padding: 20px;
    }

    .article .also .articles {
        margin: 0
    }

    .article .also h2 {
        display: none;
    }

    #layout.article #content > article > .text img {
        max-width: 100%;
        height: auto !important;
    }

    .wrapper-header .article-header .social-likes {
        margin-left: 0;
    }
}

.subscription {
    padding-top: 40px;
    max-width: 960px;
    margin: 0 auto;
}

.subscription .block {
    vertical-align: top;
    display: inline-block;
    white-space: normal;
}

.subscription .info {
    width: 320px;
    margin-right: 20px;
}

.subscription .info h4 {
    color: #303238;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
}

.subscription .info p {
    font-family: "Playfair Display", sans-serif;
    color: #aaa;
    font-size: 15px;
}

.subscription .form {
    white-space: nowrap;
}

.subscription .form input {
    border: none;
    vertical-align: top;
    margin: 0;
    padding: 0 0 0 70px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 100;
    color: #333;
    font-size: 30px;
    background: no-repeat 20px center url(https://nplus1.ru/i/icon-email.png) #dcf5f0;
    -webkit-border-radius: 4px 0 0 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px 0 0 4px;
    -moz-background-clip: padding;
    border-radius: 4px 0 0 4px;
    background-clip: padding-box;
    width: 400px;
    line-height: 60px;
    height: 60px;
    outline: 0;
}

.subscription .form button {
    line-height: 40px;
    border: none;
    -webkit-border-radius: 0 4px 4px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    width: 60px;
    text-align: center;
    color: #fff;
    background: #303238;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 13px;
    -webkit-transition: background 0.7s;
    -moz-transition: background 0.7s;
    -o-transition: background 0.7s;
    transition: background 0.7s;
    height: 60px;
    -webkit-appearance: button;
    cursor: pointer;
    margin-left: -5px;
    outline: 0;
}

.subscription .msg {
    display: none;
}

#layout.list article > a:hover * {
    text-decoration: none;
}

.social-likes__widget_viber a {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAABGdBTUEAALGPC/xhBQAAAvdJREFUOBGVVFtIVFEU3ftMGtqgUvZQ0CiTikicB6KOmoKgEvSABInShH77SAzK/wj6EemziB4f2mdBHyLFpKMhw3Xmo7DSXkolRGUq2OTM2a0z43VGS8IL95x91lp7n733ufcwpTwVFQ1bI5H545qkkYkOgirEmylCwkzzIjwNfFwU9zsz+FEgEPhhuwMnEijcXt8F0XQVK6dNLs8IwqPASxAwM8nxLCm+FLaGbxlMmcHj8XWJlh4TBE5vmfirwZcf+NM4MXcqVi3A3idwySGtb7q8Va1mzWVlNXuWotEJZOWA+HrIGr7s9dbs0hIbBVYAjQb+jEnKkXgMJZwD1oFqKzHj4YUtmZyvlmKxs/EgBhLuQUZiWUNfSOhMXAcY80dhaoPViwB3sb6Bni0meHEuLsophSC+ZQdSivbbdig0MogYb+AQZaEoab6Njb5hPYQWNIHrtbUovUphuwM2oLXusu1Sj+88HIrRoDRkk4f+tArpDmHHfSFuBGbZWszFJqNtNoDI9Wh8nVmzlpNminMiR4V1Hcp2MMWqscEOFimJcxjg52SXuzJq9yhB8Muc7PTyhYVIcUwTGk5ptsP6M4dNRrHVAjk0Oxe5FwyOhJlUO05s3vDIxsJwBz1aWq03HM0pCGbWEsj1JD7QnqKi/D40+jD6c3F7rvNIeGyknUSZY/+Q6oPSptjlqhgwvUklbBub9Gdnpbf4/f5ZGzOz2127T0tkYgVTqstkNLACrDFQdsPPud/hUk/VadiJxsc1S55UqRL1mD2e2lxEf4Wmrpxeqihpc5gdqpskthulX4E+w3BI5ElobKQ+vovL62vCf9MHMivp+H8LTR5X7Gi0rMCUw8hnPk9PFhbsfYDrQ2E3F6A4vm4o5hfEqidvZ3bb4ODT70aXUnfCDd/VJPpRtExeE6Ve4+PUouQX7opPabT5XTDo/+ukNyXckyOCxK8WbNEdGnu+8sskFf+2Ek4pHFKM4j56eOJYQ2cKvHHT7fZVNzc3p2/U8w84LSu8RCydBAAAAABJRU5ErkJggg==') center center no-repeat;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: sub;
    padding: 6px 0;
}

.wrapper-header.bg .social-likes__widget_viber a {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAABGdBTUEAALGPC/xhBQAAAdBJREFUOBGdlE0oRFEUxz2KYpSQYkGiJKXEzkcphSwkiSyUmg0L2SK2srGwtEAsbCWKyGIkK80UEWmEFKKJQT7mw+9M75jbW5j412/+555773nn3ffeWEmGotFoNsN2aIFyKIR0iEIQruEENmHVsqwAHhcFLBiCIDgVIbEPr46JAGN3vAoRiTFj0TnxvTEOE8/BAHSDH0z1xYqRKYaQPTOFS3f5cGXnpNAOvIF03Al7oJJcpnQzoRm8QFslbrDzEXweumAWXqAHpLCqP5mNtboZL9OYg/QQn0HIZg5/hF1ohWVQ1UlHl1oW39IZYjdIN6I16IAP6IU7GASVRzrK0c14EzON9rgDt+y4DZd8CtRDHlSCyiUd6UFr9SMCF1TBpyYTuFc6CmtZ2yvwRfBBP8iLKDqABfgCp56dZ2ReeIZBChTBMGTIbrwGLsDUkkxsmRlHvME4y3l5cqWOdSNyaz9PyrmBcTP42CRPSg9ellXLj6F16SgXHiCRvCzog3EwX8btn4JMtMIT/FXHbJB/iLhIyDcnBywvXSIdsmAU0rSCed+xHJPnBCX2gkn8FCLwDjfg5/O5xX8Xhfwgmv59ZYJZCpzBCsgT/b8oUA+pf63wDQB36QkT5Lb+AAAAAElFTkSuQmCC') center center no-repeat;
}

.meta p {
    color: #7e8584;
    font-weight: 600;
}

.meta img {
    width: 50px;
    float: left;
    margin-right: 20px;
}

#test .message {
    display: none;
    padding: 20px;
}

#test h6 {
    line-height: 46px;
    color: #303238;
}

#test input.text {
    border: 1px solid #ddd;
    height: 35px;
    vertical-align: initial;
    margin-left: 15px;
    width: 100px;
    padding: 0 10px;
}

#test-results {
    display: none
}

.test-result {
    border: 1px solid #dadbe4;
    padding: 20px;
}

#test h6 {
    line-height: 46px;
    font-size: 36px;
    font-weight: 300;
}

#test .result {
    margin-bottom: 20px;
    background: #efefef;
}

#test .result h3 {
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
}

h3.correct {
    color: #8cddcd;
}

h3.wrong {
    color: #fa6868;
}

#test .result p {
    font-family: "Playfair Display", sans-serif;
    font-size: 16px;
}

#test [type="radio"] {
    visibility: hidden;
}

#test [type="radio"], #test [type="radio"]:focus {
    outline: none;
}

#test .choices li, #test [type="radio"], #test label {
    cursor: pointer;
    position: relative;
    vertical-align: top;
}

#test [type="radio"] + label span {
    display: inline-block;
    white-space: initial;
    vertical-align: bottom;
    margin-right: 30px;
}

#test .correct [type="radio"]:checked + label:after {
    background: #8cddcd;
}

#test [type="radio"]:checked + label:after {
    background: #ddd;
    width: 22px;
    height: 22px;
    left: -2px;
    top: -2px;
}

#test [type="radio"] + label:before, #test [type="radio"] + label:after {
    content: '';
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: -7px;
    vertical-align: top;
    margin-left: -35px;
}

#test [type="radio"] + label:before {
    border: 1px solid #ddd;
    background: #fff;
}

#test .choices li {
    margin: 0;
    padding: 10px 0;
}

#test .wrong [type="radio"]:checked + label:after {
    background: #fa6868;
}

#test .rank {
    font-size: 30px;
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    margin-bottom: 20px;
    display: block;
}

.test-result h3 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 10px;
}

.nav-share .viber {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAAABGdBTUEAALGPC/xhBQAAAvdJREFUOBGVVFtIVFEU3ftMGtqgUvZQ0CiTikicB6KOmoKgEvSABInShH77SAzK/wj6EemziB4f2mdBHyLFpKMhw3Xmo7DSXkolRGUq2OTM2a0z43VGS8IL95x91lp7n733ufcwpTwVFQ1bI5H545qkkYkOgirEmylCwkzzIjwNfFwU9zsz+FEgEPhhuwMnEijcXt8F0XQVK6dNLs8IwqPASxAwM8nxLCm+FLaGbxlMmcHj8XWJlh4TBE5vmfirwZcf+NM4MXcqVi3A3idwySGtb7q8Va1mzWVlNXuWotEJZOWA+HrIGr7s9dbs0hIbBVYAjQb+jEnKkXgMJZwD1oFqKzHj4YUtmZyvlmKxs/EgBhLuQUZiWUNfSOhMXAcY80dhaoPViwB3sb6Bni0meHEuLsophSC+ZQdSivbbdig0MogYb+AQZaEoab6Njb5hPYQWNIHrtbUovUphuwM2oLXusu1Sj+88HIrRoDRkk4f+tArpDmHHfSFuBGbZWszFJqNtNoDI9Wh8nVmzlpNminMiR4V1Hcp2MMWqscEOFimJcxjg52SXuzJq9yhB8Muc7PTyhYVIcUwTGk5ptsP6M4dNRrHVAjk0Oxe5FwyOhJlUO05s3vDIxsJwBz1aWq03HM0pCGbWEsj1JD7QnqKi/D40+jD6c3F7rvNIeGyknUSZY/+Q6oPSptjlqhgwvUklbBub9Gdnpbf4/f5ZGzOz2127T0tkYgVTqstkNLACrDFQdsPPud/hUk/VadiJxsc1S55UqRL1mD2e2lxEf4Wmrpxeqihpc5gdqpskthulX4E+w3BI5ElobKQ+vovL62vCf9MHMivp+H8LTR5X7Gi0rMCUw8hnPk9PFhbsfYDrQ2E3F6A4vm4o5hfEqidvZ3bb4ODT70aXUnfCDd/VJPpRtExeE6Ve4+PUouQX7opPabT5XTDo/+ukNyXckyOCxK8WbNEdGnu+8sskFf+2Ek4pHFKM4j56eOJYQ2cKvHHT7fZVNzc3p2/U8w84LSu8RCydBAAAAABJRU5ErkJggg==') center center no-repeat;
    width: 20px;
    height: 21px;
    display: inline-block;
    vertical-align: bottom;
}

.social-likes-test {
    position: relative;
    margin-left: 0;
}

article figcaption {
    border-bottom: 1px solid #dadbe4;
    min-height: 40px;
}

article figcaption .title {
    font-size: 15px;
    margin: 0;
}

article figcaption .credits {
    color: #7e8584;
    font-size: 13px;
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    padding-left: 2px;
    margin: 0;
}

article figcaption .pagination {
    width: 150px;
    float: left;
}

article figcaption .pagination button {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-family: "Playfair Display", sans-serif;
    line-height: 20px;
    font-weight: 900;
    text-align: center;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #ff601a;
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 22px;
    background: #ffffff;
}

article figcaption .pagination b {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    width: 2.5em;
    text-align: center;
    white-space: nowrap;
    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
}

article p i,
article p em {
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
}

#layout.article #content > article > .text.parallax h1 {
    color: #fff;
    width: 960px;
    margin: 40px auto;
}

#spinner {
    margin: 20px 0 0 0;
    height: 40px;
}

#spinner a span {
    background-color: #8cddcd;
    display: inline-block;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 40px;
    vertical-align: top;
    float: left;
}

#spinner a.toggle span {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    padding-left: 7px;
    padding-right: 7px;
    border-right: 1px solid rgb(48, 50, 56);
    height: 40px;
}

#spinner a.toggle span::before {
    display: block;
    content: "›";
    font-family: "Playfair Display", sans-serif;
    color: rgb(48, 50, 56);
}

#spinner a.link {
    display: none;
}

#spinner a span.desc {
    border-left: 1px solid rgb(48, 50, 56);
}

@media screen and (max-width: 840px) {
    #spinner {
        display: none;
    }

    #content article .also .caption {
        max-width: 100%;
        height: 140px!important;
    }

    #content article .also h3 {
        font-size: 15px;
        line-height: 17px;
        font-weight: normal;
    }

    .article-header .social-likes {
        position: relative;
        text-align: left;
        margin: 0 0 20px 0;
    }

    .article .related h2 {
        width: 100%;
        float: none;
    }

    .article .related .links {
        margin: 0;
    }

    .subscription .form input {
        max-width: 40%!important;
    }

    #layout.list article > a {
        width: 100%;
    }
}

.previous li {
    display: inline-block;
    white-space: normal;
}

.previous li a {
    display: block;
    width: 450px;
}

.previous h3 {
    font-family: "Playfair Display",sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.previous .date {
    font-family: "Playfair Display",sans-serif;
    color: #7e8584;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}
.latest .author {display:none}

#cover-bg, #layout-bg {
    position: fixed;
    /*top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;
	

    top: 0;
    left: 0;
    bottom: -100px;
    right: 0;


}
#cover-bg {
	opacity: 0;
	z-index: 0;
}
#layout-bg {
	z-index: -1;
}

#content article.list.at-bigmat {
	/*min-height: */
}

@media screen and (min-width: 840px) {
	body, #cover-bg, #layout-bg {
	    background-size: cover;
	}
}


@media screen and (max-width: 480px) {

	#content article.list.at-bigmat .subtitle {
    	font-size: 18px;
    	line-height: 20px;
	    font-weight: 400;
	    width: auto;
	    margin: 0 20px;
		display: block;
	}

	#content article.list.at-bigmat nav.rubrics {
		margin-left: 1px;
	}
    .article-header h1 {
        font-size: 36px!important;
	    line-height: 36px!important;
		padding-left: 10px;
    }
    .article-header h3 {
	    margin-bottom: 10px;
		padding-left: 10px;
    }
	header.article-header .nav li {
		height: 32px;
	    overflow-y: hidden;
	}
}


@media screen and (max-width: 840px) {

	#content article.list.news.picture.low .caption,
	#content article.list.at-material .caption {
		width: auto;
	}

	.wrapper-header.open #header .nav li {
		background: #000;
    	padding: 10px 10px 0;
	}

	.wrapper-header.open #header .nav li a {
		font-size: 28px!important;
	}

	.wrapper-header.open #header .nav.themes li:last-child {
		padding-bottom: 20px;
	}

	#header #search {
		background: transparent;
	    padding: 0;
	}

	.wrapper-header {
		padding-bottom: 0;
	}

	
}
.ad.ad-top { text-align: center }
.ad + .separator { padding: 0 }

#cover-bg {
    background-size: cover;
}

.ad img {
	margin: 0 auto;
	text-align: center;
	max-width: 100%;
}

.ad-head.o-mobile img {
    display: block;
    width: 100%;
}

.ad-left-logo img {
    margin-bottom: 100px;
}

.o-desktop, .o-tablet, .o-mobile { display: none; }

@media screen and (min-width: 841px) {
	.o-desktop {display: block;}
}
@media screen and (min-width: 481px) and (max-width: 840px) {
	.o-tablet {display: block;}
}
@media screen and (max-width: 480px) {
	.o-mobile {display: block;}
}


#ad-test-id {
	background: url('/img/campaign/2017-11-20/c-42.png') left center no-repeat #fff!important;
	padding-left: 61px!important;
}
article quote {
    display: block;
	background: #fff;
}
article .parallax quote {
	padding-right: 300px;
}
article quote .inner  {
    padding: 20px ! important;
    display: block;
    background: #eee;
	font-size: 14px;
	font-family: "Playfair Display", sans-serif;
}
article blockquote  {
    padding: 0px ! important;
    display: block;
    font-size: 14px;
    font-family: "Playfair Display", sans-serif;
    margin: 20px 60px;
    font-style: italic;
}
article blockquote:before {
    content: '“';
    display: block;
    font-size: 124px;
    margin: 20px 0 0 -60px;
    position: absolute;
    color: #eee;
    font-style: normal;
}
#test h6 {
    font-size: 24px;
    line-height: 30px;
    word-wrap: break-word;
}

article .text iframe {
    width: 100%;
    border: 0;
}