html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
}
body {
background:#e6e6e6;
margin: 0;
overflow-x: hidden;
color:#6b6b6b;
padding-bottom: 40px; 
font-family: Arial, sans-serif;
font-size:13px;
font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
button,
button:active,
button:focus{outline:none;}
input, textarea, select:focus{outline:none;
 }
audio,
canvas,
progress,
video {
  display: inline-block; 
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
.clear{
	clear:both;
}
a {
  color: #2584d8; text-decoration: none;
}
a:hover {color: #d89225;}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
.filmudalen {color: #9E9E9E;}
/*Закладки*/
.parent { display: flex; align-items: center; justify-content: space-between; position: relative; padding: 10px; }  
.favmod { display: inline-block; padding: 5px 10px; background-color: #1200f2; color: #fff; border-radius: 5px; text-decoration: none; font-weight: 600; transition: background-color 0.2s, opacity 0.2s; white-space: nowrap; cursor: pointer; margin-left: auto; }  
.favmod:hover { color: #DFDFDF; opacity: 0.8; }  
.favmod.active { background-color: #b0b2b0; }  
.favmod.active:hover { opacity: 0.7; }  
.favmod .favmod-add, .favmod .favmod-unset { display: inline-block; }  
.favmod .favmod-unset { display: none; }  
.favmod.active .favmod-add { display: none; }  
.favmod.active .favmod-unset { display: inline-block; }  
.parent { position: relative; }  
.favmod { position: absolute; right: 10px; top: 150%; transform: translateY(-50%); }  
@media screen and (max-width: 768px) { .parent { flex-direction: column; align-items: center; } .favmod { position: static; margin: 0px 0px -18% 1%; } }  

/*//*/
dfn {font-style: italic;}
#player_vi iframe {width: 100%;height: 360px;}
@media screen and (max-width: 768px) {#player_vi iframe {height: 240px; }}
#onlinee a {color:#D30408; text-decoration: underline;}
#onlinee  a:hover { color:#d89225; text-decoration: none;}
.polosh{
margin: 10px; 
clear: both;
border-bottom: 1px solid;
border-color: #a3beff;}
.sidebar a {color:#fff !important;}
.nav-col {width: 100%;}
.nav-menu {display:flex; justify-content: center; align-items:center;}
.nav-menu li {margin:0 4px; padding:5px 0px; width:100%; background: #f1f7d1; text-align:center; border-radius:10px; border: 1px solid #c6c6c6; }
.nav-menu li span {display:block; font-size:18px; color: #000000;}
.nav-menu li:hover span {color:#5e5252;}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; 
  font: inherit; 
  margin: 0; 
}

button {
  overflow: visible;
}
ul, li {
margin:0 0 0px 0;
	padding:0px;
	list-style:none;
    line-height: 1.3;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}

button[disabled],
html input[disabled] {
  cursor: default;
}



button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}


input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; 
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }  
legend { border: 0; padding: 0; }  
textarea { overflow: auto; }  
optgroup { font-weight: bold; }  
table { border-collapse: collapse; border-spacing: 0; }  
td, th { padding: 0; }  

  /* Логотип */
.logotyp { text-align: center; margin-bottom: 20px; }
.logotyp a { font-size: 22px; font-weight: bold; color: #fff; }
.moypoisk { margin-bottom: 20px; padding: 10px; border-radius: 5px; }

/* Стили для списка меню */
.header__menu { list-style: none; padding: 0; margin: 0; }
.header__menu li { padding: 10px 15px; border-bottom: 1px solid #ddd; }
.header__menu li a { text-decoration: none; color: #000; font-size: 16px; }
.header__menu li a:hover { color: #007bff; }
.hm-caption { font-size: 18px; font-weight: bold; margin-top: 10px; color: #000; }

/* Общее оформление для элементов внутри меню */
.header__menu, .moypoisk { width: 100%; }
.page_bg { position: relative; background: #fff; overflow: hidden; -webkit-box-shadow: 0px 0px 18px 0px rgba(53,74,90,0.13); -moz-box-shadow: 0px 0px 18px 0px rgba(53,74,90,0.13); box-shadow: 0px 0px 18px 0px rgba(53,74,90,0.13); }
.mail { color: #FFFFFF; }
header { width: 100%; height: 65px; background: #27c3d3; position: relative; z-index: 999; }

/* Burger menu */
header .burger {
	float: left;
	margin: 12.5px 0 0 10px;
}
.open__burger {
  	display: block;
  	width: 40px;
  	height: 40px;
  	background: transparent;
  	border-radius: 50%;
  	position: relative;
}
.open__burger span,
.open__burger span::before,
.open__burger span::after {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-top: -1px;
  	margin-left: -10px;
  	width: 20px;
  	height: 2px;
  	background: #979797;
}
.open__burger span::before,
.open__burger span::after {
  	content: '';
  	display: block;
  	-webkit-transition: .2s;
  	transition: .2s;
}
.open__burger span::before {
  	-webkit-transform: translateY(-5px);
          	transform: translateY(-5px);
}
.open__burger span::after {
  	-webkit-transform: translateY(5px);
          	transform: translateY(5px);
}
.open__burger-active span::before {
  	-webkit-transform: rotate(45deg);
          	transform: rotate(45deg);
}
.open__burger-active span::after {
  	-webkit-transform: rotate(-45deg);
          	transform: rotate(-45deg);
}
.open__burger-active span {
  	-webkit-transition: .2s;
  	transition: .2s;
  	height: 0;
}
.burger__nav {
  	max-width: 100%;
  	margin: 0 auto;
  	background: #4d4d4d;
  	position: absolute;
  	z-index: -1;
  	left: 0;
  	top: 65px;
  	width: 100%;
  	-webkit-transition: .5s;
  	transition: .5s;
  	height: auto;
  	opacity: 0;
  	pointer-events: none;
}
.burger__nav nav {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  	-webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  	-webkit-transition: 1s;
  	transition: 1s;
}
.burger__nav nav a {
  	color: #fff;
  	font-family: sans-serif;
  	text-decoration: none;
  	font-size: 20px;
  	margin-bottom: 20px;
  	padding-left: 70px;
}
.burger__nav nav a:first-child {
  	margin-top: 20px;
}
.burger__nav-active {
  	opacity: 1;
  	-webkit-transition: .5s;
  	transition: .5s;
  	pointer-events: auto;
}
.bookmark-link {
    float: right;
    font-size: 20px; 
    color: #000; 
    text-decoration: none; 
}

.search-n {
    float: right; 
    margin-right: 5px;
    font-size: 30px; 
    color: #000; 
    text-decoration: none;} 
header .bookmark-link,
header .search-n {
    display: inline-block;
    margin-left: 10px; 
    font-size: 140%; 
    color: #FFFFFF; 
    text-decoration: none; 
}
.side-header a {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 10px;
}

.starzk {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

header .logotype { float: left; margin: 20px 0 0 20px; }
header .logotype a { display: flex; align-items: center; font-size: 157%; color: #FFFFFF; text-decoration: none; gap: 8px; }
header .logotype img { display: inline-block; }
header .side-header { float: right; margin: 20px 15px 0 0; position: relative; }
header .side-header:before { content: ""; position: absolute; top: 3px; left: 35px; background: rgba(255,255,255,0.26); width: 1px; height: 16px; }

header .side-link .search-open {
	display:block;
    float:left;
	padding:0px 5px;
	margin:0 0 0 15px ;
	position:relative;
	cursor: pointer;
	
}
header .side-link .search-open .search-o {
    width: 22px;
    height: 22px;
    display: block;
    background: url(../images/search.svg) no-repeat;
    -o-transition: 0.2s all;
}

header .side-link .search-open .search-o.open {
	  -ms-transform: scale(0); 
    -webkit-transform: scale(0);
    transform: scale(0);
}
header .side-link .search-open .search-close {
	position:absolute;
	top:3px;
	left:3px;
	width:22px;
	height:22px;
	display:block;
	background:url(../images/cancel.svg) no-repeat;
	-o-transition:0.2s all;-moz-transition:0.2s all;-webkit-transition:0.2s all;
	 -ms-transform: scale(0); 
    -webkit-transform: scale(0);
    transform: scale(0);
}
header .side-link .search-open .search-close.close {
	 -ms-transform: scale(1); 
    -webkit-transform: scale(1);
    transform: scale(1);
}
header .side-link .userauto {
	display:block;
	width:22px;
	height:22px;
	float:left;
	background:url(../images/avatar.svg) no-repeat;
	padding:0px 5px;
}

header .side-link .userautos {
	display:block;
	width:22px;
	height:22px;
	float:left;
	background:url(../images/homes.svg) no-repeat;
	padding:0px 5px;
}
.search-input { display: none; background: #fff; -webkit-box-shadow: 5px 0px 21px 0px rgba(136,158,168,0.16); -moz-box-shadow: 5px 0px 21px 0px rgba(136,158,168,0.16); box-shadow: 5px 0px 21px 0px rgba(136,158,168,0.16); padding: 20px; overflow: hidden; }
.search-input input { background: #fff; border: 1px solid #e9eef0; width: 80%; color: #111; padding: 13px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-indent: 20px; float: left; margin: 0px; }
.search-input button { float: left; width: calc(17% - 0px); margin: 0px 0 0 2%; background: url(../images/searchs.svg) no-repeat center center #fff; border: 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; height: 46px; border: 1px solid #ebeff1; }
.myvideo iframe { width: 100%; }
.marfilm { text-decoration: none; float: left; text-align: left; height: 200px; width: 182px; box-sizing: border-box; margin: 5px 8px 70px 0%; position: relative; left: 7px; }
.marfilm:hover { text-decoration: underline; }
.martikar { position: relative; width: 100%; height: 248px; padding-bottom: 100%; }
.martikar img { position: absolute; top: 0; left: 0; width: 100%; height: 240px; margin: 8px; border: 1px solid; background-color: rgba(21, 63, 189, 0.7); }
.mname { font-size: 16px; text-decoration: none; display: block; padding: 7px 2px 5px 4px; position: absolute; bottom: 0; left: 8px; right: 0; background-color: #7a67f5; color: white; text-align: center; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }

@media screen and (max-width: 458px) { .marfilm { height: 200px; width: 46%; margin: 5px 8px 70px 0%; padding-bottom: 5px; position: relative; left: 0%; } }
@media screen and (min-width: 458px) and (max-width: 529px) { .marfilm { height: 200px; width: 30%; margin: 5px 8px 70px 0%; padding-bottom: 5px; position: relative; left: 1%; } }
@media screen and (min-width: 530px) and (max-width: 554px) { .marfilm { height: 200px; width: 31%; margin: 5px 8px 70px 0%; padding-bottom: 5px; position: relative; left: 1%; } }
@media screen and (min-width: 554px) and (max-width: 559px) { .marfilm { height: 200px; width: 30%; margin: 5px 10px 70px 0px; padding-bottom: 5px; position: relative; left: 1%; } }
@media screen and (min-width: 559px) and (max-width: 624px) { .marfilm { height: 200px; width: 31%; margin: 5px 8px 70px 0%; padding-bottom: 5px; position: relative; left: 1%; } }
@media screen and (min-width: 625px) and (max-width: 999px) { .marfilm { height: 200px; width: 23%; margin: 5px 8px 70px 0%; padding-bottom: 5px; position: relative; left: 2%; } }

/*Поиск*/
.moypoisk { width: 75%; margin: 20px auto; }
.moypoisk.fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; margin: 0; padding: 10px 0; background-color: #9b8cff; }
.mp_b { position: relative; display: flex; align-items: center; background-color: #9b8cff; border-radius: 20px; height: 40px; padding: 0 10px; }
.mp_b i { font-size: 16px; color: white; margin-right: 10px; }
.mp_b input { flex: 1; height: 100%; border: none; font-size: 14px; background: none; color: white; outline: none; }
.mp_b input::placeholder { color: rgba(255, 255, 255, 0.8); }
.mp_b button { position: absolute; top: 0; right: 0; background-color: #f05b5b; color: #fff; border: none; border-radius: 0 20px 20px 0; height: 100%; padding: 0 20px; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; text-transform: uppercase; font-weight: bold; transition: background-color 0.3s;  width: 74px;}
.mp_b button:hover { background-color: #e27878; }
/*--*/
.main-title { padding: 14px 20px; -webkit-box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11); -moz-box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11); box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11); overflow: hidden; clear: both; background-color: #f6f9e7; border-top: 1px solid #c6c6c6; border-bottom: 1px solid #c6c6c6; position: relative; top:0.6%;}
.xfsearch-title { padding: 14px 20px; -webkit-box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11); -moz-box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11); box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11); overflow: hidden; clear: both; background-color: #f6f9e7; border-top: 1px solid #c6c6c6; border-bottom: 1px solid #c6c6c6; position: relative; top:7px;}
.main-obnova { padding: 14px 20px; -webkit-box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11); -moz-box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11); box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11); overflow: hidden; clear: both; background-color: #ebfef2; border-bottom: 1px solid; border-color: #a3beff; position: relative; top: 9px; }

.main-title .main-r { float: right; font-size: 16px; font-weight: 700; color: #cfdae1; }  
.title-e { position: relative; display: inline-block; font-size: 16px; font-weight: 700; }  
.or { font-size: 12px; margin: 2px 0px -5px -0px; font-weight: 500; display: block; color: #000; }  

.title-e h1 {
font-size:16px;
    margin:0px;
    padding:0px;
}
.like-ya {padding: 5px;}
.pmovie__complaint { float: right; position: relative; bottom: 19px; left: 14px;  white-space: nowrap;}
.pmovie__complaint a {background-color: #e70d0a; color: #fff; display: inline-block; padding: 5px 10px; text-decoration: none;}
.main-r a {
color:#444;}
.znakgirl a{font-size: 25px; position: relative; top:5px; color: #e31e1e;}
.znakgirl a:hover { color: #d89225;}
.content article{
padding:0px 20px;
	overflow:hidden;
	cursor: default;
}
.content article:before {
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background:#e9eef0;
	
}
.content article:after {
	content:"";
	position:absolute;
	bottom:3px;
	left:0px;
	width:100%;
	height:1px;
	background:#e9eef0;
	
}
.content article .title a {
	font-size:14px;
	font-weight:700;
	display:inline;
	padding:0 0 2px 0;
	border-bottom:1px solid #e1eaef;
	text-decoration: none;
	-o-transition:0.2s all;-moz-transition:0.2s all;-webkit-transition:0.2s all;
}
.content article .title a:hover {
	border-color:#fff;
}

.poster {
	float:left;
	width:100px;
	 margin:10px 0 0 0;
	overflow:hidden;
}
.posternews{
	margin:0px 20px 0;
	overflow:hidden;
}
.posternews img {
  max-width: 90px;
  max-height: 135px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.my-icon {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position:absolute;
    top:0;
    left:0;
    font-size: 30px !important;
    color: rgb(255, 22, 22);
    width:40px;
    height:40px;
    text-align: center;
    line-height: 40px !important;
}

.icon-torrent{
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
 position:absolute;
  top:5px;
  left:10px;
  font-size: 30px;
  color: rgb(0, 122, 255);

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-torrent:before { content: ""; 
background:url(../images/torrent.svg) no-repeat;
  width:35px;
  height:35px;
  position:absolute;
  top:1px;
  left:1px;
}

.icon-torrent:after {
  content:"";
  position:absolute;
  top:-8px;
  left:-8px;
  width:40px;
  height:40px;
  border:1px solid rgb(0, 0, 0, 0.1);
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}

.button-fulls a {
  text-decoration:none;
  position:relative;
  display:inline-block;
 padding:0 0 0 55px;
  color:#111;
  margin:0 0 25px 0;
 
}
.fullstoryback a {
    text-decoration: none;
    color: #0097a7;
    display: inline;
    padding: 22px;
}
.button-fulls a span {
  display:block;
}
.button-fulls a span.d-button {
  font-size:14px;
    font-weight: 600;
  color:#0964d9;
}
.button-fulls a:hover span.d-button {color: #d89225;}
.button-fulls a span.e-button {
  font-size:12px;
  font-weight:400;
  margin:5px 0 0 0;
  opacity:0.5;
}
.size {
  font-weight:400;
  font-size:14px;
  font-style:normal;
  margin:0 0 0 10px;
}
.info-v {
  margin:0 0 8px 0;
  overflow:hidden;
  font-size:12px;
  display:inline-block;
}
.info-s-f-h  {
padding:0 0 10px 0;
  margin:0 0 10px 0;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.info-s-f-h i {
  width:20px;
    color: #278cb4;
}
.info-s-f-d  {
padding:0 0 10px 0;
  margin:0 0 10px 0;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.info-s-f-d i {
  width:20px;
    color: #2e9acf;
}
.rek {font-size: 19px; padding: 0px 6px 5px 22px; color: #d22a32;} 
.rek a {text-decoration: underline;}
.rek a:hover {text-decoration: none;}

.related .poster {
	float:left;
	width:45px;
	margin:20px 0 0 0;
	overflow:hidden;
}
.content article.related .title a {
font-size:14px;
}
.content article.related {
padding:2px 2px;
}
.related .info-article {
    margin:20px;
}
.related .poster img{
	max-width:35px;
	max-height:55px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.poster img{
	max-width:90px;
	max-height:135px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.poster a {
	display:block;
}
.chastips{font-size: 18px; margin: 0 0 2px 20px; font-weight: 600; color: #739b95;}
.chaszk{font-size: 16px; margin: 7px 0 6px 20px; font-weight: 600; color: #739b95;}
.linkch{font-size: 19px; margin-left: 15px; color: #51897c;}
.start_name { position: relative; left: 7px; top: 5px;}

/*fullstory*/
.infolinks{ font-size: 16px; color: #626262; font-weight: 500; background-color: #ebfde7; margin: 5px;}
.linksone a:hover { color: #9afaff; font-weight: 500;} 
.linksone { display: flex; align-items: center; justify-content: space-between; padding: 10px; border-bottom: 1px dashed #f9ffd1; font-size: 16px;  background-color: #9849e7;font-weight: 500;} 
.linksone a { text-decoration: none; color: #fff; display: flex; align-items: center; } 
.linksone i { color: #f3f9a5; font-size: 18px; margin-right: 10px; } 
.linksone span { color: #fff; font-size: 14px; margin-left: auto; }
@media screen and (min-width: 315px) and (max-width: 346px) { .kinos { width: 85%; } }  
@media screen and (min-width: 347px) and (max-width: 358px) { .kinos { width: 65%; } }  
.kinopoisk { color: #BBB70D; font-size: 17px; }  
#kinov { position: relative; bottom: 1px; }  
.stars { width: 20px; }  
#qu { color: #c46704; }  
.tabs { display: flex; }  
.tab { padding: 10px 17px; cursor: pointer; border: 1px solid #c6c6c6; background: #f1f7d1; margin: 8px 5px; width: 50%; text-align: center; font-size: 150%; color: #000000; }  
.tab.active { background: #ddd; font-weight: bold; }  
.tab-content { display: none; padding: 0px; }
.tab-content.active { display: block; }  
.infos { display: flex; flex-direction: column; align-items: start; gap: 5px; font-family: sans-serif; margin-left: 2%; }  .rekoms {float: left; margin-left: 22px; font-size: 19px;}
.rowsg { display: flex; align-items: baseline; color: #c46704; }  
.rowsg span { min-width: 120px; font-weight: bold; }  

.info-label { font-weight: 600; width: 130px; color: #88b3b7; }
.info-value { text-align: left; flex: 1; font-family: sans-serif; }
.info-row { display: flex; justify-content: space-between; width: 100%; align-items: flex-start; }
.info-article { display: flex; flex-direction: column; gap: 10px; }
.full_sto { display: flex; align-items: flex-start; gap: 20px; }
article.full_sto .info-article { margin: 22px 0 0 0px; }
article.full_sto .poster { margin: 10px 0 0 0; }
article.full_sto .info-s { font-size: 12px; margin: 0 0 10px 0; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

.features_list { display: flex; margin: 4px 0px 0px 25px; }
.features_list img { border: 2px solid #8b8e4b; }
.feature_item { padding: 0px; width: 68.3%; }
.feature_block { text-align: center; }
.feature_title { font-weight: bold; }
.topmenuco18 { font-size: 23px; color: #920606; padding-left: 170px; }
.short-story { margin: 20px 0 0 0; line-height: 1.4; font-size: 13px; }
.info-s { font-size: 12px; color: #808080; margin: 0 0 10px 0; width: 100%; }
.info-s div { font-weight: 500; color: #c3ccd1; font-size: 12px; margin: 0 0 5px 0; }
.infobvc { margin: 10px 0 0 0; float: right; }
.infobv { margin: 10px 0 0 0; }
.mars { margin: 0 0 0 15px; float: left; }
.in-far { float: left; color: #c3ccd1; font-size: 12px; }
.in-far span { display: block; font-size: 12px; color: #888585; margin: 3px 0 0 0; }
.infobv-dae i { float: left; width: 20px; margin: 10px 0 0 0; }
.hd1 { color: #000; display: inline-block; border: 1px solid #c7c7c7; padding: 5px 7px; font-size: 10px; background-color: #f1f7d1; }
.hd2 { text-align: center; background: #0605EB; color: #FFFFFF; display: inline-block; border: 1px solid #31c83c; padding: 5px 7px; font-size: 15px; width: 90px; }
.hd2:hover { background: #4443E9; display: inline-block; border: 1px solid #31c83c; padding: 5px 7px; font-size: 15px; }
.ts1 { color: #c84a31; display: inline-block; border: 1px solid #c84a31; padding: 5px 7px; font-size: 10px; }
.web1 { color: #319cc8; display: inline-block; border: 1px solid #319cc8; padding: 5px 7px; font-size: 10px; }
.posterfull { position: relative; display: inline-block; }
.posterfull img { width: 220px; height: 315px; border: 1px solid #b6c8ca; margin: 17px 0 0 0; }
.quality-label { position: absolute; top: 8px; left: 8px; background: #2c9bbe; color: white; padding: 5px 10px; font-size: 14px; font-weight: bold; text-transform: uppercase; }
.adv img { width: 92%; margin: 0px 15px 0px 15px; }
.button-main { text-align: center; }
.button-main a { display: inline-block; border: 2px solid #9b8cff; color: #fff; font-size: 16px; padding: 12px 25px; text-decoration: none; border-radius: 7px; transition: 0.2s all; background: #9b8cff; font-weight: bold; }
.button-main a:hover { background: #0097a7; color: #fff; }
.centered-link { text-align: center; margin-bottom: 22px; }
.centered-link a { text-decoration: none; padding: 10px 20px; border: 2px solid rgba(21, 63, 189, 0.7); border-radius: 43px; color: rgba(21, 63, 189, 0.7); transition: border-color 0.3s, color 0.3s; }
.centered-link a:hover { border-color: #d89225; color: #d89225; }

  @media screen and (min-width: 768px) {
    .centered-link a {
      font-size: 25px;} }
.mainseotext { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; padding: 0px 10px; line-height: 1.7; transition: max-height 0.3s ease; }
.mainseotext.open { -webkit-line-clamp: unset; display: block; overflow: visible; }
.mainseotext.open:before, .mainseotext.open:after { display: none; }
.mainseotext a { color: #2584d8; text-decoration: none; display: inline; border-bottom: 1px solid #e1eaef; padding: 0px 0 2px 0; -o-transition: 0.2s all; -moz-transition: 0.2s all; -webkit-transition: 0.2s all; }  
.mainseotext a:hover { border-color: #d89225; }  
.mainseotext li { margin: 0 0 10px 0; }  
.mainseotext:before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 1px; background: #e9eef0; }  
.mainseotext:after { content: ""; position: absolute; top: 3px; left: 0px; width: 100%; height: 1px; background: #e9eef0; }  
.mainseotext b { display: block; line-height: 32px; }  
.mainseotextp { margin: -45px 0px 0px 0px; padding: 0px 20px; overflow: hidden; position: relative; line-height: 1.7; clear: both; }  

.ratingBox { font-weight: bold; font-size: 12px; position: relative; text-align: center; padding: 7px 20px; overflow: hidden; }
.ratingTitle { color: #7e8594; font-size: 14px; font-weight: 600; cursor: pointer; display: inline-block; margin-top: 15px; }
.ratingTitle .icon { width: 13px; height: 13px; top: -1px; fill: #7e8594; }
.ratingTitle:hover .icon { fill: #ec164f; }
.fullMovie .ratingBox { text-align: center; }
.ratingBox span { display: inline-block; margin-bottom: -10px; white-space: nowrap; cursor: pointer; }
.ratingBox .icon { width: 20px; height: 20px; fill: #7e8594; margin-right: 3px; }
.ratingBox span span { color: #7e8594; }
.ratingBox .icon, .ratingBox a span { -webkit-transition: 0.2s; -moz-transition: 0.2s; transition: 0.2s; }
.ratingBox .icon-thumb-up { top: -4px; }
.ratingBox .icon-thumb-down { bottom: -1px; -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.ratingBox span:hover .icon-thumb-up { fill: #75C71B; }
.ratingBox span:hover .icon-thumb-down { fill: #FF293D; }
.ratingBox span:hover .icon-thumb-up + span { color: #75C71B; }
.ratingBox span:hover .icon-thumb-down + span { color: #FF293D; }
.ratingBar { width: 100%; display: inline-block; margin-right: 10px; position: relative; bottom: -4px; }
.ratingBody { margin: 0 0 0 10px; }
.ratingBox .ratingPlus, .ratingBox .ratingMinus { height: 4px; padding: 0 3px; }
.ratingBox .ratingPlus { background: #75C71B; float: left; margin-left: -10px; -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; width: 50%; }
.ratingBox .ratingMinus { background: #FF293D; float: right; margin-right: -6px; -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; width: 50%; }
.ratingBox .free .ratingPlus, .ratingBox .free .ratingMinus { background: #7e8594; }
.ratingBox .ratings { color: #75C71B; margin: 5px -6px 0 -10px; text-align: left; }
.ratingBox .ratings span.r2 { color: #FF293D; float: right; }
.ratingBox .ratings2 { color: #FF293D; float: right; margin: 0 -6px 0 0; text-align: right; }
.ratingBox .free .ratings, .ratingBox .free .ratings span { color: #7e8594; }
.rate-data { display: none; }
.rate-btn { width: 100%; position: relative; display: inline-block; white-space: nowrap; vertical-align: middle; margin: 12px 0 20px 0; }
.rate-plus, .rate-minus { padding: 12px 0; font-size: 14px; display: inline-block; line-height: 20px; color: #0097a7; text-align: center; vertical-align: middle; cursor: pointer; background-color: #fff; border: 1px solid #e9eef0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 50%; }
.ratings-short { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; float: left; position: relative; left: 20px; }
.new--ratings { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 17px; margin-left: 25px; }
.new--rating { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; }
.new--rating:not(:last-child) { margin-right: 12px; }
.new--rating svg { margin-right: 3px; fill: #6b6b6b; -ms-flex-negative: 0; flex-shrink: 0; }
.new--rating i { padding-right: 2px; }

.titleblock-ncount {
	padding: 14px 20px;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11);
    -moz-box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11);
    box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11);
    overflow: hidden;
    clear: both;}
.titleblock-ncount span {
	font-weight: 600;}
.titleblock-ncount span span{
	color: #319cc8;}

.cat__itemscg {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  width: 100%;
padding: 5px 11px 15px 11px;
}
a.cat__koll {
  display: inline-block;
  width: 49.7%;
  height: 52px;
  padding: 3px 9px;
  border: 1px solid #349d047a;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  margin-top: -15px;
  color: #990808;
  background: #fff3d7;
}
a.cat__koll p {margin: 5px 0;}
a.cat__koll:hover {
  background-color: #e4eea4;
}
/* Меню */
.fixed-menu { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #7a67f5; padding: 10px 0; z-index: 1000; }
.fixed-menu nav ul { list-style: none; display: flex; justify-content: center; margin: 0; padding: 0; }
.fixed-menu nav ul li { margin: 0 15px; }
.fixed-menu nav ul li a { color: white; text-decoration: none; font-size: 16px; }
.fixed-menu nav ul li a:hover { text-decoration: underline; }

.topmenu { margin: 3px; }
.topmenu nav ul, .topmenu nav ul li a { display: flex; flex-wrap: wrap; justify-content: space-between; }
.topmenu nav ul li { width: 33.33%; }
.topmenu nav ul li a { padding: 18px 12px; color: #4e4b4b; font-size: 14px; margin: 6px; text-decoration: none; box-shadow: 0px 1px 5px 0px rgba(136, 158, 168, 0.07); border: 1px dashed rgba(174, 193, 202, 0.35); transition: all .3s; justify-content: left; }
.topmenu nav ul li:nth-child(1) a { background-color: #d0ebf4; }
.topmenu nav ul li:nth-child(2) a { background-color: #e5f4dc; }
.topmenu nav ul li:nth-child(3) a { background-color: #f4fbd1; }
.topmenu nav ul li:nth-child(4) a { background-color: #e9f7ca; }
.topmenu nav ul li:nth-child(5) a { background-color: #d6eaf8; }
.topmenu nav ul li:nth-child(6) a { background-color: #fcf3c1; }
.topmenu nav ul li a:hover { background-color: #f2f2f2; box-shadow: 0px 5px 21px 0px rgba(230, 230, 230, 0.6); border: 1px dashed #b3b3b3; }
.topmenu nav ul li a .topmenu-meta div { color: #c0c7cc; }
.topmenu nav ul li a .topmenu-icon { width: 40px; height: 40px; margin-right: 10px; padding: 2px; box-shadow: 0px 1px 5px 0px rgba(136, 158, 168, 0.07); background-size: contain; }
@media screen and (max-width: 768px) { .topmenu nav ul li { width: 50%; } }
@media screen and (max-width: 480px) { .topmenu nav ul li { width: 50%; } }
#topmenu { position: relative; bottom: 10px; }
.colorst { color: #c62121; }
.topmenu .topmenu-icon.tmicon-k { background-image: url("../images/8372635473_9d6ebd4a62.jpg"); }
.topmenu .topmenu-icon.tmicon-a { background-image: url("../../../uploads/pic/movie.svg"); }
.topmenu .topmenu-icon.tmicon-b { background-image: url("../../../uploads/pic/blueberry.svg"); }
.topmenu .topmenu-icon.tmicon-c { background-image: url(../images/004-negotiating.svg); }
.topmenu .topmenu-icon.tmicon-d { background-image: url("../../../uploads/pic/maps-and-flags-geography.svg"); }
.topmenu .topmenu-icon.tmicon-f { background-image: url(../images/006-loop.svg); }
.topmenu .topmenu-icon.tmicon-g { background-image: url(../images/005-comment.svg); }
.topmenu .topmenu-icon.tmicon-w { background-image: url("../images/24-hours.svg"); }
.topmenu .topmenu-icon.tmicon-h { background-image: url("../../../uploads/pic/curved-screen.svg"); }
.topmenu .topmenu-icon.tmicon-j { background-image: url("../../../uploads/pic/medals.svg"); }

.ui-dialog{overflow:hidden;padding:0;position:absolute;max-width:300px; background-color:none;border-radius:3px;box-shadow:0px 0px 0px 5px rgba(0, 0, 0, 0.15);}
.ui-dialog .ui-dialog-titlebar{padding:10px;position:relative;border-radius:3px 3px 0 0; font-family: Arial; color:#8C1A1B; line-height:20px;}
.ui-widget-header{border-bottom:1px solid #eee;color:#000;font-size:1.2em;}
.ui-dialog .ui-dialog-title{float:left;margin-right:20px;}
.ui-dialog .ui-dialog-titlebar-close,.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{position:absolute;right:5px;top:10px;margin:0;padding:0;width:14px;height:14px;background-color:none!important;background-image:url(../images/close_prowebz.png);background-repeat:no-repeat;background-position:0 -85px;border:none;box-shadow:none;opacity:.5;}
.ui-dialog .ui-dialog-content{background:none;border:0;overflow:hidden;padding:10px;position:relative;font-size:14px; line-height:21px; color:#515151;}
.ui-widget-content{background:#fff;}
.ui-dialog .ui-dialog-buttonpane{background-image:none;background:#f9f9f9;border-top:1px solid #e9e9e9;margin:0;padding:10px;text-align:left;border-radius:0 0 3px 3px;}
.ui-dialog-buttonset{text-align:right;}
.ui-dialog-buttonset .ui-button{margin-left:5px;}
.ui-helper-clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.ui-helper-clearfix{display:inline-block;}
* html .ui-helper-clearfix{height:1%;}
.ui-helper-clearfix{display:block;}
.ui-icon{background-repeat:no-repeat;display:block;overflow:hidden;text-indent:-99999px;}
.ui-button { margin: 6px auto 0 auto; background: #fff; color: #4e4b4b; border: 1px solid #8eb0bd; padding: 11px 15px; text-decoration: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#loading-layer { font-size: 14px; background: #0097a7; padding: 20px; text-align: center; color: #fff; border-radius: 8px; z-index:8888 !important;  }
.offline, .online {text-align: center; width:93px; padding: 1px 5px; display:inline-block; 
color: #fff; background-color: #626262; border-radius:4px;}
.online { background: #99ce1b }
.rateme {font-size:13px;}
.rateme span{color:#777777}
.rateme i{font-size:16px;color:#888;}
.hideshow-text {
	position:relative;
	width:100%;
	text-align:center;
	color:#0766a0;
	cursor: pointer;
	height:50px;
	padding:10px 0 0 0;
}
.vidra {
    position: absolute;
    margin: -2px 5px;
    color: #afacac;
}
.pagi-nav {line-height:40px; margin:20px 0 30px 0; text-align:center; font-size:12px;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {text-align:center; color:#333; width:90px; border-radius:3px; background-color:#EFEFEF; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.13);}
.pnext a, .pprev a {color:#fff; display:block; text-decoration: none; background-color:#3FA2CC; border-radius:3px; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.13);}
.navigation {text-align:center; padding:0 10px;}
.navigation a, .navigation span { border: 1px solid #51897c; borderdisplay:inline-block; padding:0 2px; color:#444; border-radius:10px; 
min-width:40px; margin:0 2px 7px 0; background-color:#fff; text-decoration: none; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.13);}
.navigation span {color:#555; background-color:#EFEFEF; box-shadow:none; padding: 3px 4px 0px 6px;}
.pagi-nav a:hover {color:#333; background-color:#fff; text-decoration: none}
.navigation span.nav_ext {background: #fff; color:#444; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.13);}
.dle-comments-navigation .pagi-nav {margin-bottom:0; padding-bottom:20px;}
.hideshow-text:after { content:""; position:absolute; bottom:0px; left:calc(50% - 17px); width:23px; height:23px; background:url(../images/down-arrow.svg) no-repeat; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -o-transition:0.2s all; -moz-transition:0.2s all; -webkit-transition:0.2s all; }
.hideshow-text.show span { display:none; }
.hideshow-text.show { height:20px; padding:0px; }
.hideshow-text.show:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.hideshow-text:before { content: ''; position: absolute; right: 0; top: -50px; width: 100%; height: 50px; }
.hideshow-text.show:before { display:none; }
.navsd-vf {  clear: both; }
.navsd-vf:before { content:""; position:absolute; top:0px; left:0px; width:100%; height:1px; background:#e9eef0; }
.nav-vf:after { content:""; position:absolute; top:3px; left:0px; width:100%; height:1px; background:#e9eef0; }
.navsd-vf li { position:relative; }
.navsd-vf li a { display:block; background:#1484c8; padding:20px 20px; font-size:14px; text-decoration: none; color:#fff; -o-transition:0.2s all; -moz-transition:0.2s all; -webkit-transition:0.2s all; }
.navsd-vf li a:hover { color: aqua; }
.navsd-vf li a div { width:90%; text-overflow: ellipsis; overflow:hidden; white-space: nowrap; }
.navsd-vf li:before { content:""; position:absolute; bottom:0px; left:0px; width:100%; height:1px; background:#bedaf3; }
.nav-vf li:after { content:""; position:absolute; bottom:3px; left:0px; width:100%; height:1px; background:#565656; }
.navsd-vf li:last-of-type:before { display:none; }
.navsd-vf li:last-of-type:after { display:none; }
.navsd-vf li a span { position:absolute; top:18px; right:20px; background:url(../images/right-arrow.svg) no-repeat; width:20px; height:20px; }
.userinfo { padding-left: 110px; }
.userinfo .left { margin-left: -110px; width: 80px; }
.userinfo .left .avatar { margin:0 0 5px 5px; float:none !important; }
.userinfo .right { margin: 0; width: 95%; }
.info-us { font-size: 12px; color: #808080; margin: 0 0 3px 0; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.info-us div { font-weight: 500; color: #c3ccd1; font-size: 12px; margin: 0 0 -2px 0; }
.uibtn { font-size: 11px; }
.ussep { padding-top: 1.2em; }
.left { float:left; }
.right { float:right; }
.fixed-box { height: auto; }
.fixed-div { height: auto; }
.fixed { position: fixed; z-index: 9999; top: 0; }
.top50 { font-size: 35px; padding: 14px; }


.footer{
    position:relative;
	bottom:0px;
	width:100%;
	background:#1484c8; 
	height:104px;
	overflow:hidden;
     position: absolute; 
	
}
.wizzistar {
	float:right;
	margin:35px 30px 0 0;
	color:#62686a;
	font-size:14px;
	position:relative;
	padding:0 0 0 40px;
}
.wizzistar div {
	margin:3px 0 0 0;
	font-weight: 700;
}
.wizzistar a {
display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.wizzistar:before {
	position:absolute;
	content:"";
	left:0px;
	top:7px;
	background:url(../images/copy.svg) no-repeat;
	width:30px;
	height:30px;
}
.email-info {
	padding:30px 20px 20px 20px;
	float:left;
}
.email-info div {
	color:#fff;
    font-weight: 700;
	margin:0 0 7px 0;
}
.email-info a {
	color:#fff;
	display:inline;
	text-decoration: none;
	border-bottom:1px solid #676767;
	padding:0 0 2px 0;
	-o-transition:0.2s all;-moz-transition:0.2s all;-webkit-transition:0.2s all;
}
.email-info a:hover {
	border-color:#303e47;
}
.collections-item {
width: 31.1%;
    display: inline-block;
    margin: 8px;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    background-clip: border-box;
    color: #6b6e84;
}

.collections-item a {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.01);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.01);
}

.collections-item .cover {
	overflow: hidden;
	position: relative;
}

.collections-item .img {
	padding-top: 75%;
}

.collections-item .img img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	   box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.collections-item:hover .img img  {
    -moz-transform: scale(1.2) rotate(2deg);
    -webkit-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
}

.collections-item .title {
	position: absolute;
	width: 100%;
	z-index: 11;
	bottom: 0rem;
	background-color: #1e242ea3;
	padding: 1rem 0;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
}

.collections-item .collections-count {
	color: #fff;
	display: inline-block;
	background-color: #e33232;
	border-radius: 3px;
	padding: 5px 7px;
	font-size: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.sect-top100 {
	text-decoration: none;
	counter-reset: a;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 20px;
}

.top100-item {
	text-decoration: none;
	margin-bottom: 15px;
	font-size: 15px;
	width: 100%;
	box-shadow: 0px 5px 21px 0px rgba(136, 158, 168, 0.11);
	border-radius: 4px;
	padding: 15px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.top100-img {
	width: 60px;
	height: 90px;
	margin: 0 15px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.top100-img img {
	border: 0;
	width: 100%;
	min-height: 100%;
	display: block;
}

.top100-item::before {
	content: counter(a);
	counter-increment: a;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	box-shadow: inset 0 0 0 2px #444444;
	color: #444;
	border-radius: 15px;
	font-size: 13px;
}

.top100-first-box {
	width: 100%;
	margin-bottom: 30px;
}

.top100-first {
	width: 100% !important;
	margin: 0px auto;
	position: relative;
	padding-left: 65px;
}

.short100 {
	padding: 0;
	background-color: transparent;
	margin: 0;
	box-shadow: none;
}

.short100 .short-cols {
	padding: 0;
	font-weight: 400;
	font-size: 13px;
}

.top100-first:before {
	content: "";
    counter-increment: unset;
	width: 50px;
	height: 100%;
	background-color: #444444;
	box-shadow: inset 0 0 0 2px #444444;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 5px 0px 0px 5px;
}
.topnumber{
	position: absolute;
    left: 21px;
    z-index: 1;
}
.topnumber:before {
	content: counter(a);
	counter-increment: a;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	font-size: 15px;
}
.top100-first-box svg {
	width: 42px;
    height: 42px;
    position: absolute;
    left: 4px;
    fill: #ffd700;

}
.top100-first-box:nth-child(2) svg{
	fill: #eaeaea;
}
.top100-first-box:nth-child(3) svg{
	fill: #de7918;	
}
    
.top100-title {
font-weight: 600;
}
    
.top100-title,
.top100-first-box article {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	min-width: 50px;
}

.short100:before,
.short100:after {
	display: none;
}

.top100-first-box article {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-wrapper {
    clear: both; 
}
.wrapper {
	max-width: 972px;
	min-width: 320px;
	margin: 0px auto;
}
a.cat__item:hover {
  text-decoration: none;
  color: #7CACBD;
  background: #FFFFF8;
  border: 1px solid #fbefe6;
}
a.cat__gip {
  display: flex;
  align-items: center; 
  justify-content: center; 
  text-align: center;
  width: 49%;
  height: 52px;
  padding: 3px 9px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  text-decoration: none;
  font-size: 150%;
  margin: 5px 0;
  color: #000;
  background: #f1f7d1;
}

a.cat__gip p {
  margin: 0; 
}

a.cat__gip:hover {
  background-color: #e4eea4;
}
.cat__items {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  width: 100%;
  padding: 2px 11px;
}
a.cat__item {
  display: inline-block;
  width: 49.7%;
  padding: 7px 9px;
  border: 1px solid #e6e6e67a;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  margin: 5px 0;
  color: #990808;
  background: #fff3d7;
}
a.cat__item::before {
	content: '';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #6b6b6b;
    border-radius: 25%;
    margin-bottom: -2px;
}
a.cat__item:hover {
  text-decoration: none;
  color: #7CACBD;
  background: #FFFFF8;
  border: 1px solid #fbefe6;
}
a.cat__ritem {
  display: inline-block;
  width: 48.7%;
  padding: 3px 9px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  margin: 5px 0;
  color: #000;
  background: #f1f7d1;
}
a.cat__ritem p {margin: 5px 0;}
a.cat__ritem:hover {background-color: #eaf1c6;}
span.cat__kitem {
  width: 49%;
  height: 52px;
  font-size: 160%;
  position: relative;
  margin: 5px 0;
  padding: 7px 9px;
  border-radius: 4px;
  color: #a2a5a0;
  background: #1c751114;
  border: 1px solid #c6c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; 
}
span.cat__kitem p{margin: 0;}
.cat__fitem {  display: inline-block;
  width: 45%;
  padding: 7px 9px;
  border: 1px solid #51897c;
  border-radius: 4px;
  text-decoration: none;
  font-size: 120%;
  position: relative;
  margin: 5px 0;
  color: #fff;
  background: #7879cf;
  font-weight: 600;
 position: relative; top: 8px;
}
.cat__litem {  display: inline-block;
  width: 40%;
  padding: 7px 9px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  margin: 5px 10px;
  color: #fff;
  font-weight: 700;
  background: #7a67f5;
}
.cat__litem:hover {
  color: #e8d4d4;
}

a.cat__jitem {  display: inline-block;
  width: 45%;
  padding: 7px 9px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  margin: 5px 0;
  color: #000;
  background: #eff3d4;
}



span.cat__item {
  display: inline-block;
  width: 49.7%;
  font-size: 14px;
  position: relative;
  margin: 5px 0;
  padding: 7px 9px;
  border-radius: 4px;
  color: #0097a7;
  background: #e9ebf714;
  border: 1px solid #efefef;
}
span.cat__jitem {
  display: inline-block; 
  width: 45%;
  font-size: 14px;
  position: relative;
  margin: 5px 0;
  padding: 7px 9px;
  border-radius: 4px;
  color: #a2a5a0;
  background: #1cff0014;
  border: 1px solid #efefef;
}
.jitem {text-align: center;} 
.jitem a:hover {text-decoration: none; }
span.cat__item::before {
  content: '';
  display: inline-block;
  position: relative;
  border-radius: 25%;
  background: #0ec043;
  width: 14px;
  height: 14px;
    margin-bottom: -2px;
  -ms-flex-negative: 0;
        flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .full_sto {
    flex-direction: column;
    align-items: center;
  }

  .posterfull {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .info-article {
    width: 100%;
  }
}
@media screen and (max-width: 590px) {
	.top100-item {
		width: 100%;
	}
}

@media screen and (max-width: 380px) {
	.top100-first {
		padding-top: 65px;
		padding-left: 15px;
	}
	.top100-first-box .poster {
		margin: 10px 63px;
		float: none;
		width: auto;
	}
	.top100-first-box .info-article {
		float: none;
		width: 100%;
	}
	.top100-first-box .poster img {
		max-width: 150px;
		max-height: 220px;
	}
	.top100-first:before {
		width: 100%;
		height: 40px;
		border-radius: 5px 5px 0px 0px;
	}
	.topnumber {
	    position: absolute;
	    top: 5px;
	    left: 50.7%;
	    z-index: 1;
	}
	.topnumber:before {
		font-size: 14px;
	}
	.top100-first-box svg {
		    width: 36px;
	    height: 40px;
	    position: absolute;
	    left: 46.4%;
	    top: 0;
	}
    a.cat__item {
  font-size: 11px;
}
        span.cat__item {
  font-size: 11px;
}
}

@media screen and (max-width: 350px) {
	.top100-first-box .poster {
		margin: 10px 45px;
	}
	.topnumber {
    position: absolute;
    top: 5px;
    left: 51%;
    z-index: 1;
}
}
@media screen and (max-width: 328px) {
.topnumber {
    position: absolute;
    top: 6px;
    left: 51.5%;
    z-index: 1;
}}

@media only screen and (min-width : 740px) and (max-width : 950px) {
	.collections-item {
		width: 47.8%;
    float: left;
    margin: 8px;
	    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    background-clip: border-box;
    color: #6b6e84;
	}
	.collections-item .img {
		padding-top: 53%;
	}
	.agev{color: #A5A5A5;}
}

	.tbanners {margin: 0px auto; position: sticky}
@media only screen and (max-width : 740px) and (min-width : 548px) {
	    	.collections-item {width: 48.7%;    margin: 6px 3px; }
			
}

@media only screen and (max-width : 548px) and (min-width : 321px) {
	    	.collections-item {width: 48%;    margin: 6px 3px;}
			.collections-item .title{font-size: 12px;}
			
}

@media only screen and (max-width : 320px) and (min-width : 150px) {
	.collections-item {
    width: 100%;
    padding: 0;
    margin: 10px 0;
	}
	.collections-item .img {
		padding-top: 45%;
	}
	.collections-item .title{
		    font-size: 13px;
	}
}
@media screen and (min-width:320px) and (max-width:768px){
	.menu-el {
	  width: calc(100%/3 - 0px);
	}
	.info-menu {
	  margin: 0;
	      text-align: center;
    width: 100%;
	}
	.menu-coin {
	  padding: 5px;
	}
	.menu-ele a {
	  height: 105px;
	}
	.info-menu .names{
		font-size: 12px;
	}
	.info-menu .names div {
	  font-size: 11px;
	}
}
@media screen and (max-width:319px){
	.menu-el {
	   width: calc(100%/1 - 0px);
	}
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 10px 0;
		width: 28px;
    height: 28px;
	}
}
@media screen and (min-width:320px) and (max-width:375px){
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 10px 35px;
		width: 28px;
    height: 28px;
	}
}
@media screen and (min-width:375px) and (max-width:413px){
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 5px 45px;
	}
}
@media screen and (min-width:414px) and (max-width:447px){
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 3px 54px;
	}
}
@media screen and (min-width:447px) and (max-width:500px){
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 3px 54px;
	}
}
@media screen and (min-width:500px) and (max-width:555px){
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 3px 62px;
	}
}
@media screen and (min-width:555px) and (max-width:569px){
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 3px 70px;
	}
}
@media screen and (min-width:569px) and (max-width:600px){
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 3px 70px;
	}
}
@media screen and (min-width:600px) and (max-width:640px){
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 3px 80px;
	}
}
@media screen and (min-width:640px) and (max-width:700px){
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 3px 90px;
	}
}
@media screen and (min-width:700px) and (max-width:768px){
	.i1,.i2,.i3,.i4,.i5,.i6 {
		margin: 7px 0px 3px 100px;
	}
}
.title_sp {
 padding:10px 0px 0px 14px;   
}
.title_sp a{
    margin: 0px 2px -8px 6px;
    color: #a30422;
    text-decoration: none;
    background: #e7fcea;
    display: inline-block;
    padding: 8px 12px;
     border: 1px solid #e4fedf;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.title_sp a:hover {
	border-color:#0097a7;
}

#tr_sp {
padding:10px 20px 0px 20px;
    overflow:hidden;
    line-height:1.7;
}
#actors_sp {
padding:10px 20px 0px 24px;
    overflow:hidden;
    line-height:1.7;
}

#trailer_sp iframe {width: 100%; height:389px; margin-top:10px;}
@media screen and (max-width: 590px) { #trailer_sp iframe {width: 100%; height:262px;} }
@media screen and (max-width: 470px) { #trailer_sp iframe {width: 100%; height:182px;} }

.infotor {padding:7px 3px 7px 7px;margin:3px 10px;border:1px solid #E1E1E1;border-radius:3px; color: #717171;line-height: 1.7;}
.infotor i{font-size:17px;padding:1px;color:#84ce19;}
.infotor span{padding-left:7px;}
.infotor a{color:#0E6483;}
.infotor a:hover{text-decoration:none;color:#0B8DBC;}
.f-story {
    font-family: sans-serif;
    line-height:1.7;
     font-size: 13px;
    position:relative;
    padding: 10px;
}
.b1:before {
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background:#e9eef0;
	
}
.b1:after {
	content:"";
	position:absolute;
	bottom:3px;
	left:0px;
	width:100%;
	height:1px;
	background:#e9eef0;
	
}
.b2:before {
	content:"";
	background:#e9eef0;
	
}
.b2:after {
	content:"";
	position:absolute;
	top:3px;
	left:0px;
	width:100%;
	height:1px;
	background:#e9eef0;
	
}
.infokachestvo{padding:3px 11px;}
.kachestvo{margin:-15px 0px 2px 2px;color:#717171;}
.kachestvo i{font-size:17px;margin-right:6px;}
.kachestvo a{color:#0B8DBC;text-decoration:underline;font-weight:normal;}
.kachestvo a:hover{text-decoration:none;}
.berrors {
    background: #f5f8fb;
    color: #6b6b6b;
    margin: 20px 20px 20px 20px;
    padding: 15px 20px;
    line-height: 21px;
    border: 1px solid #d8e6f7;}

.berrors b { color:#212121;}
.berrors a { color:#1E729B; text-decoration:underline; font-weight:700;}
.berrors a:hover {text-decoration:none;}
.berrors-full {
    background: #fdfdfd;
    color: #828181;
    margin: 10px 20px 0px 20px;
    padding: 10px 20px 0px 20px;
    line-height: 17px;
    border: 1px solid #dbd36e;}

.link-torrent {
margin:20px;
}
.link-torrent a {
	display:block;
	border:2px solid #6cd626;
	color:#6cd626;
	font-size:16px;
    font-weight:700;
	padding:15px 25px;
	text-decoration: none;
	-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
	-o-transition:0.2s all;-moz-transition:0.2s all;-webkit-transition:0.2s all;
}
.full-comms {
padding: 0px 43px 0 21px;
    overflow:hidden;
}
.infoform{margin:-5px 0px 2px 33px;line-height:19px;color:#717171;}
    .star-comm {
    position:absolute;
        top:-10px;
        right:-10px;
    }
    .hiden {
    display:none;
    }
    
    .star-bg{
    width:25px;
        height:25px;
        background:#fff;
        -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
        position:relative;       
    }
    .star-bg:before {
    content:"";
        position:absolute;
        width:13px;
        height:13px;
        top:5px;
        left:6px;
        background:url(../images/star.svg);
    }
    
    .onlines {
    width:8px;
        height:8px;
        margin:8px auto 0 auto;
        background:#32CD32;
        -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
    }
.link-blt div{padding:6px 0px;color:#777;}
.link-blt div a{background:url(../images/dwt.png) left no-repeat;text-decoration:underline;padding-left:22px;margin-left:12px;font-size:16px;font-family:Arial;line-height:20px;}
.link-blt div a:hover{text-decoration:none;}
.link-blt div a span{padding:0px;color:#0B8DBC;}

.link-bl {margin:1px auto; box-shadow: inset 0 -3px 1px -2px rgba(0,0,0,0.3);}
.link-bl div {padding:6px 0px; color:#777;}
.link-bl div a {background: url(../images/dw.png) left no-repeat; text-decoration: underline; padding-left:22px; margin-left:12px; font-size: 16px; font-family: Arial; line-height:20px;}
.link-bl div a:hover {text-decoration: none;}
.link-bl div a span {padding:0px; color:#0B8DBC;}

.tabformat{border-top:1px solid #efefef;}


.mass_comments_action{text-align:right;padding:5px 15px;background-color:#f6f6f6;margin:20px 0;}
 .koment-inputs input {
    width: 32%;
    float: left;
    box-shadow: inset 0 0 1px 0 rgba(0,0,0,0.2);
    background-color: #fafafa;}
.btn-group > .btn{position:relative;}
.btn{display:inline-block;*display:inline;padding:2px 8px;margin-bottom:0;font-size:14px;line-height:20px;color:#0097a7;text-align:center;vertical-align:middle;cursor:pointer;background-color:#fff;border:1px solid #e9eef0;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.qe {
margin:0 10px 0 0px;
}
.btn i {
margin:0 5px 0 0;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled]{color:#fff !important;background-color:#0097a7;*background-color:#d9d9d9;}
.btn:active,
.btn.active{background-color:#cccccc \9;}
.btn:first-child{*margin-left:0;}
.btn:hover{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btn:focus{outline:0;}
.btn.active,
.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);}
.btn.disabled,
.btn[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active{z-index:2;}
.rate-data {
display:none;
}
#bar_p{float:left;background-position:0 -16px;}
#bar_m{float:right;background-position:100% -32px;}
#bar_s{width:4px;height:15px;position:absolute;top:0;margin-left:-2px;background:url('../images/bg_rating_sep.png') repeat-y;}
.custom_rate{display:flex;justify-content:space-around;align-items:center;border:1px solid #c6c6c6; border-radius:4px;width:200px;background-color:#f1f7d1;margin:7px;padding:4px;text-align:center}.custom_up,.custom_down{display:flex;flex-direction:column;align-items:center}.custom_plus,.custom_minus{font-size:20px;margin-top:5px}.custom_up img,.custom_down img{width:40px;margin-bottom:5px}@media (max-width:768px){.custom_rate{width:150px}.custom_plus,.custom_minus{font-size:16px}}
.imgfulls img {margin: 10px 0px 0px 0px; width: 75%; }
.collectionskitem  {width: 100%; }
.mainseotextcat{padding:0px 20px;line-height:1.7;}
.g-story {font-family: Tahoma;line-height:1.7;font-size: 13px;padding:5px 20px 0px 20px;}
.menunkoll {background-image:  url("../images/add-to.svg");width: 45px; height: 45px; margin-right: 10px; box-shadow: 0px 1px 5px 0px rgba(136, 158, 168, 0.07); background-size: contain; }
.menuicony{background-image:url("../images/alien.svg");width: 40px; height: 40px; margin-right: 10px; padding: 2px; box-shadow: 0px 1px 5px 0px rgba(136, 158, 168, 0.07); background-size: contain; }
.menuiconh{background-image:url("../images/newspaper-news.svg"); width: 40px; height: 40px; margin-right: 10px; padding: 2px; box-shadow: 0px 1px 5px 0px rgba(136, 158, 168, 0.07); background-size: contain; }
.datenew{padding: 0px 0px 8px 20px; font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"}
.postergitext{float: left; margin: 0px 8px -2px -11px; overflow: hidden;}
.postergitext img {display: block; width:150px;height:100px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.artic {padding: 9px 20px; background: #F1F8AD; height: 120px; }
 .contsffr { padding: 0px 33px 10px 27px;}
.image-containerhe {width:100%;padding: 0px 0px 0px 4px;font-size: 15px;font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; overflow: hidden; color: #FFFFFF;}
.containertext {height: 80px; background:  rgb(13, 172, 210); padding: 1px 0 0 0px;   border-bottom-right-radius: 17px; border-bottom-left-radius: 17px; text-shadow: -1px 0px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(17, 17, 17, 0.5); text-align: center}
.image-news {width:80%;padding: 22px 0px 0px 7px;font-size: 15px;font-weight: 700; display: block; text-align: center;}
 .collections-item {width: 50%; display: inline-block; margin: -4px; padding: 11px; overflow: hidden; position: relative; cursor: default; background-clip: border-box; color: #6b6e84;}
 @media only screen and (max-width: 548px) and (min-width: 321px) {
.containertext {text-align: center; height: 80px; background-color: rgb(13, 172, 210); padding: 1px 0 0 0px;  border-bottom-right-radius: 20px; border-bottom-left-radius: 20px; -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.01) }
.collections-item{width: 100%; margin: 0px;}
.image-containerhe {width:100%;padding: 0px 0px 0px 7px;font-size: 15px;font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; overflow: hidden;}
.imgfulls img {margin: 10px 0px 0px 0px; width: 90%; height: 200px;}
.image-news {width:100%;padding:0px;font-size: 15px;font-weight: 700; display: block; text-align: center;}
.topmenucob {position: relative;bottom: 16px;}}
.offerg {position: relative; padding: 9px 20px;background: #3899F0;height: 120px;margin-bottom: 8px;text-align: center;display: flex;align-items: center;justify-content: center;}
.offg {position: relative; padding: 9px 20px;background: rgb(255, 22, 22);height: 120px;margin-bottom: 8px;text-align: center;display: flex;align-items: center;justify-content: center;}
#offlinks a {color: #FFFFFF;}
#offlinks a:hover {color: #E2DBE7;}
.posteritextb {margin: 0px 8px -5px -11px;overflow: hidden;width: 215px;height: 100px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.posteritextb img {display: block;width: 100%; height: 100%; /*object-fit: cover; object-position: center;*/ }
.imageoffer { width: calc(80%);padding: 0px 41px 2px 0px;font-size: 15px;font-weight: 700;display: block;text-align: center;}
@media only screen and (max-width: 548px) and (min-width: 321px) {
.imageoffer {width: calc(100% - 136px); padding: 0px 0px 0px 7px;font-size: 15px;font-weight: 700;display: block;text-align: center;}
.posteritextb { width: 190px; height: 100px; }
.posteritextb img {margin: 0px 8px -2px -11px;overflow: hidden;width: 170px; height: 100px;-webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; }
.offerj {text-align: center;}}
.speedi {
float:left;
    margin:0 8px 0 0;
    color:#b6bfc5;
    text-overflow: ellipsis;
}
.speedbar {
padding:10px;
    font-size:12px;
    color: #9a9595;
    width:100%;
	 text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.speedbar a {
text-decoration:none;
    border-bottom:1px solid #e1eaef;
    color:#0097a7;
    display:inline;
    padding:0px 0 2px 0;
}

.navjanr {
	position:relative;
	margin:0px 0 0 0;
	padding:20px 0 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;}
.navjanr li {
    position: relative;
    width: calc(100%/2 - 10px);
    margin: 3px;
    -webkit-box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11);
    -moz-box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11);
    box-shadow: 0px 5px 21px 0px rgba(136,158,168,0.11);
}
@media screen and (max-width: 705px){
	.navjanr li {
	    width: calc(100%/2 - 10px);
	}
    .navigation a, .navigation span {margin: 5px;}
   .pprev, .pnext { margin: 3px;}
}
.navjanr li a {
    display: block;
    background: #f6faf6;
    padding: 15px;
    font-size: 140%;
    text-decoration: none;
    color: #111;
    border: 1px solid #c6c6c6;
    background-color: #e9efcb;
    text-align: center;
}
.navjanr li a div {
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}
.navjanr li a:hover {
	background:#fff;
}
.navjanr li:last-of-type:before{
	display:none;
}
.navjanr li:last-of-type:after{
	display:none;
}

.navjanr li a span {
	position:absolute;
	top:18px;
	right:20px;
	background:url(/templates/kinosimka/svg/right-arrow2.svg) no-repeat;
	width:20px;
	height:20px;
	display: none;
}

@media (min-width:1025px) { 
    .short-story {
	font-size:14px;
}  
    .info-s {
    font-size: 12px;
        color: #656565;

}
.content article .title a  {
    font-size: 15px;

}
    
    .f-story {
    font-size: 14px;

}
    
body {color: #4e4b4b;}}
.kinosimka-comments {
padding:18px 20px 20px 20px;
    overflow:hidden;
    position:relative;
}
.kinosimka-comments:before {
	content:"";
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:1px;
	background:#e9eef0;
	
}
.kinosimka-comments:after {
	content:"";
	position:absolute;
	bottom:3px;
	left:0px;
	width:100%;
	height:1px;
	background:#e9eef0;
	
}
.simka-comm-left {
float:left;
    width:45px;
    position:relative;
}
.simka-comm-left img {
width:45px;
    height:45px;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.simka-comm-right {
float:left;
    width:calc(100% - 65px);
    margin:0 0 0 20px;
}
.autor-simka-comm {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.autor-simka-comm a {
text-decoration:none;
    font-size:12px;
    color:#111;
    font-weight:700;

}
.autor-simka-comm div.autor-s {
display:inline-block;
    margin:-5px 20px 0 0;
    font-weight:700;
}
.autor-simka-comm div.datee {
margin-top: 5px;
opacity:0.5;
display:inline-block;
font-size: 10px;  
}
.simka-mess-comm {
line-height:1.5;
    margin:10px 0 0 0;
}
.nav-comm-simka {
margin:20px 0 0 0;
    float:right;
}
.nav-comm-simka a {
text-decoration:none;
    color:#8e9ea8;
    font-size: 12px;
}
.nav-comm-simka div {
display:inline-block;
    margin:0 10px 0 0;
}
@media screen and (max-width: 320px) {
    .topmenu nav ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; 
        padding: 0;
        justify-content: center; 
        list-style: none; 
        box-sizing: border-box; 
    }

    .topmenu nav ul li {
        width: 100%;
        margin: 0;
    }

    .topmenu nav ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
        font-size: 14px;
        text-align: center;
        box-shadow: 0px 1px 5px rgba(136, 158, 168, 0.2);
        border: 1px solid rgba(174, 193, 202, 0.35);
        border-radius: 5px;
        background-color: #fff;
        min-height: 120px; /* Фиксированная высота для единообразия */
    }

    .topmenu nav ul li a .topmenu-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        background-size: contain;
    }

    .topmenu nav ul li a .topmenu-meta {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
    }

    .topmenu {
        width: 100%;
        margin: 0px;
    }

    .topmenu-inner {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 315px) and (max-width: 330px) {
    header {
        align-items: center;
        justify-content: space-between;
        padding: 0px;
        position: relative;
    }


    .logo {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        margin-right: 15px; 
    }

    .search-n {
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;

    }

    .separator {
        content: "";
        width: 1px;
        height: 20px;
        background: rgba(255, 255, 255, 0.5);
        margin: 0 10px;
    }

    .bookmark-link {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
    }

    .bookmark-link img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .topmenu {
        margin-top: 10px;
    }
}


@media screen and (min-width: 325px) and (max-width: 371px) {
    .topmenu nav ul {
        flex-direction: column; 
        padding: 0;
        margin: 0;
    }

    .topmenu nav ul li {
        width: 100%; 
        margin-bottom: 5px;
    }

    .topmenu nav ul li a {
        padding: 12px 10px; 
        font-size: 16px; 
        text-align: center; 
    }

    .topmenu nav ul li a .topmenu-icon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .topmenu {
        margin: 0;
        padding: 0;
    }

    .topmenu-inner {
        padding: 5px;
    }

    .topmenu nav ul li a .topmenu-meta {
        font-size: 14px;
    }
}
  @media screen and (min-width: 768px) {
   .centered-link a {
      font-size: 25px; 
    }
  }
@media (max-width: 768px) {
    .image-container div {
        max-width: 50%;
    }   
@media (max-width:400px) { 
.title_sp a { margin: 1px 2px 3px 6px; }
    }
@media screen and (min-width: 320px) and (max-width: 600px) {
	.topmenu nav ul li a{
    padding: 7px 3px;
        height: 70px;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	}
    .topmenuco18 {padding: 0px;}
	.topmenu nav ul li a .topmenu-icon{
		margin-right: 4px;
		width: 40px;
    	height: 40px;
	}
	.topmenu nav ul li a .topmenu-icon{
		margin-right: 4px;
		width: 40px;
    	height: 40px;
	}
	.topmenu nav ul li a .topmenu-meta {
		width: 100%;
		text-align: center;
	}
	.topmenu nav ul li a .topmenu-meta div {
		display: none;
	}


@media screen and (min-width: 100px) and (max-width: 246px) {
	.topmenu nav ul li a{
		padding: 7px 3px;
	}
	.topmenu nav ul li a .topmenu-icon{
		margin-right: 4px;
		width: 15px;
    	height: 15px;
	}
	.topmenu nav ul li {
	    width: 100%;
	}
	.topmenu nav ul li a .topmenu-meta {
	    font-size: 12px;
	}
   .topmenu nav ul li a .topmenu-meta div {
    display: none;}
  }