.lp-promo-38 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-promo-38 .owl-dots {
  display: none;
}

.lp-promo-38 {
    padding-bottom: 48px;
}

@media all and (min-width: 600px) {
    .lp-promo-38 {
        padding: 0;
        position: relative;
    }
}

@media all and (min-width: 600px) {
    .lp-promo-38._reverse .lp-promo-38-content {
        margin-left: calc((100vw/6)*2 + 12px);
    }
}

@media all and (min-width: 960px) {
    .lp-promo-38._reverse .lp-promo-38-content {
        margin-left: calc((100vw/6)*2 + 24px);
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-38._reverse .lp-promo-38-content {
        margin-left: calc((100vw/12)*6 + 12px);
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-38._reverse .lp-promo-38-content {
        margin-left: calc((100vw/12)*6 + 16px);
    }
}

.lp-promo-38-slider-item {
    background: #fff;
}

@media all and (min-width: 600px) {
    .lp-promo-38-slider-item {
        min-height: 100vh;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 80px 0;
    }

    .lp-promo-38-slider-item._not-vieport-height {
        min-height: 0vh;
    }
}

.lp-promo-38-image {
    position: relative;
    height: 200px;
}

@media all and (min-width: 600px) {
    .lp-promo-38-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
    }
}

.lp-promo-38-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lp-promo-38-image .lp-block-overlay {
    background: #ffffff50;
}

.lp-promo-38-content {
    padding: 32px;
}

@media all and (min-width: 600px) {
    .lp-promo-38-content {
        position: relative;
        background-color: #fff;
        width: calc((100vw - (24px*2))/2);
        margin-left: calc(100vw/6 + 12px);
    }
}

@media all and (min-width: 960px) {
    .lp-promo-38-content {
        margin-left: calc(100vw/6 + 24px);
        width: calc((100vw - (48px*2))/2);
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-38-content {
        margin-left: calc(100vw/12 + 12px);
        width: calc(((100vw / 12) * 5) - 24px);
        padding: 40px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-38-content {
        margin-left: calc(100vw/12 + 16px);
        width: calc(((100vw / 12) * 5) - 32px);
    }
}

.lp-promo-38-content__text {
    margin: 8px 0 24px;
}

@media all and (min-width: 960px) {
    .lp-promo-38-content__text {
        margin: 8px 0 32px;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-38-content__text {
        margin: 16px 0 48px;
    }
}

.lp-promo-38-content__buttons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px -16px;
}

@media all and (min-width: 960px) {
    .lp-promo-38-content__buttons-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.lp-promo-38-btn {
    margin: 0 8px 16px;
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.lp-promo-38-arrow--left, .lp-promo-38-arrow--right {
    position: absolute;
    z-index: 2;
    top: 200px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.lp-promo-38-arrow--left._hide, .lp-promo-38-arrow--right._hide {display: none;}

@media all and (min-width: 600px) {
    .lp-promo-38-arrow--left, .lp-promo-38-arrow--right {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.lp-promo-38-arrow--left {
    left: 0;
}

@media all and (min-width: 600px) {
    .lp-promo-38-arrow--left {
        left: 12px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo-38-arrow--left {
        left: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-38-arrow--left {
        left: 12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-38-arrow--left {
        left: 16px;
    }
}

.lp-promo-38-arrow--right {
    right: 0;
}

@media all and (min-width: 600px) {
    .lp-promo-38-arrow--right {
        right: 12px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo-38-arrow--right {
        right: 24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-38-arrow--right {
        right: 12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-38-arrow--right {
        right: 16px;
    }
}

.lp-promo-38-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 16px -8px -16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width: 599px) {
	.lp-promo-38-dots {
		margin: 16px 0px -16px;
	}
}
@media all and (min-width: 600px) {
    .lp-promo-38-dots {
        position: absolute;
        bottom: 24px;
        z-index: 3;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-38-dots {
        margin-top: 24px;
        bottom: 40px;
    }
}

.lp-promo-38-dots .owl-dot {
    display: block;
    margin: 0 8px 16px;
    background-color: var(--primary-color-base);
    opacity: 0.3;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    outline: none;
}

@media all and (min-width: 600px) {
    .lp-promo-38-dots .owl-dot {
        width: 16px;
        height: 16px;
    }
}

.lp-promo-38-dots .owl-dot.active {
    opacity: 1;
}

.lp-promo-38-slider .owl-stage {
    display: flex;
}

.lp-promo-38-slider {
    font-size: 0;
}

.lp-promo-38-slider .lp-promo-38-slider-item {
    height: 100%;
}