/*! 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: 'Raleway';
  src: url("../fonts/subset-Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/subset-Raleway-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../fonts/subset-Lato-Hairline.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Lato Hairline';
  src: url("../fonts/subset-Lato-HairlineItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/subset-Lato-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic; }

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

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

@media all and (max-width: 660px) {
  .visible-xs-flex {
    display: flex !important; } }

.row {
  margin-left: -16px;
  margin-right: -16px; }
  .row::before {
    content: "";
    display: table; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row.pseudo-table {
    width: calc(100% + 16px*2);
    margin: 0;
    position: relative;
    left: -16px; }
  .row.row-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }
  .row.row-3 [class*="col-"]:nth-child(3n+1) {
    clear: left; }
  .row.row-4 [class*="col-"]:nth-child(4n+1) {
    clear: left; }
  .row.row-no-pad {
    margin-left: 0;
    margin-right: 0; }
    .row.row-no-pad [class*="col-"] {
      padding: 0; }

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

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

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

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

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

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

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

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

.col-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% + 16px); }

.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% + 16px); }

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

.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% + 16px); }

.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% + 16px); }

.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% + 16px); }

@media all and (max-width: 660px) {
  .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 + 16px); }
  .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 + 16px); }
  .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% + 16px); }
  .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% + 16px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.si-scale, .hover-scale-1:hover [class*="-image"] .icon, .hover-scale-1:hover [class*="-image"] .si-close, .hover-scale-1:hover [class*="-image"] .si-close-popup,
.hover-scale-1:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-1:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: scale infinite ease-in-out 2s;
  -moz-animation: scale infinite ease-in-out 2s;
  -ms-animation: scale infinite ease-in-out 2s;
  animation: scale infinite ease-in-out 2s; }

@-webkit-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@-moz-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@-ms-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

.si-scale2, .hover-scale-2:hover [class*="-image"] .icon, .hover-scale-2:hover [class*="-image"] .si-close, .hover-scale-2:hover [class*="-image"] .si-close-popup,
.hover-scale-2:hover [class*="-image"] .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 #ddb06f, 0 0 12px 14px #ddb06f; }
  to {
    box-shadow: 0 0 18px 6px rgba(221, 176, 111, 0), 0 0 4px 71px rgba(221, 176, 111, 0); } }

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

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

@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #ddb06f, 0 0 12px 14px #ddb06f; }
  to {
    box-shadow: 0 0 18px 6px rgba(221, 176, 111, 0), 0 0 4px 71px rgba(221, 176, 111, 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 #ddb06f;
    box-shadow: 0 0 0 3px #ddb06f; } }

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

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

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

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

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

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

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

.border-shrink, .btn-border-expand::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: border-shrink 0.3s ease-out both;
  -moz-animation: border-shrink 0.3s ease-out both;
  -ms-animation: border-shrink 0.3s ease-out both;
  animation: border-shrink 0.3s ease-out both; }

@-webkit-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@-moz-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@-ms-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.si-error, .hover-shake:hover [class*="-image"] .icon, .hover-shake:hover [class*="-image"] .si-close, .hover-shake:hover [class*="-image"] .si-close-popup,
.hover-shake:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: shake 1 linear 0.8s;
  -moz-animation: shake 1 linear 0.8s;
  -ms-animation: shake 1 linear 0.8s;
  animation: shake 1 linear 0.8s; }

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

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

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

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

.buzz-out, .hover-buzz-out:hover [class*="-image"] .icon, .hover-buzz-out:hover [class*="-image"] .si-close, .hover-buzz-out:hover [class*="-image"] .si-close-popup,
.hover-buzz-out:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-buzz-out:hover [class*="-image"] img, .advantages-item:hover .advantages-icon svg, .step-item:hover .step-item-icon svg {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: buzz-out 1 linear 1s;
  -moz-animation: buzz-out 1 linear 1s;
  -ms-animation: buzz-out 1 linear 1s;
  animation: buzz-out 1 linear 1s; }

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

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

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

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

.si-rotate, .hover-rotate:hover [class*="-image"] .icon, .hover-rotate:hover [class*="-image"] .si-close, .hover-rotate:hover [class*="-image"] .si-close-popup,
.hover-rotate:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-rotate:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-rotate infinite linear 1.8s;
  -moz-animation: si-rotate infinite linear 1.8s;
  -ms-animation: si-rotate infinite linear 1.8s;
  animation: si-rotate infinite linear 1.8s; }

@-webkit-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.pulse, .hover-scale-3:hover [class*="-image"] .icon, .hover-scale-3:hover [class*="-image"] .si-close, .hover-scale-3:hover [class*="-image"] .si-close-popup,
.hover-scale-3:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-3:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 4s ease infinite;
  -moz-animation: pulse 4s ease infinite;
  -ms-animation: pulse 4s ease infinite;
  animation: pulse 4s ease infinite; }

@-webkit-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@-moz-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@-ms-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

.carpet-float, .hover-float:hover [class*="-image"] .icon, .hover-float:hover [class*="-image"] .si-close, .hover-float:hover [class*="-image"] .si-close-popup,
.hover-float:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-float:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: carpet-float 1.6s ease infinite;
  -moz-animation: carpet-float 1.6s ease infinite;
  -ms-animation: carpet-float 1.6s ease infinite;
  animation: carpet-float 1.6s ease infinite; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box; }

html {
  color: #46413d;
  background: #fff;
  font: 18px/24px 'Raleway';
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  min-height: 100% !important;
  position: relative;
  overflow-x: auto !important; }
  @media all and (max-width: 660px) {
    html {
      min-width: 640px; } }

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

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

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

h1 {
  margin: 0;
      font: 600 50px/48px 'Raleway', sans-serif; }
  @media all and (max-width: 660px) {
    h1 {
      font: 600 64px/72px 'Raleway', sans-serif; } }

h2 {
  margin: 0;
  font: 600 56px/64px 'Raleway', sans-serif; }
  @media all and (max-width: 660px) {
    h2 {
      font: 600 64px/72px 'Raleway', sans-serif;
      text-align: center; } }

h3 {
  margin: 0;
  font: 600 32px/40px 'Lato', sans-serif; }

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

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

address {
  font-style: normal; }

dl {
  margin: 0;
  padding: 0; }

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

a, .underline, .dashed, .dotted {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00a1dd;
  text-decoration: none;
  cursor: pointer !important;
  line-height: 1.2; }
  a.dark, .dark.underline, .dark.dashed, .dark.dotted {
    color: #46413d;
    border-color: #46413d; }
  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: #ddb06f;
    border-color: #ddb06f; }
  .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: #ddb06f;
    border-color: #ddb06f; }
    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; }







.ftext 
    {font-size: 14px;}



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

.swiper-button-prev, .swiper-button-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: none !important;
  left: 0px; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-disabled.swiper-button-next {
    opacity: 0; }
  .swiper-button-prev:hover, .swiper-button-next:hover, .swiper-button-prev:active, .swiper-button-next:active {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  .swiper-button-prev .icon, .swiper-button-next .icon, .swiper-button-prev .si-close, .swiper-button-next .si-close, .swiper-button-prev .si-close-popup, .swiper-button-next .si-close-popup,
  .swiper-button-prev .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: #ddb06f;
    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: #ddb06f; }

.offtop {
  color: #bbb; }

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

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

.primary-text {
  background: #bbb; }

.accent-text {
  background: #ddb06f; }

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

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

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

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

.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: relative !important;
  color: #46413d;
  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: #fff; }

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

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

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

.placeholder {
  opacity: 1;
  color: #fff; }

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

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

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

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

:focus.placeholder {
  opacity: 0; }

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

input.si-error:-moz-placeholder, .hover-shake:hover [class*="-image"] input.icon:-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close:-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup:-moz-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon:-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"] textarea.si-close-popup:-moz-placeholder,
.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"] input.si-close-popup:-ms-input-placeholder,
.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"] textarea.si-close-popup:-ms-input-placeholder,
.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"] input.placeholder.si-close-popup,
.hover-shake:hover [class*="-image"] input.placeholder.svg-icon:not([class*="border-"]), textarea.si-error.placeholder, .hover-shake:hover [class*="-image"] textarea.placeholder.icon, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close-popup,
.hover-shake:hover [class*="-image"] 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"] input.si-close-popup[type=email],
.hover-shake:hover [class*="-image"] input.icon[type=tel], .hover-shake:hover [class*="-image"] input.si-close[type=tel], .hover-shake:hover [class*="-image"] input.si-close-popup[type=tel], .hover-shake:hover [class*="-image"] textarea.icon, .hover-shake:hover [class*="-image"] textarea.si-close, .hover-shake:hover [class*="-image"] textarea.si-close-popup, .hover-shake:hover [class*="-image"] input.si-close[type=text], .hover-shake:hover [class*="-image"] input.si-close-popup[type=text],
.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-bottom-color: #cb0707 !important; }

label {
  cursor: pointer !important; }

input[type=text], input[type=email],
input[type=tel], textarea {
  -webkit-appearance: none;
  display: block;
  color: #fff !important;
  width: 100%;
  background: no-repeat transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff;
  padding: 0 16px 16px;
  margin-bottom: 40px;
  font: 600 18px/32px 'Raleway', sans-serif; }
  @media all and (max-width: 660px) {
    input[type=text], input[type=email],
    input[type=tel], textarea {
      font-size: 24px;
      margin-bottom: 46px; } }

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

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

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

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

.jq-checkbox__div, .jq-radio__div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  background: #46413d !important;
  border-radius: 1px !important;
  opacity: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .checkbox-label:hover .jq-checkbox__div, .radio-label:hover .jq-checkbox__div, .checkbox-label:hover .jq-radio__div, .radio-label:hover .jq-radio__div,
  .checkbox-label:active .jq-checkbox__div,
  .radio-label:active .jq-checkbox__div,
  .checkbox-label:active .jq-radio__div,
  .radio-label:active .jq-radio__div,
  .jq-checkbox.checked .jq-checkbox__div,
  .checked.jq-radio .jq-checkbox__div,
  .jq-checkbox.checked .jq-radio__div,
  .checked.jq-radio .jq-radio__div {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1; }

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

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

.jq-selectbox {
  display: block !important;
  width: 100% !important; }
  .jq-selectbox li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #46413d !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: #46413d;
  height: 30px;
  padding: 0 35px 0 5px;
  border: 1px solid #fff !important;
  border-radius: 0;
  background: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important; }

.jq-selectbox__select-text {
  height: 30px; }
  
  .text32{display:none;}
@media all and (max-width: 660px) {
    .text32 {
           font-size: 25px;
    padding-top: 10px;
    display: block;
    text-align: center;} }

.jq-selectbox__trigger {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: auto;
  right: 0;
  width: 30px;
  height: 30px;
  border: 0 !important; }

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

.jq-selectbox__dropdown {
  color: #46413d;
  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-flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  height: 72px;
  cursor: pointer;
  border: 0;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  color: #fff !important;
  background: #ddb06f;
  font: 600 16px/1 'Raleway', sans-serif;
  letter-spacing: 1px; }
  @media all and (max-width: 660px) {
    .btn {
      font-size: 18px;
      height: 80px; } }
  .btn::before, .btn::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: -1; }
  .btn:hover, .btn:active {
    color: #fff !important;
    background: #916422; }
  .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: #46413d !important;
  background: #ddb06f; }
  .btn-accent:hover, .btn-accent:active {
    color: #fff !important;
    background: #bbb; }

.btn-bordered {
  color: #46413d !important;
  background: transparent;
  border: 3px solid #ddb06f; }

.btn-w-325 {
  width: 325px; }

.btn-w-238 {
  width: 238px; }

.btn-w-338 {
  width: 338px; }

@media all and (max-width: 660px) {
  .btn-mob-w-428 {
    width: 428px !important; } }

@media all and (max-width: 660px) {
  .btn-mob-w-365 {
    width: 365px !important; } }

@media all and (max-width: 660px) {
  .btn-mob-w-271 {
    width: 271px !important; } }

@media all and (max-width: 660px) {
  .btn-mob-w-384 {
    width: 384px !important; } }

.btn-order {
  width: 120px;
  height: 42px;
  border: 1px solid #ddb06f;
  font: 700 12px/1 'Raleway', sans-serif;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #46413d;
  margin: auto;
  letter-spacing: 0.6px; }
  @media all and (max-width: 660px) {
    .btn-order {
      width: 180px;
      height: 56px;
      font-size: 16px; } }
  .btn-order:hover {
    background-color: #ddb06f;
    color: #fff; }

.btn-with-icon svg {
  margin-right: 10px; }

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

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

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

.icon, .si-close, .si-close-popup {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.will-change {
  background: none; }
  .will-change::before, .will-change::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    overflow: hidden; }
  .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: 40px !important;
  height: 40px !important;
  fill: #46413d; }
  .close:hover svg path, .si-close:hover svg path {
    fill: #ddb06f; }
  .close svg path, .si-close svg path {
    -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; }

.layout-header {
  position: relative !important;
  background: white;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 50;
  padding-top: 16px;
  padding-bottom: 20px; }
  @media all and (max-width: 660px) {
    .layout-header {
      padding-top: 10px; } }
  .layout-header::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: '';
    width: 1168px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 584px);
    background-color: #f1f1f1; }
  .layout-header.active {
    background-color: #fff; }
    .layout-header.active::before {
      width: 100%;
      left: 0; }
  .layout-header .si-phone {
    padding-top: 0px; }
    @media all and (max-width: 660px) {
      .layout-header .si-phone {
        text-align: center;
        width: 100%; } }

.logo {
  display: inline-block;
  font: bold 16px/1 'Raleway', sans-serif;
  text-transform: uppercase;
  margin-top: 14px; }

.si-phone {
  display: inline-block; }
  .si-phone .si-phone-text {
    margin-bottom: 0px; }
  .si-phone .phone-link {
    display: inline-block;
    margin-right: 20px;
    font: 600 16px/1 'Raleway', sans-serif;
    transform: translateY(2px); }
    @media all and (max-width: 660px) {
      .si-phone .phone-link {
        font-size: 24px;
        margin-right: 4px;
        transform: translate(-23px, 3px); } }
  .si-phone .consult {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 42px;
    border: 1px solid #ddb06f;
    text-transform: uppercase;
    font: bold 12px/1 'Raleway', sans-serif;
    letter-spacing: 0.6px; }
    @media all and (max-width: 660px) {
      .si-phone .consult {
        width: 121px;
        height: 56px;
        font-size: 16px; } }
    .si-phone .consult:hover {
      background-color: #ddb06f;
      color: #fff; }

.global-nav {
  padding: 0;
  margin: 8px 0 0; }
  .global-nav li {
    display: inline-block; }
    .global-nav li:not(:first-child) {
      margin-left: 28px; }
  .global-nav a, .global-nav .underline, .global-nav .dashed, .global-nav .dotted {
    font: 600 12px/1 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px; }

.btn-min {
  padding: 14px 10px;
  height: auto;
  width: auto;
  font: bold 12px/1 'Raleway', sans-serif;
  letter-spacing: 0.6px;
  background-color: transparent;
  color: #46413d !important;
  border: 1px solid #ddb06f !important;
  margin-top: 10px; }
  @media all and (max-width: 660px) {
    .btn-min {
      height: 56px;
      font-size: 16px;
      padding: 14px 20px; } }
  .btn-min:hover {
    background-color: #ddb06f; }

.layout-footer {
  padding: 40px 0 50px; }
  @media all and (max-width: 660px) {
    .layout-footer {
      text-align: center !important; } }
      
      
      
  .layout-footer .logo {
         margin: 12px 3px 10px -7px;}
         
         
         @media all and (max-width: 660px) {
    .layout-footer .logo {
      margin: 12px 3px 10px 0px; } }
         
  .layout-footer .si-phone-footer {
    padding-top: 0px; }
    @media all and (max-width: 660px) {
      .layout-footer .si-phone-footer {
        text-align: center; } }
    .layout-footer .si-phone-footer a, .layout-footer .si-phone-footer .underline, .layout-footer .si-phone-footer .dashed, .layout-footer .si-phone-footer .dotted {
      font: 400 16px/24px 'Raleway', sans-serif;
      display: inline-block; }
      @media all and (max-width: 660px) {
        .layout-footer .si-phone-footer a, .layout-footer .si-phone-footer .underline, .layout-footer .si-phone-footer .dashed, .layout-footer .si-phone-footer .dotted {
          font-size: 18px; } }
      .layout-footer .si-phone-footer a span, .layout-footer .si-phone-footer .underline span, .layout-footer .si-phone-footer .dashed span, .layout-footer .si-phone-footer .dotted span {
        border-bottom: 1px solid #46413d; }
    .layout-footer .si-phone-footer .phone-link {
      font-weight: 600 !important; }
    .layout-footer .si-phone-footer .mail-link {
      margin-bottom: 14px; }
    @media all and (max-width: 660px) {
      .layout-footer .si-phone-footer .phone-link, .layout-footer .si-phone-footer .mail-link {
        font-size: 24px; } }

.address-footer {
  font: 400 16px/24px 'Raleway', sans-serif;
  width: 300px; }
  @media all and (max-width: 660px) {
    .address-footer {
      font: 400 18px/32px 'Raleway', sans-serif;
      width: 500px;
      margin: 0 auto 20px; } }

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: relative !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  background: rgba(70, 65, 61, 0.8);
  z-index: 203; }

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

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

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

.si-close {
  position: absolute !important;
  top: 15px;
  right: 15px; }
  @media all and (max-width: 660px) {
    .si-close {
      top: 48px;
      left: calc(50% - 16px); } }

.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: #46413d;
  background: #fff;
  padding: 80px 100px;
  width: 1168px;
  margin: 50px auto; }
  @media all and (max-width: 660px) {
    .si-modal, .si-success-modal {
      width: 576px;
      padding: 112px 32px 80px; } }
  .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;
      margin-top: 25px; }
  .si-modal input, .si-success-modal input, .si-modal textarea, .si-success-modal textarea {
    border-bottom-color: #5a5a5a;
    color: #5a5a5a !important; }
  .si-modal ::-webkit-input-placeholder, .si-success-modal ::-webkit-input-placeholder {
    opacity: 1;
    color: #5a5a5a; }
  .si-modal :-moz-placeholder, .si-success-modal :-moz-placeholder {
    opacity: 1;
    color: #5a5a5a; }
  .si-modal ::-moz-placeholder, .si-success-modal ::-moz-placeholder {
    opacity: 1;
    color: #5a5a5a; }
  .si-modal :-ms-input-placeholder, .si-success-modal :-ms-input-placeholder {
    opacity: 1;
    color: #5a5a5a; }
  .si-modal .placeholder, .si-success-modal .placeholder {
    opacity: 1;
    color: #5a5a5a; }

.modal-form-title, .si-success-modal-title {
  margin-bottom: 16px;
  font: 600 56px/64px 'Raleway', sans-serif; }
  @media all and (max-width: 660px) {
    .modal-form-title, .si-success-modal-title {
      margin-bottom: 32px; } }

.modal-time, .success-time {
  margin-bottom: 48px;
  font: 600 22px/32px 'Raleway', sans-serif;
  color: #ddb06f; }
  @media all and (max-width: 660px) {
    .modal-time, .success-time {
      font: 600 32px/40px 'Raleway', sans-serif; } }

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

.si-success-modal {
  width: 768px; }
  @media all and (max-width: 660px) {
    .si-success-modal {
      width: 576px; } }
  .si-success-modal strong {
    display: block;
    font: 400 18px/32px 'Raleway', sans-serif;
    color: #5a5a5a; }
  .si-success-modal p, .si-success-modal ul.marked {
    font: 600 22px/32px 'Raleway', sans-serif;
    color: #46413d; }

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

.si-page-message-inner {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  transition-duration: 0.5s;
  opacity: 0;
  position: relative; }
  .si-page-message-inner.show {
    opacity: 1; }
  .si-page-message-inner .centered {
    display: table;
    width: 100%;
    height: 100%; }

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

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

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

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

.nav.nav-tabs {
  width: 100%;
  text-align: center; }

.tab-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer !important; }

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

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

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

.section-advantages .col-1-3 {}

  nav {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  span.nav-toggle {
    text-align: center;
font-size: 30px;
display: block;
height: 50px;
width: 50px;
position: relative;
top: 4px;
  }


.top{
  padding-bottom: 15px;
    border-bottom: 1px solid #0000001a;
    display: flex;
    justify-content: center;
}

.text2 {
  font-family: 'Lato';
  text-align:left;
  width:33%;
  font-size: 13px;
  font-weight: 600;
}

.text2 img {
      margin-top: 5px;
}

.text3 {
  font-family: 'Lato';
  text-align:right;
    width:33%;
  font-size: 13px;
  font-weight: 600;
}

.text3 img {
      margin-top: -2px;
}


.mess {margin-left: 2px;}

.text2 .btn-order {
      margin-right: 265px;
      width: 140px;
}

.nav .js-menu ul li {
  font-size: 30px;
font-weight: 600;
}

  .logo {
    width:33%;
    margin: 40px 0 40px 0;
    text-align: center;
    width:33%;
  }

  .logo img{height: 55px;}

  .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
  }

  span.circle-1 {
    background-color: #0e89a0;
    width: 20px;
    height: 20px;
  }

  span.circle-2 {
    background-color: #e7e7da;
    width: 30px;
    height: 30px;
  }

  span.circle-3 {
    background-color: #ddc249;
    width: 40px;
    height: 40px;
  }

  ul {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  ul li {
    list-style-type: none;
    font-size: 15px;
    cursor: pointer;
    margin: 20px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-width: 1px;
    padding: 5px 50px;
  }

  ul li:first-child{
    margin-top: 0;
  }

  ul li:hover {
    opacity: 0.5;
  }

  .active{
  display: block;
  }

@media screen and (max-width: 801px) {

  .layout-header ul li{
    font-size: 25px;
    font-weight: 600;
  }

  .layout-header ul li:first-child{
      margin-top: 21px;
  }

}
  /* responsive */

  @media screen and (min-width: 800px) {
    nav {
      margin-top: 20px;
  margin-bottom: -15px;
  flex-direction: row;
      height: 30px;
    }

    .logo {
      width: 33%;
      margin: 0;
      margin-top: 5px;

    }

    ul {
      display: flex;

      width: 100%;
      flex-direction: row;
    }

    ul li {
      font-weight: 600;
      display: inline-block;
      margin: 0 70px 0 0;
      text-align: left;
      border-bottom-style: none;
      padding: 0;
    }


.layout-footer p{
    height: 24px;
  margin: 0 0 0px;
}


    span.nav-toggle {
      display: none;
    }
  }


