/*Defaults*/
@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe/Circe-Regular.eot");
  src: local("Circe"), url("../fonts/circe/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Regular.woff") format("woff"), url("../fonts/circe/Circe-Regular.ttf") format("truetype"), url("../fonts/circe/Circe-Regular.svg#Circe-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe/Circe-Bold.eot");
  src: local("Circe Bold"), url("../fonts/circe/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Bold.woff") format("woff"), url("../fonts/circe/Circe-Bold.ttf") format("truetype"), url("../fonts/circe/Circe-Bold.svg#Circe-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Circe';
  src: url("../fonts/circe/Circe-Light.eot");
  src: local("Circe Light"), url("../fonts/circe/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/circe/Circe-Light.woff") format("woff"), url("../fonts/circe/Circe-Light.ttf") format("truetype"), url("../fonts/circe/Circe-Light.svg#Circe-Light") format("svg");
  font-weight: 300;
  font-style: normal; }
/*$img: "Images/";*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  	/* @include container-fixed;
  
    @media (min-width: $screen-sm-min) {
      width: $container-sm;
    }
    @media (min-width: $screen-md-min) {
      width: $container-md;
    }
    @media (min-width: $screen-lg-min) {
      width: $container-lg;
    }*/ }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -12px;
  margin-right: -12px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /* position: relative;*/
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-right-0 {
  margin-right: 0%; }

.col-xs-offset-right-1 {
  margin-right: 8.33333%; }

.col-xs-offset-right-2 {
  margin-right: 16.66667%; }

.col-xs-offset-right-3 {
  margin-right: 25%; }

.col-xs-offset-right-4 {
  margin-right: 33.33333%; }

.col-xs-offset-right-5 {
  margin-right: 41.66667%; }

.col-xs-offset-right-6 {
  margin-right: 50%; }

.col-xs-offset-right-7 {
  margin-right: 58.33333%; }

.col-xs-offset-right-8 {
  margin-right: 66.66667%; }

.col-xs-offset-right-9 {
  margin-right: 75%; }

.col-xs-offset-right-10 {
  margin-right: 83.33333%; }

.col-xs-offset-right-11 {
  margin-right: 91.66667%; }

