@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local('Roboto');
    src: url(/static/common/fonts/Roboto/Light/Roboto-Light.woff) format('woff'), url(/static/common/fonts/Roboto/Light/Roboto-Light.woff2) format('woff2'), url(/static/common/fonts/Roboto/Light/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local('Roboto');
    src: url(/static/common/fonts/Roboto/Medium/Roboto-Medium.woff) format('woff'), url(/static/common/fonts/Roboto/Medium/Roboto-Medium.woff2) format('woff2'), url(/static/common/fonts/Roboto/Medium/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local('Roboto');
    src: url(/static/common/fonts/Roboto/Regular/Roboto-Regular.woff) format('woff'), url(/static/common/fonts/Roboto/Regular/Roboto-Regular.woff2) format('woff2'), url(/static/common/fonts/Roboto/Regular/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local('Roboto');
    src: url(/static/common/fonts/Roboto/Bold/Roboto-Bold.woff) format('woff'), url(/static/common/fonts/Roboto/Bold/Roboto-Bold.woff2) format('woff2'), url(/static/common/fonts/Roboto/Bold/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

.BlackFont {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.BoldFont {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.SemiBoldFont {
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.MediumFont {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.LightFont {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.article-with-thumbnail {
    padding-bottom: 30px
}

.article-with-thumbnail:hover .article-with-thumbnail__inner {
    background-size: 105%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.article-with-thumbnail:hover .article-with-thumbnail__img {
    -webkit-transform: perspective(1px) scale(1.05);
    transform: perspective(1px) scale(1.05)
}

.article-with-thumbnail:hover .article-with-thumbnail__img-bg {
    -webkit-transform: perspective(1px) scale(1.02);
    transform: perspective(1px) scale(1.02)
}

.article-with-thumbnail.article-with-thumbnail--daily_article.top-news {
    border-bottom: 1px solid #ccc
}

.article-with-thumbnail.article-with-thumbnail--news {
    border-bottom: 1px solid #ccc
}

.article-with-thumbnail.article-with-thumbnail--daily_interview {
    border-bottom: 1px solid #ccc
}

.article-with-thumbnail.article-with-thumbnail--daily_article {
    border-bottom: 1px solid #ccc
}

.article-with-thumbnail.badge-news .article-with-thumbnail__img-wrapper:before {
    background: 0 0
}

.article-with-thumbnail.badge-opinions .article-with-thumbnail__img-wrapper:before {
    background: 0 0
}

.article-with-thumbnail.article-with-thumbnail--mobile-topline .article-with-thumbnail__img-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    z-index: 2;
    display: none;
    background: #1665c1
}
.article-with-thumbnail.article-with-thumbnail--common .article-with-thumbnail__img-wrapper:after {
    background: #ccc;
    height: 10px
}

.article-with-thumbnail.article-with-thumbnail--on-dark-bg .article-with-thumbnail__heading {
    color: #fff
}

.article-with-thumbnail.article-with-thumbnail--on-dark-bg .article-with-thumbnail__excerpt {
    color: #fff
}

.article-with-thumbnail.outline-opinions {
    border: 1px solid #a52938;
    padding: 15px;
    margin-bottom: 25px;
    -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .29);
    box-shadow: 4px 4px 15px rgba(0, 0, 0, .29)
}

.article-with-thumbnail.outline-gray {
    border: 1px solid #dbdbdb;
    padding: 15px;
    margin-bottom: 25px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, .15);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .15)
}

.article-with-thumbnail.mb-0 {
    padding-bottom: 0;
    margin-bottom: 0
}

.article-with-thumbnail__inner {
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden
}

.article-with-thumbnail__img-wrapper {
    position: relative;
    overflow: hidden;
    display: block
}

.article-with-thumbnail__img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ececec
}

.article-with-thumbnail__img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: none
}

.article-with-thumbnail__text-wrapper {
    padding: 7px 0 0 0;
    color: #222629
}

.article-with-thumbnail__heading {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    color: #222629;
    line-height: 1.15;
    letter-spacing: .01em;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0
}

.article-with-thumbnail__meta__item {
    opacity: 1;
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.article-with-thumbnail__meta__item.always-visible {
    opacity: 1
}

.article-with-thumbnail__meta__item .fa, .article-with-thumbnail__meta__item .far {
    margin-right: 5px;
    font-size: 14px
}

.article-with-thumbnail__mark {
    height: 8px;
    width: 8px;
    vertical-align: middle;
    position: relative;
    display: none;
    margin-left: 7px
}

.article-with-thumbnail__date {
    font-size: 14px;
    margin-bottom: 6px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: block
}

.article-with-thumbnail__inlineDate {
    font-size: 18px;
    margin-bottom: 6px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px
}

.article-with-thumbnail__breadcrumbs {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-top: 10px;
    padding: 0;
    font-size: 11px;
    margin-bottom: 0;
    color: #999;
    display: block
}

.article-with-thumbnail__breadcrumbs a {
    color: #b3b3b3;
    letter-spacing: .01em;
    text-decoration: none
}

.article-with-thumbnail__breadcrumbs a:hover {
    text-decoration: underline
}

.article-with-thumbnail__breadcrumbs-item {
    display: inline-block
}

.article-with-thumbnail__breadcrumbs-item:after {
    content: '>';
    padding: 0 1px
}

.article-with-thumbnail__breadcrumbs-item:last-child:after {
    display: none
}

.article-with-thumbnail__breadcrumbs-link {
    color: #222629;
    text-decoration: none
}

.article-with-thumbnail__breadcrumbs-link:hover {
    text-decoration: underline
}

.article-with-thumbnail__excerpt {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #222629;
    text-decoration: none;
    margin-top: 10px;
    display: none
}

.article-with-thumbnail__author-name {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #222629;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    margin-bottom: 3px;
    padding-right: 10px
}

.article-with-thumbnail__author-post {
    display: block;
    margin-bottom: 15px;
    font-size: 14px
}

.article-with-thumbnail__author__icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
    margin-top: 15px;
    vertical-align: middle
}

.article-with-thumbnail__inline-badge {
    display: inline-block;
    padding: 3px 6px 2px 6px;
    text-transform: uppercase;
    background: red;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    margin-left: 5px;
    letter-spacing: .05em
}

.sidebar-news-feed5__item__author-name {
    color: #1665c1;
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 3px
}

@media only screen and (min-width: 991px) {
    .article-with-thumbnail.wide-news .article-with-thumbnail__img-bg {
        display: block
    }

    .article-with-thumbnail.wide-news .article-with-thumbnail__heading {
        font-size: 30px
    }

    .article-with-thumbnail.wide-news .article-with-thumbnail__img-wrapper {
        padding-top: 30%
    }

    .article-with-thumbnail.wide-news .article-with-thumbnail__excerpt {
        display: block
    }

    .article-with-thumbnail.wide-news .article-with-thumbnail__img {
        display: none
    }

    .article-with-thumbnail.wide-news .article-with-thumbnail__author-name {
        float: left
    }
}

@media only screen and (min-width: 767px) {
    .article-with-thumbnail.top-news .article-with-thumbnail__excerpt {
        display: block
    }

    .article-with-thumbnail.top-news .article-with-thumbnail__text-wrapper {
        padding: 20px 0 0 0;
        color: #222629
    }

    .article-with-thumbnail.top-news .article-with-thumbnail__heading {
        font-family: Roboto, sans-serif;
        font-weight: 500;
        font-size: 30px;
        margin-bottom: 0
    }

    .article-with-thumbnail__heading--extra-big {
        font-size: 36px !important
    }

    .article-with-thumbnail__heading--big {
        font-family: Roboto, sans-serif;
        font-weight: 500;
        font-size: 30px
    }
}

@media only screen and (max-width: 1199px) {
    .article-with-thumbnail.collapse-md .article-with-thumbnail__img-wrapper {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .article-with-thumbnail.collapse-sm .article-with-thumbnail__img-wrapper {
        display: none
    }
}

@media only screen and (min-width: 650px) and (max-width: 1300px) {
    .article-with-thumbnail .article-with-thumbnail__heading--big {
        font-size: 20px
    }
}

@media only screen and (min-width: 850px) and (max-width: 1199px) {
    .article-with-thumbnail.top-news .article-with-thumbnail__heading {
        font-size: 23px !important
    }

    .collapse-md .article-with-thumbnail__img {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .article-with-thumbnail__heading {
        font-size: 20px
    }
}

@media only screen and (max-width: 850px) {
    .article-with-thumbnail.article-with-thumbnail--mobile-topline .article-with-thumbnail__img-wrapper:before {
        display: block
    }

    .article-with-thumbnail.article-with-thumbnail--collapse-sm {
        float: none;
        width: 100%;
        padding-bottom: 20px
    }

    .article-with-thumbnail.article-with-thumbnail--collapse-sm .article-with-thumbnail__text-wrapper {
        padding-top: 0
    }

    .article-with-thumbnail.article-with-thumbnail--collapse-sm .article-with-thumbnail__img-wrapper {
        display: none
    }

    .article-with-thumbnail.article-with-thumbnail--collapse-sm .article-with-thumbnail__excerpt {
        display: block;
        margin-top: 5px
    }

    .article-with-thumbnail.article-with-thumbnail--collapse-sm .article-with-thumbnail__heading {
        font-size: 20px
    }
}

@media only screen and (max-width: 767px) {
    .article-with-thumbnail {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 15px
    }

    .article-with-thumbnail.mb-0-xs {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .article-with-thumbnail.col-xs-6 .article-with-thumbnail__text-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }

    .article-with-thumbnail.col-xs-6 .article-with-thumbnail__heading {
        font-size: 20px;
        font-family: Roboto, sans-serif;
        font-weight: 500
    }

    .article-with-thumbnail.top-news .article-with-thumbnail__excerpt {
        display: block;
        margin-bottom: 15px
    }

    .article-with-thumbnail.article-with-thumbnail--collapse-sm .article-with-thumbnail__excerpt {
        display: none;
        margin-top: 5px
    }

    .article-with-thumbnail.hidden-img-xs .article-with-thumbnail__img-wrapper {
        display: none
    }

    .article-with-thumbnail.hidden-img-xs .article-with-thumbnail__heading {
        font-size: 18px;
        margin-top: 7px
    }

    .article-with-thumbnail__heading {
        font-size: 21px;
        font-family: Roboto, sans-serif;
        font-weight: 700
    }

    .article-with-thumbnail__text-wrapper {
        padding-top: 10px
    }

    .article-with-thumbnail__inner {
        overflow: visible
    }

    .article-with-thumbnail__img-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }

    .collapse-xs .article-with-thumbnail__img-wrapper {
        display: none
    }

    .collapse-xs .article-with-thumbnail__heading {
        font-size: 19px;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        margin-top: 0
    }

    .article-with-thumbnail__author-name {
        display: inline-block;
        margin-top: -1px;
        margin-bottom: 0;
        vertical-align: middle
    }

    .article-with-thumbnail__author-post {
        display: inline-block;
        margin-bottom: 10px;
        position: relative;
        vertical-align: middle;
        top: 3px
    }
}

@media only screen and (max-width: 550px) {
    .article-with-thumbnail:hover .article-with-thumbnail__img, .article-with-thumbnail:hover .article-with-thumbnail__img-wrapper {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .article-with-thumbnail.collapse-xxs .article-with-thumbnail__img {
        display: none
    }

    .article-with-thumbnail__img, .article-with-thumbnail__img-wrapper {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        padding-top: 0 !important
    }

    .article-with-thumbnail__inner {
        background: 0 0 !important;
        border: none
    }
}

@media only screen and (max-width: 480px) {
    .article-with-thumbnail.image-left-xs .article-with-thumbnail__img-wrapper {
        float: left;
        width: 100px;
        height: 100px;
        margin-right: 15px;
        margin-bottom: 10px;
        margin-left: 5px
    }

    .article-with-thumbnail.image-left-xs .article-with-thumbnail__img {
        display: none
    }

    .article-with-thumbnail.image-left-xs .article-with-thumbnail__img-bg {
        display: block
    }

    .article-with-thumbnail.image-left-xs .article-with-thumbnail__text-wrapper {
        padding-top: 0
    }

    .article-with-thumbnail.image-left-xs .article-with-thumbnail__heading {
        font-size: 18px;
        font-family: Roboto, sans-serif;
        font-weight: 500;
        line-height: 1.3
    }
}

@media only screen and (max-width: 450px) {
    .article-with-thumbnail {
        padding-bottom: 25px
    }
}

.header__logo {
    display: inline-block;
    margin-top: 12px
}

.header__logo__link {
    color: #222;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.header__logo__link:hover {
    text-decoration: none
}

.header__logo__img {
    width: 307px;
    height: auto
}

.header__logo__img.header__logo__img--styler-visible {
    display: none
}

.top-header {
    width: 100%;
    padding: 0;
    top: 0;
    color: #000;
    text-align: center;
    position: fixed;
    z-index: 10;
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -webkit-transition: top .4s;
    transition: top .4s;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .38);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .38);
    background: #fff
}

.top-header__inner {
    position: relative;
    height: 64px
}

.top-header__logo {
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
    top: 8px
}

.top-header__logo__img {
    height: 20px;
    width: auto
}

.header-date {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 40px
}

@media only screen and (max-width: 767px) {
    .top-header {
        background: #1d2022;
        color: #fff
    }

    .top-header .container {
        padding-left: 0;
        padding-right: 0
    }

    .top-header__inner {
        height: 50px
    }

    .header__logo__img {
        width: 210px;
        display: none
    }

    .header__logo__img.header__logo__img--styler-visible {
        display: block
    }
}

.bottom-header {
    height: 47px;
    background: #1665c1;
    text-align: center
}

.bottom-header__inner {
    overflow: hidden;
    position: relative
}

.bottom-header__more {
    text-align: center;
    vertical-align: bottom;
    width: 50px;
    cursor: pointer;
    line-height: 35px;
    font-size: 18px;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    -webkit-transition: all .1s;
    transition: all .1s;
    background: #e1e1e1;
    position: absolute;
    right: 72px;
    top: 0;
    height: 36px;
    margin-right: -2px
}

.bottom-header__more:hover {
    background: #eee
}

.bottom-header__more:hover .hover-visibility.active {
    display: inline-block
}

.bottom-header__more:hover .default-visibility {
    display: none
}

.bottom-header__more .hover-visibility {
    display: none
}

.bottom-header__more__button {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 37px
}

.videobar {
    display: none
}

.mobile-header__division-menu {
    z-index: -1;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0
}

.mobile-header__division-menu__item {
    position: relative;
    width: 33.33333%;
    float: left;
    display: block;
    background: #58595b;
    line-height: 30px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 21px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.mobile-header__division-menu__item:first-child {
    background: #464646
}

.mobile-header__division-menu__item:last-child {
    background: #6d6e71
}

.mobile-header__division-menu__item.mobile-header__division-menu__item--news:active, .mobile-header__division-menu__item.mobile-header__division-menu__item--news:focus, .mobile-header__division-menu__item.mobile-header__division-menu__item--news:hover {
    background: #1665c1
}

.mobile-header__division-menu__item.mobile-header__division-menu__item--styler:active, .mobile-header__division-menu__item.mobile-header__division-menu__item--styler:focus, .mobile-header__division-menu__item.mobile-header__division-menu__item--styler:hover {
    background: #f8d028;
    color: #000
}

.main-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu__item {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 26px;
    display: inline-block;
    text-transform: uppercase
}

.main-menu__item__link {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 48px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-menu__item__link.active, .main-menu__item__link:active, .main-menu__item__link:focus, .main-menu__item__link:hover {
    color: #2e3336;
    background: #fff
}

.header__soc {
    margin-bottom: 10px
}

.header__soc__item {
    width: 33px;
    height: 33px;
    background: #353535;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin: 0 3px;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%
}

.header__soc__item:hover.header__soc__item--facebook {
    background: #3b5998
}

.header__soc__item:hover.header__soc__item--twitter {
    background: #50abf1
}

.header__soc__item:hover.header__soc__item--instagram {
    background: linear-gradient(200deg, #d047d1, red, #ff0)
}

.header__soc__item:hover.header__soc__item--youtube {
    background: #fe0000
}

.lang {
    float: left;
    margin-top: 20px;
    text-align: center;
    margin-right: 40px
}

.lang__item {
    position: relative;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    padding: 2px 0 2px 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none
}

.lang__item:first-child {
    float: left
}

.lang__item:last-child {
    float: right
}

.lang__item.enabled {
    cursor: default;
    top: 0;
    display: block;
    color: #1665c1
}

.lang__item.disabled {
    top: 0;
    color: #000;
    background: 0 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.lang__item.disabled:hover {
    color: #1665c1 !important
}

.lang__vertical-divider {
    width: 1px;
    background: #000;
    margin: 0 10px;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 3px
}

@media only screen and (max-width: 767px) {
    .lang {
        margin-right: 0
    }

    .lang--top-header {
        float: right;
        margin: 0;
        border-left: 1px solid #343434
    }

    .lang--top-header .lang__item {
        color: #fff;
        font-family: Roboto, sans-serif;
        font-weight: 400
    }

    .lang--top-header .lang__item:active, .lang--top-header .lang__item:focus, .lang--top-header .lang__item:hover {
        background: #3d3e40 !important;
        color: #fff;
        font-family: Roboto, sans-serif;
        font-weight: 400
    }

    .lang--collapse-xs .lang__item {
        height: 50px;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .lang--collapse-xs .lang__item:active, .lang--collapse-xs .lang__item:focus, .lang--collapse-xs .lang__item:hover {
        background: #f1f1f1
    }

    .lang--collapse-xs .lang__item.enabled {
        display: none
    }

    .lang--collapse-xs .lang__item.disabled {
        font-family: Roboto, sans-serif;
        font-weight: 400
    }

    .lang--collapse-xs .lang__vertical-divider {
        display: none
    }
}

.footer {
    position: relative;
    width: 100%;
    background: #f1f4f6;
    padding-top: 70px;
    color: #222629;
    overflow: hidden
}

.footer a {
    text-decoration: none
}

.footer__logo {
    margin-left: 10px;
    margin-right: 10px
}

.footer__logo__img {
    height: 27px;
    width: auto
}

.footer__logo__img.footer__logo__img--styler-visible {
    display: none
}

.footer-currency-menu .currency-menu__item {
    margin-left: 0;
    margin-right: 10px;
    color: #fff
}

.footer-currency-menu .currency-menu__item__name {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #fff
}

.footer-currency-menu .currency-menu__item__exchange-rate {
    border: 1px solid #fff;
    background: 0 0;
    color: #fff
}

.footer__soc {
    margin-bottom: 20px;
    overflow: hidden
}

.footer__soc__item {
    height: 32px;
    width: 75px;
    text-align: center;
    line-height: 33px;
    padding: 0 25px;
    font-size: 17px;
    color: #8f9a9f;
    border: 1px solid #8f9a9f;
    border-right: none;
    display: block;
    float: left;
    vertical-align: middle;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-bottom: 10px
}

.footer__soc__item:last-child {
    border-right: 1px solid #8f9a9f
}

.footer__soc__item .fa {
    font-size: 18px
}

.footer__soc__item:active, .footer__soc__item:focus, .footer__soc__item:hover {
    background: #e5e5e5
}

.footer__soc__item.footer__soc__item--facebook span {
    display: none
}

.footer__soc__item__text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -2px
}

.footer__logo-wrapper {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__lang {
    margin-top: 9px;
    white-space: nowrap
}

.bottom-menu-column {
    float: left;
    padding-right: 25px
}

.bottom-menu-column__item {
    margin-bottom: 15px;
    padding-left: 14px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.bottom-menu-column__link {
    color: #222629
}

.bottom-menu-column__link:hover {
    color: #535353
}

.copy {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #222629;
    line-height: 1.2
}

.footer-counter {
    padding-bottom: 10px;
    padding-top: 20px
}

@media only screen and (max-width: 992px) {
    .footer {
        padding-top: 25px
    }

    .footer .container {
        padding: 0 10px 0 10px
    }

    .footer__logo {
        margin-left: 0
    }

    .bottom-menu-column__item {
        padding-left: 0;
        font-family: Roboto, sans-serif;
        font-weight: 300
    }
}

@media only screen and (max-width: 767px) {
    .copy {
        text-align: center;
        padding: 20px
    }

    .footer__soc__item {
        width: 25%
    }
}

@media only screen and (max-width: 500px) {
    .bottom-menu-column {
        width: 50%
    }
}

@media only screen and (max-width: 360px) {
    .footer__logo {
        display: block
    }

    .footer__logo-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__lang {
        float: left
    }
}

.privasypolicy-info {
    background: #1665c1;
    color: #fff;
    padding: 10px 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    z-index: 10
}

.privasypolicy-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1350px;
    margin: 0 auto
}

.privacy-text {
    font-size: 13px;
    padding-right: 10px
}

.privacy-text a {
    color: #fff;
    border-bottom: 1px dashed #fff;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.privacy-text a:active, .privacy-text a:focus, .privacy-text a:hover {
    color: #b4c6e5
}

.privasypolicy-info__button_close, .privasypolicy-info__button_skip {
    font-size: 13px;
    padding: 2px 15px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block
}

.privasypolicy-info__button_skip {
    background-color: transparent;
    border: 1px solid #fff
}

.privasypolicy-info__button_skip:active, .privasypolicy-info__button_skip:focus, .privasypolicy-info__button_skip:hover {
    background: #fff;
    color: #1665c1
}

.privasypolicy-info__button_close {
    background: #fff;
    color: #1665c1;
    border: 1px solid #fff
}

.privasypolicy-info__button_close:active, .privasypolicy-info__button_close:focus, .privasypolicy-info__button_close:hover {
    background: #1665c1;
    color: #fff
}

@media only screen and (max-width: 600px) {
    .privasypolicy-info__inner {
        display: block;
        text-align: center
    }

    .privacy-text {
        padding: 0;
        margin-bottom: 8px;
        line-height: 1.35
    }
}

.main-menu-toggle {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    width: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.main-menu-toggle:hover {
    background: #f1f4f6
}

.main-menu-toggle:hover .main-menu-toggle__line {
    width: 100%
}

.main-menu-toggle.active {
    background: #f1f4f6
}

.main-menu-toggle.active .main-menu-toggle__line--1 {
    -webkit-transform: translateY(8px) translateX(-1px) rotate(45deg);
    transform: translateY(8px) translateX(-1px) rotate(45deg);
    width: 110%
}

.main-menu-toggle.active .main-menu-toggle__line--2 {
    opacity: 0
}

.main-menu-toggle.active .main-menu-toggle__line--3 {
    -webkit-transform: translateY(-8px) translateX(-1px) rotate(-45deg);
    transform: translateY(-8px) translateX(-1px) rotate(-45deg);
    width: 110%
}

.main-menu-toggle__inner {
    height: 18px;
    width: 23px;
    position: relative
}

.main-menu-toggle__line {
    background: #222629;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s
}

.main-menu-toggle__line--1 {
    top: 0
}

.main-menu-toggle__line--2 {
    top: 50%;
    margin-top: -1px;
    width: 55%
}

.main-menu-toggle__line--3 {
    bottom: 0;
    width: 85%
}

@media only screen and (max-width: 767px) {
    .main-menu-toggle {
        height: 50px;
        float: left;
        border-right: 1px solid #343434
    }

    .main-menu-toggle.active {
        background: #3d3e40
    }

    .main-menu-toggle.active .main-menu-toggle__line--1 {
        -webkit-transform: translateY(8px) translateX(-1px) rotate(45deg);
        transform: translateY(8px) translateX(-1px) rotate(45deg);
        width: 110%
    }

    .main-menu-toggle.active .main-menu-toggle__line--2 {
        opacity: 0
    }

    .main-menu-toggle.active .main-menu-toggle__line--3 {
        -webkit-transform: translateY(-8px) translateX(-1px) rotate(-45deg);
        transform: translateY(-8px) translateX(-1px) rotate(-45deg);
        width: 110%
    }

    .main-menu-toggle:active, .main-menu-toggle:focus, .main-menu-toggle:hover {
        background: #3d3e40
    }

    .main-menu-toggle__line {
        background: #fff
    }

    .main-menu-toggle__inner {
        width: 25px;
        height: 18px
    }
}

.mobile-functional-toggle {
    float: right;
    font-size: 30px;
    position: relative;
    line-height: 48px;
    width: 41px;
    text-align: center;
    cursor: pointer;
    color: #555;
    border-left: 1px solid #aaa;
    display: none
}

.mobile-functional-toggle .fa {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.mobile-functional-toggle.active .fa {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-width: 767px) {
    .mobile-functional-toggle {
        display: block
    }
}

.video-container {
    position: relative;
    padding-bottom: 51.6%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 100%;
    min-height: 150px;
    min-width: 300px
}

.video-contaienr embed, .video-container iframe, .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    min-width: 300px
}

[data-oembed-url] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[data-oembed-url] > div {
    width: 100%
}

iframe {
    max-width: 100%
}

.fb_iframe_widget {
    max-width: 100% !important
}

.fb_iframe_widget span {
    max-width: 100% !important
}

.flowplayer.mosaic-player {
    position: relative;
    z-index: 2;
    border-radius: 0
}

.flowplayer.mosaic-player video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0
}

.flowplayer .fp-color-play {
    fill: rgba(0, 0, 0, .55)
}

.currency-under-header {
    background: #ebebeb;
    padding: 8px 3px;
    display: none
}

.currency-under-header__item {
    background: #fff;
    margin: 0 3px;
    float: left;
    padding: 5px 9px;
    width: 33.33333%;
    position: relative
}

.currency-under-header__item--up:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ed1c24;
    position: absolute;
    top: 8px;
    right: 9px
}

.currency-under-header__item--down:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #2ed832;
    position: absolute;
    top: 8px;
    right: 9px
}

.currency-under-header__item__primary-name, .currency-under-header__item__secondary-name {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 6px;
    text-decoration: none;
    color: #222629
}

.currency-under-header__item__secondary-name {
    color: #ebebeb
}

.currency-under-header__item__primary-rate {
    font-size: 18px;
    float: left;
    text-decoration: none;
    color: #222629
}

.currency-under-header__item__secondary-rate {
    font-size: 18px;
    float: right;
    text-decoration: none;
    color: #ebebeb
}

@media only screen and (max-width: 767px) {
    .currency-under-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 540px) {
    .currency-under-header .currency-under-header__item__primary-rate {
        float: none;
        margin-left: 5px
    }

    .currency-under-header .currency-under-header__item__secondary-rate {
        float: none
    }

    .currency-under-header .clearfix {
        display: none
    }
}

.news-page .three-column-layout__column.three-column-layout__column--1 {
    border-left: 0;
    border-right: 0
}

.news-page .publication-text-area img {
    max-width: 100%;
    height: auto !important
}

.news-page .article-with-thumbnail {
    padding-bottom: 45px
}

.business-page .bottom-header {
    background: #43a047
}

.business-page .publication-img-wrapper {
    border-top: 2px solid #43a047
}

.business-page .publication-breadcrumbs a {
    color: #43a047
}

.business-page .publication-breadcrumbs a:active, .business-page .publication-breadcrumbs a:focus, .business-page .publication-breadcrumbs a:hover {
    color: #43a047
}

.business-page .text-container a {
    color: #43a047
}

.business-page .important-links__item i {
    color: #43a047
}

.business-page .publication-tags a {
    color: #43a047;
    border: 1px solid #43a047
}

.business-page .publication-tags a:active, .business-page .publication-tags a:focus, .business-page .publication-tags a:hover {
    background: #43a047
}

.business-page .onebigarea__publication {
    border-bottom-color: #43a047
}

.sports-page .bottom-header {
    background: #5e35b1
}

.sports-page .publication-img-wrapper {
    border-top: 2px solid #5e35b1
}

.sports-page .publication-breadcrumbs a {
    color: #5e35b1
}

.sports-page .publication-breadcrumbs a:active, .sports-page .publication-breadcrumbs a:focus, .sports-page .publication-breadcrumbs a:hover {
    color: #5e35b1
}

.sports-page .text-container a {
    color: #5e35b1
}

.sports-page .important-links__item i {
    color: #5e35b1
}

.sports-page .publication-tags a {
    color: #5e35b1;
    border: 1px solid #5e35b1
}

.sports-page .publication-tags a:active, .sports-page .publication-tags a:focus, .sports-page .publication-tags a:hover {
    background: #5e35b1
}

.sports-page .onebigarea__publication {
    border-bottom-color: #5e35b1
}

.opinion-page .bottom-header {
    background: #a52938
}

.opinion-page .publication-img-wrapper {
    border-top: none
}

.opinion-page .publication-breadcrumbs {
    color: #222629
}

.opinion-page .publication-breadcrumbs a {
    color: #222629
}

.opinion-page .publication-breadcrumbs a:active, .opinion-page .publication-breadcrumbs a:focus, .opinion-page .publication-breadcrumbs a:hover {
    color: #222629
}

.opinion-page .three-column-layout__column.three-column-layout__column--1 {
    border-left: 0;
    border-right: 0
}

.opinion-page .text-container a {
    color: #a52938
}

.opinion-page .widget-heading {
    border-left: 0;
    padding-left: 0
}

.opinion-page img {
    filter: gray;
    -webkit-filter: grayscale(.7);
    filter: grayscale(.7)
}

.opinion-page .article-interview2__img-radius-container {
    filter: gray;
    -webkit-filter: grayscale(.7);
    filter: grayscale(.7)
}

.opinion-page img.header__logo__img {
    filter: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.opinion-page .article-rubric__img {
    filter: gray;
    -webkit-filter: grayscale(.7);
    filter: grayscale(.7)
}

.opinion-page .article-with-thumbnail__author-name {
    color: #222629
}

.opinion-page .widget-heading.widget-heading--news {
    color: #222629
}

.opinion-page .sidebar-news-feed5__item__author-name {
    color: #222629
}

.opinion-page .article-interview__author__name {
    color: #222629
}

.opinion-page .important-links__item i {
    color: #222629
}

.opinion-page .publication-tags a {
    color: #222629;
    border: 1px solid #222629
}

.opinion-page .publication-tags a:active, .opinion-page .publication-tags a:focus, .opinion-page .publication-tags a:hover {
    background: #222629
}

.opinion-page .onebigarea__publication {
    border-bottom-color: #222629
}

.opinion-page .text-container a.meta-authors__item {
    color: #222629
}

.opinion-page .publication-breadcrumbs__lang {
    color: #222629
}

.opinion-page .publication-breadcrumbs__lang__link {
    color: #222629 !important
}

.opinion-page .publication-breadcrumbs {
    color: #222629 !important
}

.opinion-page .publication-breadcrumbs a {
    color: #222629 !important
}

.lifestyle-page .bottom-header {
    background: #5e3f8b
}

.lifestyle-page .publication-img-wrapper {
    border-top: 2px solid #5e3f8b
}

.lifestyle-page .publication-breadcrumbs a {
    color: #222629
}

.lifestyle-page .publication-breadcrumbs a:active, .lifestyle-page .publication-breadcrumbs a:focus, .lifestyle-page .publication-breadcrumbs a:hover {
    color: #222629
}

.lifestyle-page .text-container a {
    color: #5e3f8b
}

.lifestyle-page .important-links__item i {
    color: #5e3f8b
}

.lifestyle-page .publication-tags a {
    color: #5e3f8b;
    border: 1px solid #5e3f8b
}

.lifestyle-page .publication-tags a:active, .lifestyle-page .publication-tags a:focus, .lifestyle-page .publication-tags a:hover {
    background: #5e3f8b
}

.lifestyle-page .onebigarea__publication {
    border-bottom-color: #5e3f8b
}

.lifestyle-page .three-column-layout__column.three-column-layout__column--1 {
    border-left: 0;
    border-right: 0
}

.lifestyle-page .article-interview__author__name {
    color: #222629
}

.lifestyle-page .news-feed-affiche__item__date-wrapper {
    border-color: #5e3f8b
}

.lifestyle-page .news-feed-affiche__item__date-wrapper {
    color: #5e3f8b
}

.lifestyle-page .widget-heading.widget-heading--news {
    color: #5e3f8b
}

.lifestyle-page .widget-heading.widget-heading--news a {
    color: #000
}

.lifestyle-page .widget-heading.widget-heading--news {
    color: #000
}

.lifestyle-page .news-feed-affiche__item__date-wrapper {
    color: #000
}

.lifestyle-page .home-page-section.home-page-section--top .nano {
    max-height: 1550px
}

.lifestyle-page .news-feed .news-feed-item:hover {
    text-decoration: none;
    background: #fbf7ff
}

.styler-page .top-header {
    background: #1d2022
}

.styler-page .header__logo__img {
    display: none
}

.styler-page .header__logo__img.header__logo__img--styler-visible {
    display: block
}

.styler-page .main-menu__item__link {
    color: #222
}

.styler-page .main-menu__item__link.active, .styler-page .main-menu__item__link:active, .styler-page .main-menu__item__link:focus, .styler-page .main-menu__item__link:hover {
    background: #fff
}

.styler-page .header__search-form-toggle i {
    color: #fff
}

.styler-page .header__search-form-toggle.active {
    background: #3d3e40
}

.styler-page .header__search-form-toggle:active, .styler-page .header__search-form-toggle:focus, .styler-page .header__search-form-toggle:hover {
    background: #3d3e40
}

.styler-page .main-menu-toggle.active {
    background: #3d3e40
}

.styler-page .main-menu-toggle:active, .styler-page .main-menu-toggle:focus, .styler-page .main-menu-toggle:hover {
    background: #3d3e40
}

.styler-page .header-mega-menu {
    background: #141516
}

.styler-page .header-search {
    background: #141516
}

.styler-page .header-mega-menu-column__link {
    color: #fff
}

.styler-page .header-mega-menu-column__link:active, .styler-page .header-mega-menu-column__link:focus, .styler-page .header-mega-menu-column__link:hover {
    color: #888
}

.styler-page .lang__vertical-divider {
    background: #fff
}

.styler-page .lang__item.disabled {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.styler-page .lang__item.disabled:active, .styler-page .lang__item.disabled:focus, .styler-page .lang__item.disabled:hover {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.styler-page .main-menu-toggle__line {
    background: #fff
}

.styler-page .bottom-header {
    background: #f8d028
}

.styler-page .three-column-layout__column.three-column-layout__column--1 {
    border-color: #43484a
}

.styler-page hr {
    border-color: #43484a
}

.styler-page .footer {
    background: #1d2022;
    color: #87898a
}

.styler-page .mega-menu-column__link {
    color: #87898a
}

.styler-page .mega-menu-column__link:active, .styler-page .mega-menu-column__link:focus, .styler-page .mega-menu-column__link:hover {
    color: #fff
}

.styler-page .mega-menu-column__top-link {
    color: #fff
}

.styler-page .mega-menu-column__top-link:active, .styler-page .mega-menu-column__top-link:focus, .styler-page .mega-menu-column__top-link:hover {
    color: #87898a
}

.styler-page .footer__logo__img {
    display: none
}

.styler-page .footer__logo__img.footer__logo__img--styler-visible {
    display: block
}

.styler-page .bottom-menu-column__link {
    color: #87898a
}

.styler-page .bottom-menu-column__link:active, .styler-page .bottom-menu-column__link:focus, .styler-page .bottom-menu-column__link:hover {
    color: #fff
}

.styler-page .copy {
    color: #87898a
}

.styler-page .publication-img-wrapper {
    border-top: none
}

.styler-page .publication-breadcrumbs {
    color: #222629
}

.styler-page .publication-breadcrumbs a {
    color: #222629 !important
}

.styler-page .publication-breadcrumbs a:active, .styler-page .publication-breadcrumbs a:focus, .styler-page .publication-breadcrumbs a:hover {
    color: #222629 !important
}

.styler-page .important-links__item i {
    color: #222629
}

.styler-page .publication-tags a {
    color: #222629;
    border-color: #222629
}

.styler-page .publication-tags a:active, .styler-page .publication-tags a:focus, .styler-page .publication-tags a:hover {
    background: #222629
}

.styler-page .text-container a {
    color: #ffc233
}

.styler-page .text-container ol li:before {
    color: #ffc233
}

.styler-page .text-container ul li:before {
    content: "";
    background: #ffc233
}

.styler-page .text-container .meta-authors__item {
    color: #000
}

.styler-page .onebigarea__publication {
    border-bottom-color: #222629
}

.styler-page .header-mega-menu-column__top__inner {
    background: #141516;
    color: #fff
}

.styler-page .header-mega-menu__topline {
    background: #000
}

.styler-page .header-mega-menu__topline__currencies__item {
    color: #fff
}

.styler-page .common-breadcrumbs {
    color: #222629
}

.styler-page .common-breadcrumbs a {
    color: #222629
}

.styler-page .header-mega-menu__search-block {
    background: #0d0d0d;
    border-bottom: 1px solid #0a0a0a
}

.styler-page .main-menu-toggle {
    border-right-color: #343434
}

.styler-page .home-page-section.home-page-section--top .nano {
    max-height: 2140px
}

.styler-page .lang--top-header .lang__item {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px
}

.styler-page .lang--top-header .lang__item.enabled {
    color: #f8d028
}

@media only screen and (max-width: 767px) {
    .news-page .article-with-thumbnail {
        padding-bottom: 25px
    }

    .opinion-page .article-with-thumbnail__heading {
        font-size: 21px
    }

    .lite-page .news-feed .news-feed-content {
        overflow: hidden !important
    }

    .lite-page .home-page-section.home-page-section--top .nano {
        max-height: none !important;
        height: auto !important
    }
}

.currency-menu {
    position: absolute;
    top: 10px;
    right: 110px
}

.currency-menu__item {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    position: relative
}

.currency-menu__item.active, .currency-menu__item:hover {
    color: #999
}

.currency-menu__item.active .currency-menu__submenu, .currency-menu__item:hover .currency-menu__submenu {
    display: block
}

.currency-menu__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -25px
}

.currency-menu__item__name {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-right: 3px;
    line-height: 1.3;
    color: #222629;
    text-decoration: none
}

.currency-menu__item__exchange-rate {
    display: inline-block;
    border: 1px solid #d4d4d4;
    line-height: 1.3;
    background: #fefefe;
    padding: 2px 7px 0 7px;
    color: #222629;
    text-decoration: none
}

.currency-menu__submenu {
    position: absolute;
    text-align: center;
    top: 30px;
    right: 0;
    width: auto;
    border: 1px solid #ccc;
    padding: 15px 15px 8px 15px;
    background: rgba(255, 255, 255, .98);
    z-index: 2;
    display: none
}

.currency-menu__submenu a:hover {
    color: #666
}

.currency-menu__submenu__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin-bottom: 7px;
    display: block;
    text-align: center
}

.currency-menu__submenu__item table {
    width: 100%
}

.currency-menu__submenu__item td {
    font-size: 14px;
    background: initial;
    color: initial;
    border: none;
    padding: 3px 5px;
    line-height: 1
}

.currency-menu__submenu__item td:first-child {
    text-align: left
}

.currency-menu__submenu__item td:last-child {
    text-align: right
}

.currency-menu__submenu__item a {
    color: #000;
    text-decoration: none
}

.currency-menu__submenu__item a:hover {
    color: #555;
    text-decoration: underline
}

@media only screen and (max-width: 1300px) {
    .currency-menu {
        top: 5px
    }

    .currency-menu__item {
        margin-left: 0
    }

    .currency-menu__item__name {
        display: block;
        margin: 0
    }

    .currency-menu__item__exchange-rate {
        display: block;
        border: none;
        background: 0 0;
        line-height: 1;
        font-size: 11px
    }
}

@media only screen and (max-width: 1200px) {
    .currency-menu {
        right: 40px
    }
}

.bottom-header__menu {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 125px;
    height: 36px;
    position: relative;
    overflow: hidden
}

.bottom-header__menu.right-limit:after {
    display: none
}

.bottom-header__menu.left-limit:before {
    display: none
}

.bottom-header__menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    display: block;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(#ededed), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #ededed 0, rgba(255, 255, 255, 0) 100%)
}

.bottom-header__menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    z-index: 2;
    display: block;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ededed));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ededed 100%)
}

.bottom-header__menu__list {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.bottom-header__menu__item {
    padding: 0;
    margin: 0;
    display: inline-block
}

.bottom-header__menu__link {
    display: block;
    color: #1e1e1e;
    text-decoration: none;
    padding: 10px 15px 9px 15px
}

.bottom-header__menu__link:hover {
    background: #eee
}

@media only screen and (max-width: 992px) {
    .bottom-header__menu__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.mobile-soc-links-toggle {
    float: right;
    width: 41px;
    border-left: 1px solid #aaa;
    color: #555;
    line-height: 48px;
    position: relative;
    z-index: 2;
    font-size: 24px;
    text-align: center;
    cursor: pointer
}

.mobile-soc-links-toggle.active, .mobile-soc-links-toggle:focus {
    background: #efefef
}

.mobile-soc-links-toggle.active .soc-links {
    display: block
}

.mobile-soc-links-toggle .soc-links {
    top: 35px
}

@media only screen and (max-width: 500px) {
    .mobile-soc-links-toggle {
        display: none
    }
}

.mobile-currency-toggle {
    float: right;
    width: 41px;
    border-left: 1px solid #aaa;
    color: #555;
    line-height: 48px;
    position: relative;
    z-index: 2;
    font-size: 21px;
    text-align: center;
    cursor: pointer
}

.mobile-currency-toggle .fa {
    position: relative;
    top: -1px
}

.mobile-currency-toggle.active, .mobile-currency-toggle:focus {
    background: #efefef
}

.mobile-currency-toggle.active .mobile-currency-dropdown {
    display: block;
    color: #000
}

@media only screen and (max-width: 500px) {
    .mobile-currency-toggle {
        display: none
    }
}

.soc-links {
    position: absolute;
    text-align: center;
    top: 48px;
    right: -1px;
    width: 210px;
    border: 1px solid #ccc;
    padding: 15px 15px 8px 15px;
    background: rgba(255, 255, 255, .9);
    z-index: 3;
    display: none
}

.soc-links .soc-links__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.2;
    color: #222629;
    margin-bottom: 10px
}

.mobile-currency-dropdown {
    position: absolute;
    text-align: center;
    top: 48px;
    right: -1px;
    width: 210px;
    border: 1px solid #ccc;
    padding: 15px 15px 8px 15px;
    background: rgba(255, 255, 255, .9);
    z-index: 3;
    display: none
}

.mobile-currency-dropdown .currency-menu {
    position: static
}

.mobile-currency-dropdown__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1.2;
    color: #222629;
    margin-bottom: 10px
}

.over-header {
    padding: 15px 0;
    background: #fff
}

<
style > html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px
}

.container-fluid--opinions {
    padding-left: 0;
    padding-right: 0
}

.row {
    margin-left: -25px;
    margin-right: -25px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 25px;
    padding-right: 25px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1300px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1300px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1300px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1300px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1300px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1300px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*!
 * Font Awesome Pro 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul > li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-alarm-clock:before {
    content: "\f34e"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-alt-down:before {
    content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346"
}

.fa-arrow-alt-from-left:before {
    content: "\f347"
}

.fa-arrow-alt-from-right:before {
    content: "\f348"
}

.fa-arrow-alt-from-top:before {
    content: "\f349"
}

.fa-arrow-alt-left:before {
    content: "\f355"
}

.fa-arrow-alt-right:before {
    content: "\f356"
}

.fa-arrow-alt-square-down:before {
    content: "\f350"
}

.fa-arrow-alt-square-left:before {
    content: "\f351"
}

.fa-arrow-alt-square-right:before {
    content: "\f352"
}

.fa-arrow-alt-square-up:before {
    content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a"
}

.fa-arrow-alt-to-left:before {
    content: "\f34b"
}

.fa-arrow-alt-to-right:before {
    content: "\f34c"
}

.fa-arrow-alt-to-top:before {
    content: "\f34d"
}

.fa-arrow-alt-up:before {
    content: "\f357"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-from-bottom:before {
    content: "\f342"
}

.fa-arrow-from-left:before {
    content: "\f343"
}

.fa-arrow-from-right:before {
    content: "\f344"
}

.fa-arrow-from-top:before {
    content: "\f345"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-square-down:before {
    content: "\f339"
}

.fa-arrow-square-left:before {
    content: "\f33a"
}

.fa-arrow-square-right:before {
    content: "\f33b"
}

.fa-arrow-square-up:before {
    content: "\f33c"
}

.fa-arrow-to-bottom:before {
    content: "\f33d"
}

.fa-arrow-to-left:before {
    content: "\f33e"
}

.fa-arrow-to-right:before {
    content: "\f340"
}

.fa-arrow-to-top:before {
    content: "\f341"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-badge:before {
    content: "\f335"
}

.fa-badge-check:before {
    content: "\f336"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-barcode-alt:before {
    content: "\f463"
}

.fa-barcode-read:before {
    content: "\f464"
}

.fa-barcode-scan:before {
    content: "\f465"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball:before {
    content: "\f432"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-basketball-hoop:before {
    content: "\f435"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-bolt:before {
    content: "\f376"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-slash:before {
    content: "\f377"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-bowling-pins:before {
    content: "\f437"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-check:before {
    content: "\f467"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-boxing-glove:before {
    content: "\f438"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-browser:before {
    content: "\f37e"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-edit:before {
    content: "\f333"
}

.fa-calendar-exclamation:before {
    content: "\f334"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-alt:before {
    content: "\f332"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-circle-down:before {
    content: "\f32d"
}

.fa-caret-circle-left:before {
    content: "\f32e"
}

.fa-caret-circle-right:before {
    content: "\f330"
}

.fa-caret-circle-up:before {
    content: "\f331"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-bishop-alt:before {
    content: "\f43b"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-clock:before {
    content: "\f43d"
}

.fa-chess-clock-alt:before {
    content: "\f43e"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-king-alt:before {
    content: "\f440"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-knight-alt:before {
    content: "\f442"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-pawn-alt:before {
    content: "\f444"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-queen-alt:before {
    content: "\f446"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chess-rook-alt:before {
    content: "\f448"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-double-down:before {
    content: "\f322"
}

.fa-chevron-double-left:before {
    content: "\f323"
}

.fa-chevron-double-right:before {
    content: "\f324"
}

.fa-chevron-double-up:before {
    content: "\f325"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-square-down:before {
    content: "\f329"
}

.fa-chevron-square-left:before {
    content: "\f32a"
}

.fa-chevron-square-right:before {
    content: "\f32b"
}

.fa-chevron-square-up:before {
    content: "\f32c"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-club:before {
    content: "\f327"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comments:before {
    content: "\f086"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-wide:before {
    content: "\f326"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-conveyor-belt:before {
    content: "\f46e"
}

.fa-conveyor-belt-alt:before {
    content: "\f46f"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-credit-card-blank:before {
    content: "\f389"
}

.fa-credit-card-front:before {
    content: "\f38a"
}

.fa-cricket:before {
    content: "\f449"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-curling:before {
    content: "\f44a"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-desktop-alt:before {
    content: "\f390"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-empty:before {
    content: "\f473"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-dolly-flatbed-alt:before {
    content: "\f475"
}

.fa-dolly-flatbed-empty:before {
    content: "\f476"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-h-alt:before {
    content: "\f39b"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ellipsis-v-alt:before {
    content: "\f39c"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-square:before {
    content: "\f321"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows:before {
    content: "\f31d"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expand-wide:before {
    content: "\f320"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-female:before {
    content: "\f182"
}

.fa-field-hockey:before {
    content: "\f44c"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-check:before {
    content: "\f316"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-edit:before {
    content: "\f31c"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-exclamation:before {
    content: "\f31a"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-minus:before {
    content: "\f318"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-plus:before {
    content: "\f319"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-times:before {
    content: "\f317"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-film-alt:before {
    content: "\f3a0"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-football-helmet:before {
    content: "\f44f"
}

.fa-forklift:before {
    content: "\f47a"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frown:before {
    content: "\f119"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-golf-club:before {
    content: "\f451"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-h1:before {
    content: "\f313"
}

.fa-h2:before {
    content: "\f314"
}

.fa-h3:before {
    content: "\f315"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-holding-box:before {
    content: "\f47b"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-receiving:before {
    content: "\f47c"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-hexagon:before {
    content: "\f312"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-hockey-sticks:before {
    content: "\f454"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-inbox-in:before {
    content: "\f310"
}

.fa-inbox-out:before {
    content: "\f311"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-industry-alt:before {
    content: "\f3b3"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-info-square:before {
    content: "\f30f"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-inventory:before {
    content: "\f480"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jack-o-lantern:before {
    content: "\f30e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-alt:before {
    content: "\f30d"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-lock-open-alt:before {
    content: "\f3c2"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luchador:before {
    content: "\f455"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-hexagon:before {
    content: "\f307"
}

.fa-minus-octagon:before {
    content: "\f308"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-mobile-android:before {
    content: "\f3ce"
}

.fa-mobile-android-alt:before {
    content: "\f3cf"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octagon:before {
    content: "\f306"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-pallet-alt:before {
    content: "\f483"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pennant:before {
    content: "\f456"
}

.fa-percent:before {
    content: "\f295"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-alt:before {
    content: "\f3de"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-hexagon:before {
    content: "\f300"
}

.fa-plus-octagon:before {
    content: "\f301"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-question-square:before {
    content: "\f2fd"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-racquet:before {
    content: "\f45a"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-rectangle-landscape:before {
    content: "\f2fa"
}

.fa-rectangle-portrait:before {
    content: "\f2fb"
}

.fa-rectangle-wide:before {
    content: "\f2fc"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-repeat-1:before {
    content: "\f365"
}

.fa-repeat-1-alt:before {
    content: "\f366"
}

.fa-repeat-alt:before {
    content: "\f364"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-retweet-alt:before {
    content: "\f361"
}

.fa-road:before {
    content: "\f018"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-scanner:before {
    content: "\f488"
}

.fa-scanner-keyboard:before {
    content: "\f489"
}

.fa-scanner-touchscreen:before {
    content: "\f48a"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scrubber:before {
    content: "\f2f8"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-all:before {
    content: "\f367"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield:before {
    content: "\f132"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-check:before {
    content: "\f2f7"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shipping-timed:before {
    content: "\f48c"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttlecock:before {
    content: "\f45b"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-sliders-h-square:before {
    content: "\f3f0"
}

.fa-sliders-v:before {
    content: "\f3f1"
}

.fa-sliders-v-square:before {
    content: "\f3f2"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-spade:before {
    content: "\f2f4"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spinner-third:before {
    content: "\f3f4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-exclamation:before {
    content: "\f2f3"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-strava:before {
    content: "\f428"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablet-android:before {
    content: "\f3fb"
}

.fa-tablet-android-alt:before {
    content: "\f3fc"
}

.fa-tablet-rugged:before {
    content: "\f48f"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer:before {
    content: "\f0e4"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tennis-ball:before {
    content: "\f45e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-times-hexagon:before {
    content: "\f2ee"
}

.fa-times-octagon:before {
    content: "\f2f0"
}

.fa-times-square:before {
    content: "\f2d3"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-tree-alt:before {
    content: "\f400"
}

.fa-trello:before {
    content: "\f181"
}

.fa-triangle:before {
    content: "\f2ec"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-trophy-alt:before {
    content: "\f2eb"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-tv-retro:before {
    content: "\f401"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-usd-circle:before {
    content: "\f2e8"
}

.fa-usd-square:before {
    content: "\f2e9"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-fork:before {
    content: "\f2e3"
}

.fa-utensil-knife:before {
    content: "\f2e4"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-utensils-alt:before {
    content: "\f2e6"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f2e2"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-warehouse-alt:before {
    content: "\f495"
}

.fa-watch:before {
    content: "\f2e1"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whistle:before {
    content: "\f460"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window:before {
    content: "\f40e"
}

.fa-window-alt:before {
    content: "\f40f"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-brands-400.eot);
    src: url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-brands-400.woff2) format("woff2"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-brands-400.woff) format("woff"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-brands-400.ttf) format("truetype"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-light-300.eot);
    src: url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-light-300.woff2) format("woff2"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-light-300.woff) format("woff"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-light-300.ttf) format("truetype"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-regular-400.eot);
    src: url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-regular-400.woff2) format("woff2"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-regular-400.woff) format("woff"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-regular-400.ttf) format("truetype"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-solid-900.eot);
    src: url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-solid-900.woff2) format("woff2"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-solid-900.woff) format("woff"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-solid-900.ttf) format("truetype"), url(/static/common/fonts/fontawesome-pro-5.0.8/web-fonts-with-css/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local('Roboto');
    src: url(/static/common/fonts/Roboto/Light/Roboto-Light.woff) format('woff'), url(/static/common/fonts/Roboto/Light/Roboto-Light.woff2) format('woff2'), url(/static/common/fonts/Roboto/Light/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local('Roboto');
    src: url(/static/common/fonts/Roboto/Medium/Roboto-Medium.woff) format('woff'), url(/static/common/fonts/Roboto/Medium/Roboto-Medium.woff2) format('woff2'), url(/static/common/fonts/Roboto/Medium/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local('Roboto');
    src: url(/static/common/fonts/Roboto/Regular/Roboto-Regular.woff) format('woff'), url(/static/common/fonts/Roboto/Regular/Roboto-Regular.woff2) format('woff2'), url(/static/common/fonts/Roboto/Regular/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: local('Roboto');
    src: url(/static/common/fonts/Roboto/Bold/Roboto-Bold.woff) format('woff'), url(/static/common/fonts/Roboto/Bold/Roboto-Bold.woff2) format('woff2'), url(/static/common/fonts/Roboto/Bold/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

.BlackFont {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.BoldFont {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.SemiBoldFont {
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.MediumFont {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.LightFont {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

em {
    font-style: italic
}

strong {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.btn {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    padding: 10px 30px 9px 30px;
    background: #f1f4f6;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #222629;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #f1f4f6;
    text-decoration: none;
    cursor: pointer
}

.btn.active, .btn:active, .btn:focus, .btn:hover {
    outline: 0 !important;
    background: #fff;
    text-decoration: none
}

.btn--news {
    color: #fff;
    background: #1665c1;
    border-color: #1665c1
}

.btn--news.active, .btn--news:active, .btn--news:focus, .btn--news:hover {
    color: #1665c1;
    background-color: transparent
}

.btn--opinions {
    color: #fff;
    background: #a52938;
    border-color: #a52938
}

.btn--opinions.active, .btn--opinions:active, .btn--opinions:focus, .btn--opinions:hover {
    color: #a52938;
    background-color: transparent
}

.btn--full-width {
    display: block;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px
}

.btn--small {
    padding: 8px 23px 7px 23px
}

.btn__arrow {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.btn__arrow.btn__arrow--right {
    margin-left: 8px
}

.btn__arrow.btn__arrow--left {
    margin-right: 8px
}

.button-group {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.button-group__button {
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

.button-group__button--shrink {
    -ms-flex-negative: 5;
    flex-shrink: 5
}

.button-group__button--grow {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10
}

.header-mega-menu {
    background: #fff;
    display: none;
    overflow-x: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 105px;
    padding-bottom: 10px;
    z-index: 9;
    -webkit-box-shadow: 6px 8px 30px -8px rgba(34, 34, 34, .25);
    box-shadow: 6px 8px 30px -8px rgba(34, 34, 34, .25)
}

.header-mega-menu.scroll-active {
    bottom: 0;
    overflow-y: scroll
}

.header-mega-menu .lang {
    display: block
}

.header-mega-menu .mobile-soc-links-toggle {
    display: block
}

.header-mega-menu .currency-menu {
    position: relative;
    top: 3px;
    right: 0;
    z-index: 3
}

.header-mega-menu-column {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 20px
}

.header-mega-menu-column.header-mega-menu-column--news .header-mega-menu-column__top-link {
    color: #1665c1
}

.header-mega-menu-column.header-mega-menu-column--business .header-mega-menu-column__top-link {
    color: #43a047
}

.header-mega-menu-column.header-mega-menu-column--opinions .header-mega-menu-column__top-link {
    color: #a52938
}

.header-mega-menu-column.header-mega-menu-column--sports .header-mega-menu-column__top-link {
    color: #5e35b1
}

.header-mega-menu-column.header-mega-menu-column--lifestyle .header-mega-menu-column__top-link {
    color: #5e3f8b
}

.header-mega-menu-column.header-mega-menu-column--styler .header-mega-menu-column__top-link {
    color: #f8d028
}

.header-mega-menu-column__top-link {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
    display: block;
    color: #222629;
    text-transform: uppercase;
    text-decoration: none
}

.header-mega-menu-column__item {
    margin-bottom: 12px
}

.header-mega-menu-column__link {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #222629;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 13px;
    display: block
}

.header-mega-menu-column__link:hover {
    color: #666;
    text-decoration: none
}

.header-mega-menu__topline {
    background: #f1f4f6;
    position: relative;
    top: -40px;
    text-align: center
}

.header-mega-menu__topline .lang {
    margin-bottom: 13px;
    margin-top: 13px;
    float: right;
    margin-right: 0;
    display: none
}

.header-mega-menu__topline__currencies {
    margin-top: 16px;
    margin-bottom: 16px;
    white-space: nowrap
}

.header-mega-menu__topline__currencies__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-right: 13px;
    color: #222629;
    text-decoration: none
}

.header-mega-menu__topline__currencies__item i {
    margin-left: 3px
}

.header-mega-menu__topline__currencies__item .fa-arrow-up {
    color: #02ba00
}

.header-mega-menu__topline__currencies__item .fa-arrow-down {
    color: #e70914
}

.header-mega-menu__topline__currencies__item:active, .header-mega-menu__topline__currencies__item:focus, .header-mega-menu__topline__currencies__item:hover {
    color: #1665c1
}

.header-mega-menu__search-block {
    background: #f1f4f6;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    margin-bottom: 20px
}

@media only screen and (max-width: 992px) {
    .header-mega-menu__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 767px) {
    .header-mega-menu {
        padding-top: 51px
    }

    .header-mega-menu__topline {
        top: -19px
    }

    .header-mega-menu__topline .lang {
        display: block
    }

    .header-mega-menu__topline__currencies {
        float: left
    }

    .header-mega-menu__topline__currencies__item {
        font-size: 13px;
        margin-right: 8px
    }
}

.header-mega-menu-column__top__icon {
    display: none;
    top: 2px
}

.header-mega-menu-column__item--bold {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.header-mega-menu-column__item--bold .header-mega-menu-column__link {
    font-family: Roboto, sans-serif;
    font-weight: 500
}

@media only screen and (max-width: 550px) {
    .header-mega-menu-column {
        width: 100%
    }

    .header-mega-menu-column__top-link {
        margin-bottom: 0;
        position: relative;
        cursor: pointer
    }

    .header-mega-menu-column__top-link:not(.active) {
        color: #222629 !important
    }

    .header-mega-menu-column__top-link:before {
        content: '';
        position: absolute;
        height: 1px;
        background: #ddd;
        right: 0;
        left: 0;
        top: 11px;
        z-index: 0
    }

    .header-mega-menu-column__top-link.active {
        margin-bottom: 15px
    }

    .header-mega-menu-column__top-link.active .header-mega-menu-column__top__icon--normal-visible {
        display: none
    }

    .header-mega-menu-column__top-link.active .header-mega-menu-column__top__icon--normal-hidden {
        display: block
    }

    .header-mega-menu-column__top__inner {
        background: #fff;
        position: relative;
        z-index: 2;
        padding-right: 15px
    }

    .header-mega-menu-column__top__icon {
        background: #fff;
        position: relative;
        z-index: 2;
        float: right;
        padding-left: 15px
    }

    .header-mega-menu-column__top__icon--normal-visible {
        display: block
    }

    .header-mega-menu-column__item {
        display: none;
        padding-left: 20px
    }

    body.styler-page .header-mega-menu-column__top__inner {
        background: #141516
    }

    body.styler-page .header-mega-menu-column__top__icon {
        background: #141516
    }

    body.styler-page .header-mega-menu-column__top-link:not(.active) {
        color: #fff !important
    }

    body.styler-page .header-mega-menu-column__top-link:before {
        content: '';
        background: #4b4b4b
    }
}

.header-search {
    background: #fff;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 115px;
    padding-bottom: 50px;
    z-index: 9;
    -webkit-box-shadow: 6px 8px 30px -8px rgba(34, 34, 34, .25);
    box-shadow: 6px 8px 30px -8px rgba(34, 34, 34, .25)
}

.header__search-form {
    max-width: 650px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px
}

.header__search-form ::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1
}

.header__search-form :-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

.header__search-form ::-ms-input-placeholder {
    color: #ccc;
    opacity: 1
}

.header__search-form ::placeholder {
    color: #ccc;
    opacity: 1
}

.header__search-form :-ms-input-placeholder {
    color: #ccc
}

.header__search-form ::-ms-input-placeholder {
    color: #ccc
}

.header__search-form__textinput {
    background: #fff;
    border: 1px solid #ccc;
    border-right: none;
    height: 48px;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    padding: 3px 15px;
    font-size: 24px
}

.header__search-form__textinput:active, .header__search-form__textinput:focus {
    outline: 0
}

.header__search-form-toggle {
    font-size: 25px;
    line-height: 35px;
    width: 50px;
    height: 64px;
    display: block;
    cursor: pointer;
    color: #000;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    float: right;
    position: relative
}

.header__search-form-toggle:hover {
    background: #f1f4f6
}

.header__search-form-toggle .normal-hidden {
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    color: #222629
}

.header__search-form-toggle .normal-visible {
    opacity: 1;
    z-index: 2;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__search-form-toggle.active {
    background: #f1f4f6
}

.header__search-form-toggle.active .normal-hidden {
    opacity: 1;
    z-index: 2;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.header__search-form-toggle.active .normal-visible {
    opacity: 0;
    z-index: 1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__search-form__submit {
    bottom: 1px;
    background: #1665c1;
    border: 1px solid #1665c1;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 44px;
    height: 48px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3
}

.header__search-form__submit:active, .header__search-form__submit:focus, .header__search-form__submit:hover {
    background: 0 0;
    color: #1665c1
}

@media only screen and (max-width: 767px) {
    .header-search {
        padding-top: 80px;
        padding-bottom: 30px
    }

    .header__search-form-toggle {
        font-size: 23px;
        float: left;
        height: 50px;
        display: none
    }

    .header__search-form__textinput {
        min-width: 100px;
        font-size: 18px
    }
}

.mega-menu-column {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 20px
}

.mega-menu-column__item {
    margin-bottom: 15px;
    padding-left: 14px
}

.mega-menu-column__link {
    color: #222629
}

.mega-menu-column__link:hover {
    color: #535353
}

.mega-menu-column__top-link {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    display: block;
    color: #222629;
    text-transform: uppercase;
    border-left: 0;
    padding-left: 14px
}

.mega-menu-column__top-link:hover {
    color: #535353
}

.mega-menu-column__submenu {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 20px
}

.mega-menu-column__submenu__item {
    margin-bottom: 7px
}

.mega-menu-column__submenu__link {
    color: #fff
}

.mega-menu-column__submenu__link:hover {
    color: #999
}

@media only screen and (max-width: 1300px) {
    .mega-menu-column {
        padding-left: 10px
    }

    .mega-menu-column-exchange-rates .mega-menu-column__top {
        padding-top: 20px
    }
}

@media only screen and (max-width: 992px) {
    .mega-menu-column {
        font-size: 14px
    }

    .mega-menu-column-main {
        width: auto;
        float: none;
        padding-bottom: 0
    }

    .mega-menu-column-main .mega-menu-column__item {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 5px
    }

    .mega-menu-column-daily, .mega-menu-column-news, .mega-menu-column-styler {
        width: 33.33333%
    }

    .mega-menu-column-exchange-rates {
        display: none
    }
}

@media only screen and (max-width: 850px) {
    .mega-menu-column {
        padding-top: 20px;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1;
        letter-spacing: 1px
    }

    .mega-menu-column li {
        font-family: Roboto, sans-serif;
        font-weight: 700
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    header .mega-menu {
        padding-top: 20px
    }
}

@media only screen and (max-width: 768px) {
    header .mega-menu .mega-menu-column {
        width: 95%
    }

    header .mega-menu .mega-menu-column a {
        color: #999
    }
}

@media only screen and (max-width: 550px) {
    .mega-menu-column-daily, .mega-menu-column-news, .mega-menu-column-styler {
        display: none
    }
}

.article-horizontal {
    margin-bottom: 30px;
    display: table
}

.article-horizontal:hover .heading {
    color: #777
}

.article-horizontal:hover .article-horizontal__img {
    -webkit-transform: perspective(1px) scale(1.05);
    transform: perspective(1px) scale(1.05)
}

.article-horizontal__inner {
    color: #000;
    text-decoration: none;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden
}

.article-horizontal__img-wrapper {
    width: 100px;
    display: table-cell;
    max-width: 100px;
    overflow: hidden;
    position: relative;
    vertical-align: top
}

.article-horizontal__text-wrapper {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px
}

.article-horizontal__img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s;
    transition: all .6s
}

.article-horizontal__author {
    font-size: 11px;
    color: #222629;
    text-decoration: none
}

.article-horizontal__author:hover {
    text-decoration: underline
}

.article-horizontal__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #222629;
    text-decoration: none;
    display: block;
    overflow: hidden;
    margin-bottom: 12px
}

.article-horizontal__heading:hover {
    text-decoration: none
}

.article-horizontal__text {
    font-size: 16px;
    color: #222629;
    line-height: 1.3
}

.article-horizontal__meta {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #222629;
    position: relative;
    margin-bottom: 20px;
    display: block
}

.article-horizontal__meta a {
    color: #999
}

.article-horizontal__meta a:hover {
    color: #000
}

.article-horizontal__meta i {
    margin-right: 6px
}

.article-horizontal__meta__item {
    opacity: 1;
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.article-horizontal__meta__item.always-visible {
    opacity: 1
}

.article-horizontal__meta__item .fa {
    margin-right: 5px;
    font-size: 14px
}

@media only screen and (max-width: 500px) {
    .article-horizontal__img-wrapper {
        width: auto;
        display: block;
        max-width: 100%;
        margin-bottom: 10px
    }

    .article-horizontal__text-wrapper {
        display: block;
        padding: 0
    }
}

.article-horizontal2 {
    margin-bottom: 25px;
    display: table
}

.article-horizontal2:hover .heading {
    color: #777
}

.article-horizontal2:hover .article-horizontal2__img {
    -webkit-transform: perspective(1px) scale(1.05);
    transform: perspective(1px) scale(1.05)
}

.article-horizontal2.article-horizontal2--news .article-horizontal2__badge {
    color: #1665c1
}

.article-horizontal2.article-horizontal2--business .article-horizontal2__badge {
    color: #43a047
}

.article-horizontal2.article-horizontal2--opinions .article-horizontal2__badge {
    color: #a52938
}

.article-horizontal2.article-horizontal2--sports .article-horizontal2__badge {
    color: #5e35b1
}

.article-horizontal2.article-horizontal2--lifestyle .article-horizontal2__badge {
    color: #5e3f8b
}

.article-horizontal2__inner {
    color: #000;
    text-decoration: none;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden
}

.article-horizontal2__img-wrapper {
    width: 100px;
    display: table-cell;
    max-width: 100px;
    overflow: hidden;
    position: relative;
    vertical-align: top
}

.article-horizontal2__text-wrapper {
    display: table-cell;
    vertical-align: top;
    padding-left: 23px
}

.article-horizontal2__img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s;
    transition: all .6s
}

.article-horizontal2__author {
    font-size: 11px;
    color: #222629;
    text-decoration: none
}

.article-horizontal2__author:hover {
    text-decoration: underline
}

.article-horizontal2__heading {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #222629;
    text-decoration: none;
    display: block;
    overflow: hidden;
    margin-bottom: 8px
}

.article-horizontal2__heading:hover {
    text-decoration: none
}

.article-horizontal2__text {
    font-size: 16px;
    color: #222629;
    line-height: 1.3;
    margin-bottom: 10px
}

.article-horizontal2__meta {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #222629;
    position: relative;
    margin-bottom: 20px;
    display: block
}

.article-horizontal2__meta a {
    color: #999
}

.article-horizontal2__meta a:hover {
    color: #000
}

.article-horizontal2__meta i {
    margin-right: 6px
}

.article-horizontal2__badge {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
    display: block
}

.article-horizontal2__meta__item {
    opacity: 1;
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.article-horizontal2__meta__item.always-visible {
    opacity: 1
}

.article-horizontal2__meta__item .fa {
    margin-right: 5px;
    font-size: 14px
}

@media only screen and (max-width: 600px) {
    .article-horizontal2__text {
        display: none
    }
}

.article-interview {
    margin-bottom: 30px;
    display: table
}

.article-interview:hover .heading {
    color: #777
}

.article-interview:hover .article-interview__img {
    -webkit-transform: perspective(1px) scale(1.05);
    transform: perspective(1px) scale(1.05)
}

.article-interview.article-interview--sidebar .article-interview__heading {
    font-size: 16px;
    line-height: 1.35;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.article-interview.article-interview--sidebar .article-interview__author__name {
    font-size: 14px
}

.article-interview.article-interview--sidebar .article-interview__img-wrapper {
    width: 65px;
    max-width: 65px
}

.article-interview.article-interview--sidebar .article-interview__text-wrapper {
    padding-left: 15px
}

.article-interview.article-interview--sidebar .article-interview__img-radius-container {
    width: 65px;
    height: 65px
}

.article-interview.article-interview--news .article-interview__badge {
    color: #1665c1
}

.article-interview.article-interview--business .article-interview__badge {
    color: #43a047
}

.article-interview.article-interview--opinions .article-interview__badge {
    color: #a52938
}

.article-interview.article-interview--sports .article-interview__badge {
    color: #5e35b1
}

.article-interview.article-interview--lifestyle .article-interview__badge {
    color: #5e3f8b
}

.article-interview.article-interview--styler_news .article-interview__badge {
    color: #5e3f8b
}

.article-interview__inner {
    color: #000;
    text-decoration: none;
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden
}

.article-interview__img-wrapper {
    width: 100px;
    display: table-cell;
    max-width: 100px;
    overflow: hidden;
    position: relative;
    vertical-align: top
}

.article-interview__img-radius-container {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: block
}

.article-interview__text-wrapper {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px
}

.article-interview__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .6s;
    transition: all .6s
}

.article-interview__author {
    font-size: 11px;
    color: #222629;
    text-decoration: none
}

.article-interview__author:hover {
    text-decoration: underline
}

.article-interview__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    color: #222629;
    display: block;
    overflow: hidden;
    margin-bottom: 15px
}

.article-interview__heading:hover {
    text-decoration: none
}

.article-interview__text {
    font-size: 16px;
    color: #222629;
    line-height: 1.3;
    text-decoration: none
}

.article-interview__text * {
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
    margin: inherit;
    padding: inherit;
    line-height: inherit
}

.article-interview__author__name {
    margin-bottom: 4px;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #1665c1;
    text-decoration: none
}

.article-interview__meta {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #222629;
    position: relative;
    margin-bottom: 20px;
    display: block
}

.article-interview__meta a {
    color: #999
}

.article-interview__meta a:hover {
    color: #000
}

.article-interview__meta i {
    margin-right: 6px
}

.article-interview__badge {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 1px;
    display: block
}

.article-interview__meta__item {
    opacity: 1;
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.article-interview__meta__item.always-visible {
    opacity: 1
}

.article-interview__meta__item .fa {
    margin-right: 5px;
    font-size: 14px
}

@media only screen and (max-width: 767px) {
    .article-interview__heading {
        font-size: 18px;
        line-height: 1.3;
        font-family: Roboto, sans-serif;
        font-weight: 500;
        margin-bottom: 5px
    }

    .article-interview__author__name {
        font-size: 13px;
        margin-bottom: 4px
    }

    .article-interview__text {
        font-size: 15px
    }
}

@media only screen and (max-width: 500px) {
    .article-interview__heading {
        font-family: Roboto, sans-serif;
        font-weight: 300
    }

    .article-interview__text {
        display: none
    }
}

.article-video-wrapper--two-columns {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden
}

.article-video-wrapper--two-columns .article-video {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    float: left
}

.article-video {
    margin-bottom: 30px
}

.article-video:hover .article-video__img {
    -webkit-transform: perspective(1px) scale(1.05);
    transform: perspective(1px) scale(1.05)
}

.article-video:hover .article-video__img-wrapper:before {
    content: '';
    background: rgba(0, 0, 0, .19)
}

.article-video.article-video--on-dark-bg .article-video__heading {
    color: #fff
}

.article-video.article-video--on-dark-bg .article-video__inner {
    height: 100%;
    background: #1d2022
}

.article-video.article-video--on-dark-bg .article-video__heading-wrapper {
    position: relative;
    padding: 15px 20px
}

.article-video.article-video--on-dark-bg .article-video__heading {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 18px
}

.article-video__inner {
    display: block;
    position: relative;
    text-decoration: none
}

.article-video__img-wrapper {
    position: relative;
    overflow: hidden
}

.article-video__img-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .41);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 2
}

.article-video__img {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    width: 100%;
    height: auto
}

.article-video__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #222629;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .01em;
    margin-bottom: 0;
    display: block;
    position: relative
}

.article-video-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #1665c1;
    vertical-align: middle;
    line-height: 17px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 3;
    text-align: center
}

.article-video-icon i {
    font-size: 13px;
    vertical-align: middle;
    position: relative;
    top: 7px;
    left: 1px
}

@media only screen and (min-width: 768px) and (max-width: 849px) {
    .article-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .article-video__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        text-decoration: none;
        -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .2);
        box-shadow: 2px 3px 10px rgba(0, 0, 0, .2)
    }

    .article-video__heading-wrapper {
        padding: 15px
    }

    .article-video__heading {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        text-decoration: none;
        font-size: 18px;
        color: #222629;
        line-height: 1.25;
        letter-spacing: .01em;
        -webkit-transition: all .2s;
        transition: all .2s;
        display: block;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0
    }
}

@media only screen and (max-width: 768px) {
    .article-video {
        margin-bottom: 20px
    }

    .article-video__img-wrapper {
        margin-bottom: 0
    }

    .article-video__heading-wrapper {
        position: absolute;
        padding: 12px 15px;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 3
    }

    .article-video__heading {
        color: #fff;
        font-size: 16px
    }
}

.article-photo-video {
    padding-bottom: 50px
}

.article-photo-video:hover .article-photo-video__inner {
    background-size: 105%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.article-photo-video:hover .article-photo-video__img {
    -webkit-transform: perspective(1px) scale(1.05);
    transform: perspective(1px) scale(1.05)
}

.article-photo-video:hover .article-photo-video__img-bg {
    -webkit-transform: perspective(1px) scale(1.02);
    transform: perspective(1px) scale(1.02)
}

.article-photo-video.article-photo-video--news .article-photo-video__badge, .article-photo-video.article-photo-video--news_link .article-photo-video__badge {
    background: #1665c1
}

.article-photo-video.article-photo-video--news .article-photo-video__mobile-meta__badge, .article-photo-video.article-photo-video--news_link .article-photo-video__mobile-meta__badge {
    color: #1665c1
}

.article-photo-video.article-photo-video--styler_interview .article-photo-video__badge, .article-photo-video.article-photo-video--styler_news .article-photo-video__badge {
    background: #f8d028
}

.article-photo-video.article-photo-video--styler_interview .article-photo-video__mobile-meta__badge, .article-photo-video.article-photo-video--styler_news .article-photo-video__mobile-meta__badge {
    color: #f8d028
}

.article-photo-video.badge-news .article-photo-video__badge {
    background: #1665c1
}

.article-photo-video.badge-news .article-photo-video__icon {
    background: #1665c1
}

.article-photo-video.badge-news .article-photo-video__mobile-meta__badge {
    color: #1665c1
}

.article-photo-video.badge-opinions .article-photo-video__badge {
    background: #a52938
}

.article-photo-video.badge-opinions .article-photo-video__icon {
    background: #a52938
}

.article-photo-video.badge-opinions .article-photo-video__mobile-meta__badge {
    color: #a52938
}

.article-photo-video.badge-sports .article-photo-video__badge {
    background: #5e35b1
}

.article-photo-video.badge-sports .article-photo-video__icon {
    background: #5e35b1
}

.article-photo-video.badge-sports .article-photo-video__mobile-meta__badge {
    color: #5e35b1
}

.article-photo-video.badge-lifestyle .article-photo-video__badge {
    background: #5e3f8b
}

.article-photo-video.badge-lifestyle .article-photo-video__icon {
    background: #5e3f8b
}

.article-photo-video.badge-lifestyle .article-photo-video__mobile-meta__badge {
    color: #5e3f8b
}

.article-photo-video.badge-styler .article-photo-video__badge {
    background: #f8d028;
    color: #000
}

.article-photo-video.badge-styler .article-photo-video__icon {
    background: #f8d028;
    color: #000
}

.article-photo-video.badge-styler .article-photo-video__mobile-meta__badge {
    color: #f8d028
}

.article-photo-video.badge-white .article-photo-video__badge {
    background: #eee;
    color: #000
}

.article-photo-video.badge-white .article-photo-video__icon {
    background: #eee;
    color: #333
}

.article-photo-video__inner {
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden
}

.article-photo-video__inner:before {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .45)
}

.article-photo-video__img-wrapper {
    position: relative;
    overflow: hidden;
    display: block
}

.article-photo-video__img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    width: 100%;
    height: auto
}

.article-photo-video__img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: none
}

.article-photo-video__text-wrapper {
    padding: 15px 20px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.article-photo-video__heading {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    line-height: 1.15;
    letter-spacing: .01em;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0
}

.article-photo-video__badge {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px;
    background: rgba(0, 0, 0, .51);
    color: #fff;
    padding: 5px 10px 4px 10px;
    position: absolute;
    top: 15px;
    left: 0;
    text-transform: uppercase;
    z-index: 2
}

.article-photo-video__meta__item {
    opacity: 1;
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.article-photo-video__meta__item.always-visible {
    opacity: 1
}

.article-photo-video__meta__item .fa, .article-photo-video__meta__item .far {
    margin-right: 5px;
    font-size: 14px
}

.article-photo-video__icon {
    display: inline-block;
    font-size: 12px;
    padding: 2px 7px 0 8px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    line-height: 16px;
    top: 15px;
    left: 0;
    z-index: 3;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    vertical-align: middle
}

.article-photo-video__icon i {
    font-size: 14px;
    line-height: 15px;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
    top: -2px
}

.article-photo-video__icon .fa-camera {
    position: relative
}

.article-photo-video__icon.article-photo-video__icon--shift {
    top: 35px
}

.article-photo-video__mark {
    height: 8px;
    width: 8px;
    vertical-align: middle;
    position: relative;
    display: none;
    margin-left: 7px
}

.article-photo-video__date {
    font-size: 14px;
    margin-bottom: 6px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: block
}

.article-photo-video__breadcrumbs {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-top: 10px;
    padding: 0;
    font-size: 11px;
    margin-bottom: 0;
    color: #999;
    display: block
}

.article-photo-video__breadcrumbs a {
    color: #b3b3b3;
    letter-spacing: .01em;
    text-decoration: none
}

.article-photo-video__breadcrumbs a:hover {
    text-decoration: underline
}

.article-photo-video__breadcrumbs-item {
    display: inline-block
}

.article-photo-video__breadcrumbs-item:after {
    content: '>';
    padding: 0 1px
}

.article-photo-video__breadcrumbs-item:last-child:after {
    display: none
}

.article-photo-video__breadcrumbs-link {
    color: #222629;
    text-decoration: none
}

.article-photo-video__breadcrumbs-link:hover {
    text-decoration: underline
}

.article-photo-video__excerpt {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222629;
    text-decoration: none;
    margin-top: 10px;
    display: none
}

.article-photo-video__author-name {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1665c1;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    margin-bottom: 3px;
    padding-right: 10px
}

.article-photo-video__author-post {
    display: block;
    margin-bottom: 15px;
    font-size: 14px
}

.article-photo-video__author__icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
    margin-top: 15px;
    vertical-align: middle
}

.article-photo-video__inline-badge {
    display: inline-block;
    padding: 3px 6px 2px 6px;
    text-transform: uppercase;
    background: red;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    margin-left: 5px;
    letter-spacing: .05em
}

.article-photo-video__mobile-meta {
    display: none;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 8px
}

.article-photo-video__mobile-meta__badge {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-right: 8px
}

.article-photo-video__mobile-meta__icons {
    color: #888
}

@media only screen and (min-width: 767px) {
    .article-photo-video.top-news .article-photo-video__excerpt {
        display: block
    }

    .article-photo-video.top-news .article-photo-video__text-wrapper {
        padding: 30px 20px
    }

    .article-photo-video.top-news .article-photo-video__heading {
        font-size: 20px;
        margin-bottom: 0
    }

    .article-photo-video__heading--extra-big {
        font-size: 36px !important
    }

    .article-photo-video__heading--big {
        font-family: Roboto, sans-serif;
        font-weight: 700;
        font-size: 30px
    }
}

@media only screen and (min-width: 1151px) and (max-width: 1300px),(max-width: 900px) {
    .three-column-layout__column--1 .article-photo-video {
        width: 100%
    }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
    .article-photo-video__heading {
        font-size: 25px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .article-photo-video.top-news .article-photo-video__heading {
        font-size: 23px !important
    }

    .collapse-md .article-photo-video__img {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .article-photo-video {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 15px
    }

    .article-photo-video__text-wrapper {
        padding-top: 10px
    }

    .article-photo-video__mobile-meta {
        display: block
    }

    .collapse-xs .article-photo-video__img-wrapper {
        display: none
    }

    .collapse-xs .article-photo-video__heading {
        font-size: 18px;
        font-family: Roboto, sans-serif;
        font-weight: 500
    }

    .top-news .article-photo-video__mobile-meta__badge {
        display: none
    }

    .shift-slider .article-photo-video__text-wrapper {
        padding: 13px
    }

    .shift-slider .article-photo-video__heading {
        font-size: 15px
    }
}

@media only screen and (max-width: 550px) {
    .article-photo-video:hover .article-photo-video__img, .article-photo-video:hover .article-photo-video__img-wrapper {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .article-photo-video.collapse-xxs .article-photo-video__img {
        display: none
    }

    .article-photo-video__img, .article-photo-video__img-wrapper {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        padding-top: 0 !important
    }

    .article-photo-video__inner {
        background: 0 0 !important;
        border: none
    }
}

.article-mobile-video {
    position: relative;
    margin-bottom: 15px
}

.article-mobile-video__inner {
    display: block;
    border: 1px solid #ccc;
    padding: 15px 15px 105px 15px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    background: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.article-mobile-video__inner:hover {
    background: #efefef
}

.article-mobile-video__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 25px;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: .01em;
    color: #000;
    text-decoration: none
}

.article-mobile-video__icon {
    border: 2px solid #009444;
    width: 120px;
    height: 120px;
    line-height: 115px;
    text-align: center;
    border-radius: 50%;
    color: #009444;
    display: block;
    margin: 30px auto;
    font-size: 70px
}

.article-mobile-video__icon i {
    position: relative;
    left: 4%;
    top: 5%
}

@media only screen and (max-width: 767px) {
    .article-mobile-video__heading {
        font-size: 16px
    }
}

@media only screen and (max-width: 650px) {
    .article-mobile-video {
        width: auto;
        float: none;
        border-bottom: 1px solid #ccc;
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: 0;
        padding: 0
    }

    .article-mobile-video__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 15px
    }

    .article-mobile-video__heading {
        position: static
    }

    .article-mobile-video__icon {
        border: 3px solid #1665c1;
        width: 50px;
        height: 50px;
        min-width: 50px;
        line-height: 42px;
        margin: 0 15px 0 0;
        font-size: 25px
    }
}

.article-flexible {
    padding-bottom: 30px
}

.article-flexible:hover .article-flexible__inner {
    background-size: 105%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.article-flexible:hover .article-flexible__img-bg {
    -webkit-transform: perspective(1px) scale(1.02);
    transform: perspective(1px) scale(1.02)
}

.article-flexible.article-flexible--news .article-flexible__badge, .article-flexible.article-flexible--news_link .article-flexible__badge {
    background: #1665c1
}

.article-flexible.article-flexible--news .article-flexible__mobile-meta__badge, .article-flexible.article-flexible--news_link .article-flexible__mobile-meta__badge {
    color: #1665c1
}

.article-flexible.article-flexible--styler_interview .article-flexible__badge, .article-flexible.article-flexible--styler_news .article-flexible__badge {
    background: #f8d028
}

.article-flexible.article-flexible--styler_interview .article-flexible__mobile-meta__badge, .article-flexible.article-flexible--styler_news .article-flexible__mobile-meta__badge {
    color: #f8d028
}

.article-flexible.badge-news .article-flexible__badge {
    background: #1665c1
}

.article-flexible.badge-news .article-flexible__icon {
    background: #1665c1
}

.article-flexible.badge-news .article-flexible__mobile-meta__badge {
    color: #1665c1
}

.article-flexible.badge-opinions .article-flexible__badge {
    background: #a52938
}

.article-flexible.badge-opinions .article-flexible__icon {
    background: #a52938
}

.article-flexible.badge-opinions .article-flexible__mobile-meta__badge {
    color: #a52938
}

.article-flexible.badge-sports .article-flexible__badge {
    background: #5e35b1
}

.article-flexible.badge-sports .article-flexible__icon {
    background: #5e35b1
}

.article-flexible.badge-sports .article-flexible__mobile-meta__badge {
    color: #5e35b1
}

.article-flexible.badge-lifestyle .article-flexible__badge {
    background: #5e3f8b
}

.article-flexible.badge-lifestyle .article-flexible__icon {
    background: #5e3f8b
}

.article-flexible.badge-lifestyle .article-flexible__mobile-meta__badge {
    color: #5e3f8b
}

.article-flexible.badge-styler .article-flexible__badge {
    background: #f8d028;
    color: #000
}

.article-flexible.badge-styler .article-flexible__icon {
    background: #f8d028;
    color: #000
}

.article-flexible.badge-styler .article-flexible__mobile-meta__badge {
    color: #f8d028
}

.article-flexible.badge-white .article-flexible__badge {
    background: #eee;
    color: #000
}

.article-flexible.badge-white .article-flexible__icon {
    background: #eee;
    color: #333
}

.article-flexible.article-flexible--common .article-flexible__img-wrapper:after {
    background: #ccc;
    height: 10px
}

.article-flexible.article-flexible--common .article-flexible__badge {
    background: #ccc
}

.article-flexible.article-flexible--on-dark-bg .article-flexible__heading {
    color: #fff
}

.article-flexible.article-flexible--on-dark-bg .article-flexible__excerpt {
    color: #fff
}

.article-flexible.mb-0 {
    padding-bottom: 0;
    margin-bottom: 0
}

.article-flexible__inner {
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden
}

.article-flexible__img-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 45%;
    border-top: 2px solid #1665c1
}

.article-flexible__img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.article-flexible__text-wrapper {
    padding: 50px 25px 20px 25px;
    color: #fff;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%)
}

.article-flexible__heading {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    line-height: 1.25;
    letter-spacing: .01em;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0
}

.article-flexible__badge {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px;
    background: rgba(0, 0, 0, .51);
    color: #fff;
    padding: 5px 10px 4px 10px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 2
}

.article-flexible__meta__item {
    opacity: 1;
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.article-flexible__meta__item.always-visible {
    opacity: 1
}

.article-flexible__meta__item .fa, .article-flexible__meta__item .far {
    margin-right: 5px;
    font-size: 14px
}

.article-flexible__icon {
    display: inline-block;
    font-size: 0;
    padding: 6px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.article-flexible__icon i {
    font-size: 18px;
    line-height: 15px;
    vertical-align: middle;
    position: relative
}

.article-flexible__icon .fa-camera {
    position: relative
}

.article-flexible__date {
    font-size: 14px;
    margin-bottom: 6px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: block
}

.article-flexible__breadcrumbs {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-top: 10px;
    padding: 0;
    font-size: 11px;
    margin-bottom: 0;
    color: #999;
    display: block
}

.article-flexible__breadcrumbs a {
    color: #b3b3b3;
    letter-spacing: .01em;
    text-decoration: none
}

.article-flexible__breadcrumbs a:hover {
    text-decoration: underline
}

.article-flexible__breadcrumbs-item {
    display: inline-block
}

.article-flexible__breadcrumbs-item:after {
    content: '>';
    padding: 0 1px
}

.article-flexible__breadcrumbs-item:last-child:after {
    display: none
}

.article-flexible__breadcrumbs-link {
    color: #222629;
    text-decoration: none
}

.article-flexible__breadcrumbs-link:hover {
    text-decoration: underline
}

.article-flexible__excerpt {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222629;
    text-decoration: none;
    margin-top: 10px;
    display: none
}

.article-flexible__author-name {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1665c1;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    margin-bottom: 3px;
    padding-right: 10px
}

.article-flexible__author-post {
    display: block;
    margin-bottom: 15px;
    font-size: 14px
}

.article-flexible__author__icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
    margin-top: 15px;
    vertical-align: middle
}

.article-flexible__inline-badge {
    display: inline-block;
    padding: 3px 6px 2px 6px;
    text-transform: uppercase;
    background: red;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    margin-left: 5px;
    letter-spacing: .05em
}

.article-flexible__mobile-meta {
    display: none;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 8px
}

.article-flexible__mobile-meta__badge {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-right: 8px
}

.article-flexible__mobile-meta__icons {
    color: #888
}

@media only screen and (min-width: 767px) {
    .article-flexible.top-news .article-flexible__text-wrapper {
        padding: 50px 30px 30px 30px
    }

    .article-flexible.top-news .article-flexible__heading {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .collapse-md .article-flexible__img {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .article-flexible {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 15px
    }

    .article-flexible__img-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }

    .collapse-xs .article-flexible__img-wrapper {
        display: none
    }

    .collapse-xs .article-flexible__heading {
        font-size: 18px;
        font-family: Roboto, sans-serif;
        font-weight: 500
    }
}

@media only screen and (max-width: 550px) {
    .article-flexible:hover .article-flexible__img, .article-flexible:hover .article-flexible__img-wrapper {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .article-flexible.collapse-xxs .article-flexible__img {
        display: none
    }

    .article-flexible__img, .article-flexible__img-wrapper {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        padding-top: 60% !important
    }
}

.article-flexible2 {
    padding-bottom: 30px
}

.article-flexible2:hover .article-flexible2__inner {
    background-size: 105%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.article-flexible2:hover .article-flexible2__img-bg {
    -webkit-transform: perspective(1px) scale(1.04);
    transform: perspective(1px) scale(1.04)
}

.article-flexible2.article-flexible2--news .article-flexible2__badge, .article-flexible2.article-flexible2--news_link .article-flexible2__badge {
    background: #1665c1
}

.article-flexible2.article-flexible2--news .article-flexible2__mobile-meta__badge, .article-flexible2.article-flexible2--news_link .article-flexible2__mobile-meta__badge {
    color: #1665c1
}

.article-flexible2.article-flexible2--styler_interview .article-flexible2__badge, .article-flexible2.article-flexible2--styler_news .article-flexible2__badge {
    background: #f8d028
}

.article-flexible2.article-flexible2--styler_interview .article-flexible2__mobile-meta__badge, .article-flexible2.article-flexible2--styler_news .article-flexible2__mobile-meta__badge {
    color: #f8d028
}

.article-flexible2.badge-news .article-flexible2__badge {
    background: #1665c1
}

.article-flexible2.badge-news .article-flexible2__icon {
    background: #1665c1
}

.article-flexible2.badge-news .article-flexible2__mobile-meta__badge {
    color: #1665c1
}

.article-flexible2.badge-opinions .article-flexible2__badge {
    background: #a52938
}

.article-flexible2.badge-opinions .article-flexible2__icon {
    background: #a52938
}

.article-flexible2.badge-opinions .article-flexible2__mobile-meta__badge {
    color: #a52938
}

.article-flexible2.badge-sports .article-flexible2__badge {
    background: #5e35b1
}

.article-flexible2.badge-sports .article-flexible2__icon {
    background: #5e35b1
}

.article-flexible2.badge-sports .article-flexible2__mobile-meta__badge {
    color: #5e35b1
}

.article-flexible2.badge-lifestyle .article-flexible2__badge {
    background: #5e3f8b
}

.article-flexible2.badge-lifestyle .article-flexible2__icon {
    background: #5e3f8b
}

.article-flexible2.badge-lifestyle .article-flexible2__mobile-meta__badge {
    color: #5e3f8b
}

.article-flexible2.badge-styler .article-flexible2__badge {
    background: #f8d028;
    color: #000
}

.article-flexible2.badge-styler .article-flexible2__icon {
    background: #f8d028;
    color: #000
}

.article-flexible2.badge-styler .article-flexible2__mobile-meta__badge {
    color: #f8d028
}

.article-flexible2.badge-white .article-flexible2__badge {
    background: #eee;
    color: #000
}

.article-flexible2.badge-white .article-flexible2__icon {
    background: #eee;
    color: #333
}

.article-flexible2.article-flexible2--common .article-flexible2__img-wrapper:after {
    background: #ccc;
    height: 10px
}

.article-flexible2.article-flexible2--common .article-flexible2__badge {
    background: #ccc
}

.article-flexible2.article-flexible2--on-dark-bg .article-flexible2__heading {
    color: #fff
}

.article-flexible2.article-flexible2--on-dark-bg .article-flexible2__excerpt {
    color: #fff
}

.article-flexible2.mb-0 {
    padding-bottom: 0;
    margin-bottom: 0
}

.article-flexible2__inner {
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden
}

.article-flexible2__img-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 80%
}

.article-flexible2__img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.article-flexible2__text-wrapper {
    padding: 20px 0 0 0
}

.article-flexible2__heading {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 21px;
    color: #222629;
    line-height: 1.25;
    letter-spacing: .01em;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0
}

.article-flexible2__badge {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px;
    background: rgba(0, 0, 0, .51);
    color: #fff;
    padding: 5px 10px 4px 10px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 2
}

.article-flexible2__meta__item {
    opacity: 1;
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.article-flexible2__meta__item.always-visible {
    opacity: 1
}

.article-flexible2__meta__item .fa, .article-flexible2__meta__item .far {
    margin-right: 5px;
    font-size: 14px
}

.article-flexible2__icon {
    display: inline-block;
    font-size: 0;
    padding: 6px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3
}

.article-flexible2__icon i {
    font-size: 18px;
    line-height: 15px;
    vertical-align: middle;
    position: relative
}

.article-flexible2__icon .fa-camera {
    position: relative
}

.article-flexible2__date {
    font-size: 14px;
    margin-bottom: 6px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: block
}

.article-flexible2__breadcrumbs {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-top: 10px;
    padding: 0;
    font-size: 11px;
    margin-bottom: 0;
    color: #999;
    display: block
}

.article-flexible2__breadcrumbs a {
    color: #b3b3b3;
    letter-spacing: .01em;
    text-decoration: none
}

.article-flexible2__breadcrumbs a:hover {
    text-decoration: underline
}

.article-flexible2__breadcrumbs-item {
    display: inline-block
}

.article-flexible2__breadcrumbs-item:after {
    content: '>';
    padding: 0 1px
}

.article-flexible2__breadcrumbs-item:last-child:after {
    display: none
}

.article-flexible2__breadcrumbs-link {
    color: #222629;
    text-decoration: none
}

.article-flexible2__breadcrumbs-link:hover {
    text-decoration: underline
}

.article-flexible2__excerpt {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222629;
    text-decoration: none;
    margin-top: 10px;
    display: none
}

.article-flexible2__author-name {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1665c1;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    margin-bottom: 3px;
    padding-right: 10px
}

.article-flexible2__author-post {
    display: block;
    margin-bottom: 15px;
    font-size: 14px
}

.article-flexible2__author__icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
    margin-top: 15px;
    vertical-align: middle
}

.article-flexible2__inline-badge {
    display: inline-block;
    padding: 3px 6px 2px 6px;
    text-transform: uppercase;
    background: red;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    margin-left: 5px;
    letter-spacing: .05em
}

.article-flexible2__mobile-meta {
    display: none;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 8px
}

.article-flexible2__mobile-meta__badge {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-right: 8px
}

.article-flexible2__mobile-meta__icons {
    color: #888
}

@media only screen and (min-width: 767px) {
    .article-flexible2.top-news .article-flexible2__text-wrapper {
        padding: 50px 30px 30px 30px
    }

    .article-flexible2.top-news .article-flexible2__heading {
        font-size: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .collapse-md .article-flexible2__img {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .article-flexible2 {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 15px
    }

    .article-flexible2__img-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }

    .collapse-xs .article-flexible2__img-wrapper {
        display: none
    }

    .collapse-xs .article-flexible2__heading {
        font-size: 18px;
        font-family: Roboto, sans-serif;
        font-weight: 500
    }
}

@media only screen and (max-width: 550px) {
    .article-flexible2:hover .article-flexible2__img, .article-flexible2:hover .article-flexible2__img-wrapper {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .article-flexible2.collapse-xxs .article-flexible2__img {
        display: none
    }

    .article-flexible2__img, .article-flexible2__img-wrapper {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        padding-top: 60% !important
    }
}

.article-mobile {
    padding-bottom: 10px
}

.article-mobile:hover .article-mobile__inner {
    background-size: 105%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.article-mobile:hover .article-mobile__img {
    -webkit-transform: perspective(1px) scale(1.05);
    transform: perspective(1px) scale(1.05)
}

.article-mobile.article-mobile--on-dark-bg .article-mobile__heading {
    color: #fff
}

.article-mobile.article-mobile--on-dark-bg .article-mobile__excerpt {
    color: #fff
}

.article-mobile.mb-0 {
    padding-bottom: 0;
    margin-bottom: 0
}

.article-mobile__inner {
    text-decoration: none;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .2)
}

.article-mobile__img-wrapper {
    position: relative;
    overflow: hidden;
    display: block
}

.article-mobile__img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: auto
}

.article-mobile__text-wrapper {
    padding: 15px;
    color: #222629
}

.article-mobile__heading {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    text-decoration: none;
    font-size: 18px;
    color: #222629;
    line-height: 1.25;
    letter-spacing: .01em;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0
}

.article-mobile__excerpt {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222629;
    text-decoration: none;
    margin-top: 10px;
    display: none
}

.article-mobile__author-name {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #222629;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    margin-bottom: 7px;
    padding-right: 10px
}

.article-mobile__author-post {
    display: block;
    margin-bottom: 15px;
    font-size: 14px
}

.article-mobile__author__icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -9px;
    margin-top: 15px;
    vertical-align: middle
}

.article-mobile__inline-badge {
    display: inline-block;
    padding: 3px 6px 2px 6px;
    text-transform: uppercase;
    background: red;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    margin-left: 5px;
    letter-spacing: .05em
}

.article-mobile__mobile-meta {
    display: none;
    font-size: 11px;
    text-transform: uppercase;
    margin-top: 8px
}

.article-mobile__mobile-meta__badge {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-right: 8px
}

.article-mobile__mobile-meta__icons {
    color: #888
}

.article-rubric-wrapper {
    margin-right: -25px
}

.article-rubric {
    margin-bottom: 35px;
    width: 50%;
    padding-right: 25px;
    padding-left: 25px
}

.article-rubric:hover .article-rubric__img {
    -webkit-transform: perspective(1px) scale(1.05);
    transform: perspective(1px) scale(1.05)
}

.article-rubric.article-rubric--badge-news .article-rubric__badge {
    background: #1665c1
}

.article-rubric__inner {
    display: block;
    position: relative;
    text-decoration: none
}

.article-rubric__img-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 68%
}

.article-rubric__img {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.article-rubric__heading-wrapper {
    padding-top: 15px;
    z-index: 3
}

.article-rubric__heading {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #222629;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .01em;
    margin-bottom: 0;
    display: block
}

.article-rubric__badge {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px;
    background: rgba(0, 0, 0, .51);
    color: #fff;
    padding: 5px 10px 4px 10px;
    position: absolute;
    top: 10px;
    left: 0;
    text-transform: uppercase;
    z-index: 3
}

.article-rubric__date {
    font-size: 14px;
    margin-bottom: 8px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #a8a8a8
}

@media only screen and (max-width: 1050px) {
    .article-rubric-wrapper {
        margin-right: -50px
    }

    .article-rubric {
        width: 100%;
        margin-bottom: 25px
    }

    .article-rubric__img-wrapper {
        padding-top: 62%
    }
}

@media only screen and (max-width: 850px) {
    .article-rubric-wrapper {
        margin-right: 0
    }
}

.article-opinion {
    padding-bottom: 14px;
    position: relative
}

.article-opinion:hover .article-opinion__inner {
    background: #efefef
}

.article-opinion:hover .article-opinion__author__photo {
    -webkit-filter: none;
    filter: none
}

.article-opinion__inner {
    display: block;
    border: 1px solid #ccc;
    padding: 15px 15px 105px 15px;
    text-decoration: none;
    color: #222629;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 100%;
    background: #fff
}

.article-opinion__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: .01em;
    padding-bottom: 10px;
    border-bottom: 1px solid #222629;
    margin-bottom: 10px;
    color: #222629;
    text-decoration: none
}

.article-opinion__heading:active, .article-opinion__heading:focus, .article-opinion__heading:hover {
    color: #777
}

.article-opinion__subheading {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
    display: block
}

.article-opinion__author {
    position: absolute;
    bottom: 70px;
    left: 25px;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-opinion__author__photo {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    margin-right: 15px
}

.article-opinion__author__info {
    font-size: 12px;
    line-height: 1.2
}

.article-opinion__meta {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #999;
    font-size: 10px;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 25px;
    right: 20px
}

.article-opinion__meta a {
    color: #999
}

.article-opinion__meta a:hover {
    color: #000
}

.article-opinion__meta__divider {
    position: relative;
    top: -1px
}

.article-opinion__meta__category {
    text-transform: uppercase;
    font-size: 10px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .article-opinion__heading {
        font-size: 21px
    }
}

@media only screen and (max-width: 650px) {
    .article-opinion {
        width: auto;
        float: none;
        margin-left: -10px;
        margin-right: -10px;
        padding: 0
    }

    .article-opinion__inner {
        border-right: none;
        border-left: none;
        border-top: none;
        padding-bottom: 95px
    }

    .article-opinion__subheading {
        font-size: 14px
    }

    .article-opinion__author {
        bottom: 48px;
        right: 15px;
        left: 15px
    }

    .article-opinion__meta {
        bottom: 5px;
        left: 15px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .article-opinion:hover .article-opinion__inner {
        background: 0 0
    }

    .article-opinion__inner {
        padding: 30px 0 0 0;
        border: none;
        border-bottom: 1px solid #ccc
    }

    .article-opinion__heading {
        font-size: 20px;
        border-bottom: none
    }

    .article-opinion__subheading {
        display: none
    }

    .article-opinion__author {
        display: none
    }

    .article-opinion__meta {
        left: 8px;
        top: 10px;
        bottom: initial
    }
}

@media only screen and (max-width: 650px) {
    .article-opinion:hover .article-opinion__inner {
        background: 0 0
    }

    .article-opinion__inner {
        padding: 15px;
        border: none;
        border-bottom: 1px solid #ccc
    }

    .article-opinion__heading {
        font-size: 18px;
        padding: 0;
        border-bottom: none;
        margin: 0
    }

    .article-opinion__meta {
        display: none
    }

    .article-opinion__subheading {
        display: none
    }

    .article-opinion__author {
        display: none
    }
}

@media only screen and (max-width: 450px) {
    .article-opinion__heading {
        font-size: 16px;
        border-right: none;
        border-left: none;
        border-top: none
    }
}

.news-feed-heading {
    color: #222629;
    position: relative;
    background: #fff;
    border-bottom: 2px solid #efefef;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 0 0 6px 0
}

.news-feed-heading a {
    color: #222629;
    text-decoration: none
}

.news-feed-heading a:hover {
    color: #777
}

.news-feed-heading.news-feed-heading--big {
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: 0
}

.news-feed {
    margin-bottom: 14px
}

.news-feed .news-feed--big .news-feed-item {
    font-size: 18px
}

.news-feed .news-feed-content {
    overflow: visible
}

.news-feed .tabs {
    display: table;
    width: 100%
}

.news-feed .tab-item {
    width: 50%;
    padding: 8px 6px 6px 6px;
    display: table-cell;
    vertical-align: middle
}

.news-feed .tab-item.active {
    background: #1357a6
}

.news-feed .tab-item:not(.active) {
    cursor: pointer
}

.news-feed .tab-item:hover {
    background: #1357a6
}

.news-feed.news-feed--big .news-feed-item {
    font-size: 18px
}

.news-feed.news-feed--big .time {
    font-size: 14px;
    margin-top: 2px
}

.news-feed .news-feed-item {
    display: block;
    color: #222629;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-size: 16px;
    margin-right: 15px
}

.news-feed .news-feed-item:last-child {
    border-bottom: none
}

.news-feed .news-feed-item:hover {
    text-decoration: none;
    background: #f9f9f9
}

.news-feed .news-feed-item .img-section {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    position: relative;
    width: 100px
}

.news-feed .news-feed-item .img-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: middle
}

.news-feed .news-feed-item .img-wrapper.icon-photo:after, .news-feed .news-feed-item .img-wrapper.icon-video:after {
    content: '';
    width: 25px;
    height: 25px;
    bottom: 0;
    top: auto
}

.news-feed .news-feed-item .news-feed-item__img {
    width: auto;
    height: 100%;
    position: relative;
    left: -23px
}

.news-feed .news-feed-item .time {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.2;
    vertical-align: middle;
    display: block;
    left: 0;
    top: 12px;
    position: absolute
}

.news-feed .news-feed-item .content-section {
    padding: 10px 10px 10px 50px;
    display: block;
    vertical-align: middle
}

.news-feed .news-feed-item .news-feed-item-bold-heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #222629;
    text-decoration: none;
    line-height: 1.3;
    display: block
}

.news-feed .news-feed-item .news-feed-item-important-heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #e60a08;
    text-decoration: none;
    line-height: 1.3;
    display: block
}

.news-feed .news-feed-item .news-feed-item__link {
    display: block
}

.news-feed .news-feed-item .news-feed-item-heading {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #222629;
    text-decoration: none;
    line-height: 1.3;
    display: block
}

.news-feed .news-feed-item .news-feed-item-img {
    width: 25%;
    margin-right: 3%;
    margin-top: 3px;
    float: left
}

.news-feed .news-feed-item .news-feed-item-text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.42
}

.news-feed .news-feed-item .exclusive {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    padding: 1px 3px 0 3px;
    background: #1665c1;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -1px
}

.news-feed .news-feed-item .important-link {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding: 2px 0 0 23px;
    position: relative;
    display: block;
    color: #222629;
    text-decoration: none;
    margin-bottom: 5px
}

.news-feed .news-feed-item .important-link:hover {
    color: #1665c1
}

.news-feed .news-feed-item.with-thumbnail {
    background: #f7f4f4;
    border-bottom-color: #dfdfdf
}

.news-feed .news-feed-item.with-thumbnail .content-section {
    padding-left: 20px
}

.news-feed .news-feed-item.with-thumbnail .time {
    top: 0
}

.news-feed-footer {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    padding: 20px 0 5px 0
}

.news-feed-footer .calendar, .news-feed-footer .more {
    cursor: pointer;
    text-decoration: underline;
    color: #000;
    font-size: 12px;
    text-transform: uppercase
}

.news-feed-footer .calendar:hover, .news-feed-footer .more:hover {
    color: #1665c1
}

.news-feed-footer .calendar {
    border-right: 2px solid #fff;
    float: left
}

.news-feed-footer .calendar img {
    width: 25px;
    margin-right: 10px
}

.news-feed-footer .calendar-body {
    display: none
}

.news-feed-footer .more {
    margin-right: 20px;
    float: right
}

.news-feed-divider {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #8f9a9f;
    padding: 10px 0;
    position: relative
}

.news-feed-divider:before {
    content: '';
    border-top: 1px solid #c7cccf;
    left: 0;
    right: 10px;
    position: absolute;
    top: 50%;
    z-index: 1
}

.news-feed-divider__inner {
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 2;
    display: inline-block
}

.regions-list {
    display: none;
    position: absolute;
    z-index: 5;
    background: #191919;
    color: #fff;
    min-width: 293px;
    right: 10px;
    left: 10px;
    padding: 10px 0
}

.regions-list a {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: .01em;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 2px 0 0 30px;
    display: block;
    text-transform: uppercase
}

.regions-list a:hover {
    color: #ccc
}

.category-label-news {
    background: #1665c1;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    position: relative;
    top: -1px
}

.category-label-lite {
    background: #5e3f8b;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    position: relative;
    top: -1px
}

.category-label-styler {
    background: #f8d028;
    color: #222629;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    position: relative;
    top: -1px
}

.category-label-daily {
    background: #a52938;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 5px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    position: relative;
    top: -1px
}

@media only screen and (max-width: 767px) {
    .news-feed .news-feed-item {
        font-size: 18px;
        margin-right: 0
    }

    .news-feed .news-feed-item .content-section {
        padding: 7px 0 7px 50px
    }

    .news-feed .news-feed-item .time {
        font-size: 14px;
        top: 11px
    }
}

.news-feed-with-thumbnails__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    display: block;
    padding: 0;
    text-decoration: none;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-feed-with-thumbnails__item:hover .news-feed-with-thumbnails__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-feed-with-thumbnails__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-feed-with-thumbnails__item__img-wrapper {
    height: 65px;
    width: 65px;
    max-height: 65px;
    max-width: 65px;
    min-height: 65px;
    min-width: 65px;
    margin-right: 15px;
    overflow: hidden;
    top: 4px;
    position: relative
}

.news-feed-with-thumbnails__item__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0 !important;
    position: relative
}

.news-feed-with-thumbnails__item__heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 20px
}

.news-feed-with-thumbnails__item__category {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

.news-feed-with-thumbnails__item__img {
    margin-bottom: 15px
}

.news-feed-with-thumbnails__item__date {
    display: block;
    font-size: 11px;
    color: #222629;
    margin-bottom: 7px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.news-feed-with-thumbnails__item__date i {
    margin-right: 5px
}

.news-feed-with-thumbnails__item__time {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 6px
}

@media only screen and (max-width: 950px) {
    .news-feed-with-thumbnails__item {
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 650px) {
    .news-feed-with-thumbnails__item__heading {
        font-size: 19px
    }

    .news-feed-with-thumbnails__item {
        margin-bottom: 20px
    }
}

.news-feed-with-order.news-feed-with-order--business .news-feed-with-order__item__badge {
    color: #43a047
}

.news-feed-with-order.news-feed-with-order--business .news-feed-with-order__item__img-wrapper__badge {
    background: #43a047
}

.news-feed-with-order.news-feed-with-order--sports .news-feed-with-order__item__badge {
    color: #5e35b1
}

.news-feed-with-order.news-feed-with-order--sports .news-feed-with-order__item__img-wrapper__badge {
    background: #5e35b1
}

.news-feed-with-order.news-feed-with-order--lifestyle .news-feed-with-order__item__number-wrapper {
    color: #5e3f8b
}

.news-feed-with-order.news-feed-with-order--styler .news-feed-with-order__item__number {
    color: #f8d028
}

.news-feed-with-order.news-feed-with-order--on-dark-bg .news-feed-with-order__item__heading {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.news-feed-with-order.news-feed-with-order--on-dark-bg .news-feed-with-order__item__badge {
    color: #888
}

.news-feed-with-order.news-feed-with-order--on-dark-bg .news-feed-with-order__item__number-wrapper {
    background: #1d2022
}

.news-feed-with-order.news-feed-with-order--on-dark-bg .news-feed-with-order__item:active .news-feed-with-order__item__heading, .news-feed-with-order.news-feed-with-order--on-dark-bg .news-feed-with-order__item:focus .news-feed-with-order__item__heading, .news-feed-with-order.news-feed-with-order--on-dark-bg .news-feed-with-order__item:hover .news-feed-with-order__item__heading {
    color: #888
}

.news-feed-with-order__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    display: block;
    padding: 0;
    text-decoration: none;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-feed-with-order__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-feed-with-order__item__number-wrapper {
    border-radius: 16px;
    width: 32px;
    min-width: 32px;
    background: #f1f4f6;
    text-align: center;
    padding-top: 10px;
    margin-top: 3px;
    margin-bottom: 8px;
    margin-right: 10px
}

.news-feed-with-order__item__number {
    font-size: 24px
}

.news-feed-with-order__item__heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    font-size: 16px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.news-feed-with-order__item__badge {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 10px
}

.news-feed-with-order__item__time {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 6px
}

.news-feed-with-order__item___icon {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 3px 0 0;
    vertical-align: middle;
    line-height: 20px
}

.news-feed-with-order__item___icon .fa-camera {
    position: relative;
    top: -1px
}

@media only screen and (min-width: 950px) {
    .news-feed-with-order--two-columns {
        margin-left: -25px;
        margin-right: -25px;
        overflow: hidden
    }

    .news-feed-with-order--two-columns .news-feed-with-order__item {
        width: 51%;
        padding-left: 25px;
        padding-right: 25px;
        float: right
    }

    .news-feed-with-order--two-columns .news-feed-with-order__item--top {
        width: 49%;
        float: left
    }
}

.news-feed-with-order2.shift-slider .news-feed-with-order2__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.news-feed-with-order2.shift-slider .news-feed-with-order2__item__inner {
    background: #1d2022;
    height: 100%
}

.news-feed-with-order2.shift-slider .news-feed-with-order2__item__heading-wrapper {
    padding: 13px 20px
}

.news-feed-with-order2.shift-slider .news-feed-with-order2__item__img-wrapper {
    margin-bottom: 0
}

.news-feed-with-order2.shift-slider .news-feed-with-order2__item__heading {
    font-size: 18px
}

.news-feed-with-order2.news-feed-with-order2--lifestyle .news-feed-with-order2__item__number {
    color: #5e3f8b
}

.news-feed-with-order2.news-feed-with-order2--lifestyle .news-feed-with-order2__item__number-wrapper {
    background: #f1f4f6
}

.news-feed-with-order2.news-feed-with-order2--styler .news-feed-with-order2__item__number {
    color: #f8d028
}

.news-feed-with-order2.news-feed-with-order2--styler .news-feed-with-order2__item__heading {
    color: #aaa
}

.news-feed-with-order2__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    display: block;
    padding: 0;
    text-decoration: none;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-feed-with-order2__item:hover .news-feed-with-order2__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-feed-with-order2__item__img-wrapper {
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
    overflow: hidden
}

.news-feed-with-order2__item__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.news-feed-with-order2__item__number-wrapper {
    width: 50px;
    background: #1d2022;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.news-feed-with-order2__item__number {
    font-size: 48px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #fff
}

.news-feed-with-order2__item__heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 20px
}

@media only screen and (min-width: 950px) {
    .news-feed-with-order2--two-columns {
        margin-left: -25px;
        margin-right: -25px;
        overflow: hidden
    }

    .news-feed-with-order2--two-columns .news-feed-with-order2__item {
        width: 51%;
        padding-left: 25px;
        padding-right: 25px;
        float: right
    }

    .news-feed-with-order2--two-columns .news-feed-with-order2__item--top {
        width: 49%;
        float: left
    }
}

.news-feed-affiche.shift-slider .news-feed-affiche__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-feed-affiche.shift-slider .news-feed-affiche__item__inner {
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%
}

.news-feed-affiche.shift-slider .news-feed-affiche__item__heading-wrapper {
    padding: 10px 15px
}

.news-feed-affiche.shift-slider .news-feed-affiche__item__date-wrapper {
    background: #5e3f8b;
    color: #fff
}

.news-feed-affiche__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    display: block;
    padding: 0;
    text-decoration: none;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-feed-affiche__item:hover .news-feed-affiche__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-feed-affiche__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-feed-affiche__item__date-wrapper {
    border: 1px solid #5e3f8b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    color: #5e3f8b;
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 120px;
    text-align: center
}

.news-feed-affiche__item__date {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px
}

.news-feed-affiche__item__month {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px
}

.news-feed-affiche__item__img-wrapper {
    overflow: hidden;
    position: relative;
    height: 120px;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10
}

.news-feed-affiche__item__img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: center center;
    background-size: cover
}

.news-feed-affiche__item__heading {
    display: block;
    line-height: 1.2;
    font-size: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 8px
}

.news-feed-affiche__item__place {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px
}

.news-feed-tag.news-feed-tag--business .news-feed-tag__item__badge {
    color: #43a047
}

.news-feed-tag.news-feed-tag--business .news-feed-tag__item__img-wrapper__badge {
    background: #43a047
}

.news-feed-tag.news-feed-tag--sports .news-feed-tag__item__badge {
    color: #5e35b1
}

.news-feed-tag.news-feed-tag--sports .news-feed-tag__item__img-wrapper__badge {
    background: #5e35b1
}

.news-feed-tag.news-feed-tag--lifestyle .news-feed-tag__item___icon {
    color: #5e3f8b
}

.news-feed-tag__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #222629;
    display: block;
    padding: 0;
    text-decoration: none;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.news-feed-tag__item:hover {
    background: #eaeaea
}

.news-feed-tag__item:hover .news-feed-tag__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-feed-tag__item:hover .news-feed-tag__item__heading {
    color: #222629
}

.news-feed-tag__item.news-feed-tag__item--image-enable {
    border-bottom: none;
    margin-bottom: 30px
}

.news-feed-tag__item.news-feed-tag__item--image-disable {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 0;
    padding-right: 10px
}

.news-feed-tag__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-feed-tag__item__img-wrapper {
    height: 100px;
    width: 100px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-right: 25px;
    overflow: hidden;
    top: 4px;
    position: relative
}

.news-feed-tag__item__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0 !important;
    position: relative
}

.news-feed-tag__item__heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 18px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.news-feed-tag__item__subheading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-top: 15px;
    font-size: 16px
}

.news-feed-tag__item__category {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

.news-feed-tag__item__img {
    margin-bottom: 15px
}

.news-feed-tag__item__date {
    display: block;
    font-size: 11px;
    color: #222629;
    margin-bottom: 7px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.news-feed-tag__item__date i {
    margin-right: 5px
}

.news-feed-tag__item__badge {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px
}

.news-feed-tag__item__time {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #222629;
    margin-bottom: 6px
}

.news-feed-tag__item__time i {
    margin-right: 7px;
    color: #626262
}

.news-feed-tag__item___icon {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0 3px 0 0;
    vertical-align: middle;
    line-height: 20px
}

.news-feed-tag__item___icon .fa-camera {
    position: relative;
    top: -1px
}

@media only screen and (min-width: 950px) {
    .news-feed-tag--two-columns {
        margin-left: -25px;
        margin-right: -25px;
        overflow: hidden
    }

    .news-feed-tag--two-columns .news-feed-tag__item {
        width: 51%;
        padding-left: 25px;
        padding-right: 25px;
        float: right
    }

    .news-feed-tag--two-columns .news-feed-tag__item--top {
        width: 49%;
        float: left
    }
}

.nano {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 900px
}

.nano:hover .nano-pane {
    width: 10px !important
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano > .nano-content:focus {
    outline: thin dotted
}

.nano > .nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .15);
    position: absolute;
    width: 2px;
    right: 0;
    top: 0;
    bottom: -37px;
    -webkit-transition: .2s;
    transition: .2s
}

.nano > .nano-pane > .nano-slider {
    background: #777;
    position: relative;
    margin: 0
}

.nano-pane.active, .nano-pane.flashed, .nano:hover > .nano-pane {
    opacity: .99
}

.nano {
    margin-bottom: 4px
}

.nano .nano-content {
    padding-right: 5px
}

.nano .nano-pane {
    background: #f2f2f2
}

@media only screen and (max-width: 991px) {
    .disable-sm-nano {
        height: auto !important;
        max-height: initial !important
    }

    .disable-sm-nano .nano-content {
        position: relative
    }

    .disable-sm-nano .nano-pane {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .disable-xs-nano {
        height: auto !important;
        max-height: initial !important
    }

    .disable-xs-nano .nano-content {
        position: relative
    }

    .disable-xs-nano .nano-pane {
        display: none
    }
}

.playlist {
    background: #161b2b;
    padding: 10px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.playlist__left {
    width: 65%;
    max-width: 65%;
    min-width: 65%
}

.playlist__right {
    width: 35%;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px
}

.playlist__main-video-wrapper {
    left: 0;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 65%;
    margin: 0;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center
}

.playlist__main-video-wrapper:before {
    content: '';
    position: absolute;
    background: rgba(22, 27, 43, .42);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2
}

.playlist__main-video__icon {
    position: absolute;
    font-size: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    left: 50%;
    top: 50%;
    z-index: 4;
    margin-top: -35px;
    margin-left: -35px;
    color: #fff;
    opacity: .4
}

.playlist__main-video__heading {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    font-size: 30px;
    color: #f8d028;
    padding: 20px 30px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.playlist__title {
    color: #fff;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 17px 20px
}

.playlist__item {
    background: #252835;
    padding: 6px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
    cursor: pointer;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    -webkit-transition: all .3s;
    transition: all .3s
}

.playlist__item:active, .playlist__item:focus, .playlist__item:hover {
    background: #1f2231
}

.playlist__item__img-wrapper {
    width: 80px;
    max-width: 80px;
    min-width: 80px
}

.playlist__item__img {
    padding-top: 80%;
    background-size: cover;
    background-position: center;
    position: relative
}

.playlist__item__img:before {
    content: '';
    position: absolute;
    background: rgba(22, 27, 43, .14);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2
}

.playlist__item__text-wrapper {
    padding-left: 15px;
    color: #f8d028;
    line-height: 1.3;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

@media only screen and (max-width: 1300px) {
    .playlist {
        display: block
    }

    .playlist__title {
        padding-top: 25px
    }

    .playlist__left {
        width: 100%;
        max-width: none;
        min-width: auto
    }

    .playlist__right {
        width: 100%;
        display: block;
        padding-left: 0
    }
}

.slick-arrow-big {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    width: 30px;
    height: 70px;
    color: #8355c2;
    font-size: 60px;
    line-height: 45px;
    text-align: center;
    z-index: 3;
    vertical-align: middle;
    cursor: pointer;
    background: url(../../../common/imgs/arrows-big.svg);
    background-size: 200% 100%;
    opacity: .5
}

.slick-arrow-big:hover {
    opacity: 1
}

.slick-arrow-big--right {
    background-position: right center;
    right: 20px
}

.slick-arrow-big--left {
    background-position: left center;
    left: 20px
}

.slick-arrow-long {
    position: absolute;
    bottom: -35px;
    width: 70px;
    height: 20px;
    z-index: 3;
    cursor: pointer;
    background: url(/static/common/imgs/slider-arrows-long.svg);
    background-size: 200% 100%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s
}

.slick-arrow-long--right {
    background-position: right center;
    right: 10%
}

.slick-arrow-long--right:hover {
    right: 9%
}

.slick-arrow-long--left {
    background-position: left center;
    left: 10%
}

.slick-arrow-long--left:hover {
    left: 9%
}

.slick-dots {
    display: block;
    padding-left: 0;
    text-align: center;
    position: absolute;
    bottom: -30px;
    vertical-align: middle;
    height: 14px;
    left: 0;
    right: 0
}

.slick-dots li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
    background: #fff
}

.slick-dots button {
    background: 0 0;
    border: 2px solid #fff;
    display: block;
    font-size: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    padding: 0
}

.slick-dots button:active, .slick-dots button:focus {
    outline: 0;
    background: #fff
}

.content-slider-wrapper {
    position: relative;
    width: 100%
}

.content-slider-wrapper .content-slider {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f1f1f1
}

.content-slider-wrapper .content-slider__item {
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.content-slider-wrapper .content-slider__item button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    background: rgba(0, 0, 0, .6);
    height: 50px;
    width: 50px;
    font-size: 30px;
    color: #fff !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 50px;
    text-align: center;
    border: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.content-slider-wrapper .content-slider__item button:before {
    content: " \f065";
    position: relative;
    left: 4px
}

.content-slider-wrapper .content-slider__item button:active, .content-slider-wrapper .content-slider__item button:focus, .content-slider-wrapper .content-slider__item button:hover {
    background: rgba(0, 0, 0, .76);
    outline: 0
}

.content-slider-wrapper .content-slider__item__img {
    padding-top: 90%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.content-slider-nav-wrapper .content-slider-nav {
    max-width: 450px;
    margin: 0 auto
}

.content-slider-nav-wrapper .content-slider-nav__item {
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 150px;
    margin: 4px 2px
}

.content-slider-nav-wrapper .content-slider-nav__item a {
    display: none
}

.content-slider-nav-wrapper .content-slider-nav__item.number-active .content-slider-nav__slides-left {
    opacity: 1
}

.content-slider-nav-wrapper .content-slider-nav__item:last-child .content-slider-nav__slides-left {
    opacity: 0
}

.content-slider-nav-wrapper .content-slider-nav__img {
    padding-top: 60%;
    background-size: cover;
    background-position: center
}

.content-slider-nav-wrapper .content-slider-nav__slides-left {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.content-slider-nav-wrapper .slick-track {
    margin: 0 auto
}

.content-slider__arrow {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 75px;
    height: 100px;
    width: 50px;
    text-align: center;
    z-index: 2;
    font-size: 37px;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: rgba(0, 0, 0, .6);
    color: #fff
}

.content-slider__arrow:active, .content-slider__arrow:focus, .content-slider__arrow:hover {
    background: rgba(0, 0, 0, .76)
}

.content-slider__arrow--prev {
    left: 0
}

.content-slider__arrow--prev:before {
    content: "\f104"
}

.content-slider__arrow--next {
    right: 0
}

.content-slider__arrow--next:before {
    content: "\f105"
}

.inline-arrows-wrapper {
    float: right;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 0
}

.inline-arrows-wrapper .slick-dots {
    bottom: initial;
    position: relative
}

.inline-arrows-wrapper .column-slider-arrow {
    position: absolute;
    width: 20px;
    height: 28px;
    text-align: center;
    cursor: pointer;
    top: -7px;
    font-size: 26px
}

.inline-arrows-wrapper .column-slider-arrow i {
    line-height: 20px;
    vertical-align: middle
}

.inline-arrows-wrapper .column-slider-arrow.column-slider-arrow--left {
    left: 0
}

.inline-arrows-wrapper .column-slider-arrow.column-slider-arrow--right {
    right: 0
}

.inline-arrows-wrapper.sidebar-news-feed3--arrows-in-big-heading .column-slider-arrow {
    top: -3px
}

.widget-heading--styler .slick-arrow {
    color: #f8d028;
    display: none
}

.widget-heading--styler .slick-arrow i {
    color: #f8d028
}

.widget-heading--styler .slick-arrow:active, .widget-heading--styler .slick-arrow:focus, .widget-heading--styler .slick-arrow:hover {
    color: #fff
}

.widget-heading--styler .slick-dots .slick-active button {
    background: #f8d028;
    border-color: #f8d028
}

.shift-slider {
    position: relative;
    margin-left: -15px;
    margin-right: -15px
}

.shift-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shift-slider .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.shift-slider .slick-slide {
    padding-right: 5px;
    padding-left: 5px
}

.shift-slider .slick-slide:active, .shift-slider .slick-slide:focus {
    outline: 0
}

.shift-slider a:active, .shift-slider a:focus {
    outline: 0
}

.shift-slider .slick-list {
    padding-left: 10px;
    padding-right: 70px
}

.shift-slider__icon {
    position: absolute;
    font-size: 18px;
    top: 9px;
    right: 0;
    color: #222629
}

.shift-slider__icon.shift-slider__icon--styler {
    color: #f8d028
}

.shift-slider__icon.shift-slider__icon--white {
    color: #fff
}

.shift-slider__icon i:first-child {
    position: relative;
    left: 5px
}

@media only screen and (min-width: 768px) {
    .shift-slider {
        margin-left: -30px;
        margin-right: -25px
    }
}

@media only screen and (max-width: 600px) {
    .slick-arrow-long {
        bottom: -10px
    }

    .slick-arrow-long--right {
        right: 20px
    }

    .slick-arrow-long--right:hover {
        right: 5px
    }

    .slick-arrow-long--left {
        left: 20px
    }

    .slick-arrow-long--left:hover {
        left: 5px
    }
}

.articles-infoblock2 {
    padding-bottom: 14px
}

.articles-infoblock2__title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #1665c1;
    font-size: 36px;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    margin-bottom: 15px;
    position: relative
}

.articles-infoblock2__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    color: #000;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s
}

.articles-infoblock2__item:hover {
    background: #efefef
}

.articles-infoblock2__item__img {
    max-width: 70px;
    height: auto;
    float: left;
    margin-right: 15px
}

.articles-infoblock2__item__heading {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    padding-right: 5px
}

.articles-infoblock2__button {
    color: #222629;
    float: right;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px
}

.articles-infoblock2__button:hover {
    text-decoration: none
}

@media only screen and (max-width: 650px) {
    .articles-infoblock2 {
        width: auto;
        float: none
    }

    .articles-infoblock2__item__img {
        display: none
    }
}

.sidebar-news-feed__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    display: block;
    padding: 0;
    text-decoration: none;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-news-feed__item:hover .sidebar-news-feed__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-news-feed__item.sidebar-news-feed__item--top .sidebar-news-feed__item__inner {
    display: block
}

.sidebar-news-feed__item.sidebar-news-feed__item--top .sidebar-news-feed__item__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.1
}

.sidebar-news-feed__item.sidebar-news-feed__item--top .sidebar-news-feed__item__excerpt {
    display: block
}

.sidebar-news-feed__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar-news-feed__item__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0 !important;
    position: relative
}

.sidebar-news-feed__item__heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px
}

.sidebar-news-feed__item__category {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

.sidebar-news-feed__item__img {
    margin-bottom: 15px
}

.sidebar-news-feed__item__date {
    display: block;
    font-size: 11px;
    color: #222629;
    margin-bottom: 7px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.sidebar-news-feed__item__date .fa, .sidebar-news-feed__item__date .far {
    margin-right: 5px
}

.sidebar-news-feed__item__time {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 6px
}

.sidebar-news-feed__item__excerpt {
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
    display: none
}

.sidebar-news-feed__button {
    display: block;
    text-align: center;
    padding: 10px;
    background: #f1f4f6;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #222629;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #f1f4f6
}

.sidebar-news-feed__button:hover {
    background: #fff;
    text-decoration: none
}

@media only screen and (min-width: 950px) {
    .sidebar-news-feed--two-columns {
        margin-left: -25px;
        margin-right: -25px;
        overflow: hidden
    }

    .sidebar-news-feed--two-columns .sidebar-news-feed__item {
        width: 51%;
        padding-left: 25px;
        padding-right: 25px;
        float: right
    }

    .sidebar-news-feed--two-columns .sidebar-news-feed__item--top {
        width: 49%;
        float: left
    }
}

.sidebar-news-feed2.sidebar-news-feed2--on-dark-bg .sidebar-news-feed2__item__heading {
    color: #fff
}

.sidebar-news-feed2.sidebar-news-feed2--three-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar-news-feed2.sidebar-news-feed2--three-columns .sidebar-news-feed2__item {
    padding-right: 25px;
    padding-left: 25px
}

.sidebar-news-feed2.sidebar-news-feed2--read-also {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px
}

.sidebar-news-feed2.sidebar-news-feed2--read-also .sidebar-news-feed2__item {
    width: 50%;
    padding-right: 25px;
    padding-left: 25px
}

.sidebar-news-feed2__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    display: block;
    padding: 0;
    text-decoration: none;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-news-feed2__item:hover .sidebar-news-feed2__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-news-feed2__item__inner {
    display: block
}

.sidebar-news-feed2__item__img-wrapper {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.sidebar-news-feed2__item__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0 !important;
    position: relative
}

.sidebar-news-feed2__item__heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1
}

.sidebar-news-feed2__item__category {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

.sidebar-news-feed2__item__img {
    margin-bottom: 15px
}

.sidebar-news-feed2__item__date {
    display: block;
    font-size: 11px;
    color: #222629;
    margin-bottom: 7px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.sidebar-news-feed2__item__date .fa, .sidebar-news-feed2__item__date .far {
    margin-right: 5px
}

.sidebar-news-feed2__item__badge {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px
}

.sidebar-news-feed2__item__time {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 6px
}

.sidebar-news-feed2__item__excerpt {
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px
}

.sidebar-news-feed2__button {
    display: block;
    text-align: center;
    padding: 10px;
    background: #f1f4f6;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #222629;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #f1f4f6
}

.sidebar-news-feed2__button:hover {
    background: #fff;
    text-decoration: none
}

.sidebar-news-feed3.sidebar-news-feed3--business .sidebar-news-feed3__item__badge {
    color: #43a047
}

.sidebar-news-feed3.sidebar-news-feed3--business .sidebar-news-feed3__item__img-wrapper__badge {
    background: #43a047
}

.sidebar-news-feed3.sidebar-news-feed3--sports .sidebar-news-feed3__item__badge {
    color: #5e35b1
}

.sidebar-news-feed3.sidebar-news-feed3--sports .sidebar-news-feed3__item__img-wrapper__badge {
    background: #5e35b1
}

.sidebar-news-feed3.sidebar-news-feed3--lifestyle .sidebar-news-feed3__item__badge {
    color: #5e3f8b
}

.sidebar-news-feed3.sidebar-news-feed3--lifestyle .sidebar-news-feed3__item__img-wrapper__badge {
    background: #5e3f8b
}

.sidebar-news-feed3.sidebar-news-feed3--styler .sidebar-news-feed3__item__img-wrapper__badge {
    background: #f8d028;
    color: #000
}

.sidebar-news-feed3--slider {
    margin-left: -5px;
    margin-right: -5px;
    display: block
}

.sidebar-news-feed3--slider .slick-slide {
    padding-right: 5px;
    padding-left: 5px
}

.sidebar-news-feed3--slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar-news-feed3--slider .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sidebar-news-feed3__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #fff;
    display: block;
    padding: 0;
    text-decoration: none;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-news-feed3__item:hover .sidebar-news-feed3__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-news-feed3__item__inner {
    display: block;
    height: 100%;
    background: #1d2022
}

.sidebar-news-feed3__item__img-wrapper__badge {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px;
    background: rgba(0, 0, 0, .51);
    color: #fff;
    padding: 5px 10px 4px 10px;
    position: absolute;
    top: 10px;
    left: 0;
    text-transform: uppercase;
    z-index: 4
}

.sidebar-news-feed3__item__img-wrapper {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative
}

.sidebar-news-feed3__item__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0 !important;
    position: relative
}

.sidebar-news-feed3__item__heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    background: #1d2022;
    padding: 10px
}

.sidebar-news-feed3__item__category {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

.sidebar-news-feed3__item__img {
    margin-bottom: 15px
}

.sidebar-news-feed3__item__date {
    display: block;
    font-size: 11px;
    color: #222629;
    margin-bottom: 7px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.sidebar-news-feed3__item__date .fa, .sidebar-news-feed3__item__date .far {
    margin-right: 5px
}

.sidebar-news-feed3__item__badge {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px
}

.sidebar-news-feed3__item__time {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 6px
}

.sidebar-news-feed3__item__excerpt {
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px
}

.sidebar-news-feed3__button {
    display: block;
    text-align: center;
    padding: 10px;
    background: #f1f4f6;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #222629;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #f1f4f6
}

.sidebar-news-feed3__button:hover {
    background: #fff;
    text-decoration: none
}

.sidebar-news-feed3__item__icon {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    background: rgba(0, 0, 0, .6);
    padding: 3px 10px 1px 10px;
    vertical-align: middle;
    line-height: 17px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 3
}

.sidebar-news-feed3__item__icon i {
    font-size: 12px;
    margin-right: 4px;
    line-height: 15px;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.sidebar-news-feed3__item__icon .fa-camera {
    position: relative;
    top: -2px
}

.sidebar-news-feed4__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    display: block;
    padding: 0;
    text-decoration: none;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-news-feed4__item:hover .sidebar-news-feed4__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-news-feed4__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar-news-feed4__item__img-wrapper {
    height: 65px;
    width: 65px;
    max-height: 65px;
    max-width: 65px;
    min-height: 65px;
    min-width: 65px;
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    top: 6px;
    position: relative
}

.sidebar-news-feed4__item__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0 !important;
    position: relative
}

.sidebar-news-feed4__item__heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px
}

.sidebar-news-feed4__item__category {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

.sidebar-news-feed4__item__img {
    margin-bottom: 15px
}

.sidebar-news-feed4__item__date {
    display: block;
    font-size: 11px;
    color: #222629;
    margin-bottom: 7px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.sidebar-news-feed4__item__date .fa, .sidebar-news-feed4__item__date .far {
    margin-right: 5px
}

.sidebar-news-feed4__item__time {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 6px
}

.sidebar-news-feed4__item__excerpt {
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px;
    display: none
}

.sidebar-news-feed4__button {
    display: block;
    text-align: center;
    padding: 10px;
    background: #f1f4f6;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #222629;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #f1f4f6
}

.sidebar-news-feed4__button:hover {
    background: #fff;
    text-decoration: none
}

@media only screen and (min-width: 950px) {
    .sidebar-news-feed4--two-columns {
        margin-left: -25px;
        margin-right: -25px;
        overflow: hidden
    }

    .sidebar-news-feed4--two-columns .sidebar-news-feed4__item {
        width: 51%;
        padding-left: 25px;
        padding-right: 25px;
        float: right
    }

    .sidebar-news-feed4--two-columns .sidebar-news-feed4__item--top {
        width: 49%;
        float: left
    }
}

.sidebar-news-feed5.sidebar-news-feed5--on-dark-bg .sidebar-news-feed5__item__heading {
    color: #fff
}

.sidebar-news-feed5.sidebar-news-feed5--bold-font .sidebar-news-feed5__item__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.sidebar-news-feed5.sidebar-news-feed5--semibold-font .sidebar-news-feed5__item__heading {
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.sidebar-news-feed5__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #222629;
    display: block;
    padding: 0;
    text-decoration: none;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-news-feed5__item:hover .sidebar-news-feed5__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-news-feed5__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar-news-feed5__item__img-wrapper {
    height: 100px;
    width: 100px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    top: 6px;
    position: relative
}

.sidebar-news-feed5__item__img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-bottom: 0 !important;
    position: relative
}

.sidebar-news-feed5__item__heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 18px
}

.sidebar-news-feed5__item__category {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

.sidebar-news-feed5__item__img {
    margin-bottom: 15px
}

.sidebar-news-feed5__item__date {
    display: block;
    font-size: 11px;
    color: #222629;
    margin-bottom: 7px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.sidebar-news-feed5__item__date .fa, .sidebar-news-feed5__item__date .far {
    margin-right: 5px
}

.sidebar-news-feed5__item__time {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    margin-right: 6px
}

@media only screen and (min-width: 950px) {
    .sidebar-news-feed5--two-columns {
        margin-left: -25px;
        margin-right: -25px;
        overflow: hidden
    }

    .sidebar-news-feed5--two-columns .sidebar-news-feed5__item {
        width: 51%;
        padding-left: 25px;
        padding-right: 25px;
        float: right
    }

    .sidebar-news-feed5--two-columns .sidebar-news-feed5__item--top {
        width: 49%;
        float: left
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-news-feed5__item {
        margin-bottom: 15px
    }
}

.sidebar-news__item {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: #222629;
    text-decoration: none;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #f1f4f6;
    margin-bottom: 8px;
    background: 0 0;
    border: 0;
    padding: 15px 0
}

.sidebar-news__item:hover {
    background: #fff;
    text-decoration: none
}

.sidebar-news__item:last-child {
    border-bottom: none
}

.sidebar-news__item__heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 16px
}

.sidebar-news__item__category {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase
}

.sidebar-news__item__img {
    margin-bottom: 15px
}

.sidebar-news__item__date {
    display: block;
    font-size: 11px;
    color: #222629;
    margin-bottom: 7px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.sidebar-news__item__date .fa, .sidebar-news__item__date .far {
    margin-right: 5px
}

.sidebar-news__button {
    display: block;
    text-align: center;
    padding: 10px;
    background: #f1f4f6;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #222629;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #f1f4f6;
    text-decoration: none
}

.sidebar-news__button:hover {
    background: #fff;
    text-decoration: none
}

@media only screen and (min-width: 850px) {
    .sidebar-news.sidebar-news--two-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px
    }

    .sidebar-news.sidebar-news--two-columns .sidebar-news__item {
        width: calc(50% - 16px);
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 15px
    }
}

.tag-cloud {
    margin-bottom: 20px
}

.tag-cloud.tag-cloud--news .tag-cloud__item {
    border-color: #1665c1;
    border-radius: 4px;
    background-color: transparent;
    color: #1665c1
}

.tag-cloud__title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .01em;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase
}

.tag-cloud__item {
    background: #f1f4f6;
    border: 1px solid #f1f4f6;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    color: #222629;
    padding: 4px 10px 3px 10px;
    margin-bottom: 8px;
    margin-right: 5px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.tag-cloud__item:hover {
    background: #fff
}

.text-container {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #222629;
    font-size: 18px
}

.text-container a {
    text-decoration: none;
    color: #1665c1;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.text-container a:hover {
    text-decoration: none;
    color: #777
}

.text-container p {
    margin-bottom: 20px
}

.text-container img {
    display: block;
    height: auto !important;
    margin: 0 auto 20px auto;
    max-width: 100%
}

.text-container h1 {
    margin-top: 0;
    margin-bottom: 25px
}

.text-container h2 {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.text-container h3 {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.text-container .giphy-embed, .text-container .iframely-embed, .text-container .twitter-tweet {
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto
}

.text-container .description {
    margin-bottom: 20px
}

.text-container [data-oembed-url] {
    margin-bottom: 20px
}

.text-container table {
    width: 100%;
    margin-bottom: 20px
}

.text-container th {
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.text-container td {
    padding-top: 4px;
    padding-bottom: 4px
}

.text-container tr:nth-child(2n) {
    background: #f7f7f7
}

.text-container ol {
    counter-reset: item;
    margin-bottom: 20px
}

.text-container ol li {
    display: block;
    margin-bottom: 10px;
    padding-left: 20px
}

.text-container ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #1665c1
}

.text-container ul {
    margin-bottom: 20px
}

.text-container ul li {
    counter-reset: item;
    margin-bottom: 15px;
    padding-left: 32px;
    position: relative
}

.text-container ul li:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #1665c1
}

.text-container [data-oembed-url] {
    display: block
}

.text-container [data-oembed-url] blockquote:before {
    background: 0 0;
    margin: 0;
    padding: 0;
    height: 0;
    width: 0
}

.text-container [data-oembed-url] blockquote {
    font-size: 16px
}

.text-container blockquote {
    padding-left: 95px;
    margin-bottom: 20px;
    position: relative;
    font-size: 24px;
    font-style: italic;
    line-height: 1.3;
    margin-top: 30px
}

.text-container blockquote:before {
    content: '';
    height: 65px;
    width: 65px;
    display: block;
    position: absolute;
    background-image: url(/static/common/imgs/quote.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0
}

.publication-main {
    padding-top: 15px
}

.social-likes__widget {
    line-height: 2
}

.publication-img-wrapper {
    margin-bottom: 20px;
    position: relative;
    border-top: 2px solid #1665c1
}

.publication-img-wrapper__caption {
    font-size: 14px;
    position: relative;
    top: -10px;
    font-style: italic;
    color: #222629
}

.publication-breadcrumbs {
    color: #222629;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.publication-breadcrumbs a {
    color: #222629;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.publication-breadcrumbs a:hover {
    text-decoration: underline;
    color: #222629
}

.publication-breadcrumbs__date {
    color: #222629;
    margin-left: 10px
}

.publication-breadcrumbs__lang {
    float: right;
    position: relative
}

.publication-breadcrumbs__lang .publication-breadcrumbs__lang__link {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    padding-right: 30px
}

.publication-breadcrumbs__lang i {
    margin-left: 8px;
    font-size: 25px;
    position: absolute;
    top: -2px;
    right: 0
}

.publication-share {
    background: #f7f7f7
}

@media only screen and (max-width: 767px) {
    .text-container h2 {
        font-size: 22px
    }

    .publication-img-wrapper {
        margin-left: -25px;
        margin-right: -25px;
        border-top: none
    }

    .publication-img-wrapper__caption {
        padding: 0 20px
    }
}

@media only screen and (max-width: 650px) {
    .publication-img-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }

    .publication-img-wrapper__caption {
        padding: 0 10px
    }

    .text-container h1 {
        margin-bottom: 15px
    }
}

.meta-author-block .meta-authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.meta-author-block .meta-authors a:hover {
    text-decoration: none;
    color: #666
}

.meta-authors__item {
    width: 50%;
    margin-bottom: 20px;
    color: #222629
}

.meta-authors__img-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px
}

.meta-authors__img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    margin-bottom: 0 !important
}

.meta-authors__content-wrapper {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    padding: 0
}

.meta-authors__name {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    letter-spacing: .01em;
    font-size: 16px
}

.meta-authors__post {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #222629
}

.messenger-holder {
    margin-top: 15px
}

.messengers-wrap {
    margin-top: 5px;
    color: #222629;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-decoration: none
}

.messengers-wrap a {
    margin-right: 10px
}

.messengers-wrap a:hover {
    text-decoration: underline
}

.messengers-wrap img {
    max-width: 30px;
    vertical-align: middle;
    float: left
}

.messengers-wrap span {
    color: #000;
    display: block;
    float: left;
    vertical-align: middle;
    margin: 8px 10px 0 10px
}

.publication-sticky-container {
    position: relative
}

.publication-social {
    position: absolute;
    width: 100px;
    left: -125px;
    top: 0;
    bottom: 0
}

.publication-social__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 92px
}

.social-likes {
    margin-bottom: 20px
}

.social-likes__widget {
    margin: 0;
    line-height: 2.5;
    cursor: pointer;
    display: block;
    position: relative;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: #fff
}

.social-likes__widget i {
    font-size: 20px;
    margin: 0 8px;
    color: #8f9a9f;
    vertical-align: middle;
    -webkit-transition: all .2s;
    transition: all .2s
}

.social-likes__widget:hover {
    color: #333;
    background: #f0f0f0
}

.social-likes__widget:hover i {
    color: #555
}

.social-likes__widget.social-likes__widget--mail {
    border-bottom: 1px solid #ccc
}

.social-likes__counter {
    color: #8f9a9f;
    font-size: 16px;
    position: relative;
    top: 1px
}

@media only screen and (max-width: 1050px) {
    .publication-social {
        position: static;
        margin-bottom: 30px;
        width: 100%;
        left: 0
    }

    .publication-social__inner {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .social-likes__widget {
        -webkit-box-flex: 10;
        -ms-flex-positive: 10;
        flex-grow: 10;
        border-right: none;
        border-bottom: 1px solid #ccc;
        line-height: 1.6
    }

    .social-likes__widget.social-likes__widget--mail {
        border-right: 1px solid #ccc
    }
}

.publication-tags {
    margin-bottom: 20px
}

.publication-tags a {
    color: #222629;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #222629;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    padding: 4px 10px 3px 10px;
    margin-bottom: 8px;
    margin-left: 8px;
    border-radius: 11px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.publication-tags a:hover {
    text-decoration: none;
    background: #222629;
    color: #fff
}

.important-links {
    margin-bottom: 30px
}

.important-links__item {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    padding-left: 32px;
    position: relative;
    font-size: 18px;
    color: #222629;
    text-decoration: none;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 15px
}

.important-links__item:hover {
    color: #777
}

.important-links__item i {
    color: #222629;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 25px
}

.infinity-page-divider {
    padding-bottom: 20px;
    padding-top: 60px !important
}

.next-publication.onebigarea__publication {
    min-height: 2000px
}

.next-publication .onebigarea__publication__inner {
    top: 30px;
    left: -10px;
    right: -10px;
    position: fixed;
    z-index: -1
}

.next-publication .layout-wrapper {
    position: relative
}

.next-publication .overlay {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: .5
}

.scroll-status-bar__inner {
    height: 4px;
    background: #777;
    width: 0
}

@media only screen and (max-width: 991px) {
    .infinity-page-divider {
        padding-top: 90px !important
    }

    .next-publication .overlay {
        content: '';
        right: -10px;
        left: -10px
    }
}

@media only screen and (max-width: 700px) {
    .text-container img {
        max-height: 100% !important;
        height: auto !important
    }

    .meta-author-block .publication-breadcrumbs {
        width: auto;
        float: none;
        padding-right: 0 !important
    }

    .meta-author-block .meta-authors {
        width: auto;
        float: none;
        padding-left: 0;
        border-left: none;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 450px) {
    .meta-authors__item {
        width: 100%
    }
}

@media only screen and (max-width: 400px) {
    .social-likes__widget {
        min-width: initial
    }
}

.details__item {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1.1;
    color: #000;
    padding: 0;
    text-decoration: none;
    margin-bottom: 10px;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: block
}

.details__item:hover .details__item__img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.details__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.details__item__img-wrapper {
    height: 65px;
    width: 65px;
    max-height: 65px;
    max-width: 65px;
    margin-right: 15px;
    overflow: hidden
}

.details__item__img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media only screen and (max-width: 850px) {
    .details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px
    }

    .details__item {
        width: 50%;
        float: left;
        padding-right: 10px;
        padding-left: 10px
    }

    .details__item__inner {
        background: #f1f4f6
    }

    .details__item__img-wrapper {
        height: 55px;
        width: 100px;
        max-height: 55px;
        max-width: 100px;
        margin-right: 15px;
        overflow: hidden;
        background: #fff
    }

    .details__item__img {
        position: relative
    }
}

@media only screen and (max-width: 650px) {
    .details__item {
        width: 100%;
        float: none
    }
}

.card {
    position: relative;
    margin-bottom: 25px;
    color: #222629
}

.card__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 21px;
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.card__text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: block
}

.card__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card__icon {
    width: 170px;
    height: 170px;
    margin-right: 5%
}

.card__sign {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    display: block;
    color: #a52938;
    font-size: 40px
}

.card__meta {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: 25px;
    right: 10px;
    left: 10px
}

.card__meta__icon {
    width: 40px;
    position: relative;
    top: -3px;
    left: -15px
}

.card-item {
    padding: 25px;
    background: #f1f1f1;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-item__left {
    padding-right: 25px;
    border-right: 3px solid #a52938
}

.card-item__right {
    padding-left: 30px
}

.card-item__number {
    display: block;
    font-size: 50px;
    padding: 0 10px;
    text-align: center;
    color: #a52938;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.card-item__heading {
    margin-top: 0;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .card__heading {
        font-size: 28px
    }
}

@media only screen and (max-width: 650px) {
    .card hr {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .card__heading {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

@media only screen and (max-width: 500px) {
    .card-item {
        display: block
    }

    .card-item__left {
        width: 100%;
        border-right: 0;
        padding-right: 0;
        border-bottom: 3px solid #a52938;
        padding-bottom: 25px;
        text-align: left
    }

    .card-item__right {
        width: 100%;
        margin-top: 25px;
        padding-left: 0
    }

    .card-item__number {
        padding: 0 15px;
        text-align: left
    }
}

.category-card {
    margin-bottom: 20px
}

.category-card__date {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.category-card__item {
    background: #fff;
    color: #222629;
    position: relative;
    display: table;
    text-decoration: none;
    margin-bottom: 9px;
    width: 100%;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s;
    transition: all .2s
}

.category-card__item:hover {
    background: #f7f7f7
}

.category-card__item__img-section {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px 10px 15px
}

.category-card__item__img__wrapper {
    letter-spacing: .01em;
    font-size: 24px;
    position: relative
}

.category-card__item__img {
    width: 110px
}

.category-card__item__content {
    display: table-cell;
    text-align: left;
    position: relative;
    padding: 10px 15px 0 15px;
    vertical-align: middle
}

.category-card__item__meta {
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 20px
}

.category-card__item__meta .fa {
    margin-right: 8px;
    position: relative;
    top: -1px
}

.category-card__item__heading {
    text-align: left;
    padding: 20px 0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: .01em;
    font-size: 24px;
    line-height: 1;
    margin: 0
}

.category-card__item__quantity {
    position: absolute;
    top: -20px;
    right: 20px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 21px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #999;
    border-radius: 50%;
    background: #fff
}

@media only screen and (max-width: 600px) {
    .category-card__item {
        display: block
    }

    .category-card__item__img-section {
        display: none
    }

    .category-card__item__heading {
        font-size: 19px
    }
}

.on-top {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 999999px;
    position: fixed;
    left: 50px;
    bottom: 50px;
    cursor: pointer;
    display: none;
    opacity: .6;
    z-index: 5
}

.on-top:hover {
    opacity: 1
}

@media only screen and (max-width: 768px) {
    .on-top {
        left: -9999px
    }
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 10px;
    width: auto;
    max-width: 1023px;
    margin: 20px auto
}

.white-popup .mfp-close {
    background: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #111;
    opacity: 1
}

@media only screen and (max-width: 650px) {
    .white-popup {
        padding: 4px 4px 2px 4px
    }
}

table.jCalendar {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px
}

table.jCalendar th {
    color: #aaa;
    font-size: 14px;
    padding: 10px 8px;
    text-transform: uppercase
}

table.jCalendar td {
    border: none;
    color: #000;
    padding: 10px 8px;
    text-align: center;
    background: 0 0
}

table.jCalendar td:before {
    content: '';
    background: #f8d028;
    position: absolute;
    height: 40px;
    width: 40px;
    z-index: -1;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 0
}

table.jCalendar td.other-month {
    opacity: 0;
    color: #222629
}

table.jCalendar td.today {
    color: #1665c1
}

table.jCalendar td.selected {
    background: #222629;
    color: #fff;
    opacity: .6
}

table.jCalendar td.unselectable, table.jCalendar td.unselectable.dp-hover, table.jCalendar td.unselectable:hover {
    color: #1665c1
}

.calendar-body {
    display: none
}

.calendar-body.calendar-body--always-visible {
    display: block
}

.calendar-search-wrapper input[type=text] {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #222629
}

div.dp-popup {
    background: 0 0;
    border: none;
    position: relative;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 auto;
    max-width: 500px
}

div#dp-popup {
    position: absolute;
    z-index: 199
}

div.dp-popup h2 {
    font-size: 20px;
    text-align: center;
    margin: 12px 0 12px 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.dp-calendar {
    background: 0 0
}

a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block
}

a#dp-close:hover {
    text-decoration: underline
}

div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 7px 7px 0
}

div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: -8px;
    left: 10px;
    width: 100px;
    color: #1665c1
}

div.dp-popup div.dp-nav-prev a {
    float: left
}

div.dp-popup div.dp-nav-next a, div.dp-popup div.dp-nav-prev a {
    cursor: pointer;
    color: #1665c1
}

div.dp-popup div.dp-nav-next a.disabled, div.dp-popup div.dp-nav-prev a.disabled {
    cursor: default
}

div.dp-popup div.dp-nav-next {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    position: absolute;
    top: -8px;
    right: 10px;
    width: 100px
}

div.dp-popup div.dp-nav-next a.disabled {
    opacity: .4;
    display: block;
    color: #777
}

div.dp-popup div.dp-nav-next a {
    float: right
}

div.dp-popup a.disabled {
    cursor: default;
    color: #888;
    opacity: 0;
    display: none
}

div.dp-popup a.disabled:active, div.dp-popup a.disabled:focus, div.dp-popup a.disabled:hover {
    color: #888;
    background: 0 0
}

div.dp-popup td {
    cursor: pointer
}

div.dp-popup td.disabled {
    cursor: default;
    color: #888
}

div.dp-popup td.disabled:active, div.dp-popup td.disabled:focus, div.dp-popup td.disabled:hover {
    color: #888;
    background: 0 0
}

.dp-nav-next-month, .dp-nav-next-year, .dp-nav-prev-month, .dp-nav-prev-year {
    width: 40px;
    height: 30px;
    padding-top: 3px !important;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 0;
    text-align: center
}

.dp-nav-next-month.disabled, .dp-nav-next-year.disabled, .dp-nav-prev-month.disabled, .dp-nav-prev-year.disabled {
    opacity: .4
}

.dp-nav-next-year:before {
    content: "\f101";
    font-size: 29px
}

.dp-nav-prev-year:before {
    content: "\f100";
    font-size: 29px
}

.dp-nav-next-month:before {
    content: "\f105";
    font-size: 29px
}

.dp-nav-prev-month:before {
    content: "\f104";
    font-size: 29px
}

.dp-nav-prev {
    margin-left: -5px
}

.dp-nav-next {
    margin-right: -5px
}

.dp-hover:not(.disabled) {
    position: relative;
    z-index: 4
}

.dp-hover:not(.disabled):before {
    content: '';
    opacity: 1
}

.calendar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 15px solid #f1f1f1;
    background: #f1f1f1
}

.calendar-wrapper .calendar-body {
    width: auto;
    -webkit-box-flex: 24;
    -ms-flex-positive: 24;
    flex-grow: 24
}

.calendar-wrapper.calendar-wrapper--styler .calendar-info {
    background: #f8d028;
    color: #000
}

.calendar-info__logo {
    max-width: 200px
}

.calendar-info {
    padding: 30px;
    background: #1665c1;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

.calendar-info__day {
    font-size: 70px;
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: .8
}

.calendar-info__month {
    font-size: 22px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

@media only screen and (min-width: 850px) {
    .calendar-wrapper {
        margin-right: -25px
    }
}

@media only screen and (min-width: 850px) and (max-width: 1050px),(max-width: 650px) {
    .calendar-info {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    table.jCalendar td, table.jCalendar th {
        font-size: 18px
    }
}

@media only screen and (max-width: 450px) {
    table.jCalendar td, table.jCalendar th {
        font-size: 18px
    }
}

.dp-popup-inline.dp-popup {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.calendar-body {
    width: 100%
}

.search-section {
    margin-bottom: 40px;
    background: #f1f1f1;
    padding: 20px
}

.search-section__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.search-section__input {
    padding: 6px 12px;
    -webkit-box-flex: 100;
    -ms-flex-positive: 100;
    flex-grow: 100;
    margin-right: 10px;
    margin-left: 10px
}

.search-section__select {
    padding: 6px 12px 5px 12px;
    margin-left: 10px;
    cursor: pointer;
    border: 2px solid #1665c1;
    background: 0 0;
    color: #222629
}

.search-section__select:active, .search-section__select:focus, .search-section__select:hover {
    outline: 0
}

.search-section__radio-group {
    margin-bottom: 15px;
    cursor: pointer;
    color: #777
}

.search-section__radio-group .radio {
    display: inline-block;
    margin-right: 25px
}

.search-section__radio-group input[type=radio]:checked + label:before {
    color: #222629
}

.search-section__radio-group input[type=radio]:checked + label {
    color: #222629
}

.search-section__radio-label {
    font-size: 17px;
    cursor: pointer;
    text-transform: lowercase
}

.search-section__radio-label:hover {
    color: #222629
}

@media only screen and (max-width: 1100px) {
    .search-section__flex-container {
        display: block
    }

    .search-section__input {
        display: block;
        margin: 10px 0 10px 0;
        width: 100%
    }

    .search-section__button {
        display: block;
        margin: 0 0 10px 0;
        width: 100%
    }

    .search-section__select {
        display: block;
        margin: 0 0 10px 0;
        width: 100%
    }
}

.pagination {
    text-align: center;
    margin-bottom: 20px;
    padding: 0;
    background: #f1f1f1
}

.pagination .next, .pagination .prev {
    width: 34px;
    position: relative;
    font-size: 31px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 54px
}

.pagination .next:before {
    content: "\f105"
}

.pagination .prev:before {
    content: "\f104"
}

.pagination .dots {
    background: 0 0
}

.pagination-mobile {
    display: none
}

.pagination-item {
    letter-spacing: .01em;
    font-size: 18px;
    text-align: center;
    color: #999;
    display: inline-block;
    line-height: 54px;
    text-decoration: none;
    padding: 0 12px;
    vertical-align: top;
    cursor: pointer;
    border: 1px solid transparent;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    -webkit-transition: all .2s;
    transition: all .2s
}

.pagination-item:active, .pagination-item:focus, .pagination-item:hover {
    color: #1665c1;
    background: #fff
}

.pagination-item.active {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    cursor: default;
    color: #1665c1;
    background: #fff
}

@media only screen and (max-width: 650px) {
    .pagination {
        display: none
    }

    .pagination-mobile {
        display: block
    }
}

input[type=checkbox], input[type=radio] {
    display: none
}

input[type=radio] + label {
    display: block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    text-indent: 0;
    line-height: 1.3;
    margin-left: 30px
}

input[type=radio] + label:hover {
    color: #777
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1.2em;
    margin-right: 5px;
    top: 1px;
    position: absolute;
    left: -30px;
    color: #222629
}

input[type=radio] + label:before {
    content: "\f0c8"
}

input[type=radio]:checked + label:before {
    content: "\f14a"
}

input[type=checkbox] + label:before {
    content: "\f0c8"
}

input[type=checkbox]:checked + label:before {
    content: "\f14a"
}

.checkbox label, .radio label {
    padding-left: 0
}

@media only screen and (min-width: 1200px) {
    .branding-layout {
        background: url(/static/tmp/trash/branding.jpg) 50% 64px no-repeat fixed #fff
    }

    .branding-layout .branding-full {
        width: 100% !important
    }

    .branding-layout .branding-half {
        width: 50% !important
    }

    .branding-layout .header .branding-container {
        max-width: 993px;
        margin-right: auto;
        margin-left: auto;
        background: #fff
    }

    .branding-layout .header .branding-container .container {
        margin-left: -7px;
        margin-right: -7px
    }

    .branding-layout .header .branding-container .top-header__inner {
        margin-right: 10px;
        margin-left: 10px;
        border-bottom: none
    }

    .branding-layout .top-header .branding-container {
        border-bottom: 1px solid #ccc
    }

    .branding-layout .bottom-header {
        width: 1000px;
        margin: 0 auto 0 auto;
        position: relative;
        z-index: 3
    }

    .branding-layout .main-content {
        width: 1000px;
        margin: 0 auto 0 auto;
        background: #fff;
        position: relative;
        z-index: 3
    }

    .branding-layout .publication-page-section {
        width: 1000px;
        margin: 0 auto 0 auto;
        background: #fff;
        position: relative;
        z-index: 3
    }

    .branding-layout .home-page-section {
        width: 1000px;
        margin: 0 auto 0 auto;
        background: #fff;
        position: relative;
        z-index: 3
    }

    .branding-layout .three-column-layout__column.three-column-layout__column--3 {
        display: none
    }

    .branding-layout .three-column-layout__column.three-column-layout__column--1 {
        border-right: none
    }

    .branding-layout .publication-column-layout__column.publication-column-layout__column--center {
        padding-left: 25px;
        position: relative
    }

    .branding-layout .publication-social {
        position: static;
        margin-bottom: 30px;
        width: 100%;
        left: 0
    }

    .branding-layout .publication-social__inner {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .branding-layout .social-likes__widget {
        -webkit-box-flex: 10;
        -ms-flex-positive: 10;
        flex-grow: 10;
        border-right: none;
        border-bottom: 1px solid #ccc;
        line-height: 1.6
    }

    .branding-layout .social-likes__widget.social-likes__widget--mail {
        border-right: 1px solid #ccc
    }

    .branding-layout .footer {
        position: relative;
        z-index: 3
    }

    .branding-layout .layout-wrapper, .narrow-layout .layout-wrapper {
        background: #fff;
        max-width: 993px;
        padding: 20px 10px 0 10px
    }

    .branding-layout .month-picker__body, .narrow-layout .month-picker__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .branding-layout .month-picker__body span, .narrow-layout .month-picker__body span {
        width: 16.66666666%
    }

    .branding-layout .publication-img-wrapper, .narrow-layout .publication-img-wrapper {
        margin-right: 0;
        max-width: initial;
        float: none
    }

    .branding-layout .news-section-flex, .narrow-layout .news-section-flex {
        display: block
    }

    .branding-layout .news-section-left, .narrow-layout .news-section-left {
        width: auto;
        min-width: initial;
        margin-right: 0
    }

    .branding-layout .article-with-thumbnail__heading--big, .narrow-layout .article-with-thumbnail__heading--big {
        font-size: 20px
    }

    .branding-layout .article-with-thumbnail__excerpt, .narrow-layout .article-with-thumbnail__excerpt {
        font-size: 14px
    }
}

.currency-page h1 {
    margin-bottom: 30px
}

.currency-page .news-page-heading {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #222629;
    text-decoration: none;
    float: left
}

.currency-page .table-wrapper {
    clear: both;
    margin-bottom: 20px
}

.currency-page table {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    clear: both;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4
}

.currency-page table td, .currency-page table th {
    border: 1px solid #e4e4e4;
    border-right: none;
    border-left: none;
    padding: 12px 15px;
    vertical-align: middle;
    word-wrap: break-word;
    text-align: left
}

.currency-page table th {
    background: #f7f7f7;
    border-bottom: 3px solid #43a047;
    border-top: none;
    text-align: left;
    font-size: 14px;
    vertical-align: top
}

.currency-page .equal-4-columns td, .currency-page .equal-4-columns th {
    width: 25%
}

.currency-page .subscr-items table td, .currency-page table th {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    vertical-align: top;
    font-size: 14px
}

.currency-page .banks td:first-child {
    position: relative;
    text-align: left
}

.currency-page .banks td:first-child:before {
    content: '';
    border-radius: 50%;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    position: relative;
    top: 1px;
    border: 1px solid #ccc;
    background: #f7f7f7
}

.currency-page .exchange-menu {
    display: block;
    margin-top: 13px;
    position: relative;
    float: right;
    margin-right: -6px;
    margin-bottom: 10px;
    padding-left: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.currency-page .exchange-menu:after {
    content: '';
    display: table;
    overflow: hidden;
    clear: both
}

.currency-page .exchange-menu-item {
    font-size: 13px;
    float: left;
    color: #222629;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 0 10px 5px 10px
}

.currency-page .exchange-menu-link {
    color: #222629;
    display: inline-block;
    text-decoration: none
}

.currency-page .exchange-menu-item.active .exchange-menu-link {
    color: #43a047
}

.currency-page .exchange-menu-link:hover {
    text-decoration: underline
}

@media only screen and (max-width: 992px) {
    .currency-page .banks td:first-child:before {
        display: none
    }

    .currency-page .equal-4-columns td, .currency-page .equal-4-columns th {
        width: auto
    }
}

@media only screen and (max-width: 650px) {
    .currency-page table td, .currency-page table th {
        font-size: 12px;
        padding: 6px 6px
    }
}

.sidebar-currencies {
    margin-bottom: 30px
}

.sidebar-currencies table {
    width: 100%
}

.sidebar-currencies th {
    padding: 9px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #222629;
    background: #fff
}

.sidebar-currencies td {
    padding: 11px 10px 11px 0;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #d4d4d4
}

.sidebar-currencies__heading {
    font-size: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.sidebar-currencies__primary-name {
    color: #1665c1;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.sidebar-currencies__secondary-name {
    color: #d4d4d4;
    font-size: 16px
}

.sidebar-currencies__exchange {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    color: #666;
    letter-spacing: .02em;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sidebar-currencies__exchange:hover {
    color: #1665c1
}

.sidebar-currencies__exchange.sidebar-currencies__exchange--up:after {
    content: '';
    background-image: url(/static/common/imgs/up-currency-arrow.svg);
    background-size: cover;
    display: inline-block;
    height: 13px;
    width: 12px;
    position: relative;
    top: 1px;
    left: 4px
}

.sidebar-currencies__exchange.sidebar-currencies__exchange--down:after {
    content: '';
    background-image: url(/static/common/imgs/down-currency-arrow.svg);
    background-size: cover;
    display: inline-block;
    height: 13px;
    background-position: center bottom;
    width: 12px;
    position: relative;
    top: 1px;
    left: 4px
}

.sidebar-currencies__fraction {
    color: #d4d4d4
}

.timeline {
    width: 100%;
    padding-left: 41px;
    margin-top: 20px;
    margin-bottom: 40px;
    clear: both
}

.timeline .timeline-item {
    margin-bottom: 30px;
    position: relative
}

.timeline .timeline-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -33px;
    left: -33px;
    width: 2px;
    background: #ddd;
    z-index: 1
}

.timeline .timeline-item:first-child:before {
    content: '';
    top: 16px;
    bottom: -34px
}

.timeline .timeline-item:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -40px;
    border: 2px solid #43a047;
    z-index: 2;
    background: #fff;
    width: 16px;
    height: 16px
}

.timeline .timeline-item-text {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.timeline .timeline-item-text a {
    color: #222629;
    display: block;
    text-decoration: none;
    margin-bottom: 10px
}

.timeline .time {
    font-size: 12px;
    text-transform: uppercase;
    color: #222629;
    display: block;
    overflow: hidden;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.author-group {
    padding-top: 20px
}

.author-group__item {
    position: relative;
    text-decoration: none;
    margin-bottom: 30px
}

.author-group__item__inner {
    position: relative;
    color: #222629;
    text-decoration: none;
    display: block;
    overflow: hidden
}

.author-group__item__img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
    float: left;
    margin-right: 15px
}

.author-group__item__name {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 5px
}

.author-group__item__post {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3
}

.author-group__item__articles {
    padding: 0 15px
}

.author-group__item__article {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .2s;
    transition: all .2s
}

.author-group__item__article:first-child {
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.author-group__item__article:last-child {
    border-bottom: none
}

.author-group__item__article:hover {
    background: #ebebeb;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px
}

@media only screen and (max-width: 850px) {
    .author-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .author-group__item {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width: 550px) {
    .author-group__item {
        width: 100%;
        float: none
    }
}

.author-group2 {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.author-group2__item {
    position: relative;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.author-group2__item__inner {
    position: relative;
    color: #222629;
    text-decoration: none;
    display: block;
    border: 1px solid #e1e1e1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 100px;
    padding: 90px 20px 40px 20px;
    text-align: center
}

.author-group2__item__img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
    float: left;
    position: absolute;
    z-index: 2;
    top: -65px;
    left: 50%;
    margin-left: -65px
}

.author-group2__item__counter {
    position: absolute;
    left: 50%;
    margin-left: 75px;
    top: 15px;
    vertical-align: middle;
    color: red;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.author-group2__item__counter__icon {
    display: inline-block;
    height: 13px;
    width: 13px;
    vertical-align: middle
}

.author-group2__item__counter__icon__bar {
    display: block;
    width: 100%;
    height: 2px;
    background: #c1c1c1;
    margin-bottom: 2px
}

.author-group2__item__counter__icon__bar:first-child, .author-group2__item__counter__icon__bar:last-child {
    width: 80%
}

.author-group2__item__name {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #1665c1
}

.author-group2__item__post {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3
}

@media only screen and (max-width: 1300px) {
    .author-group2__item {
        margin-bottom: 50px
    }

    .author-group2__item__inner {
        margin-top: 60px
    }
}

@media only screen and (min-width: 850px) and (max-width: 992px) {
    .author-group2__item {
        width: 100%;
        max-width: 300px
    }
}

@media only screen and (max-width: 650px) {
    .author-group2__item {
        width: 100%;
        max-width: 300px
    }
}

.month-picker {
    font-size: 17px;
    margin-bottom: 30px
}

.month-picker__header {
    background: #f1f1f1;
    font-size: 28px;
    text-align: center;
    margin-bottom: 4px
}

.month-picker__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.month-picker__body span {
    font-size: 15px;
    padding: 7px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.month-picker__body span.active, .month-picker__body span:hover {
    background: #1665c1;
    color: #fff
}

.month-picker__year {
    margin-right: 35px;
    margin-left: 35px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 33px
}

.month-picker__next-year, .month-picker__prev-year {
    width: 30px;
    line-height: 35px;
    cursor: pointer;
    font-size: 30px
}

.month-picker__next-year:hover, .month-picker__prev-year:hover {
    background: #e0e0e0
}

@media only screen and (max-width: 1150px) {
    .month-picker__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .month-picker__body span {
        width: 16.66666666%
    }
}

@media only screen and (max-width: 992px) {
    .month-picker {
        margin-left: -7px;
        margin-right: -7px
    }
}

@media only screen and (max-width: 550px) {
    .month-picker__body span {
        padding-left: 3px;
        padding-right: 3px;
        width: 33.33333333%
    }
}

.styler-category__flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.styler-category__title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 42px;
    padding: 0
}

.styler-category__title:before {
    content: '';
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background: #f8d028;
    z-index: -1
}

.styler-category__title a {
    color: #222629;
    text-decoration: none
}

.styler-category__title a:hover {
    color: #222629;
    text-decoration: none
}

.styler-category__title__inner {
    padding: 0 20px;
    background: #fff
}

.styler-category__item {
    padding: 0 3%;
    margin-bottom: 40px
}

.styler-category__item:hover .styler-category__item__img {
    -webkit-transform: perspective(1px) scale(1.05);
    transform: perspective(1px) scale(1.05)
}

.styler-category__item:hover .styler-category__item__inner {
    color: #777
}

.styler-category__item__inner {
    display: block;
    color: #222629;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s
}

.styler-category__item__img-wrapper {
    overflow: hidden;
    margin-bottom: 10px
}

.styler-category__item__img {
    -webkit-transition: all .4s;
    transition: all .4s;
    background-size: cover;
    background-position: center;
    padding-top: 100%
}

.styler-category__item__heading {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 8px
}

.styler-category__item__meta {
    font-size: 14px;
    color: #999
}

.styler-category__item__meta .fa {
    margin-right: 8px;
    position: relative;
    top: -1px
}

@media only screen and (max-width: 767px) {
    .styler-category__title {
        font-size: 30px
    }
}

@media only screen and (max-width: 550px) {
    .styler-category__item {
        padding: 0;
        max-width: 350px;
        float: none;
        width: auto;
        margin: 0 auto 30px auto
    }
}

.collapsed-block {
    margin-bottom: 20px
}

.collapsed-block__content {
    max-height: 80px;
    overflow: hidden
}

.collapsed-block__footer {
    letter-spacing: .01em;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #1665c1;
    position: relative;
    padding-top: 20px
}

.collapsed-block__close, .collapsed-block__open {
    padding: 10px 10px 10px 15px;
    float: right;
    cursor: pointer
}

.collapsed-block__close:hover, .collapsed-block__open:hover {
    color: #777
}

.collapsed-block__open {
    display: none
}

.collapsed-block__close {
    display: none
}

.collapsed-block__icon {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-size: 16px
}

.collapsed-block__gradient {
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: -64px;
    display: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.polling__date {
    text-transform: uppercase;
    text-align: center
}

.polling__date i {
    margin-right: 10px;
    color: #b3b3b3
}

.polling__heading {
    text-align: left;
    margin-bottom: 40px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3
}

.polling__meta {
    color: #777;
    font-size: 12px;
    margin-bottom: 5px
}

.polling__meta i {
    margin-right: 6px
}

.vote-questions {
    margin-bottom: 40px;
    margin-top: 20px
}

.polling-item {
    margin-bottom: 10px
}

.polling-result {
    margin-bottom: 40px
}

.polling-item__question {
    margin-bottom: 5px
}

.category-polling {
    margin-bottom: 20px
}

.category-polling__item {
    color: #222629;
    text-decoration: none;
    margin-bottom: 15px;
    display: block
}

.category-polling__item:hover {
    color: #777
}

.category-polling__item__heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 20px
}

.progress {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px
}

.progress progress {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -777px
}

.progress-value {
    color: #333;
    display: block;
    line-height: 21px;
    margin-bottom: 4px
}

.progress-bg {
    background: #e6e9ed;
    position: relative;
    height: 8px;
    overflow: hidden
}

.progress-bar {
    overflow: hidden;
    background: #0b0b0b;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.progress-bar:after {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.polling-list {
    margin-bottom: 20px;
    margin-top: 20px
}

.polling-list__date {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0
}

.polling-list__item {
    margin-bottom: 30px;
    text-decoration: none;
    color: #222629;
    display: block;
    line-height: 1.3
}

.polling-list__item__heading {
    font-size: 18px;
    margin-top: 3px
}

.polling-list__item__meta {
    color: #1665c1;
    font-size: 12px
}

.polling-list__item__meta i {
    margin-right: 8px;
    position: relative
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 15px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.white-popup label {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 4px
}

.white-popup input[type=email], .white-popup input[type=password], .white-popup input[type=text], .white-popup textarea {
    display: block;
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #ccc;
    margin-bottom: 15px
}

.white-popup__caption {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase
}

.analog-toggle {
    white-space: nowrap;
    text-decoration: none !important;
    color: #222629 !important
}

.analog-toggle__inner {
    position: relative;
    display: inline-block
}

.analog-toggle__text {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 500
}

.analog-toggle__inner label:before {
    display: none !important
}

.analog-toggle__inner label {
    background: #ccc;
    position: relative;
    display: inline-block;
    border-radius: 46px;
    -webkit-transition: .1s;
    transition: .1s
}

.analog-toggle__inner label:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    left: 0;
    top: -5px;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .35);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .35);
    -webkit-transition: .1s;
    transition: .1s
}

.analog-toggle__inner input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
    display: block
}

.analog-toggle__inner input:hover + label:after {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .64);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .64)
}

.analog-toggle__inner input:checked + label:after {
    left: 40px
}

.analog-toggle .analog-toggle__inner label {
    background: #bbb;
    height: 11px;
    width: 36px
}

.analog-toggle .analog-toggle__inner label:after {
    background: #fff;
    top: -4px;
    left: -2px;
    width: 20px;
    height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.analog-toggle .analog-toggle__inner input:checked + label:after {
    left: 17px;
    background: #6c6c6c;
    -webkit-box-shadow: none;
    box-shadow: none
}

html {
    height: 100%
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    color: #222629;
    background: #fff;
    width: 100%;
    padding-top: 64px;
    height: 100%
}

body > :not(.not-filter) {
    -webkit-transition: all .3s;
    transition: all .3s
}

body.overlay-active > :not(.not-filter) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

body.overlay-active .site-overlay {
    display: block
}

body.hot-news-enabled {
    padding-top: 99px
}

a {
    text-decoration: none
}

a h1 {
    color: #222629;
    text-decoration: none
}

.lazy-background:not(.visible) {
    background-image: none !important
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both
}

.clearfix {
    clear: both
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both
}

.hidden {
    display: none
}

.news-color {
    background-color: #1665c1 !important;
    color: #fff !important
}

.styler-color {
    background-color: #f8d028 !important;
    color: #000 !important
}

.news-text {
    color: #1665c1 !important
}

.styler-text {
    color: #f8d028 !important
}

.white-text {
    color: #fff !important
}

.black-text {
    color: #000 !important
}

.gray-color {
    background-color: #ccc
}

.gray-color-dark {
    background-color: #999
}

.styler-bg {
    background-color: #2e3336
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.layout-wrapper {
    width: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    padding-top: 25px;
    position: relative;
    z-index: 2
}

.narrow-layout .main-content {
    max-width: 1200px;
    margin: 0 auto
}

.narrow-layout--1000 .main-content {
    max-width: 1000px;
    margin: 0 auto
}

.sidebar-close {
    position: absolute;
    right: 15px;
    top: 15px
}

.on-top {
    display: none
}

.site-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 8;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, .22);
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

@media only screen and (min-width: 1150px) {
    .hidden-1150-and-more {
        display: none
    }
}

@media only screen and (max-width: 1149px) {
    .hidden-1150-and-less {
        display: none
    }
}

@media only screen and (min-width: 850px) {
    .hidden-850-and-more {
        display: none
    }
}

@media only screen and (max-width: 849px) {
    .hidden-850-and-less {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 50px
    }
}

@media only screen and (max-width: 550px) {
    .hidden-xxs {
        display: none
    }

    .col-xxs-12 {
        width: auto;
        float: none
    }
}

@media only screen and (min-width: 551px) {
    .visible-xxs {
        display: none
    }
}

hr {
    border-bottom: 1px solid #c7cccf;
    border-top: 0;
    margin: 25px 0;
    display: inline-block;
    width: 100%;
    clear: both
}

.hr--thick {
    border-bottom: 3px solid #e1e6e9
}

.category-page .news-section-right {
    padding-bottom: 20px
}

.container-small {
    max-width: 1000px;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    width: 100%
}

.container {
    width: auto;
    max-width: 1400px;
    padding: 0 25px 0 25px
}

.content-extended {
    display: table-cell;
    padding: 0 0 20px 0;
    width: 100%
}

.content {
    width: 100%
}

.content:after {
    content: '';
    display: table;
    clear: both
}

.content-banner-wrapper {
    margin-bottom: 20px
}

.content-banner-wrapper img {
    display: block;
    margin: 0 auto
}

.mosaic-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.home-page-section.home-page-section--top .nano {
    max-height: 2140px
}

.home-page-section.home-page-section--styler {
    background: #2e3336;
    color: #fff
}

.three-column-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px
}

.three-column-layout__column {
    padding: 0 25px
}

.three-column-layout__column.three-column-layout__column--1 {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
    overflow: hidden;
    border-left: 0;
    border-right: 0
}

.three-column-layout__column.three-column-layout__column--2 {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.three-column-layout__column.three-column-layout__column--3 {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.publication-column-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 1165px;
    margin: 0 auto
}

.publication-column-layout__column {
    padding: 0 25px
}

.publication-column-layout__column.publication-column-layout__column--center {
    width: calc(100% - 350px);
    padding-left: 150px;
    position: relative
}

.publication-column-layout__column.publication-column-layout__column--right {
    width: 350px;
    max-width: 350px;
    min-width: 350px
}

.publication-column-layout__column__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    overflow: hidden
}

.inner-page-column-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0 auto
}

.inner-page-column-layout__column {
    padding: 0 25px
}

.inner-page-column-layout__column.inner-page-column-layout__column--center {
    position: relative;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    overflow: hidden
}

.inner-page-column-layout__column.inner-page-column-layout__column--right {
    width: 350px;
    max-width: 350px;
    min-width: 350px
}

.inner-page-column-layout__column__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px
}

.news-section-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.news-section-left {
    width: 307px;
    min-width: 307px;
    padding-right: 25px;
    padding-left: 25px
}

.news-section-right {
    padding-right: 25px;
    padding-left: 25px;
    border-right: 1px solid #c7cccf;
    border-left: 1px solid #c7cccf
}

.news-section-right.news-section-right--no-border-left {
    border-left: none
}

.table-wrapper {
    overflow-y: auto
}

.page-title {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 22px;
    padding-top: 0;
    margin-top: 0
}

.page-title.page-title--white {
    color: #fff
}

.page-title h1 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 1.1;
    float: left
}

.page-title .region-menu {
    float: right;
    margin-top: 10px
}

.page-title .region-menu__submenu {
    top: 30px
}

.hot-news {
    padding: 10px 20px;
    background: #f44336;
    display: none
}

.hot-news__close {
    position: absolute;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hot-news__close:active, .hot-news__close:focus, .hot-news__close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hot-news__text {
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.hot-news__text i {
    margin-right: 4px
}

.hot-news__text a {
    color: #fff;
    text-decoration: none
}

.hot-news__text a:active, .hot-news__text a:focus, .hot-news__text a:hover {
    text-decoration: underline
}

.lead {
    font-size: 1.4em
}

.section-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin: 70px 0 25px 0;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    position: relative
}

.section-title:before {
    content: '';
    height: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: #939393
}

.section-title.section-title--home-page {
    margin-right: 12px;
    margin-left: 12px
}

.section-title.section-title--small-mt {
    margin-top: 0
}

.section-title.section-title--top {
    margin-top: 30px;
    margin-bottom: 10px
}

.section-title.section-title--opinions {
    margin-bottom: 25px
}

.section-title.section-title--opinions:before {
    background: #a52938
}

.section-title.section-title--styler {
    margin-top: 0
}

.section-title.section-title--styler:before {
    background: #f8d028
}

.section-title.section-title--styler .section-title__inner {
    background: #fff;
    color: #000
}

.section-title__inner {
    display: inline-block;
    background: #fff;
    position: relative;
    line-height: 1;
    padding: 0 20px;
    color: #222629;
    text-decoration: none
}

.rubric-title {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    color: #000;
    position: relative;
    padding: 0 0 6px 0;
    border-bottom: 2px solid #efefef;
    text-decoration: none
}

.rubric-title:hover {
    color: #666;
    text-decoration: none
}

.rubric-title.rubric-title--big {
    font-size: 24px;
    padding-bottom: 10px
}

.rubric-title a {
    color: inherit;
    text-decoration: none
}

.top-section-menu {
    text-align: center
}

.top-section-menu.top-section-menu--on-dark-bg .top-section-menu__item {
    color: #fff
}

.top-section-menu__item {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    padding: 8px;
    color: #222629;
    text-decoration: none;
    font-size: 16px
}

.top-section-menu__item:active, .top-section-menu__item:focus, .top-section-menu__item:hover {
    color: #696969
}

.styler-page-heading {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    display: block;
    padding: 5px 0;
    color: #222629;
    text-decoration: none;
    text-align: left;
    clear: both;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.styler-page-heading a {
    color: #222629;
    text-decoration: none
}

.styler-page-heading .button {
    float: left;
    margin-bottom: 0
}

.news-color {
    background: #1665c1 !important;
    color: #fff
}

.styler-color {
    background: #f8d028 !important;
    color: #000
}

.icon-photo, .icon-video {
    position: relative
}

.icon-photo:after, .icon-video:after {
    content: '';
    width: 37px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.content-form input[type=email], .content-form input[type=phone], .content-form input[type=text], .content-form select, .content-form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 6px 10px
}

.content-form label {
    margin-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    display: block
}

.heading-gray {
    background: #ccc !important;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 17px;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
    padding: 6px
}

.onebigarea__publication {
    border-bottom: 2px solid #1665c1;
    padding-bottom: 20px
}

.tag-block {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.tag-block p {
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.author-info__text-wrapper {
    padding: 0 15px 0 25px
}

.author-info__img {
    width: 85px;
    height: 85px;
    border-radius: 50%
}

.author-info__name {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 48px
}

.author-info__regalia {
    font-size: 16px;
    margin-bottom: 10px
}

@media only screen and (max-width: 1200px) {
    .author-info__name {
        font-size: 36px
    }
}

@media only screen and (max-width: 850px) {
    .page-title {
        margin-top: 25px
    }

    .inner-page-column-layout {
        padding-top: 0
    }
}

@media only screen and (max-width: 767px) {
    .inner-page-full-width-layout {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media only screen and (max-width: 650px) {
    .page-title .region-menu__submenu {
        top: 50px
    }
}

@media only screen and (max-width: 500px) {
    .author-info {
        display: block
    }

    .author-info__text-wrapper {
        padding-left: 0;
        margin-top: 15px
    }
}

.common-breadcrumbs {
    font-size: 14px;
    color: #222629;
    margin-left: -8px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-decoration: none
}

.common-breadcrumbs a {
    margin-left: 8px;
    margin-right: 8px;
    color: #222629;
    text-decoration: none
}

.common-breadcrumbs a:active, .common-breadcrumbs a:focus, .common-breadcrumbs a:hover {
    color: #222629;
    text-decoration: none
}

.region-menu {
    position: relative
}

.region-menu__item {
    display: inline-block;
    padding: 3px 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #222629 !important;
    letter-spacing: 0;
    float: left
}

a.region-menu__item {
    position: relative;
    top: 1px
}

.region-menu__submenu {
    position: absolute;
    background: #eee;
    padding: 10px;
    text-align: right;
    right: 0;
    left: 0;
    z-index: 3;
    display: none
}

.region-menu__submenu-toggle {
    position: relative;
    top: 1px
}

.region-menu__submenu__item {
    display: block;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #222629 !important
}

.rbc-in-messenger {
    color: #fff;
    padding: 20px 20px 20px 80px;
    background: #0084ff;
    position: relative
}

.rbc-in-messenger__icon {
    font-size: 55px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -26px
}

.rbc-in-messenger__heading {
    text-transform: uppercase;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.4
}

.rbc-in-messenger__text {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.4
}

.rbc-in-messenger__text a {
    color: #fff;
    text-decoration: none
}

.widget-heading__menu {
    position: relative;
    float: right
}

.widget-heading__menu.widget-heading__menu--bottom {
    margin-left: -5px;
    margin-top: 20px;
    float: left;
    margin-bottom: 20px
}

.widget-heading__menu.widget-heading__menu--sidebar {
    width: 300px
}

.widget-heading__menu.widget-heading__menu--sidebar .region-menu__submenu {
    text-align: left;
    top: 30px
}

.h1-heading__menu {
    position: relative;
    float: right;
    top: 13px
}

.h1-heading__menu .region-menu__submenu {
    top: 30px
}

.widget-heading__analog-toggle {
    float: right;
    margin-top: -1px
}

.widget-heading__analog-toggle .analog-toggle__text {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 4px;
    position: relative;
    top: -1px;
    color: #ccc
}

.pb-0 {
    padding-bottom: 0 !important
}

h1 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    letter-spacing: .01em;
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.1
}

h2 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 12px
}

h3 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 12px
}

.sidebar-right {
    display: table-cell;
    max-width: 307px;
    width: 307px;
    padding-right: 25px;
    padding-left: 25px;
    vertical-align: top;
    position: relative
}

@media only screen and (max-width: 650px) {
    h1 {
        margin-bottom: 0;
        font-size: 32px !important
    }
}

@media only screen and (max-width: 450px) {
    h1 {
        margin-bottom: 0;
        font-size: 27px !important
    }
}

.mobile-currencies {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-left: -25px;
    margin-right: -25px
}

.mobile-currencies__item {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    text-align: center
}

.mobile-currencies__item__exchange {
    font-size: 19px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    color: #222629;
    margin-left: 6px
}

.mobile-currencies__item__exchange.mobile-currencies__item__exchange--up:after {
    content: '';
    background-image: url(/static/common/imgs/up-currency-arrow.svg);
    background-size: cover;
    display: inline-block;
    height: 16px;
    background-position: center bottom;
    width: 12px;
    position: relative;
    top: 0;
    left: 2px
}

.mobile-currencies__item__exchange.mobile-currencies__item__exchange--down:after {
    content: '';
    background-image: url(/static/common/imgs/down-currency-arrow.svg);
    background-size: cover;
    display: inline-block;
    height: 16px;
    background-position: center bottom;
    width: 12px;
    position: relative;
    top: 0;
    left: 2px
}

.mobile-currencies__item__primary-name {
    color: #898989;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.mobile-currencies__item__primary-name.mobile-currencies__item__primary-name--up:after {
    content: '';
    background-image: url(/static/common/imgs/up-currency-arrow.svg);
    background-size: cover;
    display: inline-block;
    height: 13px;
    width: 12px;
    position: relative;
    top: 0;
    left: 6px;
    display: none
}

.mobile-currencies__item__primary-name.mobile-currencies__item__primary-name--down:after {
    content: '';
    background-image: url(/static/common/imgs/down-currency-arrow.svg);
    background-size: cover;
    display: inline-block;
    height: 13px;
    background-position: center bottom;
    width: 12px;
    position: relative;
    top: 0;
    left: 6px;
    display: none
}

@media only screen and (max-width: 1150px) {
    h1 {
        font-size: 38px
    }

    .three-column-layout__column.three-column-layout__column--3 {
        display: none
    }

    .three-column-layout__column.three-column-layout__column--1 {
        border-right: none
    }
}

@media only screen and (max-width: 1050px) {
    .publication-column-layout__column.publication-column-layout__column--center {
        padding-left: 25px
    }
}

@media only screen and (max-width: 991px) {
    .news-section-left {
        margin-top: 30px
    }

    .content {
        width: 100%
    }

    .sidebar-left {
        width: 100%;
        float: none;
        overflow: hidden
    }

    .category-page-heading {
        padding-top: 0;
        margin-top: 0
    }

    .content-extended {
        display: block;
        width: 100%;
        padding: 0 10px 20px 10px
    }

    .sidebar-right {
        display: block;
        float: none;
        max-width: 768px;
        width: 100%
    }

    .content {
        padding: 0
    }

    .heading-gray {
        margin-left: -10px;
        margin-right: -10px
    }

    .sidebar-right {
        padding-left: 10px
    }

    .content-banner-wrapper {
        margin-left: -10px;
        margin-right: -10px
    }

    .news-section-right {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 850px) {
    .publication-column-layout__column.publication-column-layout__column--center {
        width: 100%
    }

    .publication-column-layout__column.publication-column-layout__column--right {
        display: none
    }

    .inner-page-column-layout__column.inner-page-column-layout__column--center {
        padding-right: 25px;
        width: 100%
    }

    .inner-page-column-layout__column.inner-page-column-layout__column--right {
        display: none
    }

    .three-column-layout {
        display: block;
        padding-top: 0;
        padding-bottom: 0
    }

    .three-column-layout__column {
        padding: 0 10px
    }

    .three-column-layout__column.three-column-layout__column--1 {
        border-right: none;
        border-left: none;
        padding-right: 25px;
        padding-left: 25px
    }

    .three-column-layout__column.three-column-layout__column--2 {
        width: auto;
        min-width: auto;
        max-width: none;
        padding-right: 25px;
        padding-left: 25px
    }

    .three-column-layout__column.three-column-layout__column--3 {
        width: auto;
        min-width: auto;
        max-width: none
    }
}

@media only screen and (max-width: 767px) {
    .mobile-currencies {
        margin-left: 0;
        margin-right: 0
    }

    .h1-heading__menu {
        position: relative;
        float: none;
        margin-left: -4px;
        padding-bottom: 30px
    }

    .h1-heading__menu .region-menu__submenu {
        top: 30px;
        text-align: left
    }

    .home-page-section {
        overflow: hidden
    }

    .three-column-layout__column.three-column-layout__column--1 {
        padding-right: 10px;
        padding-left: 10px
    }

    .three-column-layout__column.three-column-layout__column--2 {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media only screen and (max-width: 650px) {
    .publication-column-layout {
        padding-top: 20px
    }

    .publication-column-layout__column.publication-column-layout__column--center {
        padding-right: 10px;
        padding-left: 10px
    }

    .inner-page-column-layout__column.inner-page-column-layout__column--center {
        padding-right: 10px;
        padding-left: 10px
    }

    .three-column-layout__column.three-column-layout__column--1 {
        padding-right: 10px;
        padding-left: 10px
    }

    .three-column-layout__column.three-column-layout__column--2 {
        padding-right: 10px;
        padding-left: 10px
    }

    h1 {
        margin-bottom: 15px;
        line-height: 1.2
    }

    .region-menu {
        float: none;
        margin-top: 15px
    }
}

@media only screen and (max-width: 450px) {
    .mobile-currencies__item__primary-name {
        display: inline;
        margin-bottom: 3px
    }

    .mobile-currencies__item__exchange {
        display: inline;
        margin-left: 10px
    }

    .mobile-currencies__item__primary-name.mobile-currencies__item__primary-name--up:after {
        content: '';
        display: inline-block
    }

    .mobile-currencies__item__primary-name.mobile-currencies__item__primary-name--down:after {
        content: '';
        display: inline-block
    }

    .mobile-currencies__item__exchange.mobile-currencies__item__exchange--up:after {
        display: none
    }

    .mobile-currencies__item__exchange.mobile-currencies__item__exchange--down:after {
        display: none
    }
}

.widget {
    margin-bottom: 30px;
    position: relative
}

.widget a {
    text-decoration: none
}

.widget.widget--styler {
    background: #2e3336;
    padding: 25px;
    margin-left: -25px;
    margin-right: -25px
}

.widget.widget--styler:after {
    content: '';
    position: absolute;
    z-index: 2;
    height: 30px;
    bottom: -30px;
    left: -1px;
    right: -1px;
    background: #fff
}

.widget.widget--gray-bg {
    background: #f1f1f1;
    padding-right: 6px;
    padding-left: 0;
    margin-bottom: 5px;
    padding-top: 0
}

.widget.widget--gray-bg .news-feed-divider__inner {
    background: #f1f1f1
}

@media only screen and (max-width: 992px) {
    .widget.widget--white-bg-sm {
        background: #fff;
        padding: 0
    }

    .widget.widget--white-bg-sm .news-feed-divider__inner {
        background: #f1f1f1
    }
}

@media only screen and (max-width: 767px) {
    .widget.widget--white-bg-xs {
        background: #fff;
        padding: 0
    }

    .widget.widget--white-bg-xs .news-feed-divider__inner {
        background: #f1f1f1
    }
}

.widget-heading {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    display: block;
    color: #222629;
    position: relative;
    text-decoration: none;
    padding: 6px 0 6px 0;
    border-left: 0 solid #c7cccf
}

.widget-heading.widget-heading--news {
    color: #222629
}

.widget-heading.widget-heading--news a {
    color: #222629
}

.widget-heading.widget-heading--business {
    color: #222629
}

.widget-heading.widget-heading--business a {
    color: #222629
}

.widget-heading.widget-heading--opinions {
    color: #222629
}

.widget-heading.widget-heading--opinions a {
    color: #222629
}

.widget-heading.widget-heading--sports {
    color: #222629
}

.widget-heading.widget-heading--sports a {
    color: #222629
}

.widget-heading.widget-heading--lifestyle {
    color: #222629
}

.widget-heading.widget-heading--lifestyle a {
    color: #222629
}

.widget-heading.widget-heading--styler {
    color: #f8d028
}

.widget-heading.widget-heading--styler a {
    color: #f8d028
}

.widget-heading.widget-heading--styler a:active, .widget-heading.widget-heading--styler a:focus, .widget-heading.widget-heading--styler a:hover {
    color: #f8d028
}

.widget-heading.widget-heading--styler a:active a, .widget-heading.widget-heading--styler a:focus a, .widget-heading.widget-heading--styler a:hover a {
    color: #f8d028
}

.widget-heading.widget-heading--small {
    border: none;
    font-size: 24px;
    padding-left: 0;
    margin-bottom: 10px
}

.widget-heading.widget-heading--on-dark-bg {
    color: #fff
}

.widget-heading.widget-heading--on-dark-bg a {
    color: #fff
}

.widget-heading a {
    color: #222629;
    text-decoration: none;
    position: relative;
    top: 1px
}

a.widget-heading:active, a.widget-heading:focus, a.widget-heading:hover {
    color: #666
}

@media only screen and (max-width: 850px) {
    .widget-heading {
        font-family: Roboto, sans-serif;
        font-weight: 700;
        color: #222629;
        position: relative;
        padding-left: 0;
        border-left: none;
        text-decoration: none
    }
}

@media only screen and (max-width: 767px) {
    .widget-heading {
        font-size: 21px !important
    }
}

.sidebar-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.sidebar-tabs.sidebar-tabs--lifestyle .sidebar-tabs__item.active {
    border-bottom: 1px solid #5e3f8b;
    color: #5e3f8b
}

.sidebar-tabs.sidebar-tabs--styler .sidebar-tabs__item {
    border-bottom: 1px solid #fff
}

.sidebar-tabs.sidebar-tabs--styler .sidebar-tabs__item.active {
    border-bottom: 1px solid #f8d028;
    color: #f8d028
}

.sidebar-tabs.sidebar-tabs--styler .sidebar-tabs__item:active, .sidebar-tabs.sidebar-tabs--styler .sidebar-tabs__item:focus, .sidebar-tabs.sidebar-tabs--styler .sidebar-tabs__item:hover {
    background: rgba(0, 0, 0, .12)
}

.sidebar-tabs__item {
    width: 50%;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sidebar-tabs__item.active {
    color: #777
}

.sidebar-tabs__item:active, .sidebar-tabs__item:focus, .sidebar-tabs__item:hover {
    background: #f1f4f6
}

@media only screen and (max-width: 768px) {
    .widget .sidebar-thumbnail-news {
        margin-left: -10px;
        margin-right: -10px
    }

    .widget-header {
        margin-left: -10px;
        margin-right: -10px
    }

    .most-popular, .news-feed-button-wrapper, .selector-slider-wrapper, .styler-news-feed, .styler-page-heading {
        max-width: 100%
    }
}

.tag-block__menu {
    margin-top: 20px;
    margin-bottom: 40px
}

.tag-block__menu__item {
    font-size: 14px;
    text-decoration: none;
    line-height: 1.4;
    color: #222629;
    padding: 2px 0;
    margin-right: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .2s;
    transition: all .2s
}

.tag-block__menu__item:hover {
    color: #1665c1;
    border-bottom-color: #1665c1
}

.tag-list-item {
    font-size: 12px;
    font-weight: 700;
    padding: 5px
}

.tag-list-item a {
    color: #333;
    text-decoration: none
}

.tag-list-item a:hover {
    color: #333;
    text-decoration: underline
}

.mobile-section-tabs {
    display: none
}