@media only screen and (min-width:1198px) {
    .section--untitled {
        padding-top: 30px;
        border-top: 2px solid #eee
    }
}

.section_name {
    color: #999;
    font: 700 1.6rem/2.2rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .section_name {
        font: 2rem/2.4rem a;
        font-family: inherit
    }
}

@media only screen and (min-width:1198px) {
    .section_name .section_name__link {
        display: flex;
        align-items: flex-end
    }
}

@media only screen and (min-width:1198px) {
    .section_name:not(.section_name--no_left_gap) {
        padding-left: 1rem
    }
}

.section_small_name {
    margin: 20px 10px 10px;
    padding: 0 10px 4px 0;
    border-bottom: 4px solid #eee;
    color: #999;
    font: 1.8rem/2.4rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .section_small_name {
        margin: 20px 0 10px;
        padding-left: 20px;
        font-size: 2.2rem;
        line-height: 1
    }
}

.section_header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
    column-gap: 4rem
}

@media only screen and (min-width:1198px) {
    .section_header {
        flex-wrap: nowrap;
        align-items: baseline;
        margin-bottom: 3rem;
        padding-bottom: .5rem;
        column-gap: 1rem;
        border-bottom: 2px solid #eee
    }
}

.section_header__link {
    color: inherit;
    text-decoration: none
}

.section_header__nav {
    flex-shrink: 0;
    align-self: center;
    font-size: 13px
}

@media only screen and (min-width:1198px) {
    .section_header__nav {
        font-size: 16px
    }
}

@media only screen and (max-width:1197.98px) {
    .section_header--link_to_all {
        margin: 0 -1rem 1.5rem;
        padding: 0 1rem .5rem;
        border-bottom: 2px solid #eee
    }
}

.section_header--right_now {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:1198px) {
    .section_header--right_now {
        margin-bottom: 2rem
    }
}

.section_header__list {
    display: none
}

@media only screen and (min-width:1198px) {
    .section_header__list {
        display: flex;
        flex-shrink: 0;
        flex-wrap: wrap;
        margin-right: 1rem;
        opacity: 0;
        transition: opacity .5s ease-in-out 0s;
        will-change: opacity
    }
}

.section_header__list--visible {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem
}

@media only screen and (min-width:1198px) {
    .section_header__list--visible {
        margin-top: 0;
        opacity: 1
    }
}

@media only screen and (min-width:1198px) {

    .section_header:hover .section_header__list,
    .section_header__list:focus-within {
        opacity: 1
    }
}

.section_header__more {
    margin-right: 2rem;
    color: #999;
    font: 1.1rem/2rem a;
    font-family: inherit;
    transition: color .25s ease-in-out
}

@media only screen and (min-width:1198px) {
    .section_header__more {
        position: relative;
        margin-right: 0;
        padding: 0 1rem;
        outline: none
    }
}

.section_header__more:last-child {
    margin-right: 0
}

@media only screen and (min-width:1198px) {

    .section_header__more:focus,
    .section_header__more:hover {
        color: #000
    }
}

.section_header__more:before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 5px;
    border-bottom: 2px solid transparent;
    content: "";
    transition: border-bottom-color .25s ease-in-out
}

.section_header__more:hover:before {
    border-color: #004465
}

.slided_title__link {
    display: block;
    color: inherit;
    transition: color .25s ease-in-out 0s
}

.slided_title__link:focus {
    color: #004465
}

.slided_title__text {
    display: inline-block;
    position: relative;
    transition: transform .5s ease-in-out 0s
}

.slided_title__nav {
    display: none
}

@media only screen and (min-width:1198px) {
    .slided_title__nav {
        display: inline-block;
        opacity: 0;
        transition: opacity .5s ease-in-out 0s
    }
}

@media only screen and (min-width:1198px) {
    .slided_title:hover .slided_title__link {
        color: #004465
    }
}

@media only screen and (min-width:1198px) {

    .slided_title:hover .slided_title__text,
    .slided_title__link:focus .slided_title__text {
        transform: translateX(-10px)
    }

    .slided_title:hover .slided_title__nav,
    .slided_title__link:focus .slided_title__nav {
        opacity: 1
    }
}

.top_news_main__name {
    position: relative;
    margin-bottom: 1.5rem;
    color: #000;
    font: 700 2.2rem/2.8rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .top_news_main__name {
        padding: 0 10px;
        font-size: 3.3rem;
        line-height: 3.7rem
    }
}

@media only screen and (min-width:1198px) {
    .top_news_main__link:hover {
        color: #666
    }
}

.top_news_main__link.is_visited {
    color: #999
}

@media only screen and (min-width:1198px) {
    .top_news_main__link.is_visited:hover {
        color: #aaa
    }
}

.top_news_main__lightning {
    position: absolute;
    top: -3px;
    left: -20px;
    padding: 2px;
    color: #cf0d0d;
    font-size: 12px
}

@media only screen and (min-width:1198px) {
    .top_news_main__lightning {
        font-size: 20px
    }
}

.top_news {
    margin-bottom: 2.5rem
}

@media only screen and (min-width:1198px) {
    .top_news {
        margin-bottom: 3rem
    }
}

.top_news__name {
    position: relative;
    margin-bottom: 1.5rem;
    color: #111;
    font: 1.7rem/2.5rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .top_news__name {
        margin-bottom: 1rem;
        padding: 0 10px
    }
}

.top_news__name .top_news__link {
    color: inherit;
    text-decoration: none
}

.top_news__name .top_news__link:before {
    position: absolute;
    left: -15px;
    content: "\2022"
}

@media only screen and (min-width:1198px) {
    .top_news__name .top_news__link:before {
        left: -10px
    }
}

@media only screen and (min-width:1198px) {
    .top_news__name .top_news__link:hover {
        color: #666
    }
}

.top_news__name .top_news__link.is_visited {
    color: #999
}

@media only screen and (min-width:1198px) {
    .top_news__name .top_news__link.is_visited:hover {
        color: #aaa
    }
}

.top_news__update {
    position: relative;
    padding: 0 .5rem;
    color: #aaa;
    font: 700 .9rem/1.8rem a;
    font-family: inherit;
    text-transform: uppercase;
    white-space: nowrap
}

.top_news__more {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.5rem
}

.top_news_extra {
    display: flex;
    z-index: 1;
    position: relative;
    flex-flow: row nowrap;
    align-items: flex-end;
    margin: 0 -20px 2.5rem;
    background-color: #000
}

@media only screen and (min-width:1198px) {
    .top_news_extra {
        margin: 0 0 2.5rem;
        padding-bottom: 3rem
    }
}

