.main-container.common-page {
	max-width: 1700px;
	margin: 0 auto;
}

/*
.navbar.bg-primary {
	margin: 0 auto;
	max-width: 1670px;
}

.footer {
	background-color: #e5e5e5;
	padding: 0;
}

.footer .container{
	max-width: 1670px;
	background-color: white;
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
}
*/

@media (min-width: 1200px) {
	.container {
		max-width: 1700px;
	}	
}

.start-block {
	display: flex;
	justify-content: space-between;
}

.title-block {
	display: flex;
}

.tv-status {
	font-family: "PT Sans",sans-serif;
	align-self: center;
	margin-left: 2px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.53);
	font-size: 11px;
	padding: 0 7px;
	line-height: 15px;
	border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
	font-weight: 400
}

.info-block {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
}

.info-block a {
	color: #3C4858;
}

.seasons-block {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	display: flex;
	margin-top: 30px;
}

.seasons-block ul{
	display: flex;
	list-style: none;
	margin-left: 10px;
	padding: 0;
	margin-bottom: 0;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.seasons-block ul li {
	margin-left: 3px;	
	margin-right: 3px;	
}

.seasons-block ul a.badge.badge-primary {
	background: #f5f5f5;
	color:black;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 10px;
    min-width: 35px;
}

.seasons-block ul.count-more-100-episodes a.badge.badge-primary {
	min-width: 42px;
}

.seasons-block ul a.badge.badge-primary:hover,
.seasons-block ul a.badge.badge-primary.is-active {
	color:#fff;
	/*background-color: #999;*/
	background-image: linear-gradient(310deg,#00bcd4,#2196f3)!important;
}

.add-info {
	margin-top: 1.25rem;
}

.add-info a {
	color: #3C4858;
	text-decoration: underline;
	text-decoration-color: #cacaca;
	text-underline-offset: 2px;
}

.keywords-info {
	margin-top: 0.625rem;
	margin-bottom: 25px;
}

.keywords-info ul{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.keywords-info ul li {
	margin-left: 3px;	
}

.keywords-info ul li:first-child {
	margin-left: 0;
}

.keywords-info ul a.badge.badge-primary {
	background: white;
	color: #686868;
	font-weight: 500;
	font-size: 11px;
	border: 1px solid #ddd;
	margin-bottom: 4px;
}

.keywords-info ul a.badge.badge-primary:hover {
	color: #fff;
	/*background-color: #999;*/
	background-image: linear-gradient(310deg,#00bcd4,#2196f3)!important;
	/*border: 1px solid #999;*/
}

.cast-info .panel-heading{
	border: 0;
}

.cast-info .panel-title {
	color: black;
	margin-left: -19px;
	font-weight: 500;
}

.cast-info .panel .panel-heading i {
	color: #a8a8a8;
	float: left;
}

.cast-info h5{
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}

.cast-info .cast-list {
	display: flex;
	flex-wrap: wrap;
}

.cast-info .cast-list img{
	max-width: 75px;
	width: 100%;
	border-radius: 2px;
}

.cast-info .cast-item {
	margin-right: 23px;
	margin-top: 12px;
}

.cast-info .cast-item:last-child {
	margin-right: 0;
}

.cast-info .cast-item {
	margin-right: 23px;
	margin-top: 12px;
	color: #3c4858;
}

.cast-info .cast-item div {
	line-height: 1;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.cast-info .panel-heading{
	border: 0;
}

.episodes-info .panel-heading{
	border: 0;
}

.episodes-info .panel-heading {
	padding-top: 0;
}



.episodes-info .panel-title {
	color: black;
	margin-left: -19px;
	font-weight: 500;
}

.episodes-info .panel .panel-heading i {
	color: #a8a8a8;
	float: left;
	margin-top: 2px;
}

.episodes-info img {
	max-width: 150px;
	width: 100%;
	margin-right: 13px;
	border-radius: 2px;
}

.episodes-info .episode-list {
	display: flex;
	flex-wrap: wrap;
}

.episodes-info .episode-item {
	display: flex;
	flex-direction: column;
	margin-right: 45px;
}

.episodes-info .episode-img-number {
	display: flex;
	margin-top: 10px;
	display: flex;
}

.episodes-info .episode-title{
	font-size: 14px;
	font-weight: 400;
}

.progress-info .all-stat-info {
	font-size: 15px;
	display: flex;
	color: #cccccc;
	justify-content: space-between;
}

.progress-info .episode-stat {
	font-weight: bolder;
	margin-right: 35px;
	color: black;
}

.progress-info .other-stat .material-icons {
	margin-right: 5px;
}

.progress-info .progress {
	margin-top: 13px;
	background: #ccc;
}

.progress-info  .progress .progress-bar.progress-bar-primary {
	background: #5bc264 !important;
}

.block-plot-tv {
	padding: 0.7rem;
	background-color: #f7f7f9;
	margin-top: 1rem;
	margin-bottom: 1rem;
}


.toogle-info {
	display: flex;
}

.toogle-info input:checked+.toggle+span{
	color:black
}

.cast-info .panel-heading{
	border: 0;
}

.seasons-info  {
	margin-top: 20px;
}

.seasons-info .panel-group .panel {
	border: 1px solid #e5e5e5;
	margin-bottom: 0;
	border-radius: 4px;	
}

.seasons-info .panel-heading{
	padding-top: 0;
	margin-top: 0;
	padding: 6px 20px 6px;
}

.seasons-info .panel-title {
	color: black;
	margin-left: 0;
	font-weight: 500;
	position: relative;
}

.seasons-info .panel-title a[data-toggle="collapse"] {
	position: absolute;
	left: -40px;
	top: 8px;
}

.seasons-info .panel .panel-heading i {
	color: #a8a8a8;
	float: left;
}

.seasons-info .panel-title {
	display: flex;
	justify-content: flex-start;
}

.seasons-info .form-check {
	margin: 0;
	line-height: 1;
	font-size: 0;
	margin-right: 10px;
	align-self: center;
}

.seasons-info .form-check-label {
	padding-left: 0;
	font-size: 0;
}

.form-check .form-check-label .form-check-sign {
	position: static;
	left: 0;
	top: 0;
	padding: 0;
	font-size: 0;
}

.seasons-info .form-check .form-check-input:checked + .form-check-sign .check {
	background: #71c935;
}

.seasons-info .form-check .form-check-sign .check {
	border: 1px solid #71c935;
	border-radius: 25px;
}

.seasons-info .seasons-info-title {
	font-size: 13px;
	align-self: center;
}

.form-check .form-check-input:not(:checked) + .form-check-sign:before {
	display:none;
}

.seasons-info .panel-heading.is-active {
	background: #f7f7f9;
}

.seasons-info .panel-body{
	padding: 30px 20px 30px;
}

.seasons-info  .form-check .form-check-sign .check {
	width: 32px;
	height: 32px;
}

.seasons-info .form-check .form-check-sign .check:before {
	margin-top: 3px;
	margin-left: 14px;
}

.seasons-info .form-check .form-check-input:checked + .form-check-sign:before {
	display: none;
}

.seasons-info  .is-active .form-check .form-check-input:checked + .form-check-sign .check:before {
	color: #eeeeee;
}

.seasons-info .is-active .panel-title {
	justify-content: flex-start;
}

.seasons-info .episode-item {
	display: flex;
	margin-bottom: 10px;
}

.seasons-info .episode-item:last-child {
	margin-bottom: 0;
}

.seasons-info .episode-item-stats {
	align-self: center;
	line-height: 17px;
	flex-grow: 1;
	display: flex;
	justify-content: space-between;	
}

.seasons-info  .episode-item-stat {
	color: #a4a4a4;
	font-size: 13px;
}

.seasons-info .episode-item-title {
	color: #373737;
	font-weight: 400;
}

.seasons-info .episode-item .form-check,
.seasons-info .episode-item .episode-item-stats{
	padding-bottom: 10px;
}

.seasons-info .episode-item .episode-item-stats {
	border-bottom: 1px solid #f3f3f3;
}

.seasons-info .episode-item .episode-item-stats a{
	font-size: 13px;
	color: #a4a4a4;
}

.seasons-info .episode-item-check-block {
	flex-grow: 1;
	display: flex;
}

.seasons-info  .episode-item-stats-all-torrents {
    flex-grow: 1;
    text-align: right;
}

.seasons-info  .episode-item-stats-all-torrents a {
	font-size: 13px;
	color: #a4a4a4;
}

.seasons-info  .episode-item-stats-all-torrents a:hover {
	color: #ff3131;
}

.seasons-info  .seasons-info-date {
	align-self: center;

	margin-left: 10px;
	color: #a4a4a4;
	font-size: 12px;
	/*
	color: #a4a4a4;
    font-size: 13px;
	*/
}

.poster-block {
	position: relative;
}

.poster-block .serial_poster__border1,
.poster-block .serial_poster__border2 {
	background-size: cover;
	background-clip: border-box;
	background-position: -4px 0;
	background-repeat: no-repeat;
	height: 2px;
	left: 2px;
	position: absolute;
	top: -4px;
	width: 100%;
}

.poster-block .serial_poster__border1 {
	background-position: -8px 0;
	top: -8px;
	left: 4px;
}

.poster-block img{
	width: 100%;
	max-width: 100%;
}

.trailerPlay {
	background-image: url(/static/img/svg/icon_youtube.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	width: 36px;
	height: 26px;
	margin-top: -26px;
	top: -25px;
	left: 17px;
	z-index: 8;
	display: block;
	cursor: pointer;
	opacity: .8;
	outline: 0;
	border: 0;
	background-color: transparent;
}

.trailerPlay:hover {
	background-position: 0 -27px;
}

#modalVideo h3 {
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
}

#modalVideo .modal-trialer  {
	font-size: 0;
	line-height: 0;
	background: #e5e5e5;
}

#modalVideo .close{
	align-self: flex-start;	
}

#modalVideo .modal-trialer::after {
	content: 'Loading...';
	display: flex;
	position: absolute;
	font-size: 20px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}

#modalVideo  iframe{
	margin: 0;
	padding: 0;
	border: 0;	
	position: relative;
	z-index: 1;	
}

.status-block.setStatusButtons button div {
	width: 33px;
	height: 33px;
	margin: auto;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}

.status-block.setStatusButtons button {
	width: 25%;
	float: left;
	background: transparent;
	border: none;
	height: 85px;
	text-align: center;
	cursor: pointer;
	background: #f2f2f2;
	display: flex;
	flex-direction: column;
}

.status-block.setStatusButtons button div {
	transition: background .1s ease-in 0s;
	margin-bottom: 0;
}

.status-block.setStatusButtons button:after, .setStatusButtons button>div {
	display: inline-block;
	vertical-align: top;
}

.status-block.setStatusButtons button div {
	width: 33px;
	height: 33px;
	margin: auto;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.status-block.setStatusButtons button div {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-top: 14px;
	margin-bottom: 5px;
}

.status-block .statusWidget div {
	cursor: pointer;
}

.status-block.setStatusButtons button.now img {
	background-position: 0 -84px;
}

.status-block.setStatusButtons button.now:hover :not(.active) img {
	background-position: 0 -42px;
}

.status-block.setStatusButtons button.now.active img {
	background-position: 0 0 !important;
	opacity: 1;
}

.status-block.setStatusButtons button.future img {
	background-position: -84px -84px;
	opacity: 1;
}

.status-block.setStatusButtons button.future:hover :not(.active) img {
	background-position: -84px -42px;
	opacity: 1;
}

.status-block.setStatusButtons button.future.active img {
	background-position: -84px 0  !important;
	opacity: 1;
}

.status-block.setStatusButtons button.never img {
	background-position: -126px -84px;
}

.status-block.setStatusButtons button.never:hover :not(.active) img {
	background-position: -126px -42px;
	opacity: 1;
}	

.status-block.setStatusButtons button.never.active img{
	background-position: -126px 0  !important;
	opacity: 1;
}

.status-block.setStatusButtons button.done img {
	background-position: -42px -84px;
}

.status-block.setStatusButtons button.done:hover :not(.active) img {
	background-position: -42px -42px;
	opacity: 1;
}	
	
.status-block.setStatusButtons button.done.active img {
	background-position: -42px 0  !important;
	opacity: 1;
}

.status-block.setStatusButtons button img {
	background-image: url(/static/img/svg/icon_32_status.svg?13);
	background-repeat: no-repeat;
}

.status-block.setStatusButtons button img {
	opacity: 1;
	width: 32px;
	height: 32px;
}

.status-block.setStatusButtons button font {
	font-size: 10px;
	color: rgba(0,0,0,.25);
	margin-top: 3px;
}

.status-block.setStatusButtons button:hover font,
.status-block.setStatusButtons button.active font{
	color: rgba(0,0,0,.5);
}



.status-block.setStatusButtons button.done font,
.status-block.setStatusButtons button.now font {
	margin-top: 5px;
}

.status-block.setStatusButtons button font {
	display: block;
	margin: 3px auto 0;
	line-height: 1;
}

.collection-block.collectionWidget {
	position: relative;
	z-index: 1;
}

.collection-block .collectionWidget__buttons-wrap {
	display: -ms-flexbox;
	display: flex;
}

.collection-block .collectionsWindow .head,
.collection-block.collectionWidget .head {
	width: 100%;
	background: #fff;
	display: block;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	font-size: 14px;
	color: rgba(0,0,0,.5);
	border: 0;
}

.collection-block.collectionWidget .head:hover,
.collection-block.collectionWidget .head.active{
	color: #ff5032;
}



.collection-block .collectionsWindow.withFavourites .head,
.collection-block.collectionWidget.withFavourites .head {
	flex-grow: 1;
	border-radius: 0 0 0 2px;
}

.collection-block.collectionWidget .head {
	cursor: pointer;
	background: #f2f2f2;
}

.collection-block .collectionAddPopup .icon,
.collection-block .collectionsWindow .icon,
.collection-block.collectionWidget .icon {
	background: url(/static/img/svg/icon_32_folders.svg?10);
	background-position: 0 0;
	opacity: .25;
}

.collection-block .collectionsWindow .head span,
.collection-block.collectionWidget .head span {
	width: 32px;
	height: 32px;
	background-position: -128px 0;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
}

.collection-block.collectionWidget .head:hover span {
	background-position: -128px -32px;
	opacity: 1;
}

.collection-block.collectionWidget .head.active span {
	background-position: -128px -32px !important;
	opacity: 1;
}


.collection-block .collectionsWindow.withFavourites .favourites,
.collection-block.collectionWidget.withFavourites .favourites {
	display: block;
	width: 76px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 14px;
	border: none;
	border-left: 1px solid #fff;
	background: #f2f2f2;
	float: left;
	cursor: pointer;
	border-radius: 0 0 2px 0;
}

.collection-block .collectionsWindow.withFavourites .favourites .icon,
.collection-block.collectionWidget.withFavourites .favourites .icon {
	width: 32px;
	height: 32px;
	opacity: .25;
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	background-position: -320px 0;
}

.collection-block .collectionsWindow.withFavourites .favourites:hover .icon,
.collection-block.collectionWidget.withFavourites .favourites:hover .icon {
	background-position: -320px 64px;
	opacity: 1;
}

.collection-block.collectionWidget.withFavourites .favourites.active .icon {
	background-position: -256px 64px;
	opacity: 1;
}

.ratingsBlock {
	padding-top: 17px;
	list-style-type: none;
	font-size: 13px;
	color: rgba(0,0,0,1);
	padding: 20px 0;	
}

.ratingsBlock li {
	color: rgba(0,0,0,1);
	display: block;
	clear: none;
	float: left;
	width: 25%;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
}

.ratingsBlock li a.noLink {
	color: rgba(0,0,0,.5)!important;
	background: none!important;
}

.ratingsBlock li a {
	transition: all .2s ease-in 0s;
	text-align: center;
}

.ratingsBlock li a {
	text-decoration: none;
	color: rgba(0,0,0,.5);
	display: block;
	padding: 20px 0;
}

.ratingsBlock li a:hover {
	color: rgba(0,0,0,1);
}

.ratingsBlock .noLink, .ratingsBlock .noLink .title, .ratingsBlock .noLink:hover {
	color: #000!important;
}

.ratingsBlock .noLink {
	cursor: default;
}

.ratingsBlock .value {
	display: block;
	font-size: 24px;
	font-weight: 400;
	margin: 10px 0;
}

.ratingsBlock .value {
	color: rgba(0,0,0,1);
}

.ratingsBlock .count {
	display: block;
	color: rgba(0,0,0,.25);
	font-size: 12px;
}

.green.value {
	color: #64c80a !important;
}

.yellow.value {
	color: #fd9b27 !important;
}

.red.value {
	color: #ff5032 !important;
}

.clearfix {
	clear: both;
	height: 1px;
	margin-top: -1px;
}

.awards-block .panel-heading{
	border: 0;
}

.awards-block .panel-title {
	color: black;
	margin-left: 0;
	font-weight: 500;
}

.awards-block .panel .panel-heading i {
	color: #a8a8a8;
	float: left;
}

.awards-block .panel-heading {
	padding-top: 5px;
}

.awards-block.movieAwards .item, .movieAwards .item.odd {
	background: #f8f8f8;
}

.awards-block.movieAwards .item {
	position: relative;
	text-decoration: none;
}

.awards-block.movieAwards .item {
	display: block;
	height: 60px;
	padding: 5px;
	margin-bottom: 1px;
	box-sizing: content-box;
}

.awards-block .movieAwards__item {
	text-decoration: none;
}

.awards-block.movieAwards .item_only-noms .icon {
	filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter);
	filter: grayscale(100%);
}

.awards-block.movieAwards .item .icon {
	height: 60px;
	width: 60px;
	float: left;
	background: grey;
	margin-right: -2px;
}

.awards-block.movieAwards .item .icon {
	background-repeat: no-repeat;
}

.awards-block.movieAwards .item .title {
	display: block;
	font-size: 14px;
	color: rgba(0,0,0,.8);
	margin-top: 13px;
} 

.awards-block.movieAwards .item span {
	font-size: 14px;
	color: rgba(0,0,0,.5);
}

.short-seasons-block.movieSeasons {
	margin: 40px 0 30px;
	padding: 10px 20px 25px;
	background-color: #f8f8f8;
	border-radius: 2px;
}

.short-seasons-block .movieSeasons__wrap {
	position: relative;
}

.short-seasons-block .movieSeasons__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	text-transform: lowercase;
	min-height: 33px;
}

