.form-cmp__popup [id^="comp_"] { max-height: inherit; }
.form-cmp__popup .form-cmp { width: 100%; min-width: auto; max-height: inherit; margin: 0; padding: 0; }
.form-cmp__popup .form-cmp:not(.__center-width) .form-cmp__title,
.form-cmp__popup .form-cmp__title { width: 100%; margin-left: 0; margin-right: 0; min-width: auto; }
.popup-open-account.popup-window.form-cmp__popup .close-popup:hover { background-color: transparent; }
.form-cmp__popup .form-cmp__desc { margin-bottom: 30px; }

@media (max-width: 767px) {
    .form-cmp__popup .form-cmp__title { max-width: calc(100% - 29px); }
}