.wrapper {
  overflow: hidden;
}

.stories {
  margin-top: 54px;
}

.stories-container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 25px;
}





.stories-list {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 95px;
  padding: 60px 98px 70px 75px;
  border-radius: 35px;
  background: #F9F9F9;
}

.stories-list:before,
.stories-list:after {
  content: '';
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.stories-list.bg-left:before {
  top: -30px;
  left: -68%;
  width: 970px;
  height: 970px;
  background-image: url(/content/themes/wit/img/bg/stories-bg-1.svg);
}

.stories-list.bg-left:after {
  top: 5%;
  right: 10%;
  width: 624px;
  height: 721px;
  background-image: url(/content/themes/wit/img/bg/team-bg.svg);
}

.stories-list.bg-right:before {
  top: -85px;
  right: -250px;
  width: 836px;
  height: 836px;
  background-image: url(/content/themes/wit/img/bg/stories-bg-2.svg);
}

.stories-list-header {
  position: absolute;
  display: flex;
  align-items: flex-end;
  top: 60px;
  left: 75px;
}

.stories-list__num {
  position: relative;
  display: flex;
  align-items: center;
  height: 75px;
  font-size: 64px;
  font-weight: 500;
  color: #C2C2C2;
  line-height: 0.8;
}

.stories-list__title {
  position: relative;
  top: 5px;
  min-height: 45px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.stories-list-inner {
  display: grid;
  grid-template-columns: 402px 644px;
  grid-column-gap: 40px;
}

.stories-list-main,
.stories-list-body {
  min-width: 0;
  overflow: hidden;
}

.stories-list-main {
  padding-top: 134px;
}

.stories-list-desc {
  max-width: 600px;
  margin-top: 50px;
}

.stories-list-desc .swiper-slide {
  display: flex;
  flex-direction: column;
}

.stories-desc {
  display: flex;
  flex-direction: column;
  grid-row-gap: 20px;
  align-items: flex-start;
}

.stories-desc__title {
  flex-grow: 1;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.2px;
}

.stories-desc__title p {
  margin: 0;
}

.stories-desc__text {
  display: none;
  font-size: 16px;
  letter-spacing: 0.8px;
  opacity: 0.7;
}

.stories-desc__text strong {
  font-weight: 600;
}

.stories-desc__text p {
  margin: 0;
}

.stories-desc__link-more {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #009B94;
  line-height: 1;
  letter-spacing: 0.8px;
  transition: color .3s ease-in-out;
}

.stories-desc__link-more:hover {
  color: rgba(0, 168, 142, .7);
}

.slider-womans {
  position: relative;
}

.slider-womans:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 20px);
  height: 1px;
  margin: 0 auto;
  background: #BEBEBE;
}

.swiper {
  opacity: 1;
  transition: opacity .3s ease-in-out .5s;
}

.swiper.swiper-container-initialized {
  opacity: 1;
}

.stories-list-womans .swiper-wrapper {
  align-items: flex-end;
}

.stories-list-womans .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  opacity: .8;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.stories-list-womans .swiper-slide .stories-item__pict {
  height: 290px;
  transform: scale(.87);
  transform-origin: center bottom;
  transition: transform .6s ease-in-out;
}

.stories-list-womans .swiper-slide.swiper-slide-thumb-active {
  transform: translateX(0%) scale(1);
  transform-origin: center bottom;
  z-index: 5;
  opacity: 1;
}

.stories-list-womans .swiper-slide.swiper-slide-thumb-active .stories-item__pict {
  transform: scale(1);
  transform-origin: center bottom;
}

.stories-list-womans .swiper-slide:hover .stories-item__title {
  color: rgba(0, 168, 142, .7);
}

.stories-list-womans .swiper-slide.swiper-slide-active .stories-item__title {
  /* transform: translateX(-5%); */
  max-width: 130px;
  font-size: 24px;
  font-weight: 600;
  color: #009B94;
  line-height: 1.17;
  letter-spacing: 1.2px;
  text-decoration: none;
}

.stories-list-womans .swiper-slide.swiper-slide-prev .stories-item__title {
  transform: translateX(-5%);
}

.stories-list-womans .swiper-slide.swiper-slide-next .stories-item__title {
  transform: translateX(5%);
}

.stories-list-womans .swiper-slide.swiper-slide-prev {
  transform: translateX(44%);
}

.stories-list-womans .swiper-slide.swiper-slide-next {
  transform: translateX(-44%);
}

.stories-list-inner_four-persons .stories-list-names {
  height: 140px;
}

.stories-list-inner_four-persons .swiper-container-vertical>.swiper-wrapper {
  padding-top: 20px;
}

/* .stories-list-inner_four-persons .stories-list-womans .swiper-slide.swiper-slide-prev {
  transform: translateX(34%);
}

.stories-list-inner_four-persons .stories-list-womans .swiper-slide {
  transform: translateX(-24%);
}

.stories-list-inner_four-persons .stories-list-womans .swiper-slide.swiper-slide-next {
  transform: translateX(-74%);
}

.stories-list-inner_four-persons .stories-list-womans .swiper-slide.swiper-slide-next ~ .swiper-slide {
  transform: translateX(-134%);
} */

.stories-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stories-item__pict {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-grow: 1;
}

.stories-item__pict img {
  max-height: 100%;
}

.stories-item__title {
  display: none;
  justify-content: center;
  align-items: center;
  max-width: 80px;
  min-height: 56px;
  margin: 17px auto 0;
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  line-height: 1.37;
  letter-spacing: 0.7px;
  text-decoration-line: underline;
  color: #BEBEBE;
  text-align: center;
  transition: all .3s ease-in-out;
}