.top_news_extra__photo {
    z-index: 0;
    position: relative;
    align-self: flex-start;
    width: 100%;
    margin-right: -100%;
    padding-bottom: 56.25%
}

.top_news_extra__photo:after,
.top_news_extra__photo:before {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

@media only screen and (max-width:1197.98px) {
    .top_news_extra__photo:before {
        background-image: linear-gradient(180deg, transparent 33.3333333333%, #000 90%)
    }
}

.top_news_extra__photo:after {
    background-color: rgba(0, 0, 0, .25);
    opacity: 0;
    transition: .25s ease-in-out;
    will-change: opacity
}

@media only screen and (min-width:1198px) {
    .top_news_extra:hover .top_news_extra__photo:after {
        opacity: 1
    }
}

.top_news_extra__tag {
    display: flex;
    z-index: 3;
    position: absolute;
    top: 2rem;
    right: 2rem;
    align-items: center;
    justify-content: center;
    height: 2.4rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 1.1rem;
    line-height: 2.4rem
}

@media only screen and (min-width:1198px) {
    .top_news_extra__tag {
        top: 3rem;
        right: 3rem
    }
}

.top_news_extra__text {
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    width: 100%;
    margin-top: 120px;
    padding: 10.8333333333% 2rem 2rem
}

@media only screen and (min-width:1198px) {
    .top_news_extra__text {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        flex-flow: column;
        justify-content: flex-end;
        width: 100%;
        max-height: 100%;
        margin-top: 0;
        padding-top: 3rem;
        padding-right: 3rem;
        padding-left: 3rem;
        overflow: hidden;
        background-image: linear-gradient(180deg, transparent, #000 calc(100% - 3rem));
        background-repeat: no-repeat
    }
}

.top_news_extra__text .vicon--regwall {
    margin-right: 0;
    fill: transparent
}

.top_news_extra__lightning {
    position: absolute;
    top: 3px;
    left: -12px;
    font-size: 12px
}

@media only screen and (min-width:1198px) {
    .top_news_extra__lightning {
        z-index: 1;
        position: absolute;
        top: 0;
        left: -34px;
        color: #cf0d0d;
        font-size: 24px
    }
}

.top_news_extra__name {
    position: relative;
    margin-bottom: 1rem;
    color: #fff;
    font: 700 1.9rem/2.3rem a;
    font-family: inherit;
    text-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

@media only screen and (min-width:1198px) {
    .top_news_extra__name {
        position: static;
        font-size: 3.3rem;
        line-height: 3.7rem
    }
}

.top_news_extra__subheader {
    color: #fff;
    font: 1.5rem/2rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .top_news_extra__subheader {
        font-size: 1.7rem;
        line-height: 2.5rem
    }
}

.mm_slider {
    position: relative
}

.mm_slider__nav {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 20px
}

@media only screen and (min-width:1198px) {
    .mm_slider__nav {
        width: 50px;
        margin-top: 12.5%;
        opacity: .66;
        transition: opacity .25s ease-in-out 0s, transform .25s cubic-bezier(.165, .84, .44, 1) 0s
    }
}

@media only screen and (min-width:1198px) {
    .mm_slider__nav:hover {
        opacity: 1
    }
}

@media only screen and (min-width:1198px) {
    .mm_slider__nav--article {
        margin-top: 27.8125%
    }
}

.mm_slider__nav--prev {
    left: -10px
}

@media only screen and (min-width:1198px) {
    .mm_slider__nav--prev {
        left: -50px
    }
}

@media only screen and (min-width:1198px) {
    .mm_slider__nav--prev:hover {
        transform: translateX(-5px)
    }
}

.mm_slider__nav--next {
    right: -10px
}

@media only screen and (min-width:1198px) {
    .mm_slider__nav--next {
        right: -50px
    }
}

@media only screen and (min-width:1198px) {
    .mm_slider__nav--next:hover {
        transform: translateX(5px)
    }
}

.mm_slider__nav_icon {
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 20px
}

@media only screen and (min-width:1198px) {
    .mm_slider__nav_icon {
        width: 30px;
        height: 30px;
        color: #000;
        font-size: 30px
    }
}

.mm_slider__canvas {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden
}

.mm_slider__scroll_indicator {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px
}

@media only screen and (min-width:1198px) {
    .mm_slider__scroll_indicator {
        bottom: 20px
    }
}

.mm_slider__scroll_indicator--prev {
    left: -30px;
    border-radius: 0 50% 50% 0;
    box-shadow: 5px 0 15px 0 rgba(0, 0, 0, .5)
}

.mm_slider__scroll_indicator--next {
    right: -30px;
    border-radius: 50% 0 0 50%;
    box-shadow: -5px 0 15px 0 rgba(0, 0, 0, .5)
}

.mm_slider__scroll_indicator--inactive {
    visibility: none;
    opacity: 0
}

.mm_slider__link {
    position: absolute;
    top: calc(50% - 15px)
}

@media only screen and (min-width:1198px) {
    .mm_slider__link {
        top: calc(50% - 15px);
        left: 10px
    }
}

#multimedia {
    min-height: 350px
}

.multimedia__slider {
    --slider-margin: 15px;
    position: relative;
    margin: 0 -20px;
    padding: 0 20px;
    overflow: hidden
}

@media only screen and (min-width:449.98px) {
    .multimedia__slider {
        --slider-margin: 25px
    }
}

@media only screen and (min-width:640px) {
    .multimedia__slider {
        --slider-margin: 35px
    }
}

@media only screen and (min-width:1198px) {
    .multimedia__slider {
        --slider-margin: 40px;
        margin: 0 -50px;
        padding: 0 50px
    }
}

.multimedia__canvas {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0 -20px
}

@media only screen and (min-width:1198px) {
    .multimedia__canvas {
        margin: 0
    }
}

.multimedia__item {
    box-sizing: border-box;
    flex-shrink: 0;
    width: calc(100% - 50px);
    margin-right: calc(-100% + 50px);
    padding: 0 20px
}

@media only screen and (min-width:449.98px) {
    .multimedia__item {
        width: calc(100% - 80px);
        margin-right: calc(-100% + 80px)
    }
}

@media only screen and (min-width:640px) {
    .multimedia__item {
        width: calc(100% - 105px);
        margin-right: calc(-100% + 105px)
    }
}

@media only screen and (min-width:1198px) {
    .multimedia__item {
        width: 240px;
        margin: 0 -240px 0 0;
        padding: 0
    }
}

.multimedia__item .spend__item {
    margin-right: -20px;
    margin-left: -20px
}

@media only screen and (min-width:1198px) {
    .multimedia__item .spend__item {
        margin-right: 0;
        margin-left: 0
    }
}

.multimedia__icon_play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 1em;
    margin: auto;
    color: #fff;
    font-size: 5rem;
    opacity: .75;
    transition: opacity .25s linear 0s;
    will-change: opacity
}

.multimedia__item:hover .multimedia__icon_play {
    opacity: 1
}

.multimedia__nav_button {
    display: none
}

@media only screen and (min-width:1198px) {
    .multimedia__nav_button {
        display: flex;
        z-index: 2;
        position: absolute;
        top: 0;
        bottom: 0;
        align-items: flex-start;
        margin: 0
    }
}

.multimedia__nav_button--prev {
    left: 0
}

.multimedia__nav_button--next {
    right: 0
}

@media only screen and (min-width:1198px) {
    .multimedia__scroll_indicator:after {
        z-index: -1;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        opacity: 0;
        transition: opacity .5s cubic-bezier(.05, .69, .14, 1) 0s;
        will-change: opacity
    }
}

.multimedia__scroll_indicator.multimedia__nav_button--prev:after {
    box-shadow: 5px 0 30px 30px #fff
}

.multimedia__scroll_indicator.multimedia__nav_button--next:after {
    box-shadow: -15px 0 30px 30px #fff
}

.multimedia__scroll_indicator.multimedia__nav_button--next:not(.slider-inactive):after,
.multimedia__scroll_indicator.multimedia__nav_button--prev:not(.slider-inactive):after {
    opacity: 1
}

@media only screen and (min-width:1198px) {
    .multimedia__nav_link {
        margin-top: 42.5px
    }
}

@media only screen and (min-width:1198px) {
    .multimedia--spend .multimedia__nav_link {
        margin-top: 100px
    }
}

.multimedia__nav_icon {
    font-size: 20px;
    fill: #fff
}

@media only screen and (min-width:1198px) {
    .multimedia__nav_icon {
        font-size: 30px;
        fill: #666
    }
}

.opinion {
    display: flex;
    z-index: 0;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee
}

@media only screen and (min-width:1198px) {
    .opinion {
        flex-direction: column;
        margin-bottom: 4rem;
        border-bottom: 0
    }
}

.opinion__text {
    width: calc(100% - 110px);
    margin-right: 20px
}

@media only screen and (min-width:1198px) {
    .opinion__text {
        box-sizing: border-box;
        width: 100%;
        margin-right: 0;
        padding: 20px 10px 0;
        border-top: 1px solid #eee
    }
}

.opinion__text--small {
    margin-right: 10px
}

.opinion__tag {
    margin-bottom: .5rem;
    color: #666;
    font: 1.1rem/1.5rem a;
    font-family: inherit
}

.opinion__name {
    margin-bottom: 1rem;
    color: #111;
    font: 700 1.8rem/2.5rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .opinion__name {
        margin-bottom: 0;
        line-height: 2.3rem
    }
}

@media only screen and (min-width:1198px) {
    .opinion:hover .opinion__tag {
        color: #999
    }

    .opinion:hover .opinion__name,
    .opinion:hover .opinion__subtitle {
        color: #666
    }
}

.opinion__photo {
    z-index: -1;
    position: relative;
    flex-shrink: 0;
    width: 80px;
    margin-left: auto
}

@media only screen and (min-width:1198px) {
    .opinion__photo {
        order: -1;
        margin-top: 0;
        margin-right: 10px
    }
}

.opinion__photo:before {
    display: block;
    padding-bottom: 125%;
    content: ""
}

.opinion_big {
    display: flex;
    z-index: 0;
    position: relative;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee
}

@media only screen and (min-width:1198px) {
    .opinion_big {
        margin-bottom: 4rem;
        padding-left: 20px
    }
}

.opinion_big__text {
    width: calc(100% - 110px);
    margin-right: 20px
}

@media only screen and (min-width:1198px) {
    .opinion_big__text {
        width: calc(100% - 190px);
        margin-right: 10px
    }
}

.opinion_big__tag {
    margin-bottom: .5rem;
    color: #666;
    font: 1.1rem/1.5rem a;
    font-family: inherit
}

.opinion_big__name {
    margin-bottom: 1rem;
    color: #111;
    font: 700 1.8rem/2.5rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .opinion_big__name {
        margin-bottom: 2rem;
        font-size: 2.5rem;
        line-height: 2.8rem
    }
}

@media only screen and (min-width:1198px) {
    .opinion_big:hover .opinion_big__tag {
        color: #999
    }

    .opinion_big:hover .opinion_big__name {
        color: #666
    }
}

.opinion_big__photo {
    z-index: -1;
    position: relative;
    flex-shrink: 0;
    width: 80px;
    margin-left: auto
}

@media only screen and (min-width:1198px) {
    .opinion_big__photo {
        width: 160px;
        margin: 0 auto 0 0
    }
}

.opinion_big__photo:before {
    display: block;
    padding-bottom: 125%;
    content: ""
}

.ba {
    margin: 0 -20px 3rem
}

@media only screen and (min-width:1198px) {
    .ba {
        margin: 0 0 4rem
    }
}

.ba__photo {
    position: relative
}

.ba__photo:before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    content: "";
    transition: background-color .25s linear 0s
}

.ba__content {
    position: relative
}

.ba__content:hover .ba__photo:before {
    background-color: rgba(0, 0, 0, .45)
}

.ba__text {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center
}

.ba__text--shadow {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 20px 5px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

@media only screen and (min-width:1198px) {
    .ba__text--shadow {
        padding: 20px 0 0 30px
    }
}

.ba__text--absolute {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media only screen and (min-width:1198px) {
    .ba__text--absolute {
        padding: 0 0 0 30px
    }
}

.ba__tag {
    margin-bottom: 1.5rem;
    color: #fff;
    font: 1.1rem/1.5rem a;
    font-family: inherit
}

.ba__tag--black {
    color: #666
}

.ba__date {
    margin-bottom: .5rem;
    color: #aaa;
    font: 1.2rem/1 a;
    font-family: inherit
}

.ba__name {
    margin-bottom: .5rem;
    color: #fff;
    font: 700 1.8rem/2.3rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .ba__name_28 {
        font-size: 2.7rem;
        line-height: 3.3rem
    }
}

@media only screen and (min-width:1198px) {
    .ba__name--half {
        width: 50%
    }
}

.ba__name--black {
    color: #111
}

.ba__subtitle {
    color: #fff;
    font: 1.4rem/1.8rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .ba__subtitle {
        font-size: 1.3rem;
        line-height: 1.6rem
    }
}

@media only screen and (min-width:1198px) {
    .ba__subtitle--half {
        width: 50%
    }
}

@media only screen and (min-width:1198px) {
    .ba__subtitle--bold {
        margin-top: 1.5rem;
        margin-bottom: -.5rem;
        font-weight: 700
    }
}

@media only screen and (min-width:1198px) {
    .ba__subtitle--small {
        margin-top: 1.1rem;
        margin-bottom: -.2rem;
        font-size: 1.2rem;
        line-height: 1
    }
}

.ba__subtitle--black {
    color: #111
}

.ba__list {
    display: flex;
    flex-flow: column wrap;
    width: 100%
}

@media only screen and (min-width:1198px) {
    .ba__list {
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: space-between
    }
}

.ba__item {
    position: relative;
    width: 100%;
    padding-bottom: 1.5rem
}

@media only screen and (min-width:1198px) {
    .ba__item {
        margin-right: 50px;
        padding-bottom: 2rem
    }
}

@media only screen and (min-width:1198px) {
    .ba__item--five {
        width: 20%;
        margin: 0 40px 0 0
    }
}

@media only screen and (min-width:1198px) {
    .ba__item--more {
        width: auto
    }
}

.ba__more {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    text-decoration: underline
}

.ba__link_more:before {
    color: #666;
    white-space: pre;
    content: "  |  "
}

@media only screen and (min-width:1198px) {

    .ba__date,
    .ba__tag--black .link:hover {
        color: #999
    }
}

@media only screen and (min-width:1198px) {

    .ba__item:hover .ba__name--black,
    .ba__item:hover .ba__subtitle--black {
        color: #666
    }
}

.ba__tag--black .ba__link_more .link {
    color: #004465
}

@media only screen and (min-width:1198px) {
    .ba__tag--black .ba__link_more .link:hover {
        color: #000
    }
}

.uho {
    position: relative
}

@media only screen and (min-width:1198px) {
    .uho {
        margin-bottom: 40px
    }
}

.uho__photo {
    display: block;
    position: relative;
    margin: 0 -20px 1.5rem;
    padding-bottom: calc(56.25% + 22.5px)
}

@media only screen and (min-width:1198px) {
    .uho__photo {
        margin: 0 0 1.5rem;
        padding-bottom: 56.25%
    }
}

.uho__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%
}

.uho__text {
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 30px
}

@media only screen and (min-width:1198px) {
    .uho__text {
        margin: 0 10px 20px
    }
}

.uho__link {
    color: inherit;
    text-decoration: none
}

.uho__link--overlay:after {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: -20px;
    content: ""
}

@media only screen and (min-width:1198px) {
    .uho__link--overlay:after {
        right: 0;
        left: 0
    }
}

@media only screen and (min-width:1198px) {
    .uho:hover .uho__tag {
        color: #999
    }

    .uho:hover .uho__name,
    .uho:hover .uho__subtitle {
        color: #666
    }
}

.uho__tag_icon {
    margin-left: 5px;
    float: right
}

@media only screen and (min-width:1198px) {
    .uho__tag_icon {
        margin-right: -1rem
    }
}

@media only screen and (min-width:1198px) {

    .uho_big,
    .uho_small {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1198px) {
    .uho_separated:nth-child(-n+2) {
        border-bottom: 1px solid #eee
    }
}

@media only screen and (min-width:1198px) {
    .uho_tail {
        margin-top: -20px;
        padding-top: 20px;
        border-top: 1px solid #eee
    }
}

.spend__list {
    margin-bottom: 1rem
}

@media only screen and (min-width:1198px) {
    .spend__list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -40px
    }
}

.spend__item {
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
    color: #fff
}

@media only screen and (min-width:1198px) {
    .spend__item {
        width: 240px;
        margin: 0 0 40px 40px
    }
}

@media only screen and (min-width:1198px) {
    .spend__item--wide {
        width: 520px
    }
}

.spend__link {
    display: block;
    color: inherit;
    text-decoration: none
}

.spend__photo {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #004465;
    transition: opacity .15s ease-in-out 0s;
    will-change: opacity
}

@media only screen and (min-width:1198px) {
    .spend__photo {
        position: relative;
        height: 240px;
        padding-bottom: 0;
        background-color: #004465
    }
}

@media only screen and (min-width:1198px) {
    .spend__photo:before {
        z-index: 1;
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        background: linear-gradient(45deg, hsla(0, 0%, 100%, .1), transparent 50%);
        content: ""
    }
}

.spend__photo:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .1) 100%);
    content: ""
}

