@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style-type: none;
	font-family: inherit;
	background: transparent;
	box-sizing: border-box;
} 

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-track {
	background: #2b2b2b;
}

::-webkit-scrollbar-thumb {
	background-color: #4d4d4d;
	border-radius: 20px;
}

input[type=text],
input[type=submit],
textarea {
	-webkit-appearance: none;
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	border-radius: 5px;
	border: 1px solid #252627;
	background-color: #252627;
	color: #fff;
	height: 40px;
	padding: 0 20px;
	transition: border-color .125s linear;
	caret-color: #f6be00;
}

input,
select,
textarea {
	font: inherit;
	outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

.d-flex {
	display: flex;
}

.ai-center {
	align-items: center;
}

.jc-center {
	justify-content: center;
}

.fl-wrap {
	flex-wrap: wrap;
}

.fd-column {
	flex-direction: column;
}

.jc-between {
	justify-content: space-between;
}

p {
	margin-bottom: 10px;
}

body {
	-webkit-font-smoothing: antialiased;
	background-color: #101010;
	color: #8e8e8e;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
	font-size: 15px;
	height: auto;
	line-height: 1;
	margin: 0;
	outline: 0;
	text-align: left;
}

.content {
	padding-top: 150px;
}

.container {
	width: 1100px;
	margin: 0 auto;
}

header {
	height: 60px;
	position: fixed;
	width: 100%;
	background-color: #252627;
	z-index: 10;
}

.header-wrap {
	height: 100%;
}

.logo {
	background: url('../images/svg/kinogo2.svg') no-repeat;
	height: 24px;
    width: 108px;
    transform: translateY(4px);
    background-size: 108px 20px;
}

.q_search {
	position: relative;
}
label[for="story"] {
	position: absolute;
    top: 11px;
    left: 44px;
    font-weight: 500;
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
label[for="story"] span {
	opacity: .5;
	font-weight: 400;
}
.q_search > input:focus {
	background-color: #fff;
}
.q_search > .btn {
	height: 30px;
	border: 1px solid #dfdfdf;
	border-left: 1px solid #b7b6b6;
	min-width: 53px;
	border-radius: 0 3px 3px 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.q_search > .btn:hover {
	border-color: #4caf50;
}

.q_search > input {
    height: 38px;
    width: 450px;
	color: #fff;
    background-color: #303030 !important;
    border-radius: 24px !important;
    padding: 0 44px !important;
    border: 1px solid rgba(0, 0, 0, 0) !important;
    transition: border .25s ease !important;
    position: relative;
    caret-color: #f6be00;
}

.head-icon {
	margin-right: 15px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	cursor: pointer;
	cursor: pointer;
	font-size: 14px;
	color: #aeaeae;
	transition: all .25s ease;
	position: relative;
}

.nav-login:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	-webkit-mask-image: url('../images/svg/login.svg');
	mask-image: url('../images/svg/login.svg');
	background-color: #fff;
}

.nav-history:before {
	content: "";
	display: block;
	width: 24px;
	height: 22px;
	margin-right: 4px;
	-webkit-mask-image: url('../images/svg/history.svg');
	mask-image: url('../images/svg/history.svg');
	background-color: #fff;
}

.nav-favorites:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	-webkit-mask-image: url('../images/svg/add-fav.svg');
	mask-image: url('../images/svg/add-fav.svg');
	background-color: #fff;
}

.nav-collections:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 4px;
    -webkit-mask-image: url('../images/svg/nav-collect.svg');
    mask-image: url('../images/svg/nav-collect.svg');
    background-color: #fff;
}

.topnews {
	padding: 10px;
	background: #1d1e1f;
}

.topnews-content {
	gap: 10px;
}

.top-item,
.related-item {
	flex-shrink: 0;
	width: 146px;
	position: relative;
	background: #252627;
	border-radius: 0 0 3px 3px;
	transition: background .125s linear;
}

