

/* Start:/local/components/timelabs/live.section/templates/.default/style.css?164690719227508*/
/* -----------------------
    Page Wrapper
----------------------- */
.page-body-wrapper {
    background-image: url('https://www.russianseasons.org/local/components/timelabs/custom.news/templates/.default/img/news-bg.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto;
    background-attachment: fixed;
    padding-bottom: 3vw;
    padding-top: 0!important;
}
/* -----------------------
    /Page Wrapper
----------------------- */

/* -----------------------
    Header
----------------------- */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: .6s;
    background: rgb(0 0 0 / 25%);
}

.header.header_top .top-block-nav {
    background-color: transparent;
    height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .header.header_top .main-menu > .main-menu-item > a {
        color: #fff;
    }
}

.header.header_top .show-menu-butt:after,
.header.header_top .show-menu-butt:before,
.header.header_top .show-menu-butt > div {
    background: #fff;
}
/* -----------------------
    /Header
----------------------- */

/*------------------
    Section Row
------------------*/
.liveSectionRow {
    position: relative;
    margin: 3rem 0;
}

.liveSectionRow_mobile {
    margin: 3.5rem 0;
}

.liveSectionRow__header {
    margin: 0 0 1rem 0;
}

.liveSectionRow__title {
    margin: 0;
    color: #1a1a23;
    font-size: 1.5rem;
    font-weight: 600;
}
/*------------------
    /Section Row
------------------*/

/*------------------
    Section Slider Card
------------------*/
.liveSectionSliderCard {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.liveSectionSliderCard__age-wrapper {
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    margin: 15px;
    padding: 5px 10px;
    color: #fff;
    background: red;
    border-radius: 5px;
}

.liveSectionSliderCard__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;

    border-radius: 4px;

    object-fit: cover;
    object-position: center;

    z-index: 0;
}
/*------------------
    /Section Slider Card
------------------*/

/*------------------
    Modal Preview
------------------*/
.modalPreview {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    transition: .3s;
    will-change: width, height, left, top;
    z-index: 99;
}

.modalPreview__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    align-items: stretch;

    min-width: 100%;
    min-width: calc(100% + 100px);
    min-height: 100%;

    z-index: 999;
}

.modalPreview__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 0 4px rgb(0 0 0 / 12.5%);

}

.modalPreview__media-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.3925%;
    border-radius: 6px 6px 0 0;
}

.modalPreview__media-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    border-radius: 6px 6px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;

    z-index: 0;
}

.modalPreview__media-video {
    border-radius: 6px 6px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
    Z-index: 1;
}

.modalPreview__media-video iframe {
    border-radius: 6px 6px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

.modalPreview__body {
    padding: 15px;
}


.modal-preview-enter-active,
.modal-preview-leave-active {
    z-index: 9;
    transition: .3s;
}
.modal-preview-enter,
.modal-preview-leave-active {
    opacity: 0;
}
/*------------------
    /Modal Preview
------------------*/

/*------------------
    Section Slider && Slide
------------------*/
.liveSectionRow__slider.slick-slider {

}

.liveSectionRow__slider.slick-slider .slick-list {
    padding: 0;
}

.liveSectionRow__slider_length.slick-slider .slick-list {
    padding: 0 60px;
}

.liveSectionRow__slider.slick-slider .slick-list .liveSectionRowSlider__item.slick-slide {
    margin: 0 2px;
    pointer-events: none;
}

.liveSectionRow__slider.slick-slider .slick-list .liveSectionRowSlider__item.slick-slide.slick-active {
    pointer-events: all;
}

.liveSectionRow__slider .slick-track {
    margin-left: 0;
}

.liveSectionRow__slider_lentgh .slick-track {
    margin-left: auto;
}

.liveSectionSliderCard {
    border-radius: 4px;
}

.liveSectionRow__slider.slick-slider .slick-arrow {
    position: absolute;
    top: 0;

    height: 100%;
    width: 58px;
    background: rgba(20,20,20,.5);

    font-size: 0;
    line-height: 0;

    border: 0;
    outline: 0;

    z-index: 3;

    will-change: background;
    transition: .3s;
}

.liveSectionRow__slider.slick-slider .slick-arrow:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.liveSectionRow__slider.slick-slider .slick-arrow.slick-prev:before {
    content: '\f053';
}

.liveSectionRow__slider.slick-slider .slick-arrow.slick-next:before {
    content: '\f054';
}

.liveSectionRow__slider.slick-slider .slick-arrow.slick-disabled {
    background: rgba(20,20,20,.15);
    pointer-events: none;
}

.liveSectionRow__slider.slick-slider .slick-prev.slick-arrow {
    left: 0;
    border-radius: 0 4px 4px 0;
}

.liveSectionRow__slider.slick-slider .slick-next.slick-arrow {
    right: 0;
    border-radius:4px 0 0 4px;
}

.liveSectionRow__slider.slick-slider .slick-arrow:hover {
    background: rgba(20,20,20,.7);
}

.liveSectionRowSlider__dots {
    position: absolute;
    bottom: 100%;
    display: flex;
    justify-content: flex-end;

    width: 100%;
    padding: 0;
    margin: 0 0 1.75rem auto;
    list-style: none;
    text-align: right;
}

.liveSectionRowSlider__dots > li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 2px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.liveSectionRowSlider__dots > li > button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 2px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.liveSectionRowSlider__dots > li > button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 2px;
    background: rgb(204 204 204);
}

