#footer {
    padding-top: 40px;
    background-color: #428DFF;
    margin-top: 50px;
    color: #fff;
    font-size: 14px;
}
.market, .phone {
    padding-left: 23px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;
}
.market{
    background-image: url('../images/market.png');
}
.phone {
    background-image: url('../images/phone.png');
}
#footer .bottom {
    padding: 10px 0;
    border-top: 2px solid #3a80ea;
    margin-top: 10px;
}


@media (max-width: 768px) {
    #footer .uk-flex.uk-flex-right{
        -ms-flex-pack: start;
        -webkit-justify-content: start;
        justify-content: start
    }
    .coppy_right.text-right {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .mobile-hidden{
        display: none;
    }
    .pc-hidden{
        display: block;
    }
    .row.uk-flex.no-mg {
        position: absolute;
        top: 30px;
        left: 15px;
    }
}
@media (max-width: 414px) {
    #footer .uk-flex.uk-flex-right{
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
    .coppy_right.text-right {
        font-size: 11px;
        text-align: left;
    }
}