.news_c {
    flex: 1;
    width: 990px;
    box-sizing: border-box;
    background: rgba(0, 1, 2, 0.349);
    padding: 15px;
    border: 1px solid rgba(14, 5, 5, 0.288);
    border-radius: 8px;
    transition: box-shadow 0.3s;
}

a.news-head-link {
    color: #f2a900;
    font-size: 20px;
}

.b-news-item__datetime {
    float: left;
    position: relative;
    height: 16px;
    width: 92%;
    margin: 8px 0 0 0px;
    padding: 0 0 0 9px;
}

.b-news-item__datetime-inner {
    display: block;
    height: 16px;
    padding: 0 25px 0 16px;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 15px;
}

.b-news-item__datetime .b-icon-32x32 {
    position: absolute;
    left: 1px;
    bottom: 1px;
}

.b-icon-32x32_time {
    width: 19px;
    height: 21px;
    background-position: 0 0;
}

.b-icon-32x32 {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/v2/images/icons/common-icons_32x32.png);
    background-repeat: no-repeat;
}

.b-common-typography {
    overflow: hidden;
    margin: 10px 0 0;
    font-size: 12px;
    color: #ffffff;
}

.b-common-typography p {
    margin: 10px 25 0 0;
}

p {
    font-size: 1.2em;
}

.news-item {
    margin: 25px 1px 0 0;
    padding: 11px 2px 11px 1px;
    display: block;
    width: 100%;
    text-shadow: 1px 1px 0px #000;
}

.b-news-footer {
    position: relative;
    margin: 10px 25px 0 0;
    padding: 11px 2px 11px 1px;
}

.b-news-footer_soc {
	margin: 0 0 3px 0;
}

.b-news-footer__t {
    top: 0;
    height: 11px;
    background-position: 0 0;
}

.b-news-footer__t, .b-news-footer__b {
    position: absolute;
    left: 15px;
    right: 15px;
    background: url(/v2/images/frames/news-footer-tb.png) repeat-x;
}

.b-news-footer__b {
    bottom: 0;
    height: 11px;
    background-position: 0 -11px;
}

.b-news-footer__ct {
    top: 0;
    background-position: 0 0;
}

.b-news-footer__ct, .b-news-footer__cb {
    position: absolute;
    z-index: 2;
    left: 50%;
    width: 14px;
    height: 10px;
    margin-left: -7px;
    background: url(/v2/images/frames/news-footer-center.png) no-repeat;
}

.b-news-footer__cb {
    bottom: 0;
    background-position: 0 -10px;
}

.b-news-footer__tl {
    top: 0;
    left: 0;
    background-position: 0 0;
}

.b-news-footer__tl, .b-news-footer__tr, .b-news-footer__bl, .b-news-footer__br {
    position: absolute;
    width: 15px;
    height: 11px;
    background: url(/v2/images/frames/news-footer-corners.png) no-repeat;
}

.b-news-footer__tr {
    top: 0;
    right: 0;
    background-position: 100% 0;
}

.b-news-footer__bl {
    bottom: 0;
    left: 0;
    background-position: 0 100%;
}

.b-news-footer__br {
    bottom: 0;
    right: 0;
    background-position: 100% 100%;
}

.b-news-footer__cont {
    display: flex;
    flex-wrap: wrap;
  gap: 10px; /* чтобы при переносе был отступ */
    padding: 0 15px;
    background: url(/v2/images/frames/news-footer-bg.png);
    font-size: 11px;
}

.b-news-footer__cont clearfix {
    flex-wrap: wrap;
  gap: 10px; /* чтобы при переносе был отступ */
    padding: 0 15px;
    background: url(/v2/images/frames/news-footer-bg.png);
    font-size: 11px;
}

.rat_span {
    left: 0;
    text-align: right;
}

.b-icon-32x32_comment {
    width: 12px;
    height: 17px;
    background-position: -96px 0;
}

.b-icon-32x32 {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/v2/images/icons/common-icons_32x32.png);
    background-repeat: no-repeat;
}

.b-news-footer__comments-link {
    font-size: 1.2em;
    color: #f2a900;
    text-decoration: underline;
}

.btn-full-news {
    text-align: center;
}

  .newsbut {
    background: url(/index_staff/images/but_news.png); /* Путь к файлу с исходным рисунком  */
    display: inline-block;
    width: 229px; /* Ширина рисунка */
    height: 88px; /*  Высота рисунка */
		cursor: pointer;
margin-left: -10;
	
   }
.newsbut:hover {
    background: url(/index_staff/images/but_news_h.png); /* Путь к файлу с заменяемым рисунком  */
   }

.news-table {
	margin-bottom: 25;
	margin-right: 12;
    background: rgba(0, 0, 0, 0.5);
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
}

.content-news {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.b-button-brown-2_rating-type .b-button-brown-2__inner {
    width: 60px;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  padding: 8px 16px;
  cursor: pointer;
  margin-top: 10px; /* отступ сверху */
  transition: all 0.3s ease;
  border-radius: 6px; /* если нужно */
    margin-right: 20;
}

.b-button-brown-2_rating-type .b-button-brown-2__inner:hover {
  background-color: rgba(255, 255, 255, 0.1); /* менее яркий эффект */
  color: white;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.b-news-footer__comments {
	float: right;
	margin-top: 25px;
}

.b-news-more {
	background: url('../images/bg-news-more.png') 50% no-repeat;
}

.b-news-footer {
	position: relative;
	margin: 10px 25px 0 0;
	padding: 11px 2px 11px 1px;
}

.b-news-footer_soc {
	margin: 0 0 3px 0;
}

.rat_butt{
            cursor: pointer;
            width: 13px;
            height: 14px;
            display: inline-block;
        }
        .rat_butt.up{
            background: url('/images/nrat_up.png') -26px 0px;
        }
        .rat_butt.down{
            background: url('/images/nrat_down.png') 0px 0px;
        }
        .rat_butt.up.act{
          background: url('/images/nrat_up.png') 0px 0px;
	    font-size: 2rem;
        }
        .rat_butt.down.act{
            background: url('/images/nrat_down.png') 13px 0px;
        }
        .rat_butt.up:hover{
            background: url('/images/nrat_up.png') -13px 0px;
        }
        .rat_butt.down:hover{
            background: url('/images/nrat_down.png') 26px 0px;
        }
	.rat_block {
		border: 1px #986a52 solid;
		border-radius: 3px;
		height: 18px;		
		display: inline-block; /* меняем на inline-block */
		position: relative;    /* включаем позиционирование */
		top: -4px;             /* сдвигаем вверх на 3px */
		pointer-events: none;
		user-select: none;
		padding: 0 3px 0 3px;
		margin-right: 5;
	}

     .news_bot {
	   width:475px;
	   height: 9px; 
	   background: url('/index_staff/images/news_bot.png');	
   }

   .news_up {
	   width:475px;
	   height: 4px; 
	   background: url('/index_staff/images/news_up.png');	
   }

.b-news-footer__more {
  display: block;
  width: auto;
  right: 0;
  top: 0;
}

.b-news-footer__more2 {
  display: flex;
  width: auto;
  margin-left: auto;
  right: 0;
  top: 0;
}

.b-news-footer__more-link {
    text-decoration: underline;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

pre {
    display: flex;
    justify-content: center;
    gap: 10px; /* если нужен отступ между элементами */
    flex-wrap: wrap; /* на всякий */
}

.artifact_alt {
	padding: 0;
}

