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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* Additional
   ========================================================================== */
iframe {
  border: 0; }

*:focus {
  outline: none; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-thin_1.eot");
  src: url("../fonts/roboto-thin_1.eot@") format("embedded-opentype"), url("../fonts/roboto-thin_1.woff2") format("woff2"), url("../fonts/roboto-thin_1.woff") format("woff"), url("../fonts/roboto-thin_1.ttf") format("truetype"), url("../fonts/roboto-thin_1.svg") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-thinitalic_1.eot");
  src: url("../fonts/roboto-thinitalic_1.eot@") format("embedded-opentype"), url("../fonts/roboto-thinitalic_1.woff2") format("woff2"), url("../fonts/roboto-thinitalic_1.woff") format("woff"), url("../fonts/roboto-thinitalic_1.ttf") format("truetype"), url("../fonts/roboto-thinitalic_1.svg") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-light_1.eot");
  src: url("../fonts/roboto-light_1.eot@") format("embedded-opentype"), url("../fonts/roboto-light_1.woff2") format("woff2"), url("../fonts/roboto-light_1.woff") format("woff"), url("../fonts/roboto-light_1.ttf") format("truetype"), url("../fonts/roboto-light_1.svg") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-lightitalic_1.eot");
  src: url("../fonts/roboto-lightitalic_1.eot@") format("embedded-opentype"), url("../fonts/roboto-lightitalic_1.woff2") format("woff2"), url("../fonts/roboto-lightitalic_1.woff") format("woff"), url("../fonts/roboto-lightitalic_1.ttf") format("truetype"), url("../fonts/roboto-lightitalic_1.svg") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-regular_1.eot");
  src: url("../fonts/roboto-regular_1.eot@") format("embedded-opentype"), url("../fonts/roboto-regular_1.woff2") format("woff2"), url("../fonts/roboto-regular_1.woff") format("woff"), url("../fonts/roboto-regular_1.ttf") format("truetype"), url("../fonts/roboto-regular_1.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-italic_1.eot");
  src: url("../fonts/roboto-italic_1.eot@") format("embedded-opentype"), url("../fonts/roboto-italic_1.woff2") format("woff2"), url("../fonts/roboto-italic_1.woff") format("woff"), url("../fonts/roboto-italic_1.ttf") format("truetype"), url("../fonts/roboto-italic_1.svg") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-medium_1.eot");
  src: url("../fonts/roboto-medium_1.eot@") format("embedded-opentype"), url("../fonts/roboto-medium_1.woff2") format("woff2"), url("../fonts/roboto-medium_1.woff") format("woff"), url("../fonts/roboto-medium_1.ttf") format("truetype"), url("../fonts/roboto-medium_1.svg") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-mediumitalic_1.eot");
  src: url("../fonts/roboto-mediumitalic_1.eot@") format("embedded-opentype"), url("../fonts/roboto-mediumitalic_1.woff2") format("woff2"), url("../fonts/roboto-mediumitalic_1.woff") format("woff"), url("../fonts/roboto-mediumitalic_1.ttf") format("truetype"), url("../fonts/roboto-mediumitalic_1.svg") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-bold_1.eot");
  src: url("../fonts/roboto-bold_1.eot@") format("embedded-opentype"), url("../fonts/roboto-bold_1.woff2") format("woff2"), url("../fonts/roboto-bold_1.woff") format("woff"), url("../fonts/roboto-bold_1.ttf") format("truetype"), url("../fonts/roboto-bold_1.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-bolditalic_1.eot");
  src: url("../fonts/roboto-bolditalic_1.eot@") format("embedded-opentype"), url("../fonts/roboto-bolditalic_1.woff2") format("woff2"), url("../fonts/roboto-bolditalic_1.woff") format("woff"), url("../fonts/roboto-bolditalic_1.ttf") format("truetype"), url("../fonts/roboto-bolditalic_1.svg") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-black_1.eot");
  src: url("../fonts/roboto-black_1.eot@") format("embedded-opentype"), url("../fonts/roboto-black_1.woff2") format("woff2"), url("../fonts/roboto-black_1.woff") format("woff"), url("../fonts/roboto-black_1.ttf") format("truetype"), url("../fonts/roboto-black_1.svg") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto-blackitalic_1.eot");
  src: url("../fonts/roboto-blackitalic_1.eot@") format("embedded-opentype"), url("../fonts/roboto-blackitalic_1.woff2") format("woff2"), url("../fonts/roboto-blackitalic_1.woff") format("woff"), url("../fonts/roboto-blackitalic_1.ttf") format("truetype"), url("../fonts/roboto-blackitalic_1.svg") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'Roboto Cond';
  src: url("../fonts/robotocondensed-light.eot");
  src: url("../fonts/robotocondensed-light.eot@") format("embedded-opentype"), url("../fonts/robotocondensed-light.woff2") format("woff2"), url("../fonts/robotocondensed-light.woff") format("woff"), url("../fonts/robotocondensed-light.ttf") format("truetype"), url("../fonts/robotocondensed-light.svg") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Cond';
  src: url("../fonts/robotocondensed-lightitalic.eot");
  src: url("../fonts/robotocondensed-lightitalic.eot@") format("embedded-opentype"), url("../fonts/robotocondensed-lightitalic.woff2") format("woff2"), url("../fonts/robotocondensed-lightitalic.woff") format("woff"), url("../fonts/robotocondensed-lightitalic.ttf") format("truetype"), url("../fonts/robotocondensed-lightitalic.svg") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Roboto Cond';
  src: url("../fonts/robotocondensed-regular.eot");
  src: url("../fonts/robotocondensed-regular.eot@") format("embedded-opentype"), url("../fonts/robotocondensed-regular.woff2") format("woff2"), url("../fonts/robotocondensed-regular.woff") format("woff"), url("../fonts/robotocondensed-regular.ttf") format("truetype"), url("../fonts/robotocondensed-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Cond';
  src: url("../fonts/roboto-condenseditalic_0.eot");
  src: url("../fonts/roboto-condenseditalic_0.eot@") format("embedded-opentype"), url("../fonts/roboto-condenseditalic_0.woff2") format("woff2"), url("../fonts/roboto-condenseditalic_0.woff") format("woff"), url("../fonts/roboto-condenseditalic_0.ttf") format("truetype"), url("../fonts/roboto-condenseditalic_0.svg") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Roboto Cond';
  src: url("../fonts/robotocondensed-bold.eot");
  src: url("../fonts/robotocondensed-bold.eot@") format("embedded-opentype"), url("../fonts/robotocondensed-bold.woff2") format("woff2"), url("../fonts/robotocondensed-bold.woff") format("woff"), url("../fonts/robotocondensed-bold.ttf") format("truetype"), url("../fonts/robotocondensed-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Cond';
  src: url("../fonts/robotocondensed-bolditalic.eot");
  src: url("../fonts/robotocondensed-bolditalic.eot@") format("embedded-opentype"), url("../fonts/robotocondensed-bolditalic.woff2") format("woff2"), url("../fonts/robotocondensed-bolditalic.woff") format("woff"), url("../fonts/robotocondensed-bolditalic.ttf") format("truetype"), url("../fonts/robotocondensed-bolditalic.svg") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/robotoslab-thin_1.eot");
  src: url("../fonts/robotoslab-thin_1.eot@") format("embedded-opentype"), url("../fonts/robotoslab-thin_1.woff2") format("woff2"), url("../fonts/robotoslab-thin_1.woff") format("woff"), url("../fonts/robotoslab-thin_1.ttf") format("truetype"), url("../fonts/robotoslab-thin_1.svg") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/robotoslab-light_1.eot");
  src: url("../fonts/robotoslab-light_1.eot@") format("embedded-opentype"), url("../fonts/robotoslab-light_1.woff2") format("woff2"), url("../fonts/robotoslab-light_1.woff") format("woff"), url("../fonts/robotoslab-light_1.ttf") format("truetype"), url("../fonts/robotoslab-light_1.svg") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/robotoslab-regular_1.eot");
  src: url("../fonts/robotoslab-regular_1.eot@") format("embedded-opentype"), url("../fonts/robotoslab-regular_1.woff2") format("woff2"), url("../fonts/robotoslab-regular_1.woff") format("woff"), url("../fonts/robotoslab-regular_1.ttf") format("truetype"), url("../fonts/robotoslab-regular_1.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/robotoslab-bold_1.eot");
  src: url("../fonts/robotoslab-bold_1.eot@") format("embedded-opentype"), url("../fonts/robotoslab-bold_1.woff2") format("woff2"), url("../fonts/robotoslab-bold_1.woff") format("woff"), url("../fonts/robotoslab-bold_1.ttf") format("truetype"), url("../fonts/robotoslab-bold_1.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-bold.eot");
  src: url("../fonts/pfdintextcomppro-bold.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-bold.woff2") format("woff2"), url("../fonts/pfdintextcomppro-bold.woff") format("woff"), url("../fonts/pfdintextcomppro-bold.ttf") format("truetype"), url("../fonts/pfdintextcomppro-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-boldital.eot");
  src: url("../fonts/pfdintextcomppro-boldital.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-boldital.woff2") format("woff2"), url("../fonts/pfdintextcomppro-boldital.woff") format("woff"), url("../fonts/pfdintextcomppro-boldital.ttf") format("truetype"), url("../fonts/pfdintextcomppro-boldital.svg") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-italic.eot");
  src: url("../fonts/pfdintextcomppro-italic.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-italic.woff2") format("woff2"), url("../fonts/pfdintextcomppro-italic.woff") format("woff"), url("../fonts/pfdintextcomppro-italic.ttf") format("truetype"), url("../fonts/pfdintextcomppro-italic.svg") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-light.eot");
  src: url("../fonts/pfdintextcomppro-light.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-light.woff2") format("woff2"), url("../fonts/pfdintextcomppro-light.woff") format("woff"), url("../fonts/pfdintextcomppro-light.ttf") format("truetype"), url("../fonts/pfdintextcomppro-light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-lightital.eot");
  src: url("../fonts/pfdintextcomppro-lightital.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-lightital.woff2") format("woff2"), url("../fonts/pfdintextcomppro-lightital.woff") format("woff"), url("../fonts/pfdintextcomppro-lightital.ttf") format("truetype"), url("../fonts/pfdintextcomppro-lightital.svg") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-medital.eot");
  src: url("../fonts/pfdintextcomppro-medital.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-medital.woff2") format("woff2"), url("../fonts/pfdintextcomppro-medital.woff") format("woff"), url("../fonts/pfdintextcomppro-medital.ttf") format("truetype"), url("../fonts/pfdintextcomppro-medital.svg") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-medium.eot");
  src: url("../fonts/pfdintextcomppro-medium.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-medium.woff2") format("woff2"), url("../fonts/pfdintextcomppro-medium.woff") format("woff"), url("../fonts/pfdintextcomppro-medium.ttf") format("truetype"), url("../fonts/pfdintextcomppro-medium.svg") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-regular.eot");
  src: url("../fonts/pfdintextcomppro-regular.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-regular.woff2") format("woff2"), url("../fonts/pfdintextcomppro-regular.woff") format("woff"), url("../fonts/pfdintextcomppro-regular.ttf") format("truetype"), url("../fonts/pfdintextcomppro-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-thin.eot");
  src: url("../fonts/pfdintextcomppro-thin.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-thin.woff2") format("woff2"), url("../fonts/pfdintextcomppro-thin.woff") format("woff"), url("../fonts/pfdintextcomppro-thin.ttf") format("truetype"), url("../fonts/pfdintextcomppro-thin.svg") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-thinital.eot");
  src: url("../fonts/pfdintextcomppro-thinital.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-thinital.woff2") format("woff2"), url("../fonts/pfdintextcomppro-thinital.woff") format("woff"), url("../fonts/pfdintextcomppro-thinital.ttf") format("truetype"), url("../fonts/pfdintextcomppro-thinital.svg") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-xblack.eot");
  src: url("../fonts/pfdintextcomppro-xblack.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-xblack.woff2") format("woff2"), url("../fonts/pfdintextcomppro-xblack.woff") format("woff"), url("../fonts/pfdintextcomppro-xblack.ttf") format("truetype"), url("../fonts/pfdintextcomppro-xblack.svg") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-xblackital.eot");
  src: url("../fonts/pfdintextcomppro-xblackital.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-xblackital.woff2") format("woff2"), url("../fonts/pfdintextcomppro-xblackital.woff") format("woff"), url("../fonts/pfdintextcomppro-xblackital.ttf") format("truetype"), url("../fonts/pfdintextcomppro-xblackital.svg") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-xthin.eot");
  src: url("../fonts/pfdintextcomppro-xthin.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-xthin.woff2") format("woff2"), url("../fonts/pfdintextcomppro-xthin.woff") format("woff"), url("../fonts/pfdintextcomppro-xthin.ttf") format("truetype"), url("../fonts/pfdintextcomppro-xthin.svg") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'PFDin Text Pro';
  src: url("../fonts/pfdintextcomppro-xthinital.eot");
  src: url("../fonts/pfdintextcomppro-xthinital.eot@") format("embedded-opentype"), url("../fonts/pfdintextcomppro-xthinital.woff2") format("woff2"), url("../fonts/pfdintextcomppro-xthinital.woff") format("woff"), url("../fonts/pfdintextcomppro-xthinital.ttf") format("truetype"), url("../fonts/pfdintextcomppro-xthinital.svg") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-500-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-500-webfont.eot@") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.eot@") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-100-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-100-webfont.eot@") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-100-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-100-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-100-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-100-webfont.svg") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.eot@") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.svg") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-300-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-300-webfont.eot@") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-300-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-300-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-300-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-300-webfont.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.eot@") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.svg") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-700-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-700-webfont.eot@") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-700-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-700-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-700-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-700-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.eot@") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.woff") format("woff"), url("https://works.hello-brand.ru/arma-smc/fonts/exljbris_-_museosanscyrl-700italic-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.svg") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-900-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-900-webfont.eot@") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-900-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-900-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-900-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-900-webfont.svg") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.eot@") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.ttf") format("truetype"), url("https://works.hello-brand.ru/arma-smc/fonts/exljbris_-_museosanscyrl-900italic-webfont.svg") format("svg");
  font-weight: 900;
  font-style: italic; }
