.bricks-button {
    color: #fff;
    transition: all 0.3s;
    border-radius: 40px;
    padding: 16px 31px;
}

.bricks-button.md {
    padding: 8px 25px
}

.btn.bricks-button {
    border-width: 2px;
}

.btn {
    background-color: var(--brand2);
    color: #fff;
    transition: all 0.3s;
    border-radius: 40px;
    align-items: center;
    border-width: 0;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0;
    padding: 16px 31px;
    text-align: center;
    line-height: 100%;
}

#brx-footer a.btn:hover,
.btn:hover {
    text-decoration: none;
}

.btn-secondary {
    background-color: var(--brand1);
}

.btn-secondary:hover {
    background-color: #000;
}

.bricks-background-secondary {
    background-color: var(--brand2);
}

.bricks-background-secondary:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(../../img/arrow-right-top.svg) 0 0;
    background-size: 100% auto;
    transition: all 0.3s;
}

.btn-secondary:hover,
.bricks-background-secondary:hover {
    background-color: #000;
}

.btn-white {
    background-color: #fff;
    color: #262626;
}

.btn-phone {
    position: relative;
    font-weight: 700;
    padding-left: 55px
}

.btn-phone:before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 26px;
    top: 15px;
    background: url(../../img/ico-phone-black.svg) no-repeat center center
}

.btn-large {
    font-size: 20px
}

.btn-arrow:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url(../../img/arrow-right.svg) 0 0;
    background-size: 100% auto;
    filter: invert(100%);
    transition: all 0.3s;
}

.btn-arrow:hover:after {
    transform: translateX(8px)
}

.cf7Btn {
    padding: 0;
    width: 100%;
    display: block
}

.wpcf7-spinner {
    position: absolute;
    right: -50px;
    margin: 0;
    padding: 0;
    top: 10px
}