* {background: transparent; margin: 0; padding: 0; outline: none; border: 0; box-sizing: border-box;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}

/* USEFUL CLASSES
----------------------------------------------- */
.img-wide, .img-responsive, .img-fixed-size, .expand-link, .p-relative, .img-block {position: relative;}
.img-responsive {padding-top: 60%;}
.img-responsive > img, .img-fixed-size img, .img-block img {width: 100%; height: 100%; object-fit: cover; border-radius: inherit;}
.img-responsive > img {position: absolute; left: 0; top: 0;}
.img-wide img, .img-wide > a {width: 100%; display: block;}
.img-fit-cover img {width: 100%; height: 100%; border-radius: var(--ui-bdrs);}

.clearfix::after {content: ""; display: table; clear: both;}
.ws-nowrap {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;}
.line-clamp-2, .line-clamp-3, .line-clamp-4, .line-clamp-5, .line-clamp-6 
{display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.line-clamp-3 {-webkit-line-clamp: 3; line-clamp: 3;} .line-clamp-4 {-webkit-line-clamp: 4; line-clamp: 4;}
.line-clamp-5 {-webkit-line-clamp: 5; line-clamp: 5;} .line-clamp-6 {-webkit-line-clamp: 6; line-clamp: 6;}

.d-flex {display: flex; flex-wrap: wrap; flex-direction: row;}
.fd-column {flex-direction: column; flex-wrap: nowrap;} 
.jc-space-between {justify-content: space-between;}
.jc-flex-start {justify-content: flex-start;}
.jc-center {justify-content: center;}
.jc-flex-end {justify-content: flex-end;}
.ai-flex-start {align-items: flex-start;}
.ai-center {align-items: center;}
.ai-flex-end {align-items: flex-end;}
.flex-grow-1, .ui-dialog-title, .ac-form__bottom .comments_subscribe, .flex-1 {flex: 1 1 0; max-width: 100%; min-width: 50px;}
.flex-grow-1-column, .flex-1-col {flex: 1 0 min-content}
.pi-center {display: grid; place-items: center;}
.ta-center {text-align: center;}
.mn-top-15 {margin-top: 15px;}
.pg-top-60 {padding-top: 60px;}
.pg-20 {padding: 20px;}

.w-100 {width: 100%!important}
.w-auto {width: auto!important}
.h-100 {height: 100%!important}
.mw-100 {max-width: 100%!important}
.m-0 {margin: 0!important}


.hidden, .d-none, .full-text .quote + br, 
#category option:empty, .ui-helper-hidden-accessible:empty, #related_news:empty, #result-registration:empty, 
.info br, #fullsearch + form .mass_comments_action, .bb-sep, .bb-pane > .clr {display: none;} 
.login__social:has(.login__social-caption:last-child), .serv__social:has(.serv__subtitle:last-child) {display: none;}
.anim, .animated-element, button, .btn, a
{transition: color 0.3s, background-color 0.3s, opacity 0.3s, box-shadow 0.3s, transform 0.3s, border-color 0.3s;}


#bg-image .bg-image-overlay,#bg-image .bg-image-pattern,.col-poster .fullstory-poster__wrap.poster-admin:before,.navbar-overlay,.post-t1 .post-image__wrapper .post-image__overlay,.post-t2 .post-image__wrapper:before,.post-t3 .post-image__wrapper:before,.post-t4 .post-image__wrapper:after,.post-t4 .post-image__wrapper:before,.section-with-bg:before {
    height: 100%; left: 0; position: absolute; top: 0; width: 100%}
#bg-image {position: relative}
#bg-image .bg-image {height: 100%; position: absolute}
#bg-image .bg-image-pattern {background-color: rgba(31,33,40,.3); background-image: url("../images/bg.png")}
#bg-image .bg-image-overlay {background: linear-gradient(0deg,#141414,rgba(22,24,28,.88) 50%,rgba(22,24,28,.38)); height: 100.4%}
#bg-image .bg-image,#bg-image .bg-image-overlay,#bg-image .bg-image-pattern { max-height: 570px}
.bg-container-overlay {position: relative}

.full-container {max-width: 1256px; margin: 0 auto; width: calc(100% - 80px);}
.fullst-grid {display: grid; width: 100%; gap: 20px; grid-template-columns: auto 1fr;}
.pmovie__poster {width: 300px; height: 450px;}

