.registration .step-control-panel{margin-top:var(--layout-gap);justify-content:right}.registration .registration-steps{position:relative;max-width:35%;min-width:100px;display:flex;justify-content:space-between;margin:0;gap:1rem}.registration .registration-steps:after{content:"";position:absolute;top:50%;width:100%;height:1px;background-color:var(--tertiary-bg-color);z-index:-1}.registration-step{position:relative;display:flex;align-items:center;justify-content:center;color:var(--tertiary-bg-color);background-color:var(--UI_base-body-bg-color);border:var(--UI_base-border);border-radius:50%;min-width:30px;min-height:30px}.registration .registration-step.registration-step_current{color:var(--UI_base-body-bg-color);background:var(--green-success);border-color:var(--green-success)}.registration .registration-step.registration-step_complete{color:transparent;background:var(--green-success);border-color:var(--green-success)}.registration .registration-step.registration-step_complete:before{content:url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.58067 0H10.8636C10.9748 0 11.0398 0.125261 10.9731 0.214974L4.94165 8.44323C4.72441 8.74115 4.27624 8.74115 4.05729 8.44323L0 2.90814H1.69079L4.50032 6.74037L9.36001 0.111719C9.41133 0.0423178 9.49343 0 9.58067 0Z' fill='%23FEFEFF'/%3E%3C/svg%3E%0A");position:absolute}.registration form h4{font-size:1.2rem;margin:var(--layout-gap-l) 0 var(--layout-gap-s) 0}form.first-step,form.second-step,form.third-step{text-align:left}.first-step .profile-type-option{position:relative;display:grid;grid-template-columns:auto auto;column-gap:1.5rem;align-items:center;padding:1.5em;margin-bottom:var(--layout-gap);border:var(--UI_form-border-width) solid var(--UI_form-border-color);border-radius:var(--UI_base-border-radius-l);background-color:var(--UI_base-body-bg-color);cursor:pointer}.first-step .profile-type-option:last-of-type{margin-bottom:var(--UI_form-gap-bottom)}.first-step .profile-type-option p{margin:0}.first-step .profile-type-option p a{white-space:nowrap}.first-step .profile-type-option input[type=radio]{position:relative;width:33px;height:33px;border:var(--UI_form-border-width) solid var(--UI_form-border-color);border-radius:50%}.first-step .profile-type-option input[type=radio]:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;display:none;width:23px;height:23px;margin:auto;border-radius:50%;background:var(--UI_button-bg-color);text-align:center}.first-step .profile-type-option input[type=radio]:checked:before{display:block}.first-step .profile-type-option h5{font-size:1em}.third-step .UI_checkbox{color:var(--tertiary-color)}@media (max-width: 600px){.first-step .profile-type-option{padding:1rem;column-gap:1rem}}
