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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    min-height: 100%
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

a:focus {
    outline: none
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: top;
    border-style: none;
    max-width: 100%
}

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

a, area, button, [role="button"], input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

a {
    color: inherit
}

a:hover {
    text-decoration: none;
    color: inherit
}

.justify-fix {
    font-size: 0;
    height: 0;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin: 0
}

.group:before, .group:after {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    *zoom: 1
}

.hidden {
    display: none
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    height: 48px;
    width: 48px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

::-moz-selection {
    background: #EA2700;
    color: #FFF;
    text-shadow: none
}

::selection {
    background: #EA2700;
    color: #FFF;
    text-shadow: none
}

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

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .2s ease;
    -webkit-font-smoothing: antialiased
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    background-color: #FFF;
    overflow-y: scroll;
    overflow-x: hidden
}

body.js-prevent-body-scroll {
    overflow: hidden
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    body {
        width: 100vw;
        overflow-y: scroll;
        overflow-x: hidden
    }
}

@media all and (max-width: 639px) {
    #ot-sdk-btn {
        bottom: 60px !important
    }
}

@media all and (max-width: 639px) {
    div#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-left {
        right: 40px;
        bottom: 48px;
        height: 32px;
        width: 32px;
        left: auto
    }
}

.controller {
    max-width: 1260px;
    margin: 0 auto
}

@media all and (min-width: 640px) {
    .controller {
        width: 88vw;
        min-width: 600px;
        max-width: 800px
    }
}

@media all and (min-width: 1279px) {
    .controller {
        max-width: 1260px;
        width: 100%
    }
}

@media all and (min-width: 1599px) {
    .controller {
        max-width: 1580px
    }
}

img {
    vertical-align: top;
    -ms-interpolation-mode: bicubic
}

strong {
    font-weight: 700
}

h1 {
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 1.125;
    margin: 0
}

@media all and (min-width: 640px) {
    h1 {
        font-size: 36px;
        line-height: 1.15
    }
}

@media all and (min-width: 1279px) {
    h1 {
        font-size: 40px;
        line-height: 1.15;
        letter-spacing: -0.5px
    }
}

@media all and (min-width: 1599px) {
    h1 {
        font-size: 48px;
        letter-spacing: -1px
    }
}

.article-title {
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 1.125;
    margin: 0
}

.article-title .opinion-author-in-title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
    margin: 4px 0 8px
}

.widget-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1px 35px 0 10px;
    line-height: 1;
    border-radius: 1px;
    letter-spacing: -0.3px;
    width: 100%
}

@media all and (min-width: 640px) {
    .widget-title {
        margin: -3px 0 28px
    }
}

.widget-title.ctg-news {
    border-left: 5px solid #EA2700
}

.widget-title.ctg-opinions {
    border-left: 5px solid #4B73DA
}

.widget-title.ctg-publicity {
    border-left: 5px solid #000
}

.widget-title.ctg-entertainment {
    border-left: 5px solid #F76B00
}

.widget-title.ctg-horoscope {
    border-left: 5px solid #7E3FCC
}

.widget-title.ctg-lifestyle {
    border-left: 5px solid #E527C3
}

.widget-title.ctg-medlife {
    border-left: 5px solid #009fe3
}

.widget-title.ctg-sport {
    border-left: 5px solid #3EA405
}

.widget-title.ctg-women {
    border-left: 5px solid #00B6B6
}

.widget-title.ctg-feed {
    border-left: 5px solid #696969
}

h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0
}

p {
    margin-bottom: 18px;
    font-weight: 300
}

@media all and (min-width: 640px) {
    p {
        font-size: 22px;
        line-height: 1.45;
        margin-bottom: 22px;
        letter-spacing: -.2px
    }
}

@media all and (min-width: 1599px) {
    p {
        font-size: 28px;
        letter-spacing: -.5px;
        margin-bottom: 28px
    }
}

p.intro {
    font-weight: 400
}

i, em {
    font-style: normal
}

input, textarea, select {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    background-color: #FFF;
    font-weight: 300;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.25);
    outline: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 16px 17px 14px
}

input.half, textarea.half, select.half {
    width: calc((100% - 10px) / 2)
}

input:focus, textarea:focus, select:focus {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #FFF
}

select {
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center
}

button, input[type=submit] {
    display: inline-block;
    background-color: #EA2700;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    padding: 16px 35px;
    margin-top: 15px;
    cursor: pointer
}

button:hover, button:focus, input[type=submit]:hover, input[type=submit]:focus {
    outline: none;
    background-color: #c62100
}

.mg-top-5 {
    margin-top: 5px
}

.mg-bottom-5 {
    margin-bottom: 5px
}

.mg-top-10 {
    margin-top: 10px
}

.mg-bottom-10 {
    margin-bottom: 10px
}

.mg-top-15 {
    margin-top: 15px
}

.mg-bottom-15 {
    margin-bottom: 15px
}

.mg-top-20 {
    margin-top: 20px
}

.mg-bottom-20 {
    margin-bottom: 20px
}

.mg-top-25 {
    margin-top: 25px
}

.mg-bottom-25 {
    margin-bottom: 25px
}

.mg-top-30 {
    margin-top: 30px
}

.mg-bottom-30 {
    margin-bottom: 30px
}

.mg-top-35 {
    margin-top: 35px
}

.mg-bottom-35 {
    margin-bottom: 35px
}

.mg-top-40 {
    margin-top: 40px
}

.mg-bottom-40 {
    margin-bottom: 40px
}

.mg-top-45 {
    margin-top: 45px
}

.mg-bottom-45 {
    margin-bottom: 45px
}

.mg-top-50 {
    margin-top: 50px
}

.mg-bottom-50 {
    margin-bottom: 50px
}

.pointer {
    cursor: pointer
}

.strawberry-ads--in-sidebar {
    text-align: center;
    padding: 20px 0;
    overflow-x: hidden
}

.gray-bg {
    background-color: #EDEDEF
}

.fw-700 {
    font-weight: 700
}

.upper {
    text-transform: uppercase
}

.pt0 {
    padding-top: 0
}

.type-none {
    list-style-type: none
}

.marking-icon {
    position: absolute;
    top: 0;
    left: 0
}

.marking-icon .category-label-inner {
    background-color: #FFF !important;
    color: #333;
    text-align: center;
    min-width: 59px;
    padding: 5px 5px 0
}

