.sidebar__nav a svg,
.sidebar__nav button svg,
.header__search svg,
.multisearch__close svg,
.item__play svg,
.botbar__btn svg,
.footer__social a svg,
.splide--hero .splide__arrow svg,
.splide--carousel .splide__arrow svg,
.splide--items .splide__arrow svg,
.splide--partners .splide__arrow svg,
.splide--contests .splide__arrow svg,
.splide--online .splide__arrow svg,
.splide--news .splide__arrow svg,
.splide--roadmap .splide__arrow svg,
.filter__search svg,
.xtable__watch span svg {
    fill: #898e95;
}
.sidebar__nav a:hover svg:not(.no-color),
.sidebar__nav button:hover svg:not(.no-color),
.sidebar__nav li.active a svg,
.sidebar__nav li.active button svg,
.item__play:hover svg,
.footer__social a:hover svg,
.splide--hero .splide__arrow:hover svg,
.splide--carousel .splide__arrow:hover svg,
.splide--items .splide__arrow:hover svg,
.splide--partners .splide__arrow:hover svg,
.splide--hero .splide__arrow:hover svg,
.splide--contests .splide__arrow:hover svg,
.splide--carousel .splide__arrow:hover svg,
.splide--online .splide__arrow:hover svg,
.splide--news .splide__arrow:hover svg,
.splide--roadmap .splide__arrow:hover svg,
.section__animation-icon svg {
    fill: #e84142;
}
.header,
.header__content {
    height: 110px;
}
.header__logo img {
    height: 90px;
}
.header__notices-btn:hover svg,
.header__notices-btn[aria-expanded="true"] svg,
.xtable__watch:hover span svg {
    fill: #ffffff;
}
.sidebar,
.multisearch {
    top: 110px;
}
.multisearch__results {
    max-height: 100%;
}
.footer img {
    margin-bottom: 20px;
    max-height: 90px;
}
.footer__copyright {
    font-size: 14px;
}
.header__search span {
    font-weight: 400;
}
.partner {
    height: auto;
    padding: 10px;
}
.partner img {
    border-radius: 6px;
}
.hero__text,
.hero__meta {
    max-width: 800px;
}
.movie__player img {
    border-radius: 16px;
}
.timetable__date span {
    text-align: center;
}
.splide--timetable .splide__arrow svg {
    fill: #141414;
}
.xtable__title:hover,
.xtable__free {
    color: #ffffff;
}
.xtable__watch span svg {
    height: 12px;
    width: 12px;
}
.xtable.checkout th {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #141414;
    color: #898e95;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 0;
    padding: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.timetable__content.checkout {
    padding: 12px 32px;
}
.xtable.checkout tr:last-child th {
    border-bottom: none;
}
.hero__btn.checkout {
    align-items: center;
    background-color: #b9cbe3;
    border-radius: 24px;
    display: flex;
    flex-direction: row;
    height: 48px;
    justify-content: center;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hero__btn.checkout:hover::before {
    transform: scale(18);
}
.timetable__table.checkout {
    display: block;
}
.timetable.checkout {
    margin-top: 30px;
}
.checkout-thumbnail {
    border-radius: 6px;
    width: 50px;
}
.filter--sticky {
    top: 120px;
}
.tag-line-wrapper {
    background-color: #e84142;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 175px;
    padding: 5px 10px;
    position: fixed;
    right: -90px;
    rotate: 270deg;
    z-index: 9999999999;
}
.tag-line-wrapper .tag-line-wrapper-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.item__category a {
    font-size: 12px;
}
.xtable tbody td div {
    font-size: 16px;
}
@media (min-width: 576px) {
    .multisearch__form {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media (min-width: 768px) {
    .header,
    .header__content {
        height: 110px;
    }
    .header__search {
        background-color: #1e1f21;
    }
}
@media (min-width: 1200px) {
    .sidebar__head {
        height: 180px;
    }
    .sidebar__logo img {
        height: auto;
        width: 100%;
    }
    .sidebar,
    .multisearch {
        top: 0;
    }
    .main__content {
        height: calc(100% - 110px);
    }
    .filter--sticky {
        top: 20px;
    }
}
