/* отключаем стантартную кнопку контактов липкую */
.t825__btn {
    display: none !important;
  }
  
  
  
  
  
  /* делаем отступ виджета моклиентс квиза */
.moclients-mobile-compact__wrapper, moclients-mobile-compact__button  {
    padding-bottom: 50px !important;
}








.t228__rightcontainer {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important; /* Уменьшите или увеличивайте это значение (например, 8px, 10px, 15px) */
  }

  /* Сбрасываем стандартные отступы Tilda, чтобы они не конфликтовали с gap */
  .t228__rightcontainer > div,
  .t228__rightcontainer > .t-sociallinks {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  
  
  
  


/* уменьшаем отступы с мобильном меню у элементов */
  @media screen and (max-width: 980px) {
    .t228__leftside,
    .t228__leftcontainer {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      margin-bottom: -15px !important; /* Подтягивает элемент вверх еще на 20px */
    }
  }