.navigation{
    text-align: center;
	--padding-top:24px;
	margin:0 0 30px 0;
	width:100%;
	height:46px;
	border-bottom:1px #E8E8E8 solid;
}
.navigation .content{
    position: relative;
}
.navigation a.nav{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	text-decoration:none;
	font-style: italic;
	font-size:14px;
	color:#444444;
	text-transform: none;
}
.navigation a.nav:hover{
	color:#444444;
}
.navigation a.nav.next{
    left: auto;
	right:0;
}
.navigation a.nav i{
    display: inline-block;
	width:9px;
	height:15px;
    background: url(../images/sprite.png) -30px 0 no-repeat;
    vertical-align:middle;
    margin:0 5px 0 0;
    opacity:0.5;
}
.navigation a.nav.next i{
	--background-position: -45px 0;
    --margin:0 0 0 5px;
}
.navigation a.nav span{
    opacity:0;
	transition:0.25s linear opacity;
}
.navigation a.nav:hover span{
    opacity:1;
	transition:0.25s linear opacity;
}


/*
    background: url("../images/sprite.png") no-repeat scroll -30px 0 rgba(0, 0, 0, 0);

    width: 9px;



.film h3 {
	padding:0;
	text-transform: uppercase;
}

.film .info{
	margin:10px 0 0 0;
}

.film .afisha{
	margin:10px 0 0 0;
}
.film .afisha time{
	display:block;
	font-style: italic;
}

.film .afisha time .prebook {
    color: #0072BF;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    font-style: normal;
}

.film > .twocol > .right > h4{
	font-weight:normal;
	margin:20px 0 0 0;
	padding:0;
}
.film .about{
	margin:5px 0 0 0;
}

.subtwocol{
	margin-top:60px;
}
.subtwocol.second{
	margin-top:20px;
}
.subtwocol h4{
	font-size:18px;
}
.subtwocol > .left{
	width:358px;
}
.subtwocol > .right{
	width:358px;
}
.subtwocol img.portrait{
	margin:0 0 20px 0;
}
.subtwocol h4{
	text-transform: uppercase;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0;
}
.subtwocol h4:first-child{
	margin:-7px 0 0 0;
}

.film .award{
	background:#5B8BCD;
	color:#fff;
	padding:16px 16px 16px 59px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	margin-bottom:36px;
}
.film .award:before{
	display:block;
	content:'';
	position:absolute;
	width:24px;
	height:24px;
	left:17px;
	top:15px;
	background: url(../images/winnerw.png) 0 0 no-repeat;
}


.film__button {
	margin-top: 24px;
}
.film__button a {
	background: #5B8BCD;
	color: #fff;
	padding: 16px 16px 16px 59px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	display: block;
	transition: all 0.2s ease-in-out;
}
.film__button a:hover {
	background: #222;
}
.film__button a:before{
	display:block;
	content:'';
	position:absolute;
	width:24px;
	height:24px;
	left:17px;
	top:15px;
}
.film__button--watch a:before{
	background: url(../images/play-circle-regular.svg) 0 0 no-repeat;
}
.film__button--ticket a:before{
	background: url(../images/ticket-alt-solid.svg) 0 0 no-repeat;
}
*/