
.header-main {
    height: 50px;
    position: relative;
    z-index: 9999;
    background-color: #333;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.99);
    display: flex;
    justify-content: center
}

@font-face {
    font-family: Repo;
    src: url(../fonts/Repo-Bold.otf);
  }

button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0
}

.-noscroll .header-main {
    position: fixed;
    top: 0;
    width: 100%
}

.header-main .header-settings__overlay {
    transition: all .15s cubic-bezier(1,0,0,1) 0ms;
    transition-timing-function: ease-in-out;
    background-color: rgba(0,0,0,.8);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 50px;
    visibility: hidden;
    z-index: 99
}

.header-main .header-settings__overlay.-is-open {
    visibility: visible;
    opacity: 1;
    z-index: -1
}

.header-main__fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999
}

.header-main__inner {
    z-index: 1;
    max-width: 1280px;
    width: 100%
}

.header-main__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1280px;
    height: 100%;
    padding: 0
}

@media only screen and (max-width: 1279px) {
    .header-main__wrap {
        padding:3px 0 0 10px
    }
}

.header-main__nav-trigger {
    display: block;
    height: 20px;
    margin-right: 20px;
    width: 25px
}

.header-main__nav-trigger:focus {
    outline: none
}

.header-main__logo {
    align-items: center;
    display: flex;
    min-width: 165px;
    position: relative
}

@media only screen and (min-width: 768px) {
    .header-main__logo {
        margin:0 30px 0 20px
    }
}

@media only screen and (max-width: 767px) {
    .header-main__logo {
        margin:0 auto
    }
}

.header-main__logo-img {
    display: block;
    width: 176px;
    height: 40px
}

.header-main__nav-wrap {
    transition: all .15s cubic-bezier(1,0,0,1) 0ms;
    transition-timing-function: ease-in-out;
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    width: 320px;
    max-width: 100%;
    visibility: hidden;
    background: #1a1a1a;
    opacity: 0;
    z-index: -1
}

.header-main__nav-wrap.-is-open {
    opacity: 1;
    overflow: auto;
    visibility: visible
}

