    .map-button .tn-atom:before{
    content: "";
    display: inline-block;
    width: 16px; /* Задайте нужный размер */
    height: 16px;
    background-image: url('https://static.tildacdn.com/tild6366-6335-4266-b635-636461656533/Vector-5.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px; /* Отступ между иконкой и текстом */
    vertical-align: middle;
    }
    
/*Фикс айфрейма колтача*/
@media (max-width: 960px) {
  #CalltouchWidgetFrame{

    left: auto !important;
    right: 0 !important;

    bottom: 0 !important;
    top: auto !important;

    inset: auto 0 0 auto !important; 
    transform: translateZ(0); 
  }
}
#CalltouchWidgetFrame{
    z-index: 9990 !important;
}