/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url(../../../node_modules/ng-table/bundles/ng-table.css);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; } }

@font-face {
  font-family: 'Volkho';
  src: url("../fonts/VolkhovBold.woff") format("woff"), url("../fonts/VolkhovBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNovaLight.woff") format("woff"), url("../fonts/ProximaNovaLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNovaSemibold.woff") format("woff"), url("../fonts/ProximaNovaSemibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNovaExtrabold.woff") format("woff"), url("../fonts/ProximaNovaExtrabold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?hi4gfs");
  src: url("../fonts/icomoon.eot?hi4gfs#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?hi4gfs") format("truetype"), url("../fonts/icomoon.woff?hi4gfs") format("woff"), url("../fonts/icomoon.svg?hi4gfs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ico-2:before {
  content: "\e901"; }

.icon-ico-3:before {
  content: "\e902"; }

.icon-ico-4:before {
  content: "\e903"; }

.icon-ico-5:before {
  content: "\e904"; }

.icon-ico-6:before {
  content: "\e905"; }

.icon-mail:before {
  content: "\e908"; }

.icon-phone:before {
  content: "\e909"; }

.icon-ico-1:before {
  content: "\e900";
  color: #32527c; }

.icon-user:before {
  content: "\e906";
  color: #31517b; }

.icon-card:before {
  content: "\e907";
  color: #31517b; }

.icon-user2:before {
  content: "\f007"; }

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

.icon-cog:before {
  content: "\f013"; }

.icon-gear:before {
  content: "\f013"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-plus:before {
  content: "\f067"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.header-list, .header-list .dropdown ul, .top-line .contact-list, #nav, .tabset, .item-list, .ico-list, .main-list, .procent-list, .use-list, .footer-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .header-box:after, .item-list li:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.relative {
  position: relative; }

.flex-row {
  display: flex;
  flex-direction: row; }

.flex-column {
  display: flex;
  flex-direction: column; }

.space-around {
  justify-content: space-around; }

.space-between {
  justify-content: space-; }

html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

body {
  color: #2f2f2f;
  background: #f1f6f8;
  font: 14px/1.65 "ProximaNova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.lightbox-active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Volkho", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #31517B;
  margin: 0 0 7px; }

h2, .h2 {
  font-size: 26px;
  margin: 0 0 15px;
  line-height: 1.24;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 38px;
      margin: 0 0 15px; } }
  h2.style-1, .h2.style-1 {
    position: relative;
    padding: 0 0 6px; }
    h2.style-1:before, .h2.style-1:before {
      position: absolute;
      content: '';
      background: #6BB33A;
      bottom: 0;
      left: 0;
      height: 2px;
      width: 290px; }
      @media (min-width: 768px) {
        h2.style-1:before, .h2.style-1:before {
          width: 515px; } }

h3, .h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-family: "ProximaNova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.5; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 20px; } }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #192E49;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s; }
  a:hover, a:focus {
    color: #da4936; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #979797; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #4076BD; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #c5c5c5; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #c5c5c5; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #c5c5c5; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #c5c5c5; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #c5c5c5; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #979797;
  margin: 0 6px 0 0;
  height: 22px;
  width: 22px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 7px;
  width: 12px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -6px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }
  .jcf-radio:hover {
    background: #D5DEE2;
    border: 1px solid #D5DEE2; }

.hold .jcf-radio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-color: #979797;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0; }
  .hold .jcf-radio.jcf-checked {
    border-color: #4076BD;
    background: #4076BD; }
    .hold .jcf-radio.jcf-checked span {
      display: none; }
    .hold .jcf-radio.jcf-checked + label {
      color: #fff; }
    .hold .jcf-radio.jcf-checked:hover {
      background: #D5DEE2;
      border: 1px solid #D5DEE2; }
  .hold .jcf-radio:hover {
    background: #D5DEE2;
    border: 1px solid #D5DEE2; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: auto; }

.jcf-radio.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #979797;
  background: #fff;
  margin: 0 0 25px;
  min-width: 150px;
  width: 100%;
  height: 44px; }
  @media (min-width: 768px) {
    .jcf-select.jcf-select-small-select {
      width: 48.4%; } }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 44px;
  margin: 0 50px 0 20px;
  color: #c5c5c5; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 50px;
  bottom: 0;
  right: 0;
  top: 0; }
  .jcf-select .jcf-select-opener:before, .jcf-select .jcf-select-opener:after {
    position: absolute;
    right: 21px;
    font-family: 'icomoon';
    line-height: 1;
    color: #4076BD; }
  .jcf-select .jcf-select-opener:before {
    content: '\f0d8';
    top: 7px; }
  .jcf-select .jcf-select-opener:after {
    content: '\f0d7';
    bottom: 7px;
    right: 21px; }

.jcf-select-drop .jcf-option-hideme {
  display: none !important; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #979797;
  border-top: 0; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3); }
  .jcf-list ul li:last-child {
    border: 0; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 12px 19px;
  color: #31517B;
  font-size: 16px;
  line-height: 1.2;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #D5DEE2;
  color: #31517B; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom range input styles */
.jcf-range {
  display: inline-block;
  vertical-align: middle;
  min-width: 195px;
  width: 130px; }
  @media (min-width: 768px) {
    .jcf-range {
      min-width: 285px; } }
  @media (min-width: 1024px) {
    .jcf-range {
      min-width: 375px; } }

.jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block; }

.jcf-range .jcf-range-wrapper {
  background: #d4dbe1;
  border-radius: 5px;
  display: block;
  margin: 7px 0;
  height: 10px;
  position: relative; }

.jcf-range.jcf-vertical {
  width: auto; }

.jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0; }

.jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px; }

.jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto; }

.jcf-range .jcf-range-handle {
  position: absolute;
  background: #4076BD;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: -6px 0 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer; }

.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px; }

.jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px; }

.jcf-range.jcf-focus .jcf-range-handle {
  margin: -5px 0 0 -1px; }

.jcf-range.jcf-disabled {
  background: none !important;
  opacity: 0.3; }

.jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 0;
  right: 0; }

.jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #192E49;
  width: 10px;
  height: 10px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.moment-picker {
  position: relative;
  display: block; }

.moment-picker .moment-picker-input {
  cursor: pointer; }

.moment-picker .moment-picker-container {
  color: #404040;
  min-width: 15em;
  background: #fff;
  padding: 4px;
  border: 1px solid #f0f3f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  margin-top: 4px;
  margin-left: -.5em;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
  z-index: 5; }

.moment-picker .moment-picker-container:after, .moment-picker .moment-picker-container:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  position: absolute;
  top: -9px;
  left: 15px; }

.moment-picker .moment-picker-container:before {
  border-bottom-color: #f0f3f4;
  border-width: 9px; }

.moment-picker .moment-picker-container:after {
  border-bottom-color: #fff;
  margin-top: 1px;
  margin-left: 1px; }

.moment-picker.top .moment-picker-container {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 4px; }

.moment-picker.top .moment-picker-container:after, .moment-picker.top .moment-picker-container:before {
  border: 8px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: -9px; }

.moment-picker.top .moment-picker-container:before {
  border-top-color: #f0f3f4;
  border-width: 9px; }

.moment-picker.top .moment-picker-container:after {
  border-top-color: #fff;
  margin-top: auto;
  margin-bottom: 1px; }

.moment-picker.left .moment-picker-container {
  right: 0;
  margin-left: auto;
  margin-right: -.5em; }

.moment-picker.left .moment-picker-container:after, .moment-picker.left .moment-picker-container:before {
  left: auto;
  right: 15px; }

.moment-picker.left .moment-picker-container:after {
  margin-left: auto;
  margin-right: 1px; }

.moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed; }

.moment-picker th {
  font-weight: 700; }

.moment-picker th:first-child, .moment-picker th:last-child {
  width: 2em; }