.short-seasons-block .statusWidget {
    position: relative;
}

.short-seasons-block .statusWidget span {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0;
	position: absolute;
	z-index: 4;
	top: 16px;
	cursor: pointer;
}

.short-seasons-block.movieSeasons .valueBg {
	position: static !important;
}

.short-seasons-block .statusWidget.done span,
.short-seasons-block .statusWidget.future span,
.short-seasons-block .statusWidget.never span,
.short-seasons-block .statusWidget.no_status span,
.short-seasons-block .statusWidget.now span {
	background-image: url(/static/img/svg/icon_32_status.svg?13);
	background-repeat: no-repeat;
}

.short-seasons-block .statusWidget.no_status span {
	background-position: -210px -84px;
	opacity: 1;
}

.short-seasons-block.movieSeasons .statusWidget.no_status span {
	background-position: -42px -84px;
}

.short-seasons-block .movieSeasons__season {
	font-size: 14px;
	color: rgba(0,0,0, 1);
	text-decoration: none;
	min-width: 65px;
	margin-left: 10px;
	flex-grow: 1;
}

.short-seasons-block .movieSeasons__episodes {
	font-size: 12px;
	margin: 1px 30px 0 10px;
	text-decoration: none;
	min-width: 72px;
	flex-grow: 1;
    text-align: right;
    margin-right: 0;
	color: #555;
}