.marking-icon .icon-container {
    background-repeat: no-repeat;
    background-size: contain;
    height: 59px;
    width: 59px;
    margin-left: 25px;
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2
}

.marking-icon .icon-container span {
    font-size: 12px;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400
}


.marking-icon.photo-icon .category-label-inner {
    min-width: 95px
}

.marking-icon.photo-icon .icon-container {
    padding-top: 50px;
    height: 95px
}

.time-or-date {
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.7);
    padding: 7px 15px 0;
    display: block;
    font-size: 12px;
    line-height: 1.1;
    position: relative;
    height: 25px;
    text-transform: uppercase
}

.time-or-date.partner-name {
    font-weight: 700;
    color: #EA2700
}

.category-label {
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    height: 25px;
    width: 25px;
    transform: rotate(-90deg);
    transform-origin: right top;
    top: 25px;
    justify-content: flex-end
}

.marking-icon .category-label, .news-item-info .category-label {
    right: 100%;
    top: 0
}

.category-label-inner {
    height: 25px;
    padding: 5px 10px 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    background-color: #EA2700;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: auto;
    min-width: 114px;
    text-align: right
}

.category-label-inner:hover {
    color: #f2f2f2
}

.category-label-inner.ctg-large {
    min-width: 139px
}

.news-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    transition: transform .5s ease
}

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    position: relative;
    flex-wrap: wrap
}

@media all and (min-width: 640px) {
    .news-item {
        flex-direction: column
    }
}

.news-item .thumb {
    width: 100%
}

.news-item .time-or-date {
    margin: -25px 0 0 25px
}

@media all and (min-width: 640px) {
    .news-item .time-or-date.partner-name {
        margin-left: 0
    }
}

.news-item .article-title {
    width: 100%;
    margin: 0 0 10px 25px;
    background-color: #FFF;
    padding: 12px 15px 13px;
    min-height: 114px
}

.news-item .article-title.ctg-large {
    min-height: 139px
}

@media all and (min-width: 640px) {
    .news-item .article-title {
        margin-bottom: 20px
    }
}

@media all and (min-width: 640px) {
    .news-item.large .article-title {
        font-size: 32px
    }
}

@media all and (min-width: 640px) {
    .news-item.small .article-title {
        font-size: 20px;
        letter-spacing: -.3px
    }
}

.news-item.ctg-news .article-title span {
    color: #EA2700
}

.news-item.ctg-news .category-label-inner {
    background-color: #EA2700
}

.news-item.ctg-news .secondary-news-item .category-label-inner {
    color: #EA2700;
    border-bottom: 1px solid #EA2700
}

.news-item.ctg-feed .category-label-inner {
    background-color: #696969
}

.news-item.ctg-opinions .article-title span {
    color: #4B73DA
}

.news-item.ctg-opinions .category-label-inner {
    background-color: #4B73DA
}

.news-item.ctg-opinions .secondary-news-item .category-label-inner {
    color: #4B73DA;
    border-bottom: 1px solid #4B73DA
}

.news-item.ctg-publicity .article-title span {
    color: #000
}

.news-item.ctg-publicity .category-label-inner {
    background-color: #000
}

.news-item.ctg-publicity .secondary-news-item .category-label-inner {
    color: #000;
    border-bottom: 1px solid #000
}

.news-item.ctg-investigations .article-title span {
    color: #4B73DA
}

.news-item.ctg-investigations .category-label-inner {
    background-color: #4B73DA
}

.news-item.ctg-investigations .secondary-news-item .category-label-inner {
    color: #4B73DA;
    border-bottom: 1px solid #4B73DA
}

.news-item.ctg-entertainment .article-title span {
    color: #F76B00
}

.news-item.ctg-entertainment .category-label-inner {
    background-color: #F76B00
}

.news-item.ctg-entertainment .secondary-news-item .category-label-inner {
    color: #F76B00;
    border-bottom: 1px solid #F76B00
}

.news-item.ctg-sport .article-title span {
    color: #3EA405
}

.news-item.ctg-sport .category-label-inner {
    background-color: #3EA405
}

.news-item.ctg-sport .secondary-news-item .category-label-inner {
    color: #3EA405;
    border-bottom: 1px solid #3EA405
}

.news-item.ctg-horoscope .article-title span {
    color: #7E3FCC
}

.news-item.ctg-horoscope .category-label-inner {
    background-color: #7E3FCC
}

.news-item.ctg-horoscope .secondary-news-item .category-label-inner {
    color: #7E3FCC;
    border-bottom: 1px solid #7E3FCC
}

.news-item.ctg-lifestyle .article-title span {
    color: #E527C3
}

.news-item.ctg-lifestyle .category-label-inner {
    background-color: #E527C3
}

.news-item.ctg-lifestyle .secondary-news-item .category-label-inner {
    color: #E527C3;
    border-bottom: 1px solid #E527C3
}

.news-item.ctg-medlife .article-title span {
    color: #009fe3
}

.news-item.ctg-medlife .category-label-inner {
    background-color: #009fe3
}

.news-item.ctg-medlife .secondary-news-item .category-label-inner {
    color: #009fe3;
    border-bottom: 1px solid #009fe3
}

.news-item.ctg-women .article-title span {
    color: #00B6B6
}

.news-item.ctg-women .category-label-inner {
    background-color: #00B6B6
}

.news-item.ctg-women .secondary-news-item .category-label-inner {
    color: #00B6B6;
    border-bottom: 1px solid #00B6B6
}

.news-item.breaking-news .article-title span {
    color: #FFB600
}

.news-item .secondary-news-item.ctg-news .article-title span {
    color: #EA2700
}

.news-item .secondary-news-item.ctg-news .category-label-inner {
    color: #EA2700;
    border-bottom: 1px solid #EA2700
}

.news-item .secondary-news-item.ctg-opinions .article-title span {
    color: #4B73DA
}

.news-item .secondary-news-item.ctg-opinions .category-label-inner {
    color: #4B73DA;
    border-bottom: 1px solid #4B73DA
}

.news-item .secondary-news-item.ctg-publicity .article-title span {
    color: #000
}

.news-item .secondary-news-item.ctg-publicity .category-label-inner {
    color: #000;
    border-bottom: 1px solid #000
}

