footer.page-footer {
    min-height: 100px;

    position: relative;
    padding: 200px 10px 50px;
}

footer.page-footer a {
    color: #515151;
    text-decoration: none;
}

footer.page-footer a:hover {
    color: #77C19D;
    text-decoration: underline;
}

footer.page-footer .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;

    background: url('/pub/i/bg.png') no-repeat left center,
                linear-gradient(180deg, rgba(0, 41, 174, 1) 0%, rgba(121, 26, 255, 1) 100%, rgba(177, 26, 255, 1) 100%);

    background-size: cover;
    z-index: -1;
}

footer.page-footer .footer-wrap {
    background: #fff;
    color: #515151;

    max-width: 1280px;
    width: 100%;
    margin: auto;

    box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.25);
}

footer.page-footer .footer-wrap .footer-content {
    padding: 40px 65px;

    display: flex;
    flex-wrap: nowrap;
    position: relative;
}


footer.page-footer .footer-wrap .footer-content:before {
    content: '';

    position: absolute;
    border: 40px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;

    top: -80px;
    left: 100px;
}

footer.page-footer .footer-wrap .footer-content .col {
    margin: 0 20px;
    padding: 0 20px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


footer.page-footer .footer-wrap .footer-content .col:not(:first-child) {
    border-left: 8px solid #77C19D;
}

footer.page-footer .footer-wrap .footer-content .logo {
    font-size: 35px;
    font-weight: 300;
    line-height: 30px;
    text-transform: lowercase;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
}


footer.page-footer .footer-wrap .footer-content .logo .text {
    margin-bottom: 30px;
    position: relative;
}

footer.page-footer .footer-wrap .footer-content .logo .text:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 8px;
    width: 60px;
    display: block;
    background: #77C19D;
}

footer.page-footer .footer-wrap .footer-content .social-links {
    display: flex;
}

footer.page-footer .footer-wrap .footer-content .links a {
    margin-right: 20px;
    display: inline-flex;
    justify-content: left;
    align-items: center;

    font-size: 16px;
}

footer.page-footer .footer-wrap .footer-content .links img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

footer.page-footer .footer-wrap .footer-bottom {
    color: #fff;
    background: #77C19D;
    text-align: center;
    padding: 15px 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}