@media only screen and (max-width : 1200px){
    .icon__chat {
        width: 65px;
        height: 65px;
    }
}

@media only screen and (max-width : 1000px){
    .icons_switcher{
        display: none;
    }

    .popup__menu_hidden .icons_switcher{
        display: flex;
    }
}

@media only screen and (max-width : 760px){
    .icon__chat {
        bottom: 30px;
        right: 30px;
    }
}