/*
 * ПОДВАЛ
 */



.footer {
    display: flex;
    justify-content: center;
    background-color: #191D20;
    position: relative;
    z-index: 40;
}
.footer__inner {
    display: block;
    max-width: 150rem;
    width: 100%;
}



.copyrights {
    display: flex;
    background-color: #373f47;
    /*height: 8rem;*/
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    padding: 3.6rem 6rem;
}
.copyrights__text {
    display: flex;
    align-items: center;

    font-size: 1.6rem;
    flex-direction: column;
}
.copyrights__date {
    font-weight: 400;
    margin-right: 1.6rem;
}
.copyrights__link {
    margin-left: 1rem;
    font-weight: 700;
    transition: .2s;
}
.copyrights__link:hover {

}
.copyrights__rights {
    display: block;
    text-align: center;
    width: 100%;
    border-top: .1rem solid rgba(255, 255, 255, .12);
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 1.4rem;
}











