﻿.foot-fpay {
    display: none;
}

@media (max-width: 768px) {
    .foot-fpay {
        width: 100%;
        display: inline-block;
        background-color: #252525;
        text-align: center;
        position: fixed;
        bottom: 0;
        margin-bottom: 0;
        min-height: 120px;
        z-index: 5;
        border: 0px solid white;
    }

    .foot-fp-1 {
        width: 100%;
        display: block;
        height: 50px;
        background-color: #252525;
        text-align: center;
    }

    .foot-fp-1 img {
        max-width: 90%;
        max-height: 45px;
        margin-top: 5px;
    }

    .foot-fp-2 {
        width: 100%;
        display: block;
        height: 80px;
        background-color: #000;
        /*background: rgb(0,6,77);
        background: linear-gradient(0deg, rgba(0,6,77,1) 0%, rgba(0,0,8,1) 100%);*/
    }

        .foot-fp-2 div {
            padding-top: 5px;
            display: inline-block;
            text-align: center;
            border: 0px solid white;
        }

            .foot-fp-2 div:first-child {
                width: 36%;
            }

            .foot-fp-2 div:nth-child(2) {
                width: 28%;
            }

            .foot-fp-2 div:last-child {
                width: 28%;
            }

        .foot-fp-2 img {
            max-height: 50px;
        }
}