.short-seasons-block .movieSeasons__episodes:hover {
	color: #ff3131;
}

.short-seasons-block .movieSeasons__rating {
	display: block;
	min-width: 32px;
	text-align: right;
	font-size: 14px;
}

.short-seasons-block.movieSeasons .statusWidget.no_status:not(.is-active):hover span {
	background-position: -42px -42px;
	opacity: 1;
}

.short-seasons-block.movieSeasons .statusWidget.is-active span {
	background-position: -42px 0px;
}

.awards-block .panel-group {
	margin-bottom: 0;
}

.awards-block .panel-body {
	padding-bottom: 0;
}

.short-seasons-block {
	margin-top: 40px;
}

.disable-btn {
	pointer-events: none;
}

.short-seasons-block .movieSeasons__thermometer {
	margin-left: 42px;
}

.short-seasons-block .thermometer .completed {
	width: 0;
	height: 4px;
	background: #64c86c;
}

.short-seasons-block.movieSeasons .thermometer .completed {
	height: 2px;
}

.short-seasons-block .bar .completed, .bar .completed_friend, .bar .future {
	transition: width .5s ease-in 0s;
}

.awards-block .movieAwards__item:hover .icon {
	filter: none;
}

.start-block .share {
	list-style-type: none;
	border: 1px solid #eee;
	text-align: right;
	border-radius: 2px;
	opacity: .5;
	transition: opacity .2s ease-in 0s;
	margin-top: 22px;
	background-color: none;
	display: flex;
	margin-top: 0;
	align-self: flex-start;
	margin-top: 10px;
}

