.alert_metrika {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    color: #1c1e23;
    background: #fff;
    font-size: 12px;
    padding: 15px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    margin: 0;
}

#block-vesta-theme-diskleymer .alert_metrika a {
    text-decoration: underline;
    font-size: 1em;
    max-width: initial;
}

.alert_metrika a:hover {
    color: #ff0101;
}

.alert_metrika .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.alert_metrika .block-btns {
    margin-top: 15px;
}

.alert_metrika.metrika_hidden_yes {
    display: none;
}

.alert_metrika button.btn.btn-primary {
    display: inline-block;
    font-size: 14px;
    line-height: 8px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 12px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #ffe040;
    color: #231f20;
    border-radius: 7px;
    text-transform: uppercase;
}

.alert_metrika button.btn.btn-primary:hover {
    background: #231f20;
    color: #ffe040;
}