﻿footer{background: #002d56;}

.footer{
    display: flex;
    height: auto !important;
    justify-content: space-between;
    background: #002d56;
}

.footer .itemFoot{
    width: 33.3333%;
    letter-spacing: 1;
    padding: 5px;
    color: #fff;
}

.footer .itemFoot:nth-child(2){
    text-align: center
}

.footer .itemFoot:nth-child(3){
    text-align: right;
}

.phone .footer{
    display: flex;
    flex-direction: column;
}
.phone .footer .itemFoot {
    text-align: center;
    padding: 5px 0px;
}
.phone .footer .itemFoot{width: 100%;}
.phone .footer .itemFoot:first-child{padding-top: 0px; }
.phone .footer .itemFoot:last-child{
    padding-bottom: 0px;
    border-top: 1px solid #f0f0f0;
}