.top-item a {
	display: block;
	width: 146px;
	height: 208px;
}

.top-item a:after {
    content: "";
    position: absolute;
    inset: 0;
}

.top-item img,
.related-item img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px 3px 0 0;
}

.top-item .post-name,
.related-item .post-name {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding: 10px;
	line-height: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 146px;
	white-space: nowrap;
	color: #fff;
}

.top-item:hover,
.related-item:hover {
	background: #3f3f3f;
}

nav.main-nav {
	margin-top: 10px;
	padding: 10px;
	gap: 5px;
	background-color: #1d1e1f;
}

nav.main-nav a {
	flex: 1;
	min-width: 145px;
	line-height: 35px;
	transition: .125s linear;
	border-radius: 3px;
	background: #252627;
	text-align: center;
	border: 1px solid #252627;
	color: #b6b6b6;
}

nav.main-nav .new {
	border: 1px solid #4d3775;
    color: #fff;
    background-color: #4d3775;
}

nav.main-nav a:hover {
	background-color: #3f3f3f;
	color: #fff;
}

nav.main-nav .new:hover {
	background: #5a4089;
}

main {
	float: right;
	width: 784px;
	padding: 10px 20px;
	background: #1d1e1f;
}

aside {
	padding: 0 13px;
	width: 316px;
	background: #2a2b2c;
}

.sidebar-title:not(:first-of-type) {
	margin: 25px -13px 15px;
}

.sidebar-title {
	margin: 0 -13px 23px;
	padding: 13px 13px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: #1e1e1e;
}

.sidebar-title a {
	margin-left: auto;
    font-size: 14px;
    font-weight: normal;
    text-decoration: underline;
}

.by-year,
.by-country,
.by-serial {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
}

.content-wrapper {
	margin-top: 10px;
}

.content-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.main-content {
	gap: 13px;
}

ul.mylists-tabs {
    display: flex;
    gap: 4px;
    padding-bottom: 25px;
}

ul.mylists-tabs li {
    display: inline-block;
    background: #252627;
    cursor: pointer;
    border-radius: 2px;
    line-height: 1.5;
    padding: 9px 15px;
}

ul.mylists-tabs li.active {
    background: #2196f3;
    color: #fff;
}

nav.subnav {
	margin: 0px 0 23px;
	padding-bottom: 20px;
	border-bottom: 1px solid #252627;
}

nav.subnav a {
	font-weight: 100;
	font-size: 17px;
	padding-right: 15px;
	color: #aeaeae;
	transition: all .125s ease;
	text-transform: uppercase;
	white-space: nowrap;
}

