@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic);

html, body {
	margin: 0;
	height: 100%;
	background: #1f2123; /*overflow-x: hidden;*/
	font-family: 'PT Sans', sans-serif;
}

#wrapper {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 300px;
}

#header {
	overflow: hidden;
}

#left {
	float: left;
	width: 281px;
	padding: 0 10px;
}

#right {
	margin-left: 306px;
	padding: 0 10px;
}

#spacer {
	height: 99px;
}

#footer {
	height: 99px;
	margin-top: -99px;
	background: #0f0f10;
}

.clear {
	clear: both;
}

a, img, input, textarea {
	outline: none;
	border: none;
}

manTd1 {
	font-weight: normal;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

input, textarea, select, button {
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 16px;
}

textarea {
	resize: none;
	overflow: auto;
}



.reset, .reset li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.lcol {
	float: left;
}

.rcol {
	float: right;
}

.ui-button, .bbcodes {
	outline: none;
	border: none;
	padding-top: 4px !important;
}

button {
	font: 13px/11px 'PT Sans', Arial, Helvetica, sans-serif;
}

.btn_reglog, .radial {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

/* forms */
.mass_comments_action {
	margin: 5px 0 5px 0;
	font-size: 14px;
	color: #999898;
}

.selectmass input {
	margin: 0 -2px 0 5px;
	padding: 0;
}

.impot {
	font-family: Tahoma, Geneva, sans-serif;
}

.tableform {
	width: 100%;
}

.tableform td.manTd1 {
	width: 20%;
	vertical-align: middle;
	padding-right: 0;
}

.fieldsubmit, .tableform td {
	padding: 8px 0 3px 5px;
}

.addnews {
	font-weight: bold;
}

.impot {
	color: #d51e44;
	font-weight: normal;
}

.checkbox {
	padding: 4px 0;
	line-height: 1em;
}

.checkbox input {
	margin-top: -2px;
	vertical-align: middle;
}

.f_input {
	width: 300px;
	padding: 1px;
}

.f_textarea {
	width: 458px;
}

.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea,
select, textarea, .xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select, .logform li.lfield input, #comments, #dle-promt-text, .ui-widget input, .ui-widget textarea {
	padding: 5px;
	background: #4e5052 !important;
	color: #d5dae1 !important;
	border: 1px solid #616265 !important;
	outline: none;
}

.f_textarea, .editor_button select {
	padding: 0;
}

input:focus, textarea:focus {
	border-color: #8b8d92 !important;
}

.textin {
	padding: 2px;
}

.send {
	background: url(../images/style/send.jpg) no-repeat;
	width: 130px;
	height: 38px;
	line-height: 100px;
	margin: 10px 0 0 5px;
}

.send1 {
	background: url(../images/style/send.jpg) no-repeat 0 -38px;
	width: 130px;
	height: 38px;
	display: block;
	overflow: hidden;
	border: none;
	line-height: 100px;
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=0);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	cursor: pointer;
	outline: none;
}

.send1:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

.masha_index {
	display: none !important;
}

.flybtn {
	position: fixed;
	width: 50px;
	height: 136px;
	right: 0;
	top: 502px;
}

.flybtn button {
	border: none;
	outline: none;
	cursor: pointer;
	width: 50px;
	height: 136px;
	display: block;
	background: url(../images/style/fly.png) no-repeat;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

@media screen and (max-width: 400px) {
	.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea, select, textarea, .xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select, .logform li.lfield input, #comments, #dle-promt-text {
		padding: 5px 0;
	}
}

/* -------------------------------------
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 ------------------------------------- */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
	cursor: url(../img/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	/*-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);*/
}

/* -------------------------------------
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
------------------------------------- */

.owl-theme .owl-controls {
	top: 0px;
	text-align: center;
	/*margin-bottom: -53px;*/
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
	/*margin: 5px;*/
	/*padding: 3px 10px;*/
	width: 50px;
	height: 50px;
	font-size: 12px;
	line-height: 200px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #869791;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;

	position: relative;
	top: -50px;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
}

/* --------------------------------------------------- */
/* ----------- Noeeecaoey ne?ieea ia?aei ------------- */
/* --------------------------------------------------- */
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: rgba(235, 235, 235, 1.0);
}

::-webkit-scrollbar-thumb {
	background: #737373;
}

/* --------------------------------------------------- */
/* ------------ Noeeecaoey ne?ieea eiiao ------------- */
/* --------------------------------------------------- */

/* --------------------------------------------------- */
/* -------- Aa?oiee aieuoie neaeaa? ia?aei ----------- */
/* --------------------------------------------------- */
#owl-top {
	position: relative;
}

#owl-top .item img {
	display: block;
	width: 100%;
	height: auto;
}

.item-top-slider {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/top_slider_bg.png) repeat-x bottom;
}

.item-top-slider1 {
	max-width: 1000px;
	margin: 0 auto;
}

.item-top-slider2 {
	position: absolute;
	bottom: 9%;
	font-size: 35px;
	color: #FFF;
	text-shadow: 2px 2px 3px #313335;
	cursor: default;
	padding: 0 10px;
}

.item-top-slider2 span {
	display: block;
	padding-top: 6px;
	font-size: 16px;
	filter: Alpha(Opacity=55); /*IE7 fix*/
	opacity: 0.55;
}

.top-slider-link {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -42px;
	width: 84px;
	height: 84px;
	background: rgba(200, 87, 60, 0.60);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.top-slider-link:hover {
	background: rgba(200, 87, 60, 0.86);
}

.top-slider-link svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24% 0 0 -20%;
	width: 48%;
	height: 48%;
	fill: rgba(255, 255, 255, 0.73);
}

.top-slider-link:hover svg {
	fill: rgba(255, 255, 255, 0.82);
}

.owl-controls {
	position: absolute;
	top: 50% !important;
	width: 100%;
}

#owl-top .owl-buttons {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

#owl-top .owl-buttons div {
	position: absolute;
	top: 50%;
	margin-top: -12px;
}

#owl-top .owl-buttons div.owl-prev {
	left: 0;
	background: rgba(0, 0, 0, 0.44) url(../img/prev.svg) no-repeat 15px 12px;
	background-size: 17px 27px;
}

#owl-top .owl-buttons div.owl-next {
	right: 0;
	background: rgba(0, 0, 0, 0.44) url(../img/next.svg) no-repeat 18px 12px;
	background-size: 17px 27px;
}

#owl-top .owl-buttons div.owl-prev:hover,
#owl-top .owl-buttons div.owl-next:hover {
	background-color: rgba(0, 0, 0, 0.75);
}

/* --------------------------------------------------- */
/* --------- Aa?oiee aieuoie neaeaa? eiiao ----------- */
/* --------------------------------------------------- */

/* --------------------------------------------------- */
/* ---------- Aa?oiyy iieinea iai? ia?aei ------------ */
/* --------------------------------------------------- */
.top-line {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 67px;
	background: rgba(13, 13, 13, 0.70) url(../img/top-line.png) repeat-x;
}

.top-line1 {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	height: 67px;
}

.logo {
	position: absolute;
	left: 10px;
	top: 14px;
	display: block;
	overflow: hidden;
	width: 157px;
	height: 39px;
	background: url(../img/logo.svg) no-repeat;
	line-height: 200px;
}

/* ---------- Aa?oiaa iai? ------------- */
.top-menu2 {
	visibility: hidden;
}

.top-menu {
	position: absolute;
	left: 194px;
	top: 0;
}

.top-menu li {
	display: block;
	float: left;
	position: relative;
	display: inline;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	padding-right: 17px;
}

.top-menu li a {
	display: block;
	float: left;
	height: 67px;
	line-height: 70px;
	text-decoration: none;
	color: #FFF;
}

.top-menu li:hover a {
	color: #bebebe;
}

.top-menu li span {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	left: -22px;
	top: 67px;
	background: #FFF;
	padding: 12px 0;
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0); /*IE7 fix*/
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.top-menu li:hover span {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100); /*IE7 fix*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.top-menu li span a {
	display: block;
	white-space: nowrap;
	width: 100%;
	height: 28px;
	padding: 0 22px 0 22px;
	line-height: 28px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	font-size: 13px;
	color: #3b3b3b !important;
}

.top-menu li span a:hover {
	color: #FFF !important;
	background: #2d6a87;
}

.top-menu li span a b {
	color: #cb573f;
}

.top-menu li span a:hover b {
	color: #60f6ed;
}

.top-menu li span em {
	display: block;
	overflow: hidden;
	float: left;
	width: 150px;
	margin: -12px 0;
	padding: 12px 0;
}

.top-menu li span em:last-child {
	width: 210px;
	border-left: 2px solid #e7e7e7;
}

/* ---------- Iiene ------------- */
.top-search {
	float: right;
	width: 55px;
	height: 67px;
}

.top-search1 {
	position: relative;
	width: 55px;
	height: 67px;
	background: rgba(0, 0, 0, 0.33);
	cursor: pointer;
}

.top-search1 svg {
	position: absolute;
	top: 23px;
	left: 17px;
	width: 21px;
	height: 22px;
	fill: #FFF;
}

.top-search1:before {
	content: '';
	position: absolute;
	z-index: 10;
	left: 50%;
	bottom: -7px;
	margin-left: -7px;
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-top-color: rgba(110, 114, 115, 0.96);
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0); /*IE7 fix*/
}

.top-search1.close-search:before {
	bottom: -14px;
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100); /*IE7 fix*/
}

.top-search1.close-search {
	background: rgba(110, 114, 115, 0.50);
}

.top-search2 {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.95);
	-webkit-transform: perspective(900px) rotate3d(1, 0, 0, -90deg);
	transform: perspective(900px) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

