.form-230-modal[__animate] .inner {
    transition: transform 0.12s cubic-bezier(0, 0, 0.8, 1);
}

.form-230-modal[__active] .inner {
    transform: translateX(0);
}

.form-230-modal .content {
    position: relative;
}
