body {
    --site-primary-color: #ED1C24
}

body.page-biznis {
    --site-primary-color: #395B4A
}

body.page-zdravlje {
    --site-primary-color: #4A8299
}

body.page-goodlife {
    --site-primary-color: #ba8f54
}

body.page-weather {
    --site-primary-color: #087ED2
}

body.dark-theme {
    --site-primary-color: #333
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0
}

body {
    overflow-x: hidden
}

a {
    text-decoration: none
}

ul {
    list-style-type: none
}

figure {
    margin: 0;
    width: 100%
}

.clear {
    clear: both
}

fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important
}

textarea:focus, input:focus {
    outline: none
}

input, select, textarea {
    border: 0
}

button {
    background: rgba(0, 0, 0, 0)
}

img {
    width: 100%;
    height: auto;
    display: block
}

*:focus {
    outline: 0
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

body {
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    color: #121010
}

a {
    color: #121010
}

a:hover {
    color: inherit
}

a:hover svg {
    color: inherit
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 500
}

h1 {
    font-size: 2em
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.17em
}

h4 {
    font-size: 1.12em
}

h5 {
    font-size: .83em
}

h6 {
    font-size: .75em
}

.animation, .air-pollution__info, .air-pollution__changecity ul, .air-pollution__changecity svg, .air-pollution__page .air-pollution__changecity, .error__page a svg, .tag-info__content, .tag-info__more svg, .air-pollution-widget, .air-pollution-widget__changecity ul, .side-menu, .footer__button svg, .footer__bottom {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.container {
    width: 1260px;
    margin: 0 auto
}

.section {
    width: 1260px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px
}

.section__left {
    width: 940px
}

.section__right {
    width: 300px
}

.section__right--sticky {
    display: flex;
    flex-direction: column
}

.section__right--sticky div:last-child {
    margin-bottom: 0
}

.section__full {
    width: 100%
}

.section-row {
    display: flex;
    gap: 20px;
    margin-top: 30px
}

.section-row .section__left {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-self: flex-start
}

.section-row .section__left--inner-left {
    width: 620px
}

.section-row .section__left--inner-left .news-box-title {
    margin-bottom: 30px
}

.section-row .section__left--inner-right {
    width: 300px
}

.section-row .section__left--inner-full {
    width: 100%
}

.section-row .section__right {
    display: flex;
    flex-direction: column
}

.section-row .section__right .sticky-area {
    height: 100%
}

.section-row .section__right .sticky-area:last-child {
    margin-bottom: 0
}

.section-row .news-box--list2 {
    grid-column-gap: 20px;
    width: 100%
}

html.no-scroll {
    overflow: hidden
}

html.no-scroll body {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0
}

.header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: var(--site-primary-color);
    position: sticky;
    top: -60px;
    z-index: 1000
}

.header__top {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    gap: 20px
}

.header__top a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.header__hamburger {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5.73px;
    color: #fff
}

.header__search {
    border-radius: 5px;
    border: 1px solid #fff
}

.header__search form {
    display: flex;
    align-items: center;
    height: 24px
}

.header__search form button {
    display: flex;
    margin: 0 5px
}

.header__search form input {
    width: 72px;
    height: 100%;
    margin-right: 5px;
    font-size: 16px;
    background: var(--site-primary-color);
    color: #fff
}

.header__search form input:hover, .header__search form input:focus {
    background: var(--site-primary-color)
}

.header__search form svg {
    width: 18px;
    height: 18px;
    color: #fff
}

.header__weather a {
    gap: 4px;
    color: #fff
}

.header__weather span {
    font-size: 12px;
    font-weight: 700
}

.header__tv {
    width: 65px;
    height: 24px;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    margin-left: auto
}

.header__tv a {
    text-transform: uppercase;
    color: var(--site-primary-color)
}

.header__login {
    position: relative;
    margin-right: 75px;
    display: flex
}

.header__login svg {
    color: #fff
}

.header__login:hover svg {
    color: #fff
}

.header__login:hover .header__logged {
    display: block
}

.header__logged {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    width: 200px;
    background: var(--site-primary-color);
    z-index: 10
}

.header__logged div {
    border: 1px solid var(--site-primary-color);
    margin-top: 18px;
    background: #fff
}

.header__logged div:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid #fff;
    position: absolute;
    right: 2px;
    top: 7px
}

.header__logged div h5 {
    padding: 16px 16px 0;
    font-size: 16px;
    font-weight: bold
}

.header__logged div ul {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.header__logged div ul a {
    justify-content: flex-start
}

.header__logged div ul span {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--site-primary-color);
    border-radius: 50%;
    margin-right: 10px;
    color: initial
}

.header__logged div ul span svg {
    fill: #fff;
    color: #fff
}

.header__logo {
    width: 147px;
    height: 70px
}

.header__logo img {
    margin: auto;
    width: 106px;
    height: 70px
}

.header__nav {
    width: calc(100% - 147px);
    overflow: hidden
}

.header__nav ul {
    display: flex
}

.header__nav ul a {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.header__nav ul a.active {
    border-bottom: 1px solid #121010
}

.header__menu {
    overflow-x: clip;
    position: relative;
    border-bottom: .25px solid #000
}

.header__menu ul {
    position: relative;
    transition: all ease-in 300ms;
    left: 0
}

.header__menu li:first-child a {
    border-left: .25px solid #fff
}

.header__menu a {
    font-family: "Merriweather Sans", sans-serif;
    border-right: .25px solid #fff;
    padding: 0 16px;
    white-space: nowrap;
    height: 32px;
    margin: 5px 0;
    color: #fff
}

.nav-left, .nav-right {
    width: 40px;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 32px;
    margin: 5px 0;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.nav-left.active, .nav-right.active {
    display: flex
}

.nav-left.hidden, .nav-right.hidden {
    opacity: 0;
    z-index: -1
}

.nav-left svg, .nav-right svg {
    width: 16px;
    height: 16px;
    color: #fff
}

.nav-left {
    left: 0;
    background: var(--site-primary-color);
    border-left: .25px solid #fff;
    border-right: .25px solid #fff
}

.nav-right {
    right: 0;
    background: var(--site-primary-color);
    border-left: .25px solid #fff;
    border-right: .25px solid #fff
}

.nav-right.active + ul li.srceZaDecu a {
    border-right: 0
}

.header__sub-menu {
    overflow-x: clip;
    position: relative;
    background: #fff;
    width: 100%;
    height: 38px
}

.header__sub-menu ul {
    position: relative;
    transition: all ease-in 300ms;
    left: 0;
    margin-left: 16px;
    padding-right: 20px
}

.header__sub-menu ul a {
    font-family: "Merriweather Sans", sans-serif;
    height: 35px;
    margin-right: 20px
}

.header__sub-menu ul a.active {
    border-bottom: 1px solid #121010
}

.header__sub-menu .nav-left, .header__sub-menu .nav-right {
    background: #fff;
    border-left: .25px solid rgba(0, 0, 0, .5);
    border-right: .25px solid rgba(0, 0, 0, .5)
}

.header__sub-menu .nav-left svg, .header__sub-menu .nav-right svg {
    color: #121010
}

.footer {
    padding: 56px 0
}

.footer__top {
    border-top: 5px solid var(--site-primary-color);
    display: flex;
    gap: 18px;
    padding-top: 24px
}

.footer__logo img, .footer__logo svg {
    width: 74px;
    height: 50px;
    display: block
}

.footer__logo svg {
    color: var(--site-primary-color)
}

.mobile-desktop-switcher {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.mobile-desktop-switcher a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    width: 100%
}

.footer__links nav {
    width: 100%;
    display: flex;
    gap: 18px
}

.footer__links nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px 18px;
    flex: 1
}

.footer__links nav ul a {
    font-family: "Inter", sans-serif;
    font-size: 12px
}

.footer__about {
    font-weight: 700;
    font-size: 14px;
    width: 100%
}

.footer__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #6a6262;
    border-radius: 4px;
    padding: 24px;
    margin: 40px 0
}

.footer__button span {
    font-family: "Merriweather", serif;
    font-size: 17px;
    font-weight: 600
}

.footer__button svg {
    transform: rotate(180deg)
}

.footer__button.active svg {
    transform: rotate(0deg)
}

.footer__bottom {
    display: none;
    gap: 18px
}

.footer__bottom.active {
    display: flex
}

.footer__bottom.fade {
    opacity: 0
}

.footer__bottom .footer__logo img, .footer__bottom .footer__logo svg {
    width: 101px;
    height: 20px;
    margin-right: 28px
}

.footer__bottom .footer__links nav ul li {
    width: calc(50% - 9px)
}

.icon {
    width: 24px;
    height: 24px;
    display: inline-block
}

.icon-small {
    width: 13px;
    height: 13px;
    display: inline-block
}

.icon-medium {
    width: 32px;
    height: 32px;
    display: inline-block
}

.icon-large {
    width: 48px;
    height: 48px;
    display: inline-block
}

.icon--spin {
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: opacity .3s .3s;
    -o-transition: opacity .3s .3s;
    transition: opacity .3s .3s;
    pointer-events: none
}

.overlay.active {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
    z-index: 1000000;
    pointer-events: auto
}

@font-face {
    font-family: swiper-icons;
    src: url("2f0309d7fe92d81bb9d17d8382747c5001ce3520");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0)
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.news-box-title {
    border-top: 4px solid var(--site-primary-color);
    border-left: 4px solid var(--site-primary-color);
    padding: 16px 0 0 20px;
    margin-bottom: 20px;
    display: flex
}

.news-box-title h1, .news-box-title h2, .news-box-title h3, .news-box-title h4, .news-box-title h5, .news-box-title h6, .news-box-title > a, .news-box-title span {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .01em
}

.news-box-title:not(:first-of-type) {
    margin-top: 20px
}

.news-box-title--sportal {
    border-color: #f7941d
}

.news-box-title--biznis {
    border-color: #395b4a
}

.news-box-title--zena {
    border-color: #c11d5f
}

.news-box-title--weather {
    border-color: #087ed2
}

.news-box-title--kultura {
    margin-top: 30px
}

.news-box-title--pulsonline {
    border-color: #ef2673
}

.news-box-title--bbc {
    background: #bb1919;
    border: 0;
    padding: 5px 0 5px 20px
}

.news-box-title--bbc img {
    width: auto;
    height: 20px
}

.news-box-title--sp2026 {
    background: #1a237e;
    border: 0;
    padding: 0
}

.news-box-title--sp2026 a {
    color: #fff;
    padding: 16px 20px 0;
    height: 44px;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.news-box-title--sp2026 a img {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.news-box-title--sp2026 a img.img-left {
    left: 0;
    width: 63px
}

.news-box-title--sp2026 a img.img-right {
    right: -1px;
    width: 222px
}

.news-box-title--sp2026 a span {
    position: relative;
    z-index: 2
}

.story-sp2026 {
    margin-top: 20px;
    margin-bottom: 20px
}

.news-box-title--blic-putnik {
    background: linear-gradient(90deg, #EC7C32 -27.49%, #ED4052 7.78%, #EC2B9C 47.9%, #EC7D30 98.98%);
    border: 0;
    padding: 8px
}

.news-box-title--blic-putnik img {
    width: auto;
    height: 24px
}

.news-box-title--blic-putnik + .news-box .news__comments a {
    background: #fff;
    color: #000
}

.like-putovanja {
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    padding: 13px 20px;
    border-radius: 5px
}

.like-putovanja .news .news__comments a {
    background: #fff;
    color: #000
}

.like-putovanja .news__content {
    margin-top: 21px
}

.like-putovanja .news__content a {
    color: #fff
}

.like-putovanja__top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative
}

.like-putovanja__top img {
    width: 51px;
    height: 40px
}

.like-putovanja__top span {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-weight: 300
}

.news-box-title-dash {
    padding: 0 0 29px 13px
}

.news-box-title-dash h1, .news-box-title-dash a, .news-box-title-dash span {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: relative
}

.news-box-title-dash h1:after, .news-box-title-dash a:after, .news-box-title-dash span:after {
    content: "";
    width: 87px;
    height: 4px;
    background: var(--site-primary-color);
    position: absolute;
    left: -20px;
    bottom: -9px
}

.news-box-title__arrows {
    margin-left: auto;
    display: flex;
    gap: 10px
}

.news-box-title__arrows > div {
    cursor: pointer
}

.news-box-title__arrows > div:first-child {
    color: #a5a1a1
}

.news-box {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 30px
}

.news-box--small {
    grid-template-columns:620px 300px;
    grid-template-rows:repeat(2, 1fr)
}

.news-box--small .news-box__item:nth-child(1) {
    grid-area: 1/1/3/2
}

.news-box--small .news-box__item:nth-child(2) {
    grid-area: 1/2/2/3
}

.news-box--small .news-box__item:nth-child(3) {
    grid-area: 2/2/3/3
}

.news-box--medium {
    grid-template-columns:repeat(3, 300px);
    grid-template-rows:repeat(3, auto)
}

.news-box--medium .news-box__item:nth-child(1) {
    grid-area: 1/1/3/3
}

.news-box--medium .news-box__item:nth-child(2) {
    grid-area: 1/3/2/4
}

.news-box--medium .news-box__item:nth-child(3) {
    grid-area: 2/3/3/4
}

.news-box--medium .news-box__item:nth-child(4) {
    grid-area: 3/1/4/2
}

.news-box--medium .news-box__item:nth-child(5) {
    grid-area: 3/2/4/3
}

.news-box--medium .news-box__item:nth-child(6) {
    grid-area: 3/3/4/4
}

.news-box--medium-plus {
    grid-template-columns:repeat(3, 300px);
    grid-template-rows:repeat(4, auto)
}

.news-box--medium-plus .news-box__item:nth-child(1) {
    grid-area: 1/1/3/3
}

.news-box--medium-plus .news-box__item:nth-child(2) {
    grid-area: 1/3/2/4
}

.news-box--medium-plus .news-box__item:nth-child(3) {
    grid-area: 2/3/3/4
}

.news-box--medium-plus .news-box__item:nth-child(4) {
    grid-area: 3/1/4/2
}

.news-box--medium-plus .news-box__item:nth-child(5) {
    grid-area: 3/2/4/3
}

.news-box--medium-plus .news-box__item:nth-child(6) {
    grid-area: 3/3/4/4
}

.news-box--medium-plus .news-box__item:nth-child(7) {
    grid-area: 4/1/5/2
}

.news-box--medium-plus .news-box__item:nth-child(8) {
    grid-area: 4/2/5/3
}

.news-box--medium-plus .news-box__item:nth-child(9) {
    grid-area: 4/3/5/4
}

.news-box--medium-down {
    grid-template-columns:repeat(3, 300px);
    grid-template-rows:repeat(3, auto)
}

.news-box--medium-down .news-box__item:nth-child(1) {
    grid-area: 1/1/2/2
}

.news-box--medium-down .news-box__item:nth-child(2) {
    grid-area: 1/2/2/3
}

.news-box--medium-down .news-box__item:nth-child(3) {
    grid-area: 1/3/2/4
}

.news-box--medium-down .news-box__item:nth-child(4) {
    grid-area: 2/1/4/3
}

.news-box--medium-down .news-box__item:nth-child(5) {
    grid-area: 2/3/3/4
}

.news-box--medium-down .news-box__item:nth-child(6) {
    grid-area: 3/3/4/4
}

.news-box--big {
    grid-template-columns:repeat(3, 300px);
    grid-template-rows:repeat(4, 1fr)
}

.news-box--big .news-box__item:nth-child(1) {
    grid-area: 1/1/2/2
}

.news-box--big .news-box__item:nth-child(2) {
    grid-area: 1/2/2/3
}

.news-box--big .news-box__item:nth-child(3) {
    grid-area: 1/3/2/4
}

.news-box--big .news-box__item:nth-child(4) {
    grid-area: 2/1/4/3
}

.news-box--big .news-box__item:nth-child(5) {
    grid-area: 2/3/3/4
}

.news-box--big .news-box__item:nth-child(6) {
    grid-area: 3/3/4/4
}

.news-box--big .news-box__item:nth-child(7) {
    grid-area: 4/1/5/2
}

.news-box--big .news-box__item:nth-child(8) {
    grid-area: 4/2/5/3
}

.news-box--big .news-box__item:nth-child(9) {
    grid-area: 4/3/5/4
}

.news-box--list {
    grid-template-columns:repeat(3, 1fr);
    grid-auto-rows: auto
}

.news-box--list2 {
    grid-template-columns:repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 10px
}

.news-box--row {
    grid-template-columns:620px 300px;
    grid-template-rows:1fr
}

.news-box--row .news-box__item:nth-child(1) {
    grid-area: 1/1/3/2
}

.news-box--row .news-box__item:nth-child(2) {
    grid-area: 1/2/3/3
}

.news-box--row:not(:first-of-type) {
    margin-top: 20px
}

.news-box--row + .news-box--list {
    margin-top: 30px
}

.news-box--vertical {
    grid-template-columns:repeat(3, 300px);
    grid-template-rows:repeat(3, auto)
}

.news-box--vertical .news-box__item:nth-child(1) {
    grid-area: 1/1/3/3
}

.news-box--vertical .news-box__item:nth-child(2) {
    grid-area: 1/3/3/4
}

.news-box--vertical .news-box__item:nth-child(3) {
    grid-area: 3/1/4/2
}

.news-box--vertical .news-box__item:nth-child(4) {
    grid-area: 3/2/4/3
}

.news-box--vertical .news-box__item:nth-child(5) {
    grid-area: 3/3/4/4
}

.news-box--category {
    grid-template-columns:repeat(3, 300px);
    grid-template-rows:repeat(19, auto)
}

.news-box--category .news-box__item:nth-child(1) {
    grid-area: 1/1/4/3
}

.news-box--category .news-box__item:nth-child(2) {
    grid-area: 1/3/2/4
}

.news-box--category .news-box__item:nth-child(3) {
    grid-area: 2/3/3/4
}

.news-box--category .news-box__item:nth-child(4) {
    grid-area: 3/3/4/4
}

.news-box--category .news-box__item:nth-child(5) {
    grid-area: 4/1/5/2
}

.news-box--category .news-box__item:nth-child(6) {
    grid-area: 4/2/5/3
}

.news-box--category .news-box__item:nth-child(7) {
    grid-area: 4/3/5/4
}

.news-box--category .news-box__item:nth-child(8) {
    grid-area: 5/1/6/2
}

.news-box--category .news-box__item:nth-child(9) {
    grid-area: 5/2/6/3
}

.news-box--category .news-box__item:nth-child(10) {
    grid-area: 5/3/6/4
}

.news-box--category .news-box__item:nth-child(11) {
    grid-area: 6/1/7/2
}

.news-box--category .news-box__item:nth-child(12) {
    grid-area: 6/2/7/3
}

.news-box--category .news-box__item:nth-child(13) {
    grid-area: 6/3/7/4
}

.news-box--category .news-box__item:nth-child(14) {
    grid-area: 7/1/8/4
}

.news-box--category .news-box__item:nth-child(15) {
    grid-area: 8/1/9/3
}

.news-box--category .news-box__item:nth-child(16) {
    grid-area: 8/3/9/4
}

.news-box--category .news-box__item:nth-child(17) {
    grid-area: 9/1/10/4
}

.news-box--category .news-box__item:nth-child(18) {
    grid-area: 10/1/11/4
}

.news-box--category .news-box__item:nth-child(19) {
    grid-area: 11/1/14/3
}

.news-box--category .news-box__item:nth-child(20) {
    grid-area: 11/3/12/4
}

.news-box--category .news-box__item:nth-child(21) {
    grid-area: 12/3/13/4
}

.news-box--category .news-box__item:nth-child(22) {
    grid-area: 13/3/14/4
}

.news-box--category .news-box__item:nth-child(23) {
    grid-area: 14/1/15/2
}

.news-box--category .news-box__item:nth-child(24) {
    grid-area: 14/2/15/3
}

.news-box--category .news-box__item:nth-child(25) {
    grid-area: 14/3/15/4
}

.news-box--category .news-box__item:nth-child(26) {
    grid-area: 15/1/16/2
}

.news-box--category .news-box__item:nth-child(27) {
    grid-area: 15/2/16/3
}

.news-box--category .news-box__item:nth-child(28) {
    grid-area: 15/3/16/4
}

.news-box--category .news-box__item:nth-child(29) {
    grid-area: 16/1/17/2
}

.news-box--category .news-box__item:nth-child(30) {
    grid-area: 16/2/17/3
}

.news-box--category .news-box__item:nth-child(31) {
    grid-area: 16/3/17/4
}

.news-box--category .news-box__item:nth-child(32) {
    grid-area: 17/1/18/2
}

.news-box--category .news-box__item:nth-child(33) {
    grid-area: 17/2/18/3
}

.news-box--category .news-box__item:nth-child(34) {
    grid-area: 17/3/18/4
}

.news-box--category .news-box__item:nth-child(35) {
    grid-area: 18/1/20/3
}

.news-box--category .news-box__item:nth-child(36) {
    grid-area: 18/3/19/4
}

.news-box--category .news-box__item:nth-child(37) {
    grid-area: 19/3/20/4
}

.news-box--category2 {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:repeat(3, auto)
}

.news-box--category2 .news-box__item:nth-child(1) {
    grid-area: 1/1/2/3
}

.news-box--category2 .news-box__item:nth-child(2) {
    grid-area: 2/1/3/2
}

.news-box--category2 .news-box__item:nth-child(3) {
    grid-area: 2/2/3/3
}

.news-box--category2 .news-box__item:nth-child(4) {
    grid-area: 3/1/4/2
}

.news-box--category2 .news-box__item:nth-child(5) {
    grid-area: 3/2/4/3
}

.news-box--topic {
    grid-template-columns:repeat(3, 300px);
    grid-template-rows:repeat(19, auto)
}

.news-box--topic .news-box__item:nth-child(1) {
    grid-area: 1/1/4/3
}

.news-box--topic .news-box__item:nth-child(2) {
    grid-area: 1/3/2/4
}

.news-box--topic .news-box__item:nth-child(3) {
    grid-area: 2/3/3/4
}

.news-box--topic .news-box__item:nth-child(4) {
    grid-area: 3/3/4/4
}

.news-box--topic .news-box__item:nth-child(5) {
    grid-area: 4/1/5/2
}

.news-box--topic .news-box__item:nth-child(6) {
    grid-area: 4/2/5/3
}

.news-box--topic .news-box__item:nth-child(7) {
    grid-area: 4/3/5/4
}

.news-box--topic .news-box__item:nth-child(8) {
    grid-area: 5/1/6/2
}

.news-box--topic .news-box__item:nth-child(9) {
    grid-area: 5/2/6/3
}

.news-box--topic .news-box__item:nth-child(10) {
    grid-area: 5/3/6/4
}

.news-box--topic .news-box__item:nth-child(11) {
    grid-area: 6/1/7/2
}

.news-box--topic .news-box__item:nth-child(12) {
    grid-area: 6/2/7/3
}

.news-box--topic .news-box__item:nth-child(13) {
    grid-area: 6/3/7/4
}

.news-box--topic .news-box__item:nth-child(14) {
    grid-area: 7/1/8/3
}

.news-box--topic .news-box__item:nth-child(15) {
    grid-area: 7/3/8/4
}

.news-box--topic .news-box__item:nth-child(16) {
    grid-area: 8/1/11/3
}

.news-box--topic .news-box__item:nth-child(17) {
    grid-area: 11/1/14/3
}

.news-box--topic .news-box__item:nth-child(18) {
    grid-area: 8/3/10/4
}

.news-box--topic .news-box__item:nth-child(19) {
    grid-area: 10/3/12/4
}

.news-box--topic .news-box__item:nth-child(20) {
    grid-area: 12/3/14/4
}

.news-box--topic .news-box__item:nth-child(21) {
    grid-area: 14/1/15/3
}

.news-box--topic .news-box__item:nth-child(22) {
    grid-area: 14/3/15/4
}

.news-box--topic .news-box__item:nth-child(23) {
    grid-area: 15/1/16/2
}

.news-box--topic .news-box__item:nth-child(24) {
    grid-area: 15/2/16/3
}

.news-box--topic .news-box__item:nth-child(25) {
    grid-area: 15/3/16/4
}

.news-box--topic .news-box__item:nth-child(26) {
    grid-area: 16/1/17/2
}

.news-box--topic .news-box__item:nth-child(27) {
    grid-area: 16/2/17/3
}

.news-box--topic .news-box__item:nth-child(28) {
    grid-area: 16/3/17/4
}

.news-box--topic .news-box__item:nth-child(29) {
    grid-area: 17/1/18/2
}

.news-box--topic .news-box__item:nth-child(30) {
    grid-area: 17/2/18/3
}

.news-box--topic .news-box__item:nth-child(31) {
    grid-area: 17/3/18/4
}

.news-box--topic .news-box__item:nth-child(32) {
    grid-area: 18/1/20/3
}

.news-box--topic .news-box__item:nth-child(33) {
    grid-area: 18/3/19/4
}

.news-box--topic .news-box__item:nth-child(34) {
    grid-area: 19/3/20/4
}

.news-box--weather {
    grid-template-columns:repeat(3, 300px);
    grid-template-rows:repeat(16, auto)
}

.news-box--weather .news-box__item:nth-child(1) {
    grid-area: 1/1/4/3
}

.news-box--weather .news-box__item:nth-child(2) {
    grid-area: 4/1/7/3
}

.news-box--weather .news-box__item:nth-child(3) {
    grid-area: 1/3/3/4
}

.news-box--weather .news-box__item:nth-child(4) {
    grid-area: 3/3/5/4
}

.news-box--weather .news-box__item:nth-child(5) {
    grid-area: 5/3/7/4
}

.news-box--weather .news-box__item:nth-child(6) {
    grid-area: 7/1/8/2
}

.news-box--weather .news-box__item:nth-child(7) {
    grid-area: 7/2/8/3
}

.news-box--weather .news-box__item:nth-child(8) {
    grid-area: 7/3/8/4
}

.news-box--weather .news-box__item:nth-child(9) {
    grid-area: 8/1/9/2
}

.news-box--weather .news-box__item:nth-child(10) {
    grid-area: 8/2/9/3
}

.news-box--weather .news-box__item:nth-child(11) {
    grid-area: 8/3/9/4
}

.news-box--weather .news-box__item:nth-child(12) {
    grid-area: 9/1/12/3
}

.news-box--weather .news-box__item:nth-child(13) {
    grid-area: 12/1/15/3
}

.news-box--weather .news-box__item:nth-child(14) {
    grid-area: 9/3/11/4
}

.news-box--weather .news-box__item:nth-child(15) {
    grid-area: 11/3/13/4
}

.news-box--weather .news-box__item:nth-child(16) {
    grid-area: 13/3/15/4
}

.news-box--weather .news-box__item:nth-child(17) {
    grid-area: 15/1/16/2
}

.news-box--weather .news-box__item:nth-child(18) {
    grid-area: 15/2/16/3
}

.news-box--weather .news-box__item:nth-child(19) {
    grid-area: 15/3/16/4
}

.news-box--weather .news-box__item:nth-child(20) {
    grid-area: 16/1/17/2
}

.news-box--weather .news-box__item:nth-child(21) {
    grid-area: 16/2/17/3
}

.news-box--weather .news-box__item:nth-child(22) {
    grid-area: 16/3/17/4
}

.news-box__item--full {
    grid-column: 1/-1
}

.news--big {
    display: flex;
    flex-direction: column
}

.news--big .news__image {
    width: 100%
}

.news--big .news__image img {
    border-radius: 10px
}

.news--big .news__content h2, .news--big .news__content h3, .news--big .news__content h4, .news--big .news__content h5, .news--big .news__content h6 {
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .015em
}

.news--big .news__content h2 a, .news--big .news__content h3 a, .news--big .news__content h4 a, .news--big .news__content h5 a, .news--big .news__content h6 a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 124px;
    overflow: hidden
}

.news--small {
    display: flex;
    flex-direction: column
}

.news--small .news__image img {
    border-radius: 5px
}

.news--small .news__content h2, .news--small .news__content h3, .news--small .news__content h4, .news--small .news__content h5, .news--small .news__content span {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .015em
}

.news--small .news__content h2 a, .news--small .news__content h3 a, .news--small .news__content h4 a, .news--small .news__content h5 a, .news--small .news__content span a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 72px;
    overflow: hidden
}

