:root {
 --brg1-color:#dd0429;
}
.news-spr_single .mos-img img {display: none !important;}
.news-spr_single {
    position: relative;
    display: block;
}

.news-spr_img {
    position: relative;
    display: block;
    overflow: hidden;
}

.news-spr_img img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
}

.news-spr_single:hover .news-spr_img img {
    transform: scale(1.05);
}

.news-spr_img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 13, 13, 0.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.news-spr_img>a>span {
    position: relative;
}

.news-spr_img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.news-spr_img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-spr_img>a:hover>span::before,
.news-spr_img>a:hover>span::after {
    background-color: var(--brg1-color);
}

.news-spr_single:hover .news-spr_img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.news-spr_date-box {
    position: absolute;
    bottom: 0;
    left: 30px;
    background-color: #ffffff;
    padding: 7px 20px 6px;
}

.news-spr_date-box p {
    font-size: 12px;
    margin: 0;
    line-height: 22px;
}

.news-spr_content {
    position: relative;
    display: block;
    padding: 20px 30px 30px;
    border: 1px solid #e8e8e8;
    border-top: 0;
    background: #fff;
}
.news-spr_content:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #e8e8e8;
    height: 11px;
}

.news-spr_meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

.news-spr_meta li {
    font-size: 12px;
    color: #6f6f6f;
    font-weight: 400;
}

.news-spr_meta li+li {
    margin-left: 12px;
}

.news-spr_meta li a {
    color: #6f6f6f;
    transition: all 500ms ease;
}

.news-spr_meta li a:hover {
    color: var(--brg1-color);
}

.news-spr_meta li a i {
    color: var(--brg1-color);
}

.news-spr_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

.news-spr_title a {
    color: #0d0d0d;
    transition: all 500ms ease;
}

.news-spr_title a:hover {
    color: var(--brg1-color);
}

.news-spr_read-more {
    position: relative;
    display: block;
    background-color: var(--brg1-color);
    margin-top: -11px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: top center;
    z-index: 2;
}

.news-spr_single:hover .news-spr_read-more {
    transform: scaleY(1.0);
}

.news-spr_read-more>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.news-spr_read-more>a>i {
    font-size: 15px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}
.fields-container {
  margin: 3px 0px
}
.fields-container li, .field-entry {list-style: none;  color: #111; display: inline-block;background: rgba(225, 225, 225, 0.5); margin-bottom: 0px;padding: 2px 10px; border: 1px solid rgba(155, 155, 155, 0.2) }