nav.subnav .active {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

nav.subnav a:hover {
	color: #fff;
}

.xsort-block {
	margin-bottom: 23px;
}

.xsort-div {
	display: flex;
	height: 40px;
	padding: 0 16px;
	align-items: center;
	width: 170px;
	margin-right: 12px;
	background: #252627;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	white-space: nowrap;
	cursor: pointer;
	transition: all .125s ease;
	position: relative;
	color: #b6b6b6;
}

ul.xsort-ul {
    display: none;
	background-color: rgba(37, 38, 39, .98);
    padding: 10px;
    border-radius: 4px;
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    max-height: 392px;
    overflow-y: auto;
    width: inherit;
    color: #aeaeae;
    z-index: 5;
    box-shadow: 0 0 4px #1d1e1f;
    border: 1px solid #303030;
    cursor: pointer;
}

ul.xsort-ul li {
    display: block;
    line-height: 40px;
    max-width: 142px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    padding: 0 12px;
    border-radius: 3px;
    height: 37px;
    transition: all .125s ease-in-out;
    color: #aeaeae;
}

ul.xsort-ul li.current {
	background-color: #2283dc;
	color: #fff;
}

.xsort-div:hover,
.xsort-div.xsort-active {
	border-color: #2283dc;
	background-color: #252627;
}

.xsort-selected {
    width: 100%;
    line-height: 35px;
    max-width: 142px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.xsort-ul li:hover {
	color: #fff;
}

.xsort-selected:after {
	content: "";
	-webkit-mask-image: url('../images/svg/chevron.svg');
	mask-image: url('../images/svg/chevron.svg');
	height: 12px;
	width: 12px;
    top: 50%;
    transform: translateY(-6px);
	transition: all .125s linear;
	background-color: #aeaeae;
	mask-size: 100%;
	position: absolute;
	right: 10px;
}

article.shortstory:first-of-type {
	padding-top: 0;
}

article.shortstory {
	padding: 20px 0;
	border-bottom: 1px solid #252627;
}

article.shortstory h3 {
	font-size: 21px;
	padding-bottom: 20px;
	color: #fff;
	opacity: .9;
	transition: opacity .125s ease;
}

.cover {
	display: block;
	width: 200px;
	height: 300px;
    flex-shrink: 0;
	position: relative;
}

.ribbon {
    position: absolute;
    bottom: 0;
    background-color: #4CAF50;
    width: 100%;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
	color: #fff;
}

article.shortstory img {
	width: 100%;
	height: 100%;
	border-radius: 3px 3px 0 0;
	object-fit: cover;
}

h3.post-name {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.genres {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 150px;
	white-space: nowrap;
}

.ply {
	opacity: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
	transition: all .25s ease;
}

.color-rate {
	position: absolute;
	top: 33px;
	line-height: 25px;
	padding: 0 6px;
    font-size: 12px;
	border-radius: 0 4px 4px 0;
	font-weight: 500;
    color: #fff;
}

.short-info {
    width: 100%;
    margin-left: 15px;
    position: relative;
}

tr:first-of-type {
	padding-top: 0;
}

tr {
	display: table;
	padding: 5px 0;
	width: 100%;
    line-height: 1;
}

td.i-h {
	width: 160px;
	font-weight: 500;
	color: #b6b6b6;
}

.excerpt {
	margin-top: auto;
	line-height: 1.3;
    margin-left: 4px;
}

.excerpt p {
	margin: 0;
	color: #b6b6b6;
}

.kinopoisk {
	top: 0;
}

article.shortstory h3:hover {
	opacity: 1;
}

.cover:before {
	content: "";
	background: rgb(34 131 220 / 12%);
	inset: 0;
	position: absolute;
	opacity: 0;
	transition: all .125s linear;
}

.ply:after {
	content: "";
	-webkit-mask-image: url('../images/svg/play.svg');
	mask-image: url('../images/svg/play.svg');
	height: 24px;
	width: 24px;
	display: block;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #fff;
	transition: background-color .125s ease;
}

.ply:hover {
	background: #2283dc;
	border-color: #2283dc;
}

.cover:hover:before {
	opacity: 1;
}

.cover:hover .ply {
	opacity: 1;
}

.genres a:not(:last-of-type):after {
	content: ",";
	padding-left: 2px;
}

.short-info a:hover {
	text-decoration: underline;
}

.post-meta span,
.genres a {
	position: relative;
}

.cover {
	overflow: hidden;
	position: relative;
}

td.quality {
	color: #f6c700;
}

.cover:hover .favourite .plus-fav {
	transform: translateY(0);
}

.color-rate.good {
	background-color: #00b732;
}

.color-rate.normal {
	background-color: #ec6b15;
}

.color-rate.bad {
	background-color: #e91e1e;
}

.favourite {
	position: absolute;
	top: 0;
	right: 6px;
	cursor: pointer;
}

.favourite .plus-fav,
.favourite .minus-fav {
	width: 38px;
	height: 44px;
	transform: translateY(-45px);
	transition: all .125s linear;
	border-radius: 0 0 19px 19px;
}

.favourite .minus-fav {
	transform: translateY(0);
}

.favorite-link>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

i.add-title {
    flex: 100%;
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	color: #fff;
	font-weight: 500;
}

.add-navigation a {
	flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #222323;
    background-color: #202122;
    padding: 8px 16px;
    width: 100%;
    display: block;
    line-height: 20px;
    color: #ccc;
    transition: all .125s ease;
}

.best-selection:not(:last-of-type) {
	padding-bottom: 15px;
}

.best-selection-cover {
	width: 75px;
    height: 107px;
	flex-shrink: 0;
}

.best-selection-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.best-selection-tеxt {
	padding-left: 12px;
    font-size: 14px;
}

.best-selection-title {
    font-weight: 500;
    padding-bottom: 7px;
    line-height: 1.3;
    color: #fff;
    transition: .125s all ease;
}

.best-selection-tеxt p {
    line-height: 1.3;
    font-size: 13px;
    margin: 0;
    color: #ccc;
}

.update-cover {
	display: block;
	width: 50px;
	height: 60px;
    flex-shrink: 0;
}

.update-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.update-item {
	margin: 0 -13px;
	padding: 10px 12px;
	border-bottom: 1px solid #333437;
	position: relative;
	transition: all .125s linear;
}

.update-item:last-of-type {
	border: 0;
}

.update-info {
	padding-left: 11px;
	font-size: 14px;
}

.update-title {
	margin-bottom: 8px;
	font-weight: 500;
	color: #fff;
}

.update-serie,
.update-season {
	padding-right: 4px;
}

.update-serie {
	font-weight: 500;
	color: #ffcf00;
}

.lCommentItem {
	float: left;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
}


.lCommentItem-title {
	padding-bottom: 7px;
}

.lCommentItem-title a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: color .125s ease;
}

.lCommentItem-title a:after {
    content: "";
    position: absolute;
    inset: 0;
}

.lCommentItem-avatar {
	width: 35px;
	height: 35px;
	flex-shrink: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-right: 10px;
	line-height: 0;
	background-color: #353637;
	border-radius: 50%;
}

.lCommentItem-text {
	padding-bottom: 5px;
	color: #aeaeae;
	font-size: 14px;
	line-height: 1.3;
}

.lCommentItem-text span {
	color: #fff;
}

.lCommentItem:not(:last-of-type) {
	border-bottom: 1px solid #333437;
}

.lCommentItem:not(:first-of-type) {
	padding-top: 10px;
}

.pagination {
	flex: 100%;
	margin-top: 40px;
}

.pagination .current,
.pagination a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	transition: all .125s ease;
	position: relative;
	border-radius: 10px;
	margin: 0 2px;
}

.pagination .current {
	color: #fff;
	background: #252627;
	font-weight: 700;
}

.main-description {
	padding: 20px;
	background-color: #1d1e1f;
}

h1 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.main-text {
	font-size: 16px;
	color: #aeaeae;
	line-height: 1.5;
}

footer {
	margin-bottom: 20px;
	position: relative;
}

.footer-wrapper {
	background-color: #1d1e1f;
	padding: 35px 0 20px;
	border-top: 1px solid #292b2c;
}

.footer-data .logo {
	margin-bottom: 17px;
}

.disable {
	font-weight: 600;
	color: #f6be00;
}

.footer-movies {
	margin-left: auto;
}

.movies-title {
	margin-bottom: 12px;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}

.footer-data,
.footer-col {
	margin: 0 20px;
}

.footer-col a {
	display: block;
	padding: 6px 0;
	font-size: 14px;
	color: #aeaeae;
	transition: color .125s ease;
	line-height: 1.4;
}

.footer-bottom {
	padding: 15px;
	font-size: 14px;
	background-color: #1d1e1f;
}

.abuse {
	margin-left: auto;
	margin-right: 30px;
}

.footer-bottom a {
	text-decoration: underline;
}

.email {
	color: #2283dc;
	font-weight: 500;
}

.content-wrapper {
	/*background: #1e1e1e;*/
	background: #1d1e1f;
}

.lastComments {
	display: inline-block;
}

.pagination a {
	background-color: rgba(0, 0, 0, 0);
}

.pagination a:hover {
	background: #252627;
	color: #fff;
}

span.count {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	font-weight: 700;
	min-width: 20px;
	max-width: 24px;
	border-radius: 10px;
	color: #fff;
	padding: 4px 2px;
	top: -10px;
	right: -7px;
	z-index: 999;
	background: #2196F3;
	font-size: 9px;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #252627;
}

.footer-col a:hover {
	color: #fff;
}

.update-meta {
	color: #aeaeae;
}

.update-item:hover {
	background-color: #333437;
}

.update-title a {
	transition: all .125s linear;
}

.update-item:hover a,
.lCommentItem-title a:hover {
	color: #f6be00;
}

.update-title a:after {
	content: "";
	position: absolute;
	inset: 0;
}

.best-selection {
	position: relative;
}

.favourite .plus-fav {
	background-color: rgb(34 131 220 / 55%);
	transition: all .125s linear;
}

.favourite .minus-fav {
	background-color: rgba(29,30,31,.75);
	transition: all .125s linear;
}

.minus-fav .icon-fav,
.plus-fav .icon-fav {
	width: 24px;
	min-width: 24px;
	height: 24px;
	transform: translateY(-2px);
}

.minus-fav .icon-fav {
	-webkit-mask-image: url('../images/svg/fav.svg');
	mask-image: url('../images/svg/fav.svg');
	background-color: #2283dc;
}

.plus-fav .icon-fav {
	-webkit-mask-image: url('../images/svg/add-fav.svg');
	mask-image: url('../images/svg/add-fav.svg');
	background-color: #fff;
}

.kinopoisk {
	position: absolute;
	top: -11px;
	right: 2px;
	background-color: rgb(236 107 21 / 7%);
	color: #EC6B15;
	display: inline-block;
	vertical-align: middle;
	width: fit-content;
	padding: 10px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
}

.kinopoisk span {
	padding-left: 8px;
	font-weight: 400;
}

.favourite .plus-fav:hover {
	background: #2283dc
}

.prev,
.next {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	position: relative;
}

h1 {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}

.userProfile {
	margin-top: 30px;
	gap: 20px;
}
.uAvatar-img {
	display: block;
	height: 168px;
	width: 168px;
	background-color: #222;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: 50%;
	border: 2px dashed #323232;
}

.uInfo {
	font-size: 14px;
}

.uInfo>span {
	display: block;
	margin-bottom: 9px;
}
.uInfo>span:first-of-type {
	color: #f8d268;
}
.uInfo>span:first-of-type b {
	color: #a8a8a8;
}
.uInfo b {
	margin-right: 5px;
}
.uInfo i {
	font-style: normal;
}
.uInfo .online {
	color: #1aa897;
}
.uInfo .offline {
	color: #ff5a5a;
}
.uInfo button {
	margin: 10px 0 0;
	background-color: #2196f3;
	color: #fff;
	height: 40px;
	padding: 0 20px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
label.v-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
.profileEdit {
	flex-wrap: wrap;
	gap: 15px;
	padding-top: 20px;
}
.regField input,
.rFormSubmit button {
	width: 292px;
	border-radius: 3px;
}
.regField input {
	background: #222;
	border: 1px solid #404040;
	height: 40px;
	padding: 0 10px;
}
.regField input:not([type="file"]):focus,
.regField input:not([type="file"]):active {
	border: 1px solid rgb(90 90 90) !important;
}
.regField input:not([type="file"]):hover {
	border: 1px solid rgb(90 90 90) !important;
}

.regField input, .rFormSubmit button {
	width: 300px;
	border-radius: 3px;
}

.changeAva label {
	padding: 11px 5px;
	background: #222;
	border: 1px solid #404040;
	border-right: none;
	cursor: pointer;
}
.changeAva input[type="file"] {
	margin-left: -4px !important;
	height: unset !important;
	padding: 9px 10px;
	max-width: 240px;
	border-left: none;
	border-radius: 0 3px 3px 0;
	line-height: 1.5;
	cursor: pointer;
	background: #222;
	border: 1px solid #404040;
}
.changeAva input[type="file"]::-webkit-file-upload-button {
	display: none;
}
.changeAva input[type="file"]::file-selector-button {
	display: none;
}
.regField.onSubmit input {
	background-color: #2196F3;
	cursor: pointer;
	font-weight: 600;
}
.regField.onSubmit input:hover {
	background: #1b77bf;
}

.q_search::before {
	content: "";
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 15px;
    -webkit-mask-image: url(../images/svg/search.svg);
    mask-image: url(../images/svg/search.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    mask-size: 100%;
    vertical-align: middle;
    margin-right: 5px;
    mask-size: contain;
    background-color: #fff;
    transition: background-color .125s ease;
}


input[id="story"]:focus + label,
input[id="story"]:not(:placeholder-shown) + label {
    display: none;
}

#searchsuggestions {
	position: fixed !important;
    top: 48px !important;
    z-index: 99998;
    transform: translate(45px, 10px);
    right: 0 !important;
    left: 0;
    width: 450px;
    font-size: 12px;
    max-height: 440px;
    overflow: auto;
    background: #303030;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 0 1.6em rgba(0, 0, 0, .2);
}

#searchsuggestions span.notfound {
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 15px;
}

.lightsearch-item {
    display: block;
    padding: 10px;
    background-color: #272727;
    border-radius: 4px;
    margin-bottom: 4px;
}

.lightsearch-item:not(:last-of-type) {
	padding-bottom: 12px;
}

a.lightsearch__showAll {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 18px;
	border-bottom: 1px solid hsl(0deg 0 37% / 30%);
}

.si-image {
	width: 40px;
	height: 60px;
    flex-shrink: 0;
	background-size: 100%;
}

.si-info {
	padding-left: 10px;
    flex-shrink: 0;
}

.si-title {
    max-width: 230px;
    line-height: 19px;
    padding-bottom: 9px;
    font-size: 14px;
    font-weight: 600;
    transition: color .125s ease;
}

.si-category {
	font-size: 12px;
	color: #aeaeae;
}

.si-meta {
	max-width: 200px;
	font-size: 12px;
	align-items: baseline;
	color: #aeaeae;
}

.si-rating {
	font-size: 14px;
	font-weight: 600;
}

.si-orig,
.si-year,
.si-country {
	padding-left: 5px;
    max-width: 175px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.js-lightsearch-category {
	padding-top: 20px;
	margin-top: 18px;
	border-top: 1px solid hsl(0deg 0 37% / 30%);
}

.si-kp {
    margin-left: auto;
    transform: translateY(4px);
    color: #f3601e;
    font-weight: 700;
    font-size: 13px;
}

.lightsearch-item:hover {
    background-color: #2b2b2b;
}

.lightsearch-reset {
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-mask-image: url('../images/svg/close.svg');
    mask-image: url('../images/svg/close.svg');
    top: calc(100% - 27px);
    right: 20px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    transition: background-color .125s ease;
    cursor: pointer;
}

#searchsuggestions span.seperator a {
	display: block;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	border: 0;
	background-color: #666;
	color: #d9d8d8;
	border-radius: 0 0 4px 4px;
}

#searchsuggestions::-webkit-scrollbar {
	width: 8px;
	background: #666;
}

