.cp-footer{
	border-top: 1px solid #e2e2e2;
}
.cp-footer__navigation .cp-footer__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 70px 20px;
    max-width: 1320px;
    margin: 0 auto
}

.cp-footer__list {
    width: 50%
}

.cp-footer__list h3 {
    font-size: 20px;
    margin-bottom: 30px;
	font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .cp-footer__list {
        width:33%
    }
}

@media only screen and (min-width: 1024px) {
    .cp-footer__list {
        width:14em
    }
}

.cp-footer__list:last-of-type {
    width: 100%;
    max-width: 100%
}

@media only screen and (min-width: 1024px) {
    .cp-footer__list:last-of-type {
        width:20em;
        text-align: right
    }
}

.cp-footer__legal {
    padding: 2.5rem 20px 4.5714285714rem;
    background: #f3f5f8;
    text-align: center
}

.cp-footer__legal p {
    font-size: .875rem
}

.cp-footer p {
    margin: 0
}

.cp-footer p a {
    font-size: inherit;
    padding: initial;
    width: auto
}

.cp-footer a {
    color: #6757ff;
    font-weight: 400;
	font-size: 1rem;
}

.cp-footer address {
    font-style: normal;
    color: #595959
}
.cp-footer ul {
    color: inherit;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}