/* Иконки в контактах */
.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;
}