.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row::before {
    content: "";
    display: table; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row.pseudo-table {
    width: calc(100% + 10px*2);
    margin: 0;
    position: relative;
    left: -10px; }
  .row.row-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }
  .row.row-3 [class*="col-"]:nth-child(3n+1) {
    clear: left; }
  .row.row-4 [class*="col-"]:nth-child(4n+1) {
    clear: left; }
  .row.row-no-pad {
    margin-left: 0;
    margin-right: 0; }
    .row.row-no-pad [class*="col-"] {
      padding: 0; }

[class*="col-"] {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }
  [class*="col-"] > *:not(.row) {
    max-width: 100%;
    float: none; }
  [class*="col-"].pseudo-table-cell {
    float: none; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-1-4 {
  width: 25%; }

.col-1-6 {
  width: 16.66%; }

.col-5-6 {
  width: 82.33%; }

.col-3-10 {
  width: 30%; }

.col-7-10 {
  width: 70%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

.col-offset-1-2 {
  margin-left: 50% !important; }
  .col-offset-1-2.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(50% + 10px); }

.col-offset-1-4 {
  margin-left: 25% !important; }
  .col-offset-1-4.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(25% + 10px); }

.col-offset-1-6 {
  margin-left: 16.66% !important; }
  .col-offset-1-6.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(16.66% + 10px); }

.col-offset-1-8 {
  margin-left: 12.5% !important; }
  .col-offset-1-8.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(12.5% + 10px); }

.col-offset-1-12 {
  margin-left: 8.33% !important; }
  .col-offset-1-12.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(8.33% + 10px); }

@-webkit-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-moz-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-ms-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }
.si-floating {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating infinite ease-in-out 5s;
  -moz-animation: floating infinite ease-in-out 5s;
  -ms-animation: floating infinite ease-in-out 5s;
  animation: floating infinite ease-in-out 5s; }

@-webkit-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-moz-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-ms-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }
.si-floating2 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating2 infinite ease-in-out 5s;
  -moz-animation: floating2 infinite ease-in-out 5s;
  -ms-animation: floating2 infinite ease-in-out 5s;
  animation: floating2 infinite ease-in-out 5s; }

@-webkit-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-moz-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-ms-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }
@keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }
.si-floating3 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating3 infinite ease-in-out 5s;
  -moz-animation: floating3 infinite ease-in-out 5s;
  -ms-animation: floating3 infinite ease-in-out 5s;
  animation: floating3 infinite ease-in-out 5s; }

@-webkit-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }
@-moz-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }
@-ms-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }
@keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }
.si-floating4 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating4 infinite ease-in-out 5s;
  -moz-animation: floating4 infinite ease-in-out 5s;
  -ms-animation: floating4 infinite ease-in-out 5s;
  animation: floating4 infinite ease-in-out 5s; }

@-webkit-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }
@-moz-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }
@-ms-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }
@keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }
.si-scale, .hover-scale-1:hover [class*="-image"] .icon, .hover-scale-1:hover [class*="-image"] .si-close, .hover-scale-1:hover [class*="-image"] .si-close-popup, .hover-scale-1:hover [class*="-image"] .heading-check-item::before, .hover-scale-1:hover [class*="-image"] .gallery-item::after, .hover-scale-1:hover [class*="-image"] .photo-item::after,
.hover-scale-1:hover [class*="-image"] .svg-icon,
.hover-scale-1:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: scale infinite ease-in-out 2s;
  -moz-animation: scale infinite ease-in-out 2s;
  -ms-animation: scale infinite ease-in-out 2s;
  animation: scale infinite ease-in-out 2s; }

@-webkit-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }
@-moz-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }
@-ms-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }
@keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }
.si-scale2, .hover-scale-2:hover [class*="-image"] .icon, .hover-scale-2:hover [class*="-image"] .si-close, .hover-scale-2:hover [class*="-image"] .si-close-popup, .hover-scale-2:hover [class*="-image"] .heading-check-item::before, .hover-scale-2:hover [class*="-image"] .gallery-item::after, .hover-scale-2:hover [class*="-image"] .photo-item::after,
.hover-scale-2:hover [class*="-image"] .svg-icon,
.hover-scale-2:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: scale2 infinite ease-in-out 2s;
  -moz-animation: scale2 infinite ease-in-out 2s;
  -ms-animation: scale2 infinite ease-in-out 2s;
  animation: scale2 infinite ease-in-out 2s; }

@-webkit-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #ef7d00, 0 0 12px 14px #ef7d00; }
  to {
    box-shadow: 0 0 18px 6px rgba(239, 125, 0, 0), 0 0 4px 71px rgba(239, 125, 0, 0); } }
@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #ef7d00, 0 0 12px 14px #ef7d00; }
  to {
    box-shadow: 0 0 18px 6px rgba(239, 125, 0, 0), 0 0 4px 71px rgba(239, 125, 0, 0); } }
