@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/docs/3.3/customize/?id=e10e09e0abe4692c57fd0f54c98c45f6)
 * Config saved to config.json and https://gist.github.com/e10e09e0abe4692c57fd0f54c98c45f6
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #333333;
  background-color: #ffffff; }

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

a {
  color: #337ab7;
  text-decoration: none; }

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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.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 #eeeeee; }

.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: 1170px; } }

.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; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  background: #1b273c;
  position: relative;
  font-family: 'PTSans-Regular', 'Arial Narrow', Arial, sans-serif;
  overflow: hidden; }

p {
  color: #1b273c;
  margin: 0;
  padding: 0; }

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

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #ffffff; }

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

.section-title {
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  padding-top: 80px; }

button {
  cursor: pointer;
  border: none;
  font-weight: 700; }

.margin0 {
  margin: 0; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11;
  display: none;
  width: 100vw;
  height: 100vh; }

.block {
  display: block; }

@media (min-width: 1560px) {
  .container {
    width: 1530px; } }

.rotate {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.pos-fix {
  position: fixed; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

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

.fa-minus-circle:before {
  content: "\f056"; }

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

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

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

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

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

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

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

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

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

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

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

@font-face {
  font-family: 'PTSans-Bold';
  src: url("../fonts/PTSans-Bold.woff2") format("woff2"), url("../fonts/PTSans-Bold.eot") format("eot"), url("../fonts/PTSans-Bold.otf") format("otf"), url("../fonts/PTSans-Bold.svg") format("svg"), url("../fonts/PTSans-Bold.ttf") format("truetype"), url("../fonts/PTSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: bold; }

@font-face {
  font-family: 'PTSans-Regular';
  src: url("../fonts/PTSans-Regular.woff2") format("woff2"), url("../fonts/PTSans-Regular.eot") format("eot"), url("../fonts/PTSans-Regular.svg") format("svg"), url("../fonts/PTSans-Regular.ttf") format("truetype"), url("../fonts/PTSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Philosopher-Bold';
  src: url("../fonts/Philosopher-Bold.woff2") format("woff2"), url("../fonts/Philosopher-Bold.eot") format("eot"), url("../fonts/Philosopher-Bold.svg") format("svg"), url("../fonts/Philosopher-Bold.ttf") format("truetype"), url("../fonts/Philosopher-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Philosopher-Regular';
  src: url("../fonts/Philosopher-Regular.woff2") format("woff2"), url("../fonts/Philosopher-Regular.eot") format("eot"), url("../fonts/Philosopher-Regular.svg") format("svg"), url("../fonts/Philosopher-Regular.ttf") format("truetype"), url("../fonts/Philosopher-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../libs/slick/ajax-loader.gif") center center no-repeat; }

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

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

.main-wrapper {
  background: #ffffff;
  width: 100vw;
  height: 100vh;
  min-width: 320px;
  min-height: 480px;
  position: relative;
  overflow: hidden; }

.main-page {
  background-image: url("../img/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: 73% 100%;
  background-position: left;
  height: 100vh;
  min-width: 320px;
  padding: 0; }

.block2 {
  position: absolute;
  width: 39vw;
  height: 100vh;
  min-width: 320px;
  min-height: 795px;
  right: 0; }

.block2:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vh;
  height: 100vh;
  min-width: 795px;
  min-height: 795px;
  bottom: 13%;
  right: 0;
  z-index: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #1b273c;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.main-header__desctop {
  position: absolute;
  left: 62px;
  bottom: 89px;
  padding: 41px 34px;
  width: 671px;
  background-color: rgba(0, 0, 0, 0.205); }

.main__title {
  font-size: 83px;
  line-height: 0.8;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif;
  text-align: left;
  text-transform: uppercase; }

.main__choice {
  padding-left: 69px;
  font-size: 20px;
  opacity: 0.8;
  text-decoration: underline; }

.logo {
  position: relative;
  width: 360px;
  height: 531px;
  min-height: 273px;
  padding-top: 77px; }

.tov-zn {
  position: absolute;
  right: 1vw;
  font-size: 25px;
  color: #ffffff; }

.nav-right-wrap {
  height: 100vh;
  min-height: 480px;
  overflow: auto;
  width: 245px;
  margin-left: auto;
  position: relative;
  position: fixed;
  right: 0;
  overflow: visible; }

.nav-right {
  color: #ffffff;
  padding-top: 54px;
  width: 221px;
  padding-left: 30px;
  margin-left: auto;
  height: 100vh;
  min-height: 480px; }

.nav-right a {
  color: #ffffff; }

.nav-right nav {
  line-height: 1.5; }

.nav-right .social-icon p {
  color: #ffffff; }

.nav-right .social-icon {
  margin-top: 10px;
  font-size: 35px; }

.nav-right .fa-instagram {
  font-size: 40px; }

.catalog {
  position: relative; }

.catalog a:after {
  content: "";
  display: block;
  position: absolute;
  left: 97px;
  top: 101px;
  width: 23px;
  height: 20px;
  background: url("../img/arrow-right.png");
  background-size: 100% 100%;
  cursor: pointer; }

.catalog a:before {
  content: "";
  display: block;
  position: absolute;
  left: 128px;
  top: 101px;
  width: 23px;
  height: 20px;
  background: url("../img/arrow-right.png");
  background-size: 100% 100%;
  cursor: pointer; }

.catalog span {
  padding: 50px;
  width: 100px;
  height: 220px;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-size: 30px;
  text-transform: uppercase;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.main-menu__phone {
  position: absolute;
  bottom: 74px;
  color: #1b273c; }

.main-menu__phone-item {
  font-size: 12px; }

.main-menu__phone-item span {
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif;
  font-size: 25px; }

.menu-toggle {
  width: 34px;
  height: 19px;
  margin-bottom: 23px;
  cursor: pointer; }

.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px); }

.menu-toggle.on .two {
  opacity: 0; }

.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px); }

.one,
.two,
.three {
  width: 100%;
  height: 3px;
  background: #ffffff;
  margin: 4px auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.nav-right .menu-toggle {
  display: none; }

.on .one,
.on .two,
.on .three {
  margin: 8px auto; }

.main-menu__item {
  position: relative; }

.main-menu__item:hover:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  background-color: #ffffff;
  left: -19px;
  top: 12px;
  z-index: 2; }

.main-menu__item--active:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  background-color: #ffffff;
  left: -19px;
  top: 12px;
  z-index: 2; }

.main-menu__contacts {
  position: relative; }

.main-menu__contacts:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  background-color: #ffffff;
  left: -19px;
  top: 9px;
  z-index: 2; }

/*
.block {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
}


.block:before {
  content: "";
  display: block;
  position: absolute;
  width: 700px;
  height: 700px;
  bottom: 6%;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: $dark-blue;
  -webkit-transform-origin: center;
  -ms-transform-origin:  center;
  transform-origin: center;
}
.for-overflow {
  overflow: hidden;  
}


.main-header__mobile {
  display: none;
}


.desctop-nav {
  position: absolute;
  top: -73px;
  left: 63px;
}




.main-menu__item a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

*/
/*mobile*/
/*
.main-menu__contacts a {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.menu-line {
  position: relative;
}
.menu-line:before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 13px;
  width: 15px;
  height: 2px;
  background-color: #ffffff;
}


.logo img {
  width: 100%;
}



*/
/*menu*/
/*

.main-header__mobile nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 4em auto;
  text-align: center;
}
nav ul.hidden {
  display: none;
}
.main-header__mobile nav a {
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-decoration: none;
  color: $white;
  font-size: 2em;
  line-height: 1.2;
  width: 100%;
  display: block;
}
nav ul a:hover nav ul a:before{

    content: '—';
    position: absolute;
    left: -20px;

}
.menu-toggle.on .one,
.menu-toggle.on .three {
  margin: 7px auto;
}
.main-menu.on {
  z-index: 10;
  width: 100%;
  height: 100vh;
  min-height: 300px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}

*/
/*end menu*/
/*
.left-side__desctop-wrapper {
  position: relative;
  height: 100vh;
  min-height: 600px;
}
.left-side__desctop {
  position: absolute;
  left: 80px;
  bottom: 133px;
  z-index: 2;

}


*/
/*end mobile*/
/*animation*/
.catalog-href {
  z-index: 2; }

.block2--move-to-left {
  left: -14vw;
  right: auto; }

.anim--hidden {
  display: none; }

.catalog-title--anim {
  position: absolute;
  top: 23%;
  right: 38%;
  line-height: 0.8;
  font-size: 81px;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  text-transform: uppercase;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif; }

.catalog-title--anim .catalog-smaller {
  margin-top: 24%;
  font-size: 54px; }

.catalog-smaller {
  font-size: 53px;
  text-transform: uppercase;
  color: #ffffff; }

.catalog-page--anim {
  display: block;
  position: absolute;
  top: 0;
  left: 12%;
  width: 68%;
  height: 97vh;
  z-index: 2; }

.main-page--anim {
  background-size: 79% 100%; }

a.nav-right--color {
  color: #1b273c; }

a .nav-right--color {
  color: #1b273c; }

.nav-right-wrap--anim .main-menu__item:hover:before {
  background-color: #1b273c; }

.main-menu__contacts--anim {
  position: absolute;
  bottom: 143px; }

.main-menu__phone--anim {
  left: 0; }

/*end animation*/
.slide-down {
  animation-name: slide-down;
  -webkit-animation-name: slide-down;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  visibility: visible !important; }

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(-75%); }
  100% {
    -webkit-transform: translateY(0%); } }

.slide-left {
  animation-name: slide-left;
  -webkit-animation-name: slide-left;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  visibility: visible !important; }

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%); }
  50% {
    -webkit-transform: translateX(75%);
    transform: translateX(75%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(150%); }
  50% {
    -webkit-transform: translateX(75%); }
  100% {
    -webkit-transform: translateX(0%); } }

.cat__items {
  height: 25%;
  padding-top: 11px;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  line-height: 0.9;
  color: #ffffff; }

.cat__item {
  height: 100%; }

.prod__item {
  padding: 18px 29px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
  overflow: hidden; }

.prod__item--overlay {
  display: none;
  width: 100%;
  height: 100%; }

.prod__item:hover .prod__item--overlay {
  display: block; }

.prod__item:hover .cat__item--overlay {
  display: none; }

.prod__item--overlay__figure {
  width: 63%;
  height: 100%;
  color: #ffffff;
  z-index: 0;
  position: relative;
  font-size: 12px;
  font-family: 'PTSans-Regular', 'Arial Narrow', Arial, sans-serif;
  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; }

.prod__item__figure__title {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif;
  margin-bottom: 6px; }

.prod__item--overlay__figure p {
  vertical-align: middle;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
  color: #ffffff; }

.prod__item--overlay__figure:before {
  content: "";
  display: block;
  position: absolute;
  width: 313px;
  height: 372px;
  bottom: -56px;
  left: -176px;
  z-index: -1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #1b273c;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

.prod__item--overlay__img {
  margin-left: 50%;
  width: 34%;
  height: 34%;
  position: absolute;
  top: 9%; }

.prod__item--overlay__img img {
  width: 100%; }

.prod__item-1 {
  background-image: url("../img/catalog/cat1-klink-plit.jpg"); }

.prod__item-2 {
  background-image: url("../img/catalog/cat2-klink-brus.jpg"); }

.prod__item-3 {
  background-image: url("../img/catalog/cat3-klink-stup.jpg"); }

.prod__item-4 {
  background-image: url("../img/catalog/cat4-vodootvod.jpg"); }

.prod__item-5 {
  background-image: url("../img/catalog/cat5-trot-pl.jpg"); }

.prod__item-6 {
  background-image: url("../img/catalog/cat6-maf-decor.jpg"); }

.prod__item-7 {
  background-image: url("../img/catalog/cat7-drev-komp.jpg"); }

.prod__item-8 {
  background-image: url("../img/catalog/cat8-bord.jpg"); }

.prod__item-9 {
  background-image: url("../img/catalog/cat9-vaz.jpg"); }

.prod__item-10 {
  background-image: url("../img/catalog/cat10-zabor.jpg"); }

.prod__item-11 {
  background-image: url("../img/catalog/cat11-fonar.jpg"); }

.prod__item-12 {
  background-image: url("../img/catalog/cat12-rezin.jpg"); }

.cat__item--overlay {
  background: rgba(27, 39, 60, 0.5);
  width: 70%; }

.cat__item__name {
  padding: 13px;
  text-transform: uppercase; }

.desctop-nav--anim {
  position: absolute;
  top: 55px;
  right: 0;
  color: #1b273c;
  width: 21%;
  padding-left: 116px; }

.desctop-nav--anim a {
  color: #1b273c; }

.desctop-nav--anim .main-menu__phone {
  color: #1b273c;
  position: static; }

.desctop-nav--anim .main-menu__contacts {
  margin-top: 100%; }

.desctop-nav--anim .menu-line:before {
  background-color: #1b273c; }

.main-page {
  min-height: 795px; }

.cat__wrapper {
  min-height: 795px; }

.block3 {
  z-index: 3; }

.block3:before {
  content: "";
  display: block;
  position: fixed;
  width: 100vh;
  height: 100vh;
  min-width: 812px;
  min-height: 795px;
  top: 0;
  left: -28%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #1b273c;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 3; }

.catalog-page__right {
  position: fixed;
  background-color: #ffffff;
  height: 100vh;
  padding-left: 67px; }

.catalog-page--bg {
  overflow-y: scroll;
  display: block;
  position: fixed;
  top: 0;
  left: 0%;
  width: 84%;
  height: 100vh;
  z-index: 2; }

.catalog-page--bg::-webkit-scrollbar-track {
  background-color: transparent; }

.catalog-page--bg::-webkit-scrollbar {
  width: 12px;
  background-color: transparent; }

.catalog-page--bg::-webkit-scrollbar-thumb {
  background-color: transparent; }

.catalog-page--bg a {
  display: block; }

.cat__item--left {
  display: block;
  position: fixed;
  top: 0;
  left: 2%;
  height: 100vh;
  min-height: 794px;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  font-size: 16px;
  width: 343px;
  z-index: 3; }

.cat__item--left--up {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50vh;
  min-height: 397px;
  cursor: pointer;
  z-index: 1; }

.cat__item--left--down {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50vh;
  min-height: 397px;
  cursor: pointer;
  z-index: 1; }

.cat__menu__items {
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.cat__menu__items {
  position: relative; }

.cat__menu__items-before {
  display: none;
  position: absolute;
  top: 40%;
  left: 10px;
  width: 14px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ffffff;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.cat__menu__items-after {
  display: none;
  position: absolute;
  bottom: 40%;
  left: 10px;
  width: 14px;
  border: 14px solid transparent;
  border-top: 14px solid #ffffff;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.cat__item--left--up:hover .cat__menu__items-before {
  display: block; }

.cat__item--left--down:hover .cat__menu__items-after {
  display: block; }

.cat__item__active {
  margin: 35px 0;
  font-size: 48px;
  text-transform: uppercase;
  position: relative;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif; }

.cat__tomain-cat {
  top: 60px;
  position: absolute;
  opacity: 0.8;
  text-decoration: underline;
  z-index: 4; }

.cat__item__active:after {
  content: "";
  display: block;
  position: absolute;
  right: -28%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 25px solid transparent;
  border-left: 25px solid #ffffff;
  width: 0;
  height: 0;
  z-index: 3; }

.catalog-page__figure {
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif;
  font-size: 47px; }

.catalog-page__ed {
  font-size: 20px;
  opacity: 0.5; }

.catalog-page__name {
  font-size: 22px;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 50px; }

.catalog-page__color {
  background-color: rgba(27, 39, 60, 0.7);
  width: 300px;
  padding: 38px 50px;
  margin-right: 50px;
  float: right; }

.cat__item1 {
  background-image: url("../img/cat__items/cat5-item1.jpg"); }

.cat__item2 {
  background-image: url("../img/cat__items/cat5-item2.jpg"); }

.cat__item3 {
  background-image: url("../img/cat__items/cat5-item3.jpg"); }

.cat__item4 {
  background-image: url("../img/cat__items/cat5-item4.jpg"); }

.cat__item--bg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.cat__page-mob.catalog--anim--visible {
  display: none; }

.catalog-page__right--mob {
  display: none; }

.cat__item--bg:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.cat__block2 {
  display: none; }

.cat__nav-right .main-menu__item:hover:before {
  background-color: #1b273c; }

.cat__nav-right .main-menu__contacts:before {
  background-color: #1b273c; }

.mt-page {
  overflow: hidden;
  background-image: url(../img/material-bg.png);
  background-size: cover; }

.mt__logo {
  position: absolute;
  top: 20px;
  left: 170px;
  width: 134px; }

.mt__logo img {
  width: 100%; }

.mt__nav-left-wrap {
  right: auto;
  left: 0;
  background-color: #ffffff;
  padding: 50px 34px 69px;
  width: 115px; }

.mt__nav-left .mt__contacts a {
  color: #1b273c; }

.mt__nav-left-open .main-menu__item {
  position: relative; }

.mt__nav-left-open .main-menu__item:hover:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  left: -19px;
  top: 12px;
  z-index: 2;
  background-color: #1b273c; }

.mt__nav-left .mt__contacts:before {
  background-color: #1b273c;
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  position: absolute;
  left: 2px;
  top: -10px;
  z-index: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.mt__nav-left-open .mt__contacts:before {
  left: -17px;
  top: 9px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.mt__menu-toggle {
  width: 55px;
  height: 37px; }

.mt__menu-toggle .one,
.mt__menu-toggle .two,
.mt__menu-toggle .three {
  background-color: #1b273c;
  height: 6px;
  margin: 9px auto; }

.mt__menu-toggle + nav {
  display: none; }

.mt__menu-toggle.on .one,
.mt__menu-toggle.on .two,
.mt__menu-toggle.on .three {
  margin: 6px auto; }

.mt__menu-toggle.on + nav {
  display: block;
  position: absolute;
  left: 145px;
  top: 50px;
  font-size: 17px;
  line-height: 1.5; }

.mt__nav-left-open {
  width: 362px;
  z-index: 2; }

.mt__social-icon {
  font-size: 34px;
  bottom: 252px;
  position: absolute; }

.mt__social-icon-open {
  bottom: auto;
  left: 145px;
  top: 216px; }

.mt__nav__back {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  top: 149px;
  left: 50%;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg) translateX(50%);
  -moz-transform: rotate(180deg) translateX(50%);
  -ms-transform: rotate(180deg) translateX(50%);
  -o-transform: rotate(180deg) translateX(50%);
  transform: rotate(180deg) translateX(50%); }
  .mt__nav__back:hover {
    text-decoration: underline; }

.mt__nav__back a {
  color: #1b273c; }

.mt__nav-left-open .mt__nav__back {
  display: none; }

.mt__contacts {
  bottom: 92px;
  left: 20px;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.mt__nav-left-open .mt__contacts {
  left: 145px;
  bottom: 145px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.mt-menu__phone {
  bottom: 46px;
  left: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.mt__nav-left-open .mt-menu__phone {
  left: 83px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.mt__social-icon .fa-instagram {
  font-size: 39px; }

.open .main-menu__contacts {
  bottom: 85px;
  left: 109px; }

.back-to-cat {
  display: none;
  font-size: 30px;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.open .back-to-cat {
  display: block; }

.mt-page .logo {
  width: 90px;
  position: static;
  padding-top: 0;
  margin-top: 30px;
  margin-left: 65px; }

.mt-descr {
  position: absolute;
  bottom: 27px;
  left: 167px;
  padding: 10px 25px;
  background-color: rgba(27, 39, 60, 0.7);
  color: #ffffff; }

.mt-descr ul {
  list-style-type: disc; }

.mt-descr li {
  list-style: disc; }

.mt__block2 {
  width: 40vw;
  padding-top: 54px; }

.mt__block2:before {
  right: -170px; }

.mt__block2__social-icon {
  margin-right: 56px;
  text-align: right; }

.mt__social-icon__phone {
  margin-right: 10px;
  font-size: 34px; }

.mt__social-icon__mail {
  font-size: 34px;
  margin-right: 57px; }

.mt-bread-crumbs {
  font-size: 14px;
  margin: 53px 20px 0 39px; }
  .mt-bread-crumbs a {
    padding: 5px 0;
    opacity: 0.8; }
    .mt-bread-crumbs a:hover {
      text-decoration: underline;
      opacity: 1; }

.mt__title {
  position: relative;
  text-transform: uppercase;
  font-size: 82px;
  line-height: 1;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif; }

.mt__subtitle {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 55px;
  line-height: 1;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif; }

.mt__title--exampl {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 12px;
  position: relative; }
  .mt__title--exampl:hover {
    text-decoration: underline;
    color: #fff; }

.mt__title--exampl:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 9px;
  height: 7px;
  background: url(../img/arrow-right.png);
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0.5; }

.img-title {
  width: 353px;
  margin-left: 59px; }

.img-title img {
  width: 100%; }

.mt-descr .hight-eco {
  display: none; }

.hight-eco {
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  right: 71px;
  bottom: -20px; }

.hight-eco img {
  padding-right: 10px; }

.hight-eco__img {
  width: 43px;
  padding-top: 23px; }

.block2 .hight-eco {
  padding-left: 136px; }

.block2__container {
  position: relative; }

.make-calc {
  border: 2px solid #ffffff;
  padding: 6px 27px;
  font-size: 24px;
  background-color: transparent; }

.mt__item {
  position: relative; }

.back-to-mt {
  display: none; }

/*================
material.html
==================*/
.mt__block2__social-icon {
  margin-right: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mt__item {
  border: 2px solid transparent;
  padding: 25px 10px;
  font-size: 18px;
  position: absolute;
  right: 50px;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.8;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  z-index: 1; }

.mt__item:hover {
  border: 2px solid #ffffff; }

.mt__item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 20px;
  background: url("../img/arrow-right.png");
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 50%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%) rotate(360deg);
  -ms-transform: translateY(-50%) rotate(360deg);
  transform: translateY(-50%) rotate(360deg);
  right: -30px; }

.img-title {
  width: 390px;
  margin-left: 59px;
  position: relative;
  bottom: -130%;
  left: -15%; }

.hight-eco {
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  left: 55%;
  bottom: -12%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.block2 .hight-eco {
  padding-left: 0;
  width: 249px; }

.tov-zn-hide {
  display: none; }

.block2--move-to-left-mt {
  left: -100%; }

.mt-page--anim--hidden {
  display: none; }

.mt-page--anim--visible {
  display: block;
  position: absolute;
  padding: 110px 15px 40px;
  top: 0;
  left: 40%;
  width: 60%;
  height: 100vh;
  z-index: 3;
  background-color: #1b273c;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  overflow: auto; }

.mt__subtitle.last-word.mt__subtitle--anim {
  padding-bottom: 76px; }

.block2__container .social-icon--anim {
  top: 238px;
  left: 0; }

.block2--move-to-left-mt--fix {
  left: 273px;
  position: fixed;
  z-index: 2; }

.block2--move-to-left-mt--fix:before {
  right: -60px;
  bottom: 8%;
  width: 108vh;
  height: 108vh; }

.block2--move-to-left-mt--fix .hight-eco {
  padding-left: 25px; }

.back-to {
  position: absolute;
  left: -96px;
  top: 111px;
  font-size: 18px;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.mt__left-menu.open {
  z-index: 3; }

/*anim2*/
.main-wrapper__mt--anim .mt__back-to {
  text-transform: uppercase;
  left: -55px;
  top: 9px;
  padding: 5px; }

.main-wrapper__mt--anim .mt__back-to:hover {
  text-decoration: underline; }

.main-wrapper__mt--anim .block2__container {
  left: -102px;
  padding-top: 43px; }

.main-wrapper__mt--anim .make-calc {
  position: absolute;
  left: 0;
  top: 312px; }

.main-wrapper__mt--anim .mt__social-icon__phone {
  position: absolute;
  left: 270px;
  top: 312px; }

.main-wrapper__mt--anim .mt__social-icon__mail {
  position: absolute;
  left: 320px;
  top: 312px; }

.main-wrapper__mt--anim .mt__logo {
  z-index: 3; }

/*tabs*/
#cssmenu,
#cssmenu ul,
.has-sub,
#cssmenu ul li > a {
  list-style: none;
  line-height: 1;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible; }

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border: none;
  position: relative; }

.tabs ul {
  position: absolute;
  left: 0px;
  top: 50px;
  height: 70vh;
  width: 55vw;
  overflow-y: auto; }

.tabs li .btn {
  display: block; }

#cssmenu ul ul {
  display: none; }

#cssmenu > ul > li.active > ul {
  display: block; }

.align-right {
  float: right; }

#cssmenu > ul > li > a {
  cursor: pointer;
  z-index: 2;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }

.mt__nav-left-open {
  z-index: 4; }

.tabs li {
  float: left; }

.tabs li > a {
  display: block;
  padding: 10px 20px;
  font-size: 28px;
  text-decoration: none;
  text-transform: uppercase; }

.tabs li > a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.tabs li.open,
.tabs li.open a:hover {
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.tab_container {
  border-top: none; }

.tab_content {
  padding: 20px;
  font-size: 16px;
  overflow-y: auto;
  height: 72vh;
  position: fixed !important;
  width: 52%;
  padding: 36px; }

.tab_content::-webkit-scrollbar-track {
  background-color: transparent; }

.tab_content::-webkit-scrollbar {
  width: 12px;
  background-color: transparent; }

.tab_content::-webkit-scrollbar-thumb {
  background-color: transparent; }

.examples__title {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }

.examples-panel {
  position: absolute;
  right: -19px;
  top: 0;
  cursor: pointer; }

.examples__img {
  margin: 1%; }

.examples__img img {
  width: 100%; }

.examples__img-blocks.examples__img img {
  width: 200%; }

.tabs__content-exm {
  display: none;
  /* по умолчанию прячем все блоки */ }

.tabs__content-exm.active-exm {
  display: block;
  /* по умолчанию показываем нужный блок */ }

.examples__img-blocks {
  width: 47%;
  display: inline-block;
  overflow: hidden; }

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(27, 39, 60, 0.5);
  z-index: 3; }

/* Inner */
.popup-inner {
  max-width: 700px;
  width: 71%;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 2px 6px black;
  box-shadow: 0px 2px 6px black;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3; }

/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 27px;
  right: 18px;
  -webkit-transition: ease 0.25s all;
  -o-transition: ease 0.25s all;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff; }

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  -ms-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: black;
  text-decoration: none; }

.har__item {
  padding: 45px 34px 0 34px; }

.har__title {
  font-size: 50px;
  font-family: 'PTSans-Bold', 'Arial Narrow', Arial, sans-serif;
  color: #ffffff;
  opacity: 0.2;
  text-transform: uppercase;
  position: relative;
  top: -16px; }

.har__info {
  padding: 0 10px 10px;
  margin-top: -16px; }

.har__info__items {
  font-size: 16px;
  color: #ffffff;
  padding-left: 10px;
  position: relative; }

.har__info__items:before {
  content: "-";
  position: absolute;
  left: 0;
  opacity: 0.5; }

.har__items__name {
  opacity: 0.5;
  text-align: left;
  display: inline-block;
  width: 30%;
  vertical-align: top; }

.har__items__name--first {
  width: 46%; }

.har__items__count {
  display: inline-block;
  width: 33%; }

.har__items__count span {
  display: inline-block;
  width: 116px; }

.har__items__count--right {
  text-align: right;
  width: 50%; }

.har__item fieldset {
  width: 96%;
  border: 2px solid #c0c0c0; }

.har__info > li:before {
  content: "-";
  text-indent: -5px;
  opacity: 0.5; }

.tab3 .tab_content {
  width: 53%;
  padding: 36px 0 36px 31px; }

.color__item {
  padding: 37px 0 0; }

.color__title {
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 20px; }

.color__item__img {
  display: inline-block;
  width: 130px;
  height: 130px;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px; }

.color__item__img img {
  width: 100%; }

.color__item__txt {
  position: absolute;
  right: 0;
  bottom: 12px;
  padding: 5px;
  background-color: #ff0000;
  font-size: 23px;
  font-family: 'Philosopher-Regular', 'Arial Narrow', Arial, sans-serif; }

.color__info2 {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  width: 91%; }

.color__item__txt2 {
  color: #1b273c;
  font-size: 23px;
  text-align: center; }

/*end tabs*/
.gallery-wrapper {
  position: absolute;
  width: 386px;
  height: 471px;
  left: 15%;
  top: 63%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.gal__img img {
  width: 100%; }

.main-wrapper__gal .mt-descr {
  display: none; }

#map {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 0; }

.block2-contacts {
  z-index: 1;
  width: 49vw; }

.block2-contacts:before {
  right: auto;
  bottom: 19%; }

.nav-right-wrap-contacts {
  top: 0;
  z-index: 1; }

.logo-contacts {
  width: 215px;
  height: 387px;
  padding-top: 55px;
  z-index: 1;
  margin-left: 11vw; }

.logo-contacts img {
  width: 100%; }

.block3-contacts:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vh;
  height: 100vh;
  min-width: 795px;
  min-height: 795px;
  top: -50%;
  left: -11%;
  z-index: 0;
  -webkit-transform: rotate(-45deg) scale(0.5, 0.5);
  -ms-transform: rotate(-45deg) scale(0.5, 0.5);
  transform: rotate(-45deg) scale(0.5, 0.5);
  background-color: #ffffff;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -moz-transform-origin: bottom center; }

.block4-contacts:before {
  background: url(../img/contacts-img.png) no-repeat;
  background-size: 100%;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: -19%;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  min-width: 774px;
  min-height: 774px;
  left: -20%; }

.main-menu__phone-contacts {
  position: relative;
  min-width: 338px;
  left: -23vw;
  top: -10vw;
  color: #ffffff;
  text-align: right; }

.main-menu__phone-contacts p {
  color: #ffffff; }

.main-menu__contacts-contacts {
  left: -6vw;
  top: -10vw; }

.main-menu__phone-contacts .main-menu__phone-item {
  font-size: 23px;
  font-weight: bold;
  color: #1b273c; }

.main-menu__phone-contacts span {
  font-size: 50px;
  color: #ffffff; }

.main-menu__mail {
  font-size: 27px;
  font-weight: bold; }

.main-menu__adress {
  font-size: 21px;
  margin-top: 40px; }

.main-menu__adress .bold {
  font-weight: bold; }

.main-menu__times {
  font-size: 15px;
  margin-top: 15px; }

.main-menu__times span {
  font-size: 28px;
  font-weight: bold; }

.main-menu__days {
  font-size: 17px; }

.page-about {
  background-image: none; }

.bg-body-about {
  overflow: hidden; }

.horizon {
  position: relative;
  width: 100%;
  overflow-y: scroll;
  overflow: hidden;
  max-height: 96vh; }

.horizon::-webkit-scrollbar-track {
  background-color: transparent; }

.horizon::-webkit-scrollbar {
  width: 12px;
  background-color: transparent; }

.horizon > ul {
  padding-top: 15px;
  list-style: none;
  height: 91vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.page-about__block {
  padding: 2vw;
  width: 39vw;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.page-about__block:first-child {
  width: auto;
  padding-right: 87px; }

.page-about__main-title {
  height: 100%;
  text-align: center;
  padding: 20px;
  color: #1b273c;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.page-about__main-title h2 {
  font-size: 48px; }

.page-about__img {
  width: 100%;
  min-height: 311px;
  height: 42vh;
  overflow: hidden; }

.page-about__img img {
  width: 110%; }

.page-about__title {
  font-size: 18px;
  font-weight: bold;
  color: #1b273c;
  margin-top: 45px;
  margin-bottom: 15px; }

.page-about__text {
  min-height: 20vh; }

.page-about__text p {
  font-size: 14px;
  margin-bottom: 15px; }

.scroll-x .scroll-element_size {
  height: 15px; }

.scroll-x {
  margin: 0 5%;
  position: relative;
  z-index: 2;
  top: -30px; }

.scroll-x .scroll-bar {
  position: relative;
  height: 20px;
  max-width: 30px;
  top: -7px; }

.scroll-x .scroll-element_track {
  height: 10px;
  background: #1b273c;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(25%, #fff), color-stop(25%, #1b273c), color-stop(50%, #1b273c), color-stop(50%, #fff));
  background: -webkit-linear-gradient(top, #fff, #fff 25%, #1b273c 25%, #1b273c 50%, #fff 50%);
  background: -o-linear-gradient(top, #fff, #fff 25%, #1b273c 25%, #1b273c 50%, #fff 50%);
  background: linear-gradient(to bottom, #fff, #fff 25%, #1b273c 25%, #1b273c 50%, #fff 50%); }

.scroll-x .scroll-bar:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  max-width: 30px;
  max-height: 30px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -17px; }

.scroll-x .scroll-bar:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-color: #ffffff;
  border: 5px solid #1b273c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -12px;
  left: 5px; }

/*block2-about*/
.block2-about {
  position: relative;
  height: 83vh;
  min-height: auto;
  width: 30vw; }

.block2-about::before {
  right: auto;
  left: 10vw;
  bottom: auto;
  top: -10vw; }

.nav-right-wrap-about {
  top: 0;
  position: absolute;
  height: auto; }

.footer-block {
  position: fixed;
  top: 10vh;
  right: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.footer-menu-toggle {
  margin-left: auto;
  width: 50px;
  height: 50px;
  position: relative;
  top: 2vh;
  right: 10px; }

.footer-menu-toggle .one,
.footer-menu-toggle .two,
.footer-menu-toggle .three {
  width: 100%;
  height: 8px;
  background: #ffffff;
  margin: 6px auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.logo-about {
  padding-top: 12vh;
  width: 12vw;
  margin-left: 8vw; }

.tov-zn-about {
  font-size: 18px; }

.catalog-about span {
  padding: 56px 4px;
  width: auto;
  height: auto; }

.catalog-about a:after,
.catalog-about a:before {
  content: none; }

.nav-right-about {
  width: 160px; }

.nav-right-wrap--mob {
  display: none; }

.block2-mob {
  display: none; }

.last__block {
  width: 16vw; }

.page-about__block--mob {
  display: none; }

.page-vacancies__title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px; }

.page-vacancies__pre {
  padding-left: 30px; }

.page-vacancies__vacancy {
  font-size: 31px; }

.page-vacancy__text {
  margin: 55px 0; }

.linelist-item {
  position: relative;
  color: #1b273c;
  padding-left: 17px;
  font-size: 14px; }

.linelist-item:before {
  content: "—";
  position: absolute;
  left: 0; }

.page-vacancies__block {
  padding-top: 110px; }

.img-wrap-vacancies {
  height: 82vh; }

.img-wrap-vacancies img {
  height: 100%; }

.block2-vacancies:before {
  left: 25vw; }

.logo-vacancies {
  margin-left: 24vw; }

.page-vacancies__img {
  width: 100%; }

.page-vacancies__img img {
  width: 100%; }

.footer-block-vacancies a.nav-right--color {
  color: #ffffff; }

.page-articles .horizon {
  max-height: 90vh; }

.horizon .page-articles__blocks {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.page-articles__block {
  padding: 0 16px;
  width: 24vw; }

.page-articles__block .page-about__img {
  min-height: 220px;
  height: 30vh; }

.page-articles__date {
  font-size: 17px;
  color: #1b273c;
  opacity: 0.3;
  margin-top: 20px; }

.page-articles__title {
  margin-top: 0; }

.page-articles__text {
  max-height: 31vh;
  overflow: hidden; }

.page-articles__text p {
  font-size: 13px;
  margin-bottom: 13px; }

.more {
  display: block;
  text-align: right;
  padding: 0 23px;
  font-size: 30px;
  font-weight: bold;
  color: #1b273c; }

/*filter*/
.page-articles-filter {
  color: #1b273c;
  font-size: 14px;
  margin-top: 13px;
  margin-left: 245px; }

.filter-item-wrap {
  position: relative;
  display: inline-block; }

.filter-item {
  position: relative;
  display: inline-block;
  padding: 14px 32px 14px 14px;
  border: 1px solid #1b273c;
  margin-right: 16px;
  min-width: 130px; }

.filter-interesting-title-on {
  display: none; }

.filter-item-title .fa-chevron-down {
  font-size: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 16px; }

.filter-item-main {
  position: absolute;
  top: 43px;
  border: 1px solid #1b273c;
  border-top: none;
  background-color: #ffffff;
  z-index: 1;
  padding: 14px 27px 19px 45px;
  min-width: 330px;
  font-size: 18px; }

/*checkbox*/
.checkbox__item {
  display: block;
  position: relative; }

.checkbox__item input[type="checkbox"],
.checkbox__item input[type="radio"] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  opacity: 0;
  z-index: 1; }

.checkbox__item input[type="checkbox"],
.checkbox__item input[type="radio"] {
  visibility: hidden; }

.checkbox__item label {
  max-width: 100%;
  padding-bottom: 5px;
  font-weight: bold;
  display: block;
  vertical-align: top;
  text-align: left;
  padding-left: 27px;
  color: #666666; }

.checkbox__item label:before,
.checkbox__item label:after {
  content: '';
  display: block;
  position: absolute; }

.checkbox__item label:before {
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: transparent;
  border: 1px solid #1b273c;
  border-radius: 1px; }

.checkbox__item label:after {
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  background: #1b273c;
  opacity: 0; }

.checkbox__item input[type="checkbox"]:checked + label:after,
.checkbox__item input[type="radio"]:checked + label:after {
  opacity: 1; }

.filter-item-main {
  display: none; }

.filter-item.on {
  min-width: 330px;
  font-size: 18px;
  line-height: 14px;
  border-bottom: none; }

.filter-item.on + .filter-item-main {
  display: block; }

.filter-item.on .filter-interesting-title-on {
  display: block; }

.filter-item.on .filter-interesting-title-off {
  display: none; }

.filter-text {
  margin-top: 60px;
  text-align: right; }

.filter-text span {
  text-decoration: underline;
  cursor: pointer; }

.page-design__main-title {
  font-size: 40px; }

.page-design__main-title .bigger {
  font-size: 50px;
  padding-top: 29%; }

.page-design__main-title span {
  display: block;
  line-height: 0.8; }

.page-design__block2 {
  width: 37vw; }

.page-design__img img {
  width: 100%; }

.page-design__title-top {
  font-size: 38px;
  font-weight: bold;
  color: #1b273c;
  text-align: center;
  padding-left: 100px; }

.page-design__title-main {
  font-size: 26px;
  text-align: center;
  padding-left: 100px; }

.page-design__title {
  margin-top: -34px; }

.page-design__text {
  position: relative;
  font-size: 14px;
  padding: 64px 25px 0; }

.text16 {
  font-size: 16px; }

.text-bold {
  font-weight: bold; }

.gift__img {
  position: absolute;
  right: 0;
  width: 131px; }

.gift__img img {
  width: 100%; }

/*accordeon*/
.page-design__block3 {
  width: 23vw; }

.page-design__subtitle-1 {
  font-size: 51px;
  padding-left: 34px; }

.page-design__subtitle-2 {
  font-size: 57px; }

.page-design__subtitle-3 {
  font-size: 34px; }

.page-design__subtitle-4 {
  font-size: 44px;
  text-align: right;
  padding-right: 33px; }

.page-design__block4 {
  width: 21vw;
  max-height: 89vh;
  overflow: auto; }

.accordeon {
  color: #1b273c;
  font-size: 14px; }

.accordeon-title {
  padding: 10px;
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  font-weight: bold; }

.accordeon-title:before {
  content: '';
  float: left;
  color: #f2f2f2;
  border: 2px solid #1b273c;
  border-left: none;
  border-top: none;
  background-color: #d2d4db;
  width: 10px;
  height: 10px;
  line-height: 20px;
  text-align: center;
  margin-top: 7px;
  margin-right: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.accordeon-title.is-opened:before {
  content: '';
  background-color: #1b273c;
  width: 15px;
  height: 15px;
  margin-top: 3px;
  margin-right: 7px; }

.accordeon-content {
  display: none;
  padding: 10px; }

.accordeon-list {
  padding-left: 20px; }
  .accordeon-list li:before {
    content: "-";
    width: 10px;
    display: inline-block; }

/*slider*/
.page-about__slider {
  color: #1b273c;
  font-size: 0;
  width: 45vw; }

.design-main {
  font-size: 16px;
  max-height: 64vh;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }

.design-main__img {
  width: 100%;
  display: none; }

.design-main__img img {
  width: 100%; }

.design-main__title {
  position: absolute;
  width: 70%;
  right: 0;
  bottom: 33px;
  background: #1b273c;
  padding: 14px;
  color: #fff; }

.design-main__title p {
  color: #fff; }

.design-main__name {
  display: inline-block;
  vertical-align: middle;
  width: 48%; }

.design-main__city {
  font-size: 36px; }

.design-main__region {
  font-size: 18px; }

.design-main__description {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 50%; }

.design-prev {
  width: 91%;
  margin: 0 auto; }

.design-prev__img--wrap {
  padding: 0 10px; }

.design-prev-arrows {
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 37px;
  color: #1b273c;
  cursor: pointer;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.design-prev .design-prev_arrow-left::before {
  padding: 11px; }

.design-prev .design-prev_arrow-right::before {
  padding: 14px; }

.design-prev .design-prev_arrow-left {
  left: -39px;
  z-index: 1; }

.design-prev .design-prev_arrow-right {
  right: -39px;
  z-index: 1; }

.design-prev__img img {
  width: 100%; }

.tabs__content-foto {
  display: none;
  /* по умолчанию прячем все блоки */ }

.tabs__content-foto.active {
  display: block;
  /* по умолчанию показываем нужный блок */ }

.logo-design {
  margin-left: 11vw; }

.img-wrap-design {
  height: 82vh;
  vertical-align: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.img-wrap-design img {
  height: 60vh;
  margin-bottom: -5vh;
  display: block; }

/*form*/
.page-about__form {
  color: #1b273c;
  width: 30vw; }

.page-about__form h2 {
  font-size: 49px;
  font-weight: bold; }

.page-about__form ul {
  font-size: 49px;
  padding: 25px 0 25px 30px; }

.page-about__form a {
  color: #1b273c; }

.page-about__form--subtitle {
  font-size: 32px;
  font-weight: bold; }

.page-about__form--write {
  display: block;
  color: #1b273c;
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1b273c;
  cursor: pointer; }

.page-about__form--write:before {
  position: absolute;
  left: 10px;
  bottom: -10px;
  content: '';
  background-color: #fff;
  width: 10px;
  height: 10px;
  border: 2px solid #1b273c;
  border-left: none;
  border-top: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.page-about__form--write:after {
  position: absolute;
  left: 10px;
  bottom: -5px;
  content: '';
  background-color: #1b273c;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.horizon .page-ukladka__blocks {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.section {
  padding-left: 100px; }

.page-about__main-title.section {
  padding-left: 25px;
  padding-right: 100px; }

.main-wrapper-ukladka {
  padding-left: 87px; }

.page-ukladka__block2 {
  position: relative;
  width: 72vw;
  padding: 16px; }

.page-ukladka__title {
  position: absolute;
  bottom: 7%;
  padding-left: 100px;
  color: #1b273c; }

.page-ukladka__title-top {
  font-size: 38px;
  font-weight: bold; }

.page-ukladka__title-main {
  font-size: 26px; }

.stair__img {
  display: inline-block;
  width: 83px;
  height: 83px; }

.stair__img img {
  width: 100%; }

.stair__txt {
  display: inline-block;
  padding-left: 15px;
  max-width: 381px;
  vertical-align: middle; }

.stairs {
  font-size: 14px;
  color: #1b273c; }

.stair {
  padding-left: 85px; }

.stair-first {
  padding-left: 59px; }

.page-ukladka__block {
  position: relative;
  width: 75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/icons/logo-bg.png);
  background-position: center;
  background-repeat: no-repeat; }

.page-ukladka__text-up {
  font-size: 18px; }

.page-ukladka__text {
  margin-top: 50px;
  color: #1b273c; }

.page-ukladka__text-up-title {
  max-width: 448px; }

.page-ukladka__block-left {
  position: relative;
  display: inline-block;
  width: 25%;
  vertical-align: top; }

.page-ukladka__block-left img {
  width: 100%; }

.page-ukladka__block-left::after {
  content: "";
  position: absolute;
  bottom: 15%;
  width: 100%;
  height: 35px;
  background-color: #ffffff; }

.page-ukladka__block-main {
  margin-left: 4%;
  width: 70%;
  padding: 16px;
  display: inline-block; }

.page-ukladka__main-title {
  max-width: none;
  width: auto; }

.page-ukladka__main-title h2 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.3; }

.page-ukladka__block50 {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
  color: #1b273c;
  margin-top: auto; }

.page-ukladka__block50-first {
  margin-bottom: 43px; }

.page-ukladka__block50-first p {
  margin-bottom: 20px; }

.page-ukladka__block50-title {
  max-width: 305px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase; }

.page-ukladka__block50-img {
  width: 250px;
  height: 225px;
  overflow: hidden;
  display: inline-block; }

.page-ukladka__block50-img img {
  width: 100%; }

.page-ukladka__block50-txt {
  font-size: 16px;
  max-width: 40%;
  padding: 0 0 33px 23px;
  display: inline-block;
  vertical-align: bottom; }

.page-ukladka__block50-item {
  margin-top: 10px; }

.page-ukladka__block-bg {
  position: relative;
  background: none;
  height: 100%; }

.page-ukladka__block--wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page-ukladka__block--wrapp::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
  height: 133px;
  background-color: #1b273c;
  opacity: 0.2; }

.bg-number {
  position: absolute;
  left: 23%;
  font-size: 550px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1b273c;
  opacity: 0.2;
  font-weight: bold; }

.return-to-up {
  width: 150px;
  position: relative;
  top: 0;
  -ms-flex-item-align: self-start;
  align-self: self-start;
  z-index: 2;
  left: 4vw;
  opacity: 0; }

.to-up {
  font-size: 14px;
  padding-left: 40px;
  position: relative;
  color: #1b273c;
  cursor: pointer; }

.to-up:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -6px;
  left: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #1b273c;
  background-color: #ffffff;
  border-left-width: 10px;
  border-bottom-width: 10px; }

#main-nav {
  position: fixed;
  top: 0px;
  background-color: #FFF;
  padding: 20px; }

.fix-nav {
  position: fixed;
  top: 24px;
  left: 0; }

.fix-nav__item--link {
  display: block;
  font-size: 48px;
  color: rgba(27, 39, 60, 0.2);
  padding: 20px;
  border: 2px solid rgba(27, 39, 60, 0.2);
  background-color: #ffffff;
  min-width: 87px;
  text-align: center;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer; }
  .fix-nav__item--link:hover {
    background-color: rgba(27, 39, 60, 0.2);
    color: rgba(27, 39, 60, 0.8); }

.fix-nav__item.active a {
  color: #1b273c; }

.block2__container--popup {
  top: 37%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.popup-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999999;
  overflow: hidden; }

.blackout-bg {
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 999999;
  display: none;
  left: 0;
  background-image: url(../img/main-bg.jpg);
  background-repeat-y: no-repeat;
  background-size: contain; }

.popup-cross {
  position: absolute;
  left: 115px;
  top: 50px;
  width: 50px;
  height: 54px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 2; }

.popup-cross:hover {
  opacity: 1; }

.popup-cross:before, .popup-cross:after {
  position: absolute;
  left: 21px;
  content: ' ';
  height: 61px;
  width: 5px;
  background-color: #ffffff; }

.popup-cross:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.popup-cross:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#blackout {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 999999;
  left: 0;
  display: none; }

.popup__content {
  width: 450px;
  padding: 9px;
  margin: 0 auto;
  font-size: 20px; }

.popup-form-content {
  margin-bottom: 25px; }

.popup-form-content label {
  display: inline-block;
  text-align: right;
  width: 193px; }

.popup-form-1 input {
  display: inline-block;
  width: 93px;
  padding: 15px 6px 6px 22px;
  background-color: #3e4659;
  font-size: 30px;
  text-decoration: underline;
  border: none;
  cursor: pointer; }

.popup-form-1 input:hover {
  background-color: #606777; }

.popup-form__qa {
  position: relative; }

.popup-form__qa-figure {
  color: #1b273c;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  padding: 0 5px;
  font-weight: 900;
  font-size: 14px;
  cursor: pointer; }

.popup-form__qa-ans {
  display: none;
  position: absolute;
  text-align: left;
  top: 53px;
  left: -179px;
  width: 450px;
  font-size: 12px;
  opacity: 0.8; }

.popup-form__qa:hover .popup-form__qa-figure {
  opacity: 1; }

.popup-form__qa:hover .popup-form__qa-ans {
  display: block; }

.modal-1-full {
  color: #ffffff;
  font-size: 12px;
  opacity: 0.8; }

.popup__block2::before {
  right: -222px;
  bottom: 14%; }

.popup-smallcross {
  padding: 11px 23px 11px 16px;
  width: 50px;
  height: 54px; }

.popup-smallcross:before, .popup-smallcross:after {
  position: absolute;
  content: ' ';
  margin-top: 16px;
  height: 29px;
  width: 2px;
  background-color: #ffffff; }

.popup-smallcross:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.popup-smallcross:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.input-wrap {
  position: relative; }

.input-wrap__ed {
  position: absolute;
  left: 6px;
  bottom: 0;
  opacity: 0.8; }

.input-wrap input::-webkit-input-placeholder {
  font-size: 15px; }

.input-wrap input::-moz-placeholder {
  font-size: 15px; }

/* Firefox 19+ */
.input-wrap input:-moz-placeholder:-moz-placeholder {
  font-size: 15px; }

/* Firefox 18- */
.input-wrap input:-ms-input-placeholder {
  font-size: 15px; }

.popup-form-radio {
  display: inline-block; }

.popup-form-1 .popup-form-radio input {
  width: 0; }

.radio__item {
  display: inline-block; }

.packing-img__wrap {
  overflow: hidden; }

.packing-img__wrap img {
  width: 113%; }

.radio__item label {
  width: 95px;
  display: block; }

.radio__item input {
  width: 0;
  height: 0;
  display: list-item; }

.radio__item input[type=radio] + label {
  border: 4px solid transparent;
  cursor: pointer; }

.radio__item input[type=radio]:checked + label {
  border: 4px solid #ffffff; }

.arrows {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 42px; }

.arrow {
  position: absolute;
  left: 6px;
  top: 0; }

.arrow-left {
  top: 15px; }

.popup-btn-wrap {
  text-align: right;
  margin-top: 50px; }

.popup-btn {
  min-width: 253px;
  min-height: 65px; }

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

/*modal2*/
.popup__block3 {
  padding-top: 115px; }

.popup__block3:before {
  background: #293a56; }

.popup__title {
  font-size: 40px; }

.popup__subtitle {
  font-size: 20px;
  margin-bottom: 20px; }

.popup-form-2 input {
  color: #1b273c;
  padding: 5px;
  width: 100%; }

#modal-2-tel-part1 {
  width: 45px; }

#modal-2-tel-part2 {
  width: 60px; }

#modal-2-tel-part3 {
  width: calc(100% - 117px); }

.popup-form-confident {
  font-size: 12px;
  font-style: italic;
  text-decoration: underline; }

.popup-form-confident label {
  position: relative;
  color: #ffffff;
  font-weight: normal;
  margin-left: auto;
  max-width: 189px; }

.popup-form-confident label:before {
  border-color: #ffffff; }

.popup-form-confident label:after {
  background: #ffffff; }

.main-header__popup-bg {
  position: absolute;
  width: 73%;
  top: 44%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1; }

.main-header__popup-bg img {
  width: 100%; }

/*modal3*/
.block3__container--popup {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1b273c; }
  .block3__container--popup .popup__title {
    font-size: 49px;
    font-weight: bold; }
  .block3__container--popup .popup-form-confident label {
    color: #1b273c; }
  .block3__container--popup .popup__subtitle {
    font-size: 32px; }

.popup3-call {
  font-size: 14px;
  text-align: right;
  text-decoration: underline; }
  .popup3-call a {
    color: #1b273c; }

.popup-box-3 {
  background: #fff; }
  .popup-box-3 .popup-cross:before, .popup-box-3 .popup-cross:after {
    background-color: #1b273c; }

.popup-form-3 input {
  color: #1b273c;
  padding: 5px;
  width: 100%;
  border: 1px solid #c4c4c4; }

.popup-form-3 .popup-form-confident label {
  font-size: 14px;
  font-style: italic;
  margin-left: 50%; }

.popup-form-3 .popup-form-confident label:before {
  border-color: #1b273c; }

.popup-form-3 .popup-form-confident label:after {
  background: #1b273c; }

.popup-form-3 .send-qa {
  font-size: 30px;
  border: 2px solid #1b273c;
  padding: 6px 27px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .popup-form-3 .send-qa:hover {
    background-color: #1b273c;
    color: #ffffff; }

.line {
  width: 80%;
  padding-bottom: 44px;
  border-bottom: 1px solid #1b273c; }
  .line:before {
    position: absolute;
    left: 20px;
    bottom: 12px;
    content: '';
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: 1px solid #1b273c;
    border-right: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .line:after {
    position: absolute;
    left: 20px;
    bottom: 5px;
    content: '';
    background-color: #1b273c;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

#modal-3-tel-part1 {
  width: 45px; }

#modal-3-tel-part2 {
  width: 60px; }

#modal-3-tel-part3 {
  width: calc(100% - 117px); }

@media screen and (min-width: 1700px) {
  .nav-right {
    padding-top: 12vh;
    width: 14vw; }
  .logo {
    padding-top: 12vh;
    width: 18vw;
    height: 55vh; }
  .prod__item--overlay__figure {
    width: 48%; }
  .block3:before {
    min-width: 851px;
    min-height: 806px; }
  .logo-contacts {
    padding-top: 33px;
    width: 11vw;
    height: 55vh; }
  .logo-about {
    padding-top: 13vh;
    width: 9vw; }
  .nav-right-about {
    padding-top: 54px;
    width: 160px; }
  .logo-vacancies {
    margin-left: 24vw; }
  .page-articles .horizon {
    max-height: 90vh; }
  /*articles*/
  .mt-page--anim--visible {
    left: 33vw;
    width: 68vw; }
  .block2--move-to-left-mt--fix {
    left: 13vw; }
  .block2--move-to-left-mt--fix:before {
    right: 3vw;
    bottom: 0%;
    width: 100vh;
    height: 102vh; } }

@media screen and (min-width: 2000px) {
  .block3:before {
    left: -18%; }
  .block2-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .logo-about {
    padding-top: 0;
    margin-left: 3vw; } }

@media screen and (max-width: 1539px) {
  .block2 {
    min-height: 480px; }
  .block2:before {
    right: auto;
    left: -27px;
    min-width: 480px;
    min-height: 480px; }
  .main-header__desctop {
    left: 42px;
    bottom: 12vh;
    width: 468px;
    padding: 32px 24px; }
  .main__title {
    font-size: 45px;
    line-height: 0.9; }
  .main__choice {
    padding-top: 10px;
    padding-left: 34px;
    font-size: 16px; }
  .block2 {
    width: 52vw; }
  .block2--move-to-left {
    width: 39vw; }
  .block2:before {
    z-index: 1; }
  .nav-right-wrap {
    z-index: 1; }
  .logo {
    width: 215px;
    height: 387px;
    padding-top: 110px;
    z-index: 1; }
  .logo img {
    width: 100%; }
  .catalog span {
    font-size: 18px;
    height: 140px;
    padding: 32px; }
  .catalog a:before,
  .catalog a:after {
    top: 65px; }
  .catalog a:before {
    left: 103px; }
  .catalog a:after {
    left: 72px; }
  .main-menu__phone {
    color: #ffffff;
    left: -87px;
    bottom: 15vh; }
  .main-menu__phone-item span {
    font-size: 26px; }
  /*anim*/
  .main-menu__phone--anim {
    left: 0;
    bottom: 74px;
    color: #1b273c; }
  /*cat*/
  .catalog-page--anim {
    height: 100vh; }
  .catalog-page__figure {
    font-size: 36px; }
  .catalog-page__ed {
    font-size: 15px; }
  .catalog-page__name {
    font-size: 18px; }
  .cat__item--left {
    font-size: 14px; }
  .cat__item__active {
    font-size: 32px; }
  /*mt*/
  .main-wrapper__mt--anim .mt__block2:before {
    left: -92px; }
  .main-wrapper__mt--anim .make-calc {
    top: 273px; }
  .main-wrapper__mt--anim .mt__social-icon__phone {
    top: 273px;
    left: 226px; }
  .main-wrapper__mt--anim .mt__social-icon__mail {
    top: 273px;
    left: 260px; }
  .block2--move-to-left-mt--fix .img-title {
    width: 254px; }
  .main-wrapper__mt .mt-menu__phone {
    color: #1b273c; }
  .mt__social-icon {
    display: none; }
  .mt__block2:before {
    z-index: 0; }
  .mt__logo {
    width: 91px;
    left: 148px;
    top: 26px; }
  .mt__nav-left-wrap {
    padding: 24px 15px 28px;
    width: 82px; }
  .mt__menu-toggle {
    width: 52px;
    height: 36px; }
  .mt__nav__back {
    font-size: 19px; }
  .mt__contacts {
    bottom: 28px; }
  .mt-menu__phone {
    right: auto;
    left: 16px;
    bottom: 118px; }
  .mt-menu__phone span {
    font-size: 20px; }
  .mt__social-icon {
    font-size: 34px;
    bottom: 286px; }
  .mt-descr {
    font-size: 14px;
    bottom: 22px;
    left: 96px; }
  .mt__block2 {
    width: 40vw; }
  .img-title {
    width: 243px;
    margin-left: 41px; }
  .mt__title--exampl {
    font-size: 14px; }
  .mt__title--exampl:before {
    top: 7px; }
  .block2 .hight-eco {
    padding: 0; }
  .hight-eco {
    right: -57px;
    left: auto;
    bottom: -47px;
    display: inline-block; }
  .hight-eco img {
    width: 38px;
    display: inline-block;
    vertical-align: bottom; }
  .block2--move-to-left-mt--fix {
    left: 177px; }
  .block2--move-to-left-mt--fix .block2__container {
    left: -79px; }
  .back-to {
    left: -63px; }
  .mt__item {
    font-size: 14px;
    right: 38px;
    top: 209px; }
  .mt__item a:after {
    width: 15px;
    height: 15px; }
  .mt__nav-left-open {
    width: 300px; }
  .mt__nav-left-open .mt__contacts {
    bottom: 50px; }
  .mt__block2 {
    padding-top: 48px; }
  .mt__block2__social-icon {
    margin-right: 40px; }
  .mt__social-icon__mail {
    font-size: 30px;
    margin-right: 42px; }
  .mt__title {
    font-size: 56px; }
  .mt__subtitle {
    font-size: 36px; }
  .tab_content {
    padding: 0; }
  .examples__title {
    padding-left: 15px; }
  .block2__container .social-icon--anim {
    top: 151px; }
  .tabs li a {
    font-size: 18px; }
  .examples-panel {
    position: absolute;
    right: 0;
    top: 22; }
  .tab_content {
    width: 57%; }
  .tabs li a {
    padding-left: 10px;
    padding-right: 10px; }
  .make-calc {
    font-size: 16px;
    padding: 3px 9px; }
  .social-icon--anim {
    font-size: 19px; }
  .har__item fieldset {
    width: 100%; }
  .har__item {
    padding: 45px 3px 0 15px; }
  .har__items__count span {
    width: 86px; }
  .har__items__name {
    width: 23%; }
  .har__items__count span {
    width: 95px; }
  .har__items__count span {
    display: inline-block;
    width: 116px; }
  .har__info__items {
    font-size: 14px; }
  .har__items__count {
    width: 36%; }
  .color__item__img {
    width: 92px;
    height: 93px;
    margin-bottom: 15px;
    margin-right: 15px; }
  .tab3 .tab_content {
    width: 58%;
    padding: 36px 0 36px 14px; }
  .color__info2 {
    width: 96%; }
  .har__items__name--first {
    width: 60%; }
  .mt__nav-left-open {
    z-index: 4; }
  /*map*/
  .block2-contacts {
    width: 49vw;
    min-height: 795px; }
  .block2-contacts:before {
    z-index: 0;
    min-width: 795px;
    min-height: 795px; }
  .main-menu__phone-contacts {
    top: -5vw;
    left: -31vw;
    bottom: auto; }
  .block3-contacts:before {
    top: -55%;
    left: -44%;
    -webkit-transform: rotate(-45deg) scale(0.4, 0.4);
    -ms-transform: rotate(-45deg) scale(0.4, 0.4);
    transform: rotate(-45deg) scale(0.4, 0.4); }
  .block4-contacts:before {
    top: -30%;
    left: -57%;
    -webkit-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6); }
  .logo-contacts {
    width: 163px;
    padding-top: 51px; }
  .main-menu__mail {
    font-size: 20px; }
  .main-menu__adress {
    font-size: 16px;
    margin-top: 25px; }
  .main-menu__times {
    font-size: 13px;
    margin-top: 8px; }
  .main-menu__times span {
    font-size: 23px; }
  .main-menu__days {
    font-size: 14px; }
  .main-menu__phone-contacts .main-menu__phone-item {
    color: #ffffff;
    font-size: 14px; }
  /*about*/
  .horizon > ul {
    padding-top: 0; }
  .block2-about {
    width: auto; }
  .page-about__block {
    padding: 10px; }
  .nav-right-wrap-about {
    top: -8vh; }
  .page-about__img {
    max-height: 164px;
    height: 164px;
    min-height: auto; }
  .page-about__text {
    min-height: 41vh; }
  .page-about__title {
    margin-top: 17px;
    margin-bottom: 5px;
    font-size: 16px; }
  .page-about__text p {
    font-size: 12px;
    margin-bottom: 8px; }
  .logo-about {
    width: 112px;
    padding-top: 10vh;
    margin-left: 3vw; }
  .block2-about {
    min-height: 475px;
    height: 475px; }
  .block2-about::before {
    left: 8vw;
    top: -33vh;
    min-width: 795px;
    min-height: 795px; }
  .nav-right-about {
    height: auto;
    font-size: 13px;
    width: 120px; }
  .catalog-about span {
    padding: 15px 4px;
    height: auto; }
  .horizon {
    padding-top: 20px; }
  .return-to-up {
    left: -2vw; }
  /*vacancies*/
  .footer-block-vacancies {
    width: 550px; }
  .page-vacancies__block {
    width: 460px; }
  .page-vacancies__title {
    margin-top: 0; }
  .block2-vacancies:before {
    left: 31vw; }
  /*article*/
  .page-articles__date {
    font-size: 13px;
    margin-top: 11px; }
  .page-articles__text {
    max-height: 150px; }
  .page-about__block:first-child {
    height: 77%; }
  .page-articles .page-about__text {
    min-height: 31vh; }
  .page-articles .horizon {
    padding-top: 0; }
  /*design*/
  .page-design .horizon {
    padding-top: 5px; }
  .page-design__block2 {
    width: 49vw; }
  .page-design__title-top,
  .page-design__title-main {
    padding-left: 0; }
  .page-design__text {
    padding-top: 0; }
  .gift__img {
    width: 50px; }
  .page-about__slider-text {
    font-size: 13px;
    padding: 10px; }
  .footer-block-design {
    width: 610px; }
  .block2-design:before {
    left: 30vw; }
  .logo-design {
    margin-left: 24vw; }
  .accordeon {
    font-size: 12px; }
  .accordeon-title {
    font-size: 15px; }
  .page-about__slider {
    width: 60vw; }
  .page-about__form h2 {
    font-size: 29px; }
  .page-about__form ul {
    font-size: 26px; }
  .page-about__form--write {
    font-size: 16px; }
  .page-design__subtitle-1 {
    font-size: 42px; }
  .page-design__subtitle-2 {
    font-size: 46px; }
  .page-design__subtitle-3 {
    font-size: 25px; }
  .page-design__subtitle-4 {
    font-size: 35px; }
  /*ukladka*/
  .page-ukladka__block2 {
    width: 885px;
    padding: 0; }
  .stair__img {
    width: 70px;
    height: 70px; }
  .stair {
    padding-left: 70px; }
  .stair-first {
    padding-left: 0; }
  .stair__txt {
    max-width: 308px; }
  .page-ukladka__title {
    padding-left: 10px; }
  .page-ukladka__block {
    width: 925px; }
  .page-ukladka__block-left {
    max-height: 505px;
    overflow: hidden; }
  .page-ukladka__main-title h2 {
    font-size: 24px; }
  .page-ukladka__block50-img {
    width: 170px;
    height: 153px;
    overflow: hidden; }
  /*popup*/
  .popup__content {
    font-size: 13px;
    width: 98%; }
  .popup-form-content label {
    width: 36%; }
  .popup-btn {
    min-width: 192px;
    min-height: 48px; }
  .radio__item label {
    width: 95px; }
  .popup-form__qa-ans {
    top: 47px; }
  .popup__block3:before {
    width: 233vh;
    height: 153vh; }
  .block3__container--popup .popup__title {
    font-size: 31px; }
  .block3__container--popup .popup__subtitle {
    font-size: 24px; }
  .popup-form-3 .send-qa {
    font-size: 25px; }
  .popup-form-content {
    margin-bottom: 16px; }
  .popup-btn-wrap {
    margin-top: 17px; } }

@media screen and (max-width: 1539px) and (min-width: 980px) and (max-height: 900px) {
  .block2:before {
    min-width: 900px;
    min-height: 900px;
    bottom: 0; }
  .block2-contacts:before {
    min-width: 795px;
    min-height: 795px;
    bottom: 19%; } }

@media screen and (max-width: 1390px) {
  /*anim*/
  .main-menu__phone--anim {
    left: auto; }
  .catalog-title--anim {
    font-size: 31px;
    right: 49%;
    top: 34%; }
  .catalog-title--anim .catalog-smaller {
    font-size: 21px; }
  .catalog-page--anim {
    left: 7%;
    width: 71%; }
  .cat__nav-right-wrap {
    width: 195px; }
  .cat__nav-right {
    width: 195px; }
  .cat__phone {
    left: 0;
    bottom: 36px; }
  .cat__contacts {
    bottom: 108px; }
  .catalog-page--bg {
    width: 80%; }
  .catalog-page__color {
    width: 210px;
    padding: 24px 16px;
    margin-right: 0; }
  .cat__phone-item span {
    font-size: 22px; }
  .cat__item--left {
    width: 229px; }
  .block3:before {
    left: -36%; }
  .prod__item--overlay__figure {
    width: 93%; }
  .prod__item--overlay__img {
    margin-left: 52%;
    width: 28%;
    height: 28%; }
  .main-page--anim {
    background-size: 76% 100%; }
  .block2--move-to-left-mt--fix .img-title {
    margin-left: 39px; } }

@media screen and (max-width: 1190px) {
  .block3:before {
    left: -47%; } }

@media screen and (max-width: 979px) {
  .main-page {
    background-size: 85% 100%; }
  .block2 {
    width: 36vw; }
  .main-header__desctop {
    left: 14px;
    bottom: 17px; }
  .logo {
    width: 188px;
    height: 295px;
    padding-top: 53px; }
  .nav-right-wrap--anim {
    width: 65px; }
  .nav-right {
    width: 64px;
    padding-left: 16px;
    padding-top: 11px; }
  .nav-right .menu-toggle {
    display: block;
    position: relative;
    z-index: 12; }
  .nav-right nav {
    display: none; }
  .on + nav {
    display: block;
    position: fixed;
    z-index: 12;
    right: 4%;
    top: 24%;
    color: #1b273c; }
  .on + nav a {
    color: #1b273c; }
  .on + nav .main-menu__item:hover:before {
    background-color: #1b273c; }
  .on + nav .main-menu__item--active:before {
    background-color: #1b273c; }
  .main-menu__contacts:before {
    background-color: #1b273c; }
  .on .one,
  .on .two,
  .on .three {
    background-color: #1b273c; }
  .nav-right--anim .one,
  .nav-right--anim .two,
  .nav-right--anim .three {
    background-color: #1b273c; }
  .catalog span {
    height: 148px;
    padding: 34px 10px; }
  .catalog a:before {
    display: none; }
  .catalog a:after {
    left: 29px; }
  .main-menu__contacts {
    position: absolute;
    bottom: 80px;
    left: 83px; }
  .main-menu__phone {
    left: 0;
    bottom: 23vh; }
  .main-page--anim {
    background-size: 92% 100%; }
  .catalog-page--anim {
    width: 86%; }
  .main-menu__contacts--anim {
    bottom: 54px;
    left: auto;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .main-wrapper--anim {
    background-color: #ffffff; }
  .nav-right--anim .one,
  .nav-right--anim .two,
  .nav-right--anim .three {
    background-color: #1b273c; }
  .nav-right--anim .on + nav {
    right: 4%;
    top: 24%;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-right: auto; }
  .overlay--menu {
    display: block;
    left: 78%;
    background: #ffffff; }
  .main-page--anim .nav-right-wrap {
    z-index: 3; }
  .catalog__tomain {
    font-size: 14px;
    text-transform: none;
    position: absolute;
    right: 45%;
    top: 10%;
    z-index: 4;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .prod__item {
    padding: 10px 16px; }
  .main-menu__phone--anim {
    display: none; }
  .prod__item--overlay__figure:before {
    width: 150%;
    height: 150%;
    bottom: -29px;
    left: -99px; }
  .cat__items {
    font-size: 16px; }
  .cat__item--overlay {
    width: 92%; }
  /*cat*/
  .block3:before {
    min-width: 485px;
    min-height: 485px; }
  .main-page {
    min-height: 485px; }
  .cat__wrapper {
    min-height: 485px; }
  .block3:before {
    left: -38%; }
  .cat__wrapper {
    background-color: #ffffff; }
  .catalog-page--bg {
    width: 94%;
    z-index: 0; }
  .cat__nav-right-wrap {
    width: 64px; }
  .cat__item--left {
    width: 158px; }
  .cat__item__active:after {
    content: none; }
  .cat__item__active {
    margin: 8px 0;
    font-size: 26px;
    line-height: 0.8; }
  .cat__item--left {
    font-size: 12px; }
  .cat__tomain-cat {
    top: -93px; }
  .prod__item__figure__title {
    font-size: 12px; }
  .prod__item--overlay__figure p {
    font-size: 9px; }
  .tabs li a {
    font-size: 14px;
    padding: 7px; }
  .block2--move-to-left-mt--fix .img-title {
    width: 231px; }
  .mt-page--anim--visible {
    padding: 40px 15px 40px; }
  .block2--move-to-left-mt--fix .block2__container {
    left: -99px;
    padding-top: 0; }
  .main-wrapper__mt--anim .make-calc {
    top: 195px; }
  .img-title {
    margin-top: 70px; }
  .tab_content {
    width: 56%; }
  .har__title {
    font-size: 30px; }
  .har__items__name--first {
    width: 58%; }
  .color__item__txt {
    font-size: 16px; }
  .open .main-menu__contacts {
    bottom: 54px;
    left: 64px; }
  .mt__title {
    font-size: 46px; }
  .mt__subtitle {
    font-size: 28px; }
  .mt__nav-left-wrap {
    padding-top: 13px;
    width: 63px; }
  .mt__menu-toggle {
    width: 33px;
    height: 19px; }
  .mt__menu-toggle .one,
  .mt__menu-toggle .two,
  .mt__menu-toggle .three {
    height: 4px;
    margin: 4px auto; }
  .mt__menu-toggle.on .one, .mt__menu-toggle.on .two, .mt__menu-toggle.on .three {
    margin: 7px auto; }
  .mt__nav-left-open {
    width: 250px; }
  .mt__menu-toggle.on + nav {
    left: 100px; }
  .mt__social-icon-open {
    left: 100px; }
  .mt__nav-left-open .mt__contacts {
    left: 100px; }
  .mt-menu__phone {
    display: none; }
  .mt__nav-left-open .mt-menu__phone {
    display: block;
    color: #1b273c; }
  .block2__container .hight-eco {
    display: none; }
  .mt-descr .hight-eco {
    display: block;
    position: relative;
    bottom: auto;
    left: 55%; }
  .hight-eco__img {
    padding-top: 0; }
  .hight-eco img {
    width: auto; }
  .mt-descr {
    left: 63px; }
  .mt-page {
    background-size: cover; }
  .mt__block2 {
    padding-top: 0; }
  .make-calc {
    position: absolute;
    top: 242px;
    left: 0; }
  .mt__social-icon__mail {
    position: absolute;
    top: 20px; }
  .mt__social-icon__phone {
    position: absolute;
    top: 59px; }
  .mt__item {
    top: auto;
    bottom: 0; }
  .make-calc {
    padding: 5px 27px;
    top: 200px; }
  .mt__logo {
    display: none; }
  .mt__block2:before {
    bottom: 20%;
    left: 6px; }
  .mt__item a:after {
    bottom: -22px;
    top: auto;
    left: auto;
    right: 0;
    margin-bottom: -7px; }
  .mt-page .img-title {
    margin-top: 75px; }
  .mt-main-header__mobile {
    display: block; }
  /*map*/
  .main-menu__phone-contacts {
    left: -31vw;
    top: auto;
    bottom: -2vw;
    min-width: 198px; }
  .main-menu__phone-contacts .main-menu__phone-item {
    font-size: 12px; }
  .main-menu__phone-item span {
    font-size: 20px; }
  .main-menu__mail {
    font-size: 14px; }
  .main-menu__adress {
    font-size: 13px;
    margin-top: 16px; }
  .main-menu__times span {
    font-size: 19px; }
  .block3-contacts:before {
    top: -58%;
    left: -98%;
    -webkit-transform: rotate(-45deg) scale(0.3, 0.3);
    -ms-transform: rotate(-45deg) scale(0.3, 0.3);
    transform: rotate(-45deg) scale(0.3, 0.3); }
  .block4-contacts:before {
    top: -40%;
    left: -115%;
    -webkit-transform: scale(0.45, 0.45);
    -ms-transform: scale(0.45, 0.45);
    transform: scale(0.45, 0.45); }
  .main-menu__contacts-contacts {
    position: relative;
    left: -13vw;
    top: 0vw; }
  /*about*/
  .page-about__img {
    max-height: 130px; }
  .bg-body-about,
  .main-wrapper-about {
    background: transparent; }
  .main-menu__contacts-about {
    position: relative;
    left: -12px;
    bottom: auto; }
  .horizon {
    padding-top: 0; }
  .scroll-x {
    position: relative;
    top: -6vh; }
  .block2-about::before {
    left: 25vw;
    top: -49vh; }
  .footer-block .logo {
    width: 114px;
    height: 265px;
    margin-left: 13vw;
    padding-top: 7vh; }
  .return-to-up {
    top: -6vh;
    left: 4vw; }
  /*vacancies*/
  .block2-vacancies {
    width: auto; }
  .logo-vacancies {
    margin-left: 30vw; }
  .block2-vacancies:before {
    left: 37vw; }
  /*article*/
  .page-articles__text {
    max-height: 125px; }
  .page-articles__date {
    margin-top: 14px; }
  .page-articles__title {
    margin-top: 6px; }
  .page-articles .scroll-x {
    top: -75px; }
  .page-articles-filter {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center; }
  /*design*/
  .page-design__text {
    font-size: 11px; }
  .page-design__block2 {
    width: 48vw; }
  .page-design__title-top {
    font-size: 29px; }
  .page-design__title-main {
    font-size: 21px; }
  .page-about__slider {
    width: 710px; }
  .design-prev__img {
    width: 68px !important; }
  .page-about__slider-text {
    font-size: 12px; }
  .block2-design {
    width: auto; }
  .block2-design:before {
    left: 50vw; }
  .logo-design {
    margin-left: 43vw; }
  .page-about__main-title h2 {
    font-size: 46px; }
  .page-design__main-title .bigger {
    font-size: 48px; }
  .page-design__block3 {
    width: 34vw; }
  .page-design__block4 {
    width: 36vw; }
  .page-about__form {
    width: 39vw; }
  /*ukladka*/
  .page-ukladka__block2 {
    width: 651px; }
  .stairs {
    padding-top: 10px; }
  .stair__img {
    width: 60px;
    height: 60px; }
  .stair {
    padding-left: 52px; }
  .stair-first {
    padding-left: 0; }
  .page-ukladka__title-top {
    font-size: 32px; }
  .page-ukladka__title-main {
    font-size: 21px; }
  .stair__txt {
    max-width: 269px; }
  .page-ukladka__title {
    padding-left: 0; }
  .page-ukladka__block-left {
    max-height: 436px; }
  .page-ukladka__block {
    width: 700px; }
  .page-ukladka__block-left::after {
    bottom: 9%; }
  .page-ukladka__block50-img {
    width: 148px;
    height: 131px; }
  .page-ukladka__block50-first {
    margin-bottom: 0; }
  /*popup*/
  .popup__block2 {
    width: 47vw; }
  .popup-form-1 input {
    width: 71px;
    font-size: 16px; }
  .popup-btn {
    position: static; }
  .radio__item label {
    width: 75px; }
  .input-wrap input::-webkit-input-placeholder {
    font-size: 10px; }
  .input-wrap input::-moz-placeholder {
    font-size: 10px; }
  /* Firefox 19+ */
  .input-wrap input:-moz-placeholder:-moz-placeholder {
    font-size: 10px; }
  /* Firefox 18- */
  .input-wrap input:-ms-input-placeholder {
    font-size: 10px; }
  .arrows {
    height: 35px; }
  .popup__content {
    padding-top: 23px; }
  .popup__block3:before {
    bottom: 14%;
    left: -5px; }
  .popup-form__qa-ans {
    top: 44px; }
  .popup-form-3 .popup-form-confident label {
    margin-left: 0; } }

@media screen and (max-width: 749px) {
  .main-page {
    background-size: 100% 75%;
    background-position: top;
    margin-top: 127px;
    min-height: 60px; }
  .main-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #1b273c));
    background: -webkit-linear-gradient(#ffffff 50%, #1b273c 50%);
    background: -o-linear-gradient(#ffffff 50%, #1b273c 50%);
    background: linear-gradient(#ffffff 50%, #1b273c 50%); }
  .main-header__desctop {
    left: 0;
    bottom: 90px;
    width: 387px; }
  .block2 {
    width: 50%;
    min-width: auto; }
  .block2:before {
    bottom: auto;
    top: -967px;
    right: 103px;
    left: auto;
    width: 767px;
    height: 767px;
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }
  .nav-right-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 265px;
    min-height: auto; }
  .logo {
    width: 145px;
    height: 169px;
    min-height: auto;
    padding-top: 21px; }
  .catalog {
    width: 86px;
    right: 19vw;
    top: 54px;
    padding-top: 44px;
    position: relative; }
  .catalog span {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
    width: 100px;
    height: 220px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .catalog a:after {
    top: auto;
    left: 44px;
    width: 10px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .nav-right .fa-instagram {
    margin-top: 7px; }
  .nav-right .fa-youtube-play {
    display: none; }
  .main-menu__phone {
    left: 65px;
    top: 28px;
    bottom: auto; }
  .main-menu__contacts {
    bottom: auto;
    top: 94px;
    left: 161px; }
  .overlay--menu {
    left: 67%; }
  /*anim*/
  .catalog-page--anim {
    padding-top: 105px;
    width: 100%;
    left: auto; }
  .main-page--anim .nav-right-wrap {
    height: 165px; }
  .main-wrapper--anim .block2 {
    right: 0;
    left: auto;
    width: 100%; }
  .main-wrapper--anim .block2:before {
    top: -113vh;
    -webkit-transform: rotate(-63deg);
    -ms-transform: rotate(-63deg);
    transform: rotate(-63deg); }
  .catalog-title--anim {
    top: 0;
    left: 0;
    padding: 71px 15px 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 3;
    font-size: 46px;
    line-height: 1; }
  .catalog-title--anim .catalog-smaller {
    font-size: 32px;
    margin-top: 0; }
  .catalog__tomain {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 52px 15px 0;
    top: 0;
    right: auto; }
  .main-menu__phone--anim {
    display: none; }
  .catalog-page--anim .cat__items {
    font-size: 24px;
    padding-top: 0; }
  .cat__item {
    width: 100%;
    float: none; }
  .nav-right--anim {
    padding-top: 25px;
    margin-right: 7px;
    height: 165px;
    min-height: auto; }
  .nav-right--anim .one,
  .nav-right--anim .two,
  .nav-right--anim .three {
    background-color: #ffffff; }
  .nav-right--anim .on .one,
  .nav-right--anim .on .two,
  .nav-right--anim .on .three {
    background-color: #1b273c; }
  .nav-right--anim .fa-instagram {
    display: none; }
  .main-wrapper--anim .social-icon-call {
    font-size: 40px;
    color: #ffffff;
    z-index: 4;
    position: absolute;
    top: 85px;
    right: 47px; }
  .main-wrapper--anim .social-icon-call a {
    margin-left: 5px;
    margin-right: 5px; }
  .main-wrapper--anim {
    height: auto;
    background-image: url(../img/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
  .catalog-page--anim {
    position: relative;
    height: auto; }
  .main-page--anim {
    height: auto;
    margin-top: 0; }
  .prod__item {
    min-height: 145px; }
  .main-menu__contacts--anim {
    display: none; }
  .prod__item--overlay__figure:before {
    width: 75vw;
    height: 75vw;
    bottom: -148px; }
  .prod__item--overlay__figure {
    width: 57%; }
  .nav-right .main-menu__contacts:before {
    background-color: #ffffff; }
  /* cat */
  .block3 {
    display: none; }
  .catalog-page--bg {
    margin-top: 165px;
    height: 78vh;
    width: 100%;
    padding: 0 15px; }
  .cat__nav-right-wrap {
    height: 165px; }
  .cat__block2 {
    display: block;
    width: 100%; }
  .cat__block2:before {
    z-index: 0;
    top: -901px;
    -webkit-transform: rotate(-63deg);
    -ms-transform: rotate(-63deg);
    transform: rotate(-63deg); }
  .cat__item--bg {
    margin: 0;
    margin-bottom: 12px; }
  .cat__social-icon-call {
    font-size: 40px;
    color: #ffffff;
    z-index: 4;
    position: absolute;
    top: 85px;
    right: 47px; }
  .cat__item--bg {
    min-height: 238px;
    position: relative; }
  .catalog-page__color {
    position: absolute;
    width: 100%;
    bottom: 5px;
    background-color: rgba(27, 39, 60, 0.6); }
  .catalog-page__color > div {
    display: inline-block; }
  .catalog-page__figure {
    position: absolute;
    right: 32px;
    bottom: 26px;
    font-size: 51px; }
  .catalog-page__ed {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    opacity: 1; }
  .catalog-page__name {
    font-size: 32px;
    padding-right: 100px;
    line-height: 1;
    padding-top: 0; }
  .prod__item__figure__title {
    font-size: 20px; }
  .prod__item--overlay__figure p {
    font-size: 12px; }
  /*cat*/
  .cat__wrapper {
    height: auto;
    overflow: auto; }
  .cat__wrapper .main-page {
    height: auto; }
  .cat__wrapper .cat__block2 {
    height: auto; }
  .catalog-page--bg {
    position: absolute;
    overflow: auto;
    height: auto; }
  /*mt*/
  .mt__nav__back {
    display: none; }
  .mt__item.rotate {
    width: 271px;
    top: 227px;
    right: -96px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .mt__item.rotate a:after {
    top: 42px;
    left: 50%;
    width: 17px;
    height: 27px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .mt-page .mt-main-header__mobile .img-title {
    margin-top: 0;
    position: absolute;
    top: -130px;
    right: -142px; }
  .tabs ul {
    position: static;
    height: auto;
    width: auto; }
  /*mt*/
  .mt__nav-left-wrap {
    height: 60px;
    background-color: #1b273c; }
  .mt__menu-toggle {
    margin-left: auto; }
  .mt__nav-left-open {
    width: 50%;
    height: 100vh; }
  .mt__nav-left-open .mt-menu__phone {
    top: auto;
    bottom: 91px; }
  .mt__contacts {
    display: none; }
  .mt__menu-toggle .one, .mt__menu-toggle .two, .mt__menu-toggle .three {
    background-color: #ffffff; }
  .mt__nav-left-open {
    background-color: #ffffff; }
  .mt__menu-toggle.on .one, .mt__menu-toggle.on .two, .mt__menu-toggle.on .three {
    background-color: #1b273c; }
  .mt__block2 {
    width: 100%;
    height: auto; }
  .mt__block2:before {
    bottom: auto;
    top: 148px; }
  .mt-page {
    margin-top: 0; }
  .img-title {
    position: absolute;
    top: -179px;
    right: 37px;
    left: auto; }
  .block2__container {
    position: relative;
    top: 116px;
    left: 15px; }
  .make-calc {
    padding: 6px 37px;
    right: 30px;
    left: auto;
    font-size: 21px;
    z-index: 1;
    bottom: -14px;
    top: auto; }
  .mt__subtitle {
    font-size: 32px; }
  .mt__item.rotate {
    width: 90%;
    text-align: center;
    right: 0;
    left: 0;
    top: 234px; }
  .mt__title--exampl {
    font-size: 16px; }
  .mt__social-icon__mail {
    position: absolute;
    top: -285px;
    right: 15px;
    margin-right: 15px;
    font-size: 50px;
    z-index: 1; }
  .mt__block2 {
    padding-top: 305px; }
  .mt__social-icon__phone {
    position: absolute;
    top: -228px;
    right: 15px;
    margin-right: 15px;
    font-size: 50px;
    z-index: 1; }
  .mt-descr {
    width: auto;
    top: 76px;
    left: 15px;
    bottom: auto; }
  .mt-descr .hight-eco {
    display: block; }
  .block__mt {
    display: none; }
  .mt__social-icon {
    display: block;
    top: 75px;
    right: 15px; }
  .mt__social-icon .nav-right--color {
    color: #ffffff;
    font-size: 60px; }
  .mt__social-icon .fa-youtube-play {
    display: none; }
  /*mt*/
  /*anim*/
  .tab_content {
    position: static !important; }
  .main-wrapper__mt--anim {
    background: none;
    height: auto; }
  .main-wrapper__mt--anim .mt-page {
    background-size: cover;
    height: auto; }
  .block2--move-to-left-mt--fix {
    position: absolute;
    padding-top: 0;
    left: 0;
    top: 56px; }
  .main-wrapper__mt--anim .block2__container {
    top: -5px; }
  .mt-bread-crumbs {
    margin-top: 13px; }
  .main-wrapper__mt--anim .make-calc {
    top: 151px;
    bottom: auto; }
  .mt-page--anim--visible {
    width: 100%;
    z-index: 2;
    position: relative;
    left: 0;
    padding: 40px 6px 40px;
    height: auto; }
  .main-wrapper__mt--anim .block2--move-to-left-mt--fix:before {
    bottom: 126px;
    right: 149px;
    top: auto;
    left: auto;
    width: 88vh;
    height: 88vh; }
  .block2--move-to-left-mt--fix .block2__container {
    left: 15px; }
  .main-wrapper__mt--anim .make-calc {
    left: auto; }
  .main-wrapper__mt--anim .mt__social-icon__phone,
  .main-wrapper__mt--anim .mt__social-icon__mail {
    display: none; }
  .main-wrapper__mt--anim .mt-page {
    min-height: 286px; }
  .tab_content {
    width: 100%;
    overflow-y: visible;
    height: auto; }
  .tab3 .tab_content {
    width: 100%;
    padding: 0; }
  .color__item {
    padding: 15px 14px; }
  .color__item__img {
    width: 91px;
    height: 91px; }
  .har__items__name {
    width: 25%; }
  .har__items__name--first {
    width: 58%; }
  .har__item {
    padding: 0;
    margin-top: 52px; }
  .har__item fieldset {
    width: 97%; }
  .block2--move-to-left-mt--fix .img-title {
    display: none; }
  .mt-main-header__mobile .mt-page--anim--visible {
    top: 240px;
    left: 0; }
  .back-to-mt--anim {
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 35px; }
  .mt-page--anim--visible li {
    float: none; }
  .har__title {
    font-size: 30px; }
  .tab_content {
    padding: 0; }
  .color__info2 {
    padding: 15px;
    width: 100%; }
  /*map*/
  .block3-contacts {
    display: none; }
  .main-menu__phone-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 13vw;
    top: 0;
    position: absolute; }
  .main-menu__phone-contacts-left {
    margin-top: 10px; }
  .main-menu__phone-contacts-right {
    margin-left: 10px; }
  .logo-contacts {
    width: 123px; }
  .main-menu__contacts-contacts {
    left: -18vw; }
  /*about*/
  .main-wrapper {
    background: transparent; }
  .nav-right-wrap--mob {
    display: block; }
  .block2-mob {
    display: block; }
  .horizon > ul {
    max-height: none;
    width: auto;
    padding-top: 0; }
  .main-wrapper-about {
    height: auto; }
  .page-about {
    height: auto; }
  .page-about__block {
    float: none;
    padding: 20px 30px;
    width: auto; }
  .page-about__block:first-child {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-top: 140px;
    width: 100%; }
  .footer-block {
    display: none; }
  .footer-block--mob {
    display: none; }
  .page-about__block--mob {
    display: block;
    padding: 20px 30px; }
  .page-about__title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 22px; }
  .page-about__text p {
    font-size: 17px;
    margin-bottom: 20px; }
  .horizon > ul {
    display: block;
    height: auto; }
  /*articles*/
  .page-articles-filter {
    margin-top: 154px; }
  .page-articles__block:first-child {
    margin-top: 0; }
  /*design*/
  .page-design__main-title .bigger {
    padding-top: 0; }
  .horizon {
    max-height: none; }
  .page-articles .horizon {
    max-height: none; }
  .design-main {
    width: 100%; }
  .page-about__slider-right {
    width: 100%; }
  .page-design__text {
    font-size: 14px; }
  .page-about__slider-text {
    font-size: 16px; }
  .return-to-up {
    left: 0; }
  .accordeon {
    font-size: 17px; }
  .accordeon-title {
    font-size: 22px; }
  .page-about__form h2 {
    margin-top: 20px;
    font-size: 45px; }
  .page-about__form ul {
    font-size: 43px; }
  .page-about__form--write {
    font-size: 19px; }
  .popup-box {
    width: 100vw;
    height: 100vh; }
  /*ukladka*/
  .stair {
    padding-left: 0; }
  .page-ukladka__title {
    position: static;
    margin: 20px 0;
    text-align: center; }
  .page-ukladka__block {
    display: block; }
  .page-ukladka__block-left {
    width: 100%; }
  .page-ukladka__block-left {
    max-height: 180px; }
  .page-ukladka__block-left::after {
    width: 35px;
    height: 100%;
    bottom: 0;
    left: 7%; }
  .page-ukladka__block-main {
    width: 100%; }
  .page-ukladka__main-title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    max-width: none; }
  .page-ukladka__block50 {
    width: 100%; }
  .page-ukladka__block-bg::after {
    width: 133px;
    height: 14px; }
  .page-ukladka__block50-title {
    max-width: none; }
  .page-ukladka__block50-txt {
    max-width: 60%; }
  .return-to-up {
    top: 0;
    margin-bottom: 20px; }
  .to-up:before {
    border-bottom-width: 1px;
    border-top-width: 10px; }
  .page-ukladka__block50-title {
    margin-top: 20px; }
  /*popup*/
  .popup__block2 {
    padding-top: 85px; }
  .popup__block2:before {
    top: -23%;
    right: 21vw; }
  .popup-btn-wrap {
    text-align: center; }
  .main-header__popup-bg {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .popup__content {
    font-size: 13px;
    width: 95%;
    margin: 0; }
  #modal-2-tel-part3 {
    width: calc(100% - 113px); }
  .popup-form__qa-ans {
    left: -105px;
    width: 310px; }
  .bg-body-about {
    overflow: auto;
    overflow-x: hidden; }
  .page-design__block4 {
    max-height: none; }
  .design-main {
    max-height: none; }
  .design-main__title {
    position: static;
    width: 100%; }
  .popup-box-3 .popup-cross {
    left: auto;
    right: 10%;
    width: 42px;
    height: 42px; }
  .popup-box-3 .popup-cross:before,
  .popup-box-3 .popup-cross:after {
    height: 45px; }
  .design-prev__img--wrap {
    overflow: hidden; }
  .main-wrapper {
    height: auto; }
  .fix-nav {
    display: none; }
  .block2__container--popup {
    position: absolute;
    top: 50%;
    width: 100%; }
  .main-wrapper-ukladka {
    padding-left: 0; } }

@media screen and (max-width: 689px) {
  .block__mt:before {
    left: 503px; }
  .tabs li a {
    font-size: 28px; }
  /*map*/
  .nav-right-wrap-contacts .main-menu__phone-contacts {
    display: block;
    left: auto;
    right: 42vw; } }

@media screen and (max-width: 479px) {
  .main-menu__phone {
    left: 10px;
    top: 14px; }
  .main-menu__contacts {
    left: 19%; }
  .logo {
    width: 108px; }
  .main__title {
    font-size: 37px; }
  .main-header__desctop {
    width: 100vw; }
  .catalog {
    padding-top: 10px;
    right: 28vw; }
  .block2:before {
    width: 736px;
    height: 747px; }
  .main-wrapper--anim .social-icon-call {
    z-index: 1; }
  /*anim*/
  .main-wrapper--anim .social-icon-call {
    right: 15px; }
  .catalog-title--anim {
    font-size: 39px; }
  .catalog-title--anim .catalog-smaller {
    font-size: 25px; }
  .overlay--menu {
    left: 55%; }
  /*cat*/
  .cat__social-icon-call {
    top: 109px; }
  .catalog-page__name {
    font-size: 25px; }
  .catalog-page__figure {
    font-size: 25px; }
  .prod__item--overlay__figure:before {
    height: 99vw;
    bottom: -52px; }
  .cat__social-icon-call {
    z-index: 1; }
  /*mt*/
  .mt-descr .hight-eco {
    left: 47%; }
  .main-wrapper__mt .hight-eco img {
    width: 28px; }
  .main-wrapper__mt--anim .hight-eco img {
    width: 38px; }
  .main-wrapper__mt .mt__block2 {
    padding-top: 121px; }
  .main-wrapper__mt--anim .mt__block2 {
    padding-top: 97px; }
  .main-wrapper__mt .mt__block2:before {
    top: -38px;
    right: -77px; }
  .main-wrapper__mt--anim .mt__block2:before {
    top: -71px;
    right: -77px; }
  .mt__social-icon .nav-right--color {
    font-size: 43px; }
  .mt__social-icon__mail,
  .mt__social-icon__phone {
    font-size: 38px; }
  .mt-descr {
    width: 74%; }
  .mt-descr {
    font-size: 10px; }
  .img-title {
    display: none; }
  .mt__social-icon__mail {
    top: -96px; }
  .mt__social-icon__phone {
    top: -54px; }
  .make-calc {
    font-size: 15px;
    padding: 6px 18px; }
  .mt__title--exampl {
    top: 10px; }
  .mt__item.rotate {
    top: auto;
    bottom: -80px; }
  .mt__menu-toggle.on + nav {
    left: 28px; }
  .mt__nav-left .mt__social-icon-open {
    display: none; }
  .mt__nav-left-open .mt-menu__phone {
    left: 27px; }
  .main-menu__phone-item span {
    font-size: 16px; }
  /*mt anim*/
  .main-wrapper__mt--anim .block2--move-to-left-mt--fix:before {
    bottom: 175px; }
  .har__items__count {
    width: 34%; }
  .har__items__count--right {
    width: 39%; }
  .har__items__count span {
    width: 59px; }
  /*map*/
  .menu__phone-item {
    font-size: 9px; }
  .main-menu__phone-item span {
    font-size: 14px; }
  .main-menu__adress {
    font-size: 12px; }
  .logo-contacts {
    width: 61px; }
  .main-menu__contacts-contacts {
    left: -24vw; }
  /*about*/
  .page-about__title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 19px; }
  .page-about__text p {
    font-size: 14px;
    margin-bottom: 14px; }
  .page-about__block {
    padding: 10px 20px; }
  /*articles*/
  .filter-item.on {
    min-width: 300px; }
  .filter-item-main {
    min-width: 300px; }
  /*ukladka*/
  .stair__txt {
    max-width: 73%; }
  .page-ukladka__block50-txt {
    max-width: 50%; }
  .page-ukladka__block50-img {
    width: 100%; }
  .page-ukladka__block50-txt {
    width: 100%;
    max-width: none; }
  /*popup*/
  .popup__block2 {
    padding-top: 0;
    min-height: auto;
    height: 100%; }
  .popup__block2 .block2__container {
    left: 0; }
  .popup-form-1 input {
    width: 58px;
    font-size: 10px; }
  .popup-form-content label {
    width: 40%; }
  .radio__item label {
    width: 62px; }
  .popup__content {
    width: 100%; }
  .popup-form__qa-ans {
    top: 38px; }
  .popup-btn-wrap {
    margin-top: 5px; }
  .popup__content {
    padding-top: 6px; }
  .popup-cross {
    left: 54px;
    top: 11px; }
  .popup-btn {
    min-height: 39px; }
  .popup__block2:before {
    top: -48%; }
  .page-design__title-main {
    font-size: 18px; }
  .accordeon {
    font-size: 15px; }
  .design-main__name {
    width: 100%;
    padding-bottom: 14px; }
  .design-main__description {
    width: 100%; } }

@media screen and (max-width: 440px) {
  .page-about__form ul {
    font-size: 30px; } }

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