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

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
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, .underline, .dashed, .dotted {
  background-color: transparent; }

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

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

/* iphone video controller fix
   ========================================================================== */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-light.eot");
  src: url("../fonts/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype"), url("../fonts/opensans-light.svg#open_sanslight") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-light.eot");
  src: url("../fonts/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype"), url("../fonts/opensans-light.svg#open_sanslight") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-lightitalic.eot");
  src: url("../fonts/opensans-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-lightitalic.woff2") format("woff2"), url("../fonts/opensans-lightitalic.woff") format("woff"), url("../fonts/opensans-lightitalic.ttf") format("truetype"), url("../fonts/opensans-lightitalic.svg#open_sanslight_italic") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg#open_sansregular") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-italic.eot");
  src: url("../fonts/opensans-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-italic.woff2") format("woff2"), url("../fonts/opensans-italic.woff") format("woff"), url("../fonts/opensans-italic.ttf") format("truetype"), url("../fonts/opensans-italic.svg#open_sansitalic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-semibold.eot");
  src: url("../fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold.svg#open_sanssemibold") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-semibolditalic.eot");
  src: url("../fonts/opensans-semibolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibolditalic.woff2") format("woff2"), url("../fonts/opensans-semibolditalic.woff") format("woff"), url("../fonts/opensans-semibolditalic.ttf") format("truetype"), url("../fonts/opensans-semibolditalic.svg#open_sanssemibold_italic") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-bold.eot");
  src: url("../fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype"), url("../fonts/opensans-bold.svg#open_sansbold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-bolditalic.eot");
  src: url("../fonts/opensans-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bolditalic.woff2") format("woff2"), url("../fonts/opensans-bolditalic.woff") format("woff"), url("../fonts/opensans-bolditalic.ttf") format("truetype"), url("../fonts/opensans-bolditalic.svg#open_sansbold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-extrabold.eot");
  src: url("../fonts/opensans-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabold.woff2") format("woff2"), url("../fonts/opensans-extrabold.woff") format("woff"), url("../fonts/opensans-extrabold.ttf") format("truetype"), url("../fonts/opensans-extrabold.svg#open_sansextrabold") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-extrabolditalic.eot");
  src: url("../fonts/opensans-extrabolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabolditalic.woff2") format("woff2"), url("../fonts/opensans-extrabolditalic.woff") format("woff"), url("../fonts/opensans-extrabolditalic.ttf") format("truetype"), url("../fonts/opensans-extrabolditalic.svg#open_sansextrabold_italic") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-condlight.eot");
  src: url("../fonts/opensans-condlight.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-condlight.woff2") format("woff2"), url("../fonts/opensans-condlight.woff") format("woff"), url("../fonts/opensans-condlight.ttf") format("truetype"), url("../fonts/opensans-condlight.svg#open_sanscondensed_light") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-condlightitalic.eot");
  src: url("../fonts/opensans-condlightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-condlightitalic.woff2") format("woff2"), url("../fonts/opensans-condlightitalic.woff") format("woff"), url("../fonts/opensans-condlightitalic.ttf") format("truetype"), url("../fonts/opensans-condlightitalic.svg#open_sansCnLtIt") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/opensans-condbold.eot");
  src: url("../fonts/opensans-condbold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-condbold.woff2") format("woff2"), url("../fonts/opensans-condbold.woff") format("woff"), url("../fonts/opensans-condbold.ttf") format("truetype"), url("../fonts/opensans-condbold.svg#open_sans_condensedbold") format("svg");
  font-weight: 700;
  font-style: normal; }
.visible-xs {
  display: none !important; }
  @media all and (max-width: 500px) {
    .visible-xs {
      display: block !important; } }

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

.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-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

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

.col-4-5 {
  width: 80%; }

.col-1-12 {
  width: 8.33%; }

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

.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-3 {
  margin-left: 33.33% !important; }
  .col-offset-1-3.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(33.33% + 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); }

@media all and (max-width: 500px) {
  .row.row-xs-2 [class*="col-"]:nth-child(n) {
    clear: none; }
  .row.row-xs-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }

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

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

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

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

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

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

  .col-xs-5-6 {
    width: 83.3%; }

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

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

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

  .col-xs-offset-1-6 {
    margin-left: 16.66% !important; }
    .col-xs-offset-1-6.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(16.66% + 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"] .section-9-whatSay .collage-wrapper .gallery-item::after, .section-9-whatSay .collage-wrapper .hover-scale-1:hover [class*="-image"] .gallery-item::after, .hover-scale-1:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs .gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-scale-1:hover [class*="-image"] .gallery-item::after,
.hover-scale-1:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.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"] .section-9-whatSay .collage-wrapper .gallery-item::after, .section-9-whatSay .collage-wrapper .hover-scale-2:hover [class*="-image"] .gallery-item::after, .hover-scale-2:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs .gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-scale-2:hover [class*="-image"] .gallery-item::after,
.hover-scale-2:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.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 #eebc30, 0 0 12px 14px #eebc30; }
  to {
    box-shadow: 0 0 18px 6px rgba(238, 188, 48, 0), 0 0 4px 71px rgba(238, 188, 48, 0); } }
@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #eebc30, 0 0 12px 14px #eebc30; }
  to {
    box-shadow: 0 0 18px 6px rgba(238, 188, 48, 0), 0 0 4px 71px rgba(238, 188, 48, 0); } }
@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #eebc30, 0 0 12px 14px #eebc30; }
  to {
    box-shadow: 0 0 18px 6px rgba(238, 188, 48, 0), 0 0 4px 71px rgba(238, 188, 48, 0); } }
@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #eebc30, 0 0 12px 14px #eebc30; }
  to {
    box-shadow: 0 0 18px 6px rgba(238, 188, 48, 0), 0 0 4px 71px rgba(238, 188, 48, 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 #eebc30;
    box-shadow: 0 0 0 3px #eebc30; } }
@-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 #eebc30;
    box-shadow: 0 0 0 3px #eebc30; } }
@-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 #eebc30;
    box-shadow: 0 0 0 3px #eebc30; } }
@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 #eebc30;
    box-shadow: 0 0 0 3px #eebc30; } }
.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 #eebc30;
    box-shadow: 0 0 0 3px #eebc30; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #eebc30; } }
@-moz-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #eebc30;
    box-shadow: 0 0 0 3px #eebc30; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #eebc30; } }
@-ms-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #eebc30;
    box-shadow: 0 0 0 3px #eebc30; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #eebc30; } }
@keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #eebc30;
    box-shadow: 0 0 0 3px #eebc30; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #eebc30; } }
.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"] .section-9-whatSay .collage-wrapper .gallery-item::after, .section-9-whatSay .collage-wrapper .hover-shake:hover [class*="-image"] .gallery-item::after, .hover-shake:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs .gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-shake:hover [class*="-image"] .gallery-item::after,
.hover-shake:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.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"] .section-9-whatSay .collage-wrapper .gallery-item::after, .section-9-whatSay .collage-wrapper .hover-buzz-out:hover [class*="-image"] .gallery-item::after, .hover-buzz-out:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs .gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-buzz-out:hover [class*="-image"] .gallery-item::after,
.hover-buzz-out:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.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"] .section-9-whatSay .collage-wrapper .gallery-item::after, .section-9-whatSay .collage-wrapper .hover-rotate:hover [class*="-image"] .gallery-item::after, .hover-rotate:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs .gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-rotate:hover [class*="-image"] .gallery-item::after,
.hover-rotate:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.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"] .section-9-whatSay .collage-wrapper .gallery-item::after, .section-9-whatSay .collage-wrapper .hover-scale-3:hover [class*="-image"] .gallery-item::after, .hover-scale-3:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs .gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-scale-3:hover [class*="-image"] .gallery-item::after,
.hover-scale-3:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.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"] .section-9-whatSay .collage-wrapper .gallery-item::after, .section-9-whatSay .collage-wrapper .hover-float:hover [class*="-image"] .gallery-item::after, .hover-float:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs .gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-float:hover [class*="-image"] .gallery-item::after,
.hover-float:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.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; }

* {
  box-sizing: border-box; }

html {
  color: #000;
  background: #fff;
  font: 18px/26px 'OpenSans';
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  min-height: 100% !important;
  position: relative;
  overflow-x: auto !important; }
  @media all and (max-width: 500px) {
    html {
      min-width: 480px; } }

body {
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 500px) {
    body {
      min-width: 480px; } }

#global-wrapper {
  overflow: hidden;
  min-width: 1200px;
  position: relative; }
  @media all and (max-width: 500px) {
    #global-wrapper {
      min-width: 480px; } }

