.footer-top{
    background: #4D4D4D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.footer-top .wrapper, .play-store{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.play-store h3{
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
}
.play-store a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-inner-holder{
    background: #323232;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0;
}
.footer-inner>div {
    width: calc(20% - 20px);
}
.footer-inner>div h3 {
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 700;
}
.footer-inner>div ul {
    padding: 0;
    margin: 0;
}
.footer-inner>div ul li {
    padding: 2px 0;
    margin: 0;
    list-style: none;
}
.footer-inner>div ul li a {
    color: #AFAFAF;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    transition: color .3s;
}
.footer-inner>div ul li a:hover {
    color: var(--red);
}
.footer-info{
    border-top: 1px solid #4D4D4D;
    padding: 10px 0;
    display: flex;
}
.footer-info a{
    margin-right: 10px;
}
.copyright-footer {
    background: #1F1F1F;
    padding: 15px 0;
}
.copyright-footer ul {
    padding: 0;
    margin: 0;
    display: flex;
}
.copyright-footer ul li {
    list-style: none;
    display: inline-block;
}
.copyright-footer ul li a{
    color: #AFAFAF;
    font-size: 12px;
    text-decoration: none;
    transition: color .3s;
    padding: 0 7px;
    border-right: 1px solid #AFAFAF;
}
.copyright-footer ul li a:hover {
    color: var(--red);
}
.copyright-footer span {
    color:  #AFAFAF;
    font-weight: 400;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}
.copyright-footer .wrapper{
    display: flex;
    justify-content: center;
}
.footer-social {
    display: flex;
    gap: 11px;
}
.footer-social a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social i {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: white;
    margin-right: 10px;
}
.oup-holder {
    margin-top: 20px!important;
}
@media only screen and (max-width: 991px) {
    .footer-inner .menu-holder {
        float: left;
        width: 50%;
    }
    .footer-inner-holder .wrapper{
        display: flex;
        flex-direction: column;
    }
    .footer-inner-holder .footer-inner{
        display: block;
    }
    .footer-inner>div h3{
        width: 90%;
    }
    .copyright-footer .wrapper, .footer-top .wrapper{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .footer-social{
        margin-bottom: 10px;
    }
    .footer-info, .copyright-footer ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    .site-footer .footer-info a{
        padding: 5px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .footer-social i {
        font-size: 25px;
    }
     .play-store{
         flex-wrap: wrap;
         justify-content: center;

    }
    .play-store h3{
        margin-bottom: 5px;
    }
    .menu-holder-last .menu-povezani-menu-container {
        display:none;
    }
}

@media only screen and (max-width: 768px) {
    .footer-inner>div {
        width: calc(50% - 12px);
    }
    .footer-social {
        margin-top: 15px;
    }
    .oup-holder {
     margin-top: 0!important;
 }
 .menu-korporativni-menu-container {
     display:none;
 }
}
@media only screen and (max-width: 600px) {
    .footer-inner .menu-holder{
        width: 100%;
    }
    .footer-inner>div {
        width: 100%;
        text-align: center;
    }
    .copyright-footer {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .copyright-footer ul li {
        list-style: none;
        display: block;
        margin-left: 0;
        margin-bottom: 3px;
    }
    .copyright-footer>div {
        text-align: center;
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    .footer-inner>div h3 {
        position: relative;
        padding-right: 20px;
        display: inline-block;
        width: 100%;
    }
    .footer-inner>div h3:before {
        content: "";
        width: 2px;
        height: 8px;
        background: var(--red);
        position: absolute;
        right: 0;
        top: 8px;
        transform: rotate(45deg);
    }
    .footer-inner>div h3:after {
        content: "";
        width: 2px;
        height: 8px;
        background: var(--red);
        position: absolute;
        right: 5px;
        top: 8px;
        transform: rotate(-45deg);
    }
    .menu-about-menu-container,
    .menu-pravna-sekcija-container,
    .menu-prigovor-container,
    .menu-vise-menu-container {
        display: none;
    }
    .footer-inner {
        gap: 0;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-info{
        border-top: none;
    }
    .copyright-footer {
        padding: 1px 11px 15px;
    }
    .play-store h3{
        margin: 0 0 10px 0;
    }
}
.footer-info h5, .footer-info a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: color .3s;
    display: flex;
    font-weight: 400;
    line-height: 25px;
    padding: 10px;
    /*background-color: #DBDBDB;*/
    margin-bottom: 5px;
}
.footer-info  i {
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.footer-info h5 i {
    align-items: baseline;
}
@media only screen  and (min-width: 767px) and (max-width: 1399px) {
    .footer-info h5, .footer-info a {
        font-size: 11px;
    }
}
.full-table-wrap .wpDataTableFilterSection{
    margin-bottom: -82px !important;
    padding-left: 0 !important;
}