footer { 
    background: rgba(0,0,0,.8);
    color: #fff;
    text-align: center;
    z-index: 9;
    width: 100%;
}

footer .c_wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*footer .c_wrapper::before {
    content: '';
    display: block;
    background: rgba(0,0,0,.8);
    width: 450px;
    height: 450px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 275px;
    top: -80px;
    clip: rect(auto, auto, 80px, auto );
}

footer .more {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    top: -40px;
    font-family: 'pt_serifregular';
    font-weight: bold;
}*/

footer .logo {
    text-align: center;
}

footer .logo a {
    margin: 0 auto;
    width: 128px;
    height: 12px;
    padding: 0;
    background: url("../m_i/logo.png") center center no-repeat;
    background-size: contain;
}

footer .logo a span {
    display: none;
}

footer .copy {
    font-size: 12px;
    margin-top: 15px;
}