.news--bg {
    background: var(--site-primary-color);
    border-radius: 5px
}

.news--bg .news__content a {
    color: #fff;
    padding: 0 4px
}

.news--video img {
    aspect-ratio: 16/9
}

.news--podcast {
    display: flex;
    flex-direction: column
}

.news--podcast .news__image {
    width: 100%
}

.news--podcast .news__image img {
    border-radius: 10px
}

.news--podcast .news__content {
    margin: -10px 0 0 0
}

.news--podcast .news__content h2, .news--podcast .news__content h3, .news--podcast .news__content h4, .news--podcast .news__content h5, .news--podcast .news__content h6 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .5px;
    background: #395b4a;
    padding: 31px 9px 21px;
    border-radius: 0 0 10px 10px
}

.news--podcast .news__content h2 a, .news--podcast .news__content h3 a, .news--podcast .news__content h4 a, .news--podcast .news__content h5 a, .news--podcast .news__content h6 a {
    color: #fff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 110px;
    overflow: hidden
}

.news__image {
    position: relative
}

.news__image a {
    display: flex;
    position: relative
}

.news__image img {
    width: 100%;
    height: auto
}

.news__image .news__image-copyright {
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: sideways-lr;
    height: 100%;
    display: flex;
    justify-content: center
}

.news__image .news__image-copyright span {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 10px;
    letter-spacing: .01em;
    padding: 7px 4px
}

.news__image .news__image-picture-wrapper {
    position: relative
}

.news__image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    pointer-events: none
}

.news__content {
    margin-top: 11px
}

.news__icons {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px
}

.news__icons div {
    height: 23px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 5px;
    border-radius: 5px
}

.news__icons svg {
    color: #fff
}

.news__icons span {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .015em;
    text-transform: uppercase
}

.news__icons-video {
    background: var(--site-primary-color);
    color: #fff
}

.news__icons-video svg {
    color: #fff;
    width: 10px;
    height: 11px
}

.news__icons-video-label {
    background: var(--site-primary-color);
    color: #fff
}

.news__icons-video-label svg {
    color: #fff;
    width: 11px;
    height: 11px
}

.news__icons-quiz {
    background: var(--site-primary-color);
    color: #fff
}

.news__icons-quiz svg {
    color: #fff;
    width: 10px;
    height: 11px
}

.news__icons-tv {
    background: #ffc62f;
    color: #121010
}

.news__icons-tv svg {
    color: #fff;
    width: 11px;
    height: 11px
}

.news__icons-tv span:last-child {
    width: calc(100% - 26px - 5px)
}

.news__icons-circle {
    width: 26px;
    height: 26px;
    background: var(--site-primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.news__icons-live {
    background: var(--site-primary-color);
    color: #fff
}

.news__icons-live svg {
    color: #fff;
    width: 11px;
    height: 11px;
    animation: tv-live 2.5s infinite linear
}

@keyframes tv-live {
    0% {
        opacity: 1
    }
    50% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}

.news-video__icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--site-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.news-video__icons svg {
    color: #fff
}

.news__image a:hover .news-video__icons svg {
    color: #fff
}

.news__comments a {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    padding: 0 6px;
    height: 23px;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 12px;
    color: #6a6262
}

.news__comments.highlight a {
    background: var(--site-primary-color);
    border-color: var(--site-primary-color);
    color: #fff
}

.news .news__comments {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1
}

.news .news__category {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    background: var(--site-primary-color);
    color: #fff;
    padding: 4px 3px;
    border-radius: 5px;
    font-size: 14px
}

.news__related {
    margin-top: 16px;
    position: relative
}

.news__related:after {
    content: "";
    width: 2px;
    height: calc(100% - 23px);
    position: absolute;
    top: 22px;
    left: 3px;
    background: var(--site-primary-color)
}

.news__related-item {
    position: relative;
    padding-left: 22px;
    margin-top: 16px;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
    letter-spacing: .015em
}

.news__related-item:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--site-primary-color);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0
}

.news__related-item a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 44px;
    overflow: hidden
}

.news__related-lead {
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: .015em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 72px;
    overflow: hidden
}

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

.news__bottom .news__time {
    font-size: 12px
}

.news__bottom .news__comments {
    position: unset
}

.news__bottom .news__comments a {
    font-size: 14px
}

.news__bottom .news__comments a, .news__bottom .news__comments span {
    border: 1px solid #6a6262
}

.news__bottom .news__comments.highlight a {
    border-color: var(--site-primary-color)
}

.news__bottom .news__share {
    margin-left: 13px
}

.news__bottom .news__share > svg {
    width: 20px;
    height: 20px
}

.news--small .news__bottom {
    margin-top: 5px
}

.news-circles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: auto;
    column-gap: 16px;
    border-bottom: 2px solid #f7941d;
    padding-bottom: 10px
}

.news-circles img {
    width: 74px;
    border-radius: 10px;
    border: 1px solid #f7941d
}

.news-circles__top {
    background: #f7941d;
    margin-bottom: 20px;
    width: 100%;
    height: 19px
}

.news-circles__top span, .news-circles__top a {
    background: #fff;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin-left: 2px;
    padding: 0 10px;
    color: #f7941d;
    height: 19px;
    display: inline-block
}

.news__tags {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px
}

.news__tags a {
    display: flex;
    align-items: center;
    height: 36px;
    background: #ed1c24;
    color: #fff;
    padding: 0 16px;
    border-radius: 5px;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    letter-spacing: .014em
}

.swiper-tabs {
    position: absolute;
    --swiper-pagination-bottom: auto;
    --swiper-pagination-top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    gap: 2px;
    overflow-x: scroll;
    width: auto;
    min-width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.swiper-tab {
    flex: 1;
    background: rgba(0, 0, 0, .4);
    height: 34px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.swiper-tab:first-child {
    border-radius: 10px 0 0 0
}

.swiper-tab:last-child {
    border-radius: 0 10px 0 0
}

.swiper-tab div:first-letter {
    text-transform: uppercase
}

.swiper-tab-active:after {
    content: "";
    background: var(--site-primary-color);
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: loading;
    animation-duration: 220ms
}

@keyframes loading {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.news-latest ul {
    margin: 12px 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.news-latest ul li {
    height: 72px;
    display: flex;
    align-items: center
}

.news-latest ul li:not(:last-child) {
    padding-bottom: 12px;
    border-bottom: 1px solid #c8c6c6
}

.news-latest ul li > a, .news-latest ul li h2, .news-latest ul li h3, .news-latest ul li h4, .news-latest ul li h5, .news-latest ul li h6 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: .021em
}

.news-latest ul li div {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 64px;
    overflow: hidden
}

.news-latest ul li time {
    color: #ed1c24
}

.news-latest__top {
    height: 19px;
    background: var(--site-primary-color);
    height: 19px
}

.news-latest__top span, .news-latest__top h2, .news-latest__top h3, .news-latest__top h4, .news-latest__top h5, .news-latest__top h6 {
    background: #fff;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin-left: 2px;
    padding: 0 10px;
    display: inline-block;
    height: 19px;
    line-height: 19px
}

.news-latest--sportal {
    margin-top: 22px
}

.news-latest--sportal .news-latest__top {
    height: 19px;
    background: #f7941d
}

.news-latest__more a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 120%;
    color: #ed1c24;
    padding-bottom: 7px
}

.news-latest__more svg {
    width: 18px;
    height: 18px
}

.newsletter, .weather-box {
    display: flex;
    gap: 20px;
    height: 100%
}

.newsletter > div, .weather-box > div {
    width: 140px
}

.newsletter__daily, .strip {
    background: var(--site-primary-color);
    border: 1px solid var(--site-primary-color);
    border-radius: 5px
}

.newsletter__daily a, .strip a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%
}

.newsletter__daily a > *, .strip a > * {
    flex: 1
}

.newsletter__daily span, .strip span {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: bold
}

.newsletter__daily div, .strip div {
    padding: 12px 5px;
    background: #fff
}

.newsletter__daily div img, .strip div img {
    width: 100%
}

.newsletter--hp .newsletter__daily div, .newsletter--hp .strip div {
    width: 100%
}

.newsletter--hp .newsletter__daily div figure, .newsletter--hp .strip div figure {
    display: flex;
    justify-content: center
}

.newsletter--hp .newsletter__daily div figure img, .newsletter--hp .strip div figure img {
    width: auto;
    height: 140px
}

.tabs--weather-pollution > ul {
    display: flex
}

.tabs--weather-pollution > ul li {
    width: 50%;
    text-align: center
}

.tabs--weather-pollution > ul li h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer
}

.tabs--weather-pollution > ul li:first-child:not(.active) {
    border-radius: 10px 0;
    background: rgba(18, 16, 16, .4)
}

.tabs--weather-pollution > ul li:last-child:not(.active) {
    border-radius: 0 10px;
    background: rgba(18, 16, 16, .4)
}

.tabs--weather-pollution {
    background: linear-gradient(271deg, #FFA600 -4.17%, rgba(135, 206, 235, 0.9) 110.03%);
    border-radius: 10px
}

.weather-box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 8px 12px 13px 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: bold
}

.weather-box > span, .weather-box h2, .weather-box h3, .weather-box h4, .weather-box h5, .weather-box h6 {
    font-size: 20px;
    text-align: center
}

.weather-box ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    padding: 0 14px
}

