.lp-elements-list-1 {
	overflow: hidden;
}
._center .lp-elements-list-1__header, ._center .lp-elements-list-1__subtitle {
	text-align: center;
}
._right .lp-elements-list-1__header, ._right .lp-elements-list-1__subtitle {
	text-align: right;
}
.lp-elements-list-1__item {
	display: flex;
}
.lp-elements-list-1__inner {
	display: flex;
	flex-direction: column;
}
.lp-elements-list-1__inner._left {
	align-items: flex-start;
}
.lp-elements-list-1__inner._center {
	align-items: center;
}
.lp-elements-list-1__inner._right {
	align-items: flex-end;
}
.lp-elements-list-1__icon {
	align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 8px;
    text-align: center;
    background-color: var(--primary-color-a-01);
    margin: 0 32px 0 0;
    flex: 0 0 auto;
    min-width: 2.2em;
    min-height: 2.2em;
}

.lpc-wrap .lp-elements-list-1__icon.lp-header-title-2,
.lpc-wrap .lp-elements-list-1__icon.lp-header-title-2:hover {
	color: var(--primary-color-base);
}
.lp-elements-list-1__title {
	margin-bottom: 8px;
}

.lp-elements-list-1__item--block {
	border: 1px solid var(--text-color-a-01);
}

.lp-elements-list-1--bg {
	background-color: var(--primary-color-a-01);
}
.lp-on-background {
	border: 1px solid var(--text-color-a-01);
	background: var(--content-background-lp);
}
.lp-off-border {
	border: none;
}

@media all and (max-width: 599px) {
	.lp-elements-list-1__item + .lp-elements-list-1__item {
		margin-top: 24px;
	}
	.lp-elements-list-1__item {
		flex-direction: column;
	}
	.lp-elements-list-1__icon-box {
	    margin: 0;
	}
	.lp-elements-list-1__icon {
	    margin: 0;
	}
}

@media all and (min-width: 600px) {
	.lp-elements-list-1__item + .lp-elements-list-1__item {
		margin-top: 24px;
	}
	.lp-elements-list-1__icon-box {
	    margin: 0 32px 0 0;
	}
	.lp-elements-list-1__icon {
	    margin: 0 24px 0 0;
	}
}

@media all and (min-width: 960px) {
	.lp-elements-list-1__item + .lp-elements-list-1__item {
		margin-top: 32px;
	}
	.lp-elements-list-1__icon {
	    margin: 0 24px 0 0;
	}
}

@media all and (min-width: 1200px) {
	.lp-elements-list-1__icon {
	    margin: 0 32px 0 0;
	}
}

@media all and (min-width: 1380px) {
	.lp-elements-list-1__icon {
	    margin: 0 32px 0 0;
	}
}

@media all and (max-width: 599px) { 
	.lp-elements-list-1__inner {
		margin: 0 -12px;
	    width: calc(100% + 24px);
	}
	.lp-elements-list-1__top,
	.lp-elements-list-1__item-wrap {
		margin-left: 12px;
	    margin-right: 12px;
	    width: calc(100% - 24px);
	}
	
}

@media all and (min-width: 600px) {
	.lp-elements-list-1__inner {
		margin: 0 -12px;
	    width: calc(100% + 24px);
	}
	.lp-elements-list-1__top,
	.lp-elements-list-1__item-wrap {
		margin-left: 12px;
	    margin-right: 12px;
	    width: calc(100% - 24px);
	}
}

@media all and (min-width: 960px) {
	.lp-elements-list-1__inner {
		margin: 0 -12px;
		width: calc(100% + 24px);
	}
	.lp-elements-list-1__top._big,
	.lp-elements-list-1__item-wrap._big {
		margin-left: 12px;
	    margin-right: 12px;
	    width: calc(((100% / 12)* 12) - 24px);
	}
	.lp-elements-list-1__top,
	.lp-elements-list-1__item-wrap {
		margin-left: 12px;
	    margin-right: 12px;
	    width: calc(((100% / 12)* 8) - 24px);
	}
	.lp-elements-list-1__top._small,
	.lp-elements-list-1__item-wrap._small {
		margin-left: 12px;
	    margin-right: 12px;
	    width: calc(((100% / 12)* 6) - 24px);
	}
}

@media all and (min-width: 1200px) {
	.lp-elements-list-1__inner {
		margin: 0 -16px;
		width: calc(100% + 32px);
	}
	.lp-elements-list-1__top._small,
	.lp-elements-list-1__item-wrap._small {
		margin-left: 16px;
	    margin-right: 16px;
	    width: calc(((100% / 12)* 6) - 32px);
	}
	.lp-elements-list-1__top._big,
	.lp-elements-list-1__item-wrap._big {
		margin-left: 16px;
	    margin-right: 16px;
	    width: calc(((100% / 12)* 12) - 32px);
	}
	.lp-elements-list-1__top,
	.lp-elements-list-1__item-wrap {
		margin-left: 16px;
	    margin-right: 16px;
	    width: calc(((100% / 12)* 8) - 32px);
	}
}

@media all and (min-width: 1380px) {
	.lp-elements-list-1__inner {
		margin: 0 -16px;
		width: calc(100% + 32px);
	}
	.lp-elements-list-1__top._small,
	.lp-elements-list-1__item-wrap._small {
		margin-left: 16px;
	    margin-right: 16px;
	    width: calc(((100% / 12)* 6) - 32px);
	}
	.lp-elements-list-1__top._big,
	.lp-elements-list-1__item-wrap._big {
		margin-left: 16px;
	    margin-right: 16px;
	    width: calc(((100% / 12)* 12) - 32px);
	}
	.lp-elements-list-1__top,
	.lp-elements-list-1__item-wrap {
		margin-left: 16px;
	    margin-right: 16px;
	    width: calc(((100% / 12)* 8) - 32px);
	}
}