.liveSectionRowSlider__dots > li.slick-active > button:before {
    background: rgb(137 112 63)
}
/*------------------
    /Section Slider && Slide
------------------*/

/* -----------------------
    Top Banner: Desktop
----------------------- */
.bannerLive {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 182px;
}

.bannerLive__content {
    position: absolute;
    bottom: 15%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bannerLive__header {
    width: 36%;
    margin: 0 0 25px;
}

.bannerLive__title {
    font-size: 2rem;
    color: #fff;
    margin: 0;
}

.bannerLive__actions {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.bannerLive__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: transparent;
    color: #fff;
    padding: 10px 30px;
    border: 2px solid #fff;
    font-size: 1.5rem;

    text-decoration: none;
    margin-right: 15px;
    transition: .3s;
    will-change: background, color;
}

.bannerLive__button_watch {
    background-color: #d03f30;
    border-color: #d03f30;
}

.bannerLive__button_watch:hover {
    background-color: #fff;
    color: #d03f30;
}

.bannerLive__button_more {
    background: rgb(0 0 0 / 10%);
}

.bannerLive__button_more:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.bannerLive__video-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bannerLive__video-inner:before,
.bannerLive__image-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 1;
}

.bannerLive__video-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bannerLive__image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bannerLive__image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;

    object-fit: cover;
    object-position: center;
}
/* -----------------------
    /Top Banner: Desktop
----------------------- */

/* -----------------------
    Top Banner: Mobile
----------------------- */
.spotlight {
    width: 100%;
    overflow: hidden;
    background: #000;
    border-bottom: 1px solid #000;
}

.spotlight-wrapper {
    width: 100%;
    padding-top: 60vh;
    position: relative;
}

.has-inline-gutter {
    padding-left: 60px;
    padding-right: 60px;
}

