@import url("css.css");

html {
    font-family: sans-serif;
}

article,
figcaption,
figure,
header,
main,
nav,
section {
    display: block;
}

a:active,
a:hover {
    outline: 0 none;
}

b {
    font-weight: 700;
}

h1 {
    margin: .67em 0;
}

img {
    vertical-align: middle;

    border: 0 none;
}

svg:not(:root) {
    overflow: hidden;
}

@media print {

    *,
    *::after,
    *::before {
        color: rgb(0, 0, 0) !important;
        background: transparent none repeat scroll 0 0 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }



    h2 {
        page-break-after: avoid;
    }
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-size: 14px;
    line-height: 1.6;

    margin: 0;
    overflow-x: hidden;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

a {
    text-decoration: none;

    color: rgb(0, 153, 255);
    background-color: transparent;
}

a:focus,
a:hover {
    text-decoration: underline;

    color: rgb(0, 153, 255);
}

a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

.img-responsive {
    display: block;

    max-width: 100%;
    height: auto;
}

h1,
h2,
h4 {
    font-weight: 900;
    line-height: 1.25;

    color: inherit;
}

h1,
h2 {
    margin-top: 22px;
    margin-bottom: 11px;
}

h4 {
    margin-top: 11px;
    margin-bottom: 11px;
}

h1 {
    font-size: 36px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 11px;
}

.text-center {
    text-align: center;
}

ul {
    margin-top: 0;
    margin-bottom: 11px;
}

abbr[title] {
    cursor: help;

    border-bottom: 1px dotted rgb(170, 170, 170);
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1px) {
    .container {
        width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 999px;
    }
}

@media (min-width: 1280px) {
    .container {
        width: 1255px;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;

    list-style: outside none none;
}

.nav>li {
    position: relative;

    display: block;
}

.nav>li>a {
    position: relative;

    display: block;

    padding: 9px 12px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;

    background-color: rgb(245, 245, 245);
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs>li {
    float: left;

    margin-bottom: -1px;
}

.nav-tabs>li>a {
    line-height: 1.6;

    margin-right: 2px;

    border: 1px solid transparent;
    border-radius: 0;
}

.nav-tabs>li>a:hover {
    border-color: rgb(245, 245, 245) rgb(245, 245, 245) transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    cursor: default;

    color: rgb(102, 102, 102);
    border: 1px solid transparent;
    background-color: transparent;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.container::after,
.container::before,
.nav::after,
.nav::before {
    display: table;

    content: "";
}

.container::after,
.nav::after {
    clear: both;
}

.pull-left {
    float: left !important;
}

.text-hide {
    font: 0/0 a;

    color: transparent;
    border: 0 none;
    background-color: transparent;
    text-shadow: none;
}


.c-app-nav::after,
.c-app-nav::before,
.c-bar::after,
.c-bar::before,
.c-nav-extra::after,
.c-nav-extra::before,
.c-post-info::after,
.c-post-info::before,
.c-switcher-box::after,
.c-switcher-box::before,
.o-cmr::after,
.o-cmr::before,
.o-jumbotron::after,
.o-jumbotron::before,
.o-row-sm::after,
.o-row-sm::before,
.o-row::after,
.o-row::before {
    display: table;

    content: "";
}

.c-app-nav::after,
.c-bar::after,
.c-nav-extra::after,
.c-post-info::after,
.c-switcher-box::after,
.o-cmr::after,
.o-jumbotron::after,
.o-row-sm::after,
.o-row::after {
    clear: both;
}

.c-app-nav,
.c-post-stats,
.c-social-list {
    padding-left: 0;

    list-style: outside none none;
}



.i-logo {
    width: 50px;
    height: 22px;

    background-position: 0 0;
}

.i-view-light {
    width: 18px;
    height: 11px;

    background-position: -35px -44px;
}

.i-ii {
    display: block;
}

@media (max-width: 1023px) {

    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 22px;
    }

    h4 {
        font-size: 13px;
    }
}

.nav>li>a {
    color: rgb(0, 0, 0);
}

@media (max-width: 1023px) {

    .nav {
        font-size: 12px;
    }
}

.nav-tabs>li>a {
    font-size: 10px;
    font-weight: 700;

    padding-right: 9px;
    padding-left: 9px;

    letter-spacing: .5px;
    text-transform: uppercase;

    color: rgb(102, 102, 102);
    border-width: 0 1px !important;
    background: rgb(226, 226, 226) none repeat scroll 0 0;
}

.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    border-right-color: rgba(226, 226, 226, .5);
    background: rgba(226, 226, 226, .5) none repeat scroll 0 0;
}

.nav-tabs>li.active>a {
    color: rgb(51, 51, 51);
}

.nav-tabs>li+li>a {
    border-left-color: rgb(245, 245, 245);
}

.nav-tabs.u-flex-justify-x>li>a {
    margin-right: 0;

    text-align: center;
}

@media (max-width: 1023px) {
    .nav-tabs>li>a {
        font-size: 7px;

        padding-right: 6px;
        padding-left: 6px;
    }
}

.text-hide {
    position: absolute;

    margin: 0;
}

body {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

a {
    transition: all .3s ease 0s;

    outline: 0 none !important;
}

*::-moz-selection {
    background-color: rgb(198, 243, 254);
}

h1,
h2 {
    margin-top: 33px;
    margin-bottom: 22px;
}

@media (min-width: 1280px) {

    h1,
    h2 {
        margin-top: 44px;
        margin-bottom: 33px;
    }
}

p,
ul {
    margin-bottom: 22px;
}

abbr[title] {
    cursor: default;
    text-decoration: none;

    border-bottom: 0 none;
}

a abbr[title] {
    cursor: inherit;
}

figcaption {
    font-size: 16px;
    line-height: 1.6;

    padding: 6px 8px;
}

figcaption>span {
    font-style: normal;

    display: block;

    color: rgb(0, 0, 0);
}

.o-cmr figcaption {
    font-style: italic;

    color: rgb(102, 102, 102);
}

@media (min-width: 1366px) {
    .container {
        width: 1341px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1575px;
    }
}

.o-wrap {
    padding-right: 54px;
    padding-left: 54px;
}

@media (max-width: 1365px) {

    .o-wrap {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.o-row-sm {
    position: relative;

    margin-right: -10px;
    margin-left: -10px;
}

.o-row-flex {
    display: flex;

    margin-right: -15px;
    margin-left: -15px;
}

.o-col-flex {
    padding-right: 15px;
    padding-left: 15px;
}

.o-row-sm-flex {
    margin-right: -7px;
    margin-left: -7px;
}

.o-row-sm-flex .o-col-flex {
    padding-right: 7px;
    padding-left: 7px;
}

.c-sidebar-wrap {
    float: right;

    width: 320px;
}

.c-sidebar-wrap .c-sidebar {
    width: 300px;
}

.c-main {
    padding: 0 10px;
}

.c-sidebar-wrap~.c-main {
    float: left;

    width: 619px;
}

@media (max-width: 1023px) {
    .c-sidebar-wrap {
        width: 245px;
    }

    .c-sidebar-wrap .c-sidebar {
        width: 225px;
    }

    .c-sidebar-wrap~.c-main {
        width: 728px;
    }

    .c-sidebar-wrap {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .o-row-sm {
        position: relative;

        margin-right: -70px;
        margin-left: -10px;
    }
}

@media (min-width: 1280px) {
    .c-sidebar-wrap {
        width: 360px;
    }

    .c-sidebar-wrap .c-sidebar {
        width: 340px;
    }

    .c-sidebar-wrap~.c-main {
        width: 835px;
    }
}

@media (min-width: 1366px) {

    .c-sidebar-wrap~.c-main {
        width: 893px;
    }
}

@media (min-width: 1600px) {

    .c-sidebar-wrap~.c-main {
        width: 1127px;
    }
}

.o-cmr,
.com-txt {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.o-cmr a {
    font-weight: 400;
}

@media (min-width: 1024px) {

    .o-cmr,
    .com-txt {
        font-size: 18px;
    }
}

@media (min-width: 1280px) {

    .o-cmr,
    .com-txt {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (min-width: 1600px) {

    .o-cmr,
    .com-txt {
        font-size: 22px;
        line-height: 35px;
    }
}

.c-cmr-img {
    clear: both;
}

.c-cmr-img img {
    display: block;

    max-width: 100%;
    height: auto;
}

.c-cmr-img figure {
    display: table;

    margin: 0 auto;
}

.c-cmr-img figcaption {
    display: table-caption;

    caption-side: bottom;

    background-color: rgb(238, 238, 238);
}

.o-cmr .c-cmr-img {
    margin-bottom: 22px;
}

.c-banner {
    line-height: 1.42857;

    position: relative;

    padding-bottom: 56px;
}

.c-banner .c-app-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
}

@media (max-width: 1023px) {
    .c-banner {
        padding-bottom: 42px;
    }
}

.c-nav.is-fixed {
    position: fixed;
    z-index: 930;
    top: 0;
    left: 0;

    width: 100%;
}

.is-compressed .u-show-on-compression {
    position: relative;
    z-index: 1;

    color: rgb(102, 102, 102);
}

.is-compressed .u-show-on-compression a,
.is-compressed .u-show-on-compression li>abbr {
    color: rgb(102, 102, 102);
}

.is-compressed .u-show-on-compression a:focus,
.is-compressed .u-show-on-compression a:hover {
    color: rgb(170, 170, 170);
}

.c-nav-extra {
    position: relative;

    height: 49px;
    margin-right: auto;
    margin-left: auto;

    transition: background-color .3s ease 0s, height .3s ease 0s;

    color: rgb(255, 255, 255);
}

.is-compressed .c-nav-extra {
    height: 40px;
}

@media (min-width: 1024px) {
    .c-nav-extra {
        height: 66px;
    }

    .is-compressed .c-nav-extra {
        height: 54px;
    }
}

.c-nav-extra {
    background-color: rgb(0, 0, 0);
}

.c-nav-extra a {
    fill: rgb(255, 255, 255);
}

.is-compressed .c-nav-extra a {
    fill: rgb(102, 102, 102);
}

.c-nav-extra a:focus,
.c-nav-extra a:hover {
    fill: grey;
}

.is-compressed .c-nav-extra a:focus,
.is-compressed .c-nav-extra a:hover {
    fill: rgb(170, 170, 170);
}

@media (max-width: 1023px) {

    .is-compressed .c-nav-unit-content {
        padding-right: 7px;
        padding-left: 7px;
    }
}

.c-nav-extra-right {
    float: right;
}

.c-nav-unit {
    float: left;

    height: 35px;
    margin-top: 7px;

    transition: opacity .3s ease 0s;
    vertical-align: middle;
}

.is-compressed .c-nav-unit {
    height: 30px;
    margin-top: 6px;
}

@media (min-width: 1024px) {
    .c-nav-unit {
        height: 46px;
        margin-top: 10px;
    }

    .is-compressed .c-nav-unit {
        height: 40px;
        margin-top: 8px;
    }
}

.c-nav-unit.c-search-nav {
    border-right: 1px solid transparent;
}

.is-compressed .c-nav-unit.c-search-nav {
    border-right-color: rgb(191, 191, 191);
}

.c-nav-extra-right .c-nav-unit {
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.is-compressed .c-nav-extra-right .c-nav-unit {
    border-right-color: rgb(191, 191, 191);
}

.c-nav-extra-right .c-nav-unit:last-child {
    border-right: medium none;
}

.c-nav-unit-content {
    display: block;

    height: 49px;
    margin-top: -7px;
    padding: 10px;

    transition: margin-top .3s ease 0s, height .3s ease 0s;
}

.is-compressed .c-nav-unit-content {
    height: 40px;
    margin-top: -5px;
    padding-top: 7px;
    padding-bottom: 7px;
}

@media (min-width: 1024px) {
    .c-nav-unit-content {
        height: 66px;
        margin-top: -10px;
        padding: 15px 14px;
    }

    .is-compressed .c-nav-unit-content {
        height: 54px;
        margin-top: -7px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

.c-logo {
    display: flex;
    overflow: hidden;

    transition: background-color .3s ease 0s, width .3s ease 0s, height .3s ease 0s, padding .3s ease 0s;

    justify-content: center;
    align-items: center;
}

.c-app-nav .c-logo {
    position: fixed;
    z-index: 900;
    top: 0;

    display: flex;
    float: left;

    width: 66px;
    height: 66px;
    padding-right: 0;
    padding-left: 0;
}

.is-compressed .c-app-nav .c-logo {
    width: 54px;
    height: 54px;
}

.c-app-nav a.c-logo {
    text-decoration: none;

    background-color: rgb(182, 0, 7);
}

.c-app-nav a.c-logo:focus,
.c-app-nav a.c-logo:hover {
    background-color: rgb(210, 0, 8);
}

.c-logo .i-logo {
    transition: transform .3s ease 0s;
}

.is-compressed .c-logo .i-logo {
    transform: scale(.818182);
}

@media (max-width: 1023px) {
    .c-app-nav .c-logo {
        width: 49px;
        height: 49px;
    }

    .is-compressed .c-app-nav .c-logo {
        width: 40px;
        height: 40px;
    }

    .c-logo .i-logo {
        transform: scale(.742424);
    }

    .is-compressed .c-logo .i-logo {
        transform: scale(.606061);
    }
}

.c-lang {
    margin-bottom: 0;
    padding: 0 !important;

    list-style: outside none none;
}

.c-lang abbr {
    cursor: inherit;
}

.c-lang>li {
    font-weight: lighter;

    display: inline-block;

    vertical-align: middle;
}

.c-lang>li+li {
    margin-left: 6px;
}

.c-lang>li:first-child>a {
    padding-right: 0 !important;
}

.c-lang>li:last-child>abbr {
    padding-left: 0 !important;
}

.c-lang>li>a,
.c-lang>li>abbr {
    font-size: 11px;
    line-height: 49px;

    display: block;

    padding: 0 10px;

    color: rgb(255, 255, 255);
}

.is-compressed .c-lang>li>a,
.is-compressed .c-lang>li>abbr {
    line-height: 40px;
}

.c-lang>li>a {
    text-decoration: none;
}

.c-lang>li>a:focus,
.c-lang>li>a:hover {
    cursor: pointer;

    color: grey;
}

.c-lang>li>abbr {
    transition: color .3s ease 0s;
}

.c-lang>li.is-active {
    letter-spacing: 1px;

    text-shadow: 1px 0 0 rgb(255, 255, 255);
}

.is-compressed .c-lang>li.is-active {
    text-shadow: 1px 0 0 rgb(0, 0, 0);
}

@media (min-width: 1024px) {

    .c-lang>li>a,
    .c-lang>li>abbr {
        font-size: 15px;
        line-height: 66px;

        padding: 0 14px;
    }

    .is-compressed .c-lang>li>a,
    .is-compressed .c-lang>li>abbr {
        line-height: 54px;
    }
}

.c-app-nav {
    margin-top: -42px;
    margin-bottom: 0;

    border-top: 2px solid rgb(191, 19, 77);
    border-bottom: 2px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.is-fixed .c-app-nav {
    margin-top: 0;

    will-change: margin-top;
}

.is-fixed.is-compressed .c-app-nav {
    margin-top: -40px;

    transition: margin-top .3s ease 0s;
}

.c-app-nav a {
    display: block;

    color: inherit;
}

.c-app-nav a::after {
    z-index: 1;
}

.c-app-nav .c-logo::after {
    display: none;
}

.c-app-nav>li {
    float: left;

    margin-top: -2px;

    border-top: 2px solid transparent;
}

.c-app-nav>li:nth-child(2) {
    margin-left: 54px;
}

.c-app-nav>li>a {
    line-height: 52px;

    padding: 0 7px;

    text-decoration: none;
}

.c-app-nav>li>a::after {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;
    left: 0;

    display: block;

    height: 2px;

    content: "";
    transition: background-color .3s ease 0s;
    pointer-events: none;

    background-color: transparent;
}

.c-app-nav>.is-active>a::after {
    z-index: 1;
}

.c-app-nav li {
    color: rgb(0, 0, 0);
    border-top-color: transparent;
}

.c-app-nav li a:hover,
.c-app-nav li.is-active {
    color: rgb(255, 255, 255);
}

.c-app-nav li a:hover,
.c-app-nav li.is-active a {
    fill: rgb(255, 255, 255);
}

.c-app-nav li a:hover,
.c-app-nav li a:hover::after {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
}

.c-app-nav li>a:hover,
.c-app-nav li>a:hover::after {
    background: rgb(51, 51, 51) none repeat scroll 0 0;
}

.c-app-nav .u-ukraine {
    border-top-color: rgb(255, 212, 0);
}

.c-app-nav .u-ukraine>a:hover,
.c-app-nav .u-ukraine>a:hover::after {
    background: rgb(255, 212, 0) none repeat scroll 0 0;
}

.c-app-nav .u-politics {
    border-top-color: rgb(48, 179, 191);
}

.c-app-nav .u-politics>a:hover,
.c-app-nav .u-politics>a:hover::after {
    background: rgb(48, 179, 191) none repeat scroll 0 0;
}

.c-app-nav .u-video {
    border-top-color: rgb(54, 64, 179);
}

.c-app-nav .u-video>a:hover,
.c-app-nav .u-video>a:hover::after {
    background: rgb(54, 64, 179) none repeat scroll 0 0;
}

.c-app-nav .u-tsn {
    border-top-color: rgb(242, 182, 242);
}

.c-app-nav .u-tsn>a:hover,
.c-app-nav .u-tsn>a:hover::after {
    background: rgb(242, 182, 242) none repeat scroll 0 0;
}

.c-app-nav .u-blog {
    border-top-color: rgb(204, 162, 102);
}

.c-app-nav .u-blog>a:hover,
.c-app-nav .u-blog>a:hover::after {
    background: rgb(204, 162, 102) none repeat scroll 0 0;
}

.c-app-nav .u-sport {
    border-top-color: rgb(115, 204, 51);
}

.c-app-nav .u-sport>a:hover,
.c-app-nav .u-sport>a:hover::after {
    background: rgb(115, 204, 51) none repeat scroll 0 0;
}

.c-app-nav .u-lady {
    border-top-color: rgb(191, 34, 25);
}

.c-app-nav .u-lady.is-active>a,
.c-app-nav .u-lady.is-active>a::after,
.c-app-nav .u-lady>a:hover,
.c-app-nav .u-lady>a:hover::after {
    background: rgb(191, 34, 25) none repeat scroll 0 0;
}

.c-app-nav .u-interesting {
    border-top-color: rgb(242, 101, 34);
}

.c-app-nav .u-interesting>a:hover,
.c-app-nav .u-interesting>a:hover::after {
    background: rgb(242, 101, 34) none repeat scroll 0 0;
}

.c-app-nav .u-glamor {
    border-top-color: rgb(186, 57, 230);
}

.c-app-nav .u-glamor>a:hover,
.c-app-nav .u-glamor>a:hover::after {
    background: rgb(186, 57, 230) none repeat scroll 0 0;
}

.c-app-nav .u-special {
    border-top-color: rgb(242, 182, 0);
}

.c-app-nav .u-special>a:hover,
.c-app-nav .u-special>a:hover::after {
    background: rgb(242, 182, 0) none repeat scroll 0 0;
}

@media (max-width: 1279px) {

    .c-app-nav .s-from-nav>a,
    .c-app-nav-more-box .o-title {
        position: absolute;

        overflow: hidden;
        clip: rect(0px, 0px, 0px, 0px);

        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;

        border: 0 none;
    }
}

@media (max-width: 1023px) {

    .is-compressed .c-lang>li>a,
    .is-compressed .c-lang>li>abbr {
        padding-right: 7px;
        padding-left: 7px;
    }

    .c-app-nav {
        line-height: 38px;
    }

    .c-app-nav {
        font-size: 11px;
    }

    .c-app-nav>li>a {
        line-height: 38px;

        padding: 0 4px;
    }

    .c-app-nav>li:nth-child(2) {
        margin-left: 40px;
    }
}

@media (min-width: 1024px) {
    .c-app-nav {
        margin-top: -56px;
    }

    .c-app-nav>li>a {
        padding: 0 7px;
    }

    .is-fixed.is-compressed .c-app-nav {
        margin-top: -54px;
    }
}

@media (min-width: 1280px) {
    .c-app-nav>li>a {
        padding: 0 7px;
    }
}

@media (min-width: 1366px) {
    .c-app-nav>li>a {
        padding: 0 8px;
    }
}

@media (min-width: 1600px) {
    .c-app-nav {
        font-size: 16px;
    }

    .c-app-nav>li>a {
        padding: 0 11px;
    }
}

@media (max-width: 1023px) {

    .c-main .c-bar .c-social-list {
        padding: 0 10px;
    }
}

.c-switcher-box {
    display: none;
}

.c-entry-inverse .c-social-list .i-svg {
    fill: rgb(255, 255, 255);
}

.c-social-list {
    text-align: center;
}

.c-social-list>li {
    display: inline-block;
}

.c-social-list>li>a {
    display: block;

    text-decoration: none;
}

.c-social-list>li>a .i-svg {
    transition: fill .3s ease 0s;
}

.c-social-list>li>a:active .i-fb,
.c-social-list>li>a:focus .i-fb,
.c-social-list>li>a:hover .i-fb {
    fill: rgb(73, 98, 154) !important;
}

.c-social-list>li>a:active .i-tw,
.c-social-list>li>a:focus .i-tw,
.c-social-list>li>a:hover .i-tw {
    fill: rgb(3, 169, 244) !important;
}

.c-social-list>li>a:active .i-vb,
.c-social-list>li>a:focus .i-vb,
.c-social-list>li>a:hover .i-vb {
    fill: rgb(102, 92, 172) !important;
}

.c-social-list>li>a:active .i-tlg,
.c-social-list>li>a:focus .i-tlg,
.c-social-list>li>a:hover .i-tlg {
    fill: rgb(74, 144, 226) !important;
}

.c-social-list>li>a:active .i-msgr,
.c-social-list>li>a:focus .i-msgr,
.c-social-list>li>a:hover .i-msgr {
    fill: rgb(0, 132, 255) !important;
}

.c-main .c-bar .c-social-list {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
}

.t-lady .c-main .c-bar .c-social-list {
    background: rgb(0, 0, 0) none repeat scroll 0 0 !important;
}

@media (max-width: 1279px) {

    .c-main .c-bar .c-social-list {
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;

        display: flex;

        transition: opacity .3s ease 0s;
        white-space: nowrap;
        pointer-events: none;

        opacity: 0;

        align-items: center;
    }
}

@media (min-width: 1280px) {

    .c-main .c-bar .c-social-list {
        display: block;
    }
}

.i-svg {
    vertical-align: middle;
}

.i-tlg {
    fill-rule: evenodd;
}

.o-jumbotron {
    font-size: 14px;

    overflow: hidden;

    padding: 10px 40px;

    background-color: rgb(0, 0, 0);
}

.o-jumbotron .o-jumbotron {
    margin-bottom: 0;
}

.c-main .o-jumbotron {
    margin-right: -10px;
    padding-right: 32px;
}

@media (max-width: 1279px) {
    .o-jumbotron {
        padding-top: 7px;
    }

    .c-main .o-jumbotron {
        margin-right: -20px;
    }
}

@media (min-width: 1366px) {
    .o-jumbotron {
        margin-right: -54px;
        margin-left: -54px;
        padding-right: 54px;
        padding-left: 54px;
    }
}

.p-name.c-post-title.u-uppercase.js-si-title {
    width: 104%;
    font-family: Roboto;
    s
}

.c-entry {
    position: relative;

    display: block;

    margin-bottom: 20px;
}

.c-entry-inverse {
    color: rgb(255, 255, 255);
}

.c-entry-frame {
    position: relative;

    overflow: hidden;

    height: 0;
}

.c-entry-frame .c-post-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.c-entry-frame .c-post-title {
    overflow: hidden;
}

.c-entry-frame-img-box {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    overflow: hidden;

    height: 0;
}

.c-entry-frame-img-box img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    max-width: 100%;
    height: auto;
}

.c-post {
    margin-bottom: 16px;
}

.c-post .c-main> :last-child {
    margin-bottom: 0;
}

.c-post-img-wrap {
    position: relative;

    display: block;

    background: rgb(245, 245, 245) none repeat scroll 0 0;
}

.o-jumbotron .c-post-img-wrap {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
}

.c-post-img-wrap img {
    width: 100%;
    height: auto;

    color: rgb(245, 245, 245);
}

.has-pseudo-bg {
    position: relative;

    display: block;
}

.has-pseudo-bg::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;

    content: "";
}

.has-pseudo-bg::after {
    background-color: rgba(0, 0, 0, .4);
}

.c-entry-lg .has-pseudo-bg::after {
    background: transparent linear-gradient(transparent 30%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .85) 100%) repeat scroll 0 0;
}

.c-post-img.u-blur {
    min-height: 310px;
}

@media (min-width: 1280px) {
    .c-post-img.u-blur {
        min-height: 375px;
    }
}

.c-post-meta {
    background-color: rgb(255, 255, 255);
}

.c-entry-lg .c-post-meta {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 10px 0 26px;
}

@media (max-width: 1023px) {
    .c-post-img.u-blur {
        min-height: 240px;
    }

    .c-entry-lg .c-post-meta {
        padding: 8px 0 20px;
    }
}

.o-jumbotron.c-entry-lg .c-post-meta {
    right: 0;
    left: 0;

    padding-right: 54px;
    padding-left: 54px;

    pointer-events: none;
}

.o-jumbotron.c-entry-lg .c-post-meta .c-post-title {
    pointer-events: all;
}

.c-entry-inverse .c-post-meta {
    background-color: transparent;
}

.c-entry-lg .c-post-meta {
    padding-bottom: 20px !important;
}

@media (max-width: 1365px) {
    .o-jumbotron.c-entry-lg .c-post-meta {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 1023px) {
    .c-entry-lg .c-post-meta {
        padding-bottom: 15px !important;
    }
}

.c-post-title {
    font-size: 16px;
    font-weight: 700;
}

.c-post-title.u-uppercase {
    letter-spacing: 1px;
}

.c-post-meta .c-post-title,
.o-jumbotron .c-post-title {
    margin: 0;
}

.c-post-title,
.c-post-title>* {
    color: inherit;
}

.c-post-title>* {
    pointer-events: all;
}

.c-post-title a {
    display: block;

    max-width: 100%;

    text-decoration: none;
}

.c-post-title a:focus,
.c-post-title a:hover {
    color: inherit;
}

.c-entry-inverse .c-post-title {
    font-weight: 300;
}

.c-entry-lg .c-post-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 32px;
}

@media (max-width: 1023px) {

    .c-post-title {
        font-size: 12px;
    }

    .c-entry-lg .c-post-title {
        font-size: 21px;
        line-height: 24px;
    }
}

@media (min-width: 1366px) {
    .c-post-title {
        font-size: 20px;
    }
}

@media (min-width: 1600px) {
    .c-post-title {
        font-size: 22px;
    }

    .c-post .c-entry-lg .c-post-title {
        font-size: 36px;
        line-height: 40px;
    }
}

.c-post-tag,
.c-post-time {
    font-size: 12px;

    display: inline-block;
}

.c-post-tag:not(:last-child) {
    margin-right: 8px;
}

.c-bar .c-post-tag {
    padding-top: 1px;
}

.c-entry-lg .c-bar .c-post-tag {
    padding-top: 0;
}

@media (min-width: 1280px) {

    .c-bar .c-post-tag {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 1023px) {

    .c-post-tag,
    .c-post-time {
        font-size: 10px;
    }

    .c-post-tag:not(:last-child) {
        margin-right: 6px;
    }

    .c-entry-lg .c-post-tag {
        font-size: 12px;
    }
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
    float: left;
}

.c-post-tag {
    font-weight: 700;

    color: rgb(102, 102, 102);
}

.c-entry-inverse .c-post-tag {
    font-weight: 300;

    color: rgb(170, 170, 170);
}

.c-post-time {
    color: rgb(168, 171, 191);
}

.c-post-stats {
    font-size: 12px;

    display: block;

    text-align: right;
    white-space: nowrap;

    color: rgb(102, 102, 102);
}

.c-entry-lg .c-post-stats {
    font-size: 12px;
}

.c-post-stats>li {
    display: inline-block;
}

.c-post-stats>li:not(:last-child) {
    margin-right: 8px;
}

.c-post-stats>li:empty {
    display: none;
}

.c-post-stats .i-ii {
    display: inline-block;

    margin-right: 2px;

    opacity: .6;
}

.c-post-info .c-post-stats {
    margin-bottom: 0;
}

.c-bar .c-post-stats {
    display: inline-block;
}

@media (max-width: 1023px) {

    .c-main .c-entry-lg .c-post-stats,
    .c-post-stats {
        font-size: 10px;
    }

    .c-post-stats>li:not(:last-child) {
        margin-right: 6px;
    }
}

.c-entry-inverse .c-post-stats {
    color: rgb(170, 170, 170);
}

.c-post-info-sm .c-post-tag,
.c-post-info-sm .c-post-time {
    font-size: 10px;
}

@media (max-width: 1365px) {

    .c-post-info-sm .c-post-tag,
    .c-post-info-sm .c-post-time {
        margin-right: 7px;
    }
}

@media (max-width: 1023px) {

    .c-post-info-sm .c-post-tag,
    .c-post-info-sm .c-post-time {
        font-size: 8px;
    }
}

.c-port {
    position: relative;

    overflow: hidden;
}

.c-bar {
    line-height: 1.6;

    padding-top: 5px !important;
    padding-bottom: 5px !important;

    fill: rgb(102, 102, 102);
}

.c-bar a {
    text-decoration: none;

    color: inherit;
}

.c-bar a:active,
.c-bar a:hover {
    color: rgb(51, 51, 51);

    fill: rgb(51, 51, 51);
}

.c-bar svg {
    transition: all 0s ease 0s;
}

.c-main .c-entry-lg .c-bar {
    padding-right: 30px;
}

.c-entry .c-bar {
    font-size: 14px;
    line-height: 1.6;
}

.c-bar-left {
    float: left;

    margin-left: -10px;
}

.c-bar-right {
    float: right;

    margin-right: -10px;
}

.c-bar-unit {
    position: relative;

    float: left;

    padding: 5px 10px;
}

.c-bar-unit ul {
    margin-bottom: 0;
}

.c-bar-left .c-bar-unit:not(:last-child) {
    border-right: 1px solid rgba(170, 170, 170, .5);
}

@media (max-width: 1023px) {
    .c-main .c-bar {
        font-size: 11px;
    }

    .c-entry .c-bar {
        font-size: 12px;
    }
}

.c-bar-unit .c-social-list {
    font-size: 12px;
}

.c-bar-unit .c-social-list a {
    padding-top: 3px;

    color: rgb(102, 102, 102);
}

.c-entry-inverse .c-bar-unit .c-social-list a {
    color: rgb(170, 170, 170);
}

@media (min-width: 1024px) {
    .c-main .c-entry-lg .c-bar-unit .c-social-list a {
        padding-top: 3px;
    }
}

.c-social-list li {
    margin-right: -3px;
}

.c-social-list li:nth-child(1) a {
    margin-right: 8px;
}

.c-social-list li:nth-child(2) a {
    margin-right: 6px;
}

.c-social-list li:nth-child(3) a,
.c-social-list li:nth-child(4) a {
    margin-right: 4px;
}

.c-bar-unit .c-social-list li:last-child {
    margin-right: -10px;
}

.c-bar-unit .c-social-list li:last-child a {
    margin-right: 0;
}

@media (max-width: 1023px) {
    .c-bar-unit .c-social-list {
        font-size: 10px;
    }

    .c-bar-unit .c-social-list a {
        padding: 5px 0 1px;
    }

    .c-entry-lg .c-bar-unit .c-social-list {
        font-size: 12px;
    }

    .c-entry-lg .c-bar-unit .c-social-list a {
        padding: 0;
    }

    .c-entry-lg .c-bar-unit .c-social-list.c-switcher-box {
        margin-top: 3px;
    }

    .c-main .c-entry-lg .c-bar-unit .c-social-list {
        font-size: 10px;
    }

    .c-social-list li {
        margin-right: 5px;
    }
}

.c-social-list a {
    padding-right: 10px;
    padding-left: 10px;
}

.c-social-list .i-svg {
    width: 15px;
    height: 15px;
    margin-top: -2px;
}

.c-social-list .i-tw {
    width: 17px;
    height: 17px;
}

.c-social-list .i-vb {
    width: 15px;
    height: 17px;
    margin-top: -2px;
}

.c-social-list .i-tlg {
    width: 17px;
    height: 17px;
    margin-top: -4px;
}

.c-sidebar-box {
    padding: 0 10px;
}

.c-sidebar {
    position: relative;
    top: 0;

    padding: 0 20px;

    background: rgb(245, 245, 245) none repeat scroll 0 0;
}

.c-sidebar .nav-tabs>li>a {
    padding-top: 14px;
    padding-bottom: 12px;
}

.c-sidebar article:focus a .c-post-img,
.c-sidebar article:hover a .c-post-img {
    transform: scale(1.1);
}

.c-sidebar .o-row {
    margin-right: -20px;
    margin-left: -20px;
}

.c-sidebar .c-post-img {
    transition: transform 3s ease 0s;
}

.c-sidebar .c-post-meta {
    background: rgb(245, 245, 245) none repeat scroll 0 0;
}

.c-sidebar .c-aside {
    padding: 20px 0;

    background: rgb(255, 255, 255) none repeat scroll 0 0;
}

@media (max-width: 1023px) {
    .c-sidebar {
        padding: 0 15px;
    }

    .c-sidebar .nav-tabs>li>a {
        padding-top: 15px;
        padding-bottom: 13px;
    }

    .c-sidebar .c-post-title {
        font-size: 12px;
    }

    .c-sidebar .o-row {
        margin-right: -15px;
        margin-left: -15px;
    }

    .c-sidebar .c-aside {
        padding: 22px 0;
    }
}

@media (min-width: 1280px) {
    .c-sidebar .nav-tabs>li>a {
        font-size: 11px;

        padding-top: 12px;
        padding-bottom: 11px;
    }

    .c-sidebar .c-aside {
        padding: 10px;
    }
}

.c-sidebar-entry .c-post-title,
.c-sidebar-unit .c-post-title {
    font-size: 16px;
    font-weight: 300;

    margin: 0;
}

@media (max-width: 1023px) {

    .c-sidebar-entry .c-post-title,
    .c-sidebar-unit .c-post-title {
        font-size: 12px;
    }
}

.c-sidebar-unit:last-child {
    border-bottom: 0 none;
}

.c-sidebar-entry {
    margin-top: 0;
    padding: 15px 0;

    border-bottom: 1px solid rgb(220, 220, 220);
}

.c-sidebar-entry .c-entry-frame {
    margin-top: 5px;
}

.c-sidebar-entry .c-post-title {
    color: rgb(51, 51, 51);
}

.c-sidebar-entry .c-post-info {
    margin: 5px 0 0;
}

.c-sidebar-entry:focus .c-post-title a,
.c-sidebar-entry:hover .c-post-title a {
    text-decoration: underline;
}

.c-sidebar-entry .c-post-tag,
.c-sidebar-entry .c-post-time {
    color: rgb(160, 160, 160);
}

.c-sidebar-entry .c-post-tag {
    font-weight: 400;
}

.s-entry-video .c-post-title {
    font-size: 15px;
    line-height: 1.33333;

    min-height: 48px;
    max-height: 68px;
}

.s-entry-video .c-entry-frame,
.s-entry-video .c-entry-frame-img-box {
    padding-top: 57.143%;
}

.s-entry-video .c-post-title a {
    padding-top: 8px;
    padding-bottom: 5px;
}

.s-entry-video .c-entry-frame {
    padding-bottom: 69px;
}

@media (max-width: 1023px) {
    .c-sidebar-entry {
        padding: 11px 0;
    }

    .c-sidebar-entry> :first-child:not(.c-post-title) {
        margin-top: 3px;
    }

    .s-entry-video .c-post-meta {
        padding-bottom: 17px;
    }

    .s-entry-video .c-post-title {
        font-size: 11px;

        min-height: 38px;
        max-height: 53px;
    }

    .s-entry-video .c-entry-frame {
        padding-bottom: 55px;
    }
}

.c-aside {
    overflow: hidden;
}

.t-lady .o-jumbotron {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
}

.is-compressed .c-search-nav {
    position: relative;
    z-index: 1;

    float: right;
}

.c-comments-head {
    padding-bottom: 1px;
}

.c-comments-login {
    width: 100%;
}

.u-uppercase {
    text-transform: uppercase;
}

.u-spacer-before>* {
    display: inline-block;

    vertical-align: middle;
}

.u-spacer-before::before {
    display: inline-block;

    width: 0;
    height: 100%;
    margin-left: -3px;

    content: "";
    vertical-align: middle;
}

.u-content-read {
    max-width: 940px;
    margin-left: 125px;
}

@media (max-width: 1279px) {
    .u-content-read {
        max-width: 699px;
        margin-left: 0;
    }
}

.u-mr-0 {
    margin-right: 0 !important;
}

.u-pa-0 {
    padding: 0 !important;
}

.u-px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.u-pr-0 {
    padding-right: 0 !important;
}

.u-pos-r {
    position: relative;
}

.c-entry-inverse .u-text-lady,
.u-text-lady {
    color: rgb(246, 87, 87);
}

.u-flex-justify-x {
    display: flex;
}

.u-flex-justify-x>* {
    flex-grow: 1;
    flex-basis: 0;
}

.c-si-main {
    position: relative;
    z-index: 9;

    transition: opacity 1.2s ease 0s;

    background: rgb(255, 255, 255) none repeat scroll 0 0;
}

.c-si-main .c-post>.o-row-sm {
    position: static;
}

.c-si-pages {
    position: relative;
}

.c-si-pages .c-si-page {
    position: relative;
    z-index: 8;

    background: rgb(255, 255, 255) none repeat scroll 0 0;
}

.c-si-pages .c-si-active {
    z-index: 7;
}

.c-si-pages .c-si-main {
    z-index: 1;
}

.o-affix-el {
    position: relative;
}

@media print {

    .c-aside,
    .c-banner,
    .c-bar-left .c-bar-unit~*,
    .c-bar-right,
    .h-feed {
        display: none !important;
    }

    .c-entry-lg .has-pseudo-bg::before {
        background-color: transparent;
        background-image: none;
    }

    .c-bar * {
        color: rgb(102, 102, 102) !important;
    }

    .c-bar-left {
        width: 50%;
    }

    .c-bar-unit {
        border-right: 0 none !important;
    }

    .c-entry-lg .c-post-meta,
    .c-post-meta {
        position: relative !important;

        padding-bottom: 0 !important;
    }

    .c-post-title {
        margin: 22px 0 0 !important;

        color: rgb(0, 0, 0) !important;
    }

    .o-jumbotron {
        overflow: visible;

        margin-bottom: 0 !important;

        background-color: transparent !important;
    }

    .c-post-stats {
        display: none !important;
    }

    .c-main {
        float: none !important;

        width: 100% !important;
        margin-right: 0 !important;
    }
}

.comTitle {
    font-size: 27px;

    margin-top: 50px;
    padding: 5px 10px;

    text-align: center;

    color: rgb(0, 0, 0);
    border-bottom: 2px solid black;
}

.photo img {
    margin: 3px 0 0;
}

.photo {
    float: left;

    margin-right: 10px;
}

.com-txt {
    padding-left: 90px;

    text-align: left;

    color: black;
}

.commit-text {
    margin-top: 25px;
}

img.photo-people {
    width: 75px;

    border-radius: 50px;
}

.clear {
    clear: both;
}

body {
    line-height: 1.5625;

    color: rgb(68, 68, 68);
}

@media (min-width: 759px) and (max-width: 1024px) {

    .c-main .u-content-read {
        font-size: 20px;
    }

    .com-txt {
        font-size: 19px;
    }

    .c-entry-lg .c-post-title {
        font-size: 21px;
    }

    .o-jumbotron {
        font-size: 11px;

        padding: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {

    .c-entry-lg .c-post-title {
        font-size: 19px;
        line-height: 24px;
    }
}


.img-block {
    position: relative;
}

.img-block h2 {
    position: absolute;
    font-size: 50px;
    right: 225px;
    bottom: 200px;
    z-index: 10;
    padding: 20px;
    background: blue;
    font-family: Roboto;
}

@media all and (max-width: 1599px) {
    .img-block h2 {
        right: 10px;
    }
}

@media all and (max-width: 1279px) {
    .img-block h2 {
        font-size: 25px;
    }
}

@media (max-width: 759px) {

    html,
    body {
        width: 100%;
        padding: 0 10px;
    }

    .img-block h2 {
        right: 230px;
    }

    #main-content.container.o-wrap.c-si-main.t-lady.js-si-main {
        width: 100%;
    }

    .container {
        margin: 0;
        padding: 0;
    }

    .container.c-banner.o-wrap.has-nav-sub {
        width: 100%;
    }

    .c-sidebar-wrap~.c-main {
        width: 100%;
    }

    .c-main .u-content-read {
        font-size: 20px;
        line-height: 1.5;

        margin-left: 0;
    }

    .com-txt {
        font-size: 17px;

        padding-left: 85px;
    }

    .o-jumbotron {
        font-size: 11px;

        padding: 0;
    }

    h1 {
        font-size: 20px;
    }

    .c-post-title {
        font-size: 17px;
    }

    .c-post-img-wrap {
        width: 800px;
    }

    .o-jumbotron.c-entry-lg .c-post-meta {
        padding-left: 20px;
    }

    .p-name.c-post-title.u-uppercase.js-si-title {
        max-width: 106%;
        margin-bottom: -7px;
    }

    .c-bar-right {
        display: none;
    }

    .c-entry-lg .c-post-title {
        font-size: 19px;
    }

    .c-main .o-jumbotron {
        max-width: 114%;
        margin-left: -20px;
    }

    .u-video,
    .u-glamor,
    .u-special,
    .c-nav-unit.u-show-on-compression,
    .c-nav-unit.c-search-nav {
        display: none;
    }
}

@media (max-width: 650px) {
    .c-post-img.u-blur {
        min-height: 340px;
        transform: translate(0%, 8%);
    }

    .img-block h2 {
        display: none;
        /*right: 0;
        position: relative;
        top: 44px;
        padding: 8px;
        bottom: auto;
        margin: 0;
        color: #fff;
        max-width: 100%;*/
    }
}

@media all and (max-width: 411px) {
    .c-post-img.u-blur {
        transform: translate(6%, 8%);
    }

    .p-name.c-post-title.u-uppercase.js-si-title {
        margin-bottom: -7px;
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .u-sport {
        display: none;
    }

    .c-post-img.u-blur {
        transform: translate(4%, 6%);
    }

    .p-name.c-post-title.u-uppercase.js-si-title {
        font-size: 12px;
    }
}

@media all and (max-width: 360px) {
    .c-post-img.u-blur {
        transform: translate(2%, 6%);
    }

    .p-name.c-post-title.u-uppercase.js-si-title {
        font-size: 11px;
    }
}

@media all and (max-width: 320px) {
    .c-post-img.u-blur {
        transform: translate(-0.5%, 6%);
    }

    .p-name.c-post-title.u-uppercase.js-si-title {
        line-height: 20px;
    }
}