.spend__item:hover .spend__photo {
    opacity: .9
}

.spend__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0
}

.spend__img,
.spend__text {
    position: absolute;
    top: 0;
    left: 0
}

.spend__text {
    display: flex;
    z-index: 1;
    right: 0;
    bottom: 0;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 15px 20px 20px;
    color: #fff
}

@media only screen and (min-width:1198px) {
    .spend__text {
        padding: 10px 10px 20px
    }
}

.spend__tag {
    flex-grow: 1;
    margin-bottom: .5rem;
    font: 1.1rem/1.5rem a;
    font-family: inherit;
    text-shadow: 0 0 5px #000
}

.spend__name {
    margin-bottom: .5rem;
    font: 700 1.8rem/2.3rem a;
    font-family: inherit
}

.spend__subheader {
    font: 1.4rem/2rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .spend__subheader {
        font-size: 1.3rem;
        line-height: 1.6rem
    }
}

.spend__mark {
    font-size: 1.1rem;
    line-height: 1.5rem
}

@media only screen and (min-width:1198px) {

    .spend__mark,
    .spend__name,
    .spend__subheader {
        margin-right: 10px;
        margin-left: 10px
    }
}

.most_readable {
    margin-bottom: 3rem
}

@media only screen and (min-width:1198px) {
    .most_readable {
        margin-bottom: 4rem
    }
}