.container {
  display: block;
  width: 1200px;
  padding: 0 130px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  @media all and (max-width: 500px) {
    .container {
      width: 480px;
      padding: 0 20px; } }

h1 {
  margin: 0; }

h2 {
  margin: 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, .underline, .dashed, .dotted {
  -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: #000000;
  text-decoration: none;
  cursor: pointer !important;
  line-height: 1.2; }
  a.dark, .dark.underline, .dark.dashed, .dark.dotted {
    color: #000;
    border-color: #000; }
  a.light, .light.underline, .light.dashed, .light.dotted {
    color: #fff;
    border-color: #fff; }
  a.primary, .primary.underline, .primary.dashed, .primary.dotted {
    color: #d9d9d9;
    border-color: #d9d9d9; }
  a.offtop, .offtop.underline, .offtop.dashed, .offtop.dotted {
    color: #bbb;
    border-color: #bbb; }
  a:hover, .underline:hover, .dashed:hover, .dotted:hover, a:active, .underline:active, .dashed:active, .dotted:active {
    color: #eebc30;
    border-color: #eebc30; }
  .question:hover a, .question:hover .underline, .question:hover .dashed, .question:hover .dotted, .question:active a, .question:active .underline, .question:active .dashed, .question:active .dotted {
    color: #000000 !important;
    border-color: #000000 !important; }
  a.accent, .accent.underline, .accent.dashed, .accent.dotted {
    color: #eebc30;
    border-color: #eebc30; }
    a.accent:hover, .accent.underline:hover, .accent.dashed:hover, .accent.dotted:hover, a.accent:active, .accent.underline:active, .accent.dashed:active, .accent.dotted:active {
      color: #000000;
      border-color: #000000; }

.underline {
  border-bottom: 1px solid #000000; }

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

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

ul.nav {
  padding: 0;
  margin: 0; }
  ul.nav li {
    -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 > .underline, ul.nav li > .dashed, ul.nav li > .dotted,
    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: 20px;
  margin-bottom: 10px;
  position: relative; }
  ul.marked li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0; }

[class*="slider-holder"] {
  position: relative; }

.swiper-button-prev, .swiper-button-next {
  -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: 50px;
  height: 50px;
  margin-top: -25px;
  background: none !important;
  left: 0px; }
  .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: 0px; }
  .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-pagination-bullets,
.swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }
  .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    -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: #d9d9d9;
    width: 16px;
    height: 16px;
    opacity: 1 !important;
    margin: 0 10px; }
    .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-pagination-bullets .swiper-pagination-bullet:active, .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .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: #eebc30; }

.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: #d9d9d9; }

.accent {
  color: #eebc30; }

.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: #d9d9d9; }

.accent-text {
  background: #eebc30; }

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

.loader {
  -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: #000;
  background: #fff;
  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; }

.loader-text {
  margin-top: 16px; }
  .loader-text::after {
    content: "...";
    position: absolute; }

::-webkit-input-placeholder {
  opacity: 1;
  color: #000; }

:-moz-placeholder {
  opacity: 1;
  color: #000; }

::-moz-placeholder {
  opacity: 1;
  color: #000; }

:-ms-input-placeholder {
  opacity: 1;
  color: #000; }

.placeholder {
  opacity: 1;
  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:not([class*="border-"])::-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:not([class*="border-"])::-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:not([class*="border-"])::-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:not([class*="border-"])::-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:not([class*="border-"])::-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:not([class*="border-"])::-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"] .section-9-whatSay .collage-wrapper input.placeholder.gallery-item::after, .section-9-whatSay .collage-wrapper .hover-shake:hover [class*="-image"] input.placeholder.gallery-item::after, .hover-shake:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs input.placeholder.gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-shake:hover [class*="-image"] input.placeholder.gallery-item::after,
.hover-shake:hover [class*="-image"] input.placeholder.svg-icon:not([class*="border-"]), 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"] .section-9-whatSay .collage-wrapper textarea.placeholder.gallery-item::after, .section-9-whatSay .collage-wrapper .hover-shake:hover [class*="-image"] textarea.placeholder.gallery-item::after, .hover-shake:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs textarea.placeholder.gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-shake:hover [class*="-image"] textarea.placeholder.gallery-item::after,
.hover-shake:hover [class*="-image"] textarea.placeholder.svg-icon:not([class*="border-"]) {
  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"] .section-9-whatSay .collage-wrapper input[type=email].gallery-item::after, .section-9-whatSay .collage-wrapper .hover-shake:hover [class*="-image"] input[type=email].gallery-item::after, .hover-shake:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs input[type=email].gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-shake:hover [class*="-image"] input[type=email].gallery-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"] .section-9-whatSay .collage-wrapper input[type=tel].gallery-item::after,
.section-9-whatSay .collage-wrapper .hover-shake:hover [class*="-image"] input[type=tel].gallery-item::after,
.hover-shake:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs input[type=tel].gallery-item::after,
.section-9-whatSay .collage-wrapper-xs .hover-shake:hover [class*="-image"] input[type=tel].gallery-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"] .section-9-whatSay .collage-wrapper textarea.gallery-item::after, .section-9-whatSay .collage-wrapper .hover-shake:hover [class*="-image"] textarea.gallery-item::after, .hover-shake:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs textarea.gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-shake:hover [class*="-image"] textarea.gallery-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"] .section-9-whatSay .collage-wrapper input[type=text].gallery-item::after, .section-9-whatSay .collage-wrapper .hover-shake:hover [class*="-image"] input[type=text].gallery-item::after, .hover-shake:hover [class*="-image"] .section-9-whatSay .collage-wrapper-xs input[type=text].gallery-item::after, .section-9-whatSay .collage-wrapper-xs .hover-shake:hover [class*="-image"] input[type=text].gallery-item::after,
.hover-shake:hover [class*="-image"] input[type=text].svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] input.svg-icon[type=email]:not([class*="border-"]),
.hover-shake:hover [class*="-image"] input.svg-icon[type=tel]:not([class*="border-"]),
.hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"]), 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;
  color: #000 !important;
  width: 100%;
  background: no-repeat #fff;
  border: none !important;
  padding: 0 38px;
  margin-bottom: 30px;
  height: 70px;
  border-radius: 35px; }
  @media all and (max-width: 500px) {
    input[type=text], input[type=email],
    input[type=tel], textarea {
      margin-bottom: 20px !important; } }

textarea {
  resize: none !important;
  height: auto;
  padding: 0px 0px; }

.ani-input-holder {
  margin-bottom: 10px; }
  .ani-input-holder label {
    -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;
    padding: 0 0px;
    position: relative;
    z-index: 5;
    cursor: pointer !important;
    top: 33px; }
  .ani-input-holder input[type=text], .ani-input-holder input[type=email],
  .ani-input-holder input[type=tel], .ani-input-holder textarea {
    color: transparent;
    background: transparent;
    padding: 0 0px;
    border: 0 solid transparent;
    border-bottom: 2px solid #fff;
    height: 36px; }
  .ani-input-holder.active label {
    top: 10px;
    margin-bottom: 18px; }
  .ani-input-holder.active input[type=text], .ani-input-holder.active input[type=email],
  .ani-input-holder.active input[type=tel], .ani-input-holder.active textarea {
    color: #fff; }

.checkbox-label, .radio-label {
  display: block;
  text-align: left;
  padding-left: 24px;
  position: relative !important; }

.jq-checkbox, .jq-radio {
  width: 14px;
  height: 14px;
  background: #ededed;
  border: 1px solid #b4b6b8 !important;
  border-radius: 2px;
  margin: 0;
  position: absolute !important;
  top: 4px;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.jq-checkbox__div, .jq-radio__div {
  -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;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  background: #000 !important;
  border-radius: 1px !important;
  opacity: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .checkbox-label:hover .jq-checkbox__div, .radio-label:hover .jq-checkbox__div, .checkbox-label:hover .jq-radio__div, .radio-label:hover .jq-radio__div, .checkbox-label:active .jq-checkbox__div, .radio-label:active .jq-checkbox__div, .checkbox-label:active .jq-radio__div, .radio-label:active .jq-radio__div, .jq-checkbox.checked .jq-checkbox__div, .checked.jq-radio .jq-checkbox__div, .jq-checkbox.checked .jq-radio__div, .checked.jq-radio .jq-radio__div {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1; }

.jq-radio {
  border-radius: 50%; }

.jq-radio__div {
  width: 8px !important;
  height: 8px !important;
  background: #d9d9d9 !important;
  border-radius: 50% !important; }
  .radio-label:hover .jq-radio__div, .radio-label:active .jq-radio__div, .jq-radio.checked .jq-radio__div {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1; }

.jq-selectbox {
  display: block !important;
  width: 100% !important; }
  .jq-selectbox li {
    -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%;
  color: #000;
  height: 30px;
  padding: 0 35px 0 5px;
  border: 1px solid #fff !important;
  border-radius: 0;
  background: #fff !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;
  border: 0 !important; }

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

.jq-selectbox__dropdown {
  color: #000;
  width: 100%;
  height: auto !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none !important;
  top: 100% !important;
  bottom: auto !important;
  z-index: -1 !important; }

.ui-datepicker {
  width: 300px;
  padding: 26px 40px;
  background: #fff;
  border: 0;
  margin-top: 12px;
  border-radius: 32px;
  -webkit-box-shadow: 0 3px 0 0 #d9d9d9;
  box-shadow: 0 3px 0 0 #d9d9d9; }
  .ui-datepicker .ui-datepicker-header {
    padding: 0;
    margin-bottom: 23px; }
  .ui-datepicker .ui-datepicker-title {
    font: 600 16px/1 "Museo", sans-serif;
    margin: 0; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    width: 16px;
    height: 16px;
    top: 0 !important;
    left: 0 !important; }
    .ui-datepicker .ui-datepicker-prev::before, .ui-datepicker .ui-datepicker-next::before {
      -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: "";
      height: 0;
      width: 0;
      border: 4px solid transparent;
      border-right-color: #000; }
    .ui-datepicker .ui-datepicker-prev:hover::before, .ui-datepicker .ui-datepicker-next:hover::before, .ui-datepicker .ui-datepicker-prev:active::before, .ui-datepicker .ui-datepicker-next:active::before {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      height: 0;
      width: 0;
      border: 4px solid transparent;
      border-right-color: #d9d9d9; }
  .ui-datepicker .ui-datepicker-next {
    left: auto !important;
    right: 0 !important; }
    .ui-datepicker .ui-datepicker-next::before {
      border-right-color: transparent;
      border-left-color: #000; }
    .ui-datepicker .ui-datepicker-next:hover::before, .ui-datepicker .ui-datepicker-next:active::before {
      border-right-color: transparent;
      border-left-color: #d9d9d9; }
  .ui-datepicker table {
    font: 500 14px/27px "Museo", sans-serif;
    margin: 0; }
  .ui-datepicker th {
    font: 500 14px/27px "Museo", sans-serif;
    text-align: right;
    color: #bbb;
    width: 27px;
    padding: 0; }
    .ui-datepicker th span {
      display: inline-block;
      margin-bottom: 2px; }
  .ui-datepicker td a, .ui-datepicker td .underline, .ui-datepicker td .dashed, .ui-datepicker td .dotted,
  .ui-datepicker td span {
    font: 500 14px/27px "Museo", sans-serif;
    text-align: center;
    color: #000 !important;
    background: transparent;
    width: 27px;
    padding: 0;
    margin-bottom: 1px; }
    .ui-datepicker td a:hover, .ui-datepicker td .underline:hover, .ui-datepicker td .dashed:hover, .ui-datepicker td .dotted:hover, .ui-datepicker td a:active, .ui-datepicker td .underline:active, .ui-datepicker td .dashed:active, .ui-datepicker td .dotted:active, .ui-datepicker td a.ui-state-active, .ui-datepicker td .ui-state-active.underline, .ui-datepicker td .ui-state-active.dashed, .ui-datepicker td .ui-state-active.dotted,
    .ui-datepicker td span:hover,
    .ui-datepicker td span:active,
    .ui-datepicker td span.ui-state-active {
      background: #d9d9d9; }
  .ui-datepicker td.ui-state-disabled a, .ui-datepicker td.ui-state-disabled .underline, .ui-datepicker td.ui-state-disabled .dashed, .ui-datepicker td.ui-state-disabled .dotted,
  .ui-datepicker td.ui-state-disabled span {
    color: #bbb !important;
    background: transparent !important; }

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

.btn {
  -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: #d9d9d9;
  background-image: linear-gradient(90deg, #ff9009 0%, #fad232 100%);
  background-image: -webkit-linear-gradient(90deg, #ff9009 0%, #fad232 100%);
  box-shadow: 0px 10px 20px 0px #56340b;
  padding: 14px 29px;
  border-radius: 35px;
  line-height: 36px;
  height: 64px; }
  @media all and (max-width: 500px) {
    .btn {
      width: 100%; } }
  .btn::before, .btn::after {
    -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: '';
    z-index: -1; }
  .btn:hover, .btn:active {
    color: #fff !important;
    background: #eebc30; }
  .btn:active {
    will-change: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    top: 3px; }
    .btn:active::before, .btn:active::after {
      will-change: none;
      transform: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }

.btn-accent {
  color: #000 !important;
  background: #eebc30; }
  .btn-accent:hover, .btn-accent:active {
    color: #fff !important;
    background: #d9d9d9; }

.btn-bordered {
  color: #000 !important;
  background: transparent;
  border: 3px solid #eebc30; }

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

.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, .section-9-whatSay .collage-wrapper .gallery-item::after, .section-9-whatSay .collage-wrapper-xs .gallery-item::after {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../svg/icon-zoom.svg") no-repeat transparent;
  position: relative;
  vertical-align: middle; }

.will-change {
  background: none; }
  .will-change::before, .will-change::after {
    -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 {
    opacity: 1; }
  .will-change::after {
    opacity: 0; }
  .will-change:hover::before, .will-change:active::before, .will-change.active::before {
    opacity: 0; }
  .will-change:hover::after, .will-change:active::after, .will-change.active::after {
    opacity: 1; }
  .will-change:hover::before, .will-change:active::before, a:hover .will-change::before, .underline:hover .will-change::before, .dashed:hover .will-change::before, .dotted:hover .will-change::before, a:active .will-change::before, .underline:active .will-change::before, .dashed:active .will-change::before, .dotted:active .will-change::before, .question:hover .will-change::before, .question:active .will-change::before, .question-item.active .question .will-change::before {
    opacity: 0; }
  .will-change:hover::after, .will-change:active::after, a:hover .will-change::after, .underline:hover .will-change::after, .dashed:hover .will-change::after, .dotted:hover .will-change::after, a:active .will-change::after, .underline:active .will-change::after, .dashed:active .will-change::after, .dotted:active .will-change::after, .question:hover .will-change::after, .question:active .will-change::after, .question-item.active .question .will-change::after {
    opacity: 1; }

.svg-icon {
  -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;
  vertical-align: middle;
  fill-rule: evenodd;
  clip-rule: evenodd; }

.close, .si-close {
  width: 24px !important;
  height: 24px !important;
  fill: #000; }
  a:hover .close, .underline:hover .close, .dashed:hover .close, .dotted:hover .close, a:hover .si-close, .underline:hover .si-close, .dashed:hover .si-close, .dotted:hover .si-close, a:active .close, .underline:active .close, .dashed:active .close, .dotted:active .close, a:active .si-close, .underline:active .si-close, .dashed:active .si-close, .dotted:active .si-close {
    fill: #eebc30; }

.phone {
  fill: #eebc30; }
  a:hover .phone, .underline:hover .phone, .dashed:hover .phone, .dotted:hover .phone, a:active .phone, .underline:active .phone, .dashed:active .phone, .dotted:active .phone {
    fill: #eebc30; }
  @media all and (max-width: 500px) {
    .phone {
      width: 25px !important;
      height: 25px !important; } }

.logo-ico {
  width: 174px !important;
  height: 68px !important; }
  .logo-ico .st0 {
   fill: #2484C6; }
  .logo-ico .st1 {
    fill: #F7941D; }
  .logo-ico .st2 {
    fill: #FEBE10; }
  .logo-ico .stw {
    fill: rgb(255, 255, 255); }
  @media all and (max-width: 500px) {
    .logo-ico {
      width: 142px !important;
      height: 55px !important; } }

.shape12white {
  fill: #fff; }

.calendar {
  fill: #eebc30; }

.rectangle {
  fill: #e5a11d;
  width: 12px !important; }
  .rectangle .active {
    transform: rotate(180deg); }
  .rectangle:active {
    transform: rotate(180deg); }

.arrow-left {
  fill: #e5a11d; }

.arrow-right {
  fill: #e5a11d; }

.umbrella {
  stroke: #000;
  stroke-width: 0.5px; }

.sofa {
  stroke: #000;
  stroke-width: 0.5px; }

.insta {
  fill: #6a453b; }
  @media all and (max-width: 500px) {
    .insta {
      width: 60px;
      height: 60px; } }

.yiutube {
  fill: #cc181e; }
  @media all and (max-width: 500px) {
    .yiutube {
      width: 60px;
      height: 60px; } }

.vk {
  fill: #4d76a1; }
  @media all and (max-width: 500px) {
    .vk {
      width: 60px;
      height: 60px; } }

.facebook {
  fill: #3b5998; }
  @media all and (max-width: 500px) {
    .facebook {
      width: 60px;
      height: 60px; } }

.mark {
  fill: #eebc30; }

.layout-header {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 50;
  padding-top: 61px;
  color: #fff; }
  @media all and (max-width: 500px) {
    .layout-header {
      padding-top: 0; } }
  @media all and (max-width: 500px) {
    .layout-header .container {
      padding: 0; } }
  @media all and (max-width: 500px) {
    .layout-header .si-phone .btn {
      margin-top: 0px;
      padding: 0;
      font-size: 11px;
      height: 38px; } }

.si-phone {
  padding-top: 0px; }
  .si-phone .dark {
    -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;
    border-color: #000;
    display: inline; }
    .si-phone .dark:hover, .si-phone .dark:active {
      color: #eebc30;
      border-color: #eebc30; }
  .si-phone .phone-link {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: inherit;
    padding-right: 14px;
    letter-spacing: 0.079em; }
    .si-phone .phone-link:hover {
      color: #eebc30; }
    .si-phone .phone-link span {
      color: #eebc30; }
    @media all and (max-width: 500px) {
      .si-phone .phone-link {
        font-size: 18px;
        letter-spacing: 0.04em; } }
  .si-phone .btn {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    padding: 14px 38px; }

.logo {
  display: inline-block; }
  .logo .logo-ico {
    margin-top: 10px; }
    @media all and (max-width: 500px) {
      .logo .logo-ico {
        margin-top: 26px;
        margin-left: 10px; } }
  .logo img {
    display: block; }

.si-phone {
  display: inline-block; }
  @media all and (max-width: 500px) {
    .si-phone {
      margin-top: 18px; } }
  .si-phone .si-phone-text {
    margin-bottom: 0px; }
  .si-phone .phone-link {
    display: block;
    margin-bottom: 0px; }
  .si-phone .phone {
    margin-top: -6px;
    margin-right: 11px; }
    @media all and (max-width: 500px) {
      .si-phone .phone {
        top: 30px;
        position: absolute;
        left: 295px; } }
  @media all and (max-width: 500px) {
    .si-phone {
      margin-top: 18px; } }

.global-nav li:not(:first-child) {
  margin-left: 0px; }

.layout-footer {
  padding: 100px 0 70px; }
  .layout-footer .block-links {
    margin-bottom: 42px; }
    .layout-footer .block-links a, .layout-footer .block-links .underline, .layout-footer .block-links .dashed, .layout-footer .block-links .dotted {
      text-decoration: underline;
      margin-right: 24px;
      text-align: left;
      font-weight: 500; }
    @media all and (max-width: 500px) {
      .layout-footer .block-links .nav {
        display: flex;
        justify-content: center; } }
  .layout-footer .block-social {
    text-align: center; }
    .layout-footer .block-social li {
      margin-right: 5px; }
      @media all and (max-width: 500px) {
        .layout-footer .block-social li {
          margin-right: 15px; } }
      @media all and (max-width: 500px) {
        .layout-footer .block-social li:first-child {
          margin-left: 17px; } }
  .layout-footer .footer-logo {
    font-size: 16px;
    font-weight: 500; }
    @media all and (max-width: 500px) {
      .layout-footer .footer-logo {
        margin-top: 32px;
        margin-bottom: 38px;
        margin-left: 17px; } }
    .layout-footer .footer-logo svg {
      margin-bottom: 4px; }
  .layout-footer .company-info-block {
    font-weight: 500;
    line-height: 24px;
    margin-top: 25px; }
    @media all and (max-width: 500px) {
      .layout-footer .company-info-block {
        margin-top: 11px;
        margin-left: 17px; } }
    .layout-footer .company-info-block .mark {
      position: absolute;
      left: 411px; }
      @media all and (max-width: 500px) {
        .layout-footer .company-info-block .mark {
          top: 291px;
          left: 71px; } }
  .layout-footer .si-phone {
    padding-top: 0px; }
    @media all and (max-width: 500px) {
      .layout-footer .si-phone {
        margin-bottom: 68px; } }
    .layout-footer .si-phone .phone {
      top: 50px;
      left: 97px;
      width: 32px !important; }
    .layout-footer .si-phone-text {
      font-size: 16px;
      margin-right: 14px; }
    .layout-footer .si-phone .phone-link {
      margin-top: -5px; }
      @media all and (max-width: 500px) {
        .layout-footer .si-phone .phone-link {
          font-size: 24px; } }
    .layout-footer .si-phone .btn {
      height: 60px; }
  .layout-footer .footer-contacts {
    margin-bottom: 27px; }
    @media all and (max-width: 500px) {
      .layout-footer .footer-contacts {
        margin-bottom: 50px; } }

.company-address-block dl {
  margin-bottom: 0px; }

.company-info-block p, .company-info-block ul.marked {
  margin-bottom: 0px; }

.copyright {
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em; }

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

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

.si-overlay, .si-overlay-2 {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 203; }

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

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

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

.si-close {
  position: absolute !important;
  top: 60px;
  right: 64px;
  text-indent: 0;
  background: none !important; }
  @media all and (max-width: 500px) {
    .si-close {
      top: 46px;
      right: 228px; } }

.si-modal, .si-success-modal {
  -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: 75px 145px 95px;
  width: 925px;
  margin: 50px auto;
  border-radius: 35px; }
  @media all and (max-width: 500px) {
    .si-modal, .si-success-modal {
      width: 480px;
      padding: 112px 90px 95px; } }
  .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: 0px; }
  .si-modal .btn, .si-success-modal .btn {
    min-width: 300px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0px 10px 20px 0px #ff5a00;
    font-family: "Open Sans"; }
    @media all and (max-width: 500px) {
      .si-modal .btn, .si-success-modal .btn {
        height: 68px; } }
    .si-modal .btn:hover, .si-success-modal .btn:hover {
      background-image: linear-gradient(90deg, #ff7109 0%, #faac32 100%);
      background-image: -webkit-linear-gradient(90deg, #ff7109 0%, #faac32 100%); }
  .si-modal input, .si-success-modal input, .si-modal textarea, .si-success-modal textarea {
    background-color: #d9d9d9; }
  .si-modal textarea, .si-success-modal textarea {
    padding: 15px 40px; }

.modal-form-title, .si-success-modal-title {
  margin-bottom: 17px;
  font-family: big_softiefat;
  font-size: 36px; }
  .modal-form-title h2, .si-success-modal-title h2 {
    line-height: 55px; }
  @media all and (max-width: 500px) {
    .modal-form-title, .si-success-modal-title {
      margin-bottom: 12px;
      line-height: 40px; } }

.modal-form-subtitle {
  font-size: 21px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: underline;
  color: purple; }

.modal-form-description {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 11px; }

.modal-image {
  margin-top: 10px; }

.modal-time, .success-time {
  margin-bottom: 55px;
  font-family: OpenSans;
  font-size: 24px;
  font-weight: 500; }
  @media all and (max-width: 500px) {
    .modal-time, .success-time {
      margin-bottom: 44px; } }

input[type=text], input[type=email],
input[type=tel], textarea,
input[type=email],
input[type=tel],
textarea {
  margin-bottom: 10px; }

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

.client-message {
  height: 250px; }

.modal-form-date {
  color: #D3D0CE;
  margin-bottom: 20px; }

.si-success-modal strong {
  display: block; }
@media all and (max-width: 500px) {
  .si-success-modal {
    padding: 112px 40px 95px; } }

@media all and (max-width: 500px) {
  .success-time {
    line-height: 40px;
    margin-bottom: 30px; } }

.si-page-message-overlay {
  -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: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  visibility: hidden;
  z-index: 299;
  background: rgba(0, 0, 0, 0.8);
  transition-duration: 0.5s; }
  .si-page-message-overlay.show {
    opacity: 1;
    visibility: visible; }

.si-page-message {
  -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: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition-duration: 0.5s;
  width: 101%;
  height: 0;
  color: #fff;
  background: #eebc30;
  opacity: 0;
  visibility: hidden;
  z-index: -5;
  box-shadow: 0 0 10px #000; }
  .si-page-message.show {
    height: 200px;
    opacity: 1;
    visibility: visible;
    z-index: 300; }

.si-page-message-inner {
  -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-size: 30px;
  line-height: 36px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  transition-duration: 0.5s;
  opacity: 0;
  position: relative; }
  .si-page-message-inner.show {
    opacity: 1; }
  .si-page-message-inner .centered {
    display: table;
    width: 100%;
    height: 100%; }

.si-page-message-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.vacancies-image {
  margin: 20px auto;
  text-align: center; }

.text-modal .modal-form-title, .text-modal .si-success-modal-title {
  line-height: 44px;
  margin-top: 30px; }
.text-modal .modal-form-content {
  text-align: justify; }
.text-modal .modal-text-block b {
  text-decoration: underline; }
.text-modal .modal-text-block .vacancies-important {
  font-weight: bold;
  font-size: 24px; }

@media all and (max-width: 500px) {
  .tab-modal {
    padding-right: 20px;
    padding-left: 10px;
    border-radius: 0; } }
@media all and (max-width: 500px) {
  .tab-modal .modal-form-content {
    line-height: 30px;
    letter-spacing: -0.02em; } }

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

.si-popup {
  -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; }

.tab-link {
  -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;
  cursor: pointer !important; }

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

.tab-content {
  -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; }

[class*="section-"] {
  position: relative;
  z-index: 1; }

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

.centered {
  display: flex;
  justify-content: center; }

.section-heading {
  padding: 218px 0 0px;
  position: relative;
  overflow: hidden;
  height: 1152px;
  text-align: center;
  font-family: big_softiefat;
  color: #fff;
  background-size: cover; }
  .section-heading h1 {
    margin-bottom: 0px; }
  .section-heading .header-content {
    text-shadow: 0px 5px 20px #41070a;
    margin-bottom: 70px; }
    .section-heading .header-content h1 {
      font-size: 30px;
      line-height: 30px;
      margin-bottom: 18px; }
      @media all and (max-width: 500px) {
        .section-heading .header-content h1 {
          font-size: 14px;
          line-height: 0;
          margin-bottom: 14px; } }
    .section-heading .header-content p, .section-heading .header-content ul.marked {
      font-size: 60px;
      line-height: 60px; }
      @media all and (max-width: 500px) {
        .section-heading .header-content p, .section-heading .header-content ul.marked {
          font-size: 36px;
          line-height: 42px;
          margin-bottom: 30px; } }
    @media all and (max-width: 500px) {
      .section-heading .header-content {
        margin-bottom: 0px; } }
  .section-heading .item-head {
    justify-content: center;
    display: table-cell; }
    .section-heading .item-head .item-image {
      background: url("../images/item-image.png") center center no-repeat;
      width: 257px;
      height: 257px;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .section-heading .item-head .item-image span {
        position: absolute;
        top: 68px;
        left: 131px; }
        @media all and (max-width: 500px) {
          .section-heading .item-head .item-image span {
            top: 54px;
            left: 91px;
            font-size: 14px; } }
      @media all and (max-width: 500px) {
        .section-heading .item-head .item-image {
          background-size: contain;
          width: 206px;
          height: 206px; } }
    @media all and (max-width: 500px) {
      .section-heading .item-head {
        margin-bottom: 18px; } }
    .section-heading .item-head span {
      font-size: 18px;
      line-height: 36px;
      font-weight: 300; }
    .section-heading .item-head .countTo {
      font-family: "big_softiefat";
      font-size: 48px;
      display: block;
      margin-top: 10px;
      margin-left: -11px; }
      @media all and (max-width: 500px) {
        .section-heading .item-head .countTo {
          font-size: 38px; } }
    .section-heading .item-head .i-1 {
      margin-top: 37px;
      margin-left: -5px; }
    .section-heading .item-head .item-description {
      font-size: 24px;
      line-height: 30px;
      font-weight: 700;
      margin-top: 6px;
      letter-spacing: 0.12em; }
      .section-heading .item-head .item-description span {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        color: #eebc30; }
      @media all and (max-width: 500px) {
        .section-heading .item-head .item-description {
          font-size: 21px;
          line-height: 27px;
          font-weight: 700;
          margin-top: 6px; } }
  @media all and (max-width: 500px) {
    .section-heading {
      padding: 180px 0 0px;
      height: 1050px; } }

.header-content {
  text-shadow: 0px 5px 20px #41070a; }
  .header-content h1 {
    font-size: 30px;
    line-height: 30px; }
  .header-content p, .header-content ul.marked {
    font-size: 60px;
    line-height: 60px; }
    @media all and (max-width: 500px) {
      .header-content p, .header-content ul.marked {
        line-height: 40px; } }

.item-head span {
  font-size: 18px;
  line-height: 36px;
  font-family: OpenSans;
  font-weight: 300; }
.item-head .item-description {
  font-size: 24px;
  line-height: 30px;
  font-family: OpenSans;
  font-weight: 700; }
  .item-head .item-description span {
    font-size: inherit;
    font-weight: inherit;
    color: #b98b22; }

.bg-video-holder {
  width: 2000px;
  height: 100%;
  background: url("../images/background/bg-heading.jpg") no-repeat 50% 0 #000;
  background-size: 2000px auto !important;
  margin-left: -1000px;
  position: absolute;
  top: 0;
  left: 50%;
  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.5);
  z-index: 15; }

.section-1-welcome {
  padding: 40px 0 0px;
  text-align: center;
  height: 1000px; }
  @media all and (max-width: 500px) {
    .section-1-welcome {
      padding: 125px 0 0px;
      height: 1900px; } }
  .section-1-welcome:before {
    background: url("../images/transition/curve1-2.png") no-repeat center center transparent;
    height: 452px;
    margin-top: -250px;
    position: absolute !important;
    left: 0;
    right: 0;
    margin: auto;
    top: -345px;
    content: "";
    z-index: 10;
    background-size: 100% auto; }
    @media all and (max-width: 200px) {
      .section-1-welcome:before {
        height: 110px;
        top: -100px; } }
  .section-1-welcome:after {
    background: url("../images/section-1-bg.jpg") no-repeat 50% 30% transparent;
    height: 100%;
    position: absolute !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 45px;
    content: "";
    z-index: 1;
    background-size: 100% auto; }
    @media all and (max-width: 500px) {
      .section-1-welcome:after {
        height: 110px;
        top: -100px; } }
  .section-1-welcome .item-4 {
    clear: left; }
  .section-1-welcome .box {
    display: flex;
    width: 100%;
    justify-content: center; }
  .section-1-welcome .item {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 44px; }
    .section-1-welcome .item .svg-image {
      height: 126px;
      position: relative;
      margin-bottom: 31px; }
      .section-1-welcome .item .svg-image:before {
        content: '';
        position: absolute;
        background-color: #eebc30;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .section-1-welcome .item span {
      font-weight: 700;
      font-size: 21px;
      line-height: 26px;
      border-bottom: 1px solid #cccccc;
      box-shadow: 0px 1px 0px #888888;
      font-size: 21px;
      line-height: 26px;
      font-weight: 700; }
    .section-1-welcome .item .svg-icon {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    .section-1-welcome .item span {
      position: relative; }
      @media all and (max-width: 500px) {
        .section-1-welcome .item span {
          font-size: 26px; } }
  .section-1-welcome h2 {
    margin-bottom: 9px;
    font-family: big_softiefat;
    font-size: 60px;
    line-height: 1; }
    @media all and (max-width: 500px) {
      .section-1-welcome h2 {
        height: 110px;
        top: -100px;
        font-size: 36px;
        line-height: 41px;
        margin-bottom: 0px; } }
  .section-1-welcome p, .section-1-welcome ul.marked {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    font-style: italic;
    margin-top: 14px;
    margin-bottom: 55px; }
    @media all and (max-width: 500px) {
      .section-1-welcome p, .section-1-welcome ul.marked {
        font-size: 18px;
        line-height: 28px;
        margin-top: -9px;
        margin-bottom: 28px; } }

.section-3-advantages {
  background: url("../images/background/bg-sec-3.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  background-position-x: left;
  background-position-y: top;
  padding: 246px 0 200px;
  height: 1061px;
  margin-top: -151px; }
  @media all and (max-width: 500px) {
    .section-3-advantages {
      height: 1200px;
      background: none; } }
  .section-3-advantages .advantage-item {
    font-weight: 500;
    height: 200px; }
    @media all and (max-width: 500px) {
      .section-3-advantages .advantage-item {
        height: 130px; } }
    .section-3-advantages .advantage-item .mark-circle {
      border-radius: 50%;
      background-color: #eebc30;
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'big_softiefat';
      margin-bottom: 14px; }
  .section-3-advantages h2 {
    margin-bottom: 0px; }

.section-4-prices {
  background-color: #737F95;
  padding: 150px 0 130px;
  background-size: cover;
  background-position-y: 0;
  margin-top: -45px; }
  .section-4-prices:before {
    background: url("../images/background/sec-4/before.png") no-repeat 50% 50% transparent;
    height: 925px;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 2;
    background-size: 100% auto;
    background-position-y: top;
    margin-top: -240px; }
    @media all and (max-width: 500px) {
      .section-4-prices:before {
        margin-top: -80px; } }
  .section-4-prices:after {
    background: url("../images/background/sec-4/after.png") no-repeat 50% 50% transparent;
    height: 780px;
    position: absolute !important;
    content: "";
    z-index: 2;
    background-size: 100% auto;
    background-position-y: bottom;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: -310px;
    display: block;
    margin-bottom: 147px; }
    @media all and (max-width: 500px) {
      .section-4-prices:after {
        bottom: -182px; } }
  .section-4-prices .price {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    @media all and (max-width: 500px) {
      .section-4-prices .price {
        padding-left: 6px; } }
    .section-4-prices .price .price-text {
      font-size: 30px;
      letter-spacing: -0.02em;
      color: #eebc30;
      width: fit-content;
      margin-bottom: 25px;
      cursor: pointer; }
      @media all and (max-width: 500px) {
        .section-4-prices .price .price-text {
          font-size: 24px; } }
      .section-4-prices .price .price-text span {
        border-bottom: 2px dashed #eebc30; }
    .section-4-prices .price .price-arrow-holder {
      left: 430px;
      width: 12px;
      margin: 0;
      display: inline-block; }
  .section-4-prices ul {
    margin-bottom: 42px;
    margin-top: 4px;
    padding-left: 24px; }
  .section-4-prices li {
    clear: left;
    list-style: none;
    display: flex;
    justify-content: space-between;
    line-height: 36px;
    color: #d9d9d9; }
    .section-4-prices li .dot {
      flex: 1 0;
      border-bottom: 2px dotted #d9d9d9;
      height: 1em;
      margin: 0 .4em;
      margin-top: 9px;
      font-size: 18px; }
    .section-4-prices li .price-time {
      margin-right: 17px; }
      .section-4-prices li .price-time:after {
        content: ' минут  '; }
    .section-4-prices li .price-summ:after {
      content: ' p'; }
    .section-4-prices li .price-amount {
      width: 135px; }
  @media all and (max-width: 500px) {
    .section-4-prices .price-content {
      font-size: 10px; } }
  .section-4-prices .price-size1 .price-summ {
    width: 120px; }
  .section-4-prices .price-size2 .price-summ {
    width: 62px; }
  .section-4-prices .price-size3 .price-summ {
    width: 125px; }
  .section-4-prices .active .rectangle {
    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); }

.section-5-whycome {
  padding: 180px 0 0px;
  text-align: center; }
  @media all and (max-width: 500px) {
    .section-5-whycome {
      padding: 237px 0 0px;
      height: 1500px; } }
  .section-5-whycome .item-4 {
    clear: left; }
  .section-5-whycome .item {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 47px; }
    .section-5-whycome .item .svg-image {
      height: 126px;
      position: relative;
      margin-bottom: 26px; }
      .section-5-whycome .item .svg-image:before {
        content: '';
        position: absolute;
        background-color: #eebc30;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .section-5-whycome .item span {
      font-weight: 700;
      font-size: 21px;
      line-height: 26px;
      border-bottom: 1px solid #cccccc;
      box-shadow: 0px 1px 0px #888888;
      font-size: 21px;
      line-height: 26px;
      font-weight: 700; }
    .section-5-whycome .item .svg-icon {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    .section-5-whycome .item span {
      position: relative; }
  .section-5-whycome h2 {
    margin-bottom: 63px;
    font-family: big_softiefat;
    font-size: 60px;
    line-height: 1; }
    @media all and (max-width: 500px) {
      .section-5-whycome h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 40px; } }
  .section-5-whycome p, .section-5-whycome ul.marked {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    font-style: italic;
    margin-top: 14px;
    margin-bottom: 55px; }

.section-6-hello {
  background: url("../images/background/sec-6.jpg") no-repeat 50% 50% transparent;
  padding: 343px 0 100px;
  background-size: 120%;
  background-position-y: 0;
  text-align: center;
  min-height: 1600px; }
  @media all and (max-width: 500px) {
    .section-6-hello {
      height: auto;
      padding: 373px 0 240px;
      background-size: cover; } }
  .section-6-hello h2 {
    margin-bottom: 28px;
    font-family: big_softiefat;
    font-size: 60px;
    line-height: 1; }
    @media all and (max-width: 500px) {
      .section-6-hello h2 {
        font-size: 36px;
        margin-bottom: 21px; } }
  .section-6-hello p, .section-6-hello ul.marked {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    margin-top: 14px;
    margin-bottom: 55px; }
    @media all and (max-width: 500px) {
      .section-6-hello p, .section-6-hello ul.marked {
        font-size: 18px;
        margin-bottom: 23px; } }

.slider-1-prev {
  position: absolute;
  top: 216px;
  left: 132px; }

.slider-1-next {
  position: absolute;
  top: 216px;
  left: 1017px; }

.slider-1 {
  margin-bottom: 72px; }
  .slider-1 .swiper-slide {
    line-height: 30px; }
    .slider-1 .swiper-slide img {
      margin-bottom: 30px; }
    .slider-1 .swiper-slide b {
      font-weight: 700;
      font-size: 24px;
      letter-spacing: 0.05em; }
    .slider-1 .swiper-slide span {
      font-size: 18px; }
    .slider-1 .swiper-slide .slide-description {
      display: block;
      margin-top: 18px;
      text-align: justify;
      text-indent: 60px; }

.section-7-whyAdvice {
  padding: 100px 0 0px;
  text-align: center;
  height: 1260px; }
  @media all and (max-width: 500px) {
    .section-7-whyAdvice {
      margin-top: -110px;
      height: 2975px; } }
  .section-7-whyAdvice .col-1-3::before {
    content: "";
    display: table; }
  .section-7-whyAdvice .col-1-3::after {
    content: "";
    display: table;
    clear: both; }
  .section-7-whyAdvice .item {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 70px;
    height: 425px;
    margin-bottom: 20px;
    padding-top: 53px;
    padding-bottom: 139px;
    border: 1px solid #c4c4c4; }
    .section-7-whyAdvice .item .svg-image {
      height: 93px;
      position: relative;
      margin-bottom: 40px; }
      .section-7-whyAdvice .item .svg-image:before {
        content: '';
        position: absolute;
        background-color: #eebc30;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .section-7-whyAdvice .item .svg-icon {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    .section-7-whyAdvice .item span {
      position: relative; }
  .section-7-whyAdvice h2 {
    margin-bottom: 60px;
    font-family: big_softiefat;
    font-size: 60px;
    line-height: 1; }
    @media all and (max-width: 500px) {
      .section-7-whyAdvice h2 {
        font-size: 36px;
        line-height: 42px; } }
  .section-7-whyAdvice p, .section-7-whyAdvice ul.marked {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    font-style: italic;
    margin-top: 14px;
    margin-bottom: 55px; }

.section-8-fears {
  background: url("../images/background/sec-8.jpg") no-repeat 50% 50% transparent;
  padding: 340px 0 175px;
  height: 1335px;
  background-size: cover; }
  @media all and (max-width: 500px) {
    .section-8-fears {
      padding: 260px 0 175px;
      height: 1200px; } }
  .section-8-fears h2 {
    color: #DDDDDD;
    margin-bottom: 54px;
    font-family: big_softiefat;
    font-size: 60px;
    line-height: 1;
    text-align: center; }
    @media all and (max-width: 500px) {
      .section-8-fears h2 {
        font-size: 36px;
        line-height: 42px; } }
  .section-8-fears .blockFears ul {
    font-weight: 700;
    border-right: 5px dotted #eebc30; }
    @media all and (max-width: 500px) {
      .section-8-fears .blockFears ul {
        border-right: none; } }
    .section-8-fears .blockFears ul li {
      background: url("../svg/Shape14w.svg") no-repeat 50% 50% transparent;
      background-size: 95%;
      text-align: right;
      width: 100%;
      display: block;
      padding: 34px 76px 24px 19px;
      letter-spacing: 0.1em;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .section-8-fears .blockFears ul li:nth-child(3) {
        padding-right: 110px; }
        @media all and (max-width: 500px) {
          .section-8-fears .blockFears ul li:nth-child(3) {
            padding-right: 19px; } }
      @media all and (max-width: 500px) {
        .section-8-fears .blockFears ul li {
          text-align: center;
          padding: 25px 19px;
          background-size: 80%; } }
    .section-8-fears .blockFears ul .active {
      background: url("../svg/Shape12w.svg") no-repeat 50% 50% transparent; }
      @media all and (max-width: 500px) {
        .section-8-fears .blockFears ul .active {
          background: url("../svg/Shape14w.svg") no-repeat 50% 50% transparent; } }
  .section-8-fears .blockFears .brave-container {
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #fff; }
    .section-8-fears .blockFears .brave-container p, .section-8-fears .blockFears .brave-container ul.marked {
      margin-bottom: 29px; }
  .section-8-fears .tab-link .text-link {
    height: 45px;
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.section-9-whatSay {
  padding: 112px 0 100px;
  text-align: center; }
  @media all and (max-width: 500px) {
    .section-9-whatSay {
      padding: 100px 0 130px; } }
  .section-9-whatSay h2 {
    margin-bottom: 55px;
    font-family: big_softiefat;
    font-size: 60px;
    line-height: 1; }
    @media all and (max-width: 500px) {
      .section-9-whatSay h2 {
        font-size: 36px;
        line-height: 42px; } }
  .section-9-whatSay .slider-2-prev {
    position: absolute;
    top: 216px;
    left: 132px; }
  .section-9-whatSay .slider-2-next {
    position: absolute;
    top: 216px;
    left: 1017px; }
  .section-9-whatSay .slider-2 {
    margin-bottom: 72px; }
    .section-9-whatSay .slider-2 .swiper-slide {
      line-height: 30px; }
      .section-9-whatSay .slider-2 .swiper-slide img {
        margin-bottom: 25px; }
      .section-9-whatSay .slider-2 .swiper-slide b {
        font-weight: 700;
        font-size: 21px;
        letter-spacing: 0.05em;
        line-height: 37px; }
      .section-9-whatSay .slider-2 .swiper-slide .slide-description {
        font-weight: 500; }
  .section-9-whatSay .collage-wrapper {
    margin-top: 110px;
    position: relative; }
    .section-9-whatSay .collage-wrapper .gallery-item {
      display: block;
      position: relative;
      cursor: pointer !important; }
      .section-9-whatSay .collage-wrapper .gallery-item img {
        display: block;
        position: relative;
        z-index: 1; }
      .section-9-whatSay .collage-wrapper .gallery-item::before {
        -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(0, 0, 0, 0.35);
        opacity: 0;
        z-index: 2; }
      .section-9-whatSay .collage-wrapper .gallery-item::after {
        -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; }
      .section-9-whatSay .collage-wrapper .gallery-item:hover::before, .section-9-whatSay .collage-wrapper .gallery-item:active::before {
        opacity: 1; }
      .section-9-whatSay .collage-wrapper .gallery-item:hover::after, .section-9-whatSay .collage-wrapper .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; }
    .section-9-whatSay .collage-wrapper img {
      padding-bottom: 20px; }
    .section-9-whatSay .collage-wrapper .item-3 {
      padding-top: 4px; }
    .section-9-whatSay .collage-wrapper .item-4 {
      max-width: 351px;
      position: absolute;
      top: 200px;
      left: -110px; }
    .section-9-whatSay .collage-wrapper .item-7 {
      max-width: 520px; }
    .section-9-whatSay .collage-wrapper .item-8 {
      float: right; }
    .section-9-whatSay .collage-wrapper .collage-item-1 {
      height: 186px; }
    .section-9-whatSay .collage-wrapper .collage-item-2 {
      width: 380px;
      margin-top: 30px;
      height: 380px; }
    .section-9-whatSay .collage-wrapper .collage-item-3:before {
      top: 4px;
      bottom: 24px; }
    .section-9-whatSay .collage-wrapper .collage-item-4:before {
      bottom: 24px; }
    .section-9-whatSay .collage-wrapper .collage-item-5:before {
      bottom: 24px; }
    .section-9-whatSay .collage-wrapper .collage-item-6:before {
      bottom: 24px; }
    .section-9-whatSay .collage-wrapper .collage-item-7:before {
      bottom: 24px; }
    .section-9-whatSay .collage-wrapper .collage-item-8 {
      margin-top: -60px;
      max-width: 280px;
      width: 280px;
      left: -60px; }
      .section-9-whatSay .collage-wrapper .collage-item-8:before {
        bottom: 20px; }
    .section-9-whatSay .collage-wrapper .collage-item-9 {
      margin-top: -60px; }
      .section-9-whatSay .collage-wrapper .collage-item-9:before {
        bottom: 24px; }
    .section-9-whatSay .collage-wrapper .collage-item-10:before {
      bottom: 24px; }
  .section-9-whatSay .collage-wrapper-xs {
    margin-top: 60px; }
    .section-9-whatSay .collage-wrapper-xs .gallery-item {
      display: block;
      position: relative;
      cursor: pointer !important; }
      .section-9-whatSay .collage-wrapper-xs .gallery-item img {
        display: block;
        position: relative;
        z-index: 1; }
      .section-9-whatSay .collage-wrapper-xs .gallery-item::before {
        -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(0, 0, 0, 0.35);
        opacity: 0;
        z-index: 2; }
      .section-9-whatSay .collage-wrapper-xs .gallery-item::after {
        -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; }
      .section-9-whatSay .collage-wrapper-xs .gallery-item:hover::before, .section-9-whatSay .collage-wrapper-xs .gallery-item:active::before {
        opacity: 1; }
      .section-9-whatSay .collage-wrapper-xs .gallery-item:hover::after, .section-9-whatSay .collage-wrapper-xs .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; }
    .section-9-whatSay .collage-wrapper-xs .item-01 img {
      max-width: 58px; }
    .section-9-whatSay .collage-wrapper-xs .item-02 {
      height: 70px;
      margin-top: 11px; }
      .section-9-whatSay .collage-wrapper-xs .item-02 img {
        margin-left: -10px;
        max-width: 157px; }
    .section-9-whatSay .collage-wrapper-xs .item-03 {
      margin-top: 2px;
      margin-left: -2px; }
    .section-9-whatSay .collage-wrapper-xs .item-04 {
      height: 89px;
      position: relative;
      left: -2px;
      top: -2px; }
      .section-9-whatSay .collage-wrapper-xs .item-04 img {
        max-width: 137px; }
    .section-9-whatSay .collage-wrapper-xs .item-05 {
      margin-left: -2px;
      margin-top: 2px; }
    .section-9-whatSay .collage-wrapper-xs .item-06 {
      position: relative;
      left: 34px;
      top: 5px; }
    .section-9-whatSay .collage-wrapper-xs .item-07 {
      position: relative;
      top: 3px;
      left: 13px; }
      .section-9-whatSay .collage-wrapper-xs .item-07 img {
        max-width: 215px; }
    .section-9-whatSay .collage-wrapper-xs .item-08 {
      position: relative;
      top: -17px;
      left: 10px; }
    .section-9-whatSay .collage-wrapper-xs .item-09 {
      position: relative;
      left: -10px;
      top: -17px; }
      .section-9-whatSay .collage-wrapper-xs .item-09 img {
        max-width: 91px; }
    .section-9-whatSay .collage-wrapper-xs .item-10 {
      position: relative;
      left: -13px;
      top: 5px; }

.section-11-backward {
  padding: 110px 0 100px;
  height: 370px;
  text-align: center; }
  @media all and (max-width: 500px) {
    .section-11-backward {
      padding: 35px 0 100px;
      height: 440px; } }
  .section-11-backward h2 {
    font-family: big_softiefat;
    font-size: 36px;
    line-height: 76px; }
  .section-11-backward p, .section-11-backward ul.marked {
    font-size: 18px;
    line-height: 30px; }
  .section-11-backward:after {
    background: url(../images/transition/curve11-geo.png) no-repeat center center transparent;
    height: 202px;
    margin-top: -250px;
    position: absolute !important;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    content: "";
    z-index: 2;
    background-size: 100% auto; }

.item-1 .svg-image:before {
  top: 0px !important; }

.item-2 .svg-image:before {
  top: -4px !important; }

.item-3 .svg-image:before {
  top: -4px !important;
  left: -1px !important; }

.item-4 .svg-image:before {
  top: -2px !important;
  left: -5px !important; }

.item-7 .svg-image:before {
  left: -7px !important;
  top: 6px !important; }

.item-8 .svg-image:before {
  top: 8px !important; }

.item-9 .svg-image:before {
  top: 7px !important; }

.item-10 .svg-image:before {
  top: -9px !important;
  left: 6px !important; }

.item-11 .svg-image:before {
  top: -10px !important; }

.item-16 .svg-image:before {
  top: 10px !important; }

.item-17 .svg-image:before {
  top: 10px !important;
  left: -1px !important; }

.item-18 .svg-image:before {
  top: 10px !important; }

.item-19 .svg-image:before {
  left: -1px !important; }

.section-x {
  background: url("../images/") no-repeat 50% 50% transparent;
  padding: 0px 0 0px; }
  .section-x h2 {
    margin-bottom: 0px; }

.section-map:before, .section-map:after {
  height: 150px;
  position: absolute !important;
  content: "";
  z-index: 2;
  left: 0;
  right: 0;
  background-size: 100% auto;
  pointer-events: none; }
.section-map:before {
  top: -5px;
  background: url("../images/background/sec-map/before.png") no-repeat 50% 50% transparent;
  background-position-y: top; }
.section-map:after {
  bottom: -5px;
  background: url("../images/background/sec-map/after.png") no-repeat 50% 50% transparent;
  background-position-y: bottom; }

.gmnoprint,
.gm-style-cc {
  bottom: 130px !important; }
  @media all and (max-width: 500px) {
    .gmnoprint,
    .gm-style-cc {
      bottom: 145px !important; } }

.map-holder {
  height: 850px; }

.collage-item {
  display: block;
  position: relative;
  cursor: pointer;
  top: -46px;
  overflow: hidden; }
  .collage-item:hover::before {
    opacity: 1; }
  .collage-item:hover::after {
    opacity: 1;
    transform: scale(1); }
  .collage-item::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    background: rgba(118, 179, 227, 0.7);
    opacity: 0;
    z-index: 2;
    -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; }
  .collage-item::after {
    background: url(../images/backup/icon-zoom.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: scale(5);
    content: " ";
    opacity: 0;
    z-index: 3;
    -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; }

.datapicker {
  height: 600px; }
  .datapicker .event-date {
    background-color: #b6b6b6; }

.section-inner {
  margin-top: 218px; }
  .section-inner h2 {
    font-size: 60px;
    font-weight: 700;
    font-family: big_softiefat;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1; }
  .section-inner .inner__service {
    margin-bottom: 40px; }

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

.section-form {
  background: no-repeat 50% 50% transparent; }
  .section-form .btn-holder {
    margin-top: 23px; }
    @media all and (max-width: 500px) {
      .section-form .btn-holder {
        margin-top: -29px; } }
  .section-form .btn {
    width: 293px; }

.form-agree-check {
  font: 12px/15px "PT Sans";
  margin-top: 30px; }
  .form-agree-check .jq-checkbox, .form-agree-check .jq-radio {
    top: 1px; }

.form-1 {
  background-image: url(../images/background/prkm.png);
  background-size: cover;
  padding: 210px 0 200px;
  height: 926px;
  z-index: 2;
  margin-top: -90px; }
  @media all and (max-width: 500px) {
    .form-1 {
      padding: 110px 0 200px;
      height: 1050px; } }
  .form-1 h2 {
    margin: 100px auto 40px auto;
    font-family: "big_softiefat";
    color: #fff;
    font-size: 36px;
    line-height: 42px; }
  .form-1 .calendar {
    position: relative;
    top: -62px;
    left: 106px;
    width: 40px;
    pointer-events: none; }
    @media all and (max-width: 500px) {
      .form-1 .calendar {
        top: -72px; } }
  .form-1 .calendar-holder .record-date {
    width: 100%;
    border: none !important;
    padding: 22px 38px;
    height: 70px;
    border-radius: 35px; }
  .form-1 .btn {
    font-weight: 700;
    text-transform: uppercase; }

.form-2 {
  background-image: url(../images/background/sec-2-2.jpg);
  background-size: cover;
  padding: 200px 0 200px;
  height: 926px;
  z-index: 2;
  margin-top: -140px; }
  @media all and (max-width: 500px) {
    .form-2 {
      padding: 124px 0 200px;
      height: 1020px; } }
  .form-2 h2 {
    margin: 100px auto 11px auto;
    font-family: "big_softiefat";
    color: #fff;
    font-size: 36px;
    line-height: 42px; }
  .form-2 p, .form-2 ul.marked {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 48px;
    display: block; }
    @media all and (max-width: 500px) {
      .form-2 p, .form-2 ul.marked {
        font-size: 18px;
        margin-bottom: 22px; } }
  .form-2 .btn {
    font-weight: 700;
    text-transform: uppercase; }
  .form-2 .jq-selectbox__select {
    height: 70px;
    border-radius: 35px;
    padding: 19px;
    font-weight: 500;
    font-size: 18px;
    font-family: opensans; }
  @media all and (max-width: 500px) {
    .form-2 input {
      margin-bottom: 10px !important; } }
  @media all and (max-width: 500px) {
    .form-2 .record-Procedure {
      margin-bottom: 10px; } }
  .form-2 .btn-holder {
    margin-top: 0 !important; }
  .form-2 .jq-selectbox__dropdown {
    font-family: opensans;
    font-weight: 500;
    font-size: 18px;
    margin-top: -30px;
    border-radius: 0 0 35px 35px;
    width: 100%; }
    .form-2 .jq-selectbox__dropdown ul {
      margin-top: 30px;
      border-radius: 0 0 35px 35px; }
      .form-2 .jq-selectbox__dropdown ul li:hover, .form-2 .jq-selectbox__dropdown ul li.selected {
        background-color: #eebc30 !important; }

.form-x {
  background-image: url("../images/formX-bg.jpg");
  padding: 0px 0 0px; }
  .form-x h2 {
    margin-bottom: 0px; }

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