.top-search2.opened-search {
	-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

.top-search2 form {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 1000px;
	height: 60px;
	margin: 0 auto;
}

.top-search2 form input[type="image"] {
	position: absolute;
	top: 19px;
	left: 10px;
	width: 21px;
	height: 22px;
}

.top-search2 form input[name="q"] {
	position: absolute;
	display: block;
	top: 22px;
	margin-left: 49px;
	width: 100%;
	font-size: 14px;
	font-style: italic;
	color: #aaadaf;
	border: none;
	background-color: transparent;
	outline: none;
}

.top-search2 svg {
	position: absolute;
	top: 19px;
	left: 10px;
	width: 21px;
	height: 22px;
	fill: #292d2f;
}

/* ---------- /Iiene ------------- */

/* ---------- Ia ?ai inoaiiaeeny ------------- */
.top-see-all {
	display: block;
	position: relative;
	float: right;
	width: 55px;
	height: 67px;
	background: rgba(0, 0, 0, 0.2);
	text-decoration: none;
	color: #4d4c4c;
	z-index: 10;
}

.top-see-all:hover {
	background: rgba(114, 228, 221, 1.0);
}

.top-see-all svg {
	position: absolute;
	top: 24px;
	left: 20px;
	width: 17px;
	height: 21px;
	fill: #72e4dd;
}

.top-see-all:hover svg {
	fill: #2d6a87;
}

.top-see-all span {
	display: block;
	position: absolute;
	bottom: -38px;
	left: -100%;
	right: -100%;
	background: #FFF;
	white-space: nowrap;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.top-see-all:hover span {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.top-see-all span:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -6px;
	width: 0px;
	height: 0px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
}

/* ---------- /Ia ?ai inoaiiaeeny ------------- */

/* ---------- I?ioeeu ------------- */
.top-profile {
	position: relative;
	float: right;
	width: 134px;
	height: 67px;
	background: rgba(114, 114, 114, 0.13);
	margin-right: 10px;
}

.top-profile:hover {
	background: rgba(255, 255, 255, 1.0);
}

.opened-profile-bg {
	background: rgba(255, 255, 255, 1.0);
}

.top-profile .top-profile-menu {
	position: absolute;
	z-index: 1;
	width: 134px;
	height: 67px;
	cursor: pointer;
}

.top-profile .top-profile-menu:before {
	content: '';
	position: absolute;
	top: 33px;
	left: 89px;
	width: 19px;
	height: 3px;
	background: #FFF;
}

.top-profile .top-profile-menu:after {
	content: '';
	position: absolute;
	top: 25px;
	left: 97px;
	width: 3px;
	height: 19px;
	background: #FFF;
}

.top-profile:hover .top-profile-menu:before,
.top-profile:hover .top-profile-menu:after {
	background: #595959;
}

.opened-profile-bg .top-profile-menu:before,
.opened-profile-bg .top-profile-menu:after {
	background: #595959;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-profile-ava {
	position: absolute;
	z-index: 2;
	top: 13px;
	left: 30px;
	overflow: hidden;
	width: 34px;
	height: 34px;
	border: 2px solid #ca563f;
	padding: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.top-profile-ava span {
	display: block;
	overflow: hidden;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.top-profile-ava span img {
	width: 34px;
	min-height: 34px;
}

.top-profile ul {
	position: absolute;
	z-index: 10;
	top: 67px;
	display: block;
	width: 134px;
	background: rgba(199, 83, 63, 0.95);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.top-profile ul.opened-profile {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.top-profile ul:before {
	content: '';
	position: absolute;
	top: -14px;
	right: 28px;
	width: 0px;
	height: 0px;
	border: 7px solid transparent;
	border-bottom-color: #954939;
}

.top-profile ul li a {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
}

.top-profile ul li:nth-child(2n-1) a {
	background: rgba(0, 0, 0, 0.17);
}

.top-profile ul li a:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 12px;
	width: 7px;
	height: 2px;
	background: #d3d3d3;
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0); /*IE7 fix*/
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.top-profile ul li a:after {
	content: '';
	position: absolute;
	left: 2px;
	top: 16px;
	width: 7px;
	height: 2px;
	background: #d3d3d3;
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0); /*IE7 fix*/
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.top-profile ul li a:hover:before,
.top-profile ul li a:hover:after {
	left: 17px;
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100); /*IE7 fix*/
}

.top-profile ul li a:hover {
	color: #d3d3d3;
	background: #131415;
	text-indent: 30px;
}

/* ---------- /I?ioeeu ------------- */

/* ---------- Aaoi?ecaoey ------------- */
.top-authoriz {
	position: relative;
	float: right;
	width: 131px;
	height: 40px;
	background: rgba(114, 114, 114, 0.13);
	margin-right: 10px;
	font-size: 13px;
	padding: 27px 0 0 17px;
	color: #FFF;
}

.top-authoriz1 {
	display: block;
	float: left;
	height: 40px;
	margin-right: 4px;
}

.top-authoriz1 b {
	border-bottom: 1px dashed #FFF;
	margin-right: 11px;
	cursor: pointer;
	font-weight: normal;
}

.top-authoriz a {
	color: #b9b9b9;
	text-decoration: none;
	border-bottom: 1px solid #b9b9b9;
}

.top-authoriz1:hover b,
.top-authoriz a:hover {
	color: #fa824c;
	border-color: #fa824c;
}

.top-authoriz2 {
	position: absolute;
	top: 67px;
	left: -92px;
	width: 240px;
	background: #FFF;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.top-authoriz1:hover .top-authoriz2 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.top-authoriz2:before {
	content: '';
	position: absolute;
	top: -17px;
	left: 50%;
	margin-left: -6px;
	width: 0px;
	height: 0px;
	border: 9px solid transparent;
	border-bottom-color: #FFF;
}

.top-authoriz2 form input[type="text"],
.top-authoriz2 form input[type="password"] {
	width: 181px;
	height: 38px;
	border: none;
	background: #ececec;
	padding: 0 10px;
	line-height: 38px;
	text-align: center;
	font-size: 13px;
	color: #888888;
	outline: none;
}

.top-authoriz2 form input[type="text"] {
	margin: 21px 0 13px 20px;
}

.top-authoriz2 form input[type="password"] {
	margin: 0 0 20px 20px;
}

.top-authoriz .top-lostpass {
	display: block;
	position: absolute;
	top: 72px;
	left: 183px;
	width: 38px;
	height: 38px;
	background: #e1e1e1;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	text-decoration: none;
	border: none;
	text-align: center;
	line-height: 38px;
}

.top-authoriz2 button {
	display: block;
	border: none;
	outline: none;
	cursor: pointer;
	width: 100%;
	height: 47px;
	background: #be4a3e;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

.top-authoriz2 button:hover {
	background: #de6d53;
}

.top-authoriz .top-register {
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: #327fdd;
	border: none;
	text-decoration: underline;
	display: none;
}

/* ---------- /Aaoi?ecaoey ------------- */

/* --------------------------------------------------- */
/* ---------- Aa?oiyy iieinea iai? eiiao ------------- */
/* --------------------------------------------------- */

/* --------------------------------------------------- */
/* -------------- Neaeaa?u ia aeaaiie ---------------- */
/* --------------------------------------------------- */

/* ----------- Ciaieiaee neaeaa?ia ------------- */
.main-sliders-top1 {
	position: relative;
	height: 80px;
}

.main-sliders-top2 {
	position: relative;
	height: 80px;
	background: #1a1c1e;
}

.main-sliders-top3 {
	position: relative;
	height: 80px;
	background: #2d2e30;
}

.main-sliders-top1 .main-sliders-top-title,
.main-sliders-top2 .main-sliders-top-title,
.main-sliders-top3 .main-sliders-top-title {
	position: relative;
	display: block;
	max-width: 980px;
	margin: 0 auto;
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
	line-height: 80px;
	padding: 0 10px;
}

.main-sliders-link {
	position: absolute;
	right: 10px;
	font-size: 14px;
	text-decoration: none;
	color: #ca563f;
	padding-right: 28px;
}

.main-sliders-link:hover {
	text-decoration: underline;
	color: #e2674f;
}

.main-sliders-link b {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	width: 20px;
	height: 20px;
	background: #343638;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.main-sliders-link b svg {
	position: absolute;
	top: 5px;
	left: 7px;
	width: 7px;
	height: 10px;
	fill: #969696;
}

.main-sliders-link:hover b {
	background: #53342b;
}

.main-sliders-link:hover b svg {
	fill: #eb755d;
}

/* ----------- Ciaieiaee neaeaa?ia eiiao ------------- */

/* ----------- Neaeaa?u - oiiu, iauea iano?ieee ------------- */
.main-sliders {
	max-width: 1000px;
	margin: 0 auto;
}

#main-slider1 .item,
#main-slider2 .item,
#main-slider3 .item,
#main-slider4 .item,
#main-slider5 .item {
	margin: 10px;
}

#full-slider .item,
#full-related .item {
	margin: 1px;
}

#main-slider1 .item img,
#main-slider2 .item img,
#main-slider3 .item img,
#main-slider4 .item img,
#main-slider5 .item img,
#full-slider .item img,
#full-related .item img {
	display: block;
	width: 100%;
	height: auto;
}

.sliders-bg1 {
	background: #131415;
	padding-top: 30px;
}

.sliders-bg2 {
	background: #1f2123;
	padding-top: 30px;
}

.sliders-bg3 {
	background: #3e3f40;
	padding-top: 30px;
}

.sliders-bg4 {
	background: #131415;
	padding-top: 30px;
}

.sliders-bg5 {
	background: #17191b;
	padding-top: 30px;
}

/* ----------- Neaeaa?u eiiao ------------- */

/* ----------- ieiiee neaeaia ------------- */
.main-sliders-ico {
	position: absolute;
	z-index: 2;
	top: 2px;
	right: 2px;
	width: 35px;
}

.main-sliders-3d {
	float: left;
	width: 35px;
	height: 35px;
	margin-bottom: 4px;
	background: url(../img/3d.svg) no-repeat;
}

.main-sliders-720p {
	float: left;
	width: 35px;
	height: 35px;
	margin-bottom: 4px;
	background: url(../img/720p.svg) no-repeat;
}

.main-sliders-mob {
	float: left;
	width: 35px;
	height: 35px;
	margin-bottom: 4px;
	background: url(../img/mob.svg) no-repeat;
}

/* ----------- ieiiee neaeaia eiiao ------------- */

/* ----------- Na?ee e naciiu ------------- */
.main-sliders-season {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	background: #e8b640;
	font-size: 14px;
	color: #764c1e;
	text-align: center;
	font-weight: bold;
	padding: 8px 0;
}

/* ----------- Na?ee e naciiu eiiao ------------- */

.main-sliders-img {
	
position:relative

  
}

.main-sliders-bg {


	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(12, 12, 13, 0.70);
	border: 4px solid #b73030;
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0); /*IE7 fix*/
}

.main-sliders-img:hover .main-sliders-bg {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100); /*IE7 fix*/
}

.main-sliders-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	overflow: hidden;
	width: 58px;
	height: 58px;
	margin: -29px 0 0 -29px;
	background: rgba(200, 87, 60, 0.55);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.main-sliders-play svg {
	position: absolute;
	top: 15px;
	left: 21px;
	width: 22px;
	height: 29px;
	fill: rgba(255, 255, 255, 0.73);
}

.main-sliders-play:hover {
	background: rgba(200, 87, 60, 0.77);
}

.main-sliders-info {
	position: absolute;
	top: 16px;
	left: 17px;
	z-index: 3;
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0); /*IE7 fix*/
}

.main-sliders-img:hover .main-sliders-info {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100); /*IE7 fix*/
}

.main-sliders-info1 {
	display: block;
	width: 31px;
	height: 31px;
	margin-bottom: 8px;
	background: #f9f9f9 url(../img/info.svg) no-repeat;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.main-sliders-info1:hover .main-sliders-popup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main-sliders-shadow {
	-webkit-box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
	-moz-box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
	box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);


}

/* ----------- A eca?aiiia ------------- */
.plus-fav, .plus-book, .plus-view, .minus-fav, .minus-book, .minus-view{
	display: block;
	width: 31px;
	height: 31px;
	margin-bottom: 8px;
	background-size: 31px 31px !important;
}

.plus-fav img, .minus-fav img, .plus-book img, .minus-book img, .plus-view img, .minus-view img {
	width: 31px;
	height: 31px;
}

.plus-fav {
	background: url(../img/plus-fav.svg) no-repeat;
}
.plus-book {
	background: url(../img/book.png) no-repeat;
}
.plus-view {
	background: url(../img/view.png) no-repeat;
}
.minus-fav {
	background: url(../img/minus-fav.svg) no-repeat;
}
.minus-book {
	background: url(../img/book-m.png) no-repeat;
}
.minus-view {
	background: url(../img/view-m.png) no-repeat;
}
/* ----------- A eca?aiiia eiiao ------------- */



/* ----------- Anieuaa?uaa ieii ------------- */
.owl-item .main-sliders-popup {
	position: absolute;
	top: -16px;
	right: 49px;
	left: auto;
	width: 278px;
	padding: 25px 26px;
	background: #FFF;
	font-size: 14px;
	color: #404040;
	cursor: default;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.owl-item:nth-child(1) .main-sliders-popup,
.owl-item:nth-child(2) .main-sliders-popup {
	top: -16px;
	right: auto;
	left: 49px;
}

.main-sliders-popup:before {
	content: '';
	position: absolute;
	top: 21px;
	right: -20px;
	left: auto;
	width: 0px;
	height: 0px;
	border: 11px solid transparent;
	border-left-color: #FFF;
}

.owl-item:nth-child(1) .main-sliders-popup:before,
.owl-item:nth-child(2) .main-sliders-popup:before {
	content: '';
	position: absolute;
	top: 21px;
	left: -20px;
	right: auto;
	width: 0px;
	height: 0px;
	border: 11px solid transparent;
	border-right-color: #FFF;
}

.main-sliders-popup em {
	display: block;
	font-size: 14px;
	color: #9b9b9b;
	padding-bottom: 12px;
}

.main-sliders-popup em a {
	text-decoration: none;
	color: #9b9b9b;
}

.main-sliders-popup em a:hover {
	text-decoration: underline;
}

.main-sliders-popup span {
	float: right;
	color: #528a35;
}

.main-sliders-popup b {
	display: block;
	float: left;
	clear: left;
	margin-top: 17px;
	padding: 10px 11px;
	background: #df5c47;
	color: #FFF;
}

.main-sliders-popup i {
	display: block;
	font-style: normal;
}

/* ----------- Anieuaa?uaa ieii eiiao ------------- */

/* ----------- ?aeoeia ------------- */
.main-sliders-rate {
	height: 42px;
}

.main-sliders-rate a {
	position: relative;
	display: block;
	width: 50%;
	height: 42px;
	float: left;
	/*text-indent: 44px;*/
	line-height: 42px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.main-sliders-rate a span {
	position: relative;
	display: block;
	width: 20px;
	margin: 0 auto;
	padding-left: 14px;
}

.main-sliders-rate a svg {
	position: absolute;
	width: 18px;
	height: 17px;
}

.main-sliders-rate a:nth-of-type(1) {
	background: #242526;
	color: #71ce3f;
}

.main-sliders-rate a:nth-of-type(1):hover {
	background: #71ce3f;
	color: #FFF;
}

.main-sliders-rate a:nth-of-type(1) svg {
	fill: #70cd3f;
	top: 12px;
	left: -10px;
}

.main-sliders-rate a:nth-of-type(1):hover svg {
	fill: #FFF;
}

.main-sliders-rate a:nth-of-type(2) {
	background: #202122;
	color: #ba3636;
}

.main-sliders-rate a:nth-of-type(2):hover {
	background: #b93636;
	color: #FFF;
}

.main-sliders-rate a:nth-of-type(2) svg {
	fill: #ba3636;
	top: 14px;
	left: -10px;
}

.main-sliders-rate a:nth-of-type(2):hover svg {
	fill: #FFF;
}

/* ----------- ?aeoeia eiiao ------------- */

/* ----------- Caaieiaie ------------- */
.main-sliders-title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 15px 10px;
}

.main-sliders-title a {
	text-decoration: none;
	color: #9f9f9f;
}

.main-sliders-title a:hover {
	text-decoration: underline;
	color: #60f6ed;
}

/* ----------- Caaieiaie eiiao ------------- */

/* ----------- Eiiiee iaaeaaoee ------------- */
#main-slider1 .owl-buttons,
#main-slider2 .owl-buttons,
#main-slider3 .owl-buttons,
#main-slider4 .owl-buttons,
#main-slider5 .owl-buttons,
#full-slider .owl-buttons,
#full-related .owl-buttons {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

#main-slider1 .owl-buttons div,
#main-slider2 .owl-buttons div,
#main-slider3 .owl-buttons div,
#main-slider4 .owl-buttons div,
#main-slider5 .owl-buttons div {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 40px;
	height: 40px;
}