#searchsuggestions::-webkit-scrollbar-thumb {
	background: #333;
}

.prev a:after,
.next a:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	pointer-events: none;
}

.next a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right: 4px;
}

.prev a:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: 4px;
}

.nav-login:hover {
	color: #fff;
}

.add-navigation a:hover {
	color: #fff;
}

.head-icon:not(.nav-login):after {
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	background-color: #2283dc;
	transition: all .125s ease;
	border-radius: 2px;
	left: 2px;
	bottom: -12px;
}

.head-icon:not(.nav-login):hover:after {
	width: calc(100% - 9px);
}

.bodyFixed:after {
	content: "";
	position: fixed;
	left: 0;
	top: 60px;
	width: 100vw;
	height: 100vh;
	background-color: rgb(22 22 23 / 90%);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover {
	border-color: #5e5e5e;
}

.logo:hover {
	opacity: .8;
}

a {
	color: #fff;
	text-decoration: none;
}

.best-selection:hover .best-selection-title {
    color: #ec6b15;
}

.add-navigation a:hover {
    background-color: #222324;
}

.sidebar-title a:hover {
	text-decoration: none;
}

.lightsearch__shader {
    background: rgb(17 17 17 / 89%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}

.ui-dialog {
    min-width: 320px;
    max-width: 550px;
    max-height: 100%;
    padding: 15px;
    border-radius: 6px;
    height: auto !important;
    background: #252627;
    border: 1px solid #252627;
    z-index: 999;
}

.ui-dialog-titlebar {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: -15px;
    padding: 15px 20px;
    line-height: 24px;
    cursor: default;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 1px 0 #404040b0;
    color: #ddd;
}

.ui-dialog-title {
    color: #dcdcdc;
    font-size: 15px;
    font-weight: 700;
}

.ui-dialog-titlebar-close {
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 20px;
    width: 20px;
    margin: 0;
}

.ui-dialog-titlebar-close, .ui-dialog-titlebar-close:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABISURBVHgBlVDbCQAgCJQmaf8lHMVRLOE+So30QHydHB6p6tzBlsnh2qEwyEkGSbBjPxD0YZZdS0p6SAXSoA5K0uVnuvawfgxfYIn7hd1MhoUAAAAASUVORK5CYII=) no-repeat 50% 50%;
}

