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

.lp-promo-12 {
    overflow: hidden;
}

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

.lp-promo-12 {
    padding: 48px 16px 10px;
}

.lp-promo-12.lp-promo-block {
    min-height: 100vh;
}
.lp-promo-12.lp-promo-block._not-vieport-height {
    min-height: 0;
}

@media all and (min-width: 600px) {
    .lp-promo-12 {
        padding: 76px 46px 26px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo-12 {
        padding: 80px 56px 82px;
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-12 {
        padding: 80px 82px 85px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-12 {
        padding: 108px 82px 105px;
    }
}

.lp-promo-12__slides-wrapp {
    /*min-height: calc(100vh - 48px - 72px);*/
    min-height: 480px;
}

@media all and (min-width: 600px) {
    .lp-promo-12__slides-wrapp {
        min-height: calc(100vh - 76px - 102px);
    }
}

@media all and (min-width: 960px) {
    .lp-promo-12__slides-wrapp {
        min-height: calc(100vh - 80px - 82px);
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-12__slides-wrapp {
        min-height: calc(100vh - 80px - 85px);
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-12__slides-wrapp {
        min-height: calc(100vh - 108px - 105px);
    }
}

.lp-promo-12__slide-item {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 48px 0 68px;
    /*min-height: calc(100vh - 48px - 72px);*/
    min-height: 480px;
}

@media all and (min-width: 600px) {
    .lp-promo-12__slide-item {
        padding: 64px 0 56px;
        min-height: calc(100vh - 76px - 102px);
    }
}

@media all and (min-width: 960px) {
    .lp-promo-12__slide-item {
        min-height: calc(100vh - 80px - 82px);
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-12__slide-item {
        min-height: calc(100vh - 80px - 85px);
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-12__slide-item {
        padding: 100px 0 92px;
        min-height: calc(100vh - 108px - 105px);
    }
}

.lp-promo-12__slide-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5)
}

.lp-promo-12__slide-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
}

.lp-promo-12__slide-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lp-promo-12__slide-content {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    white-space: normal;
    width: 100%;
    z-index: 2;
}

@media all and (min-width: 600px) {
    .lp-promo-12__slide-content {
        width: 576px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo-12__slide-content {
        width: calc(100vw - 112px - 224px);
    }
}

@media all and (min-width: 1200px) {
    .lp-promo-12__slide-content {
        width: calc(100vw - 164px - 172px);
    }
    #lp_constructor .lp-promo-12__slide-content {
        width: auto;
    }
}

.lp-promo-12__slide-content-title {
    letter-spacing: 0.02em;
    margin: 0 auto 16px;
    max-width: 912px;
}

@media all and (min-width: 1200px) {
    .lp-promo-12__slide-content-title {
        margin-bottom: 24px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-12__slide-content-title {
        margin-bottom: 32px;
    }
}

.lp-promo-12__slide-content-subtitle {
    padding-top: 0;
    letter-spacing: 0.02em;
    margin: 0 auto 32px;
}

@media all and (min-width: 1200px) {
    .lp-promo-12__slide-content-subtitle {
        max-width: 768px;
    }
}

@media all and (min-width: 1380px) {
    .lp-promo-12__slide-content-subtitle {
        margin-bottom: 48px;
    }
}

.lp-promo-12__slide-content-buttons {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
}

@media all and (min-width: 600px) {
    .lp-promo-12__slide-content-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.lp-promo-12__slide-content-button {
    text-align: center;
    margin-bottom: 8px;
}

@media all and (min-width: 600px) {
    .lp-promo-12__slide-content-button {
        width: auto;
        margin: 0 8px 8px;
    }
}

.lp-promo-12-slider {
    position: relative;
}

.lp-promo-12__slides-wrapp {
	overflow: hidden;
}

.lp-promo-12-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lp-promo-12-slider .slick-slide {
    height: auto;
}

.lp-promo-12-slider .slick-slide > div {
    height: 100%;
}

.lp-promo-12-slider__arrows {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lp-promo-12-slider__arrow--left {
    margin-right: 2px;
}

.lp-promo-12-slider__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    font-size: 0;
    padding-left: 0;
    margin-top: 38px;
}

@media all and (min-width: 600px) {
    .lp-promo-12-slider__dots {
        margin-top: 50px;
    }
}

@media all and (min-width: 960px) {
    .lp-promo-12-slider__dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 72px;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        position: absolute;
        top: 50%;
        right: 12px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        height: calc(100vh - 80px - 82px - 64px);
    }
}

.lp-promo-12-slider__dots li {
    margin: 6px;
}

.lp-promo-12-slider__dots li.slick-active button {
    opacity: 1;
}

.lp-promo-12-slider__dots li button {
    height: 12px;
    width: 2px;
    border-radius: 500px;
    background: var(--primary-color-base);
    opacity: 0.3;
    border: none;
    outline: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    box-sizing: content-box;
}

@media all and (min-width: 960px) {
    .lp-promo-12-slider__dots li button {
        width: 6px;
        height: 16px;
    }
}

@media all and (max-width: 599px) {
	.lp-promo-12__slide-content-subtitle ,
	.lp-promo-12__slide-content-title {
		padding-left: 8px;
		padding-right: 8px;
	}
}