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

/* 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, h2, .modal-form-title, .si-success-modal-title {
  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: 'intro';
  src: url("../fonts/intro-black-caps-webfont.woff2") format("woff2"), url("../fonts/intro-black-caps-webfont.woff") format("woff"), url("../fonts/intro-black-caps-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ristretto';
  src: url("../fonts/mint_type_-_ristrettoslabpro-regular-webfont.woff2") format("woff2"), url("../fonts/mint_type_-_ristrettoslabpro-regular-webfont.woff") format("woff"), url("../fonts/mint_type_-_ristrettoslabpro-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype"), url("../fonts/CenturyGothic.svg#CenturyGothic") format("svg");
  font-weight: normal;
  font-style: normal; }
@media all and (max-width: 640px) {
  .hidden-xs {
    display: none !important; } }

.visible-xs {
  display: none !important; }
  @media all and (max-width: 640px) {
    .visible-xs {
      display: block !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-100{
  width: 100%;
}
.col-1-2 {
  width: 50%; }
.col-1-2-8 {
      width: 80%;
    padding-left: 20%; }

.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-5-6 {
  width: 82.33%; }
.col-5-100 {
  width: 100%; }
.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: 1280px) {
  .row-sm-2 [class*="col-"]:nth-child(n) {
    clear: none !important; }
  .row-sm-2 [class*="col-"]:nth-child(2n+1) {
    clear: left !important; }

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

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

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

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

  .col-sm-3-8 {
    width: 37.5%; }

  .col-sm-5-8 {
    width: 62.5%; }

  .col-sm-5-6 {
    width: 83.34%; }

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

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

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

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

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

  .col-sm-offset-1-6-right {
    margin-right: 16.66%; } }
@media all and (max-width: 640px) {
  .row-xs-2 [class*="col-"]:nth-child(n) {
    clear: none !important; }
  .row-xs-2 [class*="col-"]:nth-child(2n+1) {
    clear: left !important; }

  .col-xs-1 {
    padding-left: 0% !important;
    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-3-8 {
    width: 37.5%; }

  .col-xs-5-8 {
    width: 62.5%; }

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

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

  .col-xs-offset-1-6-right {
    margin-right: 16.66%; } }
@-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"] .item-category::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"] .item-category::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 #cca870, 0 0 12px 14px #cca870; }
  to {
    box-shadow: 0 0 18px 6px rgba(204, 168, 112, 0), 0 0 4px 71px rgba(204, 168, 112, 0); } }
@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #cca870, 0 0 12px 14px #cca870; }
  to {
    box-shadow: 0 0 18px 6px rgba(204, 168, 112, 0), 0 0 4px 71px rgba(204, 168, 112, 0); } }
@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #cca870, 0 0 12px 14px #cca870; }
  to {
    box-shadow: 0 0 18px 6px rgba(204, 168, 112, 0), 0 0 4px 71px rgba(204, 168, 112, 0); } }
@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #cca870, 0 0 12px 14px #cca870; }
  to {
    box-shadow: 0 0 18px 6px rgba(204, 168, 112, 0), 0 0 4px 71px rgba(204, 168, 112, 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 #cca870;
    box-shadow: 0 0 0 3px #cca870; } }
@-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 #cca870;
    box-shadow: 0 0 0 3px #cca870; } }
@-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 #cca870;
    box-shadow: 0 0 0 3px #cca870; } }
@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 #cca870;
    box-shadow: 0 0 0 3px #cca870; } }
.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 #cca870;
    box-shadow: 0 0 0 3px #cca870; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #cca870; } }
@-moz-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #cca870;
    box-shadow: 0 0 0 3px #cca870; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #cca870; } }
@-ms-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #cca870;
    box-shadow: 0 0 0 3px #cca870; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #cca870; } }
@keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #cca870;
    box-shadow: 0 0 0 3px #cca870; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #cca870; } }
.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"] .item-category::after,
.hover-shake:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] img, .item-step:hover .wrapper-svg {
  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"] .item-category::after,
.hover-buzz-out:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-buzz-out:hover [class*="-image"] img, .item-success:hover .wrapper-item-image, .item-task:hover .wrapper-svg {
  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"] .item-category::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"] .item-category::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"] .item-category::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 {
  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 {
  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: 400 16px/24px 'CenturyGothic', sans-serif;
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  min-height: 100% !important;
  position: relative;
  overflow-x: auto !important; }
  @media all and (max-width: 640px) {
    html {
      min-width: 640px !important; } }

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

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

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

h1, h2, .modal-form-title, .si-success-modal-title {
  margin: 0;
  font: 400 44px/1 'ristretto', sans-serif;
  color: #cca870;
  background: url("../images/item-h1.png") no-repeat 50% 0%;
  padding-top: 46px;
  text-transform: uppercase;
  letter-spacing: 13px; }
  h1 span, h2 span, .modal-form-title span, .si-success-modal-title span {
    font: 400 48px/1 'intro', sans-serif;
    display: block;
    color: #fff;
    letter-spacing: 0; }
.section-step h2{
   background: url("../images/item-h1.png") no-repeat 50% 100%;
}
h2, .modal-form-title, .si-success-modal-title {
  background: url("../images/item-h2.png") no-repeat 50% 100%;
  padding: 0 0 46px;
  margin: 0; }
  h2.light-item, .light-item.modal-form-title, .light-item.si-success-modal-title {
    background: url("../images/item-h1.png") no-repeat 50% 100%; }

h3 {
  margin: 0;
  font: 400 36px/1 'intro', sans-serif; }

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: #00a1dd;
  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: #bbb;
    border-color: #bbb; }
  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: #cca870;
    border-color: #cca870; }
  .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: #00a1dd !important;
    border-color: #00a1dd !important; }
  a.accent, .accent.underline, .accent.dashed, .accent.dotted {
    color: #cca870;
    border-color: #cca870; }
    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: #00a1dd;
      border-color: #00a1dd; }

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

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

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

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: 10px;
    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-prev .icon, .swiper-button-next .icon, .swiper-button-prev .si-close, .swiper-button-next .si-close, .swiper-button-prev .si-close-popup, .swiper-button-next .si-close-popup, .swiper-button-prev .item-category::after, .swiper-button-next .item-category::after,
  .swiper-button-prev .svg-icon,
  .swiper-button-next .svg-icon {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.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: #cca870;
    width: 8px;
    height: 8px;
    opacity: 1 !important;
    margin: 0 0px; }
    .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: #bbb; }

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

.accent {
  color: #cca870; }

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

.accent-text {
  background: #cca870; }

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

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

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

.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: #cca870;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transition-duration: .5s; }

.a-loader {
  display: inline-block;
  width: 120px;
  height: 120px;
  position: relative;
  animation: scale-loader 2s linear infinite; }

@keyframes scale-loader {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.1); }
  50% {
    transform: scale(1.2); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.loader-text {
  margin-top: 16px; }
  .loader-text::after {
    content: "...";
    position: absolute; }

@-webkit-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }
@-moz-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }
@-ms-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }
@keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }
::-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, .item-step:hover input.wrapper-svg::-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, .item-step:hover textarea.wrapper-svg::-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.item-category:-moz-placeholder::after,
.hover-shake:hover [class*="-image"] input.svg-icon:-moz-placeholder:not([class*="border-"]), .item-step:hover input.wrapper-svg:-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.item-category:-moz-placeholder::after,
.hover-shake:hover [class*="-image"] textarea.svg-icon:-moz-placeholder:not([class*="border-"]), .item-step:hover textarea.wrapper-svg:-moz-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, .item-step:hover input.wrapper-svg::-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, .item-step:hover textarea.wrapper-svg::-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.item-category:-ms-input-placeholder::after,
.hover-shake:hover [class*="-image"] input.svg-icon:-ms-input-placeholder:not([class*="border-"]), .item-step:hover input.wrapper-svg:-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.item-category:-ms-input-placeholder::after,
.hover-shake:hover [class*="-image"] textarea.svg-icon:-ms-input-placeholder:not([class*="border-"]), .item-step:hover textarea.wrapper-svg:-ms-input-placeholder {
  color: #cb0707; }
input.si-error.placeholder, .hover-shake:hover [class*="-image"] input.placeholder.icon, .hover-shake:hover [class*="-image"] input.placeholder.si-close, .hover-shake:hover [class*="-image"] input.placeholder.si-close-popup, .hover-shake:hover [class*="-image"] input.placeholder.item-category::after,
.hover-shake:hover [class*="-image"] input.placeholder.svg-icon:not([class*="border-"]), .item-step:hover input.placeholder.wrapper-svg, textarea.si-error.placeholder, .hover-shake:hover [class*="-image"] textarea.placeholder.icon, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close-popup, .hover-shake:hover [class*="-image"] textarea.placeholder.item-category::after,
.hover-shake:hover [class*="-image"] textarea.placeholder.svg-icon:not([class*="border-"]), .item-step:hover textarea.placeholder.wrapper-svg {
  color: #cb0707; }

input[type=text].si-error, .hover-shake:hover [class*="-image"] input[type=text].icon, .hover-shake:hover [class*="-image"] input.icon[type=email], .hover-shake:hover [class*="-image"] input[type=email].si-close, .hover-shake:hover [class*="-image"] input[type=email].si-close-popup, .hover-shake:hover [class*="-image"] input[type=email].item-category::after,
.hover-shake:hover [class*="-image"] input.icon[type=tel],
.hover-shake:hover [class*="-image"] input[type=tel].si-close,
.hover-shake:hover [class*="-image"] input[type=tel].si-close-popup,
.hover-shake:hover [class*="-image"] input[type=tel].item-category::after, .hover-shake:hover [class*="-image"] textarea.icon, .hover-shake:hover [class*="-image"] textarea.si-close, .hover-shake:hover [class*="-image"] textarea.si-close-popup, .hover-shake:hover [class*="-image"] textarea.item-category::after, .hover-shake:hover [class*="-image"] input[type=text].si-close, .hover-shake:hover [class*="-image"] input[type=text].si-close-popup, .hover-shake:hover [class*="-image"] input[type=text].item-category::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], .item-step:hover input[type=email].wrapper-svg,
input.si-error[type=tel],
.item-step:hover input[type=tel].wrapper-svg, textarea.si-error, .item-step:hover textarea.wrapper-svg, .item-step:hover input[type=text].wrapper-svg {
  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: 1px solid transparent;
  border-radius: 6px;
  padding: 22px 18px;
  margin-bottom: 20px;
  font: 400 18px/1 'CenturyGothic', sans-serif; }

textarea {
  resize: none !important;
  height: auto;
  padding: 22px 18px;
  background: #f4eee6; }

.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: 46px;
  position: relative !important; }

.jq-checkbox, .jq-radio {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 2px solid #cca870 !important;
  border-radius: 3px;
  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: 12px !important;
  height: 7px !important;
  border-radius: 1px !important;
  background: url("../images/check.png") no-repeat 50% 50% transparent !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: #bbb !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; }

.btn-holder {
  position: relative;
  z-index: 1; }
.btn-holder-y{
  transform: translateY(-40px) !important;
}
.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;
  font: 700 16px/1 'CenturyGothic', sans-serif;
  color: #fff !important;
  background: #cca870;
  padding: 32px 0;
  border-radius: 5px;
  box-shadow: 0 15px 30px 0 rgba(15, 13, 11, 0.5);
  text-transform: uppercase; }
  .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: #ad813e; }
  .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.btn-heading {
    width: 360px; }
  .btn.btn-step {
    width: 195px;
    font: 700 14px/1 'CenturyGothic', sans-serif !important;
    box-shadow: none;
    padding: 24px 0; }
  .btn.btn-quest {
    width: 250px;
    margin-top: 60px; }

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

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

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

.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, .item-category::after {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.icon-zoom, .item-category::after {
  width: 58px;
  height: 58px;
  background: url("../images/icon-zoom.png") no-repeat 50% 50% #cca870;
  border-radius: 50%; }
  .icon-zoom::after, .item-category::after {
    top: -27%; }

.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/icon-zoom.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: #cca870; }

.number-1 {
  width: 72px;
  height: 50px; }
  .number-1 .st0 {
    fill: #cca870; }

.number-2 {
  width: 72px;
  height: 50px; }
  .number-2 .st0 {
    fill: #cca870; }

.number-3 {
  width: 72px;
  height: 50px; }
  .number-3 .st0 {
    fill: #cca870; }

.number-4 {
  width: 72px;
  height: 50px; }
  .number-4 .st0 {
    fill: #cca870; }

.form {
  width: 113px;
  height: 135px; }
  .form .cls-1 {
    fill: #e5ded2;
    fill-rule: evenodd; }

.food {
  width: 214px;
  height: 115px; }
  .food .cls-1 {
    fill: #e5ded2;
    fill-rule: evenodd; }

.photo {
  width: 126px;
  height: 97px; }
  .photo .cls-1 {
    fill: #e5ded2;
    fill-rule: evenodd; }

.idea {
  width: 159px;
  height: 186px; }
  .idea .cls-1 {
    fill: #e5ded2;
    fill-rule: evenodd; }

.learn {
  width: 135px;
  height: 130px; }
  .learn .cls-1 {
    fill: #fff;
    fill-rule: evenodd; }

.people {
  width: 133px;
  height: 131px; }
  .people .cls-1 {
    fill: #fff;
    fill-rule: evenodd; }

.blank {
  width: 127px;
  height: 131px; }
  .blank .cls-1 {
    fill: #fff;
    fill-rule: evenodd; }

.support {
  width: 135px;
  height: 136px; }
  .support .cls-1 {
    fill: #fff;
    fill-rule: evenodd; }

.hand {
  width: 142px;
  height: 139px; }
  .hand .cls-1 {
    fill: #fff;
    fill-rule: evenodd; }

.number-1-min, .number-2-min, .number-3-min, .number-4-min, .number-5-min, .number-6-min, .number-7-min, .number-8-min, .number-9-min, .number-10-min {
  width: 48px;
  height: 32px; }
  .number-1-min .st0, .number-2-min .st0, .number-3-min .st0, .number-4-min .st0, .number-5-min .st0, .number-6-min .st0, .number-7-min .st0, .number-8-min .st0, .number-9-min .st0, .number-10-min .st0 {
    fill: #cca870; }

.layout-header {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 50;
  padding-top: 50px; }
  @media all and (max-width: 640px) {
    .layout-header {
      text-align: center; } }
  .layout-header .si-phone {
    padding-top: 0px; }

.logo {
  display: inline-block;
  margin-left: 50px; }
  @media all and (max-width: 640px) {
    .logo {
      float: none;
      margin: 96px 0px 0px; }
      .layout-header .si-phone {
    padding-top: 70px; } }
  .logo img {
    display: block; }
  .logo span {
    background: #cca870;
    font: 400 12px/1 'intro', sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 4px 2px;
    margin-top: 6px; 
  text-align: center;}

.si-phone {
  display: inline-block;
  position: relative;
  bottom: 72px;
  right: 44px;
  z-index: 999; }
  @media all and (max-width: 640px) {
    .si-phone {
      float: none;
      padding-top: 70px;
      bottom: 188px;
      right: 0; } }
  .si-phone .phone-link {
    display: block;
    margin-bottom: 4px;
    font: 700 18px/1 'CenturyGothic', sans-serif;
    color: #fff;
    background: url("../images/phone-icon.png") no-repeat 0% 50%;
    padding-left: 25px; }
    @media all and (max-width: 640px) {
      .si-phone .phone-link {
        font: 700 45px/1 'CenturyGothic', sans-serif; } }
    .si-phone .phone-link:hover span {
      color: #fff; }
    .si-phone .phone-link span {
      -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: #c4c4c4;
      font: 400 18px/1 'CenturyGothic', sans-serif; }
      @media all and (max-width: 640px) {
        .si-phone .phone-link span {
          font: 400 24px/1 'CenturyGothic', sans-serif; } }
  .si-phone a:first-child, .si-phone .underline:first-child, .si-phone .dashed:first-child, .si-phone .dotted:first-child {
    border-bottom: none; }
    .si-phone a:first-child:hover, .si-phone .underline:first-child:hover, .si-phone .dashed:first-child:hover, .si-phone .dotted:first-child:hover {
      border-bottom: none; }
  .si-phone a, .si-phone .underline, .si-phone .dashed, .si-phone .dotted {
    font: 400 13px/1 'CenturyGothic', sans-serif;
    color: #cca870;
    border-bottom: 1px solid #cca870; }
    .si-phone a:hover, .si-phone .underline:hover, .si-phone .dashed:hover, .si-phone .dotted:hover {
      border-bottom: 1px solid transparent; }

.global-nav {
  margin: 0;
  padding: 22px 0 0 0; }
  .global-nav li {
    list-style-type: none;
    display: inline-block;
    margin-left: 23px; }
    @media all and (max-width: 1280px) {
      .global-nav li {
        margin-left: 23px; } }
  .global-nav a, .global-nav .underline, .global-nav .dashed, .global-nav .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;
    font: 700 14px/1 'CenturyGothic', sans-serif;
    color: #fff;
    border-bottom: 1px solid transparent; }
    .global-nav a:hover, .global-nav .underline:hover, .global-nav .dashed:hover, .global-nav .dotted:hover {
      color: #cca870;
      border-bottom: 1px solid #cca870; }

.footer {
  background: fixed url("../images/footer-bg.jpg") no-repeat 50% 50%;
  background-size: cover; }
  @media all and (max-width: 640px) {
    .footer {
      background: fixed url("../images/footer-bg-mob.jpg") no-repeat 50% 50%;
      background-size: cover; } }

.footer-border {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 70px; }

.layout-footer {
  padding: 0px 0 110px;
  color: #fff; }
  @media all and (max-width: 640px) {
    .layout-footer .wrapper-logo {
      text-align: center; } }
  .layout-footer .si-phone {
    padding-top: 0px;
    bottom: 0;
    right: 0;
    display: block; }
    @media all and (max-width: 640px) {
      .layout-footer .si-phone {
        bottom: -10px; } }
    @media all and (max-width: 640px) {
      .layout-footer .si-phone .phone-link {
        font: 700 24px/1 'CenturyGothic', sans-serif; } }
    .layout-footer .si-phone a, .layout-footer .si-phone .underline, .layout-footer .si-phone .dashed, .layout-footer .si-phone .dotted {
      display: inline-block; }
      @media all and (max-width: 640px) {
        .layout-footer .si-phone a, .layout-footer .si-phone .underline, .layout-footer .si-phone .dashed, .layout-footer .si-phone .dotted {
          font: 400 18px/1 'CenturyGothic', sans-serif; } }
    .layout-footer .si-phone .mail-link {
      margin-top: 18px; }
  .layout-footer .description-logo {
    display: inline-block;
    width: 60%;
    vertical-align: top; }
    .layout-footer .description-logo .accent-text {
      background: #cca870;
      font: 700 16px/20px 'CenturyGothic', sans-serif;
      margin-bottom: 0;
      color: #fff; }
  .layout-footer .signatures-logo {
    display: inline-block;
    font: 400 14px/1 'CenturyGothic', sans-serif; }
  .layout-footer .logo {
    margin: 0 10px 4px 0; }
  .layout-footer .address {
    font: 400 16px/1 'CenturyGothic', sans-serif;
    padding: 14px 0 0 35px;
    margin-top: 24px;
    background: url("../images/pin.png") no-repeat 0% 50%; }
    @media all and (max-width: 640px) {
      .layout-footer .address {
        margin: 12px 0 30px; } }
    .layout-footer .address span {
      position: relative;
      bottom: 6px; }

.social-block {
  margin-top: 12px; }
  .social-block .social {
    margin: 0;
    padding: 0; }
    .social-block .social li {
      list-style-type: none;
      display: inline-block;
      margin: 0 4px;
      width: 34px;
      height: 34px;
      background: url("../images/social-sprite.png") no-repeat; }
      @media all and (max-width: 640px) {
        .social-block .social li {
          width: 60px;
          height: 60px;
          margin: 0 12px;
          background: url("../images/social-sprite-mob.png") no-repeat; } }
      .social-block .social li:nth-child(1) {
        background-position: -37px 0; }
      .social-block .social li:nth-child(2) {
        background-position: 0px 0; }
        @media all and (max-width: 640px) {
          .social-block .social li:nth-child(2) {
            background-position: 0px 0; } }
      .social-block .social li:nth-child(3) {
        background-position: -73px 0; }
        @media all and (max-width: 640px) {
          .social-block .social li:nth-child(1) {
        background-position: -60px 0; }
          .social-block .social li:nth-child(3) {
            background-position: -120px 0; } }
    .social-block .social a, .social-block .social .underline, .social-block .social .dashed, .social-block .social .dotted {
      width: 34px;
      height: 34px;
      display: inline-block; }

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

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

.copyright {
  margin-top: 0px; }

html.si-lock {
  overflow: hidden !important; }
html.si-lock2 {
  height: 100% !important;
  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: 30px;
  right: 30px; }

.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: 100px 120px 110px;
  width: 945px;
  margin: 50px auto; }
  @media all and (max-width: 640px) {
    .si-modal, .si-success-modal {
      width: 100%;
      height: 100%;
      margin: 0 auto;
      padding: 100px 35px 110px; } }
  .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 {
    width: 330px;
    padding: 26px 0;
    margin-top: 6px;
    box-shadow: none; }
    @media all and (max-width: 640px) {
      .si-modal .btn, .si-success-modal .btn {
        margin-top: 0; } }
  .si-modal input, .si-success-modal input {
    background: #f4eee6; }

.modal-form-title, .si-success-modal-title {
  margin-bottom: 42px; }
  .modal-form-title .big, .si-success-modal-title .big {
    color: #000; }

.modal-time, .success-time {
  margin-bottom: 24px;
  font: 400 24px/1 'CenturyGothic', sans-serif; }

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

.si-success-modal strong {
  display: block;
  margin: 36px 0 8px; }
.si-success-modal p, .si-success-modal ul.marked {
  font: 400 16px/20px 'CenturyGothic', sans-serif; }

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

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

.section-heading {
  background: fixed url("../images/heading-bg.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 180px 0 330px;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 640px) {
    .section-heading {
      padding: 296px 0 330px; } }
  .section-heading::after {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: url("../images/photograph.png") no-repeat 45% 90%; }
    @media all and (max-width: 640px) {
      .section-heading::after {
        background: url(../images/photograph.png) no-repeat 67% 90%; } }
  .section-heading::before {
    content: '';
    height: 160px;
    width: 104%;
    background: #fff;
    position: absolute;
    bottom: -79px;
    transform: rotate(-4.3deg);
    z-index: 1; }
    @media all and (max-width: 640px){
      .section-heading::before{
            bottom: -61px;
      }
    }
  .section-heading h1, .section-heading h2, .section-heading .modal-form-title, .section-heading .si-success-modal-title {
    margin-bottom: 102px; }

.block-mouse {
  border: 1px solid #cca870;
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  bottom: -90%;
  left: calc(50% - 36px);
  text-align: center;
  padding-top: 18px; }
  .block-mouse::after {
    content: '';
    background: url("../images/rectangle-left.png") no-repeat 50% 50%;
    position: absolute;
    top: 26%;
    left: -13px;
    width: 15px;
    height: 12px; }
  .block-mouse::before {
    content: '';
    background: url("../images/rectangle-right.png") no-repeat 50% 50%;
    position: absolute;
    top: 16.5%;
    right: -11px;
    width: 15px;
    height: 12px; }
  .block-mouse p, .block-mouse ul.marked {
    font: 400 12px/1 'CenturyGothic', sans-serif;
    opacity: .5;
    white-space: nowrap;
    margin-top: 22px;
    position: relative;
    right: 6px; }
@keyframes mouse {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0, 10px); }
  to {
    transform: translate(0, 0px); } }
  .block-mouse img {
    animation: mouse 2s ease-in-out infinite;
    position: relative; }
@media all and (max-width: 640px){
  .block-mouse{
    bottom: -79%;
  }
}
.section-project {
  padding: 68px 0 0px; }
  @media all and (max-width: 1280px) {
    .section-project {
      margin-top: -1px;
      background: #fff; } }
  @media all and (max-width: 640px) {
    .section-project {
      padding: 90px 0 24px; } }
  .section-project::after {
    content: '';
    /*height: 180px;*/
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -94px;
    z-index: 1;
    transform: rotate(4.3deg); }
    @media all and (max-width: 640px) {
      .section-project::after {
        width: 105%;
        transform: rotate(14.3deg);
        bottom: -105px; } }
  .section-project h2, .section-project .modal-form-title, .section-project .si-success-modal-title {
    margin-bottom: 80px; }
    .section-project h2 .big, .section-project .modal-form-title .big, .section-project .si-success-modal-title .big {
      color: #000; }

.block-man-image {
  position: relative;
  width: 220px;
  height: 220px; }
  @media all and (max-width: 640px) {
    .block-man-image {
      margin: 0 auto 22px; } }
  .block-man-image img {
    border-radius: 50%;
    background-color: rgba(204, 168, 112, 0.7); }
  .block-man-image::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    left: -8px; }

