.Inscenace-mainImage {
  display: none;
}

@media (min-width: 32.01rem) {
  .Inscenace-mainImage {
    display: block;
    position: relative;
    margin: 0 auto 1.25rem;
    max-width: var(--sizeContentFullHd);
    overflow: hidden;
  }
}

.Inscenace-mainImagePattern {
  position: absolute;
  display: block;
  bottom: -4rem;
  right: -2rem;
  max-width: 15rem;
}

@media (min-width: 48.01rem) {
  .Inscenace-mainImagePattern {
    bottom: -3rem;
    right: -3rem;
    max-width: 20rem;
  }
}

@media (min-width: 64.01rem) {
  .Inscenace-mainImagePattern {
    max-width: 30vw;
  }
}

.Inscenace-gallery {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: 'poster' 'images';
  gap: 1rem;
}

@media (min-width: 32.01rem) {
  .Inscenace-gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 'poster images images' 'poster images images';
  }
}

@media (min-width: 64.01rem) {
  .Inscenace-gallery {
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: 'poster images images images images';
    gap: 1.25rem;
  }
}

.Inscenace-poster {
  position: relative;
  grid-area: poster;
}

@media (min-width: 64.01rem) {
  .Inscenace-poster .thumbnail {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.Inscenace-images {
  grid-area: images;
}

.Inscenace-images .ImageGallery {
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  margin: 0;
}

.Inscenace-images .ImageGallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 64.01rem) {
  .Inscenace-images .ImageGallery {
    grid-template-columns: repeat(4, 1fr);
  }
}

.Inscenace-layout {
  display: grid;
  gap: var(--sizeModuleHorizontalOffset);
  margin: var(--sizeModuleHorizontalOffset) 0;
}

@media (min-width: 48.01rem) {
  .Inscenace-layout {
    grid-template-columns: auto 25rem;
    gap: clamp(3rem, 5vw, 7.5rem);
  }
}

@media (min-width: 80.01rem) {
  .Inscenace-layout {
    grid-template-columns: auto 30rem;
  }
}

@media (min-width: 1600px) {
  .Inscenace-layout {
    grid-template-columns: auto 37.5rem;
  }
}

.Inscenace-side {
  display: flex;
  flex-flow: column;
  gap: 2.5rem;
  background: var(--colorBrandBlueGreen);
  color: var(--colorBrandLight);
  padding: 1.5rem;
}

@media (min-width: 48.01rem) {
  .Inscenace-side {
    padding: 3.125rem clamp(1.5rem, 3vw, 3.75rem);
  }
}

.Inscenace-sideSectionTitle {
  color: inherit;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
}

.Inscenace-sideSectionRow {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.Inscenace-sideSectionRow:not(:last-of-type) {
  margin-bottom: .5rem;
}

.Inscenace-sideSectionRow > span:first-of-type {
  min-width: 7rem;
}

.Inscenace-sideSectionRow.is-recent {
  align-items: start;
  flex-flow: column;
  gap: .5rem;
  margin-bottom: 0;
  padding: 1rem 0;
}

@media (min-width: 32.01rem) {
  .Inscenace-sideSectionRow.is-recent {
    flex-flow: row;
    align-items: center;
  }
}

@media (min-width: 48.01rem) {
  .Inscenace-sideSectionRow.is-recent {
    align-items: start;
    flex-flow: column;
  }
}

@media (min-width: 80.01rem) {
  .Inscenace-sideSectionRow.is-recent {
    flex-flow: row;
    align-items: center;
  }
}

.Inscenace-sideSectionRow.is-recent:first-of-type {
  padding-top: 0;
}

.Inscenace-sideSectionRow.is-recent:not(:last-of-type) {
  border-bottom: 1px solid rgba(244, 238, 229, 0.15);
}

.Inscenace-sideSectionRow.is-recent .ButtonInscenaceDate {
  width: auto;
}

.Inscenace-sideSectionRow.is-recent .ButtonBase {
  width: 12rem;
  background: var(--colorBrandLight);
}

.Inscenace-sideSectionRow.is-recent .ButtonBase:hover, .Inscenace-sideSectionRow.is-recent .ButtonBase:active, .Inscenace-sideSectionRow.is-recent .ButtonBase:focus {
  background: var(--colorBrand);
}

.Inscenace-sideSectionRow .is-team:not(.rest-of-team) {
  text-align: right;
}

.Inscenace-sideSectionRow .is-team *:not(:last-of-type):after {
  content: ", ";
}

.Inscenace-side a:not(.ButtonBase) {
  color: inherit;
  text-decoration: underline;
}

.Inscenace-side a:not(.ButtonBase):hover, .Inscenace-side a:not(.ButtonBase):active, .Inscenace-side a:not(.ButtonBase):focus {
  text-decoration: none;
}

.Inscenace-authors {
  font-size: 1.25rem;
  font-family: var(--font-secondary);
  margin: 0 0 .5rem;
}

.Inscenace-author:not(:last-of-type):after {
  content: ", ";
}

.Inscenace-title {
  margin-bottom: .5rem;
}

.Inscenace-subtitle {
  font-size: 1.25rem;
  margin: 0 0 2rem;
}

.Inscenace-tag {
  display: flex;
  align-items: center;
  gap: 16px;
}

.Inscenace-tag:not(:last-of-type) {
  margin-bottom: .65rem;
}

.Inscenace .HomeRepertoireByAge-description {
  display: none;
}

/*# sourceMappingURL=inscenace.min.css.map */