.weather-box li {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.weather-box li svg {
    width: 35px;
    height: 35px;
    color: #fff;
    fill: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.weather-box li span:last-child {
    font-size: 20px
}

.weather-box a {
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-decoration: underline
}

.weather-box[data-color-no=color1] {
    background: linear-gradient(271.24deg, #4CAF50 -4.18%, #388E3C 110.03%)
}

.weather-box[data-color-no=color2] {
    background: linear-gradient(271.24deg, #4FC3F7 -4.18%, #0288D1 110.03%)
}

.weather-box[data-color-no=color3] {
    background: linear-gradient(271.24deg, #90CAF9 -4.18%, #1976D2 110.03%)
}

.weather-box[data-color-no=color4] {
    background: linear-gradient(271.24deg, #B0BEC5 -4.18%, #607D8B 110.03%)
}

.weather-box[data-color-no=color5] {
    background: linear-gradient(271.24deg, #CFD8DC -4.18%, #90A4AE 110.03%)
}

.weather-box[data-color-no=color6] {
    background: linear-gradient(271.24deg, #FEDCBA -4.18%, #FF8C00 110.03%)
}

.tabs > ul {
    display: flex;
    align-items: center;
    position: relative
}

.tabs__content {
    display: none
}

.tabs__content.active {
    display: block
}

.tabs--news {
    margin-bottom: 30px
}

.tabs--news > ul {
    display: flex
}

.tabs--news > ul li {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border: 3px solid;
    white-space: nowrap;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer
}

.tabs--news > ul li[data-tab=tab-latest-info] {
    border-color: #ed1c24
}

.tabs--news > ul li[data-tab=tab-latest-info].active {
    background: #ed1c24;
    color: #fff
}

.tabs--news > ul li[data-tab=tab-latest-sportal] {
    border-color: #f7941d;
    background: #f7941d;
    color: #fff
}

.tabs--news > ul li h2, .tabs--news > ul li h3, .tabs--news > ul li h4, .tabs--news > ul li h5, .tabs--news > ul li h6 {
    font-size: 16px
}

.tabs--news .news-latest__more a {
    border-bottom: 0
}

.news-aside .news, .news-aside li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-bottom: 16px
}

.news-aside .news.news--big, .news-aside li.news--big {
    flex-direction: column
}

.news-aside .news.news--big .news__image img, .news-aside li.news--big .news__image img {
    border-radius: 5px
}

.news-aside .news.news--big .news__content h2, .news-aside .news.news--big .news__content h3, .news-aside .news.news--big .news__content h4, .news-aside .news.news--big .news__content h5, .news-aside .news.news--big .news__content h6, .news-aside .news.news--big .news__content > span, .news-aside li.news--big .news__content h2, .news-aside li.news--big .news__content h3, .news-aside li.news--big .news__content h4, .news-aside li.news--big .news__content h5, .news-aside li.news--big .news__content h6, .news-aside li.news--big .news__content > span {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .015em
}

.news-aside .news.news--big .news__content h2 a, .news-aside .news.news--big .news__content h3 a, .news-aside .news.news--big .news__content h4 a, .news-aside .news.news--big .news__content h5 a, .news-aside .news.news--big .news__content h6 a, .news-aside .news.news--big .news__content > span a, .news-aside li.news--big .news__content h2 a, .news-aside li.news--big .news__content h3 a, .news-aside li.news--big .news__content h4 a, .news-aside li.news--big .news__content h5 a, .news-aside li.news--big .news__content h6 a, .news-aside li.news--big .news__content > span a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 78px;
    overflow: hidden
}

.news-aside .news.news--small, .news-aside li.news--small {
    flex-direction: row;
    gap: 16px;
    border-bottom: 1px solid #c8c6c6
}

.news-aside .news.news--small:last-child, .news-aside li.news--small:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.news-aside .news.news--small .news__image, .news-aside li.news--small .news__image {
    width: 100px
}

.news-aside .news.news--small .news__content, .news-aside li.news--small .news__content {
    width: calc(100% - 100px - 16px);
    margin: 0
}

.news-aside .news.news--small .news__content h2, .news-aside .news.news--small .news__content h3, .news-aside .news.news--small .news__content h4, .news-aside .news.news--small .news__content h5, .news-aside .news.news--small .news__content h6, .news-aside .news.news--small .news__content > span, .news-aside li.news--small .news__content h2, .news-aside li.news--small .news__content h3, .news-aside li.news--small .news__content h4, .news-aside li.news--small .news__content h5, .news-aside li.news--small .news__content h6, .news-aside li.news--small .news__content > span {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .015em
}

.news-aside .news.news--small .news__content h2 a, .news-aside .news.news--small .news__content h3 a, .news-aside .news.news--small .news__content h4 a, .news-aside .news.news--small .news__content h5 a, .news-aside .news.news--small .news__content h6 a, .news-aside .news.news--small .news__content > span a, .news-aside li.news--small .news__content h2 a, .news-aside li.news--small .news__content h3 a, .news-aside li.news--small .news__content h4 a, .news-aside li.news--small .news__content h5 a, .news-aside li.news--small .news__content h6 a, .news-aside li.news--small .news__content > span a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 94px;
    overflow: hidden
}

.news-aside + .news-aside {
    margin-top: 30px
}

.news-aside__top {
    background: var(--site-primary-color);
    margin-bottom: 20px;
    font-size: 16px;
    height: 19px;
    line-height: 19px
}

.news-aside__top span, .news-aside__top a {
    background: #fff;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 800;
    margin-left: 2px;
    padding: 0 10px;
    display: inline-block
}

.news-aside__top--sportal {
    background: #f7941d
}

.news-aside__top--good-life {
    background: #ba8f54
}

.news-aside__top--super-recepti {
    background: #f8941c
}

.news-aside__top--biznis {
    background: #395b4a
}

.news-aside__top--pulsonline {
    background: #ef2673
}

.news-aside__top--pulsonline a {
    color: #ef2673
}

.news-aside__top--zdravlje {
    background: #4a8299
}

.news-aside__top--zena {
    background: #c11d5f
}

.news-aside__top--full a, .news-aside__top--full span {
    width: 100%;
    display: block
}

.news-box-wrapper {
    padding: 13px 20px 7px;
    border-radius: 10px;
    background: #121010
}

.news-box-wrapper a {
    color: #fff
}

.news-box-wrapper .news-box-title {
    border: 0;
    padding: 0;
    margin-bottom: 15px
}

.news-embed {
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center
}

.news-embed iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    display: block
}

.search-box__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    padding: 5px 10px;
    background: var(--site-primary-color);
    color: #fff
}

.search-box__title span, .search-box__title a {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .01em;
    color: #fff;
    white-space: nowrap
}

.search-box__title img, .search-box__title svg {
    width: 100%;
    max-height: 29px;
    height: auto;
    color: #fff;
    fill: #fff
}

.search-box__title img {
    flex-basis: 0
}

.news-box__search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border-radius: 74px;
    border: 1px solid #6a6262;
    padding: 0 24px;
    margin: 34px 0
}

.news-box__search input[type=text] {
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

.news-box__search svg {
    color: #6a6262
}

.search-box__topics span {
    display: block;
    margin-bottom: 16px
}

.search-box__topics ul {
    display: flex;
    flex-direction: column
}

.search-box__topics ul li {
    margin-bottom: 10px
}

.search-box__topics ul li a {
    padding: 2px 1px;
    display: inline-block;
    background: rgb(251.987755102, 217.012244898, 218.3510204082)
}

.search-box--biznis .search-box__title {
    background: #395b4a
}

.search-box--biznis .search-box__form svg {
    color: #395b4a;
    fill: #395b4a
}

.search-box--biznis .search-box__topics ul li a {
    background: hsl(150, 22.972972973%, 69.0196078431%)
}

.search-box--recepti .search-box__title {
    background: #f8941c
}

.search-box--recepti .news-box__search svg {
    color: #f8941c;
    fill: #f8941c
}

.search-box--recepti .search-box__topics ul li a {
    background: hsl(32.7272727273, 94.0170940171%, 94.1176470588%)
}

.news__newsletter {
    display: flex;
    align-items: center;
    height: 194px;
    margin-top: 20px
}

.news__newsletter span {
    color: #fff;
    height: 100%;
    border-radius: 10px;
    padding: 0 7px;
    display: flex;
    align-items: center;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .01em
}

.news__newsletter div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border-radius: 74px;
    border: 1px solid #6a6262;
    padding: 0 24px;
    margin: 34px 0
}

.news__newsletter div input[type=text] {
    font-family: "Roboto", sans-serif;
    font-size: 19px
}

.news__newsletter div a {
    display: flex
}

.news__newsletter div svg {
    color: #6a6262
}

.news__newsletter--biznis span {
    background: #395b4a
}

.news__newsletter--zena {
    height: 177px
}

.news__newsletter--zena span {
    background: #c11d5f
}

.news-box__item .news--big + .news--big, .news-box--row .news-box__item:last-child .news:not(:first-child), .news-box--vertical .news-box__item:nth-child(2) .news:not(:first-child) {
    margin-top: 30px
}

.section__left .banner + .news-box--list, .section__left .banner + .news-box-title, .news-box-wrapper + .news-box--list, .news-box-wrapper + .news-box-title {
    margin-top: 30px
}

.news-box--list + .news-box--small, .mt30 {
    margin-top: 30px
}

.mt0 {
    margin-top: 0
}

.mt10 {
    margin-top: 10px
}

.news-box__item--flex {
    display: flex;
    flex-direction: column
}

.news-box__item--flex .news--big {
    height: 100%
}

.news--big:has(.news__tv) {
    height: 100%
}

.news__tv {
    background: #000;
    display: flex;
    align-items: center;
    margin-top: 20px
}

.news__tv div {
    width: 233px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 9px;
    padding: 0 23px 0 20px
}

.news__tv div img {
    width: 106px;
    height: 49px
}

.news__tv div span {
    color: #fff
}

.news__tv div span:first-of-type {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .018em
}

.news__tv div span:last-of-type {
    width: 100%;
    text-align: center
}

.news__tv ul {
    width: calc(100% - 233px);
    margin-left: auto;
    display: flex;
    gap: 12px
}

.news__tv ul li {
    flex: 1
}

.news__tv ul li a {
    height: 125px;
    display: block
}

.news-box + .aklawidgets {
    margin-top: 30px
}

.news-carousel {
    --swiper-navigation-top-offset: 205px;
    --swiper-theme-color: #FFF
}

.news-carousel .swiper-button-next:hover, .news-carousel .swiper-button-prev:hover {
    --swiper-theme-color: #ED1C24
}

.news-carousel .swiper-button-next:after, .news-carousel .swiper-button-prev:after {
    filter: drop-shadow(0 4px 4px #000)
}

.news-carousel .swiper-button-next svg, .news-carousel .swiper-button-prev svg {
    display: none
}

.news-carousel .swiper-slide {
    height: auto !important
}

.news-carousel .swiper-slide .news {
    height: 100% !important
}

.news-carousel .news--big .news__content h2 {
    font-size: 28px
}

.news-box--quiz .news__content {
    height: 100%;
    display: flex;
    flex-direction: column
}

.news__quiz-button {
    margin-top: auto
}

.news__quiz-button a {
    background: #ed1c24;
    border-radius: 10px;
    padding: 12px;
    margin-top: 12px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: bold
}

.slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #ed1c24;
    border-left: 2px solid #ed1c24;
    margin: 32px 0 16px
}

.slider h2, .slider h3, .slider h4, .slider span {
    padding: 8px 12px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.slider__arrows {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px
}

.slider__arrows div {
    display: flex
}

.slider__arrows .carousel-prev {
    color: #a5a1a1;
    cursor: pointer
}

.slider__arrows .carousel-next {
    color: #121010;
    cursor: pointer
}

.page-home .news--big .news__content {
    height: 100%;
    display: flex;
    flex-direction: column
}

.page-home .news--big .news__content .news__related {
    margin-top: auto
}

.page-home .news--big .news__content .news__related:has(>:only-child) {
    margin-top: 20px
}

.news__newsletter--blic {
    margin-top: 30px
}

.article__text .article__images .banner {
    margin: auto;
    background: rgba(0, 0, 0, 0)
}

.article__text .article__images .banner:before {
    color: hsla(0, 0%, 100%, .5)
}

.banner.banner--slide {
    width: 300px;
    height: 250px
}

.banner.banner--gallery {
    position: absolute;
    left: 100px;
    width: 300px;
    height: 600px
}

.article__images .swiper {
    width: calc(100% - 460px);
    margin-right: 0
}

.news-list-carousel .swiper-slide {
    width: 300px;
    margin-right: 20px
}

.itzona-embed {
    border-radius: 6px;
    background: linear-gradient(95deg, #46924C 1.07%, #152C17 136.45%);
    margin-bottom: 16px
}

.itzona-embed__header {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.itzona-embed__body {
    display: flex;
    padding-left: 1px;
    padding-bottom: 1px
}

.itzona-embed__body iframe {
    width: calc(100% - 1px);
    border-radius: 0 0 6px 6px
}

.videos {
    background: #1f1d1d
}

.videos__top {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 10px 14px
}

.videos__top span {
    width: 14px;
    height: 14px;
    background: var(--site-primary-color);
    border-radius: 50%;
    animation: fadePulse 2s infinite linear
}

.videos__top h4 {
    color: #f0f0f0;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px
}

@keyframes fadePulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.videos__item-big {
    display: flex;
    flex-direction: column;
    background: var(--site-primary-color)
}

.videos__item-big .videos__item-image img {
    aspect-ratio: 4/3
}

.videos__item-big .videos__item-image svg {
    width: 54px;
    height: 43px
}

.videos__item-big .videos__item-title {
    padding: 20px 20px 20px 10px
}

.videos__item-big .videos__item-title a {
    font-size: 18px
}

.videos__item-small {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 8px 20px 8px 10px
}

.videos__item-small .videos__item-image {
    flex: 0 0 85px;
    width: 85px
}

.videos__item-small .videos__item-image img {
    aspect-ratio: 4/3
}

.videos__item-small .videos__item-image span {
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(2px);
    width: 32px;
    height: 32px;
    border-radius: 4px
}

.videos__item-small .videos__item-image span svg {
    width: 15px;
    height: 19px;
    fill: #fff;
    color: #fff
}

.videos__item-small .videos__item-title a {
    font-size: 16px
}

.videos__item-small:last-child {
    border-top: 1px solid hsla(0, 0%, 100%, .25)
}

.videos__item-title {
    flex: 1 1 auto;
    min-width: 0
}

.videos__item-title a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .25px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 40px;
    overflow: hidden;
    color: #fff
}

.videos__item-title span {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .75);
    display: block;
    margin-top: 6px
}

.videos__item-image {
    position: relative
}

.videos__item-image span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center
}

#nekretninecontentexchange {
    min-height: 794px
}

.promo-news {
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 20px
}

.promo-news__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 8px
}

.promo-news__top img:first-child {
    width: auto;
    height: 26px
}

.promo-news__top img:last-child {
    width: auto;
    height: 13px
}

.page-home .promo-news .news__comments a {
    background: #fff;
    color: #000
}

.page-home .promo-news .news__comments.highlight a {
    color: #fff
}

.promo-news--expo .promo-news__top {
    background: radial-gradient(99.2% 388.97% at 0.8% 50%, #7C87BB 0%, #F250A0 100%)
}

.promo-news--expo .promo-news__top a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.ai-future-minds-box {
    background: #1e27c1
}

.flex-v {
    display: flex;
    flex-direction: column;
    height: 100%
}

.banner {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 250px;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    text-align: center;
    background: #f5f5f5;
    position: relative
}

.banner:before {
    content: attr(data-placeholder-caption);
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #6a6262;
    margin: 10px 0 5px
}

.banner--placeholder {
    margin: auto;
    padding-bottom: 15.5px
}

.banner-top .banner {
    min-height: 100px;
    padding-bottom: 13px
}

#Billboard, #Billboard_2, #Billboard_3 {
    min-height: 250px;
    display: grid
}

.banner:has(#Billboard_2), .banner:has(#Billboard_3) {
    min-height: 296px
}

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

.banner--top .banner {
    min-height: 296px
}

.banner--darker {
    background: #e6e6e6
}

.article__text .banner {
    margin: 24px auto
}

.banner--article [id^=InText] .teads-inread, .banner--article [id^=InText] > * {
    width: 100%
}

.banner--under-article {
    margin-top: 20px
}

.news-box__item .news.news--big + .banner {
    margin-top: 30px
}

.aklamator-wrapper--space-vertical {
    margin: 15px 0
}

#P1, #P2, #P3, #P4, #P5, #P6, #P7, #P8, #P9, #P10, #P11, #P12 {
    min-height: 280px;
    min-width: 240px;
    display: grid
}

#InFeed_1, #InFeed_2, #InFeed_3, #InFeed_4, #InFeed_5, #InFeed_6 {
    min-height: 280px;
    min-width: 580px
}

#InText_1, #InText_2, #InText_3, #InText_4, #InText_5, #InText_6, #InText_7, #InText_8, #InText_9, #InText_10 {
    min-height: 280px;
    min-width: 300px;
    display: grid
}

.banner-outer {
    height: 1020px;
    margin-bottom: 20px
}

.banner-outer .banner {
    position: sticky;
    top: 20px
}

.banner__brandingLeft, .banner__brandingRight {
    position: fixed;
    top: 0;
    width: 470px;
    overflow: hidden;
    z-index: 998
}

.banner__brandingLeft {
    left: 50%;
    margin-left: -1120px;
    text-align: right
}

.banner__brandingLeft .banner {
    text-align: right
}

.banner__brandingLeft .banner div {
    margin-right: 0 !important
}

.banner__brandingRight {
    right: 50%;
    margin-right: -1120px;
    text-align: left
}

.banner__brandingRight .banner {
    text-align: left
}

.banner__brandingRight .banner div {
    margin-left: 0 !important
}

#Adhesion {
    left: 0;
    position: fixed
}

.section__right .banner {
    margin-bottom: 30px
}

.section__right .banner:last-child {
    margin-bottom: 0
}

.sticky-area {
    height: 1200px;
    margin-bottom: 20px
}

.sticky-area .banner {
    position: sticky;
    top: 80px
}

.sticky-area.sticky-area--full {
    height: 100%
}

.sticky-area .news-aside {
    position: sticky;
    top: 90px
}

.sticky-area .news-aside .news.news--small:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.page-home .sticky-area {
    height: 100%
}

.author + .banner--in-feed, .tag-info + .banner--in-feed {
    margin-bottom: 40px
}

.news-box--medium-plus + .banner {
    margin-top: 20px
}

#aklapBlD247 {
    min-height: 294px
}

#aklavzah18w {
    min-height: 706px
}

#aklapBli100 {
    min-height: 1526px
}

.audio-player {
    width: 100%;
    height: 50px;
    background: #1d1d1d;
    border-radius: 4px;
    margin: 24px 0;
    display: flex;
    align-items: center
}

.audio-player svg {
    display: block
}

.audio-player--title {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin: 0 83px 0 25px
}

.audio-player--logo {
    width: 120px;
    margin: 0 18px 0 10px
}

#audio-player {
    opacity: 0;
    display: none
}

.audio-player--custom {
    flex-grow: 1;
    display: flex;
    align-items: center
}

.audio-player--custom button {
    cursor: pointer
}

.audio-player--custom svg {
    color: #fff
}

.audio-player--backward svg, .audio-player--forward svg {
    width: 32px;
    height: 32px;
    color: #c9c9c9
}

.audio-player--play:not(.is-playing) svg:last-child {
    display: none
}

.audio-player--play.is-playing svg:first-child {
    display: none
}

.audio-player--play svg {
    width: 34px;
    height: 34px;
    margin: 0 25px
}

.audio-player--time {
    color: hsla(0, 0%, 100%, .5);
    display: flex;
    align-items: center;
    margin: auto
}

.audio-player--time span:first-child {
    margin-right: 5px
}

.audio-player--time span:last-child {
    margin-left: 5px
}

.audio-player--time.is-started {
    color: #fff
}

.audio-player--volume {
    display: flex;
    align-items: center;
    margin-right: 25px
}

.audio-player--volume button {
    display: flex;
    margin-right: 5px
}

.audio-player--volume button svg {
    width: 24px;
    height: 24px;
    display: none
}

.audio-player--volume button.volume svg:nth-child(1) {
    display: block
}

.audio-player--volume button.volume-on svg:nth-child(1) {
    display: block
}

.audio-player--volume button.volume-off svg:nth-child(2) {
    display: block
}

.audio-player--volume input {
    border-radius: 7px;
    height: 5px;
    width: 100%;
    outline: none;
    -webkit-appearance: none
}

.audio-player--volume input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #fff;
    box-shadow: -4px 0px 4px rgba(0, 0, 0, .25);
    border-radius: 50%
}

.audio-player:has(.is-playing).sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 600px;
    margin: 0;
    transition: transform 300ms ease
}

.audio-player:has(.is-playing).sticky + .audio-player--sticky-space {
    margin-top: 98px
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 16px 0;
    width: 620px;
    font-family: "Merriweather Sans", sans-serif
}

.pagination form {
    flex: 1;
    max-width: 261px
}

.pagination form#pagination-prev-form svg {
    transform: rotate(180deg)
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 6px 12px;
    border-radius: 5px;
    background: var(--site-primary-color);
    color: #fff
}

.pagination a span {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .015em;
    text-transform: uppercase
}

.pagination.pagination--full {
    width: 100%;
    margin-top: 48px
}

.pagination--2 {
    margin-top: 35px;
    margin-bottom: 0
}

.side-menu {
    position: fixed;
    top: 0;
    left: -100%;
    background: #fff;
    z-index: 1000001;
    width: 50%;
    height: 100%;
    overflow-y: scroll
}

.side-menu.active {
    left: 0
}

.side-menu nav li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
    height: 48px;
    padding: 16px 24px
}

.side-menu nav li a {
    font-weight: 800
}

.popup-promo {
    position: fixed;
    bottom: 35px;
    right: 38px;
    z-index: 1000
}

.popup-promo iframe {
    width: 300px;
    height: 620px;
    z-index: 1000;
    background: #fff;
    border-radius: 2px 0 2px 2px;
    opacity: 1;
    transition: all 300ms ease
}

.popup-promo iframe.hidden {
    height: 0;
    opacity: 0;
    z-index: 0
}

.popup-promo__button {
    width: 120px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2px;
    background: #395b4a;
    position: relative
}

.popup-promo__button > span {
    position: absolute;
    display: block
}

.popup-promo__button > span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #2cce97);
    animation: animate1 2s linear infinite
}

.popup-promo__button > span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #2cce97);
    animation: animate2 2s linear infinite;
    animation-delay: .5s
}

.popup-promo__button > span:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(270deg, transparent, #2cce97);
    animation: animate3 2s linear infinite;
    animation-delay: 1s
}

.popup-promo__button > span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #2cce97);
    animation: animate4 2s linear infinite;
    animation-delay: 1.5s
}

@keyframes animate1 {
    0% {
        left: -100%
    }
    50%, 100% {
        left: 100%
    }
}

@keyframes animate2 {
    0% {
        top: -100%
    }
    50%, 100% {
        top: 100%
    }
}

@keyframes animate3 {
    0% {
        right: -100%
    }
    50%, 100% {
        right: 100%
    }
}

@keyframes animate4 {
    0% {
        bottom: -100%
    }
    50%, 100% {
        bottom: 100%
    }
}

.popup-promo__button-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 8px;
    color: #fff;
    border: 1px solid #1b7f5d
}

.popup-promo__button-text svg {
    width: 25px;
    height: 24px
}

.popup-promo__button.hidden {
    display: none
}

.popup-promo__close {
    position: absolute;
    top: -30px;
    right: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px 4px 0 0
}

.popup-promo__close.hidden {
    display: none
}

.share-popup {
    display: none;
    background: #fff;
    height: 40px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 1
}

.share-popup.active {
    display: flex;
    align-items: center
}

.share-popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ed1c24;
    width: 100%;
    height: 2px
}

.share-popup ul {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0 18px
}

.share-popup ul span {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ed1c24;
    display: flex;
    align-items: center;
    justify-content: center
}

.share-popup ul span svg {
    width: 20px;
    height: 20px;
    fill: #121010;
    color: #121010
}

.share-popup ul span:hover {
    background: #ed1c24
}

.share-popup ul span:hover svg {
    fill: #fff;
    color: #fff
}

.share-popup__close {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px
}

.share-popup__close svg {
    width: 10px;
    height: 10px
}

#tab-air-pollution {
    padding: 0
}