.header-main__nav {
    background-color: #333;
    max-width: 320px;
    opacity: 0;
    padding: 0 20px 20px;
    visibility: hidden;
    height: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.header-main__nav.-is-open {
    background: #1a1a1a;
    opacity: 1;
    visibility: visible
}

.header-main__nav.-is-flyout-open {
    transform: translateX(-100%)
}

.header-main__item {
    align-items: flex-end;
    border-bottom: 1px solid #333;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0 !important;
    
}

.header-main__item--dots {
    border-bottom: none;
    padding: 0
}

.header-main__item--util {
    padding: 12.5px 10px
}

.header-main__item--cat {
    align-items: center;
    border-bottom: none;
    flex-wrap: nowrap;
    min-height: 50px;
    padding: 10px 0
}

@media only screen and (min-width: 768px) {
    .header-main__item--media-xm {
        display:none!important
    }
}

.header-main__item--active .header-main__dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.header-main__link {
    align-items: center;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    position: relative;
    white-space: nowrap;
    width: 100%;
    color: #fefefe !important;
}

.header-main__link:hover {
    color: rgb(255, 132, 0) !important;
}

.header-main__link-label {
    display: inline-block;
    padding-top: 6px;
    color: inherit;
    font-size: 16px !important;
}

.header-main__link:hover {
    color: #ff8400
}

.header-main__link-count {
    color: #ff8400;
    padding-right: 20px
}

.header-main__link--dots {
    display: none;
    position: absolute
}

@media only screen and (max-width: 767px) {
    .header-main__link {
        border-bottom:1px solid #333;
        height: 50px
    }
}

.header-main__link-caret {
    padding: 20px;
    position: absolute;
    right: -15px;
    bottom: -10px;
    z-index: 1
}

.header-main__link-caret.-is-open {
    transform: scaleY(-1)
}

@media only screen and (min-width: 1280px) {
    .header-main__nav-trigger {
        display:none
    }

    .header-main__nav-wrap {
        background-color: transparent;
        flex: 1;
        opacity: 1;
        position: static;
        visibility: visible;
        width: auto;
        z-index: auto
    }

    .header-main__nav-wrap.-is-flyout-open {
        transform: none
    }

    .header-main__nav {
        display: inline-flex;
        max-width: none;
        opacity: 1;
        padding: 0 20px 0 0;
        visibility: visible
    }

    .header-main__item {
        border-bottom: none;
        break-inside: avoid;
        display: flex;
        margin-right: 30px;
        min-height: 0;
        overflow: hidden;
        padding: 0;
        page-break-inside: avoid
    }

    .header-main__item--dots {
        margin-right: 0;
        height: 50px;
        width: 15px;
        display: block
    }

    .header-main__item--dots:hover .header-mega {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        display: inherit
    }

    .header-main__item--util {
        display: none
    }

    .header-main__item--cat {
        align-items: center;
        line-height: 1em;
        padding-bottom: 18px;
        margin-right: 0;
        break-inside: avoid;
        overflow: hidden;
        page-break-inside: avoid
    }

    .header-main__item--cat:last-child {
        padding-bottom: 15px
    }

    .header-main__dropdown {
        transition: all .15s cubic-bezier(1,0,0,1) 0ms;
        transition-timing-function: ease-in-out;
        opacity: 0;
        transform: translateY(-5px);
        visibility: hidden
    }

    .header-main__link {
        display: block;
        width: auto;
        color: #fff
    }

    .header-main__link--dots {
        background-position: center 5px;
        display: block;
        height: 24px;
        width: 22px
    }

    .header-main__link--dots:hover {
        background-position: center -45px
    }

    .header-main__link-caret {
        display: none
    }

    .header-main__link--dots {
        margin-left: -4px
    }
}

.header-mega {
    width: 100%
}

.header-mega--cat {
    background-color: #1a1a1a;
    display: none;
    left: 100%;
    padding: 0 20px 20px;
    position: absolute;
    top: 0
}

.header-mega--cat.-is-open {
    display: block
}

.header-mega__list--cat {
    font-size: 14px;
    margin-left: 30px
}

.header-mega__header {
    align-items: flex-end;
    border-bottom: 1px solid #333;
    display: flex;
    min-height: 50px;
    padding: 10px;
    color: #fefefe
}

.header-mega__header--pale {
    color: #999!important
}

.header-mega__header--pale>.header-mega__catname {
    padding-left: 0!important
}

@media only screen and (max-width: 767px) {
    .header-mega__header {
        padding:0;
        border-bottom: 1px solid #333;
        font-weight: 700;
        white-space: nowrap;
        width: 100%;
        color: #fefefe;
        align-items: center
    }

    .header-mega__header--category .header-mega__catname {
        padding-left: 0
    }
}

@media only screen and (min-width: 768px) {
    .header-mega__header--category {
        display:none
    }
}

.header-mega__catcaret {
    height: 18px;
    margin-right: 8px;
    width: 8px
}

.header-mega__catflag {
    margin-right: 10px;
    width: 30px
}

.header-mega__catimg {
    display: block
}

.header-mega__catname {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    top: 1px
}

@media only screen and (max-width: 767px) {
    .header-mega__catname {
        padding-left:35px
    }
}

.header-mega__catname:hover {
    color: #ff8400
}

.header-mega__catlist {
    display: none
}

.header-mega__catlogo {
    display: flex;
    justify-content: center;
    max-height: 30px;
    margin-right: 10px;
    width: 30px;
    object-fit: cover
}

.header-mega__catlink {
    display: block
}

.header-mega__catlink:hover {
    color: #ff8400
}

.header-mega__section--nav {
    width: 275px;
    page-break-inside: avoid;
    overflow: hidden;
    padding: 10px 10px 0
}

@media screen and (max-width: 1281px)and (min-width:480px) {
    .header-mega__section--nav {
        min-width:200px
    }
}

@media only screen and (max-width: 767px) {
    .header-mega__section--nav {
        padding:0;
        width: 100%
    }
}

.header-mega__section--articles {
    grid-template-columns: repeat(3,1fr);
    max-width: 955px;
    padding-left: 10px;
    padding-top: 20px
}

.header-mega__section--articles .g-grid__item {
    border-bottom: 1px solid #333;
    min-height: auto
}

@media only screen and (max-width: 1279px) {
    .header-mega__section--articles {
        display:none
    }
}

.header-mega__sublist {
    display: none;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 20px;
    width: 100%
}

.header-mega__sublist.-is-open {
    display: block
}

.header-mega__sublink {
    color: #999;
    display: block;
    padding: 8px 0
}

.header-mega__sublink:hover {
    color: #ff8400
}

.header-mega__view {
    display: none
}

@media only screen and (min-width: 1280px) {
    .header-mega {
        font-size:14px;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: -1
    }

    .header-mega--cat {
        display: block;
        padding: 0
    }

    .header-mega__inner {
        background-color: #1a1a1a;
        box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
        display: flex
    }

    .header-mega__inner--more {
        width: 315px;
        background-color: #1a1a1a;
        box-shadow: 0 0 5px rgba(0,0,0,.33);
        color: #fefefe;
        position: absolute!important;
        right: 0;
        font-size: 16px;
        font-weight: 700
    }

    .header-mega__list--sports,.header-mega__section--xm {
        break-inside: avoid;
        overflow: hidden;
        page-break-inside: avoid
    }

    .header-mega__list--more {
        border-top: 1px solid #333;
        margin-top: 16px;
        padding-top: 13px
    }

    .header-mega__header {
        margin-bottom: 10px;
        min-height: 0
    }

    .header-mega__catlist {
        color: #999;
        display: flex;
        font-size: 12px;
        line-height: 1em
    }

    .header-mega__catitem {
        margin-top: 5px;
        padding-right: 12px;
        position: relative
    }

    .header-mega__catitem:after {
        content: "/";
        left: 100%;
        margin-left: -8px;
        position: absolute;
        top: 0
    }

    .header-mega__catitem:last-child {
        padding-right: 0
    }

    .header-mega__catitem:last-child:after {
        content: normal
    }

    .header-mega__text {
        position: relative;
        top: 7px
    }

    .header-mega__text--no-sub {
        align-items: flex-end;
        top: 2px
    }

    .header-mega__sublist {
        display: block;
        margin-top: 0
    }

    .header-mega__sublink {
        margin-top: 6px;
        padding: 0
    }

    .header-mega__view {
        display: block;
        height: 20px;
        margin-top: 20px;
        text-align: right
    }

    .header-mega__view-link {
        background-position-x: right;
        bottom: 20px;
        color: #999;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        margin-right: -10px;
        padding-right: 30px;
        position: absolute;
        right: 20px
    }

    .header-mega__view-link:hover {
        background-position-x: right;
        color: #ff8400
    }
}

@media only screen and (min-width: 1280px) {
    .header-mega__inner {
        padding-bottom:10px;
        position: relative
    }

    .header-mega__section--lg {
        break-inside: avoid;
        overflow: hidden;
        page-break-inside: avoid
    }

    .header-mega__list--sports {
        break-inside: auto;
        overflow: visible;
        page-break-inside: auto
    }

    .header-mega__header {
        min-height: 41px
    }

    .header-mega__view {
        height: 20px;
        margin-top: 0
    }

    .header-mega__view-link {
        bottom: 15px;
        position: absolute;
        right: 20px
    }
}

.footer {
    background-color: #333;
    border-top: 1px solid transparent;
    font-size: 12px;
    line-height: 1.5em;
    padding: 10px
}

.footer__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

.footer #ot-sdk-btn.ot-sdk-show-settings {
    font-size: 12px!important
}