.section-heading {
  background: url(../images/1bg.jpg) no-repeat 50% 0% transparent;
      padding: 200px 0 35px;
      position: relative;
      overflow: hidden;}
  @media all and (max-width: 660px) {


    .section-heading {
   padding: 185px 0 262px;
    text-align: center;
    height: 1122px;
    background-position: 4% 98%; } }
  .section-heading::after {
    content: '';
    width: 100%;

    background-color: #ddb06f;
    position: absolute;
    bottom: 0;
    left: 0; }
  .section-heading h1 {
    color: #1c1c1c;
    text-transform: uppercase;
      margin-bottom: 60px;
      position: relative;
      z-index: 2;}
    @media all and (max-width: 660px) {
      .section-heading h1 {
            padding-top: 50px;
    margin-bottom: 18px; } }
  @media all and (max-width: 660px) {
    .section-heading br {
      display: none; } }

.h1-title {
  font: 600 14px/24px 'Raleway', sans-serif;
letter-spacing: 1.4px;
text-transform: uppercase;
color: #ddb06f;
position: relative;
    margin: 0 0 44px 48px;}
  @media all and (max-width: 660px) {
    .h1-title {
      font: 600 18px/24px 'Raleway', sans-serif;
      width: 450px;
      margin: 0 auto 10px; } }
  .h1-title::before {
    content: '';
    width: 32px;
    height: 1px;
    background-color: #ddb06f;
    position: absolute;
    top: 11px;
    left: -48px; }
    @media all and (max-width: 660px) {
      .h1-title::before {
        left: calc(50% - 16px);
        top: -24px; } }

