﻿.m-global-footer__anchor {
    font-size: 12px;
    border: 1px solid #8c8c8c;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #8c8c8c;
    text-decoration: none;
}

.m-global-footer__lang {
    position: absolute;
    bottom: 16px;
    right: 0;
}

.m-global-footer__lang a:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}