body.yak.page-form {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 60px;
}

body.yak.page-form header {
    text-align: center;
}

body.yak.page-form header h1 {
    margin-bottom: 10px;
}

body.yak.page-form header .steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

body.yak.page-form header .steps span {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: var(--c3);
}

body.yak.page-form header .steps span.active {
    background: var(--c1);
    color: #fff;
    font-weight: bold;
}

body.yak.page-form header .steps span.checked {
    background: #5DC56E;
}

body.yak.page-form .blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

body.yak.page-form.register-2 .blocks {
    width: 90%;
    padding: 0;
    flex-direction: column;
    align-items: center;
}

body.yak.page-form.register-2 .blocks > form,
body.yak.page-form.register-2 .blocks > .alert,
body.yak.page-form.register-2 .blocks > .form-footer {
    width: 100%;
    max-width: 600px;
}

body.yak.page-form.register-2 .blocks form small {
    display: block;
    line-height: 1.6;
    margin: 15px 0 20px;
    color: var(--c1);
}

body.yak.page-form.register .block {
    width: 320px;
    max-width: 100%;
    background: #fff;
    padding: 60px;
    border-radius: 12px;
}

body.yak.page-form .block {
    width: 380px;
    max-width: 100%;
    background: #fff;
    padding: 50px;
    border-radius: 12px;
}

body.yak.page-form.register-2 .block.wide {
    width: 600px !important;
    max-width: 100%;
    padding: 60px;
    background: #fff;
    border-radius: 12px;
}

body.yak.page-form .block strong {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

body.yak.page-form .contact-help-wrap {
    padding-top: 40px;
    text-align: center;
}

body.yak.page-form .contact-help-wrap a.contact-help {
    display: block;
}

body.yak.page-form.register > p,
body.yak.page-form.register > header + p {
    text-align: center;
    max-width: 600px;
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 0 20px;
}

body.yak.page-form.register > p + p {
    text-align: center;
}

body.yak.page-form .info-block {
    max-width: 480px;
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    text-align: center;
}

body.yak.page-form .info-block p {
    margin-bottom: 20px;
    line-height: 1.8;
}

body.yak.page-form .info-block a.btn {
    margin-top: 10px;
}

body.yak.page-form .block.check-email-message {
    width: 100% !important;
    max-width: none;
    padding: 48px 8%;
    text-align: left;
}

body.yak.page-form .block.check-email-message strong {
    display: inline;
    font-size: inherit;
    white-space: nowrap;
}

body.yak.page-form .block.check-email-message p {
    margin-bottom: 2.1em;
    line-height: 2.1;
    color: var(--c1);
}

body.yak.page-form .block.check-email-message p:last-of-type {
    margin-bottom: 40px;
}

body.yak.page-form .block.check-email-message p a {
    text-decoration: underline;
}

body.yak.page-form .block.check-email-message a.contact-help {
    display: block;
    text-align: left;
    line-height: 2.1;
}
