/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1230px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.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 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

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

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

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

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

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

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1230px) {
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }
  a, a:hover, a:focus, a:visited {
    text-decoration: none; }

ul,
p {
  margin: 0;
  padding: 0; }

img {
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

input, input:focus,
button,
button:focus,
select,
select:focus,
textarea,
textarea:focus,
a,
a:focus,
option,
option:focus {
  outline: none; }

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

input[type="submit"] {
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

::-webkit-input-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

.text-center {
  text-align: center; }

.button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .button, .button:hover, .button:focus, .button:visited {
    text-decoration: none; }
  .button:hover {
    cursor: pointer; }
  .button--lg {
    padding: 0px 15px;
    height: 51px;
    line-height: 47px;
    font-size: 16px;
    font-weight: bold; }
  .button--block {
    width: 320px;
    height: 51px;
    line-height: 47px;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .button--block {
        margin-bottom: 15px;
        width: 100%;
        max-width: 320px; } }
  .button--default {
    padding: 11px 13px 15px 13px;
    background: #00B7F4;
    color: white; }
  .button--gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#00b7f4), to(#00a3d9));
    background: linear-gradient(to bottom, #00b7f4 0%, #00a3d9 100%);
    border-radius: 30px; }
    .button--gradient:hover {
      background: -webkit-gradient(linear, left top, left bottom, from(#00a3d9), to(#00b7f4));
      background: linear-gradient(to bottom, #00a3d9 0%, #00b7f4 100%); }
    .button--gradient::before {
      position: absolute;
      top: -3px;
      bottom: -3px;
      left: -3px;
      right: -3px;
      background: -webkit-gradient(linear, left top, left bottom, from(#009FD4), to(#00B3EF));
      background: linear-gradient(#009FD4, #00B3EF);
      content: '';
      border-radius: 30px;
      z-index: -1; }
  .button--inverse {
    background: white;
    color: #00B7F4; }
    .button--inverse:hover {
      background: #00B7F4;
      color: white;
      border-color: white; }
  .button--grey {
    background: #3B393F;
    color: white; }
    .button--grey:hover {
      background: white;
      color: #3B393F;
      border-color: #3B393F; }
  .button--shadow {
    -webkit-box-shadow: 0px 3px 10px 4px rgba(0, 183, 244, 0.7);
            box-shadow: 0px 3px 10px 4px rgba(0, 183, 244, 0.7); }
  .button--grey {
    -webkit-box-shadow: 0px 9px 18px 0px rgba(59, 57, 63, 0.14);
            box-shadow: 0px 9px 18px 0px rgba(59, 57, 63, 0.14); }

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

html,
body {
  padding: 0px;
  margin: 0px; }

body {
  position: relative;
  font-family: PTS, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  background-color: white;
  color: #3B393F;
  overflow-x: hidden; }

body::-webkit-scrollbar-track {
  background-color: #F1F1F1; }

body::-webkit-scrollbar {
  width: 11px;
  background-color: #00B7F4; }

body::-webkit-scrollbar-thumb {
  background-color: #00B7F4; }

html,
body,
.page-wrapper {
  height: 100%;
  width: 100%; }

.page-wrapper {
  position: relative;
  display: table;
  table-layout: fixed; }
  .page-wrapper > .header,
  .page-wrapper > .footer,
  .page-wrapper > .page-content {
    display: table-row;
    height: 1px; }
  .page-wrapper > .page-content {
    margin-top: 60px;
    height: 100%; }
    .page-wrapper > .page-content .page-content__inner {
      margin: 60px 0px; }

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex.flex-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex.flex-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .flex.flex-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

::-moz-selection {
  background-color: #00B7F4;
  color: white; }

::selection {
  background-color: #00B7F4;
  color: white; }

::-moz-selection {
  background-color: #00B7F4;
  color: white; }

.error-404 {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: GothamPro;
  font-size: 48px;
  font-weight: bold;
  color: #3B393F; }
  @media screen and (max-width: 991px) {
    .error-404 {
      padding: 65px 0;
      font-size: 24px; } }

@-webkit-keyframes noise-anim {
  0% {
    clip: rect(49px, 9999px, 49px, 0); }
  5% {
    clip: rect(82px, 9999px, 67px, 0); }
  10% {
    clip: rect(27px, 9999px, 38px, 0); }
  15% {
    clip: rect(1px, 9999px, 72px, 0); }
  20% {
    clip: rect(76px, 9999px, 47px, 0); }
  25% {
    clip: rect(46px, 9999px, 38px, 0); }
  30% {
    clip: rect(64px, 9999px, 2px, 0); }
  35% {
    clip: rect(3px, 9999px, 22px, 0); }
  40% {
    clip: rect(32px, 9999px, 77px, 0); }
  45% {
    clip: rect(17px, 9999px, 68px, 0); }
  50% {
    clip: rect(26px, 9999px, 64px, 0); }
  55% {
    clip: rect(29px, 9999px, 58px, 0); }
  60% {
    clip: rect(68px, 9999px, 98px, 0); }
  65% {
    clip: rect(52px, 9999px, 95px, 0); }
  70% {
    clip: rect(33px, 9999px, 82px, 0); }
  75% {
    clip: rect(39px, 9999px, 67px, 0); }
  80% {
    clip: rect(17px, 9999px, 46px, 0); }
  85% {
    clip: rect(43px, 9999px, 4px, 0); }
  90% {
    clip: rect(8px, 9999px, 12px, 0); }
  95% {
    clip: rect(30px, 9999px, 48px, 0); }
  100% {
    clip: rect(2px, 9999px, 57px, 0); } }

@keyframes noise-anim {
  0% {
    clip: rect(49px, 9999px, 49px, 0); }
  5% {
    clip: rect(82px, 9999px, 67px, 0); }
  10% {
    clip: rect(27px, 9999px, 38px, 0); }
  15% {
    clip: rect(1px, 9999px, 72px, 0); }
  20% {
    clip: rect(76px, 9999px, 47px, 0); }
  25% {
    clip: rect(46px, 9999px, 38px, 0); }
  30% {
    clip: rect(64px, 9999px, 2px, 0); }
  35% {
    clip: rect(3px, 9999px, 22px, 0); }
  40% {
    clip: rect(32px, 9999px, 77px, 0); }
  45% {
    clip: rect(17px, 9999px, 68px, 0); }
  50% {
    clip: rect(26px, 9999px, 64px, 0); }
  55% {
    clip: rect(29px, 9999px, 58px, 0); }
  60% {
    clip: rect(68px, 9999px, 98px, 0); }
  65% {
    clip: rect(52px, 9999px, 95px, 0); }
  70% {
    clip: rect(33px, 9999px, 82px, 0); }
  75% {
    clip: rect(39px, 9999px, 67px, 0); }
  80% {
    clip: rect(17px, 9999px, 46px, 0); }
  85% {
    clip: rect(43px, 9999px, 4px, 0); }
  90% {
    clip: rect(8px, 9999px, 12px, 0); }
  95% {
    clip: rect(30px, 9999px, 48px, 0); }
  100% {
    clip: rect(2px, 9999px, 57px, 0); } }

.glitch {
  position: relative; }
  .glitch:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #00B7F4;
    top: 0;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 3s infinite linear alternate-reverse; }

.logo {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0); }
  .logo p {
    font-family: 'PTS';
    font-size: 46px; }
  @media (min-width: 992px) {
    .logo--animate:hover {
      -webkit-animation-name: wobble-vertical;
              animation-name: wobble-vertical;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1; } }
  .logo--dark {
    margin-right: 25px; }

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  33.3% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  49.95% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  66.6% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  83.25% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  33.3% {
    -webkit-transform: translateY(6px);
            transform: translateY(6px); }
  49.95% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  66.6% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
  83.25% {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media screen and (max-width: 991px) {
  .header {
    background: white;
    z-index: -2; } }

.header__inner {
  border-bottom: 1px solid #EDEEEF; }

.header__row {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media screen and (min-width: 1230px) {
    .header__row {
      height: 90px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-bottom: 0px; } }
  @media screen and (max-width: 991px) {
    .header__row {
      height: auto; } }

.header__contact {
  display: block;
  font-family: PTS;
  font-size: 18px;
  font-weight: bold;
  text-align: right; }
  .header__contact:first-child {
    margin-top: 15px; }
    @media screen and (min-width: 1230px) {
      .header__contact:first-child {
        margin-top: 0px; } }
  .header__contact:hover {
    color: #00B7F4; }
  .header__contact:not(:last-child) {
    margin-bottom: 5px; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 991px) {
    .nav {
      padding-top: 20px;
      padding-bottom: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 991px) {
    .nav__item {
      text-align: center;
      font-size: 18px;
      padding: 10px 0px; } }
  .nav__link {
    padding: 0px 12px;
    font-family: PTS;
    font-size: 16px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    @media screen and (max-width: 991px) {
      .nav__link {
        font-size: 18px; } }
    .nav__link:hover {
      color: #00B7F4; }
  .nav__button {
    margin-left: 12px;
    font-family: PTS;
    font-size: 16px;
    font-weight: bold; }
    .nav__button:active {
      top: 1px; }

.banner {
  padding-top: 170px;
  height: 610px; }
  @media screen and (min-width: 992px) and (max-width: 1229px) {
    .banner {
      padding-top: 130px; } }
  @media screen and (max-width: 991px) {
    .banner {
      height: auto;
      background-color: #ECEFF0;
      padding-top: 30px;
      background-image: url("/blocks/banner/img/b1.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; } }
  .banner__title {
    margin-bottom: 50px;
    position: relative;
    font-family: GothamPro;
    font-size: 65px;
    font-weight: 800;
    color: #3B393F; }
    @media screen and (max-width: 991px) {
      .banner__title {
        font-size: 42px; } }
    .banner__title:after {
      content: '';
      display: block;
      width: 270px;
      height: 5px;
      background-color: #C6D5DE;
      position: absolute;
      bottom: -17px; }
  @media screen and (max-width: 991px) {
    .banner__achivments {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .banner__achivment {
    display: inline-block;
    padding-top: 10px;
    padding-left: 53px;
    height: 40px;
    font-size: PTS;
    font-size: 16px;
    font-weight: bold;
    color: #3B393F;
    background-image: url("../blocks/banner/img/checkbox.png");
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .banner__achivment {
        margin-bottom: 25px;
        text-align: left; } }
    .banner__achivment:not(:last-child) {
      margin-right: 30px; }

@media screen and (max-width: 991px) {
  .parallax-mirror {
    display: none; } }

.lift {
  position: relative;
  padding-top: 80px;
  padding-bottom: 150px; }
  @media screen and (max-width: 991px) {
    .lift {
      padding-top: 40px;
      padding-bottom: 55px; } }
  .lift__inner {
    position: relative; }
  .lift__title {
    position: relative;
    font-family: GothamPro;
    font-size: 50px;
    font-weight: 800;
    color: #3B393F;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .lift__title {
        font-size: 32px; } }
  .lift__subtitle {
    padding-top: 10px;
    text-align: center; }
  .lift__picture {
    position: relative;
    margin-top: 110px; }
    @media screen and (max-width: 991px) {
      .lift__picture {
        display: none; } }
  .lift__center {
    text-align: center; }
  .lift__chars {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  .lift__char {
    position: absolute; }
    @media screen and (min-width: 1230px) {
      .lift__char--1 {
        top: -8px;
        right: 20px; }
      .lift__char--2 {
        top: -8px;
        left: 75px;
        text-align: right; }
      .lift__char--3 {
        top: 270px;
        right: 34px; }
      .lift__char--4 {
        top: 270px;
        left: 1px;
        text-align: right; }
      .lift__char--5 {
        bottom: -65px;
        right: 462px;
        text-align: center; }
      .lift__char--6 {
        top: 552px;
        right: 44px; }
      .lift__char--7 {
        top: 546px;
        left: 4px;
        text-align: right; } }
    @media screen and (min-width: 992px) and (max-width: 1229px) {
      .lift__char--1 {
        top: -11px;
        right: -7px;
        max-width: 180px; }
      .lift__char--2 {
        top: -8px;
        left: -17px;
        text-align: right; }
      .lift__char--3 {
        top: 270px;
        right: -19px;
        max-width: 194px; }
      .lift__char--4 {
        top: 270px;
        left: -8px;
        text-align: right;
        max-width: 180px; }
      .lift__char--5 {
        bottom: -65px;
        right: 356px;
        text-align: center; }
      .lift__char--6 {
        top: 564px;
        right: 44px; }
      .lift__char--7 {
        top: 570px;
        left: 4px;
        text-align: right; } }

.htext {
  position: absolute;
  left: -89px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
  display: none; }
  @media screen and (min-width: 1230px) {
    .htext {
      display: block; } }
  .htext__line {
    display: block;
    width: 5px;
    height: 240px;
    background-color: #EDF1F3;
    position: absolute;
    top: 20px;
    left: 33px; }
  .htext__text {
    padding-top: 300px;
    color: #DBE3E8;
    font-family: GothamPro;
    font-size: 82px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    overflow: hidden; }

.achivments {
  padding-top: 110px;
  padding-bottom: 85px;
  background-color: #F8F8F8; }
  @media screen and (max-width: 991px) {
    .achivments {
      padding-top: 40px;
      padding-bottom: 25px; } }
  .achivments__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 991px) {
      .achivments__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .achivments__title {
    font-family: GothamPro;
    font-size: 20px;
    font-weight: 800; }
  .achivments__text {
    padding-top: 20px;
    line-height: 25px; }
  @media screen and (max-width: 991px) {
    .achivments__achivment {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .achivments__achivment {
      border-right: 1px solid #BFBFBF;
      padding-right: 50px; }
      .achivments__achivment:not(:first-child) {
        padding-left: 50px; } }

.cta {
  padding-top: 80px;
  height: 453px;
  background-color: #00B7F4; }
  @media screen and (min-width: 992px) and (max-width: 1229px) {
    .cta {
      height: 410px; } }
  @media screen and (max-width: 991px) {
    .cta {
      padding-top: 35px;
      padding-bottom: 20px;
      height: auto; } }
  .cta--small {
    height: 400px; }
    @media screen and (max-width: 991px) {
      .cta--small {
        padding-top: 35px;
        padding-bottom: 20px;
        height: auto; } }
    .cta--small .cta__form {
      padding-top: 60px;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .cta--small .cta__form {
          padding-top: 30px; } }
  .cta__title {
    font-family: GothamPro;
    font-size: 50px;
    font-weight: 800;
    color: white;
    text-align: center; }
    @media screen and (min-width: 992px) and (max-width: 1229px) {
      .cta__title {
        font-size: 42px; } }
    @media screen and (max-width: 991px) {
      .cta__title {
        font-size: 22px; } }
  .cta__form {
    padding-top: 33px; }
    @media screen and (max-width: 991px) {
      .cta__form {
        width: 280px;
        margin: 0 auto; } }
  .cta__input, .cta__button {
    width: 271px; }
    @media screen and (min-width: 992px) and (max-width: 1229px) {
      .cta__input, .cta__button {
        width: 210px; } }
    @media screen and (max-width: 991px) {
      .cta__input, .cta__button {
        margin-bottom: 15px; } }
  .cta__input {
    margin-right: 27px;
    padding: 0px 40px;
    height: 60px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 30px; }
    .cta__input, .cta__input::-webkit-input-placeholder {
      font-family: PTS;
      font-size: 18px;
      font-weight: bold;
      color: white; }
    .cta__input, .cta__input:-ms-input-placeholder {
      font-family: PTS;
      font-size: 18px;
      font-weight: bold;
      color: white; }
    .cta__input, .cta__input::-ms-input-placeholder {
      font-family: PTS;
      font-size: 18px;
      font-weight: bold;
      color: white; }
    .cta__input, .cta__input::placeholder {
      font-family: PTS;
      font-size: 18px;
      font-weight: bold;
      color: white; }
  .cta__button {
    height: 60px;
    font-family: PTS;
    font-size: 18px;
    font-weight: bold;
    color: #00B7F4;
    border: 2px solid white;
    background-color: white;
    border-radius: 30px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    .cta__button:hover {
      cursor: pointer;
      color: white;
      background-color: #00B7F4; }

.previews {
  position: relative;
  padding-bottom: 80px; }
  .previews__inner {
    position: relative; }
  .previews__title {
    margin-top: 100px;
    font-family: GothamPro;
    font-size: 50px;
    font-weight: 800;
    color: #3B393F;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .previews__title {
        margin-top: 40px;
        font-size: 32px; } }
  .previews__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      .previews__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

.preview {
  padding-top: 55px; }
  .preview__image {
    display: inline-block;
    -webkit-box-shadow: 0px 22px 54px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 22px 54px 0px rgba(0, 0, 0, 0.15); }
    @media screen and (min-width: 992px) and (max-width: 1229px) {
      .preview__image {
        width: 210px; } }
    .preview__image img {
      width: 100%;
      max-width: 100%; }
  .preview__title {
    padding-top: 25px;
    font-family: PTS;
    font-size: 18px;
    color: #3B393F;
    text-align: center; }
    .preview__title--bold {
      font-weight: bold; }
  .preview__subtitle {
    padding-top: 10px;
    text-align: center;
    width: 270px; }

.stages {
  height: 810px;
  padding-top: 90px; }
  @media screen and (min-width: 992px) and (max-width: 1229px) {
    .stages {
      height: 1070px; } }
  @media screen and (max-width: 991px) {
    .stages {
      height: auto;
      padding-top: 40px;
      padding-bottom: 30px; } }
  .stages__inner {
    position: relative; }
  .stages__title {
    font-family: GothamPro;
    font-size: 50px;
    font-weight: 800;
    color: #3B393F;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .stages__title {
        font-size: 32px; } }
  .stages__grid {
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.stage {
  position: relative;
  margin: 0 55px;
  margin-bottom: 37px; }
  .stage img {
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  .stage:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .stage__inner {
    min-width: 180px;
    min-height: 180px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: 5px solid #00B7F4;
    background-color: white; }
  .stage--active .stage__inner {
    border-color: #FF4A00; }
  .stage--active .stage__n {
    background-color: #FF4A00; }
  .stage__n {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    font-family: GothamPro;
    font-size: 35px;
    font-weight: 800;
    line-height: 50px;
    color: white;
    background-color: #00B7F4;
    border-radius: 50%;
    text-align: center; }
  .stage__title {
    max-width: 130px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center; }
    .stage__title--bold {
      max-width: 200px;
      font-weight: bold; }

.infotext {
  padding-top: 90px;
  height: 556px;
  background-image: url("../blocks/infotext/img/bg.png");
  background-repeat: no-repeat;
  background-position: center;
  font-family: PTS;
  font-size: 16px; }
  @media screen and (max-width: 991px) {
    .infotext {
      padding-top: 40px;
      height: auto;
      background-color: #00B7F4;
      padding-bottom: 15px; } }
  .infotext p {
    color: white; }
    .infotext p:not(.infotext__check) {
      margin-bottom: 30px; }
  .infotext__title {
    padding-bottom: 50px;
    color: white;
    font-family: GothamPro;
    font-size: 50px;
    font-weight: 800;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .infotext__title {
        font-size: 32px; } }
  .infotext__check {
    margin-bottom: 7px;
    padding-left: 27px;
    background-image: url("../blocks/infotext/img/check.png");
    background-repeat: no-repeat;
    background-position: left center; }
  .infotext__check + p:not(.infotext__check) {
    margin-top: 30px; }

.stock {
  height: 600px; }
  @media screen and (max-width: 991px) {
    .stock {
      height: auto; } }

.stock-widget {
  margin-top: 105px;
  position: relative;
  border: 10px solid #FF4A00;
  height: 408px;
  width: 940px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 991px) {
    .stock-widget {
      width: auto;
      height: auto;
      margin-top: 50px;
      margin-bottom: 50px; } }
  .stock-widget__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 991px) {
      .stock-widget__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .stock-widget__col--left {
    padding-left: 61px;
    padding-top: 150px;
    width: 360px; }
    @media screen and (max-width: 991px) {
      .stock-widget__col--left {
        padding-left: 15px;
        padding-top: 70px;
        width: auto; } }
  .stock-widget__col--right {
    padding-left: 100px;
    padding-top: 55px; }
    @media screen and (max-width: 991px) {
      .stock-widget__col--right {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 35px; } }
  .stock-widget__title {
    position: absolute;
    top: -35px;
    left: 43px;
    padding: 0px 15px;
    font-family: GothamPro;
    font-size: 50px;
    font-weight: 800;
    color: #3B393F;
    display: inline-block;
    background: white; }
    @media screen and (max-width: 991px) {
      .stock-widget__title {
        left: 30px;
        width: 207px;
        position: absolute;
        top: -25px;
        font-size: 32px; } }
  .stock-widget__bold {
    padding-bottom: 15px;
    font-family: PTS;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #3B393F; }
    .stock-widget__bold span {
      color: #FF4A00; }
  .stock-widget__text {
    line-height: 26px; }

.widget-form__title {
  margin-bottom: 25px;
  font-family: PTS;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.widget-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 991px) {
    .widget-form form {
      max-width: 340px;
      margin: 0 auto; } }
  .widget-form form input {
    margin-bottom: 15px;
    padding: 0px 40px;
    width: 350px;
    height: 60px;
    background-color: white;
    border: 1px solid #00B7F4;
    border-radius: 30px; }
    @media screen and (max-width: 991px) {
      .widget-form form input {
        width: 100%; } }
    .widget-form form input, .widget-form form input::-webkit-input-placeholder {
      font-family: PTS;
      font-size: 18px;
      font-weight: bold;
      color: #00B7F4; }
    .widget-form form input, .widget-form form input:-ms-input-placeholder {
      font-family: PTS;
      font-size: 18px;
      font-weight: bold;
      color: #00B7F4; }
    .widget-form form input, .widget-form form input::-ms-input-placeholder {
      font-family: PTS;
      font-size: 18px;
      font-weight: bold;
      color: #00B7F4; }
    .widget-form form input, .widget-form form input::placeholder {
      font-family: PTS;
      font-size: 18px;
      font-weight: bold;
      color: #00B7F4; }
  .widget-form form button {
    margin-top: 5px;
    border-color: transparent;
    height: 60px; }
    @media screen and (max-width: 991px) {
      .widget-form form button {
        margin-bottom: 30px; } }
    .widget-form form button:active {
      top: 1px; }

.map {
  width: 100%;
  height: 605px;
  background-color: #FFFDF8; }

#map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

.contacts {
  height: 815px; }
  @media screen and (max-width: 991px) {
    .contacts {
      height: auto; } }
  .contacts__inner {
    position: relative; }
  .contacts__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 991px) {
      .contacts__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .contacts__col--left {
    padding-top: 70px;
    margin-left: 170px; }
    @media screen and (max-width: 991px) {
      .contacts__col--left {
        padding-top: 33px;
        margin-left: 0px; } }
  .contacts__col--right {
    margin-top: 111px;
    margin-left: 115px; }
    @media screen and (max-width: 991px) {
      .contacts__col--right {
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px;
        margin-bottom: 40px;
        max-width: 320px; } }
  .contacts__title {
    padding-top: 160px;
    font-family: GothamPro;
    font-size: 50px;
    font-weight: 800;
    color: #3B393F;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .contacts__title {
        padding-top: 40px;
        font-size: 32px; } }
  .contacts__subtitle {
    font-size: 18px;
    font-weight: bold; }
  .contacts__contact {
    margin-top: 15px;
    padding-left: 23px;
    font-size: 18px; }
    .contacts__contact--location {
      background-image: url("../blocks/contacts/img/location.png");
      background-repeat: no-repeat;
      background-position: left center; }
    .contacts__contact--email {
      background-image: url("../blocks/contacts/img/email.png");
      background-repeat: no-repeat;
      background-position: left center; }
    .contacts__contact--phone {
      background-image: url("../blocks/contacts/img/phone.png");
      background-repeat: no-repeat;
      background-position: left center; }

.contact-form {
  width: 350px; }
  @media screen and (max-width: 991px) {
    .contact-form {
      width: auto;
      max-width: 320px;
      margin: 0 auto; } }
  .contact-form__title {
    margin-bottom: 25px;
    font-family: PTS;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
  .contact-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contact-form form input {
      margin-bottom: 15px;
      padding: 0px 40px;
      width: 350px;
      height: 60px;
      background-color: white;
      border: 1px solid #00B7F4;
      border-radius: 30px; }
      @media screen and (max-width: 991px) {
        .contact-form form input {
          width: auto; } }
      .contact-form form input, .contact-form form input::-webkit-input-placeholder {
        font-family: PTS;
        font-size: 18px;
        font-weight: bold;
        color: #00B7F4; }
      .contact-form form input, .contact-form form input:-ms-input-placeholder {
        font-family: PTS;
        font-size: 18px;
        font-weight: bold;
        color: #00B7F4; }
      .contact-form form input, .contact-form form input::-ms-input-placeholder {
        font-family: PTS;
        font-size: 18px;
        font-weight: bold;
        color: #00B7F4; }
      .contact-form form input, .contact-form form input::placeholder {
        font-family: PTS;
        font-size: 18px;
        font-weight: bold;
        color: #00B7F4; }
    .contact-form form button {
      margin-top: 5px;
      border-color: transparent;
      height: 60px; }
      .contact-form form button:active {
        top: 1px; }
      .contact-form form button:before {
        left: -5px;
        right: -5px; }

.footer {
  background-color: #3B393F; }
  .footer__inner {
    padding-top: 30px;
    height: 150px; }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer__copy {
    font-size: 14px;
    color: #767579; }
