.text-block-10 {
	padding: 40px 0;
}

.text-block-10__text-wrapper {
	background: #fff;
	padding: 24px;
}

.text-block-10__slider-part {
	position: relative;
}

.text-block-10__slider-arrows {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.text-block-10__text-wrapper [class*="lp-header"] {
	padding: 0;
	margin: 0;
}

.text-block-10__slider-item {
	height: 224px;
	box-sizing: border-box;
	overflow: hidden;
}

.text-block-10__slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text-block-10__title + .text-block-10__text {
	padding-top: 16px;
}

.text-block-10__text p:first-child {margin-top: 0;}
.text-block-10__text p:last-child {margin-bottom: 0;}

.text-block-10__button-wrapper {
	padding-top: 24px;
}

.text-block-10__button {
	/* display: block; */
	margin: 0 0 16px;
}

@media all and (max-width: 599px) {
	.text-block-10__button {
		display: flex;
	}
}

.text-block-10 .owl-dots {display: none;}

@media all and (min-width: 600px) {
	.text-block-10 {
		padding: 64px 0;
	}
	
	.text-block-10__slider-item {
		height: 296px;
	}
	
	.text-block-10__text-wrapper {
		padding: 32px;
	}
	
	.text-block-10__button-wrapper {
		padding-top: 16px;
		margin-left: -8px;
	}
	
	.text-block-10__button {
		/* display: inline-block; */
		margin: 0 8px 16px;
	}
	
	.text-block-10__button .lp-button__text {min-width: 208px;}
}

@media all and (min-width: 960px) {
	.text-block-10__slider-item {
		height: 488px;
	}
	
	.text-block-10__inner {
		display: flex;
	}
	
	.text-block-10__block {
		flex: none;
	}
	
	.text-block-10__slider-part {
		order: 1;
	}
	
	.text-block-10__slider-part {
		margin-left: -276px;
		width: 596px;
	}
	
	.text-block-10__text-part {
		width: 592px;
		position: relative;
		z-index: 2;
		align-self: flex-end;
		padding-top: 160px;
	}
	
	.text-block-10__slider-arrows {
		right: auto;
		left: 276px;
		bottom: auto;
		top: 444px;
	}
	
	._reverse .text-block-10__slider-arrows {
		right: 276px;
		left: auto;
	}
	
	._reverse .text-block-10__slider-part {
		order: -1;
		margin-left: 0;
		margin-right: -276px;
	}
}

@media all and (min-width: 1200px) {
	.text-block-10 {
		padding: 80px 0;
	}
	
	.text-block-10__slider-part {
		margin-left: -270px;
		width: 858px;
	}
	
	.text-block-10__text-part {
		width: 564px;
	}
	
	.text-block-10__slider-arrows {
		right: auto;
		left: 270px;
		top: 438px;
	}
	
	._reverse .text-block-10__slider-arrows {
		right: 270px;
		left: auto;
	}
	
	._reverse .text-block-10__slider-part {
		margin-left: 0;
		margin-right: -270px;
	}
}

@media all and (min-width: 1380px) {
	.text-block-10__slider-part {
		margin-left: -298px;
		width: 958px;
	}
	
	.text-block-10__text-part {
		width: 628px;
	}
	
	.text-block-10__slider-arrows {
		right: auto;
		left: 298px;
	}
	
	._reverse .text-block-10__slider-arrows {
		right: 298px;
		left: auto;
	}
	
	._reverse .text-block-10__slider-part {
		margin-left: 0;
		margin-right: -298px;
	}
}