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

.lp-promo-6-new .lp-block-bg {
  background-image: url(/d/fgs16_products_6.png);
}

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

.lp-promo-6-new.js-make-community {
    flex-direction: column;
}

.lp-promo-6-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh;
    white-space: nowrap;
    overflow-x: hidden;
    position: relative;
}

.lp-promo-6-new .lp-promo-block__inner {
	display: flex;
	align-items: center;
}

.lp-promo-6-new__inner {
	width: 100%;
}

.lp-promo-6-new-content {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
}

@media all and (min-width: 600px) {
    .lp-promo-6-new-content {
        max-width: 100%;
    }
}
@media all and (min-width: 960px) {
    .lp-promo-6-new-content {
        max-width: 60%;
    }
}

/*@media all and (min-width: 960px) {
    .lp-promo-6-new-content {
        max-width: 800px;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-6-new-content {
        max-width: 564px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-6-new-content {
        max-width: 624px;
    }
}*/

.lp-promo-6-new-content__title {
    margin-bottom: 16px;
}

.lp-promo-6-new-content__subtitle {
    padding-top: 0;
    margin-bottom: 32px;
}

@media all and (min-width: 1380px) {
    .lp-promo-6-new-content__subtitle {
        margin-bottom: 48px;
    }
}

.lp-promo-6-new-content__buttons {
	display: flex;
	flex-wrap: wrap;
    margin-bottom: -16px;
}

@media all and (min-width: 600px) {
    .lp-promo-6-new-content__buttons {
        margin: 0 -8px -16px;
    }
}

@media all and (max-width: 599px) {
	.lp-promo-6-new-content__button {
		width: 100%;
	}
}

.lp-promo-6-new-content__button {
    /* display: block; */
    margin-bottom: 16px;
    text-align: center;
}

@media all and (max-width: 599px) {
	.lp-promo-6-new-content__button {
		display: flex;
	}
}

@media all and (min-width: 600px) {
    .lp-promo-6-new-content__button {
        /* display: inline-block; */
        min-width: auto;
        margin: 0 8px 16px;
    }
}

.lp-promo-6-new-bg {
    z-index: 0;
}

.lp-promo-6-new-bg__video {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.lp-promo-6-new-bg__video video {
    display: none;
}

@media all and (min-width: 1200px) {
    .lp-promo-6-new-bg__video video {
        display: block;
        min-height: 100%;
        min-width: 100%;
        z-index: 1;
    }
}

.lp-promo-6-new-bg__video iframe {
    display: none;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media all and (min-width: 1200px) {
    .lp-promo-6-new-bg__video iframe {
        display: block;
    }
}

.lp-promo-6-new ._left {
	text-align: left;
}

.lp-promo-6-new ._center {
	text-align: center;
}
	
._center .lp-promo-6-new-content__title,
._center .lp-promo-6-new-content__subtitle,
._center .lp-promo-6-new-content__buttons {
	text-align: center;
}


.lp-promo-6-new ._right {
	text-align: right;
}


.lp-promo-6-new-content-card {
	background: var(--content-background-lp);
	/*border: 1px solid var(--text-color-a-01);*/
}

.lp-promo-6-new .lp-promo-block__inner._top {
	align-items: flex-start;
}

.lp-promo-6-new .lp-promo-block__inner._bottom {
	align-items: flex-end;
}

.lp-promo-6-new-content__buttons._center {
	justify-content: center;
}
/*.lp-promo-6-new-content__buttons._right {
	justify-content: end;
}*/


[data-media-source="media-xl"] .lp-promo-6-new._not-vieport-height-desc ,
[data-media-source="media-lg"] .lp-promo-6-new._not-vieport-height-desc {
	min-height: 100vh;
}

[data-media-source="media-md"] .lp-promo-6-new._not-vieport-height-mobile ,
[data-media-source="media-sm"] .lp-promo-6-new._not-vieport-height-mobile ,
[data-media-source="media-xs"] .lp-promo-6-new._not-vieport-height-mobile {
	min-height: 100vh;
}