#main-slider1 .owl-buttons div.owl-prev,
#main-slider2 .owl-buttons div.owl-prev,
#main-slider3 .owl-buttons div.owl-prev,
#main-slider4 .owl-buttons div.owl-prev,
#main-slider5 .owl-buttons div.owl-prev,
#full-slider .owl-buttons div.owl-prev,
#full-related .owl-buttons div.owl-prev {
	left: -48px;
	background: url(../img/prev.svg) no-repeat center;
	background-size: 15px 24px;
}

#main-slider1 .owl-buttons div.owl-next,
#main-slider2 .owl-buttons div.owl-next,
#main-slider3 .owl-buttons div.owl-next,
#main-slider4 .owl-buttons div.owl-next,
#main-slider5 .owl-buttons div.owl-next,
#full-slider .owl-buttons div.owl-next,
#full-related .owl-buttons div.owl-next {
	right: -48px;
	background: url(../img/next.svg) no-repeat center;
	background-size: 15px 24px;
}

/* ----------- Eiiiee iaaeaaoee eiiao ------------- */

/* --------------------------------------------------- */
/* ------------- Neaeaa?u ia aeaaiie eiiao ----------- */
/* --------------------------------------------------- */

/* --------------------------------------------------- */
/* - Iiainoe eeii e iineaaiea eiiiaioa?ee ia aeaaiie - */
/* --------------------------------------------------- */
.kino-comm {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	height: 100%;
	overflow-y: hidden;
}

/* ----------- Iiainoe eeii ------------- */
.main-kino-news {
	float: left;
	width: 60%;
}

.kino-news1 {
	float: left;
	width: 50%;
}

.kino-news2 {
	position: relative;
	overflow: hidden;
	margin: 0 12px 22px 12px;
}

.kino-news2 a {
	text-decoration: none;
}

.kino-news2 img {
	width: 100%;
}

.kino-news3 {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 4px;
	left: 0;
	right: 0;
	display: block;
	padding: 0 12px;
	overflow: hidden;
	background: rgba(12, 12, 13, 0.0);
	border: 4px solid rgba(121, 121, 121, 0.0);
}

.kino-news3:hover {
	background: rgba(12, 12, 13, 0.80);
	border: 4px solid rgba(121, 121, 121, 1.0);
}

.kino-news3 span {
	position: absolute;
	bottom: 10px;
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
}

.kino-news3:hover span {
	color: #60f6ed;
}

.kino-news4 {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 4px;
	left: 0;
	right: 0;
	background: url(../img/kino-news.png) repeat-x bottom;
}

/* ----------- Iiainoe eeii eiiao ------------- */

/* ----------- Iineaaiea eiiiaioa?ee ------------- */
.main-lastcomm {
	position: absolute;
	width: 40%;
	top: 80px;
	bottom: 25px;
	left: 60%;
}

.main-lastcomm .main-sliders-top1 {
	position: relative;
	top: -80px;
}

.main-lastcomm-bg {
	position: absolute;
	overflow-y: scroll;
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	background: #151618;
}

.main-lastcomm-bg::-webkit-scrollbar {
	width: 11px;
}

.main-lastcomm-bg::-webkit-scrollbar-track {
	background: #292b2d;
}

.main-lastcomm-bg::-webkit-scrollbar-thumb {
	background: #a5a6a7;
}

.main-lastcomm1 {
	position: relative;
	overflow-y: hidden;
}

.main-lastcomm1:nth-child(2n) {
	background: #17191b;
}

