@media screen and (min-device-width: 768px) and (max-device-width: 992px) { 
    
    #hamburger {
        display: block;
        width: 20px;
        position: absolute;
        right: 30px;
        font-size: 40px;
        background: none;
        border: none;
        cursor: pointer;
        color: #fff;
        padding: 0px 0px;
        border-radius: 6px;
        transition: background 0.3s, color 0.3s;
    }
    
    .basket { position:absolute; right: 90px; }
    
    .imast h1 {
        font-size:25px;
        font-style:normal;
    }

    navbar_menu {
        top: 0;
    }
    
    navbar_menu > li > a {
        font-size: 15px;

    }
    
    navbar_menu>ul>li {
    width: 100%;
    height: auto;
    padding: 8px 20px 0 20px;
    list-style-type: none;
    display: flex;
    justify-content: center;
    text-align: center;
    border-right: 5px solid #ffffff;
    background-color: #000;
    margin-top: 2px;
}

    
    .katalog-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 82px;
        right: 0;
        width: 50%;
        height: auto;
        padding-left: 0px;
        /*background: #ccc;*/
        /* padding: 15px; */
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
        border-radius: 8px;
        z-index: 4;
    }
    
    .katalog-menu.show {
        display: flex;
        width: 25%;
      }

    header img {
        width: auto;
        height: 70px;
        border-right: 2px solid #fff;
        margin-top: 0;
        margin-left: 5px;
    }

    .logo {
        position: absolute;
        left: 0;
        z-index: 100;
    }
    
    .nasa {
        display: flex;
        margin: 0 auto;
        align-items: center;
    }

    .nasa img {
        display: flex;
        margin-left: 5%;
        width: 100%;
        border-radius: 20px;
        padding: 1% 0;
    }

    .nasa > p {
        display: flex;
        width: 50%;
        font-size: 10px;
        text-align: center;
        font-weight: 600;
        padding: 2% 5%;
        margin-right: 1%;
        margin-left: 3%;
        border: 2px dashed;
    }
    
        #orderForm button {
        border-radius: 10px;
        background-color: #cde123;
        font-size: 24px;
        font-weight: 600;
        font-style: italic;
        padding: 4px;
    }

    #orderForm input, textarea {
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .contact1 {
        width: 50%;
        float: right;
        color: #fff;
        font-size: 25px;
        padding-left: 0px; 
        display: flex;
        flex-direction: column;
    }





}