@media only screen and (max-width: 1423px) {
    /* 14–15" laptops */
    #headerFluid,
    #sliderFluid,
    #prednostClanstvaFluid,
    #externalLinksCont,
    #newsCont .container,
    .sliderFluid,
    #claniceFluid,
    #footerFluid,
    .pageBG .container,
    #subpageContainer{
        padding-left: 48px;
        padding-right: 48px;
    }
    #stickyCont{
        left: -140px;
    }
    #blueFluid .container{
        padding: 0px 16px;
    }
    .pcItemImgCont{
        height: 470px;
    }
    #newsCont .container{
        gap: 16px;
    }
    #najavaDogadjajaWrap{
        gap: 8px;
    }
    .sliderFluid .najavaItem{
        max-width: 362px !important;
        margin-left: 21px !important;
    }
    .sliderFluid .najavaImgCont img{
        height: unset;
        max-height: unset;
    }
    .claniceItem{
        width: 172px !important;
        margin-left: 19px !important;
    }
    #subpageMainCont{
        width: calc(100% - 260px);
    }
    #subpageContainer{
        gap: 16px;
    }
    #novostiWrap{
        gap: 12px;
    }
}

@media only screen and (max-width: 1263px) {
    /* 13" laptops, small notebooks */
    #headerLinkDiv,
    #headerSearchCont{
        display: none;
    }
    #hamburger{
        display: block;
    }
    #statsCont{
        flex-wrap: wrap;
        justify-content: center;
    }
    .statsCont{
        width: 40%;
    }
    .pcItemImgCont{
        display: none;
    }
    #pcMainCont{
        justify-content: center;
    }
    #pcMainRight{
        width: 340px;
    }
    #externalLinksCont{
        flex-direction: column;
    }
    .externalLinkItem{
        width: 100%;
    }
    #newsCont .container{
        align-items: flex-start;
    }
    .sliderFluid .najavaItem{
        width: 427px !important;
        max-width:  unset !important;
        margin-left: 20px !important;
    }
    .claniceItem{
        width: 205px !important;
        margin-left: 18px !important;
    }
    #headerContainer{
        padding: 16px 0px;
    }
    #pageFlexCont{
        flex-direction: column;
    }
    #pageMenuCont{
        width: 100%;
    }
    .level0{
        flex-direction: row;
        gap: 32px;
    }
    #expendMenu{
        display: block;
    }
    .level1{
        display: none;
    }
    #subpageContainer{
        flex-direction: column;
    }
    #subpageMainCont,
    #subpageSidebarCont{
        width: 100%
    }
    #novostiWrap{
        gap: 24px;
    }
    .najavaItem{
        max-width: calc(33% - 14px);
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
  /* Tablets landscape */
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  /* Tablets portrait */
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* Large phones landscape */
}

@media only screen and (max-width: 575px) {
  /* Large phones portrait */
}

@media only screen and (max-width: 479px) {
  /* Most phones portrait */
}

@media (max-width: 359px) {
  /* Very small phones */
}