.lpc-steps-2 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lpc-steps-2 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.lpc-steps-2__title-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lpc-steps-2__title-wrap {
    text-align: center;
}

.lpc-steps-2__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lpc-steps-2__item {
    position: relative;
    text-align: center;
}

.lpc-steps-2__item-content {
    height: 100%;
}

.lpc-steps-2 .lpc-steps-2__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-radius: 500px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
}

.lpc-steps-2__item-subtitle {
    margin-top: 16px;
}

.lpc-steps-2__item-text {
    margin-top: 8px;
    opacity: .6;
}

.lpc-steps-2__item-arrow {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    width: 32px;
    height: 32px;
}

.lpc-steps-2__item-arrow-line:before, 
.lpc-steps-2__item-arrow-line:after {
    content: '';
    display: block;
    background-color: inherit;
    position: absolute;
}

.lpc-steps-2__buttons-wrap {
    text-align: center;
}

.lpc-steps-2__buttons {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px -16px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lpc-steps-2__button {
    display: block;
    margin: 0 16px 16px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.lpc-steps-2._right .lpc-steps-2__title-row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lpc-steps-2._right .lpc-steps-2__title-wrap, .lpc-steps-2._right .lpc-steps-2__buttons-wrap {
    text-align: right;
}

.lpc-steps-2._left .lpc-steps-2__title-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lpc-steps-2._left .lpc-steps-2__title-wrap, .lpc-steps-2._left .lpc-steps-2__buttons-wrap {
    text-align: left;
}

.lpc-steps-2[data-media-source="mobile"] {
    padding: 24px 0;
}

.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__text {
    margin-top: 8px;
}

.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__items {
    margin-top: 24px;
    margin-bottom: -64px;
}

.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__item {
    margin-bottom: 64px;
}

.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__item:last-child .lpc-steps-2__item-arrow {
    display: none;
}

.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__item-arrow {
    bottom: -48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__item-arrow-line:first-child {
    width: 3px;
    height: 26px;
}

.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__item-arrow-line:before {
    bottom: 6px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    width: 14px;
}

.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__item-arrow-line:after {
    bottom: 6px;
    left: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    width: 14px;
}

.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__item-title {
    width: 28px;
    height: 28px;
}

.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__buttons-wrap {
    margin-top: 16px;
}

@media all and (min-width: 600px) { 
	.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__button {
		flex: none;
    	width: auto;
	}
	.lpc-steps-2[data-media-source="mobile"] .lpc-steps-2__buttons-wrap {margin-top: 24px;}
}

.lpc-steps-2[data-media-source="tablet"] {
    padding: 40px 0;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__text {
    margin-top: 16px;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__items {
    margin-top: 24px;
    margin-bottom: -24px;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__item {
    margin-bottom: 24px;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__item:nth-child(3n) .lpc-steps-2__item-arrow {
    display: none;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__item:last-child .lpc-steps-2__item-arrow {
    display: none;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__item-arrow {
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__item-arrow-line:first-child {
    height: 3px;
    width: 26px;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__item-arrow-line:before {
    top: 10px;
    right: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    width: 14px;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__item-arrow-line:after {
    top: 19px;
    right: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    width: 14px;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__item-title {
    width: 32px;
    height: 32px;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__buttons-wrap {
    margin-top: 24px;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.lpc-steps-2[data-media-source="tablet"] .lpc-steps-2__button {
    width: auto;
}

.lpc-steps-2[data-media-source="desktop"]._3 .lpc-steps-2__item:nth-child(4n) .lpc-steps-2__item-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lpc-steps-2[data-media-source="desktop"]._3 .lpc-steps-2__item:nth-child(3n) .lpc-steps-2__item-arrow {
    display: none;
}

.lpc-steps-2[data-media-source="desktop"]._3 .lpc-steps-2__item:last-child .lpc-steps-2__item-arrow {
    display: none;
}

.lpc-steps-2[data-media-source="desktop"] {
    padding: 48px 0;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__text {
    margin-top: 16px;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__items {
    margin-top: 32px;
    margin-bottom: -32px;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__item {
    margin-bottom: 32px;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__item:nth-child(4n) .lpc-steps-2__item-arrow {
    display: none;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__item:last-child .lpc-steps-2__item-arrow {
    display: none;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__item-arrow {
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__item-arrow-line:first-child {
    height: 3px;
    width: 26px;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__item-arrow-line:before {
    top: 10px;
    right: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 3px;
    width: 14px;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__item-arrow-line:after {
    top: 19px;
    right: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 3px;
    width: 14px;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__item-title {
    width: 48px;
    height: 48px;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__buttons-wrap {
    margin-top: 32px;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.lpc-steps-2[data-media-source="desktop"] .lpc-steps-2__button {
    width: auto;
}