.visibility-actions:not(.visibility-actions_visible) {
  display: none;
}
.lc-group {
  position: relative;
  display: flex;
}
.lc-group__content {
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.lc-group__content_viewport {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.lc-group__content_viewport .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.lc-group__content_justify_start {
  justify-content: flex-start;
}
.lc-group__content_justify_start .swiper-slide {
  justify-content: flex-start;
}
.lc-group__content_justify_between {
  justify-content: space-between;
}
.lc-group__content_justify_between .swiper-slide {
  justify-content: space-between;
}
.lc-group__content_justify_center {
  justify-content: center;
}
.lc-group__content_justify_center .swiper-slide {
  justify-content: center;
}
.lc-group__content_justify_end {
  justify-content: flex-end;
}
.lc-group__content_justify_end .swiper-slide {
  justify-content: flex-end;
}