.review-director {
  font: 400 18px/30px 'CenturyGothic', sans-serif;
  margin: 28px 0 12px; }
@media all and (max-width: 640px) {
  .review-director {
    font: 400 24px/30px 'CenturyGothic', sans-serif;
}
}
.signature {
  position: relative;
  margin-bottom: 132px; }
  @media all and (max-width: 640px) {
    .signature {
      margin-bottom: 94px; } }
  .signature::before {
    content: '';
    width: 382px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 10px;
    left: 0; }
  .signature .name {
    font: 400 19px/1 'intro', sans-serif;
    color: #cca870;
    margin-bottom: 4px; }
  .signature .position {
    font: 400 14px/1 'CenturyGothic', sans-serif;
    opacity: .5; }

.item-success {
  position: relative;
  margin-bottom: 56px; }
  @media all and (max-width: 640px) {
    .item-success {
      margin-bottom: 66px; } }
  .item-success .title-item {
    font: 400 24px/1 'intro', sans-serif;
    margin-bottom: 20px; }
  .item-success .description-item {
    font: 400 16px/24px 'CenturyGothic', sans-serif;
    margin-bottom: 22px; }
    @media all and (max-width: 640px){
      .item-success .description-item {
    font: 400 20px/26px 'CenturyGothic', sans-serif;
    margin-bottom: 22px;
}
    }
  .item-success .wrapper-number {
    position: absolute;
    left: -16px;
    top: -26px;
    z-index: -1; }
  .item-success .wrapper-item-image {
    position: absolute;
    top: -50px;
    left: -100px;
    z-index: -2; }
    .item-success .wrapper-item-image.i-2 {
      top: -45px;
      left: -84px; }
    .item-success .wrapper-item-image.i-3 {
      top: -8px;
      left: -106px; }
    .item-success .wrapper-item-image.i-4 {
      top: -12px;
      left: -92px; }

