@media (max-width: 1290px) {
    .container {
        max-width: 1024px;
    }
    .news-slider {
        max-width: 452px;
    }
    .slider-tab {
        font-size: 12px;
    }
    .news-slider .slider-arrow {
        top: 110px;
    }
    .topStories-2-2-2 .item {
        flex-direction: column;
    }
    .topStories-2-2-2 .top-story-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .data pre {
        width: 100%;
        overflow-x: auto;
    }
    .app-nav ul {
        gap: 20px;
    }
    .header-red-content {
        padding-left: 135px;
    }
    .header-white .nav a {
        padding: 3px 10px;
    }
    .header-white .nav a::after {
        left: 10px;
        right: 10px;
    }
    .six-story-2-2-2 .smaller-story-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }
    .storyList .six-story-2-2-2 .storyNav.small-story-six {
        flex-direction: row;
        border-bottom: solid 1px var(--gray2);
        padding-bottom: 10px;
    }
    .six-story-2-2-2 .storyNav .img-link {
        width: 260px
    }
    .topStories-aloVideo-8 .top-story-wrapper {
        width: calc(50vw + 512px);
        padding-right: 10px;
    }
    .radio-wrapper .radio-list,
    .other-radios {
        grid-template-columns: repeat( 4, 1fr);
    }
    .weather-container-jnode .current-weather .current-info {
        gap: 20px;
    }
    .weather-container-jnode .current-weather .current-info .temp-now {
        font-size: 40px;
    }
    .current-weather ul.current-details li,
    .weather-container-jnode .current-info .description .current-text {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    .container {
        max-width: 768px;
    }
    .app-wrapper {
        display: block;
    }
    .right-part,
    .right-sidebar {
        max-width: 100%;
        margin: 0 auto;
    }
    .slider-twoStories,
    .topStories-1-2-3 .big-medium-stories {
        display: block;
    }
    .news-slider {
        max-width: 768px;
    }
    .slider-tab {
        font-size: 16px;
    }
    .news-slider .slider-arrow {
        top: 190px;
    }
    .news-slider .slide-content {
        padding-bottom: 20px;
    }
    .twoStories-vertical {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .twoStories-vertical .item.last {
        padding-left: 20px;
    }
    .twoStories-vertical .first {
        border-right: solid 1px var(--gray2);
        padding-right: 20px;
    }
    .topStories-2-2-2 .top-story-wrapper,
    .smaller-story-wrapper{
        grid-template-columns: 1fr;
    }
    .topStories-2-2-2 .item {
        flex-direction: row;
    }
    .header-black,
    .app-links .app-social,
    .header-white {
        display: none;
    }
    .mobile-navigation-inner .app-social {
        margin-left: 0px;
        margin-right: auto;
        margin-bottom: 10px;
        gap: 20px;
    }
    .mobile-navigation-inner .app-social a {
        color: var(--darkgray);
        font-size: 20px;
    }
    .header-red {
        min-height: inherit;
        background-color: var(--white);
        padding: 0;
    }
    .header-red-content {
        flex-direction: column-reverse;
        padding-left: 0;
    }
    .app-brand {
        z-index: 9;
        top: 10px;
    }
    .logo a {
        width: 73px;
        height: 50px;
    }
    .app-links {
        width: 100%;
        /*        background-color: var(--red);*/
        padding: 10px 0;
        position: relative;
        z-index: 2;
        min-height: 50px;
        justify-content: flex-end;
    }
    .app-links:before {
        display: block;
        content: '';
        position: absolute;
        width: 100vw;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--red);
        z-index: -1;
    }
    .app-search {
        border: none;
        margin-right: 15px;
    }
    .header-shortcuts nav.shortcuts,
    .mob-menu-button {
        display: flex;
    }
    .mob-menu-button {
        margin-left: 30px;
    }
    .header-red-content .app-nav {
        background-color: var(--white);
        width: 100%;
        position: relative;
    }
    .header-red-content .app-nav:before {
        display: block;
        content: '';
        position: absolute;
        width: 100vw;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--white);
        z-index: -1;
    }
    .app-nav ul {
        padding: 20px 0 10px;
        width: calc(100% + 30px);
        margin: 0 -15px;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .app-nav ul li.first {
        margin-left: 15px;
    }
    .app-nav ul li.last {
        margin-right: 15px;
    }
    .app-nav ul a {
        color: var(--red);
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        padding: 0;
        position: relative;
    }
    .app-nav ul a:after {
        display: block;
        width: 1px;
        height: 100%;
        content: '';
        background-color: var(--gray);
        position: absolute;
        right: -10px;
        top: 0;
    }
    .app-nav ul li.last a:after {
        display: none;
    }
    .app-nav ul li.onPath a, .app-nav ul a:hover, .app-nav ul a.current {
        border-bottom: 2px solid var(--red);
    }
    .app-wrapper {
        margin: 120px 0 0;
    }
    .topJNodes-4 .top-jnode-list,
    .right-part .top-story-wrapper{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    section.breaking-news-top-list .item {
        border: none;
        padding-bottom: 0;
    }
    section.breaking-news-top-list .item:nth-child(2) .img-holder {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
    .header-red:after {
        display: block;
        content: '';
        width: 100%;
        height: 16px;
        position: absolute;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        background: #000;
        background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.02) 100%);
    }
    header.fixed .header-red:after {
        opacity: 0.2;
        visibility: visible;
        transition: all 0.3s ease;
    }
    .right-sidebar .print-magazine,
    #stripe2 .print-magazine {
        width: 300px;
        margin: 0 auto;
    }
    .topStories-4-4-4-4 .top-story-wrapper .title-time-commentCount h4 {
        font-size: 16px;
    }
    .topStories-aloRecommend-3-3 .top-story-wrapper,
    .smaller-story-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }
    .topStories-aloRecommend-3-3 .top-story-wrapper .item,
    .storyList .storyNav.small-story-six {
        flex-direction: row;
        border-bottom: solid 1px var(--gray2);
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .smaller-story-wrapper .borderBottom, .smaller-story-wrapper .borderRight {
        display: none;
    }
    .topStories-aloRecommend-3-3 .top-story-wrapper .item:last-child,
    .storyList .six-story-2-2-2 .storyNav.small-story-six:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .topStories-aloRecommend-3-3 .top-story-wrapper .img-holder {
        max-width: 260px;
    }
    .topStories-4-4-4-4 .top-story-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 20px 10px;
    }
    .topStories-aloVideo-8 .top-story-wrapper {
        width: calc(50vw + 384px);
    }
    .smaller-story-list .imgTitleTDClist {
        grid-template-columns: 260px 1fr;
    }
    .storyList-content .imgTitleTDC,
    .columns-3 .item.vertical-item {
        display: grid;
        grid-template-columns: 260px 1fr;
        gap: 20px;
    }
    .columns-3 .item.vertical-item {
        padding-bottom: 10px;
    }
    .columns-3 {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .topStories-aloRecommend-4 .top-story-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
        position: relative;
    }
    .topStories-aloRecommend-4 .top-story-wrapper .item-0::before, .topStories-aloRecommend-4 .top-story-wrapper .item-1::after {
        content: "";
        width: 110%;
        height: 1px;
        background-color: var(--gray2);
        position: absolute;
        bottom: -20px;
        top: unset;
        left: 0px;
    }
    .topJNodes-4 h4.jnode-title {
        font-size: 18px;
    }
    .section.latestStories .section-titles {
        justify-content: flex-start;
        gap: 30px;
    }
    .section-titles .title-h4,
    .section-titles .title-h4:last-child {
        flex-basis: auto;
        text-align: left;
    }
    .banner-wrapper {
        min-height: auto;
    }
    .banner-300-600-new .banner-wrapper {
        min-height: auto;
    } 
}

