div.news-list
{
	word-wrap: break-word;
}

div.news-list div.news-item {
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px dotted #9c9d9e;
}

div.news-list img.preview_picture
{
	float:left;
	margin:0 00px 6px 0;
}
.news-date-time {
	color:#1491ee;
	font-weight: 700;
}
.news-data {
	margin-left: 145px;
}
.preview-text {
	padding-bottom: 10px;
}



.block_sert_new_ob {
    width: 31%;
    margin: 1%;
    position: relative;
    border-radius: 10px;
}

.news-list-sert {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.img_block img {
    width: 100%;
}

.news-item-sert:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    pointer-events: none;
    height: 100%;
    /* border-radius: 10px; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75.53%);
}

.news-item-sert {
    position: relative;
}

.text_dop {
    position: absolute;
    bottom: 5px;
    padding: 20px;
    z-index: 2;
}

.news-name-sert {
    font-family: Gotham Pro;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.44px;
    color: white;
}

.news-date-time-sert {
    font-family: Gotham Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: white;
}

.news-date-time-sert span {}

.news-date-time-sert {}

.sert_text {
    font-family: Gotham Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: black;
    margin-top: 5px;
}

a.btn-sert {
    font-family: Gotham Pro;
    font-weight: 600;
    font-size: 14px;
    line-height: 13.4px;
    letter-spacing: 0.75px;
    text-align: center;
    width: 100%;
    display: block;
    color: #004F7C;
    text-transform: uppercase;
    padding: 15px 0px;
    background: #e3e3e3;
}