.main-lastcomm2 {
	position: absolute;
	top: 16px;
	left: 17px;
	width: 40px;
	height: 40px;
	overflow-y: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.main-lastcomm2 img {
	width: 40px;
	min-height: 40px;
}

.main-lastcomm3 {
	margin: 0 0 0 73px;
	font-size: 13px;
	color: #a7a7a7;
	padding: 20px 18px 18px 0;
}

.main-lastcomm3 span {
	font-weight: bold;
	color: #ee6752;
	display: block;
	margin-bottom: 6px;
}

.main-lastcomm3 span a {
	color: #ee6752;
	text-decoration: none;
}

.main-lastcomm3 span a:hover {
	text-decoration: underline;
}

/* ----------- Iineaaiea eiiiaioa?ee eiiao ------------- */

/* --------------------------------------------------------- */
/* - Iiainoe eeii e iineaaiea eiiiaioa?ee ia aeaaiie eiiao - */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* -------------- iioi?iaoey a eiioa no?aieou -------------- */
/* --------------------------------------------------------- */
.main_footer-info {
	background: #151516;
	padding: 10px 0 45px 0;
}

.main_footer-info1 {
	max-width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	color: #919191;
}

.main_footer-info1 .main-sliders-top-title {
	font-size: 24px;
}

.main_footer-info2 {
	padding: 0 10px;
	text-transform: none;
}

.main_footer-info2 img {
	float: left;
	width: 250px;
	margin: 8px 22px 20px 0;
}

.main_footer-info2 a {
	color: #be4a3e;
}

.main_footer-info2 a:hover {
	color: #dd4f40;
}

/* --------------------------------------------------------- */
/* -------------- iioi?iaoey a eiioa no?aieou eiiao -------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* --------------------- Oooa?, ii ?a iiaaae --------------- */
/* --------------------------------------------------------- */
.footer {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.copy-logo:before {
	content: '';
	position: absolute;
	left: 62px;
	top: 41px;
	width: 2px;
	height: 17px;
	background: #202020;
}

.copy-logo svg {
	position: absolute;
	top: 33px;
	left: 12px;
	width: 48px;
	fill: #444444;
}

.copy-logo:hover svg {
	fill: #60f6ed;
}

.footer-logo {
	position: absolute;
	top: 29px;
	left: 79px;
	width: 38px;
}

.footer1 {
	position: absolute;
	top: 40px;
	left: 137px;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
}

.footer2 {
	display: block;
	padding-top: 41px;
	margin-left: 377px;
	font-size: 14px;
	font-style: italic;
}

.footer2 a {
	color: #be4a3e;
	margin-right: 10px;
}

.footer2 a:hover {
	text-decoration: none;
}

.counts {
	float: right;
	height: 31px;
	margin-top: 34px;
}

.counts span {
	margin-left: 8px;
	-moz-opacity: 0.50;
	opacity: 0.50;
	filter: alpha(opacity=50); /*IE7 fix*/
}

.counts span:hover {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100); /*IE7 fix*/
}

/* --------------------------------------------------------- */
/* ----------------- Oooa?, ii ?a iiaaae eiiao ------------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* ------------ Ei?ioeea iiainoe eaoaai?ee n aeaai --------- */
/* --------------------------------------------------------- */
.category-block {
	max-width: 1000px;
	margin: 0 auto;
}

.category-content {
	padding: 100px 0 0 0;
	overflow: hidden;
}

.category-content .owl-item:nth-child(5n+1) {
	clear: left;
}

.category-content .item {
	position: relative;
	margin: 10px;
	width: 18%;
	float: left;
}

.category-content .item img {
	display: block;
	width: 100%;
	height: auto;
}

.category-content .main-sliders-ico {
	top: -6px;
	right: -6px;
}

@media screen and (max-width: 1040px) {
	.category-content .item {
		width: 17.8%;
	}

	.category-content {
		padding: 100px 10px 0 10px;
	}
}

.category-content .owl-item:nth-child(5n+1) .main-sliders-popup,
.category-content .owl-item:nth-child(5n+2) .main-sliders-popup {
	left: 49px;
	right: auto;
}

.category-content .owl-item:nth-child(5n+1) .main-sliders-popup:before,
.category-content .owl-item:nth-child(5n+2) .main-sliders-popup:before {
	left: -20px;
	right: auto;
	border: 11px solid transparent;
	border-right-color: #FFF;
}

@media screen and (max-width: 950px) {
	.category-content .item {
		width: 17.7%;
	}
}

@media screen and (max-width: 920px) {
	.category-content .item {
		width: 17.6%;
	}
}

@media screen and (max-width: 890px) {
	.category-content .item {
		width: 17.5%;
	}
}

@media screen and (max-width: 860px) {
	.category-content .item {
		width: 17.4%;
	}
}

@media screen and (max-width: 800px) {
	.category-content .item {
		width: 22.3%;
	}

	.category-content .owl-item:nth-child(5n+1) {
		clear: none;
	}

	.category-content .owl-item:nth-child(4n+1) {
		clear: left !important;
	}

	.category-content .owl-item .main-sliders-season {
		font-size: 13px;
	}

	.category-content .owl-item:nth-child(5n+1) .main-sliders-popup,
	.category-content .owl-item:nth-child(5n+2) .main-sliders-popup {
		left: auto;
		right: 49px;
	}

	.category-content .owl-item:nth-child(5n+1) .main-sliders-popup:before,
	.category-content .owl-item:nth-child(5n+2) .main-sliders-popup:before {
		left: auto;
		right: -20px;
		border: 11px solid transparent;
		border-left-color: #FFF;
	}

	.category-content .owl-item:nth-child(4n+1) .main-sliders-popup,
	.category-content .owl-item:nth-child(4n+2) .main-sliders-popup {
		left: 49px;
		right: auto;
	}

	.category-content .owl-item:nth-child(4n+1) .main-sliders-popup:before,
	.category-content .owl-item:nth-child(4n+2) .main-sliders-popup:before {
		left: -20px;
		right: auto;
		border: 11px solid transparent;
		border-right-color: #FFF;
	}
}

@media screen and (max-width: 800px) {
	.category-content .item {
		width: 22.3%;
	}

	.category-content .owl-item:nth-child(4n+1) {
		clear: left;
	}

	.category-content .owl-item:nth-child(5n+1) {
		clear: none;
	}

	.category-content .owl-item .main-sliders-season {
		font-size: 13px;
	}

	.category-content .owl-item:nth-child(5n+1) .main-sliders-popup,
	.category-content .owl-item:nth-child(5n+2) .main-sliders-popup {
		left: auto;
		right: 49px;
	}

	.category-content .owl-item:nth-child(5n+1) .main-sliders-popup:before,
	.category-content .owl-item:nth-child(5n+2) .main-sliders-popup:before {
		left: auto;
		right: -20px;
		border: 11px solid transparent;
		border-left-color: #FFF;
	}

	.category-content .owl-item:nth-child(4n+1) .main-sliders-popup,
	.category-content .owl-item:nth-child(4n+2) .main-sliders-popup {
		left: 49px;
		right: auto;
	}

	.category-content .owl-item:nth-child(4n+1) .main-sliders-popup:before,
	.category-content .owl-item:nth-child(4n+2) .main-sliders-popup:before {
		left: -20px;
		right: auto;
		border: 11px solid transparent;
		border-right-color: #FFF;
	}
}

@media screen and (max-width: 770px) {
	.category-content .item {
		width: 22.2%;
	}
}

@media screen and (max-width: 750px) {
	.category-content .item {
		width: 22.1%;
	}
}

@media screen and (max-width: 720px) {
	.category-content .item {
		width: 22%;
	}
}

@media screen and (max-width: 700px) {
	.category-content .item {
		width: 21.9%;
	}
}

@media screen and (max-width: 680px) {
	.category-content .item {
		width: 21.8%;
	}
}

@media screen and (max-width: 660px) {
	.category-content .item {
		width: 21.7%;
	}
}

@media screen and (max-width: 640px) {
	.category-content .item {
		width: 21.6%;
	}
}

@media screen and (max-width: 600px) {
	.category-content .item {
		width: 29.7%;
	}

	.category-content .owl-item:nth-child(4n+1) {
		clear: none !important;
	}

	.category-content .owl-item:nth-child(3n+1) {
		clear: left;
	}

	.category-content .owl-item .main-sliders-season {
		font-size: 13px;
	}
}

@media screen and (max-width: 580px) {
	.category-content .item {
		width: 29.6%;
	}
}

@media screen and (max-width: 570px) {
	.category-content .item {
		width: 29.5%;
	}
}

@media screen and (max-width: 550px) {
	.category-content .item {
		width: 29.4%;
	}
}

@media screen and (max-width: 540px) {
	.category-content .item {
		width: 29.3%;
	}

	.category-content {
		padding: 33px 0 0 0;
	}
}

@media screen and (max-width: 530px) {
	.category-content .item {
		width: 29.2%;
	}
}

@media screen and (max-width: 520px) {
	.category-content .item {
		width: 29.1%;
	}
}

@media screen and (max-width: 510px) {
	.category-content .item {
		width: 28.9%;
	}
}

@media screen and (max-width: 460px) {
	.category-content .item {
		width: 28.5%;
	}

	.category-content .owl-item:nth-child(3n+1) {
		clear: none;
	}

	.category-content .owl-item:nth-child(2n+1) {
		clear: left !important;
	}
}

@media screen and (max-width: 440px) {
	.category-content .item {
		width: 28.2%;
	}
}

@media screen and (max-width: 420px) {
	.category-content .item {
		width: 28%;
	}
}

@media screen and (max-width: 410px) {
	.category-content .item {
		width: 27.9%;
	}
}

@media screen and (max-width: 400px) {
	.category-content .item {
		width: 43.9%;
	}
}

@media screen and (max-width: 460px) {
	.category-content .item {
		width: 43.7%;
	}
}

@media screen and (max-width: 440px) {
	.category-content .item {
		width: 43.5%;
	}
}

@media screen and (max-width: 340px) {
	.category-content .item {
		width: 43.3%;
	}
}

@media screen and (max-width: 330px) {
	.category-content .item {
		width: 43.2%;
	}
}

@media screen and (max-width: 322px) {
	.category-content .item {
		width: 90%;
	}

	.category-content {
		padding: 33px 15px 0 15px;
	}
}

/* --------------------------------------------------------- */
/* --------- Ei?ioeea iiainoe eaoaai?ee n aeaai eiiao ------ */
/* --------------------------------------------------------- */

/* --------- Iino?aie?iay iaaeaaoey --------- */
.basenavi {
	position: relative;
	max-width: 999px;
	clear: left;
	height: 73px;
	background: #1b1b1c;
	margin: 30px 0 36px 10px;
}

.nextprev svg {
	position: absolute;
	top: 25px;
	left: 29px;
	width: 16px;
	height: 24px;
	fill: #5c5c5d;
}

.nextprev a svg {
	fill: #FFF;
}

.nextprev a:hover svg {
	fill: #ba3636;
}

.nextprev .pprev {
	position: absolute;
	left: 0;
	top: 0;
	width: 73px;
	height: 73px;
	display: block;
	background: #151516;
}

.nextprev .pnext {
	position: absolute;
	right: 0;
	top: 0;
	width: 73px;
	height: 73px;
	display: block;
	background: #151516;
}

.navigation {
	text-align: center;
	margin: 0 152px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 72px;
}

.navigation span {
	text-decoration: none;
	color: #FFF;
	padding: 3px 10px 3px 10px;
	border: 2px solid #ba3636;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.navigation a {
	text-decoration: none;
	color: #FFF;
	padding: 3px 10px 3px 10px;
	border: 2px solid #353535;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.navigation a:hover {
	background: #60f6ed;
	color: #2d6a87;
	border-color: #60f6ed;
}

.navigation span.nav_ext {
	color: #6f6f6f;
	border-color: #1b1b1c;
}

@media screen and (max-width: 820px) {
	.navigation {
		visibility: hidden;
	}

	.basenavi {
		background: none;
	}

	.nextprev .pprev {
		right: 50%;
		left: auto;
	}

	.nextprev .pnext {
		right: auto;
		left: 50%;
	}
}

/* --------- Iino?aie?iay iaaeaaoey eiiao --------- */

/* --------- info --------- */
.info1 {
	background: #d95e45;
	text-align: center;
	margin: 0 10px 20px 10px;
	padding: 19px 25px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	line-height: 20px;
}

.info1 a {
	color: #fff0d5;
}

.info1 a:hover {
	text-decoration: none;
}

@media screen and (max-width: 540px) {
	.info1 {
		margin: 0 20px 20px 20px;
	}
}

@media screen and (max-width: 322px) {
	.info1 {
		margin: 0 0px 20px -5px;
	}
}

/* --------- info eiiao --------- */

/* --------- Iiaaeeouny ia no?aieoao eaoaai?ee --------- */
.category-content .social-likes_single-w {
	position: relative;
	z-index: 9999;
	float: left;
	margin: 14px 0 0 20px;
}

.category-content .social-likes_single {
	position: absolute;
	top: 46px !important;
}

@media screen and (max-width: 1040px) {
	.category-content .social-likes_single-w {
		float: left;
		margin: 14px 0 0 10px !important;
	}
}

@media screen and (max-width: 540px) {
	.category-content .social-likes_single-w {
		float: left;
		margin: 14px 0 0 20px !important;
	}
}

/* --------- Iiaaeeouny ia no?aieoao eaoaai?ee eiiao --------- */

/* --------- Ni?oa? --------- */
.category_title1 {
	position: relative;
	max-width: 1000px;
	height: 65px;
	margin: 0 auto;
}

.category_title1 span.sortn {
	position: absolute;
	z-index: 999;
	width: 196px;
	height: 45px;
	display: block;
	top: 0;
	right: 10px;
	background: #353535;
	cursor: pointer;
}

.category_title1 span.sortn form {
	position: absolute;
	z-index: 2;
	top: 45px;
	visibility: hidden;
	right: 0;
	background: #FFF;
	font-size: 14px;
	white-space: nowrap;
	font-weight: normal;
	line-height: 46px;
	cursor: default;
	color: #484848;
	padding: 0 14px;
	-webkit-box-shadow: 4px 0 22px 0 rgba(19, 20, 21, 0.35);
	-moz-box-shadow: 4px 0 22px 0 rgba(19, 20, 21, 0.35);
	box-shadow: 4px 0 22px 0 rgba(19, 20, 21, 0.35);

	-webkit-transform: perspective(900px) rotate3d(1, 0, 0, -90deg);
	transform: perspective(900px) rotate3d(1, 0, 0, -90deg);

	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;

	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

.category_title1 span.sortn:hover form {
	visibility: visible;
	-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

.category_title1 span.sortn form:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -12px;
	right: 17px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
}

.category_title1 span.sortn form a {
	color: #484848;
	text-decoration: none;
}

.category_title1 span.sortn form a:hover {
	color: #e45e49;
	text-decoration: underline;
}

.category_title1 span.sortn form span:after {
	content: ' | ';
}

.category_title1 span.sortn form img {
	margin-right: 4px;
}

.category_title1 span.sortn:before {
	content: 'СОРТИРОВАТЬ ПО';
	font-size: 15px;
	font-weight: bold;
	color: #949494;
	line-height: 46px;
	margin-left: 15px;
}

.category_title1 span.sortn1 {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 45px;
	height: 45px;
	background: #c04c3e;
}

.category_title1 .sortn:hover span.sortn1 {
	background: #b73a30;
}

.category_title1 .sortn span.sortn1 svg {
	position: absolute;
	top: 12px;
	left: 10px;
	width: 24px;
	fill: #f6b385;
}

.category_title1 .sortn:hover span.sortn1 svg {
	fill: #ffe3d0;
}

@media screen and (max-width: 700px) {
	.category_title1 span.sortn form {
		min-width: 168px;
		padding: 10px 14px;
	}

	.category_title1 span.sortn form img {
		float: left;
		margin: 12px 0 -30px 0px;
	}

	.category_title1 span.sortn form a {
		display: block;
		height: 28px;
		line-height: 26px;
		text-indent: 20px;
	}

	.category_title1 span.sortn form span:after {
		content: '';
	}
}

/* --------- Ni?oa? eiiao --------- */

/* --------------------------------------------------------- */
/* ------------------ Iieiay iiainou aeaai ----------------- */
/* --------------------------------------------------------- */
.fullstory-content {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px;
}

.fullstory-content-slider {
	padding: 0 10px;
	margin-bottom: 10px;
}

#full-slider .owl-buttons div,
#full-related .owl-buttons div {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
}

#full-slider .item,
#full-related .item {
	position: relative;
}

.fullstory-slider-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(202, 86, 63, 0.94);
	font-size: 14px;
	font-weight: bold;
	padding: 9px 12px;
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0); /*IE7 fix*/
}

#full-slider .item:hover .fullstory-slider-title,
#full-related .item:hover .fullstory-slider-title {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100); /*IE7 fix*/
}

#full-slider .item a,
#full-related .item a {
	color: #FFF;
}

.fullstory-drops {
	padding: 20px 22px;
	margin: 0 10px 10px 10px;
	background: #121313;
	font-size: 14px;
	color: #ececec;
}

.fullstory-drops span {
	color: #df5c47;
}

.fullstory-drops a {
	color: #ececec;
}

.fullstory-drops a:hover {
	text-decoration: none;
}

.full-poster {
	position: relative;
	margin-bottom: -4px;
}

.full-poster img {
	width: 100%;
}

.full-quality {
	position: absolute;
	top: -7px;
	left: -6px;
	height: 36px;
	background: #df5c47;
	line-height: 36px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	padding: 0 10px;
}

.fullstory-content .main-sliders-rate a {
	height: 56px;
	line-height: 56px;
	font-size: 17px;
}

.fullstory-content .main-sliders-rate a span {
	position: relative;
	display: block;
	width: 20px;
	margin: 0 auto;
	padding-left: 10px;
}

.fullstory-content .main-sliders-rate a:nth-of-type(1) span svg,
.fullstory-content .main-sliders-rate a:nth-of-type(2) span svg {
	width: 22px;
	height: 22px;
	left: -22px;
}

.fullstory-content .main-sliders-rate a:nth-of-type(1) span svg {
	top: 17px;
}

.fullstory-content .main-sliders-rate a:nth-of-type(2) span svg {
	top: 20px;
}

.full-kino-info {
	width: 100%;
	overflow: hidden;
	background: #131415;
}

.full-kino-info div {
	overflow: hidden;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	padding: 12px 13px;
}

.full-kino-info div:nth-of-type(2n) {
	background: #17181a;
}

.full-kino-info div span {
	display: block;
	float: left;
	color: #868686;
	padding-left: 13px;
	width: 62px;
}

.full-kino-info div b {
	display: block;
	margin-left: 75px;
}

.full-kino-info div em {
	font-style: normal;
	color: #c53737;
}

.full-kino-info1 {
	background: #272828;
	color: #FFF;
	font-size: 13px;
	padding: 14px 13px;
	line-height: 26px;
}

.full-kino-info1 span {
	color: #868686;
	font-weight: bold;
}

.full-kino-info1 a {
	color: #FFF;
}

.full-kino-info1 a:hover {
	text-decoration: none;
}

.full-kino-greybg {
	background: #323233;
}

.full-left {
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
	-moz-box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
	box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
}

.fullstory-content .info2 {
	margin: 0 0;
	font-size: 18px;
	line-height: 28px;
}

.fullstory-content .info2 span {
	color: #ffdab2;
}

.fullstory-content .info2 a {
	color: #FFF;
}

.full-kino-title {
	overflow: hidden;
}

.full-kino-title h1 {
	float: left;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFF;
	margin-right: 11px;
}

.full-kino-title a {
	float: left;
}

.full-kino-date {
	font-size: 13px;
	font-style: italic;
	color: #8d8d8d;
}

.full-kino-story {
	font-size: 13px;
	color: #c5c5c5;
	padding: 16px 0 22px 0;
}

.full-kino-story a {
	color: #60f6ed;
}

.full-kino-story a:hover {
	text-decoration: none;
}

.full-kino-story img {
	margin: 10px;
}

