/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}
/**
 * Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

@supports (font-variation-settings: normal) {
    @font-face {
        font-family: 'Heebo';
        src: url('/fonts/Heebo/Heebo-ExtraBold.eot');
        src: url('/fonts/Heebo/Heebo-ExtraBold.woff2') format('woff2'),
        url('/fonts/Heebo/Heebo-ExtraBold.woff') format('woff'),
        url('/fonts/Heebo/Heebo-ExtraBold.ttf') format('truetype');
        font-weight: 800;
        font-style: normal;
    }
    @font-face {
        font-family: 'Heebo';
        src: url('/fonts/Heebo/Heebo-Black.eot');
        src: url('/fonts/Heebo/Heebo-Black.woff2') format('woff2'),
        url('/fonts/Heebo/Heebo-Black.woff') format('woff'),
        url('/fonts/Heebo/Heebo-Black.ttf') format('truetype');
        font-weight: 900;
        font-style: normal;
    }
    @font-face {
        font-family: 'Heebo';
        src: url('/fonts/Heebo/Heebo-Bold.eot');
        src: url('/fonts/Heebo/Heebo-Bold.woff2') format('woff2'),
        url('/fonts/Heebo/Heebo-Bold.woff') format('woff'),
        url('/fonts/Heebo/Heebo-Bold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }
    @font-face {
        font-family: 'Heebo';
        src: url('/fonts/Heebo/Heebo-Medium.eot');
        src: url('/fonts/Heebo/Heebo-Medium.woff2') format('woff2'),
        url('/fonts/Heebo/Heebo-Medium.woff') format('woff'),
        url('/fonts/Heebo/Heebo-Medium.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
    }
    @font-face {
        font-family: 'Heebo';
        src: url('/fonts/Heebo/Heebo-Light.eot');
        src: url('/fonts/Heebo/Heebo-Light.woff2') format('woff2'),
        url('/fonts/Heebo/Heebo-Lightwoff') format('woff'),
        url('/fonts/Heebo/Heebo-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
    }
    @font-face {
        font-family: 'Heebo';
        src: url('/fonts/Heebo/Heebo-Regular.eot');
        src: url('/fonts/Heebo/Heebo-Regular.woff2') format('woff2'),
        url('/fonts/Heebo/Heebo-Regular.woff') format('woff'),
        url('/fonts/Heebo/Heebo-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'Heebo';
        src: url('/fonts/Heebo/Heebo-Thin.eot');
        src: url('/fonts/Heebo/Heebo-Thin.woff2') format('woff2'),
        url('/fonts/Heebo/Heebo-Thin.woff') format('woff'),
        url('/fonts/Heebo/Heebo-Thin.ttf') format('truetype');
        font-weight: 100;
        font-style: normal;
    }
}


* {
    margin: 0;
    padding: 0;
    outline: none;
}
body {
    font-family: 'Heebo', sans-serif;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
}

.header {
    margin-bottom: 40px;
}
.logo img {
    vertical-align: top;
    max-width: 70%;
}

.grid {
    min-height: 100vh;
    position: relative;
    display: flex;
    box-sizing: border-box;
}

.grid__item--form {
    width: 47%;
    box-sizing: border-box;
    overflow: hidden;
}
.grid__item-wrapper {
    padding: 40px 40px 60px 50px;
    min-height: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
}
.grid__item-wrapper:after {
    content: '';
    width: 122px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #48176D;
}
.grid__item--portal {
    width: calc(53% + 120px);
    padding: 50px 50px 50px 170px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #48176D;
    background-image: url('/img/aua/authorization-bg.svg');
    background-position: top 0 right 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.portal {
    color: #fff;
    margin-left: 10px;
}
.portal__logo img {
    vertical-align: top;
    max-width: 100%;
}
.portal--mobile {
    display: none;
}

.authorization {
    max-width: 423px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E6E7E8;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 40px 40px 30px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    z-index: 1;
    position: relative;
}
.authorization.authorization-content {
    max-width: 435px;
}
.authorization__title-group {
    margin-bottom: 5px;
}
.authorization__title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}
.authorization__title.authorization__title-content {
    margin: 0;
}
.authorization p {
    font-size: 15px;
    line-height: 1.4;
    color: #363636;
}
.authorization .authorization__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}

.sign-in-form-hidden {
    display: none;
}
.grid .sign-in-form-hidden {
    display: none;
}
.form__label {
    color: #000;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px;
}
.form__field {
    position: relative;
}
.form__input {
    background-color: #fff;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 5px 12px;
    min-height: 40px;
    width: 100%;
    color: #000;
}

.form__submit {
    padding: 8px 18px;
    font-size: 16px;
    min-width: 140px;
    min-height: 40px;
    background-color: #48176D;
    border: 1px solid #48176D;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s;
}
.form__submit:disabled {
    background-color: #C3B5CE;
    border-color: #C3B5CE;
    color: #E7DBF0;
}
.form__submit:not(:disabled) {
    cursor: pointer;
}
.form__submit:not(:disabled):hover {
    background-color: #FFCF01;
    border-color: #FFCF01;
    color: #48176D;
}
.form__link {
    color: #939598;
    display: inline-flex;
    justify-content: start;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    box-sizing: border-box;
    padding: 8px 0;
    width: max-content;
}
.form__link:hover {
    color: #48176D;
}
.form__controls {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.form__controls--column-reverse {
    flex-direction: column-reverse;
}
.form__text {
    font-size: 13px;
    line-height: 1.4;
    color: #939598;
}
.form__text a {
    text-decoration: underline;
    color: #48176D;
}
.form__text a:hover {
    text-decoration: none;
}
form#resetPassword a {
    text-decoration: underline;
    color: #000;
}
form#resetPassword a:hover {
    text-decoration: none;
}
.form__row {
    margin-top: 20px;
}
.form__controls {
    margin-top: 30px;
}
.form__disclaimer {
    margin-top: 20px;
}
.form__cancel {
    color: #474747;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px;
    min-width: 140px;
    border-radius: 4px;
    border: 1px solid #D7D7D7;
    background-color: #FFF;
    box-sizing: border-box;
}
.form__cancel:hover {
    border-color: #363636;
}
.form__field--error input {
    background-color: #fff;
    border: 1px solid #98252B;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='14' viewBox='0 0 2 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13.4375C1.55228 13.4375 2 12.9898 2 12.4375C2 11.8852 1.55228 11.4375 1 11.4375C0.447715 11.4375 0 11.8852 0 12.4375C0 12.9898 0.447715 13.4375 1 13.4375Z' fill='%23EB5757'/%3E%3Cpath d='M1 9.12498V0.850769' stroke='%23EB5757' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
    padding-right: 40px;
}
.form__field--help-box.form__field--error input {
    background-image: none;
}
.form__error-msg {
    font-size: 12px;
    line-height: 1.3s;
    color: #98252B;
    margin-top: 4px;
}
.form__field--error .form__error-msg {
    display: block;
}
form #resetPassword{
    display: none
}
.request-form-hidden {
    display: none;
}
.grid .sign-in-form-hidden {
    display: none;
}
.login-form-top-title-sign-hidden,
.login-form-top-title-req-hidden,
.login-form-top-title-check-hidden,
.check-email-mes-hidden,
.login-form-top-title-setpass-hidden,
.login-form-top-title-passpositive-hidden,
.login-form-error-hidden{
    display: none;
}
.help-box {
    position: absolute;
    top: 7px;
    right: 10px;
}
.help-box__trigger {
    display: block;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.8;
}
.help-box__trigger:hover {
    opacity: 1;
}
.help-box__trigger svg {
    display: block;
    fill: #727272;
}
.form__field--help-box.form__field--error .help-box__trigger svg {
    fill: #98252B;
}
.help-box__text {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    position: absolute;
    width: 330px;
    right: -90px;
    box-sizing: border-box;
    bottom: calc(100% + 13px);
    display: none;
    z-index: 3;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
}
.help-box__text:after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 13px;
    height: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.438 8.34708C12.438 9.19791 11.443 9.66007 10.7929 9.11123L9.17939e-07 -1.33689e-07L12.4378 0L12.438 8.34708Z' fill='%235A5A5A'/%3E%3C/svg%3E%0A");
}
.help-box:hover .help-box__trigger svg {
    fill: #48176D;
}
.help-box:hover .help-box__text {
    display: block;
}

.form .form-link {
    color: #48176D;
}
.form__link--mail {
    color: inherit;
    text-decoration: underline;
}
.form__link--mail:hover {
    text-decoration: none;
}

@media (max-width: 1099px) {
    .grid__item--form {
        width: 60%;
    }
    .portal {
        margin-left: 0;
        margin-top: 0;
    }
    .grid__item--portal {
        width: calc(40% + 110px);
        background-position: top 0 right 0;
    }
    .form__controls,
    .form__disclaimer {
        text-align: center;
    }
    .form__submit {
        width: 100%;
    }
    .form__link {
        width: 100%;
        display: inline-block;
    }
    .form__cancel {
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }
    .form__cancel:not(:first-child) {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    body {
        padding: 0;
        border: none;
    }
    .grid {
        border-top: 6px solid #48176D;
        box-sizing: border-box;
    }
    .header {
        display: flex;
        align-items: center;
        margin-bottom: 33px;
    }
    .logo img {
        max-width: 210px;
    }
    .grid__item-wrapper {
        padding: 0;
        min-height: auto;
        height: 100%;
    }
    .grid__item--portal {
        display: none;
    }
    .grid__item--form {
        padding: 41px 20px 30px;
        width: 100%;
    }
    .authorization {
        max-width: 100%;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 0;
        margin-top: 0;
        margin-left: 0;
        background-color: transparent;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .authorization__form {
        height: 100%;
    }
    .login-form {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .form__row {
        margin-top: 20px;
    }
    .form__controls {
        margin-bottom: 40px;
    }
    .form__disclaimer {
        margin-top: auto;
    }
    .authorization:before,
    .grid__item-wrapper:after {
        display: none;
    }
}
@media (max-width: 567px) {
    .help-box__text {
        width: 280px;
    }
}