footer {
    background-color: #fff;
    padding: 36px 0 !important;
    overflow-x: hidden;
    content-visibility: auto;
}

footer.black {
    background: #0f0f0f;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.footer__top {
    display: grid;
    grid-template-columns: 66px 174px auto;
    grid-template-areas:
        "a b c"
        "a d c"
        "a e c"
        "a f c"
        "a g c";
    gap: 0 40px;
}

.footer__logo {
    grid-area: a;
}

.footer__logo a {
    display: block;
    width: 66px;
    height: 66px;
}

.footer__logo img {
    width: 66px;
    height: 66px;
    padding: 0;
}

/* Footer Extra */
.footer__top span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

footer.black .footer__top span {
    color: #fff;
}


.footer__top .footer__slug {
    margin: 0;
    margin-bottom: 16px;
    grid-area: b;
    grid-row: 1 / 2;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    line-height: 20px;
}

.footer__live {
    display: block;
    border-top: 1px #D0D0D0 solid;
    border-bottom: 1px #D0D0D0 solid;
    padding: 19px 0 18px 0;
    padding-left: 34px;

    text-transform: uppercase;
    margin-bottom: 16px;
    grid-area: e;
    grid-row: 2 / 3;
}


.footer__live span {
    margin: 0;
    padding: 0;
}

footer .footer__live:hover span {
    color: #CC0000;
}

.footer__menu_plus span {
    text-transform: uppercase;
    margin: 0;
}

.footer__menu_plus li a {
    font-size: 14px;
    line-height: 26px;
    display: block;
}

footer.black .footer__menu_plus li a {
    color: #fff;
}

.footer__menu_plus li a:hover {
    color: #CC0000;
    text-decoration: underline;
}

/* footer nav */
.footer__navigation {
    display: flex;
    flex: 1;
    grid-area: c;
}

.footer__navigation__child {
    min-width: 100%;
}

.footer__navigation ul,
.footer__main__link {
    margin: 0;
    padding: 0;
}

.footer__navigation ul.navigation__block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 32px;
}

.footer__main__link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
}

.footer__navigation ul.navigation__block a {
    font-size: 14px;
    line-height: 26px;
    color: #282828;
    display: block;
}

.footer__navigation ul.navigation__block h4 a {
    line-height: 24px;
}

footer .black .footer__navigation ul.navigation__block h4 a,
footer.black .footer__navigation ul.navigation__block a {
    color: #fff;
}

.footer__navigation ul.navigation__block a:hover {
    color: #CC0000;
    text-decoration: underline;
}

footer.black .footer__navigation ul.navigation__block a:hover {
    color: #fff;
}


/* footer follow */
.social__footer {
    border-bottom: 1px #D0D0D0 solid;
    padding-bottom: 16px;
    margin-bottom: 16px;
    grid-area: f;
    grid-row: 3 / 4;
}

.social__footer span {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 16px;
}

.footer__follow__nav {
    display: flex;
    align-items: center;
}

.footer__follow__nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 18px 24px;
}

.footer__follow__nav li a {
    width: 23px;
    height: 23px;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    transition: opacity 0.25s ease 0s;
    background-size: initial;
    background-position: center center;
    background-repeat: no-repeat;
}


/* Menu plus */
.footer__menu_plus {
    grid-area: g;
    grid-row: 4 / 5;
}

/* footer separator */
footer hr {
    margin: 8px 0 11px 0;
}

/* footer bottom */
.footer__bottom {
    position: relative;
    padding-top: 16px;
    margin-top: 32px;
}

.footer__bottom:before,
.footer__bottom:after {
    content: '';
    width: 100vw;
    height: 1px;
    display: block;
    background: #A81D1D;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer__bottom:after {
    top: 2px;
}

.footer__bottom__nav ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 10px 0 14px 0;
    list-style: none;
}

.footer__bottom__nav a {
    color: #282828;
    font-size: 14px;
}

footer.black .footer__bottom__nav a {
    color: #fff;
}

.footer__bottom__nav a:hover {
    text-decoration: underline;
}

/* footer copyright */
.footer__copyright {
    color: #8C8C8C;
    font-size: 12px;
    padding-top: 6px;
    margin-top: 40px;
}

.footer__top {
    max-width: 1248px;
    margin: 0 auto;
}

/* poopup cookies */
#pop-gdpr a {
    color: #1890ff;
}