#tab-air-pollution .air-pollution-widget {
    min-height: 231px
}

.air-pollution-widget {
    padding: 7px;
    color: #fff;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
    border-radius: 0 0 10px 10px
}

.air-pollution-widget a {
    color: #fff
}

.air-pollution-widget svg {
    color: #fff;
    width: 18px;
    height: 18px
}

.air-pollution-widget.fade {
    opacity: .3
}

.air-pollution-widget.yellow {
    background: #f7d765
}

.air-pollution-widget.green {
    background: #75c16f
}

.air-pollution-widget.orange {
    background: #f19f65
}

.air-pollution-widget.red {
    background: #ec736f
}

.air-pollution-widget.purple {
    background: #a27cb9
}

.air-pollution-widget.darkpurple {
    background: #a07583
}

.air-pollution-widget.error {
    background: #b6b6b6
}

.tabs--weather-pollution:has(.tabs__content.active .air-pollution-widget.yellow) {
    background: #f7d765
}

.tabs--weather-pollution:has(.tabs__content.active .air-pollution-widget.green) {
    background: #75c16f
}

.tabs--weather-pollution:has(.tabs__content.active .air-pollution-widget.orange) {
    background: #f19f65
}

.tabs--weather-pollution:has(.tabs__content.active .air-pollution-widget.red) {
    background: #ec736f
}

.tabs--weather-pollution:has(.tabs__content.active .air-pollution-widget.purple) {
    background: #a27cb9
}

.tabs--weather-pollution:has(.tabs__content.active .air-pollution-widget.darkpurple) {
    background: #a07583
}

.tabs--weather-pollution:has(.tabs__content.active .air-pollution-widget.error) {
    background: #b6b6b6
}

.air-pollution-widget {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.air-pollution-widget__updated {
    width: 100%;
    font-size: 12px;
    letter-spacing: .01em
}

.air-pollution-widget__ajax a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px
}

.air-pollution-widget__pm {
    flex: 1;
    opacity: .8
}

.air-pollution-widget__img {
    flex: 1
}

.air-pollution-widget__img img {
    aspect-ratio: 1/1
}

.air-pollution-widget__no {
    flex: 1;
    text-align: center
}

.air-pollution-widget__no strong {
    font-size: 60px
}

.air-pollution-widget__no span {
    opacity: .8
}

.air-pollution-widget__links {
    width: 80px;
    font-size: 14px
}

.air-pollution-widget__links span a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline
}

.air-pollution-widget__changecity {
    cursor: pointer;
    width: 200px;
    margin-left: auto;
    margin-top: auto;
    position: relative;
    font-size: 14px
}

.air-pollution-widget__changecity div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

.air-pollution-widget__changecity div svg {
    transform: rotate(90deg)
}

.air-pollution-widget__changecity ul {
    position: absolute;
    background: #fff;
    overflow: hidden;
    top: 34px;
    right: 0;
    width: 220px;
    z-index: 1000;
    box-shadow: 0 1px 1px #ada8a8;
    border-left: 1px solid rgba(106, 98, 98, .2);
    border-right: 1px solid rgba(106, 98, 98, .2);
    border-radius: 0 0 10px 10px
}

.air-pollution-widget__changecity ul:not(.active) {
    display: none
}

.air-pollution-widget__changecity li {
    margin: 0;
    line-height: 100%;
    border-bottom: 1px solid rgba(106, 98, 98, .2)
}

.air-pollution-widget__changecity li a {
    font-weight: normal;
    color: initial;
    padding: 10px 10px;
    display: block;
    font-size: 14px
}

.air-pollution-widget-list .air-pollution-widget {
    border-radius: 10px
}

.tradingview-widget-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 46px !important;
    overflow: hidden;
    background: #fff
}

.tw-copyright {
    font-size: 13px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #9db2bd;
    width: 90px;
    margin-left: 10px
}

.tw-copyright a {
    color: #2196f3
}

.section__aside .tradingview-widget-container iframe {
    margin-bottom: 0
}

.tradingview-aside-widget-container {
    margin-top: 15px;
    margin-bottom: 15px
}

.tradingview-aside-widget-info {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    color: #9db2bd;
    margin-top: -30px
}

.category-title h1 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 16px
}

.category-bbc {
    margin: 16px 0
}

.category-bbc img {
    width: auto;
    height: 26px
}

.page-home .news__comments a {
    background: #000;
    color: #fff
}

.page-home .news__comments.highlight a {
    background: #ed1c24
}

.ai-future-minds-title {
    height: 61px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: linear-gradient(90deg, #010425 0%, #1f28c5 100%);
    border-radius: 8px;
    margin-bottom: 30px
}

.ai-future-minds-title h1 {
    margin: 0;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: .22px;
    text-transform: uppercase;
    color: #fff
}

.ai-future-minds {
    margin-bottom: 30px
}

.article {
    margin-bottom: 24px
}

.article header {
    width: 100%
}

.article__sticky {
    display: flex;
    align-items: stretch;
    gap: 20px 40px
}

.article__aside {
    width: 300px
}

.article__aside-top {
    height: 40%;
    margin-bottom: 20px
}

.article__aside-top-holder {
    position: sticky;
    top: 100px
}

.article__aside-bottom {
    height: calc(60% - 20px)
}

.article__aside-bottom-holder {
    position: sticky;
    top: 80px
}

.article__content {
    width: 600px;
    margin-left: auto;
    position: relative
}

.article header h1 {
    font-family: "Merriweather", serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: .038em;
    margin: 24px 0;
    line-height: 140%
}

.article header > .news__image {
    margin-top: 24px
}

.article header > .news__image img {
    border-radius: 10px
}

.article header .embed-container__cmp {
    margin: 16px -16px -15px
}

.article header .pulsembed_embed {
    text-indent: -9999px;
    width: 100%;
    height: auto !important;
    display: flex !important;
    padding: 0 !important;
    aspect-ratio: 16/9
}

.article header .pulsembed_embed a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5
}

.article header .pulsembed_embed a:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border-top: 3px solid var(--site-primary-color);
    border-right: 6px solid rgba(0, 0, 0, 0);
    -webkit-animation: spinner 1.1s linear infinite;
    animation: spinner 1.1s linear infinite;
    width: 60px;
    height: 60px
}

.article p {
    font-size: 19px;
    line-height: 170%;
    margin-top: 24px
}

.article p a {
    text-decoration: underline;
    text-decoration-color: hsl(357.7033492823, 85.306122449%, 76.9607843137%);
    text-decoration-thickness: 3px;
    text-underline-offset: 2px
}

.article .news__share {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6a6262;
    border-radius: 50%
}

.article .news__share svg {
    width: 30px;
    height: 30px;
    color: #fff;
    position: relative;
    left: -1px
}

.article blockquote {
    margin: 20px 0;
}

.article blockquote svg {
    width: 15px;
    height: 12px
}


.article blockquote p:first-of-type {
    margin-top: 0
}

.article blockquote svg:last-child {
    margin-left: auto
}

.article .single-question {
    margin: 20px 0;
    display: flex;
    gap: 5px
}

.article .single-question svg {
    width: 20px;
    height: 26px;
    color: var(--site-primary-color);
    flex-shrink: 0;
    position: relative;
    top: -1px
}

.article .single-question h1, .article .single-question h2, .article .single-question h3, .article .single-question h4, .article .single-question h5, .article .single-question h6 {
    font-family: "Merriweather", serif;
    font-style: italic;
    font-weight: 700;
    position: relative
}

.article .single-question svg + h3, .article .single-question svg + h4 {
    top: 2px
}

.article .single-question svg + h5, .article .single-question svg + h6 {
    top: 6px
}

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

.news__time {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    color: #6a6262;
    display: flex;
    align-items: center
}

.news__time svg {
    width: 7px;
    height: 7px;
    margin: 0 5px
}

.news__time svg.icon-dot {
    width: 2px;
    height: 2px
}

.news__comments {
    margin-left: auto
}

.news__share {
    display: flex;
    margin-left: 16px;
    cursor: pointer;
    position: relative
}

.news__share svg {
    color: #6a6262
}

.news__image-inner {
    position: relative;
    cursor: pointer
}

.news__image-desc {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: .01em;
    margin: 10px 16px 24px 0;
    display: block;
    color: #6a6262
}

.news__image-desc span {
    font-size: 12px;
    opacity: .5
}

.article__breadcrumbs {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%
}

.article__breadcrumbs div {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap
}

.article__breadcrumbs a {
    color: #6a6262
}

.article__breadcrumbs svg {
    width: 6px;
    height: 11px
}

.article__breadcrumbs div.article__breadcrumbs-title {
    color: #6a6262;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 18px;
    overflow: hidden
}

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

.article__author--multiple {
    position: relative
}

.article__author--multiple .article__author-image {
    position: relative;
    left: -3px
}

.article__author--multiple .article__author-image a, .article__author--multiple .article__author-image .article__author-image-no-url {
    margin-right: 10px;
    display: block
}

.article__author--multiple .article__author-image a:nth-child(1), .article__author--multiple .article__author-image .article__author-image-no-url:nth-child(1) {
    z-index: 10;
    position: relative;
    padding: 3px;
    border: 10px;
    background: #fff;
    border-radius: 50%
}

.article__author--multiple .article__author-image a:nth-child(2), .article__author--multiple .article__author-image .article__author-image-no-url:nth-child(2), .article__author--multiple .article__author-image span {
    position: absolute;
    top: 3px;
    left: 37px;
    cursor: pointer
}

.article__author--multiple .article__author-image span {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    border-radius: 50%
}

.article__author--multiple .article__author-image span:hover {
    background: var(--site-primary-color);
    color: #fff
}

.article__author--multiple .article__author-name {
    margin-left: 27px
}

.article__author--multiple .article__author-name .article__author-popup-open {
    font-weight: bold;
    color: #121010;
    cursor: pointer
}

.article__author--multiple .article__author-name .article__author-popup-open:hover {
    color: var(--site-primary-color)
}

.article__author-popup {
    display: none;
    position: absolute;
    z-index: 100;
    width: 240px;
    background: #fff;
    flex-direction: column;
    top: 24px;
    left: 82px;
    border-radius: 0 0 24px 24px
}

.article__author-popup.active {
    display: flex
}

.article__author-popup > div {
    background: var(--site-primary-color);
    padding: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center
}

.article__author-popup > div svg {
    margin-left: auto;
    cursor: pointer;
    color: #fff;
    fill: #fff
}

.article__author-popup ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px
}

.article__author-popup ul li {
    display: flex;
    align-items: center;
    gap: 10px
}

.article__author-popup ul li a {
    display: flex;
    align-items: center;
    gap: 10px
}

.article__author-popup ul li a:hover strong {
    text-decoration: underline
}

.article__author-popup ul li img {
    width: 39px;
    height: 39px;
    border-radius: 50%
}

.article__author-popup ul li span {
    font-size: 12px;
    display: block;
    margin-top: 1px
}

.article__author-popup ul li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5
}

.article__author-image {
    display: flex
}

.article__author-image img {
    width: 39px;
    height: 39px;
    border-radius: 50%
}

.article__author-name {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 10px
}

.article__author-name li {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold
}

.article__author-name li span {
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 22ch
}

.article__author-link {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .01em
}

.article__author-link a {
    text-decoration: underline
}

.article__author-tagline {
    font-size: 14px;
    display: block;
    margin-top: 3px;
    color: #6a6262;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 20px;
    overflow: hidden
}

.article__featured svg {
    width: 5px;
    height: 5px;
    color: var(--site-primary-color);
    position: relative;
    top: -5px
}

.article__featured--icon p {
    display: flex;
    align-items: flex-start;
    gap: 6px
}

.article__featured--icon p:before {
    display: none
}

.article__featured--icon p img {
    width: 16px;
    height: auto;
    position: relative;
    top: 7px
}

.article__text > h2, .article__text > h3 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 24px 0;
    line-height: 140%
}

.article__text > h2 {
    font-size: 28px
}

.article__text > h3 {
    font-size: 24px
}

.article__text > h4 {
    font-size: 22px
}

.article__text > h5 {
    font-size: 21px
}

.article__text > .news__image {
    position: relative;
    margin-top: 24px
}

.article__text > .news__image img {
    border-radius: 10px
}

.article__text ol {
    margin: 24px 0 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.article__text ol li {
    font-size: 19px;
    line-height: 140%
}

.article__text > ul {
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.article__text > ul li {
    position: relative;
    padding-left: 16px;
    font-size: 19px;
    line-height: 170%
}

.article__text > ul li:before {
    content: "•";
    color: #ed1c24;
    position: absolute;
    left: 0
}

.article__text > ol li a, .article__text > ul li a {
    text-decoration: underline;
    text-decoration-color: hsl(357.7033492823, 85.306122449%, 76.9607843137%);
    text-decoration-thickness: 3px;
    text-underline-offset: 2px
}

.article__text .pulsembed_embed {
    margin-top: 24px;
    min-height: 260px
}

.article__text .pulsembed_embed[data-provider-name=YouTube] {
    min-height: auto;
    aspect-ratio: 16/9;
    max-width: 100%
}

.article__text .pulsembed_embed__close {
    display: none
}

.article__text .pulsembed_embed--sticky {
    background: #f1f1f1;
    position: relative
}

.article__text .pulsembed_embed--sticky:before {
    content: "Video";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.article__text .pulsembed_embed--sticky iframe {
    position: fixed !important;
    top: 48px !important;
    right: 0;
    z-index: 10000;
    width: 420px !important;
    height: 236px !important;
    transition: top .2s ease 0s;
    left: auto !important
}

.article__text .pulsembed_embed--sticky + .pulsembed_embed__close {
    position: fixed;
    width: 32px;
    height: 32px;
    background: #000;
    right: 388px;
    top: 284px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.article__text .pulsembed_embed--sticky + .pulsembed_embed__close svg {
    width: 20px;
    height: 20px;
    fill: #fff
}

.article__text .pulsembed_embed--sticky-top iframe {
    top: 0 !important
}

.article__text .pulsembed_embed--sticky-top + .pulsembed_embed__close {
    top: 236px !important
}

.article__sticky + .article__text > .news__image {
    left: -120px;
    width: calc(100% + 120px)
}

.article__related {
    background: #f2f2f2;
    border-left: 15px solid #ed1c24;
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 15px 8px 15px 10px
}

.article__related .news--small {
    flex: 1
}

.article__related .news--small:nth-child(2) {
    position: relative
}

.article__related .news--small:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    left: -11px;
    width: 1px;
    height: 100%;
    border-right: 1px dotted rgba(0, 0, 0, .25)
}

.article__related .news--small .news__content {
    margin-top: 0
}

.article__related .news--small .news__content h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: .37px
}

.article__related .news--small .news__content h2 a {
    max-height: 82px
}

.article__related.bg--gray {
    background: #f7f7f7;
    border-left: 0
}

.article__newsletter {
    margin: 24px 0 24px -16px;
    width: calc(100% + 32px)
}

.article__newsletter-title {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    gap: 15px;
    background: var(--site-primary-color);
    color: #fff
}

.article__newsletter-title span {
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .01em
}

.article__newsletter-search {
    margin: 16px
}

.article__newsletter-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border-radius: 74px;
    border: 1px solid #6a6262;
    padding: 0 24px;
    gap: 10px
}

.article__newsletter-form input[type=text] {
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    width: 100%
}

.article__newsletter-form svg {
    color: #ed1c24
}

.article__tags {
    margin: 24px 0;
    padding-bottom: 18px
}

.article__tags ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

.article__tags ul a {
    background: #c8c6c6;
    color: #121010;
    padding: 0 16px;
    height: 30px;
    border-radius: 5px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    letter-spacing: .014em
}

.article__social {
    margin: 24px 0
}

.article__social ul {
    display: flex;
    gap: 5px
}

.article__social ul li {
    flex: 1
}

.article__social ul li a {
    border: 2px solid var(--site-primary-color);
    height: 44px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.article__social ul li a svg {
    color: #000;
    fill: #000
}

.article__social ul li a:hover {
    background: var(--site-primary-color)
}

.article__social ul li a:hover svg {
    color: #fff;
    fill: #fff
}

.article__community-groups-blic {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px
}

.article__community-groups-blic > .article__community-top {
    border: 1px solid rgba(204, 0, 0, .25);
    border-radius: 10px;
    padding: 11px;
    background-color: rgba(204, 0, 0, .05)
}

.article__community-groups-blic > .article__community-top .article__community-icon {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    gap: 10px
}

.article__community-groups-blic > .article__community-top .article__community-icon span {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

.article__community-groups-blic > .article__community-top p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px
}

.article__community-groups-blic > .article__community-button {
    width: 100%;
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 15px
}

.article__community-groups-blic > .article__community-button .article__community {
    flex: 1;
    height: 46px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.article__community-groups-blic > .article__community-button .article__community a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 5px;
    width: 100%;
    height: 100%
}

.article__community-groups-blic > .article__community-button .article__community a span {
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px
}

.article__community-groups-blic > .article__community-button .article__community--viber {
    background-color: #665cac
}

.article__community-groups-blic > .article__community-button .article__community--viber svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.article__community-groups-blic > .article__community-button .article__community--whatsapp {
    background: #4dc247
}

.article__community-groups-blic > .article__community-button .article__community--whatsapp svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.article__community-groups-blic > .article__community-button .article__community--newsletter {
    background: #ed1c24
}

.article__community-groups-blic > .article__community-button .article__community--newsletter svg {
    width: 16px;
    height: 16px;
    fill: #fff
}

.article__community-groups-blic > .article__community-button .article__community--google {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25)
}

.article__community-groups-blic > .article__community-button .article__community--google img {
    width: 25px;
    height: 20px
}

.article__community-groups-blic > .article__community-button .article__community--google a, .article__community-groups-blic > .article__community-button .article__community--google > span {
    color: #000
}

.article__comments {
    margin: 24px -16px
}

.article__share {
    background: #f1e9d2;
    padding: 20px 18px 21px 16px;
    margin-bottom: 18px;
    font-family: "Merriweather Sans", sans-serif
}

.article__share > span {
    font-size: 22px;
    letter-spacing: .01em;
    text-align: center;
    display: block
}

.article__share ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px
}

.article__share ul li {
    flex: 1
}

.article__share ul li a {
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border-radius: 5px;
    font-size: 13px
}

.article__share-viber a {
    background: #665cac;
    color: #fff
}

.article__share-whatsapp a {
    background: #4dc247;
    color: #fff
}

.article__share-google-news a {
    background: #fff;
    border: 1px solid #c8c6c6
}

.article__images {
    display: none;
    opacity: 0;
    transition: opacity .3s ease, display .3s ease allow-discrete;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    align-items: center
}

.article__images.active {
    opacity: 1;
    display: flex
}

.article__images:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #121010
}

.article__images .news__image-desc {
    margin: 16px;
    color: hsla(0, 0%, 100%, .75);
    text-align: center
}

@starting-style{
    .article__images.active {
        opacity: 0
    }
} .article__images-close {
      position: absolute;
      z-index: 50;
      top: 0;
      right: 0;
      color: #fff;
      padding: 16px;
      cursor: pointer
  }

.article__images-close svg {
    color: #fff;
    fill: #fff
}

.article__images {
    --swiper-pagination-bullet-inactive-color: #FFFFFF;
    --swiper-pagination-color: #FFFFFF;
    --swiper-pagination-bullet-inactive-opacity: .25;
    --swiper-pagination-bottom: -4px
}

.article__images .swiper-wrapper {
    align-items: center
}

.article__images .swiper-button-next, .article__images .swiper-button-prev {
    --swiper-navigation-color: #FFFFFF;
    --swiper-theme-color: green()
}

.article__carousel {
    margin: 24px 0
}

.article__carousel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #121010;
    display: none;
    opacity: 0;
    transition: opacity .3s ease, display .3s ease allow-discrete
}

.article__carousel .news__image-desc {
    margin: 16px
}

.article__carousel-close {
    display: none;
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    color: #fff;
    padding: 16px;
    opacity: 0
}

.article__carousel-close svg {
    color: #fff;
    fill: #fff
}

.article__carousel-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    opacity: .35
}

.article__carousel.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    align-items: center;
    display: flex;
    margin: 0
}

.article__carousel.active:before {
    opacity: 1;
    display: block
}

.article__carousel.active .article__carousel-close {
    opacity: 1;
    display: block
}

.article__carousel.active .article__carousel-zoom {
    display: none
}

.article__carousel.active .news__image-desc {
    color: hsla(0, 0%, 100%, .75)
}

@starting-style{
    .article__carousel.active.article__carousel-close {
        opacity: 0
    }

    .article__carousel.active:before {
        opacity: 0
    }
} .article__carousel {
      --swiper-pagination-bullet-inactive-color: #FFFFFF;
      --swiper-pagination-color: #FFFFFF;
      --swiper-pagination-bullet-inactive-opacity: .25;
      --swiper-pagination-bottom: -4px
  }

