@charset "UTF-8";
.loader-main-page {
  position: relative;
  min-height: 100px;
}
.loader-main-page:before,
.loader-main-page:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  transition: 0.4s all ease;
  transition: all 0.4s;
  opacity: 0;
}
.loader-main-page:before {
  content: ' ';
  z-index: 1;
  display: block;
}
.loader-main-page:after {
  z-index: 2;
  content: url("https://source.klops.ru/images/preloader_klops.gif");
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.loader-main-page.load:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.loader-main-page.load:after,
.loader-main-page.load:before {
  visibility: visible;
  opacity: 1;
}
/**
 * section-audio-listen-news
 */
.section-audio-listen-news {
  margin-bottom: 10px;
}
.section-audio-listen-news .section-audio-listen-news-widget {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.section-audio-listen-news {
  margin-bottom: 30px;
}
.btn-theme {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-color: white;
  color: #553c8b;
  background-image: none;
  padding: 16px 30px;
  border-radius: 20px;
  border: 1px solid transparent !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 7px 20px 0px #ececec, 0px 2px 5px 0px #ececec;
  transition: 0.4s all ease;
  transition: all 0.4s;
}
.btn-theme.btn-theme-period {
  padding: 16px 10px;
}
.btn-theme.active {
  border: 1px solid #553c8b !important;
  background-color: #f9f7ff;
}
.btn-theme:focus {
  color: #553c8b;
  text-decoration: none;
}
.btn-theme:hover {
  color: white;
  text-decoration: none;
  background-color: #553c8b;
}
.btn-theme:focus,
.btn-theme:active {
  outline: none !important;
}
.btn-theme.btn-with-arrow:after {
  transition: 0.4s all ease;
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.btn-theme.btn-with-arrow:hover:after {
  transform: translateY(3px);
}
.btn-theme-reverse {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 16px 30px;
  border-radius: 20px;
  border: 1px solid transparent !important;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 7px 20px 0px #ececec, 0px 2px 5px 0px #ececec;
  transition: 0.4s all ease;
  transition: all 0.4s;
  background-color: white;
  color: #553c8b;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 0px 3px rgba(0, 0, 0, 0.1);
}
.btn-theme-reverse.btn-theme-period {
  padding: 16px 10px;
}
.btn-theme-reverse.active {
  border: 1px solid #553c8b !important;
  background-color: #f9f7ff;
}
.btn-theme-reverse:focus {
  color: #553c8b;
  text-decoration: none;
}
.btn-theme-reverse:hover {
  color: white;
  text-decoration: none;
  background-color: #553c8b;
}
.btn-theme-reverse:focus,
.btn-theme-reverse:active {
  outline: none !important;
}
.btn-theme-reverse.btn-with-arrow:after {
  transition: 0.4s all ease;
  transition: all 0.4s;
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
.btn-theme-reverse.btn-with-arrow:hover:after {
  transform: translateY(3px);
}
.btn-theme-reverse:hover {
  background-color: #eeecf3;
}
.btn-theme-reverse:hover,
.btn-theme-reverse:focus {
  color: #553c8b;
}
.btn-theme-reverse.btn-with-arrow:after {
  content: url('https://source.klops.ru/images/icons/arrow_list_down_afisha.svg');
}
.btn-theme-reverse.btn-with-arrow:after:after {
  content: url('https://source.klops.ru/images/icons/arrow_list_down_afisha.svg');
}
.btn-theme-cinema {
  border-radius: 0;
  padding: 9px !important;
  background-color: transparent;
  color: #553c8b;
  border: 1px solid transparent !important;
}
.btn-theme-cinema:focus {
  color: #553c8b;
}
.btn-theme-cinema:hover {
  background-color: transparent;
  color: #553c8b;
  border-color: #553c8b !important;
}
.btn-theme-cinema.active {
  color: black;
  cursor: default;
  border-color: black !important;
}
.btn-theme-cinema.active:hover {
  color: black;
  background-color: transparent;
}
.btn-without-border {
  box-shadow: none;
}
.btn-theme-detail-buy {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: none;
  color: white;
  background-color: #553c8b;
  background-image: none;
  padding: 13px 20px;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 500;
}
.btn-theme-detail-buy:hover,
.btn-theme-detail-buy:focus {
  color: white;
  text-decoration: none;
}
.btn-theme-detail-buy:focus,
.btn-theme-detail-buy:active {
  outline: none !important;
}
.btn-theme-next {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #553c8b;
  color: white;
  border: none;
  display: block;
  padding: 7px 24px;
  font-size: 14px;
}
.btn-theme-next:focus,
.btn-theme-next:active {
  outline: none !important;
}
@keyframes animationBtnBuy {
  0% {
    left: -4px;
  }
  50% {
    left: 100%;
  }
  0% {
    left: -4px;
  }
}
/**
 * btn-theme-buy
 */
.btn-theme-buy-animation {
  position: relative;
  overflow: hidden;
}
.link-horizontal-animation {
  position: relative;
}
.link-horizontal-animation:after,
.link-horizontal-animation:before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #B8B8B8;
  transition: 0.2s all ease;
}
.link-horizontal-animation:after {
  left: 50%;
}
.link-horizontal-animation:before {
  right: 50%;
}
.link-horizontal-animation:hover:after {
  width: 50%;
}
.link-horizontal-animation:hover:before {
  width: 50%;
}
[data-block-type="Block::Embed"] {
  margin-bottom: 30px;
}
[data-block-type="Block::Embed"] > * {
  margin: auto !important;
}
[data-block-template="video_embed"] iframe {
  max-width: 100% !important;
}
[data-block-template="crossword_compiler"] {
  margin-bottom: 30px;
  overflow: auto;
}
[data-block-template="crossword_compiler"] > div > *:last-child {
  display: none;
}
[data-block-template="video_webcaster_16_9"] {
  position: relative;
  margin-bottom: 30px;
}
[data-block-template="video_webcaster_16_9"]:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
[data-block-template="video_webcaster_16_9"] > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
[data-block-template="video_webcaster_1_1"] {
  position: relative;
  width: 100%;
  max-width: 506px;
  margin-bottom: 30px;
}
[data-block-template="video_webcaster_1_1"]:before {
  content: "";
  display: block;
  padding-top: 100%;
}
[data-block-template="video_webcaster_1_1"] > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
[data-block-type="Block::Image"][data-block-version="mobile"],
[data-block-type="Block::Gallery"][data-block-version="mobile"] {
  margin-left: -10px;
  margin-right: -10px;
}
[data-block-type="Block::Image"][data-block-version="mobile"] .article-figcaption,
[data-block-type="Block::Gallery"][data-block-version="mobile"] .article-figcaption {
  padding-left: 10px;
  padding-right: 10px;
}
.article-figcaption {
  font-size: 14px;
  margin-top: 14px;
  display: block !important;
  line-height: 20px;
  color: #8A8A8A;
}
.article-figcaption .article-figcaption-description {
  color: #0d0d0d;
  margin-right: 11px;
}
[data-block-version="mobile"] .article-figcaption {
  font-size: 10px;
  margin-top: 10px;
  line-height: 13px;
}
[data-block-version="mobile"] .article-figcaption .article-figcaption-description {
  margin-right: 8px;
}
/**
 * Block::Limit
 */
[data-block-type="Block::Video"],
[data-block-type="Block::YandexVideo"] {
  margin-bottom: 30px;
}
[data-block-type="Block::Video"] .box,
[data-block-type="Block::YandexVideo"] .box {
  position: relative;
  width: 100%;
}
[data-block-type="Block::Video"] .box:before,
[data-block-type="Block::YandexVideo"] .box:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
[data-block-type="Block::Video"] .box video,
[data-block-type="Block::YandexVideo"] .box video,
[data-block-type="Block::Video"] .box iframe,
[data-block-type="Block::YandexVideo"] .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
[data-block-type="Block::Video"] figcaption,
[data-block-type="Block::YandexVideo"] figcaption {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.42857143;
  color: #8A8A8A;
}
[data-block-type="Block::Video"] figcaption > *,
[data-block-type="Block::YandexVideo"] figcaption > * {
  display: inline-block;
}
[data-block-type="Block::Video"] figcaption > *:nth-child(2):before,
[data-block-type="Block::YandexVideo"] figcaption > *:nth-child(2):before {
  content: '|';
  margin-right: 5px;
  margin-left: 5px;
}
[data-block-type="Block::Video"] figcaption .description,
[data-block-type="Block::YandexVideo"] figcaption .description {
  color: #0d0d0d;
}
[data-block-type="Block::Video"] figcaption .author,
[data-block-type="Block::YandexVideo"] figcaption .author {
  color: #8A8A8A;
}
[data-block-type="Block::Video"] figcaption .title,
[data-block-type="Block::YandexVideo"] figcaption .title {
  color: #0d0d0d;
  font-weight: 300;
}
[data-block-type="Block::Video"] figcaption .title:after,
[data-block-type="Block::YandexVideo"] figcaption .title:after {
  content: ' |';
}
[data-block-type="Block::PodcastTrack"] {
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin: 0 4px 20px;
  padding: 0 20px;
  margin-bottom: 30px;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-view {
  padding-bottom: 21px;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-header {
  height: 57px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-logo {
  transform: translateY(-2px);
  display: block;
  margin-right: auto;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-link {
  color: #DE2243;
  font-weight: 500;
  font-size: 12px;
  margin-right: 15px;
  transform: translateY(3px);
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-link:first-of-type {
  margin-left: auto;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-link:last-of-type {
  margin-right: 0;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-tags {
  font-size: 10px;
  line-height: 12px;
  color: #B8B8B8;
  text-transform: lowercase;
  margin-bottom: 18px;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-tag {
  text-decoration: none;
  color: inherit;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-tag:before {
  content: '#';
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-preview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 10px;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-preview .podcast-track-block-preview-content {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-image img,
[data-block-type="Block::PodcastTrack"] .podcast-track-block-image picture {
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  width: 144px;
  height: 144px;
  margin-right: 15px;
  object-fit: cover;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-heading {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  height: 46px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  color: #0d0d0d;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-track-info {
  font-size: 12px;
  line-height: 15px;
  color: #B8B8B8;
  margin-bottom: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-track-name {
  margin-right: 11px;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-track {
  margin-left: -10px;
  margin-right: -10px;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-track-body {
  padding: 10px 10px 3px;
}
[data-block-type="Block::PodcastTrack"] .podcast-track-block-track-heading {
  font-size: 18px;
  line-height: 22px;
  color: #0d0d0d;
  font-weight: bold;
  margin-bottom: 9px;
  display: block;
}
[data-block-type="Block::PodcastTrack"] .audio-timeline_podcasts:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0px;
  z-index: 1;
  pointer-events: none;
  top: 2px;
  border-radius: 6px;
  bottom: 37px;
  border: 1px solid #F4F4F4;
}
[data-block-type="Block::PodcastTrack"] .audio-timeline_podcasts .audio-timeline_podcasts-btns {
  width: 35px;
  height: 35px;
  transform: translate(-4px, -4px);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
[data-block-type="Block::PodcastTrack"] .audio-timeline_podcasts .audio-timeline_podcasts-btns img {
  width: 21px;
  height: 21px;
}
[data-block-type="Block::PodcastTrack"] .audio-timeline_podcasts .audio-timeline_podcasts-controller {
  left: 0px;
  right: 33px;
  bottom: 0px;
}
[data-block-type="Block::PodcastTrack"] .feed-item-share {
  position: absolute;
  right: 0px;
  bottom: 5px;
  cursor: default;
}
[data-block-type="Block::PodcastTrack"] .feed-item-share img {
  width: 18px;
  height: 17px;
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] {
  margin-left: -5px;
  margin-right: -5px;
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-header {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 51px;
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-logo {
  margin-right: unset;
  transform: translateY(-8px);
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-logo img {
  height: 18px;
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-heading {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 22px;
  height: 40px;
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-track-heading {
  font-size: 12px;
  line-height: 15px;
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-image img,
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-image picture {
  width: 103px;
  height: 103px;
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-preview {
  margin-bottom: 12px;
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-link {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-track-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  margin-bottom: 7px;
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-preview-content {
  width: calc(100% - 105px);
}
[data-block-type="Block::PodcastTrack"][data-block-version="mobile"] .podcast-track-block-footer {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.block-collage {
  margin-bottom: 34px;
}
.block-collage .block-collage-item {
  display: block;
  position: relative;
}
.block-collage .block-collage-item:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.block-collage .block-collage-item .block-collage-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block-collage .block-collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-collage.block-collage-horizontal .block-collage-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.block-collage.block-collage-horizontal .block-collage-col {
  flex: 1 1 auto;
}
.block-collage .block-collage-figcaption {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.42857143;
  color: #0d0d0d;
  padding-right: 170px;
  padding-right: 0px;
}
.block-collage .block-collage-figcaption > *:nth-child(2):before {
  content: '|';
  margin-right: 5px;
  margin-left: 5px;
}
.block-collage .block-collage-figcaption .description {
  color: #0d0d0d;
}
.block-collage .block-collage-figcaption .author {
  color: #8A8A8A;
}
.block-collage .block-collage-figcaption > *:nth-child(2):before {
  content: '|';
  margin-right: 5px;
  margin-left: 5px;
}
.block-collage .block-collage-figcaption .description {
  color: #0d0d0d;
}
.block-collage .block-collage-figcaption .author {
  color: #8A8A8A;
}
[data-block-template="2_images_gorizontal"] .block-collage-row,
[data-block-template="2_images_vertical"] .block-collage-row {
  margin: 0 -6px;
}
[data-block-template="2_images_gorizontal"] .block-collage-col,
[data-block-template="2_images_vertical"] .block-collage-col {
  margin: 0 6px;
}
[data-block-template="2_images_gorizontal"] .block-collage-item:before {
  padding-top: 96%;
}
[data-block-template="2_images_vertical"] .block-collage-item:before {
  padding-top: 122%;
}
[data-block-template="3_images_gorizontal"] .block-collage-row:nth-child(1) {
  margin-bottom: 6px;
}
[data-block-template="3_images_gorizontal"] .block-collage-row:nth-child(2) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -3px;
}
[data-block-template="3_images_gorizontal"] .block-collage-row:nth-child(2) .block-collage-col {
  flex: 1 1 auto;
  margin: 0 3px;
}
[data-block-template="3_images_gorizontal"] .block-collage-item:before {
  padding-top: 55%;
}
[data-block-template="3_images_sample"] .block-collage-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -3px;
}
[data-block-template="3_images_sample"] .block-collage-body .block-collage-col {
  flex: 1 1 auto;
  margin: 0 3px;
}
[data-block-template="3_images_sample"] .block-collage-body .block-collage-item {
  width: 100%;
  height: 100%;
}
[data-block-template="3_images_sample"] .block-collage-body .block-collage-col:nth-child(1) {
  width: 34%;
}
[data-block-template="3_images_sample"] .block-collage-body .block-collage-col:nth-child(2) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -3px 3px;
}
[data-block-template="3_images_sample"] .block-collage-body .block-collage-col:nth-child(2) .block-collage-row {
  flex: 1 1 auto;
  margin: 3px 0px;
}
[data-block-template="3_images_sample"] .block-collage-item:before {
  padding-top: 77%;
}
[data-block-template="3_images_vertical"] .block-collage-row {
  margin: 0 -6px;
}
[data-block-template="3_images_vertical"] .block-collage-col {
  margin: 0 6px;
}
[data-block-template="3_images_vertical"] .block-collage-item:before {
  padding-top: 127%;
}
[data-block-template="3_images_vertical"] .block-collage-row,
[data-block-template="2_images_vertical"] .block-collage-row,
[data-block-template="2_images_gorizontal"] .block-collage-row {
  margin: 0 -5px;
}
[data-block-template="3_images_vertical"] .block-collage-col,
[data-block-template="2_images_vertical"] .block-collage-col,
[data-block-template="2_images_gorizontal"] .block-collage-col {
  margin: 0 5px;
}
[data-block-type="Block::Gallery"] {
  margin-bottom: 34px;
}
[data-block-type="Block::Gallery"] .gallery-next,
[data-block-type="Block::Gallery"] .gallery-prev {
  border: none !important;
}
[data-block-type="Block::Gallery"] .gallery-container {
  position: relative;
}
[data-block-type="Block::Gallery"] .gallery-container .swiper-slide img,
[data-block-type="Block::Gallery"] .gallery-container .swiper-slide picture {
  object-fit: contain;
  object-position: center;
  background-color: white;
}
[data-block-type="Block::Gallery"] .gallery-top {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
[data-block-type="Block::Gallery"] .gallery-top .swiper-slide {
  width: auto;
  height: 100%;
}
[data-block-type="Block::Gallery"] .gallery-button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
[data-block-type="Block::Gallery"] .gallery-button .swiper-button-next,
[data-block-type="Block::Gallery"] .gallery-button .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px 10px;
}
[data-block-type="Block::Gallery"] .gallery-button .swiper-button-next:after,
[data-block-type="Block::Gallery"] .gallery-button .swiper-button-prev:after {
  font-size: 44px;
}
[data-block-type="Block::Gallery"] .gallery-button .swiper-button-next.swiper-button-disabled,
[data-block-type="Block::Gallery"] .gallery-button .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
}
@media (min-width: 1274px) {
  [data-block-type="Block::Gallery"]:not([data-block-index="0"]) .gallery-button .swiper-button-prev,
  [data-block-type="Block::Gallery"]:not([data-block-index="0"]) .gallery-button .swiper-button-next {
    background-color: transparent;
  }
  [data-block-type="Block::Gallery"]:not([data-block-index="0"]) .gallery-button .swiper-button-prev {
    left: -45px;
  }
  [data-block-type="Block::Gallery"]:not([data-block-index="0"]) .gallery-button .swiper-button-next {
    right: -45px;
  }
}
[data-block-type="Block::Gallery"] .gallery-thumbs {
  box-sizing: border-box;
  padding: 0;
  margin-top: 10px;
}
[data-block-type="Block::Gallery"] .gallery-thumbs .swiper-slide {
  height: 62px;
  width: auto;
  position: relative;
}
[data-block-type="Block::Gallery"] .gallery-thumbs .swiper-slide img,
[data-block-type="Block::Gallery"] .gallery-thumbs .swiper-slide picture {
  height: 100%;
}
[data-block-type="Block::Gallery"] .gallery-thumbs .swiper-background-prev,
[data-block-type="Block::Gallery"] .gallery-thumbs .swiper-background-next {
  position: absolute;
  top: 0;
  bottom: 0;
  content: ' ';
  width: 100px;
  z-index: 10;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease;
}
[data-block-type="Block::Gallery"] .gallery-thumbs .swiper-background-prev:not(.swiper-button-disabled),
[data-block-type="Block::Gallery"] .gallery-thumbs .swiper-background-next:not(.swiper-button-disabled) {
  visibility: visible;
  opacity: 1;
}
[data-block-type="Block::Gallery"] .gallery-thumbs .swiper-background-prev {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
[data-block-type="Block::Gallery"] .gallery-thumbs .swiper-background-next {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-container {
  position: relative;
}
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-top .swiper-slide {
  position: relative;
}
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-top .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-top .swiper-slide img,
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-top .swiper-slide picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-button {
  height: initial !important;
}
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-button:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-button .swiper-button-black {
  margin-top: -31px;
}
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .swiper-slide img,
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .swiper-slide picture {
  object-fit: cover;
}
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-thumbs .swiper-slide {
  height: 62px;
  width: 110px;
}
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-thumbs .swiper-slide img,
[data-block-type="Block::Gallery"][data-block-template="gallery_16_9"] .gallery-thumbs .swiper-slide picture {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
/**
 * Block::Rec
 */
[data-block-type="Block::Rec"] {
  background: #FFFFFF;
  margin: 59px 0;
}
[data-block-type="Block::Rec"] .box {
  position: relative;
  width: 100%;
  border-radius: 8.87495px;
  overflow: hidden;
}
@media screen and (max-height: 700px) {
  [data-block-type="Block::Rec"] .box {
    width: 205px;
  }
}
[data-block-type="Block::Rec"] .box:before {
  content: "";
  display: block;
  padding-top: 177.65%;
}
[data-block-type="Block::Rec"] .box video,
[data-block-type="Block::Rec"] .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
[data-block-type="Block::Rec"] .preview_9_16 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
[data-block-type="Block::Rec"] .preview_9_16 .preview_9_16_img {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  transition: 0.3s all ease;
  visibility: visible;
  opacity: 1;
  background-size: cover;
  width: 100%;
  height: 100%;
}
[data-block-type="Block::Rec"] .preview_9_16:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-bottom: -26px;
  margin-left: -23px;
  border: 26px solid transparent;
  border-left: 50px solid white;
  z-index: 2;
  pointer-events: none;
  transition: 0.3s all ease;
}
[data-block-type="Block::Rec"] .preview_9_16.active .preview_9_16_img {
  visibility: hidden;
  opacity: 0;
}
[data-block-type="Block::Rec"] .preview_9_16.active:before {
  display: none;
}
[data-block-type="Block::Rec"][data-block-template="default_rec"] .content {
  box-shadow: 0px 3.23497px 19.4098px rgba(0, 0, 0, 0.13);
  border-radius: 4.85246px;
  padding: 19px 45px 41px 34px;
  display: inline-block;
  max-width: 410px;
}
[data-block-type="Block::Rec"][data-block-template="default_rec"] .content h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0d0d0d;
}
[data-block-type="Block::Rec"][data-block-template="default_rec"] .content .box:before {
  padding-top: 177.65%;
}
[data-block-type="Block::Rec"][data-block-template="default_rec"] .content .widget-reaction {
  margin-top: 15px;
}
[data-block-type="Block::Rec"][data-block-template="default_rec"][data-block-version="mobile"] .content {
  padding: 19px 19px 0px 19px;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.13);
  border-radius: 12px;
  padding: 22px 36px 21px;
  display: flex;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .block-rec-preview {
  margin-right: 44px;
  border-radius: 6.35px;
  overflow: hidden;
  background-color: white;
  width: 175px;
  height: 311px;
  flex-grow: 0;
  flex-shrink: 0;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .block-rec-preview img,
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .block-rec-preview video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .block-rec-link {
  color: #DE2243;
  text-decoration: none;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .block-rec-link:focus,
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .block-rec-link:visited,
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .block-rec-link:active,
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .block-rec-link:hover {
  color: #DE2243;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .block-rec-link:hover span {
  text-decoration: underline;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .block-rec-link img {
  margin-left: 3px;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content h3 {
  font-weight: bold;
  font-size: 29px;
  line-height: 34px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #0d0d0d;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"] .content .widget-reaction {
  margin-top: 70px;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"][data-block-version="mobile"] h3 {
  font-weight: bold;
  font-size: 23px;
  line-height: 26px;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"][data-block-version="mobile"] .content {
  display: block;
  padding: 19px;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"][data-block-version="mobile"] .block-rec-preview {
  width: 100%;
  margin-bottom: 18px;
  position: relative;
  border-radius: 8.87495px;
  overflow: hidden;
  height: initial;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"][data-block-version="mobile"] .block-rec-preview:before {
  content: "";
  display: block;
  padding-top: 177.65%;
}
[data-block-type="Block::Rec"][data-block-template="rec_min"][data-block-version="mobile"] .block-rec-preview video,
[data-block-type="Block::Rec"][data-block-template="rec_min"][data-block-version="mobile"] .block-rec-preview img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.detail-container-fluid {
  margin-left: -90px;
  margin-right: -90px;
}
@media (max-width: 961px) {
  .detail-container-fluid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.detail-default {
  position: relative;
  box-shadow: 0px 0px 11px 0px #b5b5b559;
  border-radius: 20px;
  padding-bottom: 50px;
  background-color: white;
  /**
   * detail-events
   */
  /**
   * detail-places
   */
  /**
   * detail-article
   */
}
@media (max-width: 961px) {
  .detail-default {
    padding-bottom: 100px;
  }
}
.detail-default .detail-label,
.detail-default .detail-label-group {
  position: absolute;
  left: 0;
  background-color: #553c8b;
  padding: 2px 8px;
  font-size: 18px;
  color: white;
  z-index: 10;
  text-decoration: none;
  transition: 0.3s all ease;
}
.detail-default .detail-label:hover,
.detail-default .detail-label-group:hover {
  text-indent: 10px;
}
.detail-default .detail-label {
  top: 0;
}
.detail-default .detail-label-group {
  top: 36px;
}
.detail-default .data-table-name {
  font-size: 16px;
}
@media (max-width: 961px) {
  .detail-default .data-table-name {
    font-size: 18px;
  }
}
.detail-default .detail-col-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.detail-default .detail-col-name > * {
  flex: 1 0;
}
.detail-default .data-ticket-order {
  font-weight: 700;
  font-size: 16px;
  color: #553c8b;
  text-decoration: underline;
}
.detail-default .data-ticket-order:hover {
  text-decoration: none;
}
@media (max-width: 961px) {
  .detail-default .data-ticket-order {
    display: none;
  }
}
.detail-default .detail-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 74px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.3s ease all;
}
.detail-default .detail-close i {
  width: 27px;
}
@media (max-width: 961px) {
  .detail-default .detail-close {
    position: fixed;
    bottom: 50px;
    left: 50%;
    top: initial;
    z-index: 10000;
    background-color: black;
    filter: invert(1);
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border-radius: 50%;
    box-shadow: 0 0 9px 0px #f5f5f538;
  }
}
.detail-default .detail-close:hover {
  transform: rotate(180deg);
}
.detail-default .detail-edit-link {
  font-size: 14px;
  color: red;
  float: right;
  word-break: normal;
}
.detail-default .detail-edit-link a {
  color: inherit;
}
.detail-default .detail-preview {
  width: 906px;
  max-width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 19px 0px #86868659;
  position: relative;
  height: 300px;
}
@media (max-width: 961px) {
  .detail-default .detail-preview {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.detail-default .detail-preview img,
.detail-default .detail-preview picture {
  max-width: 100%;
  height: inherit;
  width: inherit;
  object-fit: cover;
  transition: 0.3s ease all;
}
.detail-default .detail-preview:after {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(85, 60, 139, 0.65);
}
.detail-default .detail-overlay {
  color: white;
  z-index: 2;
  position: absolute;
  left: 90px;
  right: 90px;
  bottom: 52px;
  text-align: center;
}
@media (max-width: 961px) {
  .detail-default .detail-overlay {
    left: 10px;
    right: 10px;
  }
}
.detail-default .detail-title {
  margin-bottom: 21px;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}
.detail-default .detail-control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 14px;
}
.detail-default .detail-control > *:after {
  content: ' ';
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: white;
  margin: 0 15px;
  margin-bottom: -3px;
}
.detail-default .detail-control > *:last-of-type:after {
  display: none;
}
.detail-default .detail-age,
.detail-default .detail-tags {
  color: white;
}
.detail-default .detail-age a,
.detail-default .detail-tags a {
  color: inherit;
  text-decoration: none;
}
.detail-default .detail-btn-layout {
  position: relative;
  height: 0;
}
.detail-default .detail-btn {
  text-align: center;
  transform: translateY(-24px);
  position: relative;
  z-index: 1;
  height: 24px;
}
.detail-default .detail-btn .btn-theme {
  width: 286px;
}
.detail-default .detail-tags {
  text-transform: lowercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.detail-default .detail-tags span:after {
  content: ',';
}
.detail-default .detail-tags span:last-child:after {
  display: none;
}
.detail-default .detail-body {
  padding: 0 90px;
}
@media (max-width: 961px) {
  .detail-default .detail-body {
    padding: 0 10px;
  }
}
.detail-default .detail-heading {
  margin-top: 0;
  margin-bottom: 22px;
  color: #eae1ff;
  font-size: 34px;
  font-weight: 700;
}
.detail-default .detail-mb {
  margin-bottom: 44px;
}
.detail-default .detail-mb-lg {
  margin-bottom: 66px;
}
.detail-default .btns-list {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 20px;
  margin-bottom: 9px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 961px) {
  .detail-default .btns-list {
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
  }
}
.detail-default .btns-list > * {
  margin-right: 30px;
}
.detail-default .btns-list > *:last-child {
  margin-left: auto;
  margin-right: 0;
}
.detail-default .detail-trailer {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.detail-default .detail-trailer .content > * {
  width: 100% !important;
  height: 100% !important;
}
.detail-default .detail-trailer video {
  background-color: black;
}
.detail-default .detail-trailer:after {
  content: '';
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  pointer-events: none;
  bottom: 0;
  background-color: rgba(85, 60, 139, 0.8);
  transition: 0.3s all ease;
  visibility: visible;
  opacity: 1;
}
.detail-default .detail-trailer:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-bottom: -26px;
  margin-left: -23px;
  border: 26px solid transparent;
  border-left: 50px solid white;
  z-index: 2;
  pointer-events: none;
  transition: 0.3s all ease;
}
.detail-default .detail-trailer.active:after {
  visibility: hidden;
  opacity: 0;
}
.detail-default .detail-trailer.active:before {
  display: none;
}
.detail-default .detail-trailer:hover:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.detail-default .detail-info {
  margin-top: -44px;
  padding: 50px 45px;
  background-color: #f9f7ff;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 961px) {
  .detail-default .detail-info {
    padding: 50px 10px;
  }
}
@media (max-width: 961px) {
  .detail-default .detail-info {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.detail-default .detail-info .detail-info-left {
  margin-bottom: auto;
}
@media (max-width: 961px) {
  .detail-default .detail-info .detail-info-left {
    flex: 0;
  }
}
.detail-default .detail-info .detail-info-right {
  margin-left: 45px;
}
@media (max-width: 961px) {
  .detail-default .detail-info .detail-info-right {
    margin-left: 0;
    margin-right: 5px;
    flex: 1;
  }
}
.detail-default .detail-info .detail-info-item {
  margin-bottom: 13px;
}
.detail-default .detail-info .detail-info-item:last-child {
  margin-bottom: 0;
}
.detail-default .detail-info .detail-info-item a {
  color: inherit;
  text-decoration: none;
}
.detail-default .detail-info .detail-info-preview {
  width: 255px;
  height: 180px;
}
@media (max-width: 961px) {
  .detail-default .detail-info .detail-info-preview {
    width: 144px !important;
    height: 212px !important;
  }
}
.detail-default .detail-info .detail-info-preview img,
.detail-default .detail-info .detail-info-preview picture {
  max-width: 100%;
  height: inherit;
  width: inherit;
  object-fit: cover;
}
.detail-default .detail-info.detail-cinema {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 90px;
}
@media (max-width: 961px) {
  .detail-default .detail-info.detail-cinema {
    padding-left: 10px;
  }
}
.detail-default .detail-info.detail-cinema .detail-info-preview {
  width: 210px;
  height: 308px;
}
.detail-default .detail-info.detail-cinema .break {
  flex-basis: 100%;
  height: 0;
}
.detail-default .detail-info.detail-data-event {
  padding-top: 50px;
  margin-top: -66px;
  padding-bottom: 25px;
  padding-left: 90px;
}
@media (max-width: 961px) {
  .detail-default .detail-info.detail-data-event {
    padding-left: 10px;
  }
  .detail-default .detail-info.detail-data-event .detail-info-left {
    display: none;
  }
}
.detail-default .detail-info.detail-data-event .detail-info-preview {
  width: 208px;
  height: 160px;
}
@media (max-width: 961px) {
  .detail-default .detail-info.detail-info-place {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .detail-default .detail-info.detail-info-place .detail-info-preview {
    width: 171px !important;
    height: 150px !important;
    margin-left: 5px !important;
    margin-top: 8px !important;
    margin-right: 33px !important;
  }
}
.detail-default .detail-rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 35px;
}
@media (max-width: 961px) {
  .detail-default .detail-rating {
    width: 100%;
    margin-bottom: 0;
    margin-top: 36px;
  }
}
.detail-default .detail-rating a {
  color: inherit;
  text-decoration: none;
}
.detail-default .detail-rating .detail-rating-item {
  font-size: 24px;
  margin-right: 30px;
}
.detail-default .detail-rating .detail-rating-item:last-child {
  margin-right: 0;
}
.detail-default .detail-description {
  line-height: 19px;
}
.detail-default .detail-description a {
  color: #553c8b;
  text-decoration: none;
}
.detail-default .detail-description ul li {
  margin-bottom: 7px;
}
.detail-default .detail-description ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #553c8b;
  display: inline-block;
  margin-right: 12px;
  transform: translateY(-2px);
}
.detail-default .detail-schedule .cinema {
  border-top: 1px solid #c9cac9;
}
.detail-default .detail-schedule .cinema:nth-child(odd) {
  background-color: #f9f7ff !important;
}
.detail-default .detail-schedule .cinema:last-child {
  border-bottom: 1px solid #c9cac9;
}
.detail-default .detail-schedule .cinema-container {
  padding-left: 90px;
  padding-right: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 961px) {
  .detail-default .detail-schedule .cinema-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 961px) {
  .detail-default .detail-schedule .cinema-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.detail-default .detail-schedule .name {
  width: 310px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 961px) {
  .detail-default .detail-schedule .name {
    margin-bottom: 23px;
    display: block;
  }
}
.detail-default .detail-schedule .name a {
  color: inherit;
  text-decoration: none;
}
.detail-default .detail-schedule .times {
  flex: 1;
}
.detail-default .detail-map {
  border-radius: 20px;
  overflow: hidden;
}
.detail-default.detail-article {
  padding-top: 70px;
}
.detail-default.detail-article .detail-h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: -0.7px;
  line-height: 40px;
  margin-bottom: 23px;
}
.detail-default.detail-article .detail-heading-info {
  text-align: center;
  font-size: 14px;
  margin: 20px 0 27px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  color: #B8B8B8;
}
.detail-default.detail-article .detail-heading-info-left {
  text-align: left;
}
.detail-default.detail-article .detail-heading-info-left > * {
  display: inline-block;
  margin-right: 10px;
}
.detail-default.detail-article .detail-heading-info-left .pink {
  color: #553c8b;
}
.detail-default.detail-article .detail-heading-info-right {
  text-align: right;
}
.detail-default.detail-article .detail-heading-info-right > * {
  display: inline-block;
  margin-left: 10px;
}
.detail-default.detail-article .detail-heading-info-right .tag {
  color: #B8B8B8;
  text-transform: lowercase;
}
.detail-default.detail-article .detail-heading-info-right .tag:before {
  content: '#';
}
.detail-default.detail-article [data-block-type="Block::PodcastTrack"] {
  margin-left: 0px;
  margin-right: 0px;
}
.detail-default.detail-article [data-block-type="Block::Image"] .img-blur {
  display: none;
}
.detail-default.detail-article [data-block-type="Block::Image"] .content {
  display: block;
  margin-left: -90px;
  margin-right: -90px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Image"] .content {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.detail-default.detail-article [data-block-type="Block::Image"][data-block-template="narrow_image"] {
  margin-left: 110px;
  margin-right: 110px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Image"][data-block-template="narrow_image"] {
    margin-left: 0;
    margin-right: 0;
  }
}
.detail-default.detail-article [data-block-type="Block::Image"][data-block-template="narrow_image"] .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}
.detail-default.detail-article [data-block-type="Block::Image"] img,
.detail-default.detail-article [data-block-type="Block::Image"] picture {
  width: 100%;
  height: initial;
}
.detail-default.detail-article figcaption {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  color: #8A8A8A;
}
.detail-default.detail-article figcaption > * {
  display: inline;
}
.detail-default.detail-article figcaption > *:nth-child(2):before {
  content: '|';
  margin-right: 5px;
  margin-left: 5px;
}
.detail-default.detail-article figcaption .description {
  color: #0d0d0d;
}
.detail-default.detail-article figcaption .author {
  color: #8A8A8A;
}
.detail-default.detail-article .detail-footer-article {
  overflow: hidden;
}
.detail-default.detail-article .detail-footer-article .detail-views {
  color: #B8B8B8;
  font-weight: 300;
  font-size: 16px;
  float: right;
}
.detail-default.detail-article .detail-footer-article .detail-views .icon-views {
  transform: translateY(4px);
}
.detail-default.detail-article [data-block-type="Block::Text"] {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
  /**
         * guideline
         */
}
.detail-default.detail-article [data-block-type="Block::Text"] iframe {
  max-width: 100%;
}
.detail-default.detail-article [data-block-type="Block::Text"] img,
.detail-default.detail-article [data-block-type="Block::Text"] picture {
  max-width: 100%;
}
.detail-default.detail-article [data-block-type="Block::Text"] blockquote {
  font-size: inherit;
  border-color: #553c8b;
  border-left-width: 1px;
  background-color: #f9f7ff;
}
.detail-default.detail-article [data-block-type="Block::Text"] blockquote > p:last-of-type {
  margin-bottom: 0;
}
.detail-default.detail-article [data-block-type="Block::Text"] a {
  color: inherit;
  border-bottom: 1px solid #553c8b;
  padding-bottom: 0;
  text-decoration: none;
}
.detail-default.detail-article [data-block-type="Block::Text"] a:hover {
  color: #553c8b;
}
.detail-default.detail-article [data-block-type="Block::Text"] h1 {
  margin: 26px 0 25px;
  padding: 0 20px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  color: #0d0d0d;
}
.detail-default.detail-article [data-block-type="Block::Text"] h2 {
  margin: 30px 0 13px;
  padding: 0;
  text-align: left;
  font-size: 24px;
  line-height: 25px;
  color: #0d0d0d;
  font-weight: 700;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Text"] h2 {
    font-size: 18px;
  }
}
.detail-default.detail-article [data-block-type="Block::Text"] strong {
  font-weight: 600;
}
.detail-default.detail-article [data-block-type="Block::Text"] h3 {
  margin: 0px 0 5px;
  padding: 0;
  text-align: left;
  color: #0d0d0d;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Text"] h3 {
    font-size: 16px;
    margin: 0px 0 5px;
  }
}
.detail-default.detail-article [data-block-type="Block::Text"] h4 {
  margin: 46px 0 49px;
  padding: 0;
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
}
.detail-default.detail-article [data-block-type="Block::Text"] h4 ~ h4 {
  margin-top: -30px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Text"] h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.detail-default.detail-article [data-block-type="Block::Text"] .guideline_callout {
  display: block;
  margin: 30px 0 22px !important;
  padding: 4px 9px 3px;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  border-left: 3px solid #B8B8B8;
}
.detail-default.detail-article [data-block-type="Block::Text"] .guideline_frame {
  margin: 24px 0 24px !important;
  padding: 10px 23px 11px 17px;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 3px 0px #DDDDDD;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  display: block;
  text-decoration: none;
  border-radius: 6px;
}
.detail-default.detail-article [data-block-type="Block::Text"] .guideline_frame_color {
  margin: 24px 0 24px !important;
  padding: 10px 23px 11px 17px;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 3px 0px #DDDDDD;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #DE2243;
  box-shadow: none;
}
.detail-default.detail-article [data-block-type="Block::Text"] .guideline_frame_back {
  margin: 24px 0 24px !important;
  padding: 10px 23px 11px 17px;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 3px 0px #DDDDDD;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
  display: block;
  text-decoration: none;
  border-radius: 6px;
  background-color: #F2F2F2;
}
.detail-default.detail-article [data-block-type="Block::Text"] .guideline_frame_back > *:not(.box-tooltip) {
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.detail-default.detail-article [data-block-type="Block::Text"] ul.guideline {
  margin: 20px 0 20px !important;
  padding: 0;
}
.detail-default.detail-article [data-block-type="Block::Text"] ul.guideline li {
  margin: 0;
  padding: 0 0 0 15px;
  line-height: inherit;
  margin-bottom: 12px;
}
.detail-default.detail-article [data-block-type="Block::Text"] ul.guideline li:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DE2243;
  display: inline-block;
  margin-right: 12px;
  transform: translateY(-2px);
}
.detail-default.detail-article [data-block-type="Block::Text"] ul.guideline li:before {
  background-color: #553c8b;
}
.detail-default.detail-article [data-block-type="Block::Text"] ol.guideline {
  margin: 20px 0 20px !important;
  padding: 0;
}
.detail-default.detail-article [data-block-type="Block::Text"] ol.guideline li {
  margin: 0;
  padding: 0 0 0 15px;
  line-height: inherit;
  margin-bottom: 12px;
}
.detail-default.detail-article [data-block-type="Block::Text"] ol.guideline li:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #DE2243;
  display: inline-block;
  margin-right: 12px;
  transform: translateY(-2px);
}
.detail-default.detail-article [data-block-type="Block::Text"] ol.guideline li:before {
  background-color: #8A8A8A;
}
.detail-default.detail-article [data-block-type="Block::Text"] p {
  margin: 0px 0 22px;
  padding: 0;
}
.detail-default.detail-article [data-block-type="Block::Embed"] {
  margin-bottom: 30px;
}
.detail-default.detail-article .section-slider.gallery {
  margin-left: -90px;
  margin-right: -90px;
}
@media (max-width: 961px) {
  .detail-default.detail-article .section-slider.gallery {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.detail-default.detail-article .section-slider.gallery > * {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 961px) {
  .detail-default.detail-article .section-slider.gallery > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.detail-default.detail-article .section-slider.gallery .gallery-prev,
.detail-default.detail-article .section-slider.gallery .gallery-next {
  border: none;
}
.detail-default.detail-article [data-block-type="Block::Affiche"],
.detail-default.detail-article [data-block-type="Block::AffichePlace"] {
  background-color: #f9f7ff;
  margin-top: 44px;
  margin-bottom: 86px;
  margin-left: -90px;
  margin-right: -90px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Affiche"],
  .detail-default.detail-article [data-block-type="Block::AffichePlace"] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] a,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] a {
  position: relative;
  display: block;
  color: #0d0d0d;
  text-decoration: none;
  height: 120px;
  padding: 0 90px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Affiche"] a,
  .detail-default.detail-article [data-block-type="Block::AffichePlace"] a {
    padding: 0 10px;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-preview {
  position: relative;
  float: left;
  width: 208px;
  margin-right: 48px;
  height: 160px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview,
  .detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-preview {
    margin-right: 20px;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview img,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-preview img,
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview picture,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-preview picture {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  box-shadow: -1px 4px 10px rgba(51, 51, 51, 0.42);
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview .affiche-block-btn-ticket,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-preview .affiche-block-btn-ticket {
  background-color: #553c8b;
  height: 40px;
  font-weight: 600;
  font-size: 14px;
  color: white;
  z-index: 1;
  position: relative;
  display: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: -1px 4px 10px rgba(51, 51, 51, 0.42);
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview.affiche-block-show-btn-ticket,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-preview.affiche-block-show-btn-ticket {
  height: 120px;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview.affiche-block-show-btn-ticket img,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-preview.affiche-block-show-btn-ticket img,
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview.affiche-block-show-btn-ticket picture,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-preview.affiche-block-show-btn-ticket picture {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview.affiche-block-show-btn-ticket .affiche-block-btn-ticket,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-preview.affiche-block-show-btn-ticket .affiche-block-btn-ticket {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-body,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-body {
  margin-left: 256px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-body,
  .detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-body {
    margin-left: 228px;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-brand,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-brand,
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-tag,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-tag {
  display: none;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-age,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-age {
  position: absolute;
  right: 7px;
  bottom: 4px;
  font-size: 12px;
  color: #B8B8B8;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-label,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-label {
  position: absolute;
  left: 0;
  background-color: #553c8b;
  padding: 2px 8px;
  font-size: 14px;
  color: white;
  z-index: 10;
  text-decoration: none;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-name,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-name {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 13px;
  line-height: 26px;
  letter-spacing: 0.3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-name,
  .detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-name {
    padding-top: 10px;
    max-height: 57px;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-date,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-date {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #0d0d0d;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-date .affiche-block-date-short,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-date .affiche-block-date-short {
  display: none;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-date,
  .detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-date {
    border-right: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
  }
  .detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-date .affiche-block-date-full,
  .detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-date .affiche-block-date-full {
    display: none;
  }
  .detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-date .affiche-block-date-short,
  .detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-date .affiche-block-date-short {
    display: inline;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-additional,
.detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-additional {
  float: left;
  margin-left: 7px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-additional,
  .detail-default.detail-article [data-block-type="Block::AffichePlace"] .affiche-block-additional {
    margin-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"].affiche-block-bg-dark,
.detail-default.detail-article [data-block-type="Block::AffichePlace"].affiche-block-bg-dark {
  background-color: #553c8b;
}
.detail-default.detail-article [data-block-type="Block::Affiche"].affiche-block-bg-dark a,
.detail-default.detail-article [data-block-type="Block::AffichePlace"].affiche-block-bg-dark a {
  color: white;
}
.detail-default.detail-article [data-block-type="Block::Affiche"].affiche-block-bg-dark .affiche-block-date,
.detail-default.detail-article [data-block-type="Block::AffichePlace"].affiche-block-bg-dark .affiche-block-date {
  border-right: 1px solid white;
}
.detail-default.detail-article [data-block-type="Block::Affiche"][data-block-type="Block::AffichePlace"],
.detail-default.detail-article [data-block-type="Block::AffichePlace"][data-block-type="Block::AffichePlace"] {
  background-color: white;
  box-shadow: 0 0 20px 0px #eaeaea;
}
.detail-default.detail-article [data-block-type="Block::Affiche"][data-block-type="Block::AffichePlace"] .affiche-block-btn-ticket,
.detail-default.detail-article [data-block-type="Block::AffichePlace"][data-block-type="Block::AffichePlace"] .affiche-block-btn-ticket {
  background-color: #f8cb31;
  color: black;
  font-size: 16px;
  font-weight: 500;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.detail-default.detail-article [data-block-type="Block::Affiche"][data-block-type="Block::AffichePlace"] .affiche-block-name,
.detail-default.detail-article [data-block-type="Block::AffichePlace"][data-block-type="Block::AffichePlace"] .affiche-block-name {
  padding-top: 29px;
  margin-bottom: 16px;
}
.detail-default.detail-article [data-block-type="Block::Affiche"][data-block-type="Block::AffichePlace"] .affiche-block-additional,
.detail-default.detail-article [data-block-type="Block::AffichePlace"][data-block-type="Block::AffichePlace"] .affiche-block-additional {
  float: none;
  margin-left: 0;
  color: #B8B8B8;
}
.detail-default.detail-article [data-block-type="Block::Affiche"][data-block-type="Block::AffichePlace"] .affiche-block-preview img,
.detail-default.detail-article [data-block-type="Block::AffichePlace"][data-block-type="Block::AffichePlace"] .affiche-block-preview img,
.detail-default.detail-article [data-block-type="Block::Affiche"][data-block-type="Block::AffichePlace"] .affiche-block-preview picture,
.detail-default.detail-article [data-block-type="Block::AffichePlace"][data-block-type="Block::AffichePlace"] .affiche-block-preview picture {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}
.detail-default.detail-article [data-block-type="Block::Affiche"][data-block-type="Block::AffichePlace"].affiche-block-bg-dark,
.detail-default.detail-article [data-block-type="Block::AffichePlace"][data-block-type="Block::AffichePlace"].affiche-block-bg-dark {
  background-color: #43ac26;
}
.detail-default.detail-article [data-block-type="Block::Affiche"][data-block-type="Block::AffichePlace"].affiche-block-bg-dark .affiche-block-additional,
.detail-default.detail-article [data-block-type="Block::AffichePlace"][data-block-type="Block::AffichePlace"].affiche-block-bg-dark .affiche-block-additional,
.detail-default.detail-article [data-block-type="Block::Affiche"][data-block-type="Block::AffichePlace"].affiche-block-bg-dark .affiche-block-name,
.detail-default.detail-article [data-block-type="Block::AffichePlace"][data-block-type="Block::AffichePlace"].affiche-block-bg-dark .affiche-block-name {
  color: white;
}
@media (max-width: 961px) {
  .detail-default.detail-article .detail-close .icon-close {
    filter: invert(1);
  }
}
.detail-default .btn-theme-next {
  margin-top: -21px;
  margin-left: auto;
  margin-right: auto;
}
.detail-default .btn-theme-next.btn-theme-next-cinema {
  margin-top: -45px;
}
.detail-default .btn-theme-detail-buy {
  width: 287px;
}
@media (max-width: 961px) {
  .detail-default .section-cards {
    overflow: hidden;
  }
}
@media (max-width: 961px) {
}
.detail-default .section-cards {
  margin-bottom: 0;
}
.block-collage {
  margin-left: 0px;
  margin-right: 0px;
}
[data-block-type="Block::Text"] table:not([class]) {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
[data-block-type="Block::Text"] table:not([class]) > tbody > tr > td {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.style-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #ccbbff;
}
.style-link:hover {
  color: inherit;
  text-decoration: none;
}
.table-theme {
  text-align: left;
  border-collapse: separate;
  border-bottom: 1px solid #dadada;
}
.table-theme td {
  padding: 24px 16px !important;
  position: relative;
  vertical-align: middle !important;
  border-top: 1px solid #dadada !important;
  line-height: 1.2 !important;
}
.table-theme tr:nth-child(odd) {
  background-color: #f9f7ff !important;
}
.table-theme .name {
  word-break: break-word;
  font-size: 16px;
}
.table-theme .name a:not(.data-ticket-order) {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #ccbbff;
}
.table-theme .name a:not(.data-ticket-order):hover {
  color: inherit;
  text-decoration: none;
}
.table-theme .date {
  font-weight: 700;
  font-size: 18px;
  color: #0d0d0d;
}
.table-theme .date.date-interval {
  color: #0d0d0d;
  font-weight: normal;
}
.table-theme .date .weekday {
  font-weight: 400;
  font-size: 16px;
}
.table-theme .time {
  font-weight: 700;
  font-size: 16px;
}
.table-theme .age {
  color: #B8B8B8;
}
.detail-default .table-theme tr td:first-child {
  padding-left: 90px !important;
}
@media (max-width: 961px) {
  .detail-default .table-theme tr td:first-child {
    padding-left: 10px !important;
  }
}
.detail-default .table-theme tr td:last-child {
  padding-right: 90px;
}
@media (max-width: 961px) {
  .detail-default .table-theme tr td:last-child {
    padding-left: 10px;
  }
}
@media (max-width: 961px) {
  .detail-default .table-theme-event .name {
    font-weight: 700;
  }
  .detail-default .table-theme-event .date {
    font-weight: 400;
    font-size: 18px;
    padding-right: 10px;
    overflow: hidden;
  }
  .detail-default .table-theme-event .date > * {
    float: right;
  }
}
.cinema:nth-child(odd) .fieldset-time:after {
  background-color: #f9f7ff !important;
}
.cinema .detail-time {
  float: left;
  margin-right: 19px;
}
.btn-ticket-cinema {
  text-decoration: none !important;
  color: #553c8b;
}
.btn-ticket-cinema .fieldset-time {
  position: relative;
  border: 1px solid #8A8A8A;
  padding: 3px 7px;
  margin-bottom: 15px;
  cursor: default;
  text-align: center;
  color: #8A8A8A;
  min-width: 59px;
  min-height: 39px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 961px) {
  .btn-ticket-cinema .fieldset-time {
    font-size: 18px;
    min-height: 42px;
  }
}
.btn-ticket-cinema .fieldset-time legend {
  color: #553c8b;
  font-size: 10px;
  border: none;
  height: 15px;
  text-align: center;
  width: initial;
  margin-bottom: -5px;
  transform: translateY(-2px);
}
@media (max-width: 961px) {
  .btn-ticket-cinema .fieldset-time legend {
    font-size: 13px;
    transform: translateY(-6px);
  }
}
.btn-ticket-cinema .fieldset-time .legend-time {
  padding: 0 4px;
}
.btn-ticket-cinema .fieldset-time:after {
  content: attr(data-next-day);
  display: block;
  position: absolute;
  left: 50%;
  width: 70px;
  margin-left: -35px;
  padding: 0 3px;
  bottom: -8px;
  background-color: white;
  font-size: 10px;
  color: #333333;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
}
.btn-ticket-cinema .fieldset-time {
  border: 1px solid #553c8b;
  color: #553c8b;
  cursor: pointer;
}
.btn-ticket-cinema .fieldset-time legend {
  font-weight: normal;
}
.btn-ticket-cinema:hover .fieldset-time {
  background-color: #553c8b !important;
  color: white;
}
.btn-ticket-cinema:hover .fieldset-time:after {
  background-color: #553c8b !important;
  color: #f7f7f7;
}
.btn-ticket-cinema:hover .fieldset-time legend {
  background-color: #553c8b !important;
  color: #f7f7f7;
}
.btn-ticket-cinema.btn-ticket-cinema-disabled .fieldset-time {
  border: 1px solid #B8B8B8;
  color: #B8B8B8;
}
.btn-ticket-cinema.btn-ticket-cinema-disabled .fieldset-time legend {
  color: #B8B8B8;
}
.btn-ticket-cinema.btn-ticket-cinema-disabled .fieldset-time:hover {
  background-color: transparent !important;
  color: #B8B8B8;
}
.btn-ticket-cinema.btn-ticket-cinema-disabled .fieldset-time:hover:after {
  background-color: transparent !important;
  color: #B8B8B8;
}
.btn-ticket-cinema.btn-ticket-cinema-disabled .fieldset-time:hover legend {
  background-color: transparent !important;
  color: #B8B8B8;
}
/**
 * section-slider
 */
.section-slider {
  height: 440px;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.section-slider .owl-item > .item {
  height: 440px;
}
.section-slider .more {
  color: white;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 100;
}
.section-slider .field-info {
  overflow: hidden;
}
.section-slider .field-info .time {
  color: white;
}
.section-slider .slider-title {
  font-size: 20px;
  color: #DE2243;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 300;
  z-index: 11;
  position: relative;
}
.section-slider .slider-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}
.section-slider .slider-nav .container {
  position: relative;
}
.section-slider .owl-prev,
.section-slider .owl-next,
.section-slider .gallery-prev,
.section-slider .gallery-next {
  position: absolute;
  color: white;
  top: 0px;
  font-size: 40px;
  padding: 5px 20px;
}
.section-slider .owl-prev:hover,
.section-slider .owl-next:hover,
.section-slider .gallery-prev:hover,
.section-slider .gallery-next:hover,
.section-slider .owl-prev:focus,
.section-slider .owl-next:focus,
.section-slider .gallery-prev:focus,
.section-slider .gallery-next:focus {
  color: white;
}
.section-slider .owl-prev:hover,
.section-slider .owl-next:hover,
.section-slider .gallery-prev:hover,
.section-slider .gallery-next:hover {
  opacity: 0.5;
}
.section-slider .owl-prev,
.section-slider .gallery-prev {
  padding-right: 10px;
  right: 40px;
}
.section-slider .owl-next,
.section-slider .gallery-next {
  padding-left: 10px;
  right: -10px;
}
/**
 * Section gallery
 */
.section-slider.gallery {
  margin-left: -1000px;
  margin-right: -1000px;
  overflow: hidden;
  padding-bottom: 2px;
  height: initial;
  margin-bottom: 34px;
}
.section-slider.gallery .owl-stage {
  height: 532.63px;
  overflow: hidden;
}
@media only screen and (max-width: 1274px) {
  .section-slider.gallery .owl-stage {
    height: 407.33px;
  }
}
.section-slider.gallery .slider-nav {
  position: static;
  width: 100%;
  min-height: 52px;
}
.section-slider.gallery .slider-nav .container-nav,
.section-slider.gallery .slider-nav .container-count {
  position: relative;
}
.section-slider.gallery .slider-nav .gallery-prev,
.section-slider.gallery .slider-nav .gallery-next {
  color: #0d0d0d;
  top: 0px;
  border-top: 1px solid #0d0d0d;
  border-bottom: 1px solid #0d0d0d;
  padding: 5px 15px;
  line-height: 1;
}
.section-slider.gallery .slider-nav .gallery-prev:hover,
.section-slider.gallery .slider-nav .gallery-next:hover {
  opacity: 1;
  color: #8A8A8A;
  background-color: #f9f9f9;
}
.section-slider.gallery .slider-nav .gallery-prev {
  border-left: 1px solid #000000;
  right: 57px;
}
.section-slider.gallery .slider-nav .gallery-next {
  border-right: 1px solid #000000;
  right: 0px;
}
.section-slider.gallery .slider-nav .container-count .layer-absolute {
  position: absolute;
  top: 0px;
  right: 128px;
  font-size: 13px;
}
.section-slider.gallery > * {
  padding-left: 1000px;
  padding-right: 1000px;
}
.section-slider.gallery .owl-carousel,
.section-slider.gallery .owl-stage-outer {
  overflow: initial;
}
.section-slider.gallery .owl-item {
  transition: opacity 0.3s linear;
}
.section-slider.gallery .owl-item:not(.center) {
  opacity: 0.5;
}
.section-slider.gallery .item {
  display: block;
}
.section-slider.gallery .item:hover,
.section-slider.gallery .item:active,
.section-slider.gallery .item:focus {
  outline: none;
}
.section-slider.gallery .item img:not([src]) {
  visibility: hidden;
}
.section-slider.gallery .container-info {
  font-size: 14px;
  margin-top: 12px;
  line-height: 1.42857143;
  color: #0d0d0d;
  padding-right: 170px;
}
.section-slider.gallery .container-info > *:nth-child(2):before {
  content: '|';
  margin-right: 5px;
  margin-left: 5px;
}
.section-slider.gallery .container-info .description {
  color: #0d0d0d;
}
.section-slider.gallery .container-info .author {
  color: #8A8A8A;
}
.section-slider.gallery .container-info > *:nth-child(2):before {
  content: '|';
  margin-right: 5px;
  margin-left: 5px;
}
.section-slider.gallery .container-info .description {
  color: #0d0d0d;
}
.section-slider.gallery .container-info .author {
  color: #8A8A8A;
}
.section-slider.gallery[data-block-template="no_cycle_align_left_gallery"] .owl-item.active {
  opacity: 1;
}
/**
 * box-theme-news
 */
.box-theme-news .heading {
  margin-bottom: 15px;
  font-size: 18px;
}
.box-theme-news .list-news {
  position: relative;
  overflow: hidden;
}
.box-theme-news .list-news .item-news {
  color: black;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: visible;
  padding-left: 34px;
}
.box-theme-news .list-news .item-news:after {
  content: ' ';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #DE2243;
  background-color: white;
  left: 0px;
  top: 5px;
  position: absolute;
}
.box-theme-news .list-news .item-news:before {
  content: ' ';
  position: absolute;
  left: 7px;
  top: 10px;
  bottom: -35px;
  width: 1px;
  height: 100%;
  background-color: #DE2243;
}
.box-theme-news .list-news .item-news:last-child {
  padding-bottom: 0;
}
.box-theme-news .list-news .item-news:last-child:before {
  display: none;
}
.box-theme-news .list-news .item-news:hover:after {
  background-color: #DE2243;
}
.box-theme-news .list-news .item-news .title {
  font-size: 16px;
}
.box-theme-news.more-max .list-news .item-news:last-child:before {
  display: block;
  bottom: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+86,0+100 */
  background: -moz-linear-gradient(top, #de2243 0%, #de2243 0%, rgba(222, 34, 67, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #de2243 0%, #de2243 0%, rgba(222, 34, 67, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #de2243 0%, #de2243 0%, rgba(222, 34, 67, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.box-theme-news.more-max.white .list-news .item-news:last-child:before {
  display: block;
  bottom: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+86,0+100 */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.box-theme-news.white .list-news .item-news {
  color: white;
}
.box-theme-news.white .list-news .item-news:after {
  border: 1px solid white;
}
.box-theme-news.white .list-news .item-news:before {
  background-color: white;
}
.box-theme-news:not(.one-side) .item-news {
  padding-left: 138px;
}
.box-theme-news:not(.one-side) .item-news:after {
  left: 110px;
}
.box-theme-news:not(.one-side) .item-news:before {
  left: 117px;
}
.box-theme-news:not(.one-side) .item-news .field-info {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 12px;
  width: 100px;
}
.box-theme-news:not(.one-side) .item-news .field-info .time {
  float: right;
  text-align: right;
}
/**
 * container-theme
 */
.container-theme {
  margin-bottom: 18px;
}
.container-theme:before {
  height: 1px;
  background-color: #8A8A8A;
  margin-bottom: 14px;
  content: ' ';
  display: block;
}
.container-theme .header .title {
  font-size: 17px;
  color: #DE2243;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}
.container-theme .header .caption {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}
.container-theme .header .follow {
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.container-theme .header .follow .icon {
  float: left;
  font-size: 31px;
  margin-left: 20px;
  margin-top: -2px;
}
.container-theme .header .follow ul {
  float: right;
}
.container-theme .header .follow li span {
  margin-right: 10px;
  text-decoration: underline;
}
.container-theme .header .follow li i {
  width: 26px;
  margin-right: 10px;
}
.container-theme .box-theme-news .heading {
  font-size: 18px;
}
.container-theme .box-theme-news .field-info:before {
  display: none;
}
.container-theme .box-theme-news .item-news {
  padding-left: 170px;
}
.container-theme .box-theme-news .item-news:after {
  left: 142px;
}
.container-theme .box-theme-news .item-news:before {
  left: 149px;
}
.container-theme .box-theme-news .item-news .field-info {
  width: 130px;
  top: -1px;
  font-size: 13px;
}
.container-theme .box-theme-news .item-news.active {
  color: #B8B8B8;
}
.container-theme .box-theme-news .item-news.active .field-info {
  color: #B8B8B8;
}
.container-theme .box-theme-news .item-news.active .field-info .time {
  color: inherit;
}
.container-theme .box-theme-news .item-news.active:after {
  border-color: #B8B8B8;
}
.container-theme .box-theme-news .item-news.active:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8b8b8+0,f92248+100 */
  background: #b8b8b8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b8b8b8 0%, #f92248 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b8b8b8 0%, #f92248 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b8b8b8 0%, #f92248 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#f92248', GradientType=0);
  /* IE6-9 */
}
.container-theme .box-theme-news .item-news.active:hover {
  text-decoration: none;
}
.container-theme .box-theme-news .item-news.active:hover:after {
  background-color: white;
}
.container-theme .box-theme-news .list-news .item-news:last-child {
  padding-bottom: 36px;
}
.container-theme .link {
  font-size: 18px;
  color: black;
  text-decoration: underline;
}
.container-theme .link:hover {
  text-decoration: none;
}
.container-theme.mob {
  padding: 0;
}
.container-theme.mob .header .caption {
  font-size: 16px;
  margin-bottom: 5px;
}
.container-theme.mob .header .follow {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 18px;
}
.container-theme.mob .header .follow .icon {
  display: none;
}
.container-theme.mob .header .follow ul {
  float: left;
  margin-top: 5px;
}
.container-theme.mob .header .follow ul li:first-child {
  margin-left: 0;
}
.container-theme.mob .box-theme-news .heading {
  font-size: 16px;
  margin-bottom: 12px;
}
.container-theme.mob .box-theme-news .item-news {
  padding-left: 28px;
  display: block;
  padding-top: 25px;
}
.container-theme.mob .box-theme-news .item-news:before {
  left: 9px;
  top: 20px;
}
.container-theme.mob .box-theme-news .item-news:after {
  left: 2px;
}
.container-theme.mob .box-theme-news .item-news .title {
  line-height: 20px;
}
.container-theme.mob .box-theme-news .item-news .field-info {
  left: 28px;
  top: 0px;
  font-size: 13px;
  width: 100%;
}
.container-theme.mob .box-theme-news .item-news .field-info .time {
  float: left;
}
.container-theme.mob .box-theme-news .item-news .field-info .time > div {
  display: inline-block;
  margin-left: 6px;
}
.box-theme-news .list-news .item-news:after {
  border: 1px solid #553c8b;
}
.box-theme-news .list-news .item-news:before {
  background-color: #553c8b;
}
.box-theme-news .list-news .item-news:hover:after {
  background-color: #553c8b;
}
.box-theme-news.more-max .list-news .item-news:last-child:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+86,0+100 */
  background: -moz-linear-gradient(top, #553c8b 0%, #553c8b 0%, rgba(85, 60, 139, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #553c8b 0%, #553c8b 0%, rgba(85, 60, 139, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #553c8b 0%, #553c8b 0%, rgba(85, 60, 139, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container-theme {
  padding: 0;
}
.container-theme .header .title {
  color: #553c8b;
}
.container-theme .box-theme-news .item-news.active:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b8b8b8+0,f92248+100 */
  background: #b8b8b8;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b8b8b8 0%, #553c8b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b8b8b8 0%, #553c8b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b8b8b8 0%, #553c8b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8b8b8', endColorstr='#f92248', GradientType=0);
  /* IE6-9 */
}
.container-theme .header .caption {
  font-size: 16px;
  margin-bottom: 5px;
}
.container-theme .header .follow {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 18px;
}
.container-theme .header .follow .icon {
  display: none;
}
.container-theme .header .follow ul {
  float: left;
  margin-top: 5px;
}
.container-theme .header .follow ul li:first-child {
  margin-left: 0;
}
.container-theme .box-theme-news .heading {
  font-size: 16px;
  margin-bottom: 12px;
}
.container-theme .box-theme-news .item-news {
  padding-left: 28px;
  display: block;
  padding-top: 25px;
}
.container-theme .box-theme-news .item-news:before {
  left: 9px;
  top: 20px;
}
.container-theme .box-theme-news .item-news:after {
  left: 2px;
}
.container-theme .box-theme-news .item-news .title {
  line-height: 20px;
}
.container-theme .box-theme-news .item-news .field-info {
  left: 28px;
  top: 0px;
  font-size: 13px;
  width: 100%;
}
.container-theme .box-theme-news .item-news .field-info .time {
  float: left;
}
.container-theme .box-theme-news .item-news .field-info .time > div {
  display: inline-block;
  margin-left: 6px;
}
