@media screen and (max-width: 560px) {
    .t706__cartwin-close,
    .t-popup__close {
        background-color: #ffffff !important;
        /*Popup фон полоски*/
    }

    .t706__cartwin-close g,
    .t-popup__close g {
        fill: #000000 !important;
        /*Popup цвет крестика*/
    }
}



@media screen and (max-width: 980px) {
    .t204__burger,
    .t481__mobile,
    .t461__mobile,
    .t446__mobile,
    .t228__mobile,
    .t770__mobile,
    .t462__mobile,
    .t456__mobile,
    .t454__mobile {
        background-color: #ffffff !important;
        /*Меню фон полоски*/
    }
    .t204__burger-icon:before,
    .t204__burger-icon:after,
    .t204__burger-icon,
    .t481__burger span,
    .t461__mobile_burger span,
    .t446__mobile_burger span,
    .t228__burger span,
    .t770__mobile_burger span,
    .t462__burger span,
    .t456__burger span,
    .t454__burger span {
        background-color: #000000 !important;
        /*Меню цвет бургера*/
    }
}


