@charset "UTF-8";
/*! 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.
 */
* {
  box-sizing: border-box;
}

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

html, body {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  overflow-y: auto;
  min-height: 100%;
}
.wrapper > main {
  flex-grow: 1;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 574px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  background-color: #fbfafa;
  color: #606380;
}

.container {
  /*min-width: 1170px;*/
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 72px;
  border-top: 10px solid #272c5f;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);
}
.header .logo {
  display: flex;
  align-items: center;
  padding-right: 9.9145299145%;
}

.header-contacts-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  flex-basis: 52.5641025641%;
  flex-grow: 1;
  border-left: 3px solid #e8e7e7;
  border-right: 3px solid #e8e7e7;
}
.header-contacts-container .header-phone {
  margin-right: 30px;
}

.header-instruction-container {
  display: flex;
  padding: 15px 25px;
  align-items: center;
}

.header-icon {
  display: inline-flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 0 center;
  min-height: 26px;
  padding-left: 60px;
}

.header-phone {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Режим_изоляции' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26px' height='25.98px' viewBox='0 0 26 25.98' style='enable-background:new 0 0 26 25.98;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23606380;%7D%0A%3C/style%3E%3Cpath class='st0' d='M25.9,19.77c-0.06-0.12-1.51-2.87-5.51-3.84c-0.28-0.07-0.57,0-0.78,0.19c-1.26,1.08-3.01,2.23-3.76,2.34 c-5.05-2.47-7.87-7.2-7.97-8.1c-0.06-0.51,1.09-2.28,2.43-3.72c0.17-0.18,0.25-0.43,0.23-0.68c-0.34-3.89-4.4-5.8-4.57-5.88 C5.8,0.01,5.62-0.02,5.45,0.01C0.76,0.79,0.05,3.52,0.03,3.63c-0.04,0.16-0.03,0.33,0.02,0.48c5.59,17.35,17.21,20.57,21.03,21.63 l0.72,0.21l0.27,0.04l0.37-0.08c0.12-0.05,2.88-1.35,3.55-5.6C26.02,20.13,25.99,19.93,25.9,19.77z'/%3E%3C/svg%3E");
}

.header-email {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Режим_изоляции' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26px' height='18.57px' viewBox='0 0 26 18.57' style='enable-background:new 0 0 26 18.57;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23606380;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M13,13l-3.22-2.81l-9.2,7.88c0.33,0.31,0.78,0.5,1.28,0.5h22.26c0.5,0,0.94-0.19,1.28-0.5l-9.19-7.88L13,13z' /%3E%3Cpath class='st0' d='M25.41,0.5C25.08,0.19,24.63,0,24.13,0H1.87C1.37,0,0.92,0.19,0.59,0.51L13,11.14L25.41,0.5z'/%3E%3Cpolygon class='st0' points='0,1.63 0,17.06 8.97,9.43 '/%3E%3Cpolygon class='st0' points='17.02,9.43 26,17.06 26,1.62 '/%3E%3C/g%3E%3C/svg%3E");
}

.header-instruction {
  padding-left: 31px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Режим_изоляции' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='26px' height='26px' viewBox='0 0 26 26' style='enable-background:new 0 0 26 26;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23606380;%7D%0A%3C/style%3E%3Cpath class='st0' d='M2.44,21.12H0.81C0.36,21.12,0,20.76,0,20.31c0-0.45,0.36-0.81,0.81-0.81h1.63c0.45,0,0.81,0.36,0.81,0.81 C3.25,20.76,2.89,21.12,2.44,21.12z M26,3.25v19.5c0,1.8-1.45,3.25-3.25,3.25H4.88c-1.8,0-3.25-1.45-3.25-3.25h0.81 c1.34,0,2.44-1.09,2.44-2.44c0-1.34-1.09-2.44-2.44-2.44H1.63V8.13h0.81c1.34,0,2.44-1.09,2.44-2.44c0-1.34-1.09-2.44-2.44-2.44 H1.63C1.63,1.46,3.08,0,4.88,0h17.87C24.54,0,26,1.46,26,3.25z M24.38,3.25c0-0.9-0.73-1.62-1.63-1.62H8.12v22.75h14.63 c0.9,0,1.63-0.73,1.63-1.63V3.25z M0.81,6.5h1.63c0.45,0,0.81-0.36,0.81-0.81c0-0.45-0.36-0.81-0.81-0.81H0.81 C0.36,4.87,0,5.24,0,5.69C0,6.14,0.36,6.5,0.81,6.5z M21.94,3.25H10.56c-0.45,0-0.81,0.36-0.81,0.81c0,0.45,0.36,0.81,0.81,0.81 h11.38c0.45,0,0.81-0.36,0.81-0.81C22.75,3.61,22.39,3.25,21.94,3.25z M21.94,6.5H10.56c-0.45,0-0.81,0.36-0.81,0.81 c0,0.45,0.36,0.81,0.81,0.81h11.38c0.45,0,0.81-0.36,0.81-0.81C22.75,6.86,22.39,6.5,21.94,6.5z M21.94,9.75H10.56 c-0.45,0-0.81,0.36-0.81,0.81c0,0.45,0.36,0.81,0.81,0.81h11.38c0.45,0,0.81-0.36,0.81-0.81C22.75,10.11,22.39,9.75,21.94,9.75z M21.94,13H10.56c-0.45,0-0.81,0.36-0.81,0.81c0,0.45,0.36,0.81,0.81,0.81h11.38c0.45,0,0.81-0.36,0.81-0.81 C22.75,13.36,22.39,13,21.94,13z M21.94,16.25H10.56c-0.45,0-0.81,0.36-0.81,0.81c0,0.45,0.36,0.81,0.81,0.81h11.38 c0.45,0,0.81-0.36,0.81-0.81C22.75,16.61,22.39,16.25,21.94,16.25z M17.06,19.5h-6.5c-0.45,0-0.81,0.36-0.81,0.81 c0,0.45,0.36,0.81,0.81,0.81h6.5c0.45,0,0.81-0.36,0.81-0.81C17.87,19.86,17.51,19.5,17.06,19.5z'/%3E%3C/svg%3E%0A");
}