.full-right-video1 {
	position: relative;
	background: #17181a;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 17px;
	min-height: 17px;
	margin-bottom: 22px;
}

.full-right-time {
	position: relative;
	display: block;
	float: left;
	padding-left: 32px;
	padding-right: 26px;
	cursor: pointer;
}

.full-right-time:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	width: 23px;
	height: 23px;
	background: url(../img/time.svg) no-repeat;
}

.full-right-time b,
.full-right-remember b {
	position: relative;
	font-size: 15px;
	color: #88898c;
	background: #2d2e2f;
	padding: 2px 8px 2px 8px;
	margin-left: 3px;
	cursor: help;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.full-right-time b i,
.full-right-remember b i {
	font-style: normal;
	display: block;
	position: absolute;
	left: -3px;
	bottom: 38px;
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	width: 179px;
	padding: 12px 13px;
	background: rgba(198, 90, 68, 0.96);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.full-right-time b:hover i,
.full-right-remember b:hover i {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.full-right-time b i:before,
.full-right-remember b i:before {
	content: '';
	position: absolute;
	left: 12px;
	bottom: -10px;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-top-color: rgba(198, 90, 68, 0.96);
	border-left-color: rgba(198, 90, 68, 0.96);
}

.full-right-remember {
	position: relative;
	display: block;
	float: left;
	padding: 0 11px 0 32px;
	cursor: pointer;
}

.full-right-remember:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/remember.svg) no-repeat;
}

.full-right-video1 a {
	float: right;
	color: #70cc3f;
	text-decoration: none;
}

.full-right-video1 a:hover {
	text-decoration: underline;
}

.hideline {
	overflow: hidden;
	width: 100%;
	margin: -22px 0 30px 0;
	background: #242526;
	/*	height: 0;
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
			-ms-transform: scale(0);
			 -o-transform: scale(0);
				transform: scale(0); */
}

.hideline span {
	display: block;
	/*padding: 13px 17px;*/
	color: #949494;
	font-size: 14px;
}

.hideline.active {
	height: auto;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.section {
	position: relative;
	display: block;
	overflow: hidden;
	background: #17181a;
	padding-bottom: 65px;
	margin-bottom: 20px;
}

ul.tabs {
	height: 57px;
	line-height: 57px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #131415;
}

.tabs li {
	position: relative;
	float: left;
	display: inline;
	list-style: none;
	cursor: pointer;
	height: 57px;
	padding: 0 26px;
	line-height: 57px;
	font-size: 16px;
	color: #828282;
	font-weight: bold;
	text-align: center;
	z-index: 1 !important;
}

.tabs li:hover, .vertical .tabs li:hover {
	color: #FFF;
}

.tabs li.current {
	color: #FFF;
	background: #b93535;
}

.box {
	display: none;
	position: relative;
	z-index: 10001;
}

.box.visible {
	display: block;
}

.fullcomplaint {
	float: right;
	height: 57px;
	line-height: 57px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.fullcomplaint a {
	height: 60px;
	display: block;
	overflow: hidden;
	padding: 0 21px 0 52px;
	font-size: 16px;
	color: #57f6ed;
	font-weight: bold;
	text-decoration: none;
	background: #1a1b1e;
}

.fullcomplaint a:hover {
	background: #60f6ed;
	color: #37708b;
}

.fullcomplaint svg {
	position: absolute;
	top: 21px;
	left: 22px;
	width: 19px;
	height: 16px;
	fill: #57f6ed;
}

.fullcomplaint:hover svg {
	fill: #37708b;
}

.section .social-likes_single-w {
	position: absolute;
	left: 50%;
	float: none;
	margin: 18px 0 0 -50px;
}

.box object {
	width: 100% !important;
	height: 420px !important;
}

.box iframe {
	width: 100% !important;
	/* height: 100% !important; */
}

.full-screen {
	overflow: hidden;
	margin: 0 -7px 25px -7px;
}

.full-screen div {
	float: left;
	width: 31.2%;
	margin: 0 7px;
}

.full-screen div img {
	width: 100%;
}

.full-torrent {
	position: relative;
	background: #466735;
	margin-bottom: 30px;
}

.full-torrent svg {
	position: absolute;
	left: 15px;
	top: 13px;
	width: 20px;
	height: 20px;
	fill: #FFF;
}

.full-torrent-title {
	padding: 13px 18px 13px 48px;
	background: #5f9e3d;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.full-torrent1 {
	display: block;
	padding: 13px 16px 13px 17px;
	font-size: 14px;
	color: #bfd8b3;
	overflow: hidden;
}

.full-torrent2 {
	display: block;
	padding: 13px 16px 13px 17px;
	font-size: 14px;
	color: #bfd8b3;
	overflow: hidden;
}

.full-torrent1:nth-child(2n-1) {
	display: block;
	background: #4f713d;
}

.full-torrent2:nth-child(2n-1) {
	display: block;
	background: #4f713d;
}

.full-torrent1 span {
	display: block;
	float: left;
}

.full-torrent2 span {
	display: block;
	float: left;
}

.full-torrent1 span a {
	color: #ddffa2;
	text-decoration: none;
}

.full-torrent2 span a {
	color: #ddffa2;
	text-decoration: none;
}

.full-torrent1 span a:hover {
	text-decoration: underline;
}

.full-torrent1 span:nth-child(1) {
	width: 45%;
}

.full-torrent1 span:nth-child(2) {
	width: 40%;
}

.full-torrent1 span:nth-child(3) {
	width: 15%;
	text-align: right;
}

.full-kino-facts {
	text-transform: uppercase;
	font-size: 11px;
	color: #5d5d5d;
	margin-bottom: 15px;
}

.full-kino-facts span {
	display: block;
	font-size: 14px;
	color: #dcb827;
	padding-bottom: 3px;
}

.full-kino-fact {
	position: relative;
	background: #1a1b1d;
	font-size: 13px;
	color: #9c9c9c;
	margin-bottom: 30px;
	padding: 15px 17px 16px 17px;
	list-style-type: none;
}

.full-kino-fact:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	background: #7d7d7d;
}

#full-reviews,
.full-reviews {
	margin-bottom: 32px;
}

.full-reviews {
	margin-top: 30px;
}

#full-reviews .full-review,
.full-reviews .full-review {
	background: #336272;
	padding: 17px;
	font-size: 13px;
	color: #a2f7ff;
}

.full-reviews .full-review {
	margin-bottom: 10px;
	position: relative;
}

.full-review-hidden {
	overflow: hidden;
}

.btn-more-review {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: #BD4D3C;
	color: #FFE9E9;
	display: none;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.full-reviews .review:first-child .full-review .btn-more-review {
	display: block;
}

.btn-more-review.show {
	background: #3c8797;
	color: #a2f7ff;
}

.full-review a {
	color: #e45e49;
	font-weight: bolder;
}

.full-review-title {
	position: relative;
	font-size: 16px;
	color: #57f6ed;
	font-weight: bold;
	padding-left: 37px;
	padding-bottom: 20px;
	padding-right: 30px;
}

.full-review-title svg {
	position: absolute;
	left: 3px;
	top: -2px;
	width: 22px;
	height: 22px;
}

#full-reviews .owl-controls {
	top: 0 !important;
}

#full-reviews .owl-buttons {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

#full-reviews .owl-buttons div {
	position: absolute;
}

#full-reviews .owl-buttons div.owl-prev {
	display: none;
}

#full-reviews .owl-buttons div.owl-next {
	right: 0;
	top: -40px;
	width: 28px;
	height: 23px;
	background: url(../img/review.svg) no-repeat;
}

#full-reviews .autoHeight {
	padding-bottom: 10px;
}

.story-video .basenavi {
	margin-left: 0;
}

@media screen and (max-width: 1085px) {
	.fullstory-content-slider {
		padding: 0 50px;
	}
}

@media screen and (max-width: 977px) {
	.full-screen div {
		width: 31.1%;
	}
}

@media screen and (max-width: 947px) {
	.full-screen div {
		width: 31.0%;
	}
}

@media screen and (max-width: 920px) {
	.full-screen div {
		width: 30.9%;
	}
}

@media screen and (max-width: 896px) {
	.full-screen div {
		width: 30.8%;
	}

	.box object	{
		height: 350px !important;
	}
	
		.box iframe {
		/* height: 100% !important; */
	} 
}

@media screen and (max-width: 874px) {
	.full-screen div {
		width: 30.7%;
	}
}

@media screen and (max-width: 868px) {
	.full-screen div {
		width: 30.6%;
	}
}

@media screen and (max-width: 833px) {
	.full-screen div {
		width: 30.5%;
	}
}

@media screen and (max-width: 814px) {
	.full-screen div {
		width: 47.1%;
	}
}

@media screen and (max-width: 804px) {
	.full-screen div {
		width: 47.0%;
	}
}

@media screen and (max-width: 787px) {
	.full-screen div {
		width: 46.9%;
	}
}

@media screen and (max-width: 772px) {
	.full-screen div {
		width: 46.8%;
	}
}

@media screen and (max-width: 758px) {
	.full-screen div {
		width: 46.7%;
	}

	.box object 	{
		height: 300px !important;
	}
	
		.box iframe {
		/* height: 100% !important; */
	} 
}

@media screen and (max-width: 744px) {
	.full-screen div {
		width: 46.6%;
	}
}

@media screen and (max-width: 732px) {
	.full-screen div {
		width: 46.5%;
	}
}

@media screen and (max-width: 730px) {
	.full-screen div {
		width: 31.3%;
	}

	.story-video {
		clear: left;
		margin: 0 !important;
	}

	.box object 	{
		height: 420px !important;
	}
	
		.box iframe {
		/* height: 100% !important; */
	}

	.full-right-video1 {
		height: 55px;
	}

	.full-right-remember {
		clear: left;
		margin: 18px 0 0 0;
	}
}

@media screen and (max-width: 704px) {
	.full-screen div {
		width: 31.2%;
	}
}

@media screen and (max-width: 670px) {
	.full-screen div {
		width: 31.1%;
	}
}

@media screen and (max-width: 640px) {
	.full-screen div {
		width: 31.0%;
	}
}

@media screen and (max-width: 620px) {
	#left {
		float: none;
		margin: 0 auto;
	}

	#right {
		margin-left: 0;
	}

	.title-date-story {
		clear: left;
		margin: 0 10px !important;
	}

	.fullstory-content-slider, .fullstory-drops {
		display: none;
	}
}

@media screen and (max-width: 615px) {
	.full-screen div {
		width: 30.9%;
	}
}

@media screen and (max-width: 590px) {
	.full-screen div {
		width: 30.8%;
	}
}

@media screen and (max-width: 567px) {
	.full-screen div {
		width: 30.7%;
	}
}

@media screen and (max-width: 564px) {
	.full-screen div {
		width: 30.6%;
	}

	.box object 	{
		height: 350px !important;
	}
	
		.box iframe {
		/* height: 55% !important; */
	} 
}

@media screen and (max-width: 564px) {
	.full-screen div {
		width: 30.5%;
	}
}

@media screen and (max-width: 540px) {
	.fullstory-content {
		padding-top: 33px;
	}
}

@media screen and (max-width: 508px) {
	.full-screen div {
		width: 47.1%;
	}
}

@media screen and (max-width: 497px) {
	.full-screen div {
		width: 47.0%;
	}
}

@media screen and (max-width: 481px) {
	.full-screen div {
		width: 46.9%;
	}
}

@media screen and (max-width: 467px) {
	.full-screen div {
		width: 46.8%;
	}
}

@media screen and (max-width: 452px) {
	.full-screen div {
		width: 46.7%;
	}

	.box object 	{
		height: 300px !important;
	}
	
		.box iframe {
		/* height: 100% !important; */
	} 
}

@media screen and (max-width: 438px) {
	.full-screen div {
		width: 46.6%;
	}

	.full-right-video1 {
		height: 90px;
	}

	.full-right-video1 a {
		float: left;
		clear: left;
		margin: 16px 0;
	}
}

@media screen and (max-width: 426px) {
	.full-screen div {
		width: 46.5%;
	}
}

@media screen and (max-width: 414px) {
	.full-screen div {
		width: 46.4%;
	}
}

@media screen and (max-width: 403px) {
	.fresh-year a {
		font-size: 12px;
	}

	.full-screen div {
		width: 46.3%;
	}

	.fullcomplaint a {
		width: 0;
		padding: 0 0 0 60px;
	}

	.full-right-time b i, .full-right-remember b i {
		left: -80px;
	}

	.full-right-time b i:before, .full-right-remember b i:before {
		left: 92px;
	}
}