.block__video {position: relative;}
.page__player {position: relative;}
.tabs-block__select {gap: 10px;}
.tabs-block__select button {height: 40px; padding: 0 10px; flex-grow: 1; background-color: #232323; color: #fff; border-radius: var(--ui-bdrs); cursor: pointer; font-family: 'BPG Arial Caps';}
.tabs-block__select button.is-active, .tabs-block__select button:hover {background: #e50914;color: #fff;}


.player_tabs > a {color: var(--prokino-light); padding: 15px; font-size: 14px; font-weight: 400; text-transform: uppercase;}
.fullstory-info {background-color: #232323; width: 100%; border-radius: var(--ui-bdrs);}
.pmovie__header-list {padding: 20px;}
.card__list {display: grid; grid-gap: 3px 0; width: 100%; font-size: 13px; border-bottom: 1px solid #292d38;font-family: 'BPG Arial Caps';}
.card__list li > span:first-child {font-weight: 500; margin-right: 3px;}
.card__list a {text-decoration: underline;}
.card__list--margin {margin-top: 12px;}

.page__list-wide {grid-column: 1 / -1;}
.page__list-rates {grid-row: span 2;}
.page__list-rates-item {font-size: 15px; padding-left: 30px; line-height: 20px;}
.page__list-rates-item.imdb {background: url(../images/imdb.svg) 0 center / 20px no-repeat;}

.full-text-poster {float: left; margin-right: 15px; max-width: 115px; border-radius: var(--ui-bdrs);}
.page__subtitle {display: inline-block; margin-bottom: 10px; font-size: 16px; font-weight: 400;}

.page__complaint a {
    position: relative;
    right: 0;
    top: 15px;
    display: flex;
    align-items: center;
    height:40px;
    gap: 10px;
    background: #e50914;
    color: var(--prokino-light);
    border-radius: var(--ui-bdrs);
    justify-content: center;
    }

.page__header {border-bottom: 1px solid #2b2929;}
.sect__title {font-size: 16px;}
.pmovie__original-title {color: var(--tt); text-transform: uppercase; font-size: 12px; 
	margin-top: 2px; font-weight: 600; letter-spacing: 1px;}



/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK
----------------------------------------------- */
.full-text {line-height: 1.6;font-size: 14px;word-wrap: break-word;color: var(--tt);font-family: 'BPG Arial';}
.full-text a {text-decoration: underline; color: var(--ui-accent);}
.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table {margin-bottom: 25px;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text > ul li, .full-text > ol li {padding-left: 60px; position: relative;}
.full-text > ul li:before {content: ''; width: 8px; height: 8px; border-radius: 50%; 
	border: 3px solid var(--accent); position: absolute; top: 6px; left: 34px;}
.full-text > ol {counter-reset: num;}
.full-text > ol li:before {content: counter(num); counter-increment: num; background-color: var(--accent); color: #fff; 
	position: absolute; top: -3px; left: 17px; width: 24px; height: 30px; font-size: 14px; font-weight: 500;
	display: flex; justify-content: flex-end; align-items: center; padding-right: 6px; box-sizing: border-box;}
.full-text > ol li:after {content: ''; border: 10px solid transparent; border-left-color: var(--accent); 
	position: absolute; left: 41px; top: -3px; transform: scale(0.66,1.5); transform-origin: 0 0;}
.full-text > ul li + li, .full-text > ol li + li {margin-top: 10px;}
.full-text table, .video-inside > * {width:100%;}
.full-text > *:last-child {margin-bottom: 0;}
.full-text table, .video-inside > * {width:100%;}
.full-text > *:last-child {margin-bottom: 0;}
.video-responsive {padding-top: 450px; position: relative; background-color: #000;}
.video-responsive > iframe, .video-responsive > video {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}





@media screen and (max-width: 1024px) {
    .full-container {max-width:960px}
    .pmovie__poster {height: 370px;}
    .video-responsive {padding-top: 370px;}
}

@media (min-width: 992px) {
    #bg-image .bg-image,#bg-image .bg-image-overlay,#bg-image .bg-image-pattern {
        max-height:650px
    }
}

@media screen and (max-width: 950px) {
    .pmovie__poster {display: none;}
    .fullst-grid {grid-template-columns: 1fr;}
    .full-text-poster.d-none {display: block;}
    .card__list {border-top: 1px solid #2b2929;}
    .page__cols-text {order: -10;}
}

@media screen and (max-width: 760px) {
   .full-container {max-width: max-content; width: 100%;}
	.tabs-block__select button {flex-grow: 1;}
}

@media screen and (max-width: 470px) {
    .tabs-block__select button {flex: 1 0 160px;}
}
@media screen and (max-width: 375px) {
    .tabs-block__select button {flex: 1 0 120px;}
}