.news-item .secondary-news-item.ctg-investigations .article-title span {
    color: #4B73DA
}

.news-item .secondary-news-item.ctg-investigations .category-label-inner {
    color: #4B73DA;
    border-bottom: 1px solid #4B73DA
}

.news-item .secondary-news-item.ctg-entertainment .article-title span {
    color: #F76B00
}

.news-item .secondary-news-item.ctg-entertainment .category-label-inner {
    color: #F76B00;
    border-bottom: 1px solid #F76B00
}

.news-item .secondary-news-item.ctg-sport .article-title span {
    color: #3EA405
}

.news-item .secondary-news-item.ctg-sport .category-label-inner {
    color: #3EA405;
    border-bottom: 1px solid #3EA405
}

.news-item .secondary-news-item.ctg-horoscope .article-title span {
    color: #7E3FCC
}

.news-item .secondary-news-item.ctg-horoscope .category-label-inner {
    color: #7E3FCC;
    border-bottom: 1px solid #7E3FCC
}

.news-item .secondary-news-item.ctg-lifestyle .article-title span {
    color: #E527C3
}

.news-item .secondary-news-item.ctg-lifestyle .category-label-inner {
    color: #E527C3;
    border-bottom: 1px solid #E527C3
}

.news-item .secondary-news-item.ctg-medlife .article-title span {
    color: #009fe3
}

.news-item .secondary-news-item.ctg-medlife .category-label-inner {
    color: #009fe3;
    border-bottom: 1px solid #009fe3
}

.news-item .secondary-news-item.ctg-women .article-title span {
    color: #00B6B6
}

.news-item .secondary-news-item.ctg-women .category-label-inner {
    color: #00B6B6;
    border-bottom: 1px solid #00B6B6
}

.mobile-menu {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    background-color: #000;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    width: 100%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25)
}

@media all and (min-width: 640px) {
    .mobile-menu {
        display: none
    }
}

.mobile-menu ul {
    width: 100%;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.mobile-menu ul li {
    flex: 1
}

.mobile-menu ul li.active {
    background-color: #EA2700
}

.mobile-menu ul li a {
    display: block;
    width: 100%;
    height: 60px;
    padding-top: 8px
}

.mobile-menu ul li img {
    height: 30px;
    width: 45px;
    margin-bottom: 2px
}

.mobile-menu ul li span {
    display: block
}

.breadcrumbs {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    color: #9B9B9B;
    font-weight: 300
}

.breadcrumbs a {
    border-bottom: 1px solid rgba(155, 155, 155, 0)
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
    border-bottom: 1px solid #9B9B9B
}

.overflow-x-h {
    overflow-x: hidden
}

.minw-300 {
    min-width: 300px
}

.news-container.opinions-and-news .strawberry-ads--in-sidebar {
    min-width: 300px;
    position: -webkit-sticky;
    position: sticky
}

#gdpr-close .close {
    margin-right: 5px;
    background: #e0e0e3;
    color: #EA2700;
    top: 0;
    height: 38px;
    width: 38px;
    padding: 0;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

header .nowrap-item > a {
    white-space: nowrap
}

@media (min-width: 1279px) and (max-width: 1599px) {
    header .main-menu {
        padding-left: 10px
    }
}

.clearfix:after {
    display: table;
    content: '';
    clear: both
}

.useful-info {
    position: relative
}

.nl-ntf-wrapper {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    max-width: initial
}

@media all and (min-width: 640px) {
    .nl-ntf-wrapper {
        flex-wrap: nowrap;
        margin: 0 0 40px;
        width: 100%
    }
}

.newsletter, .notifications {
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 83px;
    background-repeat: no-repeat;
    background-position: 18px center;
    flex-wrap: wrap
}

@media all and (min-width: 1279px) {
    .newsletter, .notifications {
        flex-wrap: nowrap;
        padding: 20px 20px 20px 83px
    }
}

.newsletter span, .notifications span {
    display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 1.25;
    width: 100%;
    margin: -5px 0 10px
}

@media all and (min-width: 1279px) {
    .newsletter span, .notifications span {
        width: auto;
        flex: 1;
        margin: 0 20px 0 0
    }
}

@media all and (min-width: 1599px) {
    .newsletter span, .notifications span {
        margin: 0 40px 0 0
    }
}

.newsletter input, .notifications input {
    margin: 0;
    height: 40px;
    font-size: 16px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #FFF;
    flex: 1
}

@media all and (min-width: 1279px) {
    .newsletter input, .notifications input {
        width: 470px;
        flex: none
    }
}

.newsletter input::placeholder, .notifications input::placeholder {
    color: rgba(255, 255, 255, 0.7)
}

.newsletter button, .notifications button {
    margin: 0;
    padding: 12px 0;
    width: 130px;
    height: 40px;
    font-size: 13px
}

.newsletter {
    background-color: #333;
    width: 100%
}

.notifications {
    background-color: #EA2700;
    width: 100%
}

@media all and (min-width: 640px) {
    .notifications {
        width: 42%
    }
}

@media all and (min-width: 1279px) {
    .notifications {
        width: 470px
    }
}

@media all and (min-width: 1599px) {
    .notifications {
        width: 620px
    }
}

.notifications button {
    width: 108px;
    background-color: #FFF;
    color: #EA2700
}

.notifications button:hover, .notifications button:focus {
    background-color: rgba(255, 255, 255, 0.85)
}

@media all and (min-width: 1279px) {
    body.brandingStickyTop, body.brandingStickyFull {
        margin-top: 0
    }

    body.brandingStickyTop header, body.brandingStickyFull header {
        position: relative;
        margin-top: 0;
        top: 0;
        border-bottom: none
    }

    body.brandingStickyTop .artC2 .sticky-container .strawberry-ads--in-sidebar {
        top: 220px
    }

    body.brandingStickyTop .gallery-container .artC2 .sticky-container .strawberry-ads--in-sidebar {
        top: 20px
    }
}

.small-news-wrapper {
    list-style-type: none
}

@media all and (min-width: 640px) {
    .small-news-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%
    }
}

@media all and (min-width: 640px) {
    .small-news-wrapper li {
        width: calc(50% - 10px)
    }
}

.small-news-wrapper li.section-title-container {
    width: 100%;
    margin-top: -10px
}