.start-block .share a {
	background-image: url(/static/img/svg/icon_32_social_share.svg?16)!important;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	align-self: self-start;
}

.start-block .share .homeShare:hover {
    background-position: -188px -64px;
}

.start-block .share .homeShare {
    background-position: -188px -32px;
}

.start-block .share .vkShare {
	background-position: 0 -32px;
}

.start-block .share .vkShare:hover {
	background-position: 0 -64px;
}

.start-block .share .fbShare {
	background-position: -32px -32px;
}

.start-block .share .fbShare:hover {
	background-position: -32px -64px;
}

.share .tgShare {
	background-position: -96px -32px;
}

.start-block .share .tgShare:hover {
	background-position: -96px -64px;
}

.start-block .share .twShare {
	background-position: -64px -32px;
}

.start-block .share .twShare:hover {
	background-position: -64px -64px;
}

.start-block .share .instaShare {
	background-position: -159px -32px;
}

.start-block .share .instaShare:hover {
	background-position: -159px -64px;
}

.toogle-info .togglebutton label input[type=checkbox]:checked + .toggle {
	background-color: #5bc264;
}

.seasons-info button.checkEpisode {
	border-radius: 50%;
	background: transparent;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0,0,0,.25);
	margin-right: 10px;
	cursor: pointer;
}

