@charset "UTF-8";
/*! 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.
 */
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,
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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

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

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

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

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

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

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

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

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

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

@font-face {
  font-family: 'LatoRegular';
  src: url("../fonts/LatoRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: 'akzidenzgroteskpro-cn';
  src: url("../fonts/akzidenzgroteskpro-cn.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

@font-face {
  font-family: 'akzidenzgroteskpro-xbdcn';
  src: url("../fonts/akzidenzgroteskpro-xbdcn.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

html, body {
  min-height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 320px;
  font-family: LatoRegular, sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  text-decoration-skip-ink: none;
}

input,
button,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  outline: none !important;
}

input:hover, input:active, input:focus, input:visited,
button:hover,
button:active,
button:focus,
button:visited,
textarea:hover,
textarea:active,
textarea:focus,
textarea:visited {
  outline: none !important;
}

a,
button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active, a:focus, a:visited {
  text-decoration: none;
}

* {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

input {
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  background-color: transparent;
}

.container-fluid {
  max-width: 1170px;
}

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 390px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
  display: block;
  color: #b3b3b1;
  text-decoration: none;
}

.pushy a:hover {
  color: #FFF;
}

.pushy ul:first-child {
  margin-top: 10px;
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-390px, 0, 0);
  transform: translate3d(-390px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(390px, 0, 0);
  transform: translate3d(390px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(390px, 0, 0);
  transform: translate3d(390px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-390px, 0, 0);
  transform: translate3d(-390px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

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

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

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}

.pushy-submenu ul {
  padding-left: 15px;
  -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu ul .pushy-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}

.pushy-submenu button:hover {
  color: #FFF;
}

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../images/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* Slider */
/* Icons */
@font-face {}/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent;
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform,opacity;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading .4s;
          animation: tooltipster-fading .4s;
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating .6s;
          animation: tooltipster-rotating .6s;
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling .6s;
          animation: tooltipster-scaling .6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.banner-wrap {
  margin-bottom: 50px;
  padding: 60px 0 85px;
  background-image: url("../images/general/banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.banner {
  width: 505px;
  min-width: 505px;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  font-size: 28px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.banner .site-btn,
.banner .btn-box {
  width: 100%;
}

.banner .btn-box {
  padding-right: 0;
}

.banner .banner-offer .sale {
  overflow: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 1.2s 0.5s;
  transition: 1.2s 0.5s;
}

.banner.on .banner-offer .sale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.banner p {
  font-size: 38px;
  line-height: 35px;
  color: #777;
}

.banner p strong {
  font-family: LatoBold, sans-serif;
}

.banner p span {
  display: inline-block;
  font-size: 28px;
}

.banner-title {
  text-transform: uppercase;
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  font-size: 68px;
  line-height: 77px;
}

.banner-title span {
  color: #0a82c1;
}

.banner-offer {
  position: relative;
  display: inline-block;
  margin-top: 32px;
  font-size: 48px;
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  color: #0a82c1;
}

.banner-offer .sale {
  position: absolute;
  top: -25px;
  right: -45px;
  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;
  width: 60px;
  height: 60px;
  border-radius: 10em;
  font-size: 20px;
  color: #fff;
  background-color: #ffc015;
}

.banner-thumb {
  -webkit-transform: translate(-50px, 135px);
          transform: translate(-50px, 135px);
}

.banner-thumb img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .banner-wrap {
    padding: 60px 0 0;
  }
  .banner-content {
    -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;
    margin-bottom: -100px;
  }
  .banner-thumb {
    -webkit-transform: translate(0px, -35px);
            transform: translate(0px, -35px);
  }
}

@media (max-width: 767.98px) {
  .banner-wrap .container-fluid {
    padding: 0;
  }
  .banner {
    width: auto;
    max-width: 505px;
    min-width: auto;
    padding: 50px 30px;
  }
  .banner-thumb {
    padding: 0 10px;
  }
}

@media (max-width: 479.98px) {
  .banner-title {
    font-size: 48px;
    line-height: 55px;
  }
  .banner {
    padding: 35px 20px;
  }
  .banner p {
    font-size: 25px;
    line-height: 29px;
  }
  .banner-offer .sale {
    right: -30px;
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

.certificates-wrap {
  overflow: hidden;
  padding: 45px 0 70px;
  background-image: url("../images/general/just-waves.png");
}

.certificates-wrap .site-title {
  color: #0a82c1;
}

.certificates-wrap .site-title:before {
  z-index: 0;
}

.certificates-wrap .site-title span {
  color: #333333;
}

.certificates-wrap .btn-box {
  height: 48px;
}

.certificates-slider {
  margin-top: 30px;
  visibility: hidden;
  height: 0;
}

.certificates-slider.slick-initialized {
  visibility: visible;
  height: auto;
}

.certificate-content {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

.certificate-content img {
  max-width: 100%;
}

.certificate-content:hover .certificate-info {
  opacity: 1;
}

.certificate-content:hover .certificate-info .btn-wrap,
.certificate-content:hover .certificate-info .certificate-txt {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.certificate-item-wrap {
  text-align: center;
}

.certificate-info {
  overflow: hidden;
  position: absolute;
  left: 10%;
  top: 7%;
  right: 10%;
  bottom: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.certificate-info .certificate-txt {
  color: #fff;
  -webkit-transform: translateY(-500%);
          transform: translateY(-500%);
  -webkit-transition: -webkit-transform 0.4s 0.1s;
  transition: -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
}

.certificate-info .btn-wrap {
  width: 100%;
  margin-top: 20px;
  -webkit-transform: translateY(-500%);
          transform: translateY(-500%);
  -webkit-transition: -webkit-transform 0.4s 0.1s;
  transition: -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
}

.certificate-info .btn-box {
  width: 100%;
}

.certificate-info .btn-box .site-btn {
  height: 48px;
  width: 100%;
  font-size: 16px;
}

.certificate-info .btn-box .site-btn:hover .arrow {
  -webkit-transform: translate(0, 5px) rotate(90deg);
          transform: translate(0, 5px) rotate(90deg);
}

.certificate-info .arrow {
  width: 13px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.certificate-info .arrow:before {
  height: 1.5px;
}

.certificate-info .arrow:after {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.pdf-icon {
  display: inline-block;
  margin-right: 5px;
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -1048px;
  width: 16px;
  height: 20px;
  background-repeat: no-repeat;
}

@media (max-width: 1199.98px) {
  .certificates-wrap .container-fluid {
    padding: 0;
  }
}

@media (max-width: 479.98px) {
  .certificate-content .btn-box {
    height: 48px;
  }
}

.contacts-wrap {
  overflow: hidden;
  padding: 100px 0 60px;
  /*background-image: url("../images/general/contacts-bg.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  position: relative;
}

.contacts-wrap img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
}

@media (max-width: 800px) {
  .contacts-wrap img {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: -60px;
  }

  .subscribe-c-title {
    padding: 0 15px;
    text-align: center;
  }
}

.contacts-wrap .site-title {
  margin-bottom: 95px;
  padding: 0 15px;
  font-family: akzidenzgroteskpro-cn, sans-serif;
}

.contacts-wrap .site-title:before {
  z-index: 0;
}

.contacts-wrap .site-title strong {
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  color: #0a82c1;
}

.contacts-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 460px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 25px rgba(0,0,0,0.25);
}

.contacts-content .phone-link {
  margin: 0px 0 15px;
  font-size: 40px;
  color: #333333;
}

.contacts-content .phone-link:hover {
  color: #ffc015;
}

.contacts-content .phone-link:hover span {
  color: #ffc015;
}

.contacts-content .email-wrap {
  font-size: 24px;
}

.contacts-content .soc-list {
  margin: 35px 0;
}

.contacts-content .site-btn {
  width: 100%;
  height: 80px;
  border-radius: 0;
  background-image: none;
  background-color: #0a82c1;
}

.contacts-content .site-btn:hover {
  background-color: #ffc015;
}

.contacts-title {
  padding: 35px 25px;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  font-family: LatoBold, sans-serif;
}

.contacts-title span {
  display: inline-block;
  color: #0a82c1;
}

.subscribe-c-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}

.subscribe-form {
  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;
  max-width: 380px;
  width: 380px;
  height: 55px;
  margin: 20px 0 40px;
  padding: 5px 6px 5px 26px;
  border-radius: 10em;
  background-color: #f1f2fa;
}

.subscribe-form .txt-i {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.subscribe-form .input-w {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

.subscribe-f-btn {
  position: relative;
  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;
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 10em;
  border: none;
  background-color: #0a82c1;
}

.subscribe-f-btn .arrow {
  display: inline-block;
  width: 14px;
}

.subscribe-f-btn .arrow:before {
  height: 1.5px;
}

.subscribe-f-btn .arrow:after {
  width: 9px;
  height: 9px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.subscribe-f-btn:hover {
  background-color: #ffc015;
}

.subscribe-f-btn:hover .arrow {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

@media (max-width: 767.98px) {
  .contacts-content {
    margin: 0 auto;
  }
}

@media (max-width: 479.98px) {
  .contacts-wrap {
    padding: 60px 0 60px;
  }
  .contacts-wrap .site-title {
    margin-bottom: 80px;
  }
  .contacts-title {
    padding: 25px 10px;
    font-size: 22px;
    line-height: 26px;
  }
  .contacts-content .phone-link {
    margin: 35px 0 15px;
    font-size: 32px;
  }
  .contacts-content .email-wrap {
    font-size: 20px;
  }
  .contacts-content .soc-list {
    margin: 25px 0;
  }
  .contacts-content .site-btn {
    height: 70px;
  }
  .subscribe-form {
    max-width: 300px;
    width: 300px;
    margin: 20px 0 30px;
  }
}

@media (max-width: 359.98px) {
  .contacts-wrap .site-title {
    margin-bottom: 50px;
  }
  .contacts-content .phone-link {
    margin: 30px 0 15px;
    font-size: 28px;
  }
  .contacts-content .email-wrap {
    font-size: 18px;
  }
  .subscribe-c-title {
    font-size: 16px;
  }
  .subscribe-form {
    max-width: 270px;
    width: 270px;
    margin: 20px 0 25px;
    padding: 5px 6px 5px 10px;
  }
}

.page__footer {
  box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 5;
}

.footer_wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

.footer_wrapper .logo:hover > span {
  color: #333333;
}

.footer_wrapper .logo > span {
  color: #333333;
}

.footer_wrapper .logo-descr {
  color: #777777;
  border-color: rgba(45, 45, 45, 0.2);
}

.privacy_policy_wrapper {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #afafaf;
}

.privacy_policy_wrapper span {
  display: inline-block;
}

.privacy_policy_link {
  display: block;
  text-decoration: underline;
  color: #0a82c1;
}

.privacy_policy_link:hover {
  text-decoration: none;
  color: #0a82c1;
}

.privacy_policy_link:focus {
  color: inherit;
}

.web_studio {
  text-align: right;
}

.web_studio a {
  opacity: 0.8;
}

.web_studio a:hover {
  opacity: 1;
}

.web_studio a img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .web_studio {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .footer_wrapper {
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_wrapper > div {
    width: auto;
  }
  .footer_wrapper .privacy_policy_wrapper {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }
  .footer_wrapper .privacy_policy_link {
    display: block;
  }
  .footer_wrapper .logo {
    font-size: 78px;
  }
  .footer_wrapper .logo-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_wrapper .logo-descr {
    position: relative;
    max-width: none;
    margin: 15px 0 0 0;
    padding: 25px 0 0 0;
    border: none;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }
  .footer_wrapper .logo-descr:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background-color: rgba(45, 45, 45, 0.2);
  }
}

@media (max-width: 479.98px) {
  .footer_wrapper .logo {
    font-size: 60px;
  }
  .footer_wrapper .logo-descr {
    font-size: 18px;
    line-height: 22px;
  }
  .footer_wrapper .privacy_policy_wrapper {
    line-height: 20px;
  }
}

.main-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 1197px;
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: 50% 0, 50% 100%;
  background-image: url("../images/general/dots-bg.png"), url("../images/general/header-bg.jpg");
}

.header-content-wrap {
  position: relative;
  z-index: 2;
}

.header-content {
  position: relative;
}

.header-content .btn-wrap {
  margin: 30px 0;
}

.header-content {
  margin-top: 75px;
  text-align: center;
}

.main-title {
  display: block;
  margin-bottom: 15px;
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
}

.main-title > strong {
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  color: #ffc015;
}

.main-title > span {
  display: inline-block;
  font-family: akzidenzgroteskpro-cn, sans-serif;
}

.header-descr {
  display: block;
  max-width: 650px;
  margin: 0 auto 65px;
  font-family: LatoLight, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
}

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

.tooltip-content-w {
  display: none;
}

.tooltip-block {
  min-height: 80px;
  padding: 10px 0 10px;
  text-align: center;
}

.tooltip-block p {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #888;
}

.bl-c {
  color: #007fc0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.tooltip-title {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: LatoBold, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #333;
}

.tooltips-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.tooltip {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.tooltip:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -940px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.tooltip:hover:before {
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -872px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.tooltip.on:before {
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -906px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.tooltip.tt-1 {
  bottom: 54%;
  left: 50%;
  -webkit-transform: translateX(-540px);
          transform: translateX(-540px);
}

.tooltip.tt-2 {
  bottom: 54%;
  left: 50%;
  -webkit-transform: translateX(265px);
          transform: translateX(265px);
}

.tooltip.tt-3 {
  bottom: 43%;
  left: 50%;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.tooltip.tt-4 {
  bottom: 45%;
  left: 50%;
  -webkit-transform: translateX(330px);
          transform: translateX(330px);
}

.tooltip.tt-5 {
  bottom: 38%;
  left: 50%;
  -webkit-transform: translateX(-350px);
          transform: translateX(-350px);
}

.tooltip.tt-6 {
  bottom: 28%;
  left: 50%;
  -webkit-transform: translateX(138px);
          transform: translateX(138px);
}

.tooltip.tt-7 {
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
}

.tooltip.tt-8 {
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(390px);
          transform: translateX(390px);
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}

.header-label-w {
  position: absolute;
  bottom: 33%;
  left: 50%;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  display: inline-block;
}

.header-label-w img {
  max-width: 100%;
}

.header-label-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-family: LatoBold, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.h-label-title {
  display: block;
  font-size: 48px;
  line-height: 52px;
  color: #4bc8ff;
}

.scroll-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: auto auto 140px;
}

.scroll-btn:hover .scroll-icon {
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -564px;
  width: 32px;
  height: 52px;
  background-repeat: no-repeat;
}

.scroll-icon {
  display: inline-block;
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -620px;
  width: 32px;
  height: 52px;
  background-repeat: no-repeat;
}

@media (max-width: 1299.98px) {
  .header-label-w {
    bottom: 36%;
    width: 200px;
    -webkit-transform: translateX(203%);
            transform: translateX(203%);
  }
  .h-label-title {
    font-size: 40px;
    line-height: 40px;
  }
  .header-label-content {
    font-size: 17px;
    line-height: 24px;
  }
}

@media (max-width: 1199.98px) {
  .header-label-w {
    display: none;
  }
  .header-line .soc-list {
    display: none;
  }
  .header-line .menu-btn {
    display: block;
  }
  .header-top.fix-nav .header-line {
    margin: 10px 0;
  }
  .tooltip.tt-1 {
    display: none;
  }
  .main-title {
    font-size: 56px;
    line-height: 68px;
  }
}

@media (max-width: 991.98px) {
  .header-line .site-btn {
    display: none;
  }
  .main-title {
    font-size: 50px;
    line-height: 62px;
  }
  .tooltip.tt-8 {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .header-line .header-contacts {
    display: none;
  }
  .header-line .logo {
    font-size: 32px;
  }
  .header-line .logo-descr {
    font-size: 12px;
    line-height: 14px;
  }
  .main-title {
    font-size: 48px;
    line-height: 56px;
  }
  .main-header {
    min-height: 1197px;
    background-repeat: no-repeat;
    background-size: 100%, cover;
    background-position: 50% 7%, 50% 100%;
  }
  .main-header .tooltips-wrap {
    display: none;
  }
  .main-header .scroll-btn {
    display: none;
  }
  .main-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 1077px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    background-image: url("../images/general/header-mob-bg.jpg");
  }
}

@media (max-width: 479.98px) {
  .header-line .logo-descr {
    display: none;
  }
  .btn-box {
    width: 100%;
    height: 60px;
  }
  .btn-box .site-btn {
    width: 100%;
    padding: 5px 20px;
    font-size: 19px;
  }
}

@media (max-width: 429.98px) {
  .main-title {
    font-size: 33px;
    line-height: 40px;
  }
  .header-content {
    margin-top: 60px;
  }
  .header-descr {
    margin: 0 auto 55px;
    font-size: 18px;
    line-height: 24px;
  }
  .main-header {
    min-height: 860px;
  }
}

.header-top {
  position: relative;
  z-index: 10;
}

.header-top.fix-nav {
  position: fixed;
  z-index: 99999991 !important;
  left: 0;
  top: 0;
  right: 0;
  z-index: 40;
  background-color: #fff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-animation: scrollnav .4s linear normal;
          animation: scrollnav .4s linear normal;
}

.header-top.fix-nav .logo-descr {
  color: #333333;
  border-color: rgba(0, 0, 0, 0.1);
}

.header-top.fix-nav .phone-link {
  color: #333333;
}

.header-top.fix-nav .phone-link:hover {
  color: #ffc015;
}

.header-top.fix-nav .logo > span,
.header-top.fix-nav .site-btn,
.header-top.fix-nav .header-contacts {
  color: #333333;
}

.header-top.fix-nav .soc-list {
  border-color: rgba(0, 0, 0, 0.1);
}

.header-top.fix-nav .header-line {
  margin: 20px 0;
}

.header-top.fix-nav .menu-btn:before {
  background-color: #333333;
  box-shadow: 0px 10px 0px 0px #333333, 0px -10px 0px 0px #333333;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.header-top.fix-nav .menu-btn:hover:before {
  background-color: #ffc015;
  box-shadow: 0px 10px 0px 0px #ffc015, 0px -10px 0px 0px #ffc015;
}

.pushy {
  z-index: 99999993;
}

.pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
  z-index: 99999992;
}

.btn-box {
  overflow: hidden;
  display: inline-block;
  height: 58px;
  padding-right: 0.3px;
  border-radius: 10em;
  -webkit-transition: box-shadow 0.2s ease 0.1s;
  transition: box-shadow 0.2s ease 0.1s;
}

.btn-box:hover {
  box-shadow: 0 0 10px #ffc015;
}

.btn-box .site-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10em;
  background-color: #ffc015;
  -webkit-transform: translateX(calc(-100% - 5px));
          transform: translateX(calc(-100% - 5px));
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.btn-box .site-btn:hover .arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.btn-box .site-btn:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btn-box .site-btn:hover .btn-content:before {
  width: calc(100% + 10px);
}

.btn-box .site-btn .btn-content:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -5px;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 10em;
  background-color: #fff;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}

.btn-content {
  margin-right: 12px;
}

.arrow {
  position: relative;
  width: 19px;
  height: 13px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.arrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.arrow:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.site-btn {
  overflow: hidden;
  position: relative;
  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;
  height: 60px;
  padding: 5px 65px;
  border-radius: 10em;
  border: none;
  text-align: center;
  font-family: LatoBold, sans-serif;
  font-size: 20px;
  color: #fff;
  background-image: -webkit-linear-gradient(bottom, #007fc0 0%, #4bc8ff 100%);
  background-image: linear-gradient(0deg, #007fc0 0%, #4bc8ff 100%);
}

.site-btn span {
  position: relative;
  z-index: 1;
  line-height: 22px;
  display: inline-block;
}

.site-btn.no-bg {
  border: 2px solid #ffc015;
  background: transparent;
}

.header-line .site-btn b {
  font-family: LatoRegular, sans-serif;
  font-weight: 400;
}

.header-line .site-btn.no-bg {
  height: 42px;
  margin-right: 0;
  font-size: 14px;
}

@-webkit-keyframes scrollnav {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

@keyframes scrollnav {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}

.vk-icon {
  display: inline-block;
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -676px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}

.viber-icon {
  display: inline-block;
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -716px;
  background-image: url("../images/svg-sprite/insta.svg");
  background-position: 50% 50%;
  background-size: contain;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}

.whapp-icon {
  display: inline-block;
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -756px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
}

.header-line {
  position: relative;
  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;
  margin: 40px 0 10px;
}

.header-line .site-btn {
  margin: 0 auto;
  padding: 5px 38px 5px 45px;
  font-size: 14px;
}

.header-line .site-btn span {
  padding-right: 0;
}

.header-line .site-btn:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -1116px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.header-line .site-btn:hover {
  color: #fff;
  background-color: #ffc015;
  box-shadow: 0 0 10px #ffc015;
}

.header-line .site-btn:hover:before {
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -1134px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  font-size: 36px;
  letter-spacing: 0.01em;
  color: #4bc8ff;
}

.logo > span {
  color: #fff;
}

.logo:hover {
  color: #4bc8ff;
}

.logo:hover > span {
  color: #fff;
}

.logo-descr {
  position: relative;
  display: block;
  max-width: 225px;
  margin-left: 15px;
  margin-top: 4px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  font-family: LatoLight, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #fff;
}

.header-contacts {
  font-size: 12px;
  line-height: 16px;
  margin-left: auto;
  color: #fff;
}

.email-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.email-wrap span {
  margin-right: 5px;
}

.email-wrap a {
  text-decoration: underline;
  color: #4bc8ff;
}

.email-wrap a:hover {
  text-decoration: underline;
  color: #ffc015;
}

.phone-link {
  display: block;
  margin-top: 2px;
  font-family: LatoBold, sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}

.phone-link:hover {
  color: #ffc015;
}

.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.soc-list li {
  padding-left: 15px;
}

.soc-list a {
  display: block;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
}

.soc-list a.vk-link:hover {
  box-shadow: 0 0 10px #44678d;
}

.soc-list a.viber-link:hover {
  box-shadow: 0 0 10px #7d3daf;
}

.soc-list a.whapp-link:hover {
  box-shadow: 0 0 10px #1bd741;
}

.menu-btn {
  position: relative;
  display: none;
  margin: 0 10px 0 30px;
  padding: 0;
  width: 25px;
  height: 26px;
  border: none;
  background-color: transparent;
}

.menu-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35px;
  height: 4px;
  background-color: #fff;
  box-shadow: 0px 10px 0px 0px #fff, 0px -10px 0px 0px #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.menu-btn:hover:before {
  background-color: #ffc015;
  box-shadow: 0px 10px 0px 0px #ffc015, 0px -10px 0px 0px #ffc015;
}

.mob-menu-w .menu-btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
}

.mob-menu-w .menu-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 28px;
  height: 4px;
  background-color: #7f7f7f !important;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  box-shadow: none !important;
}

.mob-menu-w .menu-btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 28px;
  height: 4px;
  background-color: #7f7f7f;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.mob-menu-w .menu-btn:hover:before, .mob-menu-w .menu-btn:hover:after {
  background-color: #ffc015 !important;
  box-shadow: none;
}

.pushy {
  padding: 15px;
}

.mob-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 5px;
}

.mob-menu {
  padding: 0;
  list-style: none;
}

.mob-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.mob-menu a {
  display: block;
  padding: 7px 20px;
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  font-size: 32px;
  letter-spacing: 0.01em;
  color: #333333;
}

.mob-menu a:hover {
  color: #007fc0;
}

.cl-y {
  color: #ffc015;
}

.mob-menu-content {
  margin: 33px 0 0;
  padding: 0 20px;
}

.mob-menu-content .email-wrap {
  font-size: 22px;
  color: #333333;
}

.mob-menu-content .phone-link {
  margin-bottom: 23px;
  font-size: 34px;
  color: #333333;
}

.mob-menu-content .phone-link:hover {
  color: #ffc015;
}

.mob-menu-content .phone-link:hover .bl-c {
  color: #ffc015;
}

.mob-menu-content .header-contacts {
  margin-bottom: 30px;
}

.mob-menu-content .site-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
  padding: 8px 30px;
  font-size: 24px;
  color: #fff;
}

.mob-menu-content .site-btn.no-bg {
  color: #333333;
}

.mob-menu-content .site-btn.no-bg span {
  padding-left: 20px;
}

.mob-menu-content .site-btn.no-bg b {
  font-family: LatoRegular, sans-serif;
  font-weight: 400;
}

.mob-menu-content .site-btn.no-bg:before {
  content: '';
  position: absolute;
  left: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -999px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
}

.mob-menu-content .site-btn.no-bg:hover {
  color: #fff;
  background-color: #ffc015;
  box-shadow: 0 0 10px #ffc015;
}

.mob-menu-content .site-btn.no-bg:hover:before {
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -974px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
}

.mob-menu-content .btn-box {
  display: block;
  height: 70px;
  margin-bottom: 20px;
}

.mob-menu-content .btn-box .site-btn {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .header-line {
    margin: 20px 0 10px;
  }
}

@media (max-width: 767.98px) {
  .mob-menu-content {
    padding: 0;
  }
  .mob-menu-content .header-contacts {
    text-align: center;
  }
  .mob-menu-content .email-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 479.98px) {
  .header-top.fix-nav .header-line {
    margin: 10px 0;
  }
  .pushy {
    width: 100%;
  }
  .pushy-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .pushy-open-left #container,
  .pushy-open-left .push {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .pushy-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .pushy-open-right #container,
  .pushy-open-right .push {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@media (max-width: 479.98px) {
  .mob-menu {
    margin: 0;
  }
  .mob-menu a {
    font-size: 25px;
  }
  .mob-menu-content .phone-link {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .mob-menu-content .email-wrap {
    font-size: 19px;
  }
  .mob-menu-content .btn-box {
    height: 60px;
  }
  .mob-menu-content .site-btn {
    height: 60px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.need-wrap {
  overflow: hidden;
  padding: 55px 0 50px;
}

.need-wrap .site-title {
  padding: 0 170px;
  font-family: akzidenzgroteskpro-cn, sans-serif;
}

.need-wrap .site-title strong {
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  color: #0a82c1;
}

.neet-list {
  margin: 0 70px 0 20px;
  padding: 0;
  list-style: none;
  counter-reset: list 0;
}

.border-wrap {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 2px solid #0a82c1;
  border-right: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.border-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 10px;
  border-top: 2px solid #0a82c1;
  border-right: 2px solid #0a82c1;
  -webkit-transform: translate(calc(50% - 8px), -50%) rotate(45deg);
          transform: translate(calc(50% - 8px), -50%) rotate(45deg);
}

.neet-item {
  position: relative;
  padding: 7px 20px 7px 25px;
  border-radius: 10px;
  cursor: pointer;
}

.neet-item:hover:after {
  opacity: 1;
}

.neet-item:hover .border-wrap {
  opacity: 1;
}

.neet-item.on:after {
  opacity: 1;
}

.neet-item.on .border-wrap {
  opacity: 1;
}

.neet-item:after {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  background-color: #ffc015;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.neet-item p {
  margin: 5px 0;
  line-height: 24px;
}

.neet-item p strong {
  font-weight: normal;
  color: #0a82c1;
}

.neet-thumbs {
  position: relative;
  display: inline-block;
}

.neet-thumbs img {
  max-width: 100%;
}

.neet-thumb {
  position: absolute;
  left: 10.8%;
  top: 8.2%;
  right: 10.9%;
  bottom: 15.1%;
  display: none;
  border-radius: 2px;
  background-color: #3c3c3c;
  background-repeat: no-repeat;
  background-size: cover;
}

.vase-wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
}

.need-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.neet-title {
  display: block;
  margin: 0 90px 20px 40px;
  font-size: 24px;
  line-height: 32px;
}

.neet-title strong {
  font-family: LatoBold, sans-serif;
  color: #0a82c1;
}

.neet-title.mob-title {
  display: none;
}

.neet-box {
  max-width: 573px;
}

.subscribe-wrap {
  margin-top: 30px;
}

.subscribe-wrap .btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.subscribe-title {
  display: block;
  max-width: 492px;
  margin: 0 auto;
  text-align: center;
  font-family: LatoBold, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.subscribe-title span {
  display: inline-block;
  color: #4da2d0;
}

.neet-pagin {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
  padding: 0;
  list-style: none;
  counter-reset: list 0;
}

.neet-pagin li {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 15px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #c6c6c6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.neet-pagin li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.neet-pagin li.on {
  background-color: #ffc015;
}

@media (max-width: 1199.98px) {
  .neet-list {
    margin: 0 20px;
    border: 2px solid #0a82c1;
    border-radius: 10px;
  }
  .border-wrap {
    display: none;
  }
  .neet-item {
    display: none;
  }
  .neet-item.on {
    display: block;
  }
  .neet-item:after {
    display: none;
  }
  .neet-pagin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .need-content {
    -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;
  }
  .need-wrap .container-fluid {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .need-wrap .site-title {
    padding: 0 15px;
  }
  .neet-title {
    margin: 0 0 40px;
    padding: 0 15px;
  }
  .neet-title.desct-title {
    display: none;
  }
  .neet-title.mob-title {
    display: block;
  }
  .need-content {
    margin-top: 40px;
  }
  .neet-list {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .subscribe-title {
    max-width: none;
    padding: 0 15px;
    font-size: 25px;
    line-height: 32px;
  }
  .subscribe-wrap .btn-wrap {
    margin: 20px 15px 0;
  }
}

@media (max-width: 479.98px) {
  .vase-wrap {
    width: 280px;
  }
  .neet-title {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 26px;
  }
  .neet-pagin {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .neet-pagin li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
  .neet-pagin li:before {
    font-size: 26px;
    line-height: 26px;
  }
  .subscribe-title {
    font-size: 21px;
    line-height: 28px;
  }
}

.order-wrap {
  padding: 60px 0 85px;
}

.order-wrap .btn-box {
  width: 100%;
  max-width: 444px;
}

.order-wrap .site-btn {
  width: 100%;
  padding: 5px 35px;
}

.order-list {
  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;
  min-height: 385px;
  margin: 80px 0 0;
  padding: 0;
  list-style: none;
}

.order-item {
  width: 49%;
  min-height: 385px;
  margin-bottom: 50px;
}

.order-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 100%;
  padding-right: 20px;
}

.order-box:before {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 35px;
  width: 80%;
  border: 1px solid #d6d7e0;
}

.order-box .btn-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}

.order-header {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 74%;
  margin: 0 0 0 auto;
  padding: 0 15px;
  font-family: LatoBold, sans-serif;
  font-size: 24px;
  background-color: #fff;
}

.price-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

.price-descr {
  position: absolute;
  right: 20px;
  top: 100%;
  font-size: 12px;
  color: #0a82c1;
}

.price-descr > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price {
  color: #0a82c1;
}

.leather-icon {
  display: inline-block;
  margin-right: 5px;
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -1024px;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
}

.order-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.order-thumbs {
  width: 55%;
  min-width: 55%;
}

.order-thumbs img {
  max-width: 100%;
}

.order-thumb {
  display: none;
  padding: 30px 0;
  background-color: #fff;
}

.services-list {
  width: 45%;
  min-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.services-option {
  margin-top: 35px;
  margin-bottom: auto;
}

.radio-w {
  margin-bottom: auto;
}

.radio {
  display: block;
  width: 100%;
  text-align: right;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}

.radio-txt {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10em;
  padding: 5px 15px 5px 5px;
  color: #777;
  cursor: pointer;
}

.title-popup {
  display: none;
}

.radio input:checked + .radio-txt {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  color: #333333;
  border: 2px solid #0a82c1;
}

.feedback-wrap {
  max-width: 945px;
  margin: 5px auto 0;
  padding: 40px 40px 20px;
  border: 1px dashed #dadbe4;
  border-radius: 10px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.feedback-wrap .site-btn {
  width: auto;
  margin-top: 20px;
  margin-bottom: 15px;
}

.feedback-title {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-family: LatoBold, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.feedback-title span {
  color: #0a82c1;
}

.feedback-title .phone-link {
  display: inline-block;
  color: #4da2d0;
}

.feedback-title .phone-link:hover {
  color: #ffc015;
}

.show-order {
  position: relative;
  z-index: -999;
  width: 0;
  height: 0;
  opacity: 0;
}

.input-w {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  margin-bottom: 20px;
  padding: 2px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10em;
  border: 1px solid #d8d9e2;
  background-color: #f1f2fa;
}

.input-w label.error {
  position: absolute;
  top: 100%;
  left: 15px;
  font-size: 12px;
  color: #f00;
}

.feedback-form {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.feedback-form input::-webkit-input-placeholder {
  color: #777;
}

.feedback-form input:-ms-input-placeholder {
  color: #777;
}

.feedback-form input::placeholder {
  color: #777;
}

.feedback-form .input-w {
  margin-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.feedback-form .btn-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 280px;
  width: 280px;
  height: 50px;
  margin-bottom: 20px;
}

.feedback-form .btn-box {
  width: 100%;
  height: 50px;
}

.feedback-form .btn-box:hover {
  box-shadow: 0 0 10px #0a82c1;
}

.feedback-form .site-btn {
  height: 50px;
  width: 100%;
  padding: 5px 20px;
  color: #333333;
}

.feedback-form .site-btn:before {
  display: none;
}

.feedback-form .site-btn:hover {
  color: #fff;
  background-color: #0a82c1;
}

.feedback-form .site-btn:hover .arrow:before {
  background-color: #fff;
}

.feedback-form .site-btn:hover .arrow:after {
  border-color: #fff;
}

.feedback-form .site-btn.no-bg {
  border-color: #0a82c1;
}

.feedback-form .arrow:before {
  background-color: #333333;
}

.feedback-form .arrow:after {
  border-color: #333333;
}

@media (max-width: 1199.98px) {
  .order-header {
    font-size: 22px;
  }
  .order-thumbs {
    width: 50%;
    min-width: 50%;
  }
  .services-list {
    width: 50%;
    min-width: 50%;
  }
  .radio-txt {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  .radio-txt {
    font-size: 16px;
  }
  .order-header {
    font-size: 22px;
    margin: 0 10px;
  }
  .order-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
  .order-thumbs {
    width: 100%;
    min-width: auto;
    max-height: 235px;
    margin-bottom: auto;
  }
  .order-thumb {
    text-align: center;
  }
  .services-list {
    width: 100%;
    min-width: auto;
    height: calc(100% - 235px);
  }
  .order-box {
    padding: 0;
  }
  .order-box:before {
    width: 100%;
  }
  .order-header {
    max-width: 100%;
    margin: 0 20px;
  }
  .radio {
    text-align: center;
  }
  .feedback-form {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .feedback-form .input-w {
    margin: 0 7px 15px;
  }
  .order-wrap {
    padding: 60px 0 65px;
  }
}

@media (max-width: 767.98px) {
  .order-wrap .container-fluid {
    padding: 0;
  }
  .order-list {
    padding: 0 15px;
  }
  .order-item {
    width: 100%;
    min-height: auto;
    margin-bottom: 45px;
  }
  .order-box .btn-wrap {
    margin-top: -10px;
    text-align: center;
  }
  .order-thumbs {
    margin-top: 20px;
  }
  .services-list {
    height: calc(100% - 255px);
  }
  .order-box:before {
    display: none;
  }
  .feedback-wrap {
    margin: 0 auto;
    padding: 30px 15px 15px;
  }
  .feedback-form .btn-box {
    max-width: none;
  }
  .feedback-form .btn-wrap {
    max-width: none;
    width: 100%;
    margin: 0 7px 20px;
  }
}

@media (max-width: 479.98px) {
  .order-content {
    padding: 0;
  }
  .order-header {
    margin: 0;
    font-size: 19px;
  }
  .feedback-title {
    font-size: 20px;
    line-height: 25px;
  }
  .feedback-form {
    margin-top: 30px;
  }
}

.popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 99999995;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100vh;
}

.popup_item {
  position: relative;
  color: #000;
  width: 400px;
  margin: 10px 15px;
  max-width: 400px;
  background-color: white;
  box-shadow: 0px 5px 40px 0px rgba(6, 6, 6, 0.63);
  z-index: 70;
  display: none;
}

.popup_item.popup-politic {
  display: none;
  width: 900px;
  max-width: 900px;
  padding: 25px 20px 10px;
  color: #6b6b6b;
}

.popup_item.popup-politic ul {
  font-size: 15px;
  line-height: 19px;
  padding-left: 20px;
}

.popup_item.popup-politic .main_popup_title {
  font-family: LatoRegular, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  padding-right: 55px;
  margin-bottom: 15px;
}

.popup_item.popup-politic .title_popup {
  font-size: 18px;
  line-height: 18px;
  font-family: LatoRegular, sans-serif;
  display: block;
}

.popup-title {
  position: relative;
  display: block;
  text-align: center;
  font-family: LatoRegular, sans-serif;
  margin-top: 70px;
  font-size: 32px;
  line-height: 40px;
  color: #2f3034;
}

.site_politic {
  color: #AE8D77;
}

.popup_content {
  position: relative;
  padding: 20px;
  z-index: 55;
}

.popup_close_btn {
  position: absolute;
  z-index: 60;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0 0 0 10px;
  outline: none;
  background-color: #fff;
}

.popup_close_btn:before, .popup_close_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  background-color: #717171;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.popup_close_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup_close_btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup_close_btn:hover {
  background-color: #f0f0f0;
}

.popup_active {
  overflow: hidden;
  height: auto;
}

.success {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999997;
}

.success-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100vh;
}

.success-content {
  overflow-y: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 780px;
  max-width: 780px;
  min-height: 500px;
  padding: 80px 60px;
  border-radius: 10px;
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.7);
  background-color: #fff;
}

.success-content p {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.success-title {
  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;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  font-size: 60px;
}

.success-icon {
  display: inline-block;
  margin: 0 20px 0 0;
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -258px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}

.form-popup-w {
  overflow: hidden;
  width: 780px;
  max-width: 780px;
  border-radius: 10px;
  box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.7);
}

.form-popup-w .popup_content {
  padding: 0;
}

.form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 540px;
}

.form-header {
  position: relative;
  width: 50%;
  padding: 50px 30px;
  font-family: LatoBold, sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  background-image: url("../images/general/form-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.form-header:before {
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background-image: -webkit-linear-gradient(left, #4ac6fd 0%, #004e75 100%);
  background-image: linear-gradient(90deg, #4ac6fd 0%, #004e75 100%);
}

#js_subscribe .form-header {
  background-image: url("../images/general/form-bg-2.jpg");
}

#js_callback .form-header {
  background-image: url("../images/general/form-bg-3.jpg");
}

#js_review .form-header {
  background-image: url("../images/general/form-bg-4.jpg");
}

#js_sale .form-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-image: url("../images/general/form-bg-5.jpg");
}

#js_sale .form-title {
  text-align: center;
}

#js_sale .banner-offer {
  margin-top: 40px;
  color: #fff;
}

.form-title {
  position: relative;
  z-index: 2;
  display: block;
}

.form-subtitle {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 25px;
  font-family: LatoRegular, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.form-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  padding: 50px 40px;
  background-color: #fff;
}

.form-content .btn-box {
  width: 100%;
  height: 50px;
}

.form-content .site-btn {
  padding: 5px 25px;
  width: 100%;
  height: 50px;
}

.input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-box .input-w {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.input-box textarea {
  border: none;
}

.input-box .txt-i {
  width: 100%;
  padding: 0 10px 13px;
  border-bottom: 1px solid #d5d5db;
  font-size: 16px;
}

.input-box .txt-i::-webkit-input-placeholder {
  color: #454553;
}

.input-box .txt-i:-ms-input-placeholder {
  color: #454553;
}

.input-box .txt-i::placeholder {
  color: #454553;
}

.input-box .txt-i:focus {
  border-color: #0a82c1;
}

.input-box .txt-a {
  min-height: 95px;
  width: 100%;
  padding: 0 10px 13px;
  resize: none;
  border-bottom: 1px solid #d5d5db;
  font-size: 16px;
}

.input-box .txt-a::-webkit-input-placeholder {
  color: #777777;
}

.input-box .txt-a:-ms-input-placeholder {
  color: #777777;
}

.input-box .txt-a::placeholder {
  color: #777777;
}

.input-box .txt-a:focus {
  border-color: #0a82c1;
}

.input-box .input-label {
  display: block;
  width: 80px;
  min-width: 80px;
  margin-top: 5px;
  font-family: LatoBold, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #777;
}

.btn-descr {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.025em;
  color: #777;
}

.form-price {
  position: relative;
  z-index: 1;
  margin: 20px 0 50px;
  font-size: 36px;
}

.form-thumb {
  position: relative;
  z-index: 1;
}

.form-thumb img {
  max-width: 100%;
}

.form-order .form-header {
  text-align: center;
  background-image: none;
  background-color: #0a82c1;
}

.form-order .form-header:before {
  display: none;
}

@media (max-width: 991.98px) {
  .popup_item.popup-politic:before {
    display: none;
  }
  .form-header {
    width: 45%;
  }
  .form-content {
    width: 55%;
  }
}

@media (max-width: 767.98px) {
  .form-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-header {
    width: 100%;
  }
  .form-content {
    width: 100%;
  }
  .success-content {
    padding: 60px 20px;
  }
}

@media (max-width: 575.98px) {
  .popup_content {
    padding-top: 40px;
  }
  .popup_item.popup-politic {
    padding: 0;
  }
}

@media (max-width: 479.98px) {
  .popup_item:before {
    display: none;
  }
  .popup-title {
    margin-top: 50px;
    font-size: 25px;
    line-height: 30px;
  }
  .popup-form {
    margin: 20px 0 0;
    padding: 0;
  }
  .success {
    font-size: 26px;
    line-height: 30px;
  }
  .popup_item.popup-politic .main_popup_title {
    font-size: 17px;
  }
  .form-content {
    padding: 50px 20px;
  }
  .form-popup-w {
    margin: 0;
    border-radius: 0;
  }
  .form-header {
    padding: 50px 20px;
  }
  .success-content p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 359.98px) {
  .form-content {
    padding: 50px 15px;
  }
  .form-header {
    padding: 50px 15px;
  }
  .input-box .input-label {
    width: 75px;
    min-width: 75px;
  }
  .success-title .success-icon {
    display: none;
  }
}

.process-wrap {
  position: relative;
  min-height: 1080px;
  padding: 62px 0;
  text-align: center;
  background-image: url("../images/general/living-room.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.process-wrap .site-title {
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  padding: 18px 65px;
  text-align: center;
  color: #fff;
}

.process-wrap .site-title i {
  display: inline-block;
  font-style: normal;
}

.process-wrap .site-title:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(34, 35, 46, 0.8);
}

.process-wrap .site-title span {
  display: inline-block;
  color: #4bc8ff;
}

.process-wrap .btn-box {
  height: 70px;
}

.process-wrap .btn-wrap {
  margin-top: 105px;
}

.process-wrap .site-btn {
  height: 70px;
  padding: 5px 80px;
}

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

.advice-video-w {
  position: relative;
  z-index: 1;
  width: 795px;
  height: 447px;
  margin: 27px auto;
  background-color: #000;
}

.advice-video-w .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -4px;
  width: 91px;
  height: 91px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.advice-video-w .play:hover {
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -99px;
  width: 91px;
  height: 91px;
  background-repeat: no-repeat;
}

.advice-video-w .youtube {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.advice-video-w .video-wrap {
  height: 100%;
}

.cat-wrap {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.tt-9 {
  top: 37%;
}

@media (max-width: 991.98px) {
  .process-wrap {
    min-height: 950px;
    padding: 23px 0 62px;
  }
  .advice-video-w {
    width: 700px;
    height: 394px;
    margin: 50px auto;
  }
  .process-wrap .site-title {
    padding: 18px 15px;
    font-size: 50px;
    line-height: 64px;
  }
}

@media (max-width: 767.98px) {
  .process-wrap .container-fluid {
    padding: 0;
  }
  .process-wrap .tooltips-wrap {
    display: none;
  }
  .process-wrap .site-title {
    display: block;
    padding: 10px 15px;
    font-size: 48px;
    line-height: 55px;
  }
  .process-wrap .site-title i {
    display: block;
  }
  .process-wrap .site-btn {
    padding: 5px 30px;
  }
  .advice-video-w {
    margin: 20px auto 50px;
  }
  .cat-wrap img {
    max-width: 100%;
    min-width: 520px;
  }
}

@media (max-width: 729.98px) {
  .advice-video-w {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .process-wrap {
    min-height: 865px;
    padding: 65px 0 62px;
    background-size: cover;
    background-position: 50% 0;
    background-image: url("../images/general/living-room-m.jpg");
  }
  .process-wrap .site-title {
    padding: 20px 15px;
    font-size: 30px;
    line-height: 38px;
  }
  .process-wrap .btn-wrap {
    margin-top: 85px;
  }
  .process-wrap .advice-video-w {
    margin: 72px auto 50px;
    height: 269px;
  }
}

@media (max-width: 479.98px) {
  .process-wrap .advice-video-w {
    margin: 68px auto 50px;
  }
  .process-wrap .btn-wrap {
    padding: 0 15px;
  }
  .process-wrap .btn-box .site-btn {
    padding: 5px 20px;
    font-size: 18px;
  }
  .cat-wrap img {
    min-width: 430px;
  }
}

.reviews-wrap {
  overflow: hidden;
  padding: 135px 0 50px;
  padding: 80px 0 50px;
}

.reviews-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-wrap .slick-slide {
  height: auto;
}

.reviews-wrap .slick-slide > div {
  height: 100%;
}

.reviews-wrap .container-fluid {
  max-width: 1320px;
}

.reviews-wrap.on .title-box:before {
  left: 35px;
  opacity: 1;
}

.reviews-wrap.on .title-box:after {
  right: 35px;
  opacity: 1;
}

.reviews-wrap .title-box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 180px;
}

.reviews-wrap .title-box:before, .reviews-wrap .title-box:after {
  content: '';
  position: absolute;
  top: calc(50% + 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 1.5s, opacity 2s;
  transition: 1.5s, opacity 2s;
}

.reviews-wrap .title-box:before {
  left: -100%;
  background-image: url(../images/png-sprite/96dpi/sprite.png);
  background-position: 0px 0px;
  width: 172px;
  height: 172px;
  background-size: 348px, 172px;
  background-repeat: no-repeat;
  opacity: 0;
}

.reviews-wrap .title-box:after {
  right: -100%;
  background-image: url(../images/png-sprite/96dpi/sprite.png);
  background-position: -176px 0px;
  width: 172px;
  height: 172px;
  background-size: 348px, 172px;
  background-repeat: no-repeat;
  opacity: 0;
}

.reviews-slider {
  margin: 60px 0;
  padding: 0 20px;
}

.reviews-slider .slick-dots {
  bottom: auto;
  top: 93%;
}

.next-sl {
  position: absolute;
  z-index: -9999;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.reviews-item-wrap {
  height: 100%;
  padding: 30px 40px 60px;
}

.reviews-item {
  position: relative;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 0;
  background: none;
  border-radius: 45px;
  overflow: hidden;
}

.reviews-item:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 30px;
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -514px;
  width: 59px;
  height: 46px;
  background-repeat: no-repeat;
  display: none;
}

.reviews-item img {
  width: 100%;
}

.user-name {
  display: block;
  margin-bottom: 8px;
  padding: 0 60px;
  font-family: LatoBold, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.user-loc {
  display: block;
  padding: 0 60px;
  font-size: 14px;
  line-height: 18px;
  color: #777;
}

.user-link {
  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;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
  color: #0a82c1;
}

.user-link:hover {
  text-decoration: none;
}

.user-link img {
  margin-right: 15px;
}

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

.reviews-content .btn-wrap {
  padding: 0 20px;
}

.reviews-content .reviews-subtitle {
  display: block;
  max-width: 1000px;
  margin: 35px auto 20px;
  padding: 0 20px;
  font-family: LatoBold, sans-serif;
  font-size: 32px;
  line-height: 42px;
}

.reviews-content .reviews-subtitle span {
  display: inline-block;
  color: #4da2d0;
}

.reviews-content .site-btn {
  padding: 5px 90px;
}

.btn-content > span {
  font-family: LatoRegular, sans-serif;
}

@media (max-width: 1399.98px) {
  .reviews-wrap .container-fluid {
    max-width: 1270px;
  }
}

@media (max-width: 1299.98px) {
  .reviews-wrap .container-fluid {
    max-width: 1170px;
  }
}

@media (max-width: 991.98px) {
  .reviews-wrap .title-box {
    max-width: none;
    margin: 0 auto;
    padding: 0 15px;
  }
  .reviews-wrap .title-box:before, .reviews-wrap .title-box:after {
    display: none;
  }
  .reviews-content .reviews-subtitle {
    margin: 50px auto 20px;
  }
}

@media (max-width: 767.98px) {
  .reviews-wrap .container-fluid {
    padding: 0;
  }
  .reviews-slider {
    padding: 0;
  }
  .reviews-item-wrap {
    padding: 30px 0 60px;
  }
  .reviews-item {
    padding: 30px 15px;
  }
  .reviews-item .user-name {
    padding: 0 75px;
  }
  .reviews-content .reviews-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
  .reviews-content .reviews-subtitle span {
    display: block;
  }
  .reviews-content .site-btn {
    padding: 5px 60px;
  }
}

@media (max-width: 479.98px) {
  .reviews-content .site-btn {
    padding: 5px 30px;
  }
  .reviews-content .reviews-subtitle {
    font-size: 22px;
    line-height: 27px;
  }
}

.stories-wrap {
  overflow: hidden;
  padding: 30px 0 0;
}

.stories-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stories-wrap .slick-slide {
  height: auto;
}

.stories-wrap .slick-slide > div {
  height: 100%;
}

.stories-wrap .container-fluid {
  max-width: 1320px;
}

.stories-wrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.stories-wrap .slider-btn {
  background-color: transparent;
}

.stories-slider {
  margin: 40px auto 0;
}

.stories-slider .slick-dots {
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}

.stories-slider .slick-dots li.slick-active {
  background-color: transparent;
}

.story-s-item {
  position: relative;
}

.story-s-item {
  position: relative;
  height: 100%;
  padding: 40px 70px;
}

.story-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.story-thumb-item {
  width: 33%;
  margin: 15px 12px;
  max-width: 360px;
}

.story-thumb {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.story-thumb:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.7);
}

.story-thumb:hover .user-link {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.story-thumb img {
  max-width: 100%;
}

.story-thumb .user-link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 5px 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgba(241, 242, 250, 0.56);
  -webkit-transform: translateY(105%);
          transform: translateY(105%);
}

.story-thumb .user-link:hover {
  background-color: rgba(241, 242, 250, 0.8);
}

.story-thumb .user-link:hover .arrow {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.story-thumb .circle-bow {
  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;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 10em;
  background-color: #0a82c1;
}

.story-thumb .arrow {
  width: 10px;
}

.story-thumb .arrow:before {
  height: 1.5px;
}

.story-thumb .arrow:after {
  height: 8px;
  width: 8px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.story-txt {
  position: absolute;
  left: 50%;
  top: 55px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33%;
  max-width: 360px;
  height: calc(100% - 110px);
  padding: 40px 40px 80px;
  border-radius: 10px;
  font-family: LatoBold, sans-serif;
  color: #fff;
  background-color: #292929;
}

.story-txt p {
  font-size: 14px;
  line-height: 20px;
}

.story-title {
  display: block;
  font-size: 24px;
  line-height: 32px;
}

.story-s-item-w {
  height: 100%;
}

@media (max-width: 1399.98px) {
  .stories-wrap .container-fluid {
    max-width: 1270px;
  }
  .story-s-item {
    padding: 40px 50px;
  }
}

@media (max-width: 1299.98px) {
  .stories-wrap .container-fluid {
    max-width: 1170px;
  }
  .story-s-item {
    padding: 40px 40px;
  }
  .story-thumb {
    max-width: none;
  }
  .story-thumb img {
    margin: 0px auto;
  }
  .story-txt {
    max-width: 330px;
    padding: 20px 25px 80px;
  }
  .stories-slider .slick-dots {
    bottom: 75px;
  }
}

@media (max-width: 1199.98px) {
  .stories-wrap .container-fluid {
    padding: 0;
  }
  .story-txt {
    position: static;
    width: 100%;
    height: calc(100% - 290px);
    margin-top: 10px;
    max-width: none;
    -webkit-transform: none;
            transform: none;
  }
  .story-s-item {
    padding: 40px 0;
  }
  .story-thumb-item {
    max-width: none;
  }
  .story-thumbs {
    display: block;
    visibility: hidden;
    height: 0;
  }
  .story-thumbs.slick-initialized {
    visibility: visible;
    height: auto;
  }
  .story-thumb:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
  }
  .story-s-item-w .story-thumbs .slick-slide {
    text-align: center;
  }
}

@media (max-width: 991.98px) {
  .stories-slider .slick-dots {
    bottom: 60px;
  }
  .stories-slider {
    margin: 5px auto 0;
  }
}

.visualization-wrap {
  padding: 50px 0;
}

.site-title {
  position: relative;
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.01em;
}

.site-title:before {
  content: attr(data-txt);
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: akzidenzgroteskpro-xbdcn, sans-serif;
  font-size: 180px;
  line-height: 64px;
  letter-spacing: 0.01em;
  color: #000;
  opacity: 0.05;
}

.site-title strong {
  display: inline-block;
  font-weight: inherit;
}

.site-title span {
  font-family: akzidenzgroteskpro-cn, sans-serif;
}

.visualization-wrap {
  overflow: hidden;
}

.visualization-wrap .site-title {
  max-width: 950px;
}

.visualization-slider {
  visibility: hidden;
  height: 0;
  margin: 55px 0 0 0;
}

.visualization-slider.slick-initialized {
  visibility: visible;
  height: auto;
}

.visualization-slider .slider-next {
  right: 5px;
}

.visualization-slider .slider-prev {
  left: 5px;
}

.visualization-slider .slick-dots {
  bottom: -65px;
}

.visualization-item {
  max-width: 944px;
  margin: 0 auto;
  padding: 10px 0;
}

.twentytwenty-overlay:hover {
  background: transparent;
}

.twentytwenty-container {
  overflow: visible;
}

.twentytwenty-handle {
  height: 60px;
  width: 60px;
  margin-left: -32px;
  margin-top: -32px;
  border: 2px solid #007fc0;
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
}

.twentytwenty-left-arrow {
  border: none;
}

.twentytwenty-right-arrow {
  border: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 30px;
  box-shadow: none;
  background-color: #007fc0;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 30px;
  box-shadow: none;
  background-color: #007fc0;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 5px;
  margin-left: -2.5px;
}

.twentytwenty-container img {
  top: 10px;
}

.twentytwenty-left-arrow {
  display: inline-block;
  margin-left: -20px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -796px;
  width: 17px;
  height: 34px;
  background-repeat: no-repeat;
}

.twentytwenty-right-arrow {
  display: inline-block;
  margin-right: -20px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -834px;
  width: 17px;
  height: 34px;
  background-repeat: no-repeat;
}

.slider-btn {
  overflow: hidden;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 10em;
  background-color: transparent;
}

.slider-btn:before {
  content: '';
}

.slider-btn:hover .next-icon {
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -194px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}

.slider-btn:hover .prev-icon {
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -322px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}

.next-icon {
  display: inline-block;
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -450px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}

.prev-icon {
  display: inline-block;
  background-image: url("../images/svg-sprite/sprite.svg");
  background-position: -4px -386px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
}

.slick-dots {
  left: 0;
  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;
}

.slick-dots li {
  overflow: hidden;
  height: 10px;
  width: 10px;
  margin: 0 7px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  background-color: transparent;
}

.slick-dots li.on {
  background-color: #dfdfdf;
}

.slick-dots li.slick-active {
  width: 34px;
  height: 34px;
  border-color: #1185c3;
  background-color: #fff;
}

.slick-dots li.slick-active button {
  width: 34px;
  height: 34px;
}

.slick-dots li.slick-active button:before {
  margin-left: -1px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-top: 3px solid #aaaaaa;
  border-right: 3px solid #aaaaaa;
}

.slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0;
}

.slick-dots li button:before {
  content: '';
  height: 9px;
  width: 9px;
  left: 50%;
  top: 50%;
}

.pros-list {
  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;
  margin: 120px 0 0 0;
  padding: 0;
  list-style: none;
}

.pros-item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 360px;
  width: 32%;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.pros-thumb {
  width: 135px;
  min-width: 135px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.pros-thumb img {
  max-width: 100%;
}

.pros-content {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 18px;
}

.pros-content p {
  margin: 0;
}

.pros-title {
  display: block;
  margin-bottom: 7px;
  font-family: akzidenzgroteskproBoldcn, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #007fc0;
}

@media (max-width: 1199.98px) {
  .visualization-wrap {
    padding: 35px 0 30px;
  }
  .pros-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 1049.98px) {
  .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 12px;
  }
  .slick-dots li.slick-active {
    width: 60px;
    height: 60px;
    border-color: #1185c3;
    background-color: transparent;
  }
  .slick-dots li.slick-active button.before {
    width: 12px;
    height: 12px;
  }
  .slick-dots li.slick-active button {
    width: 60px;
    height: 60px;
  }
  .visualization-slider .slick-dots {
    bottom: -82px;
  }
}

@media (max-width: 991.98px) {
  .site-title {
    font-size: 55px;
    line-height: 64px;
  }
  .site-title:before {
    font-size: 165px;
  }
  .visualization-slider {
    margin: 41px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .site-title {
    font-size: 47px;
    line-height: 55px;
  }
  .site-title:before {
    font-size: 148px;
  }
  .visualization-wrap .container-fluid {
    padding: 0;
  }
  .twentytwenty-handle {
    height: 32px;
    width: 32px;
    margin-left: -16px;
    margin-top: -16px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    margin-left: -1.5px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 17px;
  }
  .twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 17px;
  }
  .visualization-item {
    padding: 5px 0;
  }
  .twentytwenty-container img {
    top: 5px;
    min-height: 260px;
  }
  .twentytwenty-left-arrow {
    margin-left: -11px;
    background-image: url("../images/svg-sprite/sprite.svg");
    background-position: -4px -1094px;
    width: 9px;
    height: 18px;
    background-repeat: no-repeat;
  }
  .twentytwenty-right-arrow {
    margin-right: -11px;
    background-image: url("../images/svg-sprite/sprite.svg");
    background-position: -4px -1072px;
    width: 9px;
    height: 18px;
    background-repeat: no-repeat;
  }
  .pros-list {
    margin: 110px 0 0 0;
    padding: 0 15px;
  }
}

@media (max-width: 479.98px) {
  .site-title {
    font-size: 30px;
    line-height: 38px;
  }
  .site-title:before {
    font-size: 90px;
  }
  .visualization-slider {
    margin: 25px 0 0 0;
  }
  .pros-item {
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 359.98px) {
  .site-title {
    font-size: 25px;
    line-height: 32px;
  }
  .site-title:before {
    font-size: 75px;
  }
}


/*NEW STYLE*/
/*08.11.19  */

.logo img {
  max-width: 100px;
}

.header-top.fix-nav .header-line {
  margin: 5px 0;
}

.yellow {
  color: #ffc015;
}

.call_toAction {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-family: akzidenzgroteskpro-cn, sans-serif;
  text-align: center;
}

.call_toAction span {
  display: inline-block;
  position: relative;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.call_toAction span:before {
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -45px;
  top: -42px;
  background-image: url('../images/curved-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-36deg);

}

.tooltip.tt-3 {
  bottom: 38%;
}

@media (max-width: 767.98px) {
  .logo img {
    width: 50px;
  }
}

@media (max-width: 575px) {
  .call_toAction {
    font-size: 26px;
  }

  .call_toAction span:before {
    top: -34px;
  }
}


.form-group.has-error .txt-i,
.form-group.has-error .txt-a {
  border-color: red;
}

.form-group.has-error .input-label {
  color: red;
}

.alert-success {
  background-color: #c4f5c4;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.alert-success p {
  margin: 0;
}

.alert-success .close {
  display: none;
}

.bottom-panel {
  display: none;
}

@media screen and (max-width: 768px) {
.bottom-panel {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 20;
  background-color: #fff;
  bottom: 0;
  border-top: 1px solid #ccc;
  box-shadow: 0px 0px 5px #999;
}

.bottom-panel-left,
.bottom-panel-right {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
}

.bottom-panel-right {
  border-left: 1px solid #ccc;
}

.bottom-panel-left a,
.bottom-panel-right a {
  display: inline-block;
  width: 100%;
  color: #333;
  padding: 10px 5px;
}

.bottom-panel-left a:before,
.bottom-panel-right a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.bottom-panel-left a:before {
  background: url(../images/bottom-panel-left.svg);
  background-size: contain;
}

.bottom-panel-right a:before {
  background: url(../images/bottom-panel-right.svg);
  background-size: contain;
}

.bottom-panel-left a span,
.bottom-panel-right a span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 13px;
  text-align: left;
}
}