#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;
    box-sizing: border-box;
    text-align: center;
    }

#rek_mob_fixed_block{
    background: rgba(255,255,255,0.9);
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.rek_close {
    z-index: 99999;
    cursor: pointer;
    position: absolute;
    bottom: 100%;
    right: 0;
}
#footer-share .ya-share2__container_size_m .ya-share2__icon {
    width: 3vw;
    height: 3vw;
    }
 #footer-share .ya-share2__container_size_m .ya-share2__item {
    margin: 5px;
}

@media (min-width:1024px){
    #rek_tab_fixed, #rek_mob_fixed, #footer-share{
    text-align: left;
    margin-left: 20px;
    }
}
@media (min-width:768px) and (max-width:1024px){
    #footer-share .ya-share2__container_size_m .ya-share2__icon {
    width: 5vw;
    height: 5vw;
    }
}

@media (max-width:767px) and (min-width: 360px){
     #footer-share .ya-share2__container_size_m .ya-share2__icon {
    width: 14vw;
    height: 14vw;
    }
}

@media (max-width:359px){
     #footer-share .ya-share2__container_size_m .ya-share2__icon {
    width: 14vw;
    height: 14vw;
    }
}