.cp_yandex-tracker-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 995;

    bottom: 16px;
    left: 16px;
    padding: 5px 10px;

    color: #FFF;
    font-weight: 700;

    background-color: var(--brand-color, #FF9000);
    border-radius: 4px;
}
.cp_yandex-tracker-button:hover {
    color: #FFF;

    background-color: var(--brand-color-hover, #FF9D1F);
}

@media (max-width: 576px) {
    .cp_yandex-tracker-button {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 44px;

        border-radius: 0;
    }
}