.lp-header-subtitle {
    color: var(--text-color-base);
    font-weight: normal;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 24px;
}

@media all and (min-width: 600px) {
    .lp-header-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
    
    .lp-certificate-15 .hide-controls {
	    display: none;
	}
}

@media all and (min-width: 1380px) {
    .lp-header-subtitle {
        font-size: 20px;
    }
}

.inverse .lp-header-subtitle {
    color: #fff;
}

.lp-header-subtitle span {
    font-weight: bold;
    display: block;
}

.lp-certificate-15 *, .lp-certificate-15 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-certificate-15 {
    position: relative;
}

.lp-certificate-15 .lp-block-overlay {
    background-color: rgba(68, 68, 68, 0.05);
}

@media all and (min-width: 960px) {
    .lp-certificate-15._reverse .lp-certificate-15-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.lp-certificate-15-wrap {
    position: relative;
    padding: 48px 16px;
}

@media all and (min-width: 600px) {
    .lp-certificate-15-wrap {
        padding: 64px 32px;
    }
}

@media all and (min-width: 960px) {
    .lp-certificate-15-wrap {
        padding: 64px 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media all and (min-width: 1200px) {
    .lp-certificate-15-wrap {
        padding: 80px calc(((100vw - (24px * 12))/12) + (12px * 3));
    }
}

@media all and (min-width: 1200px) {
    .lp-certificate-15-wrap {
        padding: 80px calc(((100vw - (32px * 12))/12) + (16px * 3));
    }
}

.lp-certificate-15-info {
    text-align: center;
}

@media all and (min-width: 960px) {
    .lp-certificate-15-info {
        text-align: left;
        width: calc((((100vw - (48px * 6))/6) * 2 + (48px)));
    }
}

@media all and (min-width: 1200px) {
    .lp-certificate-15-info {
        width: calc(((100vw - (24px * 12))/12) * 4 + (24px * 3) - 56px);
    }
}

@media all and (min-width: 1380px) {
    .lp-certificate-15-info {
        width: calc(((100vw - (32px * 12))/12) * 4 + (32px * 3) - 48px);
    }
}

.lp-certificate-15-subtitle {
    margin: 8px 0 0;
}

@media all and (min-width: 960px) {
    .lp-certificate-15-subtitle {
        margin: 16px 0 0;
    }
}

.lp-certificate-15-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 32px -8px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media all and (min-width: 600px) {
    .lp-certificate-15-buttons {
        margin-top: 48px;
        margin-bottom: 32px;
    }
}

@media all and (min-width: 960px) {
    .lp-certificate-15-buttons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 32px;
    }
}

@media all and (min-width: 1200px) {
    .lp-certificate-15-buttons {
        margin-top: 40px;
    }
}

.lp-certificate-15-btn {
    margin: 0 8px 16px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
}

@media all and (min-width: 600px) {
    .lp-certificate-15-btn {
        width: auto;
    }
}

.lp-certificate-15-slider {
    position: relative;
    margin: 32px 0 0;
}

.lp-certificate-15-slider .owl-dots {
	display: none;
}

@media all and (min-width: 600px) {
    .lp-certificate-15-slider {
        margin: 48px 0 0;
    }
}

@media all and (min-width: 960px) {
    .lp-certificate-15-slider {
        margin: 0;
        width: calc((((100vw - (48px * 6))/6) * 4 + (48px * 3)));
    }
}

@media all and (min-width: 1200px) {
    .lp-certificate-15-slider {
        width: calc(((100vw - (24px * 12))/12) * 6 + (24px * 5));
    }
}

@media all and (min-width: 1380px) {
    .lp-certificate-15-slider {
        width: calc(((100vw - (32px * 12))/12) * 6 + (32px * 5));
    }
}

.lp-certificate-15-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 3;
}

.lp-certificate-15-arrow._hide {display: none;}
.lp-certificate-15-arrow._show {display: block;}

.lp-certificate-15-arrow:first-child {
    left: 0;
}

.lp-certificate-15-arrow:last-child {
    right: 0;
}

.lp-certificate-15-slider-item {
    height: 100%;
    padding: 16px;
    background: #fff;
    max-width: 100%;
}

.lp-certificate-15__slider-item-wr {
	display:flex;
}

@media all and (min-width: 600px) {
    .lp-certificate-15-slider-item {
        padding: 24px;
    	flex: 1;
    }
    
    .owl-carousel .lp-certificate-15-slider-item {
        margin-right: 32px;
    }
}

.lp-certificate-15-slider-item__photo {
    display: block;
    position: relative;
    width: calc(100vw - 64px);
    height: calc(100vw - 64px);
    margin-left: auto;
    margin-right: auto;
}

@media all and (min-width: 600px) {
    .lp-certificate-15-slider-item__photo {
        width: calc((100vw - 64px - 24px - (24px * 4))/2);
        height: calc((100vw - 64px - 24px - (24px * 4))/2);
    }
}

@media all and (min-width: 960px) {
    .lp-certificate-15-slider-item__photo {
        width: calc((((100vw - (48px * 6))/6) * 2));
        height: calc((((100vw - (48px * 6))/6) * 2));
    }
}

@media all and (min-width: 1200px) {
    .lp-certificate-15-slider-item__photo {
        width: calc(((100vw - (24px * 12))/12) * 3);
        height: calc(((100vw - (24px * 12))/12) * 3);
    }
}

@media all and (min-width: 1380px) {
    .lp-certificate-15-slider-item__photo {
        width: calc(((100vw - (32px * 12))/12) * 3 + 16px);
        height: calc(((100vw - (32px * 12))/12) * 3 + 16px);
    }
}

.lp-certificate-15-slider-item__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.lp-certificate-15-dots {
    text-align: center;
        margin-top: 24px;
}

@media all and (min-width: 600px) {
    .lp-certificate-15-dots {
        margin-top: 32px;
    }
}