.lpc-gallery-3 {
	width: 100%;
	position: relative;
}

.lpc-gallery-3 .lp-block-overlay {
	background-color: rgba(31, 80, 161, 0.1);
}

.lpc-gallery-3__row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lpc-gallery-3__slider-row {
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.lpc-gallery-3__item-img {
	height: 256px;
	overflow: hidden;
}

.lpc-gallery-3[data-media-source="tablet"] .lpc-gallery-3__item-img { height: 413px; }

.lpc-gallery-3[data-media-source="desktop"] .lpc-gallery-3__item-img { height: 548px; }

.lpc-gallery-3__item-img img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	object-fit: cover;
}

.lpc-gallery-3__controls {
	position: absolute;
	left: 24px;
	right: 24px;
	top: 50%;
	z-index: 1;
}

.lpc-gallery-3 .owl-stage {
	display: flex;
}

.lpc-gallery-3 .owl-stage-outer {overflow: hidden;}

.lpc-gallery-3__controls-button {
	position: absolute;
	transform: translateY(-50%);
}

.lpc-gallery-3__controls-button:last-child {right: 0}

.lpc-gallery-3 .owl-nav, .lpc-gallery-3 .owl-dots {display: none;} 

.lpc-gallery-3__content {
	z-index: 2;
}

.lpc-gallery-3__dots-wrap {
	text-align: center;
}

.lpc-gallery-3[data-media-source="mobile"] {
	padding: 32px 0;
}

.lpc-gallery-3[data-media-source="mobile"] .lpc-gallery-3__content {
	padding: 24px 16px;
}

.lpc-gallery-3[data-media-source="mobile"] .lpc-gallery-3__text {
	margin-top: 8px;
}

.lpc-gallery-3[data-media-source="tablet"] {
	padding: 56px 0;
}

.lpc-gallery-3[data-media-source="tablet"] .lpc-gallery-3__slider-wrap {
	padding: 0 7px;
}

.lpc-gallery-3[data-media-source="tablet"] .lpc-gallery-3__content-wrap {
	padding: 0 7px;
}

.lpc-gallery-3[data-media-source="tablet"] .lpc-gallery-3__content {
	padding: 24px;
	margin-top: -40px;
	position: relative;
	margin-right: 56px;
	margin-left: 56px;
}

.lpc-gallery-3[data-media-source="tablet"] .lpc-gallery-3__text {
	margin-top: 16px;
}

.lpc-gallery-3[data-media-source="tablet"] .lpc-gallery-3__dots {
	margin-top: 8px;
}

.lpc-gallery-3[data-media-source="desktop"] .lpc-gallery-3__dots {
	margin-top: 16px;
}

.lpc-gallery-3[data-media-source="tablet"] .js-prev-item, .lpc-gallery-3[data-media-source="tablet"] .js-next-item {
	width: 44px;
	height: 44px;
}

.lpc-gallery-3[data-media-source="tablet"] .js-owl-dot {
	width: 16px;
	height: 16px;
}

.lpc-gallery-3[data-media-source="desktop"] {
	padding: 80px 0;
}

.lpc-gallery-3[data-media-source="desktop"] .lpc-gallery-3__content {
	padding: 32px;
	margin-top: -80px;
	position: relative;
	margin-right: 76px;
	margin-left: 76px;
}

.lpc-gallery-3 .lpc-simple-dots {margin-top: 0;}

.lpc-gallery-3[data-media-source="desktop"] .lpc-gallery-3__text {
	margin-top: 16px;
}