@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-prods-20 {
    overflow: hidden;
}

.lp-prods-20 .lp-wrapp {
	position: static;
}

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

.lp-prods-20-cards__item-wrap {
    position: relative;
    min-height: 300px;
    height: auto;
}

.lp-prods-20-cards__item {
    height: 100%;
    padding: 40px 36px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

@media all and (min-width: 600px) {
    .lp-prods-20-cards__item {
        padding: 48px 0;
    }
}

@media all and (min-width: 1200px) {
    .lp-prods-20-cards__item {
        width: 848px;
        margin: 0 auto;
    }
}

.lp-prods-20-cards__item-title {
    margin: 0 0 8px;
}

@media all and (min-width: 600px) {
    .lp-prods-20-cards__item-title {
        margin-bottom: 16px;
    }
}

.lp-prods-20-cards__item-text {
    padding-top: 0;
    margin-bottom: 32px;
}

.lp-prods-20-cards__item-buttons {
    margin-top: auto;
    margin-bottom: -8px;
}

@media all and (min-width: 600px) {
    .lp-prods-20-cards__item-buttons {
        margin: auto -4px -8px;
    }
}

.lp-prods-20-cards__item-buttons-btn {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .lp-prods-20-cards__item-buttons-btn {
        width: auto;
        margin: 0 4px 8px;
        min-width: 146px;
    }
}

.lp-prods-20-cards__item-bg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
}

.lp-prods-20-cards__item-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-prods-20._left .lp-prods-20-cards__item {
    text-align: left;
    margin-left: 0;
}

.lp-prods-20._right .lp-prods-20-cards__item {
    text-align: right;
    margin-right: 0;
}