/* ----------$Catalog--------
$Footer
$Copyright
------------------------------ */


/* --------------------
/*      $Footer
----------------------- */

.footer {
    width: 100%;
    background-color: #029f7a;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.01) 80%);
}

.footer__top {
    height: 5px;
}

.footer__content {
    padding: 40px 30px;
}

.footer__logo {
    display: block;
    margin: 0 auto;
    width: 181px;
    height: 104px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-content .contactinfo {
    margin: 29px auto 0 auto;
}

@media(max-width:1269px) {
    .footer-content .contactinfo {
        margin-top: 12px;
    }
    .footer__logo {
        width: 135px;
        height: 78px;
    }
    .footer {
        min-height: auto;
    }
}

.footer-content .contactinfo,
.footer-content .contactinfo a {
    color: #ffffff;
}

.footer-content .contactinfo a:hover {
    opacity: 0.7;
}

.contactinfo {
    margin: 34px 0;
}

.contactinfo i {
    margin-right: 8px;
}

.contactinfo__part1 {
    display: flex;
    width: 100%;
    margin: 20px auto;
    justify-content: center;
}

.contactinfo__email,
.contactinfo__tel,
.contactinfo__fax,
.contactinfo__address {
    margin: 0 8px
}

.footer__nav {
    display: flex;
    justify-content: center;
    margin: 29px 0;
}

.footer__nav>li {
    display: inline-block;
    margin-top: 10px;
    padding: 0 36px;
    border-left: 1px solid white;
}

.footer__nav>li:last-child {
    border-right: 1px solid white;
}

.footer__nav li a {
    width: 90px;
    height: 42px;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

.footer__nav li a:hover {
    opacity: 0.7;
}

@media(max-width:1269px) {
    .contactinfo__part1 {
        width: 75%;
        flex-direction: column;
        justify-content: flex-start;
        margin: 12px auto;
    }
    .contactinfo__email,
    .contactinfo__tel,
    .contactinfo__fax {
        margin-bottom: 12px;
    }
    .footer__nav {
        display: none;
    }
}


/* --------------------
/*      $Copyright
----------------------- */

.copyright {
    min-height: 37px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 5px 20px;
    margin-bottom: 4px;
}

.copyright p {
    padding: 0px 0px;
    margin: 0px;
}

@media (max-width:1269px) {
    .copyright {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}