h2, h4 {
    text-transform: none;
}

/*fix for baner on main*/
.part-slider__content .content-title, .part-slider__content .news-date {
    max-height: 5em;
    min-height: 3em;
}

.part-slider__content h2.content-title{
    line-height: 1.0 !important;
}

.part-slider__photo {
    /*height: 23em;*/
}

.part-slider__photo .img {
    position: relative;
}
.part-slider__photo .tranding, .part-slider__photo .label-custom {
    position: absolute;
}
.part-slider__photo {
    height: auto;
}
@media screen and (max-width:767px){
	
	/*fix for baner on main*/
	.part-slider__photo {
		/*height: 15em;*/
	}
	.part-slider__content .content-title, .part-slider__content .news-date {
		max-height: 5em;
		min-height: 5em;
	}	
	
}


.pagination > li > a, .pagination > li > span {
    color: #4b507b;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #4b507b;
	border-color: #4b507b;
}