.footer__category-nav-holder {
    display: flex
}

.footer__row {
    margin-bottom: 10px
}

.footer__row .header-main__logo img {
    width: 176px;
    height: 40px
}

.footer__row--semi-spaced {
    margin-bottom: 15px
}

.footer__row--spaced {
    margin-bottom: 20px
}

.footer__logo {
    display: block;
    height: 40px;
    margin-bottom: 10px;
    width: 176px
}

.footer__social {
    display: flex
}

.footer__social-link {
    height: 30px;
    margin-right: 5px;
    width: 30px
}

.footer__social-link:last-child {
    margin-right: 0
}

.footer__link {
    color: #ff8400 !important;
    font-weight: 700 !important;
    font-size: 12px !important;
}

.footer__link--upper {
    text-transform: uppercase
}

.footer__nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.footer__nav-item {
    margin-bottom: 5px;
    position: relative;
    padding: 0 10px
}

.footer__nav-item:hover {
    color: #ff8400
}

.footer__nav-item:after {
    content: "";
    border-right: 1px solid #999;
    position: absolute;
    right: 0;
    top: 10px;
    height: 10px
}

.footer__nav-item:last-child:after {
    content: normal
}

.footer__text {
    color: #999;
    font-size: 12px !important;
    line-height: 1.2em !important;
    padding: 0 !important;
}

.footer__text.--disclamer {
    max-width: 225px;
    padding: 25px 20px !important;
    border-right: 1px solid #ff8400;
    text-align: right
}

.footer__category-nav {
    padding: 25px 20px
}

.footer__category-nav ul {
    display: flex;
    flex-wrap: wrap-reverse;
    padding: 0 !important;
}

@media only screen and (max-width: 479px) {
    .footer__category-nav ul {
        display:none
    }
}

.footer__category-nav li {
    display: flex;
    position: relative;
    margin: 0 !important;
}

.footer__category-nav li li a {
    color: #999 !important;
    padding: 0 5px;
    font-size: 12px !important;
    margin: 0 !important;
}

.footer__category-nav li li a:hover {
    color: #fff
}

.footer__category-nav li li:after {
    content: "";
    border-right: 1px solid #999;
    position: absolute;
    right: 0;
    top: 5px;
    height: 10px
}

.footer__category-nav li li:last-of-type:after {
    display: none
}

.footer__category-nav--main-link {
    color: #ff8400 !important;
    font-weight: 700 !important;
    min-width: 90px !important;
    text-align: right !important;
    margin-right: 10px !important;
    font-size: 12px !important;
}

.footer__nav-link {
    display: inline-block;
    color: #fff !important;
    font-size: 12px !important;
}

.footer__app-nav {
    align-items: center;
    display: flex
}

.footer__app-item {
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    margin-top: 10px;
    min-width: 34px;
    padding-right: 44px;
    background-repeat: no-repeat;
    background-position: 100%;
    color: #fff !important;
}

.footer__app-item.--ios {
    background-image: url(../images/iOS.svg)
}

.footer__app-item.--ios: hover {
    background-image:url(../images/iOS_h.svg)
}

.footer__app-item.--android {
    background-image: url(../images/Android.svg)
}

.footer__app-item.--android: hover {
    background-image:url(../images/Android_h.svg)
}

.footer__app-item:hover {
    color: #ff8400
}

