/* Minification failed. Returning unminified contents.
(81,26): run-time error CSS1039: Token not allowed after unary operator: '-dark-grey'
(199,1): run-time error CSS1019: Unexpected token, found '}'
 */

/* HOMEPAGE - FOOTER */
footer {
    color: #fff;
    font-size: 1rem;
    margin-top: 80px;
}

    footer h4 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 25px;
    }

    footer > ul {
        padding: 80px 0 105px;
    }

        footer > ul > li {
            margin: 0 35px;
        }

            footer > ul > li:first-child {
                width: 335px;
                margin-right: 0;
            }

            footer > ul > li:last-child {
                text-align: center;
                margin-left: 0;
            }

            footer > ul > li.separate-links {
                flex: 1;
            }

                footer > ul > li.separate-links > ul > li {
                    margin: 0 0 10px;
                    cursor:pointer;
                }
                footer > ul > li.separate-links > ul > li > a {
                    text-decoration: none;
                }

                    footer > ul > li.separate-links > ul > li:last-child {
                        margin: 0;
                    }

            footer > ul > li > p {
                text-align: justify;
            }

            footer > ul > li .download-app {
                margin: 0 0 10px;
            }

    footer > .copyright {
        background: #222222;
        padding: 25px 0;
    }

        footer > .copyright .footer-actions-part {
            margin-right: auto;
        }

            footer > .copyright .footer-actions-part > ul > li {
                display: inline-block;
            }

            footer > .copyright .footer-actions-part > ul > li {
                margin-left: 30px;
            }

                footer > .copyright .footer-actions-part > ul > li:last-child {
                    margin-left: 0;
                }

@media screen and (max-width: 1023px) {
    footer {
        padding: 0;
        background: var(--dark-grey);
        /*margin-bottom: 20px;*/
        background: #333 !important;
    }

        footer h4 {
            font-size: 1.25rem;
            margin-bottom: 10px;
        }

        footer > ul {
            padding: 0;
        }

            footer > ul > li {
                margin: 10px 0 10px 0;
                padding: 10px 20px;
            }

                footer > ul > li .download-app {
                    margin: 15px 0 15px 0;
                }

                footer > ul > li:first-child {
                    width: 100%;
                    padding-top: 30px;
                }

                footer > ul > li:last-child {
                    background: #222;
                    padding: 25px 0;
                    margin-bottom: 0;
                }

        footer > .copyright {
            padding: 0 50px 10px 50px;
        }

            footer > .copyright .footer-actions-part > ul {
                align-items: center;
                display: flex;
                justify-content: center;
                margin-top: 20px;
            }



    .mobile-navigation {
        height: 65px;
        position: fixed;
        bottom: 0;
        border-top: 1px solid #c8c7c5;
        width: 100%;
        background: #fafafa;
        padding: 12px 0;
        z-index: 99;
        /*display: block !important;*/
    }

        .mobile-navigation > ul {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 15px;
        }

            .mobile-navigation > ul > li > a {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }

                .mobile-navigation > ul > li > a > .icon-mobile-nav {
                    font-size: 1rem;
                    color: #acacac;
                }

                .mobile-navigation > ul > li > a > .text-mobile-nav svg {
                    fill: #acacac;
                    height: 16px;
                }

                .mobile-navigation > ul > li > a > .text-mobile-nav {
                    display: flex;
                    padding: 6px 7px;
                }

            .mobile-navigation > ul > li.active > a > .icon-mobile-nav {
                color: #333333;
            }

            .mobile-navigation > ul > li.active > a > .text-mobile-nav {
                background: #dd2127;
                border-radius: 50%;
            }

                .mobile-navigation > ul > li.active > a > .text-mobile-nav svg {
                    fill: #fff;
                }

            .mobile-navigation > ul > li:hover > a > .icon-mobile-nav {
                color: #333333;
            }

            .mobile-navigation > ul > li:hover > a > .text-mobile-nav {
                background: #dd2127;
                border-radius: 50%;
            }

                .mobile-navigation > ul > li:hover > a > .text-mobile-nav svg {
                    fill: #fff;
                }
} 




}

    


