.stagstrong {
	font-weight: bolder;
}
.shield__footers_module_block__wrapper__row span a:hover, .shield__footers_module_block__wrapper__row li:hover, .shield__footers_module_block__wrapper__row li a:hover, #top-products a:hover {color:#8c8c8c;}
}
<div class="links_block">
<div style="margin-left: 15px;"

/* кнопка за 21.08.2022 */
body {
  background: #ffbfbe;
}
.shine-button {
  text-decoration: none;
  display: inline-block;
  padding: 5px 5px;
  margin: 0px 0px;
  position: relative;
  overflow: hidden;
  border: 1px solid #353e48;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #fe6637;
  transition: .2s ease-in-out;
}
.shine-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}
.shine-button:hover {
  background: #71be00;
  color: #fff;
}
.shine-button:hover:before {
  left: 150px;
  transition: .5s ease-in-out;
}
.shine-button-active {
  background: #71be00;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 5px 5px;
  margin: 0px 0px;
  position: relative;
  overflow: hidden;
  border: 1px solid #353e48;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  transition: .2s ease-in-out;
}
/* block_links за 08.09.2022 */

.links_block {
  margin: 0;
  counter-reset: li;
  list-style: none;
  background:#f0f2f5;
  padding: 10px;
  border-radius: 8px;
}
.links_block li {
  position: relative;
  margin: 0 0 10px 2em;
  padding: 4px 8px;
  border-top: 2px solid #787A77;
  transition: .3s linear;
}
.links_block li:last-child {margin-bottom: 0;}
.links_block li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: -2px;
  left: -2em;
  width: 2em;
  box-sizing: border-box;
  margin-right: 8px;
  padding: 4px;
  border-top: 2px solid #787A77;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  background: #787A77;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: .3s linear;
}
.links_block li:hover {border-top: 2px solid #389F70;} 
.links_block li:hover:before {
  border: 2px solid #389F70;
  background: #71be00;
}
.links_block {
	padding-left: 0px;
    color: #0075B2; /* Цвет обычной ссылки */ 
    text-decoration: none; /* Убираем подчёркивание у ссылок */
   }
   .links_block li:visited {
    color: #8F8E8E; /* Цвет посещённой ссылки */
   } 
   .links_block li:hover {
    color: #71be00; /* Цвет ссылки при наведении */ 
    text-decoration: underline; /* Добавляем подчёркивание */
   }
   /* кнопка в футере за 17.11.2022 */
   .us-footer-form-top-buttton { 
   background-color: #50a8ff;
   }
  /* css_banner за 26.02.2023 */
  .us-slideshow-plus-block-text {
   background: rgb(0,146,255);
   background: linear-gradient(180deg, rgba(0,146,255,0.23291323365283612) 0%, rgba(0,146,255,0.5578432056416316) 43%, rgba(241,255,0,0.36456589471726186) 56%, rgba(249,255,0,0.4457983877144608) 100%); }
   
.us-module-dv-block {
   margin-bottom: 0px;
   font-size: 11px;
   color: #000;
   margin-top: 0px;
   white-space: nowrap; /* Предотвращает перенос текста */
}
  <!--.us-slideshow-plus-item_1 {-->
  <!--background: rgb(245,130,36);-->
  <!--background: linear-gradient(0deg, rgba(245,130,36,1) 0%, rgba(245,130,36,1) 49%, rgba(83,82,84,1) 58%, rgba(83,82,84,1) 100%);-->
}
   .modal-header {
   background: rgb(0,146,255);
   background: linear-gradient(180deg, rgba(0,146,255,0.3001401244091386) 0%, rgba(0,146,255,0.3001401244091386) 43%, rgba(241,255,0,0.3001401244091386) 56%, rgba(249,255,0,0.3001401244091386) 100%);
}