@charset "utf-8";

footer {
    background-color: #76bb54;
    padding: 30px 100% 0;
    margin: 0 -100%;
}

footer .footer-top {
    padding: 0 15px 35px;
    border-bottom: 1px solid #5c9242;
    position: relative;
}

footer .footer-top .additional {
    font-size: 20px;
    color: #ffff00;
    font-weight: 500;
    line-height: 1.2;
}

footer .footer-top .sitemap-link {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #76bb54;
}

footer .footer-top .sitemap-link:hover,
footer .footer-top .sitemap-link:active,
footer .footer-top .sitemap-link:focus {
    border-bottom-color: #ffffff;
}

footer .footer-top .sitemap-link:before {
    content: '\f0e8';
    font-family: FontAwesome;
    padding-right: 5px;
}

footer .footer-bottom {
    padding: 35px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .footer-bottom .footer-bottom-left-cell img,
footer .footer-bottom .footer-bottom-right-cell img {
    float: left;
    margin-right: 25px;
}

footer .footer-bottom h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

footer .footer-bottom h3 a {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

footer .footer-bottom h3 a:hover,
footer .footer-bottom h3 a:active,
footer .footer-bottom h3 a:focus {
    text-decoration: underline;
}

footer .footer-bottom p {
    color: #ffffff;
    font-weight: bold;
    line-height: 1.3;
}

footer .footer-bottom p a {
    color: #ffffff;
}

footer .footer-bottom .phone-sitemap-link {
    display: none;
}

footer .copyright {
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: bold;
    background-color: #5c9242;
    padding: 5px 100%;
    margin: 0 -100%;
}

@media screen and (max-width: 991px) {
    footer .footer-top {
        border-bottom: none;
    }

    footer .footer-bottom {
        border-top: none;
        padding-top: 0;
        padding-bottom: 15px;
    }

    footer .footer-bottom .footer-bottom-left-cell {
        margin-bottom: 25px;
    }

    footer .footer-top .sitemap-link {
        display: none;
    }
    
    footer .footer-bottom .phone-sitemap-link-area {
        text-align: center;
    }

    footer .footer-bottom .phone-sitemap-link {
        display: inline-block;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 1px solid #76bb54;
        margin-top: 20px;
    }

    footer .footer-bottom .phone-sitemap-link:hover,
    footer .footer-bottom .phone-sitemap-link:active,
    footer .footer-bottom .phone-sitemap-link:focus {
        border-bottom-color: #ffffff;
    }

    footer .footer-bottom .phone-sitemap-link:before {
        content: '\f0e8';
        font-family: FontAwesome;
        padding-right: 5px;
    }
}

@media screen and (max-width: 480px) {
    footer .footer-top .additional {
        font-size: 16px;
    }

    footer .footer-bottom .footer-bottom-left-cell,
    footer .footer-bottom .footer-bottom-right-cell {
        width: 100%;
        left: auto;
        margin-bottom: 15px;
    }

    footer .footer-bottom .footer-bottom-left-cell img,
    footer .footer-bottom .footer-bottom-right-cell img {
        max-width: 40%;
        margin-bottom: 10px;
    }

    footer .footer-bottom h3 {
        margin-bottom: 5px;
    }

    footer .footer-bottom h3 a {
        font-size: 16px;
    }

    footer .footer-bottom p {
        font-size: 12px;
    }
}