@media screen and (max-width: 800px) and (min-width: 501px) {
    .has-inline-gutter {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.spotlight-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 80px;
}

.spotlight-table-wrapper {
    width: 100%;
    height: 100%;
}

.spotlight-table-content {
    vertical-align: middle;
}

.spotlight-readable {
    position: relative;
    z-index: 2;
}

.spotlight-name {
    margin: 0 0 .2em 0;
    color: #fff;
    font-size: 1.5em;
    width: 100%;
    text-decoration: none;
    display: block;
}

@media screen and (max-width: 800px) and (min-width: 501px) {
    .spotlight-name {
        width: 66%;
    }
}

.spotlight-metadata {
    margin: 0 0 1em 0;
    font-weight: 700;
}

.spotlight-actions {
    top: .57em;
}

.spotlight-background {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 75%;
}

.spotlight-background-fill {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%!important;
    z-index: 0;
    -o-object-fit: cover;
        object-fit: cover;
    -o-object-position: center;
        object-position: center;
}

.spotlight-gradient {
    background-image: url(https://assets.nflxext.com/ffe/siteui/akira/fallback/spotlight_gradient.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.spotlight-page-link, .spotlight-watch-title {
    display: inline-block;
}

.spotlight-watch-title {
    background: #e50914;
    border: 1px solid #ff0a16;
    color: #fff;
    padding: .57em 1.35em;
    font-weight: 700;
}

.spotlight-watch-title:hover {
    background: #ff0a16;
}
/* -----------------------
    /Top Banner: Mobile
----------------------- */

/* -----------------------
    Random Block
----------------------- */
.random-block {
    display: block;
    width: 100%;
    margin: 0;
}

.random-block__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.random-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 0 0 2px 3px rgb(0 0 0 / 5%);
    border-radius: 0.25rem;
    margin: 2rem 0 0;
    background-color: rgb(122 122 122 / 1%);
    cursor: pointer;
    transition: .3s;
    will-change: background-color, box-shadow, border-color;
}

.random-item:hover {
    background-color: #fff;
    box-shadow: 0 0 0 3px rgb(0 0 0 / 7%);
    border-color: rgb(0 0 0 / 20%);
}

.random-item__figure {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    border-bottom: 1px solid #eee;
    border-radius: .25rem .25rem 0 0;
    overflow: hidden;
}

.random-item__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
        object-fit: cover;
    -o-object-position: center;
        object-position: center;
    z-index: 0;
}

.random-item__age-limit {
    min-width: 45px;
    height: 38px;
    display: flex;
    text-align: center;
    line-height: 38px;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    position: absolute;
    margin: 15px;
    padding: 5px 10px;
    color: #fff;
    background-color: red;
    border-radius: 5px;
}

.random-item__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
/* -----------------------
    /Random Block
----------------------- */

/* -----------------------
    Modal
----------------------- */
.fade-enter-active, .fade-leave-active {
    transition: .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active Ð´Ð¾ Ð²ÐµÑ€ÑÐ¸Ð¸ 2.1.8 */ {
    opacity: 0;
}

.modalByGenre {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1072;
    outline: 0;
    transition: .3s;
}

.modalByGenre_play {
    overflow: hidden;
    height: 100vh;
}

.modalByGenre__container {
    position: relative;
    width: 90%;
    max-width: 850px;
    margin: 30px auto;
    pointer-events: none;
}

.modalByGenre__container_play {
    height: 95%;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    max-width: 100%;
    margin: 30px;
}

.modalByGenre__closeBtn {
    position: absolute;
    top: 0;
    transform: translate(50%, -50%);
    right: 0;
    z-index: 99;
    display: inline-flex;
    cursor: pointer;
    pointer-events: auto;
    border: 0;
    background-color: transparent;
    outline: none;
    opacity: .5;
    transition: .3s;
}

.modalByGenre__closeBtn:focus {
    outline: 0;
}

.modalByGenre__closeBtn:hover {
    opacity: 1;
}

.modalByGenre__closeBtn svg {
    width: 36px;
    height: 36px;
    background-color: rgb(194 194 194);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
    outline: 0;
}

.modalByGenre__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: content-box;
    box-shadow: 0 0 12px 2px rgb(0 0 0 / 50%);
    border-radius: 6px;
    outline: 0;
    overflow: hidden;
}

.modalByGenre__content_play {
    height: 100%;
}

.modalByGenre__media-container {
    /* ... */
}

.modalByGenre__media-container_play {
    height: 100%;
}

.modalByGenre__media {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.3925%;
}

.modalByGenre__media_play {
    height: 100%;
    padding-bottom: 0;
}

.modalByGenre__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 0;
}

.modalByGenre__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modalByGenre__video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    border-width: 0;
    outline-width: 0;
}

.modalByGenre__entry-container {
    padding: 3rem;
}