@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #ef7d00, 0 0 12px 14px #ef7d00; }
  to {
    box-shadow: 0 0 18px 6px rgba(239, 125, 0, 0), 0 0 4px 71px rgba(239, 125, 0, 0); } }
@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #ef7d00, 0 0 12px 14px #ef7d00; }
  to {
    box-shadow: 0 0 18px 6px rgba(239, 125, 0, 0), 0 0 4px 71px rgba(239, 125, 0, 0); } }
.si-button-pulse:hover, .btn-ghost:hover {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-button-pulse 0.8s 0s ease-out 1;
  -moz-animation: si-button-pulse 0.8s 0s ease-out 1;
  -ms-animation: si-button-pulse 0.8s 0s ease-out 1;
  animation: si-button-pulse 0.8s 0s ease-out 1;
  box-shadow: none; }

@-webkit-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #ef7d00;
    box-shadow: 0 0 0 3px #ef7d00; } }
@-moz-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #ef7d00;
    box-shadow: 0 0 0 3px #ef7d00; } }
@-ms-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #ef7d00;
    box-shadow: 0 0 0 3px #ef7d00; } }
@keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #ef7d00;
    box-shadow: 0 0 0 3px #ef7d00; } }
.border-expand, .btn-border-expand:hover::after, .btn-border-expand:active::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: border-expand 0.3s ease-out both 0.15s;
  -moz-animation: border-expand 0.3s ease-out both 0.15s;
  -ms-animation: border-expand 0.3s ease-out both 0.15s;
  animation: border-expand 0.3s ease-out both 0.15s; }

@-webkit-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #ef7d00;
    box-shadow: 0 0 0 3px #ef7d00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #ef7d00; } }
@-moz-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #ef7d00;
    box-shadow: 0 0 0 3px #ef7d00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #ef7d00; } }
@-ms-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #ef7d00;
    box-shadow: 0 0 0 3px #ef7d00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #ef7d00; } }
@keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #ef7d00;
    box-shadow: 0 0 0 3px #ef7d00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #ef7d00; } }
.border-shrink, .btn-border-expand::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: border-shrink 0.3s ease-out both;
  -moz-animation: border-shrink 0.3s ease-out both;
  -ms-animation: border-shrink 0.3s ease-out both;
  animation: border-shrink 0.3s ease-out both; }

@-webkit-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
@-moz-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
@-ms-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.si-error, .hover-shake:hover [class*="-image"] .icon, .hover-shake:hover [class*="-image"] .si-close, .hover-shake:hover [class*="-image"] .si-close-popup, .hover-shake:hover [class*="-image"] .heading-check-item::before, .hover-shake:hover [class*="-image"] .gallery-item::after, .hover-shake:hover [class*="-image"] .photo-item::after,
.hover-shake:hover [class*="-image"] .svg-icon,
.hover-shake:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: shake 1 linear 0.8s;
  -moz-animation: shake 1 linear 0.8s;
  -ms-animation: shake 1 linear 0.8s;
  animation: shake 1 linear 0.8s; }

@-webkit-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }
@-moz-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }
@-ms-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }
@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }
.buzz-out, .hover-buzz-out:hover [class*="-image"] .icon, .hover-buzz-out:hover [class*="-image"] .si-close, .hover-buzz-out:hover [class*="-image"] .si-close-popup, .hover-buzz-out:hover [class*="-image"] .heading-check-item::before, .hover-buzz-out:hover [class*="-image"] .gallery-item::after, .hover-buzz-out:hover [class*="-image"] .photo-item::after,
.hover-buzz-out:hover [class*="-image"] .svg-icon,
.hover-buzz-out:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: buzz-out 1 linear 1s;
  -moz-animation: buzz-out 1 linear 1s;
  -ms-animation: buzz-out 1 linear 1s;
  animation: buzz-out 1 linear 1s; }

@-webkit-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-moz-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-ms-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.si-rotate, .hover-rotate:hover [class*="-image"] .icon, .hover-rotate:hover [class*="-image"] .si-close, .hover-rotate:hover [class*="-image"] .si-close-popup, .hover-rotate:hover [class*="-image"] .heading-check-item::before, .hover-rotate:hover [class*="-image"] .gallery-item::after, .hover-rotate:hover [class*="-image"] .photo-item::after,
.hover-rotate:hover [class*="-image"] .svg-icon,
.hover-rotate:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-rotate infinite linear 1.8s;
  -moz-animation: si-rotate infinite linear 1.8s;
  -ms-animation: si-rotate infinite linear 1.8s;
  animation: si-rotate infinite linear 1.8s; }

@-webkit-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-ms-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.pulse, .hover-scale-3:hover [class*="-image"] .icon, .hover-scale-3:hover [class*="-image"] .si-close, .hover-scale-3:hover [class*="-image"] .si-close-popup, .hover-scale-3:hover [class*="-image"] .heading-check-item::before, .hover-scale-3:hover [class*="-image"] .gallery-item::after, .hover-scale-3:hover [class*="-image"] .photo-item::after,
.hover-scale-3:hover [class*="-image"] .svg-icon,
.hover-scale-3:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 4s ease infinite;
  -moz-animation: pulse 4s ease infinite;
  -ms-animation: pulse 4s ease infinite;
  animation: pulse 4s ease infinite; }

@-webkit-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-moz-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-ms-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
.carpet-float, .hover-float:hover [class*="-image"] .icon, .hover-float:hover [class*="-image"] .si-close, .hover-float:hover [class*="-image"] .si-close-popup, .hover-float:hover [class*="-image"] .heading-check-item::before, .hover-float:hover [class*="-image"] .gallery-item::after, .hover-float:hover [class*="-image"] .photo-item::after,
.hover-float:hover [class*="-image"] .svg-icon,
.hover-float:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: carpet-float 1.6s ease infinite;
  -moz-animation: carpet-float 1.6s ease infinite;
  -ms-animation: carpet-float 1.6s ease infinite;
  animation: carpet-float 1.6s ease infinite; }

@-webkit-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }
@-moz-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }
@-ms-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }
@keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }
.btn-ani-shadow {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-ani-shadow 0.3s ease both;
  -moz-animation: btn-ani-shadow 0.3s ease both;
  -ms-animation: btn-ani-shadow 0.3s ease both;
  animation: btn-ani-shadow 0.3s ease both; }

@-webkit-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }
@-moz-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }
@-ms-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }
@keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }
.btn-fall, .btn-curtain:hover::after, .btn-curtain:active::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-fall 0.3s ease forwards;
  -moz-animation: btn-fall 0.3s ease forwards;
  -ms-animation: btn-fall 0.3s ease forwards;
  animation: btn-fall 0.3s ease forwards; }

@-webkit-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }
@-moz-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }
@-ms-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }
@keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }
.btn-lift, .btn-curtain::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-lift 0.3s ease forwards;
  -moz-animation: btn-lift 0.3s ease forwards;
  -ms-animation: btn-lift 0.3s ease forwards;
  animation: btn-lift 0.3s ease forwards; }

@-webkit-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.rotate-loader, .a-loader.a-loader-1 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-loader 1.5s linear infinite;
  -moz-animation: rotate-loader 1.5s linear infinite;
  -ms-animation: rotate-loader 1.5s linear infinite;
  animation: rotate-loader 1.5s linear infinite; }

@-webkit-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }
@-moz-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }
@-ms-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }
@keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }
.loader-bar, .a-loader.a-loader-2 [class*="bar"] {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: loader-bar 1s linear infinite;
  -moz-animation: loader-bar 1s linear infinite;
  -ms-animation: loader-bar 1s linear infinite;
  animation: loader-bar 1s linear infinite; }

@-webkit-keyframes squareRotate3d {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(-180deg); }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0); } }
@-moz-keyframes squareRotate3d {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(-180deg); }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0); } }
@-ms-keyframes squareRotate3d {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(-180deg); }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes squareRotate3d {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(-180deg); }
  75% {
    transform: perspective(100px) rotateX(0) rotateY(-180deg); }
  100% {
    transform: perspective(100px) rotateX(0) rotateY(0); } }
* {
  box-sizing: border-box; }

html {
  color: #000;
  background: #fff;
  font: 17px/24px 'Roboto';
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  min-height: 100% !important;
  position: relative;
  overflow-x: auto !important; }

body {
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  position: relative;
  overflow: hidden; }

#global-wrapper {
  overflow: hidden;
  min-width: 1200px;
  position: relative; }

#wpadminbar {
  top: auto !important;
  bottom: 0 !important; }

.container {
  display: block;
  width: 1200px;
  padding: 0 130px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }

h1 {
  font: 600 36px/1 "PFDin Text Pro";
  margin: 0; }
  h1 .small {
    display: block;
    font: 600 24px/1 "PFDin Text Pro";
    text-transform: uppercase;
    margin-bottom: 6px; }
  h1 .big {
    display: block;
    font: 700 90px/108px "PFDin Text Pro";
    text-transform: uppercase;
    margin-bottom: 6px; }

h2 {
  font: 700 48px/42px "PFDin Text Pro";
  text-transform: uppercase;
  padding-top: 30px;
  margin: 0;
  position: relative; }
  h2::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    right: auto;
    content: "";
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #f7a600; }
  h2.align-center::before {
    right: 0; }

h3 {
  margin: 0; }

p, ul.marked {
  padding: 0;
  margin: 0 0 10px; }

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

address {
  font-style: normal; }

dl {
  margin: 0;
  padding: 0; }

dt, dd {
  display: inline-block;
  margin: 0;
  padding: 0; }

