/* BASIC LAYOUT
----------------------------------------------- */
.wrapper {min-width: 320px; position: relative; padding: 30px;}
.wrapper-container {max-width: var(--maximum-width); margin: 0 auto; position: relative; z-index: 20;}
.wrapper-main {background-color: #1D1F2A;border-top: 3px solid #13ABCD;}
.header {background-blend-mode: darken;
    background: #1d1f2a00 url(../images/bg-hero.jpg) center center no-repeat;}

.header--main-page {background-position: center top;}
.header__inner {padding: 30px var(--main-indent);}
.header__hero {min-height: 300px; padding: 30px var(--main-indent) 60px var(--main-indent);}
.content {min-height: 100vh;padding: 60px var(--main-indent);}
.sidebar {width: 240px;margin-right: 60px;}
.footer {padding: 20px var(--main-indent);background-color: #15161E;color: var(--secondary-text-color);box-shadow: 0 20px 20px 0px #1111115c;}

#scrolltop {position: fixed; width: 60px; height: 60px; line-height: 60px; right: 10px; bottom: 10px;
	z-index: 990; display: none; background-color: var(--bg-color-second); color: #999; cursor: pointer; font-size: 2.4rem; 
	border-radius: 50%; text-align: center; box-shadow: 0 5px 10px rgba(0,0,0,0.6);}


/* HEADER, HERO
----------------------------------------------- */
.logo {display: inline-block; text-transform: uppercase; font-size: 2.6rem; font-weight: 700; 
	color: #fff !important; margin-right: 20px; line-height: 40px; padding-left: 50px; 
	background: url(../images/logo.svg) 0 center / 40px no-repeat;}
.logo span {color: var(--secondary-text-color);}
.header__caption {margin-right: 60px; padding-left: 20px; border-left: 1px solid rgba(255,255,255,0.3); 
	font-size: 1.2rem; line-height: 1.6; color: var(--secondary-text-color);}
.submenu a {display: block; font-size: 1.4rem; font-weight: 400; margin-right: 30px;}
.submenu a:hover {color: #fff;}
.header__search {position:relative; margin: 0 60px 0 0;}
.header__search input, .header__search input:focus {padding: 0 50px 0 20px;border-radius: 3px;
    background-color: #1D1F2A;color: #fff;box-shadow: 0 20px 50px rgba(0,0,0,0.6);}
.header__search input:not(:focus)::placeholder {color: #fff; opacity: 0.5; font-size: 1.4rem;} 
.header__search button {position:absolute; right:0px; top:0px; z-index:10; width: 50px; cursor: pointer; 
	background: none; color: #ccc; line-height: 40px; text-align: center; font-size: 1.6rem;}
.header__hero-title {font-size: 3rem; font-weight: 700; line-height: 1.4;}
.header__hero-title span {color: #FD9E42;}
.header__hero-text {opacity: 0.9; line-height: 1.7; margin: 15px 0 30px 0; max-width: 560px;}
.header__hero-btn {align-self: start;text-transform: uppercase;
	background-color: #1C222D;overflow: hidden;font-size: 1.4rem;font-weight: 400;line-height: 40px;padding-left: 20px;border-radius: 3px;display: inline-block;}
.header__hero-btn span:last-child {display: inline-block;padding: 0 20px;margin-left: 20px;
	background: #0dc4d9;box-shadow: 1px 5px 20px 0px rgb(13 196 217 / 53%);color: #fff;box-shadow: rgb(237, 85, 101,0.3);}
.header__popular {padding: 30px var(--main-indent);background-color: #1d1d1d;height: 260px;height: 300px;}
.popular-item__img {display: block; height: 200px;}
.popular-item__title {position: absolute; z-index: 10; left: 0; bottom: 0; right: 0; 
	padding: 15px; color: #fff; font-weight: 500; font-size: 1.6rem; line-height: 1.3; word-wrap: break-word;}
.popular-item__img:before {content: ''; position: absolute; z-index: 5;  left: 0; right: 0; bottom: 0; height: 70%; 
	background: linear-gradient(to bottom, transparent 0%,#000 100%); opacity: 0.8;}
.popular-item:hover .popular-item__img:before, .popular-item:hover .popular-item__title {opacity: 0;}
.fx-1 {padding: 0 10px;}


/* FOOTER, PAGINATION
----------------------------------------------- */
.footer__copyright {margin-top: 8px; font-size: 0.9em;}
.footer__copyright span {color: var(--secondary-color); border-bottom: 1px dotted var(--secondary-color); font-weight: 400;}
.footer__logo {font-size: 2.2rem; background-size: 30px; padding-left: 40px; margin-right: 60px;}
.ft-counter {margin: 10px;}
.pagination {text-align: center; font-weight: 400; padding-top: 10px;}
.pagination a, .pagination span {display: inline-block; margin: 10px 5px 0 5px; line-height: 60px; padding: 0 10px;}
.pagination span:not(.nav_ext) { background-color: var(--secondary-color); color: #fff; border-radius: 30px;
 min-width: 60px; margin: 10px 10px 0 10px; font-size: 2.4rem; font-weight: 500;}


/* SECTION
----------------------------------------------- */
.section {margin-bottom: 60px;}
.section__header {margin-bottom: 20px;}
.section__title {font-size: 2.4rem; font-weight: 500;}
.section__link-more {color: #0dc4d9;border-bottom: 1px dotted #0dc4d9;font-size: 1.4rem;font-weight: 400;}
.section__items {margin: 0 -10px -30px -10px;}
.speedbar {font-size: 14px; color: var(--tt-2); background-color: var(--bg-2);
	margin: 0 var(--indent-negative); margin-bottom: -60px; margin-top: 30px; padding: 30px var(--indent);}
.speedbar a:after {color: var(--tt); display: inline; content: '/'; margin: 0 5px;}
.speedbar a:hover {text-decoration: underline;}


/* MOVIE ITEM
----------------------------------------------- */
.movie-item {width: 25%; padding: 0 10px; margin-bottom: 30px;}
.movie-item__link {display: block;}
.movie-item__img {box-shadow: 0 20px 50px rgba(0,0,0,0.3); margin-bottom: 15px;}
.movie-item__label {position: absolute;z-index: 5;left: 10px;bottom: 10px;border-radius: 3px;
    background-color: #0ABDE3;color: #fff;padding: 5px 10px;font-size: 1.2rem;font-weight: 400;}
.movie-item__title {font-size: 1.6rem; font-weight: 500; line-height: 1.2; color: var(--primary-text-color);}
.movie-item__meta {margin-top: 8px;font-size: 1.4rem;color: var(--secondary-text-color);}
.hover__overlay, .hover__overlay::before {position: absolute; left: 0; top: 0; 
	width: 100%; height: 100%; z-index: 10; opacity: 0;}
.hover__overlay span {font-size: 3.4rem; color: #fff; position: relative; z-index: 11;}
.hover__overlay::before {content: ''; opacity: 0.8; background-color: var(--secondary-color);}
.hover:hover .hover__overlay {opacity: 1;}

.poster__rating {
    
    justify-content: space-around;position: absolute;display: flex;
    flex-direction: row;
    flex-wrap: nowrap;right: 5px;top: 5px;z-index: 10;/* border-radius: 0 4px 4px 0; */border-radius: 5px;
    background-color: #1d1f2a;color: #fff;font-size: 12px;padding: 5px 20px;
    text-align: center;width: 50px;font-weight: 500;}
.poster__rating.rating-1, .poster__rating.rating-2, .poster__rating.rating-3 {background-color: #eb4d4b;}
.poster__rating.rating-4, .poster__rating.rating-5, .poster__rating.rating-6 {background-color: #f0932b;}
.poster__rating.rating-7, .poster__rating.rating-8, .poster__rating.rating-9, .poster__rating.rating-10 {background-color: #3bb33b;}
.js-count-rating {opacity: 0;}


/* UPDATE ITEM
----------------------------------------------- */
.update-item {width: 50%; padding: 0 5px; margin-bottom: 10px;}
.update-item__link {display: block;position: relative;
	background-color: #15161E;padding: 20px 140px 20px 20px;height: 100%;overflow: hidden;}
.update-item__img {width: 60px; height: 100%; position: absolute; right: 60px; top: 0;}
.update-item__title {font-size: 1.6rem; font-weight: 500; line-height: 1.2; color: var(--primary-text-color);}
.update-item__meta {margin-top: 8px; font-size: 1.4rem; color: var(--secondary-text-color);}
.update-item__serie {position: absolute;right: 0px;top: 0;width: 60px;height: 100%;
    background-color: #1d1f2a;color: var(--secondary-color);text-align: center;font-size: 1.2rem;border: 2px solid #15161e;}
.upd-serie {color: var(--secondary-color);}
.update-item__serie div {font-size: 2rem; font-weight: 400;}


/* COLLECTION ITEM
----------------------------------------------- */
.collection-item {width: 33.33%; padding: 0 10px; margin-bottom: 30px;}
.collection-item__link {display: block; position: relative;}
.collection-item__img {box-shadow: 0 20px 50px rgba(0,0,0,0.3); margin-bottom: 15px;}
.collection-item__title {font-size: 1.6rem; line-height: 1.2; font-weight: 500; color: var(--primary-text-color);}
.collection-item__label {position: absolute; z-index: 5; left: 10px; bottom: 10px; border-radius: 3px;
	background-color: var(--secondary-color); color: #fff; padding: 4px 11px; font-size: 1.2rem; font-weight: 400;}


/* SIDEBAR
----------------------------------------------- */
.side-block {margin-bottom: 50px;}
.side-block__title {font-weight: 500;font-size: 1.8rem;margin-bottom: 22px;}
.side-block__title span, .section__title span, .inner-page__caption span, 
.text h1 span, .text h2 span, .text h3 span {color: #F59C43;}
.side-block__menu a {display: block;margin-bottom: 17px;}
.side-block__menu li:last-child a {margin-bottom: 0;}
.side-block__menu a .far {color: var(--primary-color); width: 30px;}
.side-block__menu--icon a::before {content:"\f111"; font-weight: 900; font-family:'Font Awesome 5 Pro'; 
	width: 20px; color: var(--secondary-color); display: inline-block; vertical-align: middle; 
	font-size: 0.9rem; position: relative; top: -1px;}

.showitems-btn {display: inline-block; cursor: pointer; margin-top: 10px; 
	font-size: 1.6rem; font-weight: 400; color: var(--primary-color);}
.showitems-btn span {display: inline-block; vertical-align: middle; width: 30px; height: 30px; 
	border-radius: 50%; text-align: center; line-height: 28px; margin-right: 10px; 
	background-color: var(--primary-color); color: #000; box-shadow: 0 10px 30px rgba(0,0,0,0.6); 
	font-size: 1.7rem; position: relative; top: -2px;}
.showitems-btn:hover {text-decoration: underline;}

.soon-item {margin-bottom: 20px;}
.soon-item__img {width: 60px; height: 60px; margin-right: 20px; border-radius: 30px;}
.soon-item__title {font-weight: 500; font-size: 1.4rem; line-height: 20px; 
	max-height: 40px; overflow: hidden; color: var(--primary-text-color);}
.soon-item__meta {margin-top: 6px; font-size: 1.2rem; color: var(--secondary-text-color);}



/* INNER PAGE
----------------------------------------------- */
.inner-page__column-left {width: 200px;}
.inner-page__column-middle {padding: 0 20px;}
.inner-page__column-right {width: 110px;}

.inner-page__img {height: 300px; box-shadow: 0 20px 50px rgba(0,0,0,0.6);}
.inner-page__title {font-weight: 500; font-size: 2.4rem;}
.inner-page__title a {font-size: 1.6rem; color: var(--primary-color); margin-left: 2px;}
.inner-page__header {margin-bottom: 20px; position: relative;}
.inner-page__subtitle {margin-top: -16px; color: var(--primary-color); font-size: 1.8rem; font-weight: 500;}
.inner-page__fav {color: var(--secondary-color); height: 55px; width: 100%; cursor: pointer; position: relative; border-radius: 3px;
	font-size: 1.2rem; padding: 13px 0 0 33px; line-height: 1.2; background-color: #1d1d1d; margin-bottom: 6px;}
.inner-page__fav .far, .inner-page__fav .fas {font-size: 1.8rem; position: absolute; left: 10px; top: 20px;}
.inner-page__fav a {color: var(--secondary-color);}

.inner-page__list {font-size: 1.4rem; line-height: 1.6;}
.inner-page__list li {padding-left: 120px; position: relative;}
.inner-page__list li > span:first-child {font-weight: 400; color: var(--secondary-text-color);
	position: absolute; left: 0; top: 0;}
.inner-page__list li a {color: var(--secondary-color);border-bottom: 1px dotted var(--secondary-color);}

.inner-page__rating {width: 100%; font-size: 1.4rem;}
.inner-page__rating a {display: block; width: 50px; font-weight: 400; text-align: center; 
	background-color: #1d1d1d; padding-bottom: 10px;}
.inner-page__rating a div {background-color: #6ab04c; color: #fff; margin-bottom: 10px; 
	width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 3px; padding-top: 6px;}
.inner-page__rating a + a div {background-color: #eb4d4b;}
.inner-page__rating a img {display: inline-block; width: 30px; height: 30px;}
.inner-page__rating a + a img {transform: scale(-1,-1); position: relative; top: 7px;}
.inner-page__rating a:hover {opacity: 0.9;}

.inner-page__desc {margin-top: 35px;margin-bottom: 50px;}
.inner-page__caption {font-size: 1.8rem; font-weight: 500; margin-bottom: 20px; text-align: center;}
.inner-page__subrating {font-weight: 500; text-align: center; width: 46%; height: 100px;}
.inner-page__subrating img {height: 50px; display: block; margin: 0 auto 0px auto;}
.inner-page__subrating--kp img {height: 30px; margin-bottom: 20px; position: relative; top: 9px;}
.inner-page__comments-num {display: inline-block; vertical-align: top; margin-left: 3px; 
	height: 20px; line-height: 20px; width: 24px; text-align: center; border-radius: 3px;
	background-color: var(--secondary-color); color: #fff; font-size: 1.2rem;}

.inner-page__player-controls {margin-bottom: 20px;}
.inner-page__complaint a {color: var(--secondary-color); font-size: 1.4rem; font-weight: 400;}
.tabs-block__select span {cursor: pointer; display: inline-block;}
.tabs-block__select--player span {
	line-height: 40px;
	padding: 0 20px;
	border-radius: 3px;
	box-shadow: 0 20px 50px rgba(0,0,0,0);
	font-weight: 400;
	margin-right: 20px;
	background-color: #15161e;
	}
.tabs-block__select--player span.is-active {background-color: var(--secondary-color); 
	color: #fff; box-shadow: 0 10px 30px rgba(10,189,227,0.3);}
.tabs-block__select--desc > span {font-weight: 500; font-size: 1.8rem; color: var(--primary-text-color); margin-right: 20px;}
.tabs-block__select--desc > span.is-active {color: var(--primary-color);}
.video-inside {box-shadow: 0 20px 50px rgba(0,0,0,0.6);}


/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.text {line-height: 1.7; font-size: 1.6rem; word-wrap: break-word; color: var(--secondary-text-color);}
.text a {text-decoration: underline; color: var(--primary-color);}
.text img:not(.emoji), .text p, .text h1, .text h2, .text h3, .text h4, .text h5, 
.text > ul, .text > ol, .text table {margin-bottom: 20px;}
.text > img[style*="left"], .text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.text > img[style*="right"], .text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.text > ul li {list-style:disc; margin-left:40px;}
.text > ol li {list-style:decimal; margin-left:40px;}
.text table, .video-inside > * {width:100%;}
.text table tr td {padding:10px; border:2px solid #fff;}
.text table tr:nth-child(2n+1) {background-color:#f2f6f9;} 
.text table tr:nth-child(1) {background-color:#cee0ed;}
.text table img:not(.emoji) {margin:0; max-width:350px}
.text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 60%; position: relative;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.inner-page__title {margin-bottom: 20px;}
.text h1, .text h2, .text h3, .text h4, .text h5 {font-size: 1.8rem;color: var(--third-text-color);}


/* COMMENTS
----------------------------------------------- */
.add-comments-form-wrapper {}
.add-comments-form__input {margin-left: 20px;}
.add-comments-form .hidden, .comments_subscribe + br {display: none;}
.mass_comments_action {display: flex; align-items: center; max-width: 800px; display: none;}
.mass_comments_action select {flex: 1 1 0; margin: 0 16px 0 20px;}
.show-comms {text-align: center; padding-top: 20px;}
.show-comms > a {display: inline-block;cursor: pointer;text-align: center;padding: 0 15px;height: 30px;line-height: 30px;text-decoration: underline;
    background: #0ABDE3;box-shadow: 1px 5px 20px 0px rgb(13 196 217 / 53%);color: #fff;font-size: 1.2rem;
    font-weight: 500;white-space: nowrap;border-radius: 15px;}

.page__comments-info {font-size: 14px; margin-bottom: 15px; margin-top: -15px; 
	color: var(--tt-3); line-height: 1.5;}
.page__comments-info .fal {color: #eb4d4b; margin-right: 6px;}
.comment-item__title {font-weight: 500; font-size: 18px; margin-bottom: 20px;}
.comment-item {margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--bdc);}
.comment-item__img {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.comment-item__letter {width: 100%; height: 100%; text-transform: uppercase; font-weight: 700; 
	position: absolute; left: 0; top: 0; z-index: 5; color: #fff; font-size: 18px;}
.comment-item__author {font-weight: 500; font-size: 14px;}
.comment-item__date {color: var(--tt-3); margin-top: 4px; font-size: 12px;}
.comment-item__main {margin: 8px 0 6px 0; font-size: 15px;}
.comment-item__rating {margin-left: 20px; height: 30px; line-height: 30px; border-radius: 4px; 
	background-color: rgba(0,0,0,0.6); padding: 0 10px; font-size: 1.2rem; color: #97a9b7;}
.comment-item__rating a {color: #97a9b7;}
.comment-item__rating > span {margin: 0 5px;}
.comment-item__rating > span > span.ratingtypeplus, .comment-item__rating > span > span.ratingplus {color: #06b601;}
.comment-item__rating > span > span.ratingminus {color: #ff0e0e;}
.comment-item__reply a {font-size: 12px; margin-right: 20px; color: var(--tt-2);}
.comment-item__reply a .fal {margin-left: 5px;}
.comment-item__reply + .comment-item__reply a .fal {margin-left: 0; margin-right: 5px;}

.comment-item__controls {text-align: right;font-size: 12px;margin-right: 0;flex: 1 1 0;max-width: 100%;min-width: 50px;}
.comment-item__controls li {display: inline-block; vertical-align: middle; margin: 0 0 0 10px; height: 16px; line-height: 16px;}
.comment-item__controls a:not(:hover) {color: var(--tt-2);}
.comment-item__footer a:hover {text-decoration: underline;}
.comment-item__rating a:hover > span:first-child {text-decoration: none;}
.comment-item__controls .checkbox {transform: scale(0.8,0.8); margin-left: 5px;}
.comment-item__meta.flex-grow-1 {flex: 1 1 0;max-width: 100%;min-width: 50px;}


/* LOGIN
----------------------------------------------- */
.login {position: fixed; z-index: 999; left: 50%; top: 50%; transform: translate(-50%,-50%); overflow: hidden;
	background-color: var(--ui-bg); border-radius: 4px; width: 400px; 
	box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login {position: fixed;z-index: 999;left: 50%;top: 50%;transform: translate(-50%,-50%);overflow: hidden;
    background-color: #242634;border-radius: 4px;width: 400px;box-shadow: 0 0 0 10px rgba(255,255,255,0.2), 0 15px 45px rgba(0,0,0,1);}
.login__header {padding: 20px 40px;background-color: #15161E;}
.login__title {font-size: 2rem; font-weight: 500; padding: 1px 0;}
.login__close {cursor: pointer; font-size: 2.4rem; opacity: 0.6; margin-left: 20px;}
.login__title a {border-bottom: 1px dotted var(--secondary-text-color); margin-left: 10px; font-weight: 400; color: var(--secondary-text-color);}
.login__content {padding: 20px 40px;}
.login__row {margin-bottom: 20px; position: relative; display: block; font-size: 1.2rem; color: var(--secondary-text-color);}
.login__caption {font-size: 1.2rem; color: var(--primary-text-color); margin-bottom: 10px;}
.login__caption a {text-decoration: underline; margin-left: 6px; color: var(--secondary-color);}
.login__input input {padding-left: 40px;}
.login__row .far {opacity: 0.6; position: absolute; left: 0; bottom: 0; line-height: 40px; width: 40px; text-align: center;}
.login__row button {width: 100%;}
.login__social {background-color: #15161e;padding: 20px 40px;text-align: center;}
.login__social-caption {font-size: 1.2rem; text-transform: uppercase; margin-bottom: 10px;}
.login__social-btns a {display:inline-block; margin: 0 3px; vertical-align:top;}
.login__social-btns img {display:block; width:30px; height: 30px; border-radius: 50%;}
.login__avatar {width: 40px; height: 40px; border-radius: 50%; margin-right: 10px;}
.login__menu {padding-left: 35px; padding-right: 35px; margin-bottom: -10px;}
.login__menu li {flex: 1 1 0; min-width: auto; max-width: 100%; margin: 0 5px 10px 5px;}
.login__menu a {display: block;border-radius: 6px;padding: 10px;text-align: center;white-space: nowrap;
	background-color: #15161E;box-shadow: inset 0 0 10px rgba(0,0,0,0.1);font-size: 1.2rem;}
.login__menu .far {display: block; height: 30px; font-size: 2.4rem; opacity: 0.6;}


/* ADAPTIVE, MOBILE MENU
----------------------------------------------- */
.mobile-menu {
	width: 280px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #1d1f2a;
	padding: 15px 30px;
	z-index: 999;
	position: fixed;
	left: -320px;
	top: 0;
	transition: left .4s;
	}
.mobile-menu.is-active {left: 0;}
.mobile-menu-close {cursor: pointer; display: block; left: 280px; top: -40px; position: fixed; z-index: 999;
	width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 1.8rem; opacity: 0;
	background-color: #e84e36; color: #fff; transition: top .4s, opacity .4s;}
.mobile-menu-close.is-active {top: 0px; opacity: 1;}
body.mobile-menu-is-opened {overflow: hidden; width: 100%; height: 100%;}
.mobile-menu .header__menu, .mobile-menu .side-block {display: block; margin-bottom: 25px;}
.mobile-menu .header__menu a {color: var(--primary-text-color); display: block; margin-bottom: 10px;}

@media screen and (max-width: 1220px) {
	.wrapper {padding: 0;}
	.wrapper-container {max-width:1000px;}
	.sidebar, .header__menu, .header__hero-title br, .header__caption {display: none;}
	.header__sign-in {background-color: #1d1f2a;}
	.header__btn-mobile-menu {display: block; cursor: pointer; font-size: 1.8rem; margin-left: 20px; 
		background-color: var(--secondary-color); box-shadow: 0 20px 50px rgba(0,0,0,0.1); border-radius: 3px; 
		width: 40px; height: 40px; line-height: 40px; text-align: center;}
	.header__search {order: 10; min-width: 100%; margin-top: 20px;}
	.header__logo {flex: 1 1 0; max-width: 100%; min-width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.header__hero {min-height: 0; display: block; text-align: center; padding-top: 0px; padding-bottom: 20px;}
	.header__hero-title {font-size: 2.4rem;}
	.header__hero-text {max-width: 100%; margin-bottom: 15px;}
	.content, .site-desc {padding-top: 20px;}
	.section {margin-bottom: 20px;}
	.footer {display: block; text-align: center;}
	.footer__logo {margin-right: 0;}
	.footer__menu, .footer__counter {justify-content: center; margin-top: 15px;}
}

@media screen and (max-width: 950px) {
	.wrapper-container {max-width:768px;}
	.header__inner, .header__hero, .content, .footer {padding-left: 20px; padding-right: 20px;}
}

@media screen and (max-width: 760px) {
	.wrapper {overflow: hidden;}
	body, .header {background: #15161E;}
	.wrapper-container {max-width:640px;}

	.inner-page__column-middle {order: 10; min-width: 100%; padding: 0; margin-top: 20px;}
	
	.add-comments-form__input {min-width: 100%; margin: 0 0 10px 0;}
	.add-comments-form__btn {width: 100%; order: 10;}
	.add-comments-form .form__row--protect .form__caption {width: 100%; margin: 0 0 10px 0;}
	.mass_comments_action, .comment-item__controls {display: none;}
}

@media screen and (max-width: 590px) {
	.wrapper-container {max-width:480px;}
	.header__logo {font-size: 2rem; margin-right: 20px;}
	.header__sign-in {padding: 0 15px;}
	.section__title {line-height: 1.1;}
	.movie-item {width: 50%;}
	.update-item, .collection-item {width: 100%;}

	.inner-page__complaint {display: none;}
	.tabs-block__select--desc span {font-size: 1.6rem;}
	.inner-page__player-controls {margin-bottom: 0px;}
	.tabs-block__select--player span {white-space: nowrap; flex: 1 1 0; max-width: 100%; min-width: auto; 
		text-align: center; margin: 0; border-radius: 0;}
	
	.login {max-width: 90%; max-height: 90%; overflow-x: hidden; overflow-y: auto;}
	.login__header, .login__content, .login__social, .pages-bg {padding-left: 20px; padding-right: 20px;}
}

@media screen and (max-width: 470px) {
	.wrapper-container6 {max-width:360px;}
	.header__sign-in {font-size: 0; padding: 0; width: 40px;}
	.header__sign-in span {margin-right: 0; font-size: 1.8rem; line-height: 40px;}
	.header__hero-title, .section__title {font-size: 2rem;}
    .icon-at-left [class*="fa-"], .icon-left .icon {margin-right: 0;}
}
.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 1rem;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}