.most_readable__header {
    margin-bottom: 1.5rem
}

.most_readable__item {
    position: relative;
    padding-bottom: 2rem
}

.most_readable__photo {
    display: block;
    position: relative;
    margin: 0 -20px 1.5rem;
    padding-bottom: calc(56.25% + 22.5px)
}

@media only screen and (min-width:1198px) {
    .most_readable__photo {
        margin: 0 0 1.5rem;
        padding-bottom: 56.25%
    }
}

.most_readable__text {
    margin-left: 2rem
}

@media only screen and (min-width:1198px) {
    .most_readable__text {
        margin-left: 1rem
    }
}

@media only screen and (min-width:1198px) {
    .most_readable__shadow .most_readable__text {
        margin-left: 2.5rem
    }
}

.most_readable__name {
    color: #111;
    font: 700 1.8rem/2.3rem a;
    font-family: inherit
}

.most_readable__name:before {
    display: inline-block;
    width: 16px;
    margin: 0 0 0 -20px;
    color: #999;
    font: 700 2rem/1 a;
    font-family: inherit;
    content: counter(note);
    counter-increment: note
}

@media only screen and (min-width:1198px) {
    .most_readable__name:before {
        margin: 0 .5rem 0 -2.5rem
    }
}

.most_readable__tag {
    margin-bottom: .5rem;
    color: #999;
    font: 1.1rem/1.5rem a;
    font-family: inherit
}