.entryModalByGenre__header {
    margin: 0 0 2rem;
}

.entryModalByGenre__title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 1rem;
    line-height: 1.35;
}

.entryModalByGenre__date {
    font-size: .85rem;
    margin: 0 0 1rem;
}

.entryModalByGenre__participants {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.entryModalByGenre__participants-title {
    font-weight: 600;
    padding: 0 10px 5px 0;
}

.entryModalByGenre__participant {
    color: rgb(208, 63, 48);
    padding: 0 15px 5px 0;
}

.entryModalByGenre__body {
    margin: 0 0 3rem;
}

.entryModalByGenre__audio-container {
    margin: 0 0 2.5rem;
}

.entryModalByGenre__audio {
    display: block;
    width: 100%;
    outline: 0;
    border: 0;
}

.entryModalByGenre__description {
    margin: 0 0 2.5rem;
}

.entryModalByGenre__slider-container {
    margin: 0 0 2rem;
}

.entryModalByGenre__slider.slick-slider .slick-list {
    margin-left: -5px;
    margin-right: -5px;
}

.entryModalByGenre__slider.slick-slider .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.entryModalByGenre__slide.slick-slide {
    position: relative;
    display: block;
    float: none;
    padding: 0 5px;
    outline: 0;
}

.entryModalByGenre__slide-link {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    border: 0;
    outline: 0;
    overflow: hidden;
}

.entryModalByGenre__slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.entryModalByGenre__slider-btn {
    position: absolute;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    background: rgb(208, 63, 48);
    color: #fff;
    font-size: 1.25rem;
    border-width: 0;
    outline: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: .3s;
    will-change: opacity, visibility;
}

.entryModalByGenre__slider-btn:focus {
    outline: 0;
}

.entryModalByGenre__slider-btn_prev {
    left: -25px;
}

.entryModalByGenre__slider-btn_next {
    right: -25px;
}

.entryModalByGenre__slider-btn.slick-disabled {
    cursor: default;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}

.exhibitionModalByGenre {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #fff;
    margin: 20px 0;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.exhibitionModalByGenre__figure {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.exhibitionModalByGenre__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #dedede;
}

.exhibitionModalByGenre__title {
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 15px 0 0;
}

.exhibitionModalByGenre__link {
    color: rgb(208, 63, 48);
    text-decoration: none;
    transition: .3s;
    will-change: color;
}

.exhibitionModalByGenre__link:hover {
    color: #111;
}

.entryModalByGenre__socialMedia-container {
    display: flex;
    align-items: center;
}

.entryModalByGenre__socialMedia-title {
    font-weight: 600;
    font-size: 1rem;
    margin: 0 .75rem 0 0;
}

.entryModalByGenre__socialMedia {
    display: flex;
    flex-wrap: wrap;
}

.entryModalByGenre__socialMedia a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    width: 2rem;
    margin: 0 .5rem 0 0;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    border-radius: .25rem;
    transition: .3s;
    will-change: opacity;
}

.entryModalByGenre__socialMedia a.socialMedia-vk {
    background-color: #5181b8;
}

.entryModalByGenre__socialMedia a.socialMedia-fb {
    background-color: #3b5998;
    background-image: linear-gradient(#4e69a2, #3b5998 50%);
}

.entryModalByGenre__socialMedia a.socialMedia-ok {
    background-color: #e47d08;
}

.entryModalByGenre__socialMedia a:hover {
    color: #fff;
    text-decoration: none;
    opacity: .75;
}

.entryModalByGenre__comments {
    margin: 0 0 2.5rem;
}

.commentModalByGenre {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 0 20px #d0d7db;
    border-radius: 20px 20px 60px 20px;
    transition: .3s ease-in;
}

.commentModalByGenre + .commentModalByGenre {
    margin: 1.5rem 0 0;
}

.entryModalByGenre__comment-form {
    margin: 0 0 2.5rem;
}

.commentModalByGenre__header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 1rem;
}

.commentModalByGenre__date {
    white-space: nowrap;
}

.commentModalByGenre__message {
    color: #212529;
    line-height: 1.6;
}

.commentModalByGenre__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 1rem;
    border-radius: 0;
    text-transform: uppercase;
    background-color: #d03f30;
    color: #fff;
    border: 1px solid #d03f30;
    font-size: 1rem;
    font-weight: 600;
    line-height: 50px;
    outline: 0;
    cursor: pointer;
    transition: .3s;
    will-change: color, background-color;
}