.complect-cost {
  font: bold 24px/36px 'Raleway', sans-serif;
  margin-bottom: 26px; }
  @media all and (max-width: 660px) {
    .complect-cost {
      font: bold 32px/44px 'Raleway', sans-serif;
      margin-bottom: 36px; } }
  .complect-cost span {
    color: #ddb06f;
    text-decoration: line-through;
    font-weight: 400; }

.block-house {
  position: absolute;
      top: 25px;
      right: 50px;
  }
  @media all and (max-width: 660px) {
    .block-house {
      position: absolute;
      top: auto;
      bottom: -766px;
      right: -78px; } }
  .block-house img {
    height: 400px;
    max-width: none; }
    @media all and (max-width: 660px) {
      .block-house img {
        height: 330px;
          position: relative;
      top: -330px;
          left: -193px;
} }
  .block-house .p-1 {
    top: 442px;
    left: 630px; }
    @media all and (max-width: 660px) {
      .block-house .p-1 {
        top: 336px;
        left: 465px; } }
    .block-house .p-1 + .point-info-text {
      top: 326px;
      left: 518px; }
      @media all and (max-width: 660px) {
        .block-house .p-1 + .point-info-text {
          top: 208px;
          left: 360px; } }
  .block-house .p-2 {
    top: 432px;
    left: 900px; }
    @media all and (max-width: 660px) {
      .block-house .p-2 {
        top: 323px;
        left: 677px; } }
    .block-house .p-2 + .point-info-text {
      top: 316px;
      left: 787px; }
      @media all and (max-width: 660px) {
        .block-house .p-2 + .point-info-text {
          top: 162px;
          left: 572px; } }
  .block-house .p-3 {
    top: 426px;
    left: 963px; }
    @media all and (max-width: 660px) {
      .block-house .p-3 {
        top: 323px;
        left: 760px; } }
    .block-house .p-3 + .point-info-text {
      top: 310px;
      left: 850px; }
      @media all and (max-width: 660px) {
        .block-house .p-3 + .point-info-text {
          top: 192px;
          left: 654px; } }
  .block-house .p-4 {
    top: 580px;
    left: 913px; }
    @media all and (max-width: 660px) {
      .block-house .p-4 {
        top: 428px;
        left: 689px; } }
    .block-house .p-4 + .point-info-text {
      top: 440px;
      left: 800px; }
      @media all and (max-width: 660px) {
        .block-house .p-4 + .point-info-text {
          top: 270px;
          left: 584px; } }