.stories-list.stories-list_bg-none {
  margin: 0;
  padding: 60px 75px 70px 98px;
  background: none;
}

.stories-list.stories-list_right-align .stories-list-header {
  flex-direction: row-reverse;
  top: 0;
  left: auto;
  right: 70px;
  text-align: right;
}

.stories-list.stories-list_right-align .stories-list-inner {
  grid-template-columns: 644px 402px;
}

.stories-list.stories-list_right-align .stories-list-names {
  border-right: none;
  border-left: 1px solid #E6E9E8;
}

/* .stories-list.stories-list_right-align .stories-list-body {
  display: flex;
  justify-content: space-between;
  grid-column-gap: 36px;
} */

.stories-list.stories-list_right-align .stories-list-main {
  display: flex;
  justify-content: center;
}

/* .stories-list.stories-list_right-align .stories-list-desc {
  height: 240px;
} */

.stories-list-names {
  position: relative;
  flex-shrink: 0;
  width: 320px;
  height: 100px;
  margin-top: 75px;
  padding: 0 10px;
  border-right: 1px solid #E6E9E8;
}

/* .stories-list-names:before,
.stories-list-names:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 2;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
} */

/* .stories-list-names:before {
  top: -10px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.stories-list-names:after {
  bottom: -10px;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
} */

.stories-list-names .swiper-slide {
  height: auto;
}

.stories-list-names .swiper-slide:hover .stories-name {
  color: rgba(0, 168, 142, .7);
}

.stories-list-names .swiper-slide.swiper-slide-active .stories-name {
  font-size: 20px;
  font-weight: 600;
  color: #009B94;
  letter-spacing: 1;
}

.stories-name {
  font-size: 14px;
  font-weight: 600;
  color: #D8D8D8;
  letter-spacing: 0.7px;
  text-align: center;
  cursor: pointer;
  transition: color .3s ease-in-out;
}

.stories-list-names .swiper {
  height: 100%;
  overflow: hidden;
}

.slider-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  height: 100%;
}

.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  margin-top: 0;
  opacity: 1;
  /* opacity: 0.6; */
  /* transition: opacity .15s ease-in-out;
  border-style: solid;
  border-width: 0;
  border-color: #c2c2c2; */
}

.slider-nav .swiper-button-prev:hover,
.slider-nav .swiper-button-next:hover {
  opacity: 1;
}

.slider-nav .swiper-button-prev:after,
.slider-nav .swiper-button-next:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slider-nav .swiper-button-prev:after {
  background-image: url(../images/arrow_up.svg);
}

.slider-nav .swiper-button-next:after {
  background-image: url(../images/arrow_down.svg);
}

.stories-list-names__nav {
  flex-direction: column;
  left: 50%;
  margin-left: -20px;
}

.stories-list-names__nav .swiper-button-prev {
  top: -65px;
  left: 0;
  /* transform: rotate(45deg);
  border-top-width: 2px;
  border-left-width: 2px; */
}

.stories-list-names__nav .swiper-button-next {
  top: auto;
  bottom: -65px;
  right: 0;
  /* transform: rotate(45deg);
  border-right-width: 2px;
  border-bottom-width: 2px; */
}

.stories-list-names__nav .swiper-button-prev:after {
  background-image: url(/content/themes/wit/img/svg/arrow_up.svg);
}

.stories-list-names__nav .swiper-button-next:after {
  background-image: url(/content/themes/wit/img/svg/arrow_down.svg);
}

.stories-list-team {
  position: relative;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  min-width: 0;
}

.stories-list-team__nav {
  display: none;
  width: 100%;
}

.stories-list-team__nav .swiper-button-prev {
  left: -45px;
  /* transform: rotate(-45deg);
  border-top-width: 2px;
  border-left-width: 2px; */
}

.stories-list-team__nav .swiper-button-next {
  right: -45px;
  /* transform: rotate(-45deg);
  border-right-width: 2px;
  border-bottom-width: 2px; */
}

.stories-list-team__nav .swiper-button-prev:after,
.stories-list-team__nav .swiper-button-next:after {
  transform: rotate(-90deg);
}

.stories-team__bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.stories-list-desc .swiper-slide {
  opacity: 0;
  transition: opacity .6s ease-in-out;
}

.stories-list-desc .swiper-slide.swiper-slide-active {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
	.no-loop .stories-list-womans .swiper-slide.swiper-slide-active .stories-item__title {
		color: inherit;
		font-size: 12px;
	}
	.no-loop .stories-list-womans .swiper-slide.swiper-slide-active.swiper-slide-thumb-active .stories-item__title {
		color: #009b94;
		font-size: 18px;
	}
	.no-loop .stories-list-womans .swiper-slide.swiper-slide-active .stories-item__pict {
		transform: scale(.87);
	}
	.no-loop .stories-list-womans .swiper-slide.swiper-slide-active {
		opacity: 0.8;
	}
	.no-loop .stories-list-womans .swiper-slide.swiper-slide-active.swiper-slide-thumb-active {
		opacity: 1;
	}
	.no-loop .stories-list-womans .swiper-slide.swiper-slide-thumb-active .stories-item__pict {
		transform: scale(1);
	}

/*   .stories-list-inner_four-persons .stories-list-womans .swiper-slide.swiper-slide-active {
  transform: translateX(-24%) scale(1);
  pointer-events: none;
}
.stories-list-inner_four-persons .stories-list-womans .swiper-slide.swiper-slide-next {
  z-index: 1;
} */
}