@media all and (min-width: 640px) {
    .small-news-wrapper li.section-title-container {
        margin-top: 0
    }
}

.articles-results-area {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

@media all and (min-width: 640px) {
    .articles-results-area {
        justify-content: flex-start;
        width: calc(100% + 20px)
    }
}

@media all and (min-width: 640px) {
    .articles-results-area li {
        width: calc(50% - 20px);
        margin-right: 20px
    }
}

@media all and (min-width: 1279px) {
    .articles-results-area li {
        width: 300px
    }
}

.articles-results-area li.li--is-banner {
    width: 100%
}

@media all and (min-width: 1279px) {
    .articles-results-area--four li {
        width: calc(25% - 20px)
    }
}

.articles-results-area .thumb {
    order: 2;
    width: 30.4vw;
    padding-bottom: 30.4vw;
    margin-top: 25px
}

@media all and (min-width: 640px) {
    .articles-results-area .thumb {
        order: 0;
        width: 100%;
        padding-bottom: 66.66%;
        margin-top: 0
    }
}

.articles-results-area .news-item-info {
    order: 1;
    margin-top: 25px;
    width: calc(100% - 30.4vw)
}

@media all and (min-width: 640px) {
    .articles-results-area .news-item-info {
        margin-top: 0;
        width: 100%
    }
}

.articles-results-area .time-or-date {
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(0, 0, 0, 0.5)
}

@media all and (min-width: 640px) {
    .articles-results-area .time-or-date {
        background-color: rgba(0, 0, 0, 0.6);
        color: rgba(255, 255, 255, 0.7)
    }
}

.articles-results-area .article-title {
    font-size: 20px;
    letter-spacing: -.3px;
    min-height: 30.4vw
}

@media all and (min-width: 640px) {
    .articles-results-area .article-title {
        min-height: 114px
    }
}

@media all and (min-width: 640px) {
    .news-container {
        padding: 40px 0 15px
    }
}

@media all and (min-width: 640px) {
    .news-container .hero {
        padding: 0 0 15px
    }
}

.partner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 80vw;
    max-width: 283px;
    margin: 0 0 25px 15px;
    transition: all .5s ease
}

@media all and (min-width: 1279px) {
    .partner-item {
        margin: 0;
        width: 300px;
        max-width: none
    }
}

.partner-item .partner-item__h6 {
    color: #EA2700;
    font-size: 12px;
    width: 100%;
    padding: 6px 15px 3px;
    background-image: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 120px)
}

.partner-item .article-title {
    background-color: #FFF;
    min-height: 84px;
    font-size: 16px;
    flex: 1;
    padding: 10px 15px 11px;
    letter-spacing: -.2px
}

.partner-item .article-title.height-102 {
    max-height: 102px;
    overflow: hidden
}

.partner-item .thumb {
    width: 94px;
    padding-bottom: 94px
}

.partner-item .thumb.height-102 {
    width: 102px;
    padding-bottom: 102px
}

header {
    width: 100%;
    z-index: 10000;
    background-color: #FFF;
    height: 60px
}

@media all and (min-width: 640px) {
    header {
        background-color: #FFF;
        background-image: none;
        height: 98px
    }

    header.has-shadow {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
    }
}

@media all and (min-width: 1279px) {
    header {
        height: 113px
    }
}

header .controller {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media all and (min-width: 640px) {
    header .controller {
        align-items: center
    }
}

header .controller > * {
    pointer-events: auto
}

header .header-search {
    font-size: 18px;
    letter-spacing: -.3px;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    padding: 17px 17px
}

@media all and (min-width: 640px) {
    header .header-search {
        font-size: 20px
    }
}

@media (max-width: 375px) {
    header .header-search {
        padding: 17px 13px 17px 0;
        font-size: 16px
    }
}

header .header-search img {
    height: 19px;
    width: 19px;
    vertical-align: top;
    margin: 3px 6px 0 0
}

@media all and (min-width: 640px) {
    header .header-search img {
        width: 24px;
        height: 24px;
        margin-right: 10px
    }
}

header .user-trigger {
    font-size: 18px;
    position: relative;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center
}

header .user-trigger::before {
    height: 24px;
    width: 24px;
    margin-right: 10px
}

@media all and (max-width: 639px) {
    header .user-trigger::before {
        height: 19px;
        width: 19px;
        vertical-align: top;
        margin-right: 6px
    }
}

@media all and (min-width: 640px) {
    header .user-trigger {
        padding-left: 18px;
        font-size: 20px
    }
}

@media all and (max-width: 639px) {
    header .user-trigger {
        padding: 17px 10px 17px 0
    }
}

@media (max-width: 375px) {
    header .user-trigger {
        padding-right: 10px;
        font-size: 16px
    }
}

header .user-trigger .log-out-wrapper {
    width: 200px
}

header .logo {
    margin-right: auto
}

.nav-up {
    top: -130px
}

.logo {
    padding: 5px 10px
}

@media all and (min-width: 640px) {
    .logo {
        padding: 15px 0;
        flex: 1
    }
}

@media all and (min-width: 1279px) {
    .logo {
        padding: 20px 0;
        flex: none
    }
}

.logo img {
    width: 55px;
    height: 50px
}

@media all and (min-width: 1279px) {
    .logo img {
        width: 74px;
        height: 68px
    }
}

@media all and (min-width: 640px) {
    .logo img {
        width: 80px;
        height: 73.5px
    }
}

.main-menu {
    display: none;
    list-style-type: none;
    font-size: 20px;
    letter-spacing: -.3px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    flex: 1;
    justify-content: flex-end;
    padding-right: 41px
}

@media all and (min-width: 1279px) {
    .main-menu {
        display: flex
    }
}

@media all and (min-width: 1599px) {
    .main-menu {
        justify-content: flex-start;
        padding-left: 60px
    }
}

.main-menu > li {
    position: relative
}

.main-menu > li > a {
    padding: 0 20px 0 5px;
    margin-right: 1px;
    font-size: 17px;
    display: block;
    border-left: 5px solid rgba(51, 51, 51, 0.5);
    border-radius: 1px;
    line-height: 1;
    position: relative
}

.main-menu > li > a.ctg-news {
    border-left: 5px solid #EA2700
}

.main-menu > li > a.ctg-opinions {
    border-left: 5px solid #4B73DA
}

.main-menu > li > a.ctg-publicity {
    border-left: 5px solid #000
}

.main-menu > li > a.ctg-investigations {
    border-left: 5px solid #4B73DA
}

.main-menu > li > a.ctg-entertainment {
    border-left: 5px solid #F76B00
}

.main-menu > li > a.ctg-sport {
    border-left: 5px solid #3EA405
}

.main-menu > li > a.ctg-lifestyle {
    border-left: 5px solid #E527C3
}

.main-menu > li > a.ctg-horoscope {
    border-left: 5px solid #7E3FCC
}

.main-menu > li > a.ctg-medlife {
    border-left: 5px solid #009fe3
}

.main-menu > li > a.ctg-women {
    border-left: 5px solid #00B6B6
}

.main-menu > li > a.active {
    border-left-width: 21px
}

.main-menu > li.active a, .main-menu > li.current-menu-item a, .main-menu > li.current-menu-parent a {
    border-left-width: 21px
}

.main-menu > li.highlight-item > a {
    color: #EA2700
}

.main-menu > li:hover .sub-menu-wrapper, .main-menu > li:focus .sub-menu-wrapper {
    padding: 20px;
    height: auto;
    opacity: 1
}

.main-menu > li:hover .sub-menu, .main-menu > li:focus .sub-menu {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25)
}

