

/* Start:/local/templates/teatr-teatr/components/bitrix/news/performances/bitrix/news.detail/.default/style.css?175249731820307*/
.performance {
    font-weight: 450;
    color: var(--gray-light);
}

.performance a {
    transition: .15s ease-in-out;
}

.performance a:hover {
    color: var(--red);
    border-color: var(--red);
}

.performance__banner {
    position: relative;
    padding-bottom: 80px;
    margin: 0 -54px;
    z-index: 20;
    background: var(--black);
}

.performance__banner-container {
    margin: 0 54px;
    position: relative;
}

.performance__banner-slider {
    border-radius: 10px;
    overflow: hidden;
}

.performance__banner-slider:not(.swiper-initialized) .swiper-slide {
    margin-right: 16px;
}

.performance__banner-slider .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.performance__banner picture.swiper-slide {
    width: fit-content;
}

/*.performance__banner picture.swiper-slide img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/


body .performance__banner .performance__banner-pagination {
    bottom: -34px;
}

.performance__icons {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 9px;
}

.performance__info {
    margin: 0 -54px;
    display: grid;
    grid-template-columns: 200px 1fr 197px;
    grid-gap: 5px;
}

.performance__sidebar-item-count {
    font-size: 14px;
    color: var(--gray-light);
}

.performance__info-center {
    width: 100%;
    overflow: hidden;
    padding: 0 50px;
}

.performance__block:not(:last-child) {
    margin-bottom: 70px;
}

/*.performance__about-top {*/
/*    padding-bottom: 40px;*/
/*    border-bottom: 4px solid var(--red);*/
/*}*/

.performance__title {
    color: var(--desktop-white);
    text-align: left;
}

.performance__preview {
    margin-top: 16px;
}

.performance__teasers {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.performance .performance__tiles {
    margin-top: 0;
    margin-right: 12px;
}

.performance__current-event {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 234px;
}

.performance__current-event-left {
    display: grid;
    grid-gap: 16px;
}

.performance__current-event-right {
    display: flex;
    height: fit-content;
}

.btn--discount {
    margin-left: 8px;
}

.performance__current-event-info {
    position: relative;
    height: fit-content;
    color: var(--desktop-white);
    padding-left: 28px;
}

.performance__current-event-info span {
    color: var(--gray-light);
}

.performance__current-event-info:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
}

.performance__time:before {
    content: url("/local/assets/images/performances/ticket.svg");
}

.performance__duration:before {
    content: url("/local/assets/images/performances/time.svg");
}

.performance__count:before {
    content: url("/local/assets/images/performances/seat.svg");
    left: -5px;
}

.performance__description {
    margin-top: 40px;
}