.section-category {
  background: fixed url("../images/category-bg.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 230px 0 0px;
  z-index: 0; }
  @media all and (max-width: 1500px) {
    .section-category {
      padding: 230px 0 8px; } }
  @media all and (max-width: 640px) {
    .section-category {
      padding: 230px 0 15px; } }
  .section-category h2, .section-category .modal-form-title, .section-category .si-success-modal-title {
    margin-bottom: 66px; }

@media all and (max-width: 640px) {
  .wrapper-item-category {
    padding-left: 0; } }

.item-category {
  display: block;
  position: relative;
  cursor: pointer !important;
  position: relative;
  text-align: center;
  padding-top: 342px;
  width: 31.8%;
  height: 444px;
  display: inline-block;
  margin: 8px 10px;
  color: #fff;
  overflow: hidden; }
  .item-category img {
    display: block;
    position: relative;
    z-index: 1; }
  .item-category::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.7);
    opacity: 0;
    z-index: 2; }
  .item-category::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(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    content: "";
    opacity: 0;
    z-index: 3; }
  .item-category:hover::before, .item-category:active::before {
    opacity: 1; }
  .item-category:hover::after, .item-category: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; }
  @media all and (max-width: 1500px) {
    .item-category {
      width: 48%;
      background-size: cover !important; } }
  @media all and (max-width: 640px) {
    .item-category {
      width: 90.2%;
      margin: 12px 0 12px 30px; } }
  .item-category.i-1 {
    background: url("../images/category/1.jpg") no-repeat 50% 50%; }
  .item-category.i-2 {
    background: url("../images/category/2.jpg") no-repeat 50% 50%; }
  .item-category.i-3 {
    background: url("../images/category/3.jpg") no-repeat 50% 50%; }
  .item-category.i-4 {
    background: url("../images/category/4.jpg") no-repeat 50% 50%; }
  .item-category.i-5 {
    background: url("../images/category/5.jpg") no-repeat 50% 50%; }
  .item-category.i-6 {
    background: url("../images/category/6.jpg") no-repeat 50% 50%; }
  .item-category.i-7 {
    background: url("../images/category/7.jpg") no-repeat 50% 50%; }
  .item-category.i-8 {
    background: url("../images/category/8.jpg") no-repeat 50% 50%; }
  .item-category.i-9 {
    background: url("../images/category/9.jpg") no-repeat 50% 50%; }
  .item-category.i-10 {
    background: url("../images/category/10.jpg") no-repeat 50% 50%; }
  .item-category.i-11 {
    background: url("../images/category/11.jpg") no-repeat 50% 50%; }
  .item-category.i-12 {
    background: url("../images/category/12.jpg") no-repeat 50% 50%; }
  .item-category h3 {
    position: relative;
    z-index: 11; }