.col-xs-offset-right-12 {
  margin-right: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-right-0 {
    margin-right: 0%; }

  .col-sm-offset-right-1 {
    margin-right: 8.33333%; }

  .col-sm-offset-right-2 {
    margin-right: 16.66667%; }

  .col-sm-offset-right-3 {
    margin-right: 25%; }

  .col-sm-offset-right-4 {
    margin-right: 33.33333%; }

  .col-sm-offset-right-5 {
    margin-right: 41.66667%; }

  .col-sm-offset-right-6 {
    margin-right: 50%; }

  .col-sm-offset-right-7 {
    margin-right: 58.33333%; }

  .col-sm-offset-right-8 {
    margin-right: 66.66667%; }

  .col-sm-offset-right-9 {
    margin-right: 75%; }

  .col-sm-offset-right-10 {
    margin-right: 83.33333%; }

  .col-sm-offset-right-11 {
    margin-right: 91.66667%; }

  .col-sm-offset-right-12 {
    margin-right: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-right-0 {
    margin-right: 0%; }

  .col-md-offset-right-1 {
    margin-right: 8.33333%; }

  .col-md-offset-right-2 {
    margin-right: 16.66667%; }

  .col-md-offset-right-3 {
    margin-right: 25%; }

  .col-md-offset-right-4 {
    margin-right: 33.33333%; }

  .col-md-offset-right-5 {
    margin-right: 41.66667%; }

  .col-md-offset-right-6 {
    margin-right: 50%; }

  .col-md-offset-right-7 {
    margin-right: 58.33333%; }

  .col-md-offset-right-8 {
    margin-right: 66.66667%; }

  .col-md-offset-right-9 {
    margin-right: 75%; }

  .col-md-offset-right-10 {
    margin-right: 83.33333%; }

  .col-md-offset-right-11 {
    margin-right: 91.66667%; }

  .col-md-offset-right-12 {
    margin-right: 100%; } }
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-right-0 {
    margin-right: 0%; }

  .col-lg-offset-right-1 {
    margin-right: 8.33333%; }

  .col-lg-offset-right-2 {
    margin-right: 16.66667%; }

  .col-lg-offset-right-3 {
    margin-right: 25%; }

  .col-lg-offset-right-4 {
    margin-right: 33.33333%; }

  .col-lg-offset-right-5 {
    margin-right: 41.66667%; }

  .col-lg-offset-right-6 {
    margin-right: 50%; }

  .col-lg-offset-right-7 {
    margin-right: 58.33333%; }

  .col-lg-offset-right-8 {
    margin-right: 66.66667%; }

  .col-lg-offset-right-9 {
    margin-right: 75%; }

  .col-lg-offset-right-10 {
    margin-right: 83.33333%; }

  .col-lg-offset-right-11 {
    margin-right: 91.66667%; }

  .col-lg-offset-right-12 {
    margin-right: 100%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1400px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  z-index: 1045;
  max-width: 100%; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;

  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: $mfp-controls-opacity;
  padding: 0 0 18px 10px;
  color: $mfp-controls-color;

  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;

  &:hover,
  &:focus {
    opacity: 1;
    background-color: transparent;

  }

  &:active {
    top: 1px;
  }
}*/
.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder,
.mfp-iframe-holder {
  /*.mfp-close {
    color: $mfp-controls-color;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
  }*/ }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  margin: 0;
  width: 20px;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 40px 30px !important;
  margin: auto;
  cursor: pointer;
  opacity: .7;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDEsMyAyLC0yIDE2LDE2IC0xNiwxNiAtMSwtMSAxNSwtMTUgLTE1LC0xNSB6IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat 50%; }
  .mfp-arrow:active {
    margin-top: 0px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow-left {
  left: 0;
  background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjM0Ij48cGF0aCBkPSJtIDE5LDMgLTIsLTIgLTE2LDE2IDE2LDE2IDEsLTEgLTE1LC0xNSAxNSwtMTUgeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==") no-repeat 50%; }

.mfp-arrow-right {
  right: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  max-height: 90vh !important; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -40px;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-img-group
.mfp-image-holder
.mfp-bottom-bar {
  display: none !important; }

.mfp-text-group
.mfp-container
.mfp-content
.mfp-text {
  position: relative;
  margin-right: 15px; }
  @media (max-width: 1180px) {
    .mfp-text-group
    .mfp-container
    .mfp-content
    .mfp-text {
      margin: 0 5px; } }

.mfp-title {
  text-align: left;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  font-family: "Circe";
  padding: 15px 36px 15px 15px;
  color: #000000;
  word-wrap: break-word;
  padding-right: 36px; }
  @media (max-width: 990px) {
    .mfp-title {
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      font-family: "Circe";
      padding: 10px 36px 10px 10px; } }

.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-image-holder .mfp-close, .mfp-image-holder button.mfp-close {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat 50%;
  top: -25px;
  right: -25px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  opacity: 1;
  text-indent: -9999px;
  border-radius: 0;
  transition: all 0s ease; }
  @media (max-width: 700px) {
    .mfp-image-holder .mfp-close, .mfp-image-holder button.mfp-close {
      right: 0px; } }
  .mfp-image-holder .mfp-close:hover, .mfp-image-holder button.mfp-close:hover {
    opacity: 0.7; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
Design
*/
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%,
	50%,
	100% {
    opacity: 1; }
  25%,
	75% {
    opacity: 0; } }
@keyframes flash {
  0%,
	50%,
	100% {
    opacity: 1; }
  25%,
	75% {
    opacity: 0; } }
.animated.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,
	100% {
    -webkit-transform: translateX(0); }
  10%,
	30%,
	50%,
	70%,
	90% {
    -webkit-transform: translateX(-10px); }
  20%,
	40%,
	60%,
	80% {
    -webkit-transform: translateX(10px); } }
@keyframes shake {
  0%,
	100% {
    transform: translateX(0); }
  10%,
	30%,
	50%,
	70%,
	90% {
    transform: translateX(-10px); }
  20%,
	40%,
	60%,
	80% {
    transform: translateX(10px); } }
.animated.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,
	20%,
	50%,
	80%,
	100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@keyframes bounce {
  0%,
	20%,
	50%,
	80%,
	100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.animated.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,
	20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,
	50%,
	70%,
	90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,
	60%,
	80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%,
	20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,
	50%,
	70%,
	90% {
    transform: scale(1.1) rotate(3deg); }
  40%,
	60%,
	80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.animated.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,
	40%,
	60%,
	80%,
	100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.animated.swing {
  -webkit-transform-origin: top center;
  -webkit-animation-name: swing;
  transform-origin: top center;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.animated.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.animated.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,
	60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
	60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.animated.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.animated.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.animated.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

.sequentialChild > * {
  opacity: 0; }
.sequentialChild > *:nth-child(1) {
  animation-delay: 300ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(2) {
  animation-delay: 600ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(3) {
  animation-delay: 900ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(4) {
  animation-delay: 1200ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(5) {
  animation-delay: 1500ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(6) {
  animation-delay: 1800ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(7) {
  animation-delay: 2100ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(8) {
  animation-delay: 2400ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(9) {
  animation-delay: 2700ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(10) {
  animation-delay: 3000ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(11) {
  animation-delay: 3300ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(12) {
  animation-delay: 3600ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(13) {
  animation-delay: 3900ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(14) {
  animation-delay: 4200ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(15) {
  animation-delay: 4500ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(16) {
  animation-delay: 4800ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(17) {
  animation-delay: 5100ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(18) {
  animation-delay: 5400ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(19) {
  animation-delay: 5700ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(20) {
  animation-delay: 6000ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(21) {
  animation-delay: 6300ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(22) {
  animation-delay: 6600ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(23) {
  animation-delay: 6900ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(24) {
  animation-delay: 7200ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(25) {
  animation-delay: 7500ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(26) {
  animation-delay: 7800ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(27) {
  animation-delay: 8100ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(28) {
  animation-delay: 8400ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(29) {
  animation-delay: 8700ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(30) {
  animation-delay: 9000ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }

html,
body {
  overflow-x: hidden;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch; }

body {
  background: #f1f4f6;
  color: #242629;
  overflow: hidden;
  font: normal 16px "Circe"; }

*:hover, *:active, *:focus {
  outline: none;
  outline: 0; }

#outer {
  overflow: hidden; }
  @media (max-width: 990px) {
    #outer {
      padding-top: 50px; } }

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  /*position: relative;*/ }
  @media (max-width: 1180px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 600px) {
    .container {
      padding: 0 10px; } }
  .container:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }

.header {
  background: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 0 5px 10px rgba(23, 43, 99, 0.2); }
  @media (max-width: 990px) {
    .header {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }
  .header .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative; }
    .header .top:before, .header .top:after {
      display: none; }
    @media (max-width: 990px) {
      .header .top {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; } }
    .header .top .logo a {
      display: block;
      position: relative;
      text-decoration: none;
      color: #005d71;
      font-weight: 700;
      font-size: 24px;
      line-height: 28px;
      font-family: "Circe"; }
      @media (max-width: 990px) {
        .header .top .logo a {
          font-weight: 700;
          font-size: 20px;
          line-height: 24px;
          font-family: "Circe"; } }
      .header .top .logo a img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0; }
        @media (max-width: 990px) {
          .header .top .logo a img {
            height: 40px;
            margin: 5px 10px 5px 0; } }
      .header .top .logo a span {
        display: inline-block;
        vertical-align: middle;
        border-bottom: 2px solid #4eb377; }
    .header .top .contacts {
      -ms-flexbox: 0 0 auto;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
      position: relative;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      font-family: "Circe";
      color: #4b545b; }
      @media (max-width: 990px) {
        .header .top .contacts {
          position: absolute;
          right: 15px;
          top: 17px; } }
      @media (max-width: 600px) {
        .header .top .contacts {
          top: 13px; } }
      .header .top .contacts p {
        margin: 0; }
      .header .top .contacts a {
        text-decoration: none;
        color: #4eb377;
        font-weight: 700;
        font-size: 24px;
        line-height: 24px;
        font-family: "Circe"; }
        @media (max-width: 990px) {
          .header .top .contacts a {
            font-weight: 700;
            font-size: 20px;
            line-height: 20px;
            font-family: "Circe"; } }
        .header .top .contacts a:hover {
          color: #4eb377; }
        @media (max-width: 600px) {
          .header .top .contacts a {
            width: 24px;
            height: 24px;
            text-indent: -9999px;
            background: url(../img/icons/phone.png) no-repeat;
            display: block; } }
      .header .top .contacts span {
        display: block; }
        @media (max-width: 990px) {
          .header .top .contacts span {
            display: none; } }

.sliderTop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 592px;
  background: url(../img/slide.jpg) no-repeat center bottom; }
  @media (max-width: 990px) {
    .sliderTop {
      height: auto;
      padding: 40px 0; } }
  .sliderTop h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    font-family: "Circe";
    margin: 0;
    color: #fff;
    text-align: center; }
    @media (max-width: 990px) {
      .sliderTop h1 {
        font-weight: 700;
        font-size: 50px;
        line-height: 50px;
        font-family: "Circe";
        text-shadow: 1px 1px rgba(0, 0, 0, 0.3); } }
    @media (max-width: 700px) {
      .sliderTop h1 {
        font-weight: 700;
        font-size: 36px;
        line-height: 36px;
        font-family: "Circe"; } }
    @media (max-width: 480px) {
      .sliderTop h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 32px;
        font-family: "Circe"; } }
  .sliderTop .menu {
    margin: 80px 0 20px;
    text-align: center; }
    @media (max-width: 990px) {
      .sliderTop .menu {
        margin: 30px 0 20px; } }
    .sliderTop .menu a {
      display: inline-block;
      margin: 0 20px;
      font-weight: 700;
      font-size: 16px;
      line-height: 30px;
      font-family: "Circe";
      background: rgba(36, 38, 41, 0.8);
      color: #fff;
      padding: 0 15px;
      text-decoration: none; }
      @media (max-width: 700px) {
        .sliderTop .menu a {
          margin: 0 15px; } }
      @media (max-width: 480px) {
        .sliderTop .menu a {
          margin: 15px auto;
          width: 150px;
          display: block; } }
      .sliderTop .menu a:hover {
        background: rgba(78, 179, 119, 0.8); }

.footer {
  padding-bottom: 35px; }
  .footer .menu {
    padding: 40px 0 20px;
    border-bottom: 1px solid #d9dade;
    position: relative;
    margin: 0 0 35px; }
    .footer .menu:before {
      display: block;
      position: absolute;
      content: "";
      width: 1000px;
      right: 100%;
      border-bottom: 1px solid #d9dade;
      top: 100%; }
    .footer .menu:after {
      display: block;
      position: absolute;
      content: "";
      width: 1000px;
      left: 100%;
      border-bottom: 1px solid #d9dade;
      top: 100%; }
    .footer .menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: right; }
      .footer .menu ul li {
        display: inline-block;
        margin: 0 0 0 15px;
        padding: 0; }
        .footer .menu ul li a, .footer .menu ul li span {
          font-weight: 700;
          font-size: 14px;
          line-height: 14px;
          font-family: "Circe";
          color: #4b545b;
          text-decoration: none; }
        .footer .menu ul li:hover a, .footer .menu ul li:hover span {
          color: #4eb377; }
  .footer .text {
    color: #4b545b;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: "Circe"; }
    @media (max-width: 830px) {
      .footer .text {
        width: 100%;
        -ms-order: 2;
        -webkit-order: 2;
        order: 2; } }
    .footer .text p {
      margin: 0 0 10px;
      padding-right: 67px; }
      @media (max-width: 990px) {
        .footer .text p {
          padding-right: 0px; } }
  .footer .copyright {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align-self: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    @media (max-width: 830px) {
      .footer .copyright {
        margin-top: 20px; } }
    @media (max-width: 480px) {
      .footer .copyright {
        -ms-flex-align-items: center;
        -webkit-align-items: center;
        align-items: center; } }
    .footer .copyright .logo {
      margin-right: 40px;
      -ms-flexbox: 0 0 auto;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto; }
      @media (max-width: 480px) {
        .footer .copyright .logo {
          margin-right: 15px; } }
      .footer .copyright .logo a {
        display: block;
        position: relative;
        text-decoration: none;
        color: #005d71;
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        font-family: "Circe"; }
        .footer .copyright .logo a img {
          display: inline-block;
          vertical-align: middle;
          margin: 0 10px 0 0; }
          @media (max-width: 480px) {
            .footer .copyright .logo a img {
              margin: 0 0px 0 0; } }
        .footer .copyright .logo a span {
          display: inline-block;
          vertical-align: middle;
          border-bottom: 2px solid #4eb377; }
          @media (max-width: 480px) {
            .footer .copyright .logo a span {
              display: none; } }
  .footer .contacts {
    position: relative;
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: "Circe";
    color: #4b545b; }
    @media (max-width: 830px) {
      .footer .contacts {
        width: 100%;
        -ms-order: 0;
        -webkit-order: 0;
        order: 0;
        border-bottom: 1px solid #d9dade;
        padding-bottom: 20px !important;
        margin-bottom: 20px;
        text-align: left; } }
    @media (max-width: 830px) {
      .footer .contacts br {
        display: none; } }
    .footer .contacts p {
      margin: 0 0 20px; }
      .footer .contacts p:last-child {
        margin: 0; }
      @media (max-width: 830px) {
        .footer .contacts p {
          margin: 0 0 15px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-pack: space-between;
          -webkit-justify-content: space-between;
          justify-content: space-between; } }
      @media (max-width: 480px) {
        .footer .contacts p {
          -ms-flex-pack: flex-start;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
    .footer .contacts:before {
      display: block;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      bottom: 0;
      border-left: 1px solid #d9dade; }
      @media (max-width: 830px) {
        .footer .contacts:before {
          display: none; } }
    .footer .contacts a[href^="tel:"] {
      color: #4b545b;
      text-decoration: none;
      padding-left: 24px;
      display: inline-block;
      position: relative; }
      .footer .contacts a[href^="tel:"]:before {
        display: block;
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        left: 0;
        top: 50%;
        margin-top: -8px;
        background: no-repeat 50%;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNzUgMTIuNzAxYzMuNTQ4IDIuMjg3IDUuNzYuODU4IDUuNzYuODU4bDEuMjU1LTEuMjY2Yy40ODYtLjQ3Ni4wNjgtMS4yNTIuMDY4LTEuMjUybC0yLjU3Ny0yLjZjLS42Ni0uNjEyLTEuMjgxLS4wMTQtMS4yODEtLjAxNEw4LjM5NiAxMC4wMmMtLjc2OS0uMTUtMi4zMy0xLjU3OS0yLjU4NC0xLjg0Ny0uMjU1LS4yNjgtMS43MzQtMS45MzMtMS44NTYtMi41MTlsMS41NzgtMS41OTJzLjU5NC0uNjI2LS4wMTMtMS4yOTNMMi45My4xNjlzLS43Ny0uNDIyLTEuMjQyLjA2OEwuNDM1IDEuNTAzcy0xLjQxNyAyLjIzMi44NjMgNS44MTJjMCAwIC42MDkgMS42MiAyLjIgMy4xODUgMS40NjIgMS40MDkgMy4yNTIgMi4yMDEgMy4yNTIgMi4yMDF6IiBmaWxsPSIjOEQ5Mzk5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=); }
    .footer .contacts a {
      color: #4b545b;
      text-decoration: none; }
    @media (max-width: 480px) {
      .footer .contacts a, .footer .contacts span {
        display: block;
        width: 100%; } }

.navigator {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  font-family: "Circe";
  color: #4b545b;
  margin: 30px 0 25px;
  padding: 0;
  position: relative; }
  .navigator a {
    color: #4b545b;
    text-decoration: none; }
    .navigator a:hover {
      color: #4eb377;
      text-decoration: none; }
  .navigator span {
    margin: 0 6px;
    display: inline-block;
    color: #4b545b; }

.back {
  position: relative;
  text-align: right;
  z-index: 2;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: "Circe";
  margin: 25px 0 0; }
  .back a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 17px;
    color: #4eb377;
    text-decoration: none;
    text-transform: uppercase; }
    .back a:before {
      display: block;
      position: absolute;
      content: "";
      width: 8px;
      height: 1px;
      left: 0;
      top: 3px;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #4eb377; }
    .back a:after {
      display: block;
      position: absolute;
      content: "";
      width: 8px;
      height: 1px;
      left: 0px;
      top: 8px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #4eb377; }
    .back a:hover {
      color: #242629;
      text-decoration: none; }
      .back a:hover:before, .back a:hover:after {
        background: #242629; }

.ico {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0; }

#nav_dropdown {
  display: none;
  z-index: 1; }
  @media (max-width: 990px) {
    #nav_dropdown {
      position: absolute;
      left: 15px;
      top: 14px;
      display: block;
      padding-left: 45px;
      padding-top: 6px;
      height: 23px;
      box-sizing: border-box;
      font-weight: 400;
      font-size: 16px;
      line-height: 16px;
      font-family: "Circe";
      color: #4eb377;
      text-indent: -9999px; } }
  #nav_dropdown:hover {
    color: #005d71; }
    #nav_dropdown:hover span {
      width: 23px;
      transition: all 0.25s ease; }
  #nav_dropdown.active {
    color: #4eb377 !important;
    position: fixed;
    height: 40px;
    top: 0px;
    left: 0;
    padding-left: 15px;
    background: #fff !important;
    width: 100%;
    background: none;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    font-family: "Circe";
    z-index: 200;
    text-indent: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
    #nav_dropdown.active span {
      top: 21px;
      right: 7px;
      left: auto;
      width: 20px; }
      #nav_dropdown.active span:before, #nav_dropdown.active span:after {
        background: #4eb377 !important;
        width: 20px;
        height: 2px; }
    #nav_dropdown.active:hover span {
      width: 20px; }
  #nav_dropdown span {
    width: 23px;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle; }

.c-hamburger,
#nav_dropdown {
  display: none;
  /*width: $button-width;
  height: $button-height;*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }
  @media (max-width: 990px) {
    .c-hamburger,
    #nav_dropdown {
      display: block; } }

.c-hamburger:focus,
#nav_dropdown:focus {
  outline: none; }

.c-hamburger span,
#nav_dropdown span {
  display: block;
  position: absolute;
  top: 11px;
  left: 5px;
  right: 5px;
  height: 1px;
  background: #4eb377; }

.main .c-hamburger span,
.main #nav_dropdown span {
  background: #4eb377; }
.main.stickTop .c-hamburger span,
.main.stickTop #nav_dropdown span {
  background: #4eb377; }

.c-hamburger span::before,
.c-hamburger span::after,
#nav_dropdown span::before,
#nav_dropdown span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 23px;
  height: 1px;
  background-color: #4eb377;
  content: ""; }

.main .c-hamburger span::before,
.main .c-hamburger span::after,
.main #nav_dropdown span::before,
.main #nav_dropdown span::after {
  background-color: #4eb377; }
.main.stickTop .c-hamburger span::before,
.main.stickTop .c-hamburger span::after,
.main.stickTop #nav_dropdown span::before,
.main.stickTop #nav_dropdown span::after {
  background-color: #4eb377; }

.c-hamburger span::before,
#nav_dropdown span::before {
  top: -6px; }

.c-hamburger span::after,
#nav_dropdown span::after {
  bottom: -6px; }

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx,
#nav_dropdown {
  background: none; }

.c-hamburger--htx span,
#nav_dropdown span {
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after,
#nav_dropdown span::before,
#nav_dropdown span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before,
#nav_dropdown span::before {
  transition-property: top, transform; }

.c-hamburger--htx span::after,
#nav_dropdown span::after {
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span,
#nav_dropdown.active span {
  background: none; }

.stickTop .c-hamburger--htx.is-active span,
.stickTop #nav_dropdown.active span {
  background: none; }

.c-hamburger--htx.is-active span::before,
#nav_dropdown.active span::before {
  top: -1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #4eb377; }

.main .c-hamburger--htx.is-active span::before,
.main #nav_dropdown.active span::before {
  background: #4eb377; }

.c-hamburger--htx.is-active span::after,
#nav_dropdown.active span::after {
  bottom: 0;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #4eb377; }

.main .c-hamburger--htx.is-active span::after,
.main #nav_dropdown.active span::after {
  background: #4eb377; }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after,
#nav_dropdown.active span::before,
#nav_dropdown.active span::after {
  transition-delay: 0s, 0.3s; }

.nav_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flexbox: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 45px; }
  @media (max-width: 1180px) {
    .nav_menu {
      padding: 0 20px; } }
  @media (max-width: 990px) {
    .nav_menu {
      display: block;
      -ms-transform: translate3d(0, -120%, 0);
      -webkit-transform: translate3d(0, -120%, 0);
      transform: translate3d(0, -120%, 0);
      transition: all 0.7s linear;
      background: #fff;
      margin: 0;
      position: fixed;
      top: 0px;
      height: calc(var(--vh, 1vh) * 100);
      overflow: hidden;
      overflow-y: auto;
      box-sizing: border-box;
      left: 0px;
      right: 0px;
      padding-top: 50px;
      padding-bottom: 15px;
      border: none; } }
  .nav_menu.nav-active {
    z-index: 50;
    bottom: 0;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .nav_menu li {
    padding: 0; }
    .nav_menu li a, .nav_menu li span {
      color: #4b545b;
      font-weight: 400;
      font-size: 16px;
      line-height: 18px;
      font-family: "Circe";
      text-decoration: none;
      display: block;
      padding: 20px 0;
      cursor: pointer;
      position: relative; }
      @media (max-width: 990px) {
        .nav_menu li a, .nav_menu li span {
          padding: 10px 0; } }
      .nav_menu li a.active, .nav_menu li span.active {
        color: #4eb377; }
    .nav_menu li:nth-of-type(4) .submenu, .nav_menu li:nth-of-type(5) .submenu {
      display: none !important; }
    .nav_menu li .submenu {
      left: -9999px;
      position: absolute;
      top: 100%;
      background: #fff;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      box-shadow: 0 10px 10px rgba(23, 43, 99, 0.5);
      padding-top: 30px; }
      @media (max-width: 990px) {
        .nav_menu li .submenu {
          position: relative;
          left: auto;
          top: auto;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          box-shadow: none;
          padding: 5px 0 5px 15px;
          display: none; } }
      .nav_menu li .submenu .col {
        padding: 0 15px;
        box-sizing: border-box;
        width: 25%; }
        @media (max-width: 990px) {
          .nav_menu li .submenu .col {
            width: 100%;
            padding: 0; } }
        .nav_menu li .submenu .col .title {
          color: #005d71;
          font-weight: 400;
          font-size: 16px;
          line-height: 22px;
          font-family: "Circe";
          border-bottom: 1px solid #dadcdd; }
          @media (max-width: 990px) {
            .nav_menu li .submenu .col .title {
              padding: 5px 0;
              cursor: pointer; } }
          .nav_menu li .submenu .col .title a {
            text-decoration: none;
            color: #005d71;
            padding: 0; }
        .nav_menu li .submenu .col ul {
          margin: 20px 0 45px;
          padding: 0;
          list-style: none; }
          @media (max-width: 990px) {
            .nav_menu li .submenu .col ul {
              display: none;
              margin: 15px 0 30px; } }
          .nav_menu li .submenu .col ul li {
            margin: 0 0 15px;
            padding: 0;
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            font-family: "Circe"; }
            .nav_menu li .submenu .col ul li a, .nav_menu li .submenu .col ul li span {
              color: #4b545b;
              text-decoration: none;
              display: block;
              padding: 0; }
            .nav_menu li .submenu .col ul li:hover a, .nav_menu li .submenu .col ul li:hover span {
              color: #4eb377; }
    .nav_menu li:hover a, .nav_menu li:hover span {
      color: #4eb377; }
    .nav_menu li:hover:first-child a:before, .nav_menu li:hover:first-child span:before {
      top: 0;
      bottom: 0;
      display: block;
      position: absolute;
      content: "";
      left: -50px;
      right: -50px; }
      @media (max-width: 1180px) {
        .nav_menu li:hover:first-child a:before, .nav_menu li:hover:first-child span:before {
          left: -25px;
          right: -15px; } }
      @media (max-width: 990px) {
        .nav_menu li:hover:first-child a:before, .nav_menu li:hover:first-child span:before {
          display: none; } }
    .nav_menu li:hover:first-child li a:before, .nav_menu li:hover:first-child li span:before {
      display: none; }
    .nav_menu li:hover:first-child li::first-child a:before, .nav_menu li:hover:first-child li::first-child span:before {
      display: none; }
    .nav_menu li:hover .submenu {
      left: 0px;
      right: 0px; }
    @media (max-width: 990px) {
      .nav_menu li.clicked .submenu {
        display: block; } }
    .nav_menu li.clicked .submenu .col.clicked ul {
      display: block; }

.dropdown-menu-active {
  position: fixed;
  overflow: hidden;
  width: 100%; }
  .dropdown-menu-active .header {
    z-index: 100; }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
textarea {
  border: 1px solid rgba(75, 84, 91, 0.2);
  height: 50px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  font-family: "Circe";
  color: #242629;
  padding: 0px 15px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.25s ease;
  margin: 0;
  background: #fff;
  display: inline-block;
  border-radius: 5px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    box-shadow: inset 1px 2px 2px #ccc;
    color: #242629; }

textarea {
  height: 130px;
  padding: 10px;
  line-height: normal; }
  @media (max-width: 990px) {
    textarea {
      height: 90px; } }

.formButton input[type=submit],
.formButton input[type=button],
.formButton button,
.btn {
  display: inline-block;
  box-sizing: border-box;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 50px;
  font-family: "Circe";
  color: #fff;
  padding: 0px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #53b374;
  box-shadow: 0 10px 15px 0 rgba(83, 179, 116, 0.3);
  border: none;
  text-align: center;
  transition: all 0.3s linear;
  background-repeat: no-repeat;
  border-radius: 5px; }
  .formButton input[type=submit]:hover,
  .formButton input[type=button]:hover,
  .formButton button:hover,
  .btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4ba168;
    box-shadow: none; }
  .formButton input[type=submit].btn-phone:before,
  .formButton input[type=button].btn-phone:before,
  .formButton button.btn-phone:before,
  .btn.btn-phone:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(../img/call.svg) no-repeat;
    margin: 0 10px 3px 0; }
  .formButton input[type=submit].arrow span,
  .formButton input[type=button].arrow span,
  .formButton button.arrow span,
  .btn.arrow span {
    position: relative;
    display: inline-block; }
    .formButton input[type=submit].arrow span:after,
    .formButton input[type=button].arrow span:after,
    .formButton button.arrow span:after,
    .btn.arrow span:after {
      content: "";
      width: 14px;
      height: 12px;
      background: url(../img/arrow.png) no-repeat 0 0;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0px 10px;
      background-size: 14px auto;
      transition: all 1s cubic-bezier(0.83, 0.02, 0, 1); }
    .formButton input[type=submit].arrow span:before,
    .formButton input[type=button].arrow span:before,
    .formButton button.arrow span:before,
    .btn.arrow span:before {
      display: block;
      position: absolute;
      content: "";
      width: 14px;
      height: 12px;
      background: url(../img/arrow.png) no-repeat 0 -23px;
      background-size: 14px auto;
      opacity: 0;
      top: 14px;
      right: 0px;
      transition: all 1s cubic-bezier(0.83, 0.02, 0, 1); }
  .formButton input[type=submit].arrow:hover span:after,
  .formButton input[type=button].arrow:hover span:after,
  .formButton button.arrow:hover span:after,
  .btn.arrow:hover span:after {
    opacity: 0; }
  .formButton input[type=submit].arrow:hover span:before,
  .formButton input[type=button].arrow:hover span:before,
  .formButton button.arrow:hover span:before,
  .btn.arrow:hover span:before {
    opacity: 1; }
  .formButton input[type=submit][disabled],
  .formButton input[type=button][disabled],
  .formButton button[disabled],
  .btn[disabled] {
    background: #f2f4f6;
    color: #93989d;
    cursor: not-allowed;
    box-shadow: none; }

.formButton button,
.formButton .btn {
  padding: 0 50px; }

.formField {
  position: relative;
  margin-bottom: 15px; }
  .formField.error input[type="text"],
  .formField.error input[type="email"],
  .formField.error input[type="tel"],
  .formField.error input[type="number"],
  .formField.error input[type="password"],
  .formField.error textarea {
    border-color: #ff0000 !important;
    position: relative; }
    .formField.error input[type="text"]::-webkit-input-placeholder,
    .formField.error input[type="email"]::-webkit-input-placeholder,
    .formField.error input[type="tel"]::-webkit-input-placeholder,
    .formField.error input[type="number"]::-webkit-input-placeholder,
    .formField.error input[type="password"]::-webkit-input-placeholder,
    .formField.error textarea::-webkit-input-placeholder {
      color: #ff0000; }
    .formField.error input[type="text"]::-moz-placeholder,
    .formField.error input[type="email"]::-moz-placeholder,
    .formField.error input[type="tel"]::-moz-placeholder,
    .formField.error input[type="number"]::-moz-placeholder,
    .formField.error input[type="password"]::-moz-placeholder,
    .formField.error textarea::-moz-placeholder {
      color: #ff0000; }
    .formField.error input[type="text"]:-moz-placeholder,
    .formField.error input[type="email"]:-moz-placeholder,
    .formField.error input[type="tel"]:-moz-placeholder,
    .formField.error input[type="number"]:-moz-placeholder,
    .formField.error input[type="password"]:-moz-placeholder,
    .formField.error textarea:-moz-placeholder {
      color: #ff0000; }
    .formField.error input[type="text"]:-ms-input-placeholder,
    .formField.error input[type="email"]:-ms-input-placeholder,
    .formField.error input[type="tel"]:-ms-input-placeholder,
    .formField.error input[type="number"]:-ms-input-placeholder,
    .formField.error input[type="password"]:-ms-input-placeholder,
    .formField.error textarea:-ms-input-placeholder {
      color: #ff0000; }
  .formField.error .errortext {
    color: #ff0000;
    position: absolute;
    left: 31px;
    top: 100%;
    margin-top: 2px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    font-family: "Circe"; }
  .formField.phone input[type="text"],
  .formField.phone input[type="email"],
  .formField.phone input[type="tel"],
  .formField.phone input[type="number"],
  .formField.phone input[type="password"] {
    padding: 0 15px 0 42px; }
  .formField.phone svg {
    position: absolute;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 16px;
    bottom: 16px;
    pointer-events: none; }
  .formField:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .formField .title {
    display: block;
    margin: -4px 0 15px;
    color: #d9dade;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: "Circe"; }
  .formField label {
    display: block;
    margin: 0 0 10px; }
  .formField img {
    max-width: inherit; }

.form .editor-label label,
.divForm .editor-label label {
  font-size: 80%;
  line-height: 100%; }
  .form .editor-label label a,
  .divForm .editor-label label a {
    text-decoration: underline; }
    .form .editor-label label a:hover,
    .divForm .editor-label label a:hover {
      opacity: 0.8;
      text-decoration: none; }

.divForm .formField {
  margin: 30px 0 0; }
  .divForm .formField:before, .divForm .formField:after {
    display: none; }
  @media (max-width: 480px) {
    .divForm .formField {
      margin: 25px 0 0; } }
.divForm .formButton {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 30px 0 0; }
  @media (max-width: 480px) {
    .divForm .formButton {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 15px 0 0; } }
  .divForm .formButton p {
    margin: 0;
    line-height: 21px;
    -ms-flexbox: 1 1;
    -webkit-flex: 1 1;
    flex: 1 1; }
    @media (max-width: 480px) {
      .divForm .formButton p {
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        font-family: "Circe"; } }
  .divForm .formButton button, .divForm .formButton .btn {
    padding: 0 15px;
    -ms-flexbox: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px; }
    @media (max-width: 480px) {
      .divForm .formButton button, .divForm .formButton .btn {
        -ms-flexbox: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 15px 0 0; } }

.content-search input[type="text"] {
  height: 40px;
  line-height: 40px;
  margin: 0; }

.captcha {
  overflow: hidden; }
  .captcha img {
    float: left;
    margin-right: 15px; }
  .captcha input {
    width: 120px; }

@media (max-width: 600px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

#toTop {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  transition: all 0.25s ease;
  will-change: transform;
  display: block;
  position: fixed;
  right: 23px;
  bottom: 6px;
  z-index: 10;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 60px;
  margin-bottom: 10px;
  cursor: pointer;
  background: #fff no-repeat 50% url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTEgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiPgogICAgICAgIDxnIGlkPSJfX2NvbXBvbmVudF9iYWNrX3RvX3RvcCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3LjAwMDAwMCwgLTEwNS4wMDAwMDApIiBzdHJva2U9IiM0QjU0NUIiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjIuMDAwMDAwLCA4My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJhcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjUuMDAwMDAwLCAyMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS41LDAuNSBMNS41LDE1LjY0MjEzNTYiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTUuNSwwLjUgTDAuNSw1LjUiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTUuNSwwLjUgTDEwLjUsNS41IEw1LjUsMC41IFoiIGlkPSJMaW5lLUNvcHkiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0); }
  @media (max-width: 830px) {
    #toTop {
      width: 40px;
      height: 40px; } }
  #toTop.active {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }

.printBtn {
  display: none; }

.mfp-content .displaynone {
  display: block; }
.mfp-content form {
  width: 350px;
  padding: 50px 20px 20px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
  @media (max-width: 600px) {
    .mfp-content form {
      width: auto;
      padding: 40px 15px 15px; } }
  .mfp-content form .h1 {
    margin-top: 0;
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 30px;
    line-height: 32px;
    font-family: "Circe"; }
    @media (max-width: 990px) {
      .mfp-content form .h1 {
        font-weight: 300;
        font-size: 24px;
        line-height: 26px;
        font-family: "Circe"; } }
    .mfp-content form .h1:after {
      width: 100%; }
  .mfp-content form .formButton button {
    width: 100%; }
  .mfp-content form p {
    margin: 10px 0 0;
    font-size: 11px;
    line-height: 14px; }

.mfp-close, button.mfp-close {
  width: 14px;
  height: 14px;
  padding: 0;
  background-color: transparent;
  box-sizing: border-box;
  position: absolute;
  background: transparent url(../img/close-wht.png) no-repeat center;
  top: -20px;
  right: 0;
  cursor: pointer;
  opacity: 1;
  text-indent: -9999px;
  border-radius: 0;
  transition: all 0s ease; }
  @media (max-width: 600px) {
    .mfp-close, button.mfp-close {
      right: 15px;
      top: 15px; } }
  .mfp-close:hover, button.mfp-close:hover {
    opacity: 0.7; }

.mfp-iframe-scaler .mfp-close {
  background: transparent url(../img/close-wht.png) no-repeat center;
  top: -20px;
  right: 0; }

.callbackForm {
  position: fixed;
  width: 376px; }
  @media (max-width: 990px) {
    .callbackForm {
      width: 100%;
      position: relative; } }
  .callbackForm.stopScroll {
    position: absolute; }
    @media (max-width: 990px) {
      .callbackForm.stopScroll {
        position: relative; } }
  .callbackForm.whiteBox {
    padding: 30px;
    width: 361px; }
    @media (max-width: 1180px) {
      .callbackForm.whiteBox {
        width: 302px; } }
    @media (max-width: 990px) {
      .callbackForm.whiteBox {
        width: auto;
        top: auto !important; } }
  .callbackForm .step {
    display: none; }
    @media (max-width: 990px) {
      .callbackForm .step {
        max-width: 360px;
        margin: 0 auto; } }
    @media (max-width: 600px) {
      .callbackForm .step {
        max-width: inherit; } }
    .callbackForm .step p {
      margin: 0 0 15px; }
  .callbackForm .btn {
    display: block;
    width: 100%; }
  .callbackForm .initial {
    display: block; }
    .callbackForm .initial p {
      margin: 0 0 15px; }
    .callbackForm .initial__text {
      background: no-repeat transparent;
      background-position: 0 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8Y2lyY2xlIGN4PSI4IiBjeT0iOCIgcj0iOCIgZmlsbD0iIzUzQjM3NCIvPgogIDxwYXRoIGQ9Ik03LjUgM3Y1LjVoNSIgc3Ryb2tlPSIjZmZmIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+);
      margin-top: 16px;
      padding-left: 24px;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      font-family: "Circe";
      color: #4b545b; }
      .callbackForm .initial__text strong {
        color: #4eb377; }
      .callbackForm .initial__text p {
        margin: 15px 0 0; }
      .callbackForm .initial__text__star {
        position: relative;
        margin: 25px -30px 0;
        padding: 20px 54px 0px;
        color: #d9dade;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        font-family: "Circe";
        border-top: 1px solid #edeeef; }

.jq-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 5px 0 0; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 10px;
  margin: 2px 0 0 2px;
  background: #ec382e; }

.jq-checkbox.checked {
  border-color: #ec382e; }

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-radio {
  width: 17px;
  height: 17px;
  border: 1px solid #7a7a7a;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 2px 0; }

.jq-radio.checked {
  border-color: #00A9E3; }
  .jq-radio.checked .jq-radio__div {
    width: 9px;
    height: 9px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #00A9E3; }

.jq-radio.focused {
  border-color: #00A9E3; }

.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-file {
  display: block !important; }

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em; }

.jq-file__name {
  display: block;
  border: 1px solid #dcdcdc;
  border: none;
  height: 54px;
  line-height: 54px;
  font-family: "Circe", sans-serif;
  color: #242629;
  padding: 0px 15px;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.25s ease;
  font-size: 14px;
  margin: 0;
  background: #fff;
  text-align: center; }
  @media (max-width: 990px) {
    .jq-file__name {
      height: 36px;
      line-height: 36px; } }
  .jq-file__name:focus {
    box-shadow: inset 1px 2px 2px #ccc;
    color: #242629; }

.focused .jq-file__name {
  border-color: #4eb377; }

.jq-file__browse {
  display: none; }

.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.disabled .jq-file__name {
  color: #888; }

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.order-form .jq-file__name {
  border: none; }

.jq-selectbox {
  cursor: pointer;
  display: block !important;
  margin: 2px 0 0;
  z-index: 3 !important; }

.jq-selectbox__select {
  height: 38px;
  padding: 0 35px 0 10px;
  border: 1px solid #979797;
  background: #fff;
  line-height: 36px;
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  font-family: "Circe";
  color: #505050;
  margin: 2px 0 0;
  box-sizing: border-box; }

.jq-selectbox__select:hover {
  background: #F1f1f1;
  color: #242629; }

.jq-selectbox__select:active {
  background: #F1f1f1;
  color: #242629;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.changed {
  z-index: 2; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  width: 15px;
  height: 15px;
  opacity: 0.3;
  filter: alpha(opacity=30); }
  .jq-selectbox__trigger-arrow:before {
    display: block;
    position: absolute;
    content: "";
    width: 9px;
    background: #000;
    height: 1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 5px; }
  .jq-selectbox__trigger-arrow:after {
    display: block;
    position: absolute;
    content: "";
    width: 9px;
    background: #000;
    height: 1px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0;
    top: 5px; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100); }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.jq-selectbox__dropdown {
  top: 37px;
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #979797;
  background: #FFF;
  font-size: 14px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4); }
  @media (max-width: 990px) {
    .jq-selectbox__dropdown {
      top: 32px; } }
  .jq-selectbox__dropdown ul {
    margin: 0 !important; }

.jq-selectbox__search {
  margin: 5px;
  display: none; }

.jq-selectbox__search input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0;
  background: #fff; }

.jq-selectbox li {
  padding: 7px 10px 7px !important;
  color: #231F20;
  margin: 0 !important; }
  .jq-selectbox li:before {
    display: none !important; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #00A9E3;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif; }

input[type="search"].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none; }

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, sans-serif;
  cursor: pointer; }

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:after {
  content: ''; }

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

a {
  color: #4eb377;
  text-decoration: none;
  transition: all 0.25s ease; }
  a:hover {
    color: #4eb377;
    text-decoration: underline; }
  a:hover, a:focus, a:active {
    outline: none;
    outline: 0; }

img {
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Circe";
  color: #242629;
  font-weight: normal;
  line-height: 100%;
  margin: 0.3rem 0 0.4rem 0; }

h1,
.h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  font-family: "Circe";
  color: #242629;
  margin: 0px 0 30px;
  position: relative; }
  @media (max-width: 990px) {
    h1,
    .h1 {
      font-weight: 400;
      font-size: 30px;
      line-height: 30px;
      font-family: "Circe";
      margin: 0px 0 20px; } }
  @media (max-width: 600px) {
    h1,
    .h1 {
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      font-family: "Circe";
      margin: 0px 0 20px; } }
  h1 a,
  .h1 a {
    text-decoration: none;
    color: #242629; }

h2,
.h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  font-family: "Circe";
  color: #242629;
  margin: 40px 0 30px; }
  @media (max-width: 990px) {
    h2,
    .h2 {
      font-weight: 400;
      font-size: 26px;
      line-height: 26px;
      font-family: "Circe"; } }
  @media (max-width: 480px) {
    h2,
    .h2 {
      font-weight: 400;
      font-size: 20px;
      line-height: 20px;
      font-family: "Circe"; } }
  h2 a,
  .h2 a {
    text-decoration: none;
    color: #242629; }
    h2 a:hover,
    .h2 a:hover {
      text-decoration: none; }

h3,
.h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  font-family: "Circe";
  color: #242629;
  margin: 30px 0; }
  @media (max-width: 480px) {
    h3,
    .h3 {
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      font-family: "Circe"; } }
  h3 a,
  .h3 a {
    text-decoration: none;
    color: #242629; }
    h3 a:hover,
    .h3 a:hover {
      text-decoration: none;
      color: #242629; }

h4,
.h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  font-family: "Circe";
  color: #4eb377;
  margin: 30px 0;
  text-align: center; }
  @media (max-width: 480px) {
    h4,
    .h4 {
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      font-family: "Circe"; } }
  h4 a,
  .h4 a {
    text-decoration: none;
    color: #4eb377; }
    h4 a:hover,
    .h4 a:hover {
      text-decoration: none; }

h5,
.h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-family: "Circe";
  color: #000;
  margin: 0px 0 15px; }
  h5 a,
  .h5 a {
    text-decoration: none;
    color: #242629; }
    h5 a:hover,
    .h5 a:hover {
      text-decoration: none; }

.span1 {
  width: 847px;
  width: 48.7%; }

.span2 {
  width: 555px;
  width: 48.7%; }

.span4 {
  width: 265px;
  width: 22.6%; }

.text {
  /*overflow: hidden;*/ }

.fleft {
  float: left; }

.fright {
  float: right; }

.hidden {
  opacity: 0; }

.displaynone {
  display: none; }

.visible {
  opacity: 1; }

.row {
  box-sizing: border-box; }
  @media (max-width: 600px) {
    .row {
      margin: 0 -10px; } }
  .row * {
    box-sizing: border-box; }
  @media (max-width: 600px) {
    .row .col-xs-12, .row .col-xs-6, .row .col-xs-5, .row .col-xs-4, .row .col-xs-3 {
      padding: 0 10px; } }
  .row.row-f {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .row.row-f:before, .row.row-f:after {
      display: none; }

abbr {
  cursor: help; }

.group:before, .group:after {
  content: "";
  display: table; }
.group:after {
  clear: both; }
.group {
  *zoom: 1; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.relative,
.rel {
  position: relative; }

.absolute {
  position: absolute; }

.left,
.leftalign,
.tleft {
  text-align: left; }

.center,
.centeralign,
.tcenter {
  text-align: center; }

.right,
.rightalign,
.tright {
  text-align: right; }

.topvalign,
.vtop {
  vertical-align: top; }

.middlevalign,
.vmiddle {
  vertical-align: middle; }

.bottomvalign,
.vbottom {
  vertical-align: bottom; }

.fleft {
  float: left; }

.fright {
  float: right; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.big,
.big a {
  font-size: 1.25em; }

.small,
.small a {
  font-size: .8em; }

.darkred,
.darkred a {
  color: #800000; }

.black,
.black a {
  color: black; }

.red,
.red a {
  color: #ec382e; }

.grey {
  color: #d9dade; }

.bold,
.bold a {
  font-weight: bold; }

.star,
.error,
.req {
  color: #ec382e; }

.clear {
  clear: both; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

p.indent {
  text-indent: 1.25cm; }

.scroll-pane {
  max-height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: auto; }
  .scroll-pane.custom-scroll_container {
    margin-right: -15px; }
    .scroll-pane.custom-scroll_container .custom-scroll_inner {
      padding-right: 30px !important; }

.content {
  position: relative;
  line-height: 22px; }
  .content a {
    color: #4eb377;
    text-decoration: none; }
    .content a:hover {
      color: #4eb377;
      text-decoration: underline; }
  .content a[href^="tel:"] {
    color: #242629;
    text-decoration: none; }
  .content p {
    margin: 0 0 15px; }
  .content ul {
    margin: 0px 0 20px;
    padding: 0; }
    .content ul li {
      list-style: none;
      margin: 0 0 10px;
      padding: 0 0 0 16px;
      position: relative;
      font-weight: 400;
      line-height: 21px; }
      .content ul li:before {
        display: block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: transparent;
        border: 1px solid #005d71;
        left: 0;
        top: 6px; }
  .content ol {
    list-style: none;
    counter-reset: li1;
    margin: 30px 0;
    padding: 0 0 0 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: "Circe";
    position: relative; }
    .content ol:before {
      border-left: 1px solid #4eb377;
      display: block;
      position: absolute;
      content: "";
      left: 16px;
      top: 0;
      bottom: 0; }
    @media (max-width: 990px) {
      .content ol {
        margin: 20px 0; } }
    .content ol li {
      padding: 0;
      position: relative;
      margin: 0 0 20px; }
      .content ol li:before {
        display: inline-block;
        color: #4eb377;
        counter-increment: li1;
        content: counter(li1) ".";
        position: absolute;
        left: -28px;
        top: 0; }
      .content ol li:last-child {
        margin: 0; }
      .content ol li ol {
        margin: 10px 0 10px 35px;
        counter-reset: li2; }
        .content ol li ol li {
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          font-family: "Circe"; }
          @media (max-width: 990px) {
            .content ol li ol li {
              font-weight: 400;
              font-size: 14px;
              line-height: 18px;
              font-family: "Circe"; } }
          .content ol li ol li:before {
            counter-increment: li2;
            content: counter(li1) "." counter(li2);
            color: #000;
            font-weight: 600; }
  .content table {
    width: 100%;
    border: none;
    margin: 20px 0;
    position: relative;
    background: #fff;
    line-height: 100%;
    box-shadow: 0px 2px 12px rgba(0, 48, 91, 0.17); }
    @media (min-width: 1400px) {
      .content table {
        margin: 50px 0; } }
    @media (max-width: 600px) {
      .content table {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 30px auto;
        float: none; } }
    .content table tbody tr:last-child td {
      border: none; }
    .content table tr th {
      background: #EDF1F3;
      text-align: left;
      padding: 15px 20px;
      color: #006992;
      transition: all 0.25s ease;
      font-weight: 600;
      font-size: 12px;
      line-height: 20px;
      font-family: "Circe"; }
      .content table tr th p {
        margin: 0; }
    .content table tr td {
      padding: 14px;
      color: #333;
      padding: 15px 20px;
      transition: all 0.25s ease;
      color: #000;
      border-bottom: 2px solid #BFCFD9;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      font-family: "Circe"; }
      .content table tr td p {
        margin: 0; }
      .content table tr td strong, .content table tr td b {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        font-family: "Circe"; }
  @media (max-width: 600px) {
    .content table,
    .content thead,
    .content tbody,
    .content th,
    .content td,
    .content tr {
      display: block; }
    .content table {
      border: none;
      box-shadow: none; }
    .content table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .content table td {
      margin: 0 0 30px;
      box-shadow: 0px 2px 12px rgba(0, 48, 91, 0.17); }
      .content table td:before {
        content: attr(data-head);
        display: block;
        background: #EDF1F3;
        text-align: left;
        padding: 15px 20px;
        margin: -15px -20px 15px -20px;
        color: #006992;
        transition: all 0.25s ease;
        font-weight: 600;
        font-size: 12px;
        line-height: 20px;
        font-family: "Circe"; } }
  .content p {
    margin: 0 0 15px; }

.poll {
  float: right;
  padding: 15px;
  box-shadow: 0px 2px 12px rgba(0, 48, 91, 0.17);
  width: 360px;
  margin: 10px 0 30px 30px;
  box-sizing: border-box; }
  @media (max-width: 600px) {
    .poll {
      margin: 30px 0;
      width: auto;
      float: none; } }
  .poll h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-family: "Circe";
    color: #000;
    margin: 0 0 20px; }
  .poll label {
    display: block;
    margin: 0 0 15px;
    color: #5E5D5B; }
    .poll label .checked + span {
      color: #00A9E3; }
  .poll .formButton {
    text-align: right; }
    .poll .formButton .btn {
      padding: 0 15px; }
  .poll .answers {
    text-align: right;
    color: #5E5D5B;
    padding: 5px 0 0;
    margin: 15px 0 0;
    border-top: 1px solid #979797; }

img[align="left"] {
  float: left;
  margin: 5px 30px 5px 0; }
  @media (max-width: 480px) {
    img[align="left"] {
      float: none;
      margin: 0 0 15px;
      display: block; } }

img[align="right"] {
  float: right;
  margin: 5px 0px 5px 30px; }
  @media (max-width: 480px) {
    img[align="right"] {
      float: none;
      margin: 0 0 15px;
      display: block; } }

.textbox {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1400px) {
    .textbox {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 600px) {
    .textbox {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .textbox h2 {
    margin-top: 0; }

.whiteBox {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.07) 0 2px 4px 0;
  padding: 26px;
  margin: 0 0 20px;
  box-sizing: border-box; }
  @media (max-width: 990px) {
    .whiteBox {
      padding: 15px; } }
  .whiteBox + .review {
    margin: 0; }
    @media (max-width: 990px) {
      .whiteBox + .review {
        margin: 0 0 20px; } }
  .whiteBox h3:first-child, .whiteBox h2:first-child {
    margin-top: 0; }
  .whiteBox h1 {
    margin: 0 0 20px; }
  .whiteBox p {
    margin: 0 0 15px; }
  .whiteBox .date {
    margin: 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: "Circe"; }
  .whiteBox h3 {
    margin: 0 0 20px; }
  .whiteBox ul {
    margin: 20px 0 0;
    padding: 0; }
    .whiteBox ul li {
      padding: 0 0 0 24px;
      list-style: none;
      background: no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMy4yMiA4Ljc4MWwtMy0zYS43NTIuNzUyIDAgMCAxIDAtMS4wNjIuNzUyLjc1MiAwIDAgMSAxLjA2MSAwbDIuNDcgMi40N0wxMC43MTcuMjJhLjc1Ljc1IDAgMCAxIDEuMDYgMS4wNjJsLTcuNDk3IDcuNWEuNzU1Ljc1NSAwIDAgMS0xLjA2MiAweiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgNCkiPjxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjx1c2UgZmlsbD0iIzRCNTQ1QiIgeGxpbms6aHJlZj0iI2EiLz48ZyBmaWxsPSIjNTNCMzc0IiBtYXNrPSJ1cmwoI2IpIj48cGF0aCBkPSJNLTYtNy41aDI0djI0SC02eiIvPjwvZz48L2c+PC9zdmc+) 0 3px/16px 16px;
      margin: 0 0 10px; }
      .whiteBox ul li:before, .whiteBox ul li:after {
        display: none; }
  .whiteBox .list {
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px; }
    @media (max-width: 700px) {
      .whiteBox .list {
        -webkit-column-count: 1;
        column-count: 1; } }
    .whiteBox .list li {
      margin-bottom: 12px;
      padding: 0;
      background: none;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      position: relative;
      color: #4b545b; }
      .whiteBox .list li:before {
        display: block;
        position: absolute;
        content: "";
        left: 0;
        bottom: 9px;
        right: 0;
        border-bottom: 1px dotted #4b545b;
        z-index: 0;
        opacity: 0.5; }
      .whiteBox .list li span {
        background: #fff;
        position: relative;
        padding-right: 3px; }
        .whiteBox .list li span:last-child {
          padding-left: 3px;
          padding-right: 0; }

.page {
  margin-top: 30px;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.07) 0 2px 4px 0; }
  @media (max-width: 990px) {
    .page {
      padding: 30px; } }
  @media (max-width: 700px) {
    .page {
      padding: 15px; } }
  .page.row {
    padding: 0 !important;
    background: none;
    border-radius: 0;
    box-shadow: none;
    position: relative; }
  .page .content {
    border-bottom: 2px solid #d9dade;
    margin-bottom: 80px;
    padding-bottom: 40px; }
    @media (max-width: 990px) {
      .page .content {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: none; } }
    @media (max-width: 990px) {
      .page .content:before {
        display: block;
        position: absolute;
        content: "";
        left: 15px;
        right: 15px;
        bottom: 0;
        border-bottom: 1px solid #d9dade; } }
    .page .content .date-inner {
      margin: 25px 0;
      color: #d9dade;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      font-family: "Circe"; }
      @media (max-width: 990px) {
        .page .content .date-inner {
          margin-top: 0; } }
      .page .content .date-inner + h1 {
        margin-top: 30px; }
        @media (max-width: 990px) {
          .page .content .date-inner + h1 {
            margin-top: 0; } }
    .page .content h1 {
      margin-top: 40px; }
      @media (min-width: 1400px) {
        .page .content h1 {
          margin-top: 70px; } }
      @media (max-width: 990px) {
        .page .content h1 {
          margin-top: 15px; } }
    .page .content .image {
      margin: 0 0 30px; }

/*
Modules
*/
.articles {
  margin-bottom: 30px; }
  .articles__item {
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 30px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    margin: 0 0 15px;
    height: calc(100% - 15px); }
    @media (max-width: 990px) {
      .articles__item {
        padding: 20px; } }
    @media (max-width: 415px) {
      .articles__item {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px; } }
    .articles__item .text {
      -ms-flexbox: 1 1 auto;
      -webkit-flex: 1 1 auto;
      flex: 1 1 auto; }
      .articles__item .text h3 {
        margin: 0 0 10px;
        color: #242629;
        font-weight: 400;
        font-size: 23px;
        line-height: 23px;
        font-family: "Circe"; }
        .articles__item .text h3 a {
          color: #242629;
          text-decoration: none; }
          .articles__item .text h3 a:hover {
            color: #4eb377;
            text-decoration: none; }
      .articles__item .text p {
        margin: 0 0 5px; }
    .articles__item .image {
      -ms-flexbox: 0 0 190px;
      -webkit-flex: 0 0 190px;
      flex: 0 0 190px;
      margin-left: 10px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      @media (max-width: 415px) {
        .articles__item .image {
          -ms-flexbox: 0 0 100%;
          -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
          margin: 10px 0 0;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; } }
    .articles__item:hover .text h3 a {
      color: #4eb377; }

.page .works.row {
  margin: 0 -8px; }
  .page .works.row .col-xs-12 {
    padding: 0 8px; }
  .page .works.row .works__item, .page .works.row .whiteBox {
    margin: 0 0px 0px;
    height: 100%; }
    @media (max-width: 990px) {
      .page .works.row .works__item, .page .works.row .whiteBox {
        margin: 0 0px 16px; } }

.textBox .works {
  margin-bottom: 50px; }

.works {
  box-sizing: border-box;
  margin: 0 -5px; }
  .works.js-slider-works {
    margin-bottom: 50px; }
    @media (max-width: 990px) {
      .works.js-slider-works {
        margin-bottom: 40px; } }
  .works.row {
    margin: 0 -15px 0px; }
    @media (max-width: 600px) {
      .works.row {
        margin: 0 -10px; } }
    .works.row .works__item {
      margin: 0 0px 24px; }
    .works.row .whiteBox {
      margin: 0 0px 16px;
      min-height: calc(100% - 15px);
      /*ul {
      	margin: 0px;
      	padding: 0;
      	list-style: none;
      		li {
      			margin: 0 0 15px;
      			padding: 0 0 0 30px;
      			position: relative;
      			@include breakpoint(tablet-small-portrait1) {
      				margin: 0 0 10px;
      			padding: 0 0 0 25px;
      			}
      				&:before {
      					@include twins;
      					width: 12px;
      					height: 9px;
      					left:2px;
      					top: 7px;
      					background: url(../img/bull.png) no-repeat;
      				}
      		}
      }*/ }
      .works.row .whiteBox h3, .works.row .whiteBox .h3 {
        color: #242629;
        margin-bottom: 20px; }
        .works.row .whiteBox h3:first-child, .works.row .whiteBox .h3:first-child {
          margin-top: 0; }
  .works .slide {
    opacity: 1; }
  .works__item {
    background: #fff;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    margin: 0 10px 15px;
    display: block;
    color: #242629;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: "Circe"; }
    .works__item:hover {
      text-decoration: none;
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2); }
      .works__item:hover .address {
        color: #4b545b; }
    .works__item .images {
      position: relative;
      border-radius: 3px 3px 0 0; }
      .works__item .images .counter {
        position: absolute;
        display: block;
        background: rgba(36, 38, 41, 0.8);
        min-width: 40px;
        text-align: center;
        border-radius: 3px;
        padding: 4px;
        color: #fff;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        font-family: "Circe";
        bottom: 8px;
        right: 8px;
        z-index: 3; }
      .works__item .images .js-slider-work {
        height: 170px;
        overflow: hidden; }
        .works__item .images .js-slider-work .slide {
          height: 170px;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          border-radius: 3px 3px 0 0;
          opacity: 1; }
        .works__item .images .js-slider-work .slick-prev, .works__item .images .js-slider-work .slick-next {
          width: 36px;
          height: 36px;
          transition: background-color .3s linear 0s,opacity .3s linear 0s;
          will-change: background-color,opacity;
          background-color: rgba(75, 84, 91, 0.4);
          position: absolute;
          cursor: pointer;
          box-shadow: none;
          top: 50%;
          z-index: 2;
          outline: none;
          border: 0;
          opacity: 0; }
        .works__item .images .js-slider-work:hover .slick-prev, .works__item .images .js-slider-work:hover .slick-next {
          opacity: 1; }
          .works__item .images .js-slider-work:hover .slick-prev:hover, .works__item .images .js-slider-work:hover .slick-next:hover {
            background-color: rgba(83, 179, 116, 0.4); }
    .works__item .text .title {
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      font-family: "Circe";
      padding: 12px 15px; }
    .works__item .text .address {
      padding: 12px 15px;
      color: #4b545b; }
      .works__item .text .address .metro {
        position: relative;
        display: block;
        padding-left: 15px; }
        .works__item .text .address .metro:before {
          display: block;
          position: absolute;
          content: "";
          width: 12px;
          height: 8px;
          background: url(../img/metro.png) no-repeat;
          left: 0;
          top: 5px; }
    .works__item .text .date {
      padding: 10px 15px 20px;
      border-top: 1px solid #e1e3e5;
      color: #d9dade; }

.address {
  color: #4b545b;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "Circe"; }
  .address .metro {
    position: relative;
    display: block;
    padding-left: 15px; }
    .address .metro:before {
      display: block;
      position: absolute;
      content: "";
      width: 12px;
      height: 8px;
      background: url(../img/metro.png) no-repeat;
      left: 0;
      top: 5px; }

.portfolio {
  overflow: hidden; }
  .portfolio h2 {
    margin: 20px 0; }
  .portfolio .date {
    margin: 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: "Circe"; }
  .portfolio .map {
    overflow: hidden;
    height: 220px;
    margin: 0 -26px -26px; }
    @media (max-width: 990px) {
      .portfolio .map {
        margin: 0 -15px -15px; } }
    .portfolio .map iframe {
      height: 220px !important;
      width: 100% !important; }
  .portfolio ul {
    margin: 15px 0 25px; }
  .portfolio .sliderGal {
    margin: 0 -26px; }
    @media (max-width: 990px) {
      .portfolio .sliderGal {
        margin: 0 -15px; } }
    .portfolio .sliderGal .desc {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 0;
      margin: 0 26px;
      box-sizing: border-box; }
      @media (max-width: 990px) {
        .portfolio .sliderGal .desc {
          margin: 0 15px; } }
      @media (max-width: 700px) {
        .portfolio .sliderGal .desc {
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .portfolio .sliderGal .desc li {
        background: none;
        box-sizing: border-box;
        border-left: 1px solid #e4e6e7;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 30%;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0; }
        @media (max-width: 700px) {
          .portfolio .sliderGal .desc li {
            width: 100%;
            border: none;
            border-top: 1px solid #e4e6e7;
            margin: 0 0 10px;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start; } }
        .portfolio .sliderGal .desc li:first-child {
          border: none;
          width: 20%;
          -ms-flex-pack: flex-start;
          -webkit-justify-content: flex-start;
          justify-content: flex-start; }
          @media (max-width: 700px) {
            .portfolio .sliderGal .desc li:first-child {
              width: 100%; } }
        .portfolio .sliderGal .desc li:last-child {
          -ms-flex-pack: flex-end;
          -webkit-justify-content: flex-end;
          justify-content: flex-end;
          width: 20%; }
          @media (max-width: 700px) {
            .portfolio .sliderGal .desc li:last-child {
              width: 100%; } }
        .portfolio .sliderGal .desc li span {
          text-align: left;
          display: inline-block; }
          @media (max-width: 700px) {
            .portfolio .sliderGal .desc li span {
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -ms-flex-wrap: wrap;
              -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
              width: 100%; } }
          .portfolio .sliderGal .desc li span span {
            color: #d9dade;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            font-family: "Circe"; }
            @media (max-width: 700px) {
              .portfolio .sliderGal .desc li span span {
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -ms-order: -1;
                -webkit-order: -1;
                order: -1;
                margin-right: 10px; } }
    .portfolio .sliderGal .gallery {
      margin: 20px -3px;
      box-sizing: border-box; }
      .portfolio .sliderGal .gallery .slick-prev, .portfolio .sliderGal .gallery .slick-next {
        width: 46px;
        height: 46px;
        transition: background-color .3s linear 0s,opacity .3s linear 0s;
        will-change: background-color,opacity;
        background-color: rgba(75, 84, 91, 0.4);
        position: absolute;
        cursor: pointer;
        box-shadow: none;
        top: 50%;
        z-index: 2;
        outline: none;
        border: 0;
        opacity: 0; }
      .portfolio .sliderGal .gallery .slick-dots {
        margin: 0;
        bottom: 0; }
      .portfolio .sliderGal .gallery:hover .slick-prev, .portfolio .sliderGal .gallery:hover .slick-next {
        opacity: 1; }
        .portfolio .sliderGal .gallery:hover .slick-prev:hover, .portfolio .sliderGal .gallery:hover .slick-next:hover {
          background-color: rgba(83, 179, 116, 0.4); }
    .portfolio .sliderGal .slide {
      opacity: 1;
      padding: 0 3px; }

.gallery__item a {
  display: block;
  height: 245px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.services h1 {
  color: #4eb377; }
  .services h1 span {
    display: block; }
.services .content {
  padding-top: 25px;
  border-top: 1px solid #d3d3d3;
  margin: 25px 0 0; }
.services .page {
  margin-bottom: 50px; }
  @media (max-width: 990px) {
    .services .page {
      margin-bottom: 30px; } }
.services .whiteBox.services__item {
  height: 100%;
  margin: 0; }
  @media (max-width: 990px) {
    .services .whiteBox.services__item {
      margin-bottom: 30px;
      height: auto; } }
  .services .whiteBox.services__item ul {
    margin: 20px 40px 30px;
    padding: 0; }
    @media (max-width: 700px) {
      .services .whiteBox.services__item ul {
        margin: 20px 0px 30px; } }
    .services .whiteBox.services__item ul li {
      border-bottom: 1px dotted #d3d3d3;
      padding: 0px 0 10px 24px;
      color: #4b545b;
      background: none;
      position: relative;
      margin: 0 0 10px; }
      .services .whiteBox.services__item ul li:before {
        display: block;
        position: absolute;
        content: "";
        width: 13px;
        height: 1px;
        background: #747482;
        left: 0;
        top: 10px; }
.services .whiteBox.text {
  height: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-family: "Circe";
  color: #4b545b;
  margin: 0; }
  @media (max-width: 990px) {
    .services .whiteBox.text {
      margin-bottom: 0px;
      height: auto; } }
  .services .whiteBox.text p {
    margin: 0 0 20px; }
  .services .whiteBox.text ul {
    margin: 15px 0; }
    .services .whiteBox.text ul li {
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSIjNTNCMzc0IiByeD0iOCIgLz4KICAgICAgICA8cGF0aCBmaWxsPSIjRkZGIiBkPSJNNi4xNDYgMTAuODU0bC0yLTJhLjUwMi41MDIgMCAwIDEgLjcwOC0uNzA4TDYuNSA5Ljc5M2w0LjY0NS00LjY0N2EuNS41IDAgMCAxIC43MDcuNzA4bC00Ljk5OCA1YS41MDQuNTA0IDAgMCAxLS43MDggMHoiLz4KICAgIDwvZz4KPC9zdmc+) 0 3px no-repeat;
      padding-left: 25px;
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      font-family: "Circe"; }
  .services .whiteBox.text .value {
    margin-left: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    font-family: "Circe";
    text-align: left; }
    .services .whiteBox.text .value .stars {
      margin: 0 0 2px; }

.calcForm {
  margin-top: 30px; }
  .calcForm .price {
    -ms-flex-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 60px; }
    @media (max-width: 700px) {
      .calcForm .price {
        padding-bottom: 0px; } }
    .calcForm .price .h2, .calcForm .price h2 {
      color: #4b545b;
      margin: 0;
      width: 100%;
      text-align: center; }
      @media (max-width: 700px) {
        .calcForm .price .h2, .calcForm .price h2 {
          margin: 30px 0 0; } }
    .calcForm .price p {
      font-weight: 400;
      font-size: 36px;
      line-height: 40px;
      font-family: "Circe";
      color: #0b7fe5;
      margin: 15px 0; }
      @media (max-width: 700px) {
        .calcForm .price p {
          font-weight: 400;
          font-size: 26px;
          line-height: 30px;
          font-family: "Circe"; } }
  .calcForm.row .row {
    margin: 0 -5px; }
    .calcForm.row .row .col-xs-6, .calcForm.row .row .col-xs-12, .calcForm.row .row .col-xs-9 {
      padding: 0 5px; }
    .calcForm.row .row.row-f {
      margin: 0 -10px; }
      .calcForm.row .row.row-f .col-xs-6, .calcForm.row .row.row-f .col-xs-12, .calcForm.row .row.row-f .col-xs-9 {
        padding: 0 10px; }
  .calcForm .formButton {
    margin-top: 20px; }
  .calcForm button, .calcForm .btn {
    width: 100%;
    line-height: 40px;
    height: 40px; }
  .calcForm .formField {
    position: relative;
    color: #4b545b;
    margin: 0 0 20px; }
    .calcForm .formField .title {
      font-weight: bold;
      display: block;
      margin: 0 0 10px;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      font-family: "Circe";
      color: #4b545b; }
    .calcForm .formField .ph {
      position: absolute;
      right: 15px;
      bottom: 9px;
      color: #d9dade; }
    .calcForm .formField input::-webkit-outer-spin-button,
    .calcForm .formField input::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */ }
    .calcForm .formField input[type="text"], .calcForm .formField input[type="number"] {
      height: 40px;
      color: #4b545b;
      font-weight: 400;
      -webkit-appearance: none;
      -moz-appearance: textfield; }
    .calcForm .formField .input {
      height: 40px;
      color: #4b545b;
      font-weight: 400;
      line-height: 40px;
      display: block; }
    .calcForm .formField .jq-checkbox {
      position: absolute !important;
      z-index: 2;
      bottom: 0 !important;
      left: 5px !important;
      width: calc(100% - 10px) !important;
      height: 40px !important;
      border: none;
      background: none !important;
      margin: 0; }
      .calcForm .formField .jq-checkbox.checked + label {
        border-color: #4eb377;
        color: #4eb377;
        padding-left: 25px; }
        .calcForm .formField .jq-checkbox.checked + label:before {
          opacity: 1;
          width: 9px; }
      .calcForm .formField .jq-checkbox .jq-checkbox__div {
        display: none; }
    .calcForm .formField label {
      position: relative;
      height: 40px;
      border: 1px solid rgba(75, 84, 91, 0.2);
      font-weight: 400;
      font-size: 16px;
      line-height: 38px;
      font-family: "Circe";
      padding: 0px 5px 0 10px;
      width: 100%;
      box-sizing: border-box;
      transition: all 0.25s ease;
      margin: 0;
      background: #fff;
      display: inline-block;
      border-radius: 5px; }
      .calcForm .formField label:before {
        display: block;
        position: absolute;
        content: "";
        width: 0px;
        height: 12px;
        background: url(../img/bull.png) no-repeat;
        display: inline-block;
        opacity: 0;
        transition: all 0.25s ease;
        overflow: hidden;
        top: 14px;
        left: 10px; }

.gallery.container {
  margin: 50px auto; }
  @media (min-width: 1400px) {
    .gallery.container {
      margin: 80px auto; } }
  .gallery.container h2, .gallery.container .h2 {
    margin-top: 0; }
.gallery.licences .gallery__item {
  margin: 0 0 30px;
  color: #505050;
  transition: all 0.25s ease; }
  .gallery.licences .gallery__item a {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #CCCCCC;
    height: 264px; }
    .gallery.licences .gallery__item a:before, .gallery.licences .gallery__item a:after {
      display: none; }
  .gallery.licences .gallery__item .desc {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    font-family: "Circe";
    padding: 10px; }
  .gallery.licences .gallery__item:hover {
    color: #030303; }
    .gallery.licences .gallery__item:hover a {
      border-color: #00A9E3;
      box-shadow: 0px 21px 11px rgba(4, 26, 46, 0.22); }
.gallery .galleryList:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both; }
.gallery .galleryList.row h3 {
  margin-top: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  font-family: "Circe";
  margin: 0 0 10px; }
@media (max-width: 990px) {
  .gallery .galleryList.row .col-xs-12 {
    margin: 0 0 60px; } }
@media (max-width: 990px) {
  .gallery .galleryList.row .col-xs-12:last-child {
    margin: 0 0 10px; } }
.gallery .galleryList.row .gallery__slider {
  float: none;
  height: 357px;
  width: 100%;
  margin: 0 0 2px; }
  @media (max-width: 480px) {
    .gallery .galleryList.row .gallery__slider {
      height: 274px; } }
  .gallery .galleryList.row .gallery__slider .slide a {
    height: 357px; }
    @media (max-width: 480px) {
      .gallery .galleryList.row .gallery__slider .slide a {
        height: 274px; } }
  .gallery .galleryList.row .gallery__slider .slick-prev, .gallery .galleryList.row .gallery__slider .slick-next {
    right: 0;
    top: calc(50% - 30px);
    bottom: auto; }
  .gallery .galleryList.row .gallery__slider .slick-prev {
    top: calc(50% - 30px);
    right: 61px; }
.gallery .galleryList.row .gallery__links {
  float: none;
  width: 100%;
  height: 118px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 480px) {
    .gallery .galleryList.row .gallery__links {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }
  .gallery .galleryList.row .gallery__links a {
    width: 50%;
    height: 118px;
    background-position: center;
    background-size: 100% auto; }
    @media (max-width: 480px) {
      .gallery .galleryList.row .gallery__links a {
        width: 100%; } }
    .gallery .galleryList.row .gallery__links a:first-child {
      border: none;
      border-right: 2px solid #ffffff; }
      @media (max-width: 480px) {
        .gallery .galleryList.row .gallery__links a:first-child {
          border: none;
          border-bottom: 2px solid #ffffff; } }
.gallery__slider {
  float: left;
  width: calc(100% - 194px); }
  @media (max-width: 990px) {
    .gallery__slider {
      float: none;
      height: 357px;
      width: 100%;
      margin: 0 0 2px; } }
  @media (max-width: 480px) {
    .gallery__slider {
      height: 274px; } }
  .gallery__slider .slide a {
    height: 592px;
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 990px) {
      .gallery__slider .slide a {
        height: 357px; } }
    @media (max-width: 480px) {
      .gallery__slider .slide a {
        height: 274px; } }
  .gallery__slider .slick-prev, .gallery__slider .slick-next {
    border: none;
    bottom: 15px;
    top: auto;
    right: 15px; }
    @media (max-width: 990px) {
      .gallery__slider .slick-prev, .gallery__slider .slick-next {
        right: 0;
        top: calc(50% - 30px); } }
    @media (max-width: 480px) {
      .gallery__slider .slick-prev, .gallery__slider .slick-next {
        right: -10px;
        background: rgba(255, 255, 255, 0.5);
        left: auto;
        width: 52px;
        height: 52px; } }
    .gallery__slider .slick-prev:before, .gallery__slider .slick-next:before {
      display: block;
      position: absolute;
      content: "";
      background-image: url(../img/svg/arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      width: 11px;
      height: 21px;
      text-indent: 0;
      top: calc(50% - 10px);
      left: calc(50% - 6px); }
      @media (max-width: 480px) {
        .gallery__slider .slick-prev:before, .gallery__slider .slick-next:before {
          display: block;
          position: absolute;
          content: "";
          width: 33px;
          height: 27px;
          background: transparent url(../img/arrow.png) no-repeat;
          top: calc(50% - 15px);
          left: calc(50% - 15px); } }
    @media (max-width: 480px) {
      .gallery__slider .slick-prev:hover, .gallery__slider .slick-next:hover {
        background: rgba(255, 255, 255, 0.9); } }
    @media (max-width: 480px) {
      .gallery__slider .slick-prev:hover:before, .gallery__slider .slick-next:hover:before {
        background: transparent url(../img/arrow.png) no-repeat 0 -28px; } }
    @media (max-width: 480px) {
      .gallery__slider .slick-prev:hover.slick-disabled:before, .gallery__slider .slick-next:hover.slick-disabled:before {
        background: transparent url(../img/arrow.png) no-repeat; } }
  .gallery__slider .slick-prev {
    right: 76px;
    left: auto; }
    @media (max-width: 990px) {
      .gallery__slider .slick-prev {
        right: auto;
        left: 0;
        top: calc(50% - 30px); } }
    @media (max-width: 480px) {
      .gallery__slider .slick-prev {
        left: -10px;
        background: rgba(255, 255, 255, 0.5);
        width: 52px;
        height: 52px; } }
.gallery__links {
  width: 193px;
  height: 592px;
  float: right; }
  @media (max-width: 990px) {
    .gallery__links {
      float: none;
      width: 100%;
      height: 118px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  @media (max-width: 480px) {
    .gallery__links {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto; } }
  .gallery__links a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    height: 50%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    font-family: "Circe"; }
    @media (max-width: 990px) {
      .gallery__links a {
        width: 50%;
        height: 118px;
        background-position: center;
        background-size: 100% auto; } }
    @media (max-width: 480px) {
      .gallery__links a {
        width: 100%; } }
    .gallery__links a:first-child {
      border-bottom: 1px solid #ffffff; }
      @media (max-width: 990px) {
        .gallery__links a:first-child {
          border: none;
          border-right: 2px solid #ffffff; } }
      @media (max-width: 480px) {
        .gallery__links a:first-child {
          border: none;
          border-bottom: 2px solid #ffffff; } }
    .gallery__links a:before {
      display: block;
      position: absolute;
      content: "";
      background: rgba(52, 56, 70, 0.45);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      transition: all 0.25s ease; }
    .gallery__links a:after {
      display: block;
      position: absolute;
      content: "";
      border: 1px solid #fff;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      z-index: 1; }
    .gallery__links a img {
      display: block;
      margin: 0 auto 10px;
      position: relative;
      z-index: 1; }
      @media (max-width: 990px) {
        .gallery__links a img {
          display: inline-block;
          vertical-align: middle;
          margin: 0 10px 0 0; } }
    .gallery__links a span {
      display: block;
      position: relative;
      width: 100%;
      z-index: 1;
      text-align: center; }
      @media (max-width: 990px) {
        .gallery__links a span {
          display: inline-block;
          vertical-align: middle;
          width: auto; } }
    .gallery__links a:hover:before {
      background: rgba(0, 169, 227, 0.5); }
.gallery .photos .gallery__item {
  margin: 0 0 30px; }
  .gallery .photos .gallery__item a {
    height: 176px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #979797; }
  .gallery .photos .gallery__item:hover a {
    border-color: #005d71; }
.gallery .photos + .center {
  margin-top: 10px; }
.gallery .center {
  margin: 40px 0 0; }
  @media (max-width: 480px) {
    .gallery .center {
      margin: 0px 0 0; } }
  .gallery .center a {
    margin: 0 7px; }
    @media (max-width: 480px) {
      .gallery .center a {
        display: block;
        width: 100%;
        margin: 0; } }

.videos__item {
  margin: 0 0 30px; }
  .videos__item iframe {
    height: 376px !important;
    width: 100% !important; }
    @media (max-width: 990px) {
      .videos__item iframe {
        height: 500px !important; } }
    @media (max-width: 480px) {
      .videos__item iframe {
        height: 228px !important; } }
  .videos__item a {
    display: block;
    position: relative;
    cursor: pointer; }
    .videos__item a:before {
      display: block;
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      top: calc(50% - 4px);
      left: calc(50% - 4px);
      border-left: 12px solid #fff;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      z-index: 2; }
    .videos__item a:after {
      display: block;
      position: absolute;
      content: "";
      background: #ff0000;
      width: 54px;
      height: 36px;
      border-radius: 12px;
      opacity: 0.7;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: all 0.25s ease;
      top: calc(50% - 15px);
      left: calc(50% - 27px);
      z-index: 1; }
      .videos__item a:after:hover {
        filter: none;
        -webkit-filter: grayscale(0); }
    .videos__item a:hover:after {
      opacity: 1;
      filter: none;
      -webkit-filter: grayscale(0); }
.videos .center {
  margin: 10px 0 0; }
  @media (max-width: 480px) {
    .videos .center {
      margin: 0px 0 0; } }
  .videos .center a {
    margin: 0 7px; }
    @media (max-width: 480px) {
      .videos .center a {
        display: block;
        width: 100%;
        margin: 0; } }

@media (max-width: 600px) {
  .photo-gallery {
    display: block; } }
.photo-gallery.sliderSpec {
  margin-top: 80px;
  margin-bottom: 60px; }
  @media (max-width: 990px) {
    .photo-gallery.sliderSpec {
      margin-top: 40px;
      margin-bottom: 40px; } }
.photo-gallery__item a {
  height: 188px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden; }
  .photo-gallery__item a:before {
    display: block;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.0001);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.6) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.4s ease; }
  .photo-gallery__item a:after {
    display: block;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.0001);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.0001) 0%, rgba(43, 71, 171, 0.56811) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.0001) 0%, rgba(43, 71, 171, 0.56811) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    transition: all 0.4s ease; }
  .photo-gallery__item a:hover:before {
    opacity: 0; }
    @media (max-width: 480px) {
      .photo-gallery__item a:hover:before {
        opacity: 1; } }
  .photo-gallery__item a:hover:after {
    opacity: 1; }
    @media (max-width: 480px) {
      .photo-gallery__item a:hover:after {
        opacity: 0; } }

.blog-slider {
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 30px 15px; }
  .blog-slider .slick-prev {
    left: 1px;
    top: 87px; }
  .blog-slider .slick-next {
    right: 1px;
    top: 87px; }
  .blog-slider .slide {
    opacity: 1; }
    .blog-slider .slide a {
      display: block;
      text-decoration: none;
      color: #4b545b;
      padding: 0 15px;
      will-change: color;
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      font-family: "Circe"; }
      .blog-slider .slide a .image {
        height: 175px;
        border-radius: 5px;
        background-color: #4eb377;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align-content: center;
        -webkit-align-content: center;
        align-content: center;
        -ms-flex-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        color: #fff;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0 0 15px; }
        .blog-slider .slide a .image__text {
          transition: all 0.25s ease; }
      .blog-slider .slide a:hover {
        text-decoration: none;
        color: #4eb377; }

@media (max-width: 600px) {
  .blog .col-xs-6 {
    width: 100%; } }
.blog__item {
  background: #fff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  margin: 0 10px 15px;
  display: block;
  color: #4b545b;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "Circe";
  margin: 0 0 24px;
  transition: all 0.25s ease; }
  .blog__item .image a {
    display: block;
    height: 200px;
    border-radius: 3px 3px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .blog__item .text {
    padding: 15px; }
  .blog__item .date {
    color: #d9dade;
    margin: 0 0 10px; }
  .blog__item .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    font-family: "Circe";
    color: #242629; }
    .blog__item .title a {
      color: #242629; }
      .blog__item .title a:hover {
        text-decoration: none; }
  .blog__item .desc {
    margin: 10px 0 0; }
  .blog__item:hover {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2); }
    .blog__item:hover .title a {
      color: #4eb377; }

.about.container {
  margin: 50px auto; }
  @media (min-width: 1400px) {
    .about.container {
      margin: 90px auto; } }
  .about.container h2, .about.container .h2 {
    margin-top: 0; }

.sliderReviews {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 1400px) {
    .sliderReviews {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 600px) {
    .sliderReviews {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .sliderReviews .container .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center; }
    .sliderReviews .container .slick-track:before, .sliderReviews .container .slick-track:after {
      display: none; }
    .sliderReviews .container .slick-track .slide {
      -ms-flex-align-items: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px;
      font-family: "Circe";
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 115px; }
      @media (min-width: 1400px) {
        .sliderReviews .container .slick-track .slide {
          padding: 0 195px; } }
      @media (max-width: 990px) {
        .sliderReviews .container .slick-track .slide {
          padding: 0 58px;
          font-weight: 400;
          font-size: 20px;
          line-height: 26px;
          font-family: "Circe"; } }
      @media (max-width: 700px) {
        .sliderReviews .container .slick-track .slide {
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          font-family: "Circe"; } }
      .sliderReviews .container .slick-track .slide img {
        display: block;
        margin: 30px auto 0; }
        @media (max-width: 700px) {
          .sliderReviews .container .slick-track .slide img {
            margin: 20px auto 0; } }
      .sliderReviews .container .slick-track .slide .text {
        display: block;
        text-align: center; }
        .sliderReviews .container .slick-track .slide .text + .text {
          font-weight: 700;
          margin-top: 30px; }
          @media (max-width: 700px) {
            .sliderReviews .container .slick-track .slide .text + .text {
              margin-top: 20px; } }

.reviews.row {
  margin: 0 -10px; }
  .reviews.row .col-xs-12 {
    padding: 0 10px; }
.reviews__item {
  background: #fff;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  display: block;
  color: #4b545b;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "Circe";
  margin: 0 0 20px; }
  .reviews__item span {
    display: block;
    transition: all 0.25s ease; }
    .reviews__item span.title {
      color: #242629;
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      font-family: "Circe";
      padding: 15px 15px 20px; }
    .reviews__item span.author {
      padding: 20px 15px 10px; }
    .reviews__item span.date {
      padding: 10px 15px 20px;
      border-top: 1px solid #e1e3e5;
      color: #d9dade; }
  .reviews__item:hover {
    text-decoration: none;
    color: #4b545b;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2); }
    .reviews__item:hover .title {
      color: #4eb377; }

.review {
  line-height: 22px;
  color: #4b545b; }
  .review:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .review .author {
    float: left; }
    @media (max-width: 600px) {
      .review .author {
        float: none;
        margin-bottom: 10px; } }
  .review .value {
    float: right; }
  .review p {
    margin: 0 0 25px; }
  .review .date {
    margin: 10px 0 25px; }

.stars {
  display: inline-block;
  height: 20px;
  width: 105px;
  vertical-align: middle;
  margin: 0 0 3px 10px;
  position: relative; }
  .stars:before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/star.png) repeat-x;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5; }
  .stars:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/star.png) repeat-x;
    z-index: 1; }
  .stars.four:after {
    width: 84px;
    right: auto; }
  .stars.four:after {
    width: 84px;
    right: auto; }

.js-slider-prices {
  margin: 40px -15px 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 990px) {
    .js-slider-prices {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 990px) {
    .js-slider-prices .slick-prev {
      left: 20px; } }
  @media (max-width: 990px) {
    .js-slider-prices .slick-next {
      right: 20px; } }
  .js-slider-prices .prices__item {
    padding: 0 15px;
    position: relative;
    box-sizing: border-box; }
    @media (max-width: 990px) {
      .js-slider-prices .prices__item {
        width: 100%;
        margin: 0 0 40px;
        text-align: center; } }
    .js-slider-prices .prices__item img {
      display: block;
      margin: 0 auto; }
    .js-slider-prices .prices__item .text {
      position: absolute;
      top: 206px;
      left: 0;
      right: 0;
      text-align: center; }
      @media (max-width: 1180px) {
        .js-slider-prices .prices__item .text {
          top: 180px; } }
      @media (max-width: 990px) {
        .js-slider-prices .prices__item .text {
          position: relative;
          top: auto;
          margin-top: 15px;
          left: auto;
          right: auto; } }
      .js-slider-prices .prices__item .text span {
        color: #0b7fe5; }
    .js-slider-prices .prices__item.last .text {
      right: 108px; }
      @media (max-width: 990px) {
        .js-slider-prices .prices__item.last .text {
          right: auto;
          padding-right: 108px;
          margin-top: -105px; } }
  .js-slider-prices .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .js-slider-prices .slick-track:before, .js-slider-prices .slick-track:after {
      display: none; }
    .js-slider-prices .slick-track .slide {
      -ms-flexbox: 0 0 auto;
      -webkit-flex: 0 0 auto;
      flex: 0 0 auto;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      opacity: 1; }

.prices {
  margin: 0 0 100px; }
  @media (max-width: 990px) {
    .prices {
      margin: 0 0 60px; } }
  .prices p {
    text-align: center;
    margin: 30px 0 0; }

.blue {
  color: #0b7fe5; }

@media (max-width: 990px) {
  .contacts.row .col-xs-12 {
    margin: 0 0 30px; } }
@media (max-width: 990px) {
  .contacts.row .col-xs-12 .col-xs-12 {
    margin: 0px; } }
.contacts.row .contacts__item .arrow-r {
  margin-left: 25px; }
.contacts .gallery {
  margin: 30px 0 20px; }
  @media (max-width: 990px) {
    .contacts .gallery {
      margin: 30px 0 0px; } }
  .contacts .gallery__links a {
    color: #fff !important; }
    .contacts .gallery__links a span {
      color: #fff !important; }
.contacts .address {
  padding-left: 25px;
  position: relative;
  display: block; }
  .contacts .address:before {
    display: block;
    position: absolute;
    content: "";
    width: 10px;
    height: 14px;
    background: url(../img/svg/placeholder.svg) no-repeat;
    left: 0;
    top: 5px; }
.contacts .mail {
  padding-left: 25px;
  position: relative;
  display: block; }
  .contacts .mail:before {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 12px;
    background: url(../img/svg/email.svg) no-repeat;
    left: 0;
    top: 5px; }
.contacts .phone {
  padding-left: 25px;
  position: relative;
  display: block; }
  .contacts .phone:before {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/svg/call.svg) no-repeat;
    left: 0;
    top: 3px; }
.contacts .times {
  padding-left: 25px;
  position: relative;
  display: block; }
  .contacts .times:before {
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/svg/clock.svg) no-repeat;
    left: 0;
    top: 1px; }
.contacts a {
  color: #00A9E3; }
  .contacts a:hover {
    color: #4eb377; }
.contacts a[href^="tel:"] {
  color: #242629; }
  .contacts a[href^="tel:"]:hover {
    color: #242629;
    text-decoration: none; }
.contacts p {
  margin: 0 0 15px; }
.contacts .btn {
  margin-top: 20px; }

.maps {
  overflow: hidden; }
  @media (max-width: 830px) {
    .maps {
      padding-bottom: 500px;
      height: 640px;
      position: relative; } }
  @media (max-width: 480px) {
    .maps {
      height: 65vh; } }
  .maps .container {
    position: relative; }
    .maps .container ul {
      margin: 0;
      padding: 0;
      list-style: none;
      position: absolute;
      top: 30px;
      left: 15px;
      z-index: 4; }
      @media (max-width: 990px) {
        .maps .container ul {
          margin: 0;
          left: 0;
          right: 0;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          box-sizing: border-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          top: 15px; } }
      .maps .container ul li {
        margin: 0 30px 0 0;
        background: #fff; }
        @media (max-width: 990px) {
          .maps .container ul li {
            margin: 0 15px;
            box-sizing: border-box;
            -ms-flex-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-align-content: center;
            -webkit-align-content: center;
            align-content: center;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            height: auto;
            min-height: 38px;
            line-height: 100%; } }
        @media (max-width: 700px) {
          .maps .container ul li {
            margin: 0 10px;
            padding: 5px;
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            font-family: "Circe"; } }
        @media (max-width: 480px) {
          .maps .container ul li {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            font-family: "Circe"; } }
        .maps .container ul li.active {
          transition: all 1s cubic-bezier(0.83, 0.02, 0, 1);
          transition-delay: 0s !important;
          color: #fff;
          text-decoration: none; }
          .maps .container ul li.active span {
            color: #fff;
            background: transparent; }
          .maps .container ul li.active:after {
            opacity: 0; }
          .maps .container ul li.active:before {
            opacity: 1;
            -ms-transform: scaleX(1);
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
    .maps .container .box {
      width: 348px;
      overflow: hidden;
      position: absolute;
      right: 15px;
      top: 15px;
      height: 490px;
      z-index: 3;
      background: #fff;
      padding: 15px;
      box-sizing: border-box;
      display: none;
      font-weight: 300;
      font-size: 14px;
      line-height: 22px;
      font-family: "Circe"; }
      @media (max-width: 830px) {
        .maps .container .box {
          top: 640px;
          right: calc(50% - 174px); } }
      @media (max-width: 480px) {
        .maps .container .box {
          top: 65vh; } }
      @media (max-width: 415px) {
        .maps .container .box {
          width: auto;
          right: 10px;
          left: 10px; } }
      .maps .container .box .image {
        margin: 0 0 20px; }
        .maps .container .box .image img {
          display: block; }
      .maps .container .box .btn {
        width: 100%;
        display: block; }
      .maps .container .box.active {
        display: block; }
        .maps .container .box.active + .schemes {
          display: block;
          z-index: 4; }
    .maps .container .schemes {
      position: absolute;
      left: 15px;
      top: 207px;
      display: none; }
      .maps .container .schemes .auto {
        display: block;
        margin-top: 15px;
        width: 45px;
        height: 45px;
        border: 1px solid #00B1AA;
        box-sizing: border-box;
        background: #fff url(../img/svg/car.svg) no-repeat center; }
      .maps .container .schemes .walker {
        display: block;
        width: 45px;
        height: 45px;
        border: 1px solid #ff0000;
        box-sizing: border-box;
        background: #fff url(../img/svg/train.svg) no-repeat center; }
  .maps #map {
    height: 520px;
    width: 100%; }
    @media (max-width: 830px) {
      .maps #map {
        height: 100% !important;
        position: absolute;
        left: 0;
        top: 0; } }

.linktext h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "Circe";
  margin: 0; }
.linktext__item {
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  font-family: "Circe"; }
  .linktext__item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-family: "Circe";
    padding: 0 0 15px;
    margin: 0px 0 15px;
    position: relative; }
    .linktext__item h3:before {
      display: block;
      position: absolute;
      content: "";
      right: -15px;
      left: -15px;
      bottom: 0;
      height: 1px;
      background: #CCCCCC; }
  .linktext__item p {
    margin: 0 0 5px; }
  .linktext__item a {
    color: #00A9E3; }
    .linktext__item a:hover {
      color: #4eb377; }

.contactsInfo {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }
  @media (max-width: 990px) {
    .contactsInfo {
      margin-top: 20px; } }
  .contactsInfo .col-xs-12:first-child p:last-child {
    text-align: center; }
  .contactsInfo .col-xs-12 p {
    margin: 0;
    text-align: center; }
    .contactsInfo .col-xs-12 p:last-child {
      margin: 15px 0 0;
      text-align: left;
      font-weight: 400;
      font-size: 10px;
      line-height: 18px;
      font-family: "Circe";
      color: #787878; }
      @media (max-width: 990px) {
        .contactsInfo .col-xs-12 p:last-child {
          margin: 10px 0 30px;
          text-align: center; } }
  .contactsInfo .col-xs-12 a {
    color: #00A9E3;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    font-family: "Circe"; }
    .contactsInfo .col-xs-12 a.mail {
      padding-left: 25px;
      position: relative;
      display: inline-block; }
      .contactsInfo .col-xs-12 a.mail:before {
        display: block;
        position: absolute;
        content: "";
        width: 14px;
        height: 12px;
        background: url(../img/svg/email.svg) no-repeat;
        left: 0;
        top: 5px; }
    .contactsInfo .col-xs-12 a:hover {
      color: #4eb377; }
  .contactsInfo .social__menu {
    margin: 0 0 15px; }
    @media (max-width: 990px) {
      .contactsInfo .social__menu {
        -ms-flexbox: 0 0 auto;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 auto 15px;
        max-width: 262px; } }

.examples {
  overflow: hidden;
  margin: 0 0 90px; }
  @media (max-width: 990px) {
    .examples {
      margin: 0 0 60px; } }
  @media (max-width: 700px) {
    .examples {
      margin: -20px 0 60px; } }
  .examples .js-slider-example {
    margin: 0 -15px;
    box-sizing: border-box; }
    .examples .js-slider-example .slick-prev {
      left: 40px;
      top: calc(50% + 30px); }
      @media (max-width: 990px) {
        .examples .js-slider-example .slick-prev {
          left: 30px; } }
    .examples .js-slider-example .slick-next {
      right: 40px;
      top: calc(50% + 30px); }
      @media (max-width: 990px) {
        .examples .js-slider-example .slick-next {
          right: 30px; } }
  .examples .slide {
    padding: 0 15px;
    opacity: 1; }
    .examples .slide .title {
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      line-height: 40px;
      font-family: "Circe"; }
      @media (max-width: 990px) {
        .examples .slide .title {
          font-weight: 700;
          font-size: 16px;
          line-height: 40px;
          font-family: "Circe"; } }
    .examples .slide span {
      display: block;
      height: 400px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      @media (max-width: 990px) {
        .examples .slide span {
          height: 300px; } }

.faq {
  border-top: 1px solid #d3d3d3;
  margin: 0px 0 60px; }
  .faq__item {
    padding: 15px 25px;
    border-bottom: 1px solid #d3d3d3;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    transition: all 0.25s ease; }
    @media (max-width: 480px) {
      .faq__item {
        padding: 15px 25px 15px 15px; } }
    .faq__item h3, .faq__item .h3, .faq__item a {
      position: relative;
      margin: 0;
      color: #0b7fe5;
      padding: 0 30px 0 0;
      cursor: pointer;
      display: block; }
      .faq__item h3:before, .faq__item .h3:before, .faq__item a:before {
        display: block;
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background: #f1f4f6;
        transition: all 0.25s ease;
        border-radius: 50%;
        background: #f1f4f6 url(../img/pick.svg) no-repeat center;
        background-size: 40%;
        top: 0px;
        right: 0px; }
        @media (max-width: 480px) {
          .faq__item h3:before, .faq__item .h3:before, .faq__item a:before {
            top: -3px;
            right: -10px; } }
      .faq__item h3:hover, .faq__item .h3:hover, .faq__item a:hover {
        text-decoration: none; }
    .faq__item .answer {
      color: #242629;
      opacity: 0;
      height: 0;
      overflow: hidden;
      transition: all 0.4s ease-out; }
      .faq__item .answer p {
        margin: 0 0 15px; }
        .faq__item .answer p:last-child {
          margin: 0; }
    .faq__item.active h3:before, .faq__item.active .h3:before {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .faq__item.active .answer {
      opacity: 1;
      height: auto;
      margin: 15px 0 5px; }

.advantages {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 990px) {
    .advantages {
      padding-bottom: 20px; } }
  @media (max-width: 600px) {
    .advantages {
      padding-top: 30px; } }
  .advantages.container {
    position: relative; }
    .advantages.container:before {
      display: block;
      position: absolute;
      content: "";
      height: 100%;
      top: 0;
      right: 100%;
      width: 1000px;
      background: #fff; }
      @media (max-width: 990px) {
        .advantages.container:before {
          display: none; } }
    .advantages.container:after {
      display: block;
      position: absolute;
      content: "";
      height: 100%;
      top: 0;
      left: 100%;
      width: 1000px;
      background: #fff; }
      @media (max-width: 990px) {
        .advantages.container:after {
          display: none; } }
  .advantages ul {
    padding: 0;
    list-style: none;
    text-align: center; }
    .advantages ul li {
      text-align: center; }
      @media (max-width: 990px) {
        .advantages ul li {
          margin-bottom: 30px; } }
      .advantages ul li img {
        display: block;
        margin: 0 auto; }
      .advantages ul li h3 {
        margin: 15px 0 20px; }
        @media (max-width: 990px) {
          .advantages ul li h3 {
            margin: 10px 0 5px; } }
      .advantages ul li p {
        margin: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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-slider.single-item {
    padding: 0 100px;
    margin: 50px 0 100px; }
    @media (max-width: 990px) {
      .slick-slider.single-item {
        padding: 0 60px;
        margin: 30px 0 80px; } }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.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; }
  .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;
  opacity: 0;
  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-slide.slick-active {
    opacity: 1; }

.slick-arrow.slick-hidden {
  display: none; }

.slider-card {
  margin: 0 0 15px; }

.slick-prev,
.slick-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-box-shadow .3s linear 0s;
  transition: -webkit-box-shadow .3s linear 0s;
  transition: box-shadow .3s linear 0s;
  transition: box-shadow .3s linear 0s,-webkit-box-shadow .3s linear 0s;
  will-change: box-shadow;
  background: #53b374 no-repeat 50%;
  background-image: none;
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 2;
  border: 0;
  font-size: 0;
  box-shadow: 0 10px 15px 0 rgba(83, 179, 116, 0.3);
  z-index: 4;
  cursor: pointer;
  transition: all 0s ease; }
  .slick-prev:hover,
  .slick-next:hover {
    box-shadow: none; }

.slick-prev {
  left: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCA5IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0NCAoNDE0MTEpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkxpbmUgQ29weSA2PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iX2Rlc2t0b3AiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03MS4wMDAwMDAsIC0xODEuMDAwMDAwKSIgc3Ryb2tlPSIjRkZGRkZGIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1OC4wMDAwMDAsIDE3MC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJhcnJvdyI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJMaW5lLUNvcHktNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcuNTAwMDAwLCAxOC4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTE3LjUwMDAwMCwgLTE4LjAwMDAwMCkgIiBwb2ludHM9IjE0IDExIDIxIDE4IDE0IDI1Ij48L3BvbHlsaW5lPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=); }

.slick-next {
  right: 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjE0cHgiIHZpZXdCb3g9IjAgMCA5IDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0NCAoNDE0MTEpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPkxpbmUgQ29weSA1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iX2Rlc2t0b3AiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNzUuMDAwMDAwLCAtMTgxLjAwMDAwMCkiIHN0cm9rZT0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0zMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTguMDAwMDAwLCAxNzAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iYXJyb3ciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMwMi4wMDAwMDAsIDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJMaW5lLUNvcHktNSIgcG9pbnRzPSIxNiAxMSAyMyAxOCAxNiAyNSI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+); }

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block !important;
    margin: 0 3px !important;
    padding: 0 !important;
    vertical-align: middle;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: relative;
    background: #dbdddf !important;
    overflow: hidden;
    transition: all 0.25s ease;
    box-sizing: border-box; }
    .slick-dots li button {
      text-indent: -9999px;
      overflow: hidden;
      padding: 0;
      border: none;
      margin: 0;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: none;
      width: 100%;
      height: 100%;
      line-height: 100%; }
    .slick-dots li:hover, .slick-dots li.slick-active {
      background: #4eb377 !important; }
      .slick-dots li:hover button, .slick-dots li.slick-active button {
        background: none !important; }

.paging {
  margin: 30px 0 60px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  font-family: "Circe";
  color: #878787; }
  .paging:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .paging a,
  .paging span {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    width: 36px;
    height: 36px;
    font-weight: 700;
    font-size: 16px;
    line-height: 34px;
    font-family: "Circe";
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    margin: 0 3px;
    color: #878787;
    text-decoration: none; }
    @media (max-width: 990px) {
      .paging a,
      .paging span {
        margin: 0 3px; } }
    .paging a.prev,
    .paging span.prev {
      float: left;
      font-weight: 400;
      font-size: 18px;
      line-height: 21px;
      font-family: "Circe";
      background: none;
      border: none;
      margin: 0;
      color: #242629;
      height: auto;
      width: auto; }
      @media (max-width: 480px) {
        .paging a.prev,
        .paging span.prev {
          width: 33px;
          height: 27px;
          text-indent: -9999px;
          overflow: hidden; } }
      .paging a.prev:before,
      .paging span.prev:before {
        content: "";
        width: 33px;
        height: 27px;
        background: url(../img/arrow.png) no-repeat 0 0;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 2px 0px; }
        @media (max-width: 480px) {
          .paging a.prev:before,
          .paging span.prev:before {
            margin: 0;
            position: absolute;
            text-indent: 0;
            left: 0;
            top: 0; } }
      @media (max-width: 480px) {
        .paging a.prev.back,
        .paging span.prev.back {
          width: auto;
          height: auto;
          text-indent: 0; } }
      @media (max-width: 480px) {
        .paging a.prev.back:before,
        .paging span.prev.back:before {
          margin: 0 10px 2px 0px;
          position: relative;
          left: auto;
          top: auto; } }
      .paging a.prev:hover,
      .paging span.prev:hover {
        text-decoration: none;
        background: none;
        color: #00A9E3; }
        .paging a.prev:hover:before,
        .paging span.prev:hover:before {
          background-position: 0 -28px; }
    .paging a.next,
    .paging span.next {
      float: right;
      font-weight: 400;
      font-size: 18px;
      line-height: 21px;
      font-family: "Circe";
      background: none;
      border: none;
      margin: 0;
      color: #242629;
      height: auto;
      width: auto; }
      @media (max-width: 480px) {
        .paging a.next,
        .paging span.next {
          width: 33px;
          height: 27px;
          text-indent: -9999px;
          overflow: hidden; } }
      .paging a.next:after,
      .paging span.next:after {
        content: "";
        width: 33px;
        height: 27px;
        background: url(../img/arrow.png) no-repeat 0 0;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 2px 10px; }
        @media (max-width: 480px) {
          .paging a.next:after,
          .paging span.next:after {
            margin: 0;
            position: absolute;
            text-indent: 0;
            left: 0;
            top: 0; } }
      .paging a.next:hover,
      .paging span.next:hover {
        text-decoration: none;
        background: none;
        color: #00A9E3; }
        .paging a.next:hover:after,
        .paging span.next:hover:after {
          background-position: 0 -28px; }
  .paging a {
    color: #878787; }
    .paging a:hover {
      background: #00A9E3;
      color: #fff;
      text-decoration: none; }
  .paging span {
    background: #00A9E3;
    color: #fff;
    text-decoration: none; }

.goto {
  float: right;
  margin: -70px 0 0 15px;
  /*@include breakpoint(phone-landscape) {
  	float: none;
  	margin: 0 0 30px;
  	text-align: right;
  }*/ }
  @media (max-width: 990px) {
    .goto {
      float: none;
      margin: 0 0 30px;
      text-align: right; } }

.mistake {
  text-align: center;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center; }
  .mistake h1 {
    font-weight: 300;
    font-size: 44px;
    line-height: 50px;
    font-family: "Circe";
    color: #242629;
    margin: 0 0 60px; }
    @media (max-width: 990px) {
      .mistake h1 {
        font-weight: 300;
        font-size: 30px;
        line-height: 34px;
        font-family: "Circe";
        margin: 0 0 40px; } }
    @media (max-width: 480px) {
      .mistake h1 {
        font-weight: 300;
        font-size: 30px;
        line-height: 34px;
        font-family: "Circe";
        margin: 0 0 30px; } }
    .mistake h1 span {
      display: block;
      font-weight: 400;
      font-size: 250px;
      line-height: 250px;
      font-family: "Circe";
      color: #00A9E3; }
      @media (max-width: 990px) {
        .mistake h1 span {
          font-weight: 400;
          font-size: 150px;
          line-height: 150px;
          font-family: "Circe"; } }
      @media (max-width: 480px) {
        .mistake h1 span {
          font-weight: 400;
          font-size: 120px;
          line-height: 120px;
          font-family: "Circe"; } }
  .mistake img {
    display: block; }
  .mistake .center {
    margin: 0 0 30px; }

@media print {
  html,
  body {
    height: auto; }

  .menuTop {
    height: 5px;
    background: #666;
    position: relative !important;
    left: auto !important;
    top: auto !important; }
    .menuTop .container {
      display: none; }

  h1,
  .h1,
  .author,
  .date,
  .content ol li::before {
    color: #000 !important; }

  .content ul li::before {
    background: #666; }

  #header .callback {
    display: none; }
  #header .top {
    display: block;
    padding: 15px; }
    #header .top .logo {
      display: block;
      float: left;
      position: relative;
      left: auto;
      top: auto;
      margin: 0; }
    #header .top .contacts {
      float: right; }
    #header .top .phone {
      float: right;
      width: auto; }

  #body.section, #body.company, #body.contacts, #body.page {
    background: none !important; }
  #body .content table {
    border: 1px solid #ccc; }
    #body .content table tr th {
      background: #f5f5f5 !important;
      color: #000 !important;
      border-color: #ccc !important; }

  #toTop,
  .btn,
  .bannerInner,
  .reviews-collapse,
  .nonprint,
  #panel,
  .bx-context-toolbar-empty-area,
  .back,
  .catalogInner,
  .social,
  .formLinks,
  .inner .catalogTop,
  .divForm,
  form,
  .versionPrint,
  .share,
  .infodesign {
    display: none !important; }

  #body {
    min-height: inherit !important; }

  .ravno {
    height: auto !important; }

  .printBtn {
    display: block;
    text-align: center; }

  blockquote:before {
    background: url(../img/quote-blk.png) no-repeat !important; }

  #footer {
    border-top: 2px solid #888;
    background: #fff;
    color: #777 !important;
    padding: 15px 0; }
    #footer .contacts {
      margin: 0 0 5px; }
      #footer .contacts .title {
        color: #777 !important;
        margin: 0 0 5px; }
      #footer .contacts p {
        margin: 0; }
    #footer a {
      color: #777 !important; }
    #footer p {
      margin: 0; }
    #footer .menuBottom,
    #footer .infoBlock {
      display: none; }
    #footer .copyRight {
      color: #777 !important; }
      #footer .copyRight p:last-child {
        display: none; }

  img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.25s ease; }
    img:hover {
      filter: none;
      -webkit-filter: grayscale(0); }

  .slick-track {
    width: auto !important;
    height: auto !important;
    text-align: center; }
    .slick-track .slider-card__item {
      width: 48% !important;
      display: inline-block !important;
      margin: 0 5px 10px;
      left: auto !important;
      top: auto !important;
      opacity: 1 !important;
      height: auto !important;
      min-height: inherit !important; }

  .slider-nav,
  .wbl-catalog-detail-same-products,
  .more,
  .sorting,
  .btns-grid {
    display: none !important; }

  .product__Info {
    border-color: #666; }

  .product__Info .sale strong,
  .product__Info .col-xs-6 span,
  .product__Tab h3,
  .product__Tab table td,
  .content .contacts h3,
  .product__Info .price,
  .product__Info .sale,
  a,
  .catalog__Item .price {
    color: #000 !important; }

  .catalog__Item .price {
    padding-bottom: 20px; }

  .printBtn {
    display: none !important; } }

/*# sourceMappingURL=css.css.map */
