@media (min-width: 1000px) {
    #rek_mob_fixed, #footer-share{
        display:none!important;
    }
    .rek_close{
        display:none;
    }
}
/*@media (max-width: 1000px) and (min-height: 300px){*/
@media (max-width: 1000px){
    .hidden {
        display: none
    }
ul {margin: 0 !important;}
span.rek_close:after {
    content: "X";
}
#rek_tab_fixed, #rek_mob_fixed, #footer-share{
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 99999;
    background: rgba(255,255,255,0.9);
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    }

.rek_close {
    display: block;
    position: absolute;
    top: 30px;
    right: 0px;
    background: #ccc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    z-index: 99999;
    cursor: pointer;
}
#footer-share .ya-share2__container_size_m .ya-share2__icon {
    width: 14vw;
    height: 14vw;
    }
 #footer-share .ya-share2__container_size_m .ya-share2__item {
    margin: 5px;
}
}
