/* Убираем стандартные маркеры списка */
.uc-contacts ul {
list-style: none;
padding-left: 0 !important;
line-height: 1.7;
}
.uc-contacts ul a {
color: #fff !important;
}
/* Общие стили для иконок */
.uc-contacts ul li[data-list="bullet"] a::before {
content: "";
display: inline-block;
width: 24px; /* Ширина иконки */
height: 24px; /* Высота иконки */
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-right: 8px; /* Отступ между иконкой и текстом */
vertical-align: middle;
margin-bottom: 2px;
}
/* Иконка для Instagram */
.uc-contacts ul li[data-list="bullet"] a[href*="instagram.com"]::before {
background-image: url('https://static.tildacdn.com/tild3533-3431-4464-b966-646538313732/icons8-instagram-log.svg');
}
/* Иконка для Telegram */
.uc-contacts ul li[data-list="bullet"] a[href*="t.me"]::before {
background-image: url('https://static.tildacdn.com/tild3764-3936-4238-a263-656236383065/icons8-telegram-logo.svg');
}
/* Иконка для YouTube */
.uc-contacts ul li[data-list="bullet"] a[href*="youtube.com"]::before {
background-image: url('https://static.tildacdn.com/tild3965-3131-4231-a430-336463383732/icons8-youtube-logo.svg');
}
/* Иконки в контактах */
.t718__contacts a[href^="https://api.whatsapp.com"] {
white-space: nowrap !important;
}
.t718__contacts a[href^="https://api.whatsapp.com"]::before {
content: " ";
background: url('https://static.tildacdn.com/lib/tildaicon/66313965-3564-4266-a161-313332663937/Layer_12.svg');
background-size: contain;
background-position: left bottom;
background-repeat: no-repeat;
width: 26px;
height: 18px;
display: inline-block;
}
.t718__contacts a[href^="https://t.me"] {
white-space: nowrap !important;
}
.t718__contacts a[href^="https://t.me"]::before {
content: " ";
background: url('https://static.tildacdn.com/lib/tildaicon/38616561-3539-4534-b235-663538383533/Layer_9.svg');
background-size: contain;
background-position: left bottom;
background-repeat: no-repeat;
width: 30px;
height: 18px;
display: inline-block;
}