.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-group {
  position: relative;
}
.form-group.form-vertical {
  margin-bottom: 15px;
}
.form-group.form-vertical .label-container {
  margin-bottom: 5px;
}
.form-group.form-horizontal {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  align-items: center;
}
.form-group.form-horizontal .standard-label {
  width: 50px;
  text-align: right;
}
.form-group.form-horizontal .label-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 15px;
}
.form-group.form-horizontal .control-container {
  display: flex;
  flex-grow: 1;
  position: relative;
  min-width: 105px;
}

.login-block {
  padding-right: 58.2905982906%;
  position: relative;
}
.login-block .illustration-container {
  user-select: none;
  display: flex;
  align-items: flex-start;
  max-width: 55.5555555556%;
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
}

.login-form-container {
  background-color: #ffffff;
  padding: 35px 68px 47px 20px;
  border-radius: 20px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
}

.standard-input, .standard-textarea {
  border: 1px solid #606380;
  border-radius: 5px;
  width: 100%;
  min-height: 48px;
  outline: none;
  padding: 10px;
  color: #5a5970;
  font-size: 12px;
}

.standard-textarea {
  min-height: 90px;
  resize: none;
}

.forgot-password-container {
  display: flex;
  justify-content: flex-end;
  color: #85879c;
  font-size: 14px;
}
.forgot-password-container .forgot-password-button {
  display: inline-flex;
  padding-bottom: 2px;
  border-bottom: 1px solid #85879c;
}
.forgot-password-container .forgot-password-button:hover {
  text-decoration: none;
  border-bottom-color: #ffffff;
}

.form-buttons-container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 17px 0 65px;
}
.form-buttons-container .button-submit-container {
  width: 112px;
  height: 28px;
}
.form-buttons-container .button-register-container {
  width: 170px;
  height: 28px;
}

.form-modal {
  padding: 20px 76px;
}
.form-modal .form-buttons-container {
  justify-content: center;
  padding: 0;
}
.form-modal .form-buttons-container .btn {
  min-height: 43px;
  min-width: 163px;
}
.form-modal .form-buttons-container .submit-button-container {
  margin-right: 20px;
}

.footer {
  display: flex;
  font-weight: 500;
  height: 84px;
  justify-content: space-between;
  align-items: center;
  color: #61637e;
}

.modal .standard-input {
  min-height: 5.3333333333vh;
}
.modal .standard-textarea {
  min-height: 10vh;
}
.modal .form-group.form-vertical {
  margin-bottom: 1.6666666667vh;
}
.modal .modal-heading {
  margin-bottom: 2.2222222222vh;
}
.modal .form-buttons-container {
  margin-top: 4.4444444444vh;
}

.heading-main {
  font-size: 36px;
  color: #44475e;
  letter-spacing: -0.6px;
  margin-bottom: 45px;
}

.responsive-img {
  width: 100%;
  height: auto;
}

.btn {
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
}
.btn:active {
  outline: none;
}
.btn:hover {
  opacity: 0.7;
}

.btn-submit {
  background-color: #e0a313;
  color: #ffffff;
}

.btn-register {
  background-color: #ffffff;
  border: 1px solid #e0a313;
  color: inherit;
}

.btn-cancel {
  border: 1px solid #474964;
  background-color: #ffffff;
}

.validation-error-message {
  color: red;
  font-size: 11px;
}

.form-horizontal .validation-error-message {
  position: absolute;
  bottom: 100%;
  right: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}

.modal-heading.edit, .btn-next.edit {
  display: none;
}

.modal-edit .modal-heading {
  display: none;
}
.modal-edit .modal-heading.edit {
  display: flex;
}
.modal-edit .btn-next {
  display: none;
}
.modal-edit .btn-next.edit {
  display: inline-block;
}

.modal {
  display: flex;
  visibility: hidden;
  z-index: 100;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal.active {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.modal .modal-container {
  overflow-y: auto;
  display: block;
  position: relative;
  padding: 20px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  min-width: 915px;
  max-width: 1210px;
  width: 100%;
  background-color: #ffffff;
  opacity: 1;
}
.modal .modal-container .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
}
.modal.modal-narrow .modal-container {
  max-width: 614px;
  min-width: auto;
}

.modal-100vh .modal-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.employee-list-chose {
  padding-left: 0;
  list-style-type: none;
}
.employee-list-chose .employee {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.employee-list-chose .employee input {
  margin-right: 10px;
}

@media (max-width: 480px) {
  .hide-on-mobile {
    display: none !important;
  }
  
  .login-block {
	padding-right: 0;
  }
}

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