.lp-staff-2 {
  padding: 48px 0;
}



.lp-staff-2__title-wrapper {
  text-align: center;
  padding-bottom: 32px
}

.lp-staff-2__title + .lp-staff-2__subtitle {
  padding-top: 8px;
}

.lp-staff-2__slider-wrapper {
	position: relative;
}

.lp-staff-2__slider-arrows {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

.lp-staff-2__slider-arrows-prev, .lp-staff-2__slider-arrows-next {
	position: absolute;
	top: 0%;
	transform: translateY(-50%);
	z-index: 2;
}

.lp-staff-2__slider-arrows-prev {left: 0}

.lp-staff-2__slider-arrows-next {right: 0}

.lp-staff-2__item-photo {
  font-size: 0;
  margin: 0 auto;
}

.lp-staff-2__item {
	background: var(--primary-color-a-02);
}

.lp-staff-2__item-text-wrapper {
  padding: 12px 16px;
  text-align: center;
}

.lp-staff-2__item-title + .lp-staff-2__item-postiion {
  padding-top: 4px;
}

._left .lp-staff-2__title-wrapper,
._left .lp-staff-2__buttons-wrap {text-align: left;}
._left .lp-staff-2__title {margin-left: 0;}
._left .lp-staff-2__subtitle {margin-left: 0;}



._right .lp-staff-2__title-wrapper,
._right .lp-staff-2__buttons-wrap {text-align: right;}
._right .lp-staff-2__title {margin-right: 0;}
._right .lp-staff-2__subtitle {margin-right: 0;}



.lp-staff-2__dots-item {
	margin-top: 16px;
	margin-bottom: 0;
}
@media all and (max-width: 600px) {
	.lp-staff-2__item-photo img {
		width: 100%!important;
		height: 100%!important;
	}
	
	.lp-staff-2__item-photo {
		width: 100%;
		height: calc(100vw - 32px);
	}
	
}


@media all and (min-width: 600px) {
  .lp-staff-2 {
    padding: 64px 0;
  }
  
  .lp-staff-2__title + .lp-staff-2__subtitle {
    padding-top: 16px;
  }
  
  .lp-staff-2__item-text-wrapper {padding: 16px}
  
  .lp-staff-2__item-photo {
		width: 276px;
		height: 276px;
	}
	
	.lp-staff-2 ._lp-max-width {max-width: 276px}
}

@media all and (min-width: 960px) {
  .lp-staff-2__dots-wrapper {
  	padding-top: 8px;
  }
  
  .lp-staff-2__item-photo {
		width: 272px;
		height: 272px;
	}
	
	.lp-staff-2 ._lp-max-width {max-width: 272px}
	
	._2 .lp-staff-2__item-photo {
		width: 432px;
		height: 432px;
	}
	
	.lp-staff-2._2 ._lp-max-width {max-width: 432px}
}

@media all and (min-width: 1200px) {
	.lp-staff-2__slider-arrows-prev {left: -8px}
	
	.lp-staff-2__slider-arrows-next {right: -8px}
	
	.lp-staff-2__item-photo {
		width: 270px;
		height: 270px;
	}
	
	.lp-staff-2 ._lp-max-width {max-width: 270px}
	
	._2 .lp-staff-1__item-photo {
		width: 564px;
		height: 564px;
	}
	
	.lp-staff-2__title,
	.lp-staff-2__subtitle {
		max-width: 848px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.lp-staff-2._2 ._lp-max-width {max-width: 564px}
	
	._3 .lp-staff-2__item-photo {
		width: 368px;
		height: 368px;
	}
	
	.lp-staff-2._3 ._lp-max-width {max-width: 368px}
}

@media all and (min-width: 1380px) {
  .lp-staff-2 {
    padding: 80px 0;
  }
  
  .lp-staff-2__title-wrapper {
    padding-bottom: 48px
  }
  
  .lp-staff-2__item-photo {
		width: 298px;
		height: 298px;
	}
	
	.lp-staff-2 ._lp-max-width {max-width: 298px}
	
	._2 .lp-staff-2__item-photo {
		width: 628px;
		height: 628px;
	}
	
	.lp-staff-2._2 ._lp-max-width {max-width: 628px}
	
	._3 .lp-staff-2__item-photo {
		width: 408px;
		height: 408px;
	}
	
	.lp-staff-2._3 ._lp-max-width {max-width: 408px}
}

.lp-staff-2__item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lp-staff-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lp-staff-2__list .owl-stage {
    display: flex;
}

.lp-staff-2__item-text-wrapper {
    margin-top: auto;
}

.lp-staff-2__buttons-wrap {
  text-align: center;
  margin-top: 32px;
}

.lp-staff-2__button {
  display: block;
  margin: 0 16px 16px 0;
  flex: 1 1 auto;
  width: 100%;
}



.lp-staff-2__buttons {
  text-align: center;
  justify-content: center;
  display: flex;
  margin: 0 -16px -16px 0;
  flex-wrap: wrap;
}


@media all and (min-width: 600px) {
  .lp-staff-2__buttons-wrap {
  }

  .lp-staff-2__button {
    width: auto;
  }

  .lp-staff-2__buttons {
    display: inline-flex;
  }
}

.owl-item.cloned .lp-staff-2__item.s3-animator-hide {
	opacity: 1;
}