@charset "utf-8";

/* Основные стили */

.kinopoisk_wrap {
	padding: 0 !important;
}
.kinopoisk_box {
	position: relative;
	width: 100%;
}

.kinopoisk_box select {
	cursor: pointer;
	border: 0px;
	border-bottom: 1px solid #27AE60;
}
.kinopoisk_box select > option[selected] {
	color: #ffffff;
	background: #E4003A;
}

/* Если нужен другой цвет у вложеных option */
.kinopoisk_box select > option[selected].sub {
	color: #ffffff !important;
	background: #E4003A !important;
}

.kinopoisk_box .film_box {
	position: relative;
	margin: 0;
	padding: 5px 0px;
	width: 100%;
	background: #f0f0f0;
	vertical-align: top;
	border-top: 0px solid #D8DADA;
	border-right: 0px solid #D8DADA;
	border-bottom: 1px solid #D8DADA;
	border-left: 1px solid #D8DADA;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.kinopoisk_box .film_box:hover {
	background: #fff;
}

.kinopoisk_box .film_box .info {
	width: 70%;
	min-height: 75px;
	float: left;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
	cursor: pointer;
}

.kinopoisk_box .film_box .info p {
	font-size: 10pt;
	line-height: 14px;
}
.kinopoisk_box .film_box p,
.kinopoisk_box .film_box span {
	display: block;
	margin: 5px 0 0 5px;
	padding: 0px 15px 0px 0px;
}
.kinopoisk_box .film_box:hover p {
	color: #E4003A;
}
.kinopoisk_box .film_box:hover span {
	color: #00153C;
}
.kinopoisk_box .film_box .info span {
	font-size: 8pt;
	line-height: 12px;
}

.kinopoisk_box .film_box .info span.genre {
    max-width: 100%;
    padding: 5px 15px 0px 0px;
    text-align: right;
    color: #adadad;
    font-size: 8pt;
}
.kinopoisk_box .film_box:hover .info span.genre {
	color: #2196F3;
}

.kinopoisk_box .film_box .img:hover img {
	outline: 3px solid #27AE60;
}
.kinopoisk_box .film_box .img {
	width: 30%;
	float: left;
}
.kinopoisk_box .film_box .clear {
	clear: both;
}

.kinopoisk_box .film_box .img img {
	pointer-events: none;
	display: block;
	margin: 0 auto;
	padding: 0px;
	width: 70%;
	height: auto;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
	z-index: 1;
}

.kinopoisk_box.load {
	background: #fff;
	pointer-events: none;
}
.kinopoisk_box.load select, .kinopoisk_box.load .film_box {
	opacity: .5;
	filter: alpha(opacity=5);
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
	        filter: gray;
}
.kinopoisk_wrap div#news-loading div div {
	background-color: #E4003A !important;
}

/* END Основные стили */

/* Модельное окно */
.model_box {
    position: fixed;
    top: 0px;
    left: 0px;
	width: 100%;
    height: 100%;
    overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	z-index: 3;
}

.model_box .bf_model {
    position: inherit;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
	width: 50%;
    height: 90%;
	overflow: auto;
    margin: auto;
	background: #ffffff;
	box-shadow: 0px 0px 35px 15px #FE6900;
	outline: 3px solid #FE6900;
}

.model_box .bf_model .iframe_box {
	position: relative;
    margin: 0 auto;
	height: 316px;
	min-height: 316px;
    text-align: center;
    background: #000000;
	border-bottom: 3px solid #FE6900;
}
.model_box .bf_model .iframe_box iframe {
	margin: 0px 0px 0px 0px;
	border: 0px;
	outline: 0px;
}
.model_box .bf_model .iframe_box .kp-load {
	position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
	width: 50px;
    height: 50px;
    margin: auto;
	z-index: 4;
}
.model_box .bf_model .title_box {
	line-height: 22px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.model_box .bf_model .title_box p {
	margin: 0px;
	font-size: 1.4em;
	color: #00153C;
}

.model_box .bf_model .title_box p span.kp {
	display: inline-block;
	margin-right: 5px;
    font-size: 1.2em;
    color: #FE6900;
    text-shadow: 1.2px 1px 0px #000000;
    font-family: fantasy;
    letter-spacing: 0.9px;
    vertical-align: text-top;
}
.model_box .bf_model .title_box p span.title {
	display: inline-block;
    vertical-align: middle;
}
.model_box .bf_model .title_box p span.title:after,
.model_box .bf_model .title_box p span.title:before {
	display: inline-block;
	padding: 0px 2px;
	color: #afafaf;
	font-weight: bold;
}
.model_box .bf_model .title_box p span.title:after {
    content: '«';
}
.model_box .bf_model .title_box p span.title:before {
    content: '»';
}
.model_box .bf_model .sk-child:before {
	background-color: #FE6900 !important;
}

.model_box #bf_close {
	position: fixed;
	width: 38px;
	height: 38px;
	top: 25px;
	right: 30px;
	background: url(close.png) repeat 0 0;
	text-indent: -9999em;
	z-index: 5;
}
.model_box .bf_model .info_box {
	padding: 15px;
	z-index: 1;
}
.model_box .bf_model .info_box img {
	pointer-events: none;
}
.model_box .bf_model .info_box a.button_kp_bilet {
	display: inline-table;
	padding: 10px 12px 12px 10px;
	text-decoration: none;
	color: #ffffff;
	background: #FE6900;
	border-radius: 3px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.model_box .bf_model .info_box a.button_kp_bilet:hover {
	color: #ffffff;
	background: #00153C;
}
.model_box .bf_model .iframe_box {
	z-index: 2;
}

#popup-manager.popup-show + #layout {
	position: relative;
    z-index: -1 !important;
	 -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}

/* END Модельное окно */

/* Анимация */

.animations {
	animation-duration: 1s;
	animation-fill-mode: both;
}

@keyframes anim_left {
	from, 60%, 75%, 90%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}

	75% {
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		transform: translate3d(5px, 0, 0);
	}

	to {
		transform: none;
	}
}

.anim_left {
	animation-name: anim_left;
}

@keyframes zoom_box {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoom_box {
	animation-name: zoom_box;
}

/* END Анимация */


