/*
#captcha_salonsMain .grecaptcha-badge {
    position: relative !important;
    right: 0 !important;
}
*/

.form__wrap.salons-main.with-money .money__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: auto;
    gap: 2rem;
}

.form__wrap.salons-main.with-money .money__text {
    margin: 0;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    line-height: 133.5%;
    max-width: 30rem;
}

.form__wrap.salons-main.with-money {
    position: relative;
}

@media only screen and (max-width: 1360px) and (min-width: 767px) {
    .form__wrap.salons-main.with-money .money__wrapper {
        position: absolute;
        top: 65px;
    }

    .form__wrap.salons-main.with-money .form__title {
        margin-bottom: 8rem;
    }
}

@media only screen and (max-width: 1360px) {
    .form__wrap.salons-main.with-money .money__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form__wrap.salons-main.with-money .money__text {
        max-width: 100%;
    }
}

@media only screen and (max-width: 766px) {
    .form__wrap.salons-main.with-money .form__text {
        margin-bottom: 3rem;
    }
}