main {
	padding-bottom: 70px;
}

.speedbar {
	padding-bottom: 26px;
	font-size: 14px;
	white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
	color: #fff;
}

.speedbar a {
	color: #5e5e5e;
	transition: color .25s ease;
}

.speedbar a {
	padding-right: 10px;
	margin-right: 11px;
	position: relative;
}

.speedbar a:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #5e5e5e;
	border-right: 1px solid #5e5e5e;
	top: 50%;
	right: 0;
	-webkit-transform: rotate(45deg) translate(0, -50%);
	transform: rotate(45deg) translate(0, -50%);
}

h1 {
	font-size: 25px;
	margin-bottom: 25px;
	color: #fff;
}

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

.movie-info {
	margin-left: 233px;
	position: relative;
}

.movie-poster {
	width: 220px;
	float: left;
	background-color: #252627;
	padding: 10px;
	border-radius: 8px;
	position: relative;
}

.cover-image {
	width: 200px;
	height: 300px;
}

.cover-image img {
	display: block;
	width: 100%;
	height: 100%;
}

ul.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 150px;
    position: relative;
    height: 32px;
    background-position: 0 bottom;
    background: url("../images/svg/star-e.svg") repeat-x 0 0 / 30px;
}

.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
}

.unit-rating li a {
    display: block;
    width: 30px;
    height: 31px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
}

