/* join it to main.css */
@font-face {
    font-family: 'Film';
    src: url('../font/film.woff2') format('woff2');
}
.film_black {
    background: fixed linear-gradient(0deg, #414345, #232526);
    color: #fff;
}
.film_description {
    margin: 0 0 30px;
}
.film_description div {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 10px;
    color: #c6c6c6;
}
.film_description div div:last-of-type, .film_description span:last-child,  .film_description.active span:first-of-type {
    display: none;
}
.film_description span {
    color: #c6c6c6;
    cursor: pointer;
    display: block;
    font-size: 14px;
}
.film_description span:after {
    content: '\e819';
    font-family: 'Film';
    margin-left: 5px;
}
.film_description span:hover {
    color: #fff;
}
.film_description.active div div:last-of-type, .film_description.active span:last-child {
    display: block;
}
.film_description.active span:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    display: inline-block;
}
.film_filter {
    background: #353739;
    border: 1px solid #575756;
    font-size: 14px;
    max-height: calc(9.2em + 7px);
    overflow-y: auto;
    padding: 10px 20px;
    position: relative;
    scrollbar-color: #8300ff #2e3032;
    scrollbar-width: thin;
    z-index: 1;
}
.film_filter::-webkit-scrollbar {
    width: 4px;
}
.film_filter::-webkit-scrollbar-thumb {
    background: #8300ff;
}
.film_filter::-webkit-scrollbar-track {
    background: #2e3032;
}
.film_filter a {
    color: #fff;
    display: none;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 142px;
    white-space: nowrap;
}
.film_filter a:hover,.film_filter a.active {
    color: #8300ff;
}
.film_filter a:first-of-type {
    margin-top: 10px;
}
.film_filter div {
    line-height: 1.2em;
}
.film_filter_block {
    margin: 0 20px 0 0;
    position: relative;
    width: 215px;
    z-index: 4;
}
.film_filter_block:after {
    content: '\e819';
    cursor: pointer;
    font-family: 'Film';
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}
.film_filter_block.active:after {
    transform: rotate(180deg);
}
.film_filter_block.active a {
    display: block;
}
.film_filter_reset {
    color: #c6c6c6;
    font-size: 14px;
}
.film_filter_reset.active {
    display: block;
}
.film_filter_reset:before {
    content: '\e818';
    font: 12px 'Film';
    margin: 0 10px;
}
.film_filter_reset:hover {
    color: #fff;
}
.film_filter_wrapper.comp {
    margin: 30px 0;
}
.film_tags.comp {
    margin: 0 0 60px;
}
.film_filter_wrapper {
    display: flex;
    height: 38.5px;
    margin: 0 0 30px;
}
.film_list {
    background: rgba(11,23,31,.22);
    border-radius: 3px;
    display: flex;
    margin: 0 20px 20px 0;
    position: relative;
    width: 460px;
}
.film_list:nth-child(2n+2) {
    margin: 0 0 20px 0;
}
.film_list img {
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 200px;
    object-fit: cover;
    position: relative;
    width: 133px;
    z-index: 3;
}
.film_list img:nth-child(2) {
    height: 185px;
    margin: -205px 0 0 5px;
    opacity: .6;
    width: 123px;
    z-index: 2;
}
.film_list img:nth-child(3) {
    height: 170px;
    margin: -190px 0 0 10px;
    opacity: .3;
    width: 113px;
    z-index: 1;
}
.film_list_block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.film_list_link {
    color: #bdbdbd;
    font-size: 13px;
    margin: 10px 20px;
}
.film_list_link em {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}
.film_list_link span {
    align-items: baseline;
    display: flex;
    margin: 0 0 5px;
}
.film_list_link span span {
    margin: 0 20px 0 0;
}
.film_list_link span:nth-of-type(-n+2), .film_list_link strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.film_list_link span:nth-of-type(2), .film_list_link strong {
    -webkit-line-clamp: 2;
}
.film_list_link strong {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 5px;
}

.film_list_progress {
    border-bottom: 1px solid #575756;
    display: flex;
    margin: 0 0 30px;
}
.film_list_progress a {
    color: #878787;
    font-size: 21px;
    font-weight: 700;
    margin: 0 40px 0 0;
}
.afisha_main .film_list_progress a.active {
    color: black;
}

