/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik-VariableFont_wght.ttf);
    font-style: normal
}

.pass-input {
    position: relative;
    display: flex;
    flex-direction: column
}

.pass-input.l .pass-input__input {
    min-height: 56px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px
}

.pass-input.l .pass-input__show {
    bottom: 14px
}

.pass-input__label {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.33
}

.pass-input__input {
    min-height: 44px;
    padding: 10px 34px 10px 16px;
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, .16);
    background-color: #fff;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.pass-input__input::placeholder {
    color: rgba(39, 38, 44, .56)
}

.pass-input__input:hover {
    border-color: rgba(0, 0, 0, .48)
}

.pass-input__input:focus {
    outline: none;
    border-color: #27bfab
}

.pass-input__input:disabled {
    border-color: rgba(0, 0, 0, .16);
    opacity: .64
}

.pass-input__input.error,
.pass-input__input_force-alert {
    border-color: #e51818
}

.pass-input__input-wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

.pass-input__show {
    position: absolute;
    display: flex;
    bottom: 10px;
    right: 8px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.pass-input__show:hover svg {
    color: #27262c
}

.pass-input__show.active {
    display: flex
}

.pass-input__icon {
    color: #27262c;
    transition: all .2s
}

.pass-input__icon_open {
    width: 20px
}

.pass-input__alert {
    display: none;
    margin-top: 4px;
    color: #e51818;
    font-size: 14px;
    line-height: 20px
}

.pass-input__alert.active {
    display: block
}

.pass-input__force-alert {
    margin-top: 4px;
    color: #e51818;
    font-size: 14px;
    line-height: 20px
}

.text-area {
    position: relative;
    display: flex;
    flex-direction: column
}

.text-area__label {
    margin-bottom: 4px;
    color: rgba(39, 38, 44, .72);
    font-size: 12px;
    line-height: 1.33
}

.text-area__input {
    resize: none;
    height: 100%;
    padding: 16px 20px;
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, .16);
    background: #fff;
    color: #27262c;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.text-area__input::placeholder {
    color: rgba(39, 38, 44, .56)
}

.text-area__input:hover {
    border-color: rgba(0, 0, 0, .48)
}

.text-area__input:focus {
    outline: none;
    border-color: #27bfab
}

.text-area__input:disabled {
    border-color: rgba(0, 0, 0, .08);
    background-color: rgba(0, 0, 0, .08)
}

.text-input {
    position: relative;
    display: flex;
    flex-direction: column
}

.text-input.l .text-input__input {
    min-height: 56px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px
}

.text-input__label {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.33
}

.text-input__input {
    min-height: 44px;
    padding: 10px 34px 10px 16px;
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, .16);
    background-color: #fff;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: all .2s
}

.text-input__input::placeholder {
    color: rgba(39, 38, 44, .56)
}

.text-input__input:hover {
    border-color: rgba(0, 0, 0, .48)
}

.text-input__input:focus {
    outline: none;
    border-color: #27bfab
}

.text-input__input:disabled {
    border-color: rgba(0, 0, 0, .16);
    opacity: .64
}

.text-input__input.error,
.text-input__input_force-alert {
    border-color: #e51818
}

.text-input__input-wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

.text-input__reset {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.text-input__reset:hover svg {
    color: #27262c
}

.text-input__reset.active {
    display: flex
}

.text-input__icon {
    color: #27262c;
    transition: all .2s
}

.text-input__alert {
    display: none;
    margin-top: 4px;
    color: #e51818;
    font-size: 14px;
    line-height: 20px
}

.text-input__alert.active {
    display: block
}

.text-input__sub-text {
    margin-top: 4px;
    color: rgba(39, 38, 44, .72);
    font-size: 14px;
    line-height: 20px
}

.text-input__force-alert {
    margin-top: 4px;
    color: #e51818;
    font-size: 14px;
    line-height: 20px
}

.tooltip {
    position: absolute;
    top: -50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    z-index: 2;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 24px;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, .48);
    font-size: 12px;
    line-height: 1.33;
    color: #fff;
    opacity: 0
}