@media only screen and (min-width: 480px) {
    .footer__row--first {
        display:flex;
        justify-content: space-between
    }

    .footer__logo {
        margin-bottom: 0
    }

    .footer__app {
        align-items: center;
        display: flex;
        justify-content: flex-end
    }

    .footer__app-item {
        margin-left: 20px;
        margin-right: 0;
        margin-top: 0
    }
}



.navigation {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    right: 0;
    height: 100px
}

.navigation--right {
    background: url(../images/arrow_right_big.svg) no-repeat;
    width: 35px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 10px;
    cursor: pointer
}

.navigation--right:hover {
    background: url(../images/arrow_right_big_h.svg) no-repeat
}

@media only screen and (max-width: 767px) {
    .navigation--right {
        background:url(../images/arrow_right_medium.svg) no-repeat
    }

    .navigation--right:hover {
        background: url(../images/arrow_right_medium_h.svg) no-repeat
    }
}

@media only screen and (max-width: 479px) {
    .navigation--right {
        background:url(../images/arrow_right_medium.svg) no-repeat;
        height: 60px;
        width: 22px
    }

    .navigation--right:hover {
        background: url(../images/arrow_right_medium_h.svg) no-repeat
    }
}

.navigation--left {
    background: url(../images/arrow_left_big.svg) no-repeat;
    width: 35px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 10px;
    cursor: pointer
}

.navigation--left:hover {
    background: url(../images/arrow_left_big_h.svg) no-repeat
}

@media only screen and (max-width: 767px) {
    .navigation--left {
        background:url(../images/arrow_left_medium.svg) no-repeat
    }

    .navigation--left:hover {
        background: url(../images/arrow_left_medium_h.svg) no-repeat
    }
}

@media only screen and (max-width: 479px) {
    .navigation--left {
        background:url(../images/arrow_left_medium.svg) no-repeat;
        height: 60px;
        width: 22px
    }

    .navigation--left:hover {
        background: url(../images/arrow_left_medium_h.svg) no-repeat
    }
}

.header-util {
    display: none
}

.header-util__link {
    align-items: flex-end;
    color: #999;
    display: flex;
    width: 100%
}

.header-util__icon {
    height: 50px;
    width: 60px
}

.header-util__icon-img {
    display: block
}

.header-util__label {
    line-height: 1em;
    margin-left: 10px
}

.header-util__mobile-search {
    align-items: center;
    display: flex;
    margin-left: auto;
    position: relative;
    right: -2px
}

@media only screen and (max-width: 767px) {
    .header-util__mobile-search {
        margin-left:0
    }
}

@media only screen and (min-width: 768px) {
    .header-util {
        align-self:stretch;
        display: flex
    }

    .header-util .header-main__video-item {
        margin: 0
    }

    .header-util .header-main__video-item>a {
        height: 100%;
        padding: 0
    }

    .header-util__link {
        align-items: center;
        color: #fff;
        flex-direction: column;
        margin-top: -3px;
        padding-top: 3px;
        justify-content: center;
        min-width: 60px
    }

    .header-util__link:hover {
        background-color: #ff8400
    }

    .header-util__link:hover .header-util__label {
        color: #fff
    }

    .header-util__label {
        color: #999;
        font-size: 10px;
        font-weight: 700;
        margin-left: 0;
        margin-top: 3px
    }

    .header-util__mobile-search {
        display: none
    }
}

.header-main~.g-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

.header-search {
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 5px;
    display: flex;
    padding: 5px;
    right: 0;
    top: -50px;
    width: 100%;
    z-index: 9999;
    visibility: hidden;
    position: absolute;
    max-width: 480px
}

.header-search__inner {
    flex: 1;
    position: relative
}

.header-search__input {
    padding-right: 50px
}

.header-search__input::placeholder {
    color: #000;
    opacity: 1
}

.header-search__input:focus {
    outline: none
}

.header-search__submit {
    background: url(../images/Search_b.svg) no-repeat center 0;
    height: 100%;
    position: absolute;
    top: 7px;
    right: 0;
    width: 60px
}

.header-search__submit:hover {
    background: url(../images/Search_h.svg) no-repeat center 0
}

.header-search__close {
    height: 24px;
    margin-left: 5px;
    width: 50px
}

@media only screen and (min-width: 768px) {
    .header-search {
        width:480px
    }
}

.header-shortcuts {
    background-color: #f8f8f8;
    color: #000;
    height: 30px;
    line-height: 30px;
    position: relative;
    white-space: nowrap
}

.header-shortcuts__inner {
    height: 100%;
    overflow: hidden;
    position: relative;
    max-width: 1280px;
    margin: 0 auto
}

.header-shortcuts__inner--has-dropdown {
    overflow: visible
}

.header-shortcuts__nav {
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    line-height: 30px
}

.header-shortcuts__link {
    background-color: #f8f8f8;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    color: #000 !important;
}

.header-shortcuts__link--title {
    padding-right: 20px
}

.header-shortcuts__link:hover {
    color: #ff8400 !important;
}

.header-shortcuts__sub {
    display: flex;
    margin: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 0 !important;
}

