/* Стили для ссылок меню футера и хедер */
.link-text-black-01 {
    color: #2B2B2B !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.link-text-black-01:hover {
    color: #0DA1ED !important;
}




/* Стили для скрытия Т футера */
.uc-tfooter {
    box-shadow: 
        0 0 0 70px #101c26, /* По периметру */
        inset 0 0 0 100px #101c26 !important; /* Внутри */
    position: relative;
    top: 40px;
    z-index: 100000;
}





/* Стили для маркеров списка на главной */

/* СБРОС ВСЕХ СТИЛЕЙ СПИСКА */
.mlist01,
.mlist01 *,
ul.mlist01,
ol.mlist01,
.mlist01 > li,
.mlist01 li {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/* СТИЛИ ДЛЯ ЭЛЕМЕНТОВ СПИСКА */
.mlist01 li {
  position: relative !important;
  padding-left: 32px !important;
  min-height: 24px !important;
  display: flex;
  align-items: flex-start;
}

/* PNG ИЗОБРАЖЕНИЕ КАК МАРКЕР */
.mlist01 li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url('https://static.tildacdn.one/tild3436-6666-4439-a164-366437623438/hvdn6yl_256.png') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

