    .ya_split_button {
        padding: 14px;
        border: 1px solid #f2f2f2;
        border-radius: 12px;
        background-color: #fff;
        position: relative;
        margin-top: 30px;
        opacity: 0;
    }

    .ya_split_button.init{
        opacity: 1;
    }

    .ya_split_button:before {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        content: '';
        z-index: 111;
        cursor: pointer;
    }

    .ya_split_button:before{
        background-color: #fff;
        opacity: 0;
        transition: all ease .3s
    }

    .ya_split_button:hover:before {
        opacity: .2
    }

    .price_ya_split_button {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    i.ya_split_logo {
        line-height: 0;
    }

    i.ya_split_logo svg {
        height: 20px;
        width: 72px;
        max-width: 100%;
        line-height: 1;
    }

    i.ya_split_logo {
        max-width: 25%;
    }

    .ya_split_button {
        cursor: pointer;
    }

    span.price_ya_split {
        max-width: 75%;
    }

    span.price_ya_split yandex-pay-badge {
        width: 100%;
    }

    
    .ya_bonus {
        margin-top: 20px;
        margin-left: 14px;
    }

    .ya_bonus + .ya_split_button{
        margin-top: 20px;
    }