.most_readable__number {
    margin-right: 2px;
    vertical-align: middle
}

@media only screen and (min-width:1198px) {
    .most_readable__item:hover .most_readable__name {
        color: #666
    }

    .most_readable__item:hover .vicon--eye {
        fill: #999
    }
}

@media only screen and (min-width:1198px) {
    .most_readable__shadow {
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
    }
}

.most_readable__content {
    counter-reset: note
}

@media only screen and (min-width:1198px) {
    .most_readable__shadow.most_readable__content {
        padding: 2rem 1.5rem 1rem
    }
}

.most_readable__item .vicon--regwall {
    margin-top: -.3rem
}

.vote {
    margin-bottom: 3rem
}

@media only screen and (min-width:1198px) {
    .vote {
        margin: 4rem 0
    }
}

.vote__branding {
    margin-bottom: 1rem
}

@media only screen and (min-width:1198px) {
    .vote__branding {
        margin-top: 3rem
    }
}

.vote__name {
    margin: 0 0 1.5rem;
    color: #111;
    font: 700 1.8rem/2.3rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .vote__name {
        margin: 0 1rem 1.5rem;
        font-size: 1.9rem
    }
}

.vote__list {
    margin: 0 1rem 1.5rem
}

.vote__item {
    margin: 1rem 0;
    font-size: 0;
    line-height: 0
}

@media only screen and (min-width:1198px) {
    .vote__item:hover .vote__question {
        color: #666
    }
}

.vote__item label {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start
}

.vote__input {
    margin: .25rem 1rem .25rem 0
}

.vote__text {
    color: #333;
    font-size: 1.5rem;
    line-height: 2rem
}

.vote__more {
    margin: 0 0 0 3.5rem
}

.sa {
    display: flex;
    z-index: 0;
    position: relative;
    flex-flow: column wrap;
    justify-content: space-between;
    margin: 3rem -20px
}

@media only screen and (min-width:1198px) {
    .sa {
        margin: 4rem 0
    }
}

.sa__custom {
    width: 100%;
    max-height: 250px;
    overflow: hidden
}

.sa__cover {
    display: flex;
    position: relative;
    flex-grow: 1;
    width: 100%
}

.sa__cover:before {
    z-index: 0;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    content: ""
}

@media only screen and (min-width:1198px) {
    .sa__cover:before {
        height: 360px;
        padding-bottom: 0
    }
}

.sa__cover--widget:before {
    content: none
}

.sa__photo,
.sa__photo:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sa__photo:before {
    z-index: 1;
    background-color: rgba(0, 0, 0, .55);
    content: "";
    transition: background-color .25s linear 0s
}

@media only screen and (min-width:1198px) {
    .sa--news:hover .sa__photo:before {
        background-color: rgba(0, 0, 0, .75)
    }
}

.sa__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 50%
}

.sa__content {
    display: flex;
    z-index: 2;
    flex-flow: column nowrap;
    flex-grow: 1;
    justify-content: flex-start;
    padding: 15px 20px 20px
}

@media only screen and (min-width:1198px) {
    .sa__content {
        padding: 30px
    }
}

@media only screen and (min-width:1198px) {
    .sa__text--news {
        flex-grow: 1;
        width: 50%
    }
}

@media only screen and (min-width:1198px) {
    .sa__text--media {
        position: relative;
        width: 75%
    }
}

@media only screen and (min-width:1198px) {
    .sa__text--story {
        position: relative;
        width: 65%
    }
}

.sa__name {
    margin-bottom: 1rem;
    color: #fff;
    font: 700 1.8rem/2.3rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .sa__name {
        font-size: 3.3rem;
        line-height: 3.5rem
    }
}

.sa__subtitle {
    margin-top: .5rem;
    color: #fff;
    font: 1.3rem/1.6rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .sa__subtitle {
        margin-top: 0;
        color: #ccc;
        font-size: 2rem;
        line-height: 2.4rem
    }
}

@media only screen and (min-width:1198px) {
    .sa__subtitle--news {
        width: 50%
    }
}

@media only screen and (min-width:1198px) {
    .sa__subtitle--media {
        color: #eee;
        font-size: 1.6rem;
        line-height: 2rem
    }
}

@media only screen and (min-width:1198px) {
    .sa__subtitle--story {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }
}

.sa__subname {
    color: #111;
    font: 700 1.4rem/2rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .sa__subname {
        color: #fff;
        font: 1.6rem/2rem a;
        font-family: inherit
    }
}

@media only screen and (min-width:1198px) {
    .sa__subname--widget {
        margin-bottom: 0;
        color: #111
    }
}

.sa__subheader {
    color: #111;
    font: 1.3rem/1.6rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .sa__subheader {
        margin-top: .5rem;
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.6rem
    }
}

.sa__more {
    color: #004465;
    text-decoration: underline
}

@media only screen and (min-width:1198px) {
    .sa__more {
        color: #fff
    }
}

@media only screen and (min-width:1198px) {
    .sa__chapter--widget .sa__more {
        color: #004465
    }
}

.sa__tag {
    flex-grow: 1;
    margin-bottom: 1rem;
    color: #fff;
    font: 1.1rem/1.5rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .sa__tag {
        flex-grow: 0;
        color: #fff
    }
}

.sa__time {
    color: #666;
    font: 1.1rem/1.5rem a;
    font-family: inherit;
    white-space: nowrap
}

@media only screen and (min-width:1198px) {
    .sa__time {
        width: auto;
        margin-bottom: 1rem;
        color: #999
    }
}

@media only screen and (min-width:1198px) {
    .sa__time--widget {
        color: #666
    }
}

.sa__chapter {
    padding: 20px 20px 0
}