.unit-rating li.current-rating {
    background: url("../images/svg/star-f.svg") repeat-x 0 0 / 30px;
    position: absolute;
    height: 25px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

.unit-rating a.r1-unit {
    left: 0;
}

.unit-rating a.r2-unit {
    left: 30px;
}

.unit-rating a.r3-unit {
    left: 60px;
}

.unit-rating a.r4-unit {
    left: 90px;
}

.unit-rating a.r5-unit {
    left: 120px;
}

.unit-rating li a:hover {
    background: url('../images/svg/star-f.svg') repeat-x 0 0 / 30px;
	z-index: 2;
    left: 0;
}

.unit-rating a.r1-unit:hover {
    width: 30px;
}

.unit-rating a.r2-unit:hover {
    width: 60px;
}

.unit-rating a.r3-unit:hover {
    width: 90px;
}

.unit-rating a.r4-unit:hover {
    width: 120px;
}

.unit-rating a.r5-unit:hover {
    width: 150px;
}

[class^="rating-value-"], [class^="rating-votes-"] {
    font-weight: 700;
}

.rating__votes {
    padding-top: 8px;
    justify-content: space-around;
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.icon-fav {
	display: none !important;
}

.plus-fav,
.minus-fav {
	display: block;
	height: 40px;
	border-radius: 0 0 5px 5px;
	padding: 0 18px;
	transition: all .25s ease;
}

.thx {
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}

.gap-4 {
	gap: 4px;
}

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

tr:last-of-type {
	border-bottom: 0;
}

tr {
	display: flex;
	padding: 7px 0;
	width: 100%;
}

td.i-h {
	width: 160px;
	flex-shrink: 0;
	font-weight: 500;
}

td.genres,
td.directors {
	line-height: 1.5;
}

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

td.directors a:not(:first-of-type) {
	padding-left: 4px;
}

.quality {
	background-color: rgb(246 199 0 / 9%);
	color: #f6c700;
	display: inline-block;
	padding: 7px 7px;
	border-radius: 4px;
}

.description {
	margin-top: 30px;
	padding: 15px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 8px;
	border-bottom: 1px solid #292b2c;
	color: #aeaeae;
	background-color: #252627;
}

.description p {
	margin: 0;
}

.seo-header {
	padding: 18px 0 0;
	margin-bottom: 23px;
	font-size: 17px;
	text-align: center;
}

.player {
	position: relative;
}

.pl-rating {
	position: absolute;
    top: 4px;
    right: 0;
}

.player-tabs {
	margin-bottom: 8px;
}

.player-tabs li,
.mylists-switch li {
    display: inline-block;
	line-height: 35px;
	cursor: pointer;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	color: #aeaeae;
	transition: color .25s ease;
	background-color: rgba(65, 65, 65, .4);
	font-size: 14px;
	border-radius: 3px;
}

.player-tabs li.current {
	color: #fff;
	background-color: #2283dc;
	font-weight: 700;
}

.player-r-value {
    color: #aeaeae;
    font-weight: 500;
    font-size: 14px;
    padding-left: 7px;
}

iframe {
	width: 100%;
	height: 450px;
}

.mylists-switch {
	margin-top: 5px;
}

.mylists-switch li.active {
	background-color: #4c4c4c;
	font-weight: 500;
	color: #fff;
}

.downl {
	margin-top: 5px;
	margin-left: auto;
    width: max-content;
	line-height: 35px;
	cursor: pointer;
	padding: 0 12px;
	position: relative;
	font-size: 14px;
	border-radius: 3px;
	background-color: rgba(246, 190, 0, .2);
	color: #f6be00;
	transition: all .125s ease;
}

.related-posts,
.movie-comments {
	margin-top: 30px;
}

.related-posts i,
.movie-comments i {
	display: block;
	margin-bottom: 18px;
	font-weight: 600;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}

.related-wrap {
	gap: 10px;
}

.related-item {
	width: 141px;
}

.related-item a {
	display: block;
	width: 141px;
	height: 203px;
}

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

.related-item .post-name {
	width: 141px;
}

/*Commnts*/
.cFormHeader label {
    display: none;
}
.cFormHeader input {
    margin-top: 15px;
    margin-right: 10px;
}
.movie-comments {
	margin-bottom: 50px;
}

textarea {
	width: 100%;
	max-height: 125px;
	padding: 15px;
	background-color: #252627;
	line-height: 1.5;
	resize: none;
	border: 1px solid rgba(0, 0, 0, 0);
	transition: border .25s ease;
	border-radius: 4px;
	caret-color: #eab602;
}

button.fbutton {
	margin: 16px 0 0;
	height: 40px;
	padding: 0 25px;
	font-weight: 500;
	background-color: #2283dc;
	color: #fff;
	transition-duration: 250ms;
	cursor: pointer;
	border-radius: 4px;
}

.commentItem {
	padding: 20px 10px;
	line-height: 18px;
    margin-bottom: 10px;
	background-color: #252627;
	color: #c4c4c4;
	border-radius: 5px;
	position: relative;
}

.commentAvatar {
	flex-shrink: 0;
	width: 55px;
	height: 55px;
	margin-right: 15px;
	background-size: 88%;
	background-position: 3px 11px;
	background-repeat: no-repeat;
	background-color: #303030;
	border-radius: 50%;
}

.commentHead {
	padding-bottom: 15px;
}

.commentHead span {
	font-size: 12px;
	color: #a9a9a9;
}

.commentFooter {
	padding-top: 15px;
}

.cReact {
	margin-right: 15px;
	padding: 0 4px;
	border-radius: 20px;
	background-color: #303030;
}

.cReact-like,
.cReact-dislike {
	margin-top: 1px;
	padding: 3px 5px;
	border-radius: 13px;
	transition: all .125s linear;
}

.cReact-like a,
.cReact-dislike a {
	display: flex;
	align-items: center;
}

.rmask {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	-webkit-mask-image: url('../images/svg/ratemask.svg');
	mask-image: url('../images/svg/ratemask.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.reply a {
	display: block;
	line-height: 34px;
	padding: 0 18px;
	border-radius: 18px;
	background: #303030;
	color: #c4c4c4;
	transition: all .125s linear;
}

.commentReport {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 16px;
	height: 16px;
	-webkit-mask-image: url('../images/crep.svg');
	mask-image: url('../images/crep.svg');
	background-color: rgba(246 190 0);
	opacity: .7;
}

.mass_comments_action {
	display: none !important;
}

button.fbutton:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px -10px #2283dc;
}

textarea:hover,
textarea:focus {
	border-color: #5e5e5e;
}

.plus-fav {
	background-color: #2283dc;
	cursor: pointer;
}

.minus-fav {
	background-color: #4CAF50;
	cursor: pointer;
}

.plus-fav:after {
	content: "Сохранить";
	font-weight: 500;
	color: #fff;
	font-size: 14px;
}

.minus-fav:after {
	content: "Сохранено";
	font-weight: 500;
	color: #fff;
	font-size: 14px;
}

table {
	color: #aeaeae;
}

td.genres a:hover,
td.directors a:hover {
	text-decoration: underline;
}

.player-tabs li:not(.current):hover,
.mylists-switch li:not(.active):hover {
	color: #fff;
	background-color: #303030;
}

.downl:before {
	content: "";
	-webkit-mask-image: url('../images/svg/downl.svg');
	mask-image: url('../images/svg/downl.svg') no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	mask-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
	background-color: #f6be00;
}

.downl:hover {
	background-color: rgba(246, 190, 0, .4);
}

.speedbar a:hover {
	color: #fff;
}

.cReact-like .rmask {
	background-color: #02be4d;
}

.cReact-dislike .rmask {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background-color: #da2130;
}

.cReact-like span {
	color: #02be4d;
}

.cReact-dislike span {
	color: #da2130;
}

.cReact-like:hover {
	background-color: rgba(2,190,77,.2);
}

.cReact-dislike:hover {
	background-color: rgba(218,33,48,.2);
}

.reply a:hover {
	background: #483e19;
	color: #d6ac1d;
}

.commentReport:hover {
	opacity: 1;
}