

/* Start:/local/templates/whool/components/bitrix/news/stories/bitrix/news.detail/.default/style.css?17804906092167*/
.to_all_story {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  background: #222;
  display: block;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  padding: 0px 30px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}
.to_all_story:hover {
  background: #222;
}
.to_all_story {
  width: 200px;
  margin: 30px auto;
}
.to_all_story:hover {
  color: #ffffff;
}

:root {
  --background-color: #1b1d20;
  --slide-width: 344px;
  --slide-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.4);
  --slide-thumb-height: 3px;
  --slide-thumb-default-color: rgba(0, 0, 0, 0.4);
  --slide-thumb-active-color: rgba(255, 255, 255, 0.9);
}

img {
  display: block;
  max-width: 100%;
}

.slide {
  box-shadow: var(--slide-width);
  display: grid;
  margin: 20px auto;
  max-width: var(--slide-width);
}

.slide-items {
  border-radius: 5px;
  grid-area: 1/1;
  overflow: hidden;
  position: relative;
}

.slide-items > * {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.slide-items .active {
  opacity: 1;
  pointer-events: initial;
  position: relative;
}

.slide-nav {
  display: grid;
  grid-area: 1/1;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  z-index: 1;
  height: 85%;
  position: relative;
  top: 40px;
}

.slide-thumbs {
  display: flex;
  grid-column: 1/3;
  position: relative;
  top: -40px;
}

.slide-thumb-item {
  background-color: var(--slide-thumb-default-color);
  border-radius: 3px;
  display: block;
  flex: 1;
  height: var(--slide-thumb-height);
  margin: 5px;
  overflow: hidden;
}

.slide-thumb-item.active::after {
  animation: thumb 15s forwards linear;
  background-color: var(--slide-thumb-active-color);
  border-radius: 3px;
  content: "";
  display: block;
  height: inherit;
  transform: translateX(-100%);
}

.slide-next,
.slide-prev {
  opacity: 0;
  height: 100%;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@keyframes thumb {
  to {
    transform: initial;
  }
}

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

/* End */
/* /local/templates/whool/components/bitrix/news/stories/bitrix/news.detail/.default/style.css?17804906092167 */
