.pmm-footer{
    border-top: 4px solid;
}

.dark-pmm-footer .footer-faq-bar {
    background-color: #292929;
    border-bottom: 1px solid #171717;
}

.light-pmm-footer .footer-faq-bar {
    background-color: #d9d9d9;
    border-bottom: 1px solid #fff;
}

.dark-pmm-footer .footer-content,
.dark-pmm-footer .footer-bottom{
    background-color: #222;
}

.light-pmm-footer .footer-content{
    background-color: #f2f2f2;
}

.light-pmm-footer .footer-bottom{
    background-color: #d9d9d9;
    border-top: 1px solid #fff;
}

.pmm-footer .line {
    background-color: #171717;
    border-bottom: 1px solid #ced4da;
    height: 1px;
    margin-bottom: 8px;
}

.pmm-footer ul{
    line-height: 1.75rem;
    list-style: none;
}

.pmm-footer li:before {
    content: "■";
    font-size: 0.5rem;
    color: var(--main-2);
}

.pmm-footer a{
    color: inherit;
    transition: all 0.5s;
}

.pmm-footer a:hover{
    color: var(--main-2);
    transition: all 0.5s;
}

.dark-pmm-footer .social_network_icon a img{
    background-color: #fff;
    transition: all 0.5s;
}
.dark-pmm-footer .social_network_icon a:hover img{
    background-color: var(--main-2);
    transition: all 0.5s;
}

.light-pmm-footer .social_network_icon a img{
    background-color: var(--secondary);
    transition: all 0.5s;
}
.light-pmm-footer .social_network_icon a:hover img{
    background-color: var(--main-2);
    transition: all 0.5s;
}

/*** set for don't show GDPR on scrolling on footer *** START ***/
footer#footer{
    z-index: 100;
}
@media (min-width: 768px) {
    footer#footer{
        z-index: 1;
    }
}
/*** set for don't show GDPR on scrolling on footer *** END ***/