/**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
.block-tab {
  display: none;
  flex-direction: column;
  padding: 2.5rem 0;
  row-gap: 4.75rem;
}
@media screen and (min-width: 1201px) {
  .block-tab {
    flex-direction: row;
    padding: 5rem 5.5625rem;
    -moz-column-gap: 9.5rem;
         column-gap: 9.5rem;
  }
}
.block-tab__content {
  flex-basis: 50%;
}
.block-tab__image {
  flex-basis: 50%;
}
.block-tab__image figure {
  margin-bottom: 0;
}
.block-tab__image img {
  border-radius: 1.5rem;
}
.block-tab.active {
  display: flex;
}
.block-tab ul,
.block-tab ol {
  list-style-position: inside;
}
.block-tab__sub-heading {
  margin-top: 1.3125rem;
  margin-bottom: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  white-space: pre-wrap;
}
.block-tab__heading {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  white-space: pre-wrap;
}
@media screen and (min-width: 577px) {
  .block-tab__heading {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1201px) {
  .block-tab__heading {
    font-size: 2.25rem;
  }
}
.block-tab .tab__content {
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
}
.block-tab .tab__content > * {
  margin-top: 0;
}
.block-tab .tab__content > *:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=block_tab.css.map*/