.first-block-full {
    margin-bottom: 0;
}

.basic-info-grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 32px;
    row-gap: 24px;
    padding: 32px 0 0 0;
    margin-bottom: 0 !important;
}

@media all and (max-width: 576px) {
    .basic-info-grid {
        grid-template-columns: auto auto;
    }
}

.info-card-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.clear_left {
    clear: left;
}

div.tresc aside {
    display: block;
    float: right;
    margin: 0 0 20px 40px;
    width: 210px;
    background: none;
    padding: 0;
}

div.tresc aside #guzik_zapisz, a#guzik_wydzialowa, a#guzik_facebook, aside #guzik_irk {
    display: block;
    position: relative;
    padding: 0 10px 8px 30px;
    margin: 10px 0;
    width: 190px;
    border: none;
    border-radius: 0;
    color: #034ea1;
    text-align: right;
    font-size: 20px;
    font-family: 'Lato-Light', Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    background: #ffd537;
}

div.tresc aside a#guzik_zapisz:hover, aside a#guzik_wydzialowa:hover, aside a#guzik_facebook:hover, aside a#guzik_irk:hover {
    background-color: #ffca05;
    text-decoration: none;
}

div.tresc aside a#guzik_zapisz {
    background: #ffd537 url("./ikona-zarejestruj.png") no-repeat 8px center;
    background-size: 26px 19px;
}

div.tresc aside a#guzik_wydzialowa {
    background: #ffd537 url("./ikona-umk.png") no-repeat 8px center;
    background-size: 24px 26px;
}

div.tresc aside a#guzik_facebook {
    background: #ffd537 url("./ikona-facebook.png") no-repeat 8px center;
    background-size: 26px 19px;
}

div.tresc aside a#guzik_irk {
    background: #ffd537 url("./ikona-irk.png") no-repeat 8px center;
    background-size: 24px 26px;
}

div.tresc aside a#guzik_zapisz:hover, div.tresc aside a#guzik_wydzialowa:hover, div.tresc aside a#guzik_facebook:hover, div.tresc aside a#guzik_irk:hover {
    background-color: #f9c400;
}

div.tresc aside #ramka {
    display: block;
    padding: 10px;
    font-size: 14px;
    background: #fff8dd;
}

div.tresc aside #ramka {
    text-align: left;
}

div.tresc aside #ramka p {
    text-align: left;
}

div.tresc aside #ramka p:last-of-type {
    margin-bottom: 0;
}

div.tresc aside #ramka p strong {
    display: inline-block;
    line-height: 16px;
    text-align: left;
    margin: 0;
}

div.tresc aside #ramka:empty {
    display: none;
}

img.zdjecie {
    width: 330px !important;
    height: auto !important;
    margin: 0 0 30px 40px !important;
}

div.tresc iframe {
    clear: both;
    width: 100%;
    max-width: 750px;
    height: 50vw;
    max-height: 428px;
    margin: 0 auto;
}

#table_kierunki_filter {
    float: none;
    text-align: left;
    margin: 20px 0;
}

#table_kierunki_filter label {
    font-size: 20px;
    text-align: left;
    color: #034ea1;
}

#table_kierunki_filter label input {
    font-size: 16px;
    text-align: left;
    color: #034ea1;
    padding: 10px;
    border: 1px solid #034ea1;
    width: 82%;
/ / max-width: 500 px;
}

#table_kierunki tr th {
    text-align: left;
    padding-left: 10px;
}

table.dataTable tr.footable-row-detail {
    background: #ffffe0;
}

.user-centric-nav::after {
    height: 100px;
    margin-bottom: 50px;
}

@media screen and (min-width: 0px) {
    div.tresc aside {
        float: none;
        margin: 0 0 20px 0;
        width: auto;
    }

    div.tresc aside #guzik_zapisz, a#guzik_wydzialowa, a#guzik_facebook, aside #guzik_irk {
        display: block;
        position: relative;
        width: auto;
        height: auto;
        margin: 10px 0;
        padding: 10px 10px 10px 45px;
        text-align: left;
    }

    img.zdjecie {
        margin: 0 0 20px 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    #table_kierunki tr th.system, #table_kierunki tr td.system {
        display: none;
    }

    #table_kierunki tr th.rodzaj, #table_kierunki tr td.rodzaj {
        display: none;
    }

    #table_kierunki tr th.jezyk, #table_kierunki tr td.jezyk {
        display: none;
    }

    .user-centric-nav::after {
        height: 50px;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 600px) {
    #table_kierunki tr th.system, #table_kierunki tr td.system {
        display: table-cell;
    }

    #table_kierunki tr th.rodzaj, #table_kierunki tr td.rodzaj {
        display: table-cell;
    }

    #table_kierunki tr th.jezyk, #table_kierunki tr td.jezyk {
        display: table-cell;
    }

    div.tresc ul {
        padding-left: 4px;
    }

    .user-centric-nav::after {
        height: 100px;
    }
}

@media screen and (min-width: 630px) {
    img.zdjecie {
        width: 25% !important;
        height: auto !important;
        margin: 0 0 10px 20px !important;
    }

    div.tresc aside {
        float: right;
        margin: 0 0 10px 20px;
        width: 210px;
    }

    div.tresc aside #guzik_zapisz, a#guzik_wydzialowa, a#guzik_facebook, aside #guzik_irk {
        display: block;
        position: relative;
        width: auto;
        padding: 10px 10px 8px 30px;
        margin: 0 0 10px 0;
        height: auto;
        text-align: right;
    }
}

@media screen and (min-width: 800px) {
    img.zdjecie {
        width: 330px !important;
        height: auto !important;
        margin: 0 0 30px 40px !important;
    }

    div.tresc aside {
        float: right;
        margin: 0 0 20px 40px;
        width: 222px;
    }
}

@media (min-width: 1440px) {
    .user-centric-nav::after {
        height: 100px;
        margin-bottom: 50px;
    }
}