.point-info {
  -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: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../images/plus.png") no-repeat 50% 50% #ddb06f;
  position: absolute;
  z-index: 2; }
  @media all and (max-width: 660px) {
    .point-info {
      width: 50px;
      height: 50px;
      background-image: url("../images/plus-m.png"); } }
  .point-info:hover {
    background-color: #ba802c; }
    .point-info:hover::before {
      width: 32px;
      height: 32px;
      top: calc(50% - 16px);
      left: calc(50% - 16px); }
      @media all and (max-width: 660px) {
        .point-info:hover::before {
          width: 50px;
          height: 50px;
          top: calc(50% - 25px);
          left: calc(50% - 25px); } }
    .point-info:hover + .point-info-text {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px); }
  .point-info::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: '';
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(221, 176, 111, 0.3);
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    z-index: -1; }
    @media all and (max-width: 660px) {
      .point-info::before {
        width: 80px;
        height: 80px;
        top: calc(50% - 40px);
        left: calc(50% - 40px); } }

.point-info-text {
  -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: 400 16px/24px 'Raleway', sans-serif;
  color: #fff;
  background-color: #ddb06f;
  width: 250px;
  padding: 15px;
  position: absolute;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transform: translateY(5px); }
  @media all and (max-width: 660px) {
    .point-info-text {
      font: 400 18px/28px 'Raleway', sans-serif; } }
  .point-info-text::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 10px 0 10px;
    border-color: #ddb06f transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 5px); }