#pop-gdpr a:hover {
    color: #40a9ff;
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .footer__top {
        grid-template-columns: 72px auto;
        grid-template-areas:
            "a b"
            "e e"
            "c c"
            "g g"
            "f f";
        gap: 0 16px;
    }

    .footer__logo,
    .footer__top .footer__slug {
        grid-row: 1 / 2;
    }

    .footer__top .footer__slug {
        margin: 0;
        display: flex;
        align-items: center;
    }

    .footer__top .footer__top span {
        font-size: 16px;
    }

    .footer__live {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .social__footer {
        grid-row: 5;
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .footer__menu_plus {
        margin-top: 24px;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px #D0D0D0 solid;
    }

    .footer__menu_plus li a {
        font-size: 16px;
        line-height: 32px;
    }

    .footer__navigation ul.navigation__block {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        grid-gap: 0;
        overflow: hidden;
    }

    .footer__navigation ul.navigation__block a {
        font-size: 16px;
    }

    .footer__navigation ul.navigation__block .footer__main__link {
        padding: 0;
        position: relative;
        margin: 0;
        font-size: 16px;
    }

    .footer__navigation ul.navigation__block .navigation__item {
        border-bottom: 1px #D0D0D0 solid;
        padding: 0;
        overflow: hidden;
    }

    .footer__navigation ul.navigation__block .navigation__item .footer__main__link {
        padding: 21px 0;
    }

    .footer__navigation ul.navigation__block .footer__main__link:before {
        content: '';
        display: block;
        width: 16px;
        height: 10px;
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
      
        background-size: contain;
    }

    .footer__navigation ul.navigation__block .navigation__item.active .footer__main__link:before {
        transform: translateY(-50%) rotate(180deg);
    }



    .footer__navigation ul.navigation__block .navigation__subitem {
        visibility: hidden;
        margin-top: -8px;
        padding-bottom: 8px;
        max-height: 0;
        transition: max-height .3s linear, visibility .3s linear;
    }

    .footer__navigation ul.navigation__block .navigation__subitem a {
        line-height: 32px;
    }

    .footer__navigation .navigation__block .navigation__item.active .navigation__subitem {
        visibility: visible;
        max-height: 1000px;
        transition: max-height .5s linear, visibility .5s linear;
    }

    .footer__bottom__nav ul {
        flex-direction: column;
    }

    .footer__bottom__nav a {
        line-height: 32px;
        font-size: 16px;
    }

    .footer__copyright {
        margin-top: 32px;
        padding-top: 0;
    }

}

@media (max-width: 768px) {
    .footer__top {
        grid-template-areas:
            "a a"
            "b b"
            "e e"
            "c c"
            "g g"
            "f f";
    }

    .footer__logo {
        grid-row: 1 / 1;
    }

    .footer__top .footer__slug {
        grid-row: 2 / 2;
        margin-top: 16px;
    }

    .footer__top .footer__top h4 {
        grid-row: 2 / 2;
        margin-top: 16px;
    }

    .footer__live {
        grid-row: 3 / 3;
        margin-top: 24px;
    }

    .footer__navigation {
        grid-row: 4 / 4;
    }

    .footer__menu_plus {
        grid-row: 5 / 5;
    }

    .social__footer {
        grid-row: 6 / 6;
    }
}


/* COMMENT */
@charset "UTF-8";
@import url("css2.css");

a,
body,
div,
html,
i,
img,
li,
section,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'cnnSans';
}

* {
    box-sizing: inherit;
}

:active,
:focus {
    outline: none;
}

html {
    box-sizing: border-box;
    font-family: Fira Sans, sans-serif;
    font-size: 17px;
}

body {
    color: #1a231a;
    line-height: 1.6;
    overflow-x: hidden !important;
    position: relative;
}

::-moz-selection {
    background-color: #e6f7e6;
}

::selection {
    background-color: #e6f7e6;
}

i {
    font-style: italic;
    /* font-family: FontAwesome; */
}

section {
    display: block;
}

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

button,
input,
textarea {
    font-family: inherit;
}

button {
    cursor: pointer;
}

