@media screen and (max-width: 750px) {


    .korzina {

        width: 100%;
    
    }


    .oformlenie {

        width: 100%;
    
        padding: 10px;
    
    }


}



@media screen and (max-width: 500px) {



.header {

    height: 110px;

}



.header__logo {

    margin-top: 20px;

    width: 180px;

}



.header__phone {

    transform: rotate(270deg);

    position: fixed;

    width: 35px;

    top: 35px;

    right: 20px;

}


.header__card {
    position: fixed;

    width: 35px;

    top: 70px;
    
    right: 20px;
}

.cart-count {

    top: 60px;

    position: absolute;

    font-size: 11px;

    top: 78px;

    right: 33px;

    color: #fff;

}


.content__container {

    margin: 0 auto;

    padding: 0 10px;

}



section p {

    padding: 0;

    margin: 10px 0 0 0;

}



.content__container {

    max-width: 90%;

}



.footer__logo {

    display: none;

}



/************************************ БУРГЕР-КИНГ ************************************/

.header__burger {

    display: block;

    position: relative;

    width: 30px;

    height: 27px;

    top: -35px;

    left: 20px;

}



.header__menu {

    top: 111px;

}



}