@media only screen and (max-width: 1279px) {
    .header-shortcuts__sub {
        width:calc(100vw - 40px);
        overflow: hidden;
        overflow-x: scroll
    }
}

.header-shortcuts__subitem {
    display: block;
    padding-right: 17px;
    position: relative;
    margin-bottom: 0 !important; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-shortcuts__subitem:after {
    color: #999;
    content: "/";
    font-size: 12px;
    left: 100%;
    margin-left: -11px;
    position: absolute;
    top: 4px;
}

.header-shortcuts__subitem:last-child {
    padding-right: 0
}

.header-shortcuts__subitem--has-dropdown:after,.header-shortcuts__subitem:last-child:after {
    content: normal
}

.header-shortcuts__sublink {
    display: block;
    font-size: 12px;
    color: #000 !important;
}

.header-shortcuts__sublink--trigger {
    padding-right: 20px
}

.header-shortcuts__sublink.-current {
    color: #ff8400;
    font-weight: 700
}

.header-shortcuts__sublink:hover {
    color: #ff8400 !important;
}

.header-shortcuts__arrow {
    display: flex;
    flex-shrink: 0;
    width: 32px
}

.header-shortcuts__arrow--back {
    background-color: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    justify-content: center;
    font-size: small;
    font-weight: bolder
}

.header-shortcuts__arrow--scroll {
    display: none
}

.header-shortcuts__arrow:focus {
    outline: none
}

.header-shortcuts__submenu {
    bottom: 0;
    display: none;
    left: 50%;
    overflow: auto;
    position: fixed;
    top: 80px;
    transform: translateX(-50%);
    width: 100%
}

.header-shortcuts__submenu.-is-open {
    display: block
}

.header-shortcuts__submenu-list {
    background-color: #1a1a1a;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
    color: #fff;
    font-size: 14px;
    display: none;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    width: 100%
}

.header-shortcuts__submenu-list.-is-open {
    display: block
}

.header-shortcuts__submenu-link {
    font-weight: 700
}

@media only screen and (min-width: 480px) {
    .header-shortcuts__submenu-list {
        column-count:2
    }
}

@media only screen and (min-width: 768px) {
    .header-shortcuts--main {
        display:none
    }

    .header-shortcuts__arrow--scroll {
        background-color: #f8f8f8;
        height: 100%;
        position: absolute;
        z-index: 2
    }

    .header-shortcuts__arrow--scroll-left {
        left: 0
    }

    .header-shortcuts__arrow--scroll-right {
        right: 0
    }

    .header-shortcuts__arrow.-is-active {
        display: block
    }

    .header-shortcuts__submenu {
        top: 110px
    }

    .header-shortcuts__submenu-list {
        column-count: 3
    }
}

@media only screen and (min-width: 1280px) {
    .header-shortcuts__submenu-list {
        column-count:4
    }
}

.openCategory__leading {
    grid-column: 1/4;
    grid-row: 1/3
}

@media only screen and (max-width: 1279px) {
    .openCategory__leading {
        grid-column:1/3;
        grid-row: 1
    }
}

@media only screen and (max-width: 479px) {
    .openCategory__leading {
        grid-column:1/2
    }
}

.openCategory__leading h2 {
    font-size: 30px
}

@media only screen and (max-width: 639px) {
    .openCategory__leading h2 {
        font-size:24px
    }
}

@media only screen and (max-width: 479px) {
    .openCategory__leading h2 {
        font-size:18px
    }
}

.openCategory__leading img {
    width: 100%
}

@media only screen and (max-width: 1279px) {
    .openCategory .--banner-right {
        grid-row-start:3;
        grid-row-end: 5;
        grid-column-start: 1;
        grid-column-end: 2
    }
}

.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.pagination__nums {
    display: flex;
    margin-left: 30px;
    margin-right: 30px
}

.pagination__link {
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 28px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    min-width: 34px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff
}

.pagination__link.-is-current {
    background-color: #ff8400!important;
    border-color: transparent!important;
    color: #fff
}

.pagination__link.-is-current:hover {
    color: #fff!important
}

.pagination__link:not(.-is-disabled):hover {
    border-color: #ff8400!important;
    color: #ff8400
}

.pagination__link.-is-disabled {
    background-color: transparent
}

@media only screen and (max-width: 479px) {
    .pagination__nums .pagination__link {
        display:none
    }

    .pagination__nums .pagination__link.-is-current,.pagination__nums .pagination__link.-is-current+.pagination__link {
        display: block
    }
}

@media only screen and (min-width: 480px) {
    .pagination__nums {
        margin-left:40px;
        margin-right: 40px
    }
}

.post__item {
    position: relative;
    cursor: pointer
}

.article__graphic {
    display: block;
    line-height: 1em;
    margin-bottom: 10px;
    position: relative;
    text-align: center
}



.icn {
    position: relative
}

.icn,.icn:before {
    background-repeat: no-repeat;
    z-index: 30
}

.icn:before {
    position: absolute;
    left: 0;
    bottom: 2px;
    background-size: contain;
    background-position: 50%
}

.icn--menu {
    background: url(../images/menu-content.svg)
}

.icn--photos {
    background: url(../images/Pics_counter.svg) no-repeat;
    border: 1px solid transparent;
    background-size: 100%;
    background-position: 50%!important;
    background-color: transparent!important;
    text-align: right
}

.icn.--views {
    position: relative
}

.icn.--views: before {
    content:"";
    background-image: url(../images/Viewed.svg);
    width: 24px;
    height: 14px;
    z-index: 30
}

.icn.--comments {
    position: relative
}

.icn.--comments: before {
    content:"";
    background-image: url(../images/Comment.svg);
    width: 19px;
    height: 14px;
    z-index: 30
}

.icn--video-play {
    position: relative
}

.icn--video-play:before {
    content: "";
    background-image: url(../images/Play_big.svg);
    width: 68px;
    height: 68px;
    left: 50%;
    margin-left: -34px;
    top: 50%;
    margin-top: -34px;
    z-index: 30
}

.icn--search-white {
    background-image: url(../images/Search.svg);
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: 50%;
    display: block
}

@media only screen and (max-width: 767px) {
    .icn--search-white {
        background-size:24px
    }
}

.icn--search-black {
    background-image: url(../images/Search_b.svg);
    display: inline-block;
    width: 24px!important;
    height: 24px!important;
    margin-right: 20px;
    vertical-align: middle
}

.icn--share-slash {
    background-image: url(../images/slash.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.icn--show_more {
    background: url(../images/light_more-shares.svg) no-repeat 50%;
    background-size: 36px 36px;
    margin-right: 30px
}

body.-theme--dark .icn--show_more {
    background-position: center 0
}

.icn--show_more:hover {
    background-image: url(../images/h_more-shares_light.svg)
}

@media only screen and (max-width: 321px) {
    .icn--show_more {
        margin-left:0
    }
}

.icn--fb {
    background-image: url(../images/light_fb.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.icn--fb:hover {
    background-image: url(../images/h_fb.svg)
}

.icn--whatsapp {
    background-image: url(../images/light_whatsapp.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.icn--whatsapp:hover {
    background-image: url(../images/h_whatsapp.svg)
}

.icn--messenger {
    background-image: url(../images/light_messenger.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.icn--messenger:hover {
    background-image: url(../images/h_messenger.svg)
}

.icn--viber {
    background-image: url(../images/light_viber.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.icn--viber:hover {
    background-image: url(../images/h_viber.svg)
}

.icn--mail {
    background-image: url(../images/light_mail.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.icn--mail:hover {
    background-image: url(../images/h_mail.svg)
}

.icn--url {
    background-image: url(../images/light_url.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.icn--url:hover {
    background-image: url(../images/h_url.svg)
}

.icn--caret-right {
    background-image: url(../images/menu_arrow_right.svg)
}

.icn--caret-left {
    background-image: url(../images/menu_arrow_left.svg);
    background-position: 50%
}

.icn--caret-left-dark {
    background: url(../images/menu_shortcut.svg) 50% no-repeat
}

.icn--social-fb,.icn--social-ig,.icn--social-tw,.icn--social-yt {
    background-image: url(../images/social-sprite.png)
}

.icn--social-fb {
    background-position: center 0
}

.icn--social-tw {
    background-position: center -50px
}

.icn--social-ig {
    background-position: center -100px
}

.icn--social-yt {
    background-position: center -150px
}

.icn--play {
    background: url(../images/Play_medium.svg);
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.icn--fullscreen {
    background: url(../images/Fullscreen.svg) 50% no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 20px;
    cursor: pointer
}

.icn--fullscreen:hover {
    background: url(../images/Fullscreen_h.svg) 50% no-repeat
}

.icn--gallery__right {
    background: url(../images/arrow_right_big.svg) no-repeat
}

.icn--gallery__right:hover {
    background: url(../images/arrow_right_big_h.svg) no-repeat
}

.icn--gallery__left {
    background: url(../images/arrow_left_big.svg) no-repeat
}

.icn--gallery__left:hover {
    background: url(../images/arrow_left_big_h.svg) no-repeat
}

.icn--gallery__right--sm {
    background: url(../images/arrow_right_small.svg) no-repeat
}

.icn--gallery__right--sm:hover {
    background: url(../images/arrow_right_small_h.svg) no-repeat
}

.icn--gallery__left--sm {
    background: url(../images/arrow_left_small.svg) no-repeat
}

.icn--gallery__left--sm:hover {
    background: url(../images/arrow_left_small_h.svg) no-repeat
}

.icn--page-next {
    background: url(../images/Arrow_back.svg) 50% no-repeat;
    transform: rotate(180deg)
}

.icn--page-last {
    background: url(../images/Arrow_back.svg) 14px 9px,url(../images/Arrow_back.svg) 9px 9px;
    background-repeat: no-repeat;
    transform: rotate(180deg)
}

.icn--page-prev {
    background: url(../images/Arrow_back.svg) 50% no-repeat
}

.icn--page-prev.-is-disabled {
    background: url(../images/Arrow_back_light.svg) 50% no-repeat;
    background-color: #eee!important;
    border: none!important
}

.icn--page-first {
    background: url(../images/Arrow_back.svg) 14px 10px,url(../images/Arrow_back.svg) 9px 10px;
    background-repeat: no-repeat
}

.icn--page-first.-is-disabled {
    background: url(../images/Arrow_back_light.svg) 14px 10px,url(../images/Arrow_back_light.svg) 9px 10px;
    background-repeat: no-repeat;
    background-color: #eee!important;
    border: none!important
}

.icn--close {
    background: url(../images/Close.svg) 50% no-repeat;
    outline: none
}

.icn--close:hover {
    background: url(../images/Close_h.svg) 50% no-repeat
}

.icn--comment-add {
    background: url(../images/Add.svg) 50% no-repeat
}

.icn--comment-add:hover {
    background: url(../images/Add_h.svg) 100% no-repeat
}

.icn--gallery {
    position: absolute;
    background: url(../images/Pics_counter.svg) no-repeat;
    width: 90px;
    height: 30px;
    display: inline-block;
    text-align: right;
    color: #fff;
    line-height: 30px;
    padding-right: 10px;
    font-family: Open Sans,sans-serif;
    font-size: 18px;
    font-weight: 700;
    bottom: 10px;
    right: 10px
}

.fb_iframe_widget span {
    display: inline-flex!important;
    align-items: center
}

.share {
    align-items: center;
    display: flex;
    padding: 10px;
    position: relative
}

.share--sm {
    padding: 5px 10px
}

.share__slash {
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    width: 12px
}

.share__inner {
    align-items: center;
    display: flex;
    flex: 1;
    width: 85%;
    padding: 0
}

.share__list {
    position: relative;
    align-items: center;
    display: inline-flex;
    padding-right: 20px;
    padding-left: 0 !important;
}

@media only screen and (max-width: 639px) {
    .share__list--hidden {
        padding:0;
        height: 40px
    }
}

@media screen and (max-width: 384px) {
    .share__list li:last-child {
        visibility:hidden;
        position: absolute;
        bottom: -55px;
        left: 120px
    }
}

@media screen and (max-width: 414px) {
    .share__list li:nth-last-child(2) {
        visibility:hidden;
        position: absolute;
        bottom: -55px;
        left: 80px
    }
}

@media screen and (max-width: 444px) {
    .share__list li:nth-last-child(3) {
        visibility:hidden;
        position: absolute;
        bottom: -55px;
        left: 40px
    }
}

@media screen and (max-width: 470px) {
    .share__list li:nth-last-child(4) {
        visibility:hidden;
        position: absolute;
        bottom: -55px;
        left: 0
    }
}

@media screen and (max-width: 354px) {
    .share__list li:nth-last-child(5) {
        visibility:hidden;
        position: absolute;
        bottom: -55px;
        left: 160px
    }
}

@media screen and (max-width: 324px) {
    .share__list li:nth-last-child(6) {
        visibility:hidden;
        position: absolute;
        bottom: -55px;
        left: 200px
    }
}

.share__higher {
    margin-bottom: 50px
}

.share__link {
    display: block;
    height: 30px;
    width: 30px
}

.share__link--fb-like {
    width: 66px
}

.share__link--fb-share {
    width: 58px
}

.share__url-copied,.share__url-input {
    opacity: 0;
    position: absolute
}

.share__url-copied {
    transition: all .3s cubic-bezier(1,0,0,1) 0ms;
    transition-timing-function: ease-in-out;
    background-color: #6c6;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    height: 30px;
    left: 100%;
    line-height: 30px;
    margin-left: 5px;
    padding: 0 5px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    display: none
}

.share__url-copied.-is-active {
    opacity: 1;
    visibility: visible
}

.share__count {
    color: #000;
    font-size: 24px;
    font-weight: 700
}

.share-btn {
    width: 36px;
    height: 36px;
    display: inline-block;
    cursor: pointer;
    outline: none
}

.share-btn__more {
    display: none
}

@media only screen and (max-width: 470px) {
    .share-btn__more {
        display:inherit
    }
}

.share-btn__visible {
    position: absolute;
    right: 150px
}

.share__dropdown {
    border-radius: 5px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    display: flex;
    left: 0;
    margin-top: -10px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    top: 100%;
    visibility: hidden
}

.share__dropdown.-is-active {
    opacity: 1;
    visibility: visible
}

.share__comment-btn {
    transition: all .15s cubic-bezier(1,0,0,1) 0ms;
    transition-timing-function: ease-in-out;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    line-height: 36px;
    margin-left: auto;
    padding: 0 15px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #000 !important;
}

.share__comment-btn:hover {
    background-color: #ff8400;
    border-color: transparent!important;
    color: #fff!important
}

.share__item {
    margin-right: 4px;
    display: flex
}

.share__item--more {
    margin-left: 5px;
    opacity: 0;
    visibility: hidden
}

.share__item--more.-is-active {
    opacity: 1;
    visibility: visible
}

.share__item:last-child {
    margin-right: 0
}

.share__item--hidden {
    visibility: visible!important
}

.share__item .cb-popup {
    background: #ff8400;
    color: #fff;
    line-height: 36px;
    padding: 0 4px;
    border-radius: 5px;
    height: 36px;
    position: absolute;
    z-index: 40
}

.share .share__list .only {
    visibility: visible
}

@media screen and (min-width: 500px) {
    .share__item {
        margin-right:5px;
        position: relative
    }

    .share__item:last-child {
        margin-right: 0
    }

    .share__dropdown {
        left: 50%;
        margin-top: 10px;
        padding: 10px;
        transform: translateX(-50%)
    }
}

.share__item--msg {
    position: relative;
    width: 36px;
    height: 36px
}

@media only screen and (max-width: 1279px) {
    .icn--messenger {
        display:none!important
    }
}

.icn--messenger__mobile {
    position: relative;
    display: none!important
}

@media only screen and (max-width: 1279px) {
    .icn--messenger__mobile {
        display:inline-block!important
    }
}




.header-main__item {
    align-items: flex-end;
    border-bottom: 1px solid #333;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    line-height: 50px
}

.header-main__item--dots {
    border-bottom: none;
    padding: 0
}

.header-main__item--util {
    padding: 12.5px 10px
}

.header-main__item--cat {
    align-items: center;
    border-bottom: none;
    flex-wrap: nowrap;
    min-height: 50px;
    padding: 10px 0
}

@media only screen and (min-width: 768px) {
    .header-main__item--media-xm {
        display:none!important
    }
}




.breadcrumb {
    display: none
}

@media only screen and (min-width: 768px) {
    .breadcrumb {
        display:block;
        height: 12px;
        overflow: hidden;
        margin: 0 10px 20px;
        position: relative
    }

    .breadcrumb__list {
        display: flex;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        white-space: nowrap;
        margin-top: 0!important;
        list-style-type: none !important;
        padding-left: 10px !important;
    }

    .breadcrumb__item {
        font-size: 12px !important;
        line-height: 1em !important;
        margin-right: 5px !important;
        padding-right: 12px !important;
        position: relative
    }

    .breadcrumb__item:after {
        color: #ff8400;
        content: "»";
        font-weight: 700;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0
    }

    .breadcrumb__item:last-child:after {
        content: normal
    }

    .breadcrumb__link {
        display: block;
        color: #000 !important;
    }

    .breadcrumb__link:hover {
        color: #ff8400
    }
}

@media only screen and (min-width: 1280px) {
    .breadcrumb {
        margin-left:0;
        margin-right: 0
    }
}


.show-main {
    margin-top: 100px;
}



.openArticle__title {
    margin-bottom: 10px;
    padding: 0 10px;
    font-family: Repo,sans-serif !important;
    font-size: 48px !important;
    font-weight: 400 !important;
    line-height: 56px !important;
    text-align: left !important;
    color: #000;
}

@media only screen and (max-width: 1279px) {
    .openArticle__title {
        font-size:36px !important;
        line-height: 42px !important;
        text-align: left !important;
    }
}

@media only screen and (max-width: 639px) {
    .openArticle__title {
        font-size:24px !important;
        line-height: 28px !important;
        padding-top: 0!important;
        text-align: left !important;
    }
}

 .openArticle__stats span {
    font-size: 14px !important;
    font-weight: 700 !important;
}



.openArticle__stats--wrapper {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.openArticle__date--wrapper {
    margin-right: auto
}


 .openArticle__date {
    color: #999;
    font-size: 12px !important;
    margin-bottom: 0 !important;
    padding: 0 10px;
}

.openArticle__date span {
    border-left: 1px solid #999;
    padding: 0 0 0 2px;
    color: #999;
    font-size: 12px !important;
    margin-bottom: 20px;
}

 .openArticle__stats--views {
    color: #999;
    font-weight: 400 !important;
    padding-left: 26px;
    margin-right: 10px;
    font-size: 12px !important;
}

.openArticle__stats--comments,  .openArticle__stats--views {
    color: #999;
    font-weight: 400 !important;
    padding-left: 26px;
    margin-right: 10px;
    font-size: 12px !important;
}

.icn.--views:before {
    content: "";
    background-image: url(../images/Viewed.svg);
    width: 24px;
    height: 14px;
    z-index: 30;
}

.icn.--comments:before {
    content: "";
    background-image: url(../images/Comment.svg);
    width: 19px;
    height: 14px;
    z-index: 30;
}

.openArticle__stats--wrapper {
    padding: 0px 10px;
}

@media(max-width: 768px) {
    .openArticle__stats--wrapper, .openArticle__stats {
        padding: 0px 10px;
    }
}

.nw {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    font-size: 14px;
    text-align: left;
    margin-top: 15px !important;
    padding-bottom: 0 !important;
  }

  .nw img {
    margin: 0 !important;
  }

  @media(max-width: 1310px) {
    .header-main__wrap {
        max-width: calc(100% - 30px);
    }
  }