.section-advantages {
  padding: 66px 0 30px; }
  @media all and (max-width: 660px) {
    .section-advantages {
      padding: 24px 0 30px; } }
  .section-advantages h2 {
    margin: 94px 0 64px; }
    @media all and (max-width: 660px) {
      .section-advantages h2 {
        margin: 80px 0 56px; } }
  .section-advantages h3 {
    margin-top: 56px;
    position: relative; }
    @media all and (max-width: 660px) {
      .section-advantages h3 {
        text-align: center;
        margin: 56px 0 48px; } }
    .section-advantages h3:hover + .why-block {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
    .section-advantages h3 i {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ddb06f;
      font: 700 16px/1 'Lato', sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      bottom: 6px;
    right: 165px;}
      @media all and (max-width: 660px) {
        .section-advantages h3 i {
              right: 10px; } }
    .section-advantages h3 span {
      border-bottom: 2px dashed #ddb06f; }

.why-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;
  font: 400 18px/32px 'Raleway', sans-serif;
  padding: 20px 30px;
  background-color: #ddb06f;
  color: #fff;
  position: absolute;
  top: 42px;
  left: 330px;
  width: 370px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95); }
  @media all and (max-width: 660px) {
    .why-block {
      font: 400 24px/32px 'Raleway', sans-serif;
      top: 192px;
      left: calc(50% - 180px); } }
  .why-block::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #ddb06f transparent transparent;
    position: absolute;
    left: -20px;
    top: calc(50% - 105px); }
    @media all and (max-width: 660px) {
      .why-block::before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 20px 20px;
        border-color: transparent transparent #ddb06f transparent;
        top: -20px;
        left: calc(50% - 10px); } }

