.page-footer {
    padding-top: 70px;
    position: relative;
    background: #f7f7f7;
}

.footer-logo a {
    background: none;
    display: block;
    max-width: 188px;
}

.footer-logo {
    margin: 0 0 14px;
}

.footer-social {
    margin-top: 38px;
}

.footer-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.footer-social ul li {
    padding: 0;
    margin: 0;
}

.footer-social ul li:before {
    display: none;
}

.footer-social ul li a {
    font-size: 20px;
    line-height: 1em;
    color: #1e441e;
    display: flex;
    background: none;
}

.footer-info {
    margin: 38px 0;
}

.footer-top h3 {
    color: #1e441e;
    font-size: 22px;
    margin: 0 0 7px;
}

.footer-social h3 + ul {
    margin: 25px 0 0;
}

.footer-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-info ul li {
    padding: 0 0 0 26px;
    margin: 0;
}

.footer-info ul li:before {
    display: none;
}

.footer-info ul li a {
    font-size: 18px;
    font-weight: 400;
    background: none;
    line-height: 1.555em;
    color: #1e441e;
}

.footer-info ul li i {
    font-size: 16px;
    color: #1e441e;
    position: absolute;
    left: 0;
    top: 7px;
}

.footer-links h3 + ul {
    margin-top: 17px;
}

.footer-bottom {
    padding: 16px 0;
    background: #e5eae6;
    position: relative;
    margin-top: 60px;
    text-align: center;
}

.footer-bottom p {
    color: #1e441e;
}

.back-to-top a i {
    font-size: 20px;
    color: #f9fff5;
    width: 48px;
    height: 48px;
    background: #1e441e;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top a p {
    font-size: 20px;
    font-weight: 400;
    color: #1e441e;
    margin: 4px 0 0 0;
}

.back-to-top a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: none;
    width: max-content;
}

.back-to-top {
    margin-top: 50px;
}

.footer-links ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-links ul li {
    padding: 0;
    margin: 0;
}

.footer-links ul li:before {
    display: none;
}

.footer-links ul li a {
    font-size: 18px;
    font-weight: 400;
    background: none;
    color: #1e441e;
}

@media (min-width: 768px) {
    .footer-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-info {
        margin: 0;
        width: 376px;
        margin-top: -5px;
    }

    .page-footer {
        padding-top: 50px;
    }

    .footer-top h3 {
        font-size: 28px;
        margin: 0 0 16px;
    }

    .footer-links ul li a {
        font-size: 20px;
    }

    .footer-links ul {
        gap: 6px;
    }

    .footer-info ul li a {
        font-size: 20px;
        line-height: 1.4em;
    }

    .footer-info ul {
        gap: 8px;
    }

    .back-to-top {
        margin-top: 43px;
    }

    .footer-bottom {
        padding: 11px 0;
    }

    .footer-social {
        min-width: 50%;
    }
}

@media (min-width: 1025px) {
    .footer-social {
        margin-top: -5px;
        min-width: 155px;
    }

    .back-to-top {
        margin-top: 0;
        position: absolute;
        right: 97px;
        bottom: 118px;
    }

    .footer-logo a {
        max-width: 241px;
    }

    .footer-bottom {
        margin-top: 49px;
    }

    .footer-left-col {
        margin-right: 25px;
    }

    .footer-social h3 + ul {
        margin: 23px 0 0;
    }

    .footer-links {
        margin-top: -5px;
    }

    .footer-logo {
        margin: 0 0 18px;
    }

    .footer-info ul li a,
    .footer-links ul li a,
    .footer-social ul li a,
    .back-to-top a p {
        transition: text-shadow 0.3s;
    }

    .footer-info ul li a:hover,
    .footer-links ul li a:hover,
    .footer-social ul li a:hover,
    .back-to-top a:hover p {
        font-weight: 400;
        text-shadow: 0 0 1px #1E441E;
    }

    .back-to-top a i {
        transition: background-color 0.3s;
    }

    .back-to-top a:hover i {
        background-color: #416858;
    }

    .page-footer {
        padding-top: 62px;
    }

    .footer-links {
        min-width: 200px;
    }
}