@media (max-width: 768px) {
    .slider-nav {
        display: none;
    }
    .slide-img-box span.uptitle,
    .big-uptitle {
        font-size: 26px;
        line-height: 28px;
    }
    .slide-title {
        font-size: 24px;
    }
    .section.topStories.topStories-2-2-2 {
        margin-bottom: 10px;
    }
    .topStories-4-4-4-4.grid-3 .top-story-wrapper, .topStories-2-2-2 .top-story-wrapper, .threeStories, .twoStories, .topStories-lepoteSrbije-4 .top-story-wrapper, .topStories-4-4-4-4 .top-story-wrapper, .storyList-content .smaller-story-wrapper, .topStories-aloRecommend-4 .top-story-wrapper{
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 10px;
    }
    .topStories-lepoteSrbije-4 .top-story-wrapper {
        gap: 0;
    }
    .storyList-content .smaller-story-wrapper .borderBottom {
        display: none;
    }
    .topStories-4-4-4-4.grid-3 .top-story-wrapper .item,
    .topStories-2-2-2 .top-story-wrapper .item,
    .threeStories .item,
    .twoStories .item.vertical-item, .storyList-content .smaller-story-wrapper .storyNav,
    .topStories-aloRecommend-4 .top-story-wrapper .item,
    .topStories-4-4-4-4 .top-story-wrapper .item.vertical-item {
        border-bottom: solid 1px var(--gray2);
        padding-bottom: 10px;
    }
    .storyList-content .smaller-story-wrapper .storyNav {
        margin-bottom: 0;
    }
    .topStories-4-4-4-4.grid-3 .top-story-wrapper .item:last-child,
    .threeStories .item:last-child,
    .twoStories .item:last-child,
    .topStories-aloRecommend-3-3 .top-story-wrapper .item:last-child,
    .six-story-2-2-2 .smaller-story-wrapper .small-story-six:last-child,
    .topStories-aloRecommend-4 .top-story-wrapper item:last-child,
    .topStories-4-4-4-4 .top-story-wrapper .item.vertical-item:last-child,
    .topStories-aloRecommend-4 .top-story-wrapper .item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .topStories-4-4-4-4 .item.vertical-item .img-holder, .threeStories .item .img-holder, .twoStories .item .img-holder, .topStories-lepoteSrbije-4 .top-story-wrapper .img-holder, .topStories-aloRecommend-4 .item.vertical-item .img-holder, .item .img-holder {
        max-width: 260px;
    }
    .topStories-4-4-4-4 .top-story-wrapper .item.vertical-item, .threeStories .item.vertical-item, .twoStories .item.vertical-item, .topStories-lepoteSrbije-4 .top-story-wrapper .item, .topStories-aloRecommend-4 .item.vertical-item {
        flex-direction: row;
    }
    .topStories-lepoteSrbije-4 .top-story-wrapper .item {
        padding-bottom: 15px;
        border-radius: 0
    }
    .topStories-lepoteSrbije-4 .top-story-wrapper .item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .topStories-lepoteSrbije-4 .top-story-wrapper .item:last-child {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .bigger-divider {
        margin: 10px 0
    }
    #stripe2 .item.vertical-item .img-holder {
        max-width: inherit;
    }
    .middle-uptitle {
        font-size: 15px;
        line-height: 17px;
    }
    .smaller-story-wrapper .title-data {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .storyList-content .storyNav h4.title {
        margin-top: 0;
    }
    .topStories-aloVideo-8 .top-story-wrapper {
        width: calc(100% + 15px);
        padding-right: 15px;
    }
    .tagRelated.section {
        margin-bottom: 10px;
    }

    .topStories-aloRecommend-4 .top-story-wrapper .item-1::after {
        display: none;
    }
    .latest-2-4 .twoStories,
    .topStories-2-3 .twoStories {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 10px;
        margin-bottom: 10px;
        gap: 40px;
    }
    .latest-2-4 .twoStories .item.vertical-item,
    .topStories-2-3 .twoStories .item.vertical-item {
        flex-direction: column;
        border: none;
        padding-bottom: 0;
    }
    .topStories-2-3 .twoStories .item .img-holder {
        max-width: initial;
    }
    .topJNodes-4 .top-jnode-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .topJNodes-4 .top-jnode-list .jnode-item {
        display: flex;
        gap: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        border-bottom: 1px solid var(--gray2);
    }
    .topJNodes-4 .top-jnode-list .jnode-item.last {
        border-bottom: 0;
    }
    .topJNodes-4 .top-jnode-list .jnode-item a.imgWrapper {
        max-width: 260px;
        flex-shrink: 0;
        align-self: flex-start;
    }
    .topJNodes-4.topStories-4 h4.jnode-title {
        margin-top: 0;
    }
    .topJNodes-4.topStories-4 .time-comment {
        margin-top: auto;
    }
}

@media (max-width: 680px) {
    .news-slider .slider-arrow {
        top: 150px;
    }
    .footer-navigation-second ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .footer-copy {
        margin-top: 10px;
    }
    .footer-navigation-third {
        margin-right: 30px;
        margin-top: 5px;
    }
    .footer-copy {
        flex-direction: column;
    }
    .footer-copy .copy {
        margin-left: 0;
        margin-top: 10px;
    }
    .agregator-list .imgTitleTDClist {
        grid-template-columns: 1fr;
    }
    .agregator-list .imgTitleTDClist .imgWrapper {
        max-width: 50%
    }
    .news-slider .slider-arrow {
        top: 100px;
    }
    .previous-story .img-title, .next-story .img-title {
        flex-direction: column;
    }
    .previous-story .img-title .img-holder, .next-story .img-title .img-holder {
        max-width: 100%;
    }
    .app-search {
        position: static;
    }
    .search-trigger.active i.fa-solid.fa-magnifying-glass::before {
        content: "\f002";
    }
    .search-input {
        transition: none;
    }
    .search-input.active {
        max-width: unset;
        width: 100%;
        left: 0;
        top: 75px;
        overflow: initial;
        padding-left: 80px;
    }
    .search-close {
        display: inline-block;
    }
    .search-input-wrapper .search-close {
        width: 16px;
        height: 16px;
        display: block;
        cursor: pointer;
        position: relative;
        flex-shrink: 0;
        transition: all 0.3s ease;
        opacity: 1;
    }
    .search-input-wrapper .search-close:hover {
        transition: all 0.3s ease;
        opacity: 0.5;
    }
    .search-input-wrapper .search-close span {
        width: 18px;
        height: 2px;
        display: block;
        background-color: var(--red);
        position: absolute;
        top: 50%;
    }
    .search-input-wrapper .search-close span.first {
        -webkit-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
    }
    .search-input-wrapper .search-close span.second {
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }
    .searchForm input {
        border: solid 1px var(--darkgray);
    }
    .search-input-wrapper:after {
        content: '';
        display: block;
        width: 100vw;
        height: calc(100% + 10px);
        background-color: var(--white);
        position: absolute;
        top: -5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }
    .horoscope-list .horoscope-item .horoscope-icon {
        padding: 0px;
    }
    .weather-container-jnode .current-weather .current-info .temp-now {
        font-size: 35px;
        font-weight: 700;
        text-align: center;
    }
    .current-weather ul.current-details li {
        font-size: 18px;
    }
    .weather-container-jnode .current-weather .current-info .icon-temp {
        width: 60px;
    }
    .weather-container-jnode .current-weather .current-info {
        flex-direction: column;
        gap: 10px;
    }
    .radio-wrapper .radio-list,
    .other-radios {
        grid-template-columns: repeat( 3, 1fr);
    }
    .radio-list .radio-title,
    .other-radios .radio-title {
        font-size: 16px;
    }
    .current-weather ul.current-details {
        text-align: center;
    }
    .breaking-news-content,
    .topStories-3-red .top-story-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .breaking-news-content .item:first-child,
    .topStories-3-red .top-story-wrapper .item.first{
        grid-column: 1 / -1;
    }
    .breaking-news-content .item h5 {
        line-height: 1;
    }
}


@media (max-width: 460px) {
    .story-wrapper-inner .title {
        text-align: left;
    }
    .storyContent .lead p {
        text-align: left;
    }
    .author-sorce-releaseDateTime-releaseDate-commentCount-socialShare {
        justify-content: flex-start;
        position: relative;
    }
    .author-sorce-releaseDateTime-releaseDate-commentCount-socialShare > div:last-child {
        flex-basis: 100%;
    }
    .storyMetaBar {
        padding-right: 45px;
        width: 100%;
    }
    .storyMetaBar .commentCount {
        position: absolute;
        right: 0;
        top: 0;
    }
    .author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .author,
    .author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .source,
    .author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .releaseDate,
    .author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .releaseTime,
    .author-sorce-releaseDateTime-releaseDate-commentCount-socialShare .commentCount {
        font-size: 14px;
    }
    .social-icons {
        justify-content: center;
        font-size: 25px;
        gap: 5px;
    }
    .story-big-thumb {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .story-big-thumb img {
        border-radius: 0;
    }
    section.section.only-body.singleExtension-body {
        margin-bottom: 0;
    }
    .topStories-4-4-4-4.grid-3 .top-story-wrapper .item,
    .topStories-2-2-2 .top-story-wrapper .item, .threeStories .item,
    .twoStories .item.vertical-item,
    .topStories-aloRecommend-3-3 .top-story-wrapper .item,
    .six-story-2-2-2 .smaller-story-wrapper .small-story-six {
        gap: 10px;
    }
    .topStories-4-4-4-4 .item.vertical-item .img-holder,
    .threeStories .item .img-holder,
    .twoStories .item .img-holder,
    .topStories-aloRecommend-3-3 .top-story-wrapper .img-holder,
    .topStories-lepoteSrbije-4 .top-story-wrapper .img-holder,
    .six-story-2-2-2 .storyNav .img-link,
    .topStories-2-2-2 .item .img-holder,
    .item .img-holder{
        max-width: 150px;
    }
    .topStories-aloRecommend-4 a.img-holder {
        width: 150px;
    }
    .storyList-content .imgTitleTDC,
    .smaller-story-list .imgTitleTDClist,
    .columns-3 .item.vertical-item {
        grid-template-columns: 150px 1fr;
    }
    #stripe2 .item.vertical-item .img-holder {
        width: 100%;
    }
    .topStories-aloRecommend-3-3 .top-story-wrapper .item:first-child {
        flex-direction: column;
    }
    .topStories-aloRecommend-3-3 .top-story-wrapper .item:first-child .img-holder {
        max-width: 100%
    }
    .topStories-aloRecommend-3-3 .top-story-wrapper .item:first-child .uptitle {
        font-size: 26px;
        line-height: 28px;
    }
    .topStories-aloRecommend-4 .top-story-wrapper {
        grid-template-columns: 1fr;
    }
    .topStories-aloRecommend-4 .item.vertical-item {
        flex-direction: row;
    }
    .embed-box iframe,
    .single-short iframe {
        max-width: 100% !important;
        min-width: 300px !important;
    }
    .tiktok-embed {
        min-width: 300px !important;
    }
    .big-uptitle {
        font-size: 26px;
        line-height: 28px;
    }
    span.uptitle.small-uptitle,
    .middle-uptitle {
        font-size: 12px;
        line-height: 13px;
    }
    .twoStories-vertical .first {
        padding-right: 10px;
    }
    .twoStories-vertical .item.last {
        padding-left: 10px;
    }
    .big-story h2.title,
    .topStories-aloRecommend-3-3 .top-story-wrapper .item:first-child h4.title {
        font-size: 24px;
    }
    .medium-story h3.title {
        font-size: 18px
    }
    .threeStories h4.title,
    .topStories-aloRecommend-3-3 h4.title,
    .six-story-2-2-2 .storyNav h4.title,
    .three-story-1-1-1 h4.title,
    .title-time-commentCount h4 {
        font-size: 17px;
    }
    .storyList .medium-story {
        padding-right: 10px;
    }
    .latest-2-3 .storyList .medium-story.story-1 {
        padding-left: 10px;
    }
    .storyList .medium-story.story-2 {
        padding-left: 10px;
        padding-right: 0;
    }
    .page-children-list {
        grid-template-columns: 1fr;
    }
    .storyNav h3.title a {
        font-size: 18px;
    }
    .agregator-list .imgTitleTDClist .imgWrapper {
        max-width: 100%
    }
    .topJNodes-4 .top-jnode-list,
    .right-part .top-story-wrapper {
        grid-template-columns: 1fr;
    }
    /*FOOTER*/
    section.section.print-magazine-wrapper,
    .footer-navigation-second {
        display: none;
    }
    .footer-logo-img {
        background-color: transparent;
        width: 78px;
        height: 42px;
        background-size: contain;
        border-radius: 0;
    }
    footer.footer {
        text-align: center;
        padding-bottom: 200px;
    }
    .logo-txt {
        display: none;
    }
    .footer-top .app-social {
        position: absolute;
        bottom: 110px;
        left: 50%;
        transform: translate(-50%);
        margin-left: revert-layer;
    }
    .footer-top .app-social::before {
        content: "Pratite nas";
        color: var(--white05);
        position: absolute;
        top: -26px;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
    }
    .footer-copy .copy {
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        margin-top: 0;
    }
    .footer-copy {
        display: flex;
        justify-content: center;
        margin-top: 60px;
        flex-direction: inherit;
    }
    .footer-top {
        justify-content: center;
    }
    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-navigation-second ul {
        columns: 1;
        text-align: center;
    }
    .footer-navigation-second ul li, .footer-navigation-third .nav-item {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .footer-navigation-third {
        margin: 0 auto;
    }
    .footer-navigation-third .nav-item a, .footer-navigation-second .nav-item a {
        color: var(--white);
        font-weight: 400;
    }
    .topJNodes-4 .top-jnode-list .jnode-item a.imgWrapper,
    .topJNodes-4.topStories-4 a.imgWrapper {
        max-width: 150px;
    }
    .horoscope-list .horoscope-item {
        flex-direction: column;
        padding-top: 20px;
        gap: 10px;
    }
    .horoscope-list .horoscope-item .horoscope-icon img {
        max-width: 100px;
    }
    .city-forecast .forecast-slider,
    .cities-list-wrapper {
        justify-content: center;
    }
    .weather-container-jnode .current-weather .current-info {
        flex-direction: column;
    }
    .radio-list .radio-title,
    .other-radios .radio-title {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .news-slider .slider-arrow {
        top: 85px;
    }
    .shorts-wrapper .single-short {
        display: flex;
        flex-direction: column;
    }
    .smaller-story-list .imgTitleTDClist,
    .storyList-content .imgTitleTDC {
        gap: 10px;
    }
    .agregator-list .storyNav {
        grid-template-columns: 25px 1fr;
        gap: 10px;
    }
    .timeline .time,
    .slide-img-box span.uptitle,
    .topStories-aloRecommend-3-3 .top-story-wrapper .item:first-child .uptitle,
    .big-uptitle {
        font-size: 18px;
        line-height: 19px;
    }
    .exchange-page .kursna-lista .buying-rate .line-break,
    .exchange-page .kursna-lista .middle-rate .line-break,
    .exchange-page .kursna-lista .selling-rate .line-break {
        display: block;
    }
    .cities-list-wrapper {
        justify-content: center;
    }
}

@media (max-width: 375px) {
    .container {
        padding: 0 10px;
        overflow-x: hidden;
    }
    .header-red .container {
        overflow: inherit;
    }
    .news-slider .slider-arrow {
        top: 70px;
    }
    .topStories-4-4-4-4 .item.vertical-item .img-holder,
    .threeStories .item .img-holder,
    .twoStories .item .img-holder,
    .topStories-aloRecommend-3-3 .top-story-wrapper .img-holder,
    .topStories-lepoteSrbije-4 .top-story-wrapper .img-holder,
    .six-story-2-2-2 .storyNav .img-link,
    .topStories-2-2-2 .item .img-holder,
    .related-stories-list .img-holder,
    .latest-story-category .img-holder,
    .item .img-holder {
        max-width: 40%;
    }
    .topStories-aloRecommend-4 a.img-holder {
        width: 40%;
    }
    .storyList-content .imgTitleTDC,
    .smaller-story-list .imgTitleTDClist {
        grid-template-columns: 40% 1fr;
    }
    .form-holder.captha-holder, .form-holder.button-holder {
        float: none;
        width: 100%;
    }
    .form-holder.button-holder button {
        float: none;
        width: 100%;
    }
    .radio-wrapper .radio-list,
    .other-radios {
        grid-template-columns: repeat( 2, 1fr);
    }
    .breaking-news-content, .topStories-3-red .top-story-wrapper {
        grid-template-columns: 1fr
    }
}

@media (max-width: 320px) {
    .news-slider .slider-arrow {
        top: 50px;
    }
    .shorts-wrapper .single-short {
        padding: 10px 0;
    }
    .twoStories-vertical {
        grid-template-columns: 1fr;
    }
    .twoStories-vertical .item.first {
        padding-right: 0;
        border-right: none;
        margin-bottom: 10px;
        border-bottom: solid 1px var(--gray2);
    }
    .twoStories-vertical .item.last {
        padding-left: 0;
    }
    .topStories-4-4-4-4.grid-3 .top-story-wrapper .item, .topStories-2-2-2 .top-story-wrapper .item, .threeStories .item, .twoStories .item.vertical-item, .topStories-aloRecommend-3-3 .top-story-wrapper .item, .storyList .six-story-2-2-2 .storyNav.small-story-six, .related-stories-list .item, .topStories-aloRecommend-4 .item.vertical-item {
        flex-direction: column;
    }
    .topStories-4-4-4-4 .item.vertical-item .img-holder,
    .threeStories .item .img-holder, .twoStories .item .img-holder,
    .topStories-aloRecommend-3-3 .top-story-wrapper .img-holder,
    .topStories-lepoteSrbije-4 .top-story-wrapper .img-holder,
    .six-story-2-2-2 .storyNav .img-link, .topStories-2-2-2 .item .img-holder,
    .related-stories-list .img-holder, .latest-story-category .img-holder,
    .topStories-aloRecommend-4 .item.vertical-item .img-holder{
        max-width: 100%;
    }
    .topStories-aloRecommend-4 a.img-holder,
    .six-story-2-2-2 .storyNav .img-link {
        width: 100%;
    }
    .topStories-4-4-4-4 .top-story-wrapper .item.vertical-item,
    .threeStories .item.vertical-item,
    .twoStories .item.vertical-item,
    .topStories-aloRecommend-3-3 .top-story-wrapper .item,
    .topStories-lepoteSrbije-4 .top-story-wrapper .item,
    .topStories-aloRecommend-4 .item.vertical-item,
    .latest-story-category .item {
        flex-direction:column;
    }
    .topStories-Slider-6-2-3-2 .twoStories-vertical {
        flex-direction: column;
    }
    .topStories-Slider-6-2-3-2 .twoStories-vertical .item {
        padding: 0;
    }
    .topStories-Slider-6-2-3-2 .twoStories-vertical .item.first {
        border-bottom: solid 1px var(--gray2);
        padding-bottom: 10px;
        border-right: none;
    }
    .storyList .medium-story-wrapper {
        grid-template-columns: 1fr;
    }
    .storyList .medium-story.story-2 {
        padding-left: 0;
    }
    .storyList .medium-story {
        padding-right: 0;
    }
    .storyList .medium-story.story-1:after {
        display: none;
    }
    .smaller-story-list .imgTitleTDClist, .storyList-content .imgTitleTDC {
        grid-template-columns: 1fr;
    }
    .topStories-2-3 .twoStories {
        grid-template-columns: 1fr;
        padding-bottom: 0;
        margin-bottom: 0;
        gap: 10px;
    }
    .topStories-2-3 .twoStories .item.first {
        padding-bottom: 10px;
        border-bottom: 1px solid var(--gray2);
    }
    .columns-3 .item.vertical-item,
    .latest-2-4 .twoStories,
    .topStories-2-3 .twoStories {
        grid-template-columns: 1fr;
    }
    .topJNodes-4 .top-jnode-list .jnode-item {
        flex-direction: column;
    }
    .topJNodes-4 .top-jnode-list .jnode-item a.imgWrapper {
        max-width: 100%;
        width: 100%;
    }
    .storyList .storyNav.big-story,
    .storyList .storyNav.medium-story,
    .storyList .storyNav.small-story-six {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--gray2);
    }
}