@media screen and (max-width: 392px) {
	.full-screen div {
		width: 46.2%;
	}
}

@media screen and (max-width: 383px) {
	.full-screen div {
		width: 46.1%;
	}
}

@media screen and (max-width: 373px) {
	.full-screen div {
		width: 46.0%;
	}
}

@media screen and (max-width: 363px) {
	.full-screen div {
		width: 45.9%;
	}

	.full-torrent1 {
		font-size: 12px;
	}

	.box object 	{
		height: 380px !important;
	}
	
		.box iframe {
		height: 100% !important;
	} 
}

@media screen and (max-width: 356px) {
	.full-screen div {
		width: 96.0%;
	}

	.full-screen {
		padding: 0 30px;
	}
}

@media screen and (max-width: 330px) {
	.full-left {
		margin: 0 20px 30px 20px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 322px) {
	.fullstory-content {
		padding-top: 33px;
	}

	.box object	{
		height: 200px !important;
	}
	
		.box iframe {
		height: 100% !important;
	} 
}

/* --------------------------------------------------------- */
/* --------------- Iieiay iiainou aeaai eiiao -------------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* ------------- Ei?ioeay iiainou iiainoae eeii ------------ */
/* --------------------------------------------------------- */
.short-news {
	position: relative;
	width: 23%;
	float: left;
	margin: 0 10px 24px 10px;
	-webkit-box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
	-moz-box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
	box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
}

.short-news a {
	text-decoration: none;
}

.short-news img {
	display: block;
	width: 100%;
	height: auto;
}

.short-news-title {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	border: 4px solid rgba(121, 121, 121, 0.0);
}

.short-news-title span {
	position: absolute;
	bottom: 10px;
	padding: 0 13px;
}

.short-news a:hover .short-news-title {
	border: 4px solid rgba(121, 121, 121, 1.0);
}

.short-news a:hover .short-news-title span {
	bottom: auto;
	top: 12px;
}

.short-news-info {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(12, 12, 13, 0.0) url(../img/kino-news.png) repeat-x bottom;
	font-size: 11px;
	color: #FFF;
}

.short-news a:hover .short-news-info {
	background: rgba(12, 12, 13, 0.84) url(../img/kino-news.png) repeat-x bottom;
}

.short-news-info span {
	position: absolute;
	left: 4px;
	right: 4px;
	bottom: 4px;
	height: 40px;
	background: #c04c3e;
	-moz-opacity: 0.0;
	opacity: 0.0;
	filter: alpha(opacity=0); /*IE7 fix*/
}

.short-news a:hover .short-news-info span {
	-moz-opacity: 1.0;
	opacity: 1.0;
	filter: alpha(opacity=100); /*IE7 fix*/
}

.short-news-info span i {
	font-style: normal;
	position: absolute;
	top: 13px;
	right: 15px;
}

.short-news-info span i svg {
	content: '';
	position: absolute;
	top: -1px;
	left: -24px;
	width: 17px;
	height: 19px;
	fill: #f6b385;
}

.short-news-info span b {
	font-weight: normal;
	position: absolute;
	top: 13px;
	left: 35px;
}

.short-news-info span b svg {
	content: '';
	position: absolute;
	top: -1px;
	left: -24px;
	width: 17px;
	height: 16px;
	fill: #f6b385;
}

@media screen and (max-width: 1040px) {
	.short-news {
		width: 22.9%;
	}
}

@media screen and (max-width: 980px) {
	.short-news {
		width: 22.8%;
	}
}

@media screen and (max-width: 940px) {
	.short-news {
		width: 22.7%;
	}
}

@media screen and (max-width: 900px) {
	.short-news {
		width: 22.6%;
	}
}

@media screen and (max-width: 860px) {
	.short-news {
		width: 30.9%;
	}
}

@media screen and (max-width: 850px) {
	.short-news {
		width: 30.8%;
	}
}

@media screen and (max-width: 820px) {
	.short-news {
		width: 30.7%;
	}
}

@media screen and (max-width: 790px) {
	.short-news {
		width: 30.6%;
	}
}

@media screen and (max-width: 760px) {
	.short-news {
		width: 30.5%;
	}
}

@media screen and (max-width: 740px) {
	.short-news {
		width: 30.4%;
	}
}

@media screen and (max-width: 710px) {
	.short-news {
		width: 30.3%;
	}
}

@media screen and (max-width: 690px) {
	.short-news {
		width: 30.2%;
	}
}

@media screen and (max-width: 670px) {
	.short-news {
		width: 30.1%;
	}
}

@media screen and (max-width: 650px) {
	.short-news {
		width: 46.7%;
	}
}

@media screen and (max-width: 635px) {
	.short-news {
		width: 46.6%;
	}
}

@media screen and (max-width: 615px) {
	.short-news {
		width: 46.5%;
	}
}

@media screen and (max-width: 600px) {
	.short-news {
		width: 46.4%;
	}
}

@media screen and (max-width: 585px) {
	.short-news {
		width: 46.3%;
	}
}

@media screen and (max-width: 570px) {
	.short-news {
		width: 46.2%;
	}
}

@media screen and (max-width: 555px) {
	.short-news {
		width: 46.1%;
	}
}

@media screen and (max-width: 520px) {
	.short-news {
		width: 46%;
	}
}

@media screen and (max-width: 510px) {
	.short-news {
		width: 45.8%;
	}
}

@media screen and (max-width: 485px) {
	.short-news {
		width: 45.6%;
	}
}

@media screen and (max-width: 465px) {
	.short-news {
		width: 45.4%;
	}
}

@media screen and (max-width: 445px) {
	.short-news {
		width: 45.2%;
	}
}

@media screen and (max-width: 425px) {
	.short-news {
		width: 94%;
	}
}

/* --------------------------------------------------------- */
/* ---------- Ei?ioeay iiainou iiainoae eeii eiiao --------- */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* -------------- Iieiay iiainou iiainoae eeii ------------- */
/* --------------------------------------------------------- */
.fullstory-news {
	padding: 0 10px;
	font-size: 15px;
	color: #a6a6a6;
}

.fullstory-news h1 {
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
}

.fullstory-news-date {
	font-size: 15px;
	font-style: italic;
	color: #72e4dd;
	padding: 7px 0 33px 0;
}

/*
.fullstory-news-poster {
	width: 273px;
	float: left;
	border: 4px solid #3c3e3e;
	margin: 0 24px 16px 0;
}

.fullstory-news-poster img {
	width: 100%;
	float: left;
}
*/

.fullstory-news-story img {
	width: 273px;
	float: left;
	border: 4px solid #3c3e3e;
	margin: 0 24px 16px 0;
}

.fullstory-news-story {
	padding-bottom: 27px;
}

.fullstory-news-story a {
	color: #60f6ed;
}

.fullstory-news-story a:hover {
	text-decoration: none;
}

.fullstory-news-rate {
	overflow: hidden;
	background: #181919;
	margin-bottom: 43px;
	clear: left;
}

.fullstory-news-rate .main-sliders-rate {
	width: 284px;
}

.fullstory-news-rate .main-sliders-rate a {
	background: #121313;
	width: 49%;
}

.fullstory-news-rate .main-sliders-rate a:first-child {
	border-right: 2px solid #1f2123;
}

.fullstory-news .social-likes_single-w {
	margin: -85px 20px 0 0;
}

.fullstory-content .info1 {
	display: none;
}

.fullstory-content .info2 {
	display: block;
}

.fullstory-news .basenavi {
	margin-left: 0;
}

@media screen and (max-width: 1040px) {
	.fullstory-news .social-likes_single-w {
		margin: -85px 20px 0 0 !important;
	}
}

@media screen and (max-width: 540px) {
	.fullstory-news .social-likes_single-w .social-likes {
		position: absolute;
		top: 46px !important;
		left: -90px !important;
	}
}

@media screen and (max-width: 480px) {
	.fullstory-news h1 {
		font-size: 20px;
	}
}

@media screen and (max-width: 400px) {
	.fullstory-news-rate .main-sliders-rate {
		width: 230px;
	}
}

/* --------------------------------------------------------- */
/* ----------- Iieiay iiainou iiainoae eeii eiiao ---------- */
/* --------------------------------------------------------- */

/* --------------- Aiaaaeaiea eiiiaioa?ey --------------- */
.addcomm {
	padding: 22px 22px 19px 16px;
	margin-bottom: 50px;
	background: #1a1b1d;
	color: #a6a6a6;
}

.addcomm a {
	color: #60f6ed;
}

.addcomm a:hover {
	text-decoration: none;
}

.addcomm-title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 0 14px 7px;
}

@media screen and (max-width: 400px) {
	.addcomm {
		padding: 22px 12px 19px 6px;
	}

	.addcomm-title {
		font-size: 18px;
	}
}

/* ------------ Aiaaaeaiea eiiiaioa?ey eiiao ------------ */

.comm {
	position: relative;
	padding: 54px 0 30px 0;
}

.comm-ava {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 39px;
	height: 39px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.comm-ava img {
	width: 39px;
	min-height: 39px;
}

.comm_rate {
	position: absolute;
	top: 12px;
	right: 6px;
	white-space: nowrap;
}

.comm_rate a {
	position: relative;
	padding: 0 13px;
}

.comm_rate a:first-child:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 3px;
	top: 9px;
	left: 0;
	background: #c2553f;
}

.comm_rate a:last-child:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 3px;
	top: 9px;
	right: 0;
	background: #79cc20;
}

.comm_rate a:last-child:after {
	content: '';
	position: absolute;
	width: 3px;
	height: 13px;
	top: 4px;
	right: 5px;
	background: #79cc20;
}

.comm-login {
	position: absolute;
	top: 4px;
	left: 52px;
	font-size: 12px;
	color: #c4c4c4;
	text-transform: uppercase;
}

.comm-login b {
	font-weight: normal;
}

.comm-login h3 {
	text-transform: none;
	font-size: 16px;
	color: #e36a51;
	font-weight: bold;
}

.comm-login h3 a {
	color: #e36a51;
	text-decoration: none;
}

.comm-text {
	position: relative;
	font-size: 14px;
	color: #d2d2d2;
	background: #353637;
	padding: 16px 18px 17px 18px;
}

.comm-text a {
	color: #60f6ed;
}

.comm-text a:hover {
	text-decoration: none;
}

.comm-text:before {
	content: '';
	position: absolute;
	top: -9px;
	left: 17px;
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-left: 13px solid #353637;
}

.comm-bottom {
	position: relative;
	height: 49px;
	border-bottom: 3px solid #2b2c2d;
}

.comm-num {
	position: absolute;
	top: 20px;
	right: 2px;
	font-size: 13px;
	color: #bdbdbd;
	font-weight: bold;
	padding: 0 0 0 27px;
}

.comm-num svg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 17px;
	height: 19px;
}

.comm-date,
.comm-reply {
	display: block;
	float: left;
	font-size: 12px;
	color: #6b6b6b;
	padding-top: 17px;
}

.comm-dell {
	display: block;
	float: left;
	font-size: 12px;
	color: #6b6b6b;
	padding-top: 17px;
	padding-left: 10px;
}

.comm-date {
	padding: 17px 23px 0 3px;
}

.comm-reply a {
	color: #6b6b6b;
}

.comm-dell a {
	color: #6b6b6b;
}

.comm-ed a {
	color: #6b6b6b;
}

.comm-reply a:hover {
	text-decoration: none;
}

.comm-ed {
	display: block;
	float: left;
	font-size: 12px;
	color: #6b6b6b;
	padding-top: 17px;
	padding-left: 10px;
}

/* -------------------- trailers -------------------- */

.short-trailers {
	width: 50%;
	height: 280px;
	float: left !important;
	/*overflow: hidden;*/
	color: #CCC;
	font-size: 14px;
	margin-bottom: 30px;
}

.short-trailers:nth-child(2n+1) {
	clear: left;
!important;
}

.short-trailers:nth-child(2n) {
	clear: none;
!important;
}

.category-content .owl-item.short-trailers:nth-child(5n+1) {
	clear: none !important;
}

.short-trailers .item {
	width: 100%;
}

.short-trailers-item {
	width: 170px;
	float: left;
}

.short-trailers-item .main-sliders-img {
	width: 100%;
}

.short-trailers-item .main-sliders-img img {
	width: 100%;
}

.short-trailers .main-sliders-title {
	text-align: left;
	padding-left: 0;
}

.short-trailers-item2 {
	overflow: hidden;
	padding: 0 20px 0 16px;
}

.short-trailers-item2 span {
	display: block;
	font-size: 40px;
	color: #ccc;
	line-height: 34px;
}

