body {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 15px;
    background-color: #fff;
    color: #767676;
    font-weight: 400;
    line-height: 1.429;
}

h2 {
    color: #2d2d2d;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.2;
}

h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 8px;
    color: #2d2d2d;
    font-weight: 400;
    list-style: none;
}

/*p {
    font-size: 14px;
    line-height: 1.429;
    font-weight: 400;
    margin: 0 0 20px;
}

li {
    margin: 0 0 10px;
    line-height: 1.429;
    font-size: 14px;
}
li > a {
    color: #8340DB;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: color .2s,border-color .2s;
}
li > a:hover {
    border-color: currentColor;
    color: #8340DB;
}*/

footer {
    margin-top: auto;
}
.footer {
    color: #000;
}
.footer .footer-icon--item > a,
.footer .footer-menu--item > a {
    color: #000;
}
.footer .footer-icon--item > a:hover,
.footer .footer-menu--item > a:hover {
    color: #C400AB;
}