.form{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--main-bg);border:1px solid var(--graphic-accent);border-radius:var(--space-md);margin:0 auto;max-width:436px;padding:var(--space-md)}@media(min-width:768px){.form{padding:var(--space-xl)}}.form__wrapper{display:flex;flex-direction:column;gap:var(--space-lg)}.form__top--title{margin-bottom:var(--space-xxs)}@media(min-width:768px){.form__top--title{margin-bottom:var(--space-md)}}.form__top--description{max-width:326px}.form__fields{gap:var(--space-xxs)}.form__bottom,.form__fields{display:flex;flex-direction:column}.form__bottom{gap:var(--space-lg)}.form__checkbox{align-items:flex-start;cursor:pointer;display:inline-flex;justify-content:flex-start}.form__checkbox--text{font-size:12px;max-width:300px}.form__checkbox--custom{align-items:center;border:2px solid var(--graphic-main);border-radius:2px;display:flex;flex:0 0 20px;height:20px;justify-content:center;margin-right:var(--space-sm);position:relative;width:20px}.form__checkbox--custom_icon{color:var(--graphic-main);height:12px;margin-top:1px;opacity:0;position:static;transform:none;transition:opacity .3s ease;width:14px}.form__checkbox input[type=checkbox]:checked+.form__checkbox--custom .form__checkbox--custom_icon{opacity:1}.form__submit-button.btn_complex{justify-content:center;padding:var(--space-xs) var(--space-lg)}@media(min-width:768px){.form__submit-button.btn_complex{justify-content:space-between;padding:var(--space-xxs) var(--space-xxs) var(--space-xxs) var(--space-xl)}}.form__submit-button.btn .btn__icon-wrapper{display:none}@media(min-width:768px){.form__submit-button.btn .btn__icon-wrapper{display:flex}}
