.lp-gallery-4__wrapp {
    padding-top: 48px;
    padding-bottom: 16px;
    color: var(--text-color-base);
    text-align: center;
}

.lp-gallery-4 .owl-dots {
  display: none;
}

@media all and (min-width: 600px) {
    .lp-gallery-4__wrapp {
        padding-top: 64px;
        padding-bottom: 32px;
    }
}

@media all and (min-width: 1380px) {
    .lp-gallery-4__wrapp {
        padding-bottom: 40px;
        padding-top: 80px;
    }
}

.lp-gallery-4__title {
    margin-bottom: 8px;
}

.lp-gallery-4__buttons-wrapper {
	padding-top: 16px;
}

.lp-gallery-4__button {
	/* display: block; */
	margin: 16px 0 0;
}

@media all and (min-width: 600px) {
	.lp-gallery-4__buttons-wrapper {
		margin: 0 -8px;
	}
	
	.lp-gallery-4__button {
		/* display: inline-block; */
		margin: 16px 8px 0;
	}
	
    .lp-gallery-4__title {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1200px) {
    .lp-gallery-4__title {
        font-size: 50px;
        line-height: 58px;
        max-width: 760px;
        margin: 0 auto;
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1380px) {
    .lp-gallery-4__title {
        max-width: 842px;
    }
}

.lp-gallery-4__subtitle {
    margin-bottom: 16px;
    padding-top: 0;
}

@media all and (min-width: 600px) {
    .lp-gallery-4__subtitle {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 32px;
    }
}

@media all and (min-width: 1200px) {
    .lp-gallery-4__subtitle {
        font-size: 20px;
        line-height: 30px;
        margin-right: auto;
        margin-left: auto;
        max-width: 760px;
    }
}

@media all and (min-width: 1380px) {
    .lp-gallery-4__subtitle {
        max-width: 842px;
    }
}

.lp-gallery-4__content {
    position: relative;
}

@media all and (min-width: 600px) {
    .lp-gallery-4__content {
        margin-top: 16px;
    }
}

.lp-gallery-4__slider-item {
    height: 289px;
}

.lp-gallery-4__slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media all and (min-width: 600px) {
    .lp-gallery-4__slider-item {
        width: 576px;
    }
}

@media all and (min-width: 960px) {
    .lp-gallery-4__slider-item {
        width: 912px;
        height: 456px;
    }
}

@media all and (min-width: 1200px) {
    .lp-gallery-4__slider-item {
        width: 1152px;
        height: 576px;
    }
}

@media all and (min-width: 1380px) {
    .lp-gallery-4__slider-item {
        width: 1288px;
        height: 644px;
    }
}

.lp-gallery-4__slider-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lp-gallery-4__slider-btn svg {
    fill: #fff;
}

.lp-gallery-4__slider-prev {
    left: 0;
}

@media all and (min-width: 1200px) {
    .lp-gallery-4__slider-prev {
        left: -8px;
    }
}

.lp-gallery-4 .slick-slide {
    font-size: 0;
}

.lp-gallery-4__slider-next {
    right: 0;
}

@media all and (min-width: 1200px) {
    .lp-gallery-4__slider-next {
        right: -8px;
    }
}

.lp-gallery-4__slider-dots-wrapp {
    margin-top: 16px;
}

@media (min-width: 1380px) {
   .lp-gallery-4__slider-dots-wrapp {
        margin-top: 24px;
    } 
}