.thumb {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.66%;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    transition: all .5s ease
}

@media all and (max-width: 1279px) and (orientation: landscape) {
    .thumb {
        padding-bottom: 56.25%
    }
}

.thumb img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all .5s ease
}

.thumb.video {
    position: relative;
    padding-bottom: 56.25%;
    background-color: #EDEDEF
}

.thumb.video iframe, .thumb.video embed, .thumb.video video, .thumb.video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sub-menu-wrapper {
    position: absolute;
    height: 0;
    overflow: hidden;
    padding: 0 20px;
    opacity: 0;
    left: -20px;
    width: 250px;
    z-index: 100000
}

.special-sections {
    display: none;
    background-color: #EDEDEF;
    margin-bottom: 20px;
    width: 100%
}

@media all and (min-width: 1279px) {
    .special-sections {
        display: block
    }
}

.special-sections ul {
    display: flex;
    width: 100%;
    justify-content: center
}

.special-sections a {
    text-transform: uppercase;
    font-weight: 700;
    color: #EA2700;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.1;
    display: block;
    padding: 15px 25px 13px
}

.special-sections a:hover, .special-sections a:focus {
    background-color: #e0e0e3
}

.trigger-button.user-trigger.logged-in .img-user {
    border-radius: 28px;
    margin-right: 6px
}

@media all and (min-width: 640px) {
    .trigger-button.user-trigger.logged-in .img-user {
        margin-right: 10px
    }
}

.trigger-button.user-trigger.logged-in::before {
    display: none
}

.article-hero .strawberry-ads--in-sidebar {
    padding: 0
}

.article-hero .strawberry-ads--in-sidebar .small-news-wrapper {
    display: block
}

.article-hero .strawberry-ads--in-sidebar .small-news-wrapper .thumb {
    padding-bottom: 66.66%
}

@media all and (min-width: 1279px) {
    .article-hero .strawberry-ads--in-sidebar .small-news-wrapper {
        width: 300px
    }
}

@media all and (min-width: 640px) {
    .article-hero .strawberry-ads--in-sidebar .small-news-wrapper li {
        width: 50%
    }
}

@media all and (min-width: 1279px) {
    .article-hero .strawberry-ads--in-sidebar .small-news-wrapper li {
        width: 100%
    }
}

@media all and (min-width: 640px) {
    .article-hero .strawberry-ads--in-sidebar .small-news-wrapper .news-item {
        width: 100%
    }
}

@media all and (min-width: 1279px) {
    .article-hero .strawberry-ads--in-sidebar .small-news-wrapper .news-item .article-title {
        margin-bottom: 0;
        text-align: left
    }
}

@media all and (min-width: 1279px) {
    .article-hero .controller {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }
}

@media all and (min-width: 1279px) {
    .article-hero .artC2 {
        padding-top: 0
    }
}

.article-hero .thumb {
    padding-bottom: 66.66%
}

@media all and (min-width: 640px) {
    .article-hero .thumb {
        padding-bottom: 66.66%
    }
}

@media all and (min-width: 1279px) {
    .article-hero .thumb {
        padding-bottom: 600px
    }
}

@media all and (min-width: 1599px) {
    .article-hero .thumb {
        padding-bottom: 56.25%
    }
}

.article-hero .thumb img {
    object-position: center
}

@media all and (max-width: 639px) {
    .article-hero .thumb--video {
        padding-bottom: 66.66%
    }
}

.article-hero .thumb .marking-icon {
    top: auto;
    bottom: 0
}

@media all and (min-width: 640px) {
    .article-hero .thumb .marking-icon {
        top: 0;
        bottom: auto
    }
}

.sticky-container {
    padding-bottom: 20px
}

.sticky-container .strawberry-ads--in-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px
}

.artC1 {
    width: 100%
}

@media all and (min-width: 1279px) {
    .artC1 {
        width: 940px
    }
}

@media all and (min-width: 1599px) {
    .artC1 {
        width: 1260px
    }
}

.artC2 {
    display: none
}

@media all and (min-width: 1279px) {
    .artC2 {
        display: flex;
        width: 300px;
        flex-wrap: wrap;
        flex-direction: row;
        padding-top: 20px
    }

    .artC2 .category-label--top-0 {
        top: 0
    }
}

.artC2 .strawberry-ads--in-sidebar {
    padding: 0
}

.title-container .time-or-date {
    margin: -25px 0 0 25px
}

.title-container h1 {
    margin: 0 0 2px 25px;
    padding: 12px 15px 13px 15px
}

@media all and (min-width: 640px) {
    .title-container h1 {
        padding: 12px 20px 13px;
        margin-bottom: 15px
    }
}

@media all and (min-width: 1599px) {
    .title-container h1 {
        padding-right: 50px
    }
}

.title-container .breadcrumbs {
    margin: 0 0 -6px 25px;
    padding: 11px 15px 0 16px
}

@media all and (min-width: 640px) {
    .title-container .breadcrumbs {
        padding: 20px 20px 0 22px;
        margin-bottom: -2px
    }
}