@media screen and (max-width: 800px) {
	.short-trailers {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 540px) {
	.short-trailers-item {
		width: 150px;
	}
}

@media screen and (max-width: 360px) {
	.short-trailers-item {
		width: 93%;
		float: none;
		margin-bottom: 14px;
	}

	.short-trailers-item2 {
		padding: 0 16px 0 0;
	}
}

/* -------------------- trailers ??-------------------- */

.avatar {
	width: 100px;
	height: 100px;
	border: 3px solid #ca563f;
	padding: 3px;
	margin-left: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.avatar img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.other {
	margin-left: 140px;
	font-size: 14px;
	line-height: 19px;
}

.other a {
	color: #60f6ed;
}

.other a:hover {
	text-decoration: none;
}

.statistics h5 {
	margin: 50px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #c4c4c4;
}

.statistics ul {
	padding-right: 50px;
}

.userinfo {
	overflow: hidden;
}

.other-content {
	max-width: 1000px;
	margin: 0 auto;
}

.other-content1 {
	padding: 100px 10px 0 10px;
}

.other-content1 .basenavi {
	margin-left: 0;
}

@media screen and (max-width: 1280px) {
	.header {
		margin: 0 -140px;
	}

	/* Oaeno aieuoiai neaeaa?a */
	.item-top-slider2 {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1040px) {
	.header {
		margin: 0 -140px;
	}

	/* Caaieiaee ieeoi?iuo neaeaa?ia ia aeaaiie */
	.main-sliders-top1 .main-sliders-top-title,
	.main-sliders-top2 .main-sliders-top-title,
	.main-sliders-top3 .main-sliders-top-title {
		padding: 0 40px 0 30px;
	}

	/* Oaeno aieuoiai neaeaa?a */
	.item-top-slider2 {
		padding: 0 30px;
	}

	.social-likes_single-w {
		margin: 20px 110px 0 0 !important;
	}

	/* No?aeee aieuoiai neaeaa?a */
	#owl-top .owl-buttons div.owl-prev {
		left: 20px;
	}

	#owl-top .owl-buttons div.owl-next {
		right: 20px;
	}

	/* Aa?oiaa iai? */
	.top-menu {
		-moz-opacity: 0.0;
		opacity: 0.0;
		filter: alpha(opacity=0); /*IE7 fix*/
		visibility: hidden;
		position: fixed;
		z-index: 12;
		left: -152px;
		top: 67px;
		bottom: 0;
		width: 152px;
		height: 100%;
		background: #1f2123;
	}

	.top-menu.opened {
		left: 0;
		-moz-opacity: 1.0;
		opacity: 1.0;
		visibility: visible;
		filter: alpha(opacity=100); /*IE7 fix*/
	}

	.top-menu li {
		display: block;
		float: none;
		overflow: hidden;
	}

	.top-menu li:nth-child(2n) {
		background: #26282a;
	}

	.top-menu li a {
		display: block;
		width: 152px;
		float: none;
		height: 42px;
		line-height: 42px;
		padding-left: 26px;
	}

	.top-menu li span {
		position: fixed;
		bottom: 0;
		width: 219px !important;
		left: 172px;
		display: block;
		overflow: hidden;
		overflow-y: scroll;
	}

	.top-menu li:hover span {
		left: 152px;
	}

	.top-menu li span em {
		border: none !important;
		width: 210px;
	}

	.top-menu li span em a {
		display: block;
	}

	/* Aa?oiaa iai? - eiiiea ioe?uoey iai? */
	.top-menu2 {
		visibility: visible;
		position: absolute;
		left: 186px;
		top: 27px;
		width: 19px;
		height: 17px;
		cursor: pointer;
	}

	.top-menu2 span {
		position: absolute;
		top: 7px;
		display: block;
		width: 19px;
		height: 3px;
		background: #fdf4eb;
	}

	.top-menu2:before {
		content: '';
		position: absolute;
		top: 0;
		display: block;
		width: 19px;
		height: 3px;
		background: #fdf4eb;
	}

	.top-menu2:after {
		content: '';
		position: absolute;
		top: 14px;
		display: block;
		width: 19px;
		height: 3px;
		background: #fdf4eb;
	}

	.top-menu2.close:before {
		-webkit-transform: rotate(45deg) translate(5px, 5px);
		-moz-transform: rotate(45deg) translate(5px, 5px);
		-ms-transform: rotate(45deg) translate(5px, 5px);
		-o-transform: rotate(45deg) translate(5px, 5px);
		transform: rotate(45deg) translate(5px, 5px);
	}

	.top-menu2.close span {
		filter: Alpha(Opacity=0); /*IE7 fix*/
		opacity: 0.0;
	}

	.top-menu2.close:after {
		-webkit-transform: rotate(-45deg) translate(5px, -5px);
		-moz-transform: rotate(-45deg) translate(5px, -5px);
		-ms-transform: rotate(-45deg) translate(5px, -5px);
		-o-transform: rotate(-45deg) translate(5px, -5px);
		transform: rotate(-45deg) translate(5px, -5px);
	}

	.top-menu.opened {
		visibility: visible;
	}

	/* Aa?oiaa iai? - i?ioeeu iieuciaaoaey */
	.top-profile,
	.top-authoriz {
		margin-right: 0;
	}

	/* Neaeaa?u ia aeaeiie - ionooiu ii aieai aey aeaeiinoe no?aeie iaaeaaoee */
	.main-sliders {
		padding: 0 40px;
	}

	#main-slider1 .owl-buttons div.owl-prev,
	#main-slider2 .owl-buttons div.owl-prev,
	#main-slider3 .owl-buttons div.owl-prev,
	#main-slider4 .owl-buttons div.owl-prev,
	#main-slider5 .owl-buttons div.owl-prev {
		left: -38px;
	}

	#main-slider1 .owl-buttons div.owl-next,
	#main-slider2 .owl-buttons div.owl-next,
	#main-slider3 .owl-buttons div.owl-next,
	#main-slider4 .owl-buttons div.owl-next,
	#main-slider5 .owl-buttons div.owl-next {
		right: -38px;
	}

	/* Nnueea "Iieacaou ana" a caaieiaeao neaeaa?ia ia aeaaiie */
	.main-sliders-link {
		right: 20px;
	}

	/* Iiainoe eeii */
	.kino-news-bg {
		padding: 0 12px;
	}

	/* Iineaaiea eiiiaioa?ee */
	.main-lastcomm-bg {
		left: 0;
		right: 22px;
	}

	.main-lastcomm .main-sliders-top-title {
		padding: 0 8px;
	}

	/* iioi?iaoey a eiioa no?aieou */
	.main_footer-info2 {
		padding: 0 20px;
	}

	.counts span {
		margin-right: 20px;
	}
}

@media screen and (max-width: 900px) {
	.header {
		margin: 0 -240px;
	}

	/* Oaeno aieuoiai neaeaa?a */
	.item-top-slider2 {
		padding: 0 150px;
		font-size: 28px;
	}

	.item-top-slider2 span {
		font-size: 15px;
	}

	.social-likes_single-w {
		margin: 20px 110px 0 0 !important;
	}

	/* Eiiiea play aieuoiai neaeaa?a */
	.top-slider-link {
		width: 72px;
		height: 72px;
		margin: -34px 0 0 -40px;
	}

	/* No?aeee aieuoiai neaeaa?a */
	#owl-top .owl-buttons div.owl-prev {
		left: 150px;
	}

	/* No?aeee aieuoiai neaeaa?a */
	#owl-top .owl-buttons div.owl-next {
		right: 150px;
	}

	#spacer {
		height: 119px;
	}

	#footer {
		height: 119px;
		margin-top: -119px;
	}

	.footer2 {
		padding-top: 80px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 720px) {
	.header {
		margin: 0 -240px;
	}

	/* Oaeno aieuoiai neaeaa?a */
	.item-top-slider2 {
		padding: 0 200px;
		font-size: 26px;
	}

	.item-top-slider2 span {
		font-size: 15px;
	}

	/* No?aeee aieuoiai neaeaa?a */
	#owl-top .owl-buttons div.owl-prev,
	#owl-top .owl-buttons div.owl-next {
		display: none;
	}
}

@media screen and (max-width: 660px) {
	.header {
		margin: 0 -180px;
	}

	/* Oaeno aieuoiai neaeaa?a */
	.item-top-slider2 {
		padding: 0 210px;
	}

	.social-likes_single-w {
		margin: 13px 110px 0 0 !important;
	}

	/* Caaieiaee ieeoi?iuo neaeaa?ia ia aeaaiie */
	.main-sliders-top1,
	.main-sliders-top2,
	.main-sliders-top3 {
		height: 60px;
	}

	.main-sliders-top1 .main-sliders-top-title,
	.main-sliders-top2 .main-sliders-top-title,
	.main-sliders-top3 .main-sliders-top-title {
		padding: 0 30px;
		font-size: 20px;
		line-height: 60px;
	}

	.main-sliders-link b {
		top: 20px;
	}

	/* Eiiiea play aieuoiai neaeaa?a */
	.top-slider-link {
		width: 70px;
		height: 70px;
		margin: -35px 0 0 -35px;
	}

	/* No?aeee aieuoiai neaeaa?a */
	#owl-top .owl-buttons div.owl-prev,
	#owl-top .owl-buttons div.owl-next {
		display: none;
	}

	/* Eiiiea Info e anieuaaeea a aeeoeao neaeaa?ia ia aeaaiie */
	.owl-item .main-sliders-info1 {
		display: none;
	}

	/* Eiiiee ?aeoeiea a ieeoeao neaeaa?ia ia aeaaiie */
	.main-sliders-rate a {
		font-size: 12px;
	}

	/* Caaieiaie a ieeoeao neaeaa?ia ia aeaaiie */
	.main-sliders-title {
		font-size: 13px;
	}

	/* Oae?aao no?aeee a ieeoeao neaeaa?ia ia aeaaiie */
	/*#main-slider1 .owl-buttons,
	#main-slider2 .owl-buttons,
	#main-slider3 .owl-buttons,
	#main-slider4 .owl-buttons,
	#main-slider5 .owl-buttons {
		display: none;
	}.main-sliders {
		padding: 0 10px;
	}*/
	/* Iiainoe eeii */
	.main-kino-news {
		width: 100%;
	}

	.kino-news-bg {
		padding: 6px 12px 0 12px;
	}

	/* Iineaaiea eiiiaioa?ee */
	.main-lastcomm {
		position: relative;
		width: 93%;
		top: auto;
		bottom: auto;
		left: 23px;
		right: 0;
		clear: left;
	}

	.main-lastcomm-bg {
		position: relative;
		overflow-y: scroll;
		width: 100%;
		height: 400px;
		top: -15px;
		left: 0;
		right: 0;
	}

	.main-lastcomm .main-sliders-top1 {
		top: -20px;
		clear: left;
	}

	.main-lastcomm .main-sliders-top-title {
		padding: 0 8px;
	}
}

@media screen and (max-width: 540px) {
	.header {
		padding-top: 67px;
	}

	/* Iaa?oea ieeoi?iuo neaeaa?ia ia aeaaiie */
	.sliders-bg1,
	.sliders-bg2,
	.sliders-bg3,
	.sliders-bg4,
	.sliders-bg5 {
		padding-top: 20px;
	}

	/* Eiiiea iiaaeeouny */
	.social-likes_single-w {
		margin: 12px 120px 0 0 !important;
	}

	.social-likes__button_single {
		width: 23px !important;
		overflow: hidden;
		padding: 0 !important;
	}

	.social-likes__button {
		padding-left: 24px !important;
	}

	/* Oaeno aieuoiai neaeaa?a */
	.item-top-slider2 {
		padding: 0 210px;
		font-size: 22px;
	}

	/* Oaeno aieuoiai neaeaa?a */
	.item-top-slider2 span {
		font-size: 14px;
	}

	/* Eiiiea play aieuoiai neaeaa?a */
	.top-slider-link {
		width: 60px;
		height: 60px;
		margin: -40px 0 0 -30px;
	}

	/* Eiaioei */
	.logo {
		width: 38px;
		height: 41px;
		background: url(../img/logo2.svg) no-repeat;
	}

	/* Aa?oiaa iai? - eiiiea ioe?uoey iai? */
	.top-menu2 {
		left: 62px;
	}

	/* Na?ee e naciiu */
	.main-sliders-season {
		font-size: 13px;
	}

	/* Iiainoe eeii */
	.kino-news3 span {
		font-size: 13px;
	}

	/* Iineaaiea eiiiaioa?ee */
	.main-lastcomm {
		width: 90%;
	}

	/* iioi?iaoey a eiioa no?aieou */
	.main_footer-info2 img {
		width: 160px;
	}

	#spacer {
		height: 183px;
	}

	#footer {
		height: 183px;
		margin-top: -183px;
	}

	.footer2 {
		padding-top: 80px;
		margin-left: 20px;
	}

	.footer2 a {
		display: block;
		clear: left;
		margin-bottom: 5px;
	}

	.footer1 {
		visibility: hidden;
	}

	.other-content1 {
		padding-top: 33px;
	}
}