.section-team {
  padding: 144px 0 156px; }
  @media all and (max-width: 640px) {
    .section-team {
      padding: 92px 0 105px; } }
  .section-team::after {
    content: '';
    background: url("../images/team-bottom-bg.png") no-repeat 50% 50%;
    position: absolute;
    width: 100%;
    height: 179px;
    bottom: -158px; }
  .section-team h2, .section-team .modal-form-title, .section-team .si-success-modal-title {
    margin-bottom: 68px; }
    .section-team h2 .big, .section-team .modal-form-title .big, .section-team .si-success-modal-title .big {
      color: #000; }

.team-next, .advertising-next, .advertising-prev, .team-prev, .advertising-next, .advertising-prev {
  text-align: center;
  width: 60px;
  height: 60px;
  border: 1px solid #cca870;
  border-radius: 50%;
  top: 95%; }
  @media all and (max-width: 640px){
    .team-next,.team-prev{
      top: 88%;
    }
  }

.team-prev, .advertising-next, .advertising-prev {
  padding: 20px 4px 0 0; }

.team-next, .advertising-next, .advertising-prev {
  padding: 20px 0 0 4px; }

.team-pagination {
  bottom: -75px !important; }
  @media all and (max-width: 640px) {
    .team-pagination {
      bottom: -60px !important; } }
  .team-pagination .swiper-pagination-bullet {
    background: #bebebe !important;
    opacity: .6 !important; }
  .team-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important; }

