.block-sticky {
    position: relative;
}

.footer__leadfix {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #1570ef !important;
    padding: 10px 10px 15px;
    z-index: 4;
    display: none;
}

.block-sticky .footer__inputfix button {
    width: 100% !important;
}

.block-sticky .lead--stickyfix {
    background-color: #FFF1F3 !important;
    padding: 24px 15px !important;
}

.block-sticky .block-sticky-button {
    display: block;
    width: 100%;
    height: 42px;
    border-radius: 2px;
    background-color: #C01048 !important;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}