@media screen and (max-width: 370px) {
	/* Oaeno aieuoiai neaeaa?a */
	.item-top-slider2 {
		padding: 0 200px;
		font-size: 18px;
	}

	.item-top-slider2 span {
		font-size: 12px;
	}

	/* Eiiiea play aieuoiai neaeaa?a */
	.top-slider-link {
		width: 50px;
		height: 50px;
		margin: -36px 0 0 -20px;
	}

	/* Iaa?oea ieeoi?iuo neaeaa?ia ia aeaaiie */
	.sliders-bg1,
	.sliders-bg2,
	.sliders-bg3,
	.sliders-bg4,
	.sliders-bg5 {
		padding: 15px 0px 0 0px;
	}

	/* Aa?oiaa iai? */
	.top-menu {
		width: 120px;
	}

	.top-menu li span {
		left: 120px;
		width: 198px !important;
	}

	.top-menu li:hover span {
		left: 120px;
	}

	.top-menu li a {
		padding-left: 11px;
		width: 109px;
	}

	.top-menu li span a {
		padding: 0 10px;
	}

	/* Aa?oiaa iai? - i?ioeeu iieuciaaoaey */
	.top-profile {
		width: 104px;
	}

	.top-profile-ava {
		left: 15px;
	}

	.top-profile .top-profile-menu:before {
		left: 69px;
	}

	.top-profile .top-profile-menu:after {
		left: 77px;
	}

	.top-profile .top-profile-menu ul {
		width: 104px;
	}

	.top-profile ul:before {
		left: 72px;
	}

	.top-profile ul li a {
		text-indent: 10px;
		font-size: 12px;
	}

	.top-profile ul li a:hover {
		text-indent: 10px;
	}

	.top-profile ul li a:before,
	.top-profile ul li a:after {
		display: none;
	}

	/* Aa?oiaa iai? - aaoi?ecaoey */
	.top-authoriz {
		width: 50px;
	}

	.top-authoriz2 {
		left: auto;
		right: 0;
	}

	.top-authoriz2:before {
		left: auto;
		right: 27px;
	}

	.top-register1 {
		display: none;
	}

	.top-authoriz .top-register {
		display: block;
	}

	/* Caaieiaee ieeoi?iuo neaeaa?ia ia aeaaiie */
	.main-sliders-top1 .main-sliders-top-title,
	.main-sliders-top2 .main-sliders-top-title,
	.main-sliders-top3 .main-sliders-top-title {
		padding: 0 20px;
		font-size: 18px;
	}

	/* Iiainoe eeii */
	.kino-news1 {
		width: 100%;
	}

	.kino-news3 span {
		font-size: 14px;
	}
}

@media screen and (max-width: 330px) {
	/* Iaa?oea ieeoi?iuo neaeaa?ia ia aeaaiie */
	.sliders-bg1,
	.sliders-bg2,
	.sliders-bg3,
	.sliders-bg4,
	.sliders-bg5 {
		padding: 15px 20px 0 20px;
	}

	.main_footer-info1 .main-sliders-top-title {
		font-size: 15px;
	}
}

.top-slider-link,
.top-slider-link svg,
#owl-top .owl-buttons div,
#main-slider1 .owl-buttons div,
#main-slider2 .owl-buttons div,
#main-slider3 .owl-buttons div,
#main-slider4 .owl-buttons div,
#main-slider5 .owl-buttons div,
#full-slider .owl-buttons div,
#full-related .owl-buttons div,
.top-menu,
.top-menu li a,
.top-menu li span,
.top-menu li span a,
.top-menu li span a b,
.top-menu2,
.top-menu2:before,
.top-menu2:after,
.top-menu2 span,
.top-search2,
.top-search1,
.top-search1:before,
.top-see-all,
.top-see-all svg,
.top-see-all span,
.top-profile,
.top-profile:before,
.top-profile:after,
.top-profile ul,
.top-profile ul li a,
.top-profile ul li a:before,
.top-profile ul li a:after,
.top-authoriz1 b,
.top-authoriz a,
.top-authoriz2 button,
.top-authoriz2,
.main-sliders-link,
.main-sliders-link b,
.main-sliders-link b svg,
.main-sliders-play,
.main-sliders-popup,
.main-sliders-bg,
.main-sliders-info,
.main-sliders-rate a:nth-of-type(1),
.main-sliders-rate a:nth-of-type(1) svg,
.main-sliders-rate a:nth-of-type(2),
.main-sliders-rate a:nth-of-type(2) svg,
.main-sliders-title a,
.top-profile .top-profile-menu:before,
.top-profile .top-profile-menu:after,
.kino-news3,
.kino-news3 span,
.main_footer-info2 a,
.copy-logo svg,
.counts span,
.owl-item,
.navigation a,
.nextprev a svg,
.category_title1 span.sortn form,
.category_title1 .sortn span.sortn1,
.category_title1 .sortn span.sortn1 svg,
.fullstory-slider-title,
.full-right-time b i,
.full-right-remember b i,
.tabs li,
.fullcomplaint a,
.fullcomplaint svg,
.short-news,
.short-news-title,
.short-news-info,
.short-news-info span,
.full-screen div,
#full-reviews .owl-buttons div,
.fresh-year a,
.hideline {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.category-content .content-search .owl-item:nth-child(5n+1) {
	clear: none !important;
}

.category-content .content-search .owl-item:nth-child(9),
.category-content .content-search .owl-item:nth-child(14),
.category-content .content-search .owl-item:nth-child(19),
.category-content .content-search .owl-item:nth-child(24) {
	clear: left !important;
}

@media screen and (max-width: 800px) {
	.category-content .content-search .owl-item:nth-child(4n+1) {
		clear: none !important;
	}

	.category-content .content-search .owl-item:nth-child(9),
	.category-content .content-search .owl-item:nth-child(14),
	.category-content .content-search .owl-item:nth-child(19),
	.category-content .content-search .owl-item:nth-child(24) {
		clear: none;
	!important;
	}

	.category-content .content-search .owl-item:nth-child(8),
	.category-content .content-search .owl-item:nth-child(12),
	.category-content .content-search .owl-item:nth-child(16),
	.category-content .content-search .owl-item:nth-child(20) {
		clear: left;
	!important;
	}
}

@media screen and (max-width: 600px) {
	.category-content .content-search .owl-item:nth-child(3n+1) {
		clear: none;
	!important;
	}

	.category-content .content-search .owl-item:nth-child(8),
	.category-content .content-search .owl-item:nth-child(12),
	.category-content .content-search .owl-item:nth-child(16),
	.category-content .content-search .owl-item:nth-child(20) {
		clear: none;
	!important;
	}

	.category-content .content-search .owl-item:nth-child(7),
	.category-content .content-search .owl-item:nth-child(10),
	.category-content .content-search .owl-item:nth-child(13),
	.category-content .content-search .owl-item:nth-child(16),
	.category-content .content-search .owl-item:nth-child(19),
	.category-content .content-search .owl-item:nth-child(22) {
		clear: left;
	!important;
	}
}

@media screen and (max-width: 460px) {
	.category-content .content-search .owl-item:nth-child(2n+1) {
		clear: none;
	!important;
	}
}

.social-likes__counter {
	display: none !important;
}

.more {
	list-style-type: none;
}

.moreallbtn {
	float: right;
	color: #e45e49;
	position: relative;
	bottom: 30px;
}

.info-remove-link, .info-edit-link, .info-add-link {
	color: #e45e49;
}

.info-add-link, .add_review {
	color: #e45e49;
	position: relative;
	bottom: 30px;
}

.time_del {
	float: left;
	background-image: url(../images/t-del.png);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	display: block;
	height: 44px;
	width: 24px;
	text-indent: -99999px;
	cursor: pointer;
	background-size: contain;
}

#time_continue {
	float: left;
	padding: 0 10px 0 50px;
	background-image: url(../images/t-play.png);
	background-repeat: no-repeat;
	background-position: 22px 12px;
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	color: #767677;
	cursor: pointer;
}

.cat_h1 {
	text-align: center;
	height: 40px;
	background: black;
	line-height: 38px;
}

.cat_h1 > h1 {
	color: #ffd200;
	font-size: 12px;
	font-size: 22px;
}

.todopl {
	top: 0px;
	background-color: rgba(39, 40, 40, 0.5);
	padding: 0;
	position: absolute;
}

.todopl div.headed {
	top: 42px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-left: 10px;
}

.todopl div.cont {
	width: 100%;
	position: absolute;
	top: 80px;
}

.todopl div.close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

.todopl div.cont div a img {
	text-decoration: none;
	border: 3px solid transparent;
}

.todopl div.cont div a img:hover {
	text-decoration: none;
	border: 3px solid #df5c47;
}

.todopl div.cont div {
	width: 25%;
	float: left;
	position: relative;
	text-align: center;
}

.todopl div a img {
	height: 215px;
	width: 150px;
	position: relative;
	top: 0;
}

.main_btn_podborka {
	background: #0c4340 url(../images/podborka.png) 10px 10px no-repeat;
	width: 170px;
	height: 45px;
	line-height: 50px;
	color: #52e5dd;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 25px;
	font-size: 15px;
	font-weight: bold;
	display: block;
	-webkit-box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
	-moz-box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
	box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	right: 220px;
	position: absolute;
	text-align: -webkit-center;
	text-align: -moz-center;
}

.main_btn_podborka:hover {
	background: #0d6863 url(../images/podborka.png) 10px 10px no-repeat;
}

@media screen and (max-width: 640px) {
	.main_btn_podborka {
		display: none !important;
	}
}

@media screen and (max-width: 540px) {
	.full_track {
		display: none !important;
	}
}

.full-title-scoro-block a {
	color: #fff
}

.track {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(../images/music.png);
	width: 30px;
	height: 30px;
	background-size: 30px;
	margin: 0 10px -10px -15px;
}

@media screen and (max-width: 1085px) {
	.full_track, .fullstory_data_rel {
		display: none !important;
	}
}

.main-sliders-top-titles {
	position: relative;
	display: block;
	max-width: 980px;
	margin: 0 auto;
	font-size: 25px;
	color: #FFF;
	font-weight: bold;
	line-height: 80px;
	padding: 0 10px;
}

@media screen and (max-width: 1040px) {
	.main-sliders-top-titles {
		font-size: 21px !important;
	}
}

@media screen and (max-width: 660px) {
	.main-sliders-top-titles {
		font-size: 17px !important;
	}
}

@media screen and (max-width: 540px) {
	.main-sliders-top-titles {
		font-size: 9px !important;
	}
}

.fullstory_data_rel_ic {
	display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-block;
    background-image: url(../images/date_ic.png);
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin: 0 10px -10px -15px;
	
}

.b-share-counter {color:#FFFFFF !important;}

.main_btn_hd {
	background: #E45E49;
    width: 180px;
    height: 45px;
    line-height: 50px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    display: block;
    -webkit-box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
    -moz-box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
    box-shadow: 0 0 13px 0 rgba(19, 20, 21, 0.75);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    right: 435px;
    position: absolute;
    text-align: -webkit-center;
    text-align: -moz-center;
	
}

.main_btn_hd:hover {
	background: #C04C3E;
}

@media screen and (max-width: 1040px) {
	.main_btn_hd {
		display: none !important;
	}
}

.main_h {
	background: #131415;
    text-align: center;
    color: #ffd200;
}

.main_h > h1 {font-size:22px;}

.item.faded {
	opacity: 0.15;
}
.item.booked .main-sliders-title a {
	color: #c04c3e;
}
.uadm {
	z-index: 99999;
}
#uidLogButton {display:none !important} #baseLogForm {display:block !important}


.swchItem {  
 text-align: center;
	
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 70px;  left: 170px;
} 




.swchItemA{ 
text-decoration: none;
	color: #FFF;
	padding: 3px 10px 3px 10px;
	border: 2px solid #ba3636;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}  

.swchItem { 
text-decoration: none;
	color: #FFF;
	padding: 3px 10px 3px 10px;
	border: 2px solid #353535;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
} 
 
 .swchItem:hover {  
  background: #60f6ed;
	color: #2d6a87;
	border-color: #60f6ed;
}