.performance__block-title {
    font-family: Activist, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    color: var(--desktop-white);
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.performance__block-title-count {
    color: var(--gray-light);
}

.performance__reason {
    color: var(--white);
}

.performance__reason::marker {
    font-size: 15px;
    font-weight: 700;
    color: var(--gray);
}

.performance__block--important-info .performance__block-title {
    margin-bottom: 16px;
}

.performance__roles-types-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.performance__roles-type {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    padding: 18px;
    border-bottom: 1px solid var(--background-tile);
}

.performance__roles-type.active {
    border-color: var(--red);
}

.performance__roles-types-tab {
    display: none;
}

.performance__roles-types-tab.active {
    display: block;
}

.performance__roles-nav {
    position: relative;
}

.performance__roles-nav-slider {
    width: 100%;
}

.performance__roles-nav-slider:not(.swiper-initialized) .performance__roles-nav-item {
    width: calc(20% - 3px);
    margin-right: 4px;
}

.performance__roles-nav-item.swiper-slide {
    height: 52px;
    font-size: 13px;
    line-height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    background: var(--background-tile);
    border-radius: 4px;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.performance__roles-nav-item:hover {
    background: var(--red);
}

.performance__roles-nav-item.active {
    background: var(--red);
}

.performance__roles-nav-buttons .slider-arrow {
    top: 0;
    left: -3px;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;

    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 18.54%, #121212 100%);
    border: none;
    transform: none;
}

.performance__roles-nav-buttons .swiper-button-disabled {
    display: none;
}

.performance__roles-nav-button-next.slider-arrow {
    left: unset;
    right: -3px;
    transform: rotate(180deg);
}

.performance__roles-nav-buttons .slider-arrow:hover {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 18.54%, #121212 100%);
}

.performance__roles-nav-buttons .slider-arrow:hover:before {
    background-color: var(--gray);
}

.performance__roles-tab {
    display: none;
    margin-right: -12px;
}

.performance__roles-tab.active {
    display: block;
}

.performance__roles-table {
    width: 100%;
    margin-top: 34px;
}

.performance__roles-table td {
    border-bottom: 1px solid var(--background-tile);
}

.performance__roles-table tr:last-child td {
    border-bottom: none;
}

.performance__roles-table td:first-child {
    width: 245px;
    padding: 12px 12px 12px 0;
}

.performance__roles-table td:last-child {
    text-align: right;
    padding: 12px 0 12px 12px;
}

.performance__roles-items {
    width: 100%;
    height: 100%;
}

.performance__roles-item {
    display: inline-block;
    position: relative;
    margin-right: 12px;
    z-index: 1;
    color: var(--white);
}

.performance__roles-item-name {
    position: relative;
}

.performance__roles-item-name + .performance__roles-item-text {
    font-weight: 400;
}

.performance__roles-image {
    position: absolute;
    bottom: 100%;
    right: 0;
    border-radius: 8px;
    opacity: 0;
    transition: .15s ease-in-out;
    box-shadow: 0px 4px 44px 37px #12121273;
    z-index: -1;
    pointer-events: none;
    touch-action: none;
    overflow: hidden;
}

.performance__roles-item-name:hover .performance__roles-image {
    opacity: 1;
}

.performance__roles-image img {
    width: 140px;
    height: 140px;
    max-width: unset;
    object-fit: contain;
}

.performance__awards {
    display: grid;
    grid-gap: 32px;
}

.performance__awards-items {
    display: grid;
    grid-gap: 24px;
}

.performance__awards-item {
    display: grid;
    grid-template-columns: 77px 1fr;
    grid-gap: 21px;
    align-items: center;
    font-weight: 600;
}

.performance__awards-item > div {
    height: 100%;
}

.performance__awards-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0 0;
}

.performance__awards-name {
    font-size: 18px;
    line-height: 27px;
    color: var(--white);
}

.performance__video {
    position: relative;
}

.performance__video-slider {
    height: 100%;
}

.performance__video-item-container {
    position: relative;
    /*height: 405px;*/
    padding-top: 49.33%;
}

.performance__video-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.performance__video-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.performance__video-item.played .performance__video-item-image {
    display: none;
}

.performance__video-item-image * {
    pointer-events: none;
    touch-action: none;
}

.performance__video-play {
    content: url("/local/assets/images/play.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.17%;
    transform: translate(-50%, -50%);
}

.performance__video-item-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.performance__video-item.played .performance__video-item-video {
    display: block;
}

.performance__video-item-video iframe {
    width: 100%;
    height: 100%;
}

.performance__video-item-desc {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 450;
    line-height: 16px;
}

.performance__video + .slider-pagination {
    position: initial;
    height: 30px;
    margin-top: 4px;
}

.performance__articles {
    position: relative;
}

.performance__articles .performance__article {
    font-size: 13px;
    font-weight: 450;
    line-height: 16px;
    color: var(--gray-light);

    width: 239px;
    padding: 18px 16px;
    margin-right: 8px;

    background: var(--background-tile);
    border-radius: 4px;
    height: auto;
}

.performance__article-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);

    margin-top: 8px;
}

.performance__article-title a {
    border: none;
}

.performance__article-description {
    margin-top: 8px;
}


.performance__reviews {
    position: relative;
    margin-bottom: 40px;
}

.performance__reviews .performance__review {
    width: 239px;
    height: auto;
    padding: 16px 16px 26px;
    margin-right: 8px;

    background: var(--background-tile);
    border-radius: 4px;
}

.performance__review-text {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #fff;

    transition: .35s ease-in-out;
}

.performance__review-more {
    font-weight: 600;
    color: var(--red);

    margin-top: 16px;
    border-bottom: 1px solid var(--red);
    display: inline-block;
    cursor: pointer;
    transition: .15s ease-in-out;
}

.performance__review-more:hover {
    color: var(--white);
    border-color: var(--white);
}

