.list-objects .item-brand .name-brand {
	display:block;
	font-size:14px;
	margin-bottom:18px;
	
}

.list-objects.realized-slider-2 {
	margin-top:40px;
}

.item-news.new-st {
	min-height: 260px;
	border-bottom: unset;
	font-size: 13px;
}

.item-news.new-st .promotions-name {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	padding-right: 40px;
}

.item-news.new-st .promotions-name > a:hover {
	text-decoration: none;
}

.item-news.new-st .promotions-name > a:hover .arrow-link {
	opacity: 0.7;
}

.item-news.new-st .promotions-preview, .item-news.new-st .promotions-date {
	margin-bottom: 2px;
	padding-right: 40px;
}

.news-slider-2 .name-block {
	margin-bottom: 40px;
}

.item-news.new-st .promotions-img img:hover {
	opacity: 0.85;
}

.item-news.new-st .arrow-link {
	display: block;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-image: url("arrow-icon.jpg");
	position: absolute;
	left: auto;
	right: 10px;
	top: 10px;
}

@media (max-width: 767px) {
	.item-news.new-st {
	min-height: unset;
}
	
}