.seasons-info button.checkEpisodes:not(.is-active):hover {
	width: 32px;
	height: 32px;
	background: url(/static/img/svg/icon_32_status.svg?13) no-repeat -42px -42px;
	border: none;
}

.seasons-info button.is-active.checkEpisodes {
	background: url(/static/img/svg/icon_32_status.svg?13) no-repeat -42px 0;
	border: none;
}

.post-wrapper {
	padding-top: 17px;
}

.seasons-info-title,
.seasons-info-date {
	cursor: pointer;
}

.episodes-block {
	margin-top: 10px;
}

.seasons-block span {
	min-width: 55px;
}

.keywords-info.in-season-page {
	margin-bottom: 25px;
}

.common-page .main-block .card .torrents-block .card-body{
	padding: 0;
}

.quality-block {
	font-size: 15px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	line-height: 1;
	margin-bottom: 1rem;
	font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 400;
}

.torrents-block {
	margin-top: 25px;
}

.torrents-block th {
	border-color: white !important;
}

.torrents-count-block {
	margin-top: -10px;
	font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 500;
}

.torrents-count-block  a {
	color: #999999;
	margin-left: 30px;
	line-height: 1;
}

.torrents-count-block  a  i {
	vertical-align: middle !important;
	position: relative;
	left: -4px;
}

.seasons-info .episode-item-stats-torrents,
.seasons-info .episode-item-stats-all-torrents {
	align-self: center;
}

