.png-footer{
    box-shadow: 0px -2px 5px #3f3e3e0f;
    margin-top: auto;
    background: #fafafa;
    border-top: 2px solid #e5e5e573;
}
.png-footer .footer-links{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.png-footer .footer-links > div {
    display: block;
}
.png-footer .footer-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.png-footer .footer-separator{
    width: 200px;
    height: 2px;
    background: #efefef;
    border-radius: 10px;
    display: block;
    margin: 30px auto;
}
.png-footer .footer-links li{
    text-align: center;
    margin: 6px;
}
.png-footer .container{
    padding-top: 30px;
    padding-bottom: 30px;
}
.png-footer ul{
    list-style: none;
}
.png-footer ul svg{
    width: 24px;
    height: 24px;
    fill: #FD4B40;
    margin-right: 10px;
}
.png-footer ul a{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.png-footer ul a svg{
    transition: 200ms;
}
.png-footer ul a:hover svg{
    fill: #ff655c;
}
.png-footer ul a span , .png-footer ul a svg{
    pointer-events: none;
    user-select: none;
}
.png-footer .container{
    text-align: center;
}
.png-footer .footer-copyrights{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin-top: 30px;
}



/* -------------- */
/* mobile version */
/* -------------- */

@media(max-width: 800px){
    .png-footer{
        margin-top: auto;
        position: unset;
        display: block;
    }
    .png-footer .container{
        padding: 20px;
    }
    .png-footer .footer-separator{
        margin: 20px auto;
    }
    .png-footer .footer-links li{
        margin: 4px;
    }
    .png-footer .footer-copyrights{
        margin-top: 20px;
    }
    .png-footer .gas-safety{
        margin-top: 30px;
    }
    .png-footer .gas-safety .gas-safety__image{
        width: 70px;
    }
}

@media(max-width: 560px){
    .png-footer .container{
        padding: 14px 20px;
    }
    .png-footer ul a span{
        font-size: 13px;
    }
    .png-footer a svg{
        width: 20px;
        height: 20px;
        margin-right: 7px;
        margin-top: -2px;
    }
    .png-footer .footer-separator{
        margin: 14px auto;
    }
}