.pofi__poster_wrapper {grid-area: poster;display: grid;justify-content: flex-start;align-items: start;justify-items: center;gap: 1rem;grid-template-columns: minmax(280px, 1fr);grid-template-rows: minmax(280px, 410px) 45px 45px;}
.pofi__poster {width: 85%;}
.pofi__poster_button {width: 85%;height: 45px;border-radius: 6px;overflow: hidden;align-self: start;padding: 0 1.5rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-evenly;align-items: center;background: var(--accent);color: var(--ui-tt-btn);}
.pofi__poster_button:hover {background: var(--ui-bg-btn-hover) !important;color: var(--ui-tt-btn) !important;}
.pofi__rating {width: 85%;height: 45px;border-radius: 6px;overflow: hidden;align-self: start;padding: 0 1.5rem;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-evenly;align-items: center;background: var(--blue);color: var(--ui-tt-btn);}
.pofi__list-rates-item {font-size: 15px; padding-left: 25px; line-height: 20px;}
.pofi__list-rates-item.kp {background: url(../images/kp.svg) 0 center / 20px no-repeat;}
.pofi__list-rates-item.imdb {background: url(../images/imdb.svg) 0 center / 20px no-repeat;}
.pofi__list-rates-item.tmdb {background: url(../images/tmdb.svg) 0 center / 20px no-repeat;}
.pofi__list-rates-item.rotten_tomatoes {background: url(../images/tomate.svg) 0 center / 20px no-repeat;}
@media screen and (max-width: 760px) {
    .pofi__poster, .pofi__rating, .pofi__poster_button {
        width: 100%;
        min-width: 210px;
        max-width: 250px;
    }
}
@media (hover: hover) and (pointer: fine) {
    .asko:hover .btn-watch {
        opacity: 1;
        translate: -50% -50%;
    }
    a.btn-red:hover {
        background: var(--red);
        color: var(--ui-tt-btn);
    }
}

.raspisanie_header {
    padding: 1rem;
    background: var(--ui-bg-black);
    color: var(--ui-tt-btn);
}
.right__label {
    right: 10px;
    left: auto;
}
.red__label {
    background: var(--red);
}
.second-row__label {
    top: 45px;
}
.second-row__label a {
    color: #ffffff !important;
}
.btn-watch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: var(--ui-elem-height);
    max-width: 180px;
    z-index: 10;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: .25rem;
    padding: 5px;
    border-radius: var(--ui-elem-bdrs);
    background: var(--ui-bg-btn);
    color: white;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    font-size: .82rem;
    translate: 100% -50%;
    opacity: 0;
    white-space: nowrap;
    overflow-wrap: break-word;
    word-break: break-all;
}
.btn-watch .play-icon {
    height: 1.5rem;
}
.center__title {margin: 1rem 0; font-size: 24px; text-align: center;}
.faq {
    background-color: var(--ui-bdc);
    margin: 0 var(--indent-negative);
    padding: 20px var(--indent);
}
.radius-small, .radius-small-a>a {
    border-radius: 4px;
}
.faq-section {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    padding: 1rem 0;
}
.faq-item {
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.faq-input {
    display: none;
}
.faq-title {
    display: block;
    padding: 15px;
    background: var(--ui-tt-fade);
    color: var(--bg-darker);
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}
.faq-title:hover {
    background: var(--accent);
}
.faq-title::after {
    content: '+';
    float: right;
    font-weight: bold;
}
.faq-content {
    max-height: 0;
    padding: 0 15px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: var(--bg);
    color: var(--tt-fade-0);
}
.faq-input:checked ~ .faq-content {
    max-height: 500px;
    padding: 15px;
}
.faq-input:checked ~ .faq-title {
    background: var(--ui-tt-fade);
}
.faq-input:checked ~ .faq-title::after {
    content: '-';
}
.mylists-switch-wrapper {
    background: var(--bg-blackest);
}
.mylists-switch, .mylists-tabs {
    list-style: none;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem .65rem;
}
.mylists-switch li, .mylists-tabs li {
    display: inline-block;
    color: var(--ui-tt-btn);
    text-decoration: none;
    padding: .72rem 1rem;
    background-color: var(--bg-black);
    border-radius: 4px;
    border: 0;
}
.mylists-switch li:hover, .mylists-tabs li:hover {
    background: var(--blue);
    color: var(--ui-tt-btn);
    cursor: pointer;
}
.mylists-switch li:last-child, .mylists-tabs li:last-child {
    margin: 0px;
}
.mylists-switch li.active, .mylists-tabs li.active {
    background: var(--blue);
    color: var(--ui-tt-btn);
}
.mylists-tabs li.active a {
    color: #fff;
}
.mylists-count {display: inline;margin: 0 -8px;padding: 0;}
@media (min-width: 760px) {
    .mylists-switch-wrapper {
        padding: 1.5rem 1rem;
    }
}
.mylists__btn1 span {
    position: absolute;
    right: 10px;
    top: 3px;
    padding: 2px 3px;
    font-size: 10px;
    border-radius: 2px;
    background-color: var(--accent);
    color: #fff;
    display: inline-block;
    text-align: center;
    min-width: 20px;
    line-height: 1;
}

.ya-share2__list {
    display: grid !important;
    gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(12.5%, 1fr));
}
.ya-share2__list, .ya-share2__badge, .ya-share2__link, .ya-share2__list > .ya-share2__item {
    width: 100% !important;
}
.ya-share2__list , .ya-share2__link, .ya-share2__badge {
    height: 70px;
}
.ya-share2__list, .ya-share2__list > .ya-share2__item {
    margin: 0 !important;
}
.ya-share2__badge {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
    text-align: center;
}

@media (max-width: 760px) {
    .ya-share2__list, .ya-share2__link, .ya-share2__badge {
        height: 50px;
        overflow: hidden;
    }
    .ya-share2__badge .ya-share2__icon {
        height: 28px !important;
        width: 28px !important;
        background-size: 28px 28px !important;
        background-repeat: no-repeat;
    }
}