.xxx-list__item {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #e8ecef;
}

.xxx-list__item:last-child {
	border-bottom: 1px solid #e8ecef;
}

.xxx-list.xxx-list--reset{
	padding: 0;
	list-style-type: none;
}

.xxx-list__item.xxx-list__item--left-last > *:last-child{
	text-align: left;
}
.xxx-list__item.xxx-list__item--left-right > *:last-child{
	text-align: right;
}
/* xxx-list--wide */
.xxx-list.xxx-list--wide {
	padding: 0;
	list-style-type: none;
}

.xxx-list.xxx-list--wide .xxx-list__item:first-child {
	border-top: none;
}

.xxx-list.xxx-list--wide .xxx-list__item:last-child {
	border-bottom: none;
}

.xxx-list.xxx-list--wide .xxx-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.xxx-list.xxx-list--wide .xxx-list__item > *:first-child {
	margin-right: 10px;
}

.xxx-list.xxx-list--wide .xxx-list__item > *:last-child {
	text-align: right;
}

.xxx-list.xxx-list--wide .xxx-list__item {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* xxx-list--wide //end */

/* xxx-list--bd-last-none */
.xxx-list.xxx-list--bd-first-none .xxx-list__item:first-child {
	border-top: none;
}

.xxx-list.xxx-list--bd-last-none .xxx-list__item:last-child {
	border-bottom: none;
}

.xxx-list.xxx-list--bd-none .xxx-list__item {
	border: none;
}

/* xxx-list--bd-last-none //end */

/* xxx-list--pb-15 */
.xxx-list.xxx-list--pb-15 .xxx-list__item {
	padding-top: 0;
	padding-bottom: 15px;
}

.xxx-list.xxx-list--pb-15 .xxx-list__item:last-child {
	padding-bottom: 0;
}

/* xxx-list--pb-15 //end */

/* xxx-list--pb-15 */
.xxx-list.xxx-list--pb-15 .xxx-list__item {
	padding-top: 0;
	padding-bottom: 15px;
}

.xxx-list.xxx-list--pb-15 .xxx-list__item:last-child {
	padding-bottom: 0;
}
/* xxx-list--pb-15 //end */

/* xxx-list--pb-10 */
.xxx-list.xxx-list--pb-10 .xxx-list__item {
	padding-top: 0;
	padding-bottom: 10px;
}

.xxx-list.xxx-list--pb-10 .xxx-list__item:last-child {
	padding-bottom: 0;
}

/* xxx-list--pb-10 //end */

.xxx-list.xxx-list--p-10 .xxx-list__item {
	padding-bottom: 10px;
	padding-top: 10px;
}

/* xxx-list--colors-point */

.xxx-list.xxx-list--colors-point .xxx-list__item{
	position: relative;
	padding-left: 20px;
}

.xxx-list.xxx-list--colors-point .xxx-list__item:before{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #F1F4F7;
}

.xxx-list.xxx-list--colors-point .xxx-list__item.xxx-list__item--point-blue:before{
	background-color:  #55A3ED;
}
.xxx-list.xxx-list--colors-point .xxx-list__item.xxx-list__item--point-yellow:before{
	background-color:  #FFC42D;
}
.xxx-list.xxx-list--colors-point .xxx-list__item.xxx-list__item--point-red:before{
	background-color: #ED4F2C;
}
/* xxx-list--colors-point //end */


/* xxx-list--30-70 */
.xxx-list.xxx-list--30-70 .xxx-list__item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.xxx-list.xxx-list--30-70 .xxx-list__item > *:first-child{
	width: 30%;
}

.xxx-list.xxx-list--30-70 .xxx-list__item > *:last-child,
.xxx-list.xxx-list--30-70 .xxx-list__item.xxx-list__item--left-last > *:last-child{
	width: 70%;
	text-align: left;
}

.xxx-list.xxx-list--30-70 .xxx-list__item.xxx-list__item--right-last > *:last-child {
	text-align: right;
}
/* xxx-list--30-70 //end */

.xxx-list.xxx-list--no-first-last-p .xxx-list__item:first-child{
	padding-top: 0;
}

.xxx-list.xxx-list--no-first-last-p .xxx-list__item:last-child{
	padding-bottom: 0;
}
