/*! 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;
}

:root {
  --primaryBg: #558FCB;
}

@supports (font-variation-settings: normal) {
  @font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
}


* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.43;
  position: relative;
}

.header {
  margin-bottom: 40px;
}

.logo img {
  vertical-align: top;
  max-width: 70%;
}

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

}
.grid__item--form {
  width: 47%;
  box-sizing: border-box;
  /* overflow: hidden; */
}
.grid__item-wrapper {
  padding: 40px 38px 60px 40px;
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}
.grid__item-wrapper:after {
  content: '';
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primaryBg);
}

.grid__item--portal {
  width: 53%;
  padding: 50px 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--primaryBg);
  background-image: url('/img/oihi/authorization-bg.svg');
  background-position: bottom 0 right 0;
  background-size: auto 95%;
  background-repeat: no-repeat;
}

.portal {
  color: #FFFFFF;
  line-height: 1.4;
  font-weight: 800;
  margin-left: 2px;
  margin-top: 40px;
}
.portal__logo img {
  vertical-align: top;
  max-width: 100%;
}
.portal__name {
  font-size: 42px;
  line-height: 1.2;
}
.portal__text {
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.portal--mobile {
  display: none;
}


.authorization {
  max-width: 420px;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 60, 113, 0.10);
  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: 433px;
}
.authorization__title-group {
  margin-bottom: 20px;
}
.authorization__title {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #3F3F3F;
}
.authorization__title.authorization__title-content {
  margin: 0;
}
.authorization p {
  font-size: 14px;
  line-height: 1.4;
  color: #3F3F3F;
}
.authorization .authorization__subtitle {
  font-size: 14px;
  margin-bottom: 20px;
}

.authorization__form {

}


.form {

}

.grid .sign-in-form-hidden {
  display: none;
}

.form__label {
  color: #3F3F3F;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 4px;
  display: inline-block;
}
.form__field {
  position: relative;
}
.form__input {
  background-color: #fff;
  border: 1px solid #D5DBDD;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px 15px;
  min-height: 40px;
  width: 100%;
  color: #3F3F3F;
}
.form__submit {
  padding: 10px 20px;
  min-width: 140px;
  min-height: 40px;
  background-color: #F68926;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.form__submit:disabled {
  background-color: #FEDBB2;
  color: #fff;
}
.form__submit:not(:disabled) {
  cursor: pointer;
}
.form__submit:not(:disabled):hover {
  background-color: #ED6E13;
}
.form__link {
  color: #939598;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.form__link:hover {
  text-decoration: underline;
}
.form__text {
  font-size: 13px;
  line-height: 1.4;
  color: #939598;
}
.form__text a { 
  text-decoration: underline;
  color: #005293;
}
.form__text a:hover { 
  text-decoration: none;
}
form#resetPassword a{
  text-decoration: underline;
  color: #005293;
}
form#resetPassword a:hover {
  text-decoration: none;
}
.form__row:not(:first-child) {
  margin-top: 20px;
}
.form__controls {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px 10px;
}
.form__controls--row {
  flex-direction: row;
}
.form__controls--row .form__cancel {
  flex-direction: row;
  margin-left: 0;
}
@media (max-width: 1099px) {
  .form__controls--row {
    flex-direction: column;
  }
}
.form__disclaimer {
  margin-top: 20px;
}
.form__cancel {
  border: 1px solid #D1D0D8;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 9px 20px;
  font-size: 14px;
  line-height: 1;
  min-width: 85px;
  width: 140px;
  min-height: 40px;
  color: #3F3F3F;
  cursor: pointer;
}
.form__cancel:hover {
  border-color: #ED6E13;
}
.form__field--error input {
  background-color: #FDEEEE;
  border: 1px solid #F9CDCD;
  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='%23B42025'/%3E%3Cpath d='M1 9.12498V0.850769' stroke='%23B42025' 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.4;
  margin-top: 5px;
  color: #FF0005;
  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;
}
.login-form-top-title span {
  font-weight: 300;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: -0.1rem;
}
.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: #FF0005;
}
.help-box__text {
  background-color: #fff;
  box-shadow: 0 10px 20px 0 #0000001A;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #3F3F3F;
  position: absolute;
  width: 405px;
  right: 0px;
  box-sizing: border-box;
  bottom: calc(100% + 13px);
  display: none;
  transform: translate(50%, 8px);
  z-index: 3;
}
.help-box__text:after{
  content: '';
  position: absolute;
  bottom: -4px;
  right: calc(50% + 8px);
  width: 8px;
  height: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4L3.49691e-07 -6.99382e-07L8 0L4 4Z' fill='white'/%3E%3C/svg%3E");
}
.help-box:hover .help-box__text {
  display: block;
}
form .form-link {
  color: inherit;
}
.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: 40%;
    background-size: contain;
  }
  .form__controls,
  .form__disclaimer {
    text-align: center;
  }
  .form__submit {
    width: 100%;
  }
  .form__link {
    margin-left: 0;
    display: inline-block;
  }

  .form__cancel {
    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 var(--primaryBg);
    box-sizing: border-box;
  }
  .header {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
  }
  .logo img {
    max-width: 135px;
  }
  .portal--mobile {
    display: flex;
    align-items: center;
  }
  .portal--mobile:before {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    margin-left: 25px;
    margin-right: 25px;
    background-color: #939598;
  }
  .portal--mobile img {
    vertical-align: top;
  }
  .grid__item-wrapper {
    padding: 0;
    min-height: auto;
    height: 100%;
  }
  .grid__item-wrapper:after {
    display: none;
  }
  .grid__item--portal {
    display: none;
  }
  .grid__item--form {
    padding: 41px 20px 30px;
    width: 100%;
  }
  .authorization {
    max-width: 100%;
    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:not(:first-child) {
    margin-top: 21px;
  }
  .form__controls {
    margin-bottom: 41px;
  }
  .form__disclaimer {
    margin-top: auto;
  }
  .help-box__text {
    font-size: 12px;
    width: 280px;
    transform: translate(20px, 8px);
  }
  .help-box__text:after {
    right: 28px;
  }
}