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

[data-count='3'] .lp-prods-16__wrap {
    padding: 40px 0;
}

[data-count='3'] .lp-prods-16__title {
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    text-align: center;
}

[data-count='3'] .lp-prods-16__text {
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
}

[data-count='3'] .lp-prods-16-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -12px 0 -12px 0;
}

.lp-prods-16-content-item {
    margin: 12px 0 12px 0;
    padding: 23px 23px 15px;
    border: 1px solid var(--primary-color-base);
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

[data-count='3'] .lp-prods-16-content-item__special-offer {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 4px 16px;
    display: block;
    color: #FFFFFF;
}

[data-count='3'] .lp-prods-16-content-item__special-offer--1 {
    background-color: hsl(217, 68%, 38%);
}

[data-count='3'] .lp-prods-16-content-item__special-offer--2 {
    background-color: #F2C94C;
}

[data-count='3'] .lp-prods-16-content-item__special-offer--3 {
    background-color: #EB5757;
}

[data-count='3'] .lp-prods-16-content-item__special-offer--4 {
    background-color: #03C6E0;
}

[data-count='3'] .lp-prods-16-content-item__special-offer--5 {
    background-color: #DA00D1;
}

[data-count='3'] .lp-prods-16-content-item__special-offer--6 {
    background-color: #00B934;
}

[data-count='3'] .lp-prods-16-content-item__special-offer--7 {
    background-color: #EA7000;
}

[data-count='3'] .lp-prods-16-content-item__special-offer--8 {
    background-color: var(--primary-color-base);
}

[data-count='3'] .lp-prods-16-content-item__special-offer--9 {
    background-color: var(--text-color-l-40);
}

.lp-prods-16-content-item__image {
	margin-left: auto;
	margin-right: auto;
	align-self: center;
}

[data-count='3'] .lp-prods-16-content-item__image {
    height: calc((100vw - 64px)/4*3);
    margin-bottom: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

[data-count='3'] .lp-prods-16-content-item__title {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}

[data-count='3'] .lp-prods-16-content-item-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

[data-count='3'] .lp-prods-16-content-item-prices__price {
    margin: 0;
    padding: 0;
}

[data-count='3'] .lp-prods-16-content-item-prices__price--old {
    margin: 0;
    margin-left: 8px;
    padding: 0;
    color: var(--text-color-base);
    opacity: 0.3;
    text-decoration: line-through;
}

/* [data-count='3'] .lp-prods-16-content-item-features  */

.lp-prods-16-content-item-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0 0 auto;
}

[data-count='3'] .lp-prods-16-content-item-features__item {
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[data-count='3'] .lp-prods-16-content-item-features__item:nth-child(odd) {
    background-color: rgba(68, 68, 68, 0.05);
}

[data-count='3'] .lp-prods-16-content-item-features__item:nth-child(even) {
    background-color: var(--text-color-a-02);
}

[data-count='3'] .lp-prods-16-content-item-features__item-left {
    margin: 4px;
    padding: 0;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
}

[data-count='3'] .lp-prods-16-content-item-features__item-right {
    padding: 0;
    margin: 4px;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
}

.lp-prods-16-content-item-buttons {
    margin: 24px -8px 0;
}

.lp-prods-16-content-item-buttons__item {
    /* display: block; */
    margin: 0 8px 16px;
    flex: 1 1 calc(50% - 16px);
    box-sizing: border-box;
    max-width: 100%;
}

@media all and (max-width: 599px) {
    .lp-prods-16-content-item-buttons__item {
    	width: 100%;
    	margin-left: 0;
    	margin-right: 0;
	}
	.lp-prods-16-content-item-buttons {
		margin-left: 0;
		margin-right: 0;
	}
}

@media all and (min-width: 960px) {
    .lp-prods-16-content-item-buttons__item {
    	white-space: nowrap;
	}
}

@media all and (min-width: 600px) {
    [data-count='3'] .lp-prods-16__wrap {
        padding: 64px 0;
    }

    [data-count='3'] .lp-prods-16__text {
        padding-bottom: 32px;
    }

    [data-count='3'] .lp-prods-16-content {
        margin: -12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lp-prods-16-content-item {
        margin: 12px;
        padding: 15px;
        width: 276px;
    }

    [data-count='3'] .lp-prods-16-content-item__special-offer {
        top: 23px;
    }

    [data-count='3'] .lp-prods-16-content-item__image {
        height: 171px;
    }

    [data-count='3'] .lp-prods-16-content-item__title {
        margin-bottom: 16px;
    }

    .lp-prods-16-content-item-buttons {
        margin: 32px -8px 0;
	    display: flex;
	    flex-wrap: wrap;
    }
}

@media all and (min-width: 960px) {
    [data-count='3'] .lp-prods-16__text {
        padding-bottom: 40px;
    }

    [data-count='3'] .lp-prods-16-content {
        margin: -24px;
    }

    [data-count='3'] .lp-prods-16-content-item {
        margin: 24px;
        width: 432px;
    }

    [data-count='3'] .lp-prods-16-content-item__image {
        height: 288px;
    }
}

@media all and (min-width: 1200px) {
    [data-count='3'] .lp-prods-16__wrap {
        padding: 80px 0;
    }

    [data-count='3'] .lp-prods-16__title {
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }

    [data-count='3'] .lp-prods-16__text {
        margin-left: auto;
        margin-right: auto;
        max-width: 848px;
        padding-bottom: 48px;
    }

    [data-count='3'] .lp-prods-16-content {
        margin: -12px;
    }

    [data-count='3'] .lp-prods-16-content-item {
        margin: 12px;
        width: 368px;
    }

    [data-count='3'] .lp-prods-16-content-item__image {
        margin-bottom: 32px;
        height: 240px;
    }
}

@media all and (min-width: 1380px) {
    [data-count='3'] .lp-prods-16-content {
        margin: -16px;
    }

    [data-count='3'] .lp-prods-16-content-item {
        margin: 16px;
        width: 408px;
    }

    [data-count='3'] .lp-prods-16-content-item__image {
        height: 270px;
    }
}

[data-count='2'] .lp-prods-16__wrap {
    padding: 40px 0;
}

[data-count='2'] .lp-prods-16__title {
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
    text-align: center;
}

[data-count='2'] .lp-prods-16__text {
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
}

[data-count='2'] .lp-prods-16-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -12px 0 -12px 0;
}

[data-count='2'] .lp-prods-16-content-item__special-offer {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 4px 16px;
    display: block;
    color: #FFFFFF;
}

[data-count='2'] .lp-prods-16-content-item__special-offer--1 {
    background-color: var(--primary-color-base);
}

[data-count='2'] .lp-prods-16-content-item__special-offer--2 {
    background-color: #F2C94C;
}

[data-count='2'] .lp-prods-16-content-item__special-offer--3 {
    background-color: #EB5757;
}

[data-count='2'] .lp-prods-16-content-item__special-offer--4 {
    background-color: #03C6E0;
}

[data-count='2'] .lp-prods-16-content-item__special-offer--5 {
    background-color: #DA00D1;
}

[data-count='2'] .lp-prods-16-content-item__special-offer--6 {
    background-color: #00B934;
}

[data-count='2'] .lp-prods-16-content-item__special-offer--7 {
    background-color: #EA7000;
}

[data-count='2'] .lp-prods-16-content-item__special-offer--8 {
    background-color: var(--primary-color-base);
}

[data-count='2'] .lp-prods-16-content-item__special-offer--9 {
    background-color: var(--text-color-l-40);
}

[data-count='2'] .lp-prods-16-content-item__image {
    height: calc((100vw - 64px)/4*3);
    margin-bottom: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

[data-count='2'] .lp-prods-16-content-item__title {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}

[data-count='2'] .lp-prods-16-content-item-prices__price {
    margin: 0;
    padding: 0;
}

[data-count='2'] .lp-prods-16-content-item-prices__price--old {
    margin: 0;
    margin-left: 8px;
    padding: 0;
    color: var(--text-color-base);
    opacity: 0.3;
    text-decoration: line-through;
}

[data-count='2'] .lp-prods-16-content-item-features__item {
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[data-count='2'] .lp-prods-16-content-item-features__item:nth-child(odd) {
    background-color: rgba(68, 68, 68, 0.05);
}

[data-count='2'] .lp-prods-16-content-item-features__item:nth-child(even) {
    background-color: var(--text-color-a-02);
}

[data-count='2'] .lp-prods-16-content-item-features__item-left {
    margin: 4px;
    padding: 0;
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
}

[data-count='2'] .lp-prods-16-content-item-features__item-right {
    padding: 0;
    margin: 4px;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
}

@media all and (min-width: 600px) {
    [data-count='2'] .lp-prods-16__wrap {
        padding: 64px 0;
    }

    [data-count='2'] .lp-prods-16__text {
        padding-bottom: 32px;
    }

    [data-count='2'] .lp-prods-16-content {
        margin: -12px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    [data-count='2'] .lp-prods-16-content-item {
        margin: 12px;
        padding: 23px;
        width: 276px;
    }

    [data-count='2'] .lp-prods-16-content-item__special-offer {
        top: 23px;
    }

    [data-count='2'] .lp-prods-16-content-item__image {
        height: 171px;
    }

    [data-count='2'] .lp-prods-16-content-item__title {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 960px) {
    [data-count='2'] .lp-prods-16__text {
        padding-bottom: 40px;
    }

    [data-count='2'] .lp-prods-16-content {
        margin: -24px;
    }

    [data-count='2'] .lp-prods-16-content-item {
        margin: 24px;
        width: 432px;
    }

    [data-count='2'] .lp-prods-16-content-item__image {
        height: 288px;
    }
}

@media all and (min-width: 1200px) {
    [data-count='2'] .lp-prods-16__wrap {
        padding: 80px 0;
    }

    [data-count='2'] .lp-prods-16__title {
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }

    [data-count='2'] .lp-prods-16__text {
        margin-left: auto;
        margin-right: auto;
        max-width: 848px;
        padding-bottom: 48px;
    }

    [data-count='2'] .lp-prods-16-content {
        margin: -12px;
    }

    [data-count='2'] .lp-prods-16-content-item {
        margin: 12px;
        width: 564px;
    }

    [data-count='2'] .lp-prods-16-content-item__image {
        margin-bottom: 32px;
        height: 387px;
    }
}

@media all and (min-width: 1380px) {
    [data-count='2'] .lp-prods-16-content {
        margin: -16px;
    }

    [data-count='2'] .lp-prods-16-content-item {
        margin: 16px;
        width: 628px;
    }

    [data-count='2'] .lp-prods-16-content-item__image {
        height: 435px;
    }
}

@media (min-width: 600px) {
	.lp-prods-16__title,
	.lp-prods-16__text {
		max-width: 848px;
		margin-right:auto;
		margin-left: auto;
	}

	.lp-prods-16._left .lp-prods-16-content {
		-webkit-box-pack: start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}

	.lp-prods-16._right .lp-prods-16-content {
		-webkit-box-pack: end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	}
}

@media (min-width: 960px) {
	._left .lp-prods-16__title,
	._left .lp-prods-16__text {
		margin-left: 0;
		text-align: left;
	}

	._right .lp-prods-16__title,
	._right .lp-prods-16__text {
		margin-right: 0;
		text-align: right;
	}
}

._right .lp-prods-16-content-item__special-offer {
    left: auto;
    right: 0;
    transform: none;
}

._left .lp-prods-16-content-item__special-offer {
    left: 0;
    transform: none;
}

.lp-prods-16-content-item__special-offer._no-image {
	position: static;
	margin: 7px auto 16px;
	transform: none;
	flex: none;
	width: auto;
}