@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
/** Light */
@font-face {
  font-family: "San Francisco";
  src: url("/fonts/SFUIText-Light/SFUIText-Light.eot");
  src: local("☺"), url("/fonts/SFUIText-Light/SFUIText-Light.woff") format("woff"), url("/fonts/SFUIText-Light/SFUIText-Light.ttf") format("truetype"), url("/fonts/SFUIText-Light/SFUIText-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }

/** Regular */
@font-face {
  font-family: "San Francisco";
  src: url("/fonts/SFUIText-Regular/SFUIText-Regular.eot");
  src: local("☺"), url("/fonts/SFUIText-Regular/SFUIText-Regular.woff") format("woff"), url("/fonts/SFUIText-Regular/SFUIText-Regular.ttf") format("truetype"), url("/fonts/SFUIText-Regular/SFUIText-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

/** Medium */
@font-face {
  font-family: "San Francisco";
  src: url("/fonts/SFUIText-Medium/SFUIText-Medium.eot");
  src: local("☺"), url("/fonts/SFUIText-Medium/SFUIText-Medium.woff") format("woff"), url("/fonts/SFUIText-Medium/SFUIText-Medium.ttf") format("truetype"), url("/fonts/SFUIText-Medium/SFUIText-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

/** Semi Bold */
@font-face {
  font-family: "San Francisco";
  src: url("/fonts/SFUIText-Semibold/SFUIText-Semibold.eot");
  src: local("☺"), url("/fonts/SFUIText-Semibold/SFUIText-Semibold.woff") format("woff"), url("/fonts/SFUIText-Semibold/SFUIText-Semibold.ttf") format("truetype"), url("/fonts/SFUIText-Semibold/SFUIText-Semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal; }

/** Bold */
@font-face {
  font-family: "San Francisco";
  src: url("/fonts/SFUIText-Bold/SFUIText-Bold.eot");
  src: local("☺"), url("/fonts/SFUIText-Bold/SFUIText-Bold.woff") format("woff"), url("/fonts/SFUIText-Bold/SFUIText-Bold.ttf") format("truetype"), url("/fonts/SFUIText-Bold/SFUIText-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "San Francisco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #3b489b;
  text-decoration: none; }
  a:hover, a:focus {
    color: #262e64;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #e5e5e5; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

body {
  -webkit-font-smoothing: antialiased; }
  .desktop-version body {
    overflow-y: scroll; }
  .desktop-version body {
    min-width: 990px; }
  .desktop-version body {
    padding-top: 52px; }
  .mobile-version body {
    padding-top: 54px; }
  .mobile-version body.modal-open {
    padding-top: 0; }
  .mobile-version body.modal-open {
    overflow: visible; }
  .mobile-version body.modal-open div[data-ng-view] {
    visibility: hidden; }
  .mobile-version body.modal-open div[data-ng-view] {
    height: 0; }
  .mobile-version body.modal-open div[data-ng-view] {
    overflow: hidden; }

body:before {
  width: 100%;
  height: 1046px;
  background: url("/i/mobile_layout/Confirm-Task.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: .5; }

img {
  max-width: 100%; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bec1c3;
  border-radius: 3px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #3f51b5;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(63, 81, 181, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #e5e5e5;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/i/select-toggler.svg") no-repeat top 50% right 14px;
  padding-right: 30px; }
  select.form-control::-ms-expand {
    display: none; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; } }

.desktop-version .form-group {
  margin-bottom: 11px; }

.mobile-version .form-group {
  margin-bottom: 10px; }

.desktop-version .form-buttons-group {
  margin-top: 29px; }

.mobile-version .form-buttons-group {
  margin-top: 25px; }

.form-legend-separator {
  position: relative;
  z-index: 0;
  text-align: center; }
  .desktop-version .form-legend-separator {
    margin: 20px 0 15px; }
  .mobile-version .form-legend-separator {
    margin: 19px 0 14px; }
  .form-legend-separator:before {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #bec1c3;
    z-index: -1; }
  .form-legend-separator_inner {
    display: inline-block;
    background: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    color: #848a91;
    padding: 0 23px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #616161; }

.control-label {
  display: block;
  margin-bottom: 5px;
  color: #848a91; }
  .desktop-version .control-label {
    font-size: 13px; }
  .mobile-version .control-label {
    font-size: 12px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  outline: none !important;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #4f62ca;
  border-color: #4f62ca; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #3548b1;
    border-color: #243076; }
  .btn-success:hover {
    color: #fff;
    background-color: #3548b1;
    border-color: #3345a9; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3548b1;
    border-color: #3345a9; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #2d3d95;
      border-color: #243076; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #4f62ca;
    border-color: #4f62ca; }
  .btn-success .badge {
    color: #4f62ca;
    background-color: #fff; }
  .btn-success:disabled, .btn-success.disabled, .btn-success:disabled:hover, .btn-success.disabled:hover {
    background: #c6c6c6;
    color: #ffffff;
    border-color: #c6c6c6; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-border-blue {
  color: #3f51b5;
  background-color: #ffffff;
  border-color: #3f51b5; }
  .btn-border-blue:focus, .btn-border-blue.focus {
    color: #3f51b5;
    background-color: #e6e6e6;
    border-color: #1e2756; }
  .btn-border-blue:hover {
    color: #3f51b5;
    background-color: #e6e6e6;
    border-color: #2f3d88; }
  .btn-border-blue:active, .btn-border-blue.active,
  .open > .btn-border-blue.dropdown-toggle {
    color: #3f51b5;
    background-color: #e6e6e6;
    border-color: #2f3d88; }
    .btn-border-blue:active:hover, .btn-border-blue:active:focus, .btn-border-blue:active.focus, .btn-border-blue.active:hover, .btn-border-blue.active:focus, .btn-border-blue.active.focus,
    .open > .btn-border-blue.dropdown-toggle:hover,
    .open > .btn-border-blue.dropdown-toggle:focus,
    .open > .btn-border-blue.dropdown-toggle.focus {
      color: #3f51b5;
      background-color: #d4d4d4;
      border-color: #1e2756; }
  .btn-border-blue:active, .btn-border-blue.active,
  .open > .btn-border-blue.dropdown-toggle {
    background-image: none; }
  .btn-border-blue.disabled:hover, .btn-border-blue.disabled:focus, .btn-border-blue.disabled.focus, .btn-border-blue[disabled]:hover, .btn-border-blue[disabled]:focus, .btn-border-blue[disabled].focus,
  fieldset[disabled] .btn-border-blue:hover,
  fieldset[disabled] .btn-border-blue:focus,
  fieldset[disabled] .btn-border-blue.focus {
    background-color: #ffffff;
    border-color: #3f51b5; }
  .btn-border-blue .badge {
    color: #ffffff;
    background-color: #3f51b5; }
  .btn-border-blue:hover, .btn-border-blue:focus, .btn-border-blue:active, .btn-border-blue.hover, .btn-border-blue.focus, .btn-border-blue.active {
    color: #ffffff !important;
    background: #3f51b5 !important;
    border-color: #3f51b5 !important; }

.btn-link {
  color: #3b489b;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #262e64;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-block {
  display: block;
  width: 100%; }

.btn-large {
  padding-top: 8px;
  padding-bottom: 8px; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.container {
  max-width: 1280px;
  margin: 0 auto; }
  .desktop-version .container {
    padding-left: 30px; }
  .mobile-version .container {
    padding-left: 18px; }
  .desktop-version .container {
    padding-right: 30px; }
  .mobile-version .container {
    padding-right: 18px; }

.grid-main_left, .grid-main_right, .grid-main_center {
  float: left;
  min-height: 1px; }

.grid-main_left, .grid-main_right {
  width: 20%; }

.grid-main_left {
  padding-right: 20px; }
  .grid-main_left.-border {
    border-right: 1px solid #e5e5e5; }

.grid-main_right {
  padding-left: 20px; }
  .grid-main_right.-border {
    border-left: 1px solid #e5e5e5; }

.grid-main_center {
  float: left;
  width: 60%;
  padding: 0 34px; }

.grid-main.-h100 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 52px); }

.grid-main.-h100 .grid-main_center {
  padding-bottom: 50px; }

.info-gray-color {
  color: #878787; }

.is_stuck {
  z-index: 10; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 880px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 1080px) {
  .modal-lg {
    width: 900px; } }

.modal-content {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15); }

.modal-header, .modal-body, .modal-footer {
  padding: 0 29px; }

.modal-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px; }
  .modal-title.-icon {
    position: relative;
    padding-left: 35px; }
    .desktop-version .modal-title.-icon {
      padding-right: 35px; }
    .modal-title.-icon svg {
      position: absolute;
      left: 0;
      top: 5px; }

.modal-header {
  padding-top: 20px;
  border: none; }

.modal-subtitle {
  margin: 0; }
  .modal-subtitle + .modal-subtitle {
    margin-top: .5em; }

.modal-body {
  padding-top: 29px;
  padding-bottom: 29px; }

.modal-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9f9f9;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.modal-close {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .modal-close:before, .modal-close:after {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #737373; }
  .modal-close:before {
    width: 100%;
    height: 1px; }
  .modal-close:after {
    width: 1px;
    height: 100%; }
  .mobile-version .modal-close {
    display: none; }

.modal-footer-info {
  float: left;
  padding: 6px 0;
  color: #878787; }

.mobile-version .modal {
  position: static; }

.mobile-version .modal {
  overflow: visible; }

.mobile-version .modal-backdrop {
  display: none; }

.mobile-version .modal-dialog {
  margin: 0; }

.mobile-version .modal-dialog {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.mobile-version .modal-content {
  border: none; }

.mobile-version .modal-content {
  box-shadow: none; }

.mobile-version .modal-content {
  border-radius: 0; }

.mobile-version .modal-content {
  position: relative; }

.mobile-version .modal-content {
  padding: 18px 18px 0; }

.mobile-version .modal-footer {
  position: fixed; }

.mobile-version .modal-footer {
  bottom: 0; }

.mobile-version .modal-footer {
  left: 0; }

.mobile-version .modal-footer {
  width: 100%; }

.mobile-version .modal-footer {
  padding: 18px; }

.mobile-version .modal-footer > .btn {
  float: right; }

.mobile-version .modal-footer > .btn {
  height: 40px; }

.mobile-version .modal-footer > .btn {
  width: 100%; }

.mobile-version .modal-footer > .btn {
  padding: 0; }

.mobile-version .modal-footer > .btn.btn-link {
  border: 1px solid; }

.mobile-version .modal-footer > .btn.btn-link {
  border-radius: 4px; }

.mobile-version .modal-footer > .btn.btn-link {
  text-decoration: none; }

.mobile-version .modal-footer > .btn.btn-link {
  width: calc(50% - 5px); }

.mobile-version .modal-footer > .btn.btn-link + .btn {
  width: calc(50% - 5px); }

.mobile-version .modal-footer > .btn.btn-link + .btn {
  margin: 0 10px 0 0; }

.mobile-version .modal-mobile-flex-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.mobile-version .modal-mobile-flex-wrapper {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.mobile-version .modal-mobile-flex-wrapper {
  min-height: calc(100vh - 18px); }

.mobile-version .modal-mobile-flex-wrapper {
  content: "viewport-units-buggyfill;" "min-height: calc(100vh - 18px));"; }

.mobile-version .modal-header {
  padding: 0 0 10px; }

.mobile-version .modal-body {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.mobile-version .modal-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.mobile-version .modal-body {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.mobile-version .modal-body {
  padding: 0 0 94px; }

.mobile-version .modal-body.-v-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.mobile-version .modal-footer-info {
  display: none; }

.modal-iframe {
  overflow: hidden !important; }
  .desktop-version .modal-iframe {
    padding: 20px; }
  .modal-iframe .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0; }
  .modal-iframe .modal-content {
    height: 100%; }
    .mobile-version .modal-iframe .modal-content {
      padding: 0; }
  .mobile-version .modal-iframe .modal-header {
    display: none; }
  .modal-iframe .modal-body {
    padding: 0; }

.header-simple {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .desktop-version .header-simple {
    height: 130px; }
  .mobile-version .header-simple {
    height: 96px; }
  .header-simple:after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: -1;
    background: #3f51b5;
    content: ""; }
    .desktop-version .header-simple:after {
      height: 210px; }
    .mobile-version .header-simple:after {
      height: 150px; }
  .desktop-version .header-simple_logo {
    width: 137px; }
  .mobile-version .header-simple_logo {
    width: 125px; }
  .desktop-version .header-simple_logo {
    height: 48px; }
  .mobile-version .header-simple_logo {
    height: 44px; }

.simple-wrapper {
  background: #f9f9f9;
  min-height: 100vh;
  position: relative;
  z-index: 1; }
  .simple-wrapper:before, .simple-wrapper:after {
    content: " ";
    display: table; }
  .simple-wrapper:after {
    clear: both; }
  .desktop-version .simple-wrapper {
    margin-top: -52px; }
  .mobile-version .simple-wrapper {
    margin-top: -54px; }
  .simple-wrapper_container {
    margin-bottom: 80px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative; }
    .desktop-version .simple-wrapper_container {
      padding: 30px 0; }
    .mobile-version .simple-wrapper_container {
      padding: 23px 18px 32px; }
    .desktop-version .simple-wrapper_container.-auth {
      width: 460px; }
    .desktop-version .simple-wrapper_container.-auth {
      padding-left: 80px; }
    .desktop-version .simple-wrapper_container.-auth {
      padding-right: 80px; }
    .desktop-version .simple-wrapper_container.-registration {
      width: 550px; }
    .desktop-version .simple-wrapper_container.-registration {
      padding-left: 120px; }
    .desktop-version .simple-wrapper_container.-registration {
      padding-right: 120px; }
    .desktop-version .simple-wrapper_container.-personalize {
      width: 680px; }
    .desktop-version .simple-wrapper_container.-personalize {
      padding-left: 60px; }
    .desktop-version .simple-wrapper_container.-personalize {
      padding-right: 60px; }
  .desktop-version .simple-wrapper_flex-overlay {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .desktop-version .simple-wrapper_flex-overlay {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .mobile-version .simple-wrapper_flex-overlay {
    padding: 0 18px; }
  .simple-wrapper_title {
    font-weight: 600;
    text-align: center; }
    .desktop-version .simple-wrapper_title {
      margin: 0 0 13px; }
    .mobile-version .simple-wrapper_title {
      margin: 4px auto 10px; }
    .mobile-version .simple-wrapper_title {
      max-width: 200px; }
    .mobile-version .simple-wrapper_title {
      line-height: 1.3; }
    .desktop-version .simple-wrapper_title {
      font-size: 18px; }
    .mobile-version .simple-wrapper_title {
      font-size: 16px; }
    .mobile-version .simple-wrapper_title.-auth {
      max-width: none; }
    .desktop-version .simple-wrapper_title.-registration {
      margin-left: -20px; }
    .desktop-version .simple-wrapper_title.-registration {
      margin-right: -20px; }
  .simple-wrapper_description {
    text-align: center; }
    .desktop-version .simple-wrapper_description {
      margin-bottom: 31px; }
    .mobile-version .simple-wrapper_description {
      margin-bottom: 24px; }
    .mobile-version .simple-wrapper_description {
      font-size: 13px; }
    .simple-wrapper_description p {
      margin: 0; }
    .simple-wrapper_description p + p {
      margin-top: 6px; }
    .simple-wrapper_description.-personalize {
      text-align: left; }
    .desktop-version .simple-wrapper_description.-registration {
      margin-left: -20px; }
    .desktop-version .simple-wrapper_description.-registration {
      margin-right: -20px; }
    .simple-wrapper_description.-demo-urls {
      text-align: left; }
      .simple-wrapper_description.-demo-urls ul {
        margin: 0;
        padding: 0; }
        .simple-wrapper_description.-demo-urls ul li {
          margin: 10px 0 0; }
  .simple-wrapper_under-container {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    text-align: center;
    font-size: 13px;
    color: #999999; }
    .desktop-version .simple-wrapper_under-container {
      margin-top: 23px; }
    .mobile-version .simple-wrapper_under-container {
      margin-top: 14px; }

.form-personalize_photo-block {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  position: relative;
  z-index: 0; }
  .form-personalize_photo-block:hover svg {
    opacity: 1; }
  .form-personalize_photo-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .form-personalize_photo-block input {
    position: absolute;
    font-size: 400px;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1; }
  .form-personalize_photo-block svg {
    transition: all 300ms ease;
    width: 61px;
    height: 61px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .1; }
  .form-personalize_photo-block.-loaded svg {
    display: none; }

.form-personalize_textarea.form-control {
  resize: none; }
  .desktop-version .form-personalize_textarea.form-control {
    height: 150px; }
  .mobile-version .form-personalize_textarea.form-control {
    height: 91px; }

.desktop-version .form-personalize_col {
  float: left; }

.desktop-version .form-personalize_col.-photo {
  margin: 0 20px 0 0; }

.mobile-version .form-personalize_col.-photo {
  margin: 0 auto 27px; }

.mobile-version .form-personalize_col.-photo {
  width: 160px; }

.desktop-version .form-personalize_col.-description {
  width: calc(100% - 170px); }

.form-personalize_submit {
  display: block;
  margin: 0 auto; }
  .desktop-version .form-personalize_submit {
    width: 290px; }
  .mobile-version .form-personalize_submit {
    width: 100%; }

.header {
  min-width: 990px;
  background: #3f51b5;
  height: 52px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 20; }
  .header:before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #36459a;
    content: "";
    right: 50%;
    margin-right: 370px; }
    @media (max-width: 1279px) {
      .header:before {
        display: none; } }
  .header_logo {
    display: block;
    background: #36459a;
    height: 52px;
    margin: 0 -20px 0 -30px;
    padding: 0 20px 0 30px; }
    .header_logo img {
      width: 96px;
      height: 33px;
      margin-top: 10px; }
  .header_user {
    float: right;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px; }

.user-control {
  float: right; }
  .desktop-version .user-control {
    height: 52px; }
  .mobile-version .user-control {
    height: 54px; }
  .desktop-version .user-control {
    width: 50px; }
  .mobile-version .user-control {
    width: 44px; }
  .desktop-version .user-control {
    position: relative; }
  .user-control:before {
    position: absolute;
    top: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    content: "";
    transition: all 300ms ease; }
    .desktop-version .user-control:before {
      right: 0; }
    .mobile-version .user-control:before {
      right: 15px; }
    .desktop-version .user-control:before {
      margin-top: -3px; }
    .desktop-version .user-control:before {
      border-top-width: 4px; }
  .user-control_photo {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    border: 3px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    overflow: hidden; }
    .user-control_photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .user-control_links {
    padding: 0 10px;
    position: absolute;
    top: 100%;
    background: #3142a1;
    list-style: none;
    text-align: center;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease; }
    .desktop-version .user-control_links {
      width: 110px; }
    .mobile-version .user-control_links {
      width: 100%; }
    .desktop-version .user-control_links {
      left: 50%; }
    .mobile-version .user-control_links {
      left: 0; }
    .desktop-version .user-control_links {
      border-radius: 2px; }
    .desktop-version .user-control_links {
      margin: 6px 0 0 -61px; }
    .mobile-version .user-control_links {
      margin: 0; }
    .user-control_links:before {
      position: absolute;
      left: 50%;
      margin-left: -5px;
      bottom: 100%;
      border: 5px solid transparent;
      border-bottom-color: #3142a1; }
      .desktop-version .user-control_links:before {
        content: " "; }
  .user-control_link {
    color: #fff; }
    .mobile-version .user-control_link {
      width: 100px; }
    .mobile-version .user-control_link {
      margin: 0 auto; }
    .desktop-version .user-control_link {
      font-size: 13px; }
    .mobile-version .user-control_link {
      font-size: 14px; }
    .user-control_link a {
      display: block;
      color: inherit; }
      .desktop-version .user-control_link a {
        line-height: 40px; }
      .mobile-version .user-control_link a {
        line-height: 55px; }
    .user-control_link + .user-control_link {
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .user-control.-active:before {
    -webkit-transform: rotate(180deg) translateY(3px);
        -ms-transform: rotate(180deg) translateY(3px);
            transform: rotate(180deg) translateY(3px); }
  .user-control.-active .user-control_links {
    visibility: visible;
    opacity: 1; }

.consultant {
  padding-top: 25px;
  padding-bottom: 50px; }
  .consultant_choose {
    position: relative;
    margin-bottom: 17px; }
  .consultant_choose-active {
    display: inline-block;
    position: relative;
    color: #7b8087;
    font-size: 13px;
    padding-right: 12px;
    line-height: 1;
    font-weight: 600; }
  .consultant_choose-list {
    display: none; }
  .consultant_photo-wrapepr {
    border-radius: 2px;
    margin-bottom: 15px;
    overflow: hidden;
    min-height: 200px; }
    .mobile-version .consultant_photo-wrapepr {
      border: 1px solid #e6e6e6; }
    .mobile-version .consultant_photo-wrapepr {
      height: 250px; }
  .consultant_photo {
    display: block;
    width: 100%; }
  .consultant_name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4; }
  .consultant_title {
    color: #7b8087;
    font-size: 12px; }
  .consultant_separate {
    margin: 15px 0; }
  .consultant_contact {
    font-size: 13px;
    padding-left: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative; }
    .consultant_contact + .consultant_contact {
      margin-top: 6px; }
    .consultant_contact svg {
      position: absolute;
      left: 0;
      top: 0; }
    .consultant_contact.-email svg {
      width: 15px;
      height: 11px;
      top: 4px; }
    .consultant_contact.-phone svg {
      width: 15px;
      height: 15px;
      top: 2px; }
    .consultant_contact:hover {
      text-overflow: clip;
      overflow: visible; }
      .consultant_contact:hover a {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 10px;
        border-radius: 2px;
        background: #ffffff; }
  .consultant_buttons {
    position: relative;
    margin: 15px 0 20px; }
    .consultant_buttons:before, .consultant_buttons:after {
      content: " ";
      display: table; }
    .consultant_buttons:after {
      clear: both; }
    .mobile-version .consultant_buttons > .btn {
      margin: 0; }
    .mobile-version .consultant_buttons > .btn {
      padding: 9px 0; }
    .mobile-version .consultant_buttons > .btn {
      height: 40px; }
    .mobile-version .consultant_buttons > .btn {
      width: calc(50% - 5px); }
    .mobile-version .consultant_buttons > .btn {
      float: left; }
    .mobile-version .consultant_buttons > .btn + .btn {
      margin-left: 10px; }
  .consultant_report {
    font-size: 12px; }
    .mobile-version .consultant_report {
      text-align: center; }
    .consultant_report a {
      display: inline-block;
      position: relative;
      padding-left: 22px; }
    .consultant_report svg {
      position: absolute;
      left: 0;
      width: 13px;
      height: 14px; }
      .desktop-version .consultant_report svg {
        top: 4px; }
      .mobile-version .consultant_report svg {
        top: 2px; }

.stepline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap; }
  .mobile-version .stepline {
    padding: 0 53px 0 18px; }
  .stepline_title {
    color: #ffffff;
    font-size: 15px; }
  .stepline_number {
    margin-left: 5px;
    color: #8593e0; }
  .mobile-version .stepline_position {
    min-width: 80px; }
  .desktop-version .stepline_position {
    color: rgba(255, 255, 255, 0.5); }
  .mobile-version .stepline_position {
    color: #7b8087; }
  .desktop-version .stepline_position {
    font-size: 12px; }
  .mobile-version .stepline_position {
    font-size: 13px; }
  .stepline_line {
    position: relative;
    border-radius: 6px;
    overflow: hidden; }
    .desktop-version .stepline_line {
      margin: 0 15px 0 30px; }
    .desktop-version .stepline_line {
      width: 160px; }
    .mobile-version .stepline_line {
      width: 100%; }
    .desktop-version .stepline_line {
      height: 6px; }
    .mobile-version .stepline_line {
      height: 7px; }
    .desktop-version .stepline_line {
      background: #36459a; }
    .mobile-version .stepline_line {
      background: #e3e3e3; }
  .stepline_runner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    .desktop-version .stepline_runner {
      background: #ffffff; }
    .mobile-version .stepline_runner {
      background: #36459a; }
    .stepline_runner.-delay {
      background-color: #ff648b; }
  .stepline.-delay {
    background: #ff3764;
    color: #ffffff; }
  .stepline.-delay .stepline_position {
    color: #ffffff; }
  .stepline.-delay .stepline_line {
    background: #ffffff; }
  .stepline.-delay .stepline_runner {
    background-color: #bc1339; }

.estimation:before, .estimation:after {
  content: " ";
  display: table; }

.estimation:after {
  clear: both; }

.estimation_col {
  float: left;
  white-space: nowrap; }
  .estimation_col.-left {
    width: 64%; }
  .estimation_col.-right {
    width: 36%; }

.estimation_item + .estimation_item {
  margin-top: 10px; }

.estimation_item.-rate .estimation_item-field,
.estimation_item.-closing .estimation_item-field {
  font-size: 16px;
  line-height: 30px; }

.estimation_item-label {
  color: #7b8087;
  font-size: 13px;
  margin-bottom: 1px; }

.estimation_item-field {
  font-size: 20px;
  font-weight: 600; }

.estimation.-full {
  padding: 20px 30px;
  border: 1px solid #e5e5e5; }

.estimation.-full .estimation_col.-left {
  max-width: 140px; }

.estimation.-mobile .estimation_col.-left {
  width: 140px; }

.estimation.-mobile .estimation_col.-right {
  width: auto; }

.estimation.-preview .estimation_item.-cash, .estimation.-preview .estimation_item.-closing {
  display: none; }

.estimation_mobile-wrapper {
  margin-bottom: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5; }

.estimation_waiting {
  color: #7b8087; }

.estimation_download {
  position: absolute;
  top: 0;
  right: 0; }
  .estimation_download svg {
    width: 13px;
    height: 14px; }

.estimation_mobile-download {
  margin-top: 13px;
  font-size: 13px;
  display: inline-block; }
  .estimation_mobile-download svg {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    margin-right: 10px; }

.estimation-history {
  margin-top: 10px; }
  .estimation-history_title {
    display: inline-block;
    position: relative;
    color: #3b489b;
    font-size: 13px;
    padding-right: 12px;
    line-height: 1;
    cursor: pointer; }
    .estimation-history_title:before {
      position: absolute;
      right: 0;
      top: 5px;
      border: 3px solid transparent;
      border-top-color: #3b489b;
      border-top-width: 4px;
      content: "";
      transition: all 300ms ease; }
    .estimation-history_title.-active:before {
      max-height: 500px;
      -webkit-transform: rotate(180deg) translateY(3px);
          -ms-transform: rotate(180deg) translateY(3px);
              transform: rotate(180deg) translateY(3px); }
  .estimation-history_list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease; }
    .estimation-history_list.-active {
      max-height: 500px; }
  .estimation-history_list-item {
    position: relative;
    font-size: 13px;
    padding: 11px 0; }
    .estimation-history_list-item + .estimation-history_list-item {
      border-top: 1px solid #e5e5e5; }
  .estimation-history_download {
    height: 14px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0; }
    .estimation-history_download svg {
      width: 13px;
      height: 14px; }
  .estimation-history_static-title {
    font-weight: bold; }
  .estimation-history_static-list {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    font-size: 13px; }
  .estimation-history_static-list-item {
    padding: 3px 0; }

.timeline_step {
  font-size: 13px; }
  .timeline_step:before, .timeline_step:after {
    content: " ";
    display: table; }
  .timeline_step:after {
    clear: both; }
  .desktop-version .timeline_step {
    padding-top: 10px; }
  .mobile-version .timeline_step {
    padding-top: 8px; }
  .desktop-version .timeline_step {
    padding-bottom: 10px; }
  .mobile-version .timeline_step {
    padding-bottom: 8px; }
  .timeline_step.-passed {
    color: rgba(0, 0, 0, 0.3); }
  .timeline_step.-active {
    font-weight: bold;
    background-color: #f9f9f9; }
  .timeline_step.-delay {
    background-color: #fb5463;
    color: #ffffff; }
  .timeline_step.-title {
    padding-top: 0;
    padding-bottom: 0;
    color: #7b8087;
    font-size: 12px; }

.timeline_step.-active .timeline_step-title {
  color: #47bf58; }

.timeline_step.-delay .timeline_step-title {
  color: inherit; }

.timeline_step-col {
  float: left; }
  .timeline_step-col.-left {
    width: 65px;
    text-transform: capitalize; }
  .timeline_step-col.-right {
    width: calc(100% - 65px); }

.timeline_step-title {
  margin-bottom: 5px;
  font-weight: bold; }

.timeline_step-info {
  font-weight: normal; }

.timeline_step-delay {
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

.timeline.-widget {
  margin: 0 -30px 0 -20px; }

.timeline.-widget .timeline_step {
  padding-right: 30px;
  padding-left: 20px; }

.timeline.-full {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #e5e5e5; }
  .mobile-version .timeline.-full {
    margin: 0 -7px; }

.desktop-version .timeline.-full .timeline_step {
  padding-left: 23px; }

.mobile-version .timeline.-full .timeline_step {
  padding-left: 19px; }

.desktop-version .timeline.-full .timeline_step {
  padding-right: 23px; }

.mobile-version .timeline.-full .timeline_step {
  padding-right: 19px; }

.desktop-version .timeline.-full .timeline_step-col.-left {
  width: 75px; }

.desktop-version .timeline.-full .timeline_step-col.-right {
  width: calc(100% - 75px); }

.timeline.-mobile .timeline_step {
  padding-top: 14px;
  padding-bottom: 14px; }
  .timeline.-mobile .timeline_step + .timeline_step {
    border-top: 1px solid #eeeeee; }
  .timeline.-mobile .timeline_step.-active:not(.-delay) {
    background: none; }
  .timeline.-mobile .timeline_step.-delay {
    border-top: none;
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px; }

.timeline_bubble {
  background: #f9f9f9;
  font-size: 13px;
  border-radius: 2px;
  margin-top: 20px;
  padding: 10px 16px; }

.todo-header {
  border-bottom: 1px solid #e5e5e5; }
  .desktop-version .todo-header {
    height: 47px; }
  .mobile-version .todo-header {
    height: 51px; }
  .desktop-version .todo-header {
    margin: 16px 0; }
  .mobile-version .todo-header {
    margin: 0 0 16px; }
  .todo-header:before, .todo-header:after {
    content: " ";
    display: table; }
  .todo-header:after {
    clear: both; }
  .todo-header_title {
    float: left;
    font-weight: 600; }
    .desktop-version .todo-header_title {
      margin-top: 5px; }
    .mobile-version .todo-header_title {
      margin-top: 15px; }
    .desktop-version .todo-header_title {
      font-size: 18px; }
    .mobile-version .todo-header_title {
      font-size: 14px; }
  .todo-header_upload {
    float: right; }
    .desktop-version .todo-header_upload {
      margin-left: 20px; }
    .mobile-version .todo-header_upload {
      display: none; }
    .todo-header_upload svg {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      width: 21px;
      height: 18px; }
  .todo-header_list {
    float: right;
    white-space: nowrap;
    margin: 0;
    padding: 0; }
  .todo-header_list-item {
    display: inline-block;
    color: #7b8087;
    border-bottom: 2px solid transparent;
    position: relative; }
    .todo-header_list-item sup {
      position: absolute;
      right: -11px;
      background-color: #ff3366;
      color: #ffffff;
      border-radius: 100%;
      text-align: center; }
      .desktop-version .todo-header_list-item sup {
        width: 16px; }
      .mobile-version .todo-header_list-item sup {
        width: 14px; }
      .desktop-version .todo-header_list-item sup {
        height: 16px; }
      .mobile-version .todo-header_list-item sup {
        height: 14px; }
      .desktop-version .todo-header_list-item sup {
        top: 0; }
      .mobile-version .todo-header_list-item sup {
        top: 6px; }
      .desktop-version .todo-header_list-item sup {
        line-height: 16px; }
      .mobile-version .todo-header_list-item sup {
        line-height: 14px; }
      .desktop-version .todo-header_list-item sup {
        font-size: 9px; }
      .mobile-version .todo-header_list-item sup {
        font-size: 8px; }
    .todo-header_list-item a {
      display: block;
      position: relative;
      z-index: 1;
      color: inherit;
      text-decoration: none; }
      .desktop-version .todo-header_list-item a {
        height: 45px; }
      .mobile-version .todo-header_list-item a {
        height: 49px; }
      .desktop-version .todo-header_list-item a {
        padding: 8px 6px 0; }
      .mobile-version .todo-header_list-item a {
        padding: 15px 3px 0; }
      .todo-header_list-item a:hover {
        color: #3b489b; }
    .todo-header_list-item.-active {
      color: #3b489b;
      border-bottom-color: #3b489b; }
    .desktop-version .todo-header_list-item + .todo-header_list-item {
      margin-left: 15px; }
    .mobile-version .todo-header_list-item + .todo-header_list-item {
      margin-left: 11px; }

.todo_section-title {
  margin-bottom: 7px;
  font-size: 13px;
  color: #7b8087; }
  .todo_section-title.-important {
    font-size: 15px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 15px; }

.todo_list {
  padding: 0 20px;
  margin: 0;
  background-color: #f9f9f9;
  border-radius: 4px; }

.todo_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer; }
  .desktop-version .todo_item {
    padding: 10px 35px; }
  .mobile-version .todo_item {
    padding: 10px 24px; }
  .desktop-version .todo_item {
    min-height: 60px; }
  .mobile-version .todo_item {
    min-height: 50px; }
  .todo_item:before, .todo_item:after {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    content: "";
    transition: all 300ms ease; }
    .desktop-version .todo_item:before, .desktop-version .todo_item:after {
      right: 2px; }
    .mobile-version .todo_item:before, .mobile-version .todo_item:after {
      right: -8px; }
  .todo_item:after {
    margin-right: 1px;
    border-left-color: #f9f9f9; }
  .todo_item + .todo_item {
    border-top: 1px solid #e5e5e5; }
  .todo_item:hover:before {
    border-left-color: #3b489b; }
  .todo_item:hover:after {
    margin-right: 5px; }
  .todo_item.-reject {
    padding-right: 60px; }

.no-flexboxlegacy .todo_list-title {
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  width: 1%; }

.todo_icon {
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0; }
  .desktop-version .todo_icon {
    left: 0; }
  .mobile-version .todo_icon {
    left: -5px; }

.todo_icon-comment {
  width: 18px;
  height: 18px;
  color: #d0d0d0;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 30px; }

.desktop-version .todo + .todo {
  margin-top: 20px; }

.mobile-version .todo + .todo {
  margin-top: 15px; }

.todo.-important {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5; }

.todo.-white {
  margin-top: 24px; }
  .desktop-version .todo.-white {
    margin-bottom: -30px; }
  .mobile-version .todo.-white {
    border-bottom: 1px solid #e5e5e5; }

.todo.-white .todo_list {
  border-top: 1px solid #e5e5e5;
  padding: 0;
  background: #fff;
  border-radius: 0; }

.mobile-version .task {
  padding: 18px 0 100px; }

.mobile-version .task {
  min-height: calc(100vh - 54px); }

.mobile-version .task {
  position: relative; }

.task:before, .task:after {
  content: " ";
  display: table; }

.task:after {
  clear: both; }

.mobile-version .task {
  content: "viewport-units-buggyfill;" "min-height: calc(100vh - 54px));"; }

.task_back {
  margin-bottom: 8px;
  font-size: 13px; }

.task_wrapper {
  padding: 20px 20px 30px;
  border-radius: 4px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e5e5; }

.task_title {
  margin-top: 0;
  font-size: 16px;
  position: relative; }
  .desktop-version .task_title {
    padding-left: 35px; }
  .mobile-version .task_title {
    padding-left: 31px; }
  .task_title svg {
    position: absolute;
    left: 0;
    top: 2px; }

.mobile-version .task_controls-container {
  width: 100%; }

.mobile-version .task_controls-container {
  position: absolute; }

.mobile-version .task_controls-container {
  left: 0; }

.mobile-version .task_controls-container {
  bottom: 0; }

.mobile-version .task_controls-container.-fixed {
  position: fixed; }

.mobile-version .task_controls-container.-fixed {
  padding: 0 18px; }

.task_subtitle {
  margin-top: 1.3em;
  font-weight: 600; }
  .desktop-version .task_subtitle {
    font-size: 15px; }
  .mobile-version .task_subtitle {
    font-size: 14px; }

.mobile-version .task_buttons {
  border-top: 1px solid #f1f1f1; }

.mobile-version .task_buttons {
  background: #f9f9f9; }

.desktop-version .task_buttons {
  margin: 25px 0 0; }

.mobile-version .task_buttons {
  margin: 0 -18px; }

.mobile-version .task_buttons {
  padding: 12px 18px; }

.task_buttons:before, .task_buttons:after {
  content: " ";
  display: table; }

.task_buttons:after {
  clear: both; }

.desktop-version .task_buttons.-small-top-indent {
  margin-top: 8px; }

.mobile-version .task_buttons.-send-question {
  padding-bottom: 0; }

.task_buttons.-open-request {
  margin-top: 0; }
  .mobile-version .task_buttons.-open-request {
    border-top: none; }

.desktop-version .task_buttons > .btn-link:first-child {
  margin-left: -14px; }

.mobile-version .task_buttons > .btn-link {
  border: 1px solid; }

.mobile-version .task_buttons > .btn-link {
  border-radius: 4px; }

.mobile-version .task_buttons > .btn {
  width: 100%; }

.mobile-version .task_buttons > .btn {
  height: 40px; }

.mobile-version .task_buttons.-request > .btn {
  width: calc(50% - 5px); }

.mobile-version .task_buttons.-request > .btn + .btn {
  margin-left: 10px; }

.task_iframe {
  display: block;
  width: 100%; }
  .desktop-version .task_iframe {
    height: calc(100vh - 173px); }
  .mobile-version .task_iframe {
    height: calc(100vh - 77px); }
  .mobile-version .task_iframe {
    content: "viewport-units-buggyfill;" "height: calc(100vh - 77px));"; }

.task_send-question {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7b8087; }
  .mobile-version .task_send-question {
    font-size: 12px; }
  .mobile-version .task_send-question {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .desktop-version .task_send-question {
    float: right; }
  .desktop-version .task_send-question {
    height: 35px; }
  .mobile-version .task_send-question {
    height: 48px; }

.mobile-version .task_request {
  border-top: 1px solid #f1f1f1; }

.mobile-version .task_request {
  margin: 0 -18px; }

.mobile-version .task_request {
  padding: 12px 18px; }

.mobile-version .task_request {
  background: #f9f9f9; }

.task_request-field {
  resize: none; }
  .desktop-version .task_request-field {
    height: 76px; }
  .mobile-version .task_request-field {
    height: 170px; }

.desktop-version .task_btn-confirm {
  min-width: 120px; }

.desktop-version .task_btn-confirm {
  margin-right: 6px; }

.widget {
  margin-top: 30px;
  position: relative; }
  .widget_title {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    min-height: 34px;
    border-bottom: 1px solid #e5e5e5; }
  .widget_wrapper {
    padding-top: 30px;
    padding-bottom: 50px; }
  .widget_wrapper .widget:first-child {
    margin-top: 0; }

.icon {
  color: #3b489b; }
  .icon.-upload {
    width: 24px;
    height: 20px;
    color: #1871d6; }
  .icon.-reject {
    width: 23px;
    height: 22px;
    color: #1871d6; }
  .icon.-review {
    width: 19px;
    height: 22px;
    color: #36459a; }
  .icon.-print-and-upload {
    width: 24px;
    height: 23px;
    color: #1871d6; }
  .icon.-sign {
    width: 21px;
    height: 21px;
    color: #f39515; }
  .icon.-bundle {
    width: 23px;
    height: 21px;
    color: #1871d6; }
  .icon.-confirm {
    width: 21px;
    height: 20px;
    color: #10a25b; }
  .icon.-approved {
    width: 21px;
    height: 20px;
    color: #10a25b; }
  .icon.-file-upload {
    width: 25px;
    height: 24px; }
  .icon.-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px; }

.user-info {
  margin: 19px 0 33px; }
  .user-info_item {
    margin: 0;
    padding: 0; }
    .user-info_item:before, .user-info_item:after {
      content: " ";
      display: table; }
    .user-info_item:after {
      clear: both; }
    .user-info_item + .user-info_item {
      margin-top: 10px; }
  .user-info_label {
    float: left;
    width: 140px;
    padding-right: 10px;
    color: #848a91; }
  .user-info_field {
    overflow: hidden;
    margin: 0;
    padding: 0; }

.drop-area {
  min-height: 80px;
  border: 1px dashed #5868cb;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .mobile-version .drop-area {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .no-flexboxlegacy .drop-area {
    height: 80px; }
  .drop-area > input {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 400px;
    opacity: 0;
    cursor: pointer; }
  .desktop-version .drop-area_wrapper {
    min-height: 270px; }
  .mobile-version .drop-area_wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mobile-version .drop-area_wrapper {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mobile-version .drop-area_wrapper {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .mobile-version .drop-area_desktop-text {
    display: none; }
  .desktop-version .drop-area_mobile-text {
    display: none; }
  .drop-area_placeholder svg, .drop-area_placeholder b, .drop-area_placeholder small {
    display: block;
    text-align: center;
    margin: 0 auto; }
  .drop-area_placeholder svg {
    display: none;
    margin-bottom: 22px; }
  .drop-area_placeholder b {
    margin-bottom: 1px;
    font-weight: 600; }
  .drop-area_placeholder small {
    display: block;
    font-size: 13px;
    color: #878787; }
  .drop-area_browse-text {
    color: #3b489b;
    cursor: pointer; }
  .desktop-version .drop-area.-placeholder {
    min-height: 270px; }
  .no-flexboxlegacy .drop-area.-placeholder {
    height: 270px; }
  .drop-area.-placeholder .drop-area_placeholder svg {
    display: block; }

.file-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .file-list_item {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative; }
  .file-list_picture, .file-list_link {
    display: block;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    overflow: hidden; }
    .desktop-version .file-list_picture, .desktop-version .file-list_link {
      width: 120px; }
    .mobile-version .file-list_picture, .mobile-version .file-list_link {
      width: 109px; }
    .desktop-version .file-list_picture, .desktop-version .file-list_link {
      height: 120px; }
    .mobile-version .file-list_picture, .mobile-version .file-list_link {
      height: 109px; }
    .file-list_picture img, .file-list_link img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .file-list_link {
    position: relative; }
    .file-list_link:before {
      width: 33px;
      height: 33px;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: "";
      background: rgba(0, 0, 0, 0.6) url("/i/icon-white-plus.svg") no-repeat 50% 50%;
      border-radius: 33px; }
  .file-list_remove {
    width: 13px;
    height: 13px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 100%; }
    .file-list_remove:before, .file-list_remove:after {
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      content: "";
      background: #e54e4e; }
    .file-list_remove:before {
      width: 100%;
      height: 1px; }
    .file-list_remove:after {
      width: 1px;
      height: 100%; }
    .mobile-version .file-list_remove {
      width: 11px; }
    .mobile-version .file-list_remove {
      height: 11px; }
    .desktop-version .file-list_remove {
      margin-left: 5px; }
    .mobile-version .file-list_remove {
      margin-left: 3px; }
  .file-list_loading {
    display: block;
    height: 5px;
    margin-top: 7px;
    position: relative;
    background-color: #e5e5e5;
    border-radius: 5px; }
    .file-list_loading.-done {
      background-color: #77cb83; }
      .file-list_loading.-done > * {
        display: none; }
  .file-list_loading-runner {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    height: 100%;
    width: 50%;
    background-color: #3f51b5; }
    .file-list_loading-runner:before {
      width: 100%;
      height: 100%;
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-size: 12px 12px;
      -webkit-animation: progress-bar-stripes 1s linear infinite;
              animation: progress-bar-stripes 1s linear infinite;
      position: absolute;
      left: 0;
      top: 0;
      content: ""; }
  .file-list_title {
    display: block;
    text-align: center;
    font-size: 11px;
    color: rgba(33, 33, 33, 0.5);
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .desktop-version .file-list_title {
      width: 120px; }
    .mobile-version .file-list_title {
      width: 109px; }
  .file-list.-preview {
    padding: 0;
    margin-top: 20px; }
  .desktop-version .file-list.-preview .file-list_item {
    margin-right: 26px; }
  .mobile-version .file-list.-preview .file-list_item {
    margin-right: 20px; }
  .desktop-version .file-list.-preview .file-list_item {
    margin-bottom: 26px; }
  .mobile-version .file-list.-preview .file-list_item {
    margin-bottom: 20px; }
  .mobile-version .file-list.-preview .file-list_picture, .mobile-version .file-list.-preview .file-list_link {
    width: 93px; }
  .mobile-version .file-list.-preview .file-list_picture, .mobile-version .file-list.-preview .file-list_link {
    height: 93px; }
  .mobile-version .file-list.-match {
    margin: 20px -5px 0 0; }
  .desktop-version .file-list.-match {
    padding: 10px 0 0 10px; }
  .mobile-version .file-list.-match {
    padding: 0; }
  .file-list.-list {
    margin-top: -12px;
    margin-right: -5px; }
  .file-list.-list .file-list_item {
    margin-top: 5px;
    margin-bottom: 0; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: -12px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: -12px 0; }
  to {
    background-position: 0 0; } }

.match-files:before, .match-files:after {
  content: " ";
  display: table; }

.match-files:after {
  clear: both; }

.match-files_col {
  float: left; }
  .match-files_col.-left {
    width: calc(100% - 280px);
    padding-right: 10px; }
  .match-files_col.-right {
    width: 280px; }

.match-files_title {
  line-height: 1;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 600; }

.match-files_container {
  height: 380px;
  overflow: auto;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  outline: none; }
  .match-files_container .jspVerticalBar {
    width: 10px;
    -webkit-transform: scale(1, 0.95);
        -ms-transform: scale(1, 0.95);
            transform: scale(1, 0.95);
    background: none; }
  .match-files_container .jspTrack {
    width: 5px;
    background: #e5e5e5;
    border-radius: 2px; }
  .match-files_container .jspDrag {
    background: #4f62ca;
    border-radius: 2px; }

.match-files_tasks {
  list-style: none;
  margin: 0; }
  .desktop-version .match-files_tasks {
    padding: 0 10px 0 20px; }
  .mobile-version .match-files_tasks {
    padding: 0; }

.match-files_task {
  position: relative; }
  .match-files_task + .match-files_task {
    border-top: 1px solid #e5e5e5; }

.match-files_subtasks {
  list-style: none;
  margin: 0 0 0 28px;
  padding: 0;
  border-top: 1px solid #e5e5e5; }

.match-files_task-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 10px 28px;
  min-height: 56px;
  cursor: pointer; }
  .no-flexboxlegacy .match-files_task-label {
    height: 56px;
    display: table-cell;
    width: 1%;
    vertical-align: middle; }

.match-files_task-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.match-files_task-input:checked + .match-files_task-title:before {
  border-color: #36459a; }

.match-files_task-input:checked + .match-files_task-title:after {
  content: ""; }

.match-files_task-title:before, .match-files_task-title:after {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 20px; }

.match-files_task-title:before {
  border: 1px solid #e5e5e5;
  border-radius: 1px;
  content: ""; }

.match-files_task-title:after {
  background: url("/i/icon-checkbox-check.svg") no-repeat 50% 3px/11px 11px; }

.match-files_tabs {
  font-size: 0;
  white-space: nowrap; }
  .match-files_tabs:before, .match-files_tabs:after {
    content: " ";
    display: table; }
  .match-files_tabs:after {
    clear: both; }

.match-files_tab-handler {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 13px;
  line-height: 38px;
  border: 1px solid #4f62ca;
  color: #4f62ca;
  text-align: center;
  cursor: pointer; }
  .match-files_tab-handler:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .match-files_tab-handler:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }
  .match-files_tab-handler.-active {
    color: #ffffff;
    background: #4f62ca; }

.reject-info {
  margin: 24px 0 33px;
  position: relative;
  padding-left: 50px; }
  .reject-info_message {
    margin-left: -50px;
    margin-bottom: 16px;
    padding: 18px 20px;
    background: #fafafa;
    border: 1px solid #e8e8e8;
    position: relative;
    z-index: 1; }
    .reject-info_message:before, .reject-info_message:after {
      border: 11px solid transparent;
      content: "";
      position: absolute;
      left: 0;
      bottom: -9px;
      z-index: -1; }
    .reject-info_message:before {
      left: -1px;
      bottom: -11px;
      border-left-color: #e8e8e8; }
    .reject-info_message:after {
      border-left-color: #fafafa; }
  .reject-info_avatar {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .reject-info_name {
    font-weight: 600;
    font-size: 12px; }
  .reject-info_date {
    font-size: 12px;
    color: #7b8087; }

.form-cc {
  margin: 20px 0;
  position: relative; }
  .desktop-version .form-cc {
    max-width: 290px; }
  .form-cc_row:before, .form-cc_row:after {
    content: " ";
    display: table; }
  .form-cc_row:after {
    clear: both; }
  .form-cc_col {
    float: left;
    width: calc(50% - 2px); }
    .form-cc_col + .form-cc_col {
      margin-left: 4px; }
  .form-cc_verified:before, .form-cc_verified:after {
    content: " ";
    display: table; }
  .form-cc_verified:after {
    clear: both; }
  .desktop-version .form-cc_verified {
    width: 170px; }
  .desktop-version .form-cc_verified {
    position: absolute; }
  .mobile-version .form-cc_verified {
    margin-top: 18px; }
  .desktop-version .form-cc_verified {
    left: 155px; }
  .desktop-version .form-cc_verified {
    top: calc(100% + 27px); }
  @media (min-width: 1120px) {
    .desktop-version .form-cc_verified {
      top: calc(100% + 22px); }
    .desktop-version .form-cc_verified {
      left: 170px; } }
  .form-cc_verified-type {
    display: block;
    float: left; }
    .desktop-version .form-cc_verified-type.-visa {
      width: 50px; }
    .mobile-version .form-cc_verified-type.-visa {
      width: 80px; }
    .desktop-version .form-cc_verified-type.-visa {
      margin-right: 10px; }
    .mobile-version .form-cc_verified-type.-visa {
      margin-right: 22px; }
    @media (min-width: 1120px) {
      .desktop-version .form-cc_verified-type.-visa {
        width: 64px; }
      .desktop-version .form-cc_verified-type.-visa {
        margin-right: 22px; } }
    .desktop-version .form-cc_verified-type.-mastercard {
      width: 48px; }
    .mobile-version .form-cc_verified-type.-mastercard {
      width: 80px; }
    .desktop-version .form-cc_verified-type.-mastercard {
      margin-top: 9px; }
    .mobile-version .form-cc_verified-type.-mastercard {
      margin-top: 14px; }
    @media (min-width: 1120px) {
      .desktop-version .form-cc_verified-type.-mastercard {
        width: 72px; }
      .desktop-version .form-cc_verified-type.-mastercard {
        margin-top: 10px; } }
  .desktop-version .form-cc_submit {
    width: 140px; }

.mark-document-hero {
  margin: 30px 0;
  background: url("/i/icon-all-sent.svg") no-repeat 50% 0;
  text-align: center;
  font-weight: 600;
  padding-top: 160px; }
  .mark-document-hero b {
    display: block; }

.callback {
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease; }
  .desktop-version .callback {
    width: 295px; }
  .mobile-version .callback {
    width: 100%; }
  .desktop-version .callback {
    height: 270px; }
  .mobile-version .callback {
    height: 100%; }
  .desktop-version .callback {
    padding: 20px; }
  .mobile-version .callback {
    padding: 18px 18px 70px; }
  .desktop-version .callback {
    position: absolute; }
  .mobile-version .callback {
    position: fixed; }
  .desktop-version .callback {
    left: 100%; }
  .mobile-version .callback {
    left: 0; }
  .desktop-version .callback {
    top: -75px; }
  .mobile-version .callback {
    top: 0; }
  .desktop-version .callback {
    z-index: 10; }
  .mobile-version .callback {
    z-index: 100; }
  .desktop-version .callback {
    margin: 0 0 0 10px; }
  .desktop-version .callback {
    border-radius: 4px; }
  .desktop-version .callback {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05); }
  .desktop-version .callback {
    border: 1px solid #e5e5e5; }
  .callback.-active {
    opacity: 1;
    visibility: visible; }
  .callback:before, .callback:after {
    border: 5px solid transparent;
    content: "";
    position: absolute;
    right: 100%;
    top: 85px; }
  .callback:before {
    border-right-color: #e5e5e5; }
  .callback:after {
    border-right-color: #ffffff;
    margin-right: -1px; }
  .callback_title {
    line-height: 1.4;
    font-weight: 600; }
    .desktop-version .callback_title {
      margin: -7px 0 6px; }
    .mobile-version .callback_title {
      margin: 0 0 20px; }
    .desktop-version .callback_title {
      font-size: 15px; }
    .mobile-version .callback_title {
      font-size: 17px; }
  .desktop-version .callback_title-name {
    display: block; }
  .callback_row:before, .callback_row:after {
    content: " ";
    display: table; }
  .callback_row:after {
    clear: both; }
  .callback_col {
    float: left; }
    .desktop-version .callback_col {
      width: calc(50% - 2px); }
    .mobile-version .callback_col {
      width: calc(50% - 5px); }
    .desktop-version .callback_col + .callback_col {
      margin-left: 4px; }
    .mobile-version .callback_col + .callback_col {
      margin-left: 10px; }
  .desktop-version .callback_buttons {
    margin-top: 10px; }
  .mobile-version .callback_buttons {
    background: #f9f9f9; }
  .mobile-version .callback_buttons {
    position: absolute; }
  .mobile-version .callback_buttons {
    left: 0; }
  .mobile-version .callback_buttons {
    bottom: 0; }
  .mobile-version .callback_buttons {
    width: 100%; }
  .mobile-version .callback_buttons {
    padding: 18px; }
  .mobile-version .callback_buttons {
    border-top: 1px solid #eeeeee; }
  .callback_tab.-hidden {
    display: none !important; }
  .mobile-version .callback_tab.-done {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mobile-version .callback_tab.-done {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mobile-version .callback_tab.-done {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .mobile-version .callback_tab.-done {
    height: 100%; }
  .callback_done {
    min-height: 183px;
    background: url("/i/icon-call.png") no-repeat 50% 10px/100px;
    text-align: center;
    padding-top: 127px; }
  .mobile-version .callback_submit {
    height: 40px; }
  .callback_submit.-cancel {
    background: none; }
    .desktop-version .callback_submit.-cancel {
      display: none; }
  .mobile-version .-two-buttons .callback_submit {
    float: left; }
  .mobile-version .-two-buttons .callback_submit {
    width: calc(50% - 5px); }
  .mobile-version .-two-buttons .callback_submit {
    margin: 0 0 0 10px; }
  .mobile-version .-two-buttons .callback_submit:first-child {
    margin: 0; }

.header-mobile {
  width: 100%;
  background: #3f51b5;
  height: 54px;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 20; }
  .header-mobile_title-container {
    display: none;
    float: left;
    width: calc(87% - 85px);
    overflow: hidden;
    position: relative; }
    .header-mobile_title-container:after {
      width: 20px;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(to right, rgba(63, 81, 181, 0) 0%, #3f51b5 80%);
      content: ""; }
  .header-mobile_back-to-task {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    height: 54px;
    margin-right: 20px;
    color: #fff !important;
    text-decoration: none !important; }
    .header-mobile_back-to-task svg {
      width: 17px;
      height: 13px; }
  .header-mobile_title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    float: left;
    height: 54px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: .75px; }
  .header-mobile_logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 54px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-mobile_logo-text {
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    letter-spacing: .75px; }
  .header-mobile_logo-number {
    margin: 5px 0 0 5px;
    color: #8593e0;
    font-size: 12px;
    font-weight: 500; }
  .header-mobile_upload {
    float: right;
    margin: 15px 16px 0 0;
    padding: 0;
    border: none;
    background: none; }
    .header-mobile_upload svg {
      width: 23px;
      height: 23px;
      color: #ffffff; }
  .header-mobile_callback {
    float: right;
    margin: 18px 15px 0 0; }
    .header-mobile_callback svg {
      width: 18px;
      height: 18px;
      color: #ffffff; }
  .header-mobile.-task .header-mobile_logo {
    display: none; }
  .header-mobile.-task .header-mobile_title-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 350px) {
    .header-mobile_logo {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .header-mobile_logo-number {
      margin: 0; } }

.widget-mobile {
  display: block;
  background: #ffffff;
  position: relative;
  margin-bottom: 8px;
  color: #212121 !important;
  text-decoration: none !important; }
  .widget-mobile:after {
    width: 100%;
    height: 8px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background: #f9f9f9;
    position: absolute;
    left: 0;
    top: 100%;
    content: ""; }
  .widget-mobile_arrow, .widget-mobile_arrow:before {
    position: absolute;
    border: 7px solid transparent; }
  .widget-mobile_arrow {
    right: 11px;
    top: 20px;
    border-left-color: #c4c4c4; }
  .widget-mobile_arrow:before {
    left: -9px;
    top: -7px;
    border-left-color: #ffffff;
    content: ""; }
  .widget-mobile_title {
    margin-bottom: 9px;
    font-weight: bold;
    color: #212121; }
  .widget-mobile.-delay .widget-mobile_arrow {
    border-left-color: #ffffff; }
    .widget-mobile.-delay .widget-mobile_arrow:before {
      border-left-color: #ff3764; }
  .widget-mobile.-estimation {
    padding: 15px 0 12px 18px; }
  .widget-mobile.-estimation .widget-mobile_arrow {
    top: 45px; }

.alert {
  position: relative;
  background: #3f51b5;
  color: #ffffff;
  min-height: 160px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px; }
  .desktop-version .alert {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .desktop-version .alert {
    padding: 0 50px 0 33%; }
  .mobile-version .alert {
    padding: 25px; }
  .mobile-version .alert {
    text-align: center; }
  .alert_picture {
    display: block;
    width: 130px;
    height: 130px; }
    .desktop-version .alert_picture {
      margin: auto 0 auto -150px; }
    .mobile-version .alert_picture {
      margin: 0 auto 20px; }
    .desktop-version .alert_picture {
      position: absolute; }
    .desktop-version .alert_picture {
      top: 0; }
    .desktop-version .alert_picture {
      bottom: 0; }
    .desktop-version .alert_picture {
      left: 33%; }
  .alert p {
    margin: 0; }
    .alert p + p {
      margin-top: 10px; }
    .alert p a {
      color: inherit;
      text-decoration: underline; }
  .no-flexboxlegacy .alert {
    height: 60px; }
  .alert_ps {
    margin-top: 15px; }
    .mobile-version .alert_ps {
      margin: 15px 50px; }
    .mobile-version .alert_ps {
      text-align: center; }
    @media (max-width: 350px) {
      .mobile-version .alert_ps {
        margin-left: 20px; }
      .mobile-version .alert_ps {
        margin-right: 20px; } }
  .alert.-error {
    min-height: 0;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-align: left; }
  .mobile-version .alert_request-wrapper {
    padding-bottom: 100px; }
  .alert_request-wrapper .alert {
    margin-bottom: 8px; }

.profile {
  margin-top: 30px; }
  .mobile-version .profile {
    border-top: 1px solid #e5e5e5; }
  .mobile-version .profile {
    padding: 20px 0; }
  .profile_title {
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 600; }
    .desktop-version .profile_title {
      font-size: 15px; }
    .mobile-version .profile_title {
      font-size: 14px; }
  .profile_email-field {
    position: relative; }
    .desktop-version .profile_email-field {
      width: 300px; }
  .profile_link-change-password {
    display: inline-block;
    line-height: 1;
    left: 100%;
    bottom: 0;
    white-space: nowrap; }
    .desktop-version .profile_link-change-password {
      position: absolute; }
    .desktop-version .profile_link-change-password {
      margin: 0 0 10px 30px; }
    .mobile-version .profile_link-change-password {
      margin: 10px 0 0; }
  .desktop-version .profile_hr {
    margin: 30px 0; }
  .mobile-version .profile_hr {
    margin: 20px 0; }
  .profile_form-textarea.form-control {
    resize: vertical; }
    .desktop-version .profile_form-textarea.form-control {
      height: 123px; }
    .mobile-version .profile_form-textarea.form-control {
      height: 180px; }

.profile-estimation {
  max-width: 340px; }
  .desktop-version .profile-estimation {
    margin-top: 24px; }
  .mobile-version .profile-estimation {
    margin-top: 20px; }
  .profile-estimation_title {
    font-weight: 600;
    margin-bottom: 10px; }
  .profile-estimation_list {
    margin: 0; }
    .profile-estimation_list:before, .profile-estimation_list:after {
      content: " ";
      display: table; }
    .profile-estimation_list:after {
      clear: both; }
    .profile-estimation_list dt {
      float: left;
      width: 80px;
      padding-right: 10px;
      color: #848a91; }
    .profile-estimation_list dd {
      margin: 0;
      overflow: hidden; }
      .profile-estimation_list dd.-approved {
        color: #42bd68; }
    .profile-estimation_list + .profile-estimation_list {
      margin-top: 10px; }
  .profile-estimation_to-link {
    margin-top: 20px; }
  .profile-estimation + .profile-estimation {
    border-top: 1px solid #e5e5e5; }
    .desktop-version .profile-estimation + .profile-estimation {
      padding-top: 24px; }
    .mobile-version .profile-estimation + .profile-estimation {
      padding-top: 20px; }

.profile-photo {
  width: 150px;
  overflow: hidden; }
  .mobile-version .profile-photo {
    margin: 0 auto; }
  .profile-photo_title {
    margin: 35px 0 8px;
    font-size: 13px;
    color: #848a91; }
  .profile-photo_picture {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    position: relative;
    z-index: 0; }
    .profile-photo_picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: "object-fit: cover"; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }
