#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;
    width: -moz-fit-content;
    }

#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;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

#adv_popup_close_button {
    display: none;
}
span.rek-mob-close-button {
    display: none;
    position: absolute;
    top: -32px;
    right: 0px;
    outline: 0;
    border: 0;
    text-decoration: none;
    box-sizing: content-box;
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 99999;
    cursor: pointer;
    background-color: #FFEB3B;
}
span.rek-mob-close-button:before, span.rek-mob-close-button:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}
span.rek-mob-close-button:before {
    transform: rotate(45deg);
}
span.rek-mob-close-button:after {
    transform: rotate(-45deg);
}




@media (min-width:1024px){
    #rek_tab_fixed, #rek_mob_fixed, #footer-share{
    text-align: left;
    margin: 0px 0 20px 1px;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: fit-content;
    width: -moz-fit-content;
    }
}
@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;
    }
}