

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('/fileservice/file/download/h/a75a1e26d1c885dcfce566a0da256cbb.woff/a/601228/sc/377') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('/fileservice/file/download/h/67b3c84ce03950c9a3f7c98411854fdf.woff/a/270231/sc/162') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Pro SemiEpx';
    src: url('/fileservice/file/download/h/d561a4bdba1d30de8996d73435cd360f.woff/a/601228/sc/239') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fileservice/file/download/h/7a88079e4556c405622f953ee5b7c76b.woff/a/270231/sc/72') format('woff');
    font-weight: 400;
    font-style: normal;
}

/*Оформление списков навигации */
#blockLinkList{
   box-shadow: 0px 0px 12px 0px rgba(48, 48, 48, 0.27);
    padding: 24px;
  border-radius: 10px;
  border-left: 3px solid #A873B5;
 
  margin-top: 5px;
}
#blockLinkList ul{
    padding-left: 24px;
}
#blockLinkList a{
  /* color: var(--color-card); */
  /*color: #0a0a0a; тут скрыл*/
 font-family: Arimo;
  font-weight: 300;
  font-size: 14px;
 
}
#blockLinkList h3 {
  padding-bottom: 12px;
}
#blockLinkList h3 a{
  font-size: 24px;
 }

#blockLinkList .this-block{
  border-bottom: 1px solid #A873B5;
}
/*END Оформление списков навигации */