@media only screen and (min-width:1198px) {
    .sa__chapter {
        z-index: 2;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0 30px 30px
    }
}

@media only screen and (min-width:1198px) {
    .sa__chapter--widget {
        box-sizing: border-box;
        position: static;
        max-height: 11rem;
        padding: 1.5rem 1rem 0
    }
}

.sa__list {
    display: flex;
    flex-flow: column nowrap
}

@media only screen and (min-width:1198px) {
    .sa__list {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between
    }
}

.sa__item {
    position: relative;
    margin-bottom: 1rem
}

@media only screen and (min-width:1198px) {
    .sa__item {
        margin: 0 40px 0 0
    }
}

.sa__item--more {
    margin-bottom: 0
}

@media only screen and (min-width:1198px) {
    .sa__item--story {
        margin-top: 2.3rem
    }
}

.sa__link {
    color: inherit;
    text-decoration: none
}

.mini_sa {
    display: flex;
    position: relative;
    min-height: 50px;
    margin: 0 -20px 2rem;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

@media only screen and (min-width:1198px) {
    .mini_sa {
        min-height: 75px;
        margin: 0 0 2.5rem
    }
}

.mini_sa__photo {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media only screen and (min-width:1198px) {
    .mini_sa__photo {
        left: auto;
        width: 340px
    }
}

.mini_sa__photo:before {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    content: ""
}

@media only screen and (min-width:1198px) {
    .mini_sa__photo:before {
        background-color: rgba(0, 0, 0, .25)
    }
}

@media only screen and (min-width:1198px) {
    .mini_sa__photo:after {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 100%;
        background-image: linear-gradient(to bottom right, #fff 50%, transparent 51%);
        content: ""
    }
}

@media only screen and (min-width:1198px) {
    .mini_sa__photo .mini_sa__img {
        object-position: right center
    }
}

.mini_sa__content {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    color: #000
}

@media only screen and (min-width:1198px) {
    .mini_sa__content {
        padding-right: 30px;
        padding-left: 30px
    }
}

.mini_sa--cover .mini_sa__content {
    z-index: 1
}

@media only screen and (max-width:1197.98px) {
    .mini_sa--cover .mini_sa__content {
        color: #fff
    }
}

.mini_sa__tag {
    margin-bottom: .5rem;
    color: #666;
    font: 1.1rem/1.5rem a;
    font-family: inherit
}

@media only screen and (max-width:1197.98px) {
    .mini_sa--cover .mini_sa__tag {
        color: #fff
    }
}

@media only screen and (min-width:1198px) {
    .mini_sa--cover .mini_sa__text {
        max-width: calc(100% - 310px)
    }
}

.mini_sa__name {
    font: 700 1.8rem/2.3rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .mini_sa__name {
        font-size: 2.7rem;
        line-height: 3.3rem
    }
}

.mini_sa__subtitle {
    margin-top: .3rem;
    font: 1.3rem/1.6rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .mini_sa__subtitle {
        margin-top: .5rem;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.mini_sa__more {
    flex-shrink: 0;
    align-self: flex-end;
    padding-left: 20px;
    color: #004465;
    font: 1.3rem/1.6rem a;
    font-family: inherit;
    text-decoration: underline
}

@media only screen and (min-width:1198px) {
    .mini_sa__more {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.mini_sa--cover .mini_sa__more {
    color: #fff
}

@media only screen and (min-width:1198px) {
    .mini_sa:hover .mini_sa__tag {
        color: #999
    }
}

@media only screen and (min-width:1198px) {
    .mini_sa:hover .mini_sa__content {
        color: #666
    }
}

.top_news_hot {
    position: relative;
    margin: 0 -20px 2rem
}

@media only screen and (min-width:1198px) {
    .top_news_hot {
        margin: 0 0 2.5rem
    }
}

.top_news_hot__text {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: flex-end;
    padding: 20px
}

@media only screen and (min-width:1198px) {
    .top_news_hot__text {
        padding: 30px
    }
}

.top_news_hot__lightning {
    position: absolute;
    top: -5px;
    left: -16px;
    flex-shrink: 0;
    padding: 2px;
    font-size: 12px;
    fill: #fff
}

@media only screen and (min-width:1198px) {
    .top_news_hot__lightning {
        top: -9px;
        left: -38px;
        font-size: 20px;
        fill: #cf0d0d
    }
}

.top_news_hot__name {
    position: relative;
    margin-bottom: 1.5rem;
    color: #fff;
    font: 700 2.2rem/2.8rem a;
    font-family: inherit;
    text-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

@media only screen and (min-width:1198px) {
    .top_news_hot__name {
        position: static;
        font-size: 3.3rem;
        line-height: 3.5rem
    }
}

.top_news_hot__link {
    display: flex;
    align-items: flex-start;
    color: inherit;
    text-decoration: none
}

.top_news_hot__link:after {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.top_news_hot__photo {
    position: relative;
    padding-bottom: 56.25%
}

.top_news_hot__photo:before {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    content: ""
}

@media only screen and (min-width:1198px) {
    .top_news_hot__photo:before {
        background-color: initial;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 50%);
        transition: background-color .25s linear 0s
    }
}

@media only screen and (min-width:1198px) {
    .top_news_hot:hover .top_news_hot__photo:before {
        background-color: rgba(0, 0, 0, .25)
    }
}

.bqotd {
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-flow: column;
    height: 100%;
    padding: 0 4rem
}

@media only screen and (min-width:1198px) {
    .bqotd {
        height: 24rem;
        margin: 0;
        padding: 2rem 2rem 2rem 3rem
    }
}

.bqotd__tag {
    color: #666;
    font: 1.1rem/1.5rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .bqotd__tag {
        margin: 0 0 1.5rem
    }
}

.bqotd__text {
    position: relative;
    height: 0;
    padding-bottom: calc(56.25% + 45px)
}

@media only screen and (min-width:1198px) {
    .bqotd__text {
        box-sizing: border-box;
        display: flex;
        flex-grow: 1;
        align-items: center;
        height: auto;
        padding: 0 80px 0 2rem
    }
}

.bqotd__name {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    color: #111;
    font: 700 1.8rem/2rem a;
    font-family: inherit
}

@media only screen and (min-width:449.98px) {
    .bqotd__name {
        font-size: 3rem;
        line-height: 1
    }
}

@media only screen and (min-width:1198px) {
    .bqotd__name {
        box-sizing: border-box;
        position: static;
        height: 100%;
        font-size: 2.4rem;
        line-height: 2.6rem
    }
}

.bqotd__name--small {
    font-size: 1.2rem;
    line-height: 1.6rem
}

@media only screen and (min-width:449.98px) {
    .bqotd__name--small {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.bqotd__name--big,
.bqotd__name--huge {
    font-size: 2.6rem;
    line-height: 3rem
}

@media only screen and (min-width:449.98px) {
    .bqotd__name--big {
        font-size: 3.5rem;
        line-height: 4rem
    }
}

.bqotd__name--huge {
    text-align: center
}

@media only screen and (min-width:449.98px) {
    .bqotd__name--huge {
        font-size: 6.4rem;
        line-height: 7rem
    }
}

.bqotd__subtitle {
    color: #333;
    font: 1.3rem/1.6rem a;
    font-family: inherit;
    text-align: right
}

.bqotd__author {
    display: block;
    color: #111;
    font-weight: 700
}

.bqotd__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto
}

@media only screen and (min-width:1198px) {
    .bqotd__footer {
        padding-left: 2rem
    }
}

.bqotd__photo {
    display: block;
    position: relative;
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    margin-left: 1rem;
    overflow: hidden;
    border-radius: 50%
}

@media only screen and (min-width:1198px) {
    .bqotd__photo {
        margin-left: 2rem
    }
}

.bqotd__photo:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000, 0 0 8px 1px #000
}

@media only screen and (min-width:1198px) {
    .bqotd:hover .bqotd__tag {
        color: #999
    }
}

@media only screen and (min-width:1198px) {

    .bqotd:hover .bqotd__author,
    .bqotd:hover .bqotd__name,
    .bqotd:hover .bqotd__subtitle,
    .bqotd__name .bqotd__link:focus,
    .bqotd__subtitle .bqotd__link:focus,
    .bqotd__subtitle .bqotd__link:focus .bqotd__author {
        color: #666
    }
}

.bqotd--dark {
    height: calc(100% + 4.4rem);
    margin-top: -2rem;
    padding-top: 2rem;
    padding-bottom: 2.4rem;
    background-color: #333
}

@media only screen and (min-width:1198px) {
    .bqotd--dark {
        height: 24rem;
        margin-top: 0
    }
}

.bqotd--dark .bqotd__name {
    color: #eee
}

.bqotd--dark .bqotd__tag {
    color: #ccc
}

.bqotd--dark .bqotd__author {
    color: #eee
}

.bqotd--dark .bqotd__subtitle {
    color: #ccc
}

@media only screen and (min-width:1198px) {
    .bqotd--dark:hover .bqotd__tag {
        color: #eee
    }
}

@media only screen and (min-width:1198px) {

    .bqotd--dark:hover .bqotd__author,
    .bqotd--dark:hover .bqotd__name,
    .bqotd--dark__name .bqotd__link:focus,
    .bqotd--dark__subtitle .bqotd__link:focus,
    .bqotd--dark__subtitle .bqotd__link:focus .bqotd--dark__author {
        color: #fff
    }
}

@media only screen and (min-width:1198px) {
    .bqotd--dark:hover .bqotd__subtitle {
        color: #eee
    }
}

.photd {
    display: flex;
    position: relative;
    flex-flow: column nowrap;
    justify-content: flex-start
}

@media only screen and (min-width:1198px) {
    .photd {
        flex-direction: row-reverse;
        height: 24rem
    }
}

.photd__tag {
    margin: 0 0 1.3rem 3rem;
    color: #666;
    font: 1.1rem/1.5rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .photd__tag {
        position: absolute;
        top: 20px;
        left: 0
    }
}

.photd__name {
    margin: 0 3rem;
    color: #111;
    font: 1.7rem/2.4rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .photd__name {
        box-sizing: border-box;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        width: 270px;
        margin: 0;
        padding-left: 5rem;
        font: 700 1.6rem/2rem a;
        font-family: inherit
    }

    .photd__name--big {
        font-size: 2.5rem;
        line-height: 2.8rem
    }

    .photd__name--wide {
        width: 300px
    }
}

.photd__photo {
    display: block;
    position: relative;
    height: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 56.25%
}

@media only screen and (min-width:1198px) {
    .photd__photo {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0
    }
}

@media only screen and (min-width:1198px) {
    .photd__photo--angled:before {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-top: 240px solid #fff;
        border-right: 40px solid transparent;
        content: ""
    }
}

.photd__play {
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    opacity: .75;
    transition: opacity .25s linear 0s;
    will-change: opacity;
    fill: #fff
}

@media only screen and (min-width:1198px) {
    .photd:hover .photd__play {
        opacity: 1
    }
}

@media only screen and (min-width:1198px) {
    .photd:hover .photd__name {
        color: #666
    }
}

@media only screen and (min-width:1198px) {
    .photd:hover .photd__tag {
        color: #999
    }
}

.dotd {
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-flow: column;
    height: 100%;
    padding: 0 4rem
}

@media only screen and (min-width:1198px) {
    .dotd {
        box-sizing: border-box;
        height: 24rem;
        padding: 2rem 2rem 2rem 3rem
    }
}

.dotd__tag {
    margin-bottom: 1.3rem;
    color: #666;
    font: 1.1rem/1.5rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .dotd__tag {
        margin: 0 0 1.5rem
    }
}

.dotd__text {
    position: relative;
    height: 0;
    padding-bottom: calc(56.25% + 45px)
}

@media only screen and (min-width:1198px) {
    .dotd__text {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        height: auto;
        margin-top: auto;
        padding: 0
    }
}

.dotd__name {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #111;
    font: 700 4.2rem/4.8rem a;
    font-family: inherit;
    text-align: center
}

@media only screen and (min-width:1198px) {
    .dotd__name {
        font-size: 6.4rem;
        line-height: 7rem
    }
}

.dotd__name--small {
    font-size: 3.3rem;
    line-height: 3.6rem
}

@media only screen and (min-width:1198px) {
    .dotd__name--small {
        font-size: 4.4rem;
        line-height: 4.6rem
    }
}

.dotd__name--big {
    font-size: 5.5rem;
    line-height: 6rem
}

@media only screen and (min-width:1198px) {
    .dotd__name--big {
        font-size: 10.8rem;
        line-height: 1;
        white-space: nowrap;
        word-spacing: -.3rem
    }
}

@media only screen and (min-width:1198px) {
    .dotd__name {
        box-sizing: border-box;
        position: static;
        height: 100%
    }
}

.dotd__subtitle {
    margin-top: 2rem;
    color: #111;
    font: 1.7rem/2.4rem a;
    font-family: inherit;
    text-align: center
}

@media only screen and (min-width:1198px) {
    .dotd__subtitle {
        margin-top: 2rem;
        margin-bottom: auto;
        color: #333;
        font-size: 2.1rem;
        font-weight: 700;
        line-height: 3.2rem
    }
}

@media only screen and (min-width:1198px) {

    .dotd:hover .dotd__name,
    .dotd:hover .dotd__subtitle {
        color: #666
    }
}

@media only screen and (min-width:1198px) {
    .dotd:hover .dotd__tag {
        color: #999
    }
}

.dotd--dark {
    height: calc(100% + 4.4rem);
    margin-top: -2rem;
    padding-top: 2rem;
    padding-bottom: 2.4rem;
    background-color: #333
}

@media only screen and (min-width:1198px) {
    .dotd--dark {
        height: 24rem;
        margin-top: 0
    }
}

.dotd--dark .dotd__name {
    color: #eee
}

.dotd--dark .dotd__tag {
    color: #ccc
}

.dotd--dark .dotd__author {
    color: #eee
}

.dotd--dark .dotd__subtitle {
    color: #ccc
}

@media only screen and (min-width:1198px) {
    .dotd--dark:hover .dotd__tag {
        color: #eee
    }
}

@media only screen and (min-width:1198px) {

    .dotd--dark:hover .dotd__author,
    .dotd--dark:hover .dotd__name,
    .dotd--dark__name .dotd__link:focus,
    .dotd--dark__subtitle .dotd__link:focus,
    .dotd--dark__subtitle .dotd__link:focus .dotd--dark__author {
        color: #fff
    }
}

@media only screen and (min-width:1198px) {
    .dotd--dark:hover .dotd__subtitle {
        color: #eee
    }
}

.rotd {
    display: flex;
    position: relative;
    flex-flow: column nowrap;
    justify-content: flex-start;
    min-height: 100%;
    padding: 0 20px
}

@media only screen and (min-width:1198px) {
    .rotd {
        box-sizing: border-box;
        height: 24rem;
        padding: 0 30px
    }
}

.rotd__tag {
    margin: 0 0 1.3rem 1rem;
    color: #666;
    font: 1.1rem/1.5rem a;
    font-family: inherit
}

@media only screen and (min-width:1198px) {
    .rotd__tag {
        position: absolute;
        top: 2rem;
        left: 2rem
    }
}

@media only screen and (min-width:1198px) {
    .rotd:hover .rotd__tag {
        color: #999
    }
}

.rotd__photo {
    position: relative;
    margin: 0 -20px 1.5rem
}

.rotd__photo:before {
    display: block;
    padding-top: 56.25%;
    content: ""
}

@media only screen and (min-width:1198px) {
    .rotd__photo:before {
        height: 24rem;
        padding-top: 0
    }
}

@media only screen and (min-width:1198px) {
    .rotd__photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        margin: 0
    }
}

@media only screen and (min-width:1198px) {
    .rotd__text {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        height: 24rem
    }
}

.rotd__name {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 2.2rem;
    line-height: 2.8rem;
    text-align: center
}

@media only screen and (max-width:1197.98px) {
    .rotd__name:before {
        padding-top: calc(56.25% + 22.5px);
        content: ""
    }
}

@media only screen and (min-width:1198px) {
    .rotd__name {
        font-size: 3.3rem;
        line-height: 3.7rem
    }
}

@media only screen and (min-width:1198px) {
    .rotd:hover .rotd__name {
        color: #666
    }
}

@media only screen and (min-width:1198px) {
    .rotd__photo+.rotd__text {
        box-sizing: border-box;
        width: 50%;
        padding-right: 2rem
    }
}

@media only screen and (min-width:1198px) {
    .rotd__photo+.rotd__text .rotd__name {
        font-size: 2.5rem;
        line-height: 2.8rem;
        text-align: left
    }
}

.rotd__photo+.rotd__text .rotd__name:before {
    content: none
}

.rotd__subtitle {
    margin-top: 1rem;
    color: #111;
    font: 1.5rem/2rem a;
    font-family: inherit;
    text-align: center
}

@media only screen and (min-width:1198px) {
    .rotd:hover .rotd__subtitle {
        color: #666
    }
}

@media only screen and (min-width:1198px) {
    .rotd__photo+.rotd__text .rotd__subtitle {
        text-align: left
    }
}

.light_spot {
    margin: 0 -20px 3rem;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

@media only screen and (min-width:1198px) {
    .light_spot {
        margin: 0 0 4rem
    }
}

.light_spot__canvas {
    display: flex;
    align-items: stretch;
    padding: 2rem 0 2.4rem
}

@media only screen and (min-width:1198px) {
    .light_spot__canvas {
        padding: 0
    }
}

.light_spot__item {
    flex-shrink: 0;
    width: 100%;
    margin-right: -100%
}

.light_spot__nav_button {
    margin-top: calc(28.125% + 28px)
}

@media only screen and (min-width:1198px) {
    .light_spot__nav_button {
        margin-top: 100px
    }
}

.light_spot__nav_icon {
    color: #666
}

@media only screen and (min-width:1198px) {
    .light_spot__nav_icon {
        color: #000
    }
}

.v_opinion {
    margin-bottom: 3rem
}

@media only screen and (min-width:1198px) {
    .v_opinion {
        margin-bottom: 4rem;
        padding-left: 15px;
        border-left: 1px solid #eee
    }
}

.v_opinion__item {
    margin-bottom: 0
}

.v_opinion__item:after {
    display: table;
    width: 100%;
    content: ""
}

.v_opinion__item:not(:last-child) {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #eee
}

.v_opinion__photo {
    box-sizing: border-box;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: 15px;
    float: right;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: rgba(0, 68, 101, .1)
}

@media only screen and (min-width:1198px) {
    .v_opinion__photo {
        margin: 0 0 1.5rem;
        float: none
    }
}

.v_opinion__name {
    margin-bottom: .5rem;
    font: 700 1.9rem/2.3rem a;
    font-family: inherit
}

.v_opinion__subtitle {
    font: 1.5rem/2rem a;
    font-family: inherit
}

.main_today {
    margin-bottom: 1.5rem
}

@media only screen and (min-width:1198px) {
    .main_today {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #eee
    }
}

@media only screen and (min-width:1198px) {
    .main_today__photo {
        width: 55%;
        margin-bottom: 0;
        padding-bottom: 30.9375%
    }
}

@media only screen and (min-width:1198px) {
    .main_today__text {
        width: calc(45% - 20px);
        margin: 0 0 2rem
    }
}