.switch-lang, .switch-lang:hover, .switch-lang:focus, .switch-lang:visited{text-decoration: none;}
    .switch-lang{text-align: center;
    width: 100%;
    display: block;
    padding: 20px 0 5px 0;}
    
    .switchText--on {
        margin-left: 1px;
        color: #333;
        font-weight: bold;
    }
    
    .switchText {
        display: none;
        vertical-align: top;
    }
    
    .switchSlider {
        background: #efefef;
        border-radius: 8px;
        display: none;
        height: 16px;
        position: relative;
        width: 28px;
    }
    
    .switch--left {
        left: 0;
        right: auto;
    }
    
    .switch {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: white;
        border: 1px solid #9d9d9d;
        display: block;
        position: absolute;
        top: -1px;
        right: 0;
    }
    
    .switchText--off {
        display: block;
        color: #9d9d9d;
        font-size: 13px;
        font-weight: 700;
    }
    
    .switchText {
    display: inline-block;
}

.switchSlider {
    display: inline-block;
}

.switchText--off {
    display: inline-block;
    margin-right: 1px;
    color: #9d9d9d;
    font-size: 11px;
    font-weight: normal;
}