.film_list_progress a.active {
    border-bottom: 4px solid #8300ff;
    color: #fff;
    cursor: text;
    padding: 0 0 5px;
}
.film_list_rubricator {
    display: flex;
    margin: 0 0 60px;
}
.film_list_rubricator a,.film_list_rubricator div {
    align-items: center;
    background: #282828 linear-gradient(90deg, rgba(46, 49, 146, .1), rgba(27, 255, 255, .1)) !important;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    height: 137px;
    line-height: 29px;
    padding: 0 10px;
    text-align: center;
    width: 200px;
    margin: 0 20px 0 0;
    justify-content: center;
}
.film_list_rubricator a:last-child, .film_list_rubricator div:last-child {
    margin: 0;
}
.film_list_rubricator a:hover, .film_list_rubricator div {
    background: linear-gradient(90deg, #2e3192, #1bffff) !important;
}
.film_list_rubricator a:nth-child(2) {
    background: linear-gradient(90deg, #2980b9, #2c3e50);
}
.film_list_rubricator a:nth-child(3) {
    background: linear-gradient(90deg, #d4145a, #fbb03b);
}
.film_list_rubricator a:nth-child(4) {
    background: linear-gradient(90deg, #8e78ff, #fc7d7b);
}
.film_main {
    display: flex;
    margin: auto;
    padding: 20px;
    width: 1260px;
}
.film_main h1 {
    font-size: 31px;
    margin: 0 0 10px;
}
.film_main_left {
    margin: 0 20px 0 0;
    width: 940px;
}
.film_main_right #sidebar {
    position: sticky;
    top: 20px;
}
.film_tags {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
}
.film_tags a {
    background: rgba(11, 23, 31, .22);
    color: #c6c6c6;
    flex: 1;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 10px;
    text-align: center;
}
.film_tags a:before {
    background: url('../img/genres.png') 0 0 / cover;
    content: '';
    height: 32px;
    display: block;
    margin: 0 auto 5px auto;
    opacity: .75;
    width: 32px;
}
.film_tags a:hover {
    color: #fff;
}
.film_tags a:hover:before {
    opacity: 1;
}
.film_tags a:last-child {
    margin: 0;
}
.film_tags a:nth-child(2):before {
    background-position-x: -32px;;
}
.film_tags a:nth-child(3):before {
    background-position-x: -64px;
}
.film_tags a:nth-child(4):before {
    background-position-x: -96px;
}
.film_tags a:nth-child(5):before {
    background-position-x: -128px;
}
.film_tags a:nth-child(6):before {
    background-position-x: -160px;
}
.film_tags a:nth-child(7):before {
    background-position-x: -192px;
}
.film_tags a.active {
    background: #222;
}
.film_tags_square {
    justify-content: left;
}
.film_tags_square a {
    border-radius: 20px;
    flex: none;
    padding: 10px 20px;
}
.film_tags_square a:before {
    display: none;
}


.film_list_block > div:not(.film_list) {
    display: flex;
    flex-wrap: wrap;
}
.az_list_break {
    width: 100%;
    margin: 20px 0 40px 0;
    color: #c6c6c6;
    font-size: 14px;
}
.film_list {
    min-height: 200px;
}
.film_main_right {
    height: max-content;
    position: sticky;
    top: 79px;
    width: 300px;
}
.film_list_okko {
    background: #6c43bf;
    border: 1px solid #4e167d;;
    border-radius: 3px;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    left: 134px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    text-align: center;
}
.film_list_okko em:after {
    background: rgb(52, 22, 93, .37);
    border-radius: 50%;
    content: '\e806';
    display: block;
    font: normal 8px/14px 'Film';
    margin: 0 4px;
    text-align: center;
    width: 14px;
}
.film_list_okko img {
    height: 12px;
    width: auto;
}

.compilation_node_wrapper a {
    background: rgba(11, 23, 31, .22);
    color: #c6c6c6;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    height: 300px;
    margin: 0 0 20px;
    padding: 20px;
    width: 260px;
}
.compilation_node_wrapper a img {
    height: 200px;
    margin: -20px 0 20px -20px;
    object-fit: cover;
    width: 300px;
}
.compilation_node_wrapper a strong {
    color: #fff;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.compilation_node_wrapper a em {
    display: flex;
    font-style: normal;
}
.compilation_node_wrapper a em span:first-child {
    display: -webkit-box;
    margin: 0 auto 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.film_bookmark:after {
    color: #c6c6c6;
    content: '\e801';
    font: 16px 'Film';
}

.compilation {
    margin-top: -60px;
}
.compilation .film_filter_block {
    margin: 0 0 20px;
}
.compilation .film_tags {
    flex-direction: column;
    height: auto;
    margin: 0 0 20px;
}
.compilation .film_main_left {
    height: 100vh;
    margin: 0 20px 0 0;
    position: sticky;
    top: 20px;
    width: 220px;
    min-width: 215px;
}
.compilation .film_tags {
    height: 388px;
    overflow-x: auto;
    scrollbar-color: #222 rgba(11, 23, 31, .22);
    scrollbar-width: thin;
}
.compilation .film_tags::-webkit-scrollbar {
    width: 3px;
}
.compilation .film_tags::-webkit-scrollbar-thumb {
    background: #222;
}
.compilation .film_tags::-webkit-scrollbar-track {
    background: rgba(11, 23, 31, .22);
}
.compilation .film_tags a {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 10px;
    max-width: 160px;
    text-align: left;
    width: max-content;
}
.compilation .film_tags a.active {
    background: #222;
    color: #fff;
}
.compilation .film_tags a.active:after {
//content: '\e818';
//font: 12px 'Film';
//margin-left: 10px;
}
.compilation .film_tags h6, .compilation .film_main_left h6 {
    font-size: 14px;
    margin: 0 0 20px;
}
.compilation_node .film_filter_block {
    margin: 0;
}
.compilation_node .film_filter_wrapper {
    justify-content: space-between;
}

.compilation_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.compilation_wrapper a {
    background: rgba(11, 23, 31, .22);
    border-radius: 3px;
    color: #c6c6c6;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin: 0 20px 36.5px 0;
    padding: 15px;
    height: 220px;
    width: 210px;
}
.compilation_wrapper a:nth-child(4n+4) {
    margin: 0 0 36.5px;
}
.compilation_wrapper a em {
    align-items: flex-end;
    display: flex;
    font-style: normal;
    justify-content: space-between;
    line-height: 18px;
    position: relative;
}
.compilation_wrapper a span:last-child:before {
    content: '\e805';
    font: 12px 'Film';
    margin: 0 5px;
}
.compilation_wrapper a strong {
    color: #fff;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 135px 0 auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.compilation_wrapper a img {
    height: 140px;
    left: -15px;
    object-fit: cover;
    position: absolute;
    top: -15px;
    width: 240px;
    z-index: 3;
}
.compilation_wrapper a img:nth-child(2) {
    height: 131px;
    left: -6.5px;
    opacity: .6;
    top: -23.5px;
    width: 223px;
    z-index: 2;
}
.compilation_wrapper a img:nth-child(3) {
    height: 122px;
    left: 1.5px;
    opacity: .3;
    top: -31.5px;
    width: 207px;
    z-index: 1;
}
.compilation #list_content > div {
    display: flex;
    flex-wrap: wrap;
}




/* film.css */

.fancybox a {
    text-decoration: underline;
}
.film_trailers {
    display: none;
    left: -8px;
    position: relative;
    width: 1300px;
}

/* Закладки */

.film_bookmark:after {
    color: #c6c6c6;
    content: '\e801';
    font: 16px 'Film';
}
.film_bookmark.active:after {
    color: #fd9e28;
}

/* Комментарии */

.film_comments {
    margin: 40px 0 80px 160px;
    width: 940px;
}
.film_comments .form {
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    margin: 0 0 25px;
    padding: 20px;
}
.film_comments .form div {
    display: flex;
}
.film_comments .form form {
    margin: 0;
}
.film_comments .form input {
    background: none;
    border: 1px solid #c6c6c6;
    border-radius: 3px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
}
.film_comments .form input:hover {
    border-color: #8300ff;
    color: #8300ff;
}
.film_comments .form input[type='reset'] {
    border-color: #fff;
    margin-left: auto;
}
.film_comments .form textarea {
    border: 0;
    color: #878787;
    font: 14px/21px 'Roboto', sans-serif;
    height: 67px;
    margin: 0 0 20px;
    width: 100%;
}
.film_comments .form textarea::placeholder {
    opacity: 1;
}
.film_comments .form textarea:focus::placeholder {
    color: #fff;
}
.comment {
    margin: 0 0 25px;
}
.comment .author {
    align-items: center;
    display: flex;
    font-weight: 500;
}
.comment .author:hover {
    color: #000;
}
.comment .author img, .comment .author span {
    border-radius: 50%;
    height: 40px;
    margin: 0 10px 0 0;
    object-fit: cover;
    width: 40px;
}
.comment .author span {
    background: linear-gradient(45deg, #2e3192, #1bffff);
    color: #fff;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}
.comment .form {
    display: none;
    margin: 30px 0 30px 50px;
}
.comment .form.active {
    display: block;
}
.comment .dislike, .comment .like {
    cursor: pointer;
    margin-left: 20px;
}
.comment .dislike.active {
    color: #ff3600;
}
.comment .like.active {
    color: #00b300;
}
.comment .like:before, .comment .dislike:before {
    content: '\e803';
    font: 16px 'Film';
    margin: 0 5px 0 0;
}
.comment .dislike:before {
    content: '\e804';
}
.comment .reply {
    color: #575756;
    cursor: pointer;
    margin: 0 auto 0 40px;
}
.comment .reply:hover {
    color: #000;
}
.comment .info {
    color: #878787;
    display: flex;
    font-size: 12px;
    margin-left: 50px;
}
.comment .text {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px 50px;
}
.comment_wrapper .subcomment:nth-of-type(n+4) {
    display: none;
}
.comment_wrapper .more {
    color: #878787;
    cursor: pointer;
    display: none;
    font-size: 14px;
    margin: 0 0 30px 96px;
}
.comment_wrapper .more:hover {
    color: #222;
}
.comment_wrapper .more.active {
    display: block;
}
.subcomment {
    margin-left: 50px;
}
.subcomment .author img, .subcomment .author span {
    height: 32px;
    width: 32px;
}
.subcomment .author span {
    line-height: 32px;
}
.subcomment .form, .subcomment .info, .subcomment .text {
    margin-left: 42px;
}

/* Разное */

.film_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 70px;
}
.movies_bottom {
    margin: 20px 20px -20px 20px;
}
.movies_text {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 70px;
}
.movies_text li {
    list-style: none;
    margin: 0 0 1em;
}
.movies_text li:last-child {
    margin: 0;
}
.movies_text ul {
    margin: 0;
    padding: 0;
}

/* Главное */

#film_main {
    justify-content: space-between;
    margin: 0 0 20px;
}
#film_main a {
    height: 340px;
    margin: 0 0 20px;
    width: 300px;
}
#film_main a:nth-child(6n+5) {
    flex-direction: row;
    width: 940px;
}
#film_main a:nth-child(6n+5):hover strong {
    color: #222;
}
#film_main a:nth-child(6n+5) img {
    height: 340px;
    width: 620px;
}
#film_main a:nth-child(6n+5) strong {
    font-size: 23px;
    line-height: 33px;
    margin: auto;
    -webkit-line-clamp: 7;
}
#film_main a:nth-child(6n+5) .flex {
    height: 320px;
    margin-top: 0;
}
#film_main a:nth-child(6n+5) .film_rating_3 {
    bottom: 20px;
    top: auto;
}
#film_main em:first-child {
    top: 140px;
}
#film_main img {
    height: 200px;
    width: 300px;
}
#film_main .film_rating_3 {
    top: 122px;
}

/* Социальные кнопки */

.movies_main_left .social-likes {
    margin-top: 40px;
}
.movies_main_left .social-likes div {
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    color: #c6c6c6;
    cursor: pointer;
    font: 16px 'Film';
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
    transition: transform 1s ease-in-out;
    width: 35px;
}
.movies_main_left .social-likes div:hover {
    border-color: #8300ff;
    color: #8300ff;
    transform: rotate(360deg);
}
.movies_main_left .social-likes div:first-child {
    margin-top: 40px;
}
.movies_main_left .social-likes div:first-child:after {
    content: '\e807';
}
.movies_main_left .social-likes div:last-child:after {
    content: '\e811';
}
.movies_main_left .social-likes div:nth-child(2):after {
    content: '\e808';
}
.movies_main_left .social-likes div:nth-child(3):after {
    content: '\e809';
}
.movies_main_left .social-likes div:nth-child(4):after {
    content: '\e810';
}