.wrapper-team-slider .wrapper-team-man {
  display: block;
  position: relative; }
  @media all and (max-width: 640px) {
    .wrapper-team-slider .wrapper-team-man {
      width: 308px;
      margin: 0 auto; } }
  .wrapper-team-slider .wrapper-team-man::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    top: 12px;
    content: '';
    width: calc(100% + 14px);
    height: 98%;
    border: 1px solid #cca870; }
  .wrapper-team-slider .wrapper-team-man img {
    margin: 17px 0 0 10px; }
.wrapper-team-slider .position-man {
  margin-top: 34px;
  font: 400 14px/1 'CenturyGothic', sans-serif;
  text-align: center; }
  .wrapper-team-slider .position-man span {
    display: block;
    font: 700 18px/1 'CenturyGothic', sans-serif;
    margin-bottom: 6px; }
.wrapper-team-slider .wrapper-content-slide {
  margin-left: 76px;
  padding-top: 40px; }
  @media all and (max-width: 640px) {
    .wrapper-team-slider .wrapper-content-slide {
      padding-top: 48px;
      margin-left: 0; } }
.wrapper-team-slider .title-abbility {
  font: 400 24px/1 'intro', sans-serif;
  margin-bottom: 24px; }
  @media all and (max-width: 640px) {
    .wrapper-team-slider .title-abbility {
      text-align: center; } }
