    .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 {
        right: 0 !important;
    }
}