/* reset */

.cst-for-btn {
    position: relative;
    z-index: 3;
}

.cst-for-btn .lt-block-wrapper {
    padding: 0 0 80rem !important;
    background: var(--forBtnBackground) !important;
}

.cst-for-btn .container,
.cst-for-btn .my-container {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.cst-for-btn .row {
    margin: 0 !important;
}

.cst-for-btn .flex-row {
    margin: 0 !important;
}

.cst-for-btn .modal-block-content {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}

.cst-for-btn .builder {
    padding: 0 !important;
}

.cst-for-btn [data-path="column1"] {}

.cst-for-btn [data-path="column2"] {}

.cst-for-btn .builder-item,
.cst-for-btn .builder-item p {
    margin-bottom: 0 !important;
}

/* custom */

.cst-for-btn .f-btn {
    border: 2rem solid var(--defaultButtonBorder) !important;
    background: var(--defaultButtonBackground) !important;
    border-radius: 90rem !important;
    padding: 14rem 64rem !important;

    font-family: var(--font-family) !important;
    font-weight: 700 !important;
    font-size: 22rem !important;
    line-height: 130% !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    color: var(--defaultButtonColor) !important;

    transition: background-color .3s !important;
}

.cst-for-btn .f-btn:hover {
    background: var(--defaultButtonBorder) !important;
}

@media screen and (max-width: 768px) {
    .cst-for-btn .lt-block-wrapper {
        padding: 0 16rem 32rem !important;
    }

    .cst-for-btn .f-btn {
        padding: 14rem !important;
        max-width: 100% !important;
        width: 100% !important;

        font-size: 20rem !important;
    }

}