.title-container .intro {
    margin-bottom: 21px
}

@media all and (min-width: 640px) {
    .title-container .intro {
        margin-bottom: 27px;
        margin-left: 45px;
        margin-top: -13px
    }
}

@media all and (min-width: 1599px) {
    .title-container .intro {
        padding-right: 50px
    }
}

.title-container .intro a {
    color: #EA2700;
    border-bottom: 1px solid rgba(234, 39, 0, 0)
}

.title-container .intro a:hover, .title-container .intro a:focus {
    border-bottom: 1px solid #EA2700
}

.title-container .strawberry-ads--in-sidebar.mobile-only {
    padding: 0;
    margin-bottom: 20px
}

.title-container .strawberry-ads--in-sidebar.desktop-only {
    padding: 25px 0
}

.title-container.ctg-news .category-label-inner {
    background-color: #EA2700
}

.title-container.ctg-news h1 span {
    color: #EA2700
}

.title-container.ctg-opinions .category-label-inner {
    background-color: #4B73DA
}

.title-container.ctg-opinions h1 span {
    color: #4B73DA
}

.title-container.ctg-publicity .category-label-inner {
    background-color: #000
}

.title-container.ctg-publicity h1 span {
    color: #000
}

.title-container.ctg-entertainment .category-label-inner {
    background-color: #F76B00
}

.title-container.ctg-entertainment h1 span {
    color: #F76B00
}

.title-container.ctg-sport .category-label-inner {
    background-color: #3EA405
}

.title-container.ctg-sport h1 span {
    color: #3EA405
}

.title-container.ctg-horoscope .category-label-inner {
    background-color: #7E3FCC
}

.title-container.ctg-horoscope h1 span {
    color: #7E3FCC
}

.title-container.ctg-lifestyle .category-label-inner {
    background-color: #E527C3
}

.title-container.ctg-lifestyle h1 span {
    color: #E527C3
}

.title-container.ctg-medlife .category-label-inner {
    background-color: #009fe3
}

.title-container.ctg-medlife h1 span {
    color: #009fe3
}

.title-container.ctg-women .category-label-inner {
    background-color: #00B6B6
}

.title-container.ctg-women h1 span {
    color: #00B6B6
}

.article-container {
    width: 100%;
    position: relative
}

.article-signature {
    font-size: 16px;
    line-height: 1.4;
    color: #9B9B9B;
    margin-left: 40px !important
}

@media all and (min-width: 640px) {
    .article-signature {
        margin-left: 45px !important;
        margin-bottom: 45px
    }
}

.article-signature a {
    color: #EA2700;
    border-bottom: 1px solid rgba(234, 39, 0, 0)
}

.article-signature a:hover, .article-signature a:focus {
    border-bottom: 1px solid #EA2700
}

.thumb .embed {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%)
}

.video-wrapper, .thumb .embed .featured-video {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56%
}

.video-wrapper.no-padding, .thumb .embed .featured-video.no-padding {
    padding-bottom: 0
}

.video-wrapper iframe, .thumb .embed .featured-video iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.article-wrapper p {
    margin-left: 25px;
    margin-right: 25px
}

@media all and (min-width: 640px) {
    .article-wrapper p {
        margin-left: 0;
        margin-right: 0
    }
}

.article-wrapper p.special-paragraph {
    margin-left: 0
}

.article-body {
    width: 100%;
    position: relative
}

@media all and (min-width: 640px) {
    .article-body {
        margin-top: 40px
    }
}

@media all and (min-width: 920px) {
    .article-body {
        padding-right: 20px;
        padding-left: 340px
    }
}

@media all and (min-width: 1599px) {
    .article-body {
        padding-right: 40px;
        padding-left: 360px
    }
}

.article-body > h3 {
    text-transform: none;
    padding-left: 0
}

@media all and (max-width: 639px) {
    .article-body > h3, .article-body > h4, .article-body > h5, .article-body > h6, .article-body .read-more-heading {
        margin-left: 25px;
        margin-right: 25px
    }
}

.article-body p a, .article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) a, .article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) a {
    color: #EA2700;
    border-bottom: 1px solid rgba(234, 39, 0, 0)
}

.article-body p a:hover, .article-body p a:focus, .article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) a:hover, .article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) a:focus, .article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) a:hover, .article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) a:focus {
    border-bottom: 1px solid #EA2700
}

.article-body p .external-link, .article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) .external-link, .article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) .external-link {
    border-bottom: none
}

.article-body p .external-link:hover, .article-body p .external-link:focus, .article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) .external-link:hover, .article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) .external-link:focus, .article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) .external-link:hover, .article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) .external-link:focus {
    border-bottom: none
}

.article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs), .article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) {
    margin: -9px 25px 18px;
    font-weight: 300;
    padding: 0 0 0 30px
}

@media all and (min-width: 640px) {
    .article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs), .article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) {
        font-size: 22px;
        line-height: 1.45;
        margin: -11px 0 22px;
        padding: 0 0 0 40px;
        letter-spacing: -.2px
    }
}

@media all and (min-width: 1599px) {
    .article-body ul:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs), .article-body ol:not(.f4ins):not(.artsrmob):not(.f2uart):not(.ejobs) {
        font-size: 28px;
        margin-bottom: 28px;
        padding-left: 60px
    }
}

.article-body #tags {
    font-size: 18px;
    line-height: 1.7;
    padding: 0;
    margin: 24px 25px 24px
}

@media all and (min-width: 640px) {
    .article-body #tags {
        margin: 21px 0 24px;
        font-size: 22px;
        line-height: 1.45
    }
}

@media all and (min-width: 1599px) {
    .article-body #tags {
        font-size: 28px
    }
}

.article-body #tags a {
    color: #9B9B9B;
    border-bottom: none
}

.article-body #tags a:hover, .article-body #tags a:focus {
    border-bottom: none
}

.article-body > img, .article-body figure {
    margin: 26px 25px 14px
}

@media all and (min-width: 640px) {
    .article-body > img, .article-body figure {
        margin: 38px 0 22px
    }
}

.article-body > h2 {
    font-size: 24px;
    line-height: 1.15;
    margin: 26px 25px 14px
}

@media all and (min-width: 640px) {
    .article-body > h2 {
        font-size: 28px;
        line-height: 1.3;
        margin: 38px 0 22px
    }
}

