.lp-new-elements-list-5 {
	overflow: hidden;
}

.lp-new-elements-list-5-bg {
	background-color: var(--primary-color-a-01);
}

.lp-new-elements-list-5__inner {
	width: 100%;	
}

.lp-new-elements-list-5__inner._left {
	margin-right: auto;
}
.lp-new-elements-list-5__inner._right {
	margin-left: auto;
}
.lp-new-elements-list-5__inner._center {
	margin-right: auto;
	margin-left: auto;
}

.lp-new-elements-list-5__heading._right ,
.lp-new-elements-list-5__heading._left {
	text-align: left;
}


.lp-new-elements-list-5__title-wrap,.lp-new-elements-list-5__desc {
	text-align: center;
}


.lp-new-elements-list-5__item:not(.lp-new-elements-list-5__item-card) {
    padding: 24px 0;
    border: 1px solid var(--text-color-a-02);
    border-left: 0px !important;
    border-right: 0px !important;
}

@media (max-width: 960px) {
    .lp-new-elements-list-5__item {
        padding: 20px 0;
    }
}

@media (max-width: 599px) {
    .lp-new-elements-list-5__item {
        padding: 16px 0;
    }
    
}

.lp-new-elements-list-5__item:not(.lp-new-elements-list-5__item-card):nth-child(n+2) {
    border-top: 0px !important;
}

.lp-new-elements-list-5__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    width: calc(100% + 32px);
}

@media (max-width: 599px) {
    .lp-new-elements-list-5__row {
        margin: 0;
        width: 100%;
    }
}

.lp-new-elements-list-5__left {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(((100% / 12)* 9) - 32px);
}

@media (max-width: 599px) {
    .lp-new-elements-list-5__left {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.lp-new-elements-list-5__right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(((100% / 12)* 3) - 32px);
}

@media (max-width: 599px) {
    .lp-new-elements-list-5__right {
        flex-direction: row;
        align-items: center;
        margin-top: 4px;
    }
}

@media (max-width: 599px) {
    .lp-new-elements-list-5__right {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.lp-new-elements-list-5__title + .lp-new-elements-list-5__text {
    margin-top: 12px;
}

@media (max-width: 960px) {
    .lp-new-elements-list-5__title + .lp-new-elements-list-5__text {
        margin-top: 8px;
    }
}

@media (max-width: 599px) {
    .lp-new-elements-list-5__title + .lp-new-elements-list-5__text {
        margin-bottom: 8px;
    }
}

.lp-new-elements-list-5__text.lp-header-text-2 {
    color: var(--text-color-base);
}

.lp-new-elements-list-5__price {
    margin-left: 15px;
}

@media (max-width: 960px) {
    .lp-new-elements-list-5__price {
        margin-left: 0px;
    }
}

@media (max-width: 599px) {
    .lp-new-elements-list-5__price {
        margin-right: 7px;
    }
}

.lp-new-elements-list-5__old-price {
    align-self: flex-end;
    text-decoration: line-through;
}

.lp-new-elements-list-5__old-price.lp-header-title-5 {
    font-weight: 400;
}
@media all and (min-width: 1200px) {

	.lp-new-elements-list-5__inner._small {
		width: calc((100% / 12)* 6) ;
	}
	.lp-new-elements-list-5__inner._middle {
		width: calc((100% / 12)* 8) ;
	}
	.lp-new-elements-list-5__inner._big {
		width: 100% ;
	}
}
@media all and (min-width: 1380px) {
	.lp-new-elements-list-5__inner._small {
		width: calc((100% / 12)* 6) ;
	}
	.lp-new-elements-list-5__inner._middle {
		width: calc((100% / 12)* 8) ;
	}
	.lp-new-elements-list-5__inner._big {
		width: 100% ;
	}
}

.lp-new-elements-list-5__item-not-cont,
.lp-new-elements-list-5__inner-card-not-cont{
	border: 1px solid var(--text-color-a-01);
}

.lp-new-elements-list-5__item-cont,
.lp-new-elements-list-5__inner-card-cont {
	background-color: var(--content-background-lp);
}

.lp-new-elements-list-5__item-card {
	margin-bottom: 20px;
}

.lp-new-elements-list-5__button {
	width: 100%;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.lp-new-elements-list-5__button._center {
	justify-content: center;
}
.lp-new-elements-list-5__button._right {
	justify-content: end;
}
.lp-new-elements-list-5__button {
	gap: 12px;
}

[data-media-source="media-sm"] .lp-new-elements-list-5__button ,
[data-media-source="media-xs"] .lp-new-elements-list-5__button  {
	margin-top: 20px;
}
[data-media-source="media-xs"] .lp-new-elements-list-5__button .lp-button {
	width: 100%;
}

/*[data-media-source="media-xl"] .lp-new-elements-list-5__button .lp-button ,
[data-media-source="media-lg"] .lp-new-elements-list-5__button .lp-button ,
[data-media-source="media-md"] .lp-new-elements-list-5__button .lp-button ,
[data-media-source="media-sm"] .lp-new-elements-list-5__button .lp-button {
    margin: 0 5px 10px;
}*/