.moment-picker td, .moment-picker th {
  padding: 0;
  text-align: center;
  min-width: 2em;
  height: 2em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.moment-picker td:hover, .moment-picker th:hover {
  background-color: #fafbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#fafbfb));
  background-image: -webkit-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -moz-linear-gradient(#f0f3f4, #fafbfb);
  background-image: -o-linear-gradient(#f0f3f4, #fafbfb);
  background-image: linear-gradient(#f0f3f4, #fafbfb); }

.moment-picker td.disabled, .moment-picker td.disabled:hover, .moment-picker th.disabled, .moment-picker th.disabled:hover {
  color: #abbbc7;
  background: none;
  cursor: default; }

.moment-picker td.today {
  background: #e4eef5;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); }

.moment-picker td.selected {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #3ca0dd;
  background-color: #45b1e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45b1e8), to(#3097de));
  background-image: -webkit-linear-gradient(#45b1e8, #3097de);
  background-image: -moz-linear-gradient(#45b1e8, #3097de);
  background-image: -o-linear-gradient(#45b1e8, #3097de);
  background-image: linear-gradient(#45b1e8, #3097de); }

.moment-picker td.highlighted {
  background-image: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.15)); }

.moment-picker .decade-view td, .moment-picker .year-view td {
  height: 3.4em; }

.moment-picker .month-view .moment-picker-specific-views th {
  background: none;
  cursor: default; }

.moment-picker .month-view td {
  width: 1.42857143em; }

.moment-picker .day-view td, .moment-picker .hour-view td {
  height: 2.33333333em; }

.moment-picker .minute-view td {
  height: 1.8em; }

#header {
  background: #192E49;
  position: relative; }

.logo {
  padding: 3px 0 0 17px;
  font-weight: 900; }
  .logo a {
    color: #fff;
    font-size: 20px;
    line-height: 1; }
    .logo a:hover {
      color: #4076BD; }
    .logo a img {
      max-height: 45px;
      margin: 10px 0; }
    @media (min-width: 768px) {
      .logo a {
        font-size: 29px; } }
  .logo span {
    font-weight: 600; }

.header-list > li {
  float: right;
  position: relative;
  border-left: 1px solid #081424; }
  .header-list > li:hover .dropdown {
    display: block;
    opacity: 1;
    visibility: visible; }
  .header-list > li > a {
    color: #fff;
    display: block;
    min-height: 40px;
    padding: 8px 5px; }
    .header-list > li > a.icon-cog {
      width: 40px;
      height: 40px;
      position: relative; }
      .header-list > li > a.icon-cog:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      @media (min-width: 768px) {
        .header-list > li > a.icon-cog {
          width: 57px;
          height: 50px; } }
    .header-list > li > a:hover {
      color: #da4936; }
    @media (min-width: 1024px) {
      .header-list > li > a {
        padding: 14px; } }
    .header-list > li > a span, .header-list > li > a i {
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .header-list > li > a span, .header-list > li > a i {
          font-size: 16px; } }
    .header-list > li > a span {
      padding: 0 5px 0 0;
      font-weight: 300; }
      @media (min-width: 1024px) {
        .header-list > li > a span {
          line-height: 1.25;
          padding: 0 15px 0 0; } }
    @media (min-width: 1024px) {
      .header-list > li > a i {
        padding: 0 5px 0 0; } }

.header-list .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s; }
  .header-list .dropdown ul {
    text-align: center; }
    .header-list .dropdown ul a {
      display: block;
      padding: 5px 5px; }
      .header-list .dropdown ul a:hover {
        background: #D5DEE2; }

.top-line {
  background: #4076BD;
  padding: 5px 0; }
  .top-line .contact-list {
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .top-line .contact-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        font-size: 12px; } }
    .top-line .contact-list li {
      padding: 0 0 5px; }
      .top-line .contact-list li:last-child {
        padding: 0; }
        @media (min-width: 768px) {
          .top-line .contact-list li:last-child {
            padding: 0 0 0 15px; } }
      @media (min-width: 768px) {
        .top-line .contact-list li {
          padding: 0 0 0 15px; } }
    .top-line .contact-list a {
      color: #fff; }
      .top-line .contact-list a[href^=tel] {
        text-transform: uppercase; }
      .top-line .contact-list a:hover {
        color: #da4936; }
    .top-line .contact-list i {
      display: inline-block;
      vertical-align: middle; }
      .top-line .contact-list i.icon-mail {
        font-size: 16px; }

.bottom-line .inner-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .bottom-line .inner-container.landing {
    justify-content: center; }

.logo-new {
  width: 148px;
  float: left;
  margin: 8px 0; }
  .logo-new img {
    display: block;
    width: 100%; }
  .logo-new a {
    display: block; }

.nav-opener {
  float: right;
  width: 20px;
  height: 15px;
  position: relative;
  margin: 17px 0 0; }
  .nav-opener:hover {
    opacity: .8; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 50%;
    left: 0%;
    right: 0%; }
  .nav-active .nav-opener:after {
    transform: rotate(-45deg); }
  .nav-opener span, .nav-opener:before, .nav-opener:after {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    transition: all .3s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 0; }
  .nav-opener:after {
    top: calc(100% - 3px); }
  .nav-opener span {
    margin: -2px 0 0; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }

.menu {
  float: right; }
  @media (min-width: 768px) {
    .menu {
      display: flex;
      align-items: center; } }

.drop {
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 0;
  background: #192E49;
  text-align: center;
  transition: left .3s ease-in-out; }
  .nav-active .drop {
    left: 0; }
  @media (min-width: 768px) {
    .drop {
      background: transparent;
      position: static; } }

#nav {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    #nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-size: 12px; } }
  @media (min-width: 768px) {
    #nav li {
      padding: 0 0 0 10px; } }
  @media (min-width: 1024px) {
    #nav li {
      padding: 0 0 0 26px; } }
  #nav a {
    color: #fff;
    display: block;
    padding: 10px 15px; }
    #nav a:hover {
      background: #6BB33A; }
    @media (min-width: 768px) {
      #nav a {
        padding: 0; }
        #nav a:hover {
          color: #da4936;
          background: transparent; } }

span.cost {
  width: 100%;
  margin-bottom: 20px; }

.showMenu {
  transform: translateY(258px); }

#main {
  padding: 0 0 20px; }
  #main.main {
    padding: 0; }
    @media (min-width: 768px) {
      #main.main {
        font-size: 16px;
        line-height: 1.5; } }
  @media (min-width: 768px) {
    #main {
      padding: 0 0 45px; } }
  @media (min-width: 1024px) {
    #main {
      padding: 0 0 85px; } }

.tabset-holder {
  background: #eaf2f5; }

.tabset {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px; }
  .tabset:before {
    position: absolute;
    content: '';
    width: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    background: #a1b4ba; }
  .tabset:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: -9999px;
    right: -9999px;
    height: 1px;
    background: #a1b4ba; }
  @media (min-width: 1024px) {
    .tabset {
      margin: 0 0 20px -10px; } }
  .tabset li {
    display: inline-block;
    vertical-align: middle;
    margin-right: -3px;
    border-right: 1px solid #a1b4ba;
    padding: 8px;
    position: relative;
    color: #555;
    line-height: 1; }
    .tabset li:hover a {
      color: #da4936; }
    @media (min-width: 768px) {
      .tabset li {
        padding: 10px; } }
    @media (min-width: 1024px) {
      .tabset li {
        padding: 14px 22px;
        line-height: 1.65; } }
    .tabset li.name {
      padding-right: 30px; }
      .tabset li.name:before {
        position: absolute;
        content: '';
        left: -1px;
        right: -1px;
        bottom: 0;
        height: 4px;
        background: #4076BD; }
      @media (min-width: 1024px) {
        .tabset li.name {
          min-width: 235px; } }
      .tabset li.name .icon-close {
        position: absolute;
        top: calc(50% - 4px);
        right: 5px;
        transform: translateY(-50%);
        font-size: 18px; }
        @media (min-width: 1024px) {
          .tabset li.name .icon-close {
            right: 18px; } }
  .tabset a {
    color: #555; }

.side-box {
  border: 1px solid #d3d3d3;
  border-top: 0;
  margin: 0 0 20px; }

.header-box {
  background: #192E49;
  color: #fff;
  padding: 5px; }
  @media (min-width: 768px) {
    .header-box {
      padding: 9px 10px; } }
  .header-box .right-side {
    float: right; }
    .header-box .right-side span {
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: 600; }
  .header-box .left-side {
    float: left; }
    .header-box .left-side span {
      font-family: "Volkho", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      line-height: 1.3;
      font-weight: 700; }
  .header-box i {
    color: #4076BD;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 1024px) {
      .header-box i {
        font-size: 23px;
        padding: 0 7px 0 0; } }

.item-list {
  list-style: none;
  counter-reset: newCounter;
  text-transform: uppercase; }
  .item-list.number-list li {
    padding: 11px 11px 11px 9px; }
    .item-list.number-list li:before {
      counter-increment: newCounter;
      content: counters(newCounter, ".") ".";
      font-size: 12px;
      font-family: "ProximaNova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .item-list li {
    padding: 12px;
    border-bottom: 1px solid #d3d3d3;
    line-height: 1.25;
    background: #fff; }
    .item-list li:last-child {
      border-bottom: 0; }
    .item-list li span {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      color: #192E49; }
    .item-list li.complete .status {
      border-color: #6BB33A;
      color: #6BB33A; }
      .item-list li.complete .status:before {
        position: absolute;
        content: '\f058';
        font-family: 'icomoon';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
      .item-list li.complete .status:after {
        position: absolute;
        content: '';
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background: #fff;
        border-radius: 50%; }
    .item-list li.complete .icon-user2 {
      color: #6BB33A; }
    .item-list li.current {
      background: #d4dbe1; }
      .item-list li.current .status {
        background: #b4bdc3;
        border-color: #b4bdc3; }
    .item-list li.incomplete .status {
      border-color: #979797;
      color: #D5DEE2; }
      .item-list li.incomplete .status:before {
        position: absolute;
        content: '\f057';
        font-family: 'icomoon';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1; }
      .item-list li.incomplete .status:after {
        position: absolute;
        content: '';
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background: #fff;
        border-radius: 50%; }
  .item-list .status {
    width: 17px;
    height: 17px;
    float: right;
    border: 1px solid #31517B;
    border-radius: 50%;
    position: relative;
    font-size: 20px; }
  .item-list .right-side {
    float: right;
    line-height: 1.6; }
  .item-list .icon-user2 {
    color: #b4b4b4;
    font-size: 16px;
    margin: 0 5px 0 0;
    vertical-align: middle; }

#sidebar {
  width: 100%;
  margin: 0 16px; }
  @media (min-width: 768px) {
    #sidebar {
      width: 30%;
      margin: 0 40px 0 16px; } }
  @media (min-width: 1024px) {
    #sidebar {
      width: 26.5%;
      margin: 2px 39px 0 0; } }

#content {
  margin: 0 16px 16px;
  width: 100%; }
  @media (min-width: 768px) {
    #content {
      width: 59%;
      margin: 20px 0 0 0; } }

.main-title {
  color: #31517B;
  font-family: "Volkho", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  line-height: 1.3; }
  @media (min-width: 1024px) {
    .main-title {
      font-size: 34px; } }
  .main-title + p {
    color: #192E49; }

.info-form .title {
  font-size: 16px;
  font-weight: 700;
  display: block; }
  .info-form .title.add {
    margin: 0 0 9px; }

.info-form .radio-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 4px; }

.info-form .hold {
  position: relative;
  width: 48%;
  height: 44px;
  margin: 0 0 20px; }

.info-form label {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle; }
  .info-form label.radio-label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-weight: normal;
    width: 100%;
    height: 100%;
    padding: 9px 0;
    text-align: center;
    cursor: pointer; }
    .info-form label.radio-label:hover {
      background: #D5DEE2;
      border-color: #D5DEE2; }
    .info-form label.radio-label.jcf-label-active:hover {
      background: #192E49;
      border-color: #192E49; }
  .info-form label.check-label {
    width: 86%; }
    @media (min-width: 480px) {
      .info-form label.check-label {
        width: auto; } }
  @media (min-width: 768px) {
    .info-form label {
      font-size: 16px; } }

.info-form .start,
.info-form .end {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  font-weight: 700;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .info-form .start,
    .info-form .end {
      font-size: 24px; } }

.info-form .start {
  color: #2f2f2f; }

.info-form .end {
  color: #4076BD; }

.info-form .or {
  font-size: 18px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px; }

.form-holder.btn-holder {
  margin: 0 0 16px; }

.form-holder.range-holder {
  margin: 0 0 15px; }

.form-holder.check-holder {
  margin: 0 0 21px; }

.form-holder.error-holder {
  position: relative;
  max-width: 275px; }

input {
  border: 1px solid #979797;
  color: #31517B;
  padding: 11px 20px;
  height: 44px;
  margin: 0 0 23px;
  width: 100%;
  font-size: 16px; }
  input::-webkit-input-placeholder {
    color: #c5c5c5; }
  input::-moz-placeholder {
    opacity: 1;
    color: #c5c5c5; }
  input:-moz-placeholder {
    color: #c5c5c5; }
  input:-ms-input-placeholder {
    color: #c5c5c5; }
  input.placeholder {
    color: #c5c5c5; }
  input.big-input {
    width: 100%; }
  input.small-input {
    margin: 0 0 17px; }
    @media (min-width: 768px) {
      input.small-input {
        width: 30.5%;
        min-width: auto; } }
  input.small-input-add {
    min-width: auto;
    width: 79px; }
    input.small-input-add::-webkit-input-placeholder {
      color: #192E49; }
    input.small-input-add::-moz-placeholder {
      opacity: 1;
      color: #192E49; }
    input.small-input-add:-moz-placeholder {
      color: #192E49; }
    input.small-input-add:-ms-input-placeholder {
      color: #192E49; }
    input.small-input-add.placeholder {
      color: #192E49; }
  input:focus, input.input-focus {
    outline: none;
    box-shadow: 0 0 0 1px #4076BD; }
  input.error-input {
    border-color: #ff0707;
    box-shadow: 0 0 0 1px #ff0707; }
  @media (min-width: 768px) {
    input {
      width: auto;
      min-width: 275px; } }

.error-input {
  border-color: #ff0707;
  box-shadow: 0 0 0 1px #ff0707; }

textarea {
  color: #31517B;
  resize: none;
  height: 148px;
  width: 100%;
  padding: 11px 20px;
  font-size: 16px;
  margin: 0 0 20px; }
  textarea:focus {
    outline: none;
    border-color: #4076BD; }

.error-title {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ff0707;
  font-size: 12px; }

.error-title-left {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ff0707;
  font-size: 12px; }

.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  min-width: 225px;
  padding: 11px;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 1px;
  border: 1px solid #979797;
  transition: color .3s, background .3s, border .3s; }
  .btn.btn-small {
    min-width: 175px;
    padding: 10px;
    margin: 0 0 19px; }
  .btn.btn-info {
    border: 0;
    color: #fff;
    background: #4076BD; }
    .btn.btn-info:hover, .btn.btn-info.hover, .btn.btn-info:focus {
      background: #192E49;
      color: #fff;
      outline: none; }
  .btn.btn-default {
    border: 0;
    margin: 0 0 22px;
    background: #d4dbe1; }
    .btn.btn-default:hover, .btn.btn-default.hover, .btn.btn-default:focus {
      background: #B4BDC3;
      color: inherit;
      outline: none; }
  .btn.btn-success {
    background: #6BB33A;
    min-width: 176px;
    border: 0; }
    .btn.btn-success:hover {
      background: #192E49; }
  .btn:hover, .btn.hover, .btn:focus {
    background: #D5DEE2;
    color: inherit;
    outline: none; }
  .btn:active, .btn.active {
    background: #4076BD;
    border-color: #4076BD;
    color: #fff; }
  .btn:hover:active, .btn.active.hover {
    background: #31517B;
    border-color: #31517B; }
  @media (min-width: 1024px) {
    .btn {
      font-size: 18px;
      min-width: 275px; } }

.row-holder {
  padding: 33px 0 0; }
  @media (min-width: 1200px) {
    .row-holder {
      padding: 33px 20px 0; } }

.sub-title {
  display: block;
  font-weight: 700;
  color: #2f2f2f; }
  .sub-title.add {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 0; }

.square-btn-holder {
  float: left;
  width: 100%; }
  @media (min-width: 1200px) {
    .square-btn-holder {
      margin: 0 71px 0 0;
      width: 51.1%; } }

.circle-btn-holder {
  float: left; }
  .circle-btn-holder .sub-title {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px; }
  .circle-btn-holder > div {
    padding: 0 0 13px; }

.btn-circle {
  width: 27px;
  height: 27px;
  position: relative;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #B4BDC3;
  border-radius: 50%; }
  .btn-circle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .btn-circle:hover, .btn-circle.hover {
    color: #4076BD; }

.side-holder {
  max-width: 254px; }

.popup-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .popup-wrap.active .opener {
    color: #192E49; }
  .popup-wrap.active .popup {
    display: block;
    opacity: 1;
    visibility: visible; }
  .popup-wrap .opener {
    color: #4076BD;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px; }
    .popup-wrap .opener:hover {
      color: #192E49; }
  .popup-wrap .popup {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    display: none;
    opacity: 0;
    visibility: hidden;
    background: #31517B;
    color: #fff;
    min-width: 196px;
    padding: 12px;
    font-size: 12px;
    line-height: 1.3;
    transition: opacity .3s, visibility .3s; }
    .popup-wrap .popup:before {
      height: 0;
      width: 0;
      border-bottom: 8px solid #31517B;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      position: absolute;
      content: '';
      top: -8px;
      left: 50%;
      transform: translateX(-50%); }
    @media (min-width: 768px) {
      .popup-wrap .popup {
        left: 30px;
        top: 50%;
        transform: translate(0, -50%); }
        .popup-wrap .popup:before {
          height: 0;
          width: 0;
          border-bottom: 8px solid transparent;
          border-right: 8px solid #31517B;
          border-top: 8px solid transparent;
          border-left: 0;
          position: absolute;
          content: '';
          left: -8px;
          top: 50%;
          transform: translate(0, -50%); } }
    .popup-wrap .popup .title {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: 700; }
    .popup-wrap .popup p {
      color: #fff; }
  .popup-wrap .close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 14px;
    right: 14px; }
    .popup-wrap .close:before, .popup-wrap .close:after {
      position: absolute;
      content: '';
      background: #fff;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px; }
    .popup-wrap .close:before {
      transform: rotate(45deg); }
    .popup-wrap .close:after {
      transform: rotate(-45deg); }
    .popup-wrap .close:hover:before, .popup-wrap .close:hover:after {
      background: #da4936; }

.ico-list {
  margin: 0 -20px; }
  .ico-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: -3px;
    padding: 0 20px; }
  .ico-list a {
    font-size: 50px;
    color: #31517B;
    position: relative; }
    .ico-list a.icon-ico-1 {
      font-size: 50px; }
    .ico-list a.icon-card {
      font-size: 33px; }
    .ico-list a:hover {
      color: #4076BD; }
  .ico-list .icon-plus-circle {
    position: absolute;
    bottom: -7px;
    left: -7px;
    z-index: 1;
    color: #4076BD;
    font-size: 21px; }
    .ico-list .icon-plus-circle:after {
      position: absolute;
      content: '';
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px;
      background: #fff;
      border-radius: 50%;
      z-index: -1; }

.title {
  display: block;
  font-weight: 700; }
  .title.inactive {
    font-weight: 400;
    color: #c5c5c5; }
  .title.active {
    font-weight: 400;
    color: #192E49; }

p {
  color: #192E49; }

.underline {
  text-decoration: underline; }

.red {
  color: red; }

.pointer {
  cursor: pointer; }

.lightbox-overlay {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex; }
  @media (min-width: 768px) {
    .lightbox-overlay {
      top: 51px; } }
  .lightbox-overlay.lightbox-overlay {
    background: rgba(234, 242, 245, 0.7); }
  .lightbox-overlay .close {
    font-size: 30px;
    line-height: 1;
    color: #B4BDC3;
    position: absolute;
    top: 8px;
    right: 8px;
    transition: color .27s ease-in-out; }
    .lightbox-overlay .close:hover {
      color: #4076BD; }
    @media (min-width: 768px) {
      .lightbox-overlay .close {
        top: 20px;
        right: 21px; } }

.lightbox-wrap {
  width: 90%;
  position: relative;
  margin: auto;
  padding: 15px 0;
  transition: 3s; }
  @media (min-width: 768px) {
    .lightbox-wrap {
      width: 600px; } }

.btn-circle {
  float: right; }

.fancybox-skin {
  background: #fff;
  box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.07);
  border: 1px solid #31517B;
  padding: 13px 15px 15px;
  transform: scale(1);
  max-height: 750px; }
  @media (min-width: 768px) {
    .fancybox-skin {
      padding: 23px 30px 30px; } }
  .fancybox-skin .close {
    float: right; }
  .fancybox-skin .body {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 525px; }
    .fancybox-skin .body::-webkit-scrollbar {
      display: none; }
    @media (max-width: 767px) {
      .fancybox-skin .body {
        max-height: 500px; } }

.confirm-lightbox {
  letter-spacing: 0.4px; }
  .confirm-lightbox .lightbox-header {
    margin: 0 0 1.1em; }
  .confirm-lightbox h1 {
    font: 22px/1.28 "Volkho", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #31517B;
    padding: 0 22px 0 0;
    margin: 0 0 .15em; }
    @media (min-width: 768px) {
      .confirm-lightbox h1 {
        font-size: 28px; } }
  .confirm-lightbox p {
    margin: 0; }
  .confirm-lightbox .btn-holder {
    display: flex;
    justify-content: space-between; }
    .confirm-lightbox .btn-holder .btn {
      min-width: auto;
      width: 48%;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.45px;
      color: #31517B;
      border: 1px solid #31517B; }
      @media (min-width: 768px) {
        .confirm-lightbox .btn-holder .btn {
          font-size: 16px; } }
      .confirm-lightbox .btn-holder .btn.btn-info {
        color: #fff; }

.confirm-list {
  font-size: 14px;
  margin: 0 -15px 33px;
  letter-spacing: 0.57px;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .confirm-list {
      font-size: 16px;
      margin: 0 -30px 33px;
      line-height: 1.65; } }
  .confirm-list > div, .confirm-list .data-rows {
    display: flex;
    padding: .5em 15px .34em; }
    @media (min-width: 768px) {
      .confirm-list > div, .confirm-list .data-rows {
        padding: .5em 30px .34em; } }
    .confirm-list > div:nth-of-type(odd), .confirm-list .data-rows:nth-of-type(odd) {
      background: #F2F6F8; }
  .confirm-list dt {
    width: 57.5%;
    padding: 0 5px 0 0; }
  .confirm-list dd {
    width: 42.5%;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    word-wrap: break-word; }

.popup-holder {
  position: fixed;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fade-in 0.3s linear; }
  .popup-holder.fade-out {
    opacity: 0;
    transition: 3s; }

.flex-column {
  display: flex;
  flex-direction: column; }

.confirm-modal-button-position {
  background-color: #fff;
  width: 100%;
  padding: 2%; }

.background-no-scroll {
  overflow: hidden; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.paymentSuccessMessage {
  color: green; }
  .paymentSuccessMessage a {
    color: green;
    text-decoration: underline; }

.btn {
  cursor: pointer; }

.visual {
  background-image: url(../images/bg-1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  color: white;
  letter-spacing: 1px;
  padding: 10px 0; }
  .visual:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    z-index: -1; }
  @media (min-width: 768px) {
    .visual {
      padding: 40px 0 16px; } }
  @media (min-width: 1024px) {
    .visual {
      min-height: 606px;
      padding: 81px 0 25px; } }
  @media (min-width: 768px) {
    .visual .text-holder {
      padding: 0 0 100px;
      position: relative; } }
  @media (min-width: 1024px) {
    .visual .text-holder {
      padding: 0 0 136px 13px;
      width: 90%; } }
  .visual .sub-title {
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.16;
    padding: 0 0 10px; }
    @media (min-width: 768px) {
      .visual .sub-title {
        font-size: 25px;
        padding: 0 0 20px; } }
  .visual p {
    color: #fff;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .visual p {
        font-size: 18px;
        margin: 0 0 15px; } }
  .visual .addition {
    margin: 10px 0 0;
    display: block;
    line-height: 1.57; }
    @media (min-width: 768px) {
      .visual .addition {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0;
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .visual .addition {
        left: 13px; } }
  .visual .btn {
    font-size: 16px;
    padding: 12px; }
    @media (min-width: 1024px) {
      .visual .btn {
        margin: 8px 0 0; } }

.section {
  padding: 15px 0;
  background: #eaf2f5; }
  @media (min-width: 768px) {
    .section {
      padding: 54px 0; } }
  @media (min-width: 1024px) {
    .section {
      padding: 54px 0 8px; } }
  .section h2 {
    color: #192E49;
    text-align: center; }
    @media (min-width: 1024px) {
      .section h2 {
        margin: 0 0 35px; } }

.section-1 {
  padding: 15px 0;
  background: radial-gradient(circle 1932px at 62.72% 85.87%, #192E49 0%, #365a81 100%);
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .section-1 {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .section-1 {
      padding: 67px 0 90px; } }
  @media (min-width: 1024px) {
    .section-1 h2 {
      margin: 0 0 18px; } }
  .section-1 h2 br {
    display: none; }
    @media (min-width: 768px) {
      .section-1 h2 br {
        display: block; } }
  .section-1 p {
    color: #fff;
    letter-spacing: 1px; }

.main-list {
  color: #192E49; }
  @media (min-width: 768px) {
    .main-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .main-list li {
    position: relative;
    padding: 0 0 0 50px; }
    @media (min-width: 768px) {
      .main-list li {
        width: 49%;
        padding: 0 0 0 65px; } }
    @media (min-width: 1024px) {
      .main-list li {
        padding: 0 0 45px 96px; } }
  .main-list i {
    color: #4076BD;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 34px; }
    @media (min-width: 768px) {
      .main-list i {
        font-size: 50px; } }
    @media (min-width: 1024px) {
      .main-list i {
        font-size: 78px; } }
  @media (min-width: 768px) {
    .main-list .text-holder {
      letter-spacing: 1px;
      font-size: 16px;
      line-height: 1.875; } }
  @media (min-width: 1024px) {
    .main-list h3 {
      margin: 0; } }

.article {
  position: relative; }

.shadow-box {
  position: relative;
  margin: 25px 0 0; }
  @media (min-width: 768px) {
    .shadow-box {
      margin: 45px auto 0; } }

.article-1 .sub-title {
  color: #6BB33A;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.375;
  padding: 0 0 10px; }
  @media (min-width: 1024px) {
    .article-1 .sub-title {
      font-size: 16px;
      padding: 0 0 38px; } }
  .article-1 .sub-title br {
    display: none; }
    @media (min-width: 768px) {
      .article-1 .sub-title br {
        display: block; } }

.article-1 .top-box > *,
.article-1 .bottom-box > * {
  display: block; }

.article-1 .top-box .cost {
  color: #6BB33A;
  letter-spacing: 2px;
  font: 700 40px/1 "Volkho", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  @media (min-width: 1024px) {
    .article-1 .top-box .cost {
      font-size: 68px; } }

.article-1 .bottom-box .cost {
  color: #da4936;
  letter-spacing: 2px;
  font: 700 30px/1 "Volkho", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  @media (min-width: 1024px) {
    .article-1 .bottom-box .cost {
      font-size: 48px; } }

.article-1 .cost-info {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 0 0 5px; }
  @media (min-width: 1024px) {
    .article-1 .cost-info {
      font-size: 16px;
      padding: 0 0 3px; } }

.article-1 .line-holder {
  padding: 10px 0; }
  @media (min-width: 1024px) {
    .article-1 .line-holder {
      padding: 23px 0 34px; } }
  .article-1 .line-holder span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font: 700 20px/1 "Volkho", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
    @media (min-width: 1024px) {
      .article-1 .line-holder span {
        font-size: 28px; } }
    .article-1 .line-holder span:before, .article-1 .line-holder span:after {
      width: 121px;
      height: 1px;
      position: absolute;
      content: '';
      top: 50%;
      background: #fff; }
    .article-1 .line-holder span:before {
      right: 100%; }
    .article-1 .line-holder span:after {
      left: 100%; }

.article-1 .button-row {
  justify-content: space-around; }

@media (min-width: 768px) {
  .procent-box {
    max-width: 646px;
    margin: 35px auto; } }

@media (min-width: 1024px) {
  .procent-box {
    margin: 35px auto 43px; } }

.procent-box .img-box {
  display: none; }
  @media (min-width: 768px) {
    .procent-box .img-box {
      display: block;
      float: left;
      margin: 0 0 0 0; } }

@media (min-width: 768px) {
  .procent-box .text-box {
    float: left;
    width: calc(100% - 262px); } }

@media (min-width: 768px) {
  .procent-list {
    position: relative; } }

.procent-list li {
  padding: 0 0 10px;
  position: relative; }
  @media (min-width: 768px) {
    .procent-list li {
      padding: 0 126px 7px 0;
      text-align: left;
      position: absolute;
      left: 0;
      right: 0; }
      .procent-list li:before {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        background: #fff;
        transform: translateY(50%); }
      .procent-list li:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        background: #fff; }
      .procent-list li:first-child {
        top: -10px; }
        .procent-list li:first-child:before {
          left: -28px; }
        .procent-list li:first-child:after {
          left: -25px; }
      .procent-list li:nth-child(2) {
        top: 80px; }
        .procent-list li:nth-child(2):before {
          left: -74px; }
        .procent-list li:nth-child(2):after {
          right: 30px;
          left: -71px; }
      .procent-list li:last-child {
        top: 170px; }
        .procent-list li:last-child:before {
          left: -118px; }
        .procent-list li:last-child:after {
          right: 15px;
          left: -115px; } }

@media (min-width: 768px) {
  .procent-list .stage-box {
    text-align: right;
    padding: 0 15px 0 0; } }

.procent-list .stage {
  color: #6BB33A;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.9; }
  @media (min-width: 768px) {
    .procent-list .stage {
      font-size: 14px; } }

.procent-list .description {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 16px;
  display: block;
  line-height: 1; }

.procent-list .procent-hold {
  display: block;
  letter-spacing: 2px;
  font: 700 30px/1 "Volkho", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  @media (min-width: 768px) {
    .procent-list .procent-hold {
      font-size: 48px;
      position: absolute;
      top: 0;
      left: calc(100% - 125px); } }

.article-2 {
  margin: -30px 0 0; }
  @media (min-width: 1024px) {
    .article-2 {
      margin: -58px 0 0; } }
  .article-2 .text-wrap {
    position: relative;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .article-2 .text-wrap {
        font-size: 16px;
        line-height: 1.5;
        text-align: left; } }
    .article-2 .text-wrap:first-child {
      padding-bottom: 14px; }
      .article-2 .text-wrap:first-child:before {
        position: absolute;
        content: '';
        bottom: 0;
        left: 16px;
        right: 16px;
        height: 1px;
        background: #6BB33A; }
        @media (min-width: 768px) {
          .article-2 .text-wrap:first-child:before {
            left: auto;
            right: 0;
            height: 92%;
            width: 1px;
            top: 5px; } }
    .article-2 .text-wrap:last-child {
      padding-top: 14px; }
      @media (min-width: 768px) {
        .article-2 .text-wrap:last-child {
          padding-top: 0; } }
    .article-2 .text-wrap p:only-child {
      margin: 0; }

.article-3 {
  margin: -30px 0 0; }
  @media (min-width: 1024px) {
    .article-3 {
      margin: -58px 0 0; } }
  .article-3 .add {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 0 10px;
    letter-spacing: 1px; }
    @media (min-width: 1024px) {
      .article-3 .add {
        font-size: 16px;
        line-height: 1.5;
        padding: 0 12px 0 0; } }
    @media (min-width: 1024px) {
      .article-3 .add.right-style {
        padding: 0 0 0 34px; } }
    .article-3 .add br {
      display: none; }
      @media (min-width: 1024px) {
        .article-3 .add br {
          display: block; } }
  .article-3 .article-link {
    color: #39b9ff;
    border-bottom: 1px solid #39b9ff; }
    .article-3 .article-link:hover {
      color: #4076BD;
      border: 0; }
  @media (min-width: 1024px) {
    .article-3 .shadow-box {
      margin-top: 30px; } }

@media (min-width: 768px) {
  .work-holder {
    padding: 16px 0 33px; } }

@media (min-width: 768px) {
  .use-holder {
    text-align: left; } }

@media (min-width: 1024px) {
  .use-holder {
    display: flex;
    align-items: center; }
    .use-holder:last-child {
      padding: 22px 0 0; } }

.use-list {
  text-transform: uppercase;
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    .use-list {
      display: flex;
      letter-spacing: 1px; } }
  @media (min-width: 1024px) {
    .use-list {
      font-size: 16px;
      line-height: 1.5;
      margin: 0; } }
  .use-list.style-1 li:first-child {
    background: #41b7ba; }
    @media (min-width: 768px) {
      .use-list.style-1 li:first-child:before {
        border-color: transparent transparent transparent #41b7ba; } }
  .use-list.style-1 li:nth-child(2) {
    background: #41baa6; }
    @media (min-width: 768px) {
      .use-list.style-1 li:nth-child(2):before {
        border-color: transparent transparent transparent #41baa6; } }
  .use-list.style-1 li:nth-child(3) {
    background: #41ba8e; }
    @media (min-width: 768px) {
      .use-list.style-1 li:nth-child(3):before {
        border-color: transparent transparent transparent #41ba8e; } }
  .use-list.style-1 li:last-child {
    background: #41ba54; }
    @media (min-width: 768px) {
      .use-list.style-1 li:last-child:before {
        border-color: transparent transparent transparent #41ba54; } }
  .use-list li {
    position: relative;
    padding: 10px; }
    .use-list li:first-child {
      background: #4176ba; }
      @media (min-width: 768px) {
        .use-list li:first-child:before {
          border-color: transparent transparent transparent #4176ba; } }
    .use-list li:nth-child(2) {
      background: #418bba; }
      @media (min-width: 768px) {
        .use-list li:nth-child(2):before {
          border-color: transparent transparent transparent #418bba; } }
    .use-list li:last-child {
      background: #419dba; }
      @media (min-width: 768px) {
        .use-list li:last-child:before {
          border-color: transparent transparent transparent #419dba; } }
    @media (min-width: 768px) {
      .use-list li {
        min-width: 164px;
        display: flex;
        align-items: center; }
        .use-list li:not(:first-child) {
          padding-left: 40px; }
        .use-list li:before {
          position: absolute;
          content: '';
          top: 0;
          bottom: 0;
          right: -20px;
          z-index: 1;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 34px 0 34px 20px;
          border-color: transparent transparent transparent transparent; } }
    @media (min-width: 1024px) {
      .use-list li {
        min-width: 166px;
        padding: 22px 5px 22px 19px; }
        .use-list li:before {
          border-width: 46px 0 46px 20px; } }
    .use-list li br {
      display: none; }
      @media (min-width: 768px) {
        .use-list li br {
          display: block; } }

.article-4 {
  margin: -30px 0 0; }
  @media (min-width: 1024px) {
    .article-4 {
      margin: -62px 0 0; } }

@media (min-width: 768px) {
  .circle-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 40px 0; } }

@media (min-width: 1024px) {
  .circle-box {
    margin: 0 auto;
    padding: 85px 0;
    width: 96%; } }

.circle-box .circle {
  width: 208px;
  height: 208px;
  display: block;
  border-radius: 50%;
  padding: 15px;
  background: #419dba;
  margin: 0 auto 15px;
  position: relative; }
  .circle-box .circle:last-child {
    background: #41ba8e; }
  @media (min-width: 768px) {
    .circle-box .circle {
      margin: 0; } }
  .circle-box .circle > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px);
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.5; }

@media (min-width: 768px) {
  .circle-box .img-box {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 51%; } }

@media (min-width: 1024px) {
  .circle-box .img-box {
    width: 67%; } }

.circle-box p:only-child {
  margin: 0; }

.section-2 {
  background: #eaf2f5;
  padding: 15px 0; }
  @media (min-width: 768px) {
    .section-2 {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .section-2 {
      padding: 60px 0; } }
  .section-2 .img-box {
    width: 174px;
    height: 174px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px; }
    @media (min-width: 768px) {
      .section-2 .img-box {
        float: left;
        margin: 0 15px 0 0; } }
    @media (min-width: 1024px) {
      .section-2 .img-box {
        margin: 80px 20px 0 15px; } }
  @media (min-width: 768px) {
    .section-2 .text-box {
      overflow: hidden; } }
  @media (min-width: 1024px) {
    .section-2 .text-box p {
      margin: 0 0 25px; } }
  .section-2 h2 {
    color: #192E49;
    margin: 0; }
    .section-2 h2 br {
      display: none; }
      @media (min-width: 768px) {
        .section-2 h2 br {
          display: block; } }
  .section-2 h3 {
    color: #4176ba; }
    @media (min-width: 1024px) {
      .section-2 h3 {
        margin: 0 0 10px; } }
  .section-2 p {
    letter-spacing: 1px; }

.section-3 {
  background: #4176ba;
  padding: 15px 0;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .section-3 {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .section-3 {
      padding: 60px 0 77px; } }
  @media (min-width: 1024px) {
    .section-3 h2 {
      margin: 0 0 25px; } }
  .section-3 h2 br {
    display: none; }
    @media (min-width: 768px) {
      .section-3 h2 br {
        display: block; } }
  .section-3 p {
    color: inherit;
    letter-spacing: 1px; }
  .section-3 .section-link {
    color: #fff;
    border-bottom: 1px solid #fff; }
    .section-3 .section-link:hover {
      color: #192E49;
      border: 0; }

@media (min-width: 768px) {
  .article-5 {
    padding: 0 0 30px; } }

@media (min-width: 1024px) {
  .article-5 {
    padding: 0 0 40px; } }

.contact-box {
  text-align: center; }
  .contact-box h2 {
    margin: 0 0 3px; }
  .contact-box h3 {
    text-transform: none; }
    @media (min-width: 768px) {
      .contact-box h3 {
        margin: 0 0 15px; } }
    @media (min-width: 1024px) {
      .contact-box h3 {
        margin: 0 0 31px; } }
  .contact-box input {
    margin: 0 0 20px; }

@media (min-width: 768px) {
  .contact-form {
    max-width: 568px;
    margin: 0 auto; } }

@media (min-width: 768px) {
  .contact-form .input-holder {
    display: flex;
    justify-content: space-between; } }

.contact-text {
  transform: translateX(-5px); }

.main {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s; }

.icon {
  height: 100%; }
  .icon img {
    max-width: 35px;
    transform: translateX(-50px);
    float: left;
    padding: 0; }
  @media (min-width: 768px) {
    .icon img {
      transform: translateX(-70px);
      max-width: 55px; } }
  @media (min-width: 1024px) {
    .icon img {
      transform: translateX(-90px);
      max-width: 75px; } }

.client-representation h3 {
  transform: translateX(-35px); }

.client-representation p {
  text-indent: -33px; }

@media (min-width: 768px) {
  .client-representation p {
    text-indent: 0px; }
  .client-representation h3 {
    transform: translateX(-55px); } }

@media (min-width: 1024px) {
  .client-representation p {
    text-indent: -75px; }
  .client-representation h3 {
    transform: translateX(-75px); } }

#footer {
  background: #192E49;
  border-bottom: 1px solid #4076BD;
  padding: 15px 0 10px;
  text-align: center; }
  #footer.landing {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 101; }
  @media (min-width: 768px) {
    #footer {
      text-align: left;
      padding: 10px 0 7px; } }

.footer-logo {
  margin: 0 0 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-logo {
      margin: 0; } }
  .footer-logo a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 1; }

.copyright p {
  color: white;
  margin: 0 auto; }

.footer-list {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .footer-list {
      justify-content: flex-end;
      font-size: 12px;
      line-height: 1.2;
      padding: 10px 0; } }
  .footer-list li {
    width: 50%;
    padding: 0 0 5px; }
    @media (min-width: 768px) {
      .footer-list li {
        width: auto;
        padding: 0 0 0 10px; } }
    @media (min-width: 1024px) {
      .footer-list li {
        padding: 0 0 0 26px; } }
  .footer-list a {
    color: #fff; }
    .footer-list a:hover {
      color: #4076BD; }

#general #names {
  display: flex;
  justify-content: space-between; }
  #general #names #last-name, #general #names #first-name {
    display: inline-block; }

#general #marital-status .hold {
  width: 32%; }

#general #location {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between; }
  #general #location .state-holder,
  #general #location .county-holder {
    display: inline-block;
    width: 48%; }
    #general #location .state-holder select,
    #general #location .county-holder select {
      width: 100%; }
  #general #location .state-holder {
    float: left;
    margin-right: 5%;
    width: 45%; }
  #general #location .county-holder {
    width: 50%; }

#general .state-holder.half-width {
  width: 48%; }

.checkbox .radio-wrap {
  border: 1px solid #777;
  width: 48%; }

.checkbox .hold {
  width: 100%;
  margin: 0; }

.checkbox .jcf-checkbox {
  vertical-align: middle;
  display: none;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #979797;
  margin: 0 6px 0 0;
  height: 22px;
  width: 22px; }

.checkbox .radio-label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  /* font-weight: normal; */
  width: 100%;
  height: 100%;
  padding: 9px 0;
  text-align: center;
  cursor: pointer;
  transition: 0.3s; }
  .checkbox .radio-label:hover {
    color: white; }

.checkbox .jcf-label-active {
  background: #4076BD;
  color: white; }

.circle-btn-holder {
  float: right; }

#children .title, #children .sub {
  display: inline; }

#children .child .btn-circle {
  transform: translateY(-10px); }

#children .child .name-holder {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  #children .child .name-holder .first-name-holder,
  #children .child .name-holder .last-name-holder {
    width: 48%;
    margin: 0;
    padding: 0;
    display: inline-block; }

#injury .btn {
  margin-top: 30px; }

#injury .form-holder.error-holder {
  width: 100% !important;
  max-width: none; }

#pre-injury .industry {
  position: relative; }

#pre-injury .form-holder .title {
  display: block; }

#pre-injury #prior-income-button .radio-wrap {
  width: 50%; }

#pre-injury .benefits {
  margin-top: 30px; }

#pre-injury .info-not-available {
  margin-bottom: 25px; }

#post-injury .range-wrap {
  margin-bottom: 30px; }

#post-injury .disable-compensation {
  height: 85px; }

#post-injury .compensation-input {
  max-width: 100%; }
  #post-injury .compensation-input .input-wrapper {
    display: flex; }
    #post-injury .compensation-input .input-wrapper input {
      width: 100%; }
    #post-injury .compensation-input .input-wrapper .error-title.temp {
      transform: translateY(0px); }

#post-injury .dollar-sign {
  font-size: 2rem;
  color: #192E49;
  transform: translateY(-3px);
  padding: 0 5px; }

#post-injury .pre-injury-button {
  margin-bottom: 20px; }

#post-injury .info-not-available {
  margin-bottom: 25px; }

#life-care-plan .life-care-cost {
  display: flex;
  flex-direction: column; }
  #life-care-plan .life-care-cost .circle-button-span {
    width: 100%;
    min-height: 20px; }
  #life-care-plan .life-care-cost .inputs-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%; }
    #life-care-plan .life-care-cost .inputs-holder input[disabled] {
      background-color: #d3d3d3; }
      #life-care-plan .life-care-cost .inputs-holder input[disabled]::placeholder {
        color: white; }
  #life-care-plan .life-care-cost .life-care-item {
    margin: 0; }

#life-care-plan .life-care-item .life-care-cost {
  display: flex;
  flex-direction: column;
  position: relative; }
  #life-care-plan .life-care-item .life-care-cost .element-holder {
    max-width: 30%; }
    #life-care-plan .life-care-item .life-care-cost .element-holder.ann-cost {
      margin-left: 0; }
    #life-care-plan .life-care-item .life-care-cost .element-holder.dash span {
      top: 35%;
      position: relative; }
    #life-care-plan .life-care-item .life-care-cost .element-holder input {
      width: 100%;
      min-width: 0; }

.cost {
  float: right;
  color: #192E49; }

#household-services .form-section-title .title {
  display: inline;
  width: 100%; }

#household-services .title {
  width: 100%; }

.form-holder .title {
  display: inline-block;
  margin-bottom: 5px; }

.text-with-tooltip-fix {
  display: flex; }
  .text-with-tooltip-fix span {
    margin-right: 5px; }

.jcf-select .jcf-select-text {
  color: #192E49; }

.btn.btn-info.btn-width-override {
  min-width: 15%;
  margin-bottom: 4px; }

.promo-code-input {
  min-width: 15%; }

#payment-form .StripeElement {
  font-family: "ProximaNova", sans-serif;
  border: 1px solid #979797;
  padding: 16px;
  margin: 0 0 20px 0; }

#payment-form input {
  width: 100%;
  min-width: inherit; }

#payment-form .state-zip {
  display: flex;
  justify-content: space-between; }

#payment-form .input-holder {
  width: 40%;
  box-sizing: border-box; }

#payment-form .zip, #payment-form .state {
  display: inline;
  min-width: 40%; }

#payment-form .promo-code-input {
  width: 250px; }

#payment-form .submit {
  width: 100%; }

#payment-form .paymentSuccessMessage p {
  margin: 10px 0; }

#payment-form .paymentSuccessMessage .btn.btn-info {
  width: 100%;
  margin-top: 20px; }

#payment-modal.fancybox-skin .body {
  max-height: 725px !important; }

@media (max-width: 321px) {
  #payment-modal.fancybox-skin input {
    margin-bottom: 4px; } }

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

.hidden {
  display: none; }

.relative {
  position: relative; }

.menu-icons {
  margin: 0 auto;
  justify-content: space-around;
  margin-top: 45px;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-end; }
  .menu-icons div {
    margin: 0 35px;
    padding: 0 25px;
    min-width: 175px;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .menu-icons div object {
      margin: auto; }
    .menu-icons div p {
      font-size: 0.7rem;
      align-self: flex-end;
      margin: 0 auto; }
    .menu-icons div:first-of-type {
      border-right: 1px solid black; }
    .menu-icons div:last-of-type {
      border-left: 1px solid black; }

.link-wrapper {
  height: 100%;
  margin: 0;
  padding: 0; }
  .link-wrapper a {
    display: inline-block; }
  .link-wrapper .logout-link {
    border-left: 1px solid white;
    color: white;
    padding: 30px 40px 30px 30px; }
  .link-wrapper .dashboard-link {
    margin: 0;
    padding: 30px; }

@media (min-width: 768px) {
  .row-wrapper-mobile {
    display: none; } }

.row-wrapper-mobile .drop-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .row-wrapper-mobile .drop-wrapper .drop-label {
    font-weight: bold; }
    @media (min-width: 768px) {
      .row-wrapper-mobile .drop-wrapper .drop-label {
        display: none; } }
  .row-wrapper-mobile .drop-wrapper .drop-value {
    flex-direction: row; }

.row-wrapper-mobile .btn-wrapper {
  border-bottom: 1px solid #999; }
  .row-wrapper-mobile .btn-wrapper .btn {
    margin: 5px 0;
    width: 90%; }

.row-wrapper-mobile .name {
  padding: 10px 25px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .row-wrapper-mobile .name {
      border: none;
      margin: 0; } }

.row-wrapper-mobile .bottom-border {
  border-bottom: 1px solid #999; }

.row-wrapper-mobile .folded {
  display: none;
  border-bottom: 1px solid #999; }
  @media (min-width: 768px) {
    .row-wrapper-mobile .folded {
      display: flex; } }

.row-wrapper {
  padding: 0;
  background: none; }
  .row-wrapper .new-case-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    .row-wrapper .new-case-btn-wrapper .new-case-btn {
      border-radius: 0 !important;
      height: 45px;
      margin-bottom: 10px;
      max-width: 200px;
      min-width: 190px;
      text-align: center; }
  .row-wrapper table {
    width: 100%; }
    .row-wrapper table tr {
      background: white;
      border-right: 1px solid #D5DEE2;
      border-left: 1px solid #D5DEE2; }
    .row-wrapper table th {
      border: 1px solid #D5DEE2; }
  .row-wrapper .btn-wrapper {
    text-align: right; }
    .row-wrapper .btn-wrapper .request-button {
      margin-top: 5px; }

.no-rows {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  min-height: 400px;
  text-align: center; }
  .no-rows .logo {
    width: 40%;
    margin: 75px 0 20px 0; }

.mobile-wrapper {
  text-align: center; }
  .mobile-wrapper .logo {
    max-width: 50%;
    display: flex;
    margin: 25px auto 10px auto; }
  .mobile-wrapper .new-case-btn-wrapper-mobile {
    margin-top: 25px; }

.ng-table-pager {
  display: none !important; }

.checkout-wrapper {
  display: flex;
  flex-direction: row; }
  .checkout-wrapper .checkout-type {
    padding: 15px;
    text-align: center;
    width: 50%;
    display: flex;
    flex-direction: column; }
    .checkout-wrapper .checkout-type h4, .checkout-wrapper .checkout-type p {
      text-align: left; }
    .checkout-wrapper .checkout-type h4 {
      color: #31517B; }
    .checkout-wrapper .checkout-type img {
      margin: 0 auto;
      height: 70px;
      width: 70px; }
    .checkout-wrapper .checkout-type .btn {
      min-width: 150px;
      width: 75%;
      font-size: .8rem;
      margin: auto auto 0 auto; }

.payment-success {
  text-align: center; }
  .payment-success p {
    text-align: left; }
  .payment-success h1 {
    margin-bottom: 15px; }
  .payment-success .payment-success-img {
    margin-bottom: 25px; }

#card-element {
  background: white; }

.btn-clear {
  background: none;
  border: 1px solid #D5DEE2; }

.signup-success {
  text-align: center;
  padding: 30px 50px; }
  .signup-success img {
    width: 150px; }
  .signup-success p {
    margin-top: 15px;
    text-align: center; }
  .signup-success .btn {
    margin-top: 20px; }

.popup-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px; }
  .popup-wrap.active .opener {
    color: #192E49; }
  .popup-wrap.active .popup {
    display: block;
    opacity: 1;
    visibility: visible; }
  .popup-wrap .opener {
    color: #4076BD;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px; }
    .popup-wrap .opener:hover {
      color: #192E49; }
  .popup-wrap .popup {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    background: #31517B;
    color: #fff;
    min-width: 196px;
    padding: 12px;
    font-size: 12px;
    line-height: 1.3;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    .popup-wrap .popup:before {
      height: 0;
      width: 0;
      border-bottom: 8px solid #31517B;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      position: absolute;
      content: '';
      top: -8px;
      left: 50%;
      transform: translateX(-50%); }
    @media (min-width: 768px) {
      .popup-wrap .popup {
        left: 30px;
        top: 50%;
        transform: translate(0, -50%); }
        .popup-wrap .popup:before {
          height: 0;
          width: 0;
          border-bottom: 8px solid transparent;
          border-right: 8px solid #31517B;
          border-top: 8px solid transparent;
          border-left: 0;
          position: absolute;
          content: '';
          left: -8px;
          top: 50%;
          transform: translate(0, -50%); } }
    .popup-wrap .popup .title {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      font-weight: 700;
      margin-right: 8px; }
    .popup-wrap .popup p {
      color: #fff; }
  .popup-wrap .close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 14px;
    right: 14px; }
    .popup-wrap .close:before, .popup-wrap .close:after {
      position: absolute;
      content: '';
      background: #fff;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px; }
    .popup-wrap .close:before {
      transform: rotate(45deg); }
    .popup-wrap .close:after {
      transform: rotate(-45deg); }
    .popup-wrap .close:hover:before, .popup-wrap .close:hover:after {
      background: #da4936; }

#sidebar {
  margin-top: 25px; }
  #sidebar ol li.complete a {
    cursor: pointer; }

input[type=range] {
  -webkit-appearance: none;
  width: 80%;
  margin: 7.3px 0;
  background: #f1f6f8;
  border: none; }

input[type=range]:focus {
  outline: none;
  box-shadow: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  box-shadow: 0px 0px 0.7px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: rgba(212, 219, 225, 0.77);
  border-radius: 1.3px;
  border: 0px solid rgba(1, 1, 1, 0); }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid transparent;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #4076bd;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.3px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(227, 232, 235, 0.77); }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  box-shadow: 0px 0px 0.7px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: rgba(212, 219, 225, 0.77);
  border-radius: 1.3px;
  border: 0px solid rgba(1, 1, 1, 0); }

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid transparent;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #4076bd;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 11.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: rgba(197, 206, 215, 0.77);
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 2.6px;
  box-shadow: 0px 0px 0.7px transparent, 0px 0px 0px rgba(13, 13, 13, 0); }

input[type=range]::-ms-fill-upper {
  background: rgba(212, 219, 225, 0.77);
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 2.6px;
  box-shadow: 0px 0px 0.7px transparent, 0px 0px 0px rgba(13, 13, 13, 0); }

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px #000031, 0px 0px 0px #00004b;
  border: 0px solid transparent;
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #4076bd;
  cursor: pointer;
  height: 11.4px; }

input[type=range]:focus::-ms-fill-lower {
  background: rgba(212, 219, 225, 0.77); }

input[type=range]:focus::-ms-fill-upper {
  background: rgba(227, 232, 235, 0.77); }

input[type=range]::-ms-tooltip {
  display: none; }

.range-holder.range-display-fix {
  display: flex;
  align-items: center; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  #loader-wrapper #loader-logo {
    z-index: 1001;
    position: absolute;
    left: 0;
    top: 25%;
    right: 0;
    margin: auto; }

#loader {
  display: block;
  position: relative;
  top: 30%;
  margin: 0 auto;
  width: 220px;
  height: 220px;
  z-index: 1001;
  border-radius: 50%;
  overflow: hidden;
  border: none; }

.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */ }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */ }

.loaded #loader-wrapper .loader-section.section-left,
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transition: all 0.3s 0.3s ease-out;
  /* Chrome, Opera 15+, Safari 3.1+ */
  transition: all 0.3s 0.3s ease-out;
  /* Firefox 16+, IE 10+, Opera */ }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome, Opera 15+, Safari 3.1+ */
  transition: all 0.3s ease-out;
  /* Firefox 16+, IE 10+, Opera */ }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s  0.6s ease-out;
  /* Chrome, Opera 15+, Safari 3.1+ */
  transition: all 0.3s  0.6s ease-out;
  /* Firefox 16+, IE 10+, Opera */ }

.loaded #loader-logo {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Chrome, Opera 15+, Safari 3.1+ */
  transition: all 0.3s ease-out;
  /* Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@-webkit-keyframes reverse-spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(-360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(-360deg);
    /* IE 9 */
    transform: rotate(-360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes reverse-spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(-360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(-360deg);
    /* IE 9 */
    transform: rotate(-360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

.login-modal input {
  width: 100%; }

.login-modal .password-input {
  margin-bottom: 3px; }

.login-modal .text-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media (max-width: 545px) {
    .login-modal .text-wrapper {
      flex-direction: column; } }

.login-modal .button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 20px; }
  .login-modal .button-wrapper .btn {
    box-sizing: border-box; }
  .login-modal .button-wrapper .cancel-btn {
    background: white;
    color: black;
    margin-right: 10px; }
  .login-modal .button-wrapper .login-btn {
    background: #4076bd;
    color: white;
    margin-left: 10px; }
  @media (min-width: 1025px) {
    .login-modal .button-wrapper .btn {
      min-width: 225px; } }
  @media (max-width: 545px) {
    .login-modal .button-wrapper {
      flex-direction: column; }
      .login-modal .button-wrapper .btn {
        margin-top: 20px; }
      .login-modal .button-wrapper .cancel-btn {
        margin-right: 0px; }
      .login-modal .button-wrapper .login-btn {
        margin-left: 0px; } }

.signup .fancybox-skin {
  overflow: scroll;
  max-height: 90vh; }

.signup .signup-form {
  overflow: hidden; }
  .signup .signup-form input {
    margin-bottom: 5px; }
  .signup .signup-form .name-wrapper {
    flex-direction: column; }
    @media (min-width: 768px) {
      .signup .signup-form .name-wrapper {
        max-width: 100%;
        flex-direction: row;
        justify-content: space-between; }
        .signup .signup-form .name-wrapper input {
          min-width: 265px; } }
  .signup .signup-form .btn-wrapper {
    width: 100%;
    justify-content: space-around;
    margin: 0 auto;
    flex-direction: column; }
    .signup .signup-form .btn-wrapper .btn {
      margin-top: 20px; }
    .signup .signup-form .btn-wrapper .cancel {
      background: white;
      color: #2f2f2f;
      border: 1px solid #979797; }
    @media (min-width: 768px) {
      .signup .signup-form .btn-wrapper {
        flex-direction: row; }
        .signup .signup-form .btn-wrapper .btn {
          min-width: 265px; } }

.table {
  width: 100%;
  font-family: "ProximaNova", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (max-width: 767px) {
    .table {
      display: none; } }
  .table .header {
    background: #192E49;
    color: white;
    text-align: left;
    padding: 10px;
    max-height: 60px; }
  .table .btn {
    border-radius: 5px;
    padding: 5px; }
  .table i {
    padding: 0 3px;
    font-size: 1.1rem; }
  .table .share {
    text-align: right; }
  .table tr {
    border-bottom: 1px solid #D5DEE2; }
  .table td {
    margin: 0 10px;
    padding: 10px 10px;
    text-align: left; }

#wrapper {
  overflow: hidden; }

.container {
  max-width: 964px;
  padding: 0 16px;
  margin: 0 auto; }

.inner-container {
  max-width: 990px;
  padding: 0 16px;
  margin: 0 auto; }