.article__carousel .swiper-wrapper {
    align-items: center
}

.article__carousel .swiper-button-next, .article__carousel .swiper-button-prev {
    --swiper-navigation-color: #FFFFFF;
    --swiper-theme-color: green()
}

.carousel-button {
    position: absolute;
    right: 44px;
    bottom: 10px;
    background: var(--site-primary-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 5px 10px 5px;
    border-radius: 10px
}

.carousel-button div {
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px
}

.carousel-button div span {
    font-size: 18px
}

.carousel-button div svg {
    width: 32px;
    height: 26px
}

.carousel-button span {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .01em
}

.blurred-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.blurred-button span {
    padding: 12px;
    border-radius: 6px;
    background: var(--site-primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold
}

@-webkit-keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner {
    to {
        transform: rotate(1turn)
    }
}

.poll {
    margin: 15px 0;
    position: relative;
    padding: 0 15px
}

.poll h3 {
    color: #fff;
    background: var(--site-primary-color);
    padding: 10px;
    margin-bottom: 0;
    font-size: 16px
}

.poll .poll-info.results {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid var(--site-primary-color)
}

.poll .poll-info.results h4 {
    text-align: center
}

.poll .poll-info.results .graph {
    margin-bottom: 10px;
    display: block;
    background: #eee
}

.poll .poll-info.results .graph span {
    background: red;
    background: -moz-linear-gradient(left, #ff0000 15%, #009600 70%) fixed;
    background: -webkit-linear-gradient(left, #ff0000 15%, #009600 70%) fixed;
    background: linear-gradient(to right, #ff0000 15%, #009600 70%) fixed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#009600", GradientType=1);
    min-width: 15%;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    color: #fff
}

.poll .poll-info.results .button {
    text-align: center;
    display: block;
    text-transform: uppercase
}

.poll .poll-info.results .button a {
    display: inline-block;
    background: var(--site-primary-color);
    color: #fff;
    border: none;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 5px
}

.poll .poll-info .social {
    text-align: center
}

.poll .poll-info .social > span {
    font-size: 24px;
    margin-bottom: 15px;
    display: block
}

.poll .poll-info .social ul:after {
    content: "";
    display: table;
    clear: both
}

.poll .poll-info .social ul li {
    width: 100%;
    margin-bottom: 15px
}

.poll .poll-info .social ul li:before {
    display: none
}

.poll .poll-info .social ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none
}

.poll .poll-info .social ul li a svg {
    fill: #fff;
    margin-right: 5px
}

.poll .poll-info .social ul li.fb a {
    background: #3b5998
}

.poll .poll-info .social ul li.twitter a {
    background: #000
}

.poll .poll-info .img {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 15px
}

.poll .poll-info .img > div {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: relative
}

.poll .poll-info .img img {
    display: block;
    max-width: 100%
}

.poll .poll-info .img span {
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: calc(100% - 10px) !important;
    padding: 1px 5px;
    background: rgba(0, 0, 0, .5);
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 12px
}

.poll .poll-info h4 {
    font-size: 18px;
    margin-bottom: 10px
}

.poll .poll-info p {
    margin: 15px 0
}

.poll .loader {
    border-left: 1px solid var(--site-primary-color);
    border-right: 1px solid var(--site-primary-color);
    border-bottom: 1px solid var(--site-primary-color);
    text-align: center;
    padding: 15px 0
}

.poll .loader svg {
    font-size: 26px;
    color: var(--site-primary-color)
}

.poll form .quiz-question {
    margin-bottom: 20px
}

.poll form > .poll-item {
    border-left: 1px solid var(--site-primary-color);
    border-right: 1px solid var(--site-primary-color)
}

.poll form > .poll-item:last-child {
    border-bottom: 1px solid var(--site-primary-color)
}

.poll form .poll-item {
    flex-direction: row;
    margin: 0;
    padding: 10px
}

.poll form .poll-item:after {
    content: "";
    display: table;
    clear: both
}

.poll form .poll-item label, .poll form .poll-item .img, .poll form .poll-item span {
    float: left;
    margin-right: 10px
}

.poll form .poll-item span {
    margin: 4px 0 0 0;
    display: inline-block;
    width: calc(100% - 40px)
}

.poll form .poll-item input[type=submit] {
    background: var(--site-primary-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 5px
}

.poll form .poll-item:hover {
    background: #f1f1f1
}

.poll form .poll-item.answer-true {
    color: #38a738
}

.poll form .poll-item.answer-true .regular-radio + label {
    border-color: #38a738
}

.poll form .poll-item.answer-true .regular-radio:checked + label:after {
    background: #38a738
}

.poll form .poll-item.answer-false {
    color: #f94b4b
}

.poll form .poll-item.answer-false .regular-radio + label {
    border-color: #f94b4b
}

.poll form .poll-item.answer-false .regular-radio:checked + label:after {
    background: #f94b4b
}

.poll form .poll-item .img {
    position: relative
}

.poll form .poll-item .img img {
    display: block;
    width: 100%;
    height: auto
}

.poll form .poll-item .img span {
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 0;
    display: block;
    width: calc(100% - 10px) !important;
    padding: 1px 5px;
    background: rgba(0, 0, 0, .25);
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px
}

.poll form .alert {
    margin: 10px;
    width: calc(100% - 40px)
}

.poll form .alert:hover.success {
    background: #4bb15f
}

.poll form .alert:hover.error {
    background: #fd5f5f
}

.poll form .navigate {
    text-align: center
}

.poll form .navigate:after {
    content: "";
    display: table;
    clear: both
}

.poll form .navigate a {
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid var(--site-primary-color);
    display: inline-block
}

.poll form .navigate a.previous {
    float: left;
    color: var(--site-primary-color)
}

.poll form .navigate a.previous svg {
    margin-right: 3px
}

.poll form .navigate a.next {
    float: right;
    background: var(--site-primary-color)
}

.poll form .navigate a.next svg {
    margin-left: 3px
}

.poll form .navigate span {
    padding: 5px 0;
    display: inline-block;
    width: auto;
    float: none
}

.poll form .regular-radio {
    display: none
}

.poll form .regular-radio + label {
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #b7b7b7;
    border-radius: 26px;
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px
}

.poll form .regular-radio:checked + label:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 26px;
    background: var(--site-primary-color);
    display: inline-block;
    position: relative;
    top: 1px;
    left: 1px
}

.poll .poll-results {
    border: 1px solid var(--site-primary-color);
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold
}

.poll .poll-results tr {
    border-bottom: 1px solid #eee
}

.poll .poll-results td {
    padding: 10px
}

.poll .poll-results td:nth-child(2) {
    text-align: right
}

.poll .poll-results td span {
    display: block;
    width: 100%;
    height: 14px;
    background: #e5e5e5;
    border-radius: 3px
}

.poll .poll-results td span span {
    background: #333
}

.poll .next-question {
    display: none;
    text-align: center;
    padding: 10px 0;
    cursor: pointer
}

.poll .next-question span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.poll .next-question span svg {
    background: var(--site-primary-color);
    fill: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    padding: 3px
}

.poll .question-explanation {
    display: none;
    border: 1px solid var(--site-primary-color)
}

.poll .question-explanation .embed-code {
    padding: 0 10px
}

.poll .question-explanation .next-question {
    text-align: center;
    display: block;
    padding: 5px 0;
    cursor: pointer
}

.poll .question-explanation .next-question svg {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%
}

.poll .question-explanation p {
    padding: 10px;
    margin: 0
}

.poll .question-explanation .img {
    width: calc(100% - 20px);
    text-align: center;
    display: block;
    margin: 10px
}

.poll .question-explanation .img > div {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: relative
}

.poll .question-explanation .img img {
    display: block;
    max-width: 100%
}

.poll .question-explanation .img span {
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: calc(100% - 10px) !important;
    padding: 1px 5px;
    background: rgba(0, 0, 0, .5);
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 12px
}

#quiz-results, .personality-result, .trivia-result {
    display: none
}

#personality-quiz:has(.blurred-quiz), #trivia-quiz:has(.blurred-quiz) {
    position: relative
}

#personality-quiz:has(.blurred-quiz) .poll, #trivia-quiz:has(.blurred-quiz) .poll {
    padding: 20px
}

.blurred-quiz {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #f0f1f2;
    cursor: pointer
}

.blurred-quiz div {
    position: sticky;
    top: 68px;
    margin: 180px 20px 20px;
    background: var(--site-primary-color);
    padding: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .3882352941);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blurred-quiz div svg {
    fill: #fff;
    margin-left: 20px
}

.shareable {
    margin: 15px;
    border: 1px solid #eee
}

.shareable__title {
    padding: 10px 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center
}

.shareable__content {
    padding: 0 15px 15px;
    position: relative
}

.shareable__buttons {
    border-top: 1px solid #eee
}

.shareable__buttons-sticky {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px
}

.shareable__buttons div a, .shareable__buttons div span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 50%
}

.shareable__buttons svg {
    width: 18px;
    height: 18px
}

.shareable__button-facebook svg {
    fill: #3b5998
}

.shareable__button-facebook:hover a {
    background: #3b5998
}

.shareable__button-facebook:hover svg {
    fill: #fff
}

.shareable__button-twitter svg {
    fill: #55acee
}

.shareable__button-twitter:hover a {
    background: #55acee
}

.shareable__button-twitter:hover svg {
    fill: #fff
}

.shareable__button-copy svg {
    color: #d19c3d
}

.shareable__button-copy:hover span {
    background: #d19c3d
}

.shareable__button-copy:hover svg {
    color: #fff
}

.comments__disabled {
    background: #ffd919;
    padding: 16px;
    margin-bottom: 16px
}

.comments__disabled span {
    margin: 0
}

.article__images.active .swiper-slide .news__image img, .article__carousel.active .swiper-slide .news__image img {
    max-height: 80vh;
    object-fit: cover;
    width: auto;
    margin: auto
}

.newsletter-aside {
    margin: 24px 0
}

.newsletter-aside p {
    font-size: 19px;
    line-height: 150%;
    letter-spacing: .019em;
    margin: 10px 0
}

.newsletter-aside__top {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: .022em;
    color: #fff;
    background: #ed1c24;
    text-align: center;
    padding: 6px 0;
    border-radius: 10px
}

.article--comments .article__header {
    margin-bottom: 30px
}

.image-blur {
    cursor: default
}

.blurred-button {
    cursor: pointer
}

.discovery__video {
    margin-top: 24px;
    aspect-ratio: 16/9
}

.article__jwplayer {
    margin-top: 24px;
    background: #f5f5f5
}

.article__jwplayer--video {
    aspect-ratio: 16/9
}

.article__jwplayer--shorts {
    aspect-ratio: 9/16;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 360px
}

.article__anchor-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px
}

.article__anchor-block h1, .article__anchor-block h2, .article__anchor-block h3, .article__anchor-block h4, .article__anchor-block h5, .article__anchor-block h6 {
    width: 100%;
    text-align: center;
    font-weight: bold
}

.article__anchor-block > div a, .article__anchor-block > div span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    transition: all ease-in 300ms;
    cursor: pointer
}

.article__anchor-block > div a svg, .article__anchor-block > div span svg {
    width: 16px;
    height: 16px;
    transition: all ease-in 300ms
}

.article__anchor-block-facebook svg {
    fill: #3b5998
}

.article__anchor-block-facebook a:hover {
    background: #3b5998;
    border-color: #3b5998
}

.article__anchor-block-facebook a:hover svg {
    fill: #fff
}

.article__anchor-block-twitter svg {
    fill: #55acee
}

.article__anchor-block-twitter a:hover {
    background: #55acee;
    border-color: #55acee
}

.article__anchor-block-twitter a:hover svg {
    fill: #fff
}

.article__anchor-block-copy svg {
    color: #d19c3d
}

.article__anchor-block-copy span:hover {
    background: #d19c3d;
    border-color: #d19c3d
}

.article__anchor-block-copy span:hover svg {
    color: #fff
}

#comments-container {
    min-height: 99px
}

.antrfile {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap
}

.antrfile__title {
    width: 100%;
    background: var(--site-primary-color);
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center
}

.antrfile__title svg {
    fill: #fff;
    margin-left: 5px
}

.antrfile__image {
    width: 50%;
    margin: 0 auto;
    background: #f5f5f5
}

.antrfile__image figure {
    margin: 0;
    width: 100%
}

.antrfile__image figure:hover img {
    transform: scale(1)
}

.antrfile__image + .antrfile__content {
    width: calc(100% - 150px)
}

.antrfile__content {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 15px 10px;
    width: 100%
}

.antrfile__content h3 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px
}

.antrfile__content h3:last-child {
    margin-bottom: 0
}

.antrfile__content p {
    display: flex;
    margin: 0
}

.antrfile__content p svg {
    margin: 3px 5px 0 0
}

.antrfile__content p svg + a {
    width: calc(100% - 16px - 5px)
}

.antrfile__content .news__image {
    margin-top: 15px
}

.antrfile__content .news__image img {
    border-radius: 5px
}

.antrfile__content .news__image-desc {
    margin: 10px 0 0
}

.antrfile--bg {
    padding: 0 15px
}

.antrfile--bg .antrfile__title {
    font-size: 16px;
    padding: 10px;
    background: rgba(0, 0, 0, 0)
}

.antrfile--bg .antrfile__content {
    border-color: rgba(0, 0, 0, 0);
    padding: 0 0 10px
}

.antrfile--bg .antrfile__content p {
    margin-bottom: 5px;
    padding: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 10px;
    justify-content: space-between
}

.antrfile--bg .antrfile__content p a {
    width: calc(100% - 7px - 10px);
    font-family: "Merriweather", serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 80px;
    overflow: hidden
}

.antrfile--bg .antrfile__content p span {
    width: 7px;
    height: auto;
    background: var(--site-primary-color);
    display: block;
    border-radius: 20px
}

.antrfile--bg-light {
    background: #dadada
}

.antrfile--bg-light .antrfile__title {
    color: #000
}

.antrfile--bg-light .antrfile__content p {
    background: #fff
}

.antrfile--bg-red {
    background: var(--site-primary-color)
}

.antrfile--bg-red .antrfile__content p {
    background: #fff
}

.antrfile--bg-dark {
    background: #1d1d1d
}

.antrfile--bg-dark .antrfile__content p a {
    color: #fff
}

.article__author-wrapper {
    display: flex;
    gap: 20px;
    margin-bottom: 10px
}

.article__consultant {
    background: #f5f5f5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%
}

.article__consultant-icon {
    padding: 6.5px 11px 3.5px
}

.article__consultant-icon svg {
    width: 25px;
    height: 25px;
    color: #55bf9d
}

.article__consultant-name {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-right: 20px;
    font-family: "Merriweather Sans", sans-serif
}

.article__consultant-name span:first-child {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .14px
}

.article__consultant-name span:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    color: #6a6262
}

.news__gpc {
    margin-left: auto
}

.news__gpc a {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #78716c;
    padding: 0 12px;
    height: 30px
}

.news__gpc a:hover span {
    color: #ed1c24
}

.news__gpc span {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .35px
}

.news__gpc + .news__comments {
    margin: 0 7px 0 20px
}

.news__gpc + .news__comments a {
    height: 30px
}

.news__gpc--hp {
    margin: 0 0 10px
}

.news__gpc--hp a {
    gap: 4px;
    padding: 0;
    height: 42px
}

.blurred-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--site-primary-color);
    padding: 15px 12px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 3px 4px 3px 1px rgba(0, 0, 0, .6196078431);
    text-align: center
}

.blurred-button span {
    display: block;
    text-align: center
}

.blurred-button:hover {
    opacity: .75
}

.blurred-button__main {
    font-weight: bold
}

.blurred-button__aside {
    margin-top: 10px;
    opacity: .85
}

.blurred-video {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    margin-bottom: 15px;
    background: #444;
    cursor: pointer
}

.blurred-video__text {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
    position: absolute;
    top: 10px;
    left: 15px;
    letter-spacing: .5px
}

.blurred-video__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center
}

.blurred-video__play svg {
    color: #fff;
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4))
}

.blurred-video__play span {
    color: #fff;
    display: block;
    margin-top: 10px;
    background: #c00;
    padding: 7px 10px;
    border-radius: 5px;
    box-shadow: 3px 4px 3px 1px rgba(0, 0, 0, .6196078431);
    text-align: center;
    width: max-content
}

.sponsor-camel {
    position: relative;
    height: 10px
}

.sponsor-camel img {
    width: 73px;
    position: absolute;
    top: -63px;
    right: 0
}

.tag-title h1 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 16px
}

.tag-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.tag-info__top {
    display: flex;
    gap: 16px;
    width: 100px
}

.tag-info__top img {
    width: 100px;
    height: auto;
    border-radius: 5px
}

.tag-info__top h1 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 24px;
    font-weight: 700
}

.tag-info__top + .tag-info__content {
    width: calc(100% - 100px - 10px)
}

.tag-info__content {
    width: 100%;
    position: relative;
    max-height: 200px;
    overflow: hidden
}

.tag-info__content p {
    font-size: 19px;
    line-height: 170%
}

.tag-info__content p:not(:last-child) {
    margin-bottom: 24px
}

.tag-info__content p a {
    border-bottom: 5px solid hsl(357.7033492823, 85.306122449%, 76.9607843137%)
}

.tag-info__content p:last-child {
    margin-bottom: 24px
}

.tag-info__content:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.489583) 41.43%, #FFFFFF 100%);
    width: 100%;
    height: 100%;
    position: absolute
}

.tag-info__content--author {
    padding-top: 12px;
    border-top: 0
}

.tag-info__more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    margin-bottom: 37px
}

.tag-info__more:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #f5f5f5;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.tag-info__more span {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer
}

.tag-info__more svg {
    color: #fff;
    transform: rotate(0deg);
    transition-delay: 300ms
}

.tag-info__content.active {
    max-height: 100vh
}

.tag-info__content.active:before {
    display: none
}

.tag-info__more .active svg {
    transform: rotate(-180deg)
}

.tag-info--short-text .tag-info__content {
    border-bottom: 0
}

.tag-info--short-text .tag-info__content:before {
    display: none
}

.tag-info--short-text .tag-info__more {
    display: none
}

.tag__scroll {
    margin: 16px 0
}

.tag__scroll > span {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}

.tag__scroller ul {
    display: flex;
    gap: 10px;
    overflow-x: scroll
}

.tag__scroller ul li {
    flex: 1 0 80px
}

.tag__scroller ul li img {
    border-radius: 5px;
    margin-bottom: 5px
}

.tag__scroller ul li span {
    font-size: 14px
}

.tag-info + .tag__scroll + .news-box-title, .tag-info + .news-box-title {
    background: green
}

.latest .news-box__title {
    text-align: center
}

.latest__tabs {
    background: #fff
}

.latest__tabs ul {
    margin: 0 15px;
    display: flex
}

.latest__tabs li {
    width: 50%;
    text-align: center
}

.latest__tabs li.active {
    color: var(--site-primary-color);
    border-bottom: 1px solid var(--site-primary-color)
}

.latest__tabs li a, .latest__tabs li span {
    padding: 8px 16px;
    display: block;
    cursor: pointer
}

.latest__time {
    margin: 16px 0 0;
    padding-left: 16px;
    display: flex;
    grid-column: 1/-1;
    width: 100%;
    border-bottom: 3px solid #f5f5f5
}

.latest__time span {
    background: var(--site-primary-color);
    height: 42px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0 15px;
    border-radius: 6px 6px 0 0
}

.latest__days {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 16px;
    text-transform: uppercase;
    text-align: center;
    grid-column: 1/-1;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px
}

.latest .news-box__tabs-content {
    display: none
}

.latest .news-box__tabs-content.active {
    display: block
}

.author {
    width: 100%;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    float: left;
    margin-right: 8px
}

.author__profile {
    width: 192px;
    flex: 0 0 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Merriweather Sans", sans-serif;
    float: left;
    margin: 0 10px 10px 0
}

.author__profile figure {
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.author__profile img {
    width: 85px;
    height: 85px;
    border-radius: 50%
}

.author__profile h1 {
    font-size: 15px;
    font-weight: 700;
    text-decoration: underline;
    text-align: center
}

.author__profile span {
    font-size: 12px;
    color: #a5a1a1;
    margin-top: 6px;
    text-align: center
}

.author__info {
    width: 100%
}

.author__info h2 {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 700
}

.author__info p {
    font-size: 19px;
    line-height: 170%;
    margin-top: 5px
}

.author__social {
    width: calc(50% - 10px)
}

.author__social span {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 700;
    display: block
}

.author__social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 24px
}

.author__block {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 5px
}

.author__block-title {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 700
}