@media all and (min-width: 1599px) {
    .article-body > h2 {
        font-size: 32px
    }
}

.article-body > h2 a {
    color: #EA2700;
    border-bottom: 1px solid rgba(234, 39, 0, 0)
}

.article-body > h2 a:hover, .article-body > h2 a:focus {
    border-bottom: 1px solid #EA2700
}

.article-body .strawberry-ads--in-sidebar.mobile-only {
    padding: 0;
    margin-bottom: 20px
}

.article-body .strawberry-ads--in-sidebar.tablet-only {
    margin-bottom: 25px
}

.article-body .strawberry-ads--in-sidebar.desktop-only {
    padding: 0;
    margin-bottom: 25px
}

.article-body blockquote {
    margin-top: 22px
}

@media all and (min-width: 640px) {
    .article-body blockquote {
        margin-top: 22px
    }
}

.article-body blockquote > p {
    margin: 0
}

@media all and (min-width: 640px) {
    .article-body blockquote a {
        font-weight: 300
    }
}

.article-body .wp-block-rro-number-block {
    margin-top: 24px
}

@media all and (min-width: 640px) {
    .article-body .wp-block-rro-number-block {
        margin-top: 38px
    }
}

.article-body table {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.25;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: block;
    margin: 22px 0
}

@media all and (min-width: 640px) {
    .article-body table {
        font-size: 22px;
        margin: 30px 0;
        letter-spacing: -.2px
    }
}

@media all and (min-width: 1599px) {
    .article-body table {
        font-size: 28px;
        letter-spacing: -0.5px
    }
}

@media all and (max-width: 639px) {
    .article-body table {
        margin-left: 25px;
        margin-right: 25px;
        width: calc(100% - 50px)
    }
}

.article-body table a {
    color: #EA2700;
    border-bottom: 1px solid rgba(234, 39, 0, 0)
}

.article-body table a:hover, .article-body table a:focus {
    border-bottom: 1px solid #EA2700
}

.article-body tr {
    border-bottom: 1px solid #e0e0e3
}

.article-body tr:last-child {
    border-bottom: none
}

.article-body th {
    color: #EA2700;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 1.15;
    text-transform: uppercase
}

@media all and (min-width: 640px) {
    .article-body th {
        font-size: 14px
    }
}

@media all and (min-width: 1599px) {
    .article-body th {
        font-size: 18px
    }
}

.article-body th, .article-body td {
    vertical-align: top;
    padding: 8px 10px
}

@media all and (min-width: 640px) {
    .article-body th, .article-body td {
        padding: 9px 20px
    }
}

.article-body th:first-child, .article-body td:first-child {
    padding-left: 25px
}

@media all and (min-width: 640px) {
    .article-body th:first-child, .article-body td:first-child {
        padding-left: 0
    }
}

.article-body th:last-child, .article-body td:last-child {
    padding-right: 25px
}

@media all and (min-width: 640px) {
    .article-body th:last-child, .article-body td:last-child {
        padding-right: 0
    }
}

.article-body .zodiac-container {
    margin: 20px 25px 18px;
    padding: 0
}

@media all and (min-width: 640px) {
    .article-body .zodiac-container {
        margin: 20px 0 18px
    }
}

@media all and (min-width: 1279px) {
    .article-body .zodiac-container {
        width: 100%;
        margin: 20px 0 30px
    }
}

.article-body .zodiac-container::before {
    display: none
}

.article-body .zodiac-container a {
    color: #333;
    border-bottom: none
}

.article-body .zodiac-container a:hover, .article-body .zodiac-container a:focus {
    border-bottom: none
}

@media all and (min-width: 640px) {
    .article-body .zodiac-item {
        width: 16.66%
    }
}

@media all and (min-width: 920px) {
    .article-body .zodiac-item {
        width: 22.152%
    }
}

@media all and (min-width: 1279px) {
    .article-body .zodiac-item {
        width: 16.66%
    }
}

.article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) {
    width: auto;
    max-width: none;
    margin: 25px
}

@media all and (min-width: 640px) {
    .article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) {
        flex-wrap: nowrap;
        margin: 40px 0
    }
}

.article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .thumb {
    width: 100%;
    padding-bottom: 66.66%
}

@media all and (min-width: 640px) {
    .article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .thumb {
        width: 190px;
        padding-bottom: 190px
    }
}

@media all and (min-width: 640px) {
    .article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .news-item-info {
        display: flex;
        flex-direction: column-reverse;
        min-height: 190px;
        flex: 1
    }
}

.article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .partner-item__h6 {
    background: none;
    background-color: #EDEDEF;
    padding: 14px 15px 0;
    font-weight: 700;
    text-transform: uppercase
}

@media all and (min-width: 640px) {
    .article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .partner-item__h6 {
        padding: 0 18px 16px
    }
}

.article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .article-title {
    background-color: #EDEDEF;
    font-size: 20px;
    padding-bottom: 18px
}

@media all and (min-width: 640px) {
    .article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .article-title {
        padding: 16px 18px 16px;
        font-size: 24px;
        min-height: auto;
        line-height: 1.2
    }
}

@media all and (min-width: 1599px) {
    .article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .article-title {
        font-size: 28px
    }
}

.article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .partner-item__feed-in-content {
    color: #333;
    max-width: 700px
}

.article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .partner-item__feed-in-content .thumb {
    width: 130px;
    padding-bottom: 130px
}

.article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .partner-item__feed-in-content .news-item-info {
    display: flex;
    flex-direction: column-reverse;
    flex: 1;
    min-height: 130px
}

.article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .partner-item__feed-in-content .news-item-info .article-title {
    font-size: 18px
}

.article-body .partner-item:not(.partner-item--f4ins):not(.partner-item--artsrmob) .partner-item__feed-in-content .news-item-info .partner-item__h6 {
    padding: 0 18px 16px
}

.article-body .featured-video {
    display: block;
    position: relative;
    width: 100%;
    padding: 50px 10px calc(56% + 10px);
    background: #EDEDEF;
    margin-bottom: 20px
}

.article-body .featured-video:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    padding: 0 0 0 30px;
    line-height: 40px;
    content: "VIDEO Libertatea";
    color: #EA2700;
    font-weight: 900;
    background-size: 34px
}

