.header__max{    
    display: block;
    background-image: url(../../tpl/img/max1.svg);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    transition: background-image .3s ease;
    background-size: contain;
    margin-left:20px;
}
.header__max:hover{
    background-image: url(../../tpl/img/max2.svg);
}
.header__tg,
.header__vk{
    margin-left:0px !important;
}

@media (max-width:568px){
    .panel-btn{
        right:10px !important;
    }
}