.seasons-info .episode-item:last-child .episode-item-stats{
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.torrents-block-tabs {
	display: flex;
	justify-content: flex-end;
}

.title-season-block {
	margin-bottom: 0.75rem;
	font-weight: 600;
	font-size: 15px;
	font-family: "Roboto Slab", "Times New Roman", serif;
}

.torrents-block-tabs a.badge.badge-primary{
	padding: 9px;
	background: white;
	color: black;
	font-size: 11px;
}

.torrents-block-tabs a.badge.badge-primary.is-active{
	background: #999999;
	color: white;
}

.torrents-tabs-block {
	margin-top: 25px;
}

.comments-block-tabs {
	display: flex;
    justify-content: flex-end;
}

.comments-block-tabs a.badge.badge-primary {
    padding: 9px;
    background: white;
    color: black;
    font-size: 11px;
	border: 1px solid #eeeeee;
	text-transform: none;
	border-radius: 0;

}

.comments-block-tabs a.badge.badge-primary.is-active {
    background: #eeeeee;
    color: black;
}

.film-page__addCommentBlock {
    margin-bottom: 30px;
}

.addComment {
    border-radius: 2px;
    font-size: 20px;
    color: rgba(0,0,0,.5);
    margin: 30px 0 0;
    padding: 11px;
    display: block;
    text-decoration: none;
    text-align: center;
    background: #f1f1f1;
}

.addComment .addComment__button {
    width: 32px;
    height: 32px;
    background: url(/static/img/svg/icon_32_status.svg?13) no-repeat -210px -84px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    opacity: 1;
}

.addComment.statusWidget:hover {
	color: #ff5032;
}

.addComment:hover .addComment__button {
    background: url(/static/img/svg/icon_32_status.svg?13) no-repeat -210px -42px;
    cursor: pointer;
    opacity: 1;
}

._34J_l {
    margin-bottom: 40px;
}

._3TrvJ {
    display: flex;
    flex-direction: column;
}

._2k0qH {
    flex-grow: 1;
    position: relative;
}

._1XHnz {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.28);
    border-radius: 4px;
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    min-height: 95px;
    padding: 10px;
}

._1OYV4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 10px;
}

._1OYV4 ._1DwoV {
    display: flex;
    align-items: center;
}

._220Pl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    background-color: #017ede;
    padding: 5px 16px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    width: 108px;
    margin: 0;
}

._220Pl {
    width: 130px;
    padding: 9px 10px 11px;
    margin-left: 10px;
}

textarea._1UiBw {
    border: 0;
    display: block;
    width: 100%;
}

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

._1qbb-[data-level="0"] {
    margin-left: 0;
}

._1qbb- {
    display: -ms-grid;
    display: grid;
    grid-template-areas:
        "avatar header"
        "content content";
    -ms-grid-rows: 0fr 15px 0fr;
    grid-template-rows: 0fr 0fr;
    -ms-grid-columns: 0fr 10px 1fr;
    grid-template-columns: 0fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 10px;
    margin-top: 35px;
    margin-left: 45px;
}

.start-block .card-title {
	max-width: 800px;
}

@media (min-width: 768px) {
	._1qbb- {
		grid-template-areas:
			"avatar header"
			"avatar content";
		-ms-grid-rows: 0fr 5px 0fr;
		grid-template-rows: 0fr 0fr;
		-ms-grid-columns: 0fr 15px 1fr;
		grid-template-columns: 0fr 1fr;
		grid-row-gap: 5px;
		grid-column-gap: 15px;
		margin-top: 35px;
		margin-left: 165px;
	}
}

._1X_cY {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: avatar;
}

@media (min-width: 768px) {
	._1X_cY {
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		-ms-grid-column: 1;
	}
}

._3o3nq {
    color: black;
}

._2O7FF._1olIz {
    position: relative;
}

._2O7FF {
    width: 40px;
    height: 40px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
}

._2O7FF._2kNGW {
    width: 40px;
    height: 40px;
}

