/*! 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 {
  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: 'Futura';
  src: url("FuturaPTDemi.eot");
  src: url("FuturaPTDemi.eot?#iefix") format("embedded-opentype"), url("FuturaPTDemi.woff2") format("woff2"), url("FuturaPTDemi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("FuturaPTMediumObl.eot");
  src: url("FuturaPTMediumObl.eot?#iefix") format("embedded-opentype"), url("FuturaPTMediumObl.woff2") format("woff2"), url("FuturaPTMediumObl.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("FuturaPTCondMediumObl.eot");
  src: url("FuturaPTCondMediumObl.eot?#iefix") format("embedded-opentype"), url("FuturaPTCondMediumObl.woff2") format("woff2"), url("FuturaPTCondMediumObl.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTLightObl.eot");
  src: url("../fonts/FuturaPTLightObl-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTLightObl.woff2") format("woff2"), url("../fonts/FuturaPTLightObl.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTCondBookObl.eot");
  src: url("../fonts/FuturaPTCondBookObl-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTCondBookObl.woff2") format("woff2"), url("../fonts/FuturaPTCondBookObl.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTCondBook.eot");
  src: url("../fonts/FuturaPTCondBook-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTCondBook.woff2") format("woff2"), url("../fonts/FuturaPTCondBook.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTExtraBoldObl.eot");
  src: url("../fonts/FuturaPTExtraBoldObl-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTExtraBoldObl.woff2") format("woff2"), url("../fonts/FuturaPTExtraBoldObl.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTHeavy.eot");
  src: url("../fonts/FuturaPTHeavy-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTHeavy.woff2") format("woff2"), url("../fonts/FuturaPTHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTDemiObl.eot");
  src: url("../fonts/FuturaPTDemiObl-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTDemiObl.woff2") format("woff2"), url("../fonts/FuturaPTDemiObl.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTCondExtraBold.eot");
  src: url("../fonts/FuturaPTCondExtraBold-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTCondExtraBold.woff2") format("woff2"), url("../fonts/FuturaPTCondExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTBook.eot");
  src: url("../fonts/FuturaPTBook-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTBook.woff2") format("woff2"), url("../fonts/FuturaPTBook.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTCondMedium.eot");
  src: url("../fonts/FuturaPTCondMedium-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTCondMedium.woff2") format("woff2"), url("../fonts/FuturaPTCondMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTCondBoldObl.eot");
  src: url("../fonts/FuturaPTCondBoldObl-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTCondBoldObl.woff2") format("woff2"), url("../fonts/FuturaPTCondBoldObl.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTBoldObl.eot");
  src: url("../fonts/FuturaPTBoldObl-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTBoldObl.woff2") format("woff2"), url("../fonts/FuturaPTBoldObl.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTLight.eot");
  src: url("../fonts/FuturaPTLight-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTLight.woff2") format("woff2"), url("../fonts/FuturaPTLight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTCondBold.eot");
  src: url("../fonts/FuturaPTCondBold-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTCondBold.woff2") format("woff2"), url("../fonts/FuturaPTCondBold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTBold.eot");
  src: url("../fonts/FuturaPTBold-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTBold.woff2") format("woff2"), url("../fonts/FuturaPTBold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTHeavyObl.eot");
  src: url("../fonts/FuturaPTHeavyObl-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTHeavyObl.woff2") format("woff2"), url("../fonts/FuturaPTHeavyObl.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTMedium.eot");
  src: url("../fonts/FuturaPTMedium-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTMedium.woff2") format("woff2"), url("../fonts/FuturaPTMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTBookObl.eot");
  src: url("../fonts/FuturaPTBookObl-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTBookObl.woff2") format("woff2"), url("../fonts/FuturaPTBookObl.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTCondExtraBoldObl.eot");
  src: url("../fonts/FuturaPTCondExtraBoldObl-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTCondExtraBoldObl.woff2") format("woff2"), url("../fonts/FuturaPTCondExtraBoldObl.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/FuturaPTExtraBold.eot");
  src: url("../fonts/FuturaPTExtraBold-1.eot") format("embedded-opentype"), url("../fonts/FuturaPTExtraBold.woff2") format("woff2"), url("../fonts/FuturaPTExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

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

.visible-xs {
  display: none !important; }
  @media all and (max-width: 750px) {
    .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; }

.block-img{
  z-index: -1;
}

.number-icon{
  z-index: 10;
}

[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-1 {
  width: 100%; }

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

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

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

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

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

.col-3-4 {
  width: 75%; }

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

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

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

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

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

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

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

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

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

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

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

@media all and (max-width: 750px) {
  .row.row-xs-2 [class*="col-"]:nth-child(n) {
    clear: none; }
  .row.row-xs-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }
  .col-xs-1 {
    margin-left: 0 !important;
    width: 100%; }
    .col-xs-1.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 10px); }
  .col-xs-5-6 {
    width: 83.33%; }
  .col-xs-4-6 {
    width: 66.66%; }
  .col-xs-1-2 {
    width: 50%; }
  .col-xs-1-3 {
    width: 33.33%; }
  .col-xs-1-4 {
    width: 25.00%; }
  .col-xs-1-6 {
    width: 16.66%; }
  .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-4 {
    margin-left: 25% !important; }
    .col-xs-offset-1-4.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(25% + 10px); }
  .col-xs-offset-1-6 {
    margin-left: 16.66% !important; }
    .col-xs-offset-1-6.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(16.66% + 10px); } }

@-webkit-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating infinite ease-in-out 5s;
  -moz-animation: floating infinite ease-in-out 5s;
  -ms-animation: floating infinite ease-in-out 5s;
  animation: floating infinite ease-in-out 5s; }

@-webkit-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating2 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating2 infinite ease-in-out 5s;
  -moz-animation: floating2 infinite ease-in-out 5s;
  -ms-animation: floating2 infinite ease-in-out 5s;
  animation: floating2 infinite ease-in-out 5s; }

@-webkit-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating3 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating3 infinite ease-in-out 5s;
  -moz-animation: floating3 infinite ease-in-out 5s;
  -ms-animation: floating3 infinite ease-in-out 5s;
  animation: floating3 infinite ease-in-out 5s; }

@-webkit-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating4 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating4 infinite ease-in-out 5s;
  -moz-animation: floating4 infinite ease-in-out 5s;
  -ms-animation: floating4 infinite ease-in-out 5s;
  animation: floating4 infinite ease-in-out 5s; }

@-webkit-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@-moz-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@-ms-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

.si-scale, .hover-scale-1:hover [class*="-image"] .icon, .hover-scale-1:hover [class*="-image"] .si-close, .hover-scale-1:hover [class*="-image"] .product-modal .big-foto::after, .product-modal .hover-scale-1:hover [class*="-image"] .big-foto::after, .hover-scale-1:hover [class*="-image"] .product-modal .small-wrapper .small-foto::after, .product-modal .small-wrapper .hover-scale-1:hover [class*="-image"] .small-foto::after, .hover-scale-1:hover [class*="-image"] .si-close-popup, .hover-scale-1:hover [class*="-image"] .section-gallery .galley-img::after, .section-gallery .hover-scale-1:hover [class*="-image"] .galley-img::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"] .product-modal .big-foto::after, .product-modal .hover-scale-2:hover [class*="-image"] .big-foto::after, .hover-scale-2:hover [class*="-image"] .product-modal .small-wrapper .small-foto::after, .product-modal .small-wrapper .hover-scale-2:hover [class*="-image"] .small-foto::after, .hover-scale-2:hover [class*="-image"] .si-close-popup, .hover-scale-2:hover [class*="-image"] .section-gallery .galley-img::after, .section-gallery .hover-scale-2:hover [class*="-image"] .galley-img::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 #f00, 0 0 12px 14px #f00; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 0, 0, 0), 0 0 4px 71px rgba(255, 0, 0, 0); } }

@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #f00, 0 0 12px 14px #f00; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 0, 0, 0), 0 0 4px 71px rgba(255, 0, 0, 0); } }

@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #f00, 0 0 12px 14px #f00; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 0, 0, 0), 0 0 4px 71px rgba(255, 0, 0, 0); } }

@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #f00, 0 0 12px 14px #f00; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 0, 0, 0), 0 0 4px 71px rgba(255, 0, 0, 0); } }

.si-button-pulse:hover, .btn-ghost:hover {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-button-pulse 0.8s 0s ease-out 1;
  -moz-animation: si-button-pulse 0.8s 0s ease-out 1;
  -ms-animation: si-button-pulse 0.8s 0s ease-out 1;
  animation: si-button-pulse 0.8s 0s ease-out 1;
  box-shadow: none; }

@-webkit-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; } }

@-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 #f00;
    box-shadow: 0 0 0 3px #f00; } }

@-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 #f00;
    box-shadow: 0 0 0 3px #f00; } }

@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 #f00;
    box-shadow: 0 0 0 3px #f00; } }

.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 #f00;
    box-shadow: 0 0 0 3px #f00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #f00; } }

@-moz-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #f00; } }

@-ms-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #f00; } }

@keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #f00; } }

.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"] .product-modal .big-foto::after, .product-modal .hover-shake:hover [class*="-image"] .big-foto::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper .small-foto::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] .small-foto::after, .hover-shake:hover [class*="-image"] .si-close-popup, .hover-shake:hover [class*="-image"] .section-gallery .galley-img::after, .section-gallery .hover-shake:hover [class*="-image"] .galley-img::after,
.hover-shake:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: shake 1 linear 0.8s;
  -moz-animation: shake 1 linear 0.8s;
  -ms-animation: shake 1 linear 0.8s;
  animation: shake 1 linear 0.8s; }

@-webkit-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@-moz-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@-ms-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

.buzz-out, .hover-buzz-out:hover [class*="-image"] .icon, .hover-buzz-out:hover [class*="-image"] .si-close, .hover-buzz-out:hover [class*="-image"] .product-modal .big-foto::after, .product-modal .hover-buzz-out:hover [class*="-image"] .big-foto::after, .hover-buzz-out:hover [class*="-image"] .product-modal .small-wrapper .small-foto::after, .product-modal .small-wrapper .hover-buzz-out:hover [class*="-image"] .small-foto::after, .hover-buzz-out:hover [class*="-image"] .si-close-popup, .hover-buzz-out:hover [class*="-image"] .section-gallery .galley-img::after, .section-gallery .hover-buzz-out:hover [class*="-image"] .galley-img::after,
.hover-buzz-out:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-buzz-out:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: buzz-out 1 linear 1s;
  -moz-animation: buzz-out 1 linear 1s;
  -ms-animation: buzz-out 1 linear 1s;
  animation: buzz-out 1 linear 1s; }

@-webkit-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-moz-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-ms-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.si-rotate, .hover-rotate:hover [class*="-image"] .icon, .hover-rotate:hover [class*="-image"] .si-close, .hover-rotate:hover [class*="-image"] .product-modal .big-foto::after, .product-modal .hover-rotate:hover [class*="-image"] .big-foto::after, .hover-rotate:hover [class*="-image"] .product-modal .small-wrapper .small-foto::after, .product-modal .small-wrapper .hover-rotate:hover [class*="-image"] .small-foto::after, .hover-rotate:hover [class*="-image"] .si-close-popup, .hover-rotate:hover [class*="-image"] .section-gallery .galley-img::after, .section-gallery .hover-rotate:hover [class*="-image"] .galley-img::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"] .product-modal .big-foto::after, .product-modal .hover-scale-3:hover [class*="-image"] .big-foto::after, .hover-scale-3:hover [class*="-image"] .product-modal .small-wrapper .small-foto::after, .product-modal .small-wrapper .hover-scale-3:hover [class*="-image"] .small-foto::after, .hover-scale-3:hover [class*="-image"] .si-close-popup, .hover-scale-3:hover [class*="-image"] .section-gallery .galley-img::after, .section-gallery .hover-scale-3:hover [class*="-image"] .galley-img::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"] .product-modal .big-foto::after, .product-modal .hover-float:hover [class*="-image"] .big-foto::after, .hover-float:hover [class*="-image"] .product-modal .small-wrapper .small-foto::after, .product-modal .small-wrapper .hover-float:hover [class*="-image"] .small-foto::after, .hover-float:hover [class*="-image"] .si-close-popup, .hover-float:hover [class*="-image"] .section-gallery .galley-img::after, .section-gallery .hover-float:hover [class*="-image"] .galley-img::after,
.hover-float:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-float:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: carpet-float 1.6s ease infinite;
  -moz-animation: carpet-float 1.6s ease infinite;
  -ms-animation: carpet-float 1.6s ease infinite;
  animation: carpet-float 1.6s ease infinite; }

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

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

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

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

.btn-ani-shadow {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-ani-shadow 0.3s ease both;
  -moz-animation: btn-ani-shadow 0.3s ease both;
  -ms-animation: btn-ani-shadow 0.3s ease both;
  animation: btn-ani-shadow 0.3s ease both; }

@-webkit-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@-moz-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@-ms-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

.btn-fall, .btn-curtain:hover::after, .btn-curtain:active::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-fall 0.3s ease forwards;
  -moz-animation: btn-fall 0.3s ease forwards;
  -ms-animation: btn-fall 0.3s ease forwards;
  animation: btn-fall 0.3s ease forwards; }

@-webkit-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@-moz-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@-ms-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

.btn-lift, .btn-curtain::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-lift 0.3s ease forwards;
  -moz-animation: btn-lift 0.3s ease forwards;
  -ms-animation: btn-lift 0.3s ease forwards;
  animation: btn-lift 0.3s ease forwards; }

@-webkit-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate-loader, .a-loader.a-loader-1 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-loader 1.5s linear infinite;
  -moz-animation: rotate-loader 1.5s linear infinite;
  -ms-animation: rotate-loader 1.5s linear infinite;
  animation: rotate-loader 1.5s linear infinite; }

@-webkit-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@-moz-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@-ms-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

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

* {
  box-sizing: border-box; }

html {
  background: #fff;
  font: 16px/24px 'Futura';
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  min-height: 100% !important;
  position: relative;
  overflow-x: auto !important; }
  @media all and (max-width: 750px) {
    html {
      min-width: 620px; } }

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

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

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

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  margin: 0; }

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

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

address {
  font-style: normal; }

dl {
  margin: 0;
  padding: 0; }

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

a, .underline, .dashed, .dotted {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #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: #f00;
    border-color: #f00; }
  .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: #f00;
    border-color: #f00; }
    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: -65px;
  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 .product-modal .big-foto::after, .product-modal .swiper-button-prev .big-foto::after, .swiper-button-next .product-modal .big-foto::after, .product-modal .swiper-button-next .big-foto::after, .swiper-button-prev .product-modal .small-wrapper .small-foto::after, .product-modal .small-wrapper .swiper-button-prev .small-foto::after, .swiper-button-next .product-modal .small-wrapper .small-foto::after, .product-modal .small-wrapper .swiper-button-next .small-foto::after, .swiper-button-prev .si-close-popup, .swiper-button-next .si-close-popup, .swiper-button-prev .section-gallery .galley-img::after, .section-gallery .swiper-button-prev .galley-img::after, .swiper-button-next .section-gallery .galley-img::after, .section-gallery .swiper-button-next .galley-img::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: #f00;
    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: #f00; }

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

.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;
  padding-bottom: 200px; }

.spoiler-content-gallery {
  padding-bottom: 0; }

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

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

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

.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, textarea.si-error::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.icon::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup::-webkit-input-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"])::-webkit-input-placeholder {
  color: #cb0707; }

input.si-error:-moz-placeholder, .hover-shake:hover [class*="-image"] input.icon:-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close:-moz-placeholder, .hover-shake:hover [class*="-image"] .product-modal input.big-foto:-moz-placeholder::after, .product-modal .hover-shake:hover [class*="-image"] input.big-foto:-moz-placeholder::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper input.small-foto:-moz-placeholder::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] input.small-foto:-moz-placeholder::after, .hover-shake:hover [class*="-image"] input.si-close-popup:-moz-placeholder, .hover-shake:hover [class*="-image"] .section-gallery input.galley-img:-moz-placeholder::after, .section-gallery .hover-shake:hover [class*="-image"] input.galley-img:-moz-placeholder::after,
.hover-shake:hover [class*="-image"] input.svg-icon:-moz-placeholder:not([class*="border-"]), 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"] .product-modal textarea.big-foto:-moz-placeholder::after, .product-modal .hover-shake:hover [class*="-image"] textarea.big-foto:-moz-placeholder::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper textarea.small-foto:-moz-placeholder::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] textarea.small-foto:-moz-placeholder::after, .hover-shake:hover [class*="-image"] textarea.si-close-popup:-moz-placeholder, .hover-shake:hover [class*="-image"] .section-gallery textarea.galley-img:-moz-placeholder::after, .section-gallery .hover-shake:hover [class*="-image"] textarea.galley-img:-moz-placeholder::after,
.hover-shake:hover [class*="-image"] textarea.svg-icon:-moz-placeholder:not([class*="border-"]) {
  color: #cb0707; }

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

input.si-error:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.icon:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close:-ms-input-placeholder, .hover-shake:hover [class*="-image"] .product-modal input.big-foto:-ms-input-placeholder::after, .product-modal .hover-shake:hover [class*="-image"] input.big-foto:-ms-input-placeholder::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper input.small-foto:-ms-input-placeholder::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] input.small-foto:-ms-input-placeholder::after, .hover-shake:hover [class*="-image"] input.si-close-popup:-ms-input-placeholder, .hover-shake:hover [class*="-image"] .section-gallery input.galley-img:-ms-input-placeholder::after, .section-gallery .hover-shake:hover [class*="-image"] input.galley-img:-ms-input-placeholder::after,
.hover-shake:hover [class*="-image"] input.svg-icon:-ms-input-placeholder:not([class*="border-"]), 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"] .product-modal textarea.big-foto:-ms-input-placeholder::after, .product-modal .hover-shake:hover [class*="-image"] textarea.big-foto:-ms-input-placeholder::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper textarea.small-foto:-ms-input-placeholder::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] textarea.small-foto:-ms-input-placeholder::after, .hover-shake:hover [class*="-image"] textarea.si-close-popup:-ms-input-placeholder, .hover-shake:hover [class*="-image"] .section-gallery textarea.galley-img:-ms-input-placeholder::after, .section-gallery .hover-shake:hover [class*="-image"] textarea.galley-img:-ms-input-placeholder::after,
.hover-shake:hover [class*="-image"] textarea.svg-icon:-ms-input-placeholder:not([class*="border-"]) {
  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"] .product-modal input.placeholder.big-foto::after, .product-modal .hover-shake:hover [class*="-image"] input.placeholder.big-foto::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper input.placeholder.small-foto::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] input.placeholder.small-foto::after, .hover-shake:hover [class*="-image"] input.placeholder.si-close-popup, .hover-shake:hover [class*="-image"] .section-gallery input.placeholder.galley-img::after, .section-gallery .hover-shake:hover [class*="-image"] input.placeholder.galley-img::after,
.hover-shake:hover [class*="-image"] input.placeholder.svg-icon:not([class*="border-"]), textarea.si-error.placeholder, .hover-shake:hover [class*="-image"] textarea.placeholder.icon, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close, .hover-shake:hover [class*="-image"] .product-modal textarea.placeholder.big-foto::after, .product-modal .hover-shake:hover [class*="-image"] textarea.placeholder.big-foto::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper textarea.placeholder.small-foto::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] textarea.placeholder.small-foto::after, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close-popup, .hover-shake:hover [class*="-image"] .section-gallery textarea.placeholder.galley-img::after, .section-gallery .hover-shake:hover [class*="-image"] textarea.placeholder.galley-img::after,
.hover-shake:hover [class*="-image"] textarea.placeholder.svg-icon:not([class*="border-"]) {
  color: #cb0707; }

input[type=text].si-error, .hover-shake:hover [class*="-image"] input.icon[type=text], .hover-shake:hover [class*="-image"] input.icon[type=email], .hover-shake:hover [class*="-image"] input.si-close[type=email], .hover-shake:hover [class*="-image"] .product-modal input.big-foto[type=email]::after, .product-modal .hover-shake:hover [class*="-image"] input.big-foto[type=email]::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper input.small-foto[type=email]::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] input.small-foto[type=email]::after, .hover-shake:hover [class*="-image"] input.si-close-popup[type=email], .hover-shake:hover [class*="-image"] .section-gallery input.galley-img[type=email]::after, .section-gallery .hover-shake:hover [class*="-image"] input.galley-img[type=email]::after,
.hover-shake:hover [class*="-image"] input.icon[type=tel], .hover-shake:hover [class*="-image"] input.si-close[type=tel], .hover-shake:hover [class*="-image"] .product-modal input.big-foto[type=tel]::after, .product-modal .hover-shake:hover [class*="-image"] input.big-foto[type=tel]::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper input.small-foto[type=tel]::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] input.small-foto[type=tel]::after, .hover-shake:hover [class*="-image"] input.si-close-popup[type=tel], .hover-shake:hover [class*="-image"] .section-gallery input.galley-img[type=tel]::after, .section-gallery .hover-shake:hover [class*="-image"] input.galley-img[type=tel]::after, .hover-shake:hover [class*="-image"] textarea.icon, .hover-shake:hover [class*="-image"] textarea.si-close, .hover-shake:hover [class*="-image"] .product-modal textarea.big-foto::after, .product-modal .hover-shake:hover [class*="-image"] textarea.big-foto::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper textarea.small-foto::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] textarea.small-foto::after, .hover-shake:hover [class*="-image"] textarea.si-close-popup, .hover-shake:hover [class*="-image"] .section-gallery textarea.galley-img::after, .section-gallery .hover-shake:hover [class*="-image"] textarea.galley-img::after, .hover-shake:hover [class*="-image"] input.si-close[type=text], .hover-shake:hover [class*="-image"] .product-modal input.big-foto[type=text]::after, .product-modal .hover-shake:hover [class*="-image"] input.big-foto[type=text]::after, .hover-shake:hover [class*="-image"] .product-modal .small-wrapper input.small-foto[type=text]::after, .product-modal .small-wrapper .hover-shake:hover [class*="-image"] input.small-foto[type=text]::after, .hover-shake:hover [class*="-image"] input.si-close-popup[type=text], .hover-shake:hover [class*="-image"] .section-gallery input.galley-img[type=text]::after, .section-gallery .hover-shake:hover [class*="-image"] input.galley-img[type=text]::after,
.hover-shake:hover [class*="-image"] input.svg-icon[type=text]:not([class*="border-"]), .hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])[type=email],
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])[type=tel], .hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"]), input.si-error[type=email],
input.si-error[type=tel], textarea.si-error {
  color: #cb0707 !important;
  border-color: #cb0707 !important; }

label {
  cursor: pointer !important; }

input[type=text], input[type=email],
input[type=tel], textarea {
  -webkit-appearance: none;
  display: block;
  color: #000 !important;
  width: 100%;
  background: no-repeat #fff;
  border: 1px solid #fff;
  padding: 0 0px;
  margin-bottom: 20px; }

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

.ani-input-holder {
  margin-bottom: 10px; }
  .ani-input-holder label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 0 0px;
    position: relative;
    z-index: 5;
    cursor: pointer !important;
    top: 33px; }
  .ani-input-holder input[type=text], .ani-input-holder input[type=email],
  .ani-input-holder input[type=tel], .ani-input-holder textarea {
    color: transparent;
    background: transparent;
    padding: 0 0px;
    border: 0 solid transparent;
    border-bottom: 2px solid #fff;
    height: 36px; }
  .ani-input-holder.active label {
    top: 10px;
    margin-bottom: 18px; }
  .ani-input-holder.active input[type=text], .ani-input-holder.active input[type=email],
  .ani-input-holder.active input[type=tel], .ani-input-holder.active textarea {
    color: #fff; }

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

.jq-checkbox, .jq-radio {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #e1e1e1 !important;
  border-radius: 100%;
  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: 12px !important;
  background-color: #f3bd3a !important;
  border-radius: 100% !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;
  z-index: 0 !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;
  z-index: -1; }

.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: 40px;
  height: 30px;
  background: url("../images/down.png") no-repeat 0% 20% transparent;
  border: 0 !important; }
  .jq-selectbox__trigger::before {
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    top: -12px;
    left: -25px;
    background: rgba(204, 204, 204, 0.75); }

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

.jq-selectbox__dropdown {
  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 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  border: 0;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  color: #000 !important;
  background: #bbb; }
  .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:active {
    will-change: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    top: 3px; }
    .btn:active::before, .btn:active::after {
      will-change: none;
      transform: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }

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

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

.btn-curtain::after {
  background: #f00;
  top: auto;
  bottom: auto; }

.btn-curtain:hover, .btn-curtain:active {
  color: #fff !important;
  border-color: #f00; }

.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, .product-modal .big-foto::after, .product-modal .small-wrapper .small-foto::after, .si-close-popup, .section-gallery .galley-img::after {
  display: inline-block;
  overflow: visible;
  text-indent: -9999px;
  background: url("../images/sprite.png") no-repeat transparent;
  position: relative;
  vertical-align: middle; }

.icon-zoom, .product-modal .big-foto::after, .product-modal .small-wrapper .small-foto::after, .section-gallery .galley-img::after {
  width: 60px;
  height: 60px;
  background: url("../images/backup/icon-zoom.png") no-repeat transparent;
  -webkit-background-size: cover;
  background-size: cover; }

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

.svg-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  fill-rule: evenodd;
  clip-rule: evenodd; }

.close, .si-close {
  width: 16px !important;
  height: 16px !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: #f00; }

.logo-svg {
  width: 240px;
  height: 58px; }

.layout-header {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 50;
  padding-top: 40px;
  padding-bottom: 38px;
  background-color: #fff; }
  .layout-header.active {
    box-shadow: 0 0 10px #b2b2b2; }
  .layout-header .si-phone {
    padding-top: 0px; }
  .layout-header .nav {
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 12px; }
    .layout-header .nav li {
      list-style-type: none;
      display: inline-block; }
      .layout-header .nav li a, .layout-header .nav li .underline, .layout-header .nav li .dashed, .layout-header .nav li .dotted {
        color: #2d2d2d !important;
        font: 400 20px/20px 'Futura'; }
        .layout-header .nav li a:hover, .layout-header .nav li .underline:hover, .layout-header .nav li .dashed:hover, .layout-header .nav li .dotted:hover {
          color: #ff9d00 !important; }

.logo {
  width: 180px;
  display: inline-block; }
  .logo img {
    width: 180px;
    display: block; }

.si-phone {
  display: inline-block;
  width: 160px;
  position: relative; }
  .si-phone .si-phone-text {
    margin-bottom: 0px; }
  .si-phone .phone-link {
    margin-top: 6px;
    display: block;
    color: #2d2d2d;
    font: 600 24px/24px 'Futura';
    vertical-align: top; }
    .si-phone .phone-link .rhombus {
      position: absolute;
      width: 29px;
      height: 15px;
      background-color: #ffb400;
      margin: 10px auto;
      top: -2px;
      left: -44px; }
      .si-phone .phone-link .rhombus img {
        width: 11px;
        height: 11px;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
      .si-phone .phone-link .rhombus:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -8px;
        left: 0;
        border-left: 14px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 8px solid #ffb400; }
      .si-phone .phone-link .rhombus:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: -8px;
        left: 0;
        border-left: 14px solid transparent;
        border-right: 15px solid transparent;
        border-top: 8px solid #ffb400; }
    .si-phone .phone-link span {
      font: 600 12px/24px 'Futura';
      display: inline-block;
      position: absolute;
      top: 4px;
      left: 0; }
      @media all and (max-width: 750px) {
        .si-phone .phone-link span {
          font: 600 14px/24px 'Futura';
          left: -5px; } }
  .si-phone .consult {
    color: #ff9d00 !important;
    text-decoration: underline;
    font: 500 18px/18px 'Futura';
    margin-top: 7px; }
    .si-phone .consult:hover {
      text-decoration: none; }

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

.layout-footer {
  padding: 42px 0 44px; }
  .layout-footer .mail-link {
    width: 130px;
    display: inline-block;
    position: relative;
    color: #2d2d2d;
    font: 500 16px/16px 'Futura';
    text-decoration: underline;
    margin-right: 83px;
    vertical-align: top;
    padding-top: 5px; }
    @media all and (max-width: 750px) {
      .layout-footer .mail-link {
        margin-right: 0;
        margin-bottom: 10px; } }
    .layout-footer .mail-link .rhombus-1 {
      position: absolute;
      width: 29px;
      height: 15px;
      background-color: #ffb400;
      margin: 10px auto;
      top: -2px;
      left: -44px; }
      @media all and (max-width: 750px) {
        .layout-footer .mail-link .rhombus-1 {
          left: -24px; } }
      .layout-footer .mail-link .rhombus-1 img {
        width: 14px;
        height: 12px;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
      .layout-footer .mail-link .rhombus-1:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -8px;
        left: 0;
        border-left: 14px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 8px solid #ffb400; }
      .layout-footer .mail-link .rhombus-1:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: -8px;
        left: 0;
        border-left: 14px solid transparent;
        border-right: 15px solid transparent;
        border-top: 8px solid #ffb400; }
  .layout-footer .si-phone {
    display: inline-block;
    width: 160px;
    position: relative; }
    .layout-footer .si-phone .phone-link {
      margin-top: 6px;
      display: block;
      color: #2d2d2d;
      font: 600 24px/24px 'Futura';
      vertical-align: top; }
      .layout-footer .si-phone .phone-link .rhombus {
        position: absolute;
        width: 29px;
        height: 15px;
        background-color: #ffb400;
        margin: 10px auto;
        top: -2px;
        left: -44px; }
        .layout-footer .si-phone .phone-link .rhombus img {
          width: 11px;
          height: 11px;
          position: absolute !important;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
        .layout-footer .si-phone .phone-link .rhombus:before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          top: -8px;
          left: 0;
          border-left: 14px solid transparent;
          border-right: 15px solid transparent;
          border-bottom: 8px solid #ffb400; }
        .layout-footer .si-phone .phone-link .rhombus:after {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          bottom: -8px;
          left: 0;
          border-left: 14px solid transparent;
          border-right: 15px solid transparent;
          border-top: 8px solid #ffb400; }
      .layout-footer .si-phone .phone-link span {
        font: 600 12px/24px 'Futura';
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 0; }
    .layout-footer .si-phone .consult {
      color: #ff9d00 !important;
      text-decoration: underline;
      font: 500 18px/18px 'Futura';
      margin-top: 7px; }
      .layout-footer .si-phone .consult:hover {
        text-decoration: none; }
  .layout-footer .copy-text {
    margin-top: 27px;
    font: 400 16px/24px 'Futura';
    color: #2d2d2d; }
    .layout-footer .copy-text span {
      font: 500 18px/24px 'Futura';
      color: #2d2d2d; }
  .layout-footer .person-link {
    margin-top: 47px;
    font: 400 16px/16px 'Futura';
    color: #2d2d2d;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block; }
    @media all and (max-width: 750px) {
      .layout-footer .person-link {
        margin-top: 28px; } }
  .layout-footer .hello-link {
    display: block;
    font: 400 16px/16px 'Futura';
    color: #2d2d2d;
    text-decoration: underline; }

.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(45, 47, 49, 0.9);
  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;
  
  -webkit-overflow-scrolling: touch;
  z-index: 203; }

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

.si-close {
  position: absolute !important;
  top: 40px;
  right: 40px;
  background: url("../images/close.png") no-repeat; }

.close-text {
  width: 55px;
  display: block;
  position: absolute;
  top: 38px;
  right: 70px;
  color: #505050;
  font: 400 16px/16px 'Futura'; }

.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: 130px 0 115px;
  width: 1110px;
  margin: 50px auto; }
  @media all and (max-width: 750px) {
    .si-modal, .si-success-modal {
      width: 600px;
      padding: 130px 70px 115px; } }
  .si-modal.si-visible, .si-visible.si-success-modal {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .si-modal .btn-holder, .si-success-modal .btn-holder {
    margin-top: 0px; }
  .si-modal .btn, .si-success-modal .btn {
    min-width: 300px; }

.modal-form-title, .si-success-modal-title {
  text-align: center;
  color: #2d2d2d;
  font: 600 36px/36px 'Futura';
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.modal-time, .success-time {
  text-align: center;
  color: #505050;
  font: 500 24px/24px 'Futura';
  margin-bottom: 40px; }

.orange-button {
  width: 315px;
  height: 78px;
  display: block;
  border-radius: 3px;
  background-image: linear-gradient(to top, #ff9600 0%, #ffb400 99%, #ffb400 100%);
  text-align: center;
  font: 500 24px/18px 'Futura';
  color: #2d2d2d !important;
  margin: 30px auto 0; }
  .orange-button span {
    display: block;
    font: 500 12px/16px 'Futura';
    color: #2d2d2d !important; }
  .orange-button:hover {
    -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;
    box-shadow: 0 5px 20px rgba(239, 124, 0, 0.7); }

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

.si-success-modal {
  width: 730px;
  padding-top: 145px;
  padding-bottom: 85px; }
  .si-success-modal strong {
    display: block; }
  .si-success-modal .figure-block {
    position: relative;
    width: 259px;
    height: 147px;
    background: #eeeeee;
    display: block;
    margin: 0 auto 115px;
    z-index: -1; }
    .si-success-modal .figure-block img {
      width: 108px;
      height: 130px;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    .si-success-modal .figure-block:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: -70px;
      left: 0;
      border-left: 129px solid transparent;
      border-right: 129px solid transparent;
      border-bottom: 70px solid #eeeeee; }
    .si-success-modal .figure-block:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      bottom: -70px;
      left: 0;
      border-left: 129px solid transparent;
      border-right: 129px solid transparent;
      border-top: 70px solid #eeeeee; }

.thanksDiv{
  visibility: hidden;
  display: flex;
  flex-direction: row;
}

.thxTxt{
  font-family: sans-serif;
  font-size: 54px;
  z-index: 100;
  color: 
  #2e2e2e;
  margin-top: 43px;
  line-height: 53px;
}

.thxImg{
  width: 200px;
}

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

.product-modal {
  padding-bottom: 0;
  padding-top: 0; }
  @media all and (max-width: 750px) {
    .product-modal {
      padding: 0px 30px; } }
  .product-modal .modal-container {
    width: 730px;
    display: block;
    margin: 0 auto; }
    @media all and (max-width: 750px) {
      .product-modal .modal-container {
        width: 540px; } }
  .product-modal .modal-form-title, .product-modal .si-success-modal-title {
    padding-top: 110px; }
  .product-modal .orange-button {
    margin: 30px auto 50px; }
  .product-modal .big-foto {
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer !important; }
    .product-modal .big-foto img {
      display: block;
      position: relative;
      z-index: 1; }
    .product-modal .big-foto::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(232, 120, 0, 0.65);
      opacity: 0;
      z-index: 2; }
    .product-modal .big-foto::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(4);
      -moz-transform: scale(4);
      -ms-transform: scale(4);
      -o-transform: scale(4);
      transform: scale(4);
      content: "";
      opacity: 0;
      z-index: 3; }
    .product-modal .big-foto:hover::before, .product-modal .big-foto:active::before {
      opacity: 1; }
    .product-modal .big-foto:hover::after, .product-modal .big-foto: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; }
    .product-modal .big-foto img {
      box-shadow: 0 15px 30px rgba(87, 87, 87, 0.2);
      width: 100%; }
  .product-modal .small-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
    margin-bottom: 60px; }
    .product-modal .small-wrapper .small-foto {
      display: inline-block;
      width: 23%;
      margin-right: 20px;
      display: block;
      position: relative;
      cursor: pointer !important; }
      .product-modal .small-wrapper .small-foto img {
        display: block;
        position: relative;
        z-index: 1; }
      .product-modal .small-wrapper .small-foto::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(232, 120, 0, 0.65);
        opacity: 0;
        z-index: 2; }
      .product-modal .small-wrapper .small-foto::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(4);
        -moz-transform: scale(4);
        -ms-transform: scale(4);
        -o-transform: scale(4);
        transform: scale(4);
        content: "";
        opacity: 0;
        z-index: 3; }
      .product-modal .small-wrapper .small-foto:hover::before, .product-modal .small-wrapper .small-foto:active::before {
        opacity: 1; }
      .product-modal .small-wrapper .small-foto:hover::after, .product-modal .small-wrapper .small-foto: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; }
      .product-modal .small-wrapper .small-foto img {
        box-shadow: 0 15px 30px rgba(87, 87, 87, 0.2);
        width: 100%; }
  .product-modal .left-block {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #2d2d2d;
    font: 500 24px/24px 'Futura';
    padding-bottom: 10px;
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: 60px; }
    .product-modal .left-block li {
      color: #505050;
      font: 500 18px/24px 'Futura';
      margin-left: 20px; }
  .product-modal .right-block {
    display: inline-block;
    width: 216px;
    height: 64px;
    border-radius: 3px;
    border: 2px solid #ff9d00;
    padding-top: 18px;
    padding-left: 27px;
    position: relative;
    margin-top: 20px;
    float: right; }
    .product-modal .right-block:after {
      content: '';
      width: 1px;
      height: 36px;
      background-color: #ff9d00;
      position: absolute;
      top: 14px;
      left: 70px; }
    .product-modal .right-block .pdf-icon {
      width: 25px;
      height: 27px;
      display: inline-block;
      float: left; }
    .product-modal .right-block span {
      width: 100px;
      color: #ff9d00;
      font: 500 18px/30px 'Futura';
      display: inline-block;
      float: right;
      margin-right: 26px; }
  .product-modal .text-block {
    width: 100%;
    display: inline-block;
    margin-bottom: 55px;
    text-align: left; }
    .product-modal .text-block .title {
      color: #2d2d2d;
      font: 500 24px/24px 'Futura';
      padding-bottom: 20px; }
    .product-modal .text-block .text {
      color: #505050;
      font: 500 18px/24px 'Futura'; }
  .product-modal .title {
    color: #2d2d2d;
    font: 500 24px/24px 'Futura';
    padding-bottom: 20px;
    text-align: left; }
  .product-modal .text-big {
    color: #505050;
    font: 500 18px/24px 'Futura';
    text-align: left;
    margin-bottom: 85px; }

.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 {
  padding-top: 260px;
  padding-bottom: 140px;
  background-color: #18a4e0; }
  .section-heading h1 {
    width: 950px;
    display: block;
    margin: 0 auto 6px;
    text-align: center;
    font: 500 60px/68px 'Futura';
    color: #ffffff;
    text-transform: uppercase; }
    @media all and (max-width: 750px) {
      .section-heading h1 {
        width: 100%; } }
  .section-heading h2 {
    text-align: center;
    font: 400 48px/48px 'Futura';
    color: #ffffff;
    margin-bottom: 35px; }
  .section-heading .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .section-heading .js-count-particles {
    font-size: 1.1em; }
  .section-heading #stats,
  .section-heading .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px; }
  .section-heading #stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
  .section-heading .count-particles {
    border-radius: 0 0 3px 3px; }
  .section-heading #particles-js {
    width: 100%;
    height: 100%;
    background-color: #18a4e0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
  .section-heading .number-wrapper {
    width: 930px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    z-index: 10; }
    @media all and (max-width: 750px) {
      .section-heading .number-wrapper {
        width: 100%; } }
    .section-heading .number-wrapper .number-block {
      display: inline-block; }
      .section-heading .number-wrapper .number-block .number-text,
      .section-heading .number-wrapper .number-block .number-icon {
        display: inline-block; }
      .section-heading .number-wrapper .number-block .number-text {
        font: 500 30px/34px 'Futura';
        color: #ffffff; }
      .section-heading .number-wrapper .number-block.i-1 {
        width: 315px;
        text-align: right;
        margin-top: 125px; }
        @media all and (max-width: 750px) {
          .section-heading .number-wrapper .number-block.i-1 {
            width: 200px; } }
        .section-heading .number-wrapper .number-block.i-1 .number-text {
          width: 180px;
          vertical-align: top;
          margin-top: 27px;
          margin-right: 28px; }
      .section-heading .number-wrapper .number-block.i-2 {
        width: 220px;
        z-index: 10; }
        @media all and (max-width: 750px) {
          .section-heading .number-wrapper .number-block.i-2 {
            width: 270px;
            position: absolute;
            left: calc(50% - 139px);
            bottom: 66px; } }
        .section-heading .number-wrapper .number-block.i-2 .number-text,
        .section-heading .number-wrapper .number-block.i-2 .number-icon {
          display: block;
          text-align: center; }
        .section-heading .number-wrapper .number-block.i-2 .number-text {
          margin-bottom: 20px; }
      .section-heading .number-wrapper .number-block.i-3 {
        text-align: left;
        margin-top: 125px; }
        @media all and (max-width: 750px) {
          .section-heading .number-wrapper .number-block.i-3 {
            width: 200px;
            margin-left: 232px; } }
        .section-heading .number-wrapper .number-block.i-3 .number-text {
          width: 150px;
          vertical-align: top;
          margin-top: 27px;
          margin-left: 28px; }
  .section-heading .block-wrapper {
    width: 616px;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    top: 72% !important; }


  .section-heading .block-img {
    width: 616px;
    display: block;
    margin-left: 30px; }
    @media all and (max-width: 750px) {
      .section-heading .block-img {
        margin-left: 10px; } }

.section-free {
  background: fixed url("../images/cube-fon.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 406px;
  z-index: 0; }
  .section-free h2 {
    width: 440px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font: 600 36px/36px 'Futura';
    color: #2d2d2d; }
  .section-free .sub_h2 {
    width: 475px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    font: 500 18px/24px 'Futura';
    color: #505050; }
  .section-free .white-block {
    width: 920px;
    background-color: #fff;
    padding-top: 60px;
    padding-left: 65px;
    padding-bottom: 60px;
    margin: 77px auto 0;
    position: relative; }
    @media all and (max-width: 750px) {
      .section-free .white-block {
        width: 100%;
        padding-left: 0; } }
    .section-free .white-block .orange-button {
      width: 315px;
      height: 78px;
      display: block;
      background-image: linear-gradient(to top, #ffb400 0%, #ffb400 99%, #ff9600 100%);
      border-radius: 3px;
      text-align: center;
      font: 500 24px/18px 'Futura';
      color: #2d2d2d !important;
      margin-top: 30px; }
      .section-free .white-block .orange-button span {
        display: block;
        font: 500 12px/16px 'Futura';
        color: #2d2d2d; }
      .section-free .white-block .orange-button:hover {
        -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;
        box-shadow: 0 5px 20px rgba(239, 124, 0, 0.7); }
    .section-free .white-block .book-block {
      width: 568px;
      height: 449px;
      position: absolute;
      top: -45px;
      right: 10px; }
      @media all and (max-width: 750px) {
        .section-free .white-block .book-block {
          display: none; } }

.section-products {
  background-color: #eff2f4;
  padding-top: 157px;
  padding-bottom: 50px; }
  @media all and (max-width: 750px) {
    .section-products {
      padding-top: 100px; } }
  .section-products h2 {
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font: 600 48px/48px 'Futura';
    color: #2d2d2d;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px; }
  .section-products span {
    text-align: center;
    color: #505050;
    font: 500 14px/14px 'Futura';
    display: block;
    margin: 0 auto;
    text-transform: uppercase; }
  .section-products .big {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    color: #cc9000; }
  .section-products .sub_h2 {
    width: 700px;
    display: block;
    margin: 0 auto 85px;
    text-align: center;
    color: #505050;
    font: 500 24px/30px 'Futura'; }
    @media all and (max-width: 750px) {
      .section-products .sub_h2 {
        width: 100%; } }
  .section-products .products-wrapper .products-img,
  .section-products .products-wrapper-hover .products-img {
    display: block;
    margin: 0 auto; }
    .section-products .products-wrapper .products-img:hover,
    .section-products .products-wrapper-hover .products-img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -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; }
    .section-products .products-wrapper .products-img:not(hover),
    .section-products .products-wrapper-hover .products-img:not(hover) {
      -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; }
  .section-products .products-wrapper .code,
  .section-products .products-wrapper-hover .code {
    display: block;
    margin: 15px auto;
    text-align: center;
    font: 500 12px/12px 'Futura';
    color: #7c7c7c;
    text-transform: none; }
  .section-products .products-wrapper .products-title,
  .section-products .products-wrapper-hover .products-title {
    text-align: center;
    color: #2d2d2d;
    display: block;
    margin: 0 auto 5px;
    font: 500 36px/45px 'Futura'; }
  .section-products .products-wrapper .products-text,
  .section-products .products-wrapper-hover .products-text {
    color: #2d2d2d;
    font: 500 16px/35px 'Futura';
    width: 230px;
    display: block;
    margin: 0 auto 83px; }
    .section-products .products-wrapper .products-text .last,
    .section-products .products-wrapper-hover .products-text .last {
      color: #000;
      font-weight: 600;
      text-align: left;
      text-transform: none;
      display: block;
      margin-top: 25px; }
  .section-products .products-wrapper-hover {
    position: absolute;
    display: none;
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 0;
    padding-bottom: 42px; }
    .section-products .products-wrapper-hover .products-img {
      display: block;
      margin: -270px auto 0;
      z-index: 10; }
    .section-products .products-wrapper-hover .orange-button {
      width: 183px;
      height: 58px;
      border-radius: 3px;
      background-image: linear-gradient(to top, #ff9600 0%, #ffb400 99%, #ffb400 100%);
      display: block;
      margin: 20px auto 10px;
      text-align: center;
      color: #2d2d2d !important;
      font: 500 18px/58px 'Futura'; }
      .section-products .products-wrapper-hover .orange-button:hover {
        box-shadow: 0 5px 20px rgba(239, 124, 0, 0.7); }
    .section-products .products-wrapper-hover .button-products {
      width: 183px;
      height: 58px;
      border-radius: 3px;
      border: 2px solid #ff9d00;
      display: block;
      margin: 0 auto;
      text-align: center;
      color: #2d2d2d !important;
      font: 500 18px/58px 'Futura';
      background-color: transparent !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .section-products .products-wrapper-hover .button-products:hover {
        box-shadow: 0 5px 20px rgba(239, 124, 0, 0.7); }
  .section-products .products-wrapper {
    position: relative;
    z-index: 0;
    height: 500px; }
    .section-products .products-wrapper .products-img {
      z-index: -1; }
  .section-products .basic-block {
    position: relative;
    height: 530px;
    margin-bottom: 80px; }
    .section-products .basic-block:hover {
      -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; }
      .section-products .basic-block:hover .products-wrapper {
        -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;
        opacity: 0;
        z-index: -1; }
      .section-products .basic-block:hover .products-wrapper-hover {
        display: block;
        -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;
        opacity: 1;
        height: auto;
        top: 130px;
        padding-top: 140px; }
  .section-products .more-product {
    text-align: center;
    color: #ff9d00;
    font: 500 24px/24px 'Futura';
    display: block;
    margin: 20px auto 100px;
    border-bottom: 1px dotted #ff9d00;
    width: 160px;
    border: none;
    background-color: transparent;
    z-index: 50; }
  .section-products .wrapper-more-slider {
    margin-top: 50px; }

.section-cost {
  padding-top: 90px;
  padding-bottom: 77px; }
  .section-cost .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .section-cost .js-count-particles1 {
    font-size: 1.1em; }
  .section-cost #stats1,
  .section-cost .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px; }
  .section-cost #stats1 {
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
  .section-cost .count-particles {
    border-radius: 0 0 3px 3px; }
  .section-cost #particles-js1 {
    width: 100%;
    height: 100%;
    background-color: #18a4e0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
  .section-cost .cost-wrapper {
    width: 1110px;
    display: block;
    margin: 0 auto;
    background: #fff url("../images/form-fon.png") 100% 100% no-repeat;
    padding: 75px 95px 56px; }
    @media all and (max-width: 750px) {
      .section-cost .cost-wrapper {
        width: 100%;
        padding: 75px 25px 56px; } }
    .section-cost .cost-wrapper h2 {
      text-align: center;
      text-transform: uppercase;
      width: 750px;
      display: block;
      margin: 0 auto 20px;
      color: #2d2d2d;
      font: 600 48px/48px 'Futura';
      letter-spacing: 1.2px; }
      @media all and (max-width: 750px) {
        .section-cost .cost-wrapper h2 {
          width: 100%;
          font: 600 42px/46px 'Futura'; } }
    .section-cost .cost-wrapper .sub_h2 {
      text-align: center;
      color: #505050;
      font: 500 24px/24px 'Futura';
      margin-bottom: 50px; }
      @media all and (max-width: 750px) {
        .section-cost .cost-wrapper .sub_h2 {
          width: 70%;
          margin: 0 auto 50px; } }
    .section-cost .cost-wrapper .jq-selectbox__select-text {
      color: #2d2d2d;
      font: 500 18px/18px 'Futura' !important;
      z-index: -1 !important; }
    .section-cost .cost-wrapper .select-block {
      position: relative; }
    .section-cost .cost-wrapper .select-list {
      width: 100%;
      height: 58px;
      border: 1px solid #e1e1e1;
      color: #2d2d2d;
      font: 500 18px/18px 'Futura' !important;
      padding-top: 21px;
      padding-left: 30px; }
      .section-cost .cost-wrapper .select-list .jq-selectbox__dropdown {
        margin-left: -30px;
        padding-left: 25px; }
        .section-cost .cost-wrapper .select-list .jq-selectbox__dropdown ul {
          background-color: #fff !important;
          margin-left: -25px;
          border: 1px solid #e1e1e1;
          z-index: 100; }
          .section-cost .cost-wrapper .select-list .jq-selectbox__dropdown ul li {
            color: #2d2d2d;
            font: 500 18px/18px 'Futura' !important;
            padding-left: 25px; }
            .section-cost .cost-wrapper .select-list .jq-selectbox__dropdown ul li:hover {
              padding-left: 45px;
              background-color: #ff9d00 !important; }
    .section-cost .cost-wrapper .form-agree-check {
      color: #2d2d2d;
      font: 500 18px/18px 'Futura';
      padding-top: 4px;
      padding-left: 35px; }
    .section-cost .cost-wrapper .orange-button {
      width: 315px;
      height: 78px;
      display: block;
      border-radius: 3px;
      background-image: linear-gradient(to top, #ff9600 0%, #ffb400 99%, #ffb400 100%);
      text-align: center;
      font: 500 24px/18px 'Futura';
      color: #2d2d2d !important;
      margin: 30px auto 0; }
      .section-cost .cost-wrapper .orange-button span {
        display: block;
        font: 500 12px/16px 'Futura';
        color: #2d2d2d; }
      .section-cost .cost-wrapper .orange-button:hover {
        -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;
        box-shadow: 0 5px 20px rgba(239, 124, 0, 0.7); }

.section-conditions {
  padding-top: 156px;
  padding-bottom: 165px;
  background: url("../images/condition-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  @media all and (max-width: 750px) {
    .section-conditions {
      padding-top: 106px;
      padding-bottom: 85px; } }
  .section-conditions h2 {
    text-align: center;
    display: block;
    margin: 0 auto 90px;
    color: #2d2d2d;
    font: 600 36px/36px 'Futura';
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  .section-conditions .conditions-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    margin-left: 15px; }
    @media all and (max-width: 750px) {
      .section-conditions .conditions-wrapper {
        margin-left: 0; } }
    .section-conditions .conditions-wrapper.i-1 {
      margin-bottom: 90px; }
    .section-conditions .conditions-wrapper .conditions-icon {
      display: inline-block;
      margin-right: 35px; }
    .section-conditions .conditions-wrapper .conditions-text {
      display: inline-block;
      vertical-align: top;
      width: 311px; }
      @media all and (max-width: 750px) {
        .section-conditions .conditions-wrapper .conditions-text {
          width: 100%;
          padding-right: 20px; } }
      .section-conditions .conditions-wrapper .conditions-text .title {
        color: #2d2d2d;
        font: 500 24px/26px 'Futura';
        margin-bottom: 14px; }
      .section-conditions .conditions-wrapper .conditions-text .text {
        color: #505050;
        font: 500 18px/24px 'Futura'; }

.section-process {
  padding-top: 150px;
  padding-bottom: 150px;
  background: fixed url("../images/process-bg.png") 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  @media all and (max-width: 750px) {
    .section-process {
      padding: 100px 0; } }
  .section-process .process-img {
    position: absolute;
    top: 63px;
    left: 0; }
    @media all and (max-width: 750px) {
      .section-process .process-img {
        display: none; } }
  .section-process h2 {
    text-align: center;
    display: block;
    margin: 0 auto 65px;
    color: #2d2d2d;
    font: 600 36px/36px 'Futura';
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  .section-process .wrapper-process-slider {
    width: 676px !important;
    display: block;
    margin: 0 auto; }
    @media all and (max-width: 750px) {
      .section-process .wrapper-process-slider {
        width: 100% !important; } }
  .section-process .swiper-container {
    overflow: inherit !important; }
  .section-process .foto-block {
    width: 676px;
    height: 380px;
    box-shadow: 0 15px 30px rgba(87, 87, 87, 0.2);
    background-color: #f1f1f1;
    position: relative;
    display: block;
    margin: 0 auto 60px; }
    @media all and (max-width: 750px) {
      .section-process .foto-block {
        width: 100%; } }
    .section-process .foto-block span {
      position: absolute;
      width: 205px;
      height: 50px;
      display: block;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      text-align: center;
      color: #2d2d2d;
      font: 500 24px/26px 'Futura'; }
  .section-process .slide-title {
    text-align: center;
    color: #2d2d2d;
    font: 600 30px/30px 'Futura';
    margin-bottom: 23px; }
  .section-process .slide-text {
    width: 730px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #505050;
    font: 500 18px/24px 'Futura'; }
    @media all and (max-width: 750px) {
      .section-process .slide-text {
        width: 100%; } }
  .section-process .swiper-slide-active {
    display: block;
    margin: 0 auto;
    width: 676px !important; }
    @media all and (max-width: 750px) {
      .section-process .swiper-slide-active {
        width: 100% !important; } }
  .section-process .swiper-slide-prev,
  .section-process .swiper-slide-next {
    z-index: -1;
    width: 544px;
    height: 281px;
    overflow: inherit;
    right: 80%;
    margin-top: 8%; }
    .section-process .swiper-slide-prev .foto-block,
    .section-process .swiper-slide-next .foto-block {
      width: 544px;
      height: 281px; }
    .section-process .swiper-slide-prev .slide-title,
    .section-process .swiper-slide-prev .slide-text,
    .section-process .swiper-slide-next .slide-title,
    .section-process .swiper-slide-next .slide-text {
      display: none; }
  .section-process .swiper-slide-prev {
    left: 80%; }

.section-scheme {
  background-color: #eff2f4;
  padding-top: 150px;
  padding-bottom: 145px; }
  @media all and (max-width: 750px) {
    .section-scheme {
      padding: 100px 0 30px; } }
  .section-scheme h2 {
    text-align: center;
    display: block;
    margin: 0 auto 80px;
    color: #2d2d2d;
    font: 600 36px/36px 'Futura';
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  .section-scheme .scheme-wrapper .scheme-block,
  .section-scheme .scheme-wrapper .scheme-block {
    display: inline-block;
    margin-left: 85px; }
    .section-scheme .scheme-wrapper .scheme-block .scheme-number,
    .section-scheme .scheme-wrapper .scheme-block .scheme-number {
      position: relative;
      display: block;
      color: #ffffff;
      font: 300 150px/150px 'Futura';
      width: 155px; }
      .section-scheme .scheme-wrapper .scheme-block .scheme-number .scheme-img,
      .section-scheme .scheme-wrapper .scheme-block .scheme-number .scheme-img {
        position: absolute;
        top: -30px;
        left: -50px; }
        .section-scheme .scheme-wrapper .scheme-block .scheme-number .scheme-img.i-1,
        .section-scheme .scheme-wrapper .scheme-block .scheme-number .scheme-img.i-1 {
          left: -54px;
          bottom: 0;
          top: 13px; }
        .section-scheme .scheme-wrapper .scheme-block .scheme-number .scheme-img.i-2,
        .section-scheme .scheme-wrapper .scheme-block .scheme-number .scheme-img.i-2 {
          left: -48px;
          bottom: 0;
          top: -15px; }
        .section-scheme .scheme-wrapper .scheme-block .scheme-number .scheme-img.i-3,
        .section-scheme .scheme-wrapper .scheme-block .scheme-number .scheme-img.i-3 {
          top: 20px;
          left: -54px; }
        .section-scheme .scheme-wrapper .scheme-block .scheme-number .scheme-img.i-4,
        .section-scheme .scheme-wrapper .scheme-block .scheme-number .scheme-img.i-4 {
          top: 22px;
          left: -40px; }
    .section-scheme .scheme-wrapper .scheme-block .scheme-figure,
    .section-scheme .scheme-wrapper .scheme-block .scheme-figure {
      position: absolute;
      width: 98px;
      height: 56px;
      background: #68a4d0;
      margin: 10px auto;
      top: -20px;
      left: 20px;
      z-index: -1; }
      .section-scheme .scheme-wrapper .scheme-block .scheme-figure:before,
      .section-scheme .scheme-wrapper .scheme-block .scheme-figure:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        top: -25px;
        left: 0;
        border-left: 48px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 25px solid #68a4d0; }
      .section-scheme .scheme-wrapper .scheme-block .scheme-figure:after,
      .section-scheme .scheme-wrapper .scheme-block .scheme-figure:after {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        bottom: -25px;
        left: 0;
        border-left: 48px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid #68a4d0; }
  .section-scheme .scheme-wrapper .scheme-line,
  .section-scheme .scheme-wrapper .scheme-line {
    width: 64px;
    height: 2px;
    background-color: #2d2d2d;
    display: inline-block;
    margin-top: 11%; }
  .section-scheme .scheme-wrapper-number-small {
    width: 530px;
    margin-left: 11%;
    margin-top: 44px; }
  .section-scheme .scheme-wrapper-text,
  .section-scheme .scheme-wrapper-text-small {
    display: flex;
    justify-content: space-between;
    width: 1060px;
    margin: 0 auto; }
  .section-scheme .scheme-wrapper-text-small {
    width: 670px;
    margin-left: 5%; }

.scheme-span {
  display: inline-block;
  width: 280px;
  margin-left: 30px; }
  .scheme-span .scheme-title {
    color: #2d2d2d;
    font: 500 24px/24px 'Futura';
    margin-bottom: 25px; }
  .scheme-span .scheme-text {
    color: #505050;
    font: 400 18px/24px 'Futura'; }

.shame-wrapper {
  width: 910px;
  margin: 0 auto; }
  @media all and (max-width: 750px) {
    .shame-wrapper {
      width: auto; } }

.shame-item {
  position: relative;
  margin-bottom: 70px; }
  .shame-item::before {
    content: '';
    width: 70px;
    height: 2px;
    background: #272727;
    position: absolute;
    top: 100px;
    right: 0px; }
    @media all and (max-width: 750px) {
      .shame-item::before {
        display: none; } }
  .shame-item.i-3::before, .shame-item.i-5::before {
    display: none; }
  @media all and (max-width: 750px) {
    .shame-item.i-1::before, .shame-item.i-3::before {
      display: block;
      right: -40px;
      top: 50px; } }

.section-gallery {
  padding-top: 150px;
  padding-bottom: 80px; }
  @media all and (max-width: 750px) {
    .section-gallery {
      padding: 70px 0 50px; } }
  .section-gallery h2 {
    width: 830px;
    text-align: center;
    display: block;
    margin: 0 auto 70px;
    color: #2d2d2d;
    font: 600 48px/48px 'Futura';
    letter-spacing: 1.2px;
    text-transform: uppercase; }
    @media all and (max-width: 750px) {
      .section-gallery h2 {
        width: auto; } }
  .section-gallery .galley-img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer !important; }
    .section-gallery .galley-img img {
      display: block;
      position: relative;
      z-index: 1; }
    .section-gallery .galley-img::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(232, 120, 0, 0.65);
      opacity: 0;
      z-index: 2; }
    .section-gallery .galley-img::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(4);
      -moz-transform: scale(4);
      -ms-transform: scale(4);
      -o-transform: scale(4);
      transform: scale(4);
      content: "";
      opacity: 0;
      z-index: 3; }
    .section-gallery .galley-img:hover::before, .section-gallery .galley-img:active::before {
      opacity: 1; }
    .section-gallery .galley-img:hover::after, .section-gallery .galley-img:active::after {
      will-change: transform;
      -webkit-backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
    .section-gallery .galley-img.last {
      margin-top: 25px; }
      @media all and (max-width: 750px) {
        .section-gallery .galley-img.last {
          margin-top: 0; } }
    .section-gallery .galley-img img {
      width: 100%; }
    .section-gallery .galley-img.big-1 {
      width: 100%; }
      .section-gallery .galley-img.big-1 img {
        width: 100%; }
  .section-gallery .more-gallery {
    text-align: center;
    color: #ff9d00;
    font: 500 24px/24px 'Futura';
    display: block;
    margin: 70px auto 70px;
    border-bottom: 1px dotted #ff9d00;
    width: 160px;
    border: none;
    background-color: transparent;
    z-index: 50; }
  .section-gallery .wrapper-gallery-slider {
    margin-top: 30px; }

.section-question {
  padding-top: 170px;
  padding-bottom: 180px; }
  .section-question .count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .section-question .js-count-particles2 {
    font-size: 1.1em; }
  .section-question #stats2,
  .section-question .count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px; }
  .section-question #stats2 {
    border-radius: 3px 3px 0 0;
    overflow: hidden; }
  .section-question .count-particles {
    border-radius: 0 0 3px 3px; }
  .section-question #particles-js2 {
    width: 100%;
    height: 100%;
    background-color: #18a4e0;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0; }
  .section-question .white-block {
    width: 1110px;
    display: block;
    margin: 0 auto;
    padding-top: 87px;
    padding-bottom: 78px;
    background: #fff url("../images/question-fon.png") 100% 45% no-repeat; }
    @media all and (max-width: 750px) {
      .section-question .white-block {
        width: 100%;
        padding: 87px 60px 78px;
        background-size: contain; } }
    .section-question .white-block h2 {
      text-align: center;
      color: #2d2d2d;
      font: 600 48px/48px 'Futura';
      letter-spacing: 1.2px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .section-question .white-block .sub_h2 {
      text-align: center;
      color: #505050;
      font: 400 24px/24px 'Futura';
      margin-bottom: 50px; }
    .section-question .white-block .orange-button {
      width: 315px;
      height: 78px;
      display: block;
      border-radius: 3px;
      background-image: linear-gradient(to top, #ff9600 0%, #ffb400 99%, #ffb400 100%);
      text-align: center;
      font: 500 24px/18px 'Futura';
      color: #2d2d2d !important;
      margin: 30px auto 0; }
      @media all and (max-width: 750px) {
        .section-question .white-block .orange-button {
          margin: 0 auto; } }
      .section-question .white-block .orange-button span {
        display: block;
        font: 500 12px/16px 'Futura';
        color: #2d2d2d; }
      .section-question .white-block .orange-button:hover {
        -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;
        box-shadow: 0 5px 20px rgba(239, 124, 0, 0.7); }

.section-map .contact-wrapper {
  position: absolute;
  top: 80px;
  left: 20%;
  width: 414px;
  background-color: #ffffff;
  padding-top: 35px;
  padding-left: 70px;
  padding-bottom: 35px; }
  @media all and (max-width: 750px) {
    .section-map .contact-wrapper {
      top: 50px;
      left: 8%;
      width: 300px;
      padding-top: 30px;
      padding-left: 30px;
      padding-bottom: 30px; } }
  .section-map .contact-wrapper .contact-block {
    width: 290px;
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #f0f0f0; }
    @media all and (max-width: 750px) {
      .section-map .contact-wrapper .contact-block {
        border-bottom: transparent; } }
    @media all and (max-width: 750px) {
      .section-map .contact-wrapper .contact-block.email-address {
        display: none; } }
    .section-map .contact-wrapper .contact-block .contact-icon {
      margin: 20px 0;
      width: 30px;
      height: 17px;
      background: #f3bd3a;
      position: relative; }
      .section-map .contact-wrapper .contact-block .contact-icon img {
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        .section-map .contact-wrapper .contact-block .contact-icon img.i-1 {
          width: 12px;
          height: 16px; }
        .section-map .contact-wrapper .contact-block .contact-icon img.i-2 {
          width: 14px;
          height: 14px; }
        .section-map .contact-wrapper .contact-block .contact-icon img.i-3 {
          width: 15px;
          height: 15px; }
        .section-map .contact-wrapper .contact-block .contact-icon img.i-4 {
          width: 14px;
          height: 12px; }
      .section-map .contact-wrapper .contact-block .contact-icon:before, .section-map .contact-wrapper .contact-block .contact-icon:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        border-left: 15px solid transparent;
        border-right: 14px solid transparent; }
      .section-map .contact-wrapper .contact-block .contact-icon:before {
        top: -10px;
        border-bottom: 10px solid #f3bd3a; }
      .section-map .contact-wrapper .contact-block .contact-icon:after {
        bottom: -10px;
        border-top: 10px solid #f3bd3a; }
    .section-map .contact-wrapper .contact-block:nth-child(4) {
      border-bottom: none; }
    .section-map .contact-wrapper .contact-block .contact-icon {
      display: inline-block;
      margin-right: 15px; }
    .section-map .contact-wrapper .contact-block .contact-text {
      display: inline-block;
      vertical-align: top;
      width: 222px;
      margin-top: 10px; }
      .section-map .contact-wrapper .contact-block .contact-text .title {
        font: 500 18px/18px 'Futura';
        color: #2d2d2d;
        padding-bottom: 5px; }
      .section-map .contact-wrapper .contact-block .contact-text .text {
        font: 400 16px/24px 'Futura';
        color: #2d2d2d; }
      .section-map .contact-wrapper .contact-block .contact-text .link {
        font: 400 16px/24px 'Futura';
        color: #2d2d2d !important; }

.section-map .map-holder {
  height: 636px; }

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

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

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

input {
  width: 100%;
  height: 58px;
  border: 1px solid #e1e1e1 !important;
  display: block;
  padding-top: 22px;
  padding-left: 30px !important;
  font: 500 18px/18px 'Futura' !important;
  color: #2d2d2d;
  margin-bottom: 20px; }

textarea {
  width: 100%;
  height: 208px;
  border: 1px solid #e1e1e1 !important;
  font: 500 18px/18px 'Futura' !important;
  color: #2d2d2d;
  padding-top: 22px;
  padding-left: 30px !important; }

.free-form {
  z-index: 10; }
  @media all and (max-width: 750px) {
    .free-form {
      width: 316px;
      margin: 0 auto; } }
  .free-form input {
    width: 315px !important; }

.question-form {
  width: 730px;
  display: block;
  margin: 0 auto; }
  @media all and (max-width: 750px) {
    .question-form {
      width: 100%; } }
  .question-form input {
    width: 315px;
    margin: 0 auto 10px; }

.modal-form {
  width: 530px;
  display: block;
  margin: 0 auto; }
  @media all and (max-width: 750px) {
    .modal-form {
      width: 100%; } }
  .modal-form .orange-button {
    width: 530px; }
    @media all and (max-width: 750px) {
      .modal-form .orange-button {
        width: 100%; } }

.product-form {
  background-color: #eeeeee;
  padding-bottom: 85px; }
  @media all and (max-width: 750px) {
    .product-form {
      background: transparent; } }
  .product-form input {
    width: 530px;
    display: block;
    margin: 0 auto 20px; }
  .product-form .orange-button {
    width: 530px; }