.author__block-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 19px;
    line-height: 170%
}

.author__block-info span:first-child {
    color: #a5a1a1;
    font-size: 17px
}

.author-news {
    display: inline-block;
    margin: 30px 5px
}

.author-news .news {
    width: 300px
}

.exchange__page {
    padding: 16px
}

.exchange__page h1 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 24px;
    font-weight: 700
}

.exchange__page.stand-alone {
    padding: 16px;
    background: #fff;
    height: calc(100vh - 32px)
}

.exchange__convertor, .exchange__result {
    display: flex;
    align-items: center;
    background: rgba(57, 91, 74, .3019607843);
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px
}

.exchange__convertor svg, .exchange__result svg {
    width: 50px;
    color: #395b4a
}

.exchange__convertor select, .exchange__convertor input, .exchange__convertor span, .exchange__result select, .exchange__result input, .exchange__result span {
    width: calc(50% - 25px);
    height: 32px;
    padding: 0 15px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #6a6262;
    display: flex;
    align-items: center
}

.exchange__convertor select, .exchange__result select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("") 96%/15% no-repeat #fff
}

.exchange__list {
    margin-top: 10px
}

.exchange__list li {
    display: flex;
    align-items: center;
    height: 30px;
    line-height: 30px;
    padding: 0 5px
}

.exchange__list li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 13px;
    margin-right: 10px;
    position: relative;
    top: .5px;
    background: url("") no-repeat 0 0
}

.exchange__list li.AUD:before {
    background-position: 0 -16px
}

.exchange__list li.CAD:before {
    background-position: 0 -32px
}

.exchange__list li.HRK:before {
    background-position: 0 -96px
}

.exchange__list li.CHF:before {
    background-position: 0 -48px
}

.exchange__list li.GBP:before {
    background-position: 0 -64px
}

.exchange__list li.USD:before {
    background-position: 0 -80px
}

.exchange__list li.BAM:before {
    background-position: 0 -112px
}

.exchange__list li span {
    margin-left: auto
}

.exchange__list li:nth-child(2n+2) {
    background: #fafafa
}

.rss {
    padding: 16px
}

.rss h1 {
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .01em;
    margin: 24px 0;
    line-height: 140%
}

.rss p {
    font-size: 19px;
    line-height: 170%;
    margin-top: 24px
}

.rss__list {
    margin-top: 24px;
    font-size: 19px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.rss__list > li > a {
    font-weight: bold
}

.rss__list ul {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.rss__list ul li {
    position: relative;
    padding-left: 30px
}

.rss__list ul li:before {
    content: "•";
    position: absolute;
    left: 11px
}

.srce-za-decu {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 24px
}

.srce-za-decu__info {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srce-za-decu__text ul {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srce-za-decu__text div {
    font-weight: 700
}

.srce-za-decu__text span {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-top: 10px
}

.srce-za-decu__text span:before {
    content: "•";
    position: absolute;
    left: 11px
}

.srce-za-decu__text span:has(a):before {
    color: #ed1c24
}

.srce-za-decu__text span a {
    color: #ed1c24
}

.srce-za-decu__img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: auto
}

.srce-za-decu__img span {
    font-weight: bold
}

.srce-za-decu__img img {
    width: 70%
}

.srce-za-decu__donate {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.srce-za-decu__donate p {
    color: #727272
}

.srce-za-decu__donate > div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.srce-za-decu__desc {
    position: relative;
    padding-left: 15px
}

.srce-za-decu__desc:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    border-radius: 20px;
    background: #cfcfcf
}

.srce-za-decu__desc strong {
    display: block
}

.srce-za-decu__desc > span {
    font-size: 12px;
    margin-top: 5px;
    color: #727272
}

.srce-za-decu__no {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    font-size: 22px;
    font-weight: 700;
    color: rgba(0, 0, 0, .5019607843)
}

.srce-za-decu__no span {
    font-size: 14px;
    margin-left: 5px
}

.srce-za-decu__active .srce-za-decu__desc:before {
    background: #2bbc28
}

.srce-za-decu__active .srce-za-decu__desc span span {
    color: #2bbc28
}

.srce-za-decu__active .srce-za-decu__no {
    color: #000
}

.srce-za-decu__red {
    margin-left: -16px;
    width: calc(100% + 32px);
    background: #ed1c24;
    color: #fff;
    padding: 16px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.srce-za-decu__red > strong {
    font-size: 24px
}

.srce-za-decu__red p {
    color: #fff
}

.srce-za-decu__red a {
    color: #fff
}

.srce-za-decu__red li span {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-top: 10px
}

.srce-za-decu__red li span:before {
    content: "•";
    position: absolute;
    left: 11px
}

.about-us h1, .about-us h2, .about-us h3, .about-us h4 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: .01em;
    text-align: center
}

.about-us .container {
    padding: 16px
}

.about-us .swiper {
    overflow: hidden
}

.about-us__hero {
    height: 456px;
    position: relative
}

.about-us__hero img {
    height: 100%;
    object-fit: cover
}

.about-us__hero .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 36px);
    text-align: center;
    color: #fff;
    padding: 0
}

.about-us__hero .container h1 {
    font-size: 30px
}

.about-us__hero .container p {
    font-size: 19px;
    line-height: 170%;
    letter-spacing: .01em;
    text-align: left;
    margin-top: 10px
}

.about-us .swiper-button-prev, .about-us .swiper-button-next {
    position: absolute;
    top: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0;
    border: 2px solid #ed1c24
}

.about-us .swiper-button-prev:after, .about-us .swiper-button-next:after {
    content: ""
}

.about-us .swiper-button-prev svg, .about-us .swiper-button-next svg {
    width: 15px;
    height: 14px
}

.about-us .swiper-button-prev {
    left: 50%;
    transform: translateX(calc(-50% - 40px))
}

.about-us .swiper-button-next {
    right: 50%;
    transform: translateX(calc(50% + 40px))
}

.about-us__awards .swiper-outer {
    position: relative;
    padding-top: 80px;
    margin-top: 24px
}

.about-us__awards .swiper {
    width: 100%
}

.about-us__awards .swiper-slide {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .031372549);
    border: 1px solid #c8c6c6;
    padding: 40px 16px;
    border-radius: 10px;
    text-align: center
}

.about-us__awards .swiper-slide img {
    width: auto;
    height: auto;
    margin: auto auto 20px;
    display: block
}

.about-us__awards .swiper-slide span {
    display: block
}

.about-us__awards .swiper-slide span:first-child {
    font-family: "Merriweather", serif;
    font-size: 20px;
    line-height: 100%;
    text-align: center
}

.about-us__awards .swiper-slide span.about-us__awards-name {
    font-size: 19px;
    line-height: 140%;
    letter-spacing: .01em
}

.about-us__awards .swiper-slide a {
    color: #ed1c24
}

.about-us__awards .about-us__awards-name {
    margin-top: 32px;
    padding-top: 5px;
    color: #ed1c24;
    font-weight: 600;
    position: relative
}

.about-us__awards .about-us__awards-name:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 10px;
    background: #d9d9d9;
    border-radius: 10px;
    top: -16px;
    left: 50%;
    transform: translateX(-50%)
}

.about-us__awards-top p {
    font-size: 19px;
    line-height: 170%;
    letter-spacing: .01em;
    margin-top: 26px
}

.about-us__awards-top p a {
    text-decoration: underline;
    text-decoration-color: hsl(357.7033492823, 85.306122449%, 76.9607843137%);
    text-decoration-thickness: 3px;
    text-underline-offset: 2px
}

.about-us--bg {
    background: #f8f8f8
}

.about-us__people {
    text-align: center
}

.about-us__people ul {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 24px 0
}

.about-us__people li img {
    border-radius: 10px;
    width: 210px;
    height: 220px;
    margin: 0 auto 16px
}

.about-us__people li h3 {
    font-size: 19px
}

.about-us__people li span {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: .01em;
    display: block;
    margin-top: 16px
}

.about-us__people p {
    font-size: 19px;
    line-height: 170%;
    letter-spacing: .01em;
    text-align: left;
    margin-top: 24px
}

.about-us__people .about-us__button {
    justify-content: center
}

.about-us__button {
    margin-top: 45px;
    display: flex;
    justify-content: center
}

.about-us__button a {
    font-size: 20px;
    background: #ed1c24;
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px
}

.about-us button {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    background: #ed1c24;
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px;
    cursor: pointer
}

.about-us__faces ul {
    display: flex;
    gap: 32px
}

.about-us__faces li {
    flex: 1;
    margin-top: 50px;
    text-align: center
}

.about-us__faces img {
    width: 210px;
    margin: auto;
    border-radius: 10px
}

.about-us__faces h4 {
    font-size: 20px;
    margin: 15px 0
}

.about-us__faces div {
    line-height: 24px
}

.about-us__faces p {
    font-size: 19px;
    line-height: 170%;
    letter-spacing: .01em;
    text-align: left;
    margin-top: 24px
}

.about-us__readmore-button span {
    color: #ed1c24
}

.about-us__readmore-text {
    display: none
}

.about-us__readmore-text.visible {
    display: inline
}

.about-us__journalists {
    display: none;
    margin: 24px 0;
    flex-direction: column;
    gap: 16px;
    position: relative;
    padding: 21px 0 16px 21px
}

.about-us__journalists.visible {
    display: flex
}

.about-us__journalists:before, .about-us__journalists:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ed1c24
}

.about-us__journalists:before {
    width: 100%;
    height: 5px
}

.about-us__journalists:after {
    width: 5px;
    height: 100%
}

.about-us__journalists li {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%
}

.about-us__journalists li span {
    display: block;
    font-size: 14px;
    opacity: .75
}

.about-us__button {
    margin-top: 45px;
    display: flex
}

.about-us__button a {
    font-size: 20px;
    background: #ed1c24;
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px
}

.about-us button {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    background: #ed1c24;
    color: #fff;
    padding: 8px 25px;
    border-radius: 4px;
    cursor: pointer
}

.about-us__products input {
    border: 1px solid #d2d5da;
    font-size: 14px;
    color: #818181;
    padding: 10px 17px;
    border-radius: 8px;
    width: 409px
}

.about-us__products input::placeholder {
    color: #818181
}

.about-us__product {
    width: 958px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 90px;
    margin: 90px auto auto
}

.about-us__product:nth-child(3) .about-us__product-image img, .about-us__product:nth-child(4) .about-us__product-image img {
    width: 265px
}

.about-us__product-image {
    width: 438px;
    display: flex;
    justify-content: center
}

.about-us__product-text {
    width: calc(100% - 438px - 90px)
}

.about-us__product-text h3 {
    font-size: 24px
}

.about-us__product-text p {
    font-size: 19px;
    line-height: 30px;
    margin: 10px 0 30px
}

.about-us__apps {
    display: flex;
    gap: 19px
}

.about-us__apps img {
    height: 36px
}

.about-us__list {
    margin-bottom: 60px
}

.about-us__list > ul {
    margin-top: 24px
}

.about-us__list > ul > li {
    display: flex;
    gap: 13px
}

.about-us__list > ul > li > span {
    flex: 1 1 60px
}

.about-us__list > ul > li span {
    font-size: 20px;
    font-weight: bold
}

.about-us__list > ul > li:last-child ul p {
    margin-bottom: 0;
    padding-bottom: 0
}

.about-us__list > ul > li:last-child ul p:after {
    display: none
}

.about-us__list > ul ul {
    flex: 1 1 calc(100% - 60px - 13px)
}

.about-us__list > ul ul li {
    display: flex;
    flex-direction: column;
    align-items: center
}

.about-us__list > ul ul li span {
    background: #ed1c24;
    padding: 6px 28px;
    border-radius: 4px;
    color: #fff
}

.about-us__list > ul ul p {
    margin: 16px 0;
    padding: 28px 0 28px;
    font-size: 19px;
    line-height: 170%;
    letter-spacing: .01em;
    position: relative;
    text-align: center
}

.about-us__list > ul ul p:before, .about-us__list > ul ul p:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    border-radius: 4px;
    background: #ed1c24
}

.about-us__list > ul ul p:before {
    top: 0
}

.about-us__list > ul ul p:after {
    bottom: 0
}

.about-us__list > ul ul p:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0
}

.about-us__list > ul ul p:not(:last-child):after {
    display: none
}

.about-us__reviews-list {
    display: flex;
    justify-content: space-between;
    gap: 56px;
    margin-bottom: 60px
}

.about-us__reviews-item {
    background: #fff;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .0509803922);
    padding: 21px 48px 0 40px;
    height: 427px;
    border-radius: 15px;
    flex: 1 1 100%
}

.about-us__reviews-item div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.about-us__reviews-item div img {
    width: auto;
    height: 82px
}

.about-us__reviews-item p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px
}

.about-us__reviews-item p:last-child {
    margin-bottom: 0
}

.about-us__reviews-item p a {
    color: #ed1c24
}

.about-us__news {
    position: relative
}

.about-us__news h4 {
    margin-bottom: 20px
}

.about-us__news p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px
}

.about-us__news p a {
    color: #ed1c24
}

.about-us__news-top {
    display: flex;
    gap: 76px
}

.about-us__news-top div {
    flex: 1 1 100%
}

.about-us__news-bottom {
    margin-top: 50px
}

.about-us__news-bottom div {
    width: 800px
}

.about-us__news-img {
    position: absolute;
    width: 746px;
    height: 480px;
    bottom: 50px;
    right: -120px;
    overflow: hidden
}

.about-us__contact {
    text-align: center
}

.about-us__contact p {
    font-size: 19px;
    line-height: 170%;
    letter-spacing: .01em;
    margin-top: 24px
}

.about-us__contact ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px
}

.about-us__contact li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 19px;
    line-height: 170%;
    letter-spacing: .01em
}

.about-us__social {
    margin-top: 24px;
    border-radius: 5px;
    padding: 24px;
    background: #ed1c24
}

.about-us__social span {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff
}

.about-us__social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 24px
}

.about-us__social svg {
    fill: #fff;
    color: #fff
}

.about-us__social-newsletter {
    background: #395b4a
}

.about-us__social-youtube {
    background: #e43028
}

.about-us__social-facebook {
    background: #3578ea
}

.about-us__social-tiktok {
    background: #000
}

.about-us__social-x {
    background: #000
}

.about-us__social-in {
    background: #2a66bc
}

.about-us__social-whatsapp {
    background: #00e676
}

.about-us__social-viber {
    background: #7d3daf
}

.about-us__text p {
    font-size: 19px;
    line-height: 170%;
    letter-spacing: .01em;
    margin-top: 24px
}

.about-us__text p a {
    text-decoration: underline;
    text-decoration-color: hsl(357.7033492823, 85.306122449%, 76.9607843137%);
    text-decoration-thickness: 3px;
    text-underline-offset: 2px
}

.search-page {
    margin-bottom: 48px
}

.search-page__form {
    padding: 16px
}

.search-page__form form {
    display: flex;
    height: 42px
}

.search-page__form input {
    width: calc(100% - 55px);
    padding: 5px 16px;
    border: 1px solid #f5f5f5;
    font-size: 16px
}

.search-page__form button {
    background: var(--site-primary-color);
    color: #fff;
    width: 55px
}

.search-page__form button svg {
    width: 20px;
    height: 20px
}

.search-page__find {
    text-align: center
}

.error__page {
    text-align: center;
    margin: 16px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.error__page span {
    font-size: 82px;
    font-weight: bold
}

.error__page h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
}

.error__page p {
    font-size: 14px;
    margin-bottom: 40px
}

.error__page a {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 15px;
    border: 1px solid var(--site-primary-color);
    background: #fff
}

.error__page a svg {
    margin-left: 10px;
    fill: var(--site-primary-color);
    position: relative;
    right: 0
}

.error__page a:hover svg {
    right: -5px
}

.air-pollution__page h1 {
    text-align: center;
    font-size: 20px;
    margin: 20px 0;
    position: relative;
    z-index: 10
}

.air-pollution__page .air-pollution__wrapper {
    position: relative;
    margin-bottom: 48px
}

.air-pollution__page .air-pollution {
    border: 0;
    background: 0;
    margin: 0;
    padding-bottom: 20px
}

