.container-pogoji-poslovanja ol li {
    list-style: auto;
}

.container-pogoji-poslovanja ul li {
    list-style: disc;
}


.sticky {
    position: sticky;
    top: 80px;
}

h1 {
    font-size: 70px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 45px;
    line-height: 1.2;
}

h2 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 13px;
}

.container-pogoji-poslovanja {
    max-width: 1340px;
    padding: 90px 20px 180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 80% 20%;
    overflow: hidden;
}

.content-main {
    padding-right: 200px;
}

.content-navigation-menu ol {
    padding-left: 7px;
    margin-top: -5px;
}

.content-navigation-menu ol li {
    list-style: none;
    margin-bottom: 5px;
}

.content-navigation-menu ol li a {
    color: rgb(122, 122, 122);
    font-size: 15px;
    font-weight: 500;

}

.content-navigation-menu ol li.active a {
    color: rgb(242, 95, 31);
}

.content.content-1 {
    padding-top: 0;
}

.content {
    padding-top: 50px;
}

.content>div {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4em;
    color: rgb(72, 72, 72);
}

/* --- table --- */
table {
    background-color: transparent;
    width: 100%;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

table td,
table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}

table tfoot th,
table thead th {
    font-size: 1em;
    font-weight: 700;
}

@media (min-width: 1225px){

    .content-navigation-menu ol li a:hover {
        color: rgb(242, 95, 31);
    }
    
    table tbody tr:hover>td,
    table tbody tr:hover>th {
        background-color: hsla(0, 0%, 50.2%, .1019607843);
    }
}

@media (max-width: 1130px) {
    .container-pogoji-poslovanja {
        grid-template-columns: 100%;
    }

    .content-navigation-menu-container {
        display: none;
    }

    .content-main {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 27px;
    }

    .table-overflow{
        overflow: scroll;
    }
}