.stories .swiper-pagination {
  padding: unset;
}
.stories .swiper-button:not(:last-child) {
  margin-right: unset;
}
.stories__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.stories__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stories__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stories__video {
  position: relative;
  max-width: 44.375rem;
  width: 100%;
  margin-right: 4rem;
}
.stories__video::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.2%;
}
.stories__video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.5rem;
}
.stories__name {
  margin-bottom: 2rem;
}
.stories__block {
  position: relative;
  padding-left: 3.25rem;
}
.stories__block-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 0 rgba(0, 0, 0, 0.4), 0 0 3px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 0 rgba(0, 0, 0, 0.4), 0 0 3px 0 rgba(255, 255, 255, 0.2);
}
.stories__block-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  -webkit-box-shadow: 9px 5px 29px 2px rgba(255, 255, 255, 0.8), -9px -5px 29px 0 rgba(255, 255, 255, 0.81), 0 0 3px 0 var(--white);
  box-shadow: 9px 5px 29px 2px rgba(255, 255, 255, 0.8), -9px -5px 29px 0 rgba(255, 255, 255, 0.81), 0 0 3px 0 var(--white);
}
.stories__block-name {
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stories__block-content {
  margin-top: 1rem;
  color: var(--white-08);
}
.stories__block-content ul {
  padding-left: 1.25rem;
  list-style: disc;
}
.stories__block-content ul > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.stories__block:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 0.5rem;
}
.stories__block:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 0.84375rem;
  bottom: 0;
  width: 0.25rem;
  border-radius: 6.25rem;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.2), inset 0 0 3px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.2), inset 0 0 3px 0 rgba(0, 0, 0, 0.2), inset 0 0 1px 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .stories .swiper {
    padding-left: 20px;
    margin-left: -20px;
  }
  .stories__top {
    margin-bottom: 32px;
  }
  .stories__navigation {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
  }
  .stories__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stories__video {
    margin-right: unset;
    margin-bottom: 32px;
  }
  .stories__name {
    font-size: 34px;
    line-height: 110%;
  }
  .stories__block {
    padding-left: 44px;
  }
  .stories__block-dot {
    width: 24px;
    height: 24px;
  }
  .stories__block-dot::before {
    width: 8px;
    height: 8px;
  }
  .stories__block-name {
    line-height: 130%;
  }
  .stories__block:not(:last-child)::after {
    top: 32px;
    left: 9.5px;
  }
}
/*# sourceMappingURL=stories.css.map */
/*# sourceMappingURL=stories.css.map */