@media(max-width: 930px) {

    .hlavny-header {
        align-items: start;
    }

    .header__odkazy > li {
        display: block;
    }

    /* .header__odkazy > li:last-of-type {
        margin-top: 10px;
    } */

    .header__odkazy {
        display: grid;
        grid-template-rows: auto auto auto auto auto;
        justify-items: end;
    }

    .velky-nadpis {
        font-size: 2.5rem;
        margin-top: 14vh;
    }

    .podnadpis {
        font-size: 0.9rem;
        width: 50%;
        margin: 1vh auto 14vh auto;
    }

    .velky-nadpis {
        width: 80%;
        margin: 20vh auto 1vh auto;
    }

    .grid-container {
        display: none;
    }

    .mobilny-grid-container {
        display: grid;

        grid-template-columns: auto;
        grid-template-rows: repeat("1fr", 8);
    }

    .mobil {
        height: 60vh;
    }

    .footer-stlpec:first-of-type {
        margin-left: 30px;
    }

    .footer-stlpec:last-of-type {
        margin-right: 30px;
    }

    /* .header__odkazy > li:last-child {
        display: none;
    } */

    .mobilny-google-play {
        display: block;

        width: fit-content;
        margin: 3vh auto 10vh auto;
    }

    .tim {
        gap: 8vh;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(1fr, 5);
    }

    .tim-podnadpis {
        width: 50%;
        margin: 1vh auto 14vh auto;
    }

    .upozornenie {
        width: 90%;
    }


    .cennik-grid {
        width: 95%;
        row-gap: 16px;

        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
    }

    .cennik-grid > section {
        height: 100%;
    }

    .upozornenie-workshopy {
        width: 90%;
    }
    .upozornenie-kupit {
        width: 90%;
    }


    .footer-stlpec:last-of-type {
        width: 100%;
    }
}