.uc-items .t-popup__container a[href^="https://t.me"]
{
    font-weight: bold;
    -moz-appearance: button;
    appearance: button;
    color: #ffffff !important;
    font-size: 16px !important;
    background-color: #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 30px;
    margin: 0px 0px 20px;
}

.uc-preview a
{
    font-weight: bold;
    -moz-appearance: button;
    appearance: button;
    color: #ffffff !important;
    font-size: 16px !important;
    background-color: #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px 30px;
    margin: 0px 0px 20px;
}

.uc-gift .gift {
    position: fixed;
    z-index: 998;
    bottom: 85px;
    right: 5px;
    opacity:0; /*Элемент полностью прозрачный (невидимый)*/
    transition: 1s; /*Скорость перехода состояния элемента*/
    animation: show 3s 1; /* Указываем название анимации, её время и количество повторов*/
    animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
    animation-delay: 10s; /* Задержка перед началом */
}

@keyframes show{
    0%{
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

.uc-gift img {
    background-color: rgba(255,255,255,.2);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.17);
    cursor: pointer;
}

.uc-gift .ya-share2 {
    position: fixed;
    z-index: 999;
    bottom: 0px;
    right: 20px;
}

.t-section__bottomwrapper
{
    margin-top:30px !important;
}

@media screen and (max-width: 600px) {
  .uc-gift .gift {
    bottom: 55px;
  }

 .uc-gift .gift img {
    width: 50px;
    height: 50px;
  }
  
  .uc-gift .ya-share2 {
    right: 10px;
  }
  
  .uc-gift .ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
    width: 24px;
    height: 24px;
  }
  
  .uc-gift .ya-share2__container_size_l .ya-share2__item_more .ya-share2__icon_more {
    background-size: 20px 20px;
  }
}

.uc-preview .t-align_center
{
    margin: 0px;
}

.uc-items .t-name_xs
{
    font-weight: bolder;
    font-size: 20px;
}