.advantages-top-item {
  color: #5a5a5a;
  font: 400 18px/32px 'Lato', sans-serif;
  width: 255px;
  height: 232px;
  display: inline-block;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  float: left !important;
  padding: 50px 0 0 48px; }
  @media all and (max-width: 660px) {
    .advantages-top-item {
      width: 193px;
      font-size: 24px;
      padding: 44px 0 0 22px; } }
  .advantages-top-item::before {
    content: '';
    display: block;
    clear: both; }
  .advantages-top-item:last-child {
    border-right-color: transparent; }
  .advantages-top-item .advantages-title {
    font: 400 18px/72px 'Lato', sans-serif;
    position: relative;
    margin-bottom: 12px; }
    @media all and (max-width: 660px) {
      .advantages-top-item .advantages-title {
        font-size: 24px; } }
    .advantages-top-item .advantages-title::before {
      content: '';
      width: 32px;
      height: 1px;
      background-color: #ddb06f;
      position: absolute;
      bottom: 0px;
      left: 0; }
    .advantages-top-item .advantages-title b {
      font-size: 48px;
      color: #ddb06f; }
      @media all and (max-width: 660px) {
        .advantages-top-item .advantages-title b {
          font-size: 64px; } }

.advantages-item {
  margin-bottom: 50px;
  position: relative; }
  @media all and (max-width: 660px) {
    .advantages-item {
      padding-left: 152px;
      margin-bottom: 41px; } }
  .advantages-item .advantages-icon {
    height: 88px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 42px; }

    .advantages-item .advantages-icon img{
      height:100px;
    }
    @media all and (max-width: 660px) {
      .advantages-item .advantages-icon {
        position: absolute;
        top: 0;
        left: 0;
        align-items: flex-start; } }
    @media all and (max-width: 660px) {
      .advantages-item .advantages-icon svg {
        width: 110px;
        height: 110px; } }
  .advantages-item .advantages-title {
    font: 600 22px/1 'Raleway', sans-serif;
    position: relative;
    margin-bottom: 42px; }
    @media all and (max-width: 660px) {
      .advantages-item .advantages-title {
        font: 600 32px/40px 'Raleway', sans-serif; } }
    .advantages-item .advantages-title::before {
      content: '';
      width: 32px;
      height: 3px;
      background-color: #ddb06f;
      position: absolute;
      bottom: -26px;
      left: 0; }
  .advantages-item .advantages-text {
    font: 400 18px/32px 'Raleway', sans-serif;
    color: #5a5a5a;
    width: 82%; }
    @media all and (max-width: 660px) {
      .advantages-item .advantages-text {
        font: 400 24px/40px 'Raleway', sans-serif;
        width: 100%; } }

.advantages-color-list {
  margin: 56px 0 0;
  padding: 0;
  width: 244px; }
  @media all and (max-width: 660px) {
    .advantages-color-list {
      width: 390px; } }
  .advantages-color-list li {
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 5px solid #46413d;
    border-radius: 50%;
    margin: 0 12px 12px 0; }
    .advantages-color-list li:nth-child(1) {
      background-color: #eaeef1; }
    .advantages-color-list li:nth-child(2) {
      background-color: #eef0ef; }
    .advantages-color-list li:nth-child(3) {
      background-color: #f2eee5; }
    .advantages-color-list li:nth-child(4) {
      background-color: #f8edd7;
      margin-right: 0; }
      @media all and (max-width: 660px) {
        .advantages-color-list li:nth-child(4) {
          margin-right: 12px; } }
    .advantages-color-list li:nth-child(5) {
      background-color: #8f5f39; }
    .advantages-color-list li:nth-child(6) {
      background-color: #70644c; }
    .advantages-color-list li:nth-child(7) {
      background-color: #da7973; }
    .advantages-color-list li:nth-child(8) {
      background-color: #5c8655;
      margin-right: 0; }

.section-catalog {
         padding: 60px 0 15px; }
  @media all and (max-width: 660px) {
    .section-catalog {
    padding: 48px 0 0px; } }
  .section-catalog h2 {
    margin-bottom: 66px; }
    @media all and (max-width: 660px) {
      .section-catalog h2 {
        margin-bottom: 48px; } }

.h2-title {
  font: 600 14px/24px 'Raleway', sans-serif;
  color: #ddb06f;
  padding-left: 48px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 14px; }
  @media all and (max-width: 660px) {
    .h2-title {
      text-align: center;
      padding-left: 0px;
      font-size: 18px; } }
  .h2-title::before {
    content: '';
    width: 32px;
    height: 1px;
    background-color: #ddb06f;
    position: absolute;
    left: 0;
    top: 11px; }
    @media all and (max-width: 660px) {
      .h2-title::before {
        top: -28px;
        left: calc(50% - 16px); } }
  .h2-title.h2-center {
    padding-left: 0; }
    .h2-title.h2-center::before {
      display: none; }
    .h2-title.h2-center span {
      position: relative; }
      .h2-title.h2-center span::before, .h2-title.h2-center span::after {
        content: '';
        width: 32px;
        height: 1px;
        background-color: #ddb06f;
        position: absolute;
        top: 5px; }
      .h2-title.h2-center span::before {
        left: -46px; }
      .h2-title.h2-center span::after {
        right: -46px; }

.catalog-top-info {
  height: 160px;
  width: 460px;
  border-left: 6px solid #ddb06f;
  padding-left: 48px;
  font: 400 18px/32px 'Raleway', sans-serif;
  color: #5a5a5a;
  position: absolute;
  top: 4px;
  left: calc(50% + 118px);
  align-items: center;
  display: flex; }
  @media all and (max-width: 660px) {
    .catalog-top-info {
      top: 0;
      left: 0;
      position: relative;
      font: 400 24px/40px 'Raleway', sans-serif;
      height: 220px;
      width: 530px;
      margin-bottom: 48px; } }

.catalog-item {
  text-align: center;
  margin-bottom: 52px; }
  @media all and (max-width: 660px) {
    .catalog-item {
      margin-bottom: 62px; } }
  .catalog-item:hover .catalog-item-image img {
    transform: scale(1.15); }
  .catalog-item .catalog-item-image {
    height: 268px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden; }
    .catalog-item .catalog-item-image img {
      transition: transform .5s ease-in; }
  .catalog-item .catalog-item-name {
    font: 600 18px/32px 'Raleway', sans-serif;
    margin-bottom: 4px; }
    @media all and (max-width: 660px) {
      .catalog-item .catalog-item-name {
        font-size: 24px; } }
  .catalog-item .catalog-item-text {
    font: 400 16px/24px 'Raleway', sans-serif;
    margin-bottom: 4px; }
    @media all and (max-width: 660px) {
      .catalog-item .catalog-item-text {
        font-size: 18px; } }
  .catalog-item .catalog-item-cost {
    font: 600 24px/32px 'Raleway', sans-serif;
    margin-bottom: 24px; }
    @media all and (max-width: 660px) {
      .catalog-item .catalog-item-cost {
        font-size: 32px; } }
    .catalog-item .catalog-item-cost span {
      font-weight: 500; }

.section-discount {
  background: url("../images/discount-bg.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 146px 0 14px;
  color: #fff; }
  @media all and (max-width: 660px) {
    .section-discount {
      padding: 146px 0 120px; } }
  .section-discount::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
  }
  .section-discount h2 {
    margin-bottom: 40px;
    font: 600 40px/48px 'Raleway', sans-serif; }
    @media all and (max-width: 660px) {
      .section-discount h2 {
        font: 600 56px/1 'Raleway', sans-serif;
        margin-bottom: 50px; } }

.discount-block {
  border: 20px solid #fff;
  transform: translateY(-66px);
  padding: 80px 0 106px 38px;
  position: relative; }
  @media all and (max-width: 660px) {
    .discount-block {
      width: 368px;
      height: 368px;
      transform: translateY(0px);
      margin: 0 auto 64px; } }
  .discount-block::before {
    content: '';
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background-color: #ddb06f;
    position: absolute;
    top: 79px;
    right: 70px;
    z-index: -1; }
  .discount-block .discount-title {
    font: 700 24px/28px 'Raleway', sans-serif; }
  .discount-block .discount-num {
    font: 900 120px/86px 'Raleway', sans-serif; }

.section-equipment {
  padding: 200px 0 50px; }
  @media all and (max-width: 660px) {
    .section-equipment {
      padding: 200px 0 20px;
      text-align: center; } }
  .section-equipment h2 {
    margin-bottom: 62px; }
    @media all and (max-width: 660px) {
      .section-equipment h2 {
        margin-bottom: 56px; } }


@media all and (max-width: 801px) {

.top {display:none;}
}



.equipment-image {
  background-color: #e8e8e88a;
  height: 462px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media all and (max-width: 660px) {
    .equipment-image {
      height: 388px;
      width: 550px; } }
  .equipment-image::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border: 3px solid #ddb06f;
    bottom: -34px;
    left: -32px;
    z-index: -1; }
    @media all and (max-width: 660px) {
      .equipment-image::before {
        bottom: -26px;
        left: -26px; } }
  .equipment-image.eq-1 {
    margin-bottom: 114px; }
    @media all and (max-width: 660px) {
      .equipment-image.eq-1 {
        margin: 0 0 8px 28px; } }
  .equipment-image.eq-2 {
    height: 456px; }
    @media all and (max-width: 660px) {
      .equipment-image.eq-2 {
        height: 376px; } }
    .equipment-image.eq-2::before {
      left: auto;
      right: -32px; }
      @media all and (max-width: 660px) {
        .equipment-image.eq-2::before {
          right: -26px; } }

.equipment-item {
  margin-top: 52px; }
  @media all and (max-width: 660px) {



    .equipment-item {
      width: 460px;
      margin: 52px auto 72px; } }
  .equipment-item.i-2 {
    margin-top: 110px; }
    @media all and (max-width: 660px) {
      .equipment-item.i-2 {
        margin-top: 60px; } }
  .equipment-item .equipment-item-title {
    font: 600 24px/32px 'Raleway', sans-serif; }
    @media all and (max-width: 660px) {
      .equipment-item .equipment-item-title {
        font: 600 32px/40px 'Raleway', sans-serif; } }
  .equipment-item .equipment-item-cost {
    font: 600 40px/48px 'Raleway', sans-serif;
    position: relative;
    color: #ddb06f;
    margin-bottom: 42px; }
    @media all and (max-width: 660px) {
      .equipment-item .equipment-item-cost {
        font: 600 56px/1 'Raleway', sans-serif;
        margin-bottom: 48px; } }
    .equipment-item .equipment-item-cost::before {
      content: '';
      width: 32px;
      height: 3px;
      background-color: #ddb06f;
      position: absolute;
      bottom: -25px;
      left: 0; }
      @media all and (max-width: 660px) {
        .equipment-item .equipment-item-cost::before {
          left: calc(50% - 16px); } }
  .equipment-item .equipment-item-text {
    font: 400 18px/32px 'Raleway', sans-serif;
    color: #5a5a5a;
    width: 80%;
    margin-bottom: 40px; }
    @media all and (max-width: 660px) {
      .equipment-item .equipment-item-text {
        font: 400 24px/40px 'Raleway', sans-serif;
        width: 100%;
        margin-bottom: 32px; } }
  .equipment-item h2 {
    margin-bottom: 36px; }
  .equipment-item .equipment-list {
    margin-left: 18px;
    padding: 0; }
    .equipment-item .equipment-list li {
      color: #ddb06f;
      margin-bottom: 16px;
      font: 400 18px/32px 'Raleway', sans-serif; }
      @media all and (max-width: 660px) {
        .equipment-item .equipment-list li {
          list-style-type: none;
          font: 400 24px/40px 'Raleway', sans-serif; } }
      .equipment-item .equipment-list li span {
        color: #5a5a5a;
        position: relative; }
        @media all and (max-width: 660px) {
          .equipment-item .equipment-list li span::before {
            content: '';
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #ddb06f;
            position: absolute;
            top: 12px;
            left: -20px; } }
        .equipment-item .equipment-list li span b {
          color: #46413d; }

.section-portfolio {
      padding: 0px 0 50px; }
  @media all and (max-width: 660px) {
    .section-portfolio {
      padding: 18px 0 50px; } }
  .section-portfolio h2 {
    margin-bottom: 64px; }
    @media all and (max-width: 660px) {
      .section-portfolio h2 {
        margin-bottom: 46px; } }

.portfolio-items-block {
  position: relative;
  height: 936px; }
  @media all and (max-width: 660px) {
    .portfolio-items-block {
      height: 1145px; } }
  .portfolio-items-block .portfolio-items-wrap {
    margin: 50px;
    position: absolute;
    top: 50%;
    left: 50%; }
    @media all and (max-width: 660px) {
      .portfolio-items-block .portfolio-items-wrap {
        top: 41%; } }

.portfolio-item {
  position: absolute;
  line-height: 0;
  display: inline-block; }
  @media all and (max-width: 660px) {
    .portfolio-item {
      overflow: hidden; } }
  .portfolio-item:hover::before {
    opacity: 0.3; }
  .portfolio-item::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background-color: #000;
    opacity: 0; }
  .portfolio-item.i-1 {
    margin-top: -518px;
    margin-left: -1010px;
    width: 444px;
    height: 576px; }
    @media all and (max-width: 660px) {
      .portfolio-item.i-1 {
        width: 272px;
        height: 334px;
        margin-left: -338px; } }
  .portfolio-item.i-2 {
    width: 468px;
    height: 328px;
    margin-top: -518px;
    margin-left: -534px; }
    @media all and (max-width: 660px) {
      .portfolio-item.i-2 {
        width: 272px;
        height: 190px;
        margin-left: -34px; } }
  .portfolio-item.i-3 {
    width: 468px;
    height: 576px;
    margin-top: -518px;
    margin-left: -34px; }
    @media all and (max-width: 660px) {
      .portfolio-item.i-3 {
        margin-left: -338px;
        margin-top: 70px;
        width: 272px;
        height: 332px; } }
  .portfolio-item.i-4 {
    width: 444px;
    height: 326px;
    margin-top: -518px;
    margin-left: 466px; }
    @media all and (max-width: 660px) {
      .portfolio-item.i-4 {
        width: 272px;
        height: 190px;
        margin-left: -34px;
        margin-top: 70px; } }
  .portfolio-item.i-5 {
    width: 444px;
    height: 328px;
    margin-top: 90px;
    margin-left: -1010px; }
    @media all and (max-width: 660px) {
      .portfolio-item.i-5 {
        width: 272px;
        height: 190px;
        margin-left: -338px;
        margin-top: -152px; } }
  .portfolio-item.i-6 {
    width: 468px;
    height: 576px;
    margin-top: -158px;
    margin-left: -534px; }
    @media all and (max-width: 660px) {
      .portfolio-item.i-6 {
        margin-left: -34px;
        margin-top: -296px;
        width: 270px;
        height: 333px; } }
  .portfolio-item.i-7 {
    width: 468px;
    height: 328px;
    margin-top: 90px;
    margin-left: -34px; }
    @media all and (max-width: 660px) {
      .portfolio-item.i-7 {
        margin-left: -338px;
        margin-top: 434px;
        width: 272px;
        height: 193px; } }
  .portfolio-item.i-8 {
    width: 444px;
    height: 576px;
    margin-top: -158px;
    margin-left: 466px; }
    @media all and (max-width: 660px) {
      .portfolio-item.i-8 {
        width: 272px;
        height: 336px;
        margin-left: -34px;
        margin-top: 290px; } }

.section-step {
  padding: 72px 0 50px; }
  @media all and (max-width: 660px) {
    .section-step {
      padding: 96px 0 0px; } }
  .section-step h2 {
    margin-bottom: 78px; }

.step-item {
  position: relative; }
  @media all and (max-width: 660px) {
    .step-item {
      text-align: center;
      margin-bottom: 147px; } }
  .step-item::after {
    content: '';
    background: url("../svg/arrow-right.svg") no-repeat;
    width: 65px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0; }
    @media all and (max-width: 660px) {
      .step-item::after {
        right: calc(50% - 33px);
        top: auto;
        bottom: -71px;
        transform: rotate(90deg); } }
  .step-item.last::after {
    display: none; }
  @media all and (max-width: 660px) {
    .step-item.i-2 .step-item-icon::before {
      right: 125px; } }
  @media all and (max-width: 660px) {
    .step-item.i-2 .step-item-icon svg {
      width: 180px; } }
  .step-item .step-item-icon {
    height: 56px;
    display: inline-block;
    position: relative;
    margin-bottom: 42px; }
    @media all and (max-width: 660px) {
      .step-item .step-item-icon {
        display: block;
        margin-bottom: 46px;
        height: 100px; } }
    .step-item .step-item-icon::before {
      content: attr(data-attr);
      font: 400 72px/1 'Raleway', sans-serif;
      color: #e5e5e5;
      position: absolute;
      top: -13px;
      right: -58px;
      z-index: -1; }
      @media all and (max-width: 660px) {
        .step-item .step-item-icon::before {
          font-size: 130px;
          right: 185px; } }
    @media all and (max-width: 660px) {
      .step-item .step-item-icon svg {
        width: 100px;
        height: 100px;
        transform: translateX(-50px); } }
  .step-item .step-item-title {
    font: 600 22px/1 'Raleway', sans-serif;
    margin-bottom: 18px; }
    @media all and (max-width: 660px) {
      .step-item .step-item-title {
        font-size: 32px; } }
  .step-item .step-item-text {
    font: 400 18px/32px 'Raleway', sans-serif;
    color: #5a5a5a;
    width: 90%; }
    @media all and (max-width: 660px) {
      .step-item .step-item-text {
        font: 400 24px/40px 'Raleway', sans-serif;
        margin: 0 auto; } }



.section-faq {
  padding: 48px 0 80px; }
  @media all and (max-width: 660px) {
    .section-faq {
         padding: 25px 0 80px;} }
  .section-faq h2 {
    margin-bottom: 40px; }
    @media all and (max-width: 660px) {
      .section-faq h2 {
        margin-bottom: 80px; } }

.question-symbol {
  width: 240px;
  height: 240px;
  border: 20px solid #ddb06f;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 900 120px/1 'Raleway', sans-serif; }

.questions-block {
  margin-top: 50px; }

.question-item {
  position: relative;
  padding-left: 120px;
  margin-bottom: 64px; }
  @media all and (max-width: 660px) {
    .question-item {
      padding-left: 106px; } }
  .question-item.active .question-text span {
    border-bottom-color: transparent; }
  .question-item.active .question-icon {
    background-color: #ddb06f; }
    .question-item.active .question-icon::before {
      background-color: #fff; }
    .question-item.active .question-icon::after {
      display: none; }
  .question-item .question {
    position: relative; }
  .question-item .question-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;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddb06f;
    background-color: transparent;
    position: absolute;
    top: calc(50% - 20px);
    left: -90px;
    cursor: pointer; }
    @media all and (max-width: 660px) {
      .question-item .question-icon {
        left: -72px; } }
    .question-item .question-icon::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 14px;
      height: 1px;
      background-color: #46413d; }
    .question-item .question-icon::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 14px;
      width: 1px;
      background-color: #46413d; }
  .question-item .question-text {
    font: 600 22px/32px 'Raleway', sans-serif;
    cursor: pointer; }
    @media all and (max-width: 660px) {
      .question-item .question-text {
        font: 600 24px/40px 'Raleway', sans-serif; } }
    .question-item .question-text span {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-bottom: 1px dashed #ddb06f; }
  .question-item .answer {
    font: 400 18px/32px 'Raleway', sans-serif;
    color: #5a5a5a;
    margin-top: 18px; }
    @media all and (max-width: 660px) {
      .question-item .answer {
        font: 400 24px/40px 'Raleway', sans-serif; } }

.map-holder {
  height: 552px; }
  @media all and (max-width: 660px) {
    .map-holder {
      height: 930px; } }

.address-map-block {
  background-color: #fff;
  position: absolute;
  top: 82px;
  left: calc(50% - 484px);
  z-index: 2;
  width: 468px;
  padding: 58px 26px 58px 72px; }
  @media all and (max-width: 660px) {
    .address-map-block {
      left: calc(50% - 288px);
      padding: 90px 72px 72px;
      width: 576px; } }
  .address-map-block h2 {
    font: 600 40px/48px 'Raleway', sans-serif;
    margin-bottom: 24px; }
    @media all and (max-width: 660px) {
      .address-map-block h2 {
        font-size: 56px; } }
  .address-map-block .address {
    font: 400 18px/32px 'Raleway', sans-serif;
    color: #5a5a5a;
    margin-bottom: 20px; }
    @media all and (max-width: 660px) {
      .address-map-block .address {
        font: 400 24px/40px 'Raleway', sans-serif; } }
  .address-map-block .address-point {
    font: 400 16px/24px 'Raleway', sans-serif;
    color: #5a5a5a; }
    @media all and (max-width: 660px) {
      .address-map-block .address-point {
        font: 400 18px/32px 'Raleway', sans-serif; } }
    .address-map-block .address-point span {
      border-bottom: 1px solid #5a5a5a; }

.send-form-price {
  margin-top: 110px; }
  @media all and (max-width: 660px) {
    .send-form-price {
      width: 480px;
      margin: 60px auto 0; } }
  .send-form-price ::-webkit-input-placeholder {
    opacity: 1;
    color: #46413d; }
  .send-form-price :-moz-placeholder {
    opacity: 1;
    color: #46413d; }
  .send-form-price ::-moz-placeholder {
    opacity: 1;
    color: #46413d; }
  .send-form-price :-ms-input-placeholder {
    opacity: 1;
    color: #46413d; }
  .send-form-price .placeholder {
    opacity: 1;
    color: #46413d; }
  .send-form-price input {
    border: 1px solid #46413d;
    height: 72px;
    color: #46413d !important;
    display: flex;
    align-items: center;
    padding: 0 16px; }
    @media all and (max-width: 660px) {
      .send-form-price input {
        margin-bottom: 16px; } }
  .send-form-price .btn {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0; }

.price-title {
  position: relative;

  margin-bottom: 40px; }
  @media all and (max-width: 660px) {
    .price-title {
      padding-left: 0;
      text-align: center;
      margin-bottom: 30px; } }
  .price-title svg {
    position: absolute;
    top: 5px;
    left: 0;
    width: 70px;
    height: auto; }
    @media all and (max-width: 660px) {
      .price-title svg {
        display: none; } }
    .price-title svg path {
      fill: #46413d; }

@media all and (max-width: 660px) {
  .h3-subtitle-price {
    text-align: center;
    font-size: 20px; } }

.price-block {
  margin-top: 120px;
  position: relative; }
  .price-block .seporator {
    width: 1168px;
    height: 1px;
    position: absolute;
    top: -70px;
    left: calc(50% - 584px);
    background-color: #f1f1f1; }
    @media all and (max-width: 660px) {
      .price-block .seporator {
        top: -90px; } }

input[type="radio"]:checked + label, input[type="checkbox"]:checked + label {
  background-color: #ddb06f;
  color: #fff; }

.form-tab input[type="radio"], .form-tab input[type="checkbox"] {
  display: none; }

.form-tab .modal-form-title, .form-tab .si-success-modal-title {
  margin-bottom: 70px; }

.form-tab .advantages-color-list {
  margin: auto; }
  .form-tab .advantages-color-list li {
    position: relative; }
    .form-tab .advantages-color-list li:hover .color {
      opacity: 1;
      visibility: visible; }
    .form-tab .advantages-color-list li .color {
      -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-color: #fff;
      padding: 6px 14px;
      font: 400 12px/1 'Raleway', sans-serif;
      position: absolute;
      top: -40px;
      left: 0px;
      white-space: nowrap;
      border: 1px solid #46413d;
      border-radius: 12px;
      opacity: 0;
      visibility: hidden;
      z-index: 2; }
      @media all and (max-width: 660px) {
        .form-tab .advantages-color-list li .color {
          font-size: 16px; } }
  .form-tab .advantages-color-list label {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%; }
  .form-tab .advantages-color-list input[type="radio"]:checked + label, .form-tab .advantages-color-list input[type="checkbox"]:checked + label {
    background: url("../images/check-icon.png") no-repeat 50% 50%; }

.number-block {
  display: flex;
  justify-content: space-between;
  width: 500px;
  margin: 0 auto 50px;
  position: relative;
  border: 1px solid #46413d; }
  @media all and (max-width: 660px) {
    .number-block {
      margin-bottom: 63px; } }

.item-number {
  -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: 25%;
  height: 20px;
  background-color: transparent;
  position: relative;
  color: #fff; }
  @media all and (max-width: 660px) {
    .item-number {
      height: 40px; } }
  .item-number.active-item::after {
    opacity: 1; }
  .item-number.active-item::before {
    width: 100%; }
  .item-number::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: '';
    width: 0%;
    background-color: #ddb06f;
    right: auto;
    left: 0; }

.next-tab {
  margin-top: 70px; }
  .next-tab.hide {
    opacity: 0;
    visibility: hidden; }

.radio-text {
  padding: 20px 0;
  border-radius: 20px;
  border: 1px solid #46413d;
  width: 100%;
  display: block; }
  @media all and (max-width: 660px) {
    .radio-text {
      margin-bottom: 40px;
      font-size: 22px; } }

.btn-hide {
  z-index: -1; }
  .btn-hide::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-color: rgba(0, 0, 0, 0.7); }

.section-form {
  background: no-repeat 50% 50% transparent; }
  .section-form .btn-holder {
    margin-top: 50px; }
  .section-form .btn {
    min-width: 300px; }
    @media all and (max-width: 660px) {
      .section-form .btn {
        width: 368px !important; } }

.form-agree-check {
  font: 400 18px/32px "Raleway";
  margin-top: 24px; }
  .form-agree-check .jq-checkbox, .form-agree-check .jq-radio {
    top: 1px; }
  .form-agree-check a, .form-agree-check .underline, .form-agree-check .dashed, .form-agree-check .dotted {
    color: #5a5a5a; }
    .form-agree-check a:hover, .form-agree-check .underline:hover, .form-agree-check .dashed:hover, .form-agree-check .dotted:hover {
      color: #ddb06f; }

.form-1 {
  background-color: #46413d;
  padding: 96px 0 112px;
  color: #fff; }
  .form-1::before {
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    top: -25px;
    left: 0;
    background: url("../images/triangle-form.png") repeat-x 50% 50%; }
  .form-1 h2 {
    margin-bottom: 32px; }
    @media all and (max-width: 660px) {
      .form-1 h2 {
        font: 600 56px/64px 'Raleway', sans-serif;
        margin-bottom: 24px; } }
  .form-1 .h2-subtitle {
    font: 400 22px/32px 'Raleway', sans-serif;
    color: #ddb06f;
    margin-bottom: 62px; }
    @media all and (max-width: 660px) {
      .form-1 .h2-subtitle {
        font: 400 32px/40px 'Raleway', sans-serif;
        margin-bottom: 56px; } }
    @media all and (max-width: 660px) {
      .form-1 .h2-subtitle br {
        display: none; } }



