﻿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.dotn {
    text-decoration: none; /* Убираем подчеркивание */
   }

.font-weight-bold {
    font-weight:bold
}


.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;
}

p{
border-radius: 10px;
box-shadow: 0 0 0 3px #ff4f00;
text-indent: 30px;
padding: 10px 20px 10px 20px;
margin: 20px auto;
width: 400px;