.ui-dialog-content {
    font-size: 14px;
    padding-top: 28px;
    height: unset !important;
	overflow: unset !important;
}

.ui-dialog .bb-editor textarea {
    margin-top: 15px;
    background-color: #373838;
}

.ui-dialog-buttonset {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.ui-dialog-buttonset button {
	width: 70px;
    height: 35px;
    cursor: pointer;
    background: #2196f3;
    border: 1px solid #2196f3;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    color: #fff;
    min-width: 90px;
    border-radius: 4px;
    transition: .2s;
}

.ui-dialog-buttonset button:first-child:hover {
    border-color: #733;
    background: #5a2a2a;
    color: #eee;
}

.ui-dialog-buttonset button:hover {
	background: #105a94;
    border-color: #2196f3;
}

.DLEPush {
    z-index: 1000;
    position: fixed;
    right: 20px;
    top: 60px;
}

.DLEPush-notification.wrapper.push-error {
    --hue: 14;
}

.DLEPush-notification.wrapper {
    animation-name: DLEPush-show;
    animation-duration: 0.3s;
    position: relative;
    display: grid;
    gap: 10px;
    margin-bottom: 10px;
    width: 400px;
    max-width: calc(100vw - 40px);
    color: #333;
    background-color: hsl(var(--hue,174),41%,91%);
    box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
    border-radius: 6px;
    padding: 15px 30px 15px 60px;
    overflow: hidden;
}

.DLEPush-notification .DLEPush-close {
    position: absolute;
    top: 50%;
    right: 10px;
    background: none;
    border: 0;
    padding: 0;
    color: inherit;
    font-size: 1.4em;
    transform: translateY(-50%);
}

.DLEPush-notification .DLEPush-icon {
    display: grid;
    place-items: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: hsl(var(--hue,174),100%,27%);
    width: 45px;
    height: 100%;
}

.DLEPush-notification .DLEPush-icon svg {
    scale: .8;
}

.DLEPush-notification .DLEPush-header:empty {
    display: none;
}

.DLEPush-notification .DLEPush-header {
    font-weight: 700;
    font-size: 1.1em;
}