.performance__review-name {
    color: var(--gray-light);
    margin-top: 16px;
}

.performance__review-source {
    margin-top: 16px;
}

.performance__review-source a {
    font-weight: 600;
    color: var(--border-tile);

    border-bottom: 1px solid var(--border-tile);
}

.performance__reviews-btn.btn {
    width: calc(100% / 3 - 5px);
}

.popup__review {
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.popup__review .performance__review-name {
    order: 1;
    color: #fff;
    margin-top: 0;
}

.popup__review .performance__review-source {
    order: 2;
}

.popup__review .performance__review-source a {
    color: var(--red);
    border-color: var(--red);
}

.popup__review .performance__review-text {
    order: 3;
    -webkit-line-clamp: unset;
    display: block;
    margin-top: 16px;
    color: var(--gray-light);
}

.popup__review .performance__review-more {
    display: none;
}


.block-sticky.performance__right-block {
    width: 197px;
    height: calc(100vh - 66px);
    display: flex;
    flex-direction: column;
    overflow: visible;
    top: 66px;
    z-index: 2;
}

.bx-panel-fixed + .content .block-sticky.performance__right-block {
    height: calc(100vh - 108px);
    top: 66px;
}

.bx-panel-fixed.bx-panel-folded + .content .block-sticky.performance__right-block {
    height: calc(100vh - 66px);
    top: 66px;
}

.performance__right-top {
    position: relative;
    display: grid;
    grid-gap: 27px;
    padding-top: 79px;
    padding-bottom: 17px;
    z-index: 2;
    background: var(--black);
}

.performance__reservation-table.btn {
    padding: 12px 20px;
    flex: 0 0 auto;
}

.performance__reservation-table.btn:hover {
    color: var(--white);
}

.performance__available {
    flex: 0 0 auto;
}

.performance__available-form.filter__form {
    padding: 0;
    height: fit-content;
}

.performance__available .filter__list,
.performance__available .filter__item-labels,
.performance__available .filter__item-label {
    margin: 0;
}

.performance__available .filter-switcher__switch {
    top: 0;
}

.performance__available .filter__item--switcher .filter__item-title {
    font-size: 13px;
    line-height: 16px;
    margin-right: unset;
}

.performance__events {
    position: relative;
    flex: 1;
    overflow: visible;
}

.performance__events-slider.swiper {
    height: 100%;
    overflow: visible;
}

.performance__events-slider:not(.swiper-initialized) .swiper-wrapper {
    flex-direction: column;
}

.performance__event {
    height: fit-content;
    padding: 16px;
    background: var(--desktop-dark);
    border-radius: 8px;
    /*overflow: hidden;*/

    font-size: 13px;
    line-height: 16px;
}

.performance__events-slider:not(.swiper-initialized) .performance__event.swiper-slide {
    height: fit-content;
    margin-bottom: 8px;
}

.performance__event--hidden.swiper-slide {
    display: none;
}

.performance__event-info {
    padding-left: 27px;
    position: relative;
    display: grid;
    grid-gap: 12px;
}

.performance__event--today .performance__event-info:before {
    content: "Сегодня";
    display: inline-block;
    width: fit-content;
    line-height: 17px;
    color: var(--white);
    padding: 4px 6px;
    border: 1px solid var(--white);
    border-radius: 4px;
}

.performance__event-info:after {
    content: url("/local/assets/images/ticket.svg");
    position: absolute;
    top: 2px;
    left: 0;
}

.performance__event-info-top {
    color: var(--white);
    margin-bottom: 4px;
}

.performance__event-hint {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px;
    /*cursor: pointer;*/
    background: var(--red);
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 #00000040 inset;
}

.performance__event-hint-content {
    position: absolute;
    right: 0;
    top: calc(100% + 11px);
    width: 626px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: var(--white);
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    /*padding: 6px 28px 6px 6px;*/
    padding: 6px 12px;
    background: var(--border-tile);
    border-radius: 8px;
    box-shadow: 0px 10px 20px #000000;
    z-index: 10;
    cursor: unset;
    display: none;
}

/*.performance__event-hint-content:after {*/
/*    content: url("/local/assets/images/info.svg");*/
/*    position: absolute;*/
/*    right: 7px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

.performance__event-hint:before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 19;
}

.performance__event-hint:after {
    position: absolute;
    bottom: -17px;
    right: 10px;
    width: 12px;
    height: 12px;
    background: #636363;
    border-radius: 1px;
    transform: rotate(45deg);
    z-index: 21;
}

.performance__event-hint:hover:after {
    content: "";
    display: block;
}

.performance__event-hint:hover .performance__event-hint-content {
    display: block;
}

.performance__event-button {
    margin-top: 19px;
    text-align: center;
    display: flex;
}

.performance__event-button .btn {
    padding: 12px 0;
}

.performance__event-button .btn--discount {
    font-size: 14px;
    padding: 12px 3px;
    margin-left: 4px;
}

.performance__event-new-date {
    font-weight: 500;
    line-height: 19px;
    color: var(--red);
    cursor: pointer;
    border-bottom: 1px solid var(--red);
    transition: .15s ease-in-out;
}

.performance__event-new-date:hover {
    color: var(--white);
    border-color: var(--white);
}

.performance__event-replacement {
    font-weight: 500;
    line-height: 19px;
    color: var(--red);
    border-color: var(--red);
}

.performance .performance__event-replacement:hover {
    color: var(--white);
    border-color: var(--white);
}

.performance__events .slider-arrow {
    top: -20px;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    display: flex;
    justify-content: center;
    background: transparent;
    border-color: transparent;
}

.performance__events-slider:not(.swiper-initialized) + .performance__events-buttons .slider-arrow,
.performance__events .slider-arrow.swiper-button-disabled {
    opacity: 0;
    touch-action: none;
    pointer-events: none;
}

.performance__events-button-next.slider-arrow {
    top: unset;
    bottom: 5px;
}

.performance__events-button-prev.slider-arrow:before {
    transform: rotate(90deg);
}

.performance__events-button-next.slider-arrow:before {
    transform: rotate(-90deg);
}

.performance__events-buttons .slider-arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 200%;
    transform: translateY(-50%);
    background: linear-gradient(0deg, #19191900 0%, #121212 60%);
    z-index: -1;
}

.performance__events-buttons .slider-arrow--prev:after {
    transform: translateY(-25%);
}

.performance__events-button-next.slider-arrow:after {
    transform: translateY(-50%) rotate(180deg);
}

.performance__events .slider-arrow:hover {
    background: transparent;
    border-color: transparent;
}

.performance__events .slider-arrow:hover:before {
    background-color: var(--gray);
}

.performance__similar {
    position: relative;
    margin: 0 -54px;
    padding: 120px 54px 0;
    background: var(--black);
    z-index: 2;
}

.performance__similar h2 {
    font-family: Activist, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 64px;

    color: #FFFFFF;
    text-transform: uppercase;
}

.recommendation__slider {
    position: relative;
}

.recommendation .swiper-slide.card {
    padding-top: 0;
    padding-bottom: 24px;
    overflow: hidden;
}

.main-afisha__swiper:not(.swiper-initialized) .card {
    width: calc((100% / 3) - 7.33px);
    margin-right: 11px;
}

.main-recommendation .card__image {
    height: 0;
    padding-top: 66.5025%;
}

.main-recommendation .card__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.performance__similar .card__age {
    position: absolute;
    top: 14px;
    right: 16px;

    font-size: 13px;
    font-weight: 450;
    line-height: 14px;
    color: var(--white);
}

.performance__similar .card__name {
    font-size: 16px;
    line-height: 22px;
}

.performance__similar .card__description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
}

.slider-arrow.recommendation__slider-button-prev {
    left: -14px;
}

.slider-arrow.recommendation__slider-button-next {
    right: -14px;
}

body main {
    padding-bottom: 0;
}

body footer {
    position: relative;
    padding-top: 80px;
    background: var(--black);
    z-index: 2;
}

@media (max-width: 1262px) {
    /*.performance__info-center {*/
    /*    padding: 0 16px;*/
    /*}*/

    .performance__title {
        font-size: 36px;
        line-height: 40px;
    }

    .performance__block:not(:last-child) {
        margin-bottom: 50px;
    }
}
/* End */
/* /local/templates/teatr-teatr/components/bitrix/news/performances/bitrix/news.detail/.default/style.css?175249731820307 */
