@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;
  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;
}
.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;
}
.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;
  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;
  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;
  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: #a0a0a0;
  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: auto;
  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%;
}
/**
 * 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: #000000;
}
[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: #000000;
  font-weight: 300;
}
[data-block-type="Block::Video"] figcaption .title:after,
[data-block-type="Block::YandexVideo"] figcaption .title:after {
  content: ' |';
}
.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
   */
}
.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 {
  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: 5px;
    padding-right: 5px;
    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 5px;
  }
}
@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 {
  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-schedule .cinema {
  border-top: 1px solid #e2e2e2;
}
.detail-default .detail-schedule .cinema:nth-child(odd) {
  background-color: #f9f7ff !important;
}
.detail-default .detail-schedule .cinema:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.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: 5px;
  }
}
@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: #a0a0a0;
}
.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: #a0a0a0;
  text-transform: lowercase;
}
.detail-default.detail-article .detail-heading-info-right .tag:before {
  content: '#';
}
.detail-default.detail-article [data-block-type="Block::Image"] .img-blur {
  display: none;
}
.detail-default.detail-article [data-block-type="Block::Image"] .content {
  margin-bottom: 25px;
  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 {
  width: 100%;
}
.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-block;
}
.detail-default.detail-article figcaption > *:nth-child(2):before {
  content: '|';
  margin-right: 5px;
  margin-left: 5px;
}
.detail-default.detail-article figcaption .description {
  color: #000000;
}
.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: #a0a0a0;
  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: 20px;
  margin-bottom: 40px;
}
.detail-default.detail-article [data-block-type="Block::Text"] p {
  margin-bottom: 23px;
}
.detail-default.detail-article [data-block-type="Block::Text"] iframe {
  max-width: 100%;
}
.detail-default.detail-article [data-block-type="Block::Text"] img {
  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::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"] {
  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"] {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] a {
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
  height: 120px;
  padding: 0 90px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Affiche"] a {
    padding: 0 10px;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .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 {
    margin-right: 20px;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview img {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  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 {
  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 {
  height: 120px;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-preview.affiche-block-show-btn-ticket img {
  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 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-body {
  margin-left: 256px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Affiche"] .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::Affiche"] .affiche-block-tag {
  display: none;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-age {
  position: absolute;
  right: 7px;
  bottom: 4px;
  font-size: 12px;
  color: #a0a0a0;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .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 {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 13px;
  line-height: 23px;
  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 {
    padding-top: 10px;
    max-height: 57px;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-date {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #000000;
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .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 {
    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 {
    display: none;
  }
  .detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-date .affiche-block-date-short {
    display: inline;
  }
}
.detail-default.detail-article [data-block-type="Block::Affiche"] .affiche-block-additional {
  float: left;
  margin-left: 7px;
}
@media (max-width: 961px) {
  .detail-default.detail-article [data-block-type="Block::Affiche"] .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 {
  background-color: #553c8b;
}
.detail-default.detail-article [data-block-type="Block::Affiche"].affiche-block-bg-dark a {
  color: white;
}
.detail-default.detail-article [data-block-type="Block::Affiche"].affiche-block-bg-dark .affiche-block-date {
  border-right: 1px solid white;
}
@media (max-width: 961px) {
  .detail-default.detail-article .detail-close .icon-close {
    filter: invert(1);
  }
}
.detail-default .btn-theme-next {
  margin-top: -44px;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.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: #000000;
}
.table-theme .date.date-interval {
  color: #000000;
  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: #a0a0a0;
}
.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 #a0a0a0;
  color: #a0a0a0;
}
.btn-ticket-cinema.btn-ticket-cinema-disabled .fieldset-time legend {
  color: #a0a0a0;
}
.btn-ticket-cinema.btn-ticket-cinema-disabled .fieldset-time:hover {
  background-color: transparent !important;
  color: #a0a0a0;
}
.btn-ticket-cinema.btn-ticket-cinema-disabled .fieldset-time:hover:after {
  background-color: transparent !important;
  color: #a0a0a0;
}
.btn-ticket-cinema.btn-ticket-cinema-disabled .fieldset-time:hover legend {
  background-color: transparent !important;
  color: #a0a0a0;
}
/**
 * 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: #F92248;
  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;
}
.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: #000000;
  top: 0px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  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: #000000;
  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: #000000;
}
.section-slider.gallery .container-info .author {
  color: #8A8A8A;
}
.section-slider.gallery[data-block-template="no_cycle_align_left_gallery"] .owl-item.active {
  opacity: 1;
}
/*# sourceMappingURL=view.css.map */