.konkurs_list .flip-container:hover .back {transform: none;}
.konkurs_list .flip-container:hover .front {transform: none;}
.konkurs_preview .flip-container:hover .back {transform: none;}
.konkurs_preview .flip-container:hover .front {transform: none;}
.news_list.konkurs_list .front > div {
	background: url(/static/img/konkurs/pic_shadow_down.png) repeat-x bottom; 
	min-height: 100%;
	color:#fff;
	position:relative;
}
.news_list.konkurs_list .front h2{font-size:22px;}
.news_list.konkurs_list .front h2 span{font-size:22px; text-transform:uppercase;}
.konkurs_list .front::before{
	content:'';
	display:block;
	position:absolute;
	left:1px;
	top:1px;
	background-repeat:no-repeat;
	width:134px;
	height:136px;
	z-index:9;
}
.konkurs_list.stat_collect .front::before{background-image:url(/static/img/konkurs/stat_collect.png);}
.konkurs_list.stat_next .front::before{background-image:url(/static/img/konkurs/stat_next.png);}
.konkurs_list.stat_vote .front::before{background-image:url(/static/img/konkurs/stat_vote.png);}
.konkurs_list.stat_totals .front::before{background-image:url(/static/img/konkurs/stat_totals.png);}

.konkurs_list.stat_totals .front{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);}
.konkurs_list .front{background-size:cover;}

.konkurs_list .front::after{
	content:'';
	display:block;
	position:absolute;
	right:18px;
	top:17px;
	background-repeat: no-repeat;
	width:45px;
	height:35px;
	z-index:9;
}
.konkurs_list .front.video::after{background-image: url(/static/img/konkurs/icon_video.png);}
.konkurs_list .front.audio::after{background-image: url(/static/img/konkurs/icon_audio.png);}
.konkurs_list .front.text::after{background-image: url(/static/img/konkurs/icon_text.png);}
.konkurs_list .front.photo::after{background-image: url(/static/img/konkurs/icon_photo.png);}

.news_list.konkurs_list .front div div{position:absolute; bottom:0; padding-right:15px;}
.dates{font-size:12px;}

.konkurs-carousel .owl-nav div {
    position: absolute;
    top: 41%;
    width: 41px;
    height: 41px;
    text-indent: -9999px;
    opacity: 0.5;
    background-image: url(/static/img/bg_direction_nav_owl.png);
}
.konkurs-carousel .owl-nav .owl-next {
    right: 0;
    background-position: -41px 0;
}
.konkurs-carousel .owl-nav div:hover{opacity:1;}
.owl-carousel.konkurs-carousel .owl-item div a{text-align:left;}