.loading--ee9c855899effddaa1f3 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
}
.loadingPageElement--e98d952db9243c9294a5 {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.loadingAsOverlay--a9188b8eb30a1c2f6b0b {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background-color: rgba(16, 24, 40, 0.5);
}
.loaderAround--d878cbdb1ac073629602,
.loaderAround--d878cbdb1ac073629602::after,
.loaderInside--c514f959c7e961d29bb0,
.loaderInside--c514f959c7e961d29bb0::after {
  width: 10em;
  height: 10em;
  border-radius: 50%;
}
.loaderAround--d878cbdb1ac073629602,
.loaderInside--c514f959c7e961d29bb0 {
  position: relative;
  font-size: 9px;
  text-indent: -9999em;
  border-top: 2px solid #e2dfdf;
  border-right: 2px solid #e2dfdf;
  border-bottom: 2px solid #e2dfdf;
  border-left: 2px solid hsla(0, 0%, 100%, 0);
  transform: translateZ(0);
  animation: load--d52ed2c1cfbf84d5d240 1.1s infinite linear;
}
.loaderInside--c514f959c7e961d29bb0 {
  position: absolute;
  font-size: 4px;
  border-top: 2px solid #ff4f12;
  border-right: 2px solid #ff4f12;
  border-bottom: 2px solid #ff4f12;
  animation: loadReverce--ad9179c61b6107d5e388 0.5s infinite linear;
}
@keyframes load--d52ed2c1cfbf84d5d240 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadReverce--ad9179c61b6107d5e388 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes pulse--b854a55cbbcb331faa3b {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.5, 1.5, 1.5);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse--b854a55cbbcb331faa3b {
  animation-name: pulse--b854a55cbbcb331faa3b;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes zoomIn--d26d644d705eebbbef28 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale3d(300, 300, 300);
  }
}
.zoomIn--d26d644d705eebbbef28 {
  animation-name: zoomIn--d26d644d705eebbbef28;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

.qr-reader,
#video-element {
  margin-top: 16px;
  border-radius: 12px;
}
.qr-reader > video {
  border-radius: 12px;
}
#qr-reader > #qr-shaded-region {
  border-color: transparent !important;
  border-radius: 12px;
}
#hidden-canvas,
.qr-reader {
  display: none;
}
#photo-taken,
#video-element {
  width: 100%;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.h1 {
  margin: 0 0 20px;
  font-size: 36px;
}
.h2 {
  margin: 0 0 20px;
  font-size: 30px;
}
.h3 {
  margin: 0 0 30px;
  font-size: 24px;
}
.h4 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
/* Grid override for 24 col */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin: 0;
}
.col-md-1 {
  float: left;
  width: 8.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-2 {
  float: left;
  width: 16.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-3 {
  float: left;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-4 {
  float: left;
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-5 {
  float: left;
  width: 41.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-6 {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-7 {
  float: left;
  width: 58.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-8 {
  float: left;
  width: 66.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-9 {
  float: left;
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-10 {
  float: left;
  width: 83.33333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-11 {
  float: left;
  width: 91.66666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-md-12 {
  float: left;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/* /Grid override for 12 col */
#main,
.portalRoot {
  font-family: 'Basis Grotesque Pro', sans-serif;
}
#main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.safari-parent-unselectable {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
}
/* stylelint-disable */
/* Basis Grotesque Pro  - подключение старых шрифтов */
@font-face {
  font-family: 'Basis Grotesque Pro Regular';
  src: url(/fonts/BasisGrotesquePro-Regular.ttf) format('truetype'), url(/fonts/BasisGrotesquePro-Regular.woff) format('woff'), url(/fonts/BasisGrotesquePro-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Basis Grotesque Pro Medium';
  src: url(/fonts/BasisGrotesquePro-Medium.ttf) format('truetype'), url(/fonts/BasisGrotesquePro-Medium.woff) format('woff'), url(/fonts/BasisGrotesquePro-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Basis Grotesque Pro Bold';
  src: url(/fonts/BasisGrotesquePro-Bold.ttf) format('truetype'), url(/fonts/BasisGrotesquePro-Bold.woff) format('woff'), url(/fonts/BasisGrotesquePro-Bold.woff2) format('woff2');
}
/* Rostelecom Basis - подключение новых шрифтов */
@font-face {
  font-family: 'Rostelecom Basis Regular';
  src: url(/fonts/RostelecomBasis-Regular.otf) format('otf'), url(/fonts/RostelecomBasis-Regular.woff) format('woff'), url(/fonts/RostelecomBasis-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Rostelecom Basis Medium';
  src: url(/fonts/RostelecomBasis-Medium.otf) format('otf'), url(/fonts/RostelecomBasis-Medium.woff) format('woff'), url(/fonts/RostelecomBasis-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Rostelecom Basis Bold';
  src: url(/fonts/RostelecomBasis-Bold.otf) format('otf'), url(/fonts/RostelecomBasis-Bold.woff) format('woff'), url(/fonts/RostelecomBasis-Bold.woff2) format('woff2');
}
.react-tooltip.__react_component_tooltip {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #6b6f79;
  box-shadow: 0 0 2px 0 rgba(50, 55, 58, 0.2);
}
.react-tooltip.__react_component_tooltip.show {
  opacity: 1;
}
.react-tooltip.__react_component_tooltip .type-success.show {
  background: #000000;
}
.react-tooltip.__react_component_tooltip.type-light.show {
  color: #32373a;
  background: #fcfcfc;
}
.react-tooltip.__react_component_tooltip.place-left {
  margin-left: -30px !important;
  transition: opacity 0.3s ease-out, margin-left 0.2s ease-out;
}
.react-tooltip.__react_component_tooltip.place-left::after {
  border-left-color: #6b6f79;
}
.react-tooltip.__react_component_tooltip.place-left.show {
  margin-left: -10px !important;
}
.react-tooltip.__react_component_tooltip.place-top {
  margin-top: -30px !important;
  transition: opacity 0.3s ease-out, margin-top 0.2s ease-out;
}
.react-tooltip.__react_component_tooltip.place-top::after {
  border-top-color: #6b6f79;
}
.react-tooltip.__react_component_tooltip.place-top.show {
  margin-top: -10px !important;
}
.react-tooltip.__react_component_tooltip.place-right {
  margin-right: -30px !important;
  transition: opacity 0.3s ease-out, margin-right 0.2s ease-out;
}
.react-tooltip.__react_component_tooltip.place-right::after {
  border-right-color: #6b6f79;
}
.react-tooltip.__react_component_tooltip.place-right.show {
  margin-right: -10px !important;
}
.react-tooltip.__react_component_tooltip.place-bottom {
  margin-top: -15px !important;
  transition: opacity 0.3s ease-out, margin-top 0.2s ease-out;
}
.react-tooltip.__react_component_tooltip.place-bottom::after {
  border-bottom-color: #6b6f79;
}
.react-tooltip.__react_component_tooltip.place-bottom.show {
  margin-top: 15px !important;
}
.react-tooltip_clickable {
  pointer-events: auto !important;
}
.react-tooltip_clickable:hover {
  visibility: visible !important;
  opacity: 1 !important;
}


/*# sourceMappingURL=../js/main-cf3c90f52f00b3edeb6aa6fa21fc8571.js.map*/