.wrapper-team-slider .abbility {
  margin: 0 0 62px 0;
  padding: 0 0 0 24px; }
  @media all and (max-width: 640px) {
    .wrapper-team-slider .abbility {
      margin: 0 0 44px 0;
      padding: 0 0 0 22px; } }
  .wrapper-team-slider .abbility li {
    list-style-type: none;
    position: relative;
    font: 400 16px/24px 'CenturyGothic', sans-serif;
    margin-bottom: 15px; }
    .wrapper-team-slider .abbility li::before {
      content: '';
      width: 5px;
      height: 5px;
      background: #cca870;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: -22px; }
.wrapper-team-slider .block-clients .title-block {
  font: 700 16px/1 'CenturyGothic', sans-serif;
  margin-bottom: 0; }
.wrapper-team-slider .block-clients img {
  margin: 0 14px 14px 0;
  vertical-align: middle; }
  @media all and (max-width: 640px){
    .wrapper-team-slider .block-clients img {
  margin: 40px 40px 15px 85px;
  vertical-align: middle; }
  .wrapper-team-slider .block-clients img.last{
        margin: 40px 40px 15px 220px;
  }
  }

.section-task {
  background: fixed url("../images/task-bg.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 184px 0 112px;
  z-index: 0; }
  .section-task .wrapper-svg{
padding-bottom: 20px;
    text-align:center;}
  @media all and (max-width: 640px) {
    .section-task {
      background: fixed url("../images/task-bg-mob.jpg") no-repeat 50% 50% transparent;
      background-size: cover;
      padding: 184px 0 58px; } }
      .section-task::before {
    content: '';
    background: url(../images/task-bottom-bg.png) no-repeat 50% 50%;
    position: absolute;
    width: 100%;
    height: 230px;
    top: -1px;
}
  .section-task h2, .section-task .modal-form-title, .section-task .si-success-modal-title {
    margin-bottom: 40px; }
    @media all and (max-width: 640px) {
      .section-task h2, .section-task .modal-form-title, .section-task .si-success-modal-title {
        margin-bottom: 44px; } }

.item-task {
  color: #fff;
  margin-bottom: 42px;
  padding-right: 10px;
  margin-top: -60px; }
  @media all and (max-width: 640px) {
    .item-task {
      text-align: center;
      padding: 0 34px 0;
      margin-bottom: 54px; }
    }
    .item-task .wrapper-number{
    position: absolute;
    left: 307px;
    top: 288px;
    z-index: -1;
    }
     @media all and (max-width: 640px){
      .item-task .wrapper-number{
        top: 266px;
    left: 248px;
    }
     }
  .item-task .title-item {
    margin: 20px 0 16px;
    font: 400 24px/1 'intro', sans-serif;
    color: #fff;
    text-align: center; }
  .item-task .description-item {
    text-align: center;
    font: 400 18px/24px 'CenturyGothic', sans-serif;
    letter-spacing: 0.7px; }
    @media all and (max-width: 640px){
      .item-task .description-item{
        padding-top: 0px;
        font: 600 24px/33px 'CenturyGothic', sans-serif;
      }
    }

.section-work {
  padding: 122px 0; }
  @media all and (max-width: 640px) {
    .section-work {
      padding: 98px 0 66px; } }
      .section-work::before {
    content: '';
    background: url(../images/task-bottom-bg.png) no-repeat 50% 50%;
    position: absolute;
    width: 100%;
    height: 230px;
    bottom: -158px;
}
  .section-work h2, .section-work .modal-form-title, .section-work .si-success-modal-title {
    margin-bottom: 60px; }
    @media all and (max-width: 640px) {
      .section-work h2, .section-work .modal-form-title, .section-work .si-success-modal-title {
        margin-bottom: 72px; } }
    .section-work h2 .big, .section-work .modal-form-title .big, .section-work .si-success-modal-title .big {
      color: #000; }

.block-play-video {
  -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: url("../images/play-bg.jpg") no-repeat 50% 50%;
  display: block;
  background-size: 100% 100%;
  height: 640px;
  position: relative;
  margin-bottom: 20px; }
  @media all and (max-width: 640px) {
    .block-play-video {
      height: 315px;
      margin-bottom: 12px; } }
  .block-play-video:hover {
    background-size: 108% 108%; }
    .block-play-video:hover::before {
      background: rgba(0, 0, 0, 0.15); }
    .block-play-video:hover span {
      transform: scale(1.2); }
  .block-play-video::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -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;
    content: '';
    background: rgba(0, 0, 0, 0.3); }
  .block-play-video span {
    -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: url("../images/play.png") no-repeat 54% 50% #cca870;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    top: calc(50% - 50px);
    right: calc(50% - 50px); }

.item-work {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 310px;
  display: block;
  margin-bottom: 20px; }
  @media all and (max-width: 640px) {
    .item-work {
      height: 152px;
      margin-bottom: 12px; } }
  .item-work:hover.i-1, .item-work:hover.i-2, .item-work:hover.i-3, .item-work:hover.i-4 {
    background-size: 108% 108%; }
  .item-work.i-1 {
    background: url("../images/item-work/1.jpg") no-repeat 50% 50%;
    background-size: 100% 100%; }
  .item-work.i-2 {
    background: url("../images/item-work/2.jpg") no-repeat 50% 50%;
    background-size: 100% 100%; }
  .item-work.i-3 {
    background: url("../images/item-work/3.jpg") no-repeat 50% 50%;
    background-size: 100% 100%; }
  .item-work.i-4 {
    background: url("../images/item-work/4.jpg") no-repeat 50% 50%;
    background-size: 100% 100%; }
  .item-work.i-5 {
    background: url("../images/item-work/11.jpg") no-repeat 50% 50%;
    background-size: 100% 100%; }
  .item-work.i-6 {
    background: url("../images/item-work/15.jpg") no-repeat 50% 50%;
    background-size: 100% 100%; }

.section-advertising {
  background: fixed url("../images/task-bg.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 136px 0 100px; }
  @media all and (max-width: 640px) {
    .section-advertising {
      padding: 90px 0 86px; } }
  .section-advertising h2, .section-advertising .modal-form-title, .section-advertising .si-success-modal-title {
    margin-bottom: 38px; }
    @media all and (max-width: 640px) {
      .section-advertising h2, .section-advertising .modal-form-title, .section-advertising .si-success-modal-title {
        margin-bottom: 46px; } }
        .section-advertising::after {
    content: '';
    background: url("../images/team-bottom-bg.png") no-repeat 50% 50%;
    position: absolute;
    width: 100%;
    height: 179px;
    top: -14px; }
    @media all and (max-width: 640px){
      .section-advertising::after {
        background: url("../images/team-bottom-bg-mob.png") no-repeat 50% 50%;
    top: -12px; }
    }
  .section-advertising .block-man-image::before {
    border-color: rgba(204, 168, 112, 0.5); }
  .section-advertising .review-director {
    color: #fff; }
  .section-advertising .signature {
    margin-bottom: 76px; }
    @media all and (max-width: 640px) {
      .section-advertising .signature {
        margin-bottom: 42px; } }
    .section-advertising .signature::before {
      background: rgba(255, 255, 255, 0.1);
      width:100%; }
    .section-advertising .signature .position {
      color: #fff; }

.wrapper-advertising-slider {
  text-align: center; }

.advertising-next, .advertising-prev {
  top: 69%; }

.advertising-prev {
  padding: 20px 0 0 0px; }

.advertising-pagination, .team-pagination {
  bottom: -32px; }
  @media all and (max-width: 640px) {
    .advertising-pagination, .team-pagination {
      bottom: -40px; } }
  .advertising-pagination .swiper-pagination-bullet, .team-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    position: relative; }
    .advertising-pagination .swiper-pagination-bullet::before, .team-pagination .swiper-pagination-bullet::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;
      content: '';
      width: calc(100% + 4px);
      height: calc(100% + 4px);
      position: absolute;
      border: 2px solid transparent;
      border-radius: 50%;
      top: -4px;
      left: -4px; }
  .advertising-pagination .swiper-pagination-bullet-active, .team-pagination .swiper-pagination-bullet-active {
    background: white !important; }
    .advertising-pagination .swiper-pagination-bullet-active::before, .team-pagination .swiper-pagination-bullet-active::before {
      border: 2px solid #cca870; }

.section-step {
  padding: 20px 0;
  background: fixed url(../images/task-bg.jpg) repeat 50% 50% transparent!important; }
  @media all and (max-width: 640px) {
    .section-step {

      padding: 90px 0 164px; } }
   
  .section-step h2, .section-step .modal-form-title, .section-step .si-success-modal-title {
    margin-top: 122px;
    margin-bottom: 94px; }
    .section-step h2 .big, .section-step .modal-form-title .big, .section-step .si-success-modal-title .big {
      color: #fff; }
      .section-step .items{
        padding-top: 50px;
      }
       @media all and (max-width: 640px) {
      .section-step .items{
        padding-top: 0px;
      }
      }
      .section-step .title-item{
        font: 400 24px/1 'intro', sans-serif;
        margin-bottom: 20px;
        color: #cca870;
      }
      .section-step .description-item{
        font: 400 16px/24px 'CenturyGothic', sans-serif;
         margin-bottom: 22px;
         color: #fff;
      }
      .section-step .description-item span{
        color: #cca870;
        font-weight: 600;
      }
      .section-step .description-item a{
        color: #fff;
      }
      .section-step .description-item a:hover{
        color: #cca870;
        font-weight: 600;
      }
      @media (max-width: 640px){
        .section-step h2{
          margin-top: 8px;
        margin-bottom: 0px;
        }
        .section-step .title-item{
        font: 400 29px/1 'intro', sans-serif;
        padding-top: 90px;
      }
      .section-step .description-item {
      font: 400 23px/32px 'CenturyGothic', sans-serif;
      margin-bottom: 22px;
        }
      }

.wrapper-item-step {
   }
  @media all and (max-width: 640px) {
    .wrapper-item-step {
       } }

.item-step {
  padding: 0;
  margin: 0;
  position: relative; }
  @media all and (max-width: 640px) {
    .item-step {
      padding: 0 64px 0 38px;
      margin-bottom: 54px; } }
  .item-step.i-1::after {
    content: '';
    height: 1408px;
    width: 4px;
    background: #cca870;
    position: absolute;
    right: -12px;
    top: 0;
    z-index: -1;
    border-radius: 6px; }
    @media all and (max-width: 640px) {
      .item-step.i-1::after {
        height: 2434px;
        right: 100%; } }
  .item-step.i-2 {
    top: 108px; }
    @media all and (max-width: 640px) {
      .item-step.i-2 {
        top: 0; } }
  .item-step.i-3 {
    top: 52px; }
    @media all and (max-width: 640px) {
      .item-step.i-3 {
        top: 0; } }
  .item-step.i-4 {
    top: 138px; }
    @media all and (max-width: 640px) {
      .item-step.i-4 {
        top: 0; } }
  .item-step.i-5 {
    top: 118px; }
    @media all and (max-width: 640px) {
      .item-step.i-5 {
        top: 0; } }
  .item-step.i-6 {
    top: 232px; }
    @media all and (max-width: 640px) {
      .item-step.i-6 {
        top: 0; } }
  .item-step.i-7 {
    top: 30px; }
    @media all and (max-width: 640px) {
      .item-step.i-7 {
        top: 0; } }
  .item-step.i-8 {
    top: 354px; }
    @media all and (max-width: 640px) {
      .item-step.i-8 {
        top: 0; } }
  .item-step.i-9 {
    top: 176px; }
    @media all and (max-width: 640px) {
      .item-step.i-9 {
        top: 0; } }
  .item-step.i-10 {
    top: 302px; }
    @media all and (max-width: 640px) {
      .item-step.i-10 {
        top: 0; } }
  .item-step .wrapper-svg {
    margin-bottom: 10px; }
  .item-step .line-step {
    margin-bottom: 18px;
    height: 1px;
    width: 445px;
    background: #b2b2b2;
    position: relative; }
    @media all and (max-width: 640px) {
      .item-step .line-step {
        width: 510px; } }
    .item-step .line-step::before {
      content: '';
      position: absolute;
      top: -7px;
      width: 16px;
      height: 16px;
      background: #3f3f3f;
      border-radius: 50%; }
  .item-step.even .line-step {
    right: 80px; }
    @media all and (max-width: 640px) {
      .item-step.even .line-step {
        right: 0; } }
    .item-step.even .line-step::before {
      left: -37px; }
      @media all and (max-width: 640px) {
        .item-step.even .line-step::before {
          left: -47.6px; } }
  .item-step.odd {
    padding-left: 12px; }
    @media all and (max-width: 640px) {
      .item-step.odd {
        padding-left: 38px; } }
    .item-step.odd .line-step::before {
      right: -37px; }
      @media all and (max-width: 640px) {
        .item-step.odd .line-step::before {
          right: 106.2%; } }
  .item-step .title-item {
    font: 400 24px/26px 'intro', sans-serif;
    margin-bottom: 14px; }
  .item-step .description-item {
    font: 400 16px/22px 'CenturyGothic', sans-serif;
    letter-spacing: 0.5px; }

.section-quest {
  padding: 142px 0 80px; }
  @media all and (max-width: 640px) {
    .section-quest {
      padding: 142px 0 64px; } }
  .section-quest h2, .section-quest .modal-form-title, .section-quest .si-success-modal-title {
    margin-bottom: 88px; }
    @media all and (max-width: 640px) {
      .section-quest h2, .section-quest .modal-form-title, .section-quest .si-success-modal-title {
        margin-bottom: 64px; } }

.question-item {
  margin-bottom: 40px; }
  .question-item .question {
    display: inline;
    border-bottom: 2px dashed #cca870;
    font: 400 24px/30px 'intro', sans-serif;
    color: #cca870;
    cursor: pointer; }
  .question-item .answer {
    font: 400 16px/24px 'CenturyGothic', sans-serif;
    padding-top: 18px;
    color: #fff; }

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

.map-holder {
  height: 0px; }

.section-form {
  background: no-repeat 50% 50% transparent; }
  .section-form .btn-holder {
    margin-top: 0px; }
  .section-form .btn {
    width: 300px; }

.form-agree-check {
  font: 400 14px/19px "CenturyGothic", sans-serif;
  width: 68%;
  margin: 30px auto 0; }
  @media all and (max-width: 640px) {
    .form-agree-check {
      width: 100%; } }
  .form-agree-check .jq-checkbox, .form-agree-check .jq-radio {
    top: 1px; }

.form-project {
  padding: 90px 0 86px;
  color: #fff; }
  .form-project h2, .form-project .modal-form-title, .form-project .si-success-modal-title {
    margin-bottom: 58px; }
  .form-project form {
    position: relative;
    padding: 70px 60px 60px; }
    .form-project form::before {
          content: '';
    width: calc(100% - 100px);
    height: 100%;
    position: absolute;
    left: 49px;
    top: 0;
    border: 1px solid #cca870;
    z-index: -1; }
      @media all and (max-width: 640px) {
        .form-project form::before {
          width: 100%;
          left: 0px; } }
    .form-project form .btn {
      width: 330px;
      padding: 26px 0;
      margin-top: 6px; }
      @media all and (max-width: 640px) {
        .form-project form .btn {
          width: 100%;
          margin-top: 0; } }
  .form-project .title-form {
    font: 400 24px/1 'CenturyGothic', sans-serif;
    margin-bottom: 50px; }
.white{
  color: #fff;
}
.socials{padding-top: 10px;
    width: 64px;
    height: 64px;
}
    a.soc{
    	display: inline-block;
    	border: none;
    	margin-right: -12px;
    	margin-top: 5px;
    }
    a.soc:hover{
    	border: none;
    }
    a.viber{background: url(../images/viber.png) no-repeat;}
    a.whatsapp{background: url(../images/whatsapp.png) no-repeat;}
    a.telegram{background: url(../images/telegram.png) no-repeat;}
    a.viber:hover{background: url(../images/viber-h.png) no-repeat;}
    a.whatsapp:hover{background: url(../images/whatsapp-h.png) no-repeat;}
    a.telegram:hover{background: url(../images/telegram-h.png) no-repeat;}
@media all and (max-width: 640px){
a.soc{
width: 64px;
height: 64px;
margin-right:32px;
}
}
/*# sourceMappingURL=style.css.map */
