.lp-paid-block-bg {
    z-index: 100;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: url("/g/s3/lp/lpc.v4/img/paid_block/paid-block-pattern-bg.png");
}

.lp-paid-block-form {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    height: 52px;
    text-decoration: none;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 26px 15px 60px;
    color: #171717;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background: #f0d104;
    box-shadow: 0px 0px 5px rgba(240, 209, 4, 0.8);
    border-radius: 6px;
    transition: 0.3s ease;
}

.lp-paid-block-form:hover {
    background: #f7e672;
    box-shadow: 0px 0px 5px rgba(240, 209, 4, 0.8);
}

.lp-paid-block-form:active {
    background: #dec104;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.lp-paid-block-form:before {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url("/g/s3/lp/lpc.v4/img/paid_block/paid-block-icon.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 1;
    content: '';
    left: 20px;
}