a, .dotted, .dashed, .line, .underline {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #00a1dd;
  text-decoration: none;
  cursor: pointer !important;
  line-height: 1.2; }
  a.dark, .dark.dotted, .dark.dashed, .dark.line, .dark.underline {
    color: #000;
    border-color: #000; }
  a.light, .light.dotted, .light.dashed, .light.line, .light.underline {
    color: #fff;
    border-color: #fff; }
  a.primary, .primary.dotted, .primary.dashed, .primary.line, .primary.underline {
    color: #f7a600;
    border-color: #f7a600; }
  a.offtop, .offtop.dotted, .offtop.dashed, .offtop.line, .offtop.underline {
    color: #bbb;
    border-color: #bbb; }
  a:hover, .dotted:hover, .dashed:hover, .line:hover, .underline:hover, a:active, .dotted:active, .dashed:active, .line:active, .underline:active {
    color: #ef7d00;
    border-color: #ef7d00; }
  .question:hover a, .question:hover .dotted, .question:hover .dashed, .question:hover .line, .question:hover .underline, .question:active a, .question:active .dotted, .question:active .dashed, .question:active .line, .question:active .underline {
    color: #00a1dd !important;
    border-color: #00a1dd !important; }
  a.accent, .accent.dotted, .accent.dashed, .accent.line, .accent.underline {
    color: #ef7d00;
    border-color: #ef7d00; }
    a.accent:hover, .accent.dotted:hover, .accent.dashed:hover, .accent.line:hover, .accent.underline:hover, a.accent:active, .accent.dotted:active, .accent.dashed:active, .accent.line:active, .accent.underline:active {
      color: #00a1dd;
      border-color: #00a1dd; }

.dotted {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  vertical-align: top; }
  .dotted::after {
    content: ".....................................................................................................................";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500; }

.dashed {
  border-bottom: 1px dashed #00a1dd; }

.line {
  border-bottom: 1px solid #00a1dd; }

.underline {
  display: inline;
  background-size: 1px 1px;
  -webkit-box-shadow: inset 0 -1px 0 0 #00a1dd;
  box-shadow: inset 0 -1px 0 0 #00a1dd; }
  .underline.dark {
    -webkit-box-shadow: inset 0 -1px 0 0 #000;
    box-shadow: inset 0 -1px 0 0 #000; }
  .underline.light {
    -webkit-box-shadow: inset 0 -1px 0 0 #fff;
    box-shadow: inset 0 -1px 0 0 #fff; }
  .underline.primary {
    -webkit-box-shadow: inset 0 -1px 0 0 #f7a600;
    box-shadow: inset 0 -1px 0 0 #f7a600; }
  .underline.offtop {
    -webkit-box-shadow: inset 0 -1px 0 0 #bbb;
    box-shadow: inset 0 -1px 0 0 #bbb; }
  .underline:hover, .underline:active {
    -webkit-box-shadow: inset 0 -1px 0 0 #ef7d00;
    box-shadow: inset 0 -1px 0 0 #ef7d00; }
  .underline.accent {
    -webkit-box-shadow: inset 0 -1px 0 0 #ef7d00;
    box-shadow: inset 0 -1px 0 0 #ef7d00; }
    .underline.accent:hover, .underline.accent:active {
      -webkit-box-shadow: inset 0 -1px 0 0 #00a1dd;
      box-shadow: inset 0 -1px 0 0 #00a1dd; }

ul.nav {
  padding: 0;
  margin: 0; }
  ul.nav li {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    list-style: none; }
    ul.nav li > a, ul.nav li > .dotted, ul.nav li > .dashed, ul.nav li > .line, ul.nav li > .underline,
    ul.nav li > span {
      display: inline-block;
      width: 100%;
      text-align: center;
      cursor: pointer !important; }

ul.not-marked {
  padding: 0;
  margin: 0; }
  ul.not-marked li {
    list-style: none; }

ul.marked li {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative; }
  ul.marked li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #f7a600;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0; }

.swiper-button-prev, .swiper-button-next {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 36px;
  height: 36px;
  margin-top: 0;
  background: none !important;
  left: 10px; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-disabled.swiper-button-next {
    opacity: 0; }
  .swiper-button-prev:hover, .swiper-button-next:hover, .swiper-button-prev:active, .swiper-button-next:active {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }

.swiper-button-next {
  left: auto;
  right: 10px; }
  .swiper-button-next:hover, .swiper-button-next:active {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #ef7d00;
    width: 8px;
    height: 8px;
    opacity: 1 !important;
    margin: 0 0px; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:active, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #f7a600; }

.clearfix::before {
  content: "";
  display: table; }
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

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

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

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

.hidden {
  display: none; }

.primary {
  color: #f7a600; }

.accent {
  color: #ef7d00; }

.offtop {
  color: #bbb; }

.light-text, .dark-text, .primary-text, .accent-text {
  display: inline-block;
  color: #000;
  background: #fff;
  padding: 0 5px; }

.dark-text {
  color: #fff;
  background: #000; }

.primary-text {
  background: #f7a600; }

.accent-text {
  background: #ef7d00; }

.pseudo-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }

.pseudo-table-cell {
  display: table-cell;
  vertical-align: middle; }
  .pseudo-table-cell.full-width {
    width: 100%; }

.spoiler-content-visible {
  height: auto !important; }

html.loading {
  overflow: hidden !important;
  height: 100% !important; }
  html.loading .loader {
    opacity: 1; }

.loader {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed !important;
  color: #fff;
  background: #000;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transition-duration: .5s; }

.a-loader {
  display: inline-block;
  width: 55px;
  height: 55px;
  position: relative; }
  .a-loader [class*="bar"] {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25px;
    margin-bottom: 7.5px;
    border-top: 14px solid #bbb;
    border-radius: 2px; }
  .a-loader.a-loader-1 .bar-1 {
    opacity: .125; }
  .a-loader.a-loader-1 .bar-2 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .25; }
  .a-loader.a-loader-1 .bar-3 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .375; }
  .a-loader.a-loader-1 .bar-4 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: .5; }
  .a-loader.a-loader-1 .bar-5 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .625; }
  .a-loader.a-loader-1 .bar-6 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: .75; }
  .a-loader.a-loader-1 .bar-7 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: .875; }
  .a-loader.a-loader-1 .bar-8 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  .a-loader.a-loader-2 .bar-1 {
    animation-delay: 0.12s; }
  .a-loader.a-loader-2 .bar-2 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    animation-delay: 0.24s; }
  .a-loader.a-loader-2 .bar-3 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation-delay: 0.36s; }
  .a-loader.a-loader-2 .bar-4 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    animation-delay: 0.48s; }
  .a-loader.a-loader-2 .bar-5 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-delay: 0.64s; }
  .a-loader.a-loader-2 .bar-6 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    animation-delay: 0.72s; }
  .a-loader.a-loader-2 .bar-7 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    animation-delay: 0.84s; }
  .a-loader.a-loader-2 .bar-8 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    animation-delay: 0.96s; }

.a-loader-square {
  width: 100px;
  height: 100px; }
  .a-loader-square .square {
    margin-top: 25%;
    margin-left: 25%;
    width: 50%;
    height: 50%;
    background-color: #fff;
    animation: squareRotate3d 2s infinite ease-in-out; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #fff; }
  .si-modal ::-webkit-input-placeholder, .si-success-modal ::-webkit-input-placeholder {
    color: #000; }

:-moz-placeholder {
  opacity: 1;
  color: #fff; }
  .si-modal :-moz-placeholder, .si-success-modal :-moz-placeholder {
    color: #000; }

::-moz-placeholder {
  opacity: 1;
  color: #fff; }
  .si-modal ::-moz-placeholder, .si-success-modal ::-moz-placeholder {
    color: #000; }

:-ms-input-placeholder {
  opacity: 1;
  color: #fff; }
  .si-modal :-ms-input-placeholder, .si-success-modal :-ms-input-placeholder {
    color: #000; }

.placeholder {
  opacity: 1;
  color: #fff; }
  .si-modal .placeholder, .si-success-modal .placeholder {
    color: #000; }

:focus::-webkit-input-placeholder {
  opacity: 0; }

:focus:-moz-placeholder {
  opacity: 0; }

:focus::-moz-placeholder {
  opacity: 0; }

:focus:-ms-input-placeholder {
  opacity: 0; }

:focus.placeholder {
  opacity: 0; }

input.si-error::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.icon::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup::-webkit-input-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon::-webkit-input-placeholder, textarea.si-error::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.icon::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup::-webkit-input-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon::-webkit-input-placeholder {
  color: #cb0707; }

input.si-error::-moz-placeholder, .hover-shake:hover [class*="-image"] input.icon::-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close::-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup::-moz-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon::-moz-placeholder, textarea.si-error::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.icon::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup::-moz-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon::-moz-placeholder {
  color: #cb0707; }

input.si-error::-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.icon::-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close::-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup::-ms-input-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon::-ms-input-placeholder, textarea.si-error::-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.icon::-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close::-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup::-ms-input-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon::-ms-input-placeholder {
  color: #cb0707; }

input.si-error.placeholder, .hover-shake:hover [class*="-image"] input.placeholder.icon, .hover-shake:hover [class*="-image"] input.placeholder.si-close, .hover-shake:hover [class*="-image"] input.placeholder.si-close-popup, .hover-shake:hover [class*="-image"] input.placeholder.heading-check-item::before, .hover-shake:hover [class*="-image"] input.placeholder.gallery-item::after, .hover-shake:hover [class*="-image"] input.placeholder.photo-item::after,
.hover-shake:hover [class*="-image"] input.placeholder.svg-icon, textarea.si-error.placeholder, .hover-shake:hover [class*="-image"] textarea.placeholder.icon, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close-popup, .hover-shake:hover [class*="-image"] textarea.placeholder.heading-check-item::before, .hover-shake:hover [class*="-image"] textarea.placeholder.gallery-item::after, .hover-shake:hover [class*="-image"] textarea.placeholder.photo-item::after,
.hover-shake:hover [class*="-image"] textarea.placeholder.svg-icon {
  color: #cb0707; }

input[type=text].si-error, .hover-shake:hover [class*="-image"] input[type=text].icon, .hover-shake:hover [class*="-image"] input.icon[type=email], .hover-shake:hover [class*="-image"] input[type=email].si-close, .hover-shake:hover [class*="-image"] input[type=email].si-close-popup, .hover-shake:hover [class*="-image"] input[type=email].heading-check-item::before, .hover-shake:hover [class*="-image"] input[type=email].gallery-item::after, .hover-shake:hover [class*="-image"] input[type=email].photo-item::after,
.hover-shake:hover [class*="-image"] input.icon[type=tel],
.hover-shake:hover [class*="-image"] input[type=tel].si-close,
.hover-shake:hover [class*="-image"] input[type=tel].si-close-popup,
.hover-shake:hover [class*="-image"] input[type=tel].heading-check-item::before,
.hover-shake:hover [class*="-image"] input[type=tel].gallery-item::after,
.hover-shake:hover [class*="-image"] input[type=tel].photo-item::after, .hover-shake:hover [class*="-image"] textarea.icon, .hover-shake:hover [class*="-image"] textarea.si-close, .hover-shake:hover [class*="-image"] textarea.si-close-popup, .hover-shake:hover [class*="-image"] textarea.heading-check-item::before, .hover-shake:hover [class*="-image"] textarea.gallery-item::after, .hover-shake:hover [class*="-image"] textarea.photo-item::after, .hover-shake:hover [class*="-image"] input[type=text].si-close, .hover-shake:hover [class*="-image"] input[type=text].si-close-popup, .hover-shake:hover [class*="-image"] input[type=text].heading-check-item::before, .hover-shake:hover [class*="-image"] input[type=text].gallery-item::after, .hover-shake:hover [class*="-image"] input[type=text].photo-item::after,
.hover-shake:hover [class*="-image"] input[type=text].svg-icon,
.hover-shake:hover [class*="-image"] input.svg-icon[type=email],
.hover-shake:hover [class*="-image"] input.svg-icon[type=tel],
.hover-shake:hover [class*="-image"] textarea.svg-icon, input.si-error[type=email],
input.si-error[type=tel], textarea.si-error {
  color: #cb0707 !important;
  border-color: #cb0707 !important; }

label {
  cursor: pointer !important; }

input[type=text], input[type=email],
input[type=tel], textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  color: #fff !important;
  background: transparent;
  border: 2px solid #fff;
  height: 60px;
  padding: 0 28px; }
  .si-modal input[type=text], .si-success-modal input[type=text], .si-modal input[type=email], .si-success-modal input[type=email],
  .si-modal input[type=tel],
  .si-success-modal input[type=tel], .si-modal textarea, .si-success-modal textarea {
    color: #000 !important;
    border-color: #000;
    margin-bottom: 20px; }

textarea {
  resize: none !important;
  height: 200px;
  padding: 16px 28px; }

.radio-label {
  display: block;
  background: none !important;
  vertical-align: top;
  padding-left: 30px;
  position: relative; }
  .radio-label .label-text {
    display: inline-block; }

.jq-radio {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: absolute !important;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  margin: 0;
  border: 2px solid #fff !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 50%;
  vertical-align: top; }
  .jq-radio .jq-radio__div {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 4px !important;
    height: 4px !important;
    margin: auto !important;
    background: transparent;
    border-radius: 50% !important; }
  .radio-label:hover .jq-radio .jq-radio__div, .radio-label:active .jq-radio .jq-radio__div, .jq-radio.checked .jq-radio__div {
    background: #f7a600; }

.jq-selectbox {
  display: block !important;
  width: 100% !important;
  margin-top: 4px; }
  .jq-selectbox li {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000 !important;
    background: #fff !important; }
    .jq-selectbox li:hover, .jq-selectbox li:active, .jq-selectbox li.selected {
      background: #bbb !important; }

.jq-selectbox__select {
  display: block;
  width: 100%;
  font: 15px/28px 'Roboto';
  color: #fff;
  height: 30px;
  padding: 0 35px 0 5px;
  border: 1px solid #fff !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important; }

.jq-selectbox__select-text {
  height: 30px; }

.jq-selectbox__trigger {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: auto;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../images/arrow-down.png") no-repeat 50% 50% transparent;
  border: 0 !important; }

.jq-selectbox__trigger-arrow {
  display: none; }

.jq-selectbox__dropdown {
  font: 15px/21px 'Roboto';
  color: #000;
  width: 100%;
  height: 270px !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none !important;
  overflow-y: scroll; }

.btn-holder {
  position: relative;
  z-index: 1; }

.btn {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  border: 0;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  color: #000 !important;
  background: #f7a600;
  font: 600 15px/60px "Roboto";
  text-transform: uppercase;
  height: 60px;
  padding: 0 30px; }
  .btn:hover, .btn:active {
    color: #fff !important;
    background: #ef7d00;
    border-color: #ef7d00; }
  .btn:active {
    will-change: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    top: 3px; }

.btn-light {
  background: #fff; }

.btn-small {
  font: 16px/29px "Museo";
  text-transform: none;
  height: 29px;
  padding: 0 20px; }

.btn-big {
  font: 600 15px/74px "Roboto";
  height: 74px;
  padding: 0 40px; }

.btn-bordered {
  color: #000 !important;
  background: transparent;
  border: 2px solid #f7a600;
  font: 600 15px/56px "Roboto";
  padding: 0 28px; }
  .btn-bordered.btn-light {
    color: #fff !important; }
  .btn-bordered.btn-small {
    font: 16px/27px "Museo";
    border-width: 1px; }
  .btn-bordered.btn-big {
    font: 600 15px/68px "Roboto";
    border-width: 3px; }

.btn-curtain::after {
  background: #ef7d00;
  top: auto;
  bottom: auto; }
.btn-curtain:hover, .btn-curtain:active {
  color: #fff !important;
  border-color: #ef7d00; }

.btn-border-expand {
  position: relative; }
  .btn-border-expand::after {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 100%;
    left: 0; }
  .btn-border-expand:hover::after, .btn-border-expand:active::after {
    width: calc(100% + 12px) !important;
    height: calc(100% + 12px) !important;
    left: -6px; }

.icon, .si-close, .si-close-popup, .heading-check-item::before, .gallery-item::after, .photo-item::after {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/sprite.png") no-repeat transparent;
  position: relative;
  vertical-align: middle; }

.will-change, .arrow-left-light, .arrow-left, .arrow-right-light, .arrow-right, .close, .si-close {
  background: none; }
  .will-change::before, .arrow-left-light::before, .arrow-left::before, .arrow-right-light::before, .arrow-right::before, .close::before, .si-close::before, .will-change::after, .arrow-left-light::after, .arrow-left::after, .arrow-right-light::after, .arrow-right::after, .close::after, .si-close::after {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat transparent; }
  .will-change::before, .arrow-left-light::before, .arrow-left::before, .arrow-right-light::before, .arrow-right::before, .close::before, .si-close::before {
    opacity: 1; }
  .will-change::after, .arrow-left-light::after, .arrow-left::after, .arrow-right-light::after, .arrow-right::after, .close::after, .si-close::after {
    opacity: 0; }
  .will-change:hover::before, .arrow-left-light:hover::before, .arrow-left:hover::before, .arrow-right-light:hover::before, .arrow-right:hover::before, .close:hover::before, .si-close:hover::before, .will-change:active::before, .arrow-left-light:active::before, .arrow-left:active::before, .arrow-right-light:active::before, .arrow-right:active::before, .close:active::before, .si-close:active::before, .will-change.active::before, .active.arrow-left-light::before, .active.arrow-left::before, .active.arrow-right-light::before, .active.arrow-right::before, .active.close::before, .active.si-close::before {
    opacity: 0; }
  .will-change:hover::after, .arrow-left-light:hover::after, .arrow-left:hover::after, .arrow-right-light:hover::after, .arrow-right:hover::after, .close:hover::after, .si-close:hover::after, .will-change:active::after, .arrow-left-light:active::after, .arrow-left:active::after, .arrow-right-light:active::after, .arrow-right:active::after, .close:active::after, .si-close:active::after, .will-change.active::after, .active.arrow-left-light::after, .active.arrow-left::after, .active.arrow-right-light::after, .active.arrow-right::after, .active.close::after, .active.si-close::after {
    opacity: 1; }
  .will-change:hover::before, .arrow-left-light:hover::before, .arrow-left:hover::before, .arrow-right-light:hover::before, .arrow-right:hover::before, .close:hover::before, .si-close:hover::before, .will-change:active::before, .arrow-left-light:active::before, .arrow-left:active::before, .arrow-right-light:active::before, .arrow-right:active::before, .close:active::before, .si-close:active::before, a:hover .will-change::before, .dotted:hover .will-change::before, .dashed:hover .will-change::before, .line:hover .will-change::before, .underline:hover .will-change::before, a:hover .arrow-left-light::before, .dotted:hover .arrow-left-light::before, .dashed:hover .arrow-left-light::before, .line:hover .arrow-left-light::before, .underline:hover .arrow-left-light::before, a:hover .arrow-left::before, .dotted:hover .arrow-left::before, .dashed:hover .arrow-left::before, .line:hover .arrow-left::before, .underline:hover .arrow-left::before, a:hover .arrow-right-light::before, .dotted:hover .arrow-right-light::before, .dashed:hover .arrow-right-light::before, .line:hover .arrow-right-light::before, .underline:hover .arrow-right-light::before, a:hover .arrow-right::before, .dotted:hover .arrow-right::before, .dashed:hover .arrow-right::before, .line:hover .arrow-right::before, .underline:hover .arrow-right::before, a:hover .close::before, .dotted:hover .close::before, .dashed:hover .close::before, .line:hover .close::before, .underline:hover .close::before, a:hover .si-close::before, .dotted:hover .si-close::before, .dashed:hover .si-close::before, .line:hover .si-close::before, .underline:hover .si-close::before, a:active .will-change::before, .dotted:active .will-change::before, .dashed:active .will-change::before, .line:active .will-change::before, .underline:active .will-change::before, a:active .arrow-left-light::before, .dotted:active .arrow-left-light::before, .dashed:active .arrow-left-light::before, .line:active .arrow-left-light::before, .underline:active .arrow-left-light::before, a:active .arrow-left::before, .dotted:active .arrow-left::before, .dashed:active .arrow-left::before, .line:active .arrow-left::before, .underline:active .arrow-left::before, a:active .arrow-right-light::before, .dotted:active .arrow-right-light::before, .dashed:active .arrow-right-light::before, .line:active .arrow-right-light::before, .underline:active .arrow-right-light::before, a:active .arrow-right::before, .dotted:active .arrow-right::before, .dashed:active .arrow-right::before, .line:active .arrow-right::before, .underline:active .arrow-right::before, a:active .close::before, .dotted:active .close::before, .dashed:active .close::before, .line:active .close::before, .underline:active .close::before, a:active .si-close::before, .dotted:active .si-close::before, .dashed:active .si-close::before, .line:active .si-close::before, .underline:active .si-close::before {
    opacity: 0; }
  .will-change:hover::after, .arrow-left-light:hover::after, .arrow-left:hover::after, .arrow-right-light:hover::after, .arrow-right:hover::after, .close:hover::after, .si-close:hover::after, .will-change:active::after, .arrow-left-light:active::after, .arrow-left:active::after, .arrow-right-light:active::after, .arrow-right:active::after, .close:active::after, .si-close:active::after, a:hover .will-change::after, .dotted:hover .will-change::after, .dashed:hover .will-change::after, .line:hover .will-change::after, .underline:hover .will-change::after, a:hover .arrow-left-light::after, .dotted:hover .arrow-left-light::after, .dashed:hover .arrow-left-light::after, .line:hover .arrow-left-light::after, .underline:hover .arrow-left-light::after, a:hover .arrow-left::after, .dotted:hover .arrow-left::after, .dashed:hover .arrow-left::after, .line:hover .arrow-left::after, .underline:hover .arrow-left::after, a:hover .arrow-right-light::after, .dotted:hover .arrow-right-light::after, .dashed:hover .arrow-right-light::after, .line:hover .arrow-right-light::after, .underline:hover .arrow-right-light::after, a:hover .arrow-right::after, .dotted:hover .arrow-right::after, .dashed:hover .arrow-right::after, .line:hover .arrow-right::after, .underline:hover .arrow-right::after, a:hover .close::after, .dotted:hover .close::after, .dashed:hover .close::after, .line:hover .close::after, .underline:hover .close::after, a:hover .si-close::after, .dotted:hover .si-close::after, .dashed:hover .si-close::after, .line:hover .si-close::after, .underline:hover .si-close::after, a:active .will-change::after, .dotted:active .will-change::after, .dashed:active .will-change::after, .line:active .will-change::after, .underline:active .will-change::after, a:active .arrow-left-light::after, .dotted:active .arrow-left-light::after, .dashed:active .arrow-left-light::after, .line:active .arrow-left-light::after, .underline:active .arrow-left-light::after, a:active .arrow-left::after, .dotted:active .arrow-left::after, .dashed:active .arrow-left::after, .line:active .arrow-left::after, .underline:active .arrow-left::after, a:active .arrow-right-light::after, .dotted:active .arrow-right-light::after, .dashed:active .arrow-right-light::after, .line:active .arrow-right-light::after, .underline:active .arrow-right-light::after, a:active .arrow-right::after, .dotted:active .arrow-right::after, .dashed:active .arrow-right::after, .line:active .arrow-right::after, .underline:active .arrow-right::after, a:active .close::after, .dotted:active .close::after, .dashed:active .close::after, .line:active .close::after, .underline:active .close::after, a:active .si-close::after, .dotted:active .si-close::after, .dashed:active .si-close::after, .line:active .si-close::after, .underline:active .si-close::after {
    opacity: 1; }

.arrow-left-light {
  width: 36px;
  height: 36px; }
  .arrow-left-light::before {
    background-position: -10px -1116px !important; }
  .arrow-left-light::after {
    background-position: -10px -1071px !important; }

.arrow-left {
  width: 36px;
  height: 36px; }
  .arrow-left::before {
    background-position: -10px -1161px !important; }
  .arrow-left::after {
    background-position: -10px -1071px !important; }

.arrow-right-light {
  width: 36px;
  height: 36px; }
  .arrow-right-light::before {
    background-position: -10px -1251px !important; }
  .arrow-right-light::after {
    background-position: -10px -1206px !important; }

.arrow-right {
  width: 36px;
  height: 36px; }
  .arrow-right::before {
    background-position: -10px -1296px !important; }
  .arrow-right::after {
    background-position: -10px -1206px !important; }

.close, .si-close {
  width: 35px;
  height: 35px; }
  .close::before, .si-close::before {
    background-position: -10px -1386px !important; }
  .close::after, .si-close::after {
    background-position: -10px -1341px !important; }

.icon-zoom, .gallery-item::after, .photo-item::after {
  background-position: -10px -913px !important;
  width: 40px;
  height: 40px; }

.icon-play {
  background-position: -10px -1431px !important;
  width: 17px;
  height: 25px; }

.icon-advantage-1 {
  background-position: -10px -0px;
  width: 60px;
  height: 52px; }

.icon-advantage-2 {
  background-position: -10px -62px;
  width: 60px;
  height: 66px; }

.icon-advantage-3 {
  background-position: -10px -138px;
  width: 60px;
  height: 44px; }

.icon-advantage-4 {
  background-position: -10px -192px;
  width: 60px;
  height: 60px; }

.scroll-down {
  background-position: -10px -262px;
  width: 60px;
  height: 60px; }

.icon-principle-1 {
  background-position: -10px -332px;
  width: 57px;
  height: 46px; }

.icon-workout-2 {
  background-position: -10px -388px;
  width: 52px;
  height: 48px; }

.icon-principle-4 {
  background-position: -10px -446px;
  width: 50px;
  height: 30px; }

.icon-principle-5 {
  background-position: -10px -486px;
  width: 50px;
  height: 48px; }

.icon-check, .heading-check-item::before {
  background-position: -10px -544px;
  width: 48px;
  height: 40px; }

.icon-principle-2 {
  background-position: -10px -594px;
  width: 48px;
  height: 46px; }

.icon-workout-3 {
  background-position: -10px -650px;
  width: 49px;
  height: 50px; }

.icon-workout-1 {
  background-position: -10px -710px;
  width: 47px;
  height: 51px; }

.icon-advantage-5 {
  background-position: -10px -771px;
  width: 43px;
  height: 72px; }

.icon-principle-3 {
  background-position: -10px -853px;
  width: 41px;
  height: 50px; }

.icon-advantage-6 {
  background-position: -10px -963px;
  width: 36px;
  height: 40px; }

.icon-workout-4 {
  background-position: -10px -1013px;
  width: 36px;
  height: 48px; }

.svg-icon {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.icon-social {
  fill: #000;
  width: 24px !important;
  height: 24px !important; }
  a:hover .icon-social, .dotted:hover .icon-social, .dashed:hover .icon-social, .line:hover .icon-social, .underline:hover .icon-social, a:active .icon-social, .dotted:active .icon-social, .dashed:active .icon-social, .line:active .icon-social, .underline:active .icon-social {
    fill: #ef7d00; }

.layout-header {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  /*position: fixed !important;*/
  bottom: auto;
  z-index: 50;
  padding-top: 68px;
  color: #fff; }
  .layout-header.active {
    height: 105px;
    padding-top: 20px;
    background: rgba(0, 0, 0, 0.7); }
    .layout-header.active .header-text,
    .layout-header.active .logo {
      will-change: transform;
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      height: 0;
      overflow: hidden;
      opacity: 0; }
  .layout-header .si-phone {
    padding-top: 6px; }

.logo {
  display: inline-block; }
  .logo img {
    display: block; }

.si-phone .phone-link {
  display: block;
  font: 500 24px/1 "Museo";
  margin-bottom: 3px; }

.layout-footer {
  color: #fff;
  background: url("../images/footer-bg.jpg") no-repeat 50% 0 #000;
  padding: 64px 0 70px; }
  .layout-footer .si-phone {
    padding-top: 0px; }
  .layout-footer .btn {
    width: 280px; }

.footer-title {
  font: 700 30px/1 "PFDin Text Pro";
  text-transform: uppercase;
  margin-bottom: 40px; }

.copyright {
  font: 14px/1 "Roboto";
  margin-top: 10px; }

html.si-lock {
  overflow: hidden !important; }

.fancybox-margin {
  margin-right: 0 !important; }

.si-overlay, .si-overlay-2 {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 203; }

.si-overlay-2 {
  z-index: 205; }

.si-modals-wrapper,
.si-modals-wrapper-2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 203;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.si-modals-wrapper-2 {
  z-index: 205; }

.si-close {
  position: absolute !important;
  top: 25px;
  right: 25px; }

.si-modal, .si-success-modal {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  transition-duration: 0.5s;
  display: none;
  position: relative;
  color: #000;
  background: #fff;
  padding: 70px 80px 75px;
  width: 780px;
  margin: 50px auto; }
  .si-modal.si-visible, .si-visible.si-success-modal {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .si-modal .btn-holder, .si-success-modal .btn-holder {
    margin-top: 15px; }
  .si-modal .btn, .si-success-modal .btn {
    min-width: 360px; }

.modal-form-title, .si-success-modal-title {
  font: 700 60px/52px "PFDin Text Pro";
  text-transform: uppercase;
  margin-bottom: 16px; }

.modal-time, .success-time {
  font: 600 30px/1 "PFDin Text Pro";
  margin-bottom: 27px; }

.modal-text-block {
  margin-top: 27px; }

.si-success-modal {
  font: 24px/30px "PFDin Text Pro"; }
  .si-success-modal strong {
    display: block;
    font-weight: 600; }

.modal-social-block {
  margin-top: 35px; }
  .modal-social-block ul.nav {
    margin-top: 14px; }

.si-page-message-overlay {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 299;
  background: rgba(0, 0, 0, 0.7);
  transition-duration: 0.5s; }
  .si-page-message-overlay.show {
    opacity: 1;
    visibility: visible; }

.si-page-message {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition-duration: 0.5s;
  display: block;
  position: fixed;
  width: 101%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #ef7d00;
  opacity: 0;
  visibility: hidden;
  z-index: 300;
  box-shadow: 0 0 10px #000; }
  .si-page-message.show {
    height: 200px;
    opacity: 1;
    visibility: visible; }

.si-page-message-inner {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: table-cell;
  opacity: 0;
  height: 200px;
  width: 1920px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 36px;
  transition-duration: 0.5s; }
  .si-page-message-inner.show {
    opacity: 1; }

.si-popup-holder {
  cursor: pointer !important;
  position: relative;
  z-index: 1; }
  .si-popup-holder.active {
    z-index: 5; }

.si-popup {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  background: #fff;
  padding: 30px 30px;
  z-index: 1;
  cursor: default !important; }
  .si-popup.visible {
    will-change: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    opacity: 1;
    z-index: 4; }

.si-close-popup {
  position: absolute;
  top: 30px;
  right: 30px; }

.nav.nav-tabs {
  width: 100%;
  text-align: center;
  margin-bottom: 47px; }

.tab-link {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font: 600 18px/22px "Roboto";
  color: #bbb;
  text-transform: uppercase;
  border-bottom: 1px dashed #f7a600;
  cursor: pointer !important; }
  .tab-link:hover, .tab-link:active {
    color: #000; }
  .tab-link.active {
    color: #000;
    border-color: transparent; }
  .light .tab-link:hover, .light .tab-link:active {
    color: #fff; }
  .light .tab-link.active {
    color: #fff; }
  .tab-link:not(:first-child) {
    margin-left: 47px;
    position: relative; }
    .tab-link:not(:first-child)::before {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      left: -23px;
      right: auto;
      content: "/";
      color: #bbb; }

.tabs-content-container {
  width: 100%;
  overflow: hidden; }

.tab-content {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  .tab-content.active {
    opacity: 1;
    height: auto;
    z-index: 10; }

.section-heading {
  color: #fff;
  background: #000;
  padding: 219px 0 113px;
  overflow: hidden;
  position: relative; }
  .section-heading::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #f7a600;
    background: -moz-linear-gradient(top, #f7a600 0%, #ef7d00 100%);
    background: -webkit-linear-gradient(top, #f7a600 0%, #ef7d00 100%);
    background: linear-gradient(to bottom, #f7a600 0%, #ef7d00 100%);
    bottom: auto;
    content: "";
    display: inline-block;
    width: 220px;
    height: 312px;
    z-index: 7; }
  .section-heading h1 {
    margin-bottom: 81px; }

.bg-video-holder {
  width: 2000px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
  background: url("../images/heading-bg.jpg") no-repeat 50% 0 #bbb;
  background-size: 2000px auto !important;
  overflow: hidden;
  z-index: 5; }
  .bg-video-holder video {
    visibility: hidden;
    position: relative;
    z-index: 10; }

.video-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.75);
  z-index: 15; }

.heading-check-block {
  margin: 93px 0 0 50px; }

.heading-check-item {
  padding-left: 70px;
  position: relative; }
  .heading-check-item::before {
    content: "";
    position: absolute !important;
    top: 8px;
    left: 0; }

.section-advantages {
  padding: 148px 0 202px;
  background: url("../images/advantages-bg.jpg") no-repeat 50% 0 transparent; }
  .section-advantages .container {
    padding-left: 450px; }
  .section-advantages h2 {
    margin-bottom: 68px; }

.advantages-block {
  margin-bottom: 133px; }
  .advantages-block .col-1-2:nth-child(n+3) .advantage-item {
    margin-top: 46px; }

.advantage-item {
  padding: 16px 0 0 80px;
  position: relative; }

.advantage-image, .workout-image, .principle-image {
  width: 60px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0; }
  .advantage-image::before, .workout-image::before, .principle-image::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #f7a600;
    border-radius: 50%;
    z-index: 1; }
  .advantage-image .icon, .workout-image .icon, .principle-image .icon, .advantage-image .si-close, .workout-image .si-close, .principle-image .si-close, .advantage-image .si-close-popup, .workout-image .si-close-popup, .principle-image .si-close-popup, .advantage-image .heading-check-item::before, .workout-image .heading-check-item::before, .principle-image .heading-check-item::before, .advantage-image .gallery-item::after, .workout-image .gallery-item::after, .principle-image .gallery-item::after, .advantage-image .photo-item::after, .workout-image .photo-item::after, .principle-image .photo-item::after {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 5; }

.advantage-text {
  font: 600 18px/21px "Roboto"; }

.scroll-down-link {
  display: block; }
  .scroll-down-link .icon, .scroll-down-link .si-close, .scroll-down-link .si-close-popup, .scroll-down-link .heading-check-item::before, .scroll-down-link .gallery-item::after, .scroll-down-link .photo-item::after {
    margin-right: 26px; }

.section-gallery {
  color: #fff;
  background: fixed url("../images/gallery-bg.jpg") no-repeat 50% 50% #000;
  height: 965px;
  position: relative;
  z-index: 6; }

.gallery-block {
  position: relative;
  top: -105px; }
  .gallery-block [class*='col-'] {
    position: relative; }
    .gallery-block [class*='col-'].i-1 {
      width: calc(41.66% + 20px);
      margin: 172px 0 0 -20px; }
    .gallery-block [class*='col-'].i-3 {
      margin-left: -240px; }
    .gallery-block [class*='col-'].i-5 {
      margin: -300px -230px 0 0; }
    .gallery-block [class*='col-'].i-6 {
      margin-left: -160px; }
    .gallery-block [class*='col-'].i-7 {
      margin-top: -115px; }
    .gallery-block [class*='col-'].i-8 {
      margin: -165px 0 0 160px; }
    .gallery-block [class*='col-'].i-9 {
      margin-top: -210px; }
    .gallery-block [class*='col-'].i-10 {
      width: calc(41.66% + 10px);
      margin-left: -10px; }

.gallery-item {
  display: block;
  position: relative;
  cursor: pointer !important;
  margin-bottom: 20px; }
  .gallery-item img {
    display: block;
    position: relative;
    z-index: 1; }
  .gallery-item::before {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    background: rgba(239, 125, 0, 0.65);
    opacity: 0;
    z-index: 2; }
  .gallery-item::after {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    content: "";
    opacity: 0;
    z-index: 3; }
  .gallery-item:hover::before, .gallery-item:active::before {
    opacity: 1; }
  .gallery-item:hover::after, .gallery-item:active::after {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .gallery-item img {
    display: block; }

.section-workout {
  background: url("../images/workout-bg.jpg") no-repeat 50% 0 transparent;
  padding: 114px 0 139px;
  position: relative;
  z-index: 5; }
  .section-workout h2 {
    margin: 0 0 27px 480px; }
  .section-workout::before {
    content: "";
    display: block;
    width: 406px;
    height: 738px;
    background: url("../images/workout-man.png") no-repeat 50% 0 transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -872px; }

.workout-link-holder {
  margin: 0 0 80px 480px; }

.workout-image, .principle-image {
  width: 100%;
  height: 51px;
  margin-bottom: 32px;
  position: relative; }

.section-why {
  background: url("../images/why-bg.jpg") no-repeat 50% 0 transparent;
  padding: 103px 0 70px; }
  .section-why h2 {
    margin-bottom: 41px; }

.couch-slider-holder {
  padding: 0 80px;
  position: relative; }

.couch-prev,
.couch-next {
  top: 185px; }

.couch-item {
  font: 16px/24px "Roboto"; }

.couch-name {
  font: 24px/1 "Roboto";
  margin-bottom: 23px; }

.couch-photo {
  margin-bottom: 23px; }
  .couch-photo img {
    display: block; }

.principle-block .col-1-3:nth-child(n+4) {
  padding-bottom: 24px; }
  .principle-block .col-1-3:nth-child(n+4) .principle-item {
    margin-top: 20px; }

.principle-item {
  height: 370px;
  background: #fff;
  border: 1px solid #bbb;
  padding: 63px 30px 0;
  overflow: visible; }
  .principle-item .btn-holder {
    margin-top: 40px; }

.principle-image {
  height: 50px;
  margin-bottom: 44px; }

.principle-title {
  font: 600 18px/24px "Roboto";
  margin-bottom: 24px; }

.principle-text {
  font: 16px/21px "Roboto"; }

.section-club {
  color: #fff;
    background: fixed url(../images/club-bg.jpg) no-repeat 54% 35% #000;
    padding: 163px 0 124px;
    background-size: cover; }

.action-img {
  font: 16px/24px "Roboto";
  height: 276px;
  background: url("../images/action-bg.jpg") no-repeat 50% 0 #000;
  padding: 63px 40px 0 80px;
  margin-bottom: 20px; }
  .action-img .btn {
    position: relative;
    top: -27px; }

.action-img-title {
  font: 700 36px/1 "Roboto";
  text-transform: uppercase;
  margin-bottom: 12px; }

.action-block {
  margin-bottom: 20px; }

.action-item {
  font: 16px/24px "Roboto"; }

.action-text-holder {
  color: #000;
  background: #fff;
  border-bottom: 1px dashed #000;
  padding: 35px 30px 21px; }

.action-title {
  font: 700 21px/24px "Roboto";
  text-transform: uppercase;
  margin-bottom: 24px; }

.action-price {
  font: 700 30px/1 "Roboto";
  background: #f7a600;
  padding: 21px 30px 21px; }

.action-cert-block {
  font: 16px/24px "Roboto";
  height: 276px;
  background: url("../images/certificate-bg.jpg") no-repeat 50% 0 #000;
  padding: 0 105px;
  margin-bottom: 20px; }

.action-cert-title {
  font: 700 36px/42px "Roboto";
  text-transform: uppercase; }
  .action-cert-title .small {
    font: 700 24px/27px "Roboto";
    margin-top: 8px; }

.action-cert-text {
  font: 16px/24px "Roboto"; }

.schedule-nav {
  padding: 0 140px !important;
  margin-bottom: 32px !important; }
  .schedule-nav li {
    margin-left: 16px;
    border-bottom: 1px dashed #f7a600; }
    .schedule-nav li:hover, .schedule-nav li:active {
      color: #f7a600; }
    .schedule-nav li.active {
      color: #f7a600;
      border-color: transparent; }
    .schedule-nav li.text {
      color: #fff !important;
      border-color: transparent !important;
      margin: 0 !important;
      cursor: default !important; }

.schedule-filter-block {
  font: 15px/21px "Roboto";
  padding-right: 20px; }

.schedule-filter-item {
  padding: 30px;
  border: 1px solid #515151;
  border-bottom: none; }
  .schedule-filter-item .radio-label {
    margin-bottom: 10px; }
  .schedule-filter-item:not(.active) .schedule-filter-title {
    background-image: url("../images/arrow-down.png"); }
  .schedule-filter-item:not(.active) .schedule-filter-text {
    display: none; }

.schedule-filter-title {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 40px;
  background: url("../images/arrow-top.png") no-repeat 0 50% transparent;
  cursor: pointer !important; }
  .schedule-filter-title:hover, .schedule-filter-title:active {
    color: #f7a600; }

.schedule-filter-text {
  display: block;
  margin-top: 20px; }

.schedule-filter-btn {
  padding: 10px 30px 30px;
  border: 1px solid #515151;
  border-top: none; }
  .schedule-filter-btn .btn {
    width: 160px;
    margin-bottom: 16px; }

.schedule-block {
  padding-top: 1px; }

.schedule-item {
  display: none;
  font: 18px/21px "Roboto";
  border: 1px solid #515151;
  padding: 30px;
  margin-top: -1px; }
  .schedule-item::before {
    content: "";
    display: table; }
  .schedule-item::after {
    content: "";
    display: table;
    clear: both; }
  .schedule-item.active {
    display: block; }

.schedule-info {
  display: inline-block;
  width: 330px;
  float: left; }
  .schedule-info::before {
    content: "";
    display: table; }
  .schedule-info::after {
    content: "";
    display: table;
    clear: both; }

.schedule-image {
  display: inline-block;
  float: left;
  margin-right: 20px; }
  .schedule-image img {
    display: block; }

.schedule-name {
  margin: 16px 0 12px; }

.schedule-difficulty {
  font: 15px/21px "Roboto"; }

.schedule-place {
  font: 15px/21px "Roboto"; }

.schedule-day {
  display: inline-block;
  width: 60px;
  float: left;
  padding-top: 16px; }

.schedule-date {
  display: inline-block;
  width: 160px;
  float: left;
  padding-top: 16px; }
  .schedule-date .btn {
    width: 120px;
    padding: 0;
    margin-top: 30px; }

.schedule-spoiler-holder {
  margin-top: 30px; }

.schedule-spoiler {
  width: 300px; }

.section-reviews {
  padding: 116px 0 138px; }
  .section-reviews h2 {
    margin-bottom: 46px; }

.reviews-slider-holder {
  padding: 0 120px;
  position: relative; }

.review-prev,
.review-next {
  top: 93px; }

.review-image img {
  display: block;
  margin: 0 auto; }

.review-name {
  font: 700 17px/1 "Roboto";
  text-transform: uppercase;
  margin-bottom: 25px; }

.review-text {
  font: 16px/24px "Roboto"; }

.section-faq {
  padding: 100px 0 117px; }
  .section-faq h2 {
    margin-bottom: 58px; }

.questions-block {
  counter-reset: li;
  padding: 0;
  margin: 0;
  padding: 0 80px !important; }
  .questions-block li {
    list-style: none;
    margin: 0;
    padding: 0; }

.question-item {
  position: relative;
  padding-left: 80px !important;
  margin-bottom: 17px !important; }
  .question-item::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    content: "0" counter(li) ".";
    counter-increment: li; }
  .question-item::before {
    display: inline-block;
    font: 600 14px/30px "Roboto";
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #f7a600;
    top: -1px;
    left: 30px;
    right: auto; }

.question {
  cursor: pointer !important; }

.question-text {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font: 600 18px/24px "Roboto";
  border-bottom: 1px dashed #f7a600; }
  .question:hover .question-text, .question:active .question-text {
    color: #f7a600; }
  .active .question-text {
    border-color: transparent; }

.answer {
  padding-top: 12px; }

.section-photo {
  color: #fff;
  background: fixed url("../images/gallery-bg.jpg") no-repeat 50% 0 #000;
  padding: 101px 0 104px; }
  .section-photo h2 {
    margin-bottom: 50px; }

.photo-slider-holder,
.video-slider-holder {
  padding: 0 80px; }

.photo-prev,
.photo-next,
.video-prev,
.video-next {
  top: 108px; }

.photo-item {
  display: block;
  position: relative;
  cursor: pointer !important; }
  .photo-item img {
    display: block;
    position: relative;
    z-index: 1; }
  .photo-item::before {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    background: rgba(239, 125, 0, 0.65);
    opacity: 0;
    z-index: 2; }
  .photo-item::after {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    content: "";
    opacity: 0;
    z-index: 3; }
  .photo-item:hover::before, .photo-item:active::before {
    opacity: 1; }
  .photo-item:hover::after, .photo-item:active::after {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .photo-item img {
    display: block; }

.video-item {
  position: relative; }
  .video-item img {
    display: block; }
  .video-item .show-video {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    top: 96px;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #f7a600; }
    .video-item .show-video:hover, .video-item .show-video:active {
      background: #ef7d00; }
    .video-item .show-video .icon, .video-item .show-video .si-close, .video-item .show-video .si-close-popup, .video-item .show-video .heading-check-item::before, .video-item .show-video .gallery-item::after, .video-item .show-video .photo-item::after {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      left: 7px; }

.video-text {
  margin-top: 13px; }

.section-sport {
  padding: 110px 0 126px; }
  .section-sport h2 {
    margin-bottom: 27px; }

.sport-slider-holder {
  padding: 0 80px;
  position: relative; }

.sport-prev,
.sport-next {
  top: 68px; }

.sport-image img {
  display: block; }

.sport-text {
  font: 600 18px/24px "Roboto";
  margin-top: 19px; }

.section-map {
  padding: 92px 0;
  position: relative; }

.map-holder {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 5; }

.map-info-block {
  width: 400px;
  background: #f7a600;
  padding: 56px 40px 44px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  .map-info-block b {
    font-weight: 600; }

.map-info-title {
  font: 700 30px/1 "PFDin Text Pro";
  text-transform: uppercase;
  margin-bottom: 10px; }

.section-form {
  color: #fff;
  background: fixed no-repeat 50% 50% #000; }
  .section-form h2 {
    font: 700 60px/52px "PFDin Text Pro";
    padding-top: 0; }
    .section-form h2::before {
      display: none; }
  .section-form h3 {
    font: 700 48px/42px "PFDin Text Pro";
    text-transform: uppercase; }

.form-1, .form-3 {
  background-image: url("../images/form1-bg.jpg");
  padding: 103px 0 114px; }
  .form-1 h2, .form-3 h2 {
    margin-bottom: 42px; }
  .form-1 .btn-holder, .form-3 .btn-holder {
    margin-top: 23px; }
  .form-1 .btn, .form-3 .btn {
    width: 360px; }

.checkbox-holder {
  font: 15px/24px "Roboto";
  margin-top: 40px; }

.form-2 {
  background-image: url("../images/form2-bg.jpg");
  padding: 103px 0 106px; }
  .form-2 h2 {
    margin-bottom: 33px; }
  .form-2 h3 {
    margin-bottom: 37px; }
  .form-2 form {
    padding: 0 40px; }
  .form-2 .btn {
    width: 100%; }

.form-phone-block {
  margin-bottom: 21px; }

.form-phone-item {
  font: 24px/30px "Roboto"; }

.form-3 {
  background-image: url("../images/form3-bg.jpg"); }

/*# sourceMappingURL=style.css.map */
