div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


.hide { display: none; }

.arrows { position: absolute; width:124px; left: 50%; margin:12px 0 0 -105px; z-index: 2; }
.arrows svg { cursor: pointer; }
.arrows.last { margin-left: -67px; }

.history-tabs .i-chevron { position: absolute; top: 50%; margin-top: -8px; }
.history-tabs .i-chevron-left { left: -24px; }
.history-tabs .i-chevron-right { right: -24px; }
.history-tabs .i-chevron path { fill:#333 !important; }
.history-tabs .i-chevron:hover path { fill:red !important; }

.history-tabs__slider .swiper-slide-active .history-button {
    opacity: 1;
   -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
}

.history-tabs__slider .swiper-slide-active:not(:last-child) , .history-tabs__slider .swiper-slide:not(:last-child) {
    margin-right: 80px !important;
}
@media (max-width: 900px){
	.history-tabs__slider .swiper-slide-active:not(:last-child) , .history-tabs__slider .swiper-slide:not(:last-child) {
		 margin-right: 56px !important;
	}
	
	.arrows { width:94px; margin:9px 0 0 -76px; }
	
}