.tooltip__arrow {
    position: absolute;
    left: 14px;
    bottom: -6px;
    width: 12px;
    height: 6px;
    fill: rgba(0, 0, 0, .48)
}

.tooltip.tooltip_left {
    left: auto;
    right: 0
}

.tooltip.tooltip_left .tooltip__arrow {
    left: auto;
    right: 14px
}

.tooltip.tooltip_bottom {
    top: auto;
    bottom: 0;
    transform: translateY(calc(100% + 6px))
}

.tooltip.tooltip_bottom .tooltip__arrow {
    transform: rotate(180deg);
    bottom: auto;
    top: -6px
}

.tooltip-trigger {
    position: relative
}

.tooltip-trigger:hover .tooltip {
    visibility: visible;
    opacity: 1
}

.header {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1176px;
    min-height: 92px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 12px;
    background-color: #fff
}

.header__logo {
    width: 154px;
    height: 44px;
    margin-right: 12px
}

.header__content {
    justify-content: space-between;
    gap: 48px
}

.header__content,
.header__content-question {
    display: flex;
    align-items: center
}

.header__content-question-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    margin-right: 15px;
    color: #27bfab
}

.header__content-question-button {
    display: inline;
    padding: 0;
    margin: 0 0 0 5px;
    background-color: transparent;
    border: none;
    outline: none;
    font-weight: 500;
    color: #1182bb;
    transition: color .2s;
    cursor: pointer
}

.header__content-question-button:hover {
    color: #0c628d
}

.header__content-account {
    display: flex;
    align-items: center
}

.header__content-account-text {
    display: flex;
    align-items: baseline;
    gap: 4px
}

.header__content-account-name {
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap
}

.header__exit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 0 0 24px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.header__exit-button-icon {
    width: 24px;
    height: 24px;
    color: rgba(39, 38, 44, .72)
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 16px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s
}

.button.s {
    padding: 7px 23px
}

.button.m {
    padding: 11px 14px
}

.button.l {
    padding: 15px 31px;
    font-size: 16px;
    line-height: 24px
}

.button.primary {
    border-color: #27bfab;
    background-color: #27bfab;
    color: #fff
}

.button.primary:hover:not(:disabled) {
    border-color: #1a7f72
}

.button.primary:active:not(:disabled) {
    border-color: #27bfab;
    background-color: #1a7f72
}

.button.primary:disabled {
    border-color: #27bfab;
    background-color: #27bfab;
    opacity: .48
}

.button.secondary {
    background-color: transparent;
    border-color: rgba(39, 38, 44, .72);
    color: #27262c
}

.button.secondary:hover:not(:disabled) {
    border-color: #27bfab;
    background-color: rgba(0, 0, 0, .04)
}

.button.secondary:active:not(:disabled) {
    border-color: #27bfab;
    background-color: #1a7f72;
    color: #fff
}

.button.secondary:disabled {
    border-color: rgba(39, 38, 44, .72);
    opacity: .48
}

.toggle {
    display: flex;
    align-items: center;
    padding: 8px 0
}

.toggle input[type=checkbox] {
    display: none
}

.toggle input[type=checkbox]:checked+label {
    color: #27262c
}

.toggle input[type=checkbox]:checked+label:before {
    border-color: rgba(0, 0, 0, .16);
    background-color: #27bfab
}

.toggle input[type=checkbox]:checked+label:after {
    transform: translateX(20px);
    background-color: #fff
}

.toggle input[type=checkbox].error+label:before {
    border-color: #e51818
}

.toggle input[type=checkbox].error+label .radio__description {
    color: #e51818
}

.toggle__label {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-left: 60px;
    margin: 4px 0;
    color: rgba(39, 38, 44, .72);
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .2s
}

.toggle__label:hover {
    color: #27262c
}

.toggle__label:hover:before {
    border-color: #27bfab
}

.toggle__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -4px;
    width: 48px;
    height: 28px;
    border-radius: 99px;
    border: 2px solid rgba(0, 0, 0, .16);
    background-color: #fff;
    box-sizing: border-box;
    transition: all .2s
}