.air-pollution__page .air-pollution.green {
    background: #b3de72;
    background: radial-gradient(circle at center calc(50% - 60px), #b3de72 10%, #f4f4f4 70%)
}

.air-pollution__page .air-pollution.green .air-pollution__clouds .icon.type-3 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.green .air-pollution__clouds .icon.type-2 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.green .air-pollution__clouds .icon.type-1 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.green .air-pollution__changecity {
    border-color: #b3de72
}

.air-pollution__page .air-pollution.green .air-pollution__changecity ul {
    border-color: #b3de72
}

.air-pollution__page .air-pollution.green .air-pollution__table {
    border-color: #b3de72
}

.air-pollution__page .air-pollution.green .air-pollution__table li {
    color: rgb(103.0689655172, 148.2931034483, 34.7068965517)
}

.air-pollution__page .air-pollution.green .air-pollution__table span {
    color: rgb(131.7931034483, 189.6206896552, 44.3793103448)
}

.air-pollution__page .air-pollution.yellow {
    background: #f7d765;
    background: radial-gradient(circle at center calc(50% - 60px), #f7d765 10%, #f4f4f4 70%)
}

.air-pollution__page .air-pollution.yellow .air-pollution__clouds .icon.type-3 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.yellow .air-pollution__clouds .icon.type-2 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.yellow .air-pollution__clouds .icon.type-1 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.yellow .air-pollution__changecity {
    border-color: #f7d765
}

.air-pollution__page .air-pollution.yellow .air-pollution__changecity ul {
    border-color: #f7d765
}

.air-pollution__page .air-pollution.yellow .air-pollution__table {
    border-color: #f7d765
}

.air-pollution__page .air-pollution.yellow .air-pollution__table li {
    color: rgb(185.3703703704, 146.8518518519, 9.6296296296)
}

.air-pollution__page .air-pollution.yellow .air-pollution__table span {
    color: rgb(233.8518518519, 185.2592592593, 12.1481481481)
}

.air-pollution__page .air-pollution.orange {
    background: #f19f65;
    background: radial-gradient(circle at center calc(50% - 60px), #f19f65 10%, #f4f4f4 70%)
}

.air-pollution__page .air-pollution.orange .air-pollution__clouds .icon.type-3 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.orange .air-pollution__clouds .icon.type-2 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.orange .air-pollution__clouds .icon.type-1 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.orange .air-pollution__changecity {
    border-color: #f19f65
}

.air-pollution__page .air-pollution.orange .air-pollution__changecity ul {
    border-color: #f19f65
}

.air-pollution__page .air-pollution.orange .air-pollution__table {
    border-color: #f19f65
}

.air-pollution__page .air-pollution.orange .air-pollution__table li {
    color: rgb(173.25, 81, 15.75)
}

.air-pollution__page .air-pollution.orange .air-pollution__table span {
    color: rgb(220, 102.8571428571, 20)
}

.air-pollution__page .air-pollution.red {
    background: #ec736f;
    background: radial-gradient(circle at center calc(50% - 60px), #ec736f 10%, #f4f4f4 70%)
}

.air-pollution__page .air-pollution.red .air-pollution__clouds .icon.type-3 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.red .air-pollution__clouds .icon.type-2 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.red .air-pollution__clouds .icon.type-1 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.red .air-pollution__changecity {
    border-color: #ec736f
}

.air-pollution__page .air-pollution.red .air-pollution__changecity ul {
    border-color: #ec736f
}

.air-pollution__page .air-pollution.red .air-pollution__table {
    border-color: #ec736f
}

.air-pollution__page .air-pollution.red .air-pollution__table li {
    color: hsl(1.92, 76.6871165644%, 38.0392156863%)
}

.air-pollution__page .air-pollution.red .air-pollution__table span {
    color: hsl(1.92, 76.6871165644%, 48.0392156863%)
}

.air-pollution__page .air-pollution.purple {
    background: #a27cb9;
    background: radial-gradient(circle at center calc(50% - 60px), #a27cb9 10%, #f4f4f4 70%)
}

.air-pollution__page .air-pollution.purple .air-pollution__clouds .icon.type-3 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.purple .air-pollution__clouds .icon.type-2 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.purple .air-pollution__clouds .icon.type-1 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.purple .air-pollution__changecity {
    border-color: #a27cb9
}

.air-pollution__page .air-pollution.purple .air-pollution__changecity ul {
    border-color: #a27cb9
}

.air-pollution__page .air-pollution.purple .air-pollution__table {
    border-color: #a27cb9
}

.air-pollution__page .air-pollution.purple .air-pollution__table li {
    color: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution__page .air-pollution.purple .air-pollution__table span {
    color: rgb(111.223880597, 72.0895522388, 134.9104477612)
}

.air-pollution__page .air-pollution.darkpurple {
    background: #a07583;
    background: radial-gradient(circle at center calc(50% - 60px), #a07583 10%, #f4f4f4 70%)
}

.air-pollution__page .air-pollution.darkpurple .air-pollution__clouds .icon.type-3 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.darkpurple .air-pollution__clouds .icon.type-2 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.darkpurple .air-pollution__clouds .icon.type-1 {
    color: #fff;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4))
}

.air-pollution__page .air-pollution.darkpurple .air-pollution__changecity {
    border-color: #a07583
}

.air-pollution__page .air-pollution.darkpurple .air-pollution__changecity ul {
    border-color: #a07583
}

.air-pollution__page .air-pollution.darkpurple .air-pollution__table {
    border-color: #a07583
}

.air-pollution__page .air-pollution.darkpurple .air-pollution__table li {
    color: rgb(73.4420600858, 50.5579399142, 58.008583691)
}

.air-pollution__page .air-pollution.darkpurple .air-pollution__table span {
    color: rgb(103.6480686695, 71.3519313305, 81.8669527897)
}

.air-pollution__page .air-pollution__info a {
    cursor: default
}

.air-pollution__page .air-pollution__ajax {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    align-items: center
}

.air-pollution__page .air-pollution__data > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.air-pollution__page .air-pollution__data .data__img {
    width: 33.3333333333%;
    z-index: 10;
    position: relative
}

.air-pollution__page .air-pollution__data .data__aqi {
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    order: 2;
    z-index: 10;
    position: relative;
    width: 33.3333333333%
}

.air-pollution__page .air-pollution__data .data__pollutant {
    font-size: 18px;
    width: 100%;
    position: relative;
    z-index: 10
}

.air-pollution__page .air-pollution__data .data__text {
    font-size: 22px;
    font-weight: bold;
    width: 33.3333333333%;
    margin: 0;
    position: relative;
    z-index: 10
}

.air-pollution__page .air-pollution__data .data__source svg {
    width: 10px;
    height: 10px
}

.air-pollution__page .air-pollution__more {
    display: none
}

.air-pollution__page .air-pollution.error + .air-pollution__clouds {
    display: none
}

.air-pollution__page .air-pollution__message {
    width: 33%;
    margin: 0 auto
}

.air-pollution__page .air-pollution__clouds .icon {
    position: absolute;
    animation: move;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.air-pollution__page .air-pollution__clouds .icon.type-1 {
    width: 42px;
    height: 42px
}

.air-pollution__page .air-pollution__clouds .icon.type-2 {
    width: 22px;
    height: 22px
}

.air-pollution__page .air-pollution__clouds .icon.type-3 {
    width: 82px;
    height: 82px
}

@keyframes move {
    0% {
        transform: translateX(0px)
    }
    100% {
        transform: translateX(-2000px)
    }
}

.air-pollution__page .air-pollution__changecity {
    border: 1px solid #e5e5e5;
    background: hsla(0, 0%, 100%, .5);
    position: relative;
    z-index: 100;
    margin: 10px auto 0;
    width: 50%
}

.air-pollution__page .air-pollution__changecity .location span {
    max-width: 100%;
    font-size: 14px;
    margin: 0 5px
}

.air-pollution__page .air-pollution__changecity .location svg {
    width: 12px;
    height: 12px
}

.air-pollution__page .air-pollution__changecity.active {
    background: #fff
}

.air-pollution__page .air-pollution__changecity ul {
    width: calc(100% + 2px);
    overflow: hidden
}

.air-pollution__page .air-pollution__changecity ul:not(.active) {
    display: none
}

.air-pollution__page .air-pollution__table {
    display: block;
    text-align: left;
    padding: 10px 0 10px 10px;
    width: 100%;
    z-index: 10;
    font-size: 14px;
    order: 5
}

.air-pollution__page .air-pollution__table ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start
}

.air-pollution__page .air-pollution__table li {
    margin: 0 10px 5px 0;
    width: calc(33.3333333333% - 10px)
}

.air-pollution__page .air-pollution__table li:last-child {
    margin-bottom: 0
}

.air-pollution__page .air-pollution__table li div {
    display: inline-block;
    float: left
}

.air-pollution__page .air-pollution__table li div svg {
    width: 8px;
    height: 8px;
    position: relative;
    top: -2px
}

@media only screen and (max-width: 320px) {
    .air-pollution__page .air-pollution__table li div svg {
        width: 6px;
        height: 6px
    }
}

.air-pollution__page .air-pollution__table li div span {
    font-size: 11px;
    margin-right: 10px
}

.air-pollution__page .air-pollution__table .data__no-data {
    margin-bottom: 10px;
    display: block
}

.air-pollution__page .air-pollution__chart {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    position: relative;
    z-index: 9
}

.air-pollution__page .air-pollution__chart li {
    box-sizing: border-box;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: 14px;
    color: #fff
}

.air-pollution__page .air-pollution__chart li:nth-child(1) {
    width: 10%
}

.air-pollution__page .air-pollution__chart li:nth-child(2) {
    width: 20%
}

.air-pollution__page .air-pollution__chart li:nth-child(3) {
    width: 35%
}

.air-pollution__page .air-pollution__chart li:nth-child(4) {
    width: 35%;
    border-right: 1px solid #eee
}

.air-pollution__page .air-pollution__chart.info li {
    border-top: 1px solid #eee;
    color: #545454
}

.air-pollution__page .air-pollution__chart.green li {
    background: #b3de72
}

.air-pollution__page .air-pollution__chart.yellow li {
    background: #f7d765
}

.air-pollution__page .air-pollution__chart.orange li {
    background: #f19f65
}

.air-pollution__page .air-pollution__chart.red li {
    background: #ec736f
}

.air-pollution__page .air-pollution__chart.purple li {
    background: #a27cb9
}

.air-pollution__page .air-pollution__chart.darkpurple li {
    background: #a07583
}

.air-pollution__page .air-pollution__desc {
    color: #545454;
    background: #f4f4f4;
    margin-bottom: 16px
}

.air-pollution__page .air-pollution__desc p {
    padding: 16px 16px 0
}

.air-pollution__page .air-pollution__desc p:last-child {
    padding-bottom: 16px
}

.air-pollution__page .air-pollution__widget-ad {
    display: none
}

.air-pollution {
    margin: 15px;
    border: 1px solid #e5e5e5;
    background: #f4f4f4
}

.air-pollution h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    width: 100%
}

.air-pollution h1 a {
    padding: 10px;
    display: block
}

.air-pollution.green {
    background: #b3de72;
    border-color: rgb(45.6206896552, 65.6379310345, 15.3620689655)
}

.air-pollution.green .air-pollution__info a {
    color: rgb(45.6206896552, 65.6379310345, 15.3620689655)
}

.air-pollution.green a:hover {
    color: rgb(45.6206896552, 65.6379310345, 15.3620689655)
}

.air-pollution.green .data__text {
    color: rgb(45.6206896552, 65.6379310345, 15.3620689655)
}

.air-pollution.green .data__pollutant {
    color: rgb(45.6206896552, 65.6379310345, 15.3620689655)
}

.air-pollution.green .data__time, .air-pollution.green .data__source {
    color: rgb(45.6206896552, 65.6379310345, 15.3620689655)
}

.air-pollution.green .data__source svg {
    fill: rgb(45.6206896552, 65.6379310345, 15.3620689655)
}

.air-pollution.green .air-pollution__more {
    background: rgb(45.6206896552, 65.6379310345, 15.3620689655);
    color: #fff
}

.air-pollution.green .fa-map-marker {
    color: rgb(45.6206896552, 65.6379310345, 15.3620689655)
}

.air-pollution.green .air-pollution__changecity ul {
    border-color: rgb(45.6206896552, 65.6379310345, 15.3620689655)
}

.air-pollution.green .air-pollution__changecity .icon__pin {
    fill: rgb(45.6206896552, 65.6379310345, 15.3620689655)
}

.air-pollution.yellow {
    background: #f7d765;
    border-color: rgb(88.4074074074, 70.037037037, 4.5925925926)
}

.air-pollution.yellow .air-pollution__info a {
    color: rgb(88.4074074074, 70.037037037, 4.5925925926)
}

.air-pollution.yellow a:hover {
    color: rgb(88.4074074074, 70.037037037, 4.5925925926)
}

.air-pollution.yellow .data__text {
    color: rgb(88.4074074074, 70.037037037, 4.5925925926)
}

.air-pollution.yellow .data__pollutant {
    color: rgb(88.4074074074, 70.037037037, 4.5925925926)
}

.air-pollution.yellow .data__time, .air-pollution.yellow .data__source {
    color: rgb(88.4074074074, 70.037037037, 4.5925925926)
}

.air-pollution.yellow .data__source svg {
    fill: rgb(88.4074074074, 70.037037037, 4.5925925926)
}

.air-pollution.yellow .air-pollution__more {
    background: rgb(88.4074074074, 70.037037037, 4.5925925926);
    color: #fff
}

.air-pollution.yellow .fa-map-marker {
    color: rgb(88.4074074074, 70.037037037, 4.5925925926)
}

.air-pollution.yellow .air-pollution__changecity ul {
    border-color: rgb(88.4074074074, 70.037037037, 4.5925925926)
}

.air-pollution.yellow .air-pollution__changecity .icon__pin {
    fill: rgb(88.4074074074, 70.037037037, 4.5925925926)
}

.air-pollution.orange {
    background: #f19f65;
    border-color: rgb(79.75, 37.2857142857, 7.25)
}

.air-pollution.orange .air-pollution__info a {
    color: rgb(79.75, 37.2857142857, 7.25)
}

.air-pollution.orange a:hover {
    color: rgb(79.75, 37.2857142857, 7.25)
}

.air-pollution.orange .data__text {
    color: rgb(79.75, 37.2857142857, 7.25)
}

.air-pollution.orange .data__pollutant {
    color: rgb(79.75, 37.2857142857, 7.25)
}

.air-pollution.orange .data__time, .air-pollution.orange .data__source {
    color: rgb(79.75, 37.2857142857, 7.25)
}

.air-pollution.orange .data__source svg {
    fill: rgb(79.75, 37.2857142857, 7.25)
}

.air-pollution.orange .air-pollution__more {
    background: rgb(79.75, 37.2857142857, 7.25);
    color: #fff
}

.air-pollution.orange .fa-map-marker {
    color: rgb(79.75, 37.2857142857, 7.25)
}

.air-pollution.orange .air-pollution__changecity ul {
    border-color: rgb(79.75, 37.2857142857, 7.25)
}

.air-pollution.orange .air-pollution__changecity .icon__pin {
    fill: rgb(79.75, 37.2857142857, 7.25)
}

.air-pollution.red {
    background: #ec736f;
    border-color: hsl(1.92, 76.6871165644%, 18.0392156863%)
}

.air-pollution.red .air-pollution__info a {
    color: hsl(1.92, 76.6871165644%, 18.0392156863%)
}

.air-pollution.red a:hover {
    color: hsl(1.92, 76.6871165644%, 18.0392156863%)
}

.air-pollution.red .data__text {
    color: hsl(1.92, 76.6871165644%, 18.0392156863%)
}

.air-pollution.red .data__pollutant {
    color: hsl(1.92, 76.6871165644%, 18.0392156863%)
}

.air-pollution.red .data__time, .air-pollution.red .data__source {
    color: hsl(1.92, 76.6871165644%, 18.0392156863%)
}

.air-pollution.red .data__source svg {
    fill: hsl(1.92, 76.6871165644%, 18.0392156863%)
}

.air-pollution.red .air-pollution__more {
    background: hsl(1.92, 76.6871165644%, 18.0392156863%);
    color: #fff
}

.air-pollution.red .fa-map-marker {
    color: hsl(1.92, 76.6871165644%, 18.0392156863%)
}

.air-pollution.red .air-pollution__changecity ul {
    border-color: hsl(1.92, 76.6871165644%, 18.0392156863%)
}

.air-pollution.red .air-pollution__changecity .icon__pin {
    fill: hsl(1.92, 76.6871165644%, 18.0392156863%)
}

.air-pollution.purple {
    background: #a27cb9;
    border-color: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution.purple .air-pollution__info a {
    color: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution.purple a:hover {
    color: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution.purple .data__text {
    color: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution.purple .data__pollutant {
    color: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution.purple .data__time, .air-pollution.purple .data__source {
    color: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution.purple .data__source svg {
    fill: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution.purple .air-pollution__more {
    background: rgb(83.8208955224, 54.328358209, 101.671641791);
    color: #fff
}

.air-pollution.purple .fa-map-marker {
    color: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution.purple .air-pollution__changecity ul {
    border-color: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution.purple .air-pollution__changecity .icon__pin {
    fill: rgb(83.8208955224, 54.328358209, 101.671641791)
}

.air-pollution.darkpurple {
    background: #a07583;
    border-color: rgb(13.0300429185, 8.9699570815, 10.2918454936)
}

.air-pollution.darkpurple .air-pollution__info a {
    color: rgb(13.0300429185, 8.9699570815, 10.2918454936)
}

.air-pollution.darkpurple a:hover {
    color: rgb(13.0300429185, 8.9699570815, 10.2918454936)
}

.air-pollution.darkpurple .data__text {
    color: rgb(13.0300429185, 8.9699570815, 10.2918454936)
}

.air-pollution.darkpurple .data__pollutant {
    color: rgb(13.0300429185, 8.9699570815, 10.2918454936)
}

.air-pollution.darkpurple .data__time, .air-pollution.darkpurple .data__source {
    color: rgb(13.0300429185, 8.9699570815, 10.2918454936)
}

.air-pollution.darkpurple .data__source svg {
    fill: rgb(13.0300429185, 8.9699570815, 10.2918454936)
}

.air-pollution.darkpurple .air-pollution__more {
    background: rgb(13.0300429185, 8.9699570815, 10.2918454936);
    color: #fff
}

.air-pollution.darkpurple .fa-map-marker {
    color: rgb(13.0300429185, 8.9699570815, 10.2918454936)
}

.air-pollution.darkpurple .air-pollution__changecity ul {
    border-color: rgb(13.0300429185, 8.9699570815, 10.2918454936)
}

.air-pollution.darkpurple .air-pollution__changecity .icon__pin {
    fill: rgb(13.0300429185, 8.9699570815, 10.2918454936)
}

.air-pollution__info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden
}

.air-pollution__info.fade {
    opacity: .3
}

.air-pollution__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    margin: 0
}

.air-pollution__title a {
    padding: 10px 5px;
    display: block
}

.air-pollution__ajax {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center
}

.air-pollution__data > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around
}

.air-pollution__data {
    width: 100%
}

.air-pollution__data .data__img {
    order: 1;
    width: 33.3333333333%
}

.air-pollution__data .data__img img {
    width: 86.9565217391%;
    height: 86.9565217391%
}

.air-pollution__data .data__aqi {
    font-size: 38px;
    font-weight: bold;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    order: 2;
    width: 33.3333333333%
}

.air-pollution__data .data__pollutant {
    font-size: 14px;
    order: 4;
    width: 100%;
    margin: 10px 0
}

.air-pollution__data .data__pollutant-main {
    text-transform: uppercase
}

.air-pollution__data .data__text {
    font-size: 22px;
    font-weight: bold;
    order: 3;
    width: calc(33.3333333333% - 10px);
    margin-right: 10px
}

.air-pollution__data .data__time, .air-pollution__data .data__source {
    font-size: 12px;
    width: calc(50% - 20px);
    float: left;
    z-index: 10;
    position: relative;
    margin-bottom: 10px
}

.air-pollution__data .data__time {
    text-align: right;
    padding-right: 20px
}

.air-pollution__data .data__source {
    text-align: left;
    padding-left: 20px
}

.air-pollution__data .data__source a {
    text-decoration: underline
}

.air-pollution__more {
    width: 100%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    background: #e8e8e8
}

.air-pollution__more a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px
}

.air-pollution__more i {
    font-size: 16px;
    margin-right: 2px;
    position: relative;
    top: 1px
}

.air-pollution .air-pollution__info .air-pollution__more a {
    color: #fff
}

.air-pollution__changecity {
    position: relative;
    background: #fff
}

.air-pollution__changecity .location {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.air-pollution__changecity .location span {
    text-align: center;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center
}

.air-pollution__changecity ul {
    position: absolute;
    background: #fff;
    overflow: hidden;
    top: 36px;
    left: -1px;
    width: calc(100% + 2px);
    z-index: 1;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(173, 168, 168, .1)
}

.air-pollution__changecity ul:not(.active) {
    display: none
}

.air-pollution__changecity li {
    border-top: 1px solid #f7f7f7;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0
}

.air-pollution__changecity li:first-child {
    padding-top: 0;
    margin-bottom: 0
}

.air-pollution__changecity li a {
    padding: 10px;
    display: block;
    width: 100%;
    line-height: initial
}

.air-pollution__changecity.active svg.sprite-caret-down {
    transform: translate(0px, -1px) rotate(180deg)
}

.air-pollution.error {
    color: #999
}

.air-pollution.error .air-pollution__info a {
    color: #999
}

.air-pollution.error .air-pollution__message {
    display: block
}

.air-pollution__message {
    width: 100%;
    display: none;
    background: #f7f7f7;
    color: #999;
    text-align: center;
    padding: 10px
}

.air-pollution__message i {
    font-size: 28px;
    color: #cecece
}

.air-pollution__message span {
    margin-top: 10px;
    display: block;
    font-size: 14px
}

.air-pollution__table {
    display: none
}

.air-pollution__clouds svg {
    color: #fff
}

#tab-air-pollution .air-pollution__title, #tab-air-pollution .data__pollutant, #tab-air-pollution .data__time, #tab-air-pollution .data__source {
    display: none
}

.weather-page__top {
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

.weather-page__title {
    width: 502px
}

.weather-page__title h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px
}

.weather-page__title p {
    font-size: 16px
}

.weather__search {
    width: calc(100% - 502px - 20px);
    height: 46px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 20px;
    border: 1px solid #1584cb;
    background: #eff9ff
}

.weather__search svg {
    margin-right: 5px;
    margin-left: auto;
    fill: #1584cb;
    color: #1584cb
}

.weather__search input[type=text] {
    width: 260px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0);
    margin-left: 20px;
    color: #1584cb
}

.weather__search input[type=text]::placeholder {
    color: #1584cb
}

.weather__search span {
    display: none
}

.weather__search .icon--x {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px
}

.weather__search .icon--x.active {
    display: block
}

.weather__search .icon--location {
    cursor: pointer
}

.weather__cities {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 10;
    max-height: 220px;
    overflow-y: scroll
}

.weather__cities a {
    display: block;
    padding: 10px
}

.weather__cities a:hover {
    background: #eee
}

.weather__cities.active {
    background: #fff;
    border-color: #f5f5f5;
    box-shadow: 0 8px 16px 1px rgba(0, 0, 0, .7)
}

.weather-page__city {
    background: #027dd1;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #f5f5f5;
    padding: 10px 24px 24px;
    gap: 0 24px;
    margin-bottom: 18px
}

.weather-page__city h2 {
    font-size: 34px;
    font-weight: normal;
    width: 100%
}

.weather-page__city h2 span {
    width: 160px;
    display: inline-block;
    text-align: center
}

.weather-page__city-temp {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.weather-page__city-no {
    font-size: 82px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -5px
}

.weather-page__city-desc {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .38px;
    color: rgba(235, 235, 245, .6)
}

.weather-page__city-min-max {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .38px
}

.weather-page__city-img {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.weather-page__city-img h2 {
    font-size: 34px;
    font-weight: 400
}

.weather-page__city-img svg {
    width: 133px;
    height: 95px;
    fill: #fff
}

.weather-page__city-stats {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    row-gap: 16px
}

.weather-page__city-stats li {
    width: 33%;
    font-size: 20px;
    font-weight: 700
}

.weather-page__city-stats li span {
    display: block;
    font-weight: 600;
    color: rgba(235, 235, 245, .6);
    margin-bottom: 5px;
    white-space: nowrap
}

.tabs--weather > ul {
    display: flex;
    gap: 5px;
    margin: 28px 0
}

.tabs--weather > ul li {
    cursor: pointer;
    width: 191px;
    height: 23px;
    border-radius: 5px;
    border: 2px solid #0e84d9;
    background: #fff;
    color: #6a6262;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 18px;
    font-weight: 700
}

.tabs--weather > ul li.active {
    background: #0e84d9;
    color: #fff
}

.tabs--weather .tabs__content ul {
    display: flex;
    gap: 40px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    padding-bottom: 10px
}

.tabs--weather .tabs__content ul li {
    flex: 0 0 80px;
    width: 80px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #fff;
    border-radius: 30px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    background: #087ed2;
    box-shadow: 1px 1px 0 0 hsla(0, 0%, 100%, .25) inset, 5px 4px 10px 0 rgba(0, 0, 0, .25)
}

.tabs--weather .tabs__content ul li svg {
    fill: #fff;
    width: 34px;
    height: 34px
}

.tabs--weather .tabs__content ul li.active {
    border: 1px solid #087ed2;
    color: #2e87dd;
    background: #fff
}

.tabs--weather .tabs__content ul li.active svg {
    fill: #2e87dd
}

.tabs--weather .tabs__content ul:after {
    content: ""
}

.weather-page__cities {
    padding: 16px;
    border-radius: 10px;
    background-image: linear-gradient(0deg, #027dd1 40%, #47a8e9 100%);
    color: #fff;
    margin: 30px 0
}

.weather-page__cities h4 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: .1px solid rgba(235, 235, 245, .6)
}

.weather-page__cities ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    margin-bottom: 16px
}

.weather-page__cities ul li {
    width: 50%;
    font-size: 17px;
    font-weight: bold
}

.weather-page__cities ul li a {
    display: flex;
    align-items: center;
    color: #fff
}

.weather-page__cities ul li a svg {
    margin-right: 5px;
    width: 12px;
    height: 12px;
    color: rgba(235, 235, 245, .6)
}

.weather-page__city-link {
    margin-bottom: 16px;
    display: block
}

.page-video {
    background: #161616
}

.page-video a {
    color: #feffff
}

.page-video .header__tv a {
    color: #ed1c24
}

.page-video .header__logged div ul a {
    color: initial
}

.page-video .header__sub-menu li a {
    color: #121010
}

.page-video .breadcrumbs svg {
    color: #eee
}

.page-video .news-box--video .news--small {
    border-color: #838383
}

.page-video .news__time {
    color: #bbb
}

.page-video .footer__button, .page-video .footer__about {
    color: #bbb
}

.page-video .side-menu {
    background: #272626
}

.page-video .side-menu nav li {
    border-color: #424242
}

.breadcrumbs {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 16px 0
}

.breadcrumbs div {
    display: flex;
    align-items: center;
    gap: 8px
}

.breadcrumbs svg {
    width: 6px;
    height: 11px
}

.news-box--video {
    display: grid;
    grid-template-columns:817px 423px;
    grid-template-rows:1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0
}

.news-box--video .news-box__item:nth-child(1) {
    grid-area: 1/1/3/2
}

.news-box--video .news-box__item:nth-child(2) {
    grid-area: 1/2/3/3
}

.news-box--video .news-box__item:nth-child(2) {
    overflow-y: scroll;
    max-height: 578px
}

.news-box--video .news--small {
    flex-direction: row;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #c8c6c6
}

.news-box--video .news--small:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.news-box--video .news--small .news__image {
    width: 200px
}

.news-box--video .news--small .news__image img {
    width: 200px;
    height: 113px;
    object-fit: cover
}

.news-box--video .news--small .news__content {
    width: calc(100% - 200px - 16px);
    margin: 0
}

.scrollbar {
    padding-right: 10px
}

.scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border-radius: 8px
}

.scrollbar::-webkit-scrollbar-track {
    background: #494949;
    border-radius: 8px
}

.video {
    margin-bottom: 24px
}

.video .swiper {
    padding-left: 16px
}

.video .swiper:before, .video .swiper:after {
    content: "";
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10
}

.video .swiper:before {
    left: 0;
    background: #161616;
    background: linear-gradient(90deg, rgb(22, 22, 22) 0%, rgba(22, 22, 22, 0) 100%)
}

.video .swiper:after {
    right: 0;
    background: #161616;
    background: linear-gradient(90deg, rgba(22, 22, 22, 0) 0%, rgb(22, 22, 22) 100%)
}

.video__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #ed1c24;
    border-left: 2px solid #ed1c24;
    margin: 32px 0 16px
}

.video__title a, .video__title span {
    padding: 8px 12px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase
}

.video__title--left {
    border-top: 1px solid #838383;
    border-left: 0;
    margin-bottom: 0
}

.video__title--left a, .video__title--left span {
    border-left: 2px solid #ed1c24;
    margin: 12px 0;
    padding: 0 12px
}

.video__arrows {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px
}

.video__arrows div {
    display: flex
}

.video__arrows .carousel-prev {
    color: gray;
    cursor: pointer
}

.video__arrows .carousel-next {
    color: #fff;
    cursor: pointer
}

.video .news__content {
    margin-top: 12px
}

.video h2, .video h3, .video h4 {
    font-family: "Merriweather Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .015em
}

.video h2 a, .video h3 a, .video h4 a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 90px;
    overflow: hidden
}

.video--shorts .news__content {
    margin-top: 6px
}

.video--shorts h2, .video--shorts h3, .video--shorts h4 {
    line-height: 1em
}

.video--shorts h2 a, .video--shorts h3 a, .video--shorts h4 a {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 90px;
    overflow: hidden
}

.hidden {
    display: none
}

.video--1 .swiper-slide, .video--2 .swiper-slide, .video--3 .swiper-slide, .video--4 .swiper-slide {
    width: 79.2%;
    margin-right: 16px
}

.video--vertical .swiper-slide {
    width: 42.1%;
    margin-right: 16px
}

.video--small .swiper-slide {
    width: 33.7%;
    margin-right: 16px
}

.video--shorts .swiper-slide {
    width: 21.8%;
    margin-right: 2px
}

.video-wrapper {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden
}

.video-wrapper .news__image--video, .video-wrapper .news__video {
    position: absolute;
    width: 100%
}

.video-wrapper .news__image--video {
    z-index: 10001
}

.video-wrapper .news__video {
    z-index: 10000
}

html:has(.shorts) {
    overflow: hidden;
    height: 100%
}

html:has(.shorts) body {
    overflow: hidden;
    height: 100%
}

html:has(.shorts) main {
    height: calc(100vh - 143px)
}

html:has(.shorts) .header {
    position: sticky;
    top: 0;
    z-index: 1000
}

.shorts {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.shorts-loader {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161616;
    opacity: 1;
    transition: opacity 6s ease;
    z-index: 1;
    color: hsla(0, 0%, 100%, .7);
    display: flex;
    align-items: center;
    justify-content: center
}

.shorts-loader .spinner {
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #6b6b6b;
    border-top-color: #ed1c24;
    animation: spinner .8s linear infinite
}

.shorts-loader.loaded {
    opacity: 0;
    z-index: -1
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(1turn)
    }
}

.shorts-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: transform .6s ease;
    background: #161616;
    will-change: transform
}

.shorts-item article {
    aspect-ratio: 9/16;
    height: calc(100% - 32px);
    max-width: 500px
}

.shorts-item img {
    object-fit: cover
}

.shorts-item:first-child {
    margin-top: 0
}

.shorts-item img, .shorts-item .jwplayer {
    object-fit: cover;
    aspect-ratio: 9/16
}

.shorts-item article {
    position: relative;
    height: 100%
}

.shorts-item .jwplayer {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.shorts-item.active .jwplayer {
    z-index: 0;
    display: flex
}

.shorts-item--last {
    align-items: center
}

.shorts-more {
    display: block;
    margin: 16px 0;
    width: 30%
}

.shorts-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed1c24;
    border-radius: 5px;
    height: 48px;
    font-weight: bold
}

.shorts-controls {
    position: absolute;
    top: 20px;
    right: 50%;
    transform: translateX(calc(-50% + 300px));
    width: 38px;
    height: calc(100vh - 240px);
    display: flex;
    flex-direction: column
}

.shorts-controls button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.shorts-controls button.prev {
    margin-top: auto;
    margin-bottom: 20px
}

.news__video {
    position: relative;
    height: 100%
}

.news__video[data-media-id], .video-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%
}

.video-thumbnail video {
    width: 100%
}

.shorts-play-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161616;
    opacity: .6;
    transition: opacity 6s ease;
    z-index: 1;
    color: hsla(0, 0%, 100%, .7);
    display: flex;
    align-items: center;
    justify-content: center
}

.shorts-play-button.hidden {
    display: none
}

.icon.sprite-play {
    box-sizing: border-box;
    width: 60px;
    height: 60px
}

.icon.sprite-play path {
    fill: #fff
}

.ai-questions {
    background: #fff;
    padding: 20px
}

.ai-questions__top {
    padding: 20px;
    text-align: center;
    margin-bottom: 40px
}

.ai-questions h1, .ai-questions h2, .ai-questions h3 {
    font-family: "Roboto", serif
}

.ai-questions h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px
}

.ai-questions p {
    opacity: .5;
    font-size: 18px
}

.ai-questions form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.ai-questions form div {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #eee;
    padding: 20px;
    border: 1px solid #eee;
    transition: all ease-in 300ms;
    border-radius: 5px
}

.ai-questions form div:nth-child(-n+2) {
    width: calc(50% - 5px)
}

.ai-questions form div:last-child {
    width: 100%;
    align-items: center;
    background: none !important;
    border: 0 !important
}

.ai-questions form div:last-child input {
    background: #c00;
    color: #fff;
    padding: 15px 50px;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    text-transform: uppercase
}

.ai-questions form div label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold
}

.ai-questions form div label span {
    font-size: 12px;
    color: #c00;
    position: relative;
    top: -3px;
    left: 4px
}

.ai-questions form div input {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px
}

.ai-questions form div.active {
    border: 1px solid #c00
}

.ai-faq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    background: #eee;
    padding: 20px;
    border-radius: 5px
}

.ai-faq__info {
    width: calc(50% - 10px)
}

.ai-faq__info h2 {
    margin-bottom: 40px
}

.ai-faq__info h3 {
    margin: 20px 0 5px;
    font-weight: bold
}

.ai-faq__image {
    width: calc(50% - 10px)
}

.ai-faq__image img {
    border-radius: 5px;
    width: 100%;
    height: auto
}

.ai-questions .webchat {
    font-size: 18px;
    line-height: 24px
}

.ai-questions .webchat:empty {
    padding: 0;
    border: 0
}

.ai-questions .webchat.visible {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 5px
}

.webchat-disclaimer {
    display: block;
    margin-bottom: 5px;
    font-size: 14px
}

.webchat-loader-icon {
    width: 34px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid #eee;
    border-right-color: #c00;
    animation: l2 1s infinite linear
}

@keyframes l2 {
    to {
        transform: rotate(1turn)
    }
}

.webchat-loader {
    display: flex;
    align-items: center;
    gap: 10px
}

.webchat-loader.hidden {
    display: none
}

.comments__loading {
    width: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px
}

.comments__loading .spinner {
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid #eee;
    border-top-color: #666;
    animation: spinner .8s linear infinite;
    margin-bottom: 10px
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(1turn)
    }
}

.comments-ringier-panel .comments-form-main-wrapper {
    margin-bottom: 0 !important
}

.comments-ringier {
    min-height: 252px
}

.policy {
    background: #fff;
    padding: 30px 0
}

.policy h1, .policy h2 {
    font-family: "Merriweather", serif;
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 30px
}

.policy h2 {
    margin-top: 30px
}

.policy p {
    font-size: 18px;
    line-height: 21px;
    margin: 30px 0
}

.persons-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.policy-title {
    padding-top: 30px;
    position: relative
}

.policy-title:before {
    content: "";
    border-top: 1px dashed rgba(0, 0, 0, .2509803922);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.person {
    border: 2px solid #f1f1f1;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 15px)
}

.person a {
    display: flex;
    flex-direction: column;
    align-items: center
}

.person img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px
}

.person__job {
    margin-bottom: 20px;
    background: #55bf9d;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    display: flex;
    align-items: center
}

.person__job svg {
    margin-right: 5px;
    width: 14.67px;
    height: 14px
}

.person__name {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%
}

.person__name h3 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600
}

