.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;
    }
}

@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;
}

._not-vieport-height .lp-promo7-content {min-height: 0;}

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

.lp-promo7 {
    position: relative;
    overflow: hidden;
}

.lp-promo7 .lp-block-overlay {
	background: transparent;
}

@media all and (max-width: 600px) {
	.lp-promo7._adaptive {
		min-height: 0!important;
	}

	.lp-promo7._adaptive .lp-promo7-half-bg{
	    display: none;
	}
}

.lp-promo7 .lp-promo7-content-wrapper {
    min-height: 100vh;
    z-index: 1;
}

.lp-promo7-content {
    padding: 64px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (min-width: 600px) {
    .lp-promo7-content {
        width: 65%;
    	min-height: 100vh;
    }
	    
	.lp-promo7 {
	    min-height: 100vh;
	}
}

@media all and (max-width: 599px) {
	.lp-promo7-content {
		padding: 40px 0;
	}
}

@media all and (max-width: 480px) {
	.lp-promo7-content {
		padding: 24px 0;
	}
}

@media all and (min-width: 960px) {
    .lp-promo7-content {
        width: 50%;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo7-content {
        width: 48%;
    }
}

.lp-promo7__subtitle {
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 30px;
}

.lp-promo7__subtitle span {
    font-weight: bold;
}

@media all and (min-width: 600px) {
    .lp-promo7__subtitle {
        font-size: 18px;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo7__subtitle {
        font-size: 20px;
    }
}

.inverse .lp-promo7__subtitle {
    color: #fff;
}

.lp-promo7__controls a {
    margin-right: 16px;
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
}

@media all and (min-width: 600px) {
    .lp-promo7__controls a {
        width: inherit;
    }
}

.lp-promo7-half-bg {
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
}

.lp-promo7-half-bg img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

@media all and (min-width: 600px) {
    .lp-promo7-half-bg {
        width: 35%;
    	position: absolute;
    }
}

@media all and (min-width: 960px) {
    .lp-promo7-half-bg {
        width: 45%;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo7-half-bg {
        width: 50%;
    }
}

.lp-promo7 .lp-block-bg .lp-block-overlay {
	display: block;
}

.lp-promo7__title {
	margin-bottom: 16px;
}

@media (min-width: 1200px) {
	.lp-promo7__title {
		margin-bottom: 16px;
	}
}