/* Оценки */

.film_rating {
    border-radius: 50%;
    height: 40px;
    position: relative;
    width: 40px;
}
.film_rating:after {
    background: #fff;
    border-radius: 50%;
    font: normal 300 22px/36px 'Roboto', sans-serif;
    height: 34px;
    left: 3px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 34px;
}
.film_rating.r1 {
    background: conic-gradient(#8e78ff, #fc7d7b 10%, #fff 10%);
}
.film_rating.r2 {
    background: conic-gradient(#8e78ff, #fc7d7b 20%, #fff 20%);
}
.film_rating.r3 {
    background: conic-gradient(#8e78ff, #fc7d7b 30%, #fff 30%);
}
.film_rating.r4 {
    background: conic-gradient(#8e78ff, #fc7d7b 40%, #fff 40%);
}
.film_rating.r5 {
    background: conic-gradient(#8e78ff, #fc7d7b 50%, #fff 50%);
}
.film_rating.r6 {
    background: conic-gradient(#8e78ff, #fc7d7b 60%, #fff 60%);
}
.film_rating.r7 {
    background: conic-gradient(#8e78ff, #fc7d7b 70%, #fff 70%);
}
.film_rating.r8 {
    background: conic-gradient(#8e78ff, #fc7d7b 80%, #fff 80%);
}
.film_rating.r9 {
    background: conic-gradient(#8e78ff, #fc7d7b 90%, #fff 90%);
}
.film_rating.r10 {
    background: conic-gradient(#8e78ff, #fc7d7b);
}
.film_rating.r1:after {
    content: '1';
}
.film_rating.r2:after {
    content: '2';
}
.film_rating.r1:after {
    content: '1';
}
.film_rating.r3:after {
    content: '3';
}
.film_rating.r4:after {
    content: '4';
}
.film_rating.r5:after {
    content: '5';
}
.film_rating.r6:after {
    content: '6';
}
.film_rating.r7:after {
    content: '7';
}
.film_rating.r8:after {
    content: '8';
}
.film_rating.r9:after {
    content: '9';
}
.film_rating.r10:after {
    content: '10';
}
.film_rating_2.r1 {
    background: conic-gradient(#2e3192, #1bffff 10%, #fff 10%);
}
.film_rating_2.r2 {
    background: conic-gradient(#2e3192, #1bffff 20%, #fff 20%);
}
.film_rating_2.r3 {
    background: conic-gradient(#2e3192, #1bffff 30%, #fff 30%);
}
.film_rating_2.r4 {
    background: conic-gradient(#2e3192, #1bffff 40%, #fff 40%);
}
.film_rating_2.r5 {
    background: conic-gradient(#2e3192, #1bffff 50%, #fff 50%);
}
.film_rating_2.r6 {
    background: conic-gradient(#2e3192, #1bffff 60%, #fff 60%);
}
.film_rating_2.r7 {
    background: conic-gradient(#2e3192, #1bffff 70%, #fff 70%);
}
.film_rating_2.r8 {
    background: conic-gradient(#2e3192, #1bffff 80%, #fff 80%);
}
.film_rating_2.r9 {
    background: conic-gradient(#2e3192, #1bffff 90%, #fff 90%);
}
.film_rating_2.r10 {
    background: conic-gradient(#2e3192, #1bffff);
}
.film_rating_3 {
    align-items: center !important;
    background: rgba(34, 34, 34, .7);
    color: #fff;
    display: flex !important;
    flex-direction: column;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    height: 58px;
    justify-content: center;
    width: 58px;
}
.film_rating_3:after {
    content: 'film.ru';
    font-size: 10px;
    font-weight: 400;
    margin-top: -5px;
}
.film_rating_4:after {
    content: 'Зритель';
}

/* Показать все */

.film_toggle {
    color: #575756;
    cursor: pointer;
    display: none;
    font-size: 14px;
    font-weight: 400;
    margin-left: auto;
}
.film_toggle.active, .film_toggle.inactive, .film_toggle_button.active, .film_toggle_button.inactive {
    display: block;
}
.film_toggle.active:before, .film_toggle_button.active:before {
    content: 'Показать все ';
}
.film_toggle.inactive:before, .film_toggle_button.inactive:before {
    content: 'Свернуть ';
}
.film_toggle_button {
    background: #f6f6f6;
    color: #575756;
    cursor: pointer;
    display: none;
    font-size: 14px;
    margin: -52px auto 70px auto;
    padding: 10px;
    text-align: center;
    width: 228px;
}
.film_toggle_button:hover {
    background: #222;
    color: #fff;
}

/* Публикации */

.movies_articles {
    justify-content: left;
    margin: 0 0 52px;
}
.movies_articles a {
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    height: 300px;
    margin: 0 18px 18px 0;
    position: relative;
    width: 248px;
}
.movies_articles a:hover strong, .movies_articles a:hover .write {
    color: #8300ff;
}
.movies_articles a:nth-child(3n+3) {
    margin: 0 0 18px;
}
.movies_articles em:last-child {
    align-items: end;
    display: flex;
}
.movies_articles em:last-child span:first-child {
    color: #c6c6c6;
    display: -webkit-box;
    font-size: 12px;
    font-style: normal;
    margin: 0 auto 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.movies_articles img {
    height: 166px;
    object-fit: cover;
    width: 248px;
}
.movies_articles strong {
    display: -webkit-box;
    font: 400 14px/21px 'Roboto', sans-serif;
    margin: 0 0 auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.movies_articles .film_rating_3 {
    left: 20px;
    position: absolute;
    top: 88px;
}
.movies_articles .flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 20px;
    width: calc(100% - 40px);
}
.movies_articles .write {
    color: #575756;
    font-size: 14px;
}
.movies_articles .write:before {
    color: #c6c6c6;
    content: '\e802';
    display: block;
    font: 60px 'Film';
    margin: 0 0 10px;
    text-align: center;
}
#movies_articles a:nth-child(n+4), #movies_reviews a:nth-child(n+3) {
    display: none;
}
#movies_reviews a:last-child {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 18px;
}

/* Актеры/создатели */

.movies_cast {
    display: none;
}
.movies_cast.active {
    display: flex;
}
.movies_cast a {
    color: #878787;
    font-size: 12px;
    line-height: 19px;
    width: 113px;
}
.movies_cast a:hover strong {
    color: #8300ff;
}
.movies_cast img {
    display: block;
    height: 151px;
    object-fit: cover;
    width: 113px;
}
.movies_cast strong {
    color: #222;
    display: block;
    font-weight: 400;
    margin-top: 10px;
}
.movies_h3 {
    align-items: center;
    border-bottom: 1px solid #c6c6c6;
    display: flex;
    margin: 0 0 20px;
}
.movies_h3 a {
    color: #575756;
    font-size: 14px;
    margin-left: auto;
}
.movies_h3 a:hover {
    color: #8300ff;
}
.movies_h3 div {
    border-bottom: 4px solid transparent;
    color: #c6c6c6;
    cursor: pointer;
    font-size: 21px;
    font-weight: 700;
    margin: 0 20px 0 0;
    padding: 0 0 10px;
}
.movies_h3 div.active {
    border-color: #8300ff;
    color: #222;
    cursor: text;
}

/* Подборки */

.movies_collections {
    margin: 0 0 34.5px;
    justify-content: left;
    padding-top: 17.5px;
}
.movies_collections a {
    background: #f6f6f6;
    border-radius: 3px;
    color: #c6c6c6;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin: 0 18px 35.5px 0;
    position: relative;
    width: 248px;
}
.movies_collections a:hover strong {
    color: #8300ff;
}
.movies_collections a:nth-child(n+4) {
   /* display: none;*/
}
.movies_collections a:nth-child(3n+3) {
    margin: 0 0 35.5px;
}
.movies_collections img {
    height: 144px;
    object-fit: cover;
    position: relative;
    width: 248px;
    z-index: 3;
}
.movies_collections img:nth-child(2) {
    height: 135px;
    margin: -152.5px 0 0 8.5px;
    opacity: .6;
    width: 231px;
    z-index: 2;
}
.movies_collections img:nth-child(3) {
    height: 126px;
    margin: -161.5px 0 0 17.5px;
    opacity: .6;
    width: 213px;
    z-index: 1;
}
.movies_collections strong {
    color: #222;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0 0 auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.movies_collections .flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}
.movies_collections .flex span {
    margin-top: 20px;
}
.movies_collections .views {
    align-items: center;
    bottom: 20px;
    display: flex;
    right: 20px;
    position: absolute;
}
.movies_collections .views:before {
    content: '\e805';
    font: 16px 'Film';
    margin: 0 5px 0 0;
}

/* От режиссера */

.movies_compilation a {
    color: #878787;
    font-size: 14px;
    font-weight: 300;
    width: 140px;
}
.movies_compilation a:hover strong {
    color: #8300ff;
}
.movies_compilation img {
    border-radius: 3px;
    display: block;
    height: 199px;
    object-fit: cover;
    position: relative;
    width: 140px;
    z-index: 3;
}
.movies_compilation img:nth-child(2) {
    height: 182px;
    margin: -205px 0 0 6px;
    opacity: .6;
    width: 128px;
    z-index: 2;
}
.movies_compilation img:nth-child(3) {
    height: 170px;
    margin: -187px 0 50px 11px;
    opacity: .3;
    width: 118px;
    z-index: 1;
}
.movies_compilation span, .movies_compilation strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.movies_compilation strong {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 5px;
    -webkit-line-clamp: 2;
}

/* Нашли ошибку? */

.movies_error {
    color: #878787;
    font-size: 12px;
}
.movies_error:hover {
    color: #fff;
}
.movies_error:hover span {
    border-color: #fff;
}
.movies_error span {
    border: 1px solid #878787;
    border-radius: 50%;
    display: inline-block;
    line-height: 16px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 16px;
}

/* GIPHY */

.movies_giphy {
    align-items: center;
    background: linear-gradient(0deg, #000, rgba(0,0,0,0));
    display: flex;
    height: 440px;
    justify-content: center;
    position: relative;
    width: 960px;
}
.movies_giphy .button {
    background: #8300ff;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    position: relative;
    padding: 12px 16px;
}
.movies_giphy .img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

/* Шапка */

.movies_head {
    background: linear-gradient(45deg, #1f1f1f, #2d2d2d);
    display: flex;
}
.movies_head_left {
    margin: 20px 0;
}
.movies_head_right {
    height: 600px;
    margin: 20px;
    min-width: 300px;
    position: sticky;
    top: 20px;
}
.movies_subhead {
    display: flex;
    margin: 20px 0 0 20px;
}
.movies_subhead_left {
    margin: -207px 40px 0 0;
    position: relative;
}
.movies_subhead_left .poster {
    border-radius: 3px;
    display: block;
    height: 300px;
    object-fit: cover;
    position: relative;
    width: 210px;
    z-index: 3;
}
.movies_subhead_left .poster:nth-child(2) {
    height: 281px;
    margin: -307px 0 0 7px;
    opacity: .6;
    width: 196px;
    z-index: 2;
}
.movies_subhead_left .poster:nth-child(3) {
    height: 259px;
    margin: -288.5px 0 70.5px 14.5px;
    opacity: .3;
    width: 181px;
    z-index: 1;
}
.movies_subhead_right h1 {
    color: #fff;
    display: inline;
    font-size: 33px;
    margin: 0;
}
.movies_subhead_right h4 {
    background: #e2e2e2;
    border-radius: 1px;
    color: #222;
    display: inline;
    font-size: 10px;
    font-weight: 400;
    margin: 0 0 0 7px;
    position: relative;
    top: -6px;
    padding: 2.5px 5px;
    text-transform: uppercase;
}
.movies_subhead_right h4.review {
    background: #e1d4f2;
}
.movies_subhead_right h2 {
    color: #878787;
    font: 16px 'Roboto', sans-serif;
    margin: 10px 0 0;
}

/* Выходные данные */

.also_known_as {
    position: relative;
    width: 100%;
}
.also_known_as.active .toggle {
    display: block;
}
.also_known_as.unhide span {
    display: -webkit-box !important;
}
.also_known_as.unhide .toggle {
    position: relative;
}
.also_known_as.unhide .toggle:after {
    transform: rotate(180deg);
}
.also_known_as.unhide .toggle:before {
    content: 'свернуть';
}
.also_known_as span:not(:first-child) {
    display: none;
}
.also_known_as .toggle {
    color: #c6c6c6;
    cursor: pointer;
    min-width: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.also_known_as .toggle:after {
    content: '\e819';
    display: inline-block;
    font: 14px 'Film';
    margin-left: 10px;
}
.also_known_as .toggle:before {
    content: 'еще';
}
.movies_info {
    border-top: 1px solid #131313;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0;
}
.movies_info:first-of-type {
    border: 0;
    padding-top: 30px;
}
.movies_info a {
    color: #fff;
}
.movies_info a:hover {
    text-decoration: underline;
}
.movies_info div:first-child {
    color: #878787;
    min-width: 22%;
}
.movies_info span {
    color: #878787;
    display: -webkit-box;
    min-width: 26%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.movies_info span:last-child {
    margin: 0;
}

/* Контентная часть */

.movies_main {
    display: flex;
}
.movies_main_center {
    margin-top: 40px;
    width: 780px;
}
.movies_main_center h3, .movies_bottom h3 {
    align-items: baseline;
    display: flex;
    font-size: 21px;
    margin: 0 0 25px 0;
}
.movies_main_center h3 a {
    color: #575756;
    font-size: 14px;
    font-weight: 400;
    margin-left: auto;
}
.movies_main_center h3 a:hover {
    color: #8300ff;
}
.movies_main_center h3 img {
    bottom: -12px;
    height: 50px;
    position: relative;
    width: 67px;
}
.movies_main_center h3 span {
    color: #c6c6c6;
    display: none;
    font-size: 16px;
    margin-left: 8px;
}
.movies_main_center h3 span.active {
    display: inline;
}
.movies_main_center h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: -15px 0 15px;
}
.movies_main_left {
    height: min-content;
    margin: 40px 20px;
    position: sticky;
    top: 20px;
    width: 140px;
}
.movies_main_right {
    height: 600px;
    margin: 20px;
    position: sticky;
    top: 79px;
    width: 300px;
}

/* Боковое меню */

.movies_menu a {
    border-left: 2px solid #c6c6c6;
    display: block;
    font-size: 12px;
    color: #575756;
    padding: 5px 0 5px 10px;
}
.movies_menu a:hover, .movies_menu a.active {
    border-color: #8300ff;
    color: #8300ff;
}

/* Новости по теме */

.movies_news {
    justify-content: left;
    margin: 0 0 16px;
}
.movies_news a {
    background: #f6f6f6;
    color: #878787;
    font-size: 14px;
    margin: 0 24px 24px 0;
    padding: 20px;
    width: 204px;
}
.movies_news a:nth-child(3n+3) {
    margin: 0 0 24px 0;
}
.movies_news a:nth-child(n+4) {
    display: none;
}
.movies_news a strong {
    color: #222;
    display: block;
    font-size: 16px;
    margin-top: 5px;
}
#movies_news_button {
    margin-top: -16px;
    width: 224px;
}

/* Постеры */

.movies_posters a {
    position: relative;
}
.movies_posters a:nth-child(5) {
    background: #000;
}
.movies_posters a:nth-child(5) img {
    opacity: .6;
}
.movies_posters a:nth-child(n+6) {
    display: none;
}
.movies_posters img {
    height: 200px;
    object-fit: cover;
    width: 140px;
}
.movies_posters span {
    color: #f6f6f6;
    font-size: 65px;
    left: 0;
    line-height: 200px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

/* Рейтинг */

.movies_rate {
    color: #ff3300;
    display: flex;
    font: 700 14px 'Roboto', sans-serif;
    margin: 30px 0;
}
.movies_rate div {
    border-radius: 50%;
    cursor: pointer;
    line-height: 21px;
    text-align: center;
    width: 21px;
}
.movies_rate div:hover, .movies_rate div.active {
    background: #ff3300;
    color: #fff;
}
.movies_rate div:hover:nth-child(n+5), .movies_rate div:nth-child(n+5).active {
    background: #ff8a00;
    color: #fff;
}
.movies_rate div:hover:nth-child(n+7), .movies_rate div:nth-child(n+7).active {
    background: #00b400;
    color: #fff;
}
.movies_rate div:nth-child(n+5) {
    color: #ff8a00;
}
.movies_rate div:nth-child(n+7) {
    color: #00b400;
}
.movies_rate.inactive div {
    color: #575756;
    cursor: not-allowed;
}
.movies_rate.inactive div:hover {
    background: none;
    color: #575756;
}

/* Оценки */

.movies_rating {
    color: #c6c6c6;
    font: 300 12px 'Roboto', sans-serif;
    margin-top: 15px;
}
.movies_rating div {
    display: flex;
    padding: 5px 10px;
}
.movies_rating span:last-child {
    color: #25bde3;
    margin-left: auto;
}

/* Рецензии */

.movies_reviews {
    background: #f6f6f6;
    display: flex;
    margin: 0 0 45px;
    position: relative;
}
.movies_reviews em:first-child {
    color: #8300ff;
}
.movies_reviews em:last-child {
    align-items: end;
    display: flex;
}
.movies_reviews em:last-child span:first-child {
    color: #c6c6c6;
    display: -webkit-box;
    font-size: 12px;
    font-style: normal;
    margin: 0 auto 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.movies_reviews img {
    height: 300px;
    object-fit: cover;
    width: 514px;
}
.movies_reviews strong {
    display: -webkit-box;
    font-size: 21px;
    line-height: 31px;
    margin: auto;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.movies_reviews .flex {
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.movies_reviews .film_rating_3 {
    bottom: 20px;
    left: 20px;
    position: absolute;
}

/* График выхода */

.movies_schedule_episodes {
    display: none;
    max-height: 450px;
    overflow-y: auto;
    scrollbar-color: #fc7d7b #fff;
    scrollbar-width: thin;
}
.movies_schedule_episodes::-webkit-scrollbar {
    width: 14px;
}
.movies_schedule_episodes::-webkit-scrollbar-thumb {
    background: #c6c6c6;
    border-left: 10px solid #fff;
    border-radius: 1px;
}
.movies_schedule_episodes::-webkit-scrollbar-track {
    background: #f6f6f6;
    border-left: 10px solid #fff;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 #fff;
}
.movies_schedule_episodes.active {
    display: block;
}
.movies_schedule_episodes div {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
}
.movies_schedule_episodes div:first-child span:last-child {
    color: #8300ff;
}
.movies_schedule_episodes div:last-child {
    margin: 0;
}
.movies_schedule_episodes div span:first-child {
    width: 15%;
}
.movies_schedule_episodes div span:last-child {
    color: #878787;
    font-weight: 400;
    text-align: right;
    width: 20%;
}
.movies_schedule_episodes div span:nth-child(2) {
    width: 65%;
}
.movies_schedule_episodes_wrapper {
    margin: 25px 0 45px;
}
.movies_schedule_seasons {
    border-bottom: 1px solid #c6c6c6;
    display: flex;
    overflow: hidden;
}
.movies_schedule_seasons div {
    border-bottom: 4px solid transparent;
    color: #c6c6c6;
    cursor: pointer;
    font-weight: 600;
    margin: 0 20px 0 0;
    padding: 0 0 10px;
    white-space: nowrap;
}
.movies_schedule_seasons div:hover, .movies_schedule_seasons div.active {
    border-color: #8300ff;
    color: #222;
    cursor: text;
}
.movies_schedule_seasons div:hover {
    cursor: pointer;
}
.movies_schedule_seasons div:last-child {
    margin: 0;
}
#schedule span {
    display: block;
    font-size: 21px;
}
.tns-nav {
    text-align: center;
}
.tns-nav button {
    background: #c6c6c6;
    border: 0;
    border-radius: 50%;
    height: 5px;
    margin: 10px 5px -10px 5px;
    padding: 0;
    width: 5px;
}
.tns-nav button.tns-nav-active {
    background: #222;
}

/* Кадры */

.movies_stills {
    margin: 0 0 50px;
    overflow: hidden;
}
.movies_stills a {
    float: right;
    margin: 0 0 20px;
    position: relative;
}
.movies_stills a:first-child {
    float: left;
}
.movies_stills a:first-child img {
    height: 319px;
    width: 620px;
}
.movies_stills a:nth-child(4) {
    background: #000;
}
.movies_stills a:nth-child(4) img {
    opacity: .6;
}
.movies_stills img {
    height: 93px;
    object-fit: cover;
    width: 140px;
}
.movies_stills span {
    color: #c6c6c6;
    font-size: 45px;
    left: 0;
    line-height: 93px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

/* Трейлеры */

.movies_trailers {
    margin: 0 0 70px;
}
.movies_trailers a {
    color: #000;
    font-size: 14px;
    position: relative;
}
.movies_trailers a:after {
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    box-shadow: 0 0 25px #000;
    color: #f6f6f6;
    content: '\e806';
    font: 24px 'Film';
    left: 165px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 82px;
    width: 50px;
}
.movies_trailers img {
    display: block;
    height: 214px;
    margin: 0 0 10px;
    object-fit: cover;
    width: 380px;
}

/* Интересные факты */

.movies_trivia li:nth-child(n+4), .movies_trivia p:nth-child(n+4) {
    display: none;
}
.movies_trivia .toggle {
    cursor: pointer;
    color: #575756;
    display: none;
    margin-top: 1em;
}
.movies_trivia .toggle:hover {
    color: #8300ff;
}
.movies_trivia .toggle.active, .movies_trivia .toggle.inactive {
    display: block;
}
.movies_trivia .toggle.active:after {
    content: 'Читать полностью';
}
.movies_trivia .toggle.inactive:after {
    content: 'Свернуть';
}
#trivia {
    margin-top: -45px;
}

/* Личный кабинет */

.movies_user {
    margin: 0 0 30px;
    position: relative;
}
.movies_user .film_catalog_button {
    border-color: #575756;
    color: #c6c6c6;
    margin: 15px 0 0 0;
    width: 188px;
}
.movies_user_add {
    border: 2px solid #909090;
    border-radius: 50%;
    color: #909090;
    cursor: pointer;
    font: 16px 'Film';
    line-height: 36px;
    margin-left: auto;
    text-align: center;
    width: 36px;
}
.movies_user_add:after {
    content: '\e800';
}
.movies_user_add:hover, .movies_user_add.active {
    border: 2px solid #fff;
    color: #fff;
}
.movies_user_review {
    border: 1px solid #575756;
    border-radius: 18px;
    color: #c6c6c6;
    cursor: not-allowed;
    display: block;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}
.movies_user_review.active {
    cursor: pointer;
}
.movies_user_review.active:hover {
    border-color: #fff;
}

/* Добавить в список */

.film_add_menu {
    background: #0f0f0f;
    border-radius: 3px;
    color: #878787;
    display: none;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 100px;
    width: 210px;
    z-index: 1;
}
.film_add_menu.active {
    display: block;
}
.film_add_menu a, .film_add_menu form div, .film_add_menu strong {
    border-bottom: 1px solid #222;
    color: #878787;
    display: flex;
    padding: 10px 15px;
}
.film_add_menu a:first-of-type em:after {
    content: '\e812';
}
.film_add_menu a:first-of-type:hover em, .film_add_menu a.active:first-of-type em {
    color: #2de04d;
}
.film_add_menu a:hover, .film_add_menu a.active, .film_add_menu a:hover:last-of-type em {
    color: #fff;
}
.film_add_menu a:hover em, .film_add_menu a.active em, .film_add_menu div span:hover {
    color: #8300ff;
}
.film_add_menu a:last-of-type, .film_add_menu form div {
    border: 0;
}
.film_add_menu a:last-of-type em:after {
    content: '\e800';
}
.film_add_menu a:nth-of-type(2) em:after {
    content: '\e813';
}
.film_add_menu a:nth-of-type(2):hover em, .film_add_menu a.active:nth-of-type(2) em {
    color: #25bde3;
}
.film_add_menu a.active:last-of-type {
    display: none;
}
.film_add_menu a.active span:last-child {
    visibility: hidden;
}
.film_add_menu a.active span:last-child:after {
    content: '\e818';
    font: 12px 'Film';
    visibility: visible;
}
.film_add_menu a.active:hover span:after {
    color: #fff;
}
.film_add_menu a span:first-of-type {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.film_add_menu a span:last-child {
    color: #878787 !important;
    margin-left: auto;
}
.film_add_menu div em {
    color: #8300ff;
}
.film_add_menu div span:after {
    content: '\e816';
    cursor: pointer;
    font: 14px 'Film';
    margin-left: 15px;
}
.film_add_menu div span.active:after {
    content: '\e817';
}
.film_add_menu div input[type='reset'], .film_add_menu div input[type='submit'] {
    background: none;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    width: 50%;
}
.film_add_menu div input[type='reset']:hover {
    color: #8300ff;
}
.film_add_menu div input[type='submit'] {
    background: #222;
}
.film_add_menu div input[type='submit']:hover {
    background: #8300ff;
}
.film_add_menu div input[type='text'] {
    background: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 0;
    width: 100%;
}
.film_add_menu div input[type='text']:focus::placeholder {
    color: #0f0f0f;
}
.film_add_menu div input[type='text']::placeholder {
    opacity: 1;
}
.film_add_menu form {
    display: none;
    margin: 0;
}
.film_add_menu form.active {
    display: block;
}
.film_add_menu form div {
    display: flex;
}
.film_add_menu em:after {
    content: '\e814';
    font: 14px 'Film';
    margin: 0 15px 0 0;
}
.film_add_menu strong {
    background: #171717;
    border-radius: 3px 3px 0 0;
    font-weight: 400;
}
.film_add_menu strong em:after {
    content: '\e815';
}
.film_add_menu .movies_rate {
    border-bottom: 1px solid #222;
    font: 400 16px 'Roboto', sans-serif;
    margin: 0;
    padding: 10px 15px;
}
.film_add_menu .movies_rate div {
    line-height: 26px;
    width: 26px;
}
.film_add_menu.white {
    background: #f6f6f6;
    width: 275px;
}
.film_add_menu.white a, .film_add_menu.white div, .film_add_menu.white strong {
    border-color: #e2e2e2;
}
.film_add_menu.white a:hover, .film_add_menu.white a:hover span:after, .film_add_menu.white a.active {
    color: #222;
}
.film_add_menu.white a:hover:last-of-type em {
    color: #000;
}
.film_add_menu.white div input[type="reset"] {
    color: #575756;
}
.film_add_menu.white div input[type="reset"]:hover {
    color: #222;
}
.film_add_menu.white div input[type="text"] {
    color: #878787;
}
.film_add_menu.white strong {
    background: #f6f6f6;
}

/* Стопка постеров */

.film_stack {
    position: relative;
}
.film_stack img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.film_stack img:nth-child(2) {
    left: 3px;
    opacity: .6;
    top: -3px;
    width: calc(100% - 6px);
    z-index: 2;
}
.film_stack img:nth-child(3) {
    left: 6px;
    opacity: .3;
    top: -6px;
    width: calc(100% - 12px);
    z-index: 1;
}

/* Список */

.film_catalog {
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    padding: 30px 0;
    position: relative;
}
.film_catalog:last-child {
    border: 0;
    padding: 30px 0 0 0;
}
.film_catalog:hover .film_catalog_main strong {
    color: #8300ff;
}
.film_catalog a {
    display: flex;
}
.film_catalog .film_add_menu {
    left: auto;
    right: 0;
    top: 120px;
}
.film_catalog .film_add_menu strong {
    display: none;
}
.film_catalog .film_stack {
    height: 128px;
    width: 90px;
}
.film_catalog .film_stack img {
    border-radius: 2px;
}
.film_catalog_button {
    align-items: center;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #222;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    margin-left: 20px;
    padding: 10px;
    width: 172px;
}
.film_catalog_button span:first-child:after {
    color: #c6c6c6;
    content: '\e800';
    font: 14px 'Film';
}
.film_catalog_button span:last-child:after {
    content: '\e819';
    font: 14px 'Film';
}
.film_catalog_button span:nth-child(2) {
    margin: 0 auto 0 10px;
}
.film_catalog_button span:nth-child(2):after {
    content: 'Добавить в список';
}
.film_catalog_button.active span:last-child {
    transform: rotate(180deg);
}
.film_catalog_button.list {
    background: #8200ff;
    border-color: #8200ff;
    color: #fff;
}
.film_catalog_button.list span:first-child:after {
    color: #fff;
    content: '\e821';
}
.film_catalog_button.list span:nth-child(2):after {
    content: 'Мой список';
}
.film_catalog_button.view {
    background: #25bde3;
    border-color: #25bde3;
    color: #fff;
}
.film_catalog_button.view span:first-child:after {
    color: #fff;
    content: '\e813';
}
.film_catalog_button.view span:nth-child(2):after {
    content: 'Буду смотреть';
}
.film_catalog_button.viewed {
    background: #2de04d;
    border-color: #2de04d;
    color: #fff;
}
.film_catalog_button.viewed span:first-child:after {
    color: #fff;
    content: '\e812';
}
.film_catalog_button.viewed span:nth-child(2):after {
    content: 'Просмотрено';
}
.film_catalog_main {
    color: #878787;
    font-size: 14px;
    font-weight: 300;
    margin-left: 20px;
    width: 456px;
}
.film_catalog_main strong {
    display: -webkit-box;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.film_catalog_rating {
    align-items: flex-end;
    display: flex;
    margin-top: 10px;
}
.film_catalog_rating em {
    color: #8300ff;
    font-size: 18px;
    font-style: normal;
}
.film_catalog_rating span {
    margin: 0 15px 0 0;
}
.film_catalog_subtitle {
    align-items: end;
    display: flex;
    margin: 5px 0 10px;
}
.film_catalog_subtitle span:first-child {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.film_catalog_subtitle span:nth-child(2) {
    white-space: nowrap;
}
.film_catalog_subtitle .rating {
    border: 1px solid #575756;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    margin-left: 5px;
    padding: 0 2.5px;
}
.film_catalog_title {
    color: #222;
    display: flex;
}
.film_catalog_title .review, .film_catalog_title .serial {
    background: #e1d4f2;
    border-radius: 1px;
    font-size: 10px;
    font-weight: 400;
    margin: 0 0 0 10px;
    padding: 2.5px 5px;
    text-transform: uppercase;
    white-space: nowrap;
    height: min-content;
}
.film_catalog_title .serial {
    background: #e2e2e2;
    align-items: center;
}

/* Карточка персоналии */

.persona_filmography {
    display: none;
}
.persona_filmography.active {
    display: block;
}
.persona_main {
    margin: 0 0 100px;
}
.persona_main h1 {
    font-size: 33px;
    margin: 0;
}
.persona_main h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.persona_main .movies_compilation, .persona_main .movies_reviews {
    margin: 0 0 60px;
}
.persona_main .movies_error {
    color: #575756;
}
.persona_main .movies_error span {
    border-color: #575756;
}
.persona_main .movies_error:hover {
    color: #8300ff;
}
.persona_main .movies_error:hover span {
    border-color: #8300ff;
}
.persona_main .movies_info {
    border-color: #e2e2e2;
    color: #222;
    font-weight: 400;
}
.persona_main .movies_info:first-child {
    padding-top: 20px;
}
.persona_main .movies_info:last-child {
    margin: 0 0 60px;
}
.persona_main .movies_info:nth-child(2) {
    text-transform: lowercase;
}
.persona_main .movies_info a, .persona_main .movies_info span {
    color: #222;
}
.persona_main .movies_main_center {
    margin: 20px 0;
}
.persona_main .movies_main_left {
    margin: 20px;
}
.persona_main .movies_text {
    margin: -1em 0 60px;
}
.persona_main .movies_trivia p:nth-child(n+2) {
    display: none;
}
.persona_photo {
    border-radius: 3px;
    display: block;
    height: 199px;
    margin: 0 0 20px;
    object-fit: cover;
    width: 140px;
}
.persona_profession {
    background: #fff;
    margin-top: -20px;
    padding-top: 20px;
    position: sticky;
    top: 0;
    z-index: 4;
}

/* Афиша */

.afisha_main {
    margin: 20px 0 20px 20px;
}
.afisha_main h1 {
    font-size: 31px;
    margin: 0;
}
.afisha_main h3 {
    color: #575756;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
}
.afisha_main .film_catalog:last-child {
    padding: 30px 0 10px 0;
}
.afisha_main .film_catalog:last-child .film_catalog_online {
    margin-top: -15px;
}
.afisha_main .film_catalog_channel {
    display: block;
    font-size: 14px;
    justify-content: end;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
//width: 100px;
    width: 314px;
}
.afisha_main .film_catalog_channel img {
    height: 53x;
    width: 40px;
}
.afisha_main .film_catalog_info {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 296px;
}
.afisha_main .film_catalog_headline {
    background: #fff;
    display: flex;
    font-size: 14px;
    padding-top: 20px;
    position: sticky;
    top: 59px;
    white-space: nowrap;
    z-index: 4;
}
.afisha_main .film_catalog_headline:after {
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 100%);
    bottom: -20px;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.afisha_main .film_catalog_headline div {
    background: #f6f6f6;
    padding: 10px 20px;
}
.afisha_main .film_catalog_headline div:first-child {
    width: 100%;
}
.afisha_main .film_catalog_info span {
    color: #222;
}
.afisha_main .film_catalog_main {
    width: 516px;
}
.afisha_main .film_catalog_online {
    align-items: center;
    display: flex;
    height: 50px;
    margin-top: -14px;
    position: absolute;
    right: 334px;
    top: 50%;
    width: 200px;
}
.afisha_main .film_catalog_online .film_catalog_online_okko {
    background: #6c43bf;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
}
.afisha_main .film_description {
    margin: 10px 0 60px;
    width: 940px;
}
.afisha_main .film_description div {
    color: #222;
}
.afisha_main .film_description span {
    color: #575756;
}
.afisha_main .film_description span:hover {
    color: #222;
}

.afisha_main .film_filter {
    background: #fff;
    border-color: #c6c6c6;
    scrollbar-color: #8300ff #fff;
}
.afisha_main .film_filter::-webkit-scrollbar-track {
    background: #fff;
}
.afisha_main .film_filter a {
    color: #222;
}
.afisha_main .film_filter_block {
    z-index: 5;
}
.afisha_main .film_filter_wrapper {
    margin: 0 0 20px;
}
.afisha_main .film_list_rubricator a, .afisha_main .film_list_rubricator div {
    font-size: 20px;
    justify-content: center;
}
.afisha_main .film_list_rubricator a {
    font-size: 20px;
    justify-content: center;
}
.afisha_main .movies_compilation {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 60px;
    padding: 0 0 20px;
}
.film_description span:after {
    display: inline-block;
}
/* форма логина */


input#forgot_pass_submit,input#forgot_pass_repeat_submit,input#phone_pass_repeat_submit {
    background: transparent;
    color: #b8b8b8;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
    width: auto;
    padding: 0;
}

.login_login {
    cursor: pointer;
}

div.lk_notifications.active>div.ajax-progress.ajax-progress-throbber{
    display:none;
}
span.lk_ntf_filter_button {
    font-size: medium;
    margin-right: 40px;
    display: inline-block;
    border-radius: 30%;
    padding: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

span.lk_ntf_filter_button.active {
    border: 1px solid #d6d6d6;
}
.rec_buttons {
    margin-top: 70px;
    text-align: center;
    display: block;
}
div#recommended_next_page_link,div#start_next_page_link {
    display: inline-block;
}
a#fav_load_more {
    display: block;
    margin-right: 20px;
    float: none;
}
input#recommended_ready,#start_ready {
    float: none;
}
#fav_list_descr_storage {
    display: none;
}
.lk_timeline .avatar_text {
    color: #787777;
    width: calc(100% - 62px);
}
.lk_timeline .avatar_text div {
    display: flex;
    font-size: 13px;
    margin: 0 0 5px;
    white-space: nowrap;
}
.lk_timeline .avatar_text div a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    color: rgb(214, 214, 214);
}

.lk_timeline .subblock {
    margin-left: 58px;
}

.lk_timeline .dislike:hover::before, .lk_timeline .disqus:hover::after, .lk_timeline .like:hover::before, .lk_timeline .dislike.active, .lk_timeline .like.active {
    color: #fff;
}
.lk_timeline .dislike, .lk_timeline .like {
    margin: 0 20px 0 0;
}
.lk_timeline .comments_wrapper div[class^="comment-inner-"] .comments_add > div {
    flex-direction: column;
}
.lk_timeline .comments_add > div{
    display: flex;
    margin-top: 32px;
    width: 100%;
    flex-direction: row;
}

.lk_timeline .comments_add input[type="text"] {
    background: #313131;
    border: 0;
    border-radius: 3px;
    color: #d6d6d6;
    font: 14px roboto, sans-serif;
    margin: 0 auto 0 0;
    padding: 0 48px 0 16px;
    width: calc(100% - 96px);
}
.lk_timeline .comments_add .file, .lk_timeline .comments_add .submit {
    color: #787777;
    cursor: pointer;
    margin: auto 0;
}
/*.lk_timeline .comments_add input[type="file"] {
    display: none;
}*/
.better-comments {
    display: flex;
}
.lk_timeline .comments_add .file::after {
    content: '\e801';
    font: 14px 'lk_new';
    margin-left: -30px;
}
.lk_timeline .comments_add .comment_submit_wrapper:after {
    line-height: 36px !important;
    content: '\e802';
    font: 14px lk_new;
    cursor:pointer;
    color: #787777;
}

.lk_timeline [id^="edit-comment-body"] label {
    display: none;
}
.lk_timeline a.edit-cancel,.lk_timeline a.reply-cancel {
    width: 0;
    color: #787777;
}
/*
.lk_timeline a.edit-cancel:after,
*/
.lk_timeline a.reply-cancel:after {
    width: 10px;
    content: '\e822';
    font: 14px 'lk';
    line-height: 36px;
    margin-left: 10px;
}
.lk_timeline .comments_add textarea:focus {
    outline: none;
}
.lk_timeline .comments_add textarea {
  /*  background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    color: #222222;
    font: 14px roboto, sans-serif;
    margin: 0 auto 0 0;*/
    padding: 10px 36px 0 16px;
    width: 100%;
    height:36px;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    border:0;
    background: inherit;
}
.lk_timeline div[class*="indented"] {
    margin:0 0 0 48px;
}
.lk_timeline .mainblock div[class*="indented"] {
    margin-left: 0;
}
.lk_timeline #comment-form, .comment-form {
    width: 100%;
}
.lk_timeline div[class*="indented"] .comment-form {
    background: transparent;
}

.lk_timeline .lk_list_movies {
    background: rgba(15, 15, 15, .4);
    border: 0;
    border-radius: 3px;
    margin: 24px 0 0 0;
    padding: 20px;
}
.comment_arrow::after {
    content: '\25bc';
    font: 15px 'lk_new';
    /* margin-left: -56px; */
}
.lk_timeline .avatar_text a {
    color: #d6d6d6;
    text-decoration: underline;
}

.lk_timeline .subtext a {
    margin-left: 8px;
    text-decoration: underline;
}
.lk_timeline .subtext, .lk_timeline .subtext a {
    color: #d6d6d6;
    font-weight: 500;
}
.lk_timeline .poster {
    display: flex;
    margin-top: 30px;
}
.lk_timeline .poster .img {
    height: 110px;
    margin: 0 12px 0 0;
    min-width: 73px;
    width: 73px;
}
.lk_timeline .poster strong {
    align-items: center;
    background: rgba(26, 26, 26, .7);
    color: #fff;
    display: flex;
    font-size: 21px;
    height: 110px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 73px;
    z-index: 2;
}
.lk_timeline_news {
    background: rgba(15, 15, 15, .4);
    border-radius: 3px;
    color: #787777;
    font-size: 13px;
    margin-top: 30px;
    position: relative;
}
.lk_timeline_news img {
    border-radius: 3px 3px 0 0;
    height: 295px;
    object-fit: cover;
    width: 100%;
}
.lk_timeline_news strong {
    align-items: center;
    background: #242526;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 700;
    height: 55px;
    justify-content: center;
    left: 20px;
    position: absolute;
    top: 220px;
    width: 55px;
}
.lk_timeline_news strong span {
    font-size: 12px;
    font-weight: 400;
}
.lk_timeline_news a:nth-of-type(2) {
    color: #d6d6d6;
    display: block;
    font-size: 16px;
    line-height: 145%;
    padding: 20px;
}
.lk_timeline_news div {
    display: flex;
    padding: 0 20px 20px 20px;
}
.lk_timeline_news div span {
    margin-left: auto;
}
.film_list_link em:first-letter {
    font-size: 18px;
}
.film_list .streaming {
    bottom: 10px;
    left: 163px;
    position: absolute;
}
.film_list .streaming a {
    left: -35px;
    margin: 0;
    position: relative;
    transform: scale(0.7);
}
.film_list .streaming a.kniww_button.wideknw, .film_list .streaming a.okko_2022 {
    margin-left: -12px;
}
.film_list .streaming a.premier_button {
    margin-left: -32px;
}
.film_list .streaming a.kniww_button.ntv_test {
    margin-left: -13px;
}
.film_list .streaming a.kion_button {
    display: block;
    margin-left: 2px;
}
.film_list .streaming a.premier_button span:first-child {
    padding: 11.5px;
}
.film_list_link span span:nth-child(2) em {
    font-size: 18px;
}
/*.lk_timeline #comments input[type=submit]:after {
    content: '\e802';
    font: 14px 'lk_new';
}*/
.lk_timeline .comments_wrapper div[class^="comment-inner-"] .comment_submit_wrapper:after,
.lk_timeline .comments_wrapper div[class^="comment-inner-"] .edit-cancel:after {
    content: none;
}
.lk_timeline .better-comments {
    display: flex;
    width: 100%;
}
.lk_timeline .comment-user-picture {
    vertical-align: top;
}
.lk_timeline div[id*="edit-comment-body"] {
    float: none;
    width: 100%;
}

.lk_timeline input[id^="edit-submit"] {
    background: transparent;
    position: absolute;
    cursor: pointer;
    height: 36px;
    border: 0;
    z-index: 1;
    width: 20px;
    color: transparent;
}

.lk_timeline .comment-body {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
.lk_timeline .user-picture img {
    margin: 0;
}

.comment_head a.lk_block_avatar {
    width: 38px;
    height: 38px;
}
.comment_head .user-picture {
    margin: 0 20px 0 0;
}
.lk_timeline .comment-body {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
.lk_timeline .comments_wrapper .comment_head {
    display: flex;
    position: relative;
}
.lk_timeline .avatar_text div a {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
}
.comments_wrapper .avatar_text div a {
    color: #242526;
}
.comments_wrapper.feed .avatar_text div a {
    color: #d6d6d6;
}
.comments_wrapper .like.active, .comments_wrapper .dislike.active, .comments_wrapper .dislike:hover:after, .comments_wrapper .like:hover:after {
    color: #242526;
}
.lk_timeline .dislike.active:after, .lk_timeline .like.active:after {
    color: inherit;
}
.lk_timeline .comment_submit_wrapper {
    display: inline-block;
    margin-left: 16px;
}
.lk_timeline .user ul.links {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 20px 0 20px;
    position: relative;
}
.lk_timeline .user ul.links li {
    margin-left: 10px;
}
.lk_timeline .comment-wrapper .comment_level {
    margin-left: 58px;
}
.lk_timeline .comment-wrapper .comment_text {
    line-height: 145%;
}
.lk_timeline .comment-wrapper .user a {
    color: #787777;
    font-size: 13px;
}
.lk_timeline .comment-wrapper .user a:hover{
    color: #222222;
}
.lk_timeline .feed .comment-wrapper .user a:hover {
    color: #787777;
}
.lk_timeline_news a {
    color: #787777;
}
.lk_timeline .comment_wrapper .comment_level {
    margin-left: 58px;
}
.feed .comment_level_2 {
    margin-left: 0;
}
.comment_level_2,.feed .comment_level_3 {
    margin-left: 48px;
}

.comments_more,.comments_less {
    color: #787777;
    cursor: pointer;
    font-size: 13px;
    margin-top: 22px;
    display: block;
    margin-left: 58px;
}
.comments_more.hide,.comments_less.hide {
    display: none;
}
.comments_more:hover,.comments_less:hover {
    color:#222222;
}
/*.comments_wrapper.feed .comments_more:hover, .comments_wrapper.feed .comments_less:hover {
    color: #d6d6d6;
}*/
.comments_wrapper.feed  .comments_more:hover, .comments_wrapper.feed .comments_less:hover {
    color: #787777;
}
.comments_less.hide {
    display:none;
}
.comments_more:after,.comments_less:after{
    content: '\e817';
    display: inline-block;
    font: 12px 'lk';
    margin-left: 7px;
    transform: rotate(90deg);
}
.comments_less:after {
    transform: rotate(-90deg);
}
.comments_wrapper .comment_level {
    margin-top: -12px;
}

.comments_wrapper .comment_level_2 .comment_level, .comments_wrapper .comment_level_3 .comment_level {
    margin-left: 48px;
}
.comments_wrapper .comment_level_2 .comment_level, .comments_wrapper .comment_level_3 .comment_level {
    margin-top: 0;
}
.comments_wrapper .comment_level_3 {
    margin-left: 48px;
}

.lk_timeline .comments_wrapper .user {
    margin-top: 16px;
}

.lk_timeline .comments_wrapper #comment-confirm-delete .form-actions[id^="edit-actions"] input[id^="edit-submit"] {
    display: inline-block;
    background: inherit;
    color: #787777;
    width: auto;
    position: initial;
}
.comments_wrapper #comment-confirm-delete .form-actions[id^="edit-actions"] {
    float: none;
    text-align: right;
}
#comment-confirm-delete >div {
    margin: 15px 50px;
    border: 1px solid #eee;
    color: #FF3300;
    padding: 10px;
}
.lk_timeline .form-actions[id^="edit-actions"] .delete-cancel {
    color: #787777;
}

.lk_timeline .comments_wrapper div[class^="comment-inner-"] .form-actions {
    float: none;
    text-align: right;
    margin-top: 18px;
}
.lk_timeline .comments_wrapper div[class^="comment-inner-"] input[id^="edit-submit"],
.lk_timeline .comments_wrapper div[class^="comment-inner-"] a.edit-cancel {
    background: rgba(102, 122, 134, 0.5);
    visibility: visible;
    color: #FFFFFF;
    width: auto;
    padding: 10px 30px 12px 30px;
    font-weight: 500;
    position: static;
}
.lk_timeline .comments_wrapper div[class^="comment-inner-"] input[id^="edit-submit"]:hover {
    background-color: rgba(102, 122, 134, 0.7);
}
.lk_timeline .comments_wrapper div[class^="comment-inner-"] a.edit-cancel {
    background: transparent;
    color: #BDBDBD;
    display: inline-block;
}
.lk_timeline .comments_wrapper div[class^="comment-inner-"] a.edit-cancel:hover {
    color: #787777;
}
.lk_timeline div[class^="comment-inner-"] .comment_submit_wrapper {
    margin-left: inherit;
}
.comments_wrapper .comment_menu_but {
    margin-left: 16px;
    cursor:pointer;
}
.lk_timeline .comments_wrapper.feed .comment_menu_but:after {
    color: #787777;
}
.lk_timeline .comment_menu_but:after {
    content:'\e803';
    color: #BDBDBD;
    font: 4px 'lk_new';
    line-height: 16px;
}
.comments_wrapper .comment_created {
    color: #787777;
    white-space: nowrap;
    font-size: 13px;
}
.comments_wrapper.feed .comment_menu {
    background:#1a1a1a;
    color:#787777;
    box-shadow: 0 2px 5px #787777;
}
.comments_wrapper .comment_menu {
    position: absolute;
    right: 8px;
    top: 16px;
    background: white;
    box-shadow: 0 2px 5px #dbdbdb;
    border-radius: 6px;
    z-index:99999;
}
.comments_wrapper .comment_menu ul.links {
    list-style: none;
    margin: 0;
    padding: 5px;
    width: 175px;
}
.comments_wrapper .comment_menu ul.links li {
    padding: 10px 10px 10px 20px;
}
.comments_wrapper .comment_menu ul.links li a{
    color: #787777;
}
.comments_wrapper.feed .comment_menu ul.links li a:hover {
    color: #dbdbdb;
}
.comments_wrapper .comment_menu ul.links li a:hover {
    color: #2B2D2E;
}
.comments_wrapper.feed .comment-text-cont {
    background: rgba(15, 15, 15, .4);
    border-color: #494949;
    color: #787777;
}
.comments_wrapper.feed .like.active, .comments_wrapper.feed .dislike.active, .comments_wrapper.feed .dislike:hover:after, .comments_wrapper.feed .like:hover:after {
    color: #fff;
}
.comments_wrapper.feed .avatar_text div a {
    color: #fff;
}
.comments_wrapper .comment_menu_but {
    color: #787777;
}
.comments_wrapper .comment_created {
    white-space: nowrap;
    margin-right: 10px;
    color: #787777;
}
.lk_timeline_news a {
    color: #787777;
}