.comment {
    transition: all 0.25s ease-out;
    transform: translateZ(0);
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
a {
    color: inherit;
    text-decoration: none;
    /* background-image: linear-gradient(
    0deg,
    transparent 0.1176470588em,
    #00af00 0,
    #00af00 0.2352941176em,
    transparent 0
  ); */
    transition: all 0.25s ease;
}

li {
    /* margin: 0 0 1.6470588235em 2.3529411765em; */
    /* position: relative; */
}

li:before {
    position: absolute;
}

:root {
    --ratio: 75%;
}

.block-highlight .meta__block:grid-block:first-of-type a {
    margin-left: 0;
}

.comment {
    margin-bottom: 1.0588235294rem;
    z-index: 0;
}

@media (min-width: 640px) {
    .comment {
        padding-left: 3.5294117647rem;
    }
}

.index-counter__line:fist-of-type,
.liveblog-timeline__line:fist-of-type {
    flex-grow: 5;
}

.liveblog-entry .liveblog-entry-text .twitter-tweet::shadow .EmbeddedTweet {
    margin: 0 auto;
}

.block {
    display: block;
}


.comment {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.comment-like {
    border-top: 1px solid #7e7e7e;
    border-bottom: 1px solid #7e7e7e;
    max-width: 96%;
    width: 100%;
    margin: 0 auto;
}

.comment-like__row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
}

.comment-like__row i {
    font-size: 1.2rem;
    color: #7e7e7e;
    font-family: FontAwesome;
}

.comment-like__row-block {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.comment-content {
    display: flex;
    flex-direction: column;
}

.comment-block {
    margin: 0.5rem 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.204);
    padding-bottom: 0.5rem;
}

.block-avatar {
    margin-right: 1rem;
}

.block-avatar img {
    border-radius: 50%;
    width: 50px !important;
    max-width: 50px;
}

.block-info-comment span {
    background-color: rgba(0, 0, 0, 0.108);
    display: block;
    padding: 0.4rem;
    border-radius: 10px;
}

.block-info-comment__name {
    font-weight: 700;
    color: #000;
}

.block-info-line {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.block-info-answer-flex {
    display: flex;
    margin-top: 1.5rem;
}

.block-info-line__date {
    color: rgba(0, 0, 0, 0.44);
}

.block-info-line__like {
    display: flex;
    justify-content: flex-start;
    color: #000000;
    padding-top: 3px;
    white-space: nowrap;
}

.block-info-line__like_item {
    list-style: none;
    margin-right: 1rem;
    font-size: 14px !important;
}

.block-info-line__like_item a {
    color: #3b5998!important;
    text-decoration: none !important;
}

._2392 {
    margin-bottom: 24px;
}

.clearfix {
    zoom: 1;
}

._ohe {
    float: left;
}

.lfloat {
    float: left;
}

._4cqr {
    position: relative;
}

._42ef {
    overflow: hidden;
}

.UFIInputContainer {
    position: relative;
}

.UFICommentAttachmentButtons {
    bottom: 0;
    height: 24px;
    position: absolute;
    right: 0;
}

._ohf {
    float: right;
}

._4jy1._42fr {
    background-color: #9cb4d8;
    border-color: #9cb4d8;
}

._5tr6 button,
._5tr6 ._42fr:active {
    font-size: 14px;
    white-space: normal;
}

._3-99 {
    margin-left: 4px;
}

._42fr {
    cursor: default;
}

._42ft {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

._4jy3,
._4jy3._42fr:active {
    line-height: 22px;
}

._4jy1 {
    background-color: #4267b2;
    border-color: #4267b2;
}

._4jy1 {
    color: #fff;
}

._4jy0 {
    transition: 200ms cubic-bezier(0.08, 0.52, 0.52, 1) background-color, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) box-shadow, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) transform;
}

._4jy0 {
    border: 1px solid;
    border-radius: 2px;
    box-sizing: content-box;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    justify-content: center;
    padding: 0 8px;
    position: relative;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}

.rfloat {
    float: right;
}

:disabled {
    cursor: default;
}

[type=submit],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

._3-8_ {
    margin-right: 4px;
}

._6b {
    vertical-align: middle;
}

._6a {
    display: inline-block;
}

._50f7 {
    font-weight: 600;
}

._4uyl ._1u9t {
    font-size: 16px;
    padding: 12px 8px;
}

._1zz8 ._1u9t {
    min-height: 40px;
}

._4uyl ._1cb {
    border: 1px solid #d3d6db;
    word-wrap: break-word;
}

._1u9t {
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
}

body,
button,
input,
textarea {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

textarea {
    resize: vertical;
}

button,
input,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.block-info-line__like {
    display: flex;
    justify-content: flex-start;
    color: #000000;
    padding-top: 3px;
    white-space: nowrap;
    flex-wrap:wrap;
}

._491z {
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    margin-bottom: 24px;
    padding: 8px 0;
}

.clearfix {
    zoom: 1;
}