@media (max-width: 1600px) {
    figure.effect-apollo p a.z {
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .table-zz {
        overflow-x: scroll;
        background: #ddd;
        padding: 15px;
        margin-bottom: 30px;
        width: 100%;
    }

    .arrow-bf:before {
        background: #ddd;
    }

    .item-nt .item-cell-pos .arrow-bf:before {
        background: #fff;
    }
}

@media (max-width: 1025px) {
    .content-table-zz {
        padding: 0;
    }

    .entries-table {
        padding: 30px 0;
        padding-top: 0;
    }

    .button-np button {
        font-size: 35px;
        opacity: 1;
    }

    #modal_full_ehat img.modal-content-ehat {
        max-width: 85%;
    }

    .modal {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .button-np button.owl-next {
        right: 5px;
    }

    .button-np button.owl-prev {
        left: 5px;
    }
}

@media (max-width: 769px) {
    .entris-project {
        padding-bottom: 10px;
    }

    .item-cell-pos span, .table-zz .title-row {
        font-size: 16px;
    }

    .div-content-logo {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .item-results {
        margin: 20px 0;
    }

}

@media (max-width: 480px) {
    .item-cell-pos span, .table-zz .title-row {
        font-size: 14px;
    }

    .div-content-logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