.toggle__label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .24);
    transition: all .2s ease
}

.toggle__description {
    color: rgba(39, 38, 44, .72);
    font-size: 14px;
    line-height: 20px
}

.checkbox,
.checkbox-wrapper {
    display: flex;
    flex-direction: column
}

.checkbox input[type=checkbox] {
    display: none
}

.checkbox input[type=checkbox]:checked+label {
    color: #27262c
}

.checkbox input[type=checkbox]:checked+label:before {
    border-color: rgba(0, 0, 0, .24);
    background-color: #27bfab
}

.checkbox input[type=checkbox]:checked+label .checkbox__icon-ok {
    opacity: 1
}

.checkbox input[type=checkbox].error+label:before {
    border-color: #e51818
}

.checkbox__label {
    position: relative;
    padding: 2px 0 2px 32px;
    color: rgba(39, 38, 44, .72);
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .2s
}

.checkbox__label:hover {
    color: #27262c
}

.checkbox__label:hover:before {
    border-color: rgba(0, 0, 0, .48)
}

.checkbox__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 2px solid rgba(0, 0, 0, .16);
    background-color: #fff;
    box-sizing: border-box;
    transition: all .2s
}

.checkbox__alert {
    margin-top: 2px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 20px;
    color: #e51818
}

.checkbox__icon-ok {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 15px;
    height: 15px;
    color: #fff;
    opacity: 0;
    transition: opacity .2s
}

.content {
    display: grid;
    grid-template-columns: 672fr 480fr
}

.content__left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 48px 96px 48px 0
}

.content__title-block {
    gap: 48px
}

.content__title-block,
.help-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px
}

.help-form__title {
    margin: 0 0 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.help-form__content {
    margin: 0
}

.help-form__controls {
    display: flex;
    gap: 12px;
    margin-top: 24px
}

.help-form__controls-input {
    width: 240px
}

.auth {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px
}

.auth__title {
    margin: 0 0 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.auth__block-content {
    display: grid;
    grid-template-columns: 392fr 160fr;
    gap: 24px
}

.auth__content-list {
    margin: 8px 0 0;
    padding: 0 0 0 24px
}

.auth__qr {
    width: 100%
}

.notification {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px
}

.notification__title {
    margin: 0 0 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.login-title {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.login-title__text {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px
}

.login {
    gap: 24px
}

.login,
.login__inputs {
    display: flex;
    flex-direction: column
}

.login__inputs {
    gap: 12px
}

.login__link {
    font-family: inherit;
    font-weight: 600;
    color: #1182bb;
    text-decoration: none;
    transition: color .2s
}

.login__link:hover {
    color: #0c628d
}

.login__captcha {
    width: 302px;
    display: flex
}

.login__captcha-img {
    width: 100%
}

.login__button {
    width: -moz-fit-content;
    width: fit-content
}

.login__apply-button {
    width: 160px
}

* {
    box-sizing: border-box
}

html {
    -webkit-font-smoothing: antialiased
}

body,
html {
    min-height: 100%
}

body {
    font-size: 16px;
    font-weight: 400;
    font-family: Rubik, Helvetica, sans-serif;
    line-height: 1.5;
    color: #27262c;
    background-color: #fff
}

.main {
    max-width: 1176px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 8px;
    margin: 92px auto 48px
}

.title {
    margin: 0;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -.96px
}

.sub-title {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px
}

.message {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px
}

.message__title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px
}

.message__success {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #1eae53
}

.message__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px
}

.message__textarea {
    height: 104px
}

.message__controls {
    display: flex;
    gap: 12px
}

.auth-block {
    display: flex;
    gap: 4px;
    margin: 24px 0
}

.link {
    text-decoration: none;
    color: #1182bb;
    transition: color .2s
}

.link:hover {
    color: #0c628d
}

.hidden {
    display: none !important
}

.transparent {
    opacity: 0 !important
}

.body-lock {
    overflow: hidden
}

/*# sourceMappingURL=index.css.map */