.commentModalByGenre__btn:hover {
    color: #d03f30;
    background-color: #fff;
}

.commentModalByGenre__btn:focus {
    outline: 0;
}

.commentModalByGenre__btn_loading {
    pointer-events: none;
    cursor: default;
}

.commentModalByGenre__btn_loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
}
/* -----------------------
    /Modal
----------------------- */

/* -----------------------
    Lazy Load: Loading
----------------------- */
.commentModalByGenre__btn_loading:after,
[lazy=loading]:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    -webkit-animation: spinner .6s linear infinite;
    animation: spinner .6s linear infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
/* -----------------------
    /Lazy Load: Loading
----------------------- */

/* -----------------------
    Spinner
----------------------- */
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* -----------------------
    /Spinner
----------------------- */

/* -----------------------
    Other
----------------------- */
[v-cloak] {
    display: block!important;
    padding: 50px 0!important;
    width: 100%!important;
    height: 100vh!important;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

[v-cloak]:before {
     content: '';
     box-sizing: border-box;
     position: absolute;
     top: 50%;
     left: 50%;
     width: 20px;
     height: 20px;
     margin-top: -10px;
     margin-left: -10px;
     border-radius: 50%;
     border: 2px solid #ccc;
     border-top-color: #333;
     animation: spinner .6s linear infinite;
     text-indent: 100%;
     white-space: nowrap;
     overflow: hidden;
}

[v-cloak] > * {
      display: none;
}

*:focus {
    outline: 0;
}
/* -----------------------
    /Other
----------------------- */

/* -----------------------
    Mosaic List
----------------------- */
.row-genre__even .mosaicItemTitle {
    background-color: #d01c1b;
}

.row-genre__even .mosaicItemTitle:hover {
    background-color: #ae2928;
}

@media(min-width: 768px) {
    .row-genre__odd {
        flex-direction: row-reverse;
    }
}

.row-genre__odd .mosaicItemTitle {
    background-color: #9d7b36;
}

.row-genre__odd .mosaicItemTitle:hover {
    background-color: #8f7032;
}

.mosaicItemTitle {
    position: relative;
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 2.5rem;
    margin: 0;

    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;

    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.15;

    background-clip: padding-box;
    transition: .3s;
    will-change: background-color;
}

.mosaicItemTitle:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
    border: 1px solid rgb(255 255 255 / 50%);
    transition: .3s;
}

.mosaicItemTitle:hover {
    color: #fff;
    text-decoration: underline;
}

.mosaicItem {
    position: relative;
    flex-basis: 100%;
    font-size: 0;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

.mosaicItem:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    transition: .3s;
    will-change: background-color;
    z-index: 1;
}

.mosaicItem:hover:after {
    background-color: rgb(0 0 0 / 50%);
}

.mosaicItem:hover img {
    transform: scale(1.05);
}

.mosaicItem img {
    width: 100%;
    height: 100%!important;
    max-height: 350px;
    -o-object-fit: cover;
        object-fit: cover;
    -o-object-position: center;
        object-position: center;
    transition: .3s;
    z-index: 0;
}

.mosaicItem__title {
    position: absolute;
    color: #fff;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 1rem 1.5rem;
}
/* -----------------------
    /Mosaic List
----------------------- */

@media (max-width: 425px){
    .spotlight-background{
        width: 100%;
    }
    .spotlight-gradient{
        display: none;
    }
    .spotlight-background-fill{
        object-fit: contain;
        opacity: 0.5;
    }
}

.innopraktika {
	font-size: 2rem;
	text-align: center;
}