
A.dot {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #C71585; /* Добавляем свою линию */ 
   }
   A.dot:hover {
    color: #f00000; /* Цвет ссылки при наведении на нее курсора */
   }

A.dots {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #f00000; /* Добавляем свою линию */ 
   }
   A.dots:hover {
    color: #FF00FF; /* Цвет ссылки при наведении на нее курсора */
   }

A.dotn {
    text-decoration: none; /* Убираем подчеркивание */
   }

U.dotu {
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #000000; /* Добавляем свою линию */ 
   }

.verticalLine {
  border-right: 3px solid #582D24;
  height: 5020;
  width: 3px;
}

.verticalLinerelease{
  border-right: 3px solid #000000;
  height: 250;
  width: 3px;
}

.verticalLineproducts{
  border-right: 3px solid #000000;
  height: 250;
  width: 3px;
}

A.nodot {
    text-decoration: none; /* Убираем подчеркивание */
    color: #000000;
   }

U.nodotu {
    text-decoration: none; /* Убираем подчеркивание */
    color: #000000;
   }

.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}


.ul-mo-com-1{
    list-style-image: url(https://mo-com.ru/images/ul-mo-com-1.png); /* Путь к изображению маркера */
   }

.ul-mo-com-2{
    list-style-image: url(https://mo-com.ru/images/ul-mo-com-2.png); /* Путь к изображению маркера */
   }



.coin {
  width: 120px;
  height: 120px;
  border-radius: 0px;
  animation: coin-rotate 3s both infinite;
  align: center;
}
@keyframes coin-rotate {
  0 {
    transform: rotateY(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.vblink {
	-webkit-animation: blink 5s linear infinite; 
	animation: blink 3s linear infinite; 
	font-weight: bold; 
	color: color: #191970; 
        text-decoration: none; /* Убираем подчеркивание */
        border-bottom: 1px dashed #FF1493; /* Добавляем свою линию */ 
}

@-webkit-keyframes blink { 
	0% { color: #FF0000; }
	50% { color: #191970; }
	100% { color: #FFFFFF; }
}

@keyframes blink {  
	0% { color: #FF0000; }
	50% { color: #191970; }
	100% { color: #FFFFFF; }
}
}


.font-weight-bold {
    font-weight:bold;
}





