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

.lp-staff-1 [class*="lp-header"] {
	padding: 0;
	margin: 0;
} 

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

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

.lp-staff-1__item {
	padding: 0 0 24px;
}

.lp-staff-1__item-inner {
	background: var(--primary-color-a-02);
    width: 100%;
}

.lp-staff-1__item-photo {
	font-size: 0;
	margin-left: auto;
	margin-right: auto;
}

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

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

._left .lp-staff-1__title-wrapper {text-align: left; margin-left: 0;}
._right .lp-staff-1__title-wrapper {text-align: right; margin-right: 0;}


._left .lp-staff-1__buttons-wrap {text-align: left;}
._right .lp-staff-1__buttons-wrap {text-align: right;}


._left .lp-staff-1__list {justify-content: flex-start;}
._right .lp-staff-1__list {justify-content: flex-end;}

@media all and (min-width: 600px) {
	.lp-staff-1 {
		padding: 64px 0 40px;
	}
	
	.lp-staff-1__title + .lp-staff-1__subtitle {
		padding-top: 16px;
	}
	
	.lp-staff-1__item-text-wrapper {padding: 16px}
	
	.lp-staff-1__list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -12px;
		justify-content: center;
	}
	
	.lp-staff-1__item {
		flex: 0 0 35%;
		width: 50%;
		box-sizing: border-box;
		padding: 0 12px 24px;
		display: flex;
	}
	
	.lp-staff-1__item-photo {
		width: 276px;
		height: 276px;
	}
	
	.lp-staff-1 ._lp-max-width {max-width: 276px}
}

@media all and (min-width: 960px) {
	.lp-staff-1 {
		padding: 64px 0 16px;
	}
	
	.lp-staff-1__list {
		margin: 0 -24px;
	}
	
	.lp-staff-1__item {
		flex: 0 0 26%;
		width: 33.34%;
		padding: 0 24px 48px;
	}
	
	._2 .lp-staff-1__item {
		flex: 0 0 35%;
		width: 50%;
	}
	
	.lp-staff-1__item-photo {
		width: 272px;
		height: 272px;
	}
	
	.lp-staff-1 ._lp-max-width {max-width: 272px}
	
	._2 .lp-staff-1__item-photo {
		width: 432px;
		height: 432px;
	}
	
	.lp-staff-1._2 ._lp-max-width {max-width: 432px}
}

@media all and (min-width: 1200px) {
	.lp-staff-1 {
		padding: 64px 0 40px;
	}
	
	.lp-staff-1__title-wrapper {
		margin: 0 auto;
		width: 848px;
	}

	
	.lp-staff-1__list {
		margin: 0 -12px;
	}
	
	.lp-staff-1__item {
		flex: 0 0 21%;
		width: 25%;
		padding: 0 12px 24px;
	}
	
	._3 .lp-staff-1__item {
		flex: 0 0 26%;
		width: 33.34%;
	}
	
	.lp-staff-1__item-photo {
		width: 270px;
		height: 270px;
	}
	
	.lp-staff-1 ._lp-max-width {max-width: 270px}
	
	._2 .lp-staff-1__item-photo {
		width: 564px;
		height: 564px;
	}
	
	.lp-staff-1._2 ._lp-max-width {max-width: 564px}
	
	._3 .lp-staff-1__item-photo {
		width: 368px;
		height: 368px;
	}
	
	.lp-staff-1._3 ._lp-max-width {max-width: 368px}
	
	
}

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

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

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



.lp-staff-1__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-1__buttons-wrap {
  }

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

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

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