.person__name span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
    color: rgba(0, 0, 0, .5019607843)
}

.persons-list__load-more {
    width: 100%;
    display: flex;
    justify-content: center
}

.persons-list__load-more span {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--site-primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px
}

.persons-list__load-more svg {
    transform: rotate(180deg)
}

.person:nth-child(n+13) {
    display: none
}

.persons-list--all .person:nth-child(n+13) {
    display: flex
}

.page-biznis .header__login > svg, .page-biznis .header__login > a > svg {
    color: #fff
}

.page-biznis .header__chat {
    height: 24px;
    font-size: 12px;
    font-weight: 700;
    margin-left: auto;
    border: 1px solid #67b990;
    background: #fff;
    border-radius: 5px;
    padding: 0 12px;
    display: flex;
    align-items: center
}

.page-biznis .header__chat a {
    color: #395b4a
}

.page-biznis .header__coins svg {
    color: #fff
}

.page-biznis .header__blic {
    background: #ed1c24;
    border-radius: 5px
}

.page-biznis .header__blic a {
    width: 66px;
    height: 24px;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.page-biznis .header__logo img {
    width: 118px;
    height: 68px
}

.page-biznis .header__menu .menu-icon a {
    border-right: 0;
    position: relative
}

.page-biznis .header__menu .menu-icon a:before {
    content: "";
    position: absolute;
    left: -0.5px;
    top: 0;
    width: .25px;
    height: 100%;
    background: #395b4a;
    z-index: 1
}

.page-biznis .biznis-date {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px
}

.page-biznis .biznis-date svg {
    width: 20px;
    height: 20px
}

.page-biznis .biznis-date span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal
}

.page-biznis .exchange__widget {
    margin-bottom: 20px
}

.page-biznis .page-home .sticky-area {
    height: 100%
}

.page-biznis .page-home .sticky-area:last-child {
    margin-bottom: 0
}

.page-biznis .article__related {
    border-color: #395b4a;
    background: #cce8da;
    margin-top: 19px
}

.page-biznis .article__tags a {
    background: #cce8da
}

.page-biznis .article__community-top {
    border-color: rgba(74, 130, 153, .25);
    background: rgba(57, 91, 74, .1)
}

.page-biznis .article p a {
    text-decoration-color: #a9c9b9
}

.page-biznis .article blockquote {
    border-color: #a9c9b9
}

.page-biznis .comments-ringier-panel {
    --comments-ringier-main-color: #395B4A;
    --comments-ringier-red: #395B4A
}

.page-biznis .exchange__widget h3 {
    border-top: 3px solid var(--site-primary-color);
    color: #303030;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 15px
}

.page-biznis .exchange__convertor, .page-biznis .exchange__result {
    margin-top: 0;
    background: #fafafa
}

.page-biznis .exchange__convertor select, .page-biznis .exchange__convertor input, .page-biznis .exchange__result select, .page-biznis .exchange__result input {
    border: 1px solid #ccc;
    padding-left: 10px
}

.page-biznis .exchange__convertor svg, .page-biznis .exchange__result svg {
    fill: #999
}

.page-biznis .exchange__convertor select {
    background: #efefef
}

.page-biznis .exchange__result {
    padding-top: 0
}

.page-biznis .exchange__result span {
    border: none;
    background: none;
    color: #303030;
    padding-left: 0
}

.page-biznis .exchange__list {
    margin: 15px
}

.page-biznis .exchange__list ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px
}

.page-biznis .exchange__list ul li {
    width: calc(50% - 10px);
    padding: 6px 0;
    font-size: 13px
}

.page-biznis .exchange__list ul li:nth-child(2n+2) {
    background: none
}

.page-biznis.page-home .news__comments.highlight a {
    background: #395b4a
}

.zelena-tranzicija {
    display: flex;
    background: #fdfaf6;
    width: 100%;
    height: 150px;
    padding: 25px;
    margin: 30px 0;
    gap: 25px;
    align-items: center;
    justify-content: center
}

.zelena-tranzicija .box-bar__logo {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 213.33px;
    height: 100px;
    border-radius: 10px;
    padding: 25px 0 25px 0;
    gap: 10px
}

.page-zdravlje .header__login > svg, .page-zdravlje .header__login > a > svg {
    color: #fff
}

.page-zdravlje .header__blic {
    background: #ed1c24;
    border-radius: 5px
}

.page-zdravlje .header__blic a {
    width: 66px;
    height: 24px;
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700
}

.page-zdravlje .header__login {
    margin-left: auto
}

.page-zdravlje .header__logo img {
    width: 117px;
    height: 80px
}

.page-zdravlje .header__menu .menu-icon a {
    border-right: 0;
    position: relative
}

.page-zdravlje .header__menu .menu-icon a:before {
    content: "";
    position: absolute;
    left: -0.5px;
    top: 0;
    width: .25px;
    height: 100%;
    background: #4a8299;
    z-index: 1
}

.page-zdravlje .header__sub-menu {
    background: #f5f5f5;
    display: flex;
    align-items: center
}

.page-zdravlje .header__sub-menu ul a {
    border-radius: 5px;
    border: 1px solid #4a8299;
    background: rgba(74, 130, 153, .1);
    padding: 0 5px;
    height: 30px;
    font-size: 14px
}

.page-zdravlje .page-home .sticky-area {
    height: 100%
}

.page-zdravlje .page-home .sticky-area:last-child {
    margin-bottom: 0
}

.page-zdravlje .article__text > ul li a {
    text-decoration-color: #d8ebf3
}

.page-zdravlje .article__text > ul li:before {
    color: #4a8299
}

.page-zdravlje .article__related {
    border-color: #4a8299;
    background: #d8ebf3;
    margin-top: 19px
}

.page-zdravlje .article__tags a {
    background: #d8ebf3
}

.page-zdravlje .article__community-top {
    border-color: rgba(74, 130, 153, .25);
    background: rgba(57, 91, 74, .1)
}

.page-zdravlje .article p a {
    text-decoration-color: rgb(150.1916299559, 188.5528634361, 204.3083700441)
}

.page-zdravlje .article blockquote {
    border-color: #d8ebf3
}

.page-zdravlje .comments-ringier-panel {
    --comments-ringier-main-color: #4A8299;
    --comments-ringier-red: #4A8299
}

.page-zdravlje.page-home .news__comments.highlight a {
    background: #4a8299
}

.page-zdravlje .author__profile {
    margin-bottom: 20px
}

.page-zdravlje .author__profile h1 {
    font-size: 18px
}

.page-zdravlje .author__profile strong {
    margin-top: 10px
}

.page-zdravlje .consultant-badge {
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;
    background: #55bf9d;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff
}

.page-zdravlje .consultant-badge svg {
    fill: #fff
}

body.dark-theme .news-latest--sportal .news-latest__top, body.dark-theme .news-aside__top, body.dark-theme .news-box-title--bbc, body.dark-theme .news-box-title--sp2026, body.dark-theme .weather-box, body.dark-theme .news-circles__top, body.dark-theme .popup-promo__button, body.dark-theme .search-box--recepti .search-box__title, body.dark-theme .article__community-groups-blic > .article__community-button .article__community, body.dark-theme .tabs--news > ul li[data-tab=tab-latest-sportal], body.dark-theme .weather-page__city, body.dark-theme .tabs--weather .tabs__content ul li, body.dark-theme .tabs--weather > ul li.active, body.dark-theme .weather-page__cities {
    background: #333
}

body.dark-theme .search-box__topics ul li a, body.dark-theme .article__related, body.dark-theme .article__community-groups-blic > .article__community-top, body.dark-theme .weather__search, body.dark-theme .tabs--weather .tabs__content ul li.active, body.dark-theme .shorts-more a {
    background: rgba(51, 51, 51, .2)
}

body.dark-theme .news-box-title, body.dark-theme .news-circles, body.dark-theme .news-circles img, body.dark-theme .popup-promo__button-text, body.dark-theme .article__community-groups-blic > .article__community-top, body.dark-theme .tabs--news > ul li, body.dark-theme .tabs--weather .tabs__content ul li.active, body.dark-theme .tabs--weather > ul li, body.dark-theme .weather__search {
    border-color: #333
}

body.dark-theme .news-aside__top--pulsonline a, body.dark-theme .news-circles__top span, body.dark-theme .search-box--recepti .news-box__search svg, body.dark-theme .weather__search input[type=text], body.dark-theme .weather__search input[type=text]::placeholder, body.dark-theme .tabs--weather .tabs__content ul li.active, body.dark-theme.page-video .header__tv a {
    color: #333
}

body.dark-theme .weather__search svg, body.dark-theme .tabs--weather .tabs__content ul li.active svg {
    color: #333;
    fill: #333
}

body.dark-theme .article__community-groups-blic > .article__community-button .article__community a span {
    color: #fff
}

body.dark-theme .article p a {
    text-decoration-color: #333
}

body.dark-theme .article blockquote {
    border-color: rgba(18, 16, 16, .3)
}

body.dark-theme .popup-promo__button > span {
    background: linear-gradient(360deg, transparent, #FFF)
}

body.dark-theme .news-carousel .swiper-button-next:hover, body.dark-theme .news-carousel .swiper-button-prev:hover {
    --swiper-theme-color: #333
}

/*# sourceMappingURL=desktop.css.map */
