.footer {
    background: #0e3781;
    width: 100%;
    clear: both;
    float: left;
    position: relative;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.footer .logo {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translatex(-50%);
    padding: 16px 20px;
    background: #f4f4f4;
}

.footer .logo img {
    height: 21px;
    width: auto;
}

.footer .logo::before {
    position: absolute;
    left: -10px;
    top: 12px;
    content: "";
    background: #ff6c00;
    width: 10px;
    height: 16px;
}

.footer .logo::after {
    position: absolute;
    right: -10px;
    top: 12px;
    content: "";
    background: #ff6c00;
    width: 10px;
    height: 16px;
}

.footer .right li {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    float: right;
    text-align: right;
}

.footer .right li a.cr {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    text-align: right;
    margin-top: 10px;
}

.footer a {
    font-family: sans-serif;
    font-size: 14px;
    color: #a5bbe2;
    line-height: 30px;
}

.footer a.cr {
    position: relative;
    border: 1px solid #a5bbe2;
    border-radius: 50%;
    content: "";
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer a.cr i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer .medsos {
    float: left;
    width: 100%;
    clear: both;
    float: left;
    text-align: center;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #3e5f9a;
}

.footer .medsos li {
    margin: 0 5px;
    display: inline-block;
}

.footer .medsos li a.cr {
    float: left;
}

.footer .medsos li img {
    width: 100%;
    height: 16px;
    /* margin-top: 6px; */
}

.copyright {
    width: 100%;
    clear: both;
    float: left;
    background: #072967;
    padding: 20px;
    font-size: 14px;
    color: #a5bbe2;
    text-align: center;
    height: 72px;
}