.article-body .featured-video iframe {
    display: block;
    position: absolute;
    top: 40px;
    left: 10px;
    right: 10px;
    bottom: 0;
    width: calc(100% - 20px) !important;
    height: calc(100% - 50px) !important
}

.article-body .onnetworkplayercontainer {
    margin-top: 40px;
    overflow: visible
}

.article-body .onnetworkplayercontainer:before {
    display: inline-block;
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
    padding: 0 0 0 35px;
    line-height: 40px;
    content: "VIDEO Libertatea";
    color: #EA2700;
    font-weight: 900;
    background-size: 34px
}

.article-body .thumb_video {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all .5s ease;
    position: relative;
    background-color: #EDEDEF
}

@media all and (min-width: 640px) {
    .article-body--sspecial {
        padding-left: 45px;
        padding-right: 0
    }
}

@media all and (min-width: 640px) {
    .controller--sspecial {
        max-width: 940px
    }
}

@media all and (min-width: 1599px) {
    .controller--sspecial {
        max-width: 1260px
    }
}

.btn-google-news {
    font-size: 18px;
    background: #fef200;
    padding: 10px 25px;
    margin-top: 32px
}

.btn-google-news span {
    border-left: 5px solid #EA2700;
    padding-left: 10px
}

@media all and (min-width: 640px) {
    .btn-google-news {
        font-size: 22px;
        padding: 10px 25px
    }
}

.job-card__li {
    margin-bottom: 10px
}

@media all and (min-width: 640px) {
    .ejobs.articles-results-area .job-card__li {
        width: 100%
    }
}

@media (min-width: 1279px) {
    .ejobs.articles-results-area .job-card__li {
        width: calc(50% - 20px)
    }
}

@media all and (max-width: 639px) {
    .job-card__li {
        padding: 10px 20px;
        margin-bottom: 0
    }
}

.job-card__a {
    display: block;
    padding: 15px;
    border-radius: 0.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    border: 1px solid #ececec;
    min-height: 100%
}

.job-card__meta {
    display: block;
    width: 100%;
    color: #ff6900;
    font-size: 15px
}

.job-card__desc {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px
}

.job-card__btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    background: #ff6900;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0 15px
}

@media all and (max-width: 640px) {
    .job-card__btn--second {
        margin-left: 25px
    }
}

.job-card__btn:hover {
    color: #fff;
    background: #d35903
}

@media all and (min-width: 640px) {
    .related-partners--two-content .time-or-date {
        margin-left: 0
    }
}

.login-card {
    padding: 28px 25px;
    margin: 25px;
    text-align: center;
    border: 1px solid #E5E5E5;
    background-color: #FFF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.06), 0 2px 12px 0 rgba(51, 51, 51, 0.03);
    box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.06), 0 2px 12px 0 rgba(51, 51, 51, 0.03);
    position: relative;
    z-index: 1
}

@media all and (min-width: 640px) {
    .login-card {
        padding: 42px 40px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
        margin-top: 40px
    }
}

.login-card p {
    margin: 0;
    line-height: 1.25;
    margin-top: 15px
}

@media all and (min-width: 640px) {
    .login-card p {
        margin-top: 25px
    }
}

.login-card .login-card__fine-print {
    font-size: 14px
}

@media all and (min-width: 640px) {
    .login-card .login-card__fine-print {
        font-size: 16px;
        padding: 0 10%;
        margin-bottom: 40px
    }
}

.login-card ul {
    margin: 17px 0 20px;
    padding: 0;
    list-style-type: none;
    line-height: 1.25
}

@media all and (min-width: 640px) {
    .login-card ul {
        margin: 27px 0 30px
    }
}

.login-card ul li {
    padding: 8px 0
}

@media all and (min-width: 640px) {
    .login-card ul li {
        padding: 12px 0
    }
}

.login-card ul li + li {
    border-top: 1px solid #E5E5E5
}

.login-card--blocker::before {
    position: absolute;
    content: '';
    display: block;
    height: 400px;
    left: -25px;
    right: -25px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFF));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    bottom: 102%
}

.login-card--comentarii .login-card__icons {
    margin-top: 0;
    margin-bottom: 15px
}

.login-card--comentarii p {
    margin-bottom: 30px
}

.login-card--comentarii p + p {
    margin-top: -15px
}

.login-card__titlu {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.25px
}

@media all and (min-width: 640px) {
    .login-card__titlu {
        font-size: 32px
    }
}

@media all and (min-width: 1599px) {
    .login-card__titlu {
        font-size: 42px;
        letter-spacing: -.5px
    }
}

.login-card__autor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #E5E5E5;
    margin: 10px 0 30px
}

.login-card__autor img {
    height: 170px
}

@media all and (min-width: 640px) {
    .login-card__autor img {
        height: 250px
    }
}

.red-highlight {
    color: #EA2700
}

.login-card__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px
}

@media all and (min-width: 640px) {
    .login-card__icons {
        margin-top: 35px
    }
}

.login-card__icons img {
    margin: 0 3px
}

@media all and (min-width: 640px) {
    .login-card__icons img {
        width: 64px;
        height: 64px;
        margin: 0 5px
    }
}

.login-card__buton {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 16px 10px 15px;
    line-height: 1;
    border: 1px solid #EA2700;
    background-color: #EA2700;
    color: #FFF;
    margin-top: 10px;
    position: relative;
    z-index: 3
}

@media all and (min-width: 640px) {
    .login-card__buton {
        margin-top: 15px;
        font-size: 16px
    }
}

@media all and (min-width: 1599px) {
    .login-card__buton {
        padding: 24px 10px 23px
    }
}

@media (hover: hover) {
    .login-card__buton:hover {
        color: #FFF;
        background-color: #d12300
    }
}

.login-card__buton--secondary {
    background-color: #FFF;
    color: #EA2700
}

@media (hover: hover) {
    .login-card__buton--secondary:hover {
        color: #EA2700;
        background-color: rgba(234, 39, 0, 0.05)
    }
}

.login-card__ghost {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

.login-card.login-card--blocker ul {
    margin: 17px 0 20px !important;
    padding: 0 !important;
    list-style-type: none;
    line-height: 1.25
}

@media all and (min-width: 640px) {
    .login-card.login-card--blocker ul {
        margin: 27px 0 30px !important
    }
}