﻿U.line {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #C71585; /* Добавляем свою линию */ 
   }

A.dot {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #C71585; /* Добавляем свою линию */ 
   }

A.dot2 {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #fa3205; /* Добавляем свою линию */ 
   }

A.line1 {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #fa3205; /* Добавляем свою линию */ 
   }

A.noline {
    text-decoration: none; /* Убираем подчеркивание */
   }


.nobullet {
  list-style-type: none;
}


.semisc {
opacity: 0.2; /* Полупрозрачность элемента */
background: rgb(221, 214, 208);
}

.markers-right-menu {
	margin: 0 0 20px 0;
	padding: 0;
}
.markers-right-menu li {
	display: block;
	margin: 7px 0;
	background: url(https://trgx.ru/images/ul-trgx-1.png) 0 4px no-repeat;
	background-size: 16px 16px;
	padding-left: 18px;
	font-size: 16px;
}

.markers-art {
	margin: 0 0 20px 0;
	padding: 0;
}
.markers-art  li {
	display: block;
	margin: 7px 0;
	background: url(https://trgx.ru/articles/img/ul-art.png) 0 4px no-repeat;
	background-size: 25px 25px;
	padding-left: 30px;
	font-size: 20px;
}

.ul-trgx {
    list-style-image: url(https://trgx.ru/images/ul-trgx-2.png); /* Путь к изображению маркера */
   }

.ul-trgx-art {
    list-style-image: url(https://trgx.ru/articles/img/ul-art.png); /* Путь к изображению маркера */
   }

ul.no-bullets {
  list-style: none;
}

.radius {
border: 6px solid #006400; /* Параметры рамки */
padding: 5px; /* Поля вокруг текста */
margin-bottom: 0px; /* Отступ снизу */
border-radius: 10px;
border-width: 2px;
}


