.related-new-list {
	word-wrap: break-word;
}




.related-new-list .item {
	background-color: #272727;
}

.related-new-list .picture-block {
	transition: background-color .3s;
}
.related-new-list .picture-block::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 50px;
	background: linear-gradient(0deg, rgba(242, 177, 35, 0.5) 0%, rgba(242, 177, 35, 0) 100%);
	opacity: 0;
	transition: opacity .3s;
}

.related-new-list .picture {
	max-height: 140px;
	object-fit: cover;
}


.related-new-list .info-block {
	transition: background-color .3s;
}
.related-new-list .info-block::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	display: block;
	border: 10px solid transparent;
	border-left-color: #F2B123;
}

.related-new-list .info-block .title {
	font-family: "Uni Sans";
	font-weight: 900;
	font-size: .875rem;
	line-height: 1.2;
	color: #F2B123;
	text-decoration: none;
}



.related-new-list .item:hover .picture-block:after {
	opacity: 1;
}

.related-new-list .item:hover .info-block {
	background-color: #F2B123;
}
.related-new-list .item:hover .info-block::before {
	border-left-color: #272727;
}
.related-new-list .item:hover .info-block .title {
	color: #1E1E1E;
}
.related-new-list .item:hover .info-block .text {
	color: #1E1E1E;
}
.related-new-list .item:hover .info-block .date {
	color: #1E1E1E;
}
.related-new-list .item:hover .info-block .btn {
	background-color: #272727;
	color: #FFFFFF;
}







@media screen and (max-width: 1599px) {



}
@media screen and (max-width: 1399px) {



}
@media screen and (max-width: 1199px) {



}
@media screen and (max-width: 991px) {

	.related-new-list .info-block::before {
		top: 16px;
		border-width: 10px;
	}


	.related-new-list .info-block .title {
		font-size: 1.125rem;
	}

}
@media screen and (max-width: 767px) {



}
@media screen and (max-width: 575px) {



}