._7nHIn {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

._1rqfK {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: header;
}

@media (min-width: 768px) {
	._1rqfK {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
}

._2_JjW {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 1px;
    text-decoration: none;
    color: #000;
    margin-right: 5px;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

@media (min-width: 768px) {
	._2_JjW {
		margin-bottom: 0;
	}	
}

._24a_b {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
	._24a_b {
		display: inline-flex;
		margin: 2px 0;
		margin-left: 5px;
	}
}

._1dXJa, ._2Z_wd {
    display: inline-block;
    margin-right: 10px;
}

._1LmPi {
    text-decoration: none;
    cursor: pointer;
    display: flex;
}

._23Ey4 {
    display: inline-flex;
    width: auto;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
    color: #000;
}

._23Ey4.MMzSz {
    color: rgba(0,0,0,.5);
}

.dLANA {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: content;
}

.Cw156 {
    font-size: 15px;
    line-height: 20px;
    max-width: 690px;
    word-wrap: break-word;
    word-break: break-word;
    margin: 0;
}

@media (min-width: 768px) {
	._3O9oX {
		margin-top: 3px;
	}
}

.ZWMbR {
    display: flex;
    justify-content: flex-start;
}

@media (min-width: 768px) {
	.ZWMbR {
		display: inline-flex;
	}
}

._3tBaN {
    background-color: transparent;
    padding: 5px;
    margin: 0 5px 0 -5px;
    border: none;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    opacity: .5;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
}

.OdDC2 {
    order: 1;
}

@media (min-width: 768px) {
	._3tBaN {
		margin-right: 15px;
	}
}

._1byXK {
    display: flex;
    align-items: center;
    margin: 0 -10px 0 auto;
    order: 3;
}

@media (min-width: 768px) {
	._1byXK {
		order: 2;
		margin: 0 -5px;
	}
}

._1bWSy {
    display: inline-block;
    border: none;
    background: none;
    padding: 5px 0;
    margin: 0;
    color: #000;
    opacity: .5;
    cursor: pointer;
    position: relative;
    outline: none;
}

@media (min-width: 768px) {
	._1bWSy {
		padding: 5px 3px;
	}	
}

._1a5SV {
    display: flex;
    position: relative;
    top: 1px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC45OTcgMTMuMjY2bC4xOC0uMjUyYy4yMi0uMzEuMzM4LS43MzYuMjktMS4xMzFsLS4wMzktLjMxLjE0Ni0uMjc3Yy4xNjItLjMwNy4yMjUtLjY3Mi4xNDctMS4wNThsLS4wNzYtLjM3Mi4xOTEtLjMzYy4xNTUtLjI2NS4yMzUtLjUyNi4yMzUtLjg2IDAtLjY5Ny0uNi0xLjM0LTEuMzExLTEuMzRoLTIuNDNsLjUxMi0xLjM1M2MuMS0uMjY0LjE3NC0uNTYyLjE3NC0uOTIgMC0uODM1LS4yMTItMS4yNjUtLjQyMy0xLjQ4Ni0uMjA2LS4yMTQtLjU1LS4zNzctMS4xNDItLjM3Ny0uMTEyIDAtLjE1OC4wMjgtLjIxNS4wOS0uMDg4LjA5Ni0uMTg4LjI3NS0uMjg1LjU2OC0uMDguMjQtLjEzNS40ODItLjE5NC43NDJsLS4wNC4xNzRhNS4zMjIgNS4zMjIgMCAwMS0uMTMuNDhjLS4wNC4xMjEtLjEzNy4zOTUtLjM1NS42MTctLjI0Ni4yNS0uNTMzLjYzNi0uODcxIDEuMDk0bC0uMDI0LjAzMmMtLjI5My4zOTYtLjY2Ljg5LTEgMS4xOTdsLS4yODYuMjU2aC0uODRsLS4wMTItMWguNDY5Yy4yNjYtLjIzOS41ODctLjY3My45Mi0xLjEyMi4zMTItLjQyMi42MzUtLjg1Ny45MzEtMS4xNTguMTA4LS4xMS4xNzYtLjQwOS4yNi0uNzc3LjIwMy0uODkzLjQ5OC0yLjE5MyAxLjY3Mi0yLjE5MyAxLjU1IDAgMi41NjUuODczIDIuNTY1IDIuODY0YTMuNTM1IDMuNTM1IDAgMDEtLjIzOCAxLjI3MmguOTgyYy4wMjQgMCAuMDQ4IDAgLjA3Mi4wMDIgMS4yNzMuMDQgMi4yMzkgMS4xNTcgMi4yMzkgMi4zMzggMCAuNTI0LS4xMzQuOTU3LS4zNyAxLjM2My4xMjYuNjIuMDIzIDEuMjE4LS4yNDIgMS43MjNhMi42NjggMi42NjggMCAwMS0uNDY3IDEuODMxYy0uMDI2IDEuNTMtLjk2NCAyLjYwNy0zLjA0IDIuNjA3aC0uNTk5Yy0xLjY4OCAwLTIuNzU1LS40MDktMy42MDMtLjczNC0uNTQtLjIwNy0uOTkyLS4zOC0xLjQ2LS4zOWwuMDI0LTFjLjQ0Ny4wMS44NTEuMTIgMS4yMDYuMjQuMTc4LjA2LjQwOC4xNDguNjI5LjIzMi4xNTMuMDU4LjMwMS4xMTUuNDI0LjE2YTcuNzIxIDcuNzIxIDAgMDAyLjc4LjQ5MmguNTk4Yy44NzMgMCAxLjM1Mi0uMjI1IDEuNjEtLjQ2NC4yNTEtLjIzMi40MjItLjU5Ny40MzEtMS4xNmwuMDA1LS4zMXoiIGZpbGw9IiMwMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMzA4IDcuMjkySDR2Ny42OTNoMi4zMDhWNy4yOTJ6TTQgNi4yOTJhMSAxIDAgMDAtMSAxdjcuNjkzYTEgMSAwIDAwMSAxaDIuMzA4YTEgMSAwIDAwMS0xVjcuMjkyYTEgMSAwIDAwLTEtMUg0eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==);
    width: 20px;
    height: 20px;
}

._sRng {
    font-size: 15px;
    line-height: 18px;
    padding: 5px 12px;
    cursor: pointer;
    font-variant-numeric: tabular-nums;
    position: relative;
    top: 2px;
}

@media (min-width: 768px) {
	._sRng {
		padding: 5px;
	}	
}

._3mAH7, ._sRng.z2yqt {
    color: #289b00;
}

.fomyT {
    transform: rotate(180deg);
}

@media (min-width: 768px) {
	._1qbb-[data-level="1"] {
		margin-left: 55px;
	}
}

._1kXMm {
    padding: 16px 0;
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid rgba(0,0,0,.18);
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
}

._1kXMm, ._3SN6x {
    background: none;
    cursor: pointer;
    color: #017EE0;
	margin-top: 25px;
}

._1sMqt, ._11Joq {
    display: inline-flex;
}
._1sMqt {
    margin: 0 auto;
    align-items: center;
}

._11Joq {
    margin-right: 7px;
}
._1sMqt, ._11Joq {
    display: inline-flex;
}

._3OrF6 {
    font-size: 15px;
    line-height: 20px;
}

._2vnVm {
    border-radius: 50%;
    border: 2px solid #fff;
    border: 2px solid var(--colorWhite);
    position: relative;
}

._2vnVm:first-child {
    z-index: 3;
}

._2O7FF {
    width: 40px;
    height: 40px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
}

@media (min-width: 768px) {
	._2O7FF._2f21H {
		width: 20px;
		height: 20px;
	}
}

._7nHIn {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

._3gOWc .comment-form-block {
	margin-top: 25px;
}

._3gOWc .comment-form-block  ._2k0qH{
	max-width: 690px;
}

._3gOWc .comment-form-block ._34J_l{
	margin-bottom: 0;
}

/* === */

.user-comment-icon span {
    background: #999;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
	width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0;
}

.user-comment-icon .number-1:before,
.user-comment-icon .number-2:before,
.user-comment-icon .number-3:before,
.user-comment-icon .number-4:before,
.user-comment-icon .number-5:before,
.user-comment-icon .number-6:before,
.user-comment-icon .number-7:before,
.user-comment-icon .number-8:before,
.user-comment-icon .number-9:before,
.user-comment-icon .number-10:before,
.user-comment-icon .number-vision:before{
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background: url(/static/img/svg/icon_32_status.svg?13) no-repeat;
}

.user-comment-icon  .number-10:before{
    background-position: -630px 0!important;
}

.user-comment-icon {
	text-align: center;
	margin-top: 10px;
}

.user-comment-icon .number-9:before {
    background-position: -588px 0!important;
}

.user-comment-icon .number-8:before {
    background-position: -546px 0!important;
}

.user-comment-icon .number-7:before {
    background-position: -504px 0!important;
}

.user-comment-icon .number-6:before {
    background-position: -462px 0!important;
}

.user-comment-icon .number-5:before {
    background-position: -420px 0!important;
}

.user-comment-icon .number-4:before {
    background-position: -378px 0!important;
}

.user-comment-icon .number-3:before {
    background-position: -336px 0!important;
}

.user-comment-icon .number-2:before {
    background-position: -294px 0!important;
}

.user-comment-icon .number-1:before {
    background-position: -252px 0!important;
}

.user-comment-icon .number-vision:before {
	background-position: 0px -126px!important;
}

._1bWSy:hover {
    opacity: 1;
}

._3tBaN:hover {
    opacity: 1;
}

@media (max-width: 767px) {
	._1byXK {
		margin: 0 0 0 auto;
	}
}
@media (max-width: 1200px) {
	.torrents-count-block {
		margin-left: 10px !important;
	}
}
	
	
.movieSeasons__item a {
	text-transform: none;
}

.futureEpisode {
    background: #eee !important;
    border: none !important;
    opacity: 1!important;
    cursor: default !important;
}

.torrents-tabs-block .badge {
	border-radius: 3px;
}

.torrents-tabs-block .card {
	border-radius: 3px;
}

.seasons-block ul a.badge.badge-primary.empty-torrents {
	color: #999999;
}

.seasons-block ul a.badge.badge-primary.empty-torrents:hover,
.seasons-block ul a.badge.badge-primary.empty-torrents.is-active {
	color: #fff;
}

.card-title a:hover {
	color: #828282 !important;
}

.torrent-num {
	font-size: 14px;
	font-weight: 400;
	margin-left: 4px;
	color: #999999;
}
/*
.card .card-title:last-child {
	margin-bottom: 12px !important;
}
*/
.episode-item-stats-torrents a:hover {
	color: #ff3131 !important;
}

.bar.movieSeasons__bar {
	background: #cccccc;
}

.movieSeasons__item .futureEpisode {
	border-radius: 50%;
}

.movieSeasons__item .futureEpisode .movieSeasons__valueBg {
	background: none !important;
	cursor: default !important;
}

.bookmark-btn {
	display: flex !important;
    align-items: center;
    justify-content: center;
}

.bookmark-btn p {
	margin: 0;
}


.nothing-found {
	font-size: 20px;
	font-weight: normal;
    padding: 10px 10px;
    text-align: center;
    color: rgba(0,0,0,.5);
    margin-bottom: 15px;